@charset "utf-8";
@charset "utf-8";
/* CSS Document */
@import url("phone2h.css") only screen and (min-width:426px) and (max-width:699px);
article, aside, figure, footer, header, nav, section {
	display: block;
margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
}


body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	
	background-color: #FFFFFF;
	left: auto;
}
font{ 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0;
	padding: 0;
	color: #000;
}
a.one:link {
	text-decoration: none;
	color: #AA8000;
	font-weight: normal;
	text-align:center;
}
a.one:visited {
	color:#0000ff;
	text-decoration: none;
text-align:center;font-weight: normal;

}
a.one:hover {
	color:#463500;
	text-align:center;
	font-weight: normal;
	
}

a.two:link {text-decoration: none;
	color: #AA8000;
	font-weight: normal;
	text-align:center;
	font-size: 20px;margin: 0;
	}
a.two:visited {color:#0000ff;text-align:center;}
a.two:hover {color:#B20000;
	text-align:center;
	font-weight: normal;
	font-size: 20px;margin: 0;
}

a.three:link {
	text-decoration: none;
	color: #00238C;
	font-weight: normal;
	text-align:left;
	padding-left:0px;
}
a.three:visited {
	color:#00238C;
	text-decoration: none;
text-align:left;font-weight: normal;

}
a.three:hover {
	color:#00238C;
	text-align:left;
	font-weight: bold;
	
}
a.four:link {
	text-decoration: none;
	color: #0000FF;
	font-size:18px;
	font-weight: normal;
	text-align:center;
	padding-left:0px;
}
a.four:visited {
	color:#00238C;
	text-decoration: none;
text-align:center;font-weight: normal;

}
a.four:hover {
	color:#00238C;
	text-align:center;
	font-weight: bold;
	
}

a.five:link {
	text-decoration: none;
	color: #B20000;
	 font: bold 18px/20px sans-serif;
	
	text-align:center;
	padding-left:0px;
	padding-topt:0px;
}
a.five:visited {
	color:#B20000;
	text-decoration: none;
text-align:center;font-weight: normal;

}
a.five:hover {
	color:#B20000;
	text-align:center;
	font-weight: bold;
	font-size:20px;
}
a:link {
	text-decoration: none;
	color: #333333;
	text-align:center;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	margin-left: 0px;
}

    box-sizing: border-box;
}





/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img {
	border: none;
}


a:link {
	color:#414958;
	text-decoration: none;
}
a:visited {
	color: #4E5869;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	font-weight:bold;
}


*/
.content {
	padding: 10px 0;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 


}



.tooltip {
	position: relative;
	display: inline-block;
	
    
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    
    padding: 7px 8px 7px 8px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
      top: 20px;
    left: 0%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


.tooltipa {
	position: relative;
	display: inline-block;
	
    
}

.tooltipa .tooltipatext {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
      top: -5px;
    left: 105%;
}

.tooltipa:hover .tooltipatext {
    visibility: visible;
}



.tooltip2 {
    position: relative;
    display: inline-block;
    
}

.tooltip2 .tooltipimage {
    visibility: hidden;
    width: 250px;
    
    color: #fff;
    text-align: center;
    border-radius: 0px;
   padding: 7px 8px 7px 8px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
      top: -5px;
    left: 105%;
}

.tooltip2:hover .tooltipimage {
    visibility: visible;
}


.tooltip3 {
    position: relative;
    display: inline-block;
    
}

.tooltip3 .tooltiptext3 {
    visibility: hidden;
    width: 250px;
    background-color: #444444;
    color: #fff;
    text-align: center;
    border-radius: 0px;
   padding: 7px 8px 7px 8px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
      top:10px;
    right: -340%;
}

.tooltip3:hover .tooltiptext3 {
    visibility: visible;
}

.tooltip4 {
    position: relative;
    display: inline-block;
    
}

.tooltip4 .tooltiptext4 {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 0px;
   padding: 7px 8px 7px 8px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
      top:-50px;
    right: 0%;
}

.tooltip4:hover .tooltiptext4 {
    visibility: visible;
}

.tooltip5 {
    position: relative;
    display: inline-block;z-index: 3;
    
}

.tooltip5 .tooltiptext5 {
    visibility: hidden;
    width: 250px;
    background-color: #00698C;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 3;
    top: 100%;
      top:195px;
    left: 7%;
}

.tooltip5:hover .tooltiptext5 {
    visibility: visible;
}



.tooltip6 {
    position: relative;
    display: inline-block;
    
}

.tooltip6 {
    position: relative;
    display: inline-block;
    
}

.tooltip6 .tooltiptext6 {
    visibility: hidden;
    width: 250px;
    background-color: #444444;
    color: #fff;
    text-align: center;
    border-radius: 0px;
   padding: 7px 8px 7px 8px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
      top:-310px;
    right: -540%;
}

.tooltip6:hover .tooltiptext6 {
    visibility: visible;
}





.tooltip7 {
    position: relative;
    display: inline-block;
    
}

.tooltip7 .tooltiptext7 {
    visibility: hidden;
    width: 250px;
    background-color: #444444;
    color: #fff;
    text-align: center;
    border-radius: 0px;
   padding: 7px 8px 7px 8px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
      top:-310px;
    right: -540%;
}

.tooltip7:hover .tooltiptext7 {
    visibility: visible;
}







h6{
	text-align: left;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
	font-weight:normal;
}


h2{
 margin:auto; color:#6F5624; font-size:20px; font-weight:normal; text-align:center;
}
h3{
	padding: 0px 0 10px 0;
	margin: 0px;
	color: #333333;
	font-size: 20px;
	font-weight: normal;
}
h4{
	padding: 0px 100px 10px 100px;
	margin: 0px;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}

h5{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
}

h6{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #8C0000;
	font-size: 20px;
	font-weight: bold;
	text-align:left;
}

h6a{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #8C0000;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
}

h7{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	text-align:center;
}

h8{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}

h9{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	text-align:center;
}

h9a{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	text-align:center;
}
h10{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #D9A300;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
h11{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-align:center;
}
h12{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}
h14{
 margin:auto; color:#B28500; font-size:20px; font-weight:normal; text-align:center;
}
h15{
 margin:auto; color:#B28500; font-size:20px; font-weight:bold; text-align:center;
}
h16{
 margin:auto; color:#D9A300; font-size:16px; font-weight:normal; text-align:center;
}
h17{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	text-align:center;
}

h18{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #D9A300;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h19{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #8C0000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

h20{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #8C0000;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

h22{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #242415;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

h23{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
h24{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
}
h24a{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
h25{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}


h26{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000;
	font-size: 18px;
	font-weight: Bold;
	text-align: center;
}
h27{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #000;
	font-size: 16px;
	font-weight: Bold;
	text-align: center;
}


h28{ text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color: #00698C;
	font-weight: bold;
	text-align:center;
	font-size:18px;
	padding-left:0px;
}
.clear{
clear:both;
}

.container {
	width: 700px;
	
	background-color: #FFF;
	margin: 0 auto; 
}
.container21 {
	width: 600px;
	float:left
	background-color: #FFF;
	margin: 0 auto; 
}

.header {
	background-repeat: no-repeat;
	height: 300px;
	width: 100%;
	background-image: url(../images/yo%20islandart%20header%20redo2%20tablet%20520.jpg);	
}
	
#logo{
width: 15%;
padding:10px 0 0px 40px;
float:left;
}
	

.logo_section_left{
	max-width: 100%;
	position: relative;
	margin: auto;
	background-image: url(../images/logo header 520.jpg);
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  margin:auto;
  width: 18%;
  padding: 10px;
  background-color: #fff;
  height: 270px;
  text-align: center;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: black
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

}
/* Add a background color on hover */

.column a:hover {
  background-color: black;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



















/*----------------------menu-------------------------*/
#menu{
	width: 75%;
	margin: auto;
	padding-top:50px;
	padding-right: 10px;
	padding-bottom: -10px;
	padding-left: 10px;
	float:left;
	
}
#menu3{
	width: 100%;
	margin: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float:left;
	
}

#menu5{
	width: 50%;
	margin: auto;
	padding-top: -30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float:left;
	
}
\




text-align:center;

	padding left: 0;
	list-style: none;
	color: #6F5624;
	
	}
	
	
a.six:link {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color: #00698C;
	font-weight: bold;
	text-align:center;
	font-size:18px;
	padding-left:0px;
}
a.six:visited {
	color:#00238C;
	text-decoration: none;
text-align:left;font-weight: normal;

}
a.six:hover {
	color:#00238C;
	text-align:center;
	font-weight: bold;
	font-size:18px;
	
}
	
	
a.ten:link {text-decoration: none;
	color: #00000;
	font-weight: bold;
	text-align:center;
	font-size: 14px;margin: 0;
	}
	
a.ten:hover {text-decoration: none;
	color: #FFFFF;
	font-weight: bold;
	text-align:center;
	font-size: 14px;margin: 0;
	}
	
a.ten:active {text-decoration: none;
	color: #FFFFF;
	font-weight: bold;
	text-align:center;
	font-size: 14px;margin: 0;
	}	
a.ten:visited {color:#0000;text-align:center;}

a.nine:link {text-decoration: none;
	color: #00000;
	font-weight: normal;
	text-align:center;
	font-size: 16px;margin: 0;
	}
a.nine:hover {text-decoration: none;
	color: #FFFF;
	font-weight: normal;
	text-align:center;
	font-size: 16px;margin: 0;
	}
	
a.nine:visited {color:#FFF;text-align:center;}
ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 0px 25px 17px 25px;
  list-style: none;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}
ul li {
	text-align: center;
	font: bold 14px/18px sans-serif;
	display: block;
	margin-right: 0px;
	position: relative;
	padding: 10px 28px 10px 10px;
	background: #fff;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
ul li:hover {
  background: #E3E7EA;
  color: #000000;
}
ul li ul {
  padding: 0;
  position: relative;
  top: 30px;
  left: 0;
  width: 210px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  background: #fffff; 
  display: block; 
 
}
ul li ul li:hover { background: #E3E7EA; 
color: #222222;
}
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}



.center_content{
	width: 600px;
	
	margin: auto;
	padding: 0px 0 0px 0px;
}
.work25_section_left{
	width: 100%;
	height: auto;
	float: left;

	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0x;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
}

.work25_section_thumb{
width: 100%;
float:left; clear:both;
padding-top: 0;
	padding-right: 0x;
	padding-bottom: 0px;
	padding-left: 0px; 
	margin:0px 0px 0px 0px; border:0px ;text-align: justify;

}
.work35_section_left{
	width: 70%;
	height: auto;
	float: right;

	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 7px;
	padding-top: 0;
	padding-right: 40x;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
}

.work35_section_thumb{
	width: 100%;
	float: left;
	clear: both;
	padding: 2px;
	margin: 0px 0 0px 0;
	border: 0px;
	text-align: justify;
	background-image: url(../images/logo%20box%20custom.jpg);
}


.work36_section_left{
	width: 92%;
	height: auto;
	float: left;

	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 7px;
	padding-top: 0;
	padding-right: 40x;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
}

.work36_section_thumb{
	width: 100%;
	float: left;
	clear: both;
	padding: 2px;
	margin: 0px 0 0px 0;
	border: 0px;
	text-align: justify;
	background-image: url(../images/logo%20box%20custom.jpg);
}

.design_section_left{
	width: 400px;
	height: auto;
	float: left;
	
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.design_section_thumb{
width: 100%;
float:left; clear:both;
padding:2px; text-align:center;margin:10px 0 10px 0; border:0px #dcdcdc solid;
}

.design3_section_left{
	width: 302px;
	height: auto;
	float: left;
	text-align: center;
	/* [disabled]background: url(../../images/home_block_bg.gif) no-repeat center bottom; */
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFF;
}
.design3_section_thumb{
width: 100%;
text-align:center;
float:left; clear:both;
padding:2px; margin:10px 0 10px 0; border:0px #dcdcdc solid;
}

.design3a_section_left{
	width: 160px;
	height: auto;
	float: left;
	text-align: center;
	/* [disabled]background: url(../../images/home_block_bg.gif) no-repeat center bottom; */
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFF;
}
.design3a_section_thumb{
width: 100%;
text-align:center;
float:left; clear:both;
padding:2px; margin:10px 0 10px 0; border:0px #dcdcdc solid;
}


.design3h_section_left{
	width: 200px;
	height: auto;
	float: left;
	text-align: center;
	/* [disabled]background: url(../../images/home_block_bg.gif) no-repeat center bottom; */
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFF;
}
.design3h_section_thumb{
width: 100%;
text-align:center;
float:left; clear:both;
padding:2px; margin:10px 0 10px 0; border:0px #dcdcdc solid;
}

.design6_section_left{
	width: 570px;
	height: auto;
	float: left;
	background: url(../../images/home_block_bg.gif) no-repeat center bottom;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.design6_section_thumb{
width: 100%;
float:left; clear:both;
padding:2px; text-align:left;margin:10px 0 10px 0; border:0px #dcdcdc solid;
}



.design7_section_left{
	width: 220px;
	height: auto;
	float: left;
	background: url(../../images/home_block_bg.gif) no-repeat center bottom;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;text-align:center;
}
.design7_section_thumb{
width: 100%;
float:left; clear:both;
padding:2px; text-align:center;margin:10px 0 10px 0; border:0px #dcdcdc solid;
}
.design8_section_left{
	width: 400px;
	height: auto;
	float: left;
	background: url(../../images/home_block_bg.gif) no-repeat center bottom;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: -5px;
}

.design8_section_thumb{
width: 100%;
float:left; clear:both;
padding:2px; text-align:left;margin:10px 0 10px 0; border:0px #dcdcdc solid;
}

.design9_section_left{
	width: 380px;
	height: auto;
	float: left;
	
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.design9_section_thumb{
width: 90%;
float:left; clear:both;
padding:2px; text-align:center;margin:10px 0 10px 0; border:0px #dcdcdc solid;
}
.design10_section_left{
	width: 99%;
	height: auto;
	float: left;
	
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.design10_section_thumb{
width: 100%;
float:left; clear:both;
padding:2px; text-align:center;margin:10px 0 10px 0; border:0px #dcdcdc solid;
}
.design11_section_left{
	width: 13%;
	height: auto;
	float: left;
	
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.design11_section_thumb{
width: 100%;
float:left; clear:both;
padding:0px; text-align:center;margin:10px 0 10px 0; border:0px #dcdcdc solid;
}



.design12_section_left{
	width: 400px;
	height: 5px;
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	background-image: url(../images/line%20gold%20thin2.gif);
}
	

.design12_section_thumb{
width: 100%;
float:left; clear:both;
padding:2px; text-align:center;margin:10px 0 10px 0; border:0px #dcdcdc solid;
	background-image: url(../images/line%20gold%20thin2.gif);
}
