﻿@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.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
a {
    color: #c099dc;
    text-decoration: none;
}
a:hover, a:active {
    color: #957FA5;
    text-decoration: underline;
}
.clear {
    clear: both;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1 {
    color:#fff;
    font-family:'minimobold';
    font-size: 30px;
    font-weight: bold;
    margin:0;
}
h2 {
    font: 30px minimo, sans-serif;
    color: #66d6d5;
}
h3 {
    font: 24px minimo, sans-serif;
    color: #9ec041;
}
h4 {
    font: 20px minimo, sans-serif;
    color: #9ec041;
}
h5 {
    font: 16px minimo, sans-serif;
    color: #9ec041;
}
h6 {
    font: 14px minimo, sans-serif;
    color: #9ec041;
}
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;
}

img.alignmid{
	margin: 0 auto;
    display:block;
}

.alignmid{
	margin: 0 auto;
    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;
}

@media (min-width: 428px) {
	.colleft{
		float:left;
		width: 47%;
		text-align: center;
		margin-right: 6%;
	}

	.colright{
		float:left;
		width: 47%;
		text-align: center;
	}
}

@media (max-width: 428px) {
	.colleft{
		width: 100%;
		text-align: center;
	}
	
	.colright{
		width: 100%;
		text-align: center;
	}
}

iframe#ada {
	margin-top:0px;
	width:810px;
	height:950px;
}

/*
=====================
HEADER
====================*/
.wrapper {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
header p {
    color: #9ec041;
    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: #66D6D5;
    padding: 10px;
    color: #fff;
}
a.btn:hover{
    background-color: #8EEBEB;
    color: #fff;
}
.address {
    text-align:right;
    font-size:17px;
}
.social {
    margin-top: 20px;
    margin-left:20px;
    text-align:right;
}
.social img {
    margin-left:5px;
}
/*
=====================
 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:#3CA29F;
}

/*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: #9EC041;
    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: #BAD668;
}    

#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: #66d6d5;
    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%;
}
.bgwhitemenu {
    width: 234px;
    height: 102px;
    background: #fff;
    position: absolute;
    margin-left: 20px;
    top: 0px;
}
.logo {
    position: absolute;
    padding: 0 5px;
    height:100%;
    width:24.375%;
    top:0px;
    left:2%;
    z-index: 10;
    background-size:contain;
    margin-top:-90px;
}
/*.logo span {
    display: block;
    color: white;
    width: 100%;
    text-align: center;
    top: 0px;
    position: absolute;
    margin-top: 60%;
    font-size: 50px;
    font-family:'minimobold';
}*/
.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: #f54e48;
    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:#66D6D5;
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 #66D6D5;
border-bottom: 37px solid #66D6D5;
border-right: 25px solid transparent;
border-left: 37px solid #66D6D5;
}

.ornplan {
    float: right;
    margin-top: 35px;
    margin-right: 75px;
}
.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: #9EC041;
    font-family: 'minimobold', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0px;
    width: 100%;
    color: #9EC041;
}
.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;
}
footer {
    width: 100%;
    color: #c099dc;
    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: #c099dc;
}
footer li a {
    color: #c099dc;
    font-family:'milkmanreg';
    font-size: 18px;
    font-weight: bold;
}
footer {
    font-size: 11px;
    display: block;
    width: 100%;
    clear: left;
    margin-top: 20px;
    display: block;
    line-height: 15px;
}
footer a {
    color: #c099dc;
    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: 115px;
    background: url('../img/ornplan-2.png') no-repeat 340px 25px;
}
img.borders {
    border: 4px solid #D66102;
    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 {
        display:none;
    }
    .heading {background:none;}
    .titlebg {
		padding: 20px 30px 0 20px;
		height:65px;
	}

	.titlebg:after {
		border-top: 32px solid #66D6D5;
		border-bottom: 33px solid #66D6D5;
		border-right: 25px solid transparent;
		border-left: 37px solid #66D6D5;
	}

    .titlebg h1 {
	font-size:22px;
}
 header {
        height:100px;
        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-left:0;
}
}
@media (max-width: 428px) {
    .linkgreen span {
        width: 130px;
    }
    .bgwhitemenu {
        left: -15px !important;
    }  
      .titlebg {
		padding: 15px 30px 0 20px;
		height:52px;
	}

	.titlebg:after {
		border-top: 26px solid #66D6D5;
		border-bottom: 26px solid #66D6D5;
		border-right: 25px solid transparent;
		border-left: 37px solid #66D6D5;
	}

    .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;
    }   
}
@media (max-width: 991px) {
	.logo {
    height: 119px;
    width: 100px;
    top:0px;
    left:6px;
    background: url("../img/logo-md.png") no-repeat;
    margin-top:0 !important;
	}
	.bgwhitemenu {
    height: 102px;
    margin-left: 20px;
    position: absolute;
    top: 0;
    width: 113px;
}

}
@media (max-width: 1023px) {
    header {
        height: 80px;
    }
    #responsive-menu-button {
        margin-right:20px;
        float:right;
    }

    #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.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.jpg") center top fixed;
    background-attachment:fixed;
}

}
/* Desktop large screen */
@media (min-width: 1025px) {
    .wrapper {
        width: 980px;
    }
    .container {
        width:960px;
    }
}
@media (max-width: 1024px) {
    .flash {
        display:none;
    }
}
@media (min-width: 1024px) {
    .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;
    }
}