/* Document */
body {
	padding: 0;
	margin: 0;
	background: #1d3152;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
}
.clearfix {
	clear: both;
}
a {
	text-decoration: none;	
}
.hr {
	margin: 5px 0px;
	border-bottom: 1px rgba(255,255,255,0.6) solid;
}
.fl {
 float:left;	
}
.fr {
	float:right;	
}
.fn {
	float:none;	
}
.dfont{font-family:Arial, Helvetica, sans-serif;}
/* ---- Container ---- */
.container {
	width: 1020px;
	margin: auto;
}
.header {
	background-color: #1d3152;
	width: 100%;
	position: relative;
}
.header .slider-text {
	width: 80%;
	margin: 10px auto 10px auto;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
}
.header .slider-text .logo {
	width: 80%;
	margin: auto;
	text-align: center;
}
.header .slider-text h2 {
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	text-shadow: rgba(0,0,0,1) 0px 0px 15px;
}
.header .slider-text h2 a {
	color: #FFF;
	text-decoration: none;
}
.header .slider-text h4 {
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: 16px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-shadow: 0px 1px 5px rgba(0,0,0,1);
}
.header .slider-text .btn {
	background-color: #3c68bc;
	display: inline-block;
	padding: 8px 16px;
	margin-bottom: 5px;
	border: none;
	border-radius: 16px;
	color: #fff;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	box-shadow: rgba(18,28,75,0.6) 0px 5px 0px;
	-webkit-transition: -webkit-box-shadow 200ms;
	-moz-transition: -moz-box-shadow 200ms;
	transition: box-shadow 200ms;
}
.header .slider-text .btn:hover {
	box-shadow: rgba(18,28,75,0.6) 0px 4px 2px;
}
.header .slider-text .btn2 {
	/*background:url(../images/black.png);*/
	display: inline-block;
	height: 74px;
	padding: 10px 20px 10px 10px;
	margin-top: 20px;
	line-height: 70px;
	border-radius: 80px;
	color: #FFF;
	font-size: 22px;
	text-decoration: none;
}
#earth {
	background: url(../images/earth-color.jpg);
	background-size: 150px;
	display: inline-block;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	vertical-align: middle;
	margin:0 15px 0 5px;
	box-shadow: inset 10px 0 20px 6px rgba(0, 0, 0, 0.4),
				inset -3px 0 6px 2px rgba(180, 200, 240, 0.4),
				rgba(180, 200, 240,0.8) 0px 0px 20px;
	animation: rotate 20s infinite linear;
	-webkit-animation: rotate 20s infinite linear;
	-moz-animation: rotate 20s infinite linear;
	-ms-animation: rotate 20s infinite linear;
	padding:0 !important;
	border-width:0 !important;
}
@keyframes rotate {
0% {
	background-position:0px 0px;
}
100% {
	background-position:-160px 0px;
}
}
@-webkit-keyframes rotate {
0% {
	background-position:0px 0px;
}
100% {
	background-position:-160px 0px;
}
}
@-ms-keyframes rotate {
0% {
	background-position:0px 0px;
}
100% {
	background-position:-160px 0px;
}
}
@-moz-keyframes rotate {
0% {
	background-position:0px 0px;
}
100% {
	background-position:-160px 0px;
}
}
/*------------------------------*/
.header .banner {
	background: url(../images/picture5.jpg) no-repeat center -75px;
	background-size: cover;
	height: 330px;
	position: relative;
}
.header .banner .logo {
	background: url(../images/logo-small.png) no-repeat;
	min-height: 330px;
	width: 285px;
}
/*------------------------*/
.header .navigation {
	height: 35px;
	width: 915px;
	float: left;
	position: relative;
}
.header .navigation ul {
	height: 35px;
	padding: 5px 0;
	margin: 0px;
	list-style: none;
}
.header .navigation ul:after {
	content: '';
	clear: both;
	display: block;
}
.header .navigation ul li {
	height:28px;
	padding:2px 0px;
	margin:1px 0px;
	float: left;
}
.webkit .header .navigation ul li {margin:1px -1px;}
.header .navigation ul li ul {
	/*opacity:0;
	visibility:hidden;*/
	display: none;
	position: absolute;
	bottom: -35px;
	background-color: #09F;
	z-index: 999999;
	width:100%;
	left: 0px;
	transition:opacity 600ms, visibility 300ms;
}
.header .navigation ul li:hover ul {
	/*opacity:1;
	visibility:visible;*/
}
.header .navigation ul li a {
	padding: 5px 11px;
	color: #fff;
	text-decoration: none;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 0.9em;
	word-spacing: 2px;
	text-transform: uppercase;
}
.header .navigation > ul > li li a {
	padding:10px 0px;	
}
.header .navigation > ul > li > a {
	margin: 6px 2px;
	border-radius: 10px;
}
.header .navigation > ul > li > a.active, .header .navigation > ul > li > a:hover {
	background-color: #2a5fbf;
	box-shadow:rgba(0,0,0,0.8) 0px 0px 3px inset;
}
.header .navigation > ul > li:hover > a {
	background-color: #2a5fbf;
	box-shadow:rgba(0,0,0,0.8) 0px 0px 3px inset;
}
.header .navigation ul li a:hover{
	background-color: #2a5fbf;
}
.header .navigation.drop ul li {
	position: relative;
}
.header .navigation.drop ul ul {
	width: 220px;
	height: auto;
	padding:0;
	bottom: 0px;
	top: 31px;
}
.header .navigation.drop ul ul li {
	background-color: #09F;
	display: block;
	height:auto;
	float: none;
	padding:0;
	margin: 0;
}
.header .navigation.drop ul ul li a {
	display: block;
	padding:8px 5px;
}
.header .navigation.drop ul ul li {
	border-bottom: rgba(0,0,0,0.3) 1px solid;
}
.header .navigation.drop ul ul li:last-child {
	border-bottom: rgba(0,0,0,0.3) 1px solid;
}
.header .navigation.drop > ul > ul li:hover {
	background-color: #2a5fbf;
}
.header .navigation.drop .container {
	width: auto;
	box-shadow: rgba(0,0,0,0.6) 0px 5px 10px;
}
/*------------------------*/
.header .slider {
	position: relative;
	height: 450px;
	overflow: hidden;
	background-color: #295BB4;
}
.header .social {
	width: 100px;
	float: left;
	margin: 3px 0px;
}
.header .social a {
	height: 28px;
	margin-right: 3px;
}
.header .social img {
	opacity: 1;
	border: none;
	border-radius: 28px;
	transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
}
.header .social img:hover {
	opacity: 0.7;
}
.header .headline {
	background-color: #295bb4;
	min-height: 45px;
	position: relative;
	line-height: 45px;
	z-index: 99999;
	box-shadow: rgba(0,0,0,0.8) 0px -5px 10px;
}
.header .headline {
	color: #fff;
}
.header .headline h3 {
	background: url(../images/arrow-right.png) right center no-repeat #203248;
	display: inline;
	padding: 8px 20px 8px 15px;
	margin: 0px 6px;
	font-size: 1em;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	border-radius: 10px;
}
.header .headline h3:first-of-type {
	margin-left: 0px;
}
.content {
	margin-top: 20px;
	color: #D9E0EC;
}
.content:after {
	content: '';
	display: block;
	clear: both;
}
.content a {
	color: #FFF;
	text-decoration: none;
	margin: 0px 3px;
}
.content a:hover {
	text-decoration: underline;
}
.datagrid img {
	max-width: 100px;
}
.content h3 {
	background: url(../images/hedding.png) left 6px no-repeat;
	display: block;
	padding: 0 0 0 40px;
	margin: 10px 0px;
	font-size: 1.8em;
	font-weight: 500;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	text-transform: none;
}
.content h3 span {
	border: #364D76 5px solid;
	padding: 0px 10px;
	border-radius: 10px;
}
.content p {
	color: #D9E0EC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	text-shadow: rgba(0,0,0,0.2) 0px 2px 1px;
	line-height: 1.3em;
}
.content p span {
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;
}
.content p.commit {
	padding: 10px 110px;
	text-align: center;
	font-size: 1.05em;
	font-weight: 500;
	font-family: "Open Sans", Helvetica, sans-serif;
}
.content p.commit span {
	font-weight: 500;
}
.content .left {
	width: 60%;
	padding: 10px 20px 10px 10px;
	float: left;
}
.content .right {
	width: 30%;
	padding: 10px 10px 10px 20px;
	float: right;
}
.content .right.recent-blog {
	padding:0 10px 10px 10px;
	margin-top: 10px;
	border: #364C73 5px solid;
	border-radius: 10px;
}
body.home .content .right.recent-blog {
	display: none;
}
.content .nav {
	width: 285px;
	margin-top: -20px;
	float: left;
}
ul.list, .content .nav ul {
	display: block;
	padding: 20px 30px 30px 20px;
	margin: 0px;
	list-style: none;
}
ul.list li, .content .nav ul li {
	background: url(../images/arrow-list.png) no-repeat -20px center;
	padding-left: 20px;
	transition: background 300ms;
}
.content .nav ul li.active, .content .nav ul li:hover {
	background-position: 5px center;
}
ul.list li a, .content .nav ul li a {
	display: block;
	padding: 10px 0px;
	font-size: 1.1em;
	color: #FFF;
	text-decoration: none;
	border-bottom: rgba(255,255,255,0.8) 1px dashed;
}
ul.list li:last-child a, .content .nav ul li:last-child a {
	border-bottom: none;
}
ul.list {
	padding: 5px;
}
ul.list li {
	background-position: 5px center;
}
ul.list li a {
	display: inline-block
}
.content .right.inner {
	width: 60%;
	padding: 0 10px 0 10px;
	border-right: none;
	float: left;
}
.content .right.inner .frame {
	max-width: 200px;
	margin: 0px 0px 10px 20px;
	border: rgba(255,255,255,0.6) 5px solid;
	float: right;
}
.content .breadcrumbs {
	background:#334563;
	padding: 2px 5px;
	color: #D9E0EC;
	box-shadow: rgba(0,0,0,0.1) 0px 0px 10px;
}
.content .breadcrumbs a {
	background: url(../images/arrow-list.png) center right no-repeat;
	padding-right: 15px;
	margin-right: 5px;
	color: #D9E0EC;
	text-decoration: none;
}
.content .breadcrumbs a:last-child {
	background: none;
}
.content .breadcrumbs img {
	vertical-align: text-top;
}
ul.blog {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.blog li {
	display: block;
	padding: 10px 0px;
	margin: 0px 0px 10px 10px;
	border-bottom: rgba(255,255,255,0.8) 1px dashed;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
}
ul.blog li:last-child {
	border-bottom: rgba(0,0,0,0.2) 0px solid;
}
ul.blog li:after {
	content: '';
	clear: both;
	display: block;
}
ul.blog li img {
	float: left;
	border: 2px solid #fff;
}
ul.blog li .text, ul.blog li .date, ul.blog li .readmore {
	margin-left: 10px;
	color: #D9E0EC;
	font-size: 1em;
	float: left;
	text-shadow: rgba(0,0,0,0.2) 0px 2px 1px;
}
ul.blog li .dtl {
	width:240px;
}
ul.blog li .thumb {
	width:52px;
	height:auto;
}
ul.blog li .date {
	margin-top: 5px;
	font-style: italic;
	font-size: 0.8em;
}
ul.blog li a.readmore {
	margin-top: 5px;
	color: #FFF;
	font-style: italic;
	font-size: 0.8em;
	float: right;
}
ul.blog li a.readmore:hover {
	text-decoration: underline;
}
.container .blog .left, .container .blog .right {
	background:url(../images/white.png);
}
.footer {
	background-color: #0f1540;
	height: 230px;
	position: relative;
}
.footer .left {
	border: none;
}
.footer .left .col {
	width: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.footer .left ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 20px;
	font-family: 'Alegreya Sans', sans-serif;
}
.footer .left ul li a {
	display: inline-block;
	margin: 4px 0px;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	color: #D9E0EC;
}
.footer .left ul li a:hover {
	text-decoration: underline;
}
.footer .left .col h2, .footer .right h2 {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	font-size: 1.1em;
	font-weight: normal;
	font-family: 'Alegreya Sans', sans-serif;
	color: #FFF;
	word-spacing: 2px;
}
.footer ul .tel, .footer ul .fax, .footer ul .adr {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	width: 30px;
	height: 15px;
}
.footer ul .tel {
	background-position: 0px 0px;
}
.footer ul .fax {
	background-position: 0px -25px;
}
.footer ul .adr {
	background-position: 0px -50px;
}
.footer ul#contact_us div {
	margin: 0 0 0 30px;
	padding: 0px;
}
.footer .email {
	background-color: #295ab4;
	display: block;
	padding: 10px;
}
.email .form input[type=text],
.email .form input[type=tel],
.email .form input[type=email],
.email .form textarea,
.email .form select 
{
	display: block;
	width: 100%;
	padding: 7px;
	margin-bottom: 10px;
	font-size: 0.9em;
	border: rgba(18,28,75,0.8) 1px solid;
	outline: none;
	box-shadow: rgba(18,28,75,0.3) 0px 2px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.email .form textarea {
	display: block;
	height: 60px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	resize: none;
}
.email .form input[type=button],
.email .form input[type=submit] {
	display: block;
	width: 100px;
	height: 32px;
	border: none;
	color: #fff;
	margin: 5px auto;
	border-radius: 16px;
	background-color: #121c4b;
	cursor: pointer;
	outline: none;
	box-shadow: rgba(18,28,75,0.6) 0px 5px 0px;
	-webkit-transition: -webkit-box-shadow 200ms;
	-moz-transition: -moz-box-shadow 200ms;
	transition: box-shadow 200ms;
}
.email .form input[type=button]:hover,
.email .form input[type=submit]:hover {
	box-shadow: rgba(18,28,75,0.6) 0px 4px 2px;
}
.email .form input[type=button]:active,
.email .form input[type=submit]:active {
	box-shadow: rgba(18,28,75,0.6) 0px 1px 2px;
}
.footer .social {
	display: block;
	height: 40px;
	width: 130px;
	margin-top: 10px;
	line-height: 30px;
	float: left;
	clear: both;
}
.footer .social a {
	height: 28px;
	margin-right: 3px;	
	opacity: 1;
	float: left;
	transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
}
.footer .social a, .footer .social a img {
	border-radius: 28px;
}
.footer .social a:hover {
	opacity: 0.7;
}
.footer .copy {
	width: 250px;
	height: 50px;
	line-height: 50px;
	font-size: 0.9em;
	text-align: center;
	color: #CAD5E9;
	float: right;
}
/*-----------------------------------------------------------*/
.blk {
	background-color: rfba(255, 255, 255, 0.2);
	box-shadow:rgba(0,0,0,0.6) 0px 0px 3px;
}
.form input, .form select, .form textarea {
	display: inline-block;
	padding: 7px;
	border: rgba(160,190,255,0.8) 2px solid;
	outline: none;
	font-size: 0.9em;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	box-shadow: rgba(18,28,75,0.3) 0px 2px 0px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.form textarea {
	height: 100px;
	width: 100%;
	resize:vertical;
}
.form input.full {
	width: 100%;
}
.form input[type=button]:hover, .form input[type=submit]:hover {
	background-color: #C2D7FF;
}
.form input[type=button], .form input[type=submit], .form .btn {
	background-color: #3c68bc;
	display: inline-block;
	padding: 8px 16px;
	margin-bottom: 5px;
	border: none;
	border-radius: 16px;
	outline: none;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	box-shadow: rgba(18,28,75,0.6) 0px 5px 0px;
	transition: box-shadow 200ms;
	-webkit-transition: -webkit-box-shadow 200ms;
	-moz-transition: -moz-box-shadow 200ms;
}
.datagrid table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}
.datagrid {
	background: #fff;
	border: 1px solid #006699;
	border-radius: 5px;
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	overflow: hidden;
}
.datagrid table td, .datagrid table th {
	padding: 3px 10px;
}
.datagrid table thead th {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #0f1540) );
	background: -moz-linear-gradient( center top, #006699 5%, #0f1540 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#0f1540');
	background-color: #0f1540;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	border-left: 1px solid #0070A8;
}
.datagrid table thead th:first-child {
	border: none;
}
.datagrid table tbody td {
	color: #00496B;
	font-size: 12px;
	font-weight: normal;
	border-left: 1px solid #E1EEF4;
	border-bottom: 1px solid #E1EEF4;
}
.datagrid table tbody td:first-child {
	border-left: none;
}
.datagrid table tbody tr:last-child td {
	border-bottom: none;
}
.datagrid a {
	color: #00496B;
}
#mobile_nav_btn {
	display: none;
}
/*----------------*/
.content .partners img {
	max-width: 240px;
}
.content .partners p {
	color: #000 !important;
	text-shadow: none;
}
.partners a {
	text-decoration: none;
}
.partners .clear {
	clear: both;
}
.partners .container:before, .partners .container:after, .partners .clearall:before, .partners .clearall:after, .partners form:before, .partners form:after, .partners label:before, .partners label:after {
	content: "";
	display: table;
}
.partners .container:after, .partners .clearall:after, .partners form:after, .partners label:after {
	clear: both;
}
.partners .container {
	width: 922px;
	margin: auto;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
}
.partners .listing_title {
	background: #1b406a url(../images/title_bg.png) repeat-x;
	padding: 0 9px;
	color: #e3f1ff;
	font-size: 16px;
	line-height: 49px;
	text-shadow: 0 1px 1px #194b9f;
}
.partners .listing_title img {
	float: left;
	padding: 0 14px 0 0;
}
.partners .listing_subtitle {
	background: #f2ad3e url(../images/subtitle_bg.png) repeat-x;
	padding: 0 9px;
	color: #191717;
	font-size: 14px;
	line-height: 37px;
	border-bottom: 1px solid #3179c0;
}
.partners .listing_subtitle span {
	display: block;
	background: url(../images/arrow_yellow.png) no-repeat 0 16px;
	padding: 0 0 0 14px;
	color: #191717;
}
.partners .listing_details {
	background-color: #4499ef;
	padding: 22px;
	color: #02121e;
}
.partners .listing_post {
	margin: 0 0 14px;
}
.partners .listing_post img {
	display: block;
	margin: 12px 13px 5px 0;
	border: 5px solid #354f74;
	float: left;
}
.partners .listing_post h1 {
	padding: 0 0 6px;
	margin: 0;
	color: #272727;
	font-size: 26px;
	font-weight: normal;
	line-height: 28px;
	border-bottom: 1px solid #3179c0;
}
.partners .listing_post p {
	line-height: 18px;
}
.partners .partner_logo {
	display: block;
	margin: 0 13px 0 0;
	border: 5px solid #354f74;
	float: left;
}
.partners .listing_post_right {
	width: 592px;
	float: right;
}
.partners .partner_title {
	margin: 0 0 6px;
	padding: 0 0 6px;
	font-size: 26px;
	line-height: 28px;
	color: #272727;
	border-bottom: 1px solid #3179c0;
}
.partners .partner_website, .partners .partner_description {
	background: #103e74 url(../images/arrow_blue.png) no-repeat 95% center;
	display: block;
	padding: 0 38px 0 6px;
	line-height: 22px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.partners .partner_website {
	float: right;
}
.partners .partner_description {
	margin-top: 10px;
	float: left;
}
.partners .partner_website:hover {
	background-color: #195499;
}
.partners .partner_popup {
	padding: 30px 15px;
}
.partners .partner_popup form {
	display: block;
	width: 314px;
	margin: auto;
}
.partners .partner_popup label {
	display: block;
	margin: 0 0 16px;
	font-size: 12px;
	line-height: 24px;
	text-align: right;
}
.partners .partner_popup label input {
	width: 250px;
	height: 16px;
	padding: 4px;
	margin: 0 0 0 8px;
	border: 1px solid #d0d1e6;
	float: right;
}
.partners .partner_popup input[type=submit] {
	background: #103e74;
	padding: 9px 11px;
	color: #fff;
	border: 0;
	cursor: pointer;
	border-radius: 7px;
}
.partners .partner_popup input[type=submit]:hover {
	background: #0f4788;
}
.partners .popup_title {
	margin: 0 0 18px;
	color: #343434;
	font-size: 14px;
	font-weight: bold;
}
.partners .partner_list, .partners .categories-listpage_title {
	color: #fff;
}
.partners .partner_list a, .partners .categories-listpage_title a {
	color: #fff;
}
.partners .partner_list_title, .partners .item-title {
	display: block;
	margin-bottom: 14px;
	padding: 0 0 0 62px;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	text-transform: uppercase;
	border-bottom: 1px solid #11558d;
}
.partners .categories-listpage_title .item-title {
	padding: 0;
}
.partners .categories-listpage_title ul ul {
	margin-bottom: 25px;
}
.partners .categories-listpage_title li li .item-title {
	float: left;
}
.partners .categories-listpage_title li li dd {
	margin: 0 0 0 15px;
	line-height: 32px;
}
.partners .item-title span {
	float: left;
	width: 60px;
}
.partners .weblink-count {
	display: none;
}
.partners li li .weblink-count {
	display: inline;
}
.partners .icon_airline {
	background: url(../images/icon_airline.png) no-repeat;
}
.partners .icon_hotel {
	background: url(../images/icon_hotel.png) no-repeat;
}
.partners .icon_cruise {
	background: url(../images/icon_cruise.png) no-repeat;
}
.partners .partner_list ul, .partners .partner_list li, .partners .categories-listpage_title ul, .partners .categories-listpage_title li {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
.partners .partner_list li, .partners .categories-listpage_title li li .item-title {
	background: url(../images/arrow_blue.png) no-repeat 8px center;
	padding: 0 0 0 36px;
	margin: 0;
	font-size: 12px;
	line-height: 32px;
	border: 0;
	text-transform: none;
}
.partners .partner_list li a:hover {
	color: #5faaf7;
}
