@charset "utf-8";
/* CSS Document */

/* CSS */
@import url('base-sizing.css');
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:wght@400;700&family=Ultra&family=Google Sans:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
/* FONT 
@font-face{font-family:'Abril Fatface';src:url(../font/AbrilFatface-Regular.woff2) format("woff2"),url(../font/AbrilFatface-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'PP Neue Montreal';src:url(PPNeueMontreal-Regular.woff2) format("woff2"),url(PPNeueMontreal-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'PP Neue Montreal';src:url(../font/PPNeueMontreal-Italic.woff2) format("woff2"),url(../font/PPNeueMontreal-Italic.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:'PP Neue Montreal';src:url(../font/PPNeueMontreal-Bold.woff2) format("woff2"),url(../font/PPNeueMontreal-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'PP Neue Montreal';src:url(../font/PPNeueMontreal-BoldItalic.woff2) format("woff2"),url(../font/PPNeueMontreal-BoldItalic.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}
.abril{font-family:'Abril Fatface';font-weight:400;font-style:normal}
.pp-neue{font-family:'PP Neue Montreal';font-weight:400;font-style:normal}
.pp-neue-italic{font-family:'PP Neue Montreal';font-weight:400;font-style:italic}
.pp-neue-bold{font-family:'PP Neue Montreal';font-weight:700;font-style:normal}
.pp-neue-bold-italic{font-family:'PP Neue Montreal';font-weight:700;font-style:italic}*/
@import url("https://use.typekit.net/zak7eed.css");
.forma-light{font-family:forma-djr-deck,sans-serif;font-weight:400;font-style:normal}
.forma-bold{font-family:forma-djr-deck,sans-serif;font-weight:700;font-style:normal}
.muli{font-family:'Google Sans',sans-serif;font-weight:300;font-style:normal;letter-spacing: -1px}
.muli-italic{font-family:'Google Sans',sans-serif;font-weight:300;font-style:italic;letter-spacing: -1px}
.muli-bold{font-family:'Google Sans',sans-serif;font-weight:700;font-style:normal;letter-spacing: -1px}
.muli-bold-italic{font-family:'Google Sans',sans-serif;font-weight:700;font-style:italic;letter-spacing: -1px}
.muli-extrabold {font-family: 'Google Sans',sans-serif;font-weight: 700;font-style: normal;letter-spacing: -1px}
.muli-extrabold-italic {font-family:'Google Sans',sans-serif;font-weight: 700;font-style: italic;letter-spacing: -1px}

/* GLOBAL */
body{background:#eee;-webkit-backface-visibility:hidden}
.main-container,.nav-container,.footer-container,nav,nav.fixed,.callout{max-width:100%;margin:0 auto;left:0;right:0;overflow:hidden}
body.boxed-layout .main-container,body.boxed-layout .nav-container,body.boxed-layout .footer-container,body.boxed-layout nav,body.boxed-layout nav.fixed,body.boxed-layout nav.overlay{max-width:1280px}
.main-container{transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;clear:both;position:relative}
.slider{position:relative}
video:-webkit-full-screen,audio:-webkit-full-screen{-webkit-transform:translateY(0%)}
a{text-decoration:none}
a,a:hover,a:active,a:visited,a:focus{text-decoration:none}
img{max-width:100%}
.hero-slider{position:relative;overflow:hidden;background:#222; height: 800px;}
.hero-slider .slides{height: 100%;}
.hero-slider .slides li{height: 100%;}
/* XS */
@media (max-width:768px) {
	.hero-slider{height: 100vh;}
	.hero-slider .slides{height: 100vh;}
	.hero-slider .slides li{height: 100vh;}
}
.flex-control-nav{bottom:16px}
.flex-control-nav li{margin:0 7px}
.pull-right{right:0}
.pull-left{left:0}
.parallax .background-image-holder{transition:opacity .3s ease!important}
.parallax{overflow:hidden}
@media all and (max-width: 767px) {
  .hide-for-small{display:none}
}
.social-2 .tweet{font-family:'Abril Fatface';font-weight:400;font-style:normal; }

/* TYPOGRAPHY */
body{font-family: 'Google Sans',sans-serif;font-weight: 400;font-style: normal;font-size:18px;line-height:1.3;color:#334433;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
h1,h2,h3,h4,h5,h6{font-family:'Ultra',serif;font-weight:400;font-style:normal;color:#db007c;margin:0;cursor:default;}
h1{font-size:3.5em}h2{font-size:3em}h3{font-size:2.5em}h4{font-size:2em}h5{font-size:1.5em}h6{font-size:1em}
/* XS */
@media (max-width:768px) {
	h1{font-size:3em}h2{font-size:2.5em}h3{font-size:2em}h4{font-size:1.5em}h5{font-size:1.5em}h6{font-size:1em}
}
p{margin-bottom:18px;cursor:default;}
p.lead{font-size:20px;font-weight:300;line-height:30px}
p.sub{font-size:14px;line-height:16px}
p.sub a{font-weight:700;color:#db007c}
p:last-child{margin-bottom:0}
p a{color:#ff8d00;font-weight:700;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease}
p a:hover{color:#7f6556}
p.text-white a{color:#fff}
@media all and (max-width: 768px) {
  p.lead{font-weight:400;font-size:16px;line-height:24px}
}
strong {font-family:'Google Sans',sans-serif;font-weight:700;font-style:normal}
span {color:#ff8d00;font-family: 'Pacifico'font-weight: 300;font-style: normal;font-size:2em;}

/* PRENOTA */
.prenota{display:none}
@media screen and (max-width:800px){
	.prenota{display:block;position:fixed;width:100%;bottom:0;z-index:999;padding:15px 0;background-color:#ff8d00;text-align:center;border-top:#fff solid 1px}
	.prenota a{color:#fff;font-size:20px;font-weight:700}
	.prenota a:hover{color:#323232}
	.prenota i{color:#fff}
	.prenota i:hover{color:#323232}
}

/* MIXINS */
.v-align-children{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;flex-direction:row;-webkit-flex-direction:row}
.v-align-children-column{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;flex-direction:column;-webkit-flex-direction:column}
.disable-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
@media all and (max-width: 990px) {
  .v-align-children{display:block!important}
}

/* SECTION */
section{padding:80px 0;position:relative;background:#fff}
section .container{position:relative;z-index:2}
@media all and (max-width: 767px) {
  section{padding:40px 0;}
}

/* BUTTONS */
.btn{display:inline-block;font-size:16px;border-radius:0;padding:15px 30px;color:#ff8d00;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;text-align:center;font-weight:700;letter-spacing:4px;}
.btn:hover{background-color:#ff8d00}
.btn-filled{background:#ff8d00;color:#fff; border-radius:40px}
.btn-filled:hover,.btn:hover{color:#fff}
.btn-filled:hover{background:#db007c}
.btn-offerta{background-color:transparent;border:2px solid #ff8d00;color:#fff;width:100%;font-size:16px!important;letter-spacing:4px;text-transform:uppercase; border-radius:40px}
.btn-offerta:hover{background-color:#fff;border:2px solid #ff8d00;color:#ff8d00}
.btn.super-action{font-size:24px;font-weight:700;min-width:267px;padding:15px 20px;height:auto; border-radius:10px}
.btn.super-action.btn-filled{background:#ff8d00;color:#fff;border:none; border-radius:40px}
.btn.super-action.btn-filled:hover{background:#db007c;border:none}
.btn.btn-camera{font-size:22px;font-weight:700;width:auto;height:auto;padding:20px 30px;background-color:#ff8d00;border:2px solid #ff8d00;color:#fff;margin-bottom:10px; border-radius:40px}
.btn.btn-camera:hover{background-color:transparent;border:2px solid #ff8d00;color:#ff8d00}
/* XS */
@media (max-width:768px) {
	.btn.btn-camera{width:100%;text-align:center}
}
.btn-sm{height:45px;line-height:40px;font-size:16px;padding:0 28px}
.btn-xs{height:40px;line-height:35px;font-size:16px;padding:0 26px}
@media all and (max-width: 767px) {
	.btn{height:45px;line-height:40px;font-size:16px;padding:0 28px}
	.btn.super-action{height:auto;min-width:0;font-size:18px;font-weight:400;padding:10px 20px}
}

/* COLORS */
a{color:#888}
a:hover{color:#444}
.text-white{color:#fff!important}
.muted-white{color:#f8f8f8}
.bg-secondary{background:#f6f8fa}
section.bg-dark,footer.bg-dark{background:#222}
section.bg-dark.bg-secondary,footer.bg-dark.bg-secondary{background:#db007c}
section.bg-dark h1,footer.bg-dark h1,section.bg-dark h2,footer.bg-dark h2,section.bg-dark h3,footer.bg-dark h3,section.bg-dark h4,footer.bg-dark h4,section.bg-dark h5,footer.bg-dark h5,section.bg-dark h6,footer.bg-dark h6{color:#fff}
section.bg-dark p,section.bg-dark span,footer.bg-dark{color:#eee}
section.bg-dark a,footer.bg-dark span{color:#fff}
::selection{background:#ff8d00;color:#fff}
::-moz-selection{background:#ff8d00;color:#fff}

/*!---------- FORMS ----------*/
input,
textarea {
  -webkit-appearance: none;
}
textarea {
  font-weight: 400;
}
input[type="text"] {
  height: 54px;
  line-height: 48px;
  padding-left: 16px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 3px;
  font-size: 16px;
  color: #888888;
  font-weight: 400;
}
.btn-style-1 {
  font-weight: 500 !important;
  height: 54px;
  line-height: 48px;
  text-align: center;
  background: #ff8d00;
  border: 1px solid #ff8d00;
  font-size: 18px;
  font-weight: 300;
  padding: 0 36px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  color: #fff;
}
.btn-style-1:hover{
  background: #9c7e6d;
  color: #fff;	
}
input:focus,
textarea:focus {
  outline: none;
}
input.field-error,
textarea.field-error {
  outline: 1px solid #a83a3a;
}
form {
  position: relative;
  display: inline-block;
}
form p {
  margin-top: 12px;
}
form a {
  font-weight: bold;
}
.contained-form input[type="text"]:first-of-type {
  border-radius: 3px 0px 0px 3px;
  position: relative;
  left: 3px;
}
.contained-form input[type="text"]:nth-of-type(2) {
  border-radius: 0px;
  border-left: 1px solid #eee;
}
.contained-form input[type="submit"] {
  border-radius: 0px 3px 3px 0px;
  position: relative;
  right: 3px;
  top: 1px;
}
.form-success,
.form-error {
  position: absolute;
  bottom: 105%;
  left: 0;
  width: 100%;
  z-index: 20;
  background: #a83a3a;
  color: #fff;
  border-radius: 3px;
  padding: 8px;
  display: none;
}
.form-success {
  background: #3aa844;
}
@media all and (max-width: 767px) {
  .contained-form input {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
  }
  .contained-form input[type="text"]:first-of-type {
    border-bottom: none;
    border-radius: 3px 3px 0px 0px;
  }
  .contained-form input[type="text"]:nth-of-type(2) {
    border-radius: 0px;
    border-top: 1px solid #eee;
  }
  .contained-form input[type="submit"] {
    border-radius: 0px 0px 3px 3px;
    top: 0;
  }
}
.mail-list-form {
  display: none;
}

/* LIST */
ul{list-style:none;margin:0}
li{margin:0;padding:0}
/* LIST - list icon */
ul.list-icon {margin-bottom: 20px;}
ul.list-icon li{list-style-position:outside;padding:0 0 5px}
ul.list-icon.list-icon-color1 li{list-style-image:url(../images/icon-check-color1.png)}
ul.list-icon.list-icon-color2 li{list-style-image:url(../images/icon-check-color2.png)}

/* TABS */
.tabs{display:inline-block;overflow:hidden;text-align:center;width:100%;margin-bottom:20px}
.tabs li{display:inline-block}
.tabbed-content .content li{max-height:0;transition:opacity .5s ease;-webkit-transition:opacity .5s ease;-moz-transition:opacity .5s ease;overflow:hidden;opacity:0}
.tabbed-content .content li.active{opacity:1;max-height:3000px}
.tab-title{transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;opacity:.7;cursor:pointer}
.tab-title .indicator{width:8px;height:8px;display:inline-block;border-radius:50%;background:none;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease}
.tab-title i{color:#ff8d00;font-size:56px;line-height:64px;margin-bottom:24px}
.tab-title h6{font-weight:300;letter-spacing:2px;margin-right:-2px;font-size:12px;cursor:pointer}
.tabs li.active .tab-title,.tabs li:hover .tab-title{opacity:1}
.tabs li.active .tab-title .indicator{background:#ff8d00}
.tab-content{width:100%;overflow:hidden}
.tab-content img{display:inline-block;margin-bottom:26.66666667px}
.tab-content h5{margin-bottom:20px}
.tab-content .embed-video-container{margin-bottom:26.66666667px}
.tab-content iframe{width:100%}
.tab-content .slides li{max-height:8000px;opacity:1}
.tab-content .flex-control-nav{bottom:42px}
.tab-content .flex-control-nav li{max-height:80px;opacity:1}
.icon-tabs .tab-title{margin:0 32px}
.text-tabs .tab-title{padding:6px 18px;border:1px solid rgba(0,0,0,0);margin:0 8px;border-radius:3px}
.text-tabs .tabs li:hover .tab-title{border-color:#ccc}
.text-tabs .tabs li.active .tab-title{border-color:#ff8d00}
@media all and (max-width: 767px) {
	.icon-tabs .tab-title{opacity:.4;margin-bottom:16px}
	.tab-title .indicator{display:none}
}

.location {margin: 10px 0; color: #ffffff; font-weight: 800; letter-spacing: -1px;}

/* NAVIGATION */
.nav-container,nav{overflow:visible;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease}
/* XS */
@media (max-width:768px) {
	.nav-container {position: fixed; top: 0; left: 0; width: 100%;z-index: 99999;}
	.nav-container .nav-1{opacity: 0;}
	.nav-container .nav-1.fixed{opacity: 1;}
}
.nav-container.dismiss-active{min-height:80px!important;max-height:80px!important}
.nav-container.dark{background:#222}
nav{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease}
nav a{font-family: 'Google Sans',sans-serif;font-weight: 700!important;font-style: normal;font-size:0.9em;color:#fff;text-transform:uppercase;letter-spacing: -1px;}
nav .logo{max-height:50px;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease}
@media all and (max-width: 768px) {
	nav{overflow:hidden}
}
nav .callout{position:relative;top:0;width:100%;z-index:2}
nav.fixed,nav.overlay{position:fixed;top:0;z-index:98;left:0;overflow:visible}
nav.shrink .navbar{height:60px;max-height:60px;box-shadow:0 2px 5px 0 rgba(0,0,0,0.1)}
nav.shrink .btn{height:45px;line-height:40px;padding:0 26px;font-size:16px}
.navbar{border-radius:0}
nav.dark .navbar{background:#222;color:#fff}
nav.dark a{color:#fff}
nav.dark .subnav li a{color:#666}
nav.dark .mobile-toggle .upper,nav.dark .mobile-toggle .middle,nav.dark .mobile-toggle .lower{background:#fff}
nav.overlay .navbar{background:rgba(255,255,255,0.6)}
nav.overlay.dark .navbar{background:rgba(35,35,35,0.8)}
nav.overlay.fixed .navbar{background:rgba(255,255,255,0.9)}
nav.overlay.fixed.dark .navbar{background:rgba(35,35,35,0.95)}
nav ul{display:inline-block}
nav ul li{float:left;margin-right:26.66666667px;font-size:21px}
nav ul ul{position:absolute;background:#fff;visibility:hidden;z-index:999;min-width:150px;padding:0;border-radius:3px;top:100%;left:0;box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;opacity:0}
nav ul ul li{line-height:32px;text-align:left;position:relative;margin-right:0;width:100%}
nav ul ul li a{display:block;padding:0 20px;width:100%}
nav ul ul li:first-child{padding-top:8px}
nav ul ul li:last-child{padding-bottom:8px}
nav ul li:hover ul:nth-of-type(1){visibility:visible;opacity:1}
nav ul li:hover .subnav .subnav{visibility:hidden;opacity:0}
.has-dropdown .has-dropdown:hover .subnav{visibility:visible;opacity:1}
.has-dropdown .subnav .subnav{top:0;left:100%}
@media all and (max-width: 990px) {
	nav,nav.fixed,nav.overlay,.navbar{overflow:hidden}
	nav ul ul{position:relative;top:0;left:0;box-shadow:none;max-height:0;overflow:hidden;display:block;margin-top:0}
	nav ul ul ul{display:none;margin-left:16px}
	nav ul ul li:hover ul{display:block}
	.has-dropdown .subnav .subnav{left:0}
	.has-dropdown:hover .subnav{max-height:300px}
	.has-dropdown:hover .subnav .subnav{max-height:0}
	.has-dropdown .has-dropdown:hover .subnav{max-height:300px}
}
.mobile-toggle{position:relative;cursor:pointer;top:0;margin-left:18px;transition:all .2s ease;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;opacity:.9;display:none}
.mobile-toggle .upper,.mobile-toggle .middle,.mobile-toggle .lower{width:28px;height:4px;position:relative;background:#fff;transition:all .2s ease;-webkit-transition:all .2s ease;-moz-transition:all .2s ease}
.mobile-toggle .upper{top:0}
.mobile-toggle .middle{top:5px}
.mobile-toggle .lower{top:10px}
@media all and (max-width: 990px) {
	.mobile-toggle{display:inline-block}
}
.navbar{transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease}
.nav-1 .navbar{height:80px;max-height:80px;background:#16d0ed;margin:0; border:none}
.nav-1 .menu:first-child li,.nav-2 .menu:first-child li{position:relative}
.nav-1 .logo{margin:15px 0}
/* SM */
@media (max-width:992px) {
	.nav-1 .logo{margin:10px 0}
}
.nav-1 .menu{margin:25px 0;font-size:24px;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;float:left}
.nav-1 .btn{margin-top:13px}
.nav-1.shrink .menu{margin-top:17px}
.nav-1.shrink .logo{margin-top:18px}
.nav-1.shrink .btn{margin-top:7px}
@media all and (max-width: 990px) {
	.nav-1 .text-center{text-align:left}
	.nav-1 .menu{margin-bottom:8px}
	.nav-1 .menu li,.nav-2 .menu li{float:none!important;margin:0;line-height:32px}
	.nav-1 .btn{margin-top:16px}
	.nav-1 .mobile-toggle{top:8px}
}
.nav-open .navbar{height:auto!important;max-height:600px!important}
.nav-3{height:auto!important;max-height:60px;line-height:55px;overflow:hidden;background:#222;-webkit-backface-visibility:hidden}
.nav-3 div,.nav-3 li,.nav-3 a,.nav-3 ul{-webkit-backface-visibility:hidden}
.nav-3.overlay,.nav-3.fixed{background:rgba(35,35,35,0.9);overflow:hidden}
.nav-3.hollow{background:none}
.nav-3 .btn{border-color:#fff;color:#fff}
.nav-3 .btn:hover{border-color:#ff8d00}
.nav-3 .mobile-toggle{display:inline-block}
.nav-3 .mobile-toggle .upper,.nav-3 .mobile-toggle .middle,.nav-3 .mobile-toggle .lower{background:#fff}
.nav-3 .row:nth-of-type(2){padding:40px 0}
.nav-3 .menu li{float:none!important;line-height:32px;margin:0!important}
.nav-3 .menu li a{color:#fff}
.icon-menu{overflow:hidden;margin:0;padding:0;line-height:24px;width:100%;border-right:1px solid rgba(255,255,255,0.3)}
.icon-menu li{float:left;margin-right:80px;text-align:center;display:inline-block;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;opacity:.8}
.icon-menu i{display:block;font-size:72px;height:80px;width:100%;text-align:center;margin-bottom:20px;color:#fff}
.icon-menu span{color:#fff}
.icon-menu li:hover{opacity:1}
.icon-menu li:last-child{margin-right:0}
.nav-3:hover{max-height:500px!important}
.nav-3.overlay:hover,.nav-3.fixed:hover{background:rgba(35,35,35,0.95)}
@media all and (max-width: 990px) {
	.nav-3 .row:nth-of-type(2){padding:26.66666667px 0}
	.icon-menu i{font-size:56px;margin-bottom:13.33333333px;height:60px}
	.icon-menu li{margin-right:40px}
}
@media all and (max-width: 767px) {
	.icon-menu{border-right:none;margin-bottom:20px}
	.icon-menu li{margin:0;float:none;display:block;text-align:left}
	.icon-menu i{display:none}
	.icon-menu span{line-height:32px;font-size:16px}
	.nav-3 .row:nth-of-type(2) .text-right{text-align:left}
	.nav-3 .menu li{opacity:.6;line-height:24px}
	.nav-3:hover{max-height:60px!important}
	nav .btn{display:none}
	.nav-1 .mobile-toggle{top:18px}
	.nav-1.fixed .mobile-toggle{top:19px}
}
.nav-3.nav-open{max-height:500px!important}
.nav-3.nav-open.fixed,.nav-3.nav-open.overlay{background:rgba(0,0,0,0.7)}

/*!---------- CALLOUTS ----------*/
.callout .container {
  z-index: 2;
  position: relative;
}
.callout-1 {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 0;
  opacity: 1;
  height: 110px;
  line-height: 110px;
}
.callout-1 .background-image-holder:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ff8d00;
  background: -webkit-linear-gradient(left, #ff8d00 0%, #886c5d 100%);
  background: linear-gradient(left, #ff8d00 0%, #886c5d 100%);
  background: -ms-linear-gradient(left, #ff8d00 0%, #886c5d 100%);
  background: -moz-linear-gradient(left, #ff8d00 0%, #886c5d 100%);
  opacity: .9;
}
.callout-1 h5 {
  color: #fff;
  display: inline-block;
  position: relative;
}
.callout-1 form {
  margin-right: 16px;
}
.callout-1 input {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.callout-1 input[type="text"] {
  position: relative;
  left: 4px;
}
.callout-1 input[type="submit"] {
  border-left: none;
  position: relative;
  top: 1px;
  padding: 0 24px;
}
.callout-1 input[type="submit"]:hover {
  background: #fff;
  color: #ff8d00;
}
.callout-1 ::-webkit-input-placeholder {
  color: #fff !important;
}
.callout-1 ::-moz-input-placeholder {
  color: #fff !important;
}
.callout-1 :-moz-input-placeholder {
  color: #fff !important;
}
.callout-1 :-ms-input-placeholder {
  color: #fff !important;
}
.dismiss-callout {
  position: relative;
  z-index: 3;
  height: 25px;
  width: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  display: inline-block;
  top: 6px;
}
.dismiss-callout .line-1,
.dismiss-callout .line-2 {
  width: 2px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 10px;
}
.dismiss-callout .line-1 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.dismiss-callout .line-2 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.dismiss-callout:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
nav.dismiss-active {
  transform: translateY(-110px);
  -webkit-transform: translateY(-110px);
}
/*!---------- HEADERS ----------*/
.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #222;
  background-size: cover !important;
  background-position: center center !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
/* XS */
@media (max-width:768px) {
	.background-image-holder {height: 100vh;}
}
.background-image-holder img {
	display: none;
}
.background-image-holder.fadeIn {
  opacity: 1;
}
.parallax > .background-image-holder,
.parallax .slides li > .background-image-holder {
  height: 100vh;
  top: -50vh;
  transition: all 0s ease !important;
  transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d;
}
.main-container section:first-of-type .slides li > .background-image-holder,
.main-container section:first-of-type .background-image-holder {
  top: 0;
}
.header {
  padding: 0;
  background: #222;
}
.header .contained-form h6 {
  margin-bottom: 16px;
}
.header input[type="text"] {
  border-color: #fff;
}
@media all and (max-width: 767px) {
  .header br {
    display: none;
  }
}
.fixed-header {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
}
.header-1 {
  padding: 120px 0;
}
.header-1 .background-image-holder:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-1 h3 {
  margin-bottom: 20px;
}
.header-1 li {
  overflow: hidden;
  margin-bottom: 20px;
}
.header-1 li:last-child {
  margin-bottom: 40px;
}
.header-1 i {
  display: inline-block;
  font-size: 36px;
  float: left;
  width: 15%;
}
.header-1 h5 {
  display: inline-block;
  float: left;
  width: 75%;
}
.header-1 form {
  width: 100%;
  max-width: 410px;
}
.header-1 form input {
  width: 100%;
}
.header-1 form input[type="text"] {
  margin-bottom: 12px;
}
.header-1 form a {
  color: #fff;
  font-weight: 700;
}
.header-1 .sub {
  color: #fff;
}
.header-1 .inner {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  padding: 40px;
  width: 100%;
  max-width: 458px;
  float: right;
}
@media all and (max-width: 990px) {
  .header-1 h2 br {
    display: none;
  }
  .header-1 h2 {
    margin-bottom: 40px;
  }
  .header-1 form {
    padding-left: 0;
  }
  .header-1 {
    text-align: center;
  }
  .header-1 h5 {
    float: none;
    margin-bottom: 40px;
  }
  .header-1 .inner {
    float: none;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .header-1 {
    padding: 80px 0;
  }
  .header-1 h5 {
    margin-bottom: 40px;
    width: 100%;
  }
  .header-1 .inner {
    background: none;
    padding: 0;
  }
  .header-1 .sub {
    width: 100%;
  }
}
.header-2 {
  padding: 120px 0;
  min-height: 100vh;
}
.header-2:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-2 h1 {
  margin-bottom: 8px;
}
.header-2 h5 {
  color: #fff;
}
.header-2 .local-video-container,
.header-2 .embed-video-container {
  max-width: 675px;
  margin: 0 auto;
  margin-top: 8vh;
  margin-bottom: 8vh;
  overflow: visible;
}
.header-2 .embed-video-container iframe {
  height: 362px;
}
.header-2 .local-video-container .background-image-holder {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.header-2 video {
  width: 675px;
  border: none;
}
.header-2 form a {
  color: #fff;
  font-weight: bold;
}
.header-2 form input[type="text"] {
  min-width: 224px;
}
.header-2 .sub {
  color: #fff;
}
@media all and (max-width: 767px) {
  .header-2 {
    padding: 80px 0;
  }
  .header-2 .local-video-container,
  .header-2 .embed-video-container {
    margin: 40px 0;
  }
  .header-2 video {
    width: 100%;
  }
  .header-2 .contained-form input[type="text"]:nth-child(2) {
    border-left: none;
  }
  .header-2 .embed-video-container iframe {
    height: 200px;
  }
}
.header-3 {
  padding: 80px 0;
  background: #ecf0f3;
}
.header-3 h3 {
  margin-bottom: 10px;
}
.header-3 h5 {
  color: #888;
  margin-bottom: 40px;
}
.header-3 input[type="text"] {
  border-color: #ccc;
}
.header-3 input:nth-child(2) {
  border-left: none;
}
.header-3 .sub {
  color: #888;
  opacity: 0.8;
}
.header-3 form {
  margin-bottom: 40px;
}
.header-4 {
  background: #fff;
}
.header-4.bg-secondary {
  background: #f6f8fa;
}
.header-4 .hero-slider {
  max-height: 65vh;
  overflow: hidden;
}
.header-4 .hero-slider .slides li {
  height: 65vh;
  position: relative;
  overflow: hidden;
}
.header-4 .container {
  height: 35vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.header-4 h3 {
  margin-bottom: 20px;
}
.header-4 h5 {
  color: #888;
  margin-bottom: 26.66666667px;
}
@media all and (max-height: 900px) {
  .header-4 .hero-slider .slides li {
    height: 60vh;
  }
  .header-4 .container {
    height: 40vh;
  }
}
.header-5 {
  height: 100vh;
  padding: 120px 0;
  position: relative;
  min-height: 670px;
}
.header-5:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-5 h1 {
  margin-bottom: 10px;
}
.header-5 .form-holder {
  padding: 0 15px;
  position: absolute;
  bottom: 64px;
  width: 100%;
  z-index: 3;
  text-align: center;
}
.header-5 .sub {
  color: #fff;
}
.header-5 .sub a {
  color: #fff;
}
@media all and (max-width: 767px) {
  .header-5 {
    height: auto;
    padding: 80px 0;
    min-height: auto;
  }
  .header-5 h5 {
    margin-bottom: 20px;
  }
  .header-5 .play-button {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .header-5 .form-holder {
    position: relative;
    bottom: 0;
  }
}
.header-6 {
  position: relative;
  overflow: hidden;
  background: #ecf0f3;
  padding: 120px 0;
}
.header-6 .image-block {
  float: left;
  position: absolute;
  height: 100%;
  top: 0;
}
.header-6 h3 {
  margin-bottom: 20px;
}
.header-6 p {
  margin-bottom: 80px;
}
.header-6 form h6 {
  margin-bottom: 12px;
}
.header-6 form input {
  min-width: 380px;
}
.header-6 form input[type="text"] {
  margin-bottom: 20px;
  border-color: #ccc;
}
.header-6 form .sub {
  color: #888;
  margin-bottom: 0;
}
.header-6 .modal-video {
  width: 200%;
}
@media all and (max-width: 990px) {
  .header-6 .modal-video {
    width: 300%;
  }
}
@media all and (max-width: 767px) {
  .header-6 {
    padding-top: 0;
  }
  .header-6 .image-block {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }
  .header-6 .modal-video {
    width: 100%;
  }
  .header-6 p {
    margin-bottom: 40px;
  }
  .header-6 video,
  .header-6 .modal-video {
    width: 100%;
  }
  .header-6 form input {
    max-width: 100%;
    min-width: 100% !important;
  }
  .header-6 form input[type="text"] {
    margin-bottom: 0;
  }
  .header-6 form input[type="text"]:nth-of-type(1) {
    border-radius: 3px 3px 0px 0px;
    border-bottom: none;
  }
  .header-6 form input[type="text"]:nth-of-type(2) {
    border-radius: 0px;
    border-bottom: none;
  }
  .header-6 form input[type="submit"] {
    border-radius: 0px 0px 3px 3px;
  }
}
.header-7 .slides li {
  padding: 280px 0;
}
.header-7 .slides li:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-7 h1 {
	text-shadow:5px 5px 20px rgba(0,0,0,0.4) !important;
}
@media all and (max-width: 767px) {
  .header-7 .slides li {
    padding: 120px 0;
  }
}
.header-8 {
  background: #ff8d00;
}
.header-8 h2 {
  margin-bottom: 10px;
}
.header-8 h5 {
  margin-bottom: 40px;
}
.header-8 img {
  width: auto;
  bottom: 0;
}
.header-8 .header-upper {
  position: relative;
  text-align: center;
  padding-top: 120px;
}
.header-8 .header-lower {
  background: #fff;
  padding: 80px 0;
}
.header-8.bg-secondary .header-lower {
  background: #f6f8fa;
}
.header-8.bg-dark .header-lower {
  background: #222;
}
.header-8 .header-lower h4 {
  margin-bottom: 40px;
}
.header-8 .header-lower h6 {
  display: inline-block;
  line-height: 55px;
  margin: 0 26.66666667px;
  color: #888888;
}
@media all and (max-width: 767px) {
  .header-8 .header-upper {
    padding-top: 80px;
  }
  .header-8 .header-upper,
  .header-8 .header-lower {
    height: auto;
  }
  .header-8 .header-upper img {
    position: relative;
    width: 100%;
  }
  .header-8 .header-lower {
    padding: 40px 0;
  }
  .header-8 .header-lower h6 {
    display: block;
    margin: 0;
  }
  .header-8 h5 {
    margin-bottom: 40px;
  }
}
.header-9 {
  padding: 160px 0;
  background: #ff8d00;
}
@media all and (max-width: 767px) {
  .header-9 {
    padding: 80px 0;
  }
}
.header-10 {
  padding: 160px 0;
  overflow: hidden;
}
.header-10 .fs-video-wrapper:before,
.header-10 .background-image-holder:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-10 .fs-video-wrapper {
  z-index: 2;
}
.header-10 h3 {
  margin-bottom: 13.33333333px;
}
.header-10 h5 {
  margin-bottom: 53.33333333px;
}
.header-10 .sub,
.header-10 .sub a {
  color: #fff;
}
@media all and (max-width: 1024px) {
  .header-10 .fs-video-wrapper {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .header-10 {
    padding: 80px 0;
  }
}
.header-11.overlay .background-image-holder:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.header-11 {
  padding: 160px 0;
}
@media all and (max-width: 767px) {
  .header-11 {
    padding: 80px 0;
  }
}
/*!---------- FEATURES ----------*/
@media all and (max-width: 990px) {
  .features br {
    display: none;
  }
}
.hover-gallery {
  position: relative;
}
.hover-gallery img {
  max-width: 600px;
}
.hover-gallery li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  opacity: 0.3;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  top: 0;
  z-index: 0;
}
.hover-gallery li:nth-child(1),
.hover-gallery li:nth-child(3) {
  position: absolute;
}
.hover-gallery li:nth-child(1) {
  left: 0;
}
.hover-gallery li:nth-child(2) {
  z-index: 3;
}
.hover-gallery li:nth-child(3) {
  right: 0;
}
.hover-gallery li.active {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  z-index: 99;
}
.hover-gallery li.active img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.features-1 {
  padding: 120px 0;
}
.features-1 .hover-gallery {
  margin-bottom: 40px;
}
.features-1 h3 {
  margin-bottom: 26.66666667px;
}
@media all and (max-width: 990px) {
  .hover-gallery img {
    max-width: 480px;
  }
  .features-1 .hover-gallery {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .hover-gallery img {
    width: 100%;
  }
  .features-1 .hover-gallery {
    margin-bottom: 20px;
  }
}
.features-2,
.features-3 {
  padding: 80px 0 40px 0;
}
.features-2 h4 {
  margin-bottom: 13.33333333px;
}
.features-2 .row:first-of-type,
.features-3 .row:first-of-type {
  margin-bottom: 80px;
}
.features-2 img {
  display: inline-block;
  margin-bottom: 26.66666667px;
}
.features-2 h5,
.features-3 h5 {
  margin-bottom: 10px;
}
.features-2 .feature,
.features-3 .feature {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .features-2 {
    padding: 40px 0 20px 0;
  }
  .features-2 .row:first-of-type,
  .features-3 .row:first-of-type {
    margin-bottom: 40px;
  }
  .features-2 img {
    margin-bottom: 13.33333333px;
  }
}
.features-3 h3 {
  margin-bottom: 20px;
}
.features-3 .feature i {
  font-size: 72px;
  color: #ff8d00;
  display: inline-block;
  margin-bottom: 40px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.features-3 .feature:hover i {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
.features-3 .feature {
  cursor: default;
}
.features-4 h4,
.features-5 h4 {
  margin-bottom: 26.66666667px;
}
@media all and (max-width: 990px) {
  .features-4 .feature,
  .features-5 .feature {
    text-align: left !important;
  }
  .features-4 .feature:nth-of-type(1),
  .features-5 .feature:nth-of-type(1) {
    margin-bottom: 26.66666667px;
  }
  .features-4 h4,
  .features-5 h4 {
    margin-bottom: 20px;
  }
  .features-4 .v-align-children,
  .features-5 .v-align-children {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media all and (max-width: 767px) {
  .features-4 .v-align-children,
  .features-5 .v-align-children {
    display: block !important;
  }
}
.features-6 {
  padding: 80px 0 0 0;
}
.features-6 h3 {
  margin-bottom: 80px;
}
.features-6 .feature i {
  color: #ff8d00;
  font-size: 48px;
  display: inline-block;
  margin-bottom: 40px;
}
.features-6 h5 {
  font-size: 18px;
}
.features-6 .feature {
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  .features-6 {
    padding: 40px 0 0 0;
  }
  .features-6 .feature {
    margin-bottom: 40px;
  }
  .features-6 h3 {
    margin-bottom: 40px;
  }
}
.features-7 {
  overflow: hidden;
  padding: 200px 0;
}
.features-7 h6 {
  margin-bottom: 40px;
}
.features-7 h4 {
  margin-bottom: 40px;
}
.features-7 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
@media all and (max-width: 1280px) {
  .features-7 br {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .features-7 {
    padding: 80px 0;
  }
}
@media all and (max-width: 890px) {
  .features-7 img {
    right: -80px;
  }
}
@media all and (max-width: 767px) {
  .features-7 img {
    display: none;
  }
}
.features-8 h3 {
  margin-bottom: 53.33333333px;
}
.features-8 .local-video-container,
.features-8 .embed-video-container {
  margin: 0 auto;
  margin-bottom: 40px;
}
.features-8 .embed-video-container iframe {
  height: 412px;
}
.features-8 h5 {
  margin-bottom: 20px;
}
.features-8 video,
.features-8 .local-video-container,
.features-8 .embed-video-container {
  max-width: 675px;
}
@media all and (max-width: 990px) {
  .features-8 video,
  .features-8 .local-video-container {
    max-width: 600px;
  }
}
@media all and (max-width: 767px) {
  .features-8 h3 {
    margin-bottom: 26.66666667px;
  }
  .features-8 .local-video-container,
  .features-8 .embed-video-container {
    margin-bottom: 20px;
  }
  .features-8 .embed-video-container iframe {
    height: 200px;
  }
}
.features-9 {
  padding: 0;
}
.features-9 .slides li {
  height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex !important;
  display: -webkit-flex !important;
  display: -ms-flex !important;
}
.features-9 .slides li:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.features-9 .slides li h1 {
  margin-bottom: 26.66666667px;
}
@media all and (max-width: 767px) {
  .features-9 .slides li {
    height: auto;
    padding: 120px 0;
    display: block !important;
  }
}
.features-10 h4 {
  margin-bottom: 26.66666667px;
}
@media all and (max-width: 990px) {
  .features-10 div[class*='col-'] {
    width: 100% !important;
  }
  .features-10 .local-video-container,
  .features-10 video {
    max-width: 600px;
    margin: 0 auto;
  }
  .features-10 .local-video-container {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .features-10 .local-video-container {
    margin-bottom: 20px;
  }
}
.features-11 {
  padding: 80px 0 40px 0;
}
.features-11 .feature {
  margin-bottom: 40px;
}
.features-11 h4 {
  margin-bottom: 13.33333333px;
}
.features-11 .row:nth-of-type(1) {
  margin-bottom: 80px;
}
.features-11 i {
  color: #ff8d00;
  font-size: 48px;
  margin-bottom: 26.66666667px;
  display: inline-block;
}
.features-11 h5 {
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .features-11 {
    padding: 40px 0 20px 0;
  }
  .features-11 .row:nth-of-type(1) {
    margin-bottom: 40px;
  }
  .features-11 .feature {
    margin-bottom: 40px;
  }
  .features-11 i {
    margin-bottom: 13.33333333px;
  }
}
.features-12 {
  padding: 80px 0 40px 0;
}
.features-12 .row:nth-of-type(1) {
  margin-bottom: 53.33333333px;
}
.features-12 img {
  margin-bottom: 26.66666667px;
}
.features-12 h5 {
  margin-bottom: 10px;
}
.features-12 .feature {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .features-12 {
    padding: 40px 0 20px 0;
  }
  .features-12 .row:nth-of-type(1) {
    margin-bottom: 26.66666667px;
  }
  .features-12 img {
    margin-bottom: 13.33333333px;
  }
}
.features-13 {
  background: #ff8d00;
  color: #fff;
}
.features-13 .row:nth-of-type(1) {
  margin-bottom: 53.33333333px;
}
.features-13 i {
  color: #c5b3aa;
  font-size: 64px;
  display: inline-block;
  margin-bottom: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.features-13 .feature {
  padding: 40px 32px;
  overflow: hidden;
  cursor: default;
}
.features-13 h5 {
  margin-bottom: 20px;
}
.features-13 p {
  text-align: left;
}
.features-13 ul {
  padding-left: 15px;
}
.features-13 ul li {
  text-align: left;
  list-style: outside;
}
@media all and (max-width: 767px) {
  .features-13 .row:nth-of-type(1) {
    margin-bottom: 13.33333333px;
  }
  .features-13 i {
    margin-bottom: 20px;
  }
}
.features-14.no-pad {
  padding: 0;
}
.features-14 h4:first-child {
	margin-bottom: 10px;
}
.features-14 h4 {
	margin-bottom: 20px;
}
.features-14 img {
  max-width: 2000px;
  max-height: 800px;
}
.features-14 img.img-responsive {
	max-width:100%!important;
}
.features-14 .feature span {
  display: block;
  width: 100%;
  text-align: center;
}
.features-14 p.lead {
  margin-bottom: 40px;
}
@media all and (max-width: 990px) {
  .features-14 img {
    max-height: 500px;
  }
  .features-14 .v-align-children {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media all and (max-width: 767px) {
  .features-14 .v-align-children {
    display: block !important;
  }
}
@media all and (max-width: 767px) {
  .features-14 img {
    max-width: 100%;
  }
  .features-14 h4 {
    margin-bottom: 20px;
  }
  .features-14 p.lead {
    margin-bottom: 20px;
  }
  .features-14.no-pad {
    padding-top: 40px;
  }
}
.features-15 {
  padding: 0 0 80px;
}
.features-15 .feature {
  padding: 80px 53.33333333px;
  background: #ff8d00;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border: 1px solid #ff8d00;
}
.features-15 .feature:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 20;
  box-shadow: 0 2px 5px 0 rgba(166, 139, 124, 0.26);
}
.features-15 .feature:nth-of-type(2) {
  background: #db007c;
  border: 1px solid #db007c;
}
.features-15 .feature:nth-of-type(3) {
  background: #ff8d00;
}
.features-15 i {
  color: rgba(255,255,255,0.8);
  font-size: 80px;
  display: inline-block;
  margin-bottom: 40px;
}
.features-15 .feature:nth-of-type(2) i {
  color: rgba(255,255,255,0.8);
}
.features-15 .feature:nth-of-type(3) i {
  color: rgba(255,255,255,0.8);
}
.features-15 h5 {
  margin-bottom: 26.66666667px;
}
@media all and (max-width: 1280px) {
  .features-15 .feature {
    padding: 80px 40px;
  }
}
@media all and (max-width: 767px) {
  .features-15 .feature {
    padding: 40px;
    border-bottom: 1px solid #c5b3aa;
  }
  .features-15 .feature:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .features-15 h5 {
    margin-bottom: 13.33333333px;
  }
}
.features-18 {
  padding: 80px 0 0;
  overflow: hidden;
}
.features-18 .feature {
  padding: 0;
  height: 450px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.features-18 .overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.features-18 .feature:hover .overlay:before {
  opacity: 1;
}
.features-18 .feature a:nth-child(1) {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.features-18 .container {
  position: relative;
  top: 50%;
  transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  max-width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
.features-18 .feature:hover .container {
  opacity: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.features-18 h4 {
  margin-bottom: 20px;
}
.features-18 .background-image-holder {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.features-18 .feature:hover .background-image-holder {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
@media all and (max-width: 1500px) {
  .features-18 .feature {
    height: 500px;
  }
}
@media all and (max-width: 1450px) {
  .features-18 .feature {
    height: 470px;
  }
}
@media all and (max-width: 1280px) {
  .features-18 .feature {
    height: 400px;
  }
}
@media all and (max-width: 1000px) {
  .features-18 .feature {
    height: 380px;
  }
}
.features-19 .container .row:nth-of-type(1) h4 {
  margin-bottom: 40px;
}

/* OFFERTE */
.offerta-content{margin-bottom:20px}
.offerta-content:nth-child(2n+1){clear:both}
.offerta-content .offerta-image{position:relative}
.offerta-content .offerta-image .offerta-overlay{position:absolute;top:0;left:0;width:100%}
.offerta-content .offerta-text{position:relative;background-color:rgba(255,255,255,0.9);border:2px solid #fff;margin:-100px 50px 0;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.offerta-content:hover .offerta-text{background-color:rgba(255,255,255,1)}
.offerta-content .offerta-text h4{color:#db007c!important;}
.offerta-content .offerta-text h3{color:#db007c!important; letter-spacing: -1px;}
.offerta-content .decoration{margin: 30px auto; width: auto; max-width: 100%;}
.offerta-content .offerta-text p.lead{color:#666;margin-bottom:0;font-size:1.2em;font-weight:300;font-style:italic;letter-spacing:-2px}
.offerta-content .offerta-text .btn-offerta{color:#fff;background-color:#ff8d00}
.offerta-content .offerta-text .btn-offerta:hover{background-color:transparent;border:2px solid #ff8d00;color:#ff8d00}
/* SM */
@media (max-width:992px) {
	.offerta-content .offerta-text{position:relative;background-color:rgba(255,255,255,1);border:2px solid #fff;margin:0 0 20px;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
}

/*!---------- CALLS TO ACTION ----------*/
.cta {
  overflow: hidden;
}
.cta-1 h2 {
  margin-bottom: 40px;
}
.cta-1 p {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.cta-2 h3 {
  margin-bottom: 13.33333333px;
}
.cta-2 h5 {
  margin-bottom: 40px;
}
.cta-2 form h6 {
  margin-bottom: 20px;
}
.cta-3 h3 {
  margin-bottom: 40px;
}
.cta-3 p {
  text-align: left;
  padding-right: 96px;
  font-style: italic;
}
.cta-3 form {
  background: #f6f8fa;
  padding: 40px;
  border-radius: 3px;
}
.cta-3 form h6 {
  margin-bottom: 20px;
}
.cta-3 form input {
  width: 100%;
}
.cta-3 form input[type="text"] {
  margin-bottom: 13.33333333px;
}
.cta-3 form p {
  padding-left: 0;
  font-style: normal;
}
.cta-3.bg-secondary form {
  background: #fff;
}
.cta-3.bg-dark form {
  background: #333;
}
@media all and (max-width: 990px) {
  .cta-3 p {
    padding-right: 0;
  }
}
@media all and (max-width: 767px) {
  .cta-3 form {
    margin-top: 40px;
    padding: 26.66666667px;
  }
  .cta-3 form input[type="text"] {
    margin-bottom: 0;
  }
}
.cta-4 img {
  max-height: 35px;
  margin: 0 40px;
  opacity: 0.2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.cta-4 img:hover {
  opacity: 1;
}
.cta-4 .row:nth-of-type(1) {
  margin-bottom: 80px;
}
.cta-4 h3 {
  margin-bottom: 20px;
}
.cta-4 h5 {
  color: #888;
  margin-bottom: 40px;
}
.cta-4 .btn,
.cta-5 .btn {
  margin-bottom: 10px;
}
@media all and (max-width: 1024px) {
  .cta-4 img {
    margin: 0 13.33333333px;
    max-height: 30px;
  }
}
@media all and (max-width: 767px) {
  .cta-4 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .cta-4 .row:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
.cta-5 {
  padding: 120px 0;
}
.cta-5:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 2;
  top: 0;
  left: 0;
}
.cta-5 h2 {
  margin-bottom: 13.33333333px;
}
.cta-5 h5 {
  margin-bottom: 40px;
  font-weight: 800;
  font-size: 1.5em;
}
.cta-5 .sub {
  color: #fff;
}
.cta-5 .sub a {
  color: #fff;
}
@media all and (max-width: 767px) {
  .cta-5 {
    padding: 80px 0;
  }
}
.cta-6 h3 {
  margin-bottom: 13.33333333px;
}
.cta-6 .btn:nth-of-type(1) {
  margin-right: 26.66666667px;
}
@media all and (max-width: 1024px) {
  .cta-6 .btn:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .cta-6 p {
    margin-bottom: 20px;
  }
  .cta-6 .text-right {
    text-align: left !important;
  }
  .cta-6 .btn:nth-of-type(1) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.cta-7 {
  padding: 120px 0;
}
.cta-7:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.cta-7 h2 {
  margin-bottom: 13.33333333px;
}
.cta-7 h5 {
  margin-bottom: 80px;
}
.cta-7 form {
  display: inline-block;
  max-width: 370px;
}
.cta-7 form input {
  width: 100%;
}
.cta-7 form h6 {
  margin-bottom: 13.33333333px;
}
.cta-7 .sub {
  color: #fff;
}
.cta-7 .sub a {
  color: #fff;
}
.cta-7 input[type="text"] {
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .cta-7 form input {
    max-width: 100%;
    min-width: 100% !important;
  }
  .cta-7 form input[type="text"] {
    margin-bottom: 0;
  }
  .cta-7 form input[type="text"]:nth-of-type(1) {
    border-radius: 3px 3px 0px 0px;
    border-bottom: none;
  }
  .cta-7 form input[type="text"]:nth-of-type(2) {
    border-radius: 0px;
    border-bottom: none;
  }
  .cta-7 form input[type="submit"] {
    border-radius: 0px 0px 3px 3px;
  }
}
.cta-8 {
  padding: 120px 0;
}
.cta-8 h4 {
  margin-bottom: 40px;
}
.cta-8 .btn:nth-of-type(1) {
  margin-right: 26.66666667px;
}
@media all and (max-width: 767px) {
  .cta-8 {
    padding: 80px 0;
  }
}
.cta-9 img {
  max-height: 90px;
  margin-right: 20px;
}
.cta-9 p.lead {
  color: #222;
  display: inline;
  cursor: pointer;
}
.cta-9.bg-dark p.lead {
  color: #fff;
}
@media all and (max-width: 767px) {
  .cta-9 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.cta-10 .background-image-holder:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.cta-10 img {
  max-height: 70px;
  display: inline-block;
  margin: 0 8px;
}
/*!---------- TESTIMONIALS ----------*/
@media all and (max-width: 767px) {
  .testimonials br {
    display: none;
  }
}
.testimonials-1 {
  padding: 80px 0 0 0;
}
.testimonials-1 .comma {
  font-size: 66px;
  color: #222;
  font-style: italic;
  display: inline-block;
}
.testimonials-1.bg-dark .comma {
  color: #fff;
}
.testimonials-1 h4 {
  margin-bottom: 26.66666667px;
  font-style: italic;
}
.testimonials-1 .testimonial {
  margin-bottom: 80px;
}
.testimonials-1 p {
  font-style: italic;
}
@media all and (max-width: 767px) {
  .testimonials-1 {
    padding: 40px 0 0 0;
  }
  .testimonials-1 .testimonial {
    margin-bottom: 40px;
  }
}
.testimonials-2 {
  padding: 80px 0 40px 0;
}
.testimonials-2 .row:nth-of-type(1) {
  margin-bottom: 80px;
}
.testimonials-2 .testimonial {
  overflow: hidden;
  margin-bottom: 40px;
}
.testimonials-2 .testimonial img {
  float: left;
  display: inline-block;
  margin-right: 16px;
}
.testimonials-2 p {
  padding-left: 96px;
}
.testimonials-2 p:last-child {
  float: right;
}
@media all and (max-width: 767px) {
  .testimonials-2 {
    padding: 40px 0 20px 0;
  }
  .testimonials-2 .row:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
.testimonials-3 {
  padding: 80px 0 40px 0;
}
.testimonials-3 .row:nth-of-type(1) {
  margin-bottom: 80px;
}
.testimonials-3 img {
  display: inline-block;
  margin-bottom: 20px;
}
.testimonials-3 .testimonial {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .testimonials-3 {
    padding: 40px 0 20px 0;
  }
  .testimonials-3 .row:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
.testimonials-4 h4 {
  margin-bottom: 40px;
}
.testimonials-4 img {
  margin-bottom: 20px;
}
.testimonials-4 .flex-control-nav {
  display: none;
}
.testimonials-5 img {
  max-width: 570px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.testimonials-5 h4 {
  margin-bottom: 40px;
}
.testimonials-5 .slider {
  position: relative;
  margin-bottom: 48px;
}
.testimonials-5 .flex-control-nav li a {
  background: rgba(0, 0, 0, 0.2);
}
.testimonials-5 .flex-control-nav li a.flex-active {
  background: rgba(0, 0, 0, 0.6);
}
.testimonials-5 .flex-control-nav {
  bottom: -48px;
}
.testimonials-5.bg-dark .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
}
.testimonials-5.bg-dark .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.6);
}
@media all and (max-width: 1200px) {
  .testimonials-5 img {
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .testimonials-5 img {
    margin-bottom: 20px;
  }
  .testimonials-5 h4 {
    margin-bottom: 20px;
  }
  .testimonials-5 .flex-control-nav {
    bottom: -32px;
  }
  .testimonials-5 .slider {
    position: relative;
    margin-bottom: 32px;
  }
}
/*!---------- PRICING ----------*/
.pricing .row:nth-of-type(1) {
  margin-bottom: 53.33333333px;
}
.pricing-1 .pricing-option h6 {
  font-weight: 300;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 20px;
}
.pricing-1 .dollar,
.pricing-1 .price,
.pricing-1 .terms {
  color: #ff8d00;
}
.pricing-1 .dollar,
.pricing-1 .terms {
  font-size: 22px;
}
.pricing-1 .dollar {
  position: relative;
  bottom: 67px;
}
.pricing-1 .price {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}
.pricing-1 .price-container {
  margin-bottom: 26.66666667px;
}
.pricing-1 h5 {
  margin-bottom: 20px;
}
.pricing-1 ul {
  line-height: 32px;
}
.pricing-1 .pricing-option {
  border-radius: 3px;
  border: 1px solid #b4c5d6;
  padding: 40px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  margin-bottom: 40px;
}
.pricing-1.bg-dark .pricing-option {
  border: 1px solid #444;
}
.pricing-1 a:nth-of-type(1) .pricing-option {
  border-right: none;
  border-radius: 3px 0px 0px 3px;
}
.pricing-1 a:nth-of-type(3) .pricing-option {
  border-left: none;
  border-radius: 0px 3px 3px 0px;
}
.pricing-1 a:nth-of-type(2) .pricing-option {
  border-radius: 0px;
}
.pricing-1 .pricing-option:hover,
.pricing-1 .pricing-option.active {
  background: #ff8d00;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 10;
  border: 1px solid #ff8d00 !important;
  border-radius: 3px !important;
}
.pricing-1 .pricing-option:hover .price,
.pricing-1 .pricing-option.active .price {
  color: #fff;
}
.pricing-1 .pricing-option:hover .dollar,
.pricing-1 .pricing-option.active .dollar {
  color: #fff;
}
.pricing-1 .pricing-option:hover .terms,
.pricing-1 .pricing-option.active .terms {
  color: #fff;
}
.pricing-1 .pricing-option:hover h6,
.pricing-1 .pricing-option.active h6 {
  color: #fff;
  font-weight: normal;
}
.pricing-1 .pricing-option:hover h5,
.pricing-1 .pricing-option.active h5 {
  color: #fff;
}
.pricing-1 .pricing-option:hover ul,
.pricing-1 .pricing-option.active ul {
  color: #fff;
}
@media all and (max-width: 767px) {
  .pricing-option {
    margin: 0 15px;
    border-radius: 3px !important;
    border: 1px solid #b4c5d6 !important;
  }
}
.pricing-2:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.pricing-2 .pricing-option h6 {
  font-weight: 400;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 20px;
  color: #fff;
}
.pricing-2 .dollar,
.pricing-2 .price,
.pricing-2 .terms {
  color: #fff;
}
.pricing-2 .dollar,
.pricing-2 .terms {
  font-size: 22px;
}
.pricing-2 .dollar {
  position: relative;
  bottom: 67px;
}
.pricing-2 .price {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}
.pricing-2 .price-container {
  margin-bottom: 26.66666667px;
}
.pricing-2 h5 {
  margin-bottom: 20px;
  color: #fff;
}
.pricing-2 ul {
  line-height: 32px;
  color: #fff;
}
.pricing-2 .pricing-option {
  border: 1px solid #fff;
  padding: 40px 0;
  border-radius: 3px;
  margin-bottom: 40px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.pricing-2 a:nth-of-type(1) .pricing-option {
  border-right: none;
  border-radius: 3px 0px 0px 3px;
}
.pricing-2 a:nth-of-type(2) .pricing-option {
  border-radius: 0px 3px 3px 0px;
}
.pricing-2 .pricing-option.active {
  background: #ff8d00;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 10;
  border: 1px solid #ff8d00 !important;
  border-radius: 3px !important;
}
@media all and (max-width: 767px) {
  .pricing-2 .pricing-option {
    border-radius: 3px !important;
    border: 1px solid #fff !important;
  }
}
.pricing-3 i {
  font-size: 66px;
  opacity: 0.2;
  display: inline-block;
  margin-bottom: 40px;
}
.pricing-3 .pricing-option h6 {
  font-weight: 300;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 20px;
}
.pricing-3 .dollar,
.pricing-3 .price,
.pricing-3 .terms {
  color: #ff8d00;
}
.pricing-3 .dollar,
.pricing-3 .terms {
  font-size: 22px;
}
.pricing-3 .dollar {
  position: relative;
  bottom: 52px;
}
.pricing-3 .price {
  font-size: 96px;
  font-weight: 700;
  line-height: 120px;
}
.pricing-3 .price-container {
  margin-bottom: 26.66666667px;
}
.pricing-3 .pricing-option {
  border: 1px solid #b4c5d6;
  padding: 40px 0;
  border-radius: 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-bottom: 40px;
}
.pricing-3.bg-dark .pricing-option {
  border: 1px solid #444;
}
.pricing-3 .pricing-option:hover,
.pricing-3 .pricing-option.active {
  background: #ff8d00;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 10;
  border: 1px solid #ff8d00 !important;
  border-radius: 3px !important;
}
.pricing-3 .pricing-option:hover .price,
.pricing-3 .pricing-option.active .price,
.pricing-3 .pricing-option:hover .dollar,
.pricing-3 .pricing-option.active .dollar,
.pricing-3 .pricing-option:hover .terms,
.pricing-3 .pricing-option.active .terms,
.pricing-3 .pricing-option:hover h6,
.pricing-3 .pricing-option.active h6,
.pricing-3 .pricing-option:hover p,
.pricing-3 .pricing-option.active p,
.pricing-option:hover i,
.pricing-option.active i {
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.pricing-3 .pricing-option:hover i,
.pricing-3 .pricing-option.active i {
  opacity: 0.5;
}
.pricing-3 .pricing-option:hover h6,
.pricing-3 .pricing-option.active h6 {
  font-weight: 400;
}
@media all and (min-width: 1024px) {
  .pricing-3 a:nth-of-type(1) .pricing-option {
    border-radius: 3px 0px 0px 3px;
  }
  .pricing-3 a:nth-of-type(4) .pricing-option {
    border-radius: 0px 3px 3px 0px;
  }
  .pricing-3 a:nth-of-type(2) .pricing-option,
  .pricing-3 a:nth-of-type(3) .pricing-option {
    border-radius: 0px;
  }
  .pricing-3 a:nth-of-type(2) .pricing-option,
  .pricing-3 a:nth-of-type(3) .pricing-option,
  .pricing-3 a:nth-of-type(4) .pricing-option {
    border-left: none;
  }
}
@media all and (max-width: 990px) {
  .pricing-3 .pricing-option {
    margin-bottom: 0;
  }
  .pricing-3 a:nth-of-type(1) .pricing-option {
    border-radius: 3px 0px 0px 0px;
    border-right: none;
  }
  .pricing-3 a:nth-of-type(2) .pricing-option {
    border-radius: 0px 3px 0px 0px;
  }
  .pricing-3 a:nth-of-type(3) .pricing-option {
    border-radius: 0px 0px 0px 3px;
    border-right: none;
  }
  .pricing-3 a:nth-of-type(3) .pricing-option {
    border-radius: 0px 0px 3px 0px;
    margin-bottom: 20px;
  }
  .pricing-3 a:nth-of-type(1) .pricing-option,
  .pricing-3 a:nth-of-type(2) .pricing-option {
    border-bottom: none;
  }
}
@media all and (max-width: 767px) {
  .pricing-3 .pricing-option {
    border-radius: 3px;
    margin-bottom: 20px;
  }
}
.pricing-4 .pricing-option {
  background: #f6f8fa;
  border-radius: 3px;
  padding: 53.33333333px 0;
  max-width: 375px;
  margin: 0 auto;
}
.pricing-4.bg-secondary .pricing-option {
  background: #fff;
}
.pricing-4.bg-dark .pricing-option {
  background: #333;
}
.pricing-4 .pricing-option h6 {
  font-weight: 300;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 20px;
}
.pricing-4 .dollar,
.pricing-4 .price,
.pricing-4 .terms {
  color: #ff8d00;
}
.pricing-4 .dollar,
.pricing-4 .terms {
  font-size: 22px;
}
.pricing-4 .dollar {
  position: relative;
  bottom: 67px;
}
.pricing-4 .price {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}
.pricing-4 .price-container {
  margin-bottom: 26.66666667px;
}
.pricing-4 h5 {
  margin-bottom: 20px;
}
.pricing-4 ul {
  line-height: 32px;
  margin-bottom: 40px;
}
.pricing-4 .inner {
  max-width: 375px;
  margin: 0 auto;
}
.pricing-4 h3 {
  margin-bottom: 40px;
}
.pricing-4 p.lead {
  font-style: italic;
  font-weight: 400;
}
.pricing-4 img {
  margin-bottom: 10px;
}
@media all and (max-width: 990px) {
  .pricing-4 .inner,
  .pricing-4 .pricing-option {
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .pricing-4 .pricing-option {
    margin-bottom: 40px;
  }
  .pricing-4 h3 {
    margin-bottom: 20px;
  }
}
.pricing-5 .row:nth-of-type(1) {
  margin-bottom: 0;
}
.pricing-5 .pricing-option h6 {
  font-weight: 300;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 20px;
}
.pricing-5 div[class*='col-'] {
  overflow: hidden;
}
.pricing-5 .dollar,
.pricing-5 .price,
.pricing-5 .terms {
  color: #ff8d00;
}
.pricing-5 .dollar,
.pricing-5 .terms {
  font-size: 22px;
}
.pricing-5 .dollar {
  position: relative;
  bottom: 67px;
}
.pricing-5 .price {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}
.pricing-5 .price-container {
  margin-bottom: 16px;
}
.pricing-5 h5 {
  margin-bottom: 20px;
}
.pricing-5 .feature {
  overflow: hidden;
  width: 50%;
  float: left;
  margin-bottom: 40px;
}
.pricing-5 .feature:nth-of-type(odd) {
  padding-right: 15px;
}
.pricing-5 .feature:nth-of-type(even) {
  padding-left: 15px;
}
.pricing-5 .feature i {
  font-size: 48px;
  float: left;
  width: 20%;
  color: #555;
  height: 100%;
  position: relative;
  opacity: 0.6;
}
.pricing-5 .inner {
  float: left;
  display: inline-block;
  width: 80%;
}
.pricing-5 .feature h6 {
  margin-bottom: 10px;
}
.pricing-5 .feature:nth-child(n+3) {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .pricing-5 .pricing-option {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .pricing-5 .pricing-option {
    border: none !important;
  }
  .pricing-5 .feature {
    width: 100%;
  }
  .pricing-5 .feature:nth-of-type(odd) {
    padding-right: 0;
  }
  .pricing-5 .feature:nth-of-type(even) {
    padding-left: 0;
  }
  .pricing-5 .feature:nth-child(n+3) {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 990px) {
  .pricing-option:hover,
  .pricing-option.active {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
  }
}
/*!---------- SOCIAL ----------*/
.social .twitter-feed .user,
.social .twitter-feed .interact {
  display: none;
}
.social-1 h4 a {
  color: #ff8d00;
}
.social-1 h4 {
  margin-bottom: 53.33333333px;
}
.social-1 .slides {
  overflow: hidden;
}
.social-1 .slides li {
  width: 33.33333%;
  padding: 0 15px;
  float: left;
}
.social-1 .tweet {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 12px;
}
.social-1 .slides li:nth-child(n+4) {
  display: none;
}
.social-1 .slides li:before {
  content: "\e042";
  font-size: 32px;
  color: #ff8d00;
  margin-bottom: 8px;
  display: block;
}
@media all and (max-width: 768px) {
  .social-1 .slides li {
    width: 100%;
    margin-bottom: 20px;
  }
  .social-1 .tweet {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
  }
}
.social-2 {
  background: #ff8d00;
}
.social-2 h6 {
  letter-spacing: 2px;
  margin-right: -2px;
  font-weight: normal;
  margin-bottom: 40px;
}
.social-2 h6 a {
  color: #fff;
  font-weight: 700;
}
.social-2 .tweet {
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 300;
}
.social-2 .tweet a {
  color: #fff;
  font-weight: normal;
}
.social-2 .timePosted {
  color: #fff;
}
@media all and (max-width: 767px) {
  .social-2 .tweet {
    font-size: 22px;
    line-height: 30px;
  }
}
.instafeed {
  position: relative;
}
.instafeed a {
  display: block;
  width: 100%;
  height: 100%;
}
.insta-title {
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.insta-title h6 {
  display: inline-block;
  letter-spacing: 2px;
  margin-right: -2px;
  position: relative;
  bottom: 5px;
  font-weight: 300;
}
.insta-title i {
  font-size: 20px;
  color: #222;
  display: inline-block;
  margin: 0 8px;
}
.bg-dark .insta-title i {
  color: #fff;
}
.social-3 .instafeed img {
  display: none;
}
.social-3 .instafeed li {
  width: 33.33333%;
  float: left;
  height: 170px;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.social-3 .instafeed li:nth-child(n+7) {
  display: none;
}
.social-3 .instafeed ul {
  overflow: hidden;
}
.social-3 h4 {
  margin-bottom: 20px;
}
@media all and (max-width: 1024px) {
  .social-3 .instafeed li {
    width: 50%;
    height: 150px;
  }
}
@media all and (max-width: 990px) {
  .social-3 .v-align-children {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media all and (max-width: 767px) {
  .social-3 .instafeed {
    margin-bottom: 40px;
  }
  .social-3 .instafeed li:nth-child(n+5) {
    display: none;
  }
  .social-3 .v-align-children {
    display: block !important;
  }
}
/*!---------- CONTACT ----------*/
.contact-1,
.contact-2 {
  padding: 240px 0;
  overflow: hidden;
}
.contact-1 .map-holder {
  position: absolute;
  top: -20%;
  left: 0;
  height: 140%;
  width: 100%;
  overflow: hidden;
}
.contact-1 .map-holder:before {
  position: absolute;
  content: '';
  background: #ff8d00;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .85;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.contact-1 iframe,
.contact-2 iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.contact-1 h2 {
  margin-bottom: 10px;
}
.contact-1 .container {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1;
}
.contact.toggle-active .container {
  opacity: 0;
  z-index: -1;
}
.contact.toggle-active .map-holder:before {
  opacity: 0;
  z-index: -1;
}
.map-toggle {
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 150px;
  left: 50%;
  margin-left: -75px;
}
.map-toggle .switch {
  border: 1px solid #fff;
  width: 45px;
  height: 25px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 4px;
}
.map-toggle .switch:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #fff;
  left: 1px;
  top: 1px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.map-toggle h6 {
  font-size: 12px;
  letter-spacing: 2px;
  margin-right: -2px;
}
.switch.toggle-active:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
}
@media all and (max-width: 767px) {
  .contact-1,
  .contact-2 {
    padding: 160px 0;
  }
}
.contact-2 .map-holder {
  position: absolute;
  top: -25%;
  left: 0;
  height: 145%;
  width: 100%;
  overflow: hidden;
}
.contact-2 .screen:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}
.contact-3 h3 {
  margin-bottom: 40px;
}
.contact-3 form {
  background: #f6f8fa;
  padding: 40px;
  border-radius: 3px;
  text-align: center;
  min-width: 100%;
}
.contact-3 form input[type="text"] {
  margin-bottom: 13.33333333px;
  width: 50%;
  float: left;
}
.contact-3 form input[type="text"]:first-of-type {
  border-radius: 3px 0 0 3px;
}
.contact-3 form input[type="text"]:nth-of-type(2) {
  border-radius: 0 3px 3px 0;
}
.contact-3 form textarea {
  width: 100%;
  padding-left: 16px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 3px;
  font-size: 16px;
  color: #888888;
  margin-bottom: 13.33333333px;
}
.contact-3 form p {
  padding-left: 0;
  font-style: normal;
}
.contact-3.bg-secondary form {
  background: #fff;
}
.contact-3.bg-dark form {
  background: #333;
}
@media all and (max-width: 767px) {
  .contact-3 form {
    padding: 26.66666667px;
  }
  .contact-3 form input[type="text"] {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 13.33333333px;
  }
}
/*!---------- NEWS ----------*/
@media all and (max-width: 767px) {
  .news br {
    display: none;
  }
}
.news-1 {
  padding-bottom: 80px;
}
.news-1 h6 {
  margin-bottom: 20px;
}
.news-1 h3 {
  margin-bottom: 40px;
}
.news-1 img {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}
.news-1 .btn {
  margin-top: 40px;
}
.news-1 p.lead {
  color: #222;
}
@media all and (max-width: 767px) {
  .news-1 h2 {
    margin-bottom: 40px;
  }
  .news-1 {
    padding-bottom: 80px;
  }
}
/*!---------- FAQ & TERMS ----------*/
.faq-1 .faq {
  margin-bottom: 80px;
}
.faq-1 .faq h5 {
  margin-bottom: 20px;
}
.faq-1 h4 a {
  color: #ff8d00;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .faq-1 .faq {
    margin-bottom: 40px;
  }
  .news-1 {
    padding-bottom: 80px;
  }
}
.terms-1 li {
  margin-bottom: 20px;
}
/*!---------- FOOTERS ----------*/
footer {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}
footer .container {
  position: relative;
  z-index: 2;
}
.social-links {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.social-links li {
  float: left;
  margin-right: 20px;
}
.social-links li:last-child {
  margin-right: 0;
}
.footer .menu {
  overflow: hidden;
  display: inline-block;
}
.footer-1 {
  padding: 40px 0;
}
.footer-1 .social-links li {
  font-size: 16px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0.5;
}
.footer-1 .social-links li:hover {
  opacity: 1;
}
.footer-1 img {
  max-height: 17px;
}
.footer-1 .sub {
  line-height: 17px;
  opacity: 0.7;
}
@media all and (max-width: 767px) {
  .footer-1,
  .footer-1 .text-right {
    text-align: center !important;
  }
  .footer-1 .sub {
    margin-bottom: 20px;
  }
}
.footer-2 .menu li {
  float: left;
  margin-right: 40px;
}
.footer-2 .menu li:last-child {
  margin-right: 0;
}
.footer-2 .menu li {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.footer-2 .menu {
  margin-bottom: 80px;
}
.footer-2 img {
  max-height: 17px;
  display: inline-block;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .footer-2 .menu li {
    float: none;
    margin: 0;
  }
}
.footer-3 img {
  max-height: 17px;
}
.footer-3 .lower {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 40px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .footer-3 img,
  .footer-3 .menu {
    margin-bottom: 20px;
  }
}
.footer-4 {
  padding-top: 0;
}
.footer-4:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
  z-index: 2;
  top: 0;
  left: 0;
}
.footer-4 .social-links {
  width: 100%;
  position: relative;
  z-index: 99;
  margin-bottom: 80px;
}
.footer-4 .social-links li {
  width: 33.333333%;
  float: left;
  text-align: center;
  margin: 0;
  height: 150px;
  line-height: 170px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer-4 .social-links a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 64px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer-4 .social-links li:hover {
  background: rgba(255, 255, 255, 0.2);
}
.footer-4 img {
  max-height: 17px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .footer-4 .social-links a {
    font-size: 40px;
  }
}
.footer-5 {
  padding: 40px 0;
}
.footer-5 img {
  max-height: 17px;
  position: relative;
  bottom: 4px;
  margin-right: 32px;
}
.footer-5 div[class*='col-'] {
  overflow: hidden;
}
.footer-5 p {
  display: inline-block;
  margin-right: 32px;
}
.footer-5 .lower {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .footer-5 img {
    margin-right: 0;
  }
  .footer-5 p {
    margin-right: 0;
  }
}
.footer-6 img {
  display: block;
  max-height: 17px;
  margin-bottom: 40px;
}
.footer-6 input[type="submit"] {
  position: relative;
  right: 4px;
  top: 1px;
}
.footer-6 h6 {
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .footer-6 form {
    margin-bottom: 40px;
  }
  .footer-6 .menu {
    margin-bottom: 40px;
  }
  .footer-6 input[type="text"] {
    width: 70%;
  }
  .footer-6 input[type="submit"] {
    width: 25%;
    padding: 0;
  }
}

/* OWL SETTING */
.owl-nav {
	position:absolute;
	top:calc(50% - 40px);
	width:100%;
}
.owl-prev,
.owl-next {
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#ff8d00;
	opacity:0.8;
	color:#fff;
	border-radius:50%;
	font-weight:700;
	font-size:20px;
	margin:0 10px;
}
.owl-prev:hover,
.owl-next:hover {
	opacity:1;
}
.owl-prev {
	float:left;
}
.owl-next {
	float:right;
}
