/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/

/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/

@font-face {
	font-family: 'AmbleRegular';
    src: url( ../fonts/Amble-Light-webfont.ttf ) format("truetype"); 
}
body{
	font-family: 'AmbleRegular';
}
.header-bg{
	background:url(../images/sea_img.png) no-repeat;
}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.logo h1 a{
	font-family: 'Rochester', cursive;
	font-size:5em;
	color:#fff;
}
.main{
	background:#fff;
}
.logo{
	text-align:center;
	padding-top: 3%;
}
.menu{
	margin:3.5% 0;
	background:#0477CA;
}
.menu ul li {
	list-style: none;
	height: 44px;
	float:left;
	padding:0.9% 1%;
	width: 18%;
}
.menu ul li a {
  	 height: 35px;
	line-height:48px;
	border-bottom:4px solid #636393;
	padding:0px;
	color: #fff;
	font-size:18px;
	font-weight:lighter;
	text-align:center;
	text-decoration: none;
	display: block;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
}
.menu li:nth-child(1) a {
	border-color: #fff;
}
.menu li:nth-child(2) a {
	border-color: #fff;
}
.menu li:nth-child(3) a {
	border-color: #fff;
}
.menu li:nth-child(4) a {
	border-color:#fff;
}
.menu li:nth-child(5) a {
	border-color: #fff;
}
.menu li:nth-child(1) a:hover {
	border-bottom: 35px solid #fff;
	height: 5px;
	color:#555;
}
.menu li:nth-child(2) a:hover {
	border-bottom: 35px solid #fff;
	height: 5px;
	color:#555;
}
.menu li:nth-child(3) a:hover {
	border-bottom: 35px solid #fff;
	height: 5px;
	color:#555;
}
.menu li:nth-child(4) a:hover {
	border-bottom: 35px solid #fff;
	height: 5px;
	color:#555;
}
.menu li:nth-child(5) a:hover {
	border-bottom: 35px solid #fff;
	height: 5px;
	color:#555;
}
.banner{
	margin-bottom: 3%;
}
span.banner-img {
	display: block;
	box-shadow: 0px 51px 15px -48px rgba(3, 79, 92, 0.66);
	-webkit-box-shadow: 0px 51px 15px -48px rgba(3, 79, 92, 0.66);
	-moz-box-shadow: 0px 51px 15px -48px  rgba(3, 79, 92, 0.66);
	-o-box-shadow: 0px 51px 15px -48px rgba(3, 79, 92, 0.66);
}
/*--Content--*/
/*  GRID OF FOUR   ============================================================================= */
.content-top{
	margin-bottom: 4%;
}
.content-bot {
	border-bottom: 6px solid rgba(7, 155, 179, 0.22);
	padding-bottom: 8px;
}
.inner-top {
	border-bottom: 1px dashed rgba(7, 155, 179, 0.22);
	overflow: hidden;
	padding-bottom: 31px;
}
.col_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_4:first-child { margin-left: 0; } 
.span_1_of_4 {
	width: 23.8%;
}
.span_1_of_4  h3{
	color:#C94848;
	margin-bottom: .5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_1_of_4  p {
	font-size:0.8125em;
	padding:0.5em 0;
	color: #01505a;
	line-height: 1.5em;
	margin-bottom:2%;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:94%;
		padding:3%;  
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:92%;
		padding:4%; 
	}
}
.banner-wrap .banner-top >div {
	position: relative;
	width: 165px;
	height: 104px;
	margin: 0 auto;
	border-bottom-left-radius: 5em;
	-webkit-border-bottom-left-radius: 5em;
	-moz-border-bottom-left-radius: 5em;
	-o-border-bottom-left-radius: 5em;
	border-bottom-right-radius: 5em;
	-webkit-border-bottom-right-radius: 5em;
	-moz-border-bottom-right-radius: 5em;
	-o-border-bottom-right-radius: 5em;
	background:#fff;
	margin-bottom: 4px;
}
.banner-wrap .thumbnail {
	float: none;
	overflow: hidden;
	margin: 0 0 15px;
	padding: 0;
}
.banner-wrap .banner-top {
	position: relative;
	overflow: hidden;
	background:#f2f2f2;
}
.banner-wrap .thumbnail a {
	display: inline-block;
	float: none;
	border: none;
	padding: 12px;
}
.banner-wrap .thumbnail a {
	display: inline-block;
	float: none;
	border: none;
}
img {
	max-width: 100%;
	width: auto 9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.banner-wrap .banner-text {
	padding: 40px 25px 58px;
	text-align: center;
	color: #1D1D1D;
	background:#f2f2f2;
}
.banner-text h5{
	font-size:2em;
	color:#05A3B6;
	margin-bottom: 2%;
}
span.italic {
	color:#05A3B6;
	font-size: 14px;
	text-decoration: underline;
	font-style: italic;
}
span.italic:hover {
	text-decoration:none;
}
/*  GRID OF Content With Image and Sidebar   ============================================================================= */
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	background:#F0F0F0;
	padding:1.5%;
}
.content{
	display: block;
	float:left;
}
.rightsidebar{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
	padding: 0 2% 2% 2%;
}
.content:first-child { margin-left: 0; } 
.desc{
	display: block;
	float:left;
	margin: 0% 0 2% 2.6%;
}
.span_1_of_2{
	width: 68.1%;
}
.images_3_of_2 {
	width: 45.2%;
	float: left;
}
.span_3_of_2{
	width: 52.2%;
}
.span_3_of_1{
	width: 26.3%;
}
.images_3_of_2  img {
	max-width:100%;
	display:block;
}
.span_3_of_2  h3, .span_3_of_1 h3{
	color:#777;
	margin-bottom:0.3em;
	font-size:2em;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_3_of_2 h4, .span_3_of_1 h4 {
	color: #777;
	margin-bottom:6%;
	font-size: 2em;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_3_of_2  p  {
	font-size:0.8125em;
	padding:0.3em 0;
	color: #777;
	line-height: 1.6em;
	margin-bottom: 2%;
}
.span_3_of_1 p {
	font-size:0.8125em;
	padding:0.42em 0;
	color: #333;
	line-height: 1.6em;
}
.contact-form input[type="submit"] {
	padding: 7px 20px;
	color: #FFF;
	cursor: pointer;
	background: #05A3B6 url(../images/large-button-overlay.png);
	border: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
}
.contact-form  input[type="submit"]:hover {
 	background: #05A3B6;
}
.button-1 {
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	color: #05A3B6;
	text-transform: uppercase;
}
.button-1:hover{
	text-decoration:underline;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	.wrap{
		width:95%;
	}
	.grid {
		margin:0;
	}
	.content{ 
		margin: 2% 0 2% 0%;
	}
	.rightsidebar{
		margin:0;
	}
	.image{
		padding:3%;
	}
	.desc{
		margin:0;
	}
	.span_1_of_2 {
		width:94%;
		padding:3%;
	}
	.span_3_of_2 {
		width: 100%;
	}
	.images_3_of_2{
		width: 100%;
	}
	.span_3_of_1 {
		width:94%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.content{ 
		margin: 2% 0 2% 0%;
	}
	.rightsidebar{
		margin:0;
	}
	.grid {
		margin:0;
	}
	.image{
		padding:4%;
	}
	.desc{
		margin:0;
	}
	.span_1_of_2 {
		width:92%;
		padding:4%;
	}
	.span_3_of_2 {
		width: 100%;
	}
	.images_3_of_2{
		width: 100%;
	}
	.span_3_of_1 {
		width:92%;
		padding:4%;
	}
}
span.resort{
	font-size:13px;
}
.comment {
	background: url(../images/comment-left.png) 0 0 no-repeat;
	padding-left: 20px;
	margin-bottom: 9px;
	font-size: 16px;
}
.comment p {
	background: url(../images/comment-right.png) right bottom no-repeat;
}
p.upper {
	text-transform: uppercase;
	line-height: 1.8em;
	color:#777;
}
.name {
	padding:8px 0 0 0;
	text-align: left;
	display: block;
}
span.user {
	text-transform:uppercase;
	color:#05A3B6;
	font-size: 15px;
}
span.info{
	color:#999;
	font-size:13px;
}
/*--Footer--*/
.footer-bottom{
	text-align:center;
	padding:2%;
}
.bord-1 {
	border-bottom: 1px solid #D9D9D9;
}
.footer{
	background-color: #111;
	background-image: -moz-linear-gradient(#444, #111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background-image: -webkit-linear-gradient(#444, #111);
	background-image: -o-linear-gradient(#444, #111);
	background-image: -ms-linear-gradient(#444, #111);
	background-image: linear-gradient(#444, #111);
}
.row-8>div:first-child ul {
	background: url(../images/f-icon1.png) 0 0 no-repeat;
}
.row-8 ul li:first-child, footer dl.address dt {
	border-top: 1px solid rgba(7, 155, 179, 0.22);
	padding-top: 9px;
	line-height: 1.8em;
	color:#999;
}
.row-8 ul {
	padding-top: 29px;
}
footer a {
	color: #777;
	font-size:13px;
	text-decoration: none;
	line-height: 1.8em;
}
footer a:hover{
	color:#111;
}
.row-8>div:first-child+div ul {
	background: url(../images/f-icon2.png) 0 0 no-repeat;
}
.row-8>div:first-child+div+div ul {
	background: url(../images/f-icon3.png) 0 0 no-repeat;
}
.row-8>div:first-child+div+div+div dl {
	background: url(../images/f-icon4.png) 0 0 no-repeat;
}
dl.address {
	margin-top: 31px;
	font-size:13px;
	color: #333;
}
dl.address dd {
	color:#333;
	line-height:1.8em;
	color:#999;
}
footer dl.address {
	padding-top: 29px;
	margin: 0;
}
.span_1_of_f {
	width: 20.8%;
	padding:1.5%;
}
.col_1_of_f{
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
	background: #F0F0F0;
}
.copy p{
	color:#777;
	font-size:13px;
}
.copy p a{
	color:#05A3B6;
}
.copy p a:hover{
	text-decoration:underline;
}
/*--Tours--*/
/*  GRID OF THREE   ============================================================================= */
.grid_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width: 32.2%;
}
.images_1_of_3  img {
	max-width:100%;
	display:block;
}
.images_1_of_3  h3{
	color:#C94848;
	margin-top:0.4em;
	margin-bottom:0.2em;
	font-size:1.2em;
	font-weight : normal;
	letter-spacing: -1px;
}
.images_1_of_3  p  {
	font-size:0.8125em;
	padding:0.3em 0;
	color: #333;
	line-height: 1.5em;
}
.images_1_of_3 .button{
	margin-top:.3em;
	line-height:1.9em;
}
.images_1_of_3 .button a{
	padding:6px 10px;
	font-size:15px;
	color:#05A3B6;
}
.images_1_of_3 .button a:hover{
	text-decoration:underline; 
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_3{ 
		margin: 2% 0 2% 0%;
	}
	
	.images_1_of_3 {
		width:94%;
		
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_3{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_3 {
		width:92%;
		padding:4%;
	}
}
.content-bot h3 {
	color: #777;
	font-size: 2em;
	margin-bottom:2%;
}
.item-text h4{
	color:#777;
	font-size:1.3em;
	margin-bottom:4%;
	text-transform: uppercase;
}
.item-text{
	padding:5%;
}
.item-text p{
	margin-bottom:0.8%;
	font-size:13px;
}
.item-text span.price {
	color: #2F94AF;
	display: block;
	padding-bottom: 19px;
	font-size:1.3em;
	line-height: 30px;
	text-transform: uppercase;
}
.item-text span.price+p+.price {
	color: #F6C636;
}
/*--Blog--*/
.item_published {
	float: left;
	background: #05A3B6;
	margin-right: 20px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	padding: 8px 0 6px;
	text-align: center;
	width: 50px;
}
.item_head h5 {
	color: #777;
	text-transform: uppercase;
	font-size:1.5em;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 21px;
}
.item_head h5 a{
	color:#777;
}
.info_dl dd {
	margin: 0;
	display: inline;
}
.info_dl dd.comment1 {
	float: right;
}
span.comment-left a{
	color:#777;
}
span.comment-left a:hover{
	text-decoration:underline;
}
.info_dl {
	margin: 0 0 15px;
}
.span_3_of_2 .button{
	margin-top:.3em;
	line-height:1.9em;
}
.span_3_of_2 .button a{
	padding: 6px 10px;
	font-size: 15px;
	color: #05A3B6;
}
.span_3_of_2 .button a:hover{
	text-decoration:underline;
}
.categories li {
	list-style: none;
	padding: 0 0 7px;
	background: url(../images/list_marker.gif) 100% 50% no-repeat;
}
.categories li  a{
	display: inline;
	color: #777;
	font-size:13px;
	margin-bottom: 20px;
}
.archive-module li+li, .categories li+li, .mod-menu .nav.menu li+li, .list1 ul li+li {
	border-top: 1px solid #F6F6F6;
	padding: 6px 0 7px;
}
.blog-bottom{
	margin-bottom:6%;
}
/*--Single--*/
p.para{
	margin:3% 0;
	line-height:1.8em;
	color:#777;
	font-size:13px;
}
.links {
	padding: 10px 0px;
	border: 1px solid rgba(192, 192, 192, 0.22);
	border-left: none;
	margin-top: 5px;
	border-right: none;
}
.links ul li {
	display: inline-block;
}
.links ul li a {
	font-size:13px;
	color: #777;
	padding-left: 20px;
}
.links ul li img {
	vertical-align: middle;
	padding-right: 10px;
}
.links ul li img {
	vertical-align: middle;
	padding-right: 10px;
}
.links ul li:last-child {
	float: right;
}
.links ul li a:hover {
	text-decoration: underline;
}
/*--Services--*/
.dropcap {
	background: #05A3B6;
	float:left;
	color: #FFF;
	height:45px;
	width:45px;
	margin: 5px 12px 0 0;
	line-height: 47px;
	text-align: center;
	border-radius: 50%;
}
.extra-wrap {
	overflow: hidden;
}
.extra-wrap h5{
	margin-bottom:2%;
	font-size:1.2em;
}
.services-top{
	margin-bottom:4%;
}
/*--Contact--*/
/*  Contact Form  ============================================================================= */
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	color:#777;
	margin-bottom:0.5em;
	font-size:2em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #333;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:98%;
	background:#fcfcfc;
	border: none;
	outline:none;
	color:#464646;
	font-size:0.8125em;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow:0 0 7px #aaa;
	-webkit-box-shadow:0 0 7px #aaa;
	-moz-box-shadow:0 0 7px #aaa;
	-o-box-shadow:0 0 7px #aaa;
	-webkit-appearance:none;
}
.contact-form input[type="text"]:hover, .contact-form textarea:hover{
	box-shadow:0 0 2px #aaa;
	-webkit-box-shadow:0 0 2px #aaa;
	-moz-box-shadow:0 0 2px #aaa;
	-o-box-shadow:0 0 2px #aaa;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.company_address{
	padding-top:26px;
}
.company_address p{
	font-size:0.8125em;
	color:#777;
	line-height:1.8em;
}
.company_address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
/*--Page Not Found--*/
.pnot {
	padding: 30px 0;
}
.pnot h1 {
	font-size: 15em;
	color: #F0F0F0;
	text-align: center;
	text-shadow: 1px 1px 6px #AAA;
	-moz-text-shadow: 1px 1px 6px #aaa;
	-webkit-text-shadow: 1px 1px 6px #aaa;
	-o-text-shadow: 1px 1px 6px #aaa;
}
/*--Media Queries--*/
@media all and (max-width:1366px) and (min-width:1280px){
	.wrap{
		width:90%;
	}
}
@media all and (max-width:1280px) and (min-width:1024px){
	.wrap{
		width:90%;
	}
}
@media all and (max-width:1024px) and (min-width:800px){
	.wrap{
		width:90%;
	}
	.header-bg{
		background:url(../images/sea1024.png)no-repeat;
	}
	.item_head h5 {
		font-size: 1.3em;
	}
	.banner-text h5 {
		font-size: 1.5em;
	}
	.content-bot h3 {
		font-size: 1.8em;
	}
	.span_3_of_2 h4, .span_3_of_1 h4 {
		font-size:1.8em;
	}
}
@media all and (max-width:800px) and (min-width:640px){
	.wrap{
		width:90%;
	}
	.header-bg{
		background:url(../images/sea800.png)no-repeat;
	}
	.item_head h5 {
		font-size:1em;
	}
	.banner-text h5 {
		font-size: 1.5em;
	}
	.content-bot h3 {
		font-size: 1.8em;
	}
	.span_3_of_2 h4, .span_3_of_1 h4 {
		font-size:1.8em;
	}
	.item-text h4{
		font-size: 1em;
	}
	.item-text span.price {
		font-size: 1em;
	}
	.item-text span.price {
		padding-bottom:5px;
	}
	.links ul li:last-child {
		float:none;
	}
}
@media all and (max-width:640px) and (min-width:480px){
	.wrap{
		width:90%;
	}
	.header-bg{
		background:url(../images/sea640.png)no-repeat;
	}
	.item_head h5 {
		font-size:1em;
	}
	.banner-text h5 {
		font-size: 1.5em;
	}
	.content-bot h3 {
		font-size: 1.8em;
	}
	.span_3_of_2 h4, .span_3_of_1 h4 {
		font-size:1.8em;
	}
	.item-text h4{
		font-size: 1em;
	}
	.item-text span.price {
		font-size: 1em;
	}
	.item-text span.price {
		padding-bottom:5px;
	}
	.links ul li:last-child {
		float:none;
	}
	.logo h1 a {
		font-size: 3em;
	}
	.menu ul li a {
		font-size:14px;
	}
	.banner-wrap .banner-text {
		padding: 30px 20px 30px;
	}
	.grid {
		margin-bottom: 20px;
	}
	.span_3_of_2 h4, .span_3_of_1 h4 {
		margin-bottom: 3%;
	}
}
@media all and (max-width:480px) and (min-width:320px){
	.wrap{
		width:90%;
	}
	.header-bg{
		background:url(../images/sea480.png)no-repeat;
	}
	.item_head h5 {
		font-size:1em;
	}
	.banner-text h5 {
		font-size: 1.5em;
	}
	.content-bot h3 {
		font-size: 1.8em;
	}
	.span_3_of_2 h4, .span_3_of_1 h4 {
		font-size:1.8em;
	}
	.item-text h4{
		font-size: 1em;
	}
	.item-text span.price {
		font-size: 1em;
	}
	.item-text span.price {
		padding-bottom:5px;
	}
	.links ul li:last-child {
		float:none;
	}
	.logo h1 a {
		font-size: 3em;
	}
	.menu ul li a {
		font-size:14px;
	}
	.banner-wrap .banner-text {
		padding: 30px 20px 30px;
	}
	.grid {
		margin-bottom: 20px;
	}
	.span_3_of_2 h4, .span_3_of_1 h4 {
		margin-bottom: 3%;
	}
	.span_1_of_f {
		width:100%;
		padding: 1.5%;
	}
}
@media all and (max-width:320px) and (min-width:240px){
	.wrap{
		width:90%;
	}
	.header-bg{
		background:url(../images/sea480.png)no-repeat;
	}
	.item_head h5 {
		font-size:1em;
	}
	.banner-text h5 {
		font-size: 1.5em;
	}
	.content-bot h3 {
		font-size: 1.8em;
	}
	.span_3_of_2 h4, .span_3_of_1 h4 {
		font-size:1.8em;
	}
	.item-text h4{
		font-size: 1em;
	}
	.item-text span.price {
		font-size: 1em;
	}
	.item-text span.price {
		padding-bottom:5px;
	}
	.links ul li:last-child {
		float:none;
	}
	.logo h1 a {
		font-size: 3em;
	}
	.menu ul li a {
		font-size:14px;
	}
	.banner-wrap .banner-text {
		padding: 30px 20px 30px;
	}
	.grid {
		margin-bottom: 20px;
	}
	.span_3_of_2 h4, .span_3_of_1 h4 {
		margin-bottom: 3%;
	}
	.span_1_of_f {
		width:100%;
		padding: 1.5%;
	}
}