/*
	Theme Name: Travel Chillers
	Theme URI: http://spiritnoise.com/
	Author: Shobhit Verma
	Description: Custom theme for Travel Chillers website
	Author URI: https://www.linkedin.com/in/shobhit-verma-26148194
	Template: twentynineteen
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,input,textarea{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	box-sizing:border-box;
	font-family: 'Open Sans', sans-serif;
}
*{
	box-sizing:border-box;
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden !important;
}

input{
	-webkit-appearance: none;
	-webkit-border-radius:0;
    border-radius: 0;
}
html{
	position: relative;
}
body{
	font-weight: 400;
    font-size: 0.9em;
    line-height: 193%;
    overflow: auto;
    overflow-x: hidden;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}
h1{
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 20px;
}
h2{
	font-size: 36px;
	font-weight: 400;
	color: #13417E;
	margin-bottom: 30px;
}
h3{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}
h4{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: 400;
}
p{
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 15px;
	color: #333333;
}
img{
	max-width: 100%;
	height: auto;
}
iframe{
	max-width: 100%;
}
#page {
    position: relative;
    overflow: hidden;
}
.wrapper{
	max-width: 1100px;
	width: 100%;
	padding: 0px 20px;
	margin: 0px auto;
}
.wrapper:after{
	content: "";
	clear: both;
	display: block;
}
/*hedaer*/
#masthead{
	width: 100%;
	position: relative;
	padding: 10px 0px 20px 0px;
	z-index: 999;
}
.home #masthead {
	position: absolute;
}
#masthead .wrapper{
	position: relative;
}
.home-link{
	width: 220px;
    height: 65px;
    display: block;
}
.site-title{
	width: 220px;
	height: 65px;
	margin: 0px;
	text-indent: -9999px;
	background-image: url("images/tc-logo.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
}
.home .home-link{
	display: none;
}
#navbar{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 20px;
	background-color: rgba(239,65,54,0.9);
	display: none;
	overflow: auto;
}
.navigation-top{
	padding-top: 200px;
	background-image: url("images/travel-chillers-logo_w.png");
	background-repeat: no-repeat;
	background-position: center 45px;
	background-size:150px;
}
#navbar ul{
	list-style-type: none;
	text-align: center;
}
#navbar .navigation-top li{
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#navbar .navigation-top li:after{
	content: "";
	display: block;
	width: 150px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0px;
	left: -50%;
	right: -50%;
	margin: 0px auto;
}
#navbar .navigation-top li:last-child:after{
	display: none;
}
#navbar .navigation-top li a{
	color: #ffffff;
	font-size: 38px;
	line-height: 42px;
	font-weight: 700;
}
.main-menu-more{
	display: none;
}

.menu-button {
    -webkit-transition: all .5s cubic-bezier(.7,0,.3,1);
    -moz-transition: all .5s cubic-bezier(.7,0,.3,1);
    -o-transition: all .5s cubic-bezier(.7,0,.3,1);
    transition: all .5s cubic-bezier(.7,0,.3,1);
    width: 34px;
    height: 34px;
    position: absolute;
    top: 18px;
    right: 50px;
    z-index: 10;
    cursor: pointer;
}
.menu-button .lines {
    transition: all .3s cubic-bezier(.7,0,.3,1);
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #808285;
    display: block;
    top: 50%;
    margin-top: -2px;
}
.menu-button .lines:after, .menu-button .lines:before {
    transition: all .3s cubic-bezier(.7,0,.3,1);
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #808285;
    display: block;
    content: '';
}
.menu-button.toggle .lines:before,
.menu-button.toggle .lines:after{
	background-color: #ffffff;
}
.home #masthead .menu-button .lines,
.home #masthead .menu-button .lines:before,
.home #masthead .menu-button .lines:after{
	background-color: #ffffff;
}

.menu-button .lines:before {
    top: -10px;
}
.menu-button .lines:after {
    top: 10px;
}
.menu-button .lines, .menu-button .lines:after, .menu-button .lines:before {
    -webkit-transition: all .3s cubic-bezier(.7,0,.3,1);
    -moz-transition: all .3s cubic-bezier(.7,0,.3,1);
    -o-transition: all .3s cubic-bezier(.7,0,.3,1);
}
.menu-button.toggle {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.toggle .lines {
    background-color: transparent!important;
}
.menu-button.toggle .lines:after, .menu-button.toggle .lines:before {
    top: 0;
}
.menu-button.toggle .lines:before {
    -webkit-transform: translateY(0)rotate(-45deg);
    -moz-transform: translateY(0)rotate(-45deg);
    -o-transform: translateY(0)rotate(-45deg);
    -ms-transform: translateY(0)rotate(-45deg);
    transform: translateY(0)rotate(-45deg);
}
.menu-button.toggle .lines:after {
    -webkit-transform: translateY(0)rotate(45deg);
    -moz-transform: translateY(0)rotate(45deg);
    -o-transform: translateY(0)rotate(45deg);
    -ms-transform: translateY(0)rotate(45deg);
    transform: translateY(0)rotate(45deg);
}

.menu-button:hover .lines:before {
    -webkit-transform: translateY(-2px)rotate(0);
    -moz-transform: translateY(-2px)rotate(0);
    -o-transform: translateY(-2px)rotate(0);
    -ms-transform: translateY(-2px)rotate(0);
    transform: translateY(-2px)rotate(0);
}
.menu-button:hover .lines:after {
    -webkit-transform: translateY(2px)rotate(0);
    -moz-transform: translateY(2px)rotate(0);
    -o-transform: translateY(2px)rotate(0);
    -ms-transform: translateY(2px)rotate(0);
    transform: translateY(2px)rotate(0);
}

.menu-button.toggle:hover .lines:before {
    -webkit-transform: translateY(0)rotate(-55deg);
    -moz-transform: translateY(0)rotate(-55deg);
    -o-transform: translateY(0)rotate(-55deg);
    -ms-transform: translateY(0)rotate(-55deg);
    transform: translateY(0)rotate(-55deg);
}
.menu-button.toggle:hover .lines:after {
    -webkit-transform: translateY(0)rotate(55deg);
    -moz-transform: translateY(0)rotate(55deg);
    -o-transform: translateY(0)rotate(55deg);
    -ms-transform: translateY(0)rotate(55deg);
    transform: translateY(0)rotate(55deg);
}

#navbar .social-media{
	padding: 40px 0px;
}
#navbar .social-media li{
	display: inline-block;
	margin-right: 10px;
}
#navbar .social-media li:last-child{
	margin-right: 0px;
}
#navbar .social-media li a{
	color: #ffffff;
	font-size: 24px;
}
.overflow-hidden{
	overflow: hidden !important;
}
/*main*/
#main {
    min-height: 500px;
}
.title{
	font-size: 24px;
	text-align: center;
	color: #000000;
}
.top-header {
    height: 450px;
    position: relative;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.top-header:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(64%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);;
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);;
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 64%, rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.top-header .entry-title{
	max-width: 650px;
    width: 100%;
    padding: 0px 20px;
    position: absolute;
    bottom: 20px;
    left: -50%;
    right: -50%;
    margin: auto;
    text-align: center;
    font-size: 58px;
    line-height: 64px;
    z-index: 1;
}
.entry-title{
	color: #6EAFE4;
	text-transform: uppercase;
}
.entry-content {
    max-width: 650px;
    margin: 0px auto 50px auto;
    text-align: center;
}
.entry-content ul,
.entry-content ol{
	padding-left: 20px;
	text-align: left;
	margin-bottom: 15px;
}
.sub-text{
	max-width: 650px;
    margin: 50px auto;
    text-align: center;
}
.img-col {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.img-col img{
	display: none;
}
/*home*/
.home-main-section{
	position: relative;
	line-height: 100%;
}
.home-main-section:after{
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(64%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);;
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);;
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 64%, rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.h-main-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    padding-top: 130px;
    bottom: 0px;
}
.home-main-section img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.h-logo-container{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color: rgba(0,0,0,0.25);
}
.h-logo-container .logo-col{
	max-width: 420px;
	width: 100%;
	margin: 0px auto 20px auto;
}
.h-logo-container h2{
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 7px;
	color: #ffffff;
}
.home-main-section .arrow{
	width: 100%;
	position: absolute;
	bottom: 30px;
}
.home-main-section .arrow img{
	max-width: 193px;
	width: 100%;
}
.home-sections .home-entry-content{
	max-width: 680px;
	width: 100%;
	margin: 0px auto;
	padding: 50px 20px 80px 20px;
	font-size: 20px;
	line-height: 28px;
}
.home-sections .h-f-section {
	padding: 40px 0px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.home-sections .h-f-section .wrapper{
	position: relative;
	z-index: 1;
}

.home-sections .h-f-section:after{
	 content: "";
	 position: absolute;
	 top: 0px;
	 width: 60%;
	 height: 100%;
	 background-color: #ffffff;
	 z-index: 0;
}
.home-sections .h-f-section .text-col{
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	width: 100%;
	padding-bottom: 150px;
	background-repeat: no-repeat;
}
.h-f-section .text-col h2{
	font-size: 88px;
	line-height: 80px;
	font-weight: 800;
	margin-bottom: 15px;
}
.h-f-section .text-col h2 span{
	font-size: 62px;
}
.h-f-section .text-col h3{
	color: #808080;
	font-weight: 800;
	letter-spacing: 5px;
}
.h-f-section .text-col p{
	max-width: 350px;
	width: 100%;
}
#h-f-section-1 .text-col{
	float: left;
	padding-top: 220px;
	background-image: url("images/arrow-2.png");
	background-position: 55px 0px;
}
#h-f-section-2 .text-col{
	float: right;
	padding-top: 170px;
	background-image: url("images/arrow-3.png");
	background-position: 30px 0px;	
}
#h-f-section-2 .text-col h2{
	line-height: 62px;
}
#h-f-section-3 .text-col{
	float: left;
	padding-top: 190px;
	background-image: url("images/arrow-4.png");
	background-position: 10px 0px;
}
#h-f-section-4 .text-col{
	max-width: 863px;
	width: 100%;
	float: none;
	margin: 0px auto;
	padding-top: 120px;
	background-image: url("images/arrow-5.png");
	background-position: center 0px;
}
#h-f-section-4 .text-col h3{
	text-align: center;
}
#h-f-section-5 .text-col{
	padding: 50px 0px 100px 0px;
	float: right;
}
#h-f-section-1 .text-col h2{color: #F2B181;}
#h-f-section-2 .text-col h2{color: #77B6EA;}
#h-f-section-3 .text-col h2{color: #DF9D69;}
#h-f-section-4 .text-col h2{color: #77B6EA;}
#h-f-section-5 .text-col h2{color: #3894E2;}

#h-f-section-1:after,
#h-f-section-3:after{
	left: 0px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 66%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(66%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 66%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 66%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 66%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 66%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	filter: none;
}
#h-f-section-2:after{
	right: 0px;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(34%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	filter: none;
}
#h-f-section-4:after{
	width: 100%;
	height: 50%;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(49%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	filter: none;
}
#h-f-section-5:after{
	display: none;
}

.explore-button{
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	padding: 5px 30px;
	border: 1px solid #EF4136;
	border-radius: 15px;
	display: inline-block;
	margin-top: 15px;
	background-color: #ffffff;
}
.explore-button:hover, .explore-button:focus{
	color: #666666;
}

.our-affiliations{
	padding-top: 50px;
}
.our-affiliations .inner-wrapper{
	padding: 0px 30px;
}
.bx-wrapper{
	border: none;
	box-shadow: 0px 0px 0px transparent;
}
ul.affiliation-slider li{
	text-align: center;
}
.affiliation-slider li img{
	display: inline-block;
}
.bx-wrapper .bx-controls-direction a{
	text-indent: 0px;
	font-size: 32px;
	color: #13417E;
}
.our-affiliations .bx-wrapper .bx-prev{
	left: -30px;
}
.slider-container .bx-wrapper .bx-next{
	right: -30px;
	text-align: right;
}
.bx-wrapper .bx-controls-direction a{
	text-indent: 0px;
	font-size: 32px;
}
/*destination*/
.destinations-container{
	padding: 10px 10px 0px 10px;
	background-color: #f5f5f5;
}
.destinations-container .row{
	margin-right: -5px;
	margin-left: -5px;
}
.destinations-container .col-xs-3{
	padding: 0px 5px;
	margin-bottom: 10px;
}
.destination-col{
	position: relative;
}
.destination-col h3{
	width: 100%;
	height: 30px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: -50%;
	bottom: -50%;
	left: 0px;
	margin: auto 0px;
}
/*single destination*/
.featured-images .image-col{
	width: 100%;
	height: 420px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.featured-images .image-col img{
	display: none;
}
.destination-attractions{
	text-align: center;
	margin-top: 50px;
}
.about-attractions{
	max-width: 650px;
	width: 100%;
	margin: 0px auto 50px auto;
}
.attractions-images .img-col{
	height: 250px;
}
.send-query {
	margin: 40px 0px;
}
.send-query span{
	font-size: 14px;
    line-height: 18px;
    padding: 5px 45px;
    color: #EF4136;
    border: 1px solid #999999;
    border-radius: 15px;
}
.related-tours h2{
	/*text-align: center;*/
}
/*tours*/
.tours-container .tour-col{
	background-color: #f2f2f2;
	color: #666666;
	margin-bottom: 30px;
}
.tours-container .img-col{
	height: 200px;
}
.tours-container .tour-col .text-col{
	padding: 10px;
}
.tours-container .tour-col .text-col h3{
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	min-height: 44px;
	margin-bottom: 5px;
	color: #666666;
}
.t-meta:after{
	content: "";
	clear: both;
	display: block;
}
.t-meta .days-duration{
	float: left;
}
.t-meta .price{
	float: right;	
	color: #EF4136;
	font-size: 18px;
	font-weight: 700;
}
/*tours single*/
.tour-meta{
	margin-bottom: 30px;
}
.tour-meta span{
	font-size: 18px;
}
.tour-meta span.total-days{
	color: #666666;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #666666;
}
.tour-meta span.price{
	font-weight: 700;
	color: #EF4136;
}
.tour-tabs{
	line-height: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #6EAFE4;
}
.tour-tabs span{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin-right: 15px;
	position: relative;
	padding: 10px 0px;
	display: inline-block;
	cursor: pointer;
}
.tour-tabs .active{
	font-weight: 700;
}
.tour-tabs .active:after{
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0px;
	bottom: -5px;
	background-color: #6EAFE4;
}
.tour-plan{
	display: none;
}
.tour-plan .day{
	position: relative;
	padding-left: 65px;
	padding-top: 5px;
	padding-bottom: 40px;
}
.tour-plan .day:after{
	content: "";
	clear: both;
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 20px;
	background-color: #6EAFE4;
}
.tour-plan .day:last-child:after{
	display: none;
}
.tour-plan .day span.day-no{
	width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    padding: 5px 0px;
    display: block;
    border-radius: 50%;
    background-color: #6EAFE4;
    z-index: 1;
}
.tour-plan .day h3{
	margin-bottom: 5px;
}
.tour-plan .day p{
	font-size: 14px;
}
.tour-plan .day p:last-child{
	margin-bottom: 0px;
}
.bool-tour-form .c-field input,
.bool-tour-form .c-field textarea{
	width: 100%;
	border-bottom: 1px solid #6EAFE4;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.bool-tour-form .c-field textarea{
	height: 120px;
}
.bool-tour-form .submit input{	
	width: 100%;
	border-radius: 15px;
	color: #ffffff;
	background-color: #EF4136;
}
.tour-addon-details{
	margin: 30px 0px;
}
.tour-addon-details > div {
    border-top: 2px dashed #6EAFE4;
    padding-top: 30px;
}
.tour-addon-details > div > h3{
	font-size: 20px;
}
.tour-addon-details > div > h3 i{
	color: #6EAFE4;
	margin-right: 10px;
}
.tour-addon-details ul,
.tour-addon-details ol{
	padding-left: 35px;
	margin-bottom: 30px;
}
.tour-addon-details li{
	font-size: 14px;
    font-weight: 300;
    color: #333333;
}
.tour-gallery .img-col{
	height: 200px;
}
.tour-gallery .bx-wrapper .bx-controls-direction a{
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	background-color: #6EAFE4;
}
.tour-gallery .bx-wrapper .bx-prev{
	left: 0px;
	text-align: left;
	padding-left: 10px;
}
.tour-gallery .bx-wrapper .bx-next{
	right: 0px;
	text-align: right;
	padding-right: 10px;
}

.tour-customization h3{
	font-size: 32px;
	line-height: 36px;
	color: #EF4136;
	font-weight: 700;
}
.tour-customization .button{
	width: 100%;
	text-align: center;
	color: #EF4136;
    padding: 2px 20px;
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #b1b1b1;
    border-radius: 15px;
    cursor: pointer;
}
/*travel assistance*/
.travel-assistance-container .row{
	margin-bottom: 30px;
}

/*blog*/
.blog-col .img-col{
	height: 400px;
}
.blog-col .text-col{
	position: relative;
	padding: 20px 0px 50px 85px;
}
.blog-col .text-col h3{
	font-weight: 700;
	margin-bottom: 10px;
}
.blog-col .text-col .date{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	left: 0px;
	padding: 10px 0px;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	background-color: #6EAFE4;
}
.blog-col .text-col .date span{
	font-size: 20px;
	line-height: 20px;
	display: block;
}
.blog-col .text-col .date span:nth-child(2){
	font-size: 18px;
	font-weight: 400;
}
.blog-col .text-col .comments-count{
	color: #999999;
}
.blog-col .text-col .comments-count i{
	margin-right: 5px;
	color: #EF4136;
}
.blog-col .text-col  .share-blog a{
	font-size: 14px;
	color: #EF4136;
	margin-right: 5px;
}
/*contact page*/
.contact-container .contact-details p {
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 50px;
}
.contact-container .contact-details p i {
    width: 30px;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 6px;
    padding-right: 10px;
    border-right: 1px solid #000000;
}
.contact-container .contact-details .aus{
	margin-top: 30px;
}
.contact-container .c_field input,
.contact-container .c_field textarea{
	width: 100%;
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cccccc;
}
.contact-container .c_field textarea{
	height: 120px;
}
.contact-container .submit input{
	width: 100%;
	text-align: center;
	border-radius: 15px;
	border: 1px solid rgb(239, 65, 54);
}

/*contact form popup*/
.c-form-popup-container{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding: 0px 20px;
	overflow: auto;
	background-color: rgba(255,255,255,0.9);
	z-index: 999;
	display: none;
}
.c-form-popup{
	max-width: 600px;
	width: 100%;
	margin: 100px auto 50px auto;
	padding: 50px;
	position: relative;
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.c-form-popup h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #666666;
}
.c-form-popup .c_field input,
.c-form-popup .c_field textarea{
	width: 100%;
	margin-bottom: 30px;
	padding: 0px 0px 5px 30px;
	border-bottom: 1px solid #f9bbac;
}
.c-form-popup .c_field textarea{
	height: 120px;
	resize: vertical;
}
.c-form-popup .submit{
	text-align: center;
}
.c-form-popup .submit input{
	color: #666666;
	padding: 5px 60px;
	margin-bottom: 15px;
	display: inline-block;
	border: 1px solid #f9bbac;
	border-radius: 15px;
	cursor: pointer;
}
.c-form-popup .close {
    position: absolute;
    top: -10px;
    right: -10px;
}
/*footer*/
#colophon{
	margin-top: 50px;
	background-image: url("images/travel-chillers-footer-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.footer-container{
	padding: 50px 0px 10px 0px;
}
#colophon h2{
	font-size: 18px;
	margin-bottom: 20px;
}
#colophon,#colophon h3, #colophon h2, #colophon p, #colophon a{
	color: #ffffff;
}
#colophon .widget-column:after{
	content: "";
	clear: both;
	display: block;
}
#colophon .widget-column section{
	width: 33.33%;
	float: left;
}
#colophon .widget-column section:first-child{
	padding-top: 160px;
	padding-right: 50px;
	background-repeat: no-repeat;
	background-size: 160px;
	background-image: url("images/travel-chillers-logo_w.png");
}
#colophon .widget-column section:first-child p{
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}
#colophon .widget-column section:nth-child(2) p{
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 50px;
}
#colophon .widget-column section:nth-child(2) p i{
	width: 30px;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 6px;
	padding-right: 10px;
	border-right: 2px solid #ffffff;
}
#colophon .widget-column section:nth-child(2) h3{
	margin-bottom: 10px;
}
#colophon .widget-column section:nth-child(2) .aus{
	margin-top: 30px;
}
#colophon  .write-us-button{
	color: #ffffff;
	padding: 5px 60px;
	margin-bottom: 15px;
	display: inline-block;
	border:1px solid #ffffff;
	border-radius: 15px;
	cursor: pointer;
}
#colophon .social-media li {
	font-size: 24px;
	margin-right: 10px;
}
#colophon li{
	list-style-type: none;
	display: inline-block;
}
.site-info{
	text-align: center;
	margin-top: 45px;
}
.site-info p{
	font-size: 12px;
	margin-bottom: 0px;
}	

/*responsive*/
@media(max-width: 1200px){
	.logo-col img{
		width: 320px;
	}
	.home-main-section .arrow img{
		width: 80px;
	}
	.h-logo-container h2{
		font-size: 26px;
		letter-spacing: 5px;
	}
}
@media(max-width: 768px){
	/*header*/
	.menu-button{
		right: 20px;
	}
	#navbar .navigation-top li a{
		font-size: 24px;
		line-height: 28px;
	}
	p{
		font-size: 14px;
		line-height: 19px;
	}
	/*home*/
	.logo-col img{
		width: 250px;
	}
	.h-logo-container h2{
		font-size: 20px;
	}
	#h-f-section-1 .text-col{
		padding-top: 150px;
		background-size: 200px;
	}
	#h-f-section-2 .text-col{
		background-size: 200px;
		padding-top: 125px;
	}
	#h-f-section-3 .text-col{
		padding-top: 130px;
		background-size: 110px;
	}
	#h-f-section-4 .text-col{
		padding-top: 85px;
		background-size: 70px;
	}

	.home-sections .home-entry-content{
		font-size: 16px;
		line-height: 24px;
	}
	.h-f-section .text-col h2{
		font-size: 52px;
		line-height: 50px;
	}
	#h-f-section-2 .text-col h2{
		line-height: 32px;
	}
	.h-f-section .text-col h2 span{
		font-size: 32px;
	}
	/*destination*/
	.destinations-container .col-xs-3{
		width: 50%;
	}
	.featured-images .image-col{
		height: 300px;
	}

	/*footer*/
	#colophon .widget-column section{
		width: 100%;
		margin-bottom: 30px;
	}
	#colophon .widget-column section:first-child p{
		max-width: 480px;
	}
	#colophon .widget-column section:nth-child(2) p{
		margin-bottom: 15px;
	}
}

@media(max-width: 640px){
	.home-main-section{
		min-height: 600px;
		overflow: hidden;
	}
	.home-main-section > img{
		max-width: inherit;
		width: auto;
		min-height: 600px;
		position: absolute;
		top: 0px;
		left: -50%;
		right: -50%;
		margin: 0px auto;
	}
	.h-logo-container h2{
		font-size: 18px;
		letter-spacing: 3px;
	}

	.home-sections .h-f-section:after,
	#h-f-section-1:after, #h-f-section-2:after, #h-f-section-3:after,#h-f-section-4:after{
		width: 100%;
		height: 100%;
		display: block;
	    background: rgba(255,255,255,0);
	    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 23%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
	    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(23%, rgba(255,255,255,0)), color-stop(53%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 23%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
	    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 23%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
	    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 23%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
	    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 23%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	}
	.home-sections .h-f-section .text-col{
		padding-bottom: 0px !important;
		margin-top: 50px !important;
	}
	.img-col{
		height: 250px;
	}
	.featured-images .col-xs-4{
		width: 100%;
		margin-bottom: 30px;
	}
	.attractions-images .col-xs-3{
		width: 50%;
		margin-bottom: 30px;
	}
	.related-tours.tours-container .col-xs-4{
		width: 100%;
		margin-bottom:30px;
	}
	.top-header .entry-title{
		font-size: 32px;
		line-height: 36px;
	}
	.contact-container .col-xs-6{
		width: 100%;
	}
	.single-tour .col-xs-8,
	.single-tour .col-xs-4{
		width: 100%;
	}
}

@media(max-width: 480px){
	.img-col{
		height: 200px;
	}
	.h-f-section .text-col h2{
		font-size: 34px;
		line-height: 32px;
	}
	.h-f-section .text-col h2 span{
		font-size: 28px;
	}
	#h-f-section-1 .text-col{
		padding-top: 105px;
		background-size: 130px;
		background-position: 30px 0px;
	}
	#h-f-section-2 .text-col{
		background-size: 130px;
		padding-top: 90px;
	}
	#h-f-section-3 .text-col{
		padding-top: 95px;
		background-size: 75px;
	}
	#h-f-section-4 .text-col{
		padding-top: 65px;
		background-size: 50px;
	}
	/*tours*/
	.tours-container .col-xs-4{
		width: 100%;
		margin-bottom: 30px;
	}
}