*{  
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;

}
@font-face
{
	font-family: HandelGothicBT;
	src: url(../font/ffonts.net.txt);
	src: url(../font/install-a-new-font.txt);
	src: url(../font/HANDGOTN.TTF);
	src: url(../font/HANDGOTN.TTF);
}
body {
	font-size: 100%;
	margin: 0;
	color:#483936;
	line-height:20px;
	background:#f2f2f6;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.size-980 .line {
  margin: 0 auto;
  max-width: 61.5em;
  padding: 0 0.10em;
}
.size-1140 .line {
  margin: 0 auto;
  max-width: 81.25em;
  padding: 0 0.10em;
}
.line {
  clear: left;
}
h1 {font-size:30px; text-transform:uppercase; font-weight:normal; letter-spacing:1px; line-height:40px;}
h2 {font-size:24px; text-transform:uppercase; font-weight:normal; letter-spacing:1px;}
h3 {font-size:16px; text-transform:uppercase; font-weight:normal; letter-spacing:1px;}
h4 {font-size:14px; text-transform:uppercase; font-weight:normal; letter-spacing:1px;}
p  {margin:0 0 1em; font-size:14px;}
a{color:#414141; text-decoration:none;}
a:hover {color:#0180b6; text-decoration:none;}
div.clear {clear:both;}
.font_title{
	font-family:HandelGothicBT;
}
.orange{
	color:#ff7c04;
}
.orange:hover{
	color:#0180b6 !important;
}
.blue{
	color:#0180b6;
}
.blue:hover{
	color:#ff7c04 !important;
}
.black{
	color:#000;
}
.white{
	color:#ffffff;
}
.margin_left{
	margin-left:20px;
}
.margin_right{
	margin-right:20px;
}
.margin_top{
	margin-top:20px;
}
.margin_bottom{
	margin-bottom:20px;
}
.padding_box{
	padding:10px;
}
.border_blod{
	border-bottom:5px solid #000;
}
.border_normal{
	border-bottom:2px solid #000;
}
.border_dashed{
	border-bottom:1px dashed #1873af;
}
/*############## HEADER ##############*/
.header {
  display: table;
  padding: 1.25em;
  width: 100%;
}
.logo{
	position:absolute;
	z-index:999;
}
.box_social{
	background:#1873af;
    right: 20px;
	top:0px;
    padding: 7px 15px;
	position:absolute;
}
a.youtube_icon {
    background: url("../images/youtube.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
	width: 35px;
    height: 35px;
	float:left;
    margin-right:5px;
    text-indent: -9999px;
}
a.youtube_icon:hover {
    background: url("../images/youtube.png") no-repeat scroll 0 -35px rgba(0, 0, 0, 0);
}
a.facebook_icon {
    background: url("../images/facebook.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
	width: 35px;
    height: 35px;
	float:left;
    text-indent: -9999px;
}
a.facebook_icon:hover {
    background: url("../images/facebook.png") no-repeat scroll 0 -35px rgba(0, 0, 0, 0);
}

/* #################### Slide Images #######################*/
.jssora02l, .jssora02ldn, .jssora02rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	background: #1186B7;
	overflow:hidden;
	top: 50%;
	left: 8px;
	width:20px !important;
	height:20px !important;
	padding:0px 0px 5px 5px;
	-moz-box-shadow: 2px 2px 2px #1186B7;
	-webkit-box-shadow: 2px 2px 2px #1186B7;
	box-shadow: 2px 2px 2px #1186B7;
}
.jssora02r {
	position: absolute;
	cursor: pointer;
	display: block;
	background: #1186B7;
	overflow:hidden;
	top: 50%;
	right: 8px;
	width:20px !important;
	height:20px !important;
	padding:0px 0px 5px 5px;
	-moz-box-shadow: 2px 2px 2px #1186B7;
	-webkit-box-shadow: 2px 2px 2px #1186B7;
	box-shadow: 2px 2px 2px #1186B7;
}
.jssora02_arrow{
	width:20px !important;
	height:20px !important;
	padding:0px 0px 5px 5px;
	color:#ffffff !important;
	-moz-box-shadow: 2px 2px 2px #1186B7;
	-webkit-box-shadow: 2px 2px 2px #1186B7;
	box-shadow: 2px 2px 2px #1186B7;
}
.jssora02_arrow:hover{
	opacity:0.7;
}

.jssort03 .w, .jssort03 .pav:hover .w {
	position: absolute;
	width: 60px;
	height: 30px;
	border: white 1px dashed;
}
* html .jssort03 .w {
	width /**/: 62px;
	height /**/: 32px;
}
.jssort03 .pdn .w, .jssort03 .pav .w { border-style: solid; }
.jssort03 .c {
	width: 62px;
	height: 32px;
	filter:  alpha(opacity=45);
	opacity: .45;
	
	transition: opacity .6s;
	-moz-transition: opacity .6s;
	-webkit-transition: opacity .6s;
	-o-transition: opacity .6s;
}
.jssort03 .p:hover .c, .jssort03 .pav .c {
	filter:  alpha(opacity=0);
	opacity: 0;
}
.jssort03 .p:hover .c {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	border:1px solid #ffffff !important;
}

/* #################### MENUBAR  Content####################*/
#menu{
	background:url(../images/bg_menu.png) repeat;
	position: absolute;
    top: 30px;
    width: 100%;
    z-index: 9;
}
#content {width:100%; padding:30px 0px 0px 0px;}
.box_promotion{
	width:300px;
	float:left;
	margin:30px 30px 10px 0px;
}
.box_promotion p{
	font-size:14px;
}
.box_promotion_right{
	width:300px;
	float:left;
	margin:30px 0px 10px 0px;
}
.box_promotion_right p{
	font-size:14px;
}

.img_border{
	border-radius:10px;
	border:5px solid #d5d6d7;
}
.readmoore{
	background:#0180b6;
	color:#ffffff !important;
	padding:5px;
	text-transform:uppercase;
	text-align:center;
}
.readmoore:hover{
	background:#000;
	color:#ffffff;
}
.readmoore_big{
	background:#ff7c04;
	color:#ffffff;
	padding:10px 15px;
	text-transform:uppercase;
	text-align:center;
	border-radius:15px;
	float:right;
	font-size:24px;
	margin-top:30px;
	cursor:pointer;
	letter-spacing:1px;
}
.readmoore_big:hover{
	background:#000;
	color:#ffffff;
}
#bg_pro{
	background:url("../images/bg_pro.png")repeat;
	color:#ffffff;
	padding:15px 0px;
	height:330px;
	margin-top:50px;
}
.box_boat_left{
	width:670px;
}
.box_boat_right{
	width:270px;
}
.box_right{
	background:#1873AF;
	color:#FFFFFF;
	padding:15px 30px 15px 30px;
	border-radius:10px 10px 0px 0px;
}
.box_right:hover{
	cursor:pointer;
	background:#FF7C04;
}
.box_right_bottom{
	background:#ececef;
	border-radius:0px 0px 10px 10px ;
	border:1px solid #1873AF;
	margin-bottom:30px;
	padding:10px 20px 30px 20px;
}
.box_type_boat{
	width:170px;
	float:left;
}
.box_type_boat p{
	font-size:14px;
}
.stone_title{
	color:#0182B8;
	font-size:14px;
	margin-bottom:20px;
	font-family:HandelGothicBT;
}
/* #################### Toggle #################### */
#toggle-view {
	list-style:none;
	margin:0;
	padding:0;
}
#toggle-view li {
	margin:10px;
	padding:10px 0px;
	border-bottom:1px dashed #1873AF;
	position:relative;
	cursor:pointer;
}
#toggle-view h3 {
	margin:0;
}
#toggle-view span {
	position:absolute;
	right:5px; top:7px;
	color:#1873AF;
}
#toggle-view div {
	margin:5px 0;
	display:none;
}

.jssor_slider{
	position: relative; width: 600px; height: 300px; overflow: hidden;
}
.jssor_slider_move{
	cursor: move; position: absolute; width: 600px; height: 300px; overflow: hidden;
}

/* #################### Back To Top ####################*/
#toTop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 64px;
    height: 64px;
    background: url("../images/up.png") no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
#toTop:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

/* #################### Footer  ####################*/
#footer{
	width:100%;
	padding:1px 0px;
	background:#017FB5;
}
#footer a{color:#483936; text-decoration:none;}
#footer a:hover {color:#0180b6; text-decoration:none;}
.footer_test{font-size:12px; color:#ffffff;}
.footer_left{width:50%; text-align:left; float:left;}
.footer_right{width:50%; text-align:right; float:right;}
.footer_pic{margin-bottom:30px;}
.logo_wd{float:right; margin:3px 0px 0px 5px;}

#copyright{
	background:#ff7c04;
	width:100%;
	margin:0px;
	color:#ffffff;
	padding:10px 0px;
	position:absolute;
}
#copyright a{color:#ffffff; text-decoration:none; margin-right:10px; text-transform:uppercase; font-size:12px;}
#copyright a:hover {color:#483936; text-decoration:none;}
.wd{
	margin-left:10px;
}
/*##################### Mobile_Destop #####################*/
.hide_mobile{
	display:block;
}
.hide_mobile_s{
	display:block;
}
.location_mobile{
	display:none;
}
.logo_mobile{
	display:none;
}
.content_pading{
	padding:0px;
}


/*####### BACK UP #######*/
.box {
  background: none repeat scroll 0 0 #fff;
  display: table;
  padding: 1.25em;
  width: 100%;
}
.box-dark {
  background: none repeat scroll 0 0 #d0d0d0;
  display: table;
  padding: 0.625em;
  width: 100%;
}
.margin-bottom {
  margin-bottom: 1.25em;
}
.s-1, .s-2, .s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10
.s-11, .s-12, .l-1, .l-2, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12 {
  float: left;
  position: relative;
} 
.s-1 {
  width: 8.3333%;
}
.s-2 {
  width: 16.6666%;
}
.s-3 {
  width: 25%;
}
.s-4 {
  width: 33.3333%;
}
.s-5 {
  width: 41.6666%;
}
.s-6 {
  width: 50%;
}
.s-7 {
  width: 58.3333%;
}
.s-8 {
  width: 66.6666%;
}
.s-9 {
  width: 75%;
}
.s-10 {
  width: 83.3333%;
}
.s-11 {
  width: 90%;
}
.s-12 {
  width: 100%;
}
.margin > .s-1 {
  padding: 0 0.625em;
  width: 8.3333%;
}
.margin > .s-2 {
  padding: 0 0.625em;
  width: 16.6666%;
}
.margin > .s-3 {
  padding: 0 0.625em;
  width: 25%;
}
.margin > .s-4 {
  padding: 0 0.625em;
  width: 33.3333%;
}
.margin > .s-5 {
  padding: 0 0.625em;
  width: 41.6666%;
}
.margin > .s-6 {
  padding: 0 0.625em;
  width: 50%;
}
.margin > .s-7 {
  padding: 0 0.625em;
  width: 58.3333%;
}
.margin > .s-8 {
  padding: 0 0.625em;
  width: 66.6666%;
}
.margin > .s-9 {
  padding: 0 0.625em;
  width: 75%;
}
.margin > .s-10 {
  padding: 0 0.625em;
  width: 83.3333%;
}
.margin > .s-11 {
  padding: 0 0.625em;
  width: 90%;
}
.margin > .s-12 {
  padding: 0 0.625em;
  width: 100%;
}
.l-1 {
  width: 8.3333%;
}
.l-2 {
  width: 16.6666%;
}
.l-3 {
  width: 25%;
}
.l-4 {
  width: 33.3333%;
}
.l-5 {
  width: 41.6666%;
}
.l-6 {
  width: 50%;
}
.l-7 {
  width: 58.3333%;
}
.l-8 {
  width: 66.6666%;
}
.l-9 {
  width: 75%;
}
.l-10 {
  width: 83.3333%;
}
.l-11 {
  width: 90%;
}
.l-12 {
  clear: left;
  width: 100%;
}
.margin > .l-1 {
  padding: 0 0.625em;
  width: 8.3333%;
}
.margin > .l-2 {
  padding: 0 0.625em;
  width: 16.6666%;
}
.margin > .l-3 {
  padding: 0 0.625em;
  width: 25%;
}
.margin > .l-4 {
  padding: 0 0.625em;
  width: 33.3333%;
}
.margin > .l-5 {
  padding: 0 0.625em;
  width: 41.6666%;
}
.margin > .l-6 {
  padding: 0 0.625em;
  width: 50%;
}
.margin > .l-7 {
  padding: 0 0.625em;
  width: 58.3333%;
}
.margin > .l-8 {
  padding: 0 0.625em;
  width: 66.6666%;
}
.margin > .l-9 {
  padding: 0 0.625em;
  width: 75%;
}
.margin > .l-10 {
  padding: 0 0.625em;
  width: 83.3333%;
}
.margin > .l-11 {
  padding: 0 0.625em;
  width: 90%;
}
.margin > .l-12 {
  padding: 0 0.625em;
  width: 100%;
}
.left {
  float: left;
}
.text_left{text-align:left;}
.right {
  float: right;
} 
.text_right{text-align:right;}