/*
 * colori
 * 378E90 verde -> 60,211,54
 * 3069B6 blu -> 48,105,182
 *
 */

 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3,
 .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
 .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
 .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
 .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
     padding-right: 10px;
     padding-left: 10px;
 }
 .row{
     margin-left: -10px;
     margin-right: -10px;
 }

body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.4;
	color: #444;
	overflow-x: hidden;
	-moz-font-feature-settings: "liga", "kern";
	text-rendering: optimizelegibility;
	font-feature-settings: "liga" off;
	-webkit-font-feature-settings: "liga" off;
	-moz-font-feature-settings: "liga" off;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    /* background-image: url('/images/wall.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment:fixed;
    background-size: cover; */
}
/* body.wall{
    background-image: url('/images/wall.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment:fixed;
    background-size: cover;
} */
label{
    font-weight: 500
}
a, a:focus, a:hover{ color: #378E90 }
a, input, select, button, input:focus,
.checkbox input[type="checkbox"]:focus + label::before{
    outline: 0 !important;
}
.checkbox label, .radio label{ font-size: 12px }
.radio label, label.radio-inline{ padding-left: 3px }
.dt{
    display: table;
    width: 100%;
    height: 100%;
}
.dtc{
    display: table-cell;
    vertical-align: middle;
}
input, input.form-control, input.form-control:focus,
select, select.form-control, select.form-control:focus{
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 1px;
    border: 1px solid #ccc;
    height: 45px;
    border-color: inherit;
    box-shadow: none;
    color: #6e7178;
    padding: 6px 2px 6px 7px;
}
textarea.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 1px;
    border: 1px solid #ccc;
    border-color: inherit;
    box-shadow: none;
    color: #6e7178;
    resize: none;
}
.swInput input, .swInput input:focus,
.swInput textarea, .swInput textarea:focus{
    padding: 14px 5px 0;
}
.warningLabel{
    color: #a94442;
    font-size: 12px;
    display: none;
}
select, select.form-control{
    background-image: url('/images/down-chevron.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 10px center;
}
.btn{
    border-radius: 1px;
    font-size: 16px;
    height: 45px;
}
.required:after{
    content: '*';
    padding-left: 1px;
}
.swInput{ position: relative }
.swInput label {
    position: absolute;
    pointer-events: none;
    left: 10px;
    color: #6e7178;
    top: 13px;
    transition: 0.2s ease all;
    font-size: 14px;
    font-weight: 300;
}
.swInput label.active {
    top: 4px;
    bottom: 10px;
    font-size: 10px;
    opacity: 1;
    color: #378E90;
    left: 5px;
}
.has-feedback .smk-error-msg{
    position: relative;
}
hr{
    border-color: #378E90;
}
.btn-success{
    position: relative;
    background: #378E90;
    border-color: #378E90;
    transition: all .6s;
    color: #fff;
    z-index: 2;
}
.btn-success:hover, .btn-success:focus{
    background: #3DA89D;
}
/* .btn-success:before,
.btn-success:after{
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.btn-success:before{
    opacity: 1;
    background: linear-gradient(to right, #5433FF, #A5FECB);
}
.btn-success:after{
    opacity: 0;
    background: linear-gradient(to right, #45a247, #283c86);
}
.btn-success:hover:before{
    opacity: 0;
}
.btn-success:hover:after{
    opacity: 1;
} */

header{
    background: #43c6ac;
    background: -moz-linear-gradient(left, #43c6ac 0%, #191654 100%);
    background: -webkit-linear-gradient(left, #43c6ac 0%,#191654 100%);
    background: linear-gradient(to right, #43c6ac 0%,#191654 100%);
    color: #fff;
}
header .logo{ width: 225px; margin: auto}
.headerLink{
    text-align: right;
}
.headerLink a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin-top: 16px;
    transition: all .3s;
}
.headerLink a:hover, header .search:hover{
    text-decoration: underline;
}
.headerLink a:after{
    content: '\f054';
    font-family: FontAwesome;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    transition: all .4s;
}
.headerLink a:hover:after{
    opacity: 1;
    padding-left: 4px;
}
header .search{
    font-size: 18px;
    margin-top: 16px;
}
header .search span{
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
}
header .search span i{ transition: all .4s; }
header .search span:hover i{
    transform: rotateY(180deg);
}

footer{
    background: #fff;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    border-top: 1px solid #ccc;
}

main{
    min-height: calc(100vh - 90px);
    padding: 20px 0 40px;
}
/* body.wall main{
    background-color: rgba(48,105,182, 0.7);
} */

#loading{
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60,211,54, 0.7);
    z-index: 8000;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

#searchBig{
    position: fixed;
    z-index: 200;
    left: -100%;
    top: 0;
    background-color: rgba(255,255,255, 0.95);
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all .7s;
}
#searchBig.open{
    left: 0;
}
#searchBig h4{
    font-weight: 200;
    font-size: 40px;
    margin-bottom: 20px;
}
#searchBig input{
    border: 1px solid #333;
    -webkit-appearance: none;
    border-radius: 0;
    height: 60px;
    width: 360px;
    padding: 10px;
    font-size: 26px;
    text-align: center;
    background-color: transparent;
    margin-bottom: 10px;
}
#searchBig > i{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}


.boxMain{
    background-color: #fff;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 2px 2px 10px 0px rgba(140,140,140,1)
}
.box2{
    background: linear-gradient(135deg, #43c6ac 0%,#191654 100%);
    padding: 30px 10px;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 0 15px rgba(140,140,140,1);
    margin: 30px 0;
    font-size: 18px;
}
.box2 h3{
    margin: 0 0 20px;
    font-size: 3rem;
}
.box2:nth-child(2n){
    background: linear-gradient(135deg, #191654 0%,#43c6ac 100%);
}
.box3{
    border: 1px solid #43c6ac;
    padding: 20px 30px;
    border-radius: 4px;
    height: 330px;
    margin-bottom: 20px;
}
.box3 .iconCnt{
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    padding: 20px 0 0;
    margin-bottom: 15px;
}
.box3 .iconCnt img{
    width: 90px;
    height: 90px;
}
.box3 ul{
    list-style: none;
    padding-left: 0;
}
.box3 ul li{
    background-image: url('/images/icone/tick-inside-circle.png');
    background-size: 16px;
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 18px;
}
.box3 ul li small{
    font-size: 13px;
}

.resultListBox{
    background-color: rgba(255,255,255,0.7);
    padding: 30px;
}
.resultList{
    text-align: right;
    color: #333;
    margin-bottom: 10px;
}
.clubList > a{
    color: #333;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    transition: all .4s;
    font-size: 14px;
    margin-bottom: 10px;
}
.clubList .media-object{ width: 75px; padding-left: 5px}
.clubList > a:hover{
    box-shadow: 0 0 10px #378E90;
}
.autocomplete-suggestion.sp{
    padding: 10px 5px 10px 50px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 40px;
    background-image: url('/images/scudetto.png');
}

.introTxt{
    margin: 30px 0;
    font-size: 18px;
    color: #fff;
}
.searchForm{
    margin: 20px 0;
    background-color: rgba(255,255,255,0.6);
    padding: 15px 15px 0;
    border: 1px solid #ccc;
}
.oppure{
    padding-top: 12px;
    text-align: center;
}
.noResultFound{
    background-color: rgba(255,255,255,0.6);
    padding: 40px 5px;
    text-align: center;
    margin-top: 40px;
}
.NoSearchDone{
    background-color: rgba(255,255,255,0.6);
    padding: 100px 30px;
    text-align: center;
    border: 1px solid #ccc;
}
#btnRegister{ margin: 30px 0 }
#formLogin{
    margin-bottom: 40px;
}
.cookiediv{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    z-index: 1000;
    padding: 10px;
}
.cookiediv a{
    color: inherit;
    text-decoration: underline;
}
.newsCnt > div{
    padding: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    transition: all .3s;
}
.newsCnt > div:hover{
    box-shadow: 0 0 10px #378E90;
}
.newsCnt > div:after{
    clear: both;
    content: '';
    display: table;
}
.newsCnt > div h5{
    font-weight: 200;
    font-size: 12px;
    margin: 0;
}
.newsCnt > div h3{
    font-size: 16px;
    margin: 3px 0;
}
.newsCnt > div a{
    color: inherit;
    text-decoration: none;
    display: block;
}
.newsCnt > div a i{
    font-size: 8px;
    vertical-align: middle;
}
.imagePreview{
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-size: contain;
    background-image: url('/images/sport_wall_short.png');
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 15px;
}
.lastNewsTop{
    margin-bottom: 30px;
}
.comingsoonSponsor{
    border: 1px solid #ccc;
    padding: 30px 15px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 15px;
}
.comingsoonSponsor h5{
    text-transform: uppercase;
    margin: 0 0 10px;
}
.backTop{
    position: fixed;
    right: 10px;
    bottom: 10px;
}
.backTop i{
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 10px;
    color: #fff;
    background: #378E90;
    line-height: 1;
    cursor: pointer;
}
.backTop i:hover{
    background-color: #3DA89D;
    color: #fff;
}
.svgItalyCnt{
    text-align: center;
}
.svgItalyCnt svg{
    width: 100%;
    height: 100%
}
.svgItalyCnt svg path{
    fill: #f1f1f1;
    stroke: #d1d1d1;
}
.svgItalyCnt svg path:hover{
    fill: rgb(67, 198, 172);
    cursor: pointer;
}
.socialShare{
    text-align: right;
    padding-top: 20px;
}
.socialShare a{
    border: 1px solid #378E90;
    color: #378E90;
    display: inline-block;
    padding: 2px 8px;
    margin-left: 5px;
}
.socialShare a:hover{
    background-color: #378E90;
    color: #fff;
}

@media (max-width: 767px) {
    body{ font-size: 15px; background-image: none; }
    main{ padding: 10px 0 20px }
    .well{ padding: 10px }
    hiddenxs, .headerLink a:after{ display: none }
    header .search, .headerLink a{ margin-top: 8px }
    .headerLink a, #openBigSearch { font-size: 30px }
    #searchBig input{ width: 100% }
    #searchBig .dtc{ padding: 0 15px }
    .oppure{ padding-top: 0; padding-bottom: 10px }
    .resultListBox{ padding: 10px }
    .clubList > a{ font-size: 13px }
    .clubList h4{ font-size: 15px }
    .clubList .media-object{ width: 60px }
    .lastNewsTop h1{ font-size: 20px }
    .box3{ height: auto }
}
