.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    font-family: 'conthraxbold';
    font-weight: 500;
    line-height: 1.1;
    color: inherit;

}

h3.titolo {
  color: #0f1e2d;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 30px;
}


ol, ul {
    padding-left: 10px;
}

/*SLIDER 2019*/
	
.slider-titolo {

    margin: 0 auto;
    width: 100vw;
    display: block;
    text-align: center;
    font-family: 'conthraxbold';
    color: #ffffff;
    text-shadow: 2px 2px rgba(44, 48, 48, 0.70);
    font-size: 80px;
    height: 100vh;
    vertical-align: middle;
    line-height: 100vh;
 text-transform: uppercase;
}
	
.css-slider-item {
background-position: center center;
background-size: cover;
width: 100vw;
height: 100vh;
	}	
.css-slider {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.css-slider .css-slider-navigation {
  z-index: 2;
  position: absolute;
  top: 20px;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.css-slider .css-slider-navigation .css-slider-navigation-item {
  cursor: pointer;
  position: relative;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: black;
  display: inline-block;
}

@-moz-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

	


/*HEADER 2019*/

body.pagina .nav-19-btn span{
  background-color:#ffffff;
	
}
	
.menu{
    position: fixed;
    top: 40px;
    left: 120px;
    max-width: 300px;
	z-index: 9999;
	min-height: 100px;
}
	
.nav-19-dark.visible {
    z-index: 10010;	
}
	
.Logo {

    height: 40px;
    width: 65px;
    display: inline-block;
    margin: 0 20px;

}
	
	.Logo a {display:block;cursor: pointer;}
	
	.Icona {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}


.nav-19-container .Icona {

    display: block;
    width: 60px;
    height: 60px;

}


.Icona.chiaro .nav-19-btn span{
  background-color:#e0071b;
	
}
	
.nav-19-btn span{
  background-color:#182533;
  position: absolute;
  border-radius: 2px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  width:100%;
  height: 2px;
  transition-duration: 500ms
}
.nav-19-btn span:nth-child(1){
  top:0px;
  left: 0px;
}
.nav-19-btn span:nth-child(2){
  top:13px;
  left: 0px;
  opacity:1;
}
.nav-19-btn span:nth-child(3){
  bottom:0px;
  left: 0px;
}
.nav-19-btn:not(.open):hover span:nth-child(1){
  transform: rotate(-3deg) scaleY(1.1);
}
.nav-19-btn:not(.open):hover span:nth-child(2){
  transform: rotate(3deg) scaleY(1.1);
}
.nav-19-btn:not(.open):hover span:nth-child(3){
  transform: rotate(-4deg) scaleY(1.1);
}
.nav-19-btn.open span:nth-child(1){
  transform: rotate(45deg);
  top: 30px;
	background: #e0071b;
}
.nav-19-btn.open span:nth-child(2){
  opacity:0;
}
.nav-19-btn.open span:nth-child(3){
  transform: rotate(-45deg);
  top: 30px;
	background: #e0071b;
}

.nav-19-text {
	text-transform: uppercase;
}

.nav-19-btn {
	border: 0;
	background: transparent;
	cursor: pointer;
	display: block;
	height: 100%;
	width: 100%;
}


.nav-19 {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	transform: translateX(-100%);
	transition: transform .3s ease-in-out .4s; 
}

.nav-19.visible {
	transform: translateX(0); z-index: 10010;	
}

.nav-19-dark {
	background-color: rgba(15, 30, 45, 0.95);
	width: 100%;
	max-width: 533px;
	min-width: 320px; z-index: 10010;	
}

.nav-19-dark.visible {
	transition-delay: 0s; z-index: 10010;	
}

.nav-19-container {
	position: relative;
	padding: 10px 0px 10px 180px;
}

.nav-19-list .dropdown .dropdown-menu {
    position: fixed;
    top: 0px;
    left: 533px;
    z-index: 10003;
    display: none;
    float: none;
    min-width: 160px;
    padding: 265px 0 5px 0;
    margin:0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(15, 30, 45, 0.9);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
    width: 300px;
}

.nav-19-list .dropdown:hover .dropdown-menu {
    display: block;
}


.nav-19-list .dropdown .dropdown-menu a{
    font-family: 'conthraxextralight';
	font-size:15px;
	font-weight: 200;
}

.nav-19-list li:hover a,
.nav-19-list li a:hover,
.nav-19-list li:active a,
.nav-19-list li a:active,
.nav-19-list li:focus a,
.nav-19-list li a:focus {
	transition: 0.5s;
	color:#f1b300;
}

li.dropdown:hover .dropdown-menu li a {
    color: #fff;
}

li.dropdown:hover .dropdown-menu li a:hover,
li.dropdown:hover .dropdown-menu li:hover a,
li.dropdown:active .dropdown-menu li a:active,
li.dropdown:active .dropdown-menu li:active a,
li.dropdown:focus .dropdown-menu li a:focus,
li.dropdown:focus .dropdown-menu li:focus a {
    transition: 0.5s;
    color: #f1b300;
    background: rgba(0,0,0,0);
}


.nav-19-logo {
	width: 150px;
}

.nav-19-list {
	list-style-type: none;
	padding: 0;
}

.nav-19-list li {
	padding: 20px 0;
}

.nav-19-list li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'conthraxregular';
}

.nav-19-list ul {
	list-style-type: none;
	padding-left: 20px;
}


.social-panel-container {
	position: fixed;
	right: 0;
	bottom: 80px;
	transform: translateX(100%);
	transition: transform 0.4s ease-in-out;
}

.social-panel-container.visible {
	transform: translateX(-10px);
}

.social-panel {	
	border-radius: 16px;
	box-shadow: 0 16px 31px -17px rgba(0,31,97,0.6);
	border: 5px solid #001F61;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'Muli';
	position: relative;
	height: 169px;	
	width: 370px;
	max-width: calc(100% - 10px);
}

.social-panel button.close-btn {
	border: 0;
	color: #97A5CE;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.social-panel button.close-btn:focus {
	outline: none;
}

.social-panel p {
	background-color: #001F61;
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 17px 6px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
	transform: translateX(-50%);
	text-align: center;
	width: 235px;
}

.social-panel p i {
	margin: 0 5px;
}

.social-panel p a {
	color: #FF7500;
	text-decoration: none;
}

.social-panel h4 {
	margin: 20px 0;
	color: #97A5CE;	
	font-family: 'Muli';	
	font-size: 14px;	
	line-height: 18px;
	text-transform: uppercase;
}

.social-panel ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.social-panel ul li {
	margin: 0 10px;
}

.social-panel ul li a {
	border: 1px solid #DCE1F2;
	border-radius: 50%;
	color: #001F61;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	text-decoration: none;
}

.social-panel ul li a:hover {
	border-color: #FF6A00;
	box-shadow: 0 9px 12px -9px #FF6A00;
}

.floating-btn {
	border-radius: 26.5px;
	background-color: #001F61;
	border: 1px solid #001F61;
	box-shadow: 0 16px 22px -17px #03153B;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 20px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

.floating-btn:hover {
	background-color: #ffffff;
	color: #001F61;
}

.floating-btn:focus {
	outline: none;
}

@media screen and (max-width: 480px) {

	.social-panel-container.visible {
		transform: translateX(0px);
	}
	
	.floating-btn {
		right: 10px;
	}
}
	


/*FONT 2019*/

/* latin-ext */
@font-face {
  font-family: 'Black Ops One';
  font-style: normal;
  font-weight: 400;
  src: local('Black Ops One Regular'), local('BlackOpsOne-Regular'), url(https://fonts.gstatic.com/s/blackopsone/v11/qWcsB6-ypo7xBdr6Xshe96H3aDXbtxsis4IxXw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Black Ops One';
  font-style: normal;
  font-weight: 400;
  src: local('Black Ops One Regular'), local('BlackOpsOne-Regular'), url(https://fonts.gstatic.com/s/blackopsone/v11/qWcsB6-ypo7xBdr6Xshe96H3aDvbtxsis4I.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url(https://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDujMR7eS2AopSg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url(https://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuHMR7eS2AopSg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url(https://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDunMR7eS2AopSg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url(https://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDubMR7eS2AopSg.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url(https://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDurMR7eS2AopSg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url(https://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuvMR7eS2AopSg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url(https://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMR7eS2Ao.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}




/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 5, 2019 */



@font-face {
    font-family: 'conthraxbook';
    src: url('../font/EICMA/conthrax-bk-webfont.woff2') format('woff2'),
         url('../font/EICMA/conthrax-bk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'conthraxextralight';
    src: url('../font/EICMA/conthrax-el-webfont.woff2') format('woff2'),
         url('../font/EICMA/conthrax-el-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'conthraxheavy';
    src: url('../font/EICMA/conthrax-hv-webfont.woff2') format('woff2'),
         url('../font/EICMA/conthrax-hv-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'conthraxlight';
    src: url('../font/EICMA/conthrax-lt-webfont.woff2') format('woff2'),
         url('../font/EICMA/conthrax-lt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'conthraxregular';
    src: url('../font/EICMA/conthrax-rg-webfont.woff2') format('woff2'),
         url('../font/EICMA/conthrax-rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'conthraxbold';
    src: url('../font/EICMA/conthrax-bd-webfont.woff2') format('woff2'),
         url('../font/EICMA/conthrax-bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'conthraxsemibold';
    src: url('../font/EICMA/conthrax-sb-webfont.woff2') format('woff2'),
         url('../font/EICMA/conthrax-sb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'conthraxbold_italic';
    src: url('../font/EICMA/conthrax-bd-it-webfont.woff2') format('woff2'),
		url('../font/EICMA/conthrax-bd-it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'conthraxbook_italic';
    src: url('../font/EICMA/conthrax-bk-it-webfont.woff2') format('woff2'),
		url('../font/EICMA/conthrax-bk-it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'conthraxextralight_italic';
    src: url('../font/EICMA/conthrax-el-it-webfont.woff2') format('woff2'),
		url('../font/EICMA/conthrax-el-it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'conthraxheavy_italic';
    src: url('../font/EICMA/conthrax-hv-it-webfont.woff2') format('woff2'),
		url('../font/EICMA/conthrax-hv-it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'conthraxlight_italic';
    src: url('../font/EICMA/conthrax-lt-it-webfont.woff2') format('woff2'),
		url('../font/EICMA/conthrax-lt-it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'conthraxregular_italic';
    src: url('../font/EICMA/conthrax-rg-it-webfont.woff2') format('woff2'),
		url('../font/EICMA/conthrax-rg-it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'conthraxsemibold_italic';
    src: url('../font/EICMA/conthrax-sb-it-webfont.woff2') format('woff2'),
		url('../font/EICMA/conthrax-sb-it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@keyframes color-text {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 475px 0;
  }
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes sonarEffect-2 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect-2 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes sonarEffect-2 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
    transform: scale(1.3);
    opacity: 0;
  }
}
/*=============================
 =====   END KEY FRAMES   =====
 =============================*/
/*----------  0.1. Color  ----------*/
/*=============================
 ====  END VARIABLE LESS   ====
 =============================*/
/*=============================
 ======   GLOBAL STYLE   ======
 =============================*/
/*----------  1.1. Banner  ----------*/
.page-banner {
  position: relative;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  height: 255px;
  color: #fff;
  text-align: left;
  overflow: hidden;
}
.page-banner .container {
  height: 100%;
}
.page-banner.homepage-default {
  text-align: center;
  background-position: bottom;
}
.page-banner.homepage-04 {
  text-align: center;
}
.page-banner-2 {
  position: relative;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  color: #fff;
  text-align: center;
}
.page-banner-2 .container {
  height: 100%;
}
.page-title-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.page-title-wrapper .page-title-content {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  bottom: -10px;
  line-height: 1;
}
.page-title-wrapper .breadcrumb {
  margin: 0;
  font-size: 12px;
  padding: 0;
  background-color: transparent;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #00797c;
  border-radius: 0;
  text-shadow: 2px 2px 2px #000000;
}
.page-title-wrapper .breadcrumb li {
  display: inline-block;
  font-family: 'conthraxregular';
  font-style: italic;
}
.page-title-wrapper .breadcrumb li .link {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  line-height: 36px;
}
.page-title-wrapper .breadcrumb li .link.home {
  font-size: 20px;
}
.page-title-wrapper .breadcrumb li .link:hover {
  transition: 0.5s;
  color: #f1b300;
}
.page-title-wrapper .breadcrumb li.active .link {
  pointer-events: none;
}
.page-title-wrapper .breadcrumb li.active .link:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #00797c;
}
.page-title-wrapper .breadcrumb li + li:before {
  padding: 0 10px;
  color: #fff;
  content: '\f178';
  font-family: FontAwesome;
}
.page-title-wrapper .captions {
 display: inline-block;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 50px;
    margin: 5px 0 0;
    max-width: 90%;
    text-transform: uppercase;
	text-shadow: 2px 2px 2px #000000;
 font-family: 'conthraxregular';
}
.page-title-wrapper .price {
  display: inline-block;
}
.page-title-wrapper .price .text {
  margin: 0 0 0 20px;
  text-transform: uppercase;
  font-size: 14px;
}
.page-title-wrapper .price .number {
  color: #00797c;
    font-size: 51px;
    font-weight: 900;
    line-height: 62px;
    margin: 0 0 0 10px;
}
.page-title-wrapper .price .unit {
  color: #00797c;
  font-weight: 900;
  font-size: 27px;
  top: -30px;
}
/*----------  1.2. Page Title & Button & ...  ----------*/
.group-title {
  margin-bottom: 20px;
  text-align: left;
}
.group-title .sub-title .text {
  color: #6e747c;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
}
.group-title .sub-title .icons {
  font-size: 28px;
  color: #c6c6c6;
  margin-left: 60px;
  position: relative;
}
.group-title .sub-title .icons:after {
  position: absolute;
  content: '';
  width: 54px;
  height: 2px;
  background-color: #00797c;
  right: 105%;
  bottom: 7px;
}
.group-title .main-title {
  color: #434a54;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 5px 0 0 0;
}
.group-title.white .sub-title .text,
.group-title.white .sub-title .icons {
  color: #fff;
}
.group-title.white .main-title {
  color: #fff;
}
.title-style-2 {
  margin: 0 0 50px 0;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  color: #434a54;
  display: inline-block;
}
.title-style-2.white {
  color: #fff;
}
.title-style-2::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: -10px;
  width: 100%;
  height: 6px;
  background-color: #075962;
  z-index: -1;
}
.btn {
  width: 170px;
  padding: 6px 20px;
  border: 1px solid #c3c3c3;
  color: #6c6c6c;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0px;
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.tbianco.btn.btn-open-map {

    border-radius: 25px;
    border-color: #fff;
    font-family: 'conthraxregular';

}
.tbianco.btn.btn-open-map:hover {
  background-color: #a00000;
  border: 1px solid #a00000;
  color: #fff;
}
.btn:hover {
  background-color: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #fff;
}
.btn.btn-maincolor {
  background-color: #00797c;
  border: 1px solid #00797c;
  color: #fff;
}
.btn.btn-maincolor:hover {
  background-color: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #fff;
}
.btn.btn-gray {
  background-color: #4d4d4d;
  border: 1px solid #4d4d4d;
  color: #fff;
}
.btn.btn-gray:hover {
  background-color: #00797c;
  border: 1px solid #00797c;
  color: #fff;
}
.btn.btn-fit {
  width: auto;
}
.btn.btn-capitalize {
  text-transform: capitalize;
}
.btn-slide {
  width: 170px;
  height: 34px;
  border: 1px solid #3c3c3c;
  background-color: #3c3c3c;
  border-radius: 0px;
  padding: 0 0 0 15px;
  position: relative;
  text-align: center;
  color: #00797c;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
}
.btn-slide .text {
  color: #00797c;
  font-style: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-slide .icons {
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  padding: 9px;
  border-radius: 0px;
  text-align: center;
  color: #00797c;
  background-color: #505050;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-slide:before {
  position: absolute;
  left: 0;
  padding-right: 15px;
  width: 100%;
  content: attr(data-hover);
  color: #ffffff;
  opacity: 0;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-slide:hover .text {
  opacity: 0;
}
.btn-slide:hover .icons {
  left: calc(100% - 32px);
  left: -webkit-calc(100% - 32px);
  left: -moz-calc(100% - 32px);
}
.btn-slide:hover:before {
  opacity: 1;
}
#back-top .link {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 2px solid #00797c;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  z-index: 100;
  color: #00797c;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#back-top .link.show-btn {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
#back-top .link:hover {
  background-color: #00797c;
  border: 2px solid #000;
  color: #000;
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}
.group-button .btn:first-child {
  margin-right: 15px;
}
.tag {
  color: #989898;
  border: 1px solid #efefef;
  border-radius: 50px;
  padding: 0 10px 0 25px;
  line-height: 25px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tag:before {
  position: absolute;
  content: "\f1db";
  font-family: FontAwesome;
  left: 10px;
  font-size: 7px;
}
.tag:hover {
  border: 1px solid #555e69;
  color: #555e69;
}
.tag:hover:before {
  content: "\f111";
  color: #555e69;
}
.stars {
  position: relative;
  display: block;
  font-size: 16px;
  overflow: hidden;
  text-indent: -999px;
}
.stars:after {
  top: 0;
  position: absolute;
  left: 0px;
  font-family: FontAwesome;
  color: #febb02;
  float: left;
  letter-spacing: 5px;
  content: "";
  text-indent: 0;
}
.stars.stars1:after {
  content: "\f005";
}
.stars.stars2:after {
  content: "\f005\f005";
}
.stars.stars3:after {
  content: "\f005\f005\f005";
}
.stars.stars4:after {
  content: "\f005\f005\f005\f005";
}
.stars.stars5:after {
  content: "\f005\f005\f005\f005\f005";
}
.star-rating {
  position: relative;
  display: block;
  line-height: 1;
  width: 75px;
  height: 1em;
  overflow: hidden;
  font-size: 14px;
}
.star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  top: 0;
  position: absolute;
  left: 1px;
  font-family: FontAwesome;
  color: #febb02;
  float: left;
  letter-spacing: 2px;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #febb02;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 1px;
  font-family: FontAwesome;
  letter-spacing: 2px;
}
.star-rating span.width-10 {
  width: 10%;
}
.star-rating span.width-20 {
  width: 20%;
}
.star-rating span.width-30 {
  width: 30%;
}
.star-rating span.width-40 {
  width: 40%;
}
.star-rating span.width-50 {
  width: 50%;
}
.star-rating span.width-60 {
  width: 60%;
}
.star-rating span.width-70 {
  width: 70%;
}
.star-rating span.width-80 {
  width: 80%;
}
.star-rating span.width-90 {
  width: 90%;
}
.star-rating span.width-100 {
  width: 100%;
}
.pagination-list {
  text-align: center;
}
.pagination {
  margin: 0;
}
.pagination li .btn-pagination {
  border: none;
  color: #b3b3b3;
  text-align: center;
  background-color: transparent;
  position: relative;
}
.pagination li .btn-pagination.active {
  color: #434a54;
  pointer-events: none;
}
.pagination li .btn-pagination.active:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 20px;
  height: 1px;
  left: 50%;
  margin-left: -10px;
  background-color: #434a54;
}
.pagination li .btn-pagination:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 1px;
  left: 50%;
  margin-left: -10px;
  background-color: #434a54;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.pagination li .btn-pagination:hover {
  background-color: transparent;
  color: #434a54;
}
.pagination li .btn-pagination:hover:after {
  width: 20px;
}
.pagination li .previous,
.pagination li .next {
  width: 32px;
  height: 32px;
  line-height: 30px;
  padding: 0;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border: 1px solid #b3b3b3;
}
.pagination li .previous:after,
.pagination li .next:after {
  display: none;
}
.pagination li .previous:hover,
.pagination li .next:hover {
  background-color: #434a54;
  color: #fff;
  border: 1px solid #434a54;
}
.pagination li .previous {
  margin-right: 10px;
}
.label-sale {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 15px;
  height: 34px;
  text-align: center;
  padding: 5px 15px;
  cursor: pointer;
  background-color: #00797c;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.label-sale .text,
.label-sale .number {
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.label-sale:hover .text,
.label-sale:hover .number {
  transform: translateY(-24px);
  -webkit-transform: translateY(-24px);
  -moz-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  -o-transform: translateY(-24px);
}
.small-margin-top {
  margin-top: 30px;
}
.medium-margin-top {
  margin-top: 50px;
}
.big-margin-top {
  margin-top: 70px;
}
.fa-custom:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.stretch {
  width: 100%;
  display: inline-block;
  height: 0;
}
.meta-info {
  font-style: italic;
  color: #81878f;
}
.meta-info .comment-count:before,
.meta-info .view-count:before {
  margin-right: 4px;
}
.meta-info .comment-count:before {
  content: '\f075';
}
.meta-info .view-count {
  margin-right: 10px;
}
.meta-info .view-count:before {
  content: '\f007';
}
.meta-info .sep {
  font-style: normal;
  margin: 0 10px;
}
.wrapper-contact-style {
  float: left;
  width: 100%;
  position: relative;
}
/*----------  1.3. Main layout  ----------*/
.tours-layout {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tours-layout .image-wrapper {
  position: relative;
  overflow: hidden;
}
.tours-layout .image-wrapper .link {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tours-layout .image-wrapper .link img {
  width: 100%;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.tours-layout .image-wrapper .link:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.9) 100%);
}

.bordatura .tours-layout .image-wrapper .link:before {
	background: none !important;
}
.tours-layout .image-wrapper .title-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  z-index: 5;
}
.tours-layout .image-wrapper .title-wrapper .title {
  color: #fff;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.tours-layout .image-wrapper .title-wrapper .title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 1px;
  background: #00797c;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tours-layout .image-wrapper .title-wrapper .title:hover {
  color: #00797c;
}
.tours-layout .image-wrapper .title-wrapper .title:hover:before {
  width: 100%;
}
.tours-layout .image-wrapper .title-wrapper .icons {
  float: right;
  font-size: 30px;
}
.tours-layout .content-wrapper {
  background-color: #fff;
}
.tours-layout .content-wrapper .list-info {
  margin: 0;
  width: 100%;
  display: table;
  text-align: center;
  border-collapse: collapse;
  border-bottom: 1px solid #e9e9e9;
}
.tours-layout .content-wrapper .list-info li {
  padding: 0;
  display: table-cell;
  border-right: 1px solid #e9e9e9;
}
.tours-layout .content-wrapper .list-info li .link {
  display: block;
  padding: 12px 0;
  position: relative;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tours-layout .content-wrapper .list-info li .link:hover {
  top: 4px;
  right: -4px;
  background-color: #00797c;
}
.tours-layout .content-wrapper .list-info li .link:hover > .icons,
.tours-layout .content-wrapper .list-info li .link:hover > .text {
  color: #555;
}
.tours-layout .content-wrapper .list-info li .link > .icons {
  color: #d0d0d0;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tours-layout .content-wrapper .list-info li .link > .text {
  margin-bottom: 0;
  margin-left: 10px;
  color: #959595;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tours-layout .content-wrapper .list-info li:last-child {
  border-right: none;
}
.tours-layout .content-wrapper > .content {
  padding: 40px;
  text-align: center;
  min-height: 275px;
}

.special-offer-layout .tours-layout .content-wrapper > .content {
  padding: 20px 10px;
  text-align: center;
  min-height: 236px;
}


.tours-layout .content-wrapper > .content .title {
  margin-bottom: 15px;
}
.tours-layout .content-wrapper > .content .title .price {
  color: #00797c;
  display: inline-block;
  font-family: 'conthraxregular';
}
.tours-layout .content-wrapper > .content .title .price sup {
  font-size: 20px;
font-weight: bold;
top: -5px;
left: 2px;
color: #454545;
}
.tours-layout .content-wrapper > .content .title .price .number {
  font-size: 20px;
  font-weight: bold;
}
.tours-layout .content-wrapper > .content .title .for-price {
  margin-bottom: 0;
  margin-left: 6px;
  display: inline-block;
}
.tours-layout .content-wrapper > .content > .text {
  margin-bottom: 10px;
  min-height: 50px;
}
.tours-layout .content-wrapper > .content .group-btn-tours {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
  padding: 0;
}
.tours-layout .content-wrapper > .content .group-btn-tours .left-btn,
.tours-layout .content-wrapper > .content .group-btn-tours .right-btn {
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
  background-color: #4d4d4d;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tours-layout .content-wrapper > .content .group-btn-tours .left-btn:hover,
.tours-layout .content-wrapper > .content .group-btn-tours .right-btn:hover {
  background-color: #00797c;
  color: #434a54;
}
.tours-layout .content-wrapper > .content .group-btn-tours .left-btn {
  padding-left: 25px;
  border-right: 1px solid  #797979;
  border-radius: 50px 0 0 50px;
}
.tours-layout .content-wrapper > .content .group-btn-tours .right-btn {
  padding-right: 25px;
  border-radius: 0 50px 50px 0;
}
.tours-layout .content-wrapper > .content .group-btn-tours:hover .left-btn {
  border-right: 1px solid  #fff;
}
.tours-layout:hover {
  /*! box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); */
}
/*.tours-layout:hover .image-wrapper .link {
  filter: url(../images/blur.svg#svg-blur);
  -webkit-filter: url(../images/blur.svg#svg-blur);
  filter: blur(1px);
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='1');
}

*/
.tours-layout:hover .image-wrapper .link img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.tours-layout:hover .image-wrapper .link:before {
  top: -20%;
}
.hotels-layout {
  display: table;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hotels-layout .image-wrapper {
  position: relative;
  overflow: hidden;
  display: table-cell;
  width: 54%;
  height: 270px;
}
.hotels-layout .image-wrapper .link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hotels-layout .image-wrapper .link img {
  width: auto;
  max-width: 410px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.hotels-layout .image-wrapper .link:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.9) 100%);
}
.hotels-layout .image-wrapper .title-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: left;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  z-index: 5;
}
.hotels-layout .image-wrapper .title-wrapper .title {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-bottom: 6px;
}
.hotels-layout .image-wrapper .title-wrapper .title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 1px;
  background: #00797c;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hotels-layout .image-wrapper .title-wrapper .title:hover {
  color: #00797c;
}
.hotels-layout .image-wrapper .title-wrapper .title:hover:before {
  width: 100%;
}
.hotels-layout .content-wrapper {
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.hotels-layout .content-wrapper .list-info {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  max-height: 270px;
  display: block;
  text-align: center;
  border-collapse: collapse;
  border-left: 1px solid #e9e9e9;
}
.hotels-layout .content-wrapper .list-info li {
  padding: 0;
  border-bottom: 1px solid #e9e9e9;
  height: 20%;
  display: table;
}
.hotels-layout .content-wrapper .list-info li:last-child {
  border-bottom: none;
}
.hotels-layout .content-wrapper .list-info .link {
  display: table-cell;
  vertical-align: middle;
  width: 54px;
  height: 100%;
  line-height: 1;
  transition: all 0.5s ease;
  position: relative;
  z-index: 11;
  top: 0;
  right: 0;
}
.hotels-layout .content-wrapper .list-info .link > .icons {
  color: #d0d0d0;
  display: inline-block;
  width: 14px;
  height: 14px;
  text-align: center;
  transition: all 0.3s ease;
}
.hotels-layout .content-wrapper .list-info .link .number {
  display: none;
  opacity: 0;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hotels-layout .content-wrapper .list-info .link:hover {
  background-color: #00797c;
  top: -5px;
  right: -5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.hotels-layout .content-wrapper .list-info .link:hover > .icons {
  color: #555;
}
.hotels-layout .content-wrapper .list-info .link:hover > .icons.hidden-icon {
  display: none;
}
.hotels-layout .content-wrapper .list-info .link:hover .number {
  display: inline-block;
  opacity: 1;
  color: #555;
}
.hotels-layout .content-wrapper .list-info .share-social-list {
  margin-bottom: 0;
  position: absolute;
  left: 100%;
  padding: 0 0 0 5px;
  bottom: -10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hotels-layout .content-wrapper .list-info .share-social-list .link-social {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background-color: #fff;
  color: #d0d0d0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hotels-layout .content-wrapper .list-info .share-social-list .link-social:hover {
  background-color: #00797c;
  color: #555;
}
.hotels-layout .content-wrapper .list-info li:hover .link + .share-social-list {
  bottom: 1px;
  left: calc(100% + 5px);
  z-index: 10;
  opacity: 1;
  visibility: visible;
}
.hotels-layout .content-wrapper > .content {
  padding: 0 70px 0 25px;
  text-align: center;
}
.hotels-layout .content-wrapper > .content .title {
  display: table;
  margin-bottom: 15px;
  padding: 0;
  text-align: left;
}
.hotels-layout .content-wrapper > .content .title .price {
  color: #00797c;
  display: table-cell;
  vertical-align: middle;
}
.hotels-layout .content-wrapper > .content .title .price sup {
  font-size: 20px;
  font-weight: bold;
  top: -16px;
  left: -2px;
}
.hotels-layout .content-wrapper > .content .title .price .number {
  font-size: 36px;
  font-weight: bold;
}
.hotels-layout .content-wrapper > .content .title .for-price {
  margin-bottom: 0;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
  max-width: 80px;
}
.hotels-layout .content-wrapper > .content > .text {
  margin-bottom: 20px;
  max-height: 96px;
  overflow: hidden;
  text-align: left;
}
.hotels-layout .content-wrapper > .content .group-btn-tours {
  background-color: #4d4d4d;
  border-radius: 50px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
  float: right;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hotels-layout .content-wrapper > .content .group-btn-tours .left-btn {
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
}
.hotels-layout .content-wrapper > .content .group-btn-tours:hover {
  background-color: #00797c;
}
.hotels-layout .content-wrapper > .content .group-btn-tours:hover .left-btn {
  color: #434a54;
}
.hotels-layout .content-wrapper.style-2 > .content .title {
  display: block;
}
.hotels-layout .content-wrapper.style-2 > .content .title .price {
  display: block;
  line-height: 1;
}
.hotels-layout .content-wrapper.style-2 > .content .title .price sup {
  font-size: 16px;
}
.hotels-layout .content-wrapper.style-2 > .content .title .price .number {
  font-size: 26px;
}
.hotels-layout .content-wrapper.style-2 > .content .title .for-price {
  max-width: none;
  line-height: 1;
}
.hotels-layout:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.hotels-layout:hover .image-wrapper .link img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.hotels-layout:hover .image-wrapper .link:before {
  top: -20%;
}
.new-layout {
  display: table;
}
.new-layout .image-wrapper {
  position: relative;
  overflow: hidden;
  display: table-cell;
  width: 58%;
}
.new-layout .image-wrapper .link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.new-layout .image-wrapper .link img {
  width: 100%;
}
.new-layout .image-wrapper .link:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.9) 100%);
}
.new-layout .image-wrapper .description {
  position: absolute;
  bottom: 20px;
  left: 60px;
  right: 60px;
  text-align: left;
  display: inline-block;
  color: #fff;
  padding-left: 30px;
  z-index: 5;
  letter-spacing: 1px;
  font-style: italic;
  font-weight: 300;
}
.new-layout .image-wrapper .description:before {
  position: absolute;
  content: '\f10d';
  font-family: FontAwesome;
  left: 0;
  font-style: normal;
}
.new-layout .content-wrapper {
  background-color: #fff;
  display: table-cell;
  vertical-align: top;
  position: relative;
  text-align: left;
  padding: 0 30px;
}
.new-layout .content-wrapper .title {
  font-size: 24px;
  text-transform: uppercase;
  color: #434a54;
  margin-bottom: 5px;
  line-height: 30px;
  display: block;
}
.new-layout .content-wrapper .title:hover {
  color: #00797c;
}
.new-layout .content-wrapper .info {
  margin-bottom: 0;
  font-style: 13px;
}
.new-layout .content-wrapper .info li {
  padding: 0 15px;
  position: relative;
}
.new-layout .content-wrapper .info li:first-child {
  padding-left: 5px;
}
.new-layout .content-wrapper .info li .link {
  color: #555e69;
  text-transform: capitalize;
}
.new-layout .content-wrapper .info li .link:hover {
  color: #00797c;
}
.new-layout .content-wrapper .info li + li:before {
  border-left: 1px solid #555e69;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 13px;
}
.new-layout .content-wrapper .text {
  margin-top: 20px;
  margin-bottom: 0;
}
.new-layout .content-wrapper .btn {
  width: auto;
  text-transform: capitalize;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 25px;
}
.new-layout .content-wrapper .tags {
  margin-top: 25px;
}
.new-layout .content-wrapper .tags .title-tag {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 25px;
}
.new-layout .content-wrapper .tags .list-tags {
  margin-bottom: 0;
  display: inline;
}
.new-layout .content-wrapper .tags .list-tags li {
  padding: 0 5px;
  margin-bottom: 5px;
}
.cruises-layout {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.cruises-layout .image-wrapper {
  position: relative;
  overflow: hidden;
}
.cruises-layout .image-wrapper .link {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.cruises-layout .image-wrapper .link img {
  width: 100%;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.cruises-layout .content-wrapper {
  padding: 30px;
}
.cruises-layout .content-wrapper .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #434a54;
  float: left;
  word-break: break-word;
}
.cruises-layout .content-wrapper .title:hover {
  color: #00797c;
}
.cruises-layout .content-wrapper .price {
  color: #00797c;
  font-weight: bold;
  font-size: 30px;
  float: right;
  max-width: 150px;
  text-transform: uppercase;
  word-wrap: break-word;
  text-align: right;
}
.cruises-layout .content-wrapper .price sup {
  font-size: 18px;
  font-weight: 400;
  left: -2px;
}
.cruises-layout .content-wrapper .text {
  display: inline-block;
  width: 100%;
  margin: 25px 0 0 0;
}
.cruises-layout .content-wrapper .btn {
  margin-top: 25px;
  width: auto;
  text-transform: capitalize;
}
.cruises-layout:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.cruises-layout:hover .image-wrapper .link img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.car-rent-layout {
  display: table;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.car-rent-layout .image-wrapper {
  position: relative;
  overflow: hidden;
  display: table-cell;
  width: 370px;
  height: 270px;
}
.car-rent-layout .image-wrapper .link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.car-rent-layout .image-wrapper .link img {
  width: auto;
  max-width: 400px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.car-rent-layout .content-wrapper {
  background-color: #fff;
  display: table-cell;
  vertical-align: top;
  position: relative;
  text-align: left;
  padding: 20px 30px;
}
.car-rent-layout .content-wrapper .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #434a54;
  float: left;
  word-break: break-word;
}
.car-rent-layout .content-wrapper .title:hover {
  color: #00797c;
}
.car-rent-layout .content-wrapper .price {
  color: #00797c;
  font-weight: bold;
  font-size: 30px;
  float: right;
  text-transform: uppercase;
}
.car-rent-layout .content-wrapper .price sup {
  font-size: 18px;
  font-weight: 400;
  left: -2px;
}
.car-rent-layout .content-wrapper .price .for-price {
  font-size: 14px;
  color: #9ca2a9;
  text-transform: initial;
  display: inline-block;
  font-weight: 300;
  position: relative;
  top: -10px;
  margin-left: 6px;
  margin-bottom: 0;
}
.car-rent-layout .content-wrapper .sub-title {
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
}
.car-rent-layout .content-wrapper .text {
  display: inline-block;
  width: 100%;
  margin: 12px 0 0 0;
  max-height: 96px;
  overflow: hidden;
}
.car-rent-layout .content-wrapper .btn {
  margin-top: 20px;
  width: auto;
  text-transform: capitalize;
}
.car-rent-layout:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.car-rent-layout:hover .image-wrapper .link img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.car-rent-layout:hover .image-wrapper .link:before {
  top: -20%;
}
.special-offer-layout {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.special-offer-layout .image-wrapper {
  position: relative;
  overflow: hidden;
}
.special-offer-layout .image-wrapper .link {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.special-offer-layout .image-wrapper .link img {
  width: 100%;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.special-offer-layout .image-wrapper .link:before {
  content: "";
  position: absolute;
  /*z-index: 0;*/
  width: 100%;
  height: 120%;
  top: -30px;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: linear-gradient(to bottom, rgba(15, 30, 45) 0, rgba(15, 30, 45, 0.3) 50%, rgba(15, 30, 45, 0.5) 70%, rgba(15, 30, 45, 0.6) 75%, rgba(15, 30, 45, 0.7) 85%, rgba(15, 30, 45, 0.8) 90%, rgba(15, 30, 45, 0.9) 100%);
}
.special-offer-layout .image-wrapper .link:after {
  display: none;
}

.special-offer-layout .image-wrapper .title-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  z-index: 5;
}
.special-offer-layout .image-wrapper .title-wrapper .title {
    color: #fff;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: block;
    width: 100%;
	margin-bottom: 15px;
    font-family: 'conthraxregular';
}
.special-offer-layout .image-wrapper .title-wrapper .title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 1px;
  background: #00797c;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.special-offer-layout .image-wrapper .title-wrapper .title:hover {
  color: #00797c;
}
.special-offer-layout .image-wrapper .title-wrapper .title:hover:before {
  width: 100%;
}
.special-offer-layout .image-wrapper .title-wrapper .icons {
  float: right;
  font-size: 30px;
}
.special-offer-layout:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
 /* transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  z-index: 10px !important; */
}
.special-offer-layout:hover .image-wrapper .link:before {
  top: -20%;
  opacity: 1;
  z-index: 1;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 0;
  border-radius: 0px !important;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:active,
.form-control:focus {
  box-shadow: none;
}
/*=============================
 =====  END GLOBAL STYLE  =====
 =============================*/
/*=============================
 ======      WIDGET      ======
 =============================*/
/*=============================
 ======    END WIDGET    ======
 =============================*/
/*=============================
 ======       PAGE       ======
 =============================*/
/*----------  Home page  ----------*/
.homepage-banner-warpper {
  display: table;
  width: 100%;
  height: 100%;
}
.homepage-banner-warpper .homepage-banner-content {
  display: table-cell;
  vertical-align: middle;
}
.mozilla5 .homepage-default .group-title .title,
.safari .homepage-default .group-title .title {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 15%, #ffffff 35%, #ffffff 50%, #ffffff 85%, #00797c 90%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: color-text 5s infinite;
}
.homepage-default .group-title {
  display: inline-block;
  padding-top: 50px;
}
.homepage-default .group-title .title {
  font-size: 100px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 900;
  color: #fff;
}
.homepage-default .group-title .text {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  letter-spacing: 1px;
  display: inline-block;
}
.homepage-default .group-title .text .boder {
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.homepage-default .group-btn {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}
.homepage-default .group-btn .btn-click {
  width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: transparent;
  border-radius: 50px;
  padding: 5px 0 5px 15px;
  position: relative;
  text-align: center;
  color: #00797c;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
}
.homepage-default .group-btn .btn-click .text {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.homepage-default .group-btn .btn-click .icons {
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  padding: 9px 10px;
  border-radius: 50%;
  text-align: center;
  color: #fd0;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.homepage-default .group-btn .btn-click:before {
  position: absolute;
  left: 75px;
  content: attr(data-hover);
  opacity: 0;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.homepage-default .group-btn .btn-click:hover .text {
  opacity: 0;
}
.homepage-default .group-btn .btn-click:hover .icons {
  left: 184px;
  background-color: #ffffff;
}
.homepage-default .group-btn .btn-click:hover:before {
  opacity: 1;
}
.homepage-04 .homepage-banner-warpper {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage-04 .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.homepage-04 .bg-image img {
  width: 100%;
  height: 100%;
}
.homepage-04 .group-logo {
  padding-top: 50px;
  padding-bottom: 65px;
}
.homepage-04 .group-logo .img-logo {
  width: 250px;
  display: block;
  margin: 0 auto 10px auto;
}
.homepage-04 .group-logo .img-logo img {
  width: 100%;
}
.homepage-04 .group-logo .img-icon {
  display: block;
  margin: 0 auto;
}
.homepage-04 .group-title {
  text-align: center;
  margin: 0 0 25px 0;
}
.homepage-04 .group-title .title {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  display: block;
}
.homepage-04 .group-title .text {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0;
  font-weight: 300;
}
.homepage-04 .form-subscribe-email {
  width: 370px;
  margin: 0 auto;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.homepage-04 .form-subscribe-email .btn-email {
  background-color: #00797c;
  color: #434a54;
  font-size: 22px;
}
.homepage-04 .form-subscribe-email .input-group-btn {
  line-height: 1;
}
.homepage-04 .form-subscribe-email ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.homepage-04 .form-subscribe-email :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.homepage-04 .form-subscribe-email ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.homepage-04 .form-subscribe-email :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.homepage-04 .btn-click {
  position: absolute;
  margin-top: 40px;
  margin-left: -25px;
  left: 50%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  color: #434a54;
  font-size: 18px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.homepage-04 .btn-click.btn-play {
  padding-left: 5px;
}
.homepage-04 .show-video {
  opacity: 0;
  visibility: hidden;
}
.homepage-04 .homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.homepage-04 .homepage-hero-module:after {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
}
.homepage-04 .no-video .video-container video,
.homepage-04 .touch .video-container video {
  display: none;
}
.homepage-04 .no-video .video-container .poster,
.homepage-04 .touch .video-container .poster {
  display: block !important;
}
.homepage-04 .video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.homepage-04 .video-container .filter {
  z-index: 90;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.homepage-04 .video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
.homepage-04 .video-container video.fillWidth {
  width: 100%;
}
.about-us {
  position: relative;
}
.about-us-wrapper .text {
  margin-bottom: 15px;
}
.about-us-wrapper .text.no-margin {
  margin-bottom: 0;
}
.about-us-wrapper .group-list .about-us-list {
  width: 220px;
}
.about-us-wrapper .group-list .box-media {
  margin-top: 40px;
}
.about-us-wrapper .group-button {
  margin-top: 25px;
}
.about-us-list {
  display: inline-block;
  margin-bottom: 0;
}
.about-us-list li {
  padding: 5px 0;
}
.about-us-list li .text {
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
}
.about-us-list li .text:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f178';
  left: 0;
  color: #c6c6c6;
  font-size: 12px;
}
.box-media {
  overflow: visible;
  cursor: pointer;
}
.box-media .media-left {
  padding: 0;
  text-align: center;
}
.box-media .media-right {
  padding-left: 15px;
}
.box-media .icons {
  display: block;
  font-size: 40px;
  line-height: 70px;
  width: 70px;
  height: 70px;
  color: #c3c3c3;
  border-radius: 50%;
  border: 1px solid #c3c3c3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.box-media .icons:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.box-media .title {
  color: #15171b;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: block;
}
.box-media .title:hover {
  color: #00797c;
}
.box-media .text {
  margin-bottom: 0;
}
.box-media:hover .icons {
  background: #00797c;
  color: #555e69;
  border: 1px solid #00797c;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.box-media:hover .icons:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
  -moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
  animation: sonarEffect 1.3s ease-out 75ms infinite;
}
.about-us-image img {
  width: 100%;
}
.about-us.layout-2 .about-us-image {
  position: absolute;
  bottom: -100px;
  right: 0;
  max-width: 550px;
}
.about-us-4.layout-2 .about-us-image {
  max-width: 500px;
  right: 0;
}
.tours {
  position: relative;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  background-color: #fbf9fa;
}
.tours-wrapper {
  text-align: center;
}
.tours-wrapper .tours-list {
  margin: 0 -15px;
}
.tours-wrapper .tours-list .tours-layout {
  margin: 0 15px;
}
.tours-wrapper .tours-list .slick-prev,
.tours-wrapper .tours-list .slick-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.tours-wrapper .tours-list .slick-prev:before,
.tours-wrapper .tours-list .slick-next:before {
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  opacity: 1;
}
.tours-wrapper .tours-list .slick-prev:hover,
.tours-wrapper .tours-list .slick-next:hover {
  opacity: 1;
}
.tours-wrapper .tours-list .slick-prev {
  left: -50px;
}
.tours-wrapper .tours-list .slick-prev:before {
  content: '\f104';
}
.tours-wrapper .tours-list .slick-next {
  right: -50px;
}
.tours-wrapper .tours-list .slick-next:before {
  content: '\f105';
}
.tours-wrapper .tours-list .slick-dots {
  position: absolute;
  bottom: -50px;
}
.tours-wrapper .tours-list .slick-dots li button {
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0 0 10px 0;
  display: block;
}
.tours-wrapper .tours-list .slick-dots li button:before {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 18px;
  color: #c3c3c3;
  opacity: 1;
}
.tours-wrapper .tours-list .slick-dots li button:hover {
  border: 1px solid #00797c;
}
.tours-wrapper .tours-list .slick-dots li button:hover:before {
  color: #00797c;
}
.tours-wrapper .tours-list .slick-dots li.slick-active button {
  border: 1px solid #00797c;
}
.tours-wrapper .tours-list .slick-dots li.slick-active button:before {
  color: #00797c;
}
.videos {
  position: relative;
  background-repeat: repeat;
  background-position: bottom;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  color: #fff;
  background-color: #2d3948;
}
.videos .video-thumbnail {
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}
.videos .show-video {
  opacity: 1 !important;
  visibility: visible !important;
}
.video-thumbnail {
  position: relative;
  width: 100%;
  height: 360px;
  z-index: 1;
}
.video-thumbnail .video-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
}
.video-thumbnail .video-bg img {
  width: 100%;
  height: 100%;
}
.video-thumbnail .video-button-play {
  color: #fff;
  z-index: 6;
  position: absolute;
  text-align: center;
  line-height: 86px;
  padding-left: 10px;
  font-size: 36px;
  width: 90px;
  height: 90px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  left: 50%;
  top: 50%;
  margin-top: -45px;
  margin-left: -45px;
  border-radius: 50%;
  padding-left: 6px;
  cursor: pointer;
}
.video-thumbnail .video-button-close {
  position: absolute;
  z-index: 12;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url("btn-closevideo.png");
  opacity: 0;
  visibility: hidden;
}
.video-thumbnail .video-embed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.videos.layout-1 .video-wrapper {
  text-align: left;
}
.videos.layout-1 .sub-title {
  margin: 0 0 8px 0;
  padding-bottom: 5px;
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.videos.layout-1 .sub-title strong {
  font-size: 24px;
}
.videos.layout-1 .title {
  margin: 0 0 15px 0;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 55px;
}
.videos.layout-1 .text {
  margin-bottom: 30px;
}
.videos.layout-1 .video-thumbnail {
  bottom: -120px;
  top: auto;
}
.videos.layout-2 .video-thumbnail {
  height: 420px;
}
.videos.layout-2 .video-wrapper {
  text-align: center;
}
.videos.layout-2 .title {
  font-size: 36px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.videos.layout-2 .text {
  margin: 0 23% 20px 23%;
}
.videos.layout-2 .video-thumbnail {
  top: 30px;
}
.hotels {
  position: relative;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  background-color: #fbf9fa;
}
.hotels-wrapper {
  text-align: center;
}
.hotels-wrapper .hotels-list .hotels-layout {
  margin-bottom: 50px;
}
.hotels-wrapper .hotels-list .col-sm-6:nth-last-child(-n + 2) .hotels-layout {
  margin-bottom: 0;
}
.travelers {
  position: relative;
  background-repeat: repeat;
  background-position: bottom;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  color: #fff;
  background-color: #2d3948;
  min-height: 400px;
}
.travelers .traveler-list {
  margin-bottom: 0;
  top: 120px;
}
.travelers .traveler-list .slick-list {
  padding-bottom: 15px;
}
.travelers .traveler-list .traveler:nth-child(even) {
  margin-top: 30px;
}
.travelers .traveler-list .slick-prev,
.travelers .traveler-list .slick-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.travelers .traveler-list .slick-prev:before,
.travelers .traveler-list .slick-next:before {
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  opacity: 1;
}
.travelers .traveler-list .slick-prev:hover,
.travelers .traveler-list .slick-next:hover {
  opacity: 1;
}
.travelers .traveler-list .slick-prev {
  left: -50px;
}
.travelers .traveler-list .slick-prev:before {
  content: '\f104';
}
.travelers .traveler-list .slick-next {
  right: -50px;
}
.travelers .traveler-list .slick-next:before {
  content: '\f105';
}
.travelers .traveler-list .slick-dots {
  position: absolute;
  bottom: -30px;
}
.travelers .traveler-list .slick-dots li button {
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0 0 10px 0;
  display: block;
}
.travelers .traveler-list .slick-dots li button:before {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 18px;
  color: #f0f0f0;
  opacity: 1;
}
.travelers .traveler-list .slick-dots li button:hover {
  border: 1px solid #00797c;
}
.travelers .traveler-list .slick-dots li button:hover:before {
  color: #00797c;
}
.travelers .traveler-list .slick-dots li.slick-active button {
  border: 1px solid #00797c;
}
.travelers .traveler-list .slick-dots li.slick-active button:before {
  color: #00797c;
}
.traveler {
  margin: 0 15px;
  text-align: center;
  background-color: #fff;
  z-index: 5;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.traveler .cover-image {
  position: relative;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.traveler .cover-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.traveler .wrapper-content {
  padding: 0 30px 30px 30px;
}
.traveler .wrapper-content .avatar {
  border-radius: 50%;
  width: 32%;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  top: -50px;
  margin-bottom: -50px;
}
.traveler .wrapper-content .avatar img {
  width: 100%;
  border-radius: 50%;
}
.traveler .wrapper-content .name {
  text-transform: capitalize;
  color: #00797c;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.traveler .wrapper-content .address {
  text-transform: capitalize;
  margin-bottom: 0;
  color: #555e69;
}
.traveler .wrapper-content .description {
  margin: 15px 0 0 0;
  color: #555e69;
}
.news .news-list {
  margin-right: 40px;
  margin-bottom: 0;
}
.news .news-list .slick-dots {
  position: absolute;
  bottom: 0;
  width: auto;
  padding: 0;
  right: -35px;
  top: 50%;
  margin-top: -20px;
}
.news .news-list .slick-dots li {
  display: block;
  margin: 0 0 5px 0;
}
.news .news-list .slick-dots li button {
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0 0 10px 0;
  display: block;
}
.news .news-list .slick-dots li button:before {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 18px;
  color: #f0f0f0;
  opacity: 1;
}
.news .news-list .slick-dots li button:hover {
  border: 1px solid #00797c;
}
.news .news-list .slick-dots li button:hover:before {
  color: #00797c;
}
.news .news-list .slick-dots li.slick-active button {
  border: 1px solid #00797c;
}
.news .news-list .slick-dots li.slick-active button:before {
  color: #00797c;
}
/*----------  Banner sale 1  ----------*/
.banner-sale-1 {
  position: relative;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  background-color: #202b3d;
  color: #fff;
  display: table;
}
.banner-sale-1 .banner-left {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}



.banner-right .bottone.btn {
	border: 0px;
background-color: #00797c;
border-radius: 20px;
padding: 10px 15px;
font-family: 'conthraxregular';
position: relative;
text-align: center;
color: #ffffff;
text-transform: uppercase !important;;
font-size: 15px;
display: inline-block;
margin: 5px ;
width: auto;
}


.banner-right .bottone.btn:hover {
    transition: 1s;
background-color: #f1b300;
}


.banner-sale-1 .banner-right {
  display: table-cell;
  vertical-align: middle;
  background: rgba(15, 30, 45, 0.5);
}
.banner-sale-1 .title-box {
  color: rgba(255, 221, 0, 0.8);
  width: 100%;
  background-image: url("../images/background/bg-section-banner-1.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.banner-sale-1 .title-box .title-overlay {
  mix-blend-mode: lighten;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  margin: 0;
  font-weight: 900;
  color: #000;
  padding-left: 10%;
  padding-right: 10%;
}
.banner-sale-1 .title-box .title-1 {
  font-size: 80px;
}
.banner-sale-1 .title-box .title-2 {
  font-size: 65px;
}
.banner-sale-1 .title-box .title-3 {
  font-size: 45px;
  padding-top: 8px;
}
/*----------  Banner sale 2-bis  ----------*/
.banner-sale-2-bis {
  background-image: url("../images/background/banner-home-1.jpg");
  height: 500px;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  background-color: #BFD2D9;
  color: #fff;
  display: table;
}
.banner-sale-2-bis .banner-building {
  position: absolute;
  background-image: url("../images/background/banner-home-1.png");
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}
.banner-sale-2-bis .banner-left {
  background-color: rgba(0, 0, 0, 0.8);
  display: table-cell;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}
.banner-sale-2-bis .banner-right {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 60%;
}
.banner-sale-2-bis .title-box {
  width: 100%;
  padding: 0 10%;
}
.banner-sale-2-bis .title-box .title-1 {
   color: #00797c;
    font-size: 150px;
    font-weight: 900;
    text-shadow: 0 0 17px #000000;
    text-transform: uppercase;
    text-align: right;
}

.banner-sale-2-bis .text-salebox .text-right {
    text-align: right;
}
.banner-sale-2-bis .text-3,
.banner-sale-2-bis .text-5,
.banner-sale-2-bis .text-7 {
  position: relative;
}
/*----------  Banner sale 2  ----------*/
.banner-sale-2 {
  background-image: url("../images/background/banner-home-2.jpg");
  height: 500px;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  background-color: #BFD2D9;
  color: #fff;
  display: table;
}
.banner-sale-2 .banner-building {
  position: absolute;
  background-image: url("../images/background/banner-home-2.png");
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}
.banner-sale-2 .banner-left {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  height: 100%;
}
.banner-sale-2 .banner-right {
  background-color: rgba(0, 0, 0, 0.8);
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.banner-sale-2 .title-box {
  width: 100%;
  padding: 0 10%;
}
.banner-sale-2 .title-box .title-1 {
  color: #00797c;
    font-size: 150px;
    font-weight: 900;
    text-shadow: 0 0 17px #000000;
    text-transform: uppercase;
}
.banner-sale-2 .text-3,
.banner-sale-2 .text-5,
.banner-sale-2 .text-7 {
  position: relative;
}
@media screen and (min-width: 1920px){
.banner-sale-3 {
  background-position: center -193%;
}
}
@media screen and (min-width: 1280px){
.banner-sale-3 {
  background-position: center top;
  height: 325px;
}
}
 
/*----------  Banner sale 3  ----------*/
.banner-sale-3 {
  background-image: url("../images/background/about-us-1.jpg");
  position: relative;
  background-repeat: repeat;
  background-position: center -150%;
  background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
  width: 100%;
  color: #fff;
}
.banner-sale-3 .text-salebox {
  width: 100%;
  height: 500px;
}
.banner-sale-3 .text-salebox .text-left {
  vertical-align: middle;
}
.banner-sale-3 .text-salebox .text-right {
  padding-left: 50px;
  vertical-align: middle;
}
.banner-sale-3 .text-salebox .text-right .title {
  border-bottom: 0;
}
.banner-sale-3.new-style {
  z-index: 1;
  overflow: hidden;
  background-attachment: initial;
  background-position: center top;
}
.banner-sale-3.new-style .clouds_one,
.banner-sale-3.new-style .clouds_two {
  z-index: 3;
}
.banner-sale-3.new-style .text-salebox .text-left {
  z-index: 2;
}
.banner-sale-3.new-style .text-salebox .text-right {
  position: relative;
  z-index: 4;
}
.macchina {
  background: url("../images/homepage/classe-s.png") no-repeat center;
  background-size: 50%;
  position: absolute;
  top: 20%;
  height: 100%;
  width: 100%;
  -webkit-animation: macchina 20s cubic-bezier(0.82, 0.04, 0.55, 1) infinite;
  animation: macchina 20s cubic-bezier(0.82, 0.04, 0.55, 1) infinite;
}
.mozilla11 .banner-sale-1 .title-box .title-overlay,
.mozilla10 .banner-sale-1 .title-box .title-overlay,
.mozilla09 .banner-sale-1 .title-box .title-overlay {
  color: rgba(255, 211, 0, 0.5);
}
.text-salebox {
  display: table;
  width: 520px;
  margin: 0 auto;
}
.text-salebox .text-left {
  display: table-cell;
  vertical-align: top;
}
.text-salebox .text-left .sale-box .number {
  font-size: 90px;
  color: #00797c;
  font-weight: 900;
  margin: 0;
  line-height: 1;
  display: inline-block;
}
.text-salebox .text-left .sale-box .sup-1 {
  color: #00797c;
  font-weight: 900;
  font-size: 40px;
  position: absolute;
  top: 10px;
  left: 100%;
  display: block;
  line-height: 1;
}
.text-salebox .text-left .sale-box .sup-2 {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  position: absolute;
  bottom: 8px;
  left: 100%;
  display: block;
  line-height: 1;
}
.text-salebox .text-left .sale-box .text-sale {
  font-size: 72px;
  color: #fff;
  font-weight: 900;
  margin: 0;
  line-height: 55px;
  text-transform: uppercase;
}
.text-salebox .text-left .sale-box .sale-box-top {
  display: inline-block;
  position: relative;
}
.text-salebox .text-right {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 0 20px;
  padding-top: 13px;
}
.text-salebox .text-right .title {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 5px 0;
  display: inline-block;
  line-height: 24px;
  border-bottom: 1px solid #fff;
}
.text-salebox .text-right .text {
  margin: 0;
}
.text-salebox .text-right .group-button {
  margin-top: 20px;
}
.text-salebox .text-right .group-button .btn {
  width: auto;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
}
.text-salebox .text-right .group-button .btn.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
}
.text-salebox .text-right .group-button .btn.btn-transparent:hover {
  border: 1px solid #3c3c3c;
}
.a-fact {
  background-color: rgb(15, 30, 45);
}

.a-fact .title-style-2 {
	color:#ffffff;
	font-family: 'conthraxregular';
	font-size: 30px;
	z-index: 1;
	font-weight: 100;
}
.a-fact-wrapper .text {
  margin-bottom: 15px;
}
.a-fact-wrapper .btn {
  margin-top: 25px;
}
.a-fact-list ul {
  margin-bottom: 0;
}
.a-fact-list ul li {
  padding: 5px 0;
}
.a-fact-list ul li .text {
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
}
.a-fact-list ul li .text:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f111';
  left: 0;
  color: #c6c6c6;
  font-size: 8px;
}
.a-fact-image-wrapper {
  min-width: 670px;
  min-height: 400px;
  width: 100%;
  position: relative;
}
.a-fact-image-wrapper .a-fact-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.a-fact-image-wrapper .a-fact-image .icons {
  position: absolute;
  color: #3c3c3c;
  border: 2px solid #3c3c3c;
  width: 40px;
  height: 40px;
  line-height: 36px;
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  z-index: 10;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.a-fact-image-wrapper .a-fact-image .icons:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.a-fact-image-wrapper .a-fact-image .icons.icons-1 {
  left: 10%;
  bottom: 40%;
}
.a-fact-image-wrapper .a-fact-image .icons.icons-2 {
  left: 30%;
  bottom: 70%;
}
.a-fact-image-wrapper .a-fact-image .icons.icons-3 {
  right: 25%;
  top: 15%;
}
.a-fact-image-wrapper .a-fact-image .icons.icons-4 {
  right: 25%;
  bottom: 10%;
}
.a-fact-image-wrapper .a-fact-image .icons:hover {
  background: #00797c;
  color: #fff;
  border: 2px solid #00797c;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.a-fact-image-wrapper .a-fact-image .icons:hover:after {
  -webkit-animation: sonarEffect-2 1.2s ease-out 75ms infinite;
  -moz-animation: sonarEffect-2 1.2s ease-out 75ms infinite;
  animation: sonarEffect-2 1.2s ease-out 75ms infinite;
}
.a-fact-image-wrapper .a-fact-image img {
  width: 100%;
  opacity: 0.3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.a-fact-image-wrapper .a-fact-image .icons:hover + img {
  opacity: 1;
}
.contact {
  position: relative;
  background-repeat: repeat;
  background-position: bottom;
  background-size: cover;
  -webkit-background-size: cover;
}
.contact .contact-wrapper-images {
  position: absolute;
  left: 9%;
  bottom: 0;
}
.contact .contact-form .form-input {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  padding-left: 20px;
}
.contact .contact-form textarea {
  height: 100px;
  overflow: auto;
  max-width: 100%;
}
.contact .contact-form .contact-submit {
  margin-top: 30px;
}
.contact .contact-form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact .contact-form :-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact .contact-form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact .contact-form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact-box {
  background-color: rgba(15, 30, 45, 0.7);
  padding: 40px 35px;
  text-align: center;
}
.contact-box .title {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #3c3c3c;
}
.contact-box > .text {
  font-style: italic;
  margin: 0 0 35px 0;
}
/*----------- blog detail ----------*/
.contact-form .form-input {
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  padding-left: 20px;
}
.contact-form textarea {
  height: 100px;
  overflow: auto;
  max-width: 100%;
}
.contact-form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact-form :-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact-form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact-form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.margin-bottom70 {
  margin-bottom: 70px;
}
.margin-bottom {
  margin-bottom: 100px;
}
.btn.btn-crystal {
  float: right;
  text-align: right;
  color: #77858e;
  font-style: italic;
  font-size: 0.857em;
  text-transform: capitalize;
  font-weight: 400;
  width: inherit;
  line-height: 24px;
  border: 0;
}
.btn.btn-crystal i {
  margin-right: 7px;
}
.caption {
  margin-top: 15px;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}
.item-blog-detail .blog-text .blog-content {
  background-color: transparent;
  box-shadow: none !important;
  padding-bottom: 0px;
}
.item-blog-detail .blog-text .blog-content .date {
  text-align: left;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .text {
  margin-bottom: 30px;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .caption {
  margin-bottom: 30px;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .blockquote {
  border-left: 3px solid #81878f;
  padding-left: 30px;
  margin: 50px 30px;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .blockquote .blockquote-title {
  font-size: 22px;
  color: #6e747c;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 10px;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .blockquote .blockquote-des {
  font-style: italic;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .video-thumbnail {
  margin-top: 50px;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .video-thumbnail .video-embed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .video-thumbnail .show-video {
  opacity: 1 !important;
  visibility: visible !important;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .blog-detail-list {
  margin-bottom: 0px;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .group-list .blog-detail-list li {
  position: relative;
  padding-left: 18px;
}
.item-blog-detail .blog-text .blog-content .blog-descritption .group-list .blog-detail-list li:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f111';
  left: 0;
  top: 0;
  color: #c6c6c6;
  font-size: 8px;
}
.item-blog-detail .blog-text .blog-detail-tag {
  display: table;
}
.item-blog-detail .blog-text .blog-detail-tag .content-widget {
  display: inherit;
}
.item-blog-detail .blog-text .blog-detail-tag .content-tag {
  padding-right: 30px;
  display: table-cell;
}
.item-blog-detail .blog-text .blog-detail-tag .tag-item {
  color: #989898;
  border: 1px solid #efefef;
  margin-right: 15px;
  padding: 2px 15px;
  border-radius: 25px;
}
.item-blog-detail .blog-text .blog-author {
  border-bottom: 2px solid #f7f7f7;
  padding: 0px 25px 25px 25px;
}
.item-blog-detail .blog-text .blog-author .blog-author-content .media-left .media-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.item-blog-detail .blog-text .blog-author .blog-author-content .media-right .author {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: bold;
}
.item-blog-detail .blog-text .blog-author .blog-author-content .media-right .position {
  font-weight: 500;
  color: #3c3c3c;
  font-size: 14px;
}
.item-blog-detail .blog-text .blog-author .blog-author-content .media-right .des {
  margin-bottom: 0;
}
.item-blog-detail .blog-text .sideline:after {
  content: '';
  width: 46px;
  height: 3px;
  background-color: #00797c;
  display: inline-block;
  margin-left: 10px;
}
.item-blog-detail .blog-text .blog-comment-title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.item-blog-detail .blog-text .blog-comment .comment-count {
  margin-bottom: 70px;
}
.item-blog-detail .blog-text .blog-comment .comment-list {
  margin-bottom: 70px;
}
.item-blog-detail .blog-text .blog-comment .comment-list .parent {
  margin-top: 0;
}
.item-blog-detail .blog-text .blog-comment .comment-list li.parent:last-child > .comment-item {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.item-blog-detail .blog-text .blog-comment .comment-list .comment-item:not(:last-child) {
  padding: 0px 20px 20px 0;
  margin-bottom: 50px;
  border-bottom: 2px solid #f7f7f7;
}
.item-blog-detail .blog-text .blog-comment .comment-list .comment-list-children li .comment-item {
  padding: 0px 20px 20px 0;
  margin-bottom: 50px;
  border-bottom: 2px solid #f7f7f7;
}
.item-blog-detail .blog-text .blog-comment .comment-list .comment-list-children {
  margin-left: 70px;
}
.item-blog-detail .blog-text .blog-comment .comment-list .comment-list-children .media {
  margin-top: 0px;
}
.item-blog-detail .blog-text .blog-comment .comment-list .media-left .media-image img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
}
.item-blog-detail .blog-text .blog-comment .comment-list .media-right .pull-left .author {
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.item-blog-detail .blog-text .blog-comment .comment-list .media-right .pull-right.time {
  font-style: italic;
  color: #77858e;
  font-size: 0.857em;
}
.item-blog-detail .blog-text .blog-comment .comment-list .media-right .pull-right.time i {
  margin-right: 7px;
}
.item-blog-detail .blog-text .blog-comment .comment-list .media-right .btn.btn-crystal:hover {
  color: #00797c;
  background-color: transparent;
  border: 0;
}
.item-blog-detail .blog-text .blog-comment .btn.btn-crystal {
  padding-right: 3px;
  padding-bottom: 0;
}
.item-blog-detail .blog-text .leave-comment .contact-form .form-input {
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  padding-left: 20px;
  background-color: #fafafa;
}
.item-blog-detail .blog-text .leave-comment .contact-form .form-input:nth-child(3) {
  margin-bottom: 30px;
}
.form-group {
  margin-bottom: 30px;
}
.stars-rating {
  line-height: 24px;
  margin-bottom: 0;
}
.stars-rating a.star-1,
.stars-rating a.star-2,
.stars-rating a.star-3,
.stars-rating a.star-4,
.stars-rating a.star-5 {
  width: 2em;
  margin-right: 1em;
  text-indent: -999px;
  display: inline-block;
  border-right: 1px solid #EEE;
  position: relative;
}
.stars-rating a.star-1:before,
.stars-rating a.star-2:before,
.stars-rating a.star-3:before,
.stars-rating a.star-4:before,
.stars-rating a.star-5:before {
  content: "\f006";
  top: 0;
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  color: #00797c;
  float: left;
  overflow: hidden;
  text-indent: 0;
}
.stars-rating a.star-1.active:before,
.stars-rating a.star-1:hover:before {
  content: "\f005";
}
.stars-rating a.star-2 {
  width: 3em;
}
.stars-rating a.star-2:before {
  content: "\f006\f006";
}
.stars-rating a.star-2.active:before,
.stars-rating a.star-2:hover:before {
  content: "\f005\f005";
}
.stars-rating a.star-3 {
  width: 4em;
}
.stars-rating a.star-3:before {
  content: "\f006\f006\f006";
}
.stars-rating a.star-3.active:before,
.stars-rating a.star-3:hover:before {
  content: "\f005\f005\f005";
}
.stars-rating a.star-4 {
  width: 5em;
}
.stars-rating a.star-4:before {
  content: "\f006\f006\f006\f006";
}
.stars-rating a.star-4.active:before,
.stars-rating a.star-4:hover:before {
  content: "\f005\f005\f005\f005";
}
.stars-rating a.star-5 {
  width: 6em;
  border-right: 0;
  margin-right: 0;
}
.stars-rating a.star-5:before {
  content: "\f006\f006\f006\f006\f006";
}
.stars-rating a.star-5.active:before,
.stars-rating a.star-5:hover:before {
  content: "\f005\f005\f005\f005\f005";
}
/*----------  Tour View  ----------*/
.schedule-block {
  display: table;
  width: 100%;
}
.schedule-block .element {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  background-color: #00797c;
  border-right: 1px solid #FFF;
  text-align: center;
  padding: 6px 0;
  font-weight: 500;
}
.schedule-block .element:last-child {
  border-right: 0px;
}
.schedule-block .element .schedule-title {
  margin-bottom: 0px;
  text-transform: uppercase;
}
/* Journey Block */
.wrapper-journey {
  margin: 0 -15px;
}
.wrapper-journey .slick-dots {
  position: static;
}
.wrapper-journey .slick-dots li button {
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0 0 10px 0;
  display: block;
}
.wrapper-journey .slick-dots li button:before {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 18px;
  color: #f0f0f0;
  opacity: 1;
}
.wrapper-journey .slick-dots li button:hover {
  border: 1px solid #00797c;
}
.wrapper-journey .slick-dots li button:hover:before {
  color: #00797c;
}
.wrapper-journey .slick-dots li.slick-active button {
  border: 1px solid #00797c;
}
.wrapper-journey .slick-dots li.slick-active button:before {
  color: #00797c;
}
.wrapper-journey .slick-list {
  padding: 10px 0;
}
.wrapper-journey .slick-prev,
.wrapper-journey .slick-next {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 2px solid #b3b3b3;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wrapper-journey .slick-prev:hover,
.wrapper-journey .slick-next:hover {
  opacity: 1;
}
.wrapper-journey .slick-prev:before {
  font-family: FontAwesome;
  opacity: 1;
  content: '\f104';
}
.wrapper-journey .slick-next:before {
  font-family: FontAwesome;
  opacity: 1;
  content: '\f105';
}
.wrapper-journey .slick-prev:before,
.wrapper-journey .slick-next:before {
  color: #b3b3b3;
  font-size: 24px;
  line-height: 30px;
}
.wrapper-journey .feature-item {
  width: 14%;
  display: inline-block;
}
@keyframes hover {
  50% {
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hover-shadow {
  0% {
    -moz-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
  50% {
    -moz-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}
.feature-item {
  vertical-align: middle;
  border: 1px solid #cfcfcf;
  text-align: center;
  padding: 9.5px 0;
  margin: 0 15px;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  -moz-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
}
.feature-item:last-child {
  margin-right: 0px;
}
.feature-item:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition-duration: 0.3s;
  transition-property: transform opacity;
}
.feature-item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.feature-item:hover:before {
  opacity: .4;
  transform: translateY(6px);
}
.feature-item .icon-journey {
  font-size: 26px;
}
.feature-item .text {
  font-size: 16px;
  margin-bottom: 0px;
}
/* Timeline Block*/
.title-style-3 {
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  margin: 0 0 20px 0;
}
.title-style-3:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6e747c;
  position: absolute;
  left: 0px;
  top: 5px;
}
.overview-block {
  padding-top: 60px;
}
.timeline {
  position: relative;
  padding-top: 10px;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 35px;
  height: 100%;
  width: 2px;
  background: #d7d7d7;
  z-index: -99;
}
.timeline-title {
  line-height: 30px;
}
.timeline-title span {
  background-color: #00797c;
  padding: 7px 15px 6px;
}
.timeline-point {
  position: absolute;
  left: -39px;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  border: 3px solid #FFF;
  margin-top: -8px;
}
.timeline-point:before {
  content: "";
  height: 2px;
  width: 80px;
  position: absolute;
  background-color: #d7d7d7;
  left: 16px;
  top: 5px;
  z-index: -9999;
}
.timeline-point i {
  position: absolute;
  top: -1px;
  left: 1px;
  font-size: 15px;
  color: #d7d7d7;
}
.timeline-block {
  position: relative;
}
.timeline-block:last-child .wrapper-timeline-content:after {
  height: 50vh;
}
.timeline-block:last-child .timeline-content {
  margin-bottom: 0px;
}
.timeline-content {
  margin-left: 65px;
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
}
.wrapper-timeline-content {
  position: relative;
  display: table;
}
.wrapper-timeline-content:before {
  content: "";
  height: 2px;
  width: 80px;
  position: absolute;
  background-color: #d7d7d7;
  left: -3px;
  top: 50%;
  z-index: -9999;
}
.wrapper-timeline-content:after {
  content: "\f10c";
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d7d7d7;
  border: 3px solid #FFF;
  font-size: 15px;
  background-color: #FFF;
  left: -23px;
  top: 46%;
  border-radius: 50%;
}
.timeline-custom-col {
  width: 48%;
  margin-left: 2%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.timeline-custom-col.full {
  width: 98%;
}
.timeline-custom-col:before {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  background-color: #d7d7d7;
  left: -40px;
  top: 50%;
  z-index: -9999;
}
.timeline-custom-col.image-col:before {
  width: 15%;
}
.timeline-location-block {
  padding: 30px 30px 20px 69px;
  position: relative;
  background-color: #fafafa;
  min-height: 250px;
  border-right: 2px solid #FFF;
}
.timeline-location-block .location-name {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  position: relative;
}
.timeline-location-block .location-name .icon-marker {
  position: absolute;
  left: -40px;
  top: -5px;
  border: 1px solid;
  border-radius: 50%;
  padding: 1%;
  width: 32px;
  height: 32px;
}
.timeline-location-block .location-name .icon-marker:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.timeline-location-block .description {
  margin-bottom: 0px;
}
.timeline-image-block {
  border-left: 2px solid #FFF;
  overflow: hidden;
  cursor: pointer;
  height: 250px;
}
.timeline-image-block img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.timeline-image-block:hover img {
  transform: scale(1.23);
}
.wrapper-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
}
/* Gallery Block */
.gallery-block {
  background: url(../images/tour-view/grid-images/bg-grid.png) no-repeat center right;
  background-size: cover;
  padding-bottom: 80px;
}
.gallery-block .grid .grid-sizer {
  width: 1%;
}
.gallery-block .grid .grid-item {
  width: 22%;
}
.gallery-block .grid .gutter-sizer {
  width: 3%;
}
.gallery-block .grid .grid-item {
  margin: 10px 0;
  cursor: pointer;
  overflow: hidden;
}
.gallery-block .grid .grid-item:after {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  left: 0;
}
.gallery-block .grid .grid-item--width2 {
  width: 52%;
}
.gallery-block .grid .grid-item--big {
  width: 66%;
}
.gallery-block .grid .grid-item--medium {
  width: 32%;
}
.gallery-block .grid img {
  width: 100%;
}
.gallery-block .gallery-image .title-hover {
  position: absolute;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: -100%;
  transition: all 0s ease;
}
.gallery-block .gallery-image .title-hover .icons {
  position: relative;
  top: 45%;
  font-size: 40px;
}
/* Expert Block */
.list-time {
  margin-bottom: 10px;
}
.list-time .time i {
  margin-right: 5px;
  color: #c6c6c6;
  font-size: 12px;
}
.about-us-wrapper .avatar {
  text-align: center;
}
.about-us-wrapper .avatar p {
  margin-bottom: 0px;
}
.about-us-wrapper .avatar .image-wrapper {
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.about-us-wrapper .avatar .image-wrapper .img {
  width: 100%;
  border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.about-us-wrapper .avatar .name {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 10px;
}
.about-us-wrapper .avatar:hover .image-wrapper {
  border-radius: 2%;
  border: 1px solid #fd0;
}
.about-us-wrapper .avatar:hover .image-wrapper .img {
  border-radius: 2%;
}
.about-us-wrapper .contact-list-media {
  margin-top: 30px;
}
.contact-list-media {
  text-align: center;
  overflow: visible;
  cursor: pointer;
}
.contact-list-media .media-left,
.contact-list-media .media-right {
  display: block;
}
.contact-list-media .media-left {
  padding: 0;
  text-align: center;
  padding-bottom: 18px;
}
.contact-list-media .media-right {
  padding-left: 0px;
}
.contact-list-media .icons {
  margin: 0 auto;
  display: block;
  font-size: 30px;
  line-height: 80px;
  width: 80px;
  height: 80px;
  color: #c3c3c3;
  border-radius: 50%;
  border: 1px solid #c3c3c3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contact-list-media .icons:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.contact-list-media .text {
  line-height: 18px;
  margin-bottom: 0;
}
.contact-list-media .title {
  margin-bottom: 0px;
  color: #15171b;
  font-size: 16px;
  text-transform: capitalize;
  display: block;
}
.contact-list-media .title:hover {
  color: #00797c;
}
.contact-list-media:hover .icons {
  background: #00797c;
  color: #555e69;
  border: 1px solid #00797c;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.contact-list-media:hover .icons:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
  -moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
  animation: sonarEffect 1.3s ease-out 75ms infinite;
}
.special-offer .special-offer-layout .image-wrapper {
  z-index: -9;
}
.special-offer .special-offer-layout:hover .image-wrapper {
  z-index: 3;
}
/*----------  Hotel View  ----------*/
.timeline-hotel-view:before {
  left: 50px;
  height: 90%;
}
.timeline-hotel-view .timeline-block {
  padding-bottom: 50px;
}
.timeline-hotel-view .timeline-block:last-child .timeline-point:after {
  content: "";
  width: 10px;
  height: 300vh;
  background-color: #FFF;
  position: absolute;
  left: 1px;
  z-index: -1;
}
.timeline-hotel-view .timeline-title {
  display: inline-block;
  vertical-align: top;
  position: absolute;
}
.timeline-hotel-view .timeline-point {
  left: 41px;
  top: 214px;
}
.timeline-hotel-view .timeline-point:before {
  content: "";
  height: 2px;
  width: 200px;
  position: absolute;
  background-color: #d7d7d7;
  left: 0;
  top: 20px;
  z-index: -9999;
}
.timeline-hotel-view .timeline-content {
  width: 90%;
  margin: 0 0 0 10%;
  display: inline-block;
}
.timeline-hotel-view .timeline-content > .row {
  margin: 0px;
}
.timeline-hotel-view .timeline-custom-col {
  width: 57%;
  margin-left: 5%;
  float: left;
}
.timeline-hotel-view .timeline-custom-col:before {
  width: 0;
}
.timeline-hotel-view .timeline-custom-col.image-col:before {
  top: 223px;
  left: -90px;
  width: 35%;
}
.timeline-hotel-view .timeline-custom-col.hotels-layout {
  width: 33%;
  padding: 0;
}
.timeline-hotel-view .timeline-custom-col.full {
  width: 95%;
  padding-right: 0;
}
.timeline-hotel-view .hotels-layout:hover {
  background-color: #fafafa;
}
.timeline-hotel-view .hotels-layout .content-wrapper {
  background-color: #fafafa;
}
.timeline-hotel-view .hotels-layout .content-wrapper .content {
  padding: 30px 70px 30px 25px;
  text-align: left;
}
.timeline-hotel-view .hotels-layout .content-wrapper .content .text {
  min-height: 96px;
}
.timeline-hotel-view .hotels-layout .content-wrapper .list-info {
  border-collapse: initial;
}
.image-hotel-view-block {
  overflow: hidden;
  background-color: #FFF;
}
.image-hotel-view-block .slider-for {
  margin-bottom: 5px;
}
.image-hotel-view-block .slider-for img {
  width: 100%;
}
.image-hotel-view-block .slider-nav {
  margin-left: -2px;
}
.image-hotel-view-block .slider-nav .slick-slide {
  padding: 0px 2.5px;
  opacity: 0.4;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.image-hotel-view-block .slider-nav .slick-slide.slick-current {
  opacity: 1;
}
.image-hotel-view-block .slider-nav .slick-dots {
  bottom: -30px;
}
.image-hotel-view-block .slider-nav .item img {
  width: 100%;
}
.image-hotel-view-block .slider-nav .item:hover {
  cursor: pointer;
}
.timeline-book-block {
  clear: both;
  overflow: hidden;
  height: 0;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.timeline-book-block.book-tour {
  margin-top: 10px;
}
.timeline-book-block.show-book-block {
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  height: auto;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  padding-top: 10px;
}
.timeline-book-block .title-widgets {
  margin-bottom: 0px;
}
.timeline-book-block .text-input {
  margin-top: 0px;
}
.timeline-book-block .find-widget {
  padding: 30px 15px;
}
.timeline-book-block .find-widget .input-daterange {
  width: 50%;
  float: left;
}
.timeline-book-block .find-widget .input-daterange .text-box-wrapper {
  width: 50%;
}
.timeline-book-block .find-widget .count {
  float: left;
}
.timeline-book-block .find-widget .text-box-wrapper {
  width: 25%;
  padding: 0 15px;
}
.timeline-book-block .find-widget .place {
  width: 100%;
}
.timeline-book-block .find-widget .note {
  width: 100%;
}
.timeline-book-block .find-widget .note .input-group {
  padding-right: 10px;
}
.timeline-book-block .find-widget .note .tb-input {
  height: auto;
  margin-right: 5px;
}
.timeline-book-block .btn-slide {
  margin-top: 20px;
}
.map-block {
  position: relative;
}
.map-block .map-info {
  position: absolute;
  z-index: 1;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  padding: 70px 10px 0;
  text-align: center;
  background-color: rgba(13, 27, 32, 0.8);
  color: #FFF;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.75);
}
.map-block .map-info p {
  margin-bottom: 0px;
}
.map-block .map-info p .fa {
  margin-right: 3px;
}
.map-block .map-info p.mail a {
  color: #FFF;
}
.map-block .map-info p.mail .fa {
  margin-right: 5px;
}
.map-block .map-info p.mail:hover a {
  color: #00797c;
}
.map-block .map-info .title-style-2 {
  color: #FFF;
  margin-bottom: 35px;
}
.map-block .map-info .title-style-2:after {
  bottom: -20px;
  left: 33%;
  width: 54px;
  height: 2px;
}
.map-block .map-info .footer-block {
  background-color: #00797c;
  padding: 7.5% 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.map-block .map-info .footer-block .btn-open-map:hover {
  background-color: #FFF;
  border: 1px solid #00797c;
  color: #000;
}
.map-block .map-info .btn-open-map {
  width: 150px;
  background-color: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #fff;
  text-transform: none;
  padding: 6px 10px;
}
.map-block #googleMap {
  width: 100%;
  height: 500px;
  pointer-events: none;
}
/*----------  3.2. tour result  ----------*/
.list-continents {
  width: 100%;
  margin: 0 0 70px 0;
  text-align: center;
  display: inline-flex;
}
.list-continents .list-continent-wrapper {
  padding: 0;
  width: 20%;
  display: inline-block;
}
.list-continent-wrapper .continent {
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: 60%;
  color: #959595;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.list-continent-wrapper .continent:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #00797c;
  border: 1px solid #00797c;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.list-continent-wrapper .continent:after {
  position: absolute;
  content: "";
  width: 180px;
  height: 1px;
  left: 100%;
  top: 50%;
  border-top: 1px dashed #e9e9e9;
  z-index: -1;
}
.list-continent-wrapper .continent .icons {
  display: block;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
.list-continent-wrapper .continent .text {
  display: block;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
.list-continent-wrapper .continent:hover {
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.list-continent-wrapper .continent:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.list-continent-wrapper:last-child .continent:after {
  display: none;
}
.mozilla11 .list-continent-wrapper .continent:before,
.mozilla10 .list-continent-wrapper .continent:before {
  min-height: 100px;
}
.mozilla11 .list-continent-wrapper .continent:after,
.mozilla10 .list-continent-wrapper .continent:after {
  top: 50px;
}
.tour-result-main .tours-list .tours-layout {
  margin-bottom: 30px;
}
.tour-result-main .tours-list .tours-layout .content-wrapper {
  background-color: #fafafa;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.tour-result-main .tours-list .tours-layout:hover .content-wrapper {
  background-color: #fff;
}
.tour-result-main .tours-list .col-sm-6:nth-last-child(-n+2) .tours-layout {
  margin-bottom: 0;
}
.special-offer {
  margin-bottom: -30px;
}
.special-offer-list {
  margin: 0 -15px;
}
.special-offer-list .special-offer-layout {
  margin: 0 15px;
}
.special-offer-list .slick-track {
  padding: 30px 0;
}
.special-offer-list .slick-prev,
.special-offer-list .slick-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #b3b3b3;
  opacity: 0.3;
  color: #fafafa;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.special-offer-list .slick-prev:before,
.special-offer-list .slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 36px;
  color: #b3b3b3;
}
.special-offer-list .slick-prev:hover,
.special-offer-list .slick-next:hover {
  opacity: 1;
}
.special-offer-list .slick-prev {
  left: -50px;
}
.special-offer-list .slick-prev:before {
  content: '\f177';
}
.special-offer-list .slick-next {
  right: -50px;
}
.special-offer-list .slick-next:before {
  content: '\f178';
}
.special-offer-list .slick-dots {
  position: absolute;
  bottom: -30px;
}
.special-offer-list .slick-dots li button {
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0 0 10px 0;
  display: block;
}
.special-offer-list .slick-dots li button:before {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 18px;
  color: #f0f0f0;
  opacity: 1;
}
.special-offer-list .slick-dots li button:hover {
  border: 1px solid #00797c;
}
.special-offer-list .slick-dots li button:hover:before {
  color: #00797c;
}
.special-offer-list .slick-dots li.slick-active button {
  border: 1px solid #00797c;
}
.special-offer-list .slick-dots li.slick-active button:before {
  color: #00797c;
}
/*----------  3.3. hotels result  ----------*/
.hotel-result-main .hotel-list .hotels-layout {
  margin-bottom: 30px;
}
.hotel-result-main .hotel-list .hotels-layout .content-wrapper {
  background-color: #fafafa;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.hotel-result-main .hotel-list .hotels-layout:hover .content-wrapper {
  background-color: #fff;
}
.hotel-result-main .hotel-list .col-sm-12:last-child .hotels-layout {
  margin-bottom: 0;
}
/*----------  3.4. cruises result  ----------*/
.cruises-result-main .cruises-list .cruises-layout {
  margin-bottom: 30px;
}
.cruises-result-main .cruises-list .cruises-layout .content-wrapper {
  background-color: #fafafa;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.cruises-result-main .cruises-list .cruises-layout:hover .content-wrapper {
  background-color: #fff;
}
.cruises-result-main .cruises-list .col-sm-6:nth-last-child(-n+2) .cruises-layout {
  margin-bottom: 0;
}
/*----------  3.4. car rent result  ----------*/
.car-rent-result-main .car-rent-list .car-rent-layout {
  margin-bottom: 30px;
}
.car-rent-result-main .car-rent-list .car-rent-layout .content-wrapper {
  background-color: #fafafa;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.car-rent-result-main .car-rent-list .car-rent-layout:hover .content-wrapper {
  background-color: #fff;
}
.car-rent-result-main .car-rent-list .col-sm-12:last-child .car-rent-layout {
  margin-bottom: 0;
}
/*----------  About-us Our  ----------*/
.page-our-values {
  background-image: url("../images/background/bg-section-about-values.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.our-wrapper {
  margin-bottom: 40px;
  float: left;
}
.our-wrapper:last-child {
  margin-bottom: 0;
}
.our-content .our-icon {
  font-size: 40px;
  color: #00797c;
  margin-bottom: 15px;
  display: block;
  line-height: 1;
}
.our-content .our-title {
  font-size: 16px;
}
.our-content .text {
  color: #cdd1d6;
  margin-bottom: 0;
  font-weight: 300;
}
.our-expert {
  background-image: url("../images/background/bg-section-about.jpg");
}
.our-expert {
  position: relative;
  background-repeat: repeat;
  background-position: bottom;
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
}
.wrapper-expert {
  margin-bottom: 50px;
}
.wrapper-expert .content-expert {
  margin: 0 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.wrapper-expert .content-expert:nth-child(even) {
  margin-top: 40px;
}
.wrapper-expert .content-expert:hover .caption-expert {
  left: 0;
}
.wrapper-expert .content-expert:hover .img-expert:before {
  opacity: 0;
}
.wrapper-expert .content-expert .img-expert {
  position: relative;
  width: 100%;
  display: block;
}
.wrapper-expert .content-expert .img-expert:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.wrapper-expert .caption-expert {
  background-color: #00797c;
  width: 100%;
  border-left: 3px solid #3c3c3c;
  color: #585858;
  left: -100%;
  padding: 15px 0 20px 0;
  position: absolute;
  bottom: 0;
  min-height: 110px;
  z-index: 5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.wrapper-expert .caption-expert .title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  color: #585858;
}
.wrapper-expert .caption-expert .title:hover {
  color: #000;
}
.wrapper-expert .caption-expert .text {
  margin-bottom: 10px;
}
.wrapper-expert .caption-expert .social {
  margin-bottom: 0;
  line-height: 1;
}
.wrapper-expert .caption-expert .social-expert {
  margin-right: 5px;
}
.wrapper-expert .caption-expert .social-expert:hover .expert-icon {
  opacity: 1;
}
.wrapper-expert .caption-expert .expert-icon {
  color: #3c3c3c;
  font-size: 15px;
  opacity: 0.4;
  font-weight: 600;
}
.wrapper-expert .slick-prev,
.wrapper-expert .slick-next {
  display: none !important;
}
.banner-transfer {
	width:100%
	}
.banner-meeting {
	  width:100%
	}
	
.banner-hotel {
	   width:100%
	}
	
.immagine-espositori {
	width:100%
	}
.banner-transfer .col-sm-6,
.banner-meeting .col-sm-6,
.banner-hotel .col-sm-6 {
	padding:0px;
}

.descrizione {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin-top: 71px;
    min-height: 211px;
    padding: 32px 30px 30px !important;
}

.descrizione .btn-maincolor {
    float: right;
	color: #ffffff;
}

.descrizione .title {
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 5px;
    text-transform: capitalize;
}

.descrizione .title2 {
    border-bottom: 1px solid #00797c;
	color:#ae2001;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 5px;
    text-transform: capitalize;
}

@media only screen and (max-device-width : 980px) {
	.descrizione {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin-top: 60px;
    min-height: 175px;
    padding: 26px 30px !important;
}
	}
	
@media only screen and (max-device-width : 800px) {
.banner-transfer .col-sm-6,
.banner-meeting .col-sm-6,
.banner-hotel .col-sm-6 {
	padding:0px;
	width:100%;
}
	.descrizione {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin-top: 0px;
    min-height: 175px;
    padding: 26px 30px !important;
}
	}

@media only screen and (max-device-width : 375px) {	
	.descrizione {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin-top: 0;
    min-height: 189px;
    padding: 35px 30px 65px !important;
}

}	
	
@media only screen and (max-device-width : 360px) {	
	.descrizione {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin-top: 0;
    min-height: 189px;
    padding: 35px 30px 65px !important;
}

}

.about-tours {
  background-image: url("../images/background/about-us-1.jpg");
  background-repeat: repeat;
  position: relative;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
}
.about-tours {
  position: relative;
  background-repeat: repeat;
  background-position: top;
  background-size: cover;
  -webkit-background-size: cover;
}
.about-tours:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.wrapper-tours {
  position: relative;
  float: left;
  width: 100%;
}
.wrapper-tours .content-icon-tours {
  float: left;
  width: 100%;
}
.content-tours {
  color: #fff;
  display: inline-block;
  width: 20%;
  text-align: center;
  float: left;
  position: relative;
}
.content-tours:nth-child(5) .wrapper-icon-thin:before {
  width: 0;
}
.content-tours .tours-title {
  font-size: 24px;
}
.content-tours .icon {
  font-size: 35px;
  line-height: 35px;
  display: initial;
  margin-bottom: 5px;
}
.content-tours:last-child .wrapper-icon-thin:before {
  height: 0;
  width: 0;
}
.content-tours .wrapper-icon-thin {
  display: block;
  position: relative;
  margin: 0 auto 10px auto;
  line-height: 1;
}
.content-tours .wrapper-icon-thin:before {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #515151;
  width: 220px;
  right: -109px;
  top: 7px;
  pointer-events: none;
}
.content-tours .wrapper-icon-thin .icon-thin {
  font-size: 10px;
  color: #515151;
  font-weight: 900;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.content-tours .tours-title {
  font-size: 24px;
  margin-bottom: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.content-tours .wrapper-thin:hover .icon-thin {
  color: #00797c;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.content-tours .wrapper-thin:hover .tours-title {
  color: #00797c;
}
.wrapper-banner {
  overflow: hidden;
  margin-bottom: 0;
}
.wrapper-banner .content-banner {
  float: left;
  border-right: 1px solid #f2f2f2;
}
.wrapper-banner .content-banner:last-child {
  border-right: 0;
}
.wrapper-banner .img-banner {
  float: left;
  border-bottom: 1px solid #f2f2f2;
  opacity: 0.5;
  padding-bottom: 10px;
  transition: all 0.3s;
}
.wrapper-banner .img-banner:hover {
  opacity: 1;
}
.wrapper-banner .img-banner:last-child {
  border-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}
/*----------  contact  ----------*/
.wrapper-organization {
  margin-bottom: 0;
}
.wrapper-organization .md-organization:nth-child(2) {
  text-align: center;
}
.wrapper-organization .md-organization:nth-child(3) {
  text-align: right;
}
.content-organization {
  display: inline-block;
  padding: 0 5px;
  position: relative;
}
.content-organization:hover .wrapper-img {
  border-radius: 2%;
  border: 1px solid #00797c;
}
.content-organization:hover .wrapper-img .img {
  border-radius: 2%;
}
.content-organization .main-organization {
  text-align: center;
  position: relative;
}
.content-organization .wrapper-img {
  width: 170px;
  height: 170px;
  margin: 0 auto 30px;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.content-organization .wrapper-img .img {
  width: 100%;
  border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.content-organization .organization-title {
  font-size: 15px;
}
.content-organization .organization-title .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #5d5d5d;
}
.content-organization .organization-title .title:hover {
  color: #00797c;
}
.content-organization .organization-title .text {
  color: #7f7e7e;
  margin-bottom: 20px;
}
.content-organization .content-widget {
  color: #737a83;
}
.content-organization .content-widget .icons {
  padding-right: 5px;
  display: table-cell;
}
.content-organization .content-widget .link {
  color: #737a83;
  display: inherit;
}
.content-organization .content-widget .link:hover {
  color: #00797c;
}
.content-organization .main-list {
  display: table;
  margin: 0 auto;
}
.page-contact-form {
  background-image:url('https://cdn.techstyle.it/20191001094548/www.eicma.it/img/counter-bg-blue.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}


.contact-submit .bottone.btn {
	border: 0px;
background-color: #00797c;
border-radius: 20px;
padding: 10px 15px;
font-family: 'conthraxregular';
position: relative;
text-align: center;
color: #ffffff;
text-transform: uppercase;
font-size: 15px;
display: inline-block;
margin: 10px auto;
width: auto;
}


.contact-submit .bottone.btn:hover {
    transition: 1s;
background-color: #f1b300;
}

.page-contact-form .wrapper-form-images {
  display: inline-block;
  float: right;
}
.page-contact-form .contact-box {
  position: relative;
  z-index: 1;
  padding: 50px 40px;
}
.page-contact-form .contact-wrapper {
  position: absolute;
  padding: 53px 0;
  width: 33%;
  z-index: 2;
}
.page-contact-form .contact-form .form-input::placeholder {
  font-style: italic;
}
.page-contact-map {
  position: relative;
  width: 100%;
  display: table;
}
.page-contact-map .map-block {
  display: table-cell;
  vertical-align: middle;
  padding-top: 0;
}
.page-contact-map .map-block #googleMap {
  height: 520px;
}
.page-contact-map .map-block .wrapper-info {
  background-image: url("../images/background/bg-section-contact-map.jpg");
  width: 100%;
  height: 520px;
  position: absolute;
  z-index: 1;
  background-position: bottom;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: repeat;
}
.page-contact-map .map-block .map-info {
  background-color: rgba(13, 27, 32, 0.8);
}
/*----------  page 404  ----------*/
.page-404 {
  background-image: url("../images/background/bg-section-404.jpg");
}
.page-404:before {
  background-image: url("../images/background/bg-section-404-2.png");
}
.page-404:after {
  background-image: url("../images/background/bg-section-404-1.png");
}
.page-404 {
  width: 100%;
  display: table;
  position: relative;
  color: #fff;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: repeat;
  background-position: bottom;
  height: 100vh;
}
.page-404:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: bottom;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: repeat;
}
.page-404:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-position: bottom;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: repeat;
}
.page-404 .page-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.page-404 .page-clouds-1,
.page-404 .page-clouds-2,
.page-404 .page-clouds-3 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 300%;
  background-repeat: repeat;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.page-404 .page-clouds-1 {
  background-position: center;
  animation: cloud_left_to_right 150s linear infinite;
  -webkit-animation: cloud_left_to_right 150s linear infinite;
  -moz-animation: cloud_left_to_right 150s linear infinite;
  -ms-animation: cloud_left_to_right 150s linear infinite;
  -o-animation: cloud_left_to_right 150s linear infinite;
  background-image: url("../images/background/bg_404_Cloud-1.png");
  z-index: 1;
}
.page-404 .page-clouds-2 {
  z-index: 3;
  background-position: top;
  background-image: url("../images/background/bg_404_Cloud-2.png");
  animation: cloud_right_to_left 250s linear infinite;
  -webkit-animation: cloud_right_to_left 250s linear infinite;
  -moz-animation: cloud_right_to_left 250s linear infinite;
  -ms-animation: cloud_right_to_left 250s linear infinite;
  -o-animation: cloud_right_to_left 250s linear infinite;
}
.page-404 .page-clouds-3 {
  background-position: center;
  animation: cloud_left_to_right 300s linear infinite;
  -webkit-animation: cloud_left_to_right 300s linear infinite;
  -moz-animation: cloud_left_to_right 300s linear infinite;
  -ms-animation: cloud_left_to_right 300s linear infinite;
  -o-animation: cloud_left_to_right 300s linear infinite;
  background-image: url("../images/background/bg_404_Cloud-3.png");
  z-index: 3;
}
.page-404 .img-404 {
  width: 100%;
}
.page-404 .page-content {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
.page-404 .title-1 {
  font-size: 250px;
  font-weight: 500;
  font-family: "Montserrat", arial, serif;
  font-weight: bold;
  line-height: 180px;
  margin-bottom: 50px;
  margin-top: 0;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
}
.page-404 .title-2 {
  position: relative;
  z-index: 3;
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin-top: 0;
  margin-bottom: 50px;
}
.page-404 .btn-transparent {
  color: #fff;
  background: transparent;
}
.page-404 .btn-transparent:hover {
  background-color: #3c3c3c;
  border: 1px solid #3c3c3c;
}
.page-404 .group-button {
  position: relative;
  z-index: 10;
}
/*----------  3.1. Home Page 2  ----------*/
.homepage-02 {
  margin-bottom: -40px;
}
.homepage-02 h1.banner {
  font-weight: 900;
  font-size: 5.14rem;
  line-height: 5.14rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 120px;
  margin-bottom: 10px;
}
.homepage-02 h4.sub-banner {
  font-weight: 500;
  font-size: 1.14rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 50px;
}
/*----------  3.3. Home Page 3  ----------*/
.homepage-03 h1.banner {
  font-weight: bold;
  font-size: 4.29rem;
  line-height: 4.29rem;
  color: #5f7481;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 0;
}
.homepage-03 h4.sub-banner {
  font-weight: normal;
  font-size: 1.14rem;
  line-height: 1.14rem;
  color: #526673;
  letter-spacing: 5px;
  margin-top: 10px;
  margin-bottom: 80px;
}
/*----------  3.2. Flight Results  ----------*/
.flight-result-main .date-selection .btn-wrapper {
  text-align: center;
}
.flight-result-main .date-selection .btn-wrapper .btn-select {
  display: inline-block;
  margin: 30px 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e5e5e5;
  color: #e5e5e5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.flight-result-main .date-selection .btn-wrapper .btn-select:hover {
  color: #00797c;
  border-color: #00797c;
}
.flight-result-main .date-selection .col-md-10 {
  text-align: justify;
  margin-bottom: -20px;
  padding: 0;
}
.result-meta {
  margin-bottom: 30px;
}
.result-meta .result-count-wrapper {
  text-align: center;
  background-color: #fafafa;
  height: 60px;
  line-height: 60px;
}
.result-meta .result-count-wrapper .result-count {
  font-weight: bold;
  font-size: 1.29rem;
}
.result-meta .result-filter-wrapper {
  height: 60px;
  line-height: 60px;
  background-color: #fafafa;
}
.result-meta .result-filter-wrapper .result-filter-label {
  margin-bottom: 0;
  margin-left: 30px;
  font-weight: normal;
}
.result-meta .result-filter-wrapper .selection-bar {
  float: right;
  margin-right: 30px;
  line-height: 1;
}
.result-meta .result-filter-wrapper .selection-bar .select-wrapper {
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
  padding: 15px 0;
  position: relative;
  color: #6e747c;
  font-size: 13px;
  width: 140px;
}
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder {
  position: relative;
  z-index: 11;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  height: 30px;
  border: 1px solid #c7c7c7;
  border-radius: 5em;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  padding-left: 1em;
  padding-right: 2.5em;
  box-shadow: none;
}
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbDisabled,
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbSelector,
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbToggle,
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder a {
  padding: 0;
  height: 30px;
  line-height: 30px;
}
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbDisabled {
  border-bottom: none;
}
.result-meta .result-filter-wrapper .selection-bar .select-wrapper.price {
  width: 160px;
}
.result-meta .result-filter-wrapper .selection-bar:after {
  display: table;
  content: '';
  clear: both;
}
.result-wrapper .slick-prev,
.result-wrapper .slick-next {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  color: #e5e5e5;
  -moz-border-radius: 50%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 30px 0;
}
.result-wrapper .slick-prev:before {
  content: "\f177";
}
.result-wrapper .slick-next:before {
  content: "\f178";
}
.result-wrapper .slick-prev:before,
.result-wrapper .slick-next:before {
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 36px;
  color: #b3b3b3;
}
.result-wrapper .slick-prev {
  left: -65px;
  top: 20px;
}
.result-wrapper .slick-next {
  right: -65px;
  top: 20px;
}
/*----------  3.2. Blog  ----------*/
/* SECTION */
/*----------  3.2.1 Blog Post  ----------*/
.blog-post {
  margin-bottom: 40px;
}
.blog-post:last-child {
  margin-bottom: 0;
}
.blog-post:hover .blog-content {
  background-color: #fff;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.09);
}
.blog-post:hover .blog-image .link img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.blog-post:hover .blog-video .video-bg img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.blog-post .blog-image {
  overflow: hidden;
}
.blog-post .blog-image .link {
  display: block;
}
.blog-post .blog-image img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.blog-post .blog-video .video-bg {
  overflow: hidden;
}
.blog-post .blog-video .video-bg img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.blog-post .blog-video .show-video {
  opacity: 1 !important;
  visibility: visible !important;
}
.blog-post .blog-content {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding: 40px 0;
  background-color: #fafafa;
}
.blog-post .blog-content .content-wrapper {
  padding-left: 0;
}
.blog-post .blog-content:before {
  content: ' ';
  display: table;
}
.blog-post .blog-content .date {
  text-align: center;
  color: #3c3c3c;
}
.blog-post .blog-content .date .day {
  margin: 0;
  font-size: 2.86rem;
  font-weight: 500;
  line-height: 2.86rem;
}
.blog-post .blog-content .date .month {
  font-size: 1.43rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.blog-post .blog-content .date .year {
  font-size: 1.14rem;
}
.blog-post .blog-content .heading {
  color: #3c3c3c;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.43rem;
  display: block;
  line-height: 2rem;
}
.blog-post .blog-content .heading:hover {
  color: #00797c;
}
.blog-post .blog-content .meta-info {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: normal;
}
.blog-post .blog-content .preview {
  color: #737a83;
  margin-bottom: 30px;
}
.blog-post .blog-content .quote-wrapper {
  position: relative;
  border-left: none;
  padding: 0 0 0 60px;
}
.blog-post .blog-content .quote-wrapper:before {
  content: '\f10d';
  position: absolute;
  left: 0;
  color: #dadada;
  font-size: 2.14rem;
}
.blog-post .blog-content .quote-wrapper .quote {
  color: #3c3c3c;
  font-size: 1.43rem;
  display: block;
  margin-bottom: 10px;
  line-height: 2rem;
}
.blog-post .blog-content .quote-wrapper .quote:hover {
  color: #00797c;
}
.blog-post .blog-content .quote-wrapper footer:before {
  content: none;
}
.blog-post .blog-content .quote-wrapper .author {
  color: #3c3c3c;
  font-weight: bold;
  margin-right: 10px;
}
.blog-post .blog-content .quote-wrapper .company {
  color: #81878f;
  font-size: .86rem;
}
.blog-post .blog-content:after {
  content: ' ';
  display: table;
  clear: both;
}
/*=============================
 ======     END PAGE     ======
 =============================*/
/*=============================
 ======      PLUGIN      ======
 =============================*/
/*----------  4.1. jQuery Plugin 1  ----------*/
/*----------  4.1. jQuery Plugin 1  ----------*/
.datepicker {
  z-index: 100 !important;
}
.datepicker .table-condensed {
  table-layout: fixed;
}
.datepicker thead {
  border-bottom: 1px solid #d8dce2;
}
.datepicker thead .dow {
  text-transform: uppercase;
  color: #77858e;
  width: calc(14.28571429%);
  width: -webkit-(14.28571429%);
}
.datepicker thead .datepicker-switch {
  color: #727272;
  font-size: 1.29rem;
  font-weight: 500;
  cursor: default;
}
.datepicker thead .datepicker-switch:hover {
  background-color: transparent;
}
.datepicker thead .next,
.datepicker thead .prev {
  position: relative;
  color: transparent;
}
.datepicker thead .next:hover,
.datepicker thead .prev:hover {
  background-color: transparent;
}
.datepicker thead .next:hover:before,
.datepicker thead .prev:hover:before {
  background-color: #00797c;
}
.datepicker thead .next:before,
.datepicker thead .prev:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: absolute;
  background-color: #e9ebef;
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  top: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.datepicker thead .prev:before {
  content: '\f104';
  right: 50%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
}
.datepicker thead .next:before {
  content: '\f105';
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.datepicker tbody tr {
  line-height: 30px;
}
.datepicker tbody td.day {
  position: relative;
  color: #77858e;
}
.datepicker tbody td.day.new,
.datepicker tbody td.day.old {
  color: #dadada;
}
.datepicker tbody td.day:hover {
  background: none !important;
}
.datepicker tbody td.day:hover:before {
  background-color: #efefef;
}
.datepicker tbody td.day:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transform: translate(-50%, -52%);
  -webkit-transform: translate(-50%, -52%);
  -moz-transform: translate(-50%, -52%);
  -ms-transform: translate(-50%, -52%);
  -o-transform: translate(-50%, -52%);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.datepicker tbody td.day.active,
.datepicker tbody td.day.range,
.datepicker tbody td.day.range-end,
.datepicker tbody td.day.range-start {
  background-color: transparent !important;
  background-image: none !important;
  text-shadow: none !important;
  color: #fff;
}
.datepicker tbody td.day.active:before,
.datepicker tbody td.day.range-end:before,
.datepicker tbody td.day.range-start:before {
  background-color: #00797c;
}
.datepicker tbody td.day.range:before {
  background-color: #eee;
}
/*----------  4.2. jQuery Plugin 2  ----------*/
.sbHolder .sbToggle {
  background-position: 0 -45px;
}
.sbHolder .sbOptions {
  background-color: #fafafa;
}
/*=============================
 ======      PLUGIN      ======
 =============================*/
.title-style-2 span {
  color: #00797c;
}

.h3center {
	text-align: center;
	margin-bottom: 20px !important;
}

.tbianco {
	color: #ffffff !important;
}

.icona {
	position: absolute;
	width: 240px;
	height: 80px;
	left: 145px;
	top: 180px;
}

.timeline-point::before {
	left: 15px !important;
	top: 5px !important;
	width: 200px !important;
}

.timeline-hotel-view .timeline-custom-col.image-col:before {
	top: 214px !important;
    left: -200px !important;
    width: 200px;
}

.timeline-hotel-view .timeline-custom-col.hotels-layout {
    width: 38% ;
}

.timeline-hotel-view .timeline-custom-col {
    margin-left: 0% !important;
}

.timeline-hotel-view .hotels-layout .content-wrapper .content {
    padding: 30px 50px 30px 25px !important;
}
.halftesto {
	width: 555px;
	display: inline-block !important;
	padding: 20px 40px 20px 0;
	text-align:justify;
}
.halfgallery {
	width: 555px;
	display: inline-block !important;
	float: right;
	padding-top: 32px;
}
.wrapper-journey {
	margin-bottom: 40px;
}
#ncamere {
	width: 50px;
}

.corretto {
	color:#009640;
}

.errato {
	color:#e30613;
}


#scroll-down img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    animation-name: move;
    transition: all 0.3s ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    animation-timing-function: linear;
}


@keyframes move {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(22px)
    }

    100% {
        transform: translateY(0)
    }
}

.mesh-container {
    position: absolute;
    z-index: 8000;
    top: auto;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
}

.ricerca {
    width: 100%;
    min-height: 30px;
    position: absolute;
    bottom: 50px;
    background: rgba(15, 30, 45, 0.95);
    z-index: 999;
    padding: 50px 0;
}


.ricerca form#selezione label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}

.ricerca .required {
    color: #00797c;
    padding-left: 5px;
}


.ricerca form#selezione .input-group-addon {
    border-radius: 0px;
}

.ricerca .btn-slide {
    width: 100%;
    height: 50px;
    border: 1px solid #00797c;
    background-color: #00797c;
    border-radius: 0;
    padding: 0 0 0 15px;
    position: relative;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    margin-top: 20px;
}

.ricerca .btn-slide .icons {
    position: absolute;
    left: 1px;
    top: 0;
    bottom: 0;
    padding: 16px 9px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    background-color: #c70202;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.ricerca .btn-slide:hover .icons {
    left: calc(100% - 32px);
    left: -webkit-calc(100% - 32px);
    left: -moz-calc(100% - 32px);
}


.ricerca .btn-slide .text {
    color: #ffffff;
    font-style: inherit;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#slides, #pacchetti{
    position: relative;
    height: auto;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
	width: 100%;
/*	box-shadow: 0px 45px 22px -32px #000000;
	margin-bottom: 30px;*/
}

.slide, .pacchetto{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing{
    opacity: 1;
    z-index: 2;
	position: relative;
}

.slide.showing img, .slide img, .pacchetto.showing img, .pacchetto img {
	width: 100%;
}

.sezione_pacchetti {
	padding: 0;
}

.sezione_pacchetti .col-sm-12 {
    margin: 0;
    padding: 0;
}


.contenuto {
    position: absolute;
    bottom: 35%;
    left: 0;
    text-align: center;
	z-index: 999;
    padding: 0;
    margin: 0;
}

.titolo_sezioni.col-md-12,
.bottone.col-md-12,
.desc.col-md-12 {
	padding: 0 20px;
	width: 100%;
}

.titolo_sezioni p {
	color: #ffffff;
	font-size: 25px;
	font-weight: 800;
	letter-spacing: 0;
	font-family: 'conthraxregular';
	text-transform: uppercase;
	z-index: 1;
	position: relative;
	display: inline-block;
}

.titolo_sezioni p::before {

    position: absolute;
    content: "";
    bottom: 0px;
    left: -10px;
    width: 100%;
    height: 6px;
    background-color: #075962;
    z-index: -1;

}

.desc p {
  color: #ffffff;
}

.desc p em {
  display:block;
  font-family: 'conthraxregular';
  font-size: 14px;
}

.bottone .btn {
	border: 0px;
background-color: #00797c;
border-radius: 20px;
padding: 10px 15px;
font-family: 'conthraxregular';
position: relative;
text-align: center;
color: #ffffff;
text-transform: uppercase;
font-size: 15px;
display: inline-block;
margin: 10px auto;
width: auto;
}


.bottone .btn:hover {
    transition: 1s;
background-color: #f1b300;
}


.titolo_sezioni .btn-slide .text {
    color: #ffffff;
    font-style: inherit;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.over {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: rgba(15, 30, 45, 0.8);
    left: 0;
    z-index: 1;
    margin-left: 0;
    margin-right: 0;
}


.special-offer-layout .btn {
border: 0px;
background-color: #00797c;
border-radius: 25px;
padding: 10px 15px;
position: relative;
text-align: center;
color: #ffffff;
text-transform: uppercase;
font-size: 15px;
margin: 30px;
width: auto;
font-family: 'conthraxregular';
}


.special-offer-layout .btn:hover {
    transition: 1s;
    background-color: #f1b300;
}

.special-offer-layout .tours-layout .content-wrapper > .content .title {
    margin-bottom: 0;
}


.motociclista {
	max-width: 435px;
	margin-left: auto;
	margin-right: auto;
}

.risultato {
	color: #ffffff;
	background-image: url(http://www.pveventi.it/eicma_booking/assets/images/background/risultato.jpg);
	background-position: center center;
	min-height: 348px;
	background-size: cover;
	padding: 22px 0 30px 95px;
}

.risultato .numero_hotel {
	position: absolute;
    margin-top: 60px;
    font-size: 45px;
}

.risultato .dicitura {
	position: absolute;
	margin-top: 20px;
margin-left: 180px;
	font-size: 25px;
}

.cerca-hotel h2,
.filtri h2,
.filtri2 h2{
	/*! text-shadow: 2px 2px 2px #000000; */
	font-family: 'conthraxregular';
	text-transform: uppercase;
	font-size: 16px;
  z-index: 1;
  position: relative;
  display: inline-block;
	color: #fff;
	margin: 10px 7px;
}

.filtri h2::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: -10px;
    width: 100%;
    height: 6px;
    background-color: rgba(15, 30, 45, .3);
    z-index: -1;

}

.filtri2 h2::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: -10px;
    width: 100%;
    height: 6px;
    background-color: rgba(0,121,124,.3);
    z-index: -1;

}

.cerca-hotel h2::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: -10px;
    width: 100%;
    height: 6px;
    background-color: #075962;
    z-index: -1;

}

.cerca-hotel {
	background-color: #0f1e2d;
	padding: 10px 15px;
	color: #ffffff;
	/*! background-image: url(http://www.pveventi.it/eicma_booking/assets/images/background/background_cerca.jpg); */
    /*! background-position: bottom center; */
	/*! -webkit-box-shadow: 0px 16px 12px -6px rgba(50, 50, 50, 0.85); */
	/*! -moz-box-shadow: 0px 16px 12px -6px rgba(50, 50, 50, 0.85); */
	/*! box-shadow: 0px 16px 12px -6px rgba(50, 50, 50, 0.85); */
	/*! background-size: cover; */
}

.cerca-hotel .btn-slide .icons {
    color: #ffffff;
    background-color: #C61C1F;
}

.cerca-hotel h2 i {
border: 2px solid #ea2001;
border-radius: 500px;
padding: 13px 15px;
margin-right: 10px;
box-shadow: 4px 2px 3px #000000;
background-color: rgba(0,0,0,0.48);
}

.cerca-hotel .btn-slide:before {
    color: #ffffff;
	font-weight: bold;
}

.cerca-hotel .btn-slide {
    border: 1px solid #ffffff;
    background-color: #cccccc;
}

.cerca-hotel label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	font-weight: 100 !important;
}

.cerca-hotel label .required {
	color:#ea2001;
}
.cerca-hotel .margin-bottom10 {
	margin-bottom:10px;
}

.margin-top60 {
	margin-top:60px
}

.margin-bottom60 {
	margin-bottom:60px
}
.cerca-hotel .stars { display: none;}


.cerca-hotel .controls label{
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.cerca-hotel .input-group {
    width: 100%;
}

.text_stay {
    background-color: #febb02;
    color: #ffffff;
    padding: 5px;
    margin: 5px 0;
    border-radius: 3px;
}

.cerca-hotel #ricerca,
.cerca-hotel #cancel {
   margin-bottom: 20px;
    font-size:12px !important;
}

.cerca-hotel #ricerca .icons,
.cerca-hotel #cancel .icons {
    top: 4px !important;
    padding: 15px !important;
    bottom: auto !important;
}

.cerca-hotel #ricerca.btn-slide:hover .icons,
.cerca-hotel #cancel.btn-slide:hover .icons {
    left: calc(100% - 43px) !important;
    left: -webkit-calc(100% - 43px) !important;
    left: -moz-calc(100% - 43px) !important;
}

#selezione .btn-slide {
    width: 100%;
    height: 50px;
    border: 0px;
    background-color: #00797c;
    border-radius: 0;
    padding: 0;
    position: relative;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    margin-top: 20px;
	border-radius: 25px;
	font-family: 'conthraxregular';
}

#selezione .btn-slide .icons {
    position: absolute;
    left: 1px;
    top: 0;
    bottom: 0;
    padding: 17px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #f1b300;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#selezione .btn-slide:hover .icons {
    left: calc(100% - 50px);
    left: -webkit-calc(100% - 50px);
    left: -moz-calc(100% - 50px);
}


#selezione .btn-slide .text {
    color: #ffffff;
    font-style: inherit;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#selezione .form-group2, .filtri .form-group2 {
	margin-bottom:10px;
}

.filtri .stars {
	top:0;
    position: absolute;
    left: 35px;
    width: 102px;

}

.filtri .radio-btn-wrapper {
	margin-bottom: 7px;
}

.filtri {
    display: block;
    border: 0px;
    margin-top: 20px;
    padding: 10px 15px;
    background: #00797c;
}


.filtri .control-label {
	color:#ffffff;
}


.filtri2 {
    display: block;
    margin-top: 20px;
    padding: 10px 15px;
    background: #f1b300;
}

.filtri2 .desc {
    background: rgba(255,255,255,.6);
    margin: 0;
    padding: 7px;
}

.filtri2 h3.tit {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: #0f1e2d;
  font-family: 'conthraxbold';
}

.filtri2 h4.subtit {
    margin: 0;
    color: #00797c;
    font-size: 12px;
    font-weight: 600;
  font-style:italic;
  font-family:'conthraxregular';
}

.filtri2 p.test {
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    margin: 10px 0;
  color:#000000;
}

.filtri2 .btn {
    border: 0;
    background-color: #00797c;
    border-radius: 20px;
    padding: 7px;
    position: relative;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin: 0;
    width: 100%;
  font-family: 'conthraxregular';
}

.filtri2 .btn:hover{
transition: 1s;
background-color: #f1b300;
}
.bordatura .tours-layout .title a.title {
    margin-bottom: 0;
    display: block;
    font-size: 20px;
    color: #000000;
    padding: 10px 0;
    font-weight: 600;
}

.bordatura .tours-layout .title a.title:hover {
    color: #00797c;
}


.bordatura .btn {
    border: 0;
    background-color: #00797c;
    border-radius: 25px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    margin: 0;
    width: auto;
  font-family: 'conthraxregular';
}


.bordatura .btn:hover {
    transition: 1s;
background-color: #f1b300;
}

span.euro {
    font-size: 20px;
    color: #454545;
}


.contact-us-widget.widget.allert {
	border: 1px solid #e0071b;
    border-radius: 3px;
    background: #e0071b;
}

.contact-us-widget.widget.allert .content-widget {
	margin-left: 40px;
	background: #ffffff;
	padding: 30px 10px;
}

.contact-us-widget.widget.allert .content-widget h4 {
	margin: 0 0 15px 0;
	color: #e0071b;
	font-family: 'conthraxbold';
	text-transform: uppercase;
}

.contact-us-widget.widget.allert .info-list ul li {
	padding: 0px;
}

.contact-us-widget.widget.allert p {
    margin: 0px;
}

#date, #numero-camere, #camera-1, #camera-2, #camera-3, #camera-4, #distanzaSelect {
    font-size: 12px;
}

.contact-us-widget.widget.allert::before {
	font-family: "FontAwesome";
    content: "\f071";
    position: absolute;
    width: 40px;
    text-align: center;
    top: 26%;
    color: #ffffff;
    font-size: 20px;
}

.paginazionexpg {
    width: 100%;
    text-align: right;
    font-size: 12px;
    margin-bottom: 15px;
}

#numerohotel {
    width: 50px;
    height: 30px;
    background: #f7f7f7;
    border: 1px solid #cccccc;
    border-radius: 3px;
	margin-left: 5px;
}

.gallery, .int_hotel {
	width: 100%;
	margin-top:40px;
}

h3.titolo_hotel {
    color: #0f1e2d;
    padding: 5px 0;
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #0f1e2d;
    font-family: 'conthraxregular';
}

h4.titolo_prezzo {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
}

.sezione_compra {
    width: 100%;
    padding: 15px;
    background: rgba(15, 30, 45, 0.2);
    border: 0;
    border-radius: 0;
	margin-top: 30px;
}

.sezione_disponibilita{
    padding: 10px;
    width: 100%;
	margin-top: 55px;
}

.sezione_compra .title .price {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    background: #0f1e2d;
    padding: 5px;
    border: 1px solid #0f1e2d;
    border-radius: 3px;
    margin-left: 10px;
    font-family: 'conthraxregular';
}

.sezione_compra .title .price span.euro {
    font-size: 20px;
    color: #ffffff;
    padding-right: 10px;
}

.sezione_compra .btn, .sezione_disponibilita .btn {
    border: 0;
    background-color: #00797c;
    border-radius: 25px;
    padding: 7px;
    position: relative;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    margin: 10px auto;
    width: 100%;
    font-family: 'conthraxregular';
}

.sezione_compra .btn:hover, .sezione_disponibilita .btn:hover {
    transition: 0.5s;

background: #f1b300;
}


.text.white {

    font-size: 17px;
    color: #fff;

}




@media screen and (max-width:1770px){
	
.banner-sale-1 .title-box .title-overlay.title-1 {
  font-size:40px;
padding: 60px 10px 0 10px;
}
	
	.banner-sale-1 .title-box .title-overlay.title-2 {
  font-size:40px;
padding: 0px 10px 0 10px;
}
	
.banner-sale-1 .title-box .title-overlay.title-3 {
  font-size:40px;
padding: 0px 10px 60px 10px;
}
  
}

@media screen and (max-width:1400px){
	
	
.slider-titolo {
	font-size: 50px;
}	
	
	
.titolo_sezioni p {
    font-size: 15px;
	font-weight: 300;
}	
	
.titolo_sezioni p::before {
	bottom: 3px;
}
	
.contenuto {
	bottom: 31%;
}
	
	
.bottone .btn {
	font-size: 10px;
}
	
.desc.col-md-12 {

    padding: 0 40px;

}
	

}

@media screen and (max-width:1024px){
	
.menu {
    top: 20px;
    left: 25px;
	}

.nav-19-dark {
    max-width: 320px;
    min-width: 150px;
}

.nav-19-container {
    padding: 10px 0px 10px 50px;
}
	
.nav-19-list .dropdown .dropdown-menu {
	left: 320px;
}
	
li.dropdown:hover .dropdown-menu li a:hover,
li.dropdown:hover .dropdown-menu li:hover a,
li.dropdown:active .dropdown-menu li a:active,
li.dropdown:active .dropdown-menu li:active a,
li.dropdown:focus .dropdown-menu li a:focus,
li.dropdown:focus .dropdown-menu li:focus a {
    transition: 0.5s;
    color: #f1b300 !important;
    background: rgba(0,0,0,0);
}

}


@media screen and (max-width:991px){
	
	
.slider-titolo {
	display: none;
}	
	
.contenuto {
    display: block;
    width: 100%;
}

}


@media screen and (max-width:768px){

.Icona {
    position: relative;
    display: block;
    width: 60px;
    height: 30px;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.menu {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 20px 10px;
    background: rgba(0,0,0,.3);
}
	
.Logo {
    height: 55px;
    width: 45px;
    display: inline-block;
    margin: 0 20px;
}
	
	
.ricerca {
    bottom: 0;
    padding: 10px 0;
	background: rgba(15, 30, 45, 0.7);
}

.nav-19-list .dropdown .dropdown-menu {
	padding: 270px 0 5px 0;
}	
	
	
.banner-sale-1 .banner-left {
    display: none;
}
	

}



@media screen and (max-width:767px){

.nav-19-dark {
    max-width: 100%;
}
.nav-19-container {
    padding: 30px;
}
	
.nav-19-list .dropdown .dropdown-menu {
	padding: 5px 0;
}		
.nav-19-list .dropdown:hover .dropdown-menu {

    position: relative;
    width: 100%;
    left: inherit;
    margin: 20px 0;

}	
	
	
	.nav-19.nav-19-dark.visible{
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
		overflow-y: scroll;
	
	}
	
.desc.col-md-12 {

    display: none;

}	
	
.contact-box .title {
	font-size: 15px;
	}

}

