/* cyrillic */
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  src: local('Lobster'), local('Lobster-Regular'), url(../fonts/c28rH3kclCLEuIsGhOg7evY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  src: local('Lobster'), local('Lobster-Regular'), url(../fonts/RdfS2KomDWXvet4_dZQehvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  src: local('Lobster'), local('Lobster-Regular'), url(../fonts/9NqNYV_LP7zlAF8jHr7f1vY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  src: local('Lobster'), local('Lobster-Regular'), url(../fonts/cycBf3mfbGkh66G5NhszPQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
 
.top_nav {
font-size:11px;
 
margin-top:20px;
margin-bottom:20px;
}
.tour-day {
    width: 50px;
    border-radius: 10px;
    background-color:#eee;
}
	.tour-day p {
		font-family: 'Oswald';
		font-size: 20px; text-align: center; color: #c00; 
        font-weight:700;
        border-radius: 10px;
        border-right:solid 1px #c00; 
        border-left:solid 1px #c00; 
        border-bottom:solid 1px #c00; 
	}
	
	.tour-day p span {
    background: #c00;
    background: linear-gradient(top, #d10000 0%, #7a0909 100%);
    background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
    font-size: 14px;
    font-weight:200;
    color: #fff;
    display: block;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 10px 10px 0 0;
	}

@-moz-document url-prefix() {
    .tour-day {
        padding: 16px 0 0 0;
    }
    .tour-day p span {
    	padding: 9px 0 3px 0;
    }
}
.navbar-toggle:hover {
background-color:#333;}
@media (min-width: 768px) and (max-width: 991px) {
    body {
    padding-top:93px !important;}
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-brand {
    height:auto;}
}
.alert-warning {
color:#333;}

.call_fr_mobile {
    font-weight: 200;
    position: relative;
    float: right;
    padding-top: 3px;
    margin-top: 20px;
    margin-right: 15px;
    background: #090;
    border: 1px solid #060;
    border-radius: 5px;
    height: 34px;
    width: 34px;
}
.call_fr_mobile a:link {color:#fff; }
.call_fr_mobile:hover {color:#fff;  background:#369;}
@media only screen and (min-width: 768px) {
    .call_fr_mobile {
        display: none;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
     text-align:center;
    }
}
/******************************* CONTACT FORM  *******************************/
form#contact_form input[type="text"] {
	border: 1px solid #e2d3c1;
	background-color: white;
	height: 30px;
	padding: 0 10px;
	width: 250px;
	margin-bottom:20px;
}
form#contact_form input#email {
	border: 1px solid #e2d3c1;
	background-color: white;
	height: 30px;
	padding: 0 10px;
	width: 250px;
	margin-bottom:20px;
}
form#contact_form textarea {
	border: 1px solid #e2d3c1;
	background-color: white;
	width: 500px;
	margin-bottom:20px;
}
@media (max-width: 600px) {
    form#contact_form textarea {
        width: 300px;
    }
}
form#contact_form label {
	margin-right: 20px;
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
}
form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover, form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover {
	background-color:#fff3e4;
}
form#contact_form input[type="submit"] {
	background:#c00 url(../images/rausch.png) repeat;
    color:#fff;
	border:none;
	padding:10px;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.map-container {
	margin-top:-40px;
	position: relative;
	padding-bottom:20%;
	margin-bottom:40px;
	overflow: hidden;
}
.map-container iframe, .map-container object, .map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.contact .first {
	background:#f9efe3 url(../images/rausch.png) repeat;
	padding:10px;
	margin-bottom:40px;
}
.contact ul li {
	font-size:14px;
}
 
    .table>thead:first-child>tr:first-child>th, .table-bordered {
    font-size: 12px;
    text-align:center;
}
td {
    font-size: 14px;
    color: #c00;
    font-weight: 700;
}
 
#masthead {
    height: 300px;
    background-image: url(../images/slide_1.jpg);
    background-size: 100%;
}

    #masthead .well {
        margin-top: 8%;
    }

@media  (max-width: 600px) {
     #masthead h1 {
        font-size: 24px;
    }
    #masthead {
        height: 80px;
    }
    .visa_title_1 {
        margin-top: 40px !important;
    }
}

@media (min-width: 601px) and (max-width: 768px) {
    #masthead h1 {
        font-size: 50px;
    }
    #masthead {
        height: 200px;
    }
    .visa_title_1 {
        margin-top: 40px !important;
    }
    
}


@media (min-width: 768px) and (max-width: 993px) {
    #masthead h1 {
        font-size: 60px;
    }
}

.navbar-bright {
    background-color: #111155;
    color: #fff;
}

.affix-top, .affix {
    position: static;
}

@media (min-width: 979px) {
    #sidebar.affix-top {
        position: static;
        margin-top: 30px;
        width: 228px;
    }

    #sidebar.affix {
        position: fixed;
        top: 200px;
        width: 228px;
    }
}

#sidebar li.active {
    border: 0 #c00 solid;
    border-right-width: 5px;
} 
.container>.navbar-collapse{padding-right: 10px;}
.navbar-toggle {
  margin-top:20px;
    border: 1px solid #fff !important;
	}
    
.navbar{background: rgba(0, 0, 0, 0.6);}
.navbar-nav {
    margin: 0 !important;
}

.navbar-nav>li>a {color: #fff !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 5px;
    font-size:12px;
    margin-left:15px;
}
.nav>li>a:focus, .nav>li>a:hover {background-color: #c00 !important;
 
color: #fff !important;  

}
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #c00 !important;
    color: #fff !important;
    border-radius:10px 10px 0 0;
}
.navbar-default .navbar-nav>.active>a
{
    background-color: #c00 !important;
    color: #fff !important;
    border-radius:10px 10px 0 0;
}
.navbar-fixed-top {
    border-bottom: 2px solid #c00;
}
.icon-bar{background-color:#fff;}
.top_contact {
    color: #000;
    font-size: 11px;
    text-align: right;
    margin-top: 10px;
    margin-right: 0;
    padding-left: 15px;
    font-weight: 200;
}
a.top_contact:hover {
    color: #f60;
}
a.top_contact_tel:hover {
    color: #fff;
}
a.top_contact {
    color: #fff;
}
.top_contact_tel {
    font-size: 20px;
    color: #fc0;
    font-weight: 700;
	margin-left:20px;
}
.title_1 { font-size: 42px;
    font-weight: 200;
    word-spacing: 0.1em;
    letter-spacing: 0.1em;
    color: #A93030;
    padding: 0;
    margin: 0;}
.title_2 { 
font-family: Lobster;
    font-weight: 200;
    word-spacing: 0.1em;
    letter-spacing: 0.1em;
   font-size: 50px;
    margin-bottom: 50px;
    text-shadow: 2px 5px 3px rgba(0,0,0,.6);
}
.visa_title_1 {
    margin-top: 150px;
    font-family: 'Lobster';
    font-weight: 200;
    /* word-spacing: 0.1em; */
    /* letter-spacing: 0.1em; */
    font-size: 100px;
    color: #fff;
    text-shadow: 2px 2px #000, -2px -2px #333;
}
.title_3 { 
font-family: 'Lobster';
    font-weight: 200;
    word-spacing: 0.1em;
    letter-spacing: 0.1em;
    font-size: 18px;}
.title_4 { 
font-family: 'Lobster';
font-weight: 200;
    font-size: 36px;
	color:#c00;}
.title_5 { 
font-family: 'Lobster';
font-weight: 200;
    font-size: 30px;
	color:#fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);}
.title_6{
    text-align: center;
    /* font-weight: 700; */
    text-transform: uppercase;
    font-family: Oswald;
    color: #900 !important;
}
.title_7 { 
font-weight: 700;
    font-size: 18px;
padding:0;
margin:0;
}
.dashed_border_gray {
border-bottom:dashed 1px #666;margin-bottom:25px;}
.text_shadow { 
	text-shadow: 0 1px 2px rgba(0,0,0,.6);}
.china-tour-banner{background-image: url(../images/china-tour-bg.jpg);border:1px solid #ddd;border-radius:6px; padding:10px;}

.why_us_style{padding:0;
margin:0 0 5px 0;}
blockquote {
    font-family: 'Lobster';
    font-weight: 200;
    border-right: 5px solid #eee;
	padding: 0 20px !important;
    margin: 0 0 20px !important;
}
#googleMap{border:1px solid #ddd;margin-bottom: 15px;}
.map_title{width: 100%; color:#fff; font-weight:400;padding:8px;font-size:10px;background-color:#CC0000;}
.logo {
    width: 150px;
    margin: 15px;
}

body {
    padding-top: 0; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.para{padding-top:25px;}
.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
 
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
    border-radius:6px;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail, .img-responsive {
   border-radius:6px;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
	font-size:11px;
}
@media screen and (max-width: 767px) {
    body {
        padding-top:73px;
    }
	.logo {
    width: 140px;
	margin:10px 0 5px 10px !important;
}
    .nav>li>a:focus, .nav>li>a:hover {
    border-radius: 0;
}
.top_contact{display:none;}
.title_1 { font-size: 24px;font-weight:400;}
.title_2 { font-size:18px;font-weight:400;margin-bottom:10px;}
.title_4 { font-size:24px;font-weight:400;}
}
 .cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.6) url(cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #333;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 10px;
  }
 
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 45px;
    width: 45px;
    right: 20px;
    bottom: 20px;
  }

}
