* { margin:0; padding:0; }
ul, li {
	list-style:none;	
}
a {
	text-decoration:none;	
}
body { background:#000; height:100%; font-family:Arial, Helvetica, sans-serif; font-size:14px; }
img {
    border: medium none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
#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; position:fixed; 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.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:block; list-style:none; z-index:-30; position:fixed; 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 {
	bottom: 80px;
    line-height: 80px;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
#mainheader .brand {
    width: 280px;
}
#mainheader {
    line-height: 80px;
}
#home_nav li{
	
	color:#000;
}
#home_nav a{

	color:#000;
}
.social_icons_frame {
	width:100%;
}
.social_icons {
	float:left;
	position:relative;
	top:20px;
}
.social_icons li{
	float:left;
	margin-right:10px;
}
.social_icons a{
	float:left;
}
.header_details_frame {
	width:100%;
}
.header_details {
	float:right;
	position:relative;
	top:20px;
	font-size: 17px;
    letter-spacing: 1px;
    line-height: 50px;
	color:#A9E0FF;
}
/*.header_details strong {
	font-size: 25px;
}*/
.header_details img {
    clear: left;
    float: left;
    padding: 1px 10px 0 0;
    width: 52px;
}


.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: #2f2f2f;
    border-top: 4px solid #fff;
    color: #d5d5d5;
    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: #d5d5d5;
}
.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: 5px solid #484848;
    color: #8b8c8d;
    padding-top: 30px;
}
.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: #f1c100;
    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-color: #f1c100;
    border-radius: 5px;
    float: left;
    padding: 20px;
    position: absolute;
    left: 0;
	z-index: 1;
    top: 55px;
}
.t_order2 table {
	width: 420px;
	margin: 0 auto;
}

.t_order2 table td {
	line-height: 40px;
}
.t_order2 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_order2 td span {
    color: #d52b2a;
}
.t_order2_form_btn {
	background-color: #000;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 10px;
}
/*===================================================  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;
}