
@media only screen
and (min-width : 2560px)
{

.header {
padding-top: 10px;
height:12em;
width:100%;
top:0;
margin-left: auto;
margin-right: auto;
background: -ms-linear-gradient(top, #135758, #1b8082);
background: -webkit-linear-gradient(top, #135758, #1b8082); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(top, #135758, #1b8082); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(top, #135758, #1b8082); /* For Firefox 3.6 to 15 */
background: linear-gradient(top, #135758, #1b8082); /* Standard syntax */
}

.logo {
	position: relative;
	top:-5px;
	height:12em;
	display:inline;
	margin-right: 10px;
}

.header a{
text-decoration: none;
color: white;
    -webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s;
}

.header a:visited{
	color:white;
}

.header a:link{
	color:white;
}


.header a:hover{
color:#94dde6;
}


.navbutton {
	display: inline-block;
	width:70px;
	color:white;
	border: 3px solid white;
    padding:5px;
    margin-right: 10px;
    margin-bottom: 20px;
    position:relative;
    top:-23px;

    -webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
    
    -webkit-transition: background-color 0.5s, top 0.5s, box-shadow 0.5s;
	-moz-transition: background-color 0.5s, top 0.5s, box-shadow 0.5s;
	-o-transition: background-color 0.5s, top 0.5s, box-shadow 0.5s;
	-ms-transition: background-color 0.5s, top 0.5s, box-shadow 0.5s;
	transition: background-color 0.5s, top 0.5s, box-shadow 0.5s;
}

.navbutton:hover {
	background-color: #2ec1c4;
	top:-25px;
	cursor: pointer; cursor: hand;

	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.22);
}

.navbutton_phone{
	display:none;
}

.navicon {
	height:3em;
	display:inline;
}

.contact {
	display: inline-block;
	color:white;
	font-size: 18px;
	padding:5px;
	padding-left: 10px;
    margin-bottom: 20px;
    position:relative;
    top:-20px;
    text-align: left;
}


.contact_tablet{
display: none;	
}

.contacticonimg
{
	height:1em;
	display:inline;
	top:3px;
	position:relative;
}

.headdivide {
	width:100%;
	background:white;
	border-top: 5px solid #4fa9aa;
	border-bottom: 5px solid #4fa9aa;
	height:10px;
}

.headmargin {
	width:100%;
	background:#1b8082;
	height:10px;
	-webkit-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.75);
	margin-bottom: 10px;
}

.facebookico{
	border: 1px solid #3c61c5;
	border-radius: 5px;
	position:relative;
	top:4px;
	left:-4px;
	font-family: 'facebook_letter_facesregular';
	color:white;
	display:inline-block;
	background:#314abf;
	padding:2px;
	font-size: 24px;
	height:1em;
	width: 1em;
	text-align: center;
	-webkit-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.25);
}

}




@media only screen
and (min-width : 768px)

{

.header {
padding-top: 10px;
height:12em;
width:100%;
top:0;
margin-left: auto;
margin-right: auto;
background: -ms-linear-gradient(top, #135758, #1b8082);
background: -webkit-linear-gradient(top, #135758, #1b8082); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(top, #135758, #1b8082); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(top, #135758, #1b8082); /* For Firefox 3.6 to 15 */
background: linear-gradient(top, #135758, #1b8082); /* Standard syntax */
}

.logo {
	top:-5px;
	position:relative;
	height:12em;
	display:inline;
	
	right:20px;
}

.header a{
text-decoration: none;
color: white;
    -webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s;
}

.header a:visited{
	color:white;
}

.header a:hover{
color:#94dde6;
}

.header a:link{
	color:white;
}

.contact_tablet a{
text-decoration: none;
color: white;
    -webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s;
}


.contact_tablet a:active{
	color:white;
}

.contact_tablet a:visited{
	color:white;
}

.contact_tablet a:hover{
	color:#94dde6;
}

.contact_tablet a:link{
	color:white;
}

a.email{
	text-decoration: none;
    -webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s;
}

a.email:hover{
	color:#94dde6;
}

.navbutton {
	display: inline-block;
	width:70px;
	color:white;
	border: 3px solid white;
    padding:5px;
    margin-right: 3px;
    margin-bottom: 20px;
    position:relative;
    top:-30px;
    

    -webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
    
    -webkit-transition: background-color 0.5s, top 0.5s, box-shadow 0.5s;
	-moz-transition: background-color 0.5s, top 0.5s, box-shadow 0.5s;
	-o-transition: background-color 0.5s, top 0.5s, box-shadow 0.5s;
	-ms-transition: background-color 0.5s, top 0.5s, box-shadow 0.5s;
	transition: background-color 0.5s, top 0.5s, box-shadow 0.5s;
}


.navbutton:hover {
	background-color: #2ec1c4;
	top:-35px;
	cursor: pointer; cursor: hand;

	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.22);
}

.navicon {
	height:3em;
	display:inline;
}



.navbutton_phone{
	display:none;
}

.contact {
	display: none;
	color:white;
	font-size: 18px;
	padding:5px;
	padding-left: 10px;
    margin-bottom: 20px;
    position:relative;
    top:-45px;
    text-align: left;
}

.contact_tablet{
	color:white;
	font-size: 18px;
	padding:10px;
	padding-left: 10px;
    position:relative;
    text-align: center;
    margin:0 auto;
    
}

.contacticonimg
{
	height:1em;
	display:inline;
	top:3px;
	position:relative;
}

.headdivide {
	width:100%;
	background:white;
	border-top: 5px solid #4fa9aa;
	border-bottom: 5px solid #4fa9aa;
	height:10px;
}

.headmargin {
	width:100%;
	background:#1b8082;
	height:35px;
	-webkit-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.75);
	margin-bottom: 10px;
}


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

.facebookico{
	border: 1px solid #3c61c5;
	border-radius: 5px;
	position:relative;
	top:4px;
	left:-4px;
	font-family: 'facebook_letter_facesregular';
	color:white;
	display:inline-block;
	background:#314abf;
	padding:2px;
	font-size: 24px;
	height:1em;
	width: 1em;
	text-align: center;
	-webkit-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.25);
}


		}




@media only screen
and (max-width : 768px){



.header {

width:100%;
top:0;
margin-left: auto;
margin-right: auto;
background: -ms-linear-gradient(top, #135758, #1b8082);
background: -webkit-linear-gradient(top, #135758, #1b8082); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(top, #135758, #1b8082); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(top, #135758, #1b8082); /* For Firefox 3.6 to 15 */
background: linear-gradient(top, #135758, #1b8082); /* Standard syntax */
}

.logo {
	
	position:relative;
	width:100%;
	display:inline;
	top:5px;
	
}

.header a{
text-decoration: none;
}


.navbutton {
	display: none;
	width:70px;
	color:white;
	border: 3px solid white;
    padding:5px;
    margin-right: 10px;
    margin-bottom: 20px;
    position:relative;
    top:-45px;

    -webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
    
    -webkit-transition: background-color 0.5s, top 0.5s, box-shadow 0.5s;
	-moz-transition: background-color 0.5s, top 0.5s, box-shadow 0.5s;
	-o-transition: background-color 0.5s, top 0.5s, box-shadow 0.5s;
	-ms-transition: background-color 0.5s, top 0.5s, box-shadow 0.5s;
	transition: background-color 0.5s, top 0.5s, box-shadow 0.5s;
}


.navbutton_phone{
	display: block;
	color:white;
	border: 3px solid white;
    padding:5px;
    position:relative;
    font-size: 46px;
    text-align: center;
    top:5px;
}


.navbutton_phone:hover{
background-color: #2ec1c4;
}

.navbutton_phone img.navicon{
	height:1em;
	position:relative;
	top:10px;
}

.navbutton:hover {
	background-color: #2ec1c4;
	top:-50px;
	cursor: pointer; cursor: hand;

	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.22);
}

.navicon {
	height:3em;
	display:inline;
}

.contact {
	display: none;
	color:white;
	font-size: 18px;
	padding:5px;
	padding-left: 10px;
    margin-bottom: 20px;
    position:relative;
    top:-45px;
    text-align: left;
}

.contact_tablet{
display: none;
	color:white;
	font-size: 18px;
	padding:5px;
	padding-left: 10px;
    margin-bottom: 20px;
    position:relative;
    top:-205px;
    text-align: left;
    right:-140px;
}

.contacticonimg
{
	height:1em;
	display:inline;
	top:3px;
	position:relative;
}

.headdivide {
	width:100%;
	background:white;
	border-top: 5px solid #4fa9aa;
	border-bottom: 5px solid #4fa9aa;
	height:10px;
}

.headmargin {
	width:100%;
	background:#1b8082;
	-webkit-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.75);
	margin-bottom: 10px;
}


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

.facebookico{
	border: 1px solid #3c61c5;
	border-radius: 5px;
	position:relative;
	top:4px;
	left:-4px;
	font-family: 'facebook_letter_facesregular';
	color:white;
	display:inline-block;
	background:#314abf;
	padding:2px;
	font-size: 24px;
	height:1em;
	width: 1em;
	text-align: center;
	-webkit-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.25);
}



}