﻿@font-face {
    font-family:'milkmanreg';
    src: url('../fonts/milkmanreg-webfont.eot');
    src: url('../fonts/milkmanreg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/milkmanreg-webfont.woff') format('woff'), url('../fonts/milkmanreg-webfont.ttf') format('truetype'), url('../fonts/milkmanreg-webfont.svg#milkmanreg-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'minimobold';
    src: url('../fonts/minimo-bold-webfont.eot');
    src: url('../fonts/minimo-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/minimo-bold-webfont.woff') format('woff'), url('../fonts/minimo-bold-webfont.ttf') format('truetype'), url('../fonts/minimo-bold-webfont.svg#minimobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'minimo';
    src: url('../fonts/minimo-regular-webfont.eot');
    src: url('../fonts/minimo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/minimo-regular-webfont.woff') format('woff'), url('../fonts/minimo-regular-webfont.ttf') format('truetype'), url('../fonts/minimo-regular-webfont.svg#minimo_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
=====================
PRIMARY STYLES
====================*/
body {
    color: #676767;
    font: 14px 'Open Sans', Arial, sans-serif;
    line-height: 20px;
    margin: 0;
    background: url("../img/bg-painted.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
a {
    color: #9d3c96;
    text-decoration: none;
}
a:hover, a:active {
    color: #b239a9;
    text-decoration: underline;
}
.clear {
    clear: both;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1 {
    color:#fff;
    font-family:'minimo';
    font-size: 30px;
    font-weight: bold;
    margin:0;
}
h2 {
    font: 32px minimo, sans-serif;
    color: #ed1b2d;
}
h3 {
    font: 23px minimo, sans-serif;
    color: #00907f;
}
h4 {
    font: 20px minimo, sans-serif;
    color: #00907f;
}
h5 {
    font: 16px minimo, sans-serif;
    color: #00907f;
}
h6 {
    font: 14px minimo, sans-serif;
    color: #00907f;
}
hr {
    background: #F0E550;
    height: 2px;
}
blockquote {
    font: 16px minimo, sans-serif;
    color: #9ec041; 
    border: 0;
    text-align: center;
    width: 70%;
    margin-left: 10%;
}
img {max-width:100%;}
img.alignright {
    float:right;
    margin-left:20px;
    margin-bottom:15px;
    display:block;
}
img.alignleft {
    float:left;
    margin-right:20px;
    margin-bottom:15px;
    display:block;
}
.center {
    text-align:center;
}
.topic {
    font-size:18px;
    margin-bottom:5px;
}
.content ul {
    margin-bottom:15px;
}
.content li {
    list-style-type:disc;
    margin-left:25px;
    padding-left:5px;
}
.alpha {
    padding-left: 0 !important;
}
.omega {
    padding-right: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.margin-top-10 {
    margin-top: 10 !important;
}
.margin-top-20 {
    margin-top: 120 !important;
}
/*
=====================
HEADER
====================*/
.wrapper {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
header p {
    color: #00907f;
    font-weight: bold;
    font-size: 18px;
    font-family: minimo, sans-serif;
    padding: 10px 0 10px;
    text-align: right;
    margin:0;
}
.mapdiv{
    margin: 0 auto;
    text-align: center;
}

.btn{
    background-color: #0061aa;
    padding: 10px;
    color: #fff;
}
a.btn:hover{
    background-color: #008cf6;
	color: #fff;
}
.large-btn {
	font-size:20px;
	border-radius:3px;
	color: #fff;
	padding: 10px;
	background-color: #fdb827;
}
.large-btn:hover {
	background-color: #fcca62;
	color: #fff;
}
.address {
    text-align:right;
}
	
.address-mobile {
		display:none;
}
#address-phone {
	color:#9d3c96;
	line-height:1.6em;
	font-size:1.2em;
}
.social {
    margin-top: 20px;
    margin-left:20px;
    text-align:right;
}
.social img {
    margin-left:5px;
}
#google_translate_element{
    display: inline-block;
    vertical-align: middle;
}
/*
=====================
 NAV MENU
====================*/

#nav{
     width:80%;
     float:right;
     text-align:right;
     margin-top:32px;
     margin-right:10px;
}

#nav ul{
     list-style-type:none;
     text-align:center;
}

#nav li {
     padding:0 2px;
     display:inline-block;
     margin:0;
     position:relative;
}

#nav li a {
     display:block;
     text-decoration:none;
     padding:6px 8px 6px 8px;
     color:#fff;
     font-size:16px;
     font-family: 'minimo',sans-serif;
}
#nav li:hover a {
     color:#fff;
     background:#ed1b2d;
}
/*drop down */

#nav li ul {
    display: none;
}
#nav li:hover ul {
    display: block;
    margin-left: 0;
    position: absolute;
    top: 30px;
    z-index: 9999;
}
#nav li:hover li {
    float: none;
    margin: 0;
    white-space: nowrap;
    width: 100%;
    background:none;
    padding:0;
}
#nav li:hover li a {
    background: #fdb827;
    display: block;
    font-size: 0.9em;
    height: auto;
    text-align: left;
    color:#fff;
    padding:6px 40px 6px 10px;
}
#nav li:hover li a:hover {
    background: #ffcd65;
}    

#mobile-menu {
    display:none;
}

#navigation {
    display:none;
}

#mobile-header {
    display:none;
}

.sidr {
    background:#3CA29F;
    color: #FFFFFF;
    display: none;
    top: 0;
    width: 240px;
}

.sidr ul {
	border:0;
	border-bottom:1px solid #66D6D5;
}

.sidr ul li {
    border-bottom: none;
    border-top: 1px solid #66D6D5;
    display: block;
    line-height: 44px;
}

.sidr ul li a {
	font-family: 'minimo',sans-serif;
	font-weight:bold;
	font-size:16px;
}

.sidr ul li a:hover {
	border-top: 1px solid #66D6D5;
}

/*-=============
END NAV
----------------*/

.topmenu {
    background: #9d3c96;
    width: 100%;
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
    height:100px;
    position:relative;
}
.topmenu ul {
    float: right;
}
.topmenu li {
    float: left;
    font-size: 16px;
    margin-left: 10px;
}
.topmenu a {
    font-family:'minimo';
    color: white;
    font-weight: bold;
}
.bgwhite {
    background: white;
    height: 100%;
}

.logo {
    position: absolute;
    padding: 0 5px;
    height:100%;
    width:24.375%;
    top:0px;
    left:2%;
    z-index: 10;
    background-size:contain;
    margin-top:-90px;
}

.slidehome {
    width: 100%;
    padding: 0px;
    margin-top: 10px;
    z-index: -1;
}
.slidehome img {
}
.bodyweb {
    width: 100%;
    padding: 0px;
    margin-top: 10px;
    font-family:'open_sansregular';
}
.welcomebg {
    background: #0061aa;
    width: 100%;
    height: auto;
    min-height: 295px;
    padding: 0px;
    margin-top: 1px;
    float: left;
}
.titlebg {
position: absolute;
top: 15px;
left: -10px;
overflow: visible; /* so we can see the pseudo-elements we're going to add to the anchor */
background:#fdb827;
padding: 20px 30px 0 20px;
height:74px;
}

.titlebg:after {
content:"";
height: 0;
width: 0;
display: block;
position: absolute;
top: 0;
right: -55px;
border-top: 37px solid #fdb827;
border-bottom: 37px solid #fdb827;
border-right: 25px solid transparent;
border-left: 37px solid #fdb827;
}

.ornplan {
    float: right;
    margin-top: 5px;
    margin-right: 15px;
}
.welcomecont {
    margin-top: 125px;
    padding-left: 60px;
    padding-right: 60px;
    line-height: 25px;
    font-size: 14px;
    padding-bottom: 20px;
}
.welcomecont h4 {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.welcomecont p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
}
.leftbody {
    padding: 0px;
    position: relative;
}
.rightbody {
    overflow: hidden;
    padding-right: 0px;
}
.rightbody ul {
}
.rightbody li {
    margin-bottom: 20px;
}
.linkgreen {
    background: #00907f;
    font-family: 'minimobold', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0px;
    width: 100%;
}
.linkgreen:hover {
    opacity: 0.8;
}
.linkgreen img {
    width: 60px;
    height: 60px;
    float: right;
}
.linkgreen span {
    color: white;
    width: 130px;
    float: left;
    margin-top: 15px;
}
.linkgreen a {
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 76px;
    padding-left: 10px;
    padding-right: 10px;
}
.office-tour {
	text-align:center;
}

footer {
    width: 100%;
    color: #9d3c96;
    padding-bottom: 30px;
}
footer.container {
    position: relative;
    width: 100%;
    background: url('../img/bg-footer.png') no-repeat;
}
footer ul {
    padding-bottom: 10px;
}
footer li {
    float: left;
    margin-right: 10px;
    color: #9d3c96;
}
footer li a {
    color: #9d3c96;
    font-size: 12px;
    font-weight: bold;
}
footer {
    font-size: 11px;
    display: block;
    width: 100%;
    clear: left;
    margin-top: 20px;
    display: block;
    line-height: 15px;
}
footer a {
    color: #9d3c96;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
/* SLIDER */
#divTrigger a:link, #divTrigger a:visited {
    text-decoration: none;
    margin:4px 0px;
    padding: 1px 4px;
    border: 1px solid #000;
    background-color: #FFF;
    color: #000;
    display: none;
}
#divTrigger a:hover, #divTrigger a:active, .selected {
    background-color: #00A;
    color: #FFF;
    display: none;
}
.title {
    font-size: 16px;
    font-weight: bold;
    color: #006;
    text-decoration: underline;
    margin-bottom: 2px;
    display:block;
}
#divContent div {
    /* all div at element with id='divContent' hidden */
    display:none;
}
/* END SLIDER */
/* INNER PAGE */
.bg-top {
    width: 100%;
    margin-top: 10px;
    padding: 0;
}
.main {
    width: 100%;
}
.heading {
    height: 110px;
    background: url('../img/ornplan-2.png') no-repeat 340px 25px;
}
img.borders {
    border: 4px solid #F54E48;
    border-radius: 3px;
}
.main {
    position: relative;
}
/* Custom flexslider */
.flexslider {
    border: none;
    margin-bottom: 0;
}


/* Mobile Device */
@media (max-width: 767px) {
    .rightbody {
        padding-left: 1px;
        padding-top: 10px;
        display: block;
    }
    .linkgreen span {
        width: auto;
    }
    .welcomecont {
        padding-left: 15px;
        padding-right: 15px;
    }   
    blockquote {
        width: 100%;
        margin-left: 0;
    }   
    .ornplan {
        width:120px;
    }
    .heading {background:none;}
	
	.address-desktop {
		display:none;
	}
	
	.address-mobile {
		display:inline;
	}
	
    .titlebg {
		padding: 20px 30px 0 20px;
		height:65px;
	}

	.titlebg:after {
		border-top: 32px solid #fdb827;
		border-bottom: 33px solid #fdb827;
		border-right: 25px solid transparent;
		border-left: 37px solid #fdb827;
	}

    .titlebg h1 {
	font-size:22px;
}
 header {
        height:110px;
        text-align:center;
    }
    header p {
    padding-top:10px;
}
    p.address {
    float:none;
    text-align:center;
    font-size:14px;
}
.social {
	float:none;
	text-align:center;
	margin-top:10px;
	margin-left:0;
}
.logo {
    margin-top:0 !important;
    width:30%;
}
}
@media (max-width: 428px) {
    .linkgreen span {
        width: 130px;
    }
    .bgwhitemenu {
        left: -15px !important;
    }  
      .titlebg {
		padding: 15px 30px 0 20px;
		height:52px;
	}

	.titlebg:after {
		right: -25px;
		border-top: 26px solid #fdb827;
		border-bottom: 26px solid #fdb827;
		border-right: 25px solid transparent;
		border-left: 12px solid #fdb827;
	}
    .logo {
    margin-top:0 !important;
    width:32%;
}

    .titlebg h1 {
	font-size:18px;
}
	.welcomecont {
	margin-top:80px;
}
	footer ul {
    padding-bottom: 10px;
    clear:both;
    text-align:center;
}
footer li {
    margin-right: 0px;
    color: #c099dc;
    float:none;
    margin-bottom:5px;
}
footer li a {
    color: #c099dc;
    font-family:'milkmanreg';
    font-size: 18px;
    font-weight: bold;
}
footer {
    font-size: 11px;
    margin-top: 20px;
    line-height: 15px;
    clear:both;
    text-align:center;
}
header {
	height:90px;
}
 
}
/* Tablet device */

@media (min-width: 768px) and (max-width: 991px) {
    .linkgreen {
        margin-top: 10px;
        width: 100%;
    }
    .linkgreen span {
        width: 100px;
    }
    .rightbody {
        padding-bottom: 10px;
        display: block;
        padding-left: 0px;
    }   
    p.address {font-size:14px;}

}

@media (max-width: 1025px) {
    #nav li a {
        font-size:14px;
    }
}

@media (max-width: 1023px) {
    header {
        height: 80px;
    }
    #responsive-menu-button {
        margin-right:20px;
        float:right;
        font-size: 1.3em;
        background:#45AFAB;
        padding:5px 15px;
    }

    #responsive-menu-button a:hover {
        text-decoration:none;
    }

    #mobile-menu {
        display:inline;
    }

    #mobile-header {
        margin-top:30px;
        display:block;
    }

    #nav {
        display:none;
    }

    .navbar-header {
        float: none;
    }
    .topmenu li {
        width: 100% !important;
    }
    .icon-bar {
    	background: none repeat scroll 0 0 #FFFFFF;
    	border-radius: 4px;
    	height: 6px;
    	width: 29px;
    	display:block;
    	margin:4px 0;
	}

    img.hidden-lg {
    margin-left:-5px;
}
    img.alignright, img.alignleft {
        float:none;
        margin:0 auto;
        margin-bottom:20px;
    }
    body {
    background: url("../img/bg-painted.jpg") center top fixed;
}

/*    .logo:after {
        position: absolute;
        top:0;
        left:0;
        height: 119px;
        width: 100px;
        z-index: 2;
        content: '';
        background: url("../img/logo-md-txt.png") no-repeat;
    }  */  
}
/* Desktop small screen */

@media (min-width: 992px) and (max-width: 1199px) {
/*    .logo:after {
        position: absolute;
        top:0;
        left:0;
        height: 119px;
        width: 100px;
        z-index: 2;
        content: '';
        background: url("../img/logo-md-txt.png") no-repeat;
    }    */     
    .welcomebg {
        min-height: 304px;
    }
    .linkgreen  {
        text-align: center;
        margin-top: 0;
    }  
    .linkgreen span {
        width: 100%;
    }  
    .linkgreen img {
        float: none;
    }    
    .linkgreen a {
        padding: 0;
    }
    .rightbody {
         padding-left: 10px;
    } 
    header {
	height:90px;
}
    body {
    background: url("../img/bg-painted.jpg") center top fixed;
    background-attachment:fixed;
}

}
/* Desktop large screen */
@media (min-width: 1025px) {
    .wrapper {
        width: 980px;
    }
    .container {
        width:960px;
    }

}
@media (max-width: 1100px) {
    .flash {
        display:none;
    }
}
@media (min-width: 1100px) {
    .noflash {
        display:none;
    }
    .flash {
    width:550px;margin:0 auto;
    }
}
#form .clear {clear:both;}
#form .center {text-align:center;}
#form h3 {margin:0 1%;}
#form small {font-style:italic;}
#form hr {width:98%;margin:10px 1% 15px 1%;}
/*GRID */
#form .column {
    float:left;
    margin:0 1%;
}
#form .full {width:98%;margin:0 1%;}
#form .half {width:48%;}
#form .twothird {width:65%;}
#form .onethird {width:31%;}
/*FORM STYLES*/
input:not([type=submit]):not([type=checkbox]) {
    width:96%;
    padding:10px 2%;
}
#form textarea {
    width:100%;
    resize:none;
}
#form select {
    width:101%;
    padding:10px 2%;
}
/*MEDIA QUERIES */
@media (max-width:767px) {
	
    #form .column {
        float:none;
        margin:0;
    }
    #form .full, #form .half, #form .twothird, #form .onethird {
        width:100%;margin:0;
    }
	header {
        height: 80px;
    }
}

@media (max-width:360px) {
    .ornplan {
        width:90px;
		margin-right:5px;
    }
}