/*
 * Author: Luca Arzilli, ALSolutions
 *
 * Project Name: Vicolo 11
 *
 */

/* FONT */
 
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeGaramondProRegular';
    src: url('../fonts/agaramondpro-regular.eot');
    src: url('../fonts/agaramondpro-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/agaramondpro-regular.woff') format('woff'),
         url('../fonts/agaramondpro-regular.ttf') format('truetype'),
         url('../fonts/agaramondpro-regular.svg#AdobeGaramondProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeGaramondProItalic';
    src: url('../fonts/agaramondpro-italic.eot');
    src: url('../fonts/agaramondpro-italic.eot') format('embedded-opentype'),
         url('../fonts/agaramondpro-italic.woff') format('woff'),
         url('../fonts/agaramondpro-italic.ttf') format('truetype'),
         url('../fonts/agaramondpro-italic.svg#AdobeGaramondProItalic') format('svg');
   font-weight: normal;
   font-style: normal;
}


body {
  	background-color: #FFF;
    font-family: "Gotham";
    font-size: 17px;
    line-height: 27px;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
}

section {
	padding: 30px 0px;
}

::selection {background:#ff0083;color:#FFF;}
::-moz-selection {background:#ff0083;color:#FFF;}

.m-amicidelpaleo {
	margin-top:-12px;
	max-height:50px;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
    font-family: "Gotham";
    color: #000;
    letter-spacing: 4px;
    font-weight: normal;
    font-style: normal;
    margin-bottom:30px;
    text-transform: uppercase;
}

h1 {
	font-size: 54px;
}

h2 {
	font-size: 26px;
}
h3, h4, h5, h6 {
	font-size: 12px;
}

p {
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
    font-style: normal;
	color: #ff0083;
}

a {
	color: #ff0083;
	text-decoration:none;
}

a:hover, a:focus {
	color: #ff0083;
	text-decoration:none;
}

hr {
    width: 150px;
    background-color: #000;
    border-top: 0.5px solid rgba(0, 0, 0, 0.1);
}

.text-top {
	font-size: 27px;
	line-height:32px;
	padding-bottom:50px;
	color: #706F6F;
}
.text-discover {
	font-size: 27px;
	line-height:32px;
	padding-bottom:0px;
	margin-bottom:30px;
	color: #706F6F;
}

.btn-primary {
    font-size: 10px;
    line-height:10px;
    font-family: "AdobeGaramondProRegular";
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    transition: all .15s ease-out;
    padding: 10px 25px 10px;
    border: 1px solid #000;
    background-color: #FBFBFB;
    margin-top:30px;
    border-radius:0px;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #601d32;
    border-color: #601d32;
}

.link-text {
	font-family: "";
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	color: #000;
	letter-spacing: 4px;
}

.link-text:hover, .link-text:focus {
    color: #000;
    text-decoration: none;
    text-decoration: line-through;
} 

.active {
	color: #000 !important;
}	

img:hove, img:focus {
	outline:0 !important;
} 

input, select, textarea, .btn-select {
	width: 100%;
	border: 1px solid #000;
	margin-top:10px;
	height: 40px;
	padding:10px;
	color: #000;
	text-align: center;
	background-color: #FBFBFB;
}

.form-control {
	width: 100%;
	border: 1px solid #000 !important;
	margin-top:30px;
	height: 40px;
	padding:10px !important;
	color: #000 !important;
	border-radius: 25px 0px 0px 25px !important;
	text-align: center;
	background-color: #FFF !important;
}
.input-group-text {
	border-radius: 0px 25px 25px 0px !important;
	border: 1px solid #000 !important;
	background-color: #FFF !important;
	height: 40px !important;
	margin-top:30px;
}

.filter-option-inner-inner {
		color: #000;
	  text-transform: uppercase;
	  font-size: 10px;
	  font-family: "AdobeGaramondProRegular";
	  font-weight: bold;
	  letter-spacing: 2px;
	  text-align:center;
	  padding-top:2px;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "AdobeGaramondProRegular";
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 1 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "AdobeGaramondProRegular";
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 1 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "AdobeGaramondProRegular";
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 1 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder, .form-control:-moz-placeholder { /* Firefox 18- */
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "AdobeGaramondProRegular";
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 1 !important;
}

label {
	color:#000;
	text-transform: uppercase;
	margin-bottom:0px !important;
	font-size: 10px;
	margin-top:10px;
	letter-spacing: 2px;
}

label.error {
	margin-top:5px !important;
	font-size: 12px !important;
	letter-spacing: 0px !important;
}


/* NAVBAR */

.navbar-nav li a, .navbar-brand {
	font-family: 'Gotham';
	font-size: 12px;
	text-transform: uppercase;
	text-align:center;
	color:#ff0083;
	padding: 0 35px;
	text-decoration: none;
	letter-spacing:4px;
}

.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-brand:hover,  .navbar-brand:focus  {
	color: #ff0083;
	text-decoration:none;
}

.navbar-brand {
	padding: 0px;
	margin-left:40px;
}

.logo-navbar {
	height:120px;
}

.navbar {
	background-color: #FFF;
	padding:20px 25px;
}

.navbar-brand img {
	margin-top:-5px;
	max-height: 80px;
}

.navbar-default {
	border: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000;
	text-decoration:none;
	text-decoration: line-through;
}

.navbar-toggler{
	border: 0px solid #000;
	background-color: transparent !important;
}
.navbar-collapse {
	text-align:center;
}
.navbar-toggler-icon {
	margin-top:10px;
	color:#000;
}

.dropdown-menu {
	text-align: center;
	background-color: #FFF;
	border-radius: 0px;
	border: 0px solid #FFF;
	margin-left:-10px;
}

/* MARGIN */

.m-t-30 {
	margin-top:30px !important;
}
.m-t-60 {
	margin-top:60px !important;
}
.m-t-120 {
	margin-top:120px !important;
}
.m-b-30 {
	margin-bottom:30px !important;
}
.nopadding {
	padding:0px;
}
.nomargin {
	margin:0px !important;
}

.error {
	color:#cd0c0c !important;
}

/* FOOTER */

footer {
	padding: 60px 0px;
}
footer p {
	font-size:11px;
	line-height: 13px;
	letter-spacing:2px;
}
footer img{
	max-height:29px;
}
footer i{
	font-size:29px;
	color: #ff0083;
}
footer .small-info p{
	font-size:11px;
	line-height:14px;
}
footer .small-info span{
	margin-left:5px;
}
footer .btn-primary {
	padding: 10px 25px;
	margin-top:0px;
}

/* SCROLL TO TOP */
#scrolltop a {
	display:inline-block;
	width:40px;
	height:40px;
	border: 1px solid #ff0083;
	border-radius:20px;
	font-size: 20px;
	color: #ff0083;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	background:#FFF;
	margin-top:12px;
	margin-right:4px;
	margin-left:4px;
	margin-bottom:10px;
	padding-top:2px;
	z-index:999;
}

#scrolltop a:hover, #scrolltop a:focus {
	text-decoration:none;
	background: #ff0083;
	color:#FFF;
}

#scrolltop {
	display:none;
	position:fixed;
	bottom:4%;
	right:3%;
}





#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    
}

#loader img {
    width: 150px;
    padding-top:44%;
}

#loader {
	z-index: 1101; /* anything higher than z-index: 1000 of .loader-section */
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 600px;
    margin: -300px 0 0 -300px;
    border-radius: 50%;
    border-top-color: #000;
    text-align:center;
    background-color: #FBFBFB;
    
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section {
 position: fixed;
 top: 0;
 width: 51%;
 height: 100%;
 background-color: #FBFBFB;
 z-index: 1100;
}
 
#loader-wrapper .loader-section.section-left {
 left: 0;
}
 
#loader-wrapper .loader-section.section-right {
 right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
}
 
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper {
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
 
        -webkit-transition: all 0.3s 1s ease-out; 
                transition: all 0.3s 1s ease-out;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; 
            transition: all 0.3s ease-out;
}

.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
 
    -webkit-transition: all 0.3s 0.3s ease-out; 
            transition: all 0.3s 0.3s ease-out;
}
.loaded #loader {
    opacity: 0;
}

.loaded #loader-wrapper {
    visibility: hidden;
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}





/* MEDIA QUERY */

@media (max-width: 1024px) {
	.navbar-nav li a {
		padding: 0 20px;
	}
	.navbar-brand {
		margin-right:20px;
	}
	.bandiera {
		text-align:center !important;
	}
	.social {
		text-align:center !important;
	}
	#loader img {
	    width: 75px;
	    padding-top:44%;
	}
	
	#loader {
		z-index: 1101; /* anything higher than z-index: 1000 of .loader-section */
	    display: block;
	    position: relative;
	    left: 50%;
	    top: 50%;
	    width: 300px;
	    height: 300px;
	    margin: -150px 0 0 -150px;
	    border-radius: 50%;
	    border-top-color: #000;
	    text-align:center;
	    background-color: #FBFBFB;
	    
	}
}
@media (max-width: 768px) {
	.navbar-nav li a {
		padding: 0 15px;
	}
}	
@media (max-width: 414px) {
	.col-md-12, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4 {
		padding-right:10px !important;
		padding-left:10px !important;
	}
	.navbar {
		padding:35px 0px;
	}
}

.cc_message {
	color:#FFF !important;
}