body, .block-form p, .testimonial-partner p{font-family: 'Raleway', sans-serif;}

.nav > li a.current{background-color: #eb2c33;}
.nav > li a.current{border-color: #f1f1f1;}
.dropdown-menu {
    min-width: 147px;
}
.dropdown-menu li a.current{background-color:transparent;}
.menu_overlay-content a.current{
	color:red;
	font-weight: 800;
}	
.schedule .btn-read{
	margin:0px; 
    color: black;
    background-color:#F4F4F4;
    border-color:#C6C6C6;
	padding: 8px;
}
.schedule .btn-read:hover {
    color: #ffffff;
    background-color: #eb2c33;
    border-color: #eb2c33;
}

.breadcrumb > li:first-child {
    margin-left: auto;
}

.breadcrumb > li:last-child:after {display:none}


.breadcrumb{
	background:transparent;
	padding:0px 5px;
	border-bottom:2px solid white;
	text-align: center;
}

.breadcrumb li a{margin:0 auto;}
.breadcrumb li a{text-align:center;}
	
	
.page-heading{
	padding: 60px 0px 30px;
	margin:0px;
	text-transform:uppercase;
	}
	
.page-heading h1{
	font-size:30px;
	color:#eb3133;
}
	
.custom-breadcrumb{
	margin-top:130px;
}

.custom-breadcrumb .breadcrumb li a{color:white}
.custom-breadcrumb .breadcrumb li:after{color:white}
.custom-breadcrumb .breadcrumb li.active:after{color:red}

.page-content {padding-top:40px;}

.page-not-found{
	margin:0px 20px;
	margin-top: 200px;
    text-align: center;
	margin-bottom: 40px;
}

.contact_btn{
	background-color: #eb2c33;
	color:white;
	display: inline-block;
    font-size: 19px;   
    -webkit-backface-visibility: hidden;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 40px;
    border: 1px solid rgba(235, 44, 51, 0.5);
}

.contact_btn:hover{
	background-color: #eb2c33b3;
	color:white;
}


.tg-checkbox {
    width: 100%;
    padding: 0 20px;
}

.left_sidebar{width:100%;}
.left_sidebar h4{
    padding: 10px;
    padding-left: 20px;
    background: #eaeaea;
}

.blog .blog-caption .blog-name {
    font-size: 13px;
	min-height: 28px;
}

/*
.main-category-block .main-category-title {
	color:black;
    background-color: #c6c6c6;
}
*/

.main-category-block .main-category-title {
    color: white;
    background-color: #292929;
    font-size: 20px;
    margin: 0px;
    padding: 10px;
    margin-top: 40px;
}

.main-category-block .main-category-title:first-child{margin-top:0px;}

.catalog li a:hover{
    background: none;
}

.catalog li a:hover i {
background: none;
}

.catalog li:nth-child(odd) i {
    background: #f7f7f7;
}

.catalog li:nth-child(even) i {
    background: #f7f7f7;
}

.catalog li:nth-child(even) {
    background: #f7f7f7;
}

	
/* Radio and Checkbox */
.checkbox, .radio {
    padding: 0px;
    margin: 0px;
    background: #292929;
}

.checkbox.checkbox-inline, .checkbox.radio-inline, .radio.checkbox-inline, .radio.radio-inline {
 display: inline-block;
 margin-right: 15px; 
}
.checkbox input, .radio input {
 display: none; 
}
.checkbox label, .radio label {
 position: relative;
 padding-left: 5px;
 font-size: 12px;
 font-weight: 600;
 color: #7d7d7d;
 min-height: 0; 
}
.checkbox label:before, .radio label:before {
 content: "";
 display: inline-block;
 position: absolute;
 width: 15px;
 height: 15px;
 left: 0;
 outline: none !important;
 margin-left: -20px;
 top: 1px;
 border: 1px solid #7d7d7d;
 border-radius: 50%;
 background-color: transparent;
 transition: border 0.5s ease-in-out;
 -moz-transition: border 0.5s ease-in-out;
 -ms-transition: border 0.5s ease-in-out;
 -webkit-transition: border 0.5s ease-in-out; 
}
.checkbox label:after, .radio label:after {
 display: inline-block;
 position: absolute;
 content: '';
 width: 9px;
 height: 9px;
 left: 3px;
 top: 4px;
 margin-left: -20px;
 border-radius: 50%;
 background-color: #7d7d7d;
 transform: scale(0, 0);
 -moz-transform: scale(0, 0);
 -ms-transform: scale(0, 0);
 -webkit-transform: scale(0, 0);
 transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); 
 -moz-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
 -ms-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
 -webkit-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.checkbox input[type="checkbox"]:checked + label::after, .radio input[type='radio']:checked + label::after {
 transform: scale(1, 1); 
 -moz-transform: scale(1, 1);
 -ms-transform: scale(1, 1);
 -webkit-transform: scale(1, 1);
}
.checkbox-default input[type="checkbox"] + label::after, .radio-default input[type='radio'] + label::after {
 background-color: #eb3133; 
}
.checkbox-default input[type="checkbox"]:checked + label::after, .radio-default input[type='radio']:checked + label::after {
 background-color: #eb3133; 
}
.checkbox label::after, .checkbox label::before {
 border-radius: 0; 
}
.checkbox-default input[type="checkbox"][disabled] + label, .checkbox-default input[type="checkbox"][disabled] + label:before, .checkbox-default input[type="checkbox"][disabled] + label:after  {
 opacity: .5;
}

.catalog li a {
	padding: 8px 10px 8px 30px;
}

.checkbox a {
    position: relative;
    display: block;
    padding: 12px 10px 12px 30px;
    font-family: 'Raleway', sans-serif;
}

.main-category-block .main-category-title > i {
    background-color: #c6c6c6;
}

.main-category-block .main-category-title > i:after {
    border-top: 8px solid #c6c6c6;
}

.navbar-main .nav > li > a > span, .navbar-main .dropdown-menu > li > a > span, .navbar-main .yamm-content ul > li span, .navbar-main .yamm-content h4 span {
    background-color: transparent;
}

.navbar-main .nav > li > a > span:after, .navbar-main .dropdown-menu > li > a > span:after, .navbar-main .yamm-content ul > li span:after, .navbar-main .yamm-content h4 span:after {
    border-top: 5px solid #ffffff;
 	top:30px;
}

.fa-angle-down:before {
    content: "";
}

.dropdown-menu li{
border-bottom:1px solid lightgrey;
}

.dropdown-menu li:last-child{
border:0px
}

.dropdown-menu li a.current{color:#eb3133}

.partner p{color:white}
.partner p span{
	color:#fddb40;
	font-weight:bold;
	}
	
	
.payment-service img {
    color: #ffffff;
    text-align: center;
    line-height: 80px;
    font-size: 42px;
    margin: auto;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 70px;
    border: 1px solid #eb2c33;
    background-color: #eb2c33;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


blockquote {
    font-size: 17px;
    border-color: #eaeaea;
    font-style: italic;
    color: white !important;
	text-align: justify;
}

blockquote a {
    font-size: 15px;
    border-color: #eaeaea;
    font-style: italic;
    color: #eb3133;
    font-weight: bold;
}

blockquote a:hover{
	text-decoration:underline;
	color: #eb3133;
	}

	
/*
.	-title i {
    width: 50px; 
    background-color: #eb2c33;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 0;
    color: #ffffff;
	line-height: 56px;
}
.widget-title span{
    width: 50px; 
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 0;
    color: #ffffff;
}
*/

.widget-title span{
    font-size: 29px;
    color: #ffffff;
	text-transform:uppercase;
}

.testimonials{padding: 50px 0px;}


.box-border {
    background-color: #2626269e;
    border: none;
	margin-bottom:0px
	
}

.box-border h3{
	display: flex;
	align-items: center;	
	color:white;
	padding-bottom:10px;
	font-size:20px
	}

.box-border p{
	color:rgb(248, 248, 248);
	text-align:justify
	}

article .about-img{float:right}

.footer-information {
    padding: 40px 0;
    background: transparent;
    font-size: 13px;
}

.custom-breadcrumb .owl-item{width:100% !important}

.breadcrumb-container{
	padding-left:5px;
	padding-right:5px;
}

.breadcrumb-partner .header-for-dark h1 span {
    color: #eb2c33;
    font-size: 30px;
}

.custom-breadcrumb .header-for-dark h1 {
    font-size: 42px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    color: #ffffff;
}


.header-for-dark h1 {
    font-size: 30px;
}

.custom-breadcrumb .header-for-dark {
	margin-bottom: 0px;
	}


.breadcrumb > .active.li:last-child:after {
    content: "";
}

#header #container-fixed {
    margin:0px;
}

.catalog li {
    border: 1px solid #090909;
}

.blog .figure-hover-overlay {
    background-color: #090909;	
}


.blog {
    background-color: #ffffff;
    border: 10px solid #ffffff;
}


.blog .blog-caption .blog-name {
    color: white;
	line-height: 16px;
}

.blog .blog-caption {
    padding: 0 15px 0px 15px;
}

.catalogs li {background:#292929}

.contact-bg {    
	background-image: url(../images/bg.jpg);
    background-size: cover;	
    background-position: center center;
    background-attachment:fixed;
	}

    .contact-bg label {
	color: rgb(255, 255, 255);
	}
	
	.contact-bg .form-control{
	background-color: #ccc;
	}
	
	.contact-bg h3 i {
    color: rgb(204, 204, 204);
	}
	
	.footer-copy {
    padding: 0px;
	}
	.footer-copy p {
    padding: 30px 0px;
	font-family: 'Raleway', sans-serif;
	}
	
.feature-block {
        background-color: transparent;
}

.color-scheme-dark-90 {
    background-color: rgba(35, 33, 33, 0.22);
	
}

.alert-danger {
    background-color: #292929;
    border-color: #d8d8da;
    color: white;
	margin: 10px 0px 40px;
	font-size: 20px;
	padding: 8px 15px;
}

.alert-danger a{
    color: white;
}



.blog-caption h3 {
    color: #292929;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
				min-height: 28px;
				max-height: 28px;
}

.blog-caption h3 a{
    color: white;
}



.blog a:hover{
    text-decoration:none;
	}
	
.pagination li.page-item a{
	background: #292929;
    color: white;
	border: 2px solid #7c7c7c;
	}

.pagination li.page-item a:hover{
	border: 2px solid #7c7c7c;
	}

	
	
.block-pagination ul > li:first-child a {
    color: white;
    border-radius: 0;
}	

.block-pagination ul > li:last-child a {
    color: white;
}	

.trips{color:white}

.trips .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #43413e;
}


.trips .table-hover thead tr th{
    background-color: black;
	text-transform:uppercase;
}

@media (min-width: 768px){
.navbar-main .navbar-collapse {
    float: right;
    margin: 0px;
    padding: 0px;	
	background:transparent; 
	}
}

.navbar-header{
text-align: center;
}

.navbar-toggle {
    position: relative;
    float:none;
}
	
#header .navbar-main {
    background-color: transparent;
    margin-top: 40px;
    padding-top:20px;
	
}

.navbar-main .dropdown-menu > li > a:hover, .navbar-main .dropdown-menu > li > a:focus {
    background-color: #f7f7f7;
    color:black;
}

.navbar-main .dropdown-menu li a:hover{
    color: red;
	background-color: #EFF1F2;		
	}
	
.social .socials a:hover {
    background-color: #eb3133;
    color: #ffffff;
    border-color: #eb3133;
}


.tg-formrefinesearch fieldset {
    border: 0;
    padding: 0;
    margin: 0 0 30px;
}
.tg-themeform fieldset {
    margin-bottom: 40px;
    border: 0;
    padding: 0;
    width: 100%; 	
    position: relative;
}


.tg-themeformsearch button {
    top: 5px;
    right: 2px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    border-radius: 5px;
    background: transparent;
    border-color: transparent;
}

.tg-themeformsearch input.form-control {
    padding: 22px 12px;
}

.tg-themeformsearch{
    margin:0px;
}

.contact-bg .form-control {
    background-color: #292929;
    color: white;
}
 
.zig-zag div:before {
 content: '';
 background: url('../images/zig-zag-tb.png');
 display: block;
 position: absolute;
 top: 0;
 width: 100%;
 height: 13px;
 background-repeat-y: no-repeat;
 background-position: -5px -14px;
}
.zig-zag div:nth-child(2):before {
 top: auto;
 bottom: 0;
 transform: inherit;
 background-position: -5px 2px;
}

.zig-zag div:nth-child(3):before, .zig-zag div:nth-child(4):before {
 background: url('../images/zig-zag-lr.png');
 background-repeat-x: no-repeat;
 background-repeat-y: repeat;
 width: 13px;
 height: 100%;
}


.zig-zag div:nth-child(3):before {
 left: 0;
 background-position: -13px -14px;
}

.zig-zag div:nth-child(4):before {
 right: 0;
 background-position: 1px -14px;
}
/**/
.payment-service h3 {
    margin-top: 25px;
    color: white;
    text-align: center;
	font-size: 20px;
}

.style-blog{
	background-color: #262626;
    border: 10px solid #262626;
	}
	
.style-blog .bar:before {
    border-right: 10px solid transparent;
    border-bottom: 10px solid #262626;
}

.contact-detail p a{color:#f8f8f8}

.pagination li a.active{
	background: #eb3133 !important;
	}
	
.captcha label{float:left; margin-bottom:12px}
.captcha img{float:left; width:50%}
.captcha a {float:left; color:white; width:50%; text-align:right}


a.refresh-captcha{
	margin-top:15px;
	color:white;
	outline: none;
}

.chosen-container-single .chosen-single {
    background-color:transparent;
	color: white;
}

label.req:after {
    content: "*";
    display: inline-block;
    margin-left: 3px;
    color: red;
    font-size: 15px;
    position: relative;
    line-height: 15px;
}
label.error {
    color: #eb1c1c;
    font-size: 14px;
}


.box-border hr {
    margin-bottom:0px;
}

/*-----------menubar----------*/
.menu_overlay_header{position:fixed; width:100%;}
 
.menu_overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 27px;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.menu_overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    float: left;
}

.menu_overlay a {
  text-align:left;
  padding:15px 20px;
  text-decoration: none;
  font-size: 11px;
  color: #818181;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  color: #fff;
  border-bottom: 1px solid #8080803d;	
}

.menu_overlay a:hover, .menu_overlay a:focus {
  color: #f1f1f1;
}

.top-bar{
	background:#333333;
	width:100%;
	float:left;
	padding:0px 30px;
	}
	
.top-bar a{
	font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
	padding:0px;
	text-align: center;
	}
  
.overlay-navbar{
	width:100%;
	margin:0px; 
	padding:0px;
	background: #070707;
    float: left;
	}
	
.menu_overlay .menu_logo{
  float:left;
}
.menu_overlay .closebtn {
	float:left;
	padding: 10px 0px;
}

.overlay-navbar-close{background: #333333;}

.overlay-navbar-close h1{
    font-size: 18px;
    color: white;
    float: left;
	text-align:center;
    font-weight: 800;
    margin: 0px;
    margin-top: 12px;
	margin-left:4px;
	margin-left: 4px;	
}

.overlay-navbar-close a{
	float:right;
	}	

.menu_overlay .closebtn {border:none}

.menu_overlay .menu_logo {border:none}

@media screen and (max-height: 450px) {
#header{position:fixed}
  .menu_overlay a {border-bottom:none}
  .menu_overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  color:white;
}
.overlay-navbar-open{
	padding-left:0px
}

}

.menu_overlay-content a{border-bottom:1px solid #333333}


.navbar-strips{display:none;}




@media (max-width: 992px){
.navbar-strips{display:block !important;}
.custom-breadcrumb {
 margin-top: 80px;
	}
.custom-breadcrumb .block{
 padding:0px;
}
.custom-breadcrumb .block h1{
 margin-bottom: 0px;
}	
	
.brand-scale{
	background: #070707;
}	
		
}

@media (min-width: 993px){
.phone-call-icon{display:none;}
.brand-scale{width:100%;}
}





/*----------------------------------------------dropdown menubar----------------------------------------- */

.sidenav a, .dropdown-btn {
  text-align:left;
  padding:15px 20px;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;	
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  border-bottom: 1px solid #8080803d;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: white;
}


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;  
  padding: 0px 1.25em;
}  

.dropdown-container a{
    color: #cccccc;
}

.dropdown-container a.current {
    background-color: grey;
    color: white;
}


/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
  color:white;  
}


@media (max-width: 992px){
#header .header-logo {
    text-align: center;	
}
.full_navbar{display:none}
}


@media (min-width: 993px){
.overlay_logo{
	display:none;	
	}
}

a.overlay_logo{	
    width: 80%;
    text-align: center;
    float: left;
    margin: 0px;
} 

p.overlay_logo{
    text-align: center;
}

.navbar-strips {
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    float: left;
    color: white;
    padding-top: 6px;
    width: 10%;
}


.phone-call-icon i{   
    text-align: center;
    padding-top: 10px;
    width: 10%;
    font-size: 23px;
    cursor: pointer;
    color: white;
}
/*
.phone-call-icon i{
	position: fixed;
    right: -15px;
    font-size: 23px;
    cursor: pointer;
    color: white;
	padding:0px;
	padding-top:10px;
	width:10%
}
*/

.overlay-phone-call-icon i {
    font-size: 23px;
    cursor: pointer;
    color: white;
    padding: 0px;
    padding-top: 9px;
    width: 10%;
}

#header .header-main .header-main-block1 {
    background-color: transparent;
}

#header .header-main-fixed .header-main-block1 {
    background-color: #000000;
}


.carousel-control.left {
    background-image:transparent !important;
}


.carousel-control.left {
    background-image: none;
}
.carousel-control.right{
    background-image: none;
}

.slimscrollbar{z-index:0}



.auto-rotate-container{
		display:none;
}

.mobile-sidebar{display:none;}




.mobile-trip{display:none; margin:0px; padding:0px}
.mobile-trip li{list-style:none; margin:0px; padding:0px; border-top:1px solid grey}
.mobile-trip li:last-child{border:none;}

@media only screen and (max-width: 992px) {
	.desktop-trip{display:none}
	.mobile-trip {display:block;}
	.mobile-trip p{font-family: 'Raleway', sans-serif;}
	
	.mobile-sidebar{display:block;}
	
	.auto-rotate-container{
	display:block;	
	}	
		
	.desktop-sidebar{
	display:none;
	}	
	
	
	.auto-rotate {
		margin-bottom:15px;
		white-space: nowrap; 
		overflow-x:auto; 
		overflow-y:hidden;
	}
	.auto-rotate a {
		display: inline-block;
		float: none;
	}	
}

.mobile-catalogs li{
	float: left;
    margin: 0px;
}


.mobile-trip p{
    font-size: 13px;
	color: #cccccc;
}

.mobile-trip h1{
	font-family: 'Raleway', sans-serif;
    font-size: 13px;
    padding-bottom: 0;
    margin-bottom: 5px;
    font-weight: 800;
    color: white;
    letter-spacing: .5px;
	text-transform:uppercase
}

 .content-box{margin:50px 0px}
	
	#result .alert-danger{margin-top:0px}	
	
	section.sec_common{margin:80px 0px}
	
	@media (max-width: 767px){
	#header .header-bg {height: 0px;}
 #header .header-main{height:0px;}
	.sbt_btn_app{margin-top:30px;}
}

.chosen-single {
    margin-top: 10px;
}

.chosen-default{
	color:grey !important;
}


.blogs{
/*  background-color: #f7f7f7; */
    background-color: #ffffff;
    border: 10px solid #ffffff;
				color:#292929;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.imageoverlay{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
	}

.imageoverlayicon{
  padding: 10px 20px;
		color: black;
		border-radius: 5px;
		background:white;
}

/*
.blogs:hover .figure-hover-overlay img{
  opacity: 0.5;
}
*/

.blogs:hover .imageoverlay{
  opacity: 1;
}

a:hover, a:focus {text-decoration:none;}

.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }

.trip_schedule_left{width: 50%; display: flex; align-items: center;}
.trip_schedule_right{width: 50%; text-align: right;}

@media (max-width: 767px){
.trip_schedule_left{width:100%;}
.trip_schedule_right{display:none}
}