/*
Theme Name: Vietnam Visa Central
Theme URI: http://lnguyen.info
Author: Long Nguyen
Author URI: http://lnguyen.info/
Description: Vietnam Visa Central themes.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: vietnam, visa, visa central
Text Domain: vietnamvisa
*/
@import url('css/bootstrap.min.css');
@import url('css/bootstrap-responsive.min.css');
@import url('css/jquery-ui.css');

body {
	font-size: 12px;
	font-family: Helvetica, Tahoma, sans-serif;
	background: #215a9c;
}

#page {
	width: 1070px;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.offset1 {
	margin-left: 0;
}

.mt10 {
	margin-top: 10px;
}

.topline {
	height: 3px;
	background: red;
	display: none;
}
.bottomline {
	height: 2px;
	background: red;
	display: none;
}

#main {
	/*margin-top: 20px;*/
}

#footer {
	/*margin-top: 20px;*/
	padding-bottom: 20px;
	background: #2f3033;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
article {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
article:last-child {
	border-bottom: none;
}
.read-more {
	text-align: right;
}
#mainpage #primary {
	margin-top: -10px;
	padding: 10px;
}

#branding hgroup {
	margin: 20px;
}
	#branding h1#site-title {
		font-family: Helvetica;
		font-size: 43px;
		font-weight: bolder;
		margin-bottom: 0;
	}
		#site-title .red {
			color: #08c;
		}

	h2#site-description {
		color: #878787;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		margin: 0;
	}

/* NAVIGATION */
#access .navbar-inner {
	background: none repeat scroll 0 0 #2f3033;
	border: medium none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 0;
	min-height: 53px;
}
	#access .navbar {
	}
		.navbar .nav>li>a {
			text-shadow: none;
			color: #fff;
			padding: 0 30px;
			line-height: 53px;
			font-size: 13px;
		}
	#access .navbar-inner li {
		position: relative;
	}
	#access ul.sub-menu {
		display: none;
		background: none repeat scroll 0 0 #EEEEEE;
		list-style: none outside none;
		margin: 0;
		position: absolute;
		width: 180px;
		z-index: 1;
	}
		#access .sub-menu li {
			border-bottom: 1px solid #FFFFFF;
			line-height: 40px;
			text-indent: 10px;
		}
		#access .sub-menu li a {
			display: block;
			color: #777;
		}
		#access .sub-menu li a:hover {
			text-decoration: none;
			color: #08c;
		}
	#access .navbar .nav > li.current-menu-parent > a,
	#access .navbar .nav > li.current-menu-item > a,
	#access .navbar .nav > li:focus > a, #access .navbar .nav > li:hover > a {
		background: #00bcff;
		color: #fff;
	}
	#access .navbar .nav > li:hover ul.sub-menu {
		display: block;
	}
	#access .navbar .nav > li:hover ul.sub-menu li.current-menu-item a {
		/*color: red;*/
	}
	#access .navbar .nav > li:first-child.current-menu-parent > a,
	#access .navbar .nav > li:first-child.current-menu-item > a,
	#access .navbar .nav > li:first-child:focus > a, #access .navbar .nav > li:first-child:hover > a {
		border-radius: 0 0 0 0;
		-o-border-radius: 0 0 0 0;
		-moz-border-radius: 0 0 0 0;
		-webkit-border-radius: 0 0 0 0;
	}

/* SLIDER */

#branding > div#slider {
	/*border: 1px solid #ddd;*/
	/*margin-bottom: 30px;*/
	padding: 0 10px 10px 10px;
	position: relative;
	min-height: 370px;
}
	#branding div#slider .easingsliderlite-pagination.outside{
		bottom: -35px;
	}
	#branding div#slider .easingsliderlite-icon {
		background: #ccc;
		width: 12px;
		height: 12px;
		border-radius: 12px;
		-o-border-radius: 12px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	}
	#branding div#slider .easingsliderlite-icon.active {
		background: red;
	}

.box-shadow
{
	position:relative;
}
.box-shadow:before, .box-shadow:after
{
	content:"";
	position:absolute;
	z-index:-1;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.8);
	box-shadow:0 0 10px rgba(0,0,0,0.8);
	top:50%;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
.box-shadow:after
{
	right:10px;
	left:auto;
	-webkit-transform:skew(8deg) rotate(3deg);
	   -moz-transform:skew(8deg) rotate(3deg);
		-ms-transform:skew(8deg) rotate(3deg);
		 -o-transform:skew(8deg) rotate(3deg);
			transform:skew(8deg) rotate(3deg);
}

/* VISA FORM */
#visa-form {
	background: none repeat scroll 0 0 #E8E8E8;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 2px 2px 5px #000000;
	left: 50px;
	position: absolute;
	top: 60px;
	display: none;
}
#visa-form2 {
	background: none repeat scroll 0 0 #E8E8E8;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 2px 2px 5px #000000;
	margin: 20px auto 0;
	width: 500px;
}
	#visa-form2 button.btn-submit,
	#visa-form button.btn-submit {
		background: url("img/btn-submit.png") no-repeat scroll 0 0 transparent;
		border: medium none;
		height: 44px;
		width: 99px;
	}
	#visa-form2 .visa-form-header,
	#visa-form .visa-form-header {
		background-image: linear-gradient(bottom, #D6D6D6 23%, #E5E5E5 62%);
		background-image: -o-linear-gradient(bottom, #D6D6D6 23%, #E5E5E5 62%);
		background-image: -moz-linear-gradient(bottom, #D6D6D6 23%, #E5E5E5 62%);
		background-image: -webkit-linear-gradient(bottom, #D6D6D6 23%, #E5E5E5 62%);
		background-image: -ms-linear-gradient(bottom, #D6D6D6 23%, #E5E5E5 62%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.23, #D6D6D6),
			color-stop(0.62, #E5E5E5)
		);
		border-bottom: 1px solid #bbb;
		border-radius: 15px 15px 0 0;
		-o-border-radius: 15px 15px 0 0;
		-moz-border-radius: 15px 15px 0 0;
		-webkit-border-radius: 15px 15px 0 0;
		height: 50px;
		text-align: center;
	}
	#visa-form2 .visa-form-header h3,
	#visa-form .visa-form-header h3 {
		line-height: 50px;
		margin: 0;
	}
	#visa-form2 .visa-form-content,
	#visa-form .visa-form-content {
		padding: 20px;
		overflow: hidden;
	}

span[id*="more-"] {
	border-bottom: 1px solid #ddd;
	display: block;
}

/* SIDEBAR HOME */
#sidebar-home {

}
	#sidebar-home #first {

	}
	#sidebar-home #second {

	}
	#sidebar-home #third {

	}

	.widget.widget_vietnam_visa_central_checklist,
	.widget.widget_vietnam_visa_central {
		border: 1px solid #E2E2E2;
		min-height: 180px;
		padding: 1px;
		position: relative;
	}
		.widget_vietnam_visa_central_checklist .widget-title,
		.widget_vietnam_visa_central .widget-title {
			background: none repeat scroll 0 0 #F1F2F2;
			font-size: 18px;
			font-weight: normal;
			margin: 0;
			text-indent: 10px;
		}
		.widget_vietnam_visa_central_checklist .visa-box-content,
		.widget_vietnam_visa_central .visa-box-content {
			background: url("img/arrow-down-icon.png") no-repeat scroll center top transparent;
			border-top: 2px solid red;
			margin-bottom: 20px;
			margin-top: 1px;
			padding: 30px 10px 10px;
		}
		.widget_vietnam_visa_central_checklist .visa-box-text-link,
		.widget_vietnam_visa_central .visa-box-text-link {
			position: absolute;
			bottom: 10px;
			padding: 0 10px;
		}
		.widget_vietnam_visa_central_checklist .visa-box-text-link > a,
		.widget_vietnam_visa_central .visa-box-text-link > a {
			background: url("img/arrow-right-icon.png") no-repeat scroll 0 center transparent;
			/*color: red;*/
			display: block;
			padding-left: 20px;
		}

/* NAV FOOTER */
.menu-footer-container {
	margin-top: 10px;
	padding: 0 20px;
}
.menu-footer-container a {
	color: #fff;
	font-size: 12px;
}
	.menu-footer-container .nav > li {
		border-right: 1px solid #fff;
		padding: 0 10px 0 9px;
		line-height: 15px;
	}
	.menu-footer-container .nav > li:hover a {
		text-decoration: underline;
		background: none;
	}
	.menu-footer-container .nav > li:last-child {
		border-right: none;
		padding-right: 0;
	}

.email-contact {
	background: url('img/email.png') no-repeat left center;
	text-indent: 50px;
	color: white;
	font-size: 13px;
}
	.email-contact p {
		margin: 0;
	}
	.email-contact a {
	}
.site-copyright {
	font-size: 13px;
	color: #dadada;
}
	.site-copyright p {
		margin: 0;
	}


/* TABS */
#main-tabs {
	margin-bottom: 0;
}
	#main-tabs li > a {
		border-radius: 0;
		-o-border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		/*border-left: 1px solid #DDDDDD;
		border-right: 1px solid #DDDDDD;
		border-top: 1px solid #DDDDDD;*/
		/*color: #777;*/
		font-size: 12px;
		font-weight: bold;
		padding: 5px 15px;
		text-transform: uppercase;
	}
	#main-tabs .active > a {
		/*color: red;*/
	}
	#main-tabs-container {
		background: none repeat scroll 0 0 #FFFFFF;
		/*border-bottom: 1px solid #DDDDDD;
		border-left: 1px solid #DDDDDD;
		border-right: 1px solid #DDDDDD;*/
		min-height: 490px;
		padding: 10px;
	}


/* WIDGETS */
.widget {
	background: #fff;
	border: 1px solid #d3d3d3;
	border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	margin-bottom: 20px;
}
	.widget h3 {
		background-image: linear-gradient(bottom, #dddddd 23%, #f1f1f1 62%);
		background-image: -o-linear-gradient(bottom, #dddddd 23%, #f1f1f1 62%);
		background-image: -moz-linear-gradient(bottom, #dddddd 23%, #f1f1f1 62%);
		background-image: -webkit-linear-gradient(bottom, #dddddd 23%, #f1f1f1 62%);
		background-image: -ms-linear-gradient(bottom, #dddddd 23%, #f1f1f1 62%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.23, #dddddd),
			color-stop(0.62, #f1f1f1)
		);
		border-radius: 5px 5px 0 0;
		-o-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		border-bottom: 1px solid #bbb;
		/*color: red;*/
		font-size: 18px;
		margin: 0;
		text-indent: 10px;
		text-shadow: 1px 1px 1px #fff;
	}
	.widget .textwidget {
		padding: 10px;
	}

/* APPLY ONLINE REQUIRED */
.apply-online-required {
	background: url("img/accept-apply-online.png") no-repeat scroll 5px center #F2F2F2;
	border: 1px solid #D3D3D3;
	min-height: 70px;
	padding: 10px;
	text-indent: 75px;
}
	.apply-online-required-content {
		font-size: 15px;
		padding-top: 10px;
	}

/* TABLE */
.table td.vmiddle {
	vertical-align: middle;
}

@media only screen and (max-width: 400px), (min-device-width: 768px) and (max-device-width: 1024px)  {
	#visa-form {
		position: relative;
		top: 20px;
		left: 0;
	}
	#slider {
		padding-bottom: 30px !important;
	}
}

.content-box {
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	overflow: hidden;
	min-height: 530px;
}
header.page-header {
	margin-top: 0;
}
	header h1.page-title {
		font-size: 24px;
		margin: 0;
	}

/* ENTRIES */
h1.entry-title, h4.entry-title {
}
	h1.entry-title a:hover {
		text-decoration: none;
	}
	h1.entry-title a {
		text-shadow: 1px 1px 1px #999;
		/*color: red;*/
	}
	h4.entry-title a {
		color: #666;
	}
	h4.entry-title a:hover {
		/*color: red;*/
		text-decoration: none;
	}
.entry-meta {
	color: #333;
}
	.entry-meta a {
		/*color: red;*/
	}
.entry-content {
	margin-top: 20px;
}

/* APPLY 1 */
.apply-submited {
	border: 1px solid #ddd;
	background: #eee;
	padding: 5px;
}
.apply-forms .required {
	color: red;
}

.apply-steps a {
	color: #777 !important;
}

.apply-steps .active a {
	/*color: red !important;*/
	font-weight: bold;
}
	.apply-steps .navbar-inner {
		padding: 0 !important;
	}


.btn-airport-departure,
.btn-airport-arrival {
	width: 326px;
	height: 272px;
	display: inline-block;
	border: none;
}
.btn-airport-departure {
	background: url('img/button-airport-departure.png') no-repeat;
}
.btn-airport-arrival {
	background: url('img/button-airport-arrival.png') no-repeat;
}
.btn-booknow {
	background: url('img/book_now_button.png') no-repeat;
	width: 248px;
	height: 90px;
	border: none;
	display: block;
	margin: 20px auto;
}
.map-canvas img {
	max-width: none;
}
.center {
	margin: 0 auto;
}
.nav-tabs {
	border-bottom: none;
}