/* CSS Document */

/* CSS Document */
/*
Theme Name: Coral Reef Guest House
*/

/* CSS Document 
font-family: 'Sorts Mill Goudy', serif;
font-family: 'Quattrocento', serif;
font-family: 'Fanwood Text', serif;
font-family: 'Josefin Slab', serif;
font-family: 'Droid Sans', sans-serif;
font-family: 'Raleway', sans-serif;

*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
 /*   margin: 5px 20px 20px 0;*/
 margin: 5px;
}

.aligncenter,
div.aligncenter {
    display: block;
 /*   margin: 5px 20px 20px 0;*/
 margin: 3px;
}

.alignright {
    float:right;
 /*   margin: 5px 20px 20px 0;*/
 margin: 3px;
}

.alignleft {
    float: left;
 /*   margin: 5px 20px 20px 0;*/
 margin: 3px;
}

a img.alignright {
    float: right;
 /*   margin: 5px 20px 20px 0;*/
 margin: 3px;
}

a img.alignnone {
 /*   margin: 5px 20px 20px 0;*/
 margin: 3px;
}

a img.alignleft {
    float: left;
 /*   margin: 5px 20px 20px 0;*/
 margin: 3px;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
 /*   margin: 5px 20px 20px 0;*/
 margin: 5px;
}

.wp-caption.alignleft {
 /*   margin: 5px 20px 20px 0;*/
 margin: 5px;
}

.wp-caption.alignright {
 /*   margin: 5px 20px 20px 0;*/
 margin: 5px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* PLUGINS OVERWRITE */

.rslides_container {
margin-bottom: 0px; 
}


/* PLUGINS OVERWRITE */


/* SITE SPECIFIC */

.homeoption h4 {text-align: center;}

.homeoption img {display: block; margin: 0px auto;}


/* SITE SPECIFIC */



div, *, *:before, *:after img {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }



/* INPUT CLASSES */


.required {color: red;}

input[type=text], input[type=url], input[type=email], input[type=date], input[type=password], input[type=tel] {
	-webkit-appearance: none; 
	-moz-appearance: none;
	display: block;
	margin: 0px;
	width: 100%; 
	height: 40px;
	line-height: 40px; 
	font-size: 1.1em;
	border: 1px solid #bbb;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	background: white;
}

input[type=date] {
	
	-webkit-appearance: none; 
	-moz-appearance: none;
	display: block;
	margin: 0px;
	width: 100%; 
	height: 40px;
	line-height: 40px; 
	font-size: 1.1em;
	border: 0px solid #bbb;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	background: white;
}

textarea {
	-webkit-appearance: none; 
	-moz-appearance: none;
	display: block;
	margin: 0px;
	width: 100%; 
	height: 90px;
	line-height: 40px; 
	font-size: 1.1em;
	border: 1px solid #bbb;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	background: white;
}

select {background-color: white;}

.styled-select {
	width: 100%; 
	height: 40px;
   overflow: hidden;
   padding-left: 10px;
   background: url(images/select-arrow.png) no-repeat right white;
   	border-radius: 10px;
	border: 1px solid #bbb;
   }

.styled-select-na {
	width: 100%; 
	height: 40px;
   overflow: hidden;
   padding-left: 10px;
   background: white;
   	border-radius: 10px;
	border: 1px solid #bbb;
   }

.styled-select select {
   background: transparent;
   border: 0;
	-webkit-appearance: none; 
	-moz-appearance: none;
	display: block;
	margin: 0px;
	width: 100%; 
	height: 40px;
	line-height: 50px; 
	font-size: 1.1em;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;

}

input[type=submit] {
 -webkit-appearance: none; -moz-appearance: none;
 display: block;
 margin: auto auto;
 font-size: 1.4em; 
 line-height: 2.5em;
 color: #333;
 font-weight: bold;
 height: 2.5em; 
 width: 100%;
 background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
 border: 1px solid #bbb;
 -webkit-border-radius: 10px; 
 -moz-border-radius: 10px; 
 border-radius: 10px;
}

input#wpsl-search-btn {
 -webkit-appearance: none; -moz-appearance: none;
 display: block;
 font-size: 1em; 
  margin: 0px auto;
 color: #333;
 font-weight: bold;
 height: 2.5em; 
 width: 100%;
 background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
 border: 1px solid #bbb;
 -webkit-border-radius: 10px; 
 -moz-border-radius: 10px; 
 border-radius: 10px;
}

/* INPUT CLASSES */

@media all and (min-width: 681px) {
	
body {
font-family: 'Droid Sans', sans-serif;
font-size: 16px;
background-color: #fffdf9;}

.header-wrap {display: block; width: 100%; height: 90px; padding: 0px; margin: 0px auto; border: solid 0px gray; /* background-image: url(images/header-bg.png); background-repeat:repeat-x; */ background-color: white; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; box-shadow: 0px 0px 20px #333; position: fixed; top: 20px; left: 0px; z-index: 200; height: auto;

    transition: font-size 0.5s, height 0.5s;
    -webkit-transition: font-size 0.5s, height 0.5s;
    -moz-transition: font-size 0.5s, height 0.5s;


}

.header {display: block; width: 100%; max-width: 1350px; height: 90px; padding: 0px; margin: 0px auto; border: solid 0px gray; overflow: visible; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;

    transition: font-size 0.5s, height 0.5s;
    -webkit-transition: font-size 0.5s, height 0.5s;
    -moz-transition: font-size 0.5s, height 0.5s;


 }
 
.header-wrap .small, .header .small {height: 60px;}

.logo {height: auto; max-height: 100%;}


html,body {
    height:100%; margin: 0px; padding: 0px; background: url(images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.small {font-size: .8em; padding: 0px;}

h1 {font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 2.5em; color: white; text-transform:uppercase;}
h2 {font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 1.6em; color: white;}
h3 {font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 1.8em; color: white; margin: 0px;}
h4 {font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 2em; color: white; margin: 0px;}
h5 {font-family: 'Raleway', sans-serif; font-size: 1.1em; color: white; margin: 0px; padding: 0px;}
.homeoption H5 {font-family: 'Raleway', sans-serif; font-size: 3.5em; color: white; margin: 0px auto; padding: 0px; text-align: center; position: relative; top: 50%; text-shadow: rgb(112, 7, 7) 2px 2px 0px; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);}
h6 {font-family: 'Raleway', sans-serif; font-size: 1.1em; color: #0e76bc; margin: 0px 0px 10px 0px; padding: 0px;}

a {text-decoration: none; font-family: 'Droid Sans', sans-serif; color: #06F; }
a:hover {text-decoration: underline; color: gray; }

.homeoption h5 a {color: #0e76bc;}

h3 a:hover {text-decoration: none;  color: #118e9b;}

div.homeoption p {font-size: .9em;}

#mobile-menu-icon {display: none;}

.widget h3 {color: white;}

.textwidget {color: white;}

.social {float: right; position: absolute; top: 0; right: 0; font-size: 2em; position: relative; top: 50%; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);}

.fa {margin: 5px;
color: black;}

.faddedline {
	height: 2px;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 20px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2OTY5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(150,150,150,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(150,150,150,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(150,150,150,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(150,150,150,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(150,150,150,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(150,150,150,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#007db9e8',GradientType=1 ); /* IE6-8 */

}

.blog-faddedline {
	height: 1px;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 20px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2OTY5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(150,150,150,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(150,150,150,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(150,150,150,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(150,150,150,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(150,150,150,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(150,150,150,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#007db9e8',GradientType=1 ); /* IE6-8 */

}

}

@media all and (max-width: 680px) {
body {
font-family: 'Droid Sans', sans-serif;
font-size: 18px;
background-color: rgba(138,205,190, .9);}

html,body {
    height:100%; margin: 0px; padding: 0px; 
}

.small {font-size: 1em; padding: 0px;}

h1 {font-family: 'Droid Sans', sans-serif;  serif; font-weight: 300; font-size: 2em; color: white; margin: 0px 0px 0px 0px;}
h2 {font-family: 'Droid Sans', sans-serif;  serif; font-weight: 300; font-size: 1.6em; color: white;}
h3 {font-family: 'Droid Sans', sans-serif; font-weight: 300; font-size: 1.8em; color: white; margin: 0px;}
h4 {font-family: 'Droid Sans', sans-serif; font-weight: 300; font-size: 1.5em; color: white; margin: 0px;}

.menuscroll h4 {font-family: 'Raleway', sans-serif;
font-weight: 300;
font-size: 1.5em;
color: #0e76bc;}

h5 {font-family: 'Droid Sans', sans-serif;font-size: 1.2em; color: white; margin: 0px; padding: 0px;}
.homeoption H5 {font-family: 'Raleway', sans-serif; font-size: 2.5em; color: white; margin: 0px auto; padding: 0px; text-align: center; position: relative; top: 50%; text-shadow: rgb(112, 7, 7) 2px 2px 0px; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);}

h6 {font-family: 'Droid Sans', sans-serif;font-size: 1.2em; color: #4C4C4C; margin: 0px 0px 10px 0px; padding: 0px;}

a {text-decoration: none; font-family: 'Droid Sans', sans-serif; color: #0e76bc; }
a:hover {text-decoration: underline; color: gray; }

.header-wrap {display: block; width: 100%; padding: 0px 0px; margin: 20px auto; border: solid 0px gray; /* background-image: url(images/header-bg.png); background-repeat:repeat-x; */ background-color: white; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; box-shadow: 0px 0px 20px #333; z-index: 200; overflow: auto;
}

.header {display: block; width: 100%; max-width: 1250px; height: 90px; padding: 0px; margin: 0px auto; border: solid 0px gray; overflow: visible; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

.homeoption h5 a {color: #0e76bc;}

.homeoption p {font-size: 1em;}

#mobile-menu-icon {
float: right;
font-size: 2.2em;
font-weight: bold;
padding: 0px 5px;
width: 35px;
height: 35px;
vertical-align: central;
display: inline-block;
margin: 25px 10px 0px 0px;
border: 1px #E5E5E5 solid;
border-radius: 100%;
overflow: hidden;
text-align: center;
background-color: #0e76bc;
color: white;
box-shadow: 0px 0px 3px black;
border: black solid 1px;	 }


.faddedline {
	height: 2px;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 20px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2OTY5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(150,150,150,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(150,150,150,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(150,150,150,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(150,150,150,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(150,150,150,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(150,150,150,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#007db9e8',GradientType=1 ); /* IE6-8 */

}

.blog-faddedline {
	height: 1px;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 20px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2OTY5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(150,150,150,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(150,150,150,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(150,150,150,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(150,150,150,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(150,150,150,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(150,150,150,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#007db9e8',GradientType=1 ); /* IE6-8 */
}

.social {float: right; position: absolute; top: 0; right: 0; font-size: 1.3em; position: relative; top: 50%; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);}

.fa {margin: 5px;
color: black;}

}



/* STRUCTURE */

.wrapper {display: block; width: 100%; min-height:auto; overflow: auto; padding: 0px 0px; margin: 0px;  border: 0px solid gray;   -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: transparent;
}


.header-right {display: block; float: right; width: auto; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

/*.jmenu {max-height: 700px;  position: absolute; top: 50%; transform: translateY(-50%); margin: 0px auto; overflow-y: scroll; left: 50%; margin-left: -50%;}*/


@media all and (min-width: 681px) {
	
.jmenu {
max-height: 615px; 
max-width: 960px;
position: relative;
/* top: 50%; */
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
overflow: hidden;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
border-radius: 20px;
border: 0px black solid;
background-color: rgba(248,242,216,.8);
font-size: 112%;
margin: 0px;
padding: 0px;
box-sizing: border-box;
}

.menuscroll {display: block; overflow-y: scroll; height:inherit; height: 650px !important; -webkit-overflow-scrolling: touch;}

.menuscroll::-webkit-scrollbar{
width:10px;
background-color:#cccccc;
right: 5px;
}

.menuscroll::-webkit-scrollbar-thumb {
background-color:#B03C3F;
border-radius:5px;
}
.menuscroll::-webkit-scrollbar-thumb:hover{
background-color:#BF4649;
border:1px solid #333333;
}
.menuscroll::-webkit-scrollbar-thumb:active{
background-color:#A6393D;
border:1px solid #333333;
} 
	
.logo {float: left; border: none; position: relative;
  top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); max-width:210px;}
	
.new-logo {float: right; margin-top: 20px;}
	
.schedule-appt:before {content: url(images/cal-icon.png); position: relative; float: left;  margin-right: .5em; margin-left: 1em;  }
.schedule-appt {font-family: 'Droid Sans', sans-serif; font-size: 1.5em; line-height:1.8em; color: #0e76bc; padding: 0px; height: auto; display: inline-block; float: left; }

.schedule-appt a {color: #0e76bc; }
	
.phone {float: left; font-family: 'Droid Sans', sans-serif; font-size: 2em; color: #0e76bc; font-weight: bold; margin: 20px 0px 0px 10px; }

.content-wrap {display: block; width: 100%; max-width: 1250px; padding: 80px 0px; margin: 50px auto 50px; border: solid 0px black; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: rgba(138,205,190, .9); overflow: auto;  
}

.home-wrap {display: block; width: 100%; max-width: 1250px; padding: 0px 0px; margin: 0px auto 50px; border: solid 0px black; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: rgba(138,205,190, .9); overflow: auto; 
}

.menu-wrap {display: block; width: 100%; max-width: 1250px; height: auto; padding: 0px 10px; margin: 20px auto; border: solid 0px black; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: transparent; overflow: auto; margin-bottom: 30px;
}

.content-left {display: block; border: 0px solid gray; float: left; /*width: 67%;*/ width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0px; margin: 0px }

.content { padding: 20px; border: 0px solid gray; float: left; width: 100%; padding-bottom: 50px;	}

div.content-left ul.leftstack, div.content ul.leftstack{float: left; width: 250px; max-width: 250px; margin-left: 10px; font-size: .9em;}

div.content-left ul.leftstack::after, div.content ul.leftstack::after {clear: both;}

p img.inlineicon {display: inline-block; position: relative; top: 50%; margin-top: 17px;}

.boxcontent { width: 100%; height: auto; padding: 10px;  }

.sidebar {display: block; border: 0px solid gray; /*width: 320px; max-width: 33%;*/ width: 100%; height: 100%; text-align: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: none; /*border-top-right-radius: 20px; border-bottom-left-radius: 20px;*/ overflow: auto; float: right; max-width: 280px; }

.widget {
display: block; 
float: right; 
width: 100%;
max-width: 280px; 
-ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
        }

.widget ul {

padding-left: 20px;

}

.mobile-menu-header {display: none}

.menu-options ul { list-style-type: none; margin: 0px; padding: 0px; overflow: hidden; border-top-left-radius: 20px;}

.menu-options ul li { background-color: #0e76bc; color: white; margin: 0px; text-align: center;}

.menu-options ul li a { display: block; color: white; width: 100%; height: 100%; padding: 10px; font-family: Raleway; font-size: 1.3em;  }

.menu-options ul li:hover {background-color: transparent;  }

.menu-options ul li:hover a {color:gray; text-decoration: none;  }

.current_page_item {background-color: transparent !important; }

.current_page_item a {color: black !important;}

.footer-wrap {display: inline-block; width: 100%; padding: 0px; margin: 0px auto; border: solid 0px gray; background-color: white; height: auto; overflow: auto; bottom: 0px; }

div.footer-wrap div { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

.footer {display: block; width: 100%; max-width: 1250px; height: 30px; padding: 0px; margin: 0px auto; border: solid 0px gray;	}

}

@media all and (max-width: 680px) {
	
.menu-wrap {overflow: hidden;}
	
.jmenu {
max-width: 960px;
position: relative;
/* top: 50%; */
border-radius: 20px;
border: 0px black solid;
background-color: rgba(248,242,216,0.95);
overflow: hidden;
margin: 0px 10px;
}

.logo {float: none; max-width: 55%; height: auto; position: relative;
  top: 50%; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);  }
	
.new-logo {display: none;}

.schedule-appt:before {content: url(images/cal-icon.png); position: relative; float: left;  margin-right: .5em; margin-left: .5em;  }

.schedule-appt {font-family: 'Droid Sans', sans-serif; font-size: 1em; line-height:2em; color: #0e76bc; padding: 0px; height: 40px; display: inline-block; float: left; margin-top: 10px; padding-left: 5px;}

.schedule-appt a {color: #0e76bc; }

.phone {float: none; font-family: 'Droid Sans', sans-serif; font-size: 1.2em; color: #0e76bc; font-weight: bold; margin: 5px 0px 10px 5px; border-bottom: 1px #E5E5E5 solid;  }

.content-wrap {display: inline-block; width: 100%; max-width: 1250px; padding: 0px 10px; margin: 0px auto; border: solid 0px black;  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: auto;
 }

.content-left {border: 0px solid gray; float: left; width: 100%;  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0px; padding: 0px;	}

.content { padding: 20px; border: 0px solid gray; float: left; width: 100%;	}

div.content-left ul.leftstack, div.content ul.leftstack{float: left; width: 250px; max-width: 250px; margin-left: 10px; font-size: .9em;}

div.content-left ul.leftstack::after, div.content ul.leftstack::after {clear: both;}

p img.inlineicon {display: inline-block; position: relative; top: 50%; margin-top: 17px;}

.boxcontent { width: 100%; height: auto; padding: 10px;  }

.sidebar {display: block; border: 0px solid gray; width: 100%; text-align: left; margin-top: 30px; overflow: auto; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.widget {
display: block; 
max-width: 100%; 
-ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
        }

.widget ul {

padding-left: 20px;

}

div.menu-options {overflow: hidden;}

.menu-options ul { display: none; list-style-type: none; margin: 0px; padding: 0px; }

.mobile-menu-header {display: block; color: white; width: 100%; height: 100%; padding: 5px; font-family: Raleway; font-size: 1.2em; text-align: center; background-color: #0e76bc; border-top-left-radius: 20px; border-top-right-radius: 20px; overflow: hidden; border-bottom: 1px white solid;}

.menu-options ul li { background-color: #0e76bc; color: white; margin: 0px; text-align: center;}

.menu-options ul li a { display: block; color: white; width: 100%; height: 100%; padding: 5px; font-family: Raleway; font-size: .9em;  }

.menu-options ul li:hover {background-color: transparent;  }

.menu-options ul li:hover a {color:gray; text-decoration: none;  }

.current_page_item {display: none;  }

.current_page_item a {color: white !important;}

.footer-wrap {display: inline-block; width: 100%; padding: 0px; margin: 30px auto; border: solid 0px gray; background-color: white; height: auto; overflow: auto; }

div.footer-wrap div { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

.footer {display: block; width: 100%; max-width: 1250px; height: auto; padding: 0px; margin: 0px auto; border: solid 0px gray;	}

}



/* STRUCTURE */


/* MENUS */

@media all and (min-width: 1030px) {
	
.mobile-menu {display: none;}

.main-menu { float: right; position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); }

.main-menu ul {display: block; margin: 0px; padding: 0px;   }

.main-menu li {
	list-style-type: none;
	float: left;
	display: inline;
	height: auto;
	padding: 0px;
	color: gray;

}

.main-menu ul li a {display: inline-block; text-decoration: none; padding: 0px 10px 0px 10px; font-family: 'Droid Sans', sans-serif; font-size: 1.1em; color: #0e76bc; margin: 5px 0px; border-right: 0px solid gray; }

.main-menu ul li:last-child a {border-right: 0px solid gray;}

.main-menu ul li a:hover {color: gray; text-decoration: none;  }


/* Sub-menu DROP DOWN */


ul.sub-menu li.menu-item {

	float: none;
	text-align: left;
	border-right: gray solid 0px;
}

.menu-main-menu-container ul li ul.sub-menu {
	
	-moz-box-shadow: 0px 3px 5px #888888;
	-webkit-box-shadow: 0px 3px 5px #888888;
	box-shadow: 0px 3px 5px #888888;
	border-radius: 5px;	
	border: 1px solid #925f71; 
	margin: 0px auto; 
	border-radius: 10px; 
	padding: 0px; 
	top: 35px;
	z-index: 500;
	background-color:#F5F5F5;	
	position: absolute;
	overflow: hidden;
	
	}


.menu-main-menu-container ul li ul.sub-menu li {

	float: none;
	display: block;	
	border: 0px black solid;
	width: 200px;
}

.menu-main-menu-container ul li ul.sub-menu li a {
	text-decoration: none;	
	margin: 0px;
	padding: 15px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 500;	
	width: 100%;
	vertical-align: middle;
	color: #0e76bc;
}

.menu-main-menu-container ul li ul.sub-menu li a:hover {
	background-color: #DFDFDF;
	
}

.menu-main-menu-container ul li ul.sub-menu li a, .menu-main-menu-container ul li ul.sub-menu li a:link, .menu-main-menu-container ul li ul.sub-menu li a:visited {
	color: #0e76bc;
}

.menu-main-menu-container ul li.current-menu-parent ul.sub-menu li a, .menu-main-menu-container ul li.current-menu-parent ul.sub-menu li a:link, .menu-main-menu-container ul li.current-menu-parent ul.sub-menu li a:visited {
	color: #0e76bc;
}

.menu-main-menu-container ul li ul.sub-menu li.current-menu-item a, .menu-main-menu-container ul li ul.sub-menu li.current-menu-item a:link, .menu-main-menu-container ul li ul.sub-menu li.current-menu-item a:visited {
	text-decoration: none;	
	font-size:15px;	
	font-weight: 500;	
	color: #118e9b;
}

.menu-main-menu-container ul li ul.sub-menu li a:hover {
	color: #118e9b;

}
/* END DROP DOWN */


/* DROP DOWN HOVER */
.menu-main-menu-container ul ul.sub-menu{
	display: none;
}
 
.menu-main-menu-container ul li:hover ul.sub-menu{
	display: block;
}
/* END DROP DOWN HOVER */


.home-menu {display: block; float: right; margin: 0px; padding: 0px; max-width:400px; }

.home-menu ul {display: block; margin: 20px 10px 0px 0px; padding: 0px;  }

.home-menu li {
	list-style-type: none;
	float: left;
	height: auto;
	padding: 3px;
	color: gray;
}

.home-menu ul li a {display: inline-block; text-decoration: none; padding-bottom: 5px; font-family: 'Droid Sans', sans-serif; font-size: 1em; color: gray; }

.home-menu ul li a:hover {color: #0e76bc; text-decoration: underline;  }

.footer-menu { position: relative;
  top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); 
 text-align:center;}

.footer-menu ul {position: relative;
  top: 50%;

margin: 0px; 
}

.footer-menu li {
	list-style-type: none;
	float: center;
	display: inline;
	height: auto;
	padding: 0px;
	color: gray;
	margin: 0px;

}

.footer-menu ul li a {display: inline-block; text-decoration: none; padding: 0px 10px 0px 10px; font-family: 'Droid Sans', sans-serif; font-size: 1.2em; color: #0e76bc; margin: 5px 0px; border-right: 0px solid gray; }

.footer-menu ul li:last-child a {border-right: 0px solid gray;}

.footer-menu ul li a:hover {color: gray; text-decoration: none;  }

}

@media (min-width: 681px) and (max-width: 1100px) {
	
.main-menu {display: none; }

.mobile-menu {display: none; margin: 0px; padding: 0px; width: 100%; overflow:visible; background-color: black;
}

.mobile-menu ul {display: block; margin: 0px; padding: 0px;  }

.mobile-menu li {
	list-style-type: none;
	float: none;
	width: 100%;
	display: block;
	height: auto;
	padding: 0px;
	color: gray;
	border-bottom: 1px teal solid;
}

.mobile-menu ul li a {display: inline-block; text-decoration: none; padding: 15px 15px 5px 15px; font-family: 'Titillium', sans-serif; font-size: 1.2em; color: white !important; text-transform: uppercase; }

.mobile-menu ul li a:hover {color: gray; text-decoration: none;  }

.home-menu {display: block; float: right; margin: 0px; padding: 0px; max-width:400px; }

.home-menu ul {display: block; margin: 20px 10px 0px 0px; padding: 0px;  }

.home-menu li {
	list-style-type: none;
	float: left;
	height: auto;
	padding: 3px;
	color: gray;
}

.home-menu ul li a {display: inline-block; text-decoration: none; padding-bottom: 5px; font-family: 'Titillium', sans-serif; font-size: 1em; color: gray; }

.home-menu ul li a:hover {color: #0e76bc; text-decoration: underline;  }

.footer-menu { float: right; position: relative;
  top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); }

.footer-menu ul {display: block; margin: 0px; padding: 0px; position: relative;
  top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);  }

.footer-menu li {
	list-style-type: none;
	float: left;
	display: inline;
	height: auto;
	padding: 0px;
	color: gray;

}

.footer-menu ul li a {display: inline-block; text-decoration: none; padding: 0px 10px 0px 10px; font-family: 'Titillium', sans-serif; font-size: .9em; color: #0e76bc; margin: 5px 0px; border-right: 0px solid gray; }

.footer-menu ul li:last-child a {border-right: 0px solid gray;}

.footer-menu ul li a:hover {color: gray; text-decoration: none;  }

.fa {margin: 0px 5px;
color: black;}

#mobile-menu-icon {
float: right;
font-size: 2.2em;
font-weight: bold;
padding: 0px 5px;
width: 35px;
height: 35px;
vertical-align: central;
display: inline-block;
border: 1px #E5E5E5 solid;
border-radius: 100%;
overflow: hidden;
text-align: center;
background-color: #0e76bc;
color: white;
box-shadow: 0px 0px 3px black;
border: black solid 1px;	
position: relative;
  top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);  }


.social {float: right; position: absolute; top: 0; right: 0; font-size: 2em; position: relative; top: 50%; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);}

.social a {
border-radius: 5px;
background-color: white;
/* padding: 2px; */
width: 30px;
height: 30px;
display: inline-block;
text-align: center;
}

.social a i.fa {color: black; font-size: 25px; vertical-align: middle; }

.logo {
float: left;
border: none;
position: relative;
/* top: 50%; */
/* -webkit-transform: translateY(-50%); */
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
/* transform: translateY(-50%); */
padding: 0px 0px 0px 10px;
}

.small {font-size: 100%;}

}


@media all and (max-width: 680px) {
	

.main-menu {display: none; }

.mobile-menu {display: none; float: left; margin: 0px 0px 20px 0px; padding: 0px; width: 100%; overflow:visible; background-color: #0e76bc;
}

.mobile-menu ul {display: block; margin: 0px; padding: 0px;  }

.mobile-menu li {
	list-style-type: none;
	float: none;
	width: 100%;
	display: block;
	height: auto;
	padding: 0px;
	color: gray;
	border-bottom: 1px #E5E5E5 solid;
}

.mobile-menu ul li a {display: inline-block; text-decoration: none; padding: 15px 15px 5px 15px; font-family: 'Raleway', sans-serif; font-size: 1.2em; color: white; }

.mobile-menu ul li a:hover {color: gray; text-decoration: none;  }

.home-menu {display: none; float: right; margin: 0px; padding: 0px; max-width:400px; }

.home-menu ul {display: block; margin: 20px 20px 0px 10px; padding: 0px;  }

.home-menu li {
	list-style-type: none;
	float: left;
	height: auto;
	padding: 5px;
	color: gray;
}

.home-menu ul li a {display: inline-block; text-decoration: none; padding-bottom: 5px; font-family: 'Droid Sans', sans-serif; font-size: .8em; color: gray; }

.home-menu ul li a:hover {color: #0e76bc; text-decoration: underline;  }


.footer-menu { position: relative;
  top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);  }

.footer-menu ul {display: block; margin: 0px; padding: 0px; position: relative;
  top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);  }

.footer-menu li {
	list-style-type: none;
	float: left;
	display: inline;
	height: auto;
	padding: 0px;
	color: gray;

}

.footer-menu ul li a {display: inline-block; text-decoration: none; padding: 0px 10px 0px 10px; font-family: 'Droid Sans', sans-serif; font-size: .6em; color: #0e76bc; margin: 5px 0px; border-right: 0px solid gray; }

.footer-menu ul li:last-child a {border-right: 0px solid gray;}

.footer-menu ul li a:hover {color: gray; text-decoration: none;  }

}



/* MENUS */


/* CONTENT STRUCTURE */

@media all and (min-width: 681px) {
	
img {max-width: 100%; height: auto;}

.row {display: block; width: 100%; height: 100%; margin: 0px auto 5px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

div.row div { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.row:after {content: ""; display: table; clear:both;}

.onethird {display: block; float: left; width: 33%; height: 100%; padding: 0px; border: 0px black solid; position: relative;  }

.twothirds {display: block; float: left; width: 66%; height: 100%; padding: 0px; border: 0px black solid; position: relative;  }

.onefourth {display: block; float: left; width: 25%; height: 100%; padding: 0px; border: 0px black solid; position: relative; }

.threefourths {display: block; float: left; width: 75%; height: 100%; padding: 0px; border: 0px black solid; position: relative;  }

.onehalf {display: block; float: left; width: 50%; height: 100%; padding: 0px; border: 0px black solid; position: relative;  }

.tenpadding {padding: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

.twentypadding {padding: 20px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

.fivemargin {margin: 5px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

.fivemarginh {margin: 0px 5px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

.tenmargin {margin: 10px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

.thickroundborder {border: 5px white solid; border-radius: 10px; margin: 10px 0px; box-shadow: 0px 0px 10px black;}

}

@media all and (max-width: 680px) {
	
img {max-width: 100%; height: auto;}

.row {display: block; width: 100%; height: 100%;  margin: 0px auto; position: relative;  }

div.row div { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.row:after {content: ""; display: table; clear:both;}

.onethird {display: inline-block; float: left; width: 100%; height: 100%; padding: 0px; border: 0px black solid; position: relative; }
 
.twothirds {display: block; float: left; width: 100%; height: 100%; padding: 0px; border: 0px black solid; position: relative; }

.onefourth {display: block; float: left; width: 100%; height: 100%; padding: 0px; border: 0px black solid; position: relative; }

.threefourths {display: block; float: left; width: 100%; height: 100%; padding: 0px; border: 0px black solid; position: relative; }

.onehalf {display: block; float: left; width: 100%; height: 100%; padding: 0px; border: 0px black solid; position: relative;}

.tenpadding {padding: 10px;}

.twentypadding {padding: 20px;}

.fivemargin {margin: 5px;}

.fivemarginh {margin: 0px 5px;}

.tenmargin {margin: 10px;}

.thickroundborder {border: 5px white solid; border-radius: 10px; margin: 10px 0px; box-shadow: 0px 0px 10px black;}

}

/* CONTENT STRUCTURE */




/* HOME PAGE SPECIFIC */

@media all and (min-width: 681px) {

.home-slider {width: 100%; height: auto; border: 1px solid #925f71; margin: 0px auto; border-radius: 10px; overflow: hidden; padding: 0px; box-shadow: 0px 3px 5px #888888;}

.home-slider img {max-width: 100%; height: auto; margin: 0px; padding: 0px; border: 0px; }

.homeoptions {text-align: center; width: 100%; display: block; padding: 20px 0px; margin: 0px auto;}

div.homeoptions div { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.homeoption {display: inline-block; margin: 0px; padding: 0px; width: 33%; border: 0px solid gray; text-align:left; vertical-align: top; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: transparent;}

.homeoption img:after {content: ""; display: table; clear:both;}
 
.bottom-linked {position: absolute; bottom: 0; right: 5px; float: right; text-transform: uppercase; font-size: 1em; line-height:2.5em; margin: 5px; }

.bottom-linked:after {content: "\f0a9"; font-family: FontAwesome; position: relative; float: right;  margin-left: .5em; }

.bottom-linked:before {content: ""; display: table; clear:both;}

.homepanel:after {content: ""; display: table; clear:both;}

.homedocphoto {float: left; margin: 10px 10px 5px 10px;}

.homeicon {float:left; margin: 10px; height: 60px; width: 60px;}

}

@media all and (min-width: 1000px) {

#homepanel {display: block; width: 100%; height: 275px; -moz-border-radius-topleft: 20px; margin: 20px auto;
-webkit-border-top-left-radius: 20px;
 border-top-left-radius: 20px;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
border-top-right-radius: 20px;
background-color: #fffcf3;
border: 1px solid #cec0b0;
font-size: 1em;
 }
 
.bottom-linked {right: 5px; float: right; text-transform: uppercase; font-size: 1em; line-height:1.2em; margin-top: 25px; display: block; }

.bottom-linked:after {content: "\f0a9"; font-family: FontAwesome; position: relative; float: right;  margin-left: .5em; }
	
}

@media all and (min-width: 681px) and (max-width: 999px) {
	
#homepanel {display: block; width: 100%; height: 270px; -moz-border-radius-topleft: 20px; margin: 20px auto;
-webkit-border-top-left-radius: 20px;
 border-top-left-radius: 20px;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
border-top-right-radius: 20px;
background-color: #fffcf3;
border: 1px solid #cec0b0;
font-size: .8em;

 }
 
.bottom-linked {right: 5px; float: right; text-transform: uppercase; font-size: .7em; line-height: 1em; margin-top: 25px; display: block; }

.bottom-linked:after {content: "\f0a9"; font-family: FontAwesome; position: relative; float: right;  margin-left: .5em; }

.homeoptions {text-align: center; width: 100%; display: block; padding: 20px 0px; margin: 0px auto;}

div.homeoptions div { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.homeoptions {text-align: center; width: 100%; display: block; padding: 20px 0px; margin: 0px auto;}

	
}

@media all and (max-width: 680px) {

.home-slider {width: 100%; height: auto; border: 1px solid #925f71; margin: 0px auto; border-radius: 10px; overflow: hidden; padding: 0px; box-shadow: 0px 3px 5px #888888;}

.home-slider img {max-width: 100%; height: auto; margin: 0px; padding: 0px; border: 0px; }

.homeoptions {text-align: center; width: 100%; display: block; padding: 20px 0px; margin: 0px;}

div.homeoptions div { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.homeoption {display: inline-block; margin: 0px; padding: 10px; width: 100%; border: 0px solid gray; text-align:left; vertical-align: top; background: white;}

.homeoption p { font-size: .8em;}

.homeoption img:after {content: ""; display: table; clear:both;}

#homepanel {display: block; width: 100%; height: auto; -moz-border-radius-topleft: 20px; margin: 20px auto;
-webkit-border-top-left-radius: 20px;
 border-top-left-radius: 20px;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
border-top-right-radius: 20px;
background-color: #fffcf3;
border: 1px solid #cec0b0;
 }

.homepanel:after {content: ""; display: table; clear:both;}

.homedocphoto {float: left; margin: 10px 10px 5px 10px;}

.homeicon {float:left; margin: 10px; height: 60px; width: 60px;}

}

/* MEDIA SPECIFIC */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
	margin: 5px;
	display: block;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper:after {content: ""; display: table; clear:both;}

.rightborder {border-right: #C8C8C8 1px solid;}

.nospace {margin: 0px; padding: 0px;}

.social-icon {float: left; width: 40px; height: 40px; margin: 5px; border-radius: 5px;}

#fancybox-content {border-width: 0px !important;}

.floatleft {float: left;}

.team-pic {max-width: 175px; height: auto; float: left; margin: 5px 10px; border-radius: 10px; overflow: hidden;}

/* ALIGNMENT SPECIFIC */

.floatleft {float:left;}

.floatright {float:right;}

.centerinside {text-align: center;}

.centeroutside {margin-left: auto; margin-right: auto; float: none;}
