.tour-grid {
	width:100%;
	float:left;
	margin-bottom:30px
}
.tour-grid-rel {
	width:100%;
	float:left;
	    box-shadow: 0 0 23px rgba(10, 10, 10,0.08);
    -moz-box-shadow: 0 0 23px rgba(10, 10, 10,0.08);
    -webkit-box-shadow: 0 0 23px rgba(10, 10, 10,0.08);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	overflow: hidden;
	position:relative;
	 border:1px solid transparent; 
	background:#fff;
	  transition: transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
}

.tour-grid-rel:hover { 
  transition: transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
 border:1px solid #e1e1e1; 
}
.tour-grid .tour-img {
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
	
}
.tour-grid .tour-img:hover img {

	
	    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	
	
}
.tour-grid .tour-img a img {
    max-width: 100%;
    height: auto;
	    transition: transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
}
.tour-grid-bottom {
	width:100%;
	float:left;
	padding: 13px 22px 7px;
	position:relative;
	min-height:190px;
}
.tour-grid-bottom h3 {
	    margin-bottom: 5px;
}
.tour-grid-bottom h3 a {
	padding:20px 0;
color: #1A2B48;
	font-weight:600;
	font-size:18px;
}
.tour-grid-bottom .tourmaster-tour-price-wrap {
    text-align: right;
    position: absolute;
     top: auto;
    bottom: 34px;
	right:15px;
}

 .tourmaster-tour-info-wrap {
    margin-bottom: 0;
    margin-top: 13px;
    line-height: 19px;
    font-weight: 400;
    font-size: 14px;
    color: rgb(140, 140, 140);
}

 .tourmaster-tour-info-wrap .tourmaster-tour-info svg {
    width: 18px;
    vertical-align: top;
    margin-right: 8px;
	float:left;
}
.tourmaster-tour-info-wrap .tourmaster-tour-info svg {
    fill: #f97150;
}

.tourmaster-tour-price-wrap em {
	font-style: normal;
}
.tourmaster-tour-price-wrap .old-price  {
	color: #a7a7a7;
	    text-decoration: line-through;
}
 .tourmaster-tour-price-wrap .new-price  {
	color: #f97150;
	font-weight:700;
	font-size:19px;
}

.tour-grid-bottom .c-tarih {
	float:left;
}

.tour-grid-bottom .mini-yazi {
	    margin-top: 6px;
    display: block;
    width: 100%;
    float: left;
}
.tourmaster-tour-info-star {
	width:100%;
	float:left;
	margin-top:30px;
}
.tourmaster-tour-info-star i  {
	    color: #ffa11a;
}
.section-populer h2, .section-populer h1 {
	color:#1A2B48;
}
.section-dest {
	width:100%;
	float:left;
}
.dest-content {
	width:100%;
	float:left;
}

.dest-box img {
    max-width: 100%;
    height: auto;
}

.tourmaster-tour-category-count {
	color: #fff;
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 3px;
    z-index: 2;
	background-color: #f97150;
}


.tourmaster-tour-category-item-wrap {
    position: relative;
    overflow: hidden;
}
.tourmaster-tour-category-overlay {
    opacity: 0;
    alpha(opacity=0): ;
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -webkit-transition: opacity .3s;
}
.tourmaster-tour-category-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
}
 .tourmaster-tour-category-overlay-front {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(//demo.goodlayers.com/traveltour/main4/wp-content/plugins/tourmaster/images/tour-category-item-gradient.png) bottom repeat-x;
}

 .tourmaster-tour-category-head {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform: translate(0,0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transition: transform .2s ease-out,top .2s ease-out;
    -moz-transition: transform .2s ease-out,top .2s ease-out;
    -o-transition: transform .2s ease-out,top .2s ease-out;
    -webkit-transition: transform .2s ease-out,top .2s ease-out;
}
 .tourmaster-tour-category-head-display {
    padding: 15px 25px 40px;
    text-align: center;
    transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
    transition: transform .2s ease-out,padding .2s ease-out;
    -moz-transition: transform .2s ease-out,padding .2s ease-out;
    -o-transition: transform .2s ease-out,padding .2s ease-out;
    -webkit-transition: transform .2s ease-out,padding .2s ease-out;
}
.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-display {
    padding-bottom: 8px;
    transform: translate(0,0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
}
.tourmaster-tour-category-item-wrap:hover .tourmaster-tour-category-head-display {
 padding-bottom: 8px;
    transform: translate(0,0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
}
.tourmaster-tour-category-item-wrap:hover  .tourmaster-tour-category-head {
    top: 50%;
    bottom: auto;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.tourmaster-tour-category-item-wrap:hover .tourmaster-tour-category-overlay {
    opacity: .65;
    filter: alpha(opacity=65);
}

.tourmaster-tour-category-item-wrap a {
    color: #f9977f;
}

.tourmaster-tour-category-item-wrap .tourmaster-tour-category-description { 
	color: #e9e9e9;
    margin-bottom: 14px;
    padding-top: 10px;
}

.tourmaster-tour-category-title {
    color: #fff;
}
 .tourmaster-tour-category-title {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
}
.tourmaster-tour-category-head-animate {
    padding: 0px 50px 0px;
}
 .tourmaster-tour-category-description {
    margin-bottom: 14px;
    padding-top: 10px;
}
 .tourmaster-tour-category-head-link {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
}
.traveltour-body a {
    color: #f97150;
}

@media screen and (min-width: 1400px){
	.section-dest .container {
		width: 1500px!important;
		max-width: 1500px!important;
	}
}
@media screen and (min-width: 1024px){ 
	.dest-box { min-height:350px; margin-bottom:30px;}
}

.dest-content h2 {
	color: #1A2B48;
	text-align: center;
    font-size: 32px;
    position: relative;
	width:100%;
	float:left;
	margin-bottom:25px;
}
.dest-content h2:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: inline-block;
    background: #747474;
    opacity: 0.8;
}

.section-insta {
	width:100%;
	float:left;
}

.section-video-2 {
	width:100%;
	float:left;
	background-color: #2d3948;
	position: relative;
    background-repeat: repeat;
    background-position: bottom;
	background-image: url("../images/parallax2.jpg");
}
.video-thumbnail .video-bg img {
    width: 100%;
	display:block;
}
.video-thumbnail .video-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5;
}
.video-button-play  a{
	color:#fff;	
	width: 100%;
	font-size: 36px;
    height: 100%;
}

.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);
}
.section-video-2  .video-thumbnail {
    position: relative;
    width: 100%;
    height: 360px;
    z-index: 1;
}
.section-video-2  .video-thumbnail {
     bottom: -140px;
    top: auto;
}
.section-video-2 .padding-bottom {
    padding-bottom: 100px;
}
.section-video-2 .padding-top {
    padding-top: 100px;
}
.section-video-2 .sub-title {
    margin: 0 0 8px 0;
    padding-bottom: 5px;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
.section-video-2 .title {
    margin: 0 0 15px 0;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 55px;
}
.section-video-2 {
	color:#fff;
}
.section-video-2 .text {
    margin-bottom: 30px;
}
.section-video-2 .btn.btn-maincolor {
    background-color: #FA5636;
    border: 1px solid #FA5636;
    color: #fff;
}
.section-video-2 .btn {
  background: #FA5636;
    border-radius: 3px;
    padding: 10px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 450;
    text-decoration: none;
    display: inline-block;
    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;
}
.section-video-2  .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);
}
.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;
}

@media screen and (min-width:992px) and (max-width:1200px){
	.section-video-2 .title {
	 font-size:48px;	
	}
} 
@media screen and (max-width: 1024px) {
	.section-video-2 .video-button-play {
		font-size: 24px;
		line-height: 65px;
		width: 65px;
		height: 65px;
		margin-top: -32px;
		margin-left: -32px;
	}
}


@media screen and (max-width: 280px){
	.section-video-2 .video-thumbnail {
		height: 300px;
	}
}
@media screen and (max-width: 380px){
	.section-video-2 .video-thumbnail {
		height: 200px!important;
		bottom: 27px;
	}
}

@media screen and (max-width: 414px){
	.section-video-2 .video-thumbnail {
		height: 250px!important;
	}
}


@media screen and (max-width: 480px){
	.section-video-2 .video-thumbnail {
		
	}
}


@media screen and (max-width: 600px){ 
	.section-video-2 .video-thumbnail {
		 height: 320px;
	}
}

@media screen and (max-width: 767px){
	.section-video-2 .video-thumbnail {
	    height: 407px;
		top:0;
		margin-bottom:30px;
	}
}

@media screen and (min-width: 991px) and (max-width:1023px){ 
	.section-video-2 .video-thumbnail {
		top:-65px!important;
		height:410px!important;
		border:1px solid red;
	}
	.tour-grid-bottom {
		min-height: 210px
	}
}

@media screen and (min-width: 1024px) and (max-width:1200px){
	.section-video-2  .video-thumbnail {
		bottom: -80px;
		height: 320px!important;
	}
	.tour-grid-bottom {
		min-height: 210px
	}
}

@media screen and (min-width: 1200px) and (max-width:1216px){
	header .header-bar .menu {
		margin-left: 45px;
	}
}

@media screen and (min-width: 1200px) and (max-width:1400px){
	.tour-grid-bottom {
		min-height: 210px;
	}
}

@media screen and (min-width: 991px) and (max-width:1100px) { 
	header .header-bar .menu {
		margin-left:0;
	}
	header .header-bar .menu > ul > li {
		margin: 0px 17px;
	}
}

@media screen and (min-width: 1200px) and (max-width:1229px) { 
	header .header-bar .menu > ul > li {
		margin: 0px 19px;
	}
}

@media screen and (max-width: 768px) {
	.tourmaster-tour-category-item-wrap {
	    margin-bottom: 20px;
	}
	.footer {
		margin-top:0;
	}
	.footedit-logo img {
		width:50%;
	}
}
@media screen and (max-width: 640px) {
	.topbar-items {
		width: 100%;
		float: left;
	}
	header .header-top-bar .nav {
		float:none;
	}
	.section-video-2 .title {
		font-size:39px;
	}
}
.tourbottomgrid {
	    min-height: 210px;
}
