/* ------------------------------- */
/* BODY / TYPOGRAPHY               */
/* ------------------------------- */

/*:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}*/

/*@import url('http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');*/ /*font-family: 'Roboto',sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800'); /*font-family: 'Montserrat', sans-serif;*/

html {
    width:100%;
    height:100%!important; /*Fix "height:auto" of easeScroll plugin*/
	position: relative;
}
body {
    width:100%;
    height:auto;
	position: relative;
	overflow-y: scroll;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #16181b;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

b {font-weight: 500;}
strong {font-weight: 600;}

a, button, input {
	outline: none!important;
	text-decoration: none!important;
    -webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

/*a {
	color: #1D5FA4;
	font-weight: 600;
	cursor: pointer;
}
a:hover, a:active, a:focus {
	color: #1D5FA4;
	opacity: 0.5;
}*/

/*a.light {
	font-weight: 400;
	color: #fff;
	opacity: 0.5;
}
a.light:hover, a.light:active, a.light:focus, a.light.active {
	color: #fff;
	opacity: 1;
}*/



/*.btn-link {
    font-weight: 600;
    color: #1D5FA4;
    background-color: transparent;
}
.btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link.active {
	color: #444;
	opacity: 1;
}*/

/* ------------------------------- */
/* BOOTSTRAP breakpoints           */
/* ------------------------------- */

@media screen and (min-width: 1441px){
	.container {
		max-width: 1370px;
	}
}

.p-var {
	padding: 0 5vw;
}

/* ------------------------------- */
/* A LINK SKINS                    */
/* ------------------------------- */

.link-RED {
	color: #dc2227;
	font-weight: 500;
	cursor: pointer;
	/*border-bottom: 1px dotted #ddd;
	padding-bottom: 1px;*/
}
.link-RED:hover, .link-RED:active, .link-RED:focus {
	color: #1D5FA4;
	opacity: 0.5;
}

/* ------------------------------- */
/* UTILITY                         */
/* ------------------------------- */


#click-bg {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*cursor: none;*/
	z-index: -1;
	outline:none;
}
#click-bg.fixed {
	position: fixed;
	height: 100%;
}

.bg-cover {
	background-repeat:no-repeat !important;
	background-position:center center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.bg-contain {
	background-repeat:no-repeat !important;
	background-position:center center !important;
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
}

.bg-100 {
	background-repeat:no-repeat !important;
	background-position:center center !important;
	-webkit-background-size: 100% 100% !important;
	-moz-background-size: 100% 100% !important;
	-o-background-size: 100% 100% !important;
	background-size: 100% 100% !important;
}

.bg-pos-tc {background-position:top center !important;}
.bg-pos-tl {background-position:top left !important;}
.bg-pos-tr {background-position:top right !important;}

.bg-pos-cc {background-position:center center !important;}
.bg-pos-cl {background-position:center left !important;}
.bg-pos-cr {background-position:center right !important;}

.bg-pos-bc {background-position:bottom center !important;}
.bg-pos-bl {background-position:bottom left !important;}
.bg-pos-br {background-position:bottom right !important;}

.box-shadow {
    -moz-box-shadow: 0 0.5rem 0.75rem rgba(0,0,0,.3) !important;
    -webkit-box-shadow: 0 0.5rem 0.75rem rgba(0,0,0,.3) !important;
    box-shadow: 0 0.5rem 0.75rem rgba(0,0,0,.3) !important;
}

.box-shadow-soft {
    -moz-box-shadow: 0 1rem 2rem rgba(0,0,0,.2) !important;
    -webkit-box-shadow: 0 1rem 2rem rgba(0,0,0,.2) !important;
    box-shadow: 0 1rem 2rem rgba(0,0,0,.2) !important;
}

.margin-jumbo {height: 50vh;}

.bg-logo {
	background-position:-12.5vh -2vh !important;
	background-repeat:no-repeat !important;
	/*background-position:center center !important;*/
	-webkit-background-size: 100% 100% !important;
	-moz-background-size: 100% 100% !important;
	-o-background-size: 100% 100% !important;
	background-size: 50vh auto !important;
}

.bg-square {
	min-height: 50vw;
}

@media screen and (max-width: 1024px){
	/*.bg-pos-br.gallo {
		background-position:100% 100% !important;
		background-size: 70% auto !important;
	}*/
	
	.bg-square {
		min-height: 100vw;
	}

}

@media screen and (min-width: 768px) and (max-width: 992px) and (orientation: portrait){
	
	.bg-square {
		min-height: 50vh;
	}
	
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (orientation: portrait){
	
	.bg-square {
		min-height: 50vw;
	}
	
	.bg-pos-br.gallo {
		background-position:200% 50% !important;
		background-size: 75% auto !important;
	}
	
}

/* ------------------------------- */
/* OPACITY                         */
/* ------------------------------- */

.opa-00 {opacity: 0.0;}
.opa-01 {opacity: 0.1;}
.opa-02 {opacity: 0.2;}
.opa-03 {opacity: 0.3;}
.opa-04 {opacity: 0.4;}
.opa-05 {opacity: 0.5;}
.opa-06 {opacity: 0.6;}
.opa-07 {opacity: 0.7;}
.opa-08 {opacity: 0.8;}
.opa-09 {opacity: 0.9;}
.opa-10 {opacity: 1.0;}

/* ------------------------------- */
/* ASPECT RATIO                    */
/* ------------------------------- */

.aspect {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
}

.ratio--1x1-30 	{padding-bottom: calc(100% + 30px);}
.ratio--1x1 	{padding-bottom: 100%;}
.ratio--1x2 	{padding-bottom: 50%;}
.ratio--16x9 	{padding-bottom: 56.25%;}
.ratio--4x3 	{padding-bottom: 75%;}
.ratio--3x2 	{padding-bottom: 66.66%;}
.ratio--8x5 	{padding-bottom: 62.5%;}

.aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
}
.aspect__inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aspect__inner img.contain {
	object-fit: contain;
}

/* ------------------------------- */
/* BACKGROUND MOVE                 */
/* ------------------------------- */

.bg-move-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	background-color: rgba(0,0,0,0.0);
}

.bg-stop-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -2;
	background-color: rgba(0,0,0,0.0);
}

.bg-move-r {
	/*animation:slide-r 3s ease-in-out infinite alternate;*/
	/*background-image: linear-gradient(-60deg, #a1b643 50%, rgba(255,255,255,0) 50%);*/
	bottom:0;
	left:-50%;
	opacity:1;
	position:absolute;
	right:-50%;
	top:0;
	z-index:-1;
	
	-webkit-animation: slide-r 3s ease-in-out infinite alternate; /* Safari 4+ */
	-moz-animation:    slide-r 3s ease-in-out infinite alternate; /* Fx 5+ */
	-o-animation:      slide-r 3s ease-in-out infinite alternate; /* Opera 12+ */
	animation:         slide-r 3s ease-in-out infinite alternate; /* IE 10+, Fx 29+ */
}
.bg-move-l {
	bottom:0;
	left:-50%;
	opacity:1;
	position:absolute;
	right:-50%;
	top:0;
	z-index:-1;
	
	-webkit-animation: slide-l 3s ease-in-out infinite alternate; /* Safari 4+ */
	-moz-animation:    slide-l 3s ease-in-out infinite alternate; /* Fx 5+ */
	-o-animation:      slide-l 3s ease-in-out infinite alternate; /* Opera 12+ */
	animation:         slide-l 3s ease-in-out infinite alternate; /* IE 10+, Fx 29+ */
}

.gra-CYAN-DX {
	background-image: linear-gradient(-60deg, #009ee0 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-CYAN-SX {
	background-image: linear-gradient(60deg, #009ee0 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-GREEN-DX {
	background-image: linear-gradient(-60deg, #00a096 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-GREEN-SX {
	background-image: linear-gradient(60deg, #00a096 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-ORANGE-DX {
	background-image: linear-gradient(-60deg, #f29400 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-ORANGE-SX {
	background-image: linear-gradient(60deg, #f29400 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-RED-DX {
	background-image: linear-gradient(-60deg, #dc2227 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-RED-SX {
	background-image: linear-gradient(60deg, #dc2227 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-MAGENTA-DX {
	background-image: linear-gradient(-60deg, #e2007a 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-MAGENTA-SX {
	background-image: linear-gradient(60deg, #e2007a 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}

.gra-WHITE-DX {
	background-image: linear-gradient(-60deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
	opacity: 0.3;
}
.gra-WHITE-SX {
	background-image: linear-gradient(60deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
	opacity: 0.3;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}

@keyframes slide {
  0% {
    transform:translateX(0%); /*MOD EX "-25%"*/
  }
  100% {
    transform:translateX(10%); /*MOD EX "25%"*/
  }
}

@-webkit-keyframes slide-r {
  0%   { transform:translateX(10%); }
  100% { transform:translateX(25%); }
}
@-moz-keyframes slide-r {
  0%   { transform:translateX(10%); }
  100% { transform:translateX(25%); }
}
@-o-keyframes slide-r {
  0%   { transform:translateX(10%); }
  100% { transform:translateX(25%); }
}
@keyframes slide-r {
  0%   { transform:translateX(10%); }
  100% { transform:translateX(25%); }
}

@-webkit-keyframes slide-l {
  0%   { transform:translateX(-10%); }
  100% { transform:translateX(-25%); }
}
@-moz-keyframes slide-l {
  0%   { transform:translateX(-10%); }
  100% { transform:translateX(-25%); }
}
@-o-keyframes slide-l {
  0%   { transform:translateX(-10%); }
  100% { transform:translateX(-25%); }
}
@keyframes slide-l {
  0%   { transform:translateX(-10%); }
  100% { transform:translateX(-25%); }
}

/* ------------------------------- */
/* GUTTER                          */
/* ------------------------------- */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.gutters-2rem {
    margin-right: -2rem;
    margin-left: -2rem;
}
.gutters-2rem > .col, .gutters-2rem > [class*="col-"] {
    padding-right: 2rem;
    padding-left: 2rem;
}

.gutters-5vw {
    margin-right: -5vw;
    margin-left: -5vw;
}
.gutters-5vw > .col, .gutters-5vw > [class*="col-"] {
    padding-right: 5vw;
    padding-left: 5vw;
}

/* ------------------------------- */
/* COLORS                          */
/* ------------------------------- */

.clr--white-bg {background-color: #ffffff;}
.clr--black-bg {background-color: #000000;}
.clr--222-bg {background-color: #222222;}
.clr--111-bg {background-color: #111111;}
.clr--eee-bg {background-color: #eee;}

.clr--bluC-bg {background-color: #5595d2;}
.clr--bluS-bg {background-color: #27457b;}
.clr--verdeC-bg {background-color: #a1b643;}
.clr--verdeS-bg {background-color: #365f3a;}

.clr--gra-bluCS-bg {background-image: linear-gradient(#5595d2, #27457b);}
.clr--gra-verdeCS-bg {background-image: linear-gradient(#a1b643, #365f3a);}

.clr--blu-bg {background-color: #055190;}
.clr--verde-bg {background-color: #5B9258;}

.clr--blu-txt {color: #055190;}
.clr--verde-txt {color: #5B9258;}
.clr--white-txt {color: #ffffff;}

.clr--ddd-txt {color: #dddddd;}
.clr--eee-txt {color: #eee;}

.clr--999-txt {color: #999999;}

.color-border-TRA	{border-color:transparent!important;}
.color-border-AAA	{border-color:#AAAAAA!important;}
.color-border-BBB	{border-color:#BBBBBB!important;}
.color-border-CCC	{border-color:#CCCCCC!important;}
.color-border-DDD	{border-color:#DDDDDD!important;}
.color-border-EEE	{border-color:#EEEEEE!important;}
.color-border-FFF	{border-color:#FFFFFF!important;}
.color-border-000	{border-color:#000000!important;}

.clr--BNEXE-RED-bg {background-color: #dc2227;}
.clr--BNEXE-CYAN-bg {background-color: #009ee0;}
.clr--BNEXE-ORANGE-bg {background-color: #f29400;}
.clr--BNEXE-MAGENTA-bg {background-color: #e2007a;}
.clr--BNEXE-GREEN-bg {background-color: #00a096;}
.clr--BNEXE-DARKBLU-bg {background-color: #19232d;}

.clr--BNEXE-RED-txt {color: #dc2227;}
.clr--BNEXE-CYAN-txt {color: #009ee0;}
.clr--BNEXE-ORANGE-txt {color: #f29400;}
.clr--BNEXE-MAGENTA-txt {color: #e2007a;}
.clr--BNEXE-GREEN-txt {color: #00a096;}
.clr--BNEXE-DARKBLU-txt {background-color: #19232d;}

.clr--VOX-BLU-DARK-bg {background-color: #131d26;}
.clr--VOX-BLU-1-bg {background-color: #1c2a36;}
.clr--VOX-BLU-2-bg {background-color: #425f68;}
.clr--VOX-BLU-LIGHT-bg {background-color: #87a4ae;}
.clr--VOX-BLU-LIGHT2-bg {background-color: #dde6e9;}
.clr--VOX-BLU-LIGHT3-bg {background-color: #56a6af;}

.clr--VOX-BLU-DARK-txt {color: #131d26;}
.clr--VOX-BLU-1-txt {color: #1c2a36;}
.clr--VOX-BLU-2-txt {color: #425f68;}
.clr--VOX-BLU-LIGHT-txt {color: #87a4ae;}
.clr--VOX-BLU-LIGHT2-txt {color: #dde6e9;}
.clr--VOX-BLU-LIGHT3-txt {color: #56a6af;}

.clr--RED-txt {color: #dc2227;}
.clr--RED-bg {background-color: #dc2227;}

/* ------------------------------- */
/* ROUNDED BORDER                  */
/* ------------------------------- */

.rounded.rx2 {
	border-radius: 2rem!important;
}
.rounded-top.rx2 {
	border-top-left-radius: 2rem!important;
    border-top-right-radius: 2rem!important;
}
.rounded-right.rx2 {
	border-top-right-radius: 2rem!important;
    border-bottom-right-radius: 2rem!important;
}
.rounded-bottom.rx2 {
	border-bottom-right-radius: 2rem!important;
    border-bottom-left-radius: 2rem!important;}
.rounded-left.rx2 {
	border-top-left-radius: 2rem!important;
    border-bottom-left-radius: 2rem!important;
}
.rounded-x {
	border-top-left-radius: 2rem!important;
    border-bottom-left-radius: 2rem!important;
	border-top-right-radius: 2rem!important;
    border-bottom-right-radius: 2rem!important;
}

/* ------------------------------- */
/* BUTTONS                         */
/* ------------------------------- */

.btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	
	letter-spacing: 0.5px;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow:none;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1.50rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-xs, .btn-group-sm > .btn {
    padding: 0rem 0.75rem;
    font-size: 12px;
    line-height: 22px;
    border-radius: 0.2rem;
}

/* SKIN-1 button */
.btn-skin-1 {
    color: #fff;
    background-color: #dc2227;
    border-color: transparent;
	border-radius: 3rem;
	text-transform: uppercase;
}
.btn-skin-1:hover, .btn-skin-1:focus {
    color: #fff;
    background-color: #5B0E10;
}

.btn-skin-1:active, .btn-skin-1.active {
	color: #fff;
	background-color: #111;
}

/* SKIN-1 REVERSE button */
.btn-skin-1r {
    color: #fff;
    background-color: #666;
    border-color: transparent;
	border-radius: 2rem;
	text-transform: uppercase;
}
.btn-skin-1r:hover {
    color: #fff;
    background-color: #333;
}

.btn-skin-1r:active, .btn-skin-1r.active {
	background-color: #111;
	color: #fff;
}

/* SKIN-2 button */
.btn-skin-2 {
    color: #fff;
    background-color: #055190;
    border-color: transparent;
	border-radius: 3rem;
	text-transform: uppercase;
}
.btn-skin-2:hover, .btn-skin-2:focus {
    color: #fff;
    background-color: #043156;
}

.btn-skin-2:active, .btn-skin-2.active {
	color: #fff;
	background-color: #111;
}

/* SKIN-DARK button */
.btn-skin-dark {
    color: #fff;
    background-color: #111;
    border-color: transparent;
	border-radius: 2rem;
	text-transform: uppercase;
}
.btn-skin-dark:hover {
    color: #333;
    background-color: #f5a623;
}

.btn-skin-dark:active, .btn-skin-dark.active {
	background-color: #111;
	color: #fff;
}

/* SKIN-LIGHT button */
.btn-skin-light {
    color: #333;
    background-color: #ddd;
    border-color: transparent;
	border-radius: 2rem;
	text-transform: uppercase;
}
.btn-skin-light:hover {
    color: #333;
    background-color: #aaa;
}

.btn-skin-light:active, .btn-skin-light.active {
	background-color: #111;
	color: #fff;
}

.btn-skin-1o {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255,255,255,0.75);
	border-width: 2px;
	border-radius: 3rem;
	text-transform: uppercase;
}
.btn-skin-1o:hover, .btn-skin-1o:focus {
    color: #fff;
    border-color: rgba(0,0,0,0.5);
}

.btn-skin-1o:active, .btn-skin-1o.active {
	color: #fff;
	border-color: rgba(0,0,0,1);
}

/* SKIN-ICON button */
.btn-icon {
	position: relative;
    /*color: #333;
    background-color: transparent;*/
	width: 38px;
	height: 38px;
	padding: 0;
}
.btn-icon > i, .btn-icon > i::before {
	position: absolute;
	display: block;
	float: none;
	width: 36px;
	height: 36px;
	line-height: 38px;
	left: 0;
	top: 0;
	text-align: center;
}
.btn-icon:disabled, .btn-icon:disabled:hover {
	background-color: #fff;
	border:1px solid #a1b643;
	color: #333;
	opacity: 1;
	border-radius: 0.25rem;
}

.btn-icon:active, .btn-icon.active {
}

/* NAVBAR Link */
.nav-link {
	font-weight: 500;
	/*text-transform: uppercase;*/
	color: #fff;
	padding: 0.375rem 1.5rem;
	border: 1px solid transparent;
}
.nav-link:hover, .nav-link:focus  {
    color: #dc2227;
}
.nav-link:active, .nav-link.active {
	background-color: transparent;
}

/* NAVBAR Button-Link */
.nav-link-button {
    color: #fff;
    background-color: #dc2227;
	border-radius: 3rem;
	text-transform: uppercase;
	padding: 0.375rem 1.5rem;
	border: 1px solid transparent;
}
.nav-link-button:hover {
    color: rgba(255,255,255,1);
    background-color: #5B0E10;
}

.nav-link-button:active, .nav-link-button.active {
	color: #fff;
	background-color: #111;
}

/* ------------------------------- */
/* NAVBAR                          */
/* ------------------------------- */

.navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand img {
    max-height: 48px;
}

.dropdown-menu {
	padding: 1rem 0;
	margin: .125rem 0 0;
    -moz-box-shadow: 0 0.5rem 0.75rem rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0.5rem 0.75rem rgba(0,0,0,.3);
    box-shadow: 0 0.5rem 0.75rem rgba(0,0,0,.3);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #dc2227;
    text-decoration: none;
    background-color: #fff /*#f8f9fa*/;
}

@media screen and (max-width: 768px){
	.dropdown-menu {
		-moz-box-shadow: 0 0.5rem 0.75rem rgba(0,0,0,.0);
		-webkit-box-shadow: 0 0.5rem 0.75rem rgba(0,0,0,.0);
		box-shadow: 0 0.5rem 0.75rem rgba(0,0,0,.0);
	}
	.navbar-nav {
		padding: 0.5rem 1rem 1.5rem 1rem;
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
	}
}

/* ------------------------------- */
/* NAVBAR COLLAPSE                 */
/* ------------------------------- */

@media screen and (max-width: 768px){
	
	.navbar-brand {
		z-index: 9999;
	}
	.hamburger {
		z-index: 9999;
	}
	.navbar-collapse {
		position: fixed;
		top:0px;
		right: 0;
		width: 100%;
		z-index: 10;
		background-color: rgb(19, 29, 38);
		    -moz-box-shadow: 0 1rem 1rem rgba(0,0,0,.0);
    		-webkit-box-shadow: 0 1rem 1rem rgba(0,0,0,.0);
    		box-shadow: 0 1rem 1rem rgba(0,0,0,.0);
		max-height: calc(100vh - 50px);
		overflow-x: hidden;
		overflow-y: auto;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	}
	.navbar-collapse.collapse.show {
		top:0px;
		-moz-box-shadow: 0 1rem 1rem rgba(0,0,0,.2);
    		-webkit-box-shadow: 0 1rem 1rem rgba(0,0,0,.2);
    		box-shadow: 0 1rem 1rem rgba(0,0,0,.2);
	}
	
	.navbar-nav {
		padding: 80px 1.5rem 1.5rem 1.5rem;
	}
	.navbar-collapse .navbar-nav::before {
		position: fixed;
		content: '';
		display: block;
		height: 70px;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 11;
		background-color: transparent;
		
		-webkit-transition: all 0.0s ease-in-out;
		-moz-transition: all 0.0s ease-in-out;
		-o-transition: all 0.0s ease-in-out;
		-ms-transition: all 0.0s ease-in-out;
		transition: all 0.0s ease-in-out;
	}
	.navbar-collapse.show .navbar-nav::before {
		position: fixed;
		content: '';
		display: block;
		height: 70px;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 11;
		background-color: rgb(19, 29, 38);
		
		-webkit-transition: all 0.15s ease-in-out;
		-moz-transition: all 0.15s ease-in-out;
		-o-transition: all 0.15s ease-in-out;
		-ms-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}
	.dropdown-menu {
		padding: .5rem 0;
		box-shadow: none!important;
		background-color: rgba(255,255,255,0.9);
		
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.dropdown-menu.show {
		box-shadow: none!important;
		background-color: rgba(255,255,255,0.9);

		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}

/* ------------------------------- */
/* SECTIONS                        */
/* ------------------------------- */

section {
	position: relative;
	outline:none;
	border:none;
	overflow: hidden;
	padding: 80px 0;
}

section.sec-intro {
	min-height: 100vh;
}

section.sec-auto {
	min-height: auto;
}

section.sec-50 {
	min-height: 50vh;
}

section.sec-75 {
	min-height: 75vh;
}

/*@media screen and (max-width: 1024px) and (orientation: portrait){
	section.sec-intro {
		padding: 80px 0; 
		min-height: auto;
	}
	section.sec-auto {
		padding: 80px 0; 
		min-height: auto;
	}
}*/

/*SECTION FOOTER*/

a.link-light {
	color: #fff;
	font-weight: 400;
	cursor: pointer;
	opacity: 0.5;
}
a.link-light:hover, a.link-light:active, a.link-light:focus {
	color: #fff;
	opacity: 1;
}

/* ------------------------------- */
/* FORM                            */
/* ------------------------------- */

.form-control, .input-group-text {
    display: block;
    width: 100%;
    padding: 0.375rem 1.5rem;
    /*font-size: 1rem;*/
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    /*border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
	border-radius: 2rem;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.form-control:focus, .form-control.focus {
    outline: 0;
    box-shadow:none;
	border-color: #f5a623;
	background-color: #fff;
}
.form-control::placeholder {
	color: #aaa;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.form-control:focus::placeholder {
	color: #ddd;
}

.form-control.form-control-sm{
    padding: 0.25rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.input-group-text {
    display: block;
    width: 100%;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
	border-radius: 2rem;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 0;
    padding-left: 0rem;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
label.custom-control-label {
    margin-bottom: 0.5rem;
	cursor: pointer;
	display: block;
	padding-left: 1.5rem;
}

.custom-control-label::before {
    background-color: #ddd;
	top: 0;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.custom-checkbox .custom-control-input ~ .custom-control-label::before{
	border-radius:0;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #a1b643;
}
.custom-radio .custom-control-input:active ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    background-color: #a1b643;
}
.custom-radio .custom-control-input:focus ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before{
	box-shadow: none!important;
}

.custom-control-label::after {
	top: 0;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.qty-input-group {
	max-width: 147px;
}
input.qty_input {
	max-width: 100%;
	text-align: center;
	font-weight: 600;
}
input.qty_input:disabled {
	text-align: center;
	border: 1px solid #eee;
	background-color: #eee;
}

.rnd {border-radius: 2rem;}
.rnd-1 {border-radius: 1rem;}
.input-txt-big {font-size: 1.25rem;}

/*MD FORM*/

.md-form {
	position: relative;
	padding: 0 5%;
}

.md-form .form-group {
	position: relative;
	z-index: 0;
	margin-bottom: 0.75rem;
	padding-top: 1rem;
}

.md-form .form-control {
	position: relative;
    display: block;
    width: 100%;
    padding: 0rem 0.25rem 0.5rem 0.25rem;
    font-size: 1rem;
	font-weight: 500;
    /*line-height: 1.5rem;*/
	height: 2rem;
    color: #333;
    background-color: transparent!important;
    background-clip: padding-box;
    border: 0;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.125);
	border-radius: 0;
	z-index: 1;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.md-form .form-control:hover {
	outline: 0;
    box-shadow: inset 0 -1px 0 0 rgba(220,34,39,.5);
    border-color: transparent;
    background-color: transparent;
}
.md-form .form-control:focus {
	outline: 0;
    box-shadow: inset 0 -3px 0 0 rgba(220,34,39,.75);
    border-color: transparent;
    background-color: transparent;
}

.md-form label.form-control-placeholder {
	position: absolute;
	font-size: 100%;
	font-weight: 500;
	top: 1rem;
	left: 0;
	margin-bottom: 0;
	padding: 0rem 0.25rem;
	line-height: 28px;
	opacity: 0.6;
	z-index: -1;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

/*.md-form .form-control:focus + .form-control-placeholder,
.md-form .form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
	padding: 0;
}*/
.md-form .form-control:focus ~ label.form-control-placeholder,
.md-form input.form-control:not(:placeholder-shown) ~ label.form-control-placeholder,
.md-form textarea.form-control:not(:placeholder-shown) ~ label.form-control-placeholder,
.md-form select.form-control:not([value=""]):valid ~ label.form-control-placeholder {
  font-size: 12px;
  transform: translate3d(0, -1rem, 0);
  opacity: 0.6;
	line-height: 1rem;
}
.md-form .form-control:focus ~ label.form-control-placeholder i,
.md-form input.form-control:not(:placeholder-shown) ~ label.form-control-placeholder i,
.md-form textarea.form-control:not(:placeholder-shown) ~ label.form-control-placeholder i,
.md-form select.form-control:not([value=""]):valid ~ label.form-control-placeholder i {
  color: red;
}

.md-form select.form-control {
	padding: 0rem 0rem 0.5rem 0rem;
}

.md-form select.form-control option {
	/*background-color:#f1f1f1;*/
}

.md-form textarea.form-control {
	height: auto;
	min-height: 2rem;
	/*max-height: 260px; 
	overflow:hidden;
	overflow-x: hidden;*/
	overflow-x: hidden;
	overflow-y: scroll;
	width: calc(100% + 17px);
}

.textarea-wrap {
	width: 100%;
	overflow: hidden;
}

/* SKIN-2 button */
.intro-form .btn-form {
    color: #055190;
    background-color: rgba(255,255,255,0.75);
    border-color: transparent;
	border-radius: 3rem;
	text-transform: uppercase;
	margin: 2rem auto 0.5rem auto;
	line-height: 2;
}
.btn-form:hover, .btn-form:focus {
    color: #fff;
    background-color: #043156;
}

.btn-form:active, .btn-form.active {
	color: #fff;
	background-color: #111;
}

@media screen and (max-width: 767px){
	.md-form {
		padding: 0 0%;
	}

}

/* ------------------------------- */
/* LIST                           */
/* ------------------------------- */

.list-group {
	
}

.list-group-item {
    position: relative;
    display: block;
    padding: 1rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #DDD;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
/*.list-group-item small {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 65%;
}*/

.list-group-item.over:hover {
	background-color: rgba(0, 0, 0, 0.03);
}

.principale {
	border: 1px dashed #bbb;
	margin-top: 1px;
	box-shadow: inset 0 0 0px 2px #fff ;
	background-color: rgba(0,0,0,0.03);
}

.card {
	margin-bottom:30px;
}
.card-header {
	border-bottom-width: 2px;
}

@media screen and (max-width: 767px){
	.my-border-sm-left-0 {
		border-left: 0!important;
	}
}

/* ------------------------------- */
/* POPOVER                         */
/* ------------------------------- */

.popover {
    border: none;
	
	-moz-box-shadow: 0 0.25rem 1rem rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0.25rem 1rem rgba(0,0,0,.2);
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.2);
}

.popover .popover-header {
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
    background: 0 0;
    border: none;border-bottom: 1px solid #ddd;
    color: #17324d;
	color: #555;
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
}
.popover .popover-body {
    font-size: .875rem;
    line-height: 1.5em;
    color: #555;
    padding: 0.75rem 1.25rem;
}
.popover .popover-body a.popover-inner-link {
    text-transform: uppercase;
    letter-spacing: .05em;
    display: block;
    margin-top: 16px;
    font-size: .857em;
    text-align: right;
    font-weight: 600;
}
.popover .arrow::before {
	border: none;
}


/* ------------------------------- */
/* SLICK SLIDER                    */
/* ------------------------------- */

.slick-list {
    position: relative;
    display: block;
    overflow: visible;
    margin: 0;
	margin-left: 1rem;
	margin-right: 1rem;
    padding: 0;
}

.slider-half, .slider-card, .slider-news {
	width: 100%;
	margin-bottom: 72px;
}

.slide-news {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.slide-pro {
	display: block;
	position: relative;
	/*background-color: rgba(255,255,255,0.0);*/
	padding: 1rem 1rem 1.5rem 1rem;
	margin: 0;
	overflow: hidden;
}

.slide-card {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.slide-card .border-bottom {
	border-color: rgba(0,0,0,0.15)!important;
}

.slide-card > div {
	background-color: rgba(255,255,255,0.75);
	min-height: 400px;

}
.slide-card > div.clr--white-bg {
	background-color: rgba(255,255,255,1);
	min-height: 400px;

}

/* ------------------------------- */
/* OTHERS CLASS                    */
/* ------------------------------- */

.ani-icon {
	max-width: 15vw;
}
@media screen and (max-width: 480px){
	.ani-icon {
		max-width: 112px;
	}
}
