* { margin:0; padding:0; }
ul, li {
	list-style:none;	
}
a {
	text-decoration:none !important;	
}
body { height:100%; font-family:Arial, Helvetica, sans-serif; font-size:14px; }
img {
    border: medium none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.fancybox-overlay {
    z-index: 100000 !important;
}
.fancybox-opened {
    z-index: 100001 !important;
}
#goolobe-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../images/progress.gif) no-repeat center center;}
#goolobe {  display:block; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#goolobe img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#goolobe li img{ width: 100% !important; top: 0 !important; height: 500px !important; }
#goolobe.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#goolobe.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#goolobe li { display:inline-block; list-style:none; z-index:-30; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#goolobe a { width:100%; height:100%; display:block; }
#goolobe li.prevslide { z-index:-20; }
#goolobe li.activeslide { z-index:-10; }
#goolobe li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#goolobe li.image-loading img{ visibility:hidden; }
#goolobe li.prevslide img, #goolobe li.activeslide img{ display:inline; }


/* Controls Bar
	----------------------------*/
	#controls-wrapper { margin:0 auto; height:42px; width:100%; bottom:0px; left:0; z-index:4; background:url(../img/nav-bg.png) repeat-x; position:fixed; }
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
			#slidecounter { float:left; color:#999; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 0 -1px 0; margin:0px 10px 0 15px; line-height:42px; }
			#slidecaption { overflow:hidden; float:left; color:#FFF; font:400 14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 1px 1px 2px; margin:0 20px 0 0; line-height:42px; }
			
			#navigation { float:right; margin:0px 20px 0 0; }
				#play-button{ float:left; margin-top:1px;border-right:1px solid #333; background:url('../img/bg-hover.png') repeat-x 0 44px; }
					#play-button:hover{ background-position:0 1px; cursor:pointer; }
				
				#prevslide, #nextslide{ position:absolute; height:43px; width:43px; top:50%; margin-top:-21px; opacity:0.6; }
					#prevslide{ left:10px; background:url('../img/back.png'); }
					#nextslide{ right:10px; background:url('../img/forward.png'); }
						#prevslide:active, #nextslide:active{ margin-top:-19px; }
						#prevslide:hover, #nextslide:hover{ cursor:pointer; }
				
				ul#slide-list{ padding:15px 0; float:left; position:absolute; left:50%; }
					ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }
						ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }
						ul#slide-list li a{ display:block; width:12px; height:12px; background:url('../img/nav-dot.png') no-repeat 0 -24px; }
							ul#slide-list li a:hover{ background-position:0 -12px; cursor:pointer; }
				
				#tray-button{ float:right; margin-top:1px; border-left:1px solid #333; background:url('../img/bg-hover.png') repeat-x 0 44px; }
					#tray-button:hover{ background-position:0 1px; cursor:pointer; }
		
	
	/* Progress Bar
	----------------------------*/					
	#progress-back{ z-index:5; position:fixed; bottom:42px; left:0; height:8px; width:100%; background:url('../img/progress-back.png') repeat-x; }
		#progress-bar{ position:relative; height:8px; width:100%; background:url('../img/progress-bar.png') repeat-x; }
	
	
	/* Thumbnail Navigation
	----------------------------*/	
	#nextthumb,#prevthumb { z-index:2; display:none; position:fixed; bottom:61px; height:75px; width:100px; overflow:hidden; background:#ddd; border:1px solid #fff; -webkit-box-shadow:0 0 5px #000; }
		#nextthumb { right:12px; }
		#prevthumb { left:12px; }
			#nextthumb img, #prevthumb img { width:150px; height:auto;  }
			#nextthumb:active, #prevthumb:active { bottom:59px; }
			#nextthumb:hover, #prevthumb:hover { cursor:pointer; }
	
	
	/* Thumbnail Tray
	----------------------------*/			
	#thumb-tray{ position:fixed; z-index:3; bottom:0; left:0; background:url(../img/bg-black.png); height:150px; width:100%; overflow:hidden; text-align:center; -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000; }
		
		#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:42px; height:108px; width:40px; }
			#thumb-back{ left:0; background: url('../img/thumb-back.png') no-repeat center center;}
			#thumb-forward{ right:0; background:url('../img/thumb-forward.png') no-repeat center center;}
				#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
					#thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
					#thumb-forward:hover{ border-left:1px solid rgba(256,256,256, 0.2); }
		
		
		ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
			ul#thumb-list li{ background:#111; list-style:none; display:inline; width:150px; height:108px; overflow:hidden; float:left; margin:0; }
				ul#thumb-list li img { width:200px; height:auto; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
				ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
				ul#thumb-list li:hover{ cursor:pointer; }
				
				
				
				
/*===================================================  index start ================================================================*/
*, *::before, *::after {
    box-sizing: border-box;
}
#wrapper {
    margin: 0 auto;
    max-width: 1170px;
}
.menu_header {
	top: 33px;
    line-height: 40px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.menu_header.index_menu_header {
    line-height: 40px;
}
#mainheader .brand {
    width: 280px;
}
#mainheader {
    line-height: 80px;
}
#home_nav li{
	
	color:#000;
}
#home_nav a{

	color:#000;
}
.social_icons_frame {
    background: #034d58;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
	height:33px;
	z-index: 99999;
}
.social_icons {
    float: right;
    position: absolute;
    right: 0;
	z-index: 10000;
}
.social_icons li{
	float:left;
	margin-right:10px;
	padding: 8px 0;
}
.social_icons img{
	width:30px;
}
.social_icons a{
	float:left;
	font-size:14px;
	color: #fff;
}
.social_icons a span{
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
.header_details_frame {
	/*width:100%;
	position:relative;*/
}
.logo_brand {
	position:absolute;
	left:20px;
	top:0;
	/*background: rgb(4, 82, 144);
	border-radius: 0 0 15px 15px;*/
    padding: 10px;
}
.index_page .logo_brand {
	z-index: 9999;
}
.logo_brand img {
	max-width:100%;
	width: 202px; 
	filter: drop-shadow(4px 4px 15px white);
	border-radius: 10px
}
.header_details {
	position:absolute;
	right:0;
	top:130px;
	font-size: 17px;
    letter-spacing: 1px;
    line-height: 50px;
	color:#A9E0FF;
}

.header_details p {
    margin-bottom: 10px;
    margin-right: 20px;
    display: block;
    float: left;
    clear: both;
}
.header_details span {
	-webkit-transform:skew(-200deg);
	-moz-transform:skew(-200deg);
	transform:skew(-200deg);
	
	margin-top: 20px;
	
	background: #ccc;
	border-radius: 5px 0;
	display:inline-block;
	line-height:45px;
	height:45px;
	width:225px;
	color:rgba(4, 82, 144, 1);
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px;
	float:right;
}
.header_details img {
    /*-webkit-transform:skew(-200deg);
	-moz-transform:skew(-200deg);
	transform:skew(-200deg);*/
	
	clear: left;
    float: left;
    margin: 0px 10px 0px 0;
    width: 100px;
    /*border: 3px solid #ccc;*/
	display:inline-block;
	/*background:#ccc;
	border-radius: 5px 0;*/
}
.header_details a:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.header_details a:hover span {
color: #ccc;
background: rgb(4, 82, 144);
}

.header_title_frame {
	width:100%;
}
.header_title {
	position:absolute;
	bottom:245px;
}
.header_title #slidecaption {
	font-size: 35px;
    line-height: 50px;
	color:#fff;
	text-shadow: 0 0 4px #8cccfd;
}
/*
 #slidecaption {
	opacity: 0;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}

#slidecaption {

		opacity: 0;
		transition: opacity 1.5s;
		-moz-transition: opacity 1.5s;
		-webkit-transition: opacity 1.5s;
		-o-transition: opacity 1.5s;
	}

	#slidecaption.loaded {
		opacity: 1;
	}*/

.net {
	width:100%;
	height:100%;
	position:fixed;
	z-index:-998;
	background:url(../images/net.png) repeat;
}

/*===================================================  index end ================================================================*/	
/*===================================================  about start ================================================================*/				
.clear {clear:both;}				
body.other 	.menu_header {  position:static;}
.body_content {
	float: left;
    width: 100%;
	background-color:#fff;
	min-height:400px;
}
.cont_area {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}
.title_txt {
    color: #354a9f;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
    margin: 20px 0;
}
.stitle_txt {
    color: #354a9f;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0;
}
.cont_area > p {
    color: #858786;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;
	margin-bottom:10px;
}
.footer {
    background: #034d58;
    color: #fff;
    padding: 40px 0 20px;
	float:left;
	width:100%;
}
.footer_1 {
    width: 470px;
	float:left;
}
.footer_2 {
    width: 370px;
	float:left;
	margin-left: 30px;
}
.footer_3 {
    width: 270px;
	float:left;
	margin-left: 30px;
}

.footer .m_title {
    color: #fff;
    font-size: 14px;
    text-shadow: none;
	line-height: 1.4;
	margin:0 0 10px;
}
.footer .menu li {
    float: left;
    width: 50%;
	line-height:20px;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #fff;
}
.footer p {
    margin: 0 0 10px;
}
.newsletter-signup form {
    margin-bottom: 10px;
}
.newsletter-signup input[type="text"] {
    background: #dddddd;
    border: 1px solid #a3a3a3;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2) inset;
    color: #4d4d4d;
	border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 9px;
    padding: 4px 6px;
	box-sizing: content-box;
    width: 206px;
}
.newsletter-signup input[type="submit"] {
    background: #cd2122;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    height: 30px;
    margin-left: 5px;
    padding: 0 15px;
	cursor:pointer;
}
.newsletter-signup input[type="submit"]:hover {
    background: #000;
}
.footer .contact-details {
    background: url(../images/say_hi.png) no-repeat right top;
}
.footer_bottom{
    width: 100%;
	float:left;
    /*border-top: 1px solid #484848;*/
    color: #8b8c8d;
    padding-top: 30px;
	margin-top:5px;
}
.footer .social-icons {
    float: right;
}
.footer .social-icons li.title {
    line-height: 30px;
}
.footer .social-icons li {
    margin: 0 0 0 10px;
	display: inline-block;
    vertical-align: middle;
}
.footer .social-icons li:first-child {
    margin-left: 0;
}

.social-icons li.social-twitter a {
    background-position: 0 0;
}
.social-icons li.social-facebook a {
    background-position: -60px 0;
}
.social-icons li.social-youtube a {
    background-position: -330px -30px;
}
.social-icons li a {
    background-color: #111;
    background-image: url(../images/social-icons-sprite.png);
    background-repeat: no-repeat;
    border-radius: 3px;
    display: inline-block;
    height: 30px;
    position: relative;
    text-indent: -9999px;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
    width: 30px;
}
.social-icons li a:hover{background-color:#cd2122;box-shadow:0 0 6px rgba(0,0,0,0.4)}
.track_order_btn { /*background-color: #56A4E2; color: #fff; font-size: 14px; font-weight: bold; padding: 17px 10px; border-radius: 25px;*/ }
.menu-inner .brand a img { float:left; }
.menu-inner .brand a div { float:left; line-height: normal;	margin:20px 0 0; width: 280px; position:relative; }
.menu-inner .brand a p.brand_l3 { color: #000; font-size: 20px; font-weight: bold; position:absolute; top:0; }
.menu-inner .brand a p.brand_l1 {
	color: #000;
    font-size: 20px;
    font-weight: bold;
	position:absolute;
	top:0;
}
.menu-inner .brand a p.brand_l2 {
	color: #000;
    font-size: 11px;
	text-align:right;
	position:absolute;
	top: 25px;
    right: 0;
}
.cont_area p {
    color: #3c3c3c;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
    text-align: justify;
}
img.ca_img {
    border-radius: 3px;
    box-shadow: 0 0 3px #999;
    float: right;
    margin: 0 0 0 20px;
}
/*===================================================  about end ================================================================*/		
/*===================================================  contact start ================================================================*/	
.contact-left {
	float:left;
	padding:20px 0 20px 20px;
}
.contact-left h4 {
	color:#999;
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
	margin-bottom: 10px;
}
.contact-left p {
	text-align:justify;
	color: #3C3C3C;
    font-size: 14px;
    line-height: 21px;
	margin-bottom: 10px;
}
.contact-left p a {
	color: #3C3C3C;
}
.contact-right {
	float:right;
	width:500px;
	padding:20px;
}
.contact-form fieldset {
	border:none;
}
.contact-form fieldset div {
	color: #d52b2a;
	font-size:9px;
}
.contact-form label {
	margin-bottom: 5px;
    display: block;
}
.contact-form label span {
	color: #d52b2a;
}
.contact-form input[type="text"] {
	width: 98%;
	padding: 3px 0;
}
.contact-form textarea {
	width: 98%;
	
}
.contact-form input[type="text"], .contact-form textarea {
	border:1px solid #d5d5d5;
	border-radius: 3px;
	text-indent:5px;
	margin-bottom:10px;
}
.contact-form input[type="submit"], 
.sailing_sdl_form input[type="submit"] {
	background: #F1C100;
    color: #000;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 10px;
    padding: 5px 10px;
}
.btn_style_all {
	background: #F1C100;
    color: #000;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 10px;
    padding: 5px 10px;
	display:inline-block;
}
.contact-form input[type="submit"],
.sailing_sdl_form input[type="submit"],
.social_icons li a,
.t_order_form_btn,
.t_order2_form_btn,
.nav-link,
.btn_style_all {
	opacity: 1;
  	filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.contact-form input[type="submit"]:hover,
.sailing_sdl_form input[type="submit"]:hover,
.social_icons li a:hover,
.t_order_form_btn:hover,
.t_order2_form_btn:hover,
.nav-link:hover,
.btn_style_all:hover {
opacity: 0.9;
  	filter: alpha(opacity=90);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.btn_style_all_mt {
	margin-bottom:10px;
	margin-top:10px;	
}
/*===================================================  contact end ================================================================*/	
/*===================================================  Track Order start ================================================================*/	
.t_order{
    padding: 20px;
}
.t_order table {
	width: 420px;
	margin: 0 auto;
}

.t_order table td {
	line-height: 40px;
}
.t_order input[type="text"]{
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    text-indent: 5px;
    padding: 3px 0;
    width: 200px;
	margin:0 10px;
	line-height: 25px;
}
.t_order td span {
    color: #d52b2a;
}
.t_order_form_btn {
	background: #F1C100;
    color: #000;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 10px;
}
.other { background-color:#f4c709; }








.t_order2 {
    background: rgb(4, 82, 144);
    border-radius: 5px;
    float: left;
    padding: 20px;
    position: absolute;
    right: 10px;
	z-index: 10000;
    top: 40px;
}
.t_order2 table {
	width: 280px;
	margin: 0 auto;
}

.t_order2 table td {
	line-height: 40px;
	color: #ccc;
}
.t_order2 input[type="text"]{
    border: 1px solid #ccc;
	background:#ccc;
    color: rgba(4, 82, 144, 1);
    border-radius: 3px;
    text-indent: 5px;
    padding: 3px 0;
    width: 200px;
	line-height: 25px;
	float:right;
}
.t_order2 td span {
    color: #d52b2a;
}
.t_order2 td p {
    float:left;
	width:60px;
}
.social_icons a.t_order2_form_btn {
    background: #ccc;
    border: medium none;
    border-radius: 3px;
    color: rgb(4, 82, 144);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    padding: 0;
	text-align:center;
	width:100px;
	float:right;
}
/*===================================================  Track Order end ================================================================*/

body.other .menu_header .main-nav > ul > li > ul {
    bottom: inherit;
    left: 0;
}
#home_nav a:hover {
    color: #3D72A3;
}
.cont_area ul, .cont_area ol {line-height: 21px;}
ol.ol_style1{
	padding-left:20px;
}
ol.ol_style1 li{
	list-style-type:circlel;
}
ol.ol_style2{
	padding-left:20px;
}
ol.ol_style2 li{
	list-style-type: lower-roman;
}
ul.ul_style3{
	padding-left:20px;
}
ul.ul_style3 li{
	list-style-type: square;
}
ul.ul_style4{
	padding-left:20px;
}
ul.ul_style4 li{
	list-style-type: none;
}
ul.ul_style5{
	padding-left:20px;
}
ul.ul_style5 li{
	list-style-type: disc;
}
ul.ul_style10 li{
	list-style: none;
}
ul.ul_style10 {
    list-style-type: none;
}
ul.ul_style10 li:before {
    content:"\2713\0020";
}
.network_ul ul {
    float: left;
    margin: 50px 100px 20px 0 ;
}
.tarriffs_ul ul {
    float: left;
    margin: 0 100px 10px 0 ;
}
.business_div > ol > ol {
	margin-bottom:20px;	
}
.uder_box {
    float: left;
    text-align: center;
    width: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 30px;
	height: 275px;
}
.uder_box p {
    text-align: center;
}
img.user_img {
    border-radius: 3px;
    box-shadow: 0 0 3px #999;
}
.news_box {
    float: left;
    text-align: center;
    width: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 30px;
	height: 160px;
}
.news_box p {
    text-align: center;
}
img.news_img {
    border-radius: 3px;
    box-shadow: 0 0 3px #999;
}


img.award_img {
    border-radius: 3px;
    box-shadow: 0 0 3px #999;
    float: right;
    margin: 50px 0 0 50px;
}
.cont_area.ocs_services p.ocs_services_sp_img_p img.ca_img {
    float:left;
	margin: 0 20px 20px 0;
}
.cont_area.ocs_services img.ca_img {
    margin-bottom: 20px;
}
.menu-inner .brand {
    float: left;
    padding: 14px 14px 14px 0;
	display: table-cell;
    vertical-align: middle;
}
.menu-inner .brand a {
    color: #fff;
    display: block;
    height: 100%;
    text-decoration: none;
}
.menu-inner .brand a img {
    max-height: 100%;
    max-width: 100%;
    float:left;
}
.contact-left img.ca_img {
	max-width:100%;
}
h4.style_sstitle {
    color: #999;
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 10px;
}
.business_box {
    border: 1px solid #666;
    margin-right: 0;
    width: 47%;
	padding:1%;
    float: left;
	border-radius:5px;
	height:290px;
	margin-bottom:20px;
	box-shadow: 5px 5px 5px #999;
	background-color: #d5d5d5;
}
.business_box:nth-child(odd) {
    margin-right: 2%;
}
.business_box > p {
	font-weight:bold;
	color:#354a9f;
}
.regional_h_off {
    float: left;
    margin-left: 75px;
    margin-top: 20px;
}
.regional_h_off img.ca_img {
    float: left;
    margin: 0;
    width: 100px;
}
.sailing_sdl {
    margin-bottom: 20px;
}
.sailing_sdl_form fieldset {
    border: none;
}
.sailing_sdl_form label {
    display: block;
    margin-bottom: 5px;
}
.sailing_sdl_form label span {
    color: #d52b2a;
}
.sailing_sdl_form input[type="text"] {
    padding: 3px 0;
    width: 98%;
}
.sailing_sdl_form input[type="text"], .sailing_sdl_form textarea {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    margin-bottom: 10px;
    text-indent: 5px;
}
.sailing_sdl_form input[type="radio"]{
    margin-bottom: 10px;
	margin-right:5px;
}
.sailing_sdl_form select {
    border: 1px solid #bebebe;
    box-sizing: border-box;
    margin: 0 5px 10px 0;
    outline: none;
    padding: 3px 0;
}
/*.sailing_sdl_form select.date_dd {
    width:50px;
}
.sailing_sdl_form select.date_mmmm {
    width:150px;
}
.sailing_sdl_form select.date_yyyy {
    width:150px;
}*/
.sailing_sdl_form fieldset div {
    color: #d52b2a;
    font-size: 9px;
}
.sailing_sdl_d {
    float: left;
    width: 49%;
}
.sailing_sdl_d p {
	text-align:left;
}
.sailing_sdl_form label {
    width: 60px;
    display: inline-block;
    float: left;
}
.sailing_sdl_d input[type="text"] {
    width: 227px;
}
.sailing_sdl_d.sailing_sdl_d2 {
    float: right;
}
.sailing_sch_ul ul{
    float: left;
    margin: 50px 0 20px 0;
    width: 25%;
}
.tarriffs_ul2 {
    float: left;
    width:100%;
}
.tarriffs_ul2 ul {
    float: left;
	width:100%;
    margin: 0 0 20px 0;
}
.sailing_sdl_d p strong,
.tarriffs_ul2 p,
.sailing_sch_ul ul li strong 
 {
    color: #354a9f;
}
.tarriffs_ul2 ul li {
    float: left;
    width:20%;
}
.contact-left h2 {
	color: #354a9f;
}
.stitle_txt.con_title_font { 
	font-family:"Times New Roman", Times, serif; 
	color:#F4C709; 
	margin-bottom:0; 
	font-size:20px;
}
.regional_box {
    border: 1px solid #666;
    margin-right: 0;
    width: 99%;
	padding:1%;
    float: left;
	border-radius:5px;
	height:auto;
	margin-bottom:20px;
	box-shadow: 5px 5px 5px #999;
	background-color: #d5d5d5;
}
.regional_box:nth-child(odd) {
    margin-right: 2%;
}
.regional_box > p {
	margin-bottom:5px;
}
.regional_box img.ca_img {
    float: right;
    margin: 0;
    height: 60px;
	margin-bottom:5px;
}
.regional_box h3 {
	background-color:#F4C709;
	border:1px solid #999;
	float:left;
	padding:5px;
	border-radius:5px;
	margin-bottom:5px;
	font-size: 14px;
}





#lightbox-panel1 {
    box-sizing: content-box;
    display: none;
    width: 100%;
    max-width: 340px;
}
#lightbox-panel2 {
    box-sizing: content-box;
    display: none;
    width: 100%;
    max-width: 340px;
}
.log_in_text2 {
	font-size:25px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	color:rgb(4, 82, 144);
	width: 100%;
    max-width: 270px;
}
.lightbox_usrename_text {
	font-size:16px;
	color:rgb(4, 82, 144);
	width:150px;
	float:left;
	margin-top:7px;
}
.lightbox_usrename_text a {
	font-size:16px;
	color:rgb(4, 82, 144);
	width:150px;
	float:left;
	margin-top:7px;
	text-decoration:none;
}
.lightbox_usrename_text a:hover {
	text-decoration:underline;
}
.lightbox_username2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:rgb(4, 82, 144);
	background:#fff;
	width:100%;
	float:left;
	border:none;
	border:1px solid rgb(4, 82, 144);
	border-radius:5px;
	margin-top:19px;
	padding:3px 5px;
}


textarea.lightbox_username2 {
	height:70px;
	resize:none;
}

.checkbox_main {
	width:340px;
	float:left;
	margin-top:5px;
}
.checkbox {
	width:10px;
	height:10px;
	float:left;
}
.checkbox_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:rgb(4, 82, 144);
	width:320px;
	float:left;
	margin-left:10px;
	margin-top:2px;
}
.register_button2 {
	background:#5a3800;
	border-radius:5px;
	float:right;
	margin-top:5px;
}
.register_button2 ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.register_button2 ul li {
	font-family:Arial, Helvetica, sans-seriff;
	font-size:18px;
	color:#FFFFFF;
	float:left;
}
.register_button2 ul li a {
	font-size:18px;
	color:#fff;
	float:left;
	text-decoration:none;
	padding:8px 35px;
	background:rgb(4, 82, 144);
	border-radius:5px;
}
.register_button2 ul li a:hover {
	 opacity:.7; 
	 transition:all .3s;
	 -moz-transition:all .3s; 
	 -o-transition:all .3s; 
	 -webkit-transition:all .3s;
}

.powered_by {
    display: inline-block;
    float: right;
    bottom: 15px;
	left:20px;
	line-height: normal;
}

.powered_by, .powered_by a {
	color:#c8c6c6;
	/*text-transform:uppercase;*/
	font-size:11px;
}
.powered_by a:hover {
	 opacity:.7; 
	 transition:all .3s;
	 -moz-transition:all .3s; 
	 -o-transition:all .3s; 
	 -webkit-transition:all .3s;
}

.page .menu_header.page_header {
    top: 33px;
	bottom: inherit;
    line-height: 80px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.page .logo_brand {
    z-index: 1001;
    
}
.page .t_order2 {
    z-index: 1002;
}
.page .body_content {
    position: relative;
    margin-top: 100px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:top left;
}
.page .cont_area {
    float: right;
    max-width: 840px;
}
.page .footer {
    position: relative;
}
.page .powered_by {
    display: inline-block;
    float: right;
    position: inherit;
}
.page .powered_by, .page .powered_by a {
	color: #8b8c8d;
	font-size: 12px;
}
.cont_area.cont_area2{
	/* width:50%; */
	max-width: 480px;
	padding-right:20px;
}
.contact_form {
    background: #eee;
    border-radius: 0 0 10px 10px;
    /* float: left; */
    max-width: 402px;
    padding: 10px;
    margin-left: 30%;width: 62%;
}
.att_cv {
	padding:3px;
	background: #fff;
    /*border: 1px solid rgb(4, 82, 144);*/
    border-radius: 5px;
    color: rgb(4, 82, 144);
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-top: 10px;
    padding: 3px 5px;
    width: 340px;
}
.att_cv input {

}


input + .maxlength,
textarea + .maxlength {
	position: relative;
	top: -30px;
}
.maxlength {
	margin-bottom: 1em;
}
.maxlength:last-child {
	margin-bottom: 0;
}

.body_content .lightbox_username2 {
	border:none;
	border-bottom:1px solid rgb(4, 82, 144);
	border-radius:0px;
	background:none;
	padding:3px 0px;
}
.body_content .contact_form {
    background:none;
    border:1px solid #eee;
}
.index_res {
	display:none;
}
.powered_by2 {
    display:none;
}

/*.page .logo_brand img{ width: 120px; }*/

/*----08-02-20----*/
.body-section{ padding: 60px 0; }
.body-section h2{ text-align: center; margin-bottom: 10px; color: #343a40; font-size: 28px; }
button.owl-dot:focus{ outline: none; }
.owl-nav { position: absolute; top: 50%; transform: translateY(-50%); font-size: 4em; color: #ccc; width: 100%; }
.owl-theme .owl-nav [class*=owl-]:hover { background: transparent !important; color: #009688 !important;}
button.owl-prev{ float: left; margin-left: 20px !important; }
button.owl-next { float: right; margin-right: 20px !important; }
button.owl-prev:focus, button.owl-next:focus { outline: none !important; }
.owl-dots { position: absolute; width: 100%; bottom: 0; }
.container{ max-width: 1170px; display: block; margin: 0 auto; }
.column-1{ display: inline-block; background-color: #ccc; height: 200px; overflow: hidden; margin: 20px 0; border-radius: 10px; }
.column-1 img{ width: 100%; }
.column-2 { width: 100%; margin: 20px 0; }
.column-2 h6{ color: #5a5a5a; font-weight: 500; font-size: 14px; line-height: 24px; text-align: justify; }
.container-fluid{ width: 100%; position: relative; }
.column-3{ width: 25%; float: left; margin-top: 20px; position: relative; height: 380px; overflow: hidden; }
/*.column-3:after{ background: linear-gradient(to top, #000, transparent); position: absolute; height: 100%; width: 100%; top: 0; z-index: 9; display: block; }*/
.black{ position: absolute; top: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0, 0, 0, 0.78), transparent); z-index: 9; }
.column-3 .black h4{ font-weight: 500; font-size: 18px; color: #fff; position: relative; bottom: -85%; width: 100%; text-align: center; z-index: 99; }
.clearfix{ clear: both; }
body{ width: 100%; overflow-x: hidden; height: auto !important; }
.choose h2{ margin: 40px 0 20px; color: #343a40; font-size: 28px; font-weight: 600; }
.choose .column-1 i{ color: #80c6ff; font-size: 36px; display: inline-block; width: 17%; }
.choose .column-1 img{ display: inline-block; width: 32%; border-radius: 10px; }
.choose .column-1 h6{ font-size: 17px; font-weight: 500; display: inline-block; width: 64%; margin-left: 1%; color: #585858; line-height: 22px; vertical-align: middle; }
.choose .column-1{ background-color: transparent; height: auto; margin: 15px 0; width: 100%; background-color: #f3f3f3; }
.border{ background-color: #3f94d8; height: 3px; width: 150px; margin: 10px auto; }
.choose .border{ background-color: #80c6ff; margin-bottom: 20px; }
.submenu{ position: relative; }
.submenu ul{ display: none; }
.submenu:hover ul{ display: block; position: absolute; }
.container-fluid .column-3 img{ height: 100%; max-width: initial; }
.column-2 input{ margin: 25px auto 0; display: block; color: #005f80; font-weight: 600; font-size: 15px; text-transform: uppercase; background-color: #80c6ff; padding: 15px 35px;
    border: 0px; cursor: pointer; }
.column-2.btn{ height: auto; }
.copyright { display: inline-block; }
.footer_3 img{ width: 65%; margin-top: 20px;border-radius: 22px; }
.page-slider .owl-carousel .owl-item img{ height: 100vh; }
.track_order_btn i{ margin-right: 5px; }
.page-slider .item img{ position: relative; }
/*.page-slider .item h2:before{ content: ''; display: inline-block; background-color: rgba(0,0,0,0.5); height: 60px; transform: skewX(20deg); width: 40px; position: absolute; right: 0; }*/
.page-slider .item h2{ position: absolute; top: 49%; transform: translateY(-50%); left: 31%; font-size: 38px; text-transform: uppercase; color: #fff; margin: 0; padding: 15px; 
	z-index: 999;font-weight: 700!important;text-align: center;background-color: rgba(0,0,0,0.5); }
.my-slider1 .owl-dots{ display: none; }
.my-btn .btn{ background-color: #3f94d8 !important; color: #003767 !important; border: 0px !important; border-radius: 0px !important; text-transform: uppercase; font-weight: bold; }
.container-fluid .seller.column-3{ width: 100% !important; }
.owl-item { margin-right: 0 !important; }
.bg-lgray { background-color: #d0d0d0; }
.my-icon { margin: 30px 0 10px; }
.my-icon img { width: 100%; display: inline-block; padding: 7px; }
.my-icon h6 { width: 64%; margin-left: 10px; display: inline-block; text-align: center; }

@media only screen and (max-width: 991px) {
.column-1 { height: auto; }
}