/* Colors
-------------------------------------------------------------------------- |--*/
/*
Green: #6ddbd1;
Red: #ff4e50;
Light Green: #e1f5c4;
Yellow: #ece474;
*/

/* Reset
-------------------------------------------------------------------------- |--*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn,
em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
menu, nav, section, summary, time, mark, audio, video, img {
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    text-transform: none;
    text-decoration: none;
    line-height: normal;
    font-variant: normal;
    white-space: normal;
    border: 0;
    list-style-image: none;
    list-style-type: none;
}

audio,
canvas,
video {display: inline-block;}

audio:not([controls]) {display: none; height: 0;}

article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary, small {display: block;}

img {border: none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
img a {border: none;}

a, a:link, a:visited, a:hover, a:active {
    outline-style: none;
    outline-width: 0px;
    text-decoration: none;
}

.left {float: left;}
.right {float: right;}
.none {display: none;}
.no-scroll {overflow: hidden;}
input, select {vertical-align: middle;}
:focus {outline: 0;}
input, textarea {outline-style: none; outline-width: 0px;}
.clear {clear:both;}

button::-moz-focus-inner,
input::-moz-focus-inner {border: 0; padding: 0;}

textarea {overflow: auto; vertical-align: top;}

table {border-collapse: collapse; border-spacing: 0;}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body {font-size: 62.5%;}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

strong {font-weight: 700;}
em {font-style: italic;}
span.versales {font-variant: small-caps;}
del {text-decoration: line-through;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

html, body {height: auto; overflow-x: hidden;}



/*--| Type
-------------------------------------------------------------------------- |--*/

@font-face {
    font-family: 'bloklettersbalpen';
    src: url("../typo/bloklettersbalpen/bloklettersbalpen.eot");
    src: url("../typo/bloklettersbalpen/bloklettersbalpen.eot") format("embedded-opentype"),
        url("../typo/bloklettersbalpen/bloklettersbalpen.woff") format("woff"),
        url("../typo/bloklettersbalpen/bloklettersbalpen.ttf") format("truetype"),
        url("../typo/bloklettersbalpen/bloklettersbalpen.svg#blokletters_balpenbalpen") format("svg");
    font-weight: normal;
    font-style: normal;
}



/*--| Header
-------------------------------------------------------------------------- |--*/

.main-header {
    width: 100%;
    padding-top: 50px;
    background: white url(../img/top.png) repeat-x 0px top;
}

.main-header .top {
    width: 1000px;
    height: 110px;
    margin: 0px auto 12px auto;
}

.main-header .top h1 a {
    margin: 6px 0px 0px 0px;
    display: block;
    width: 570px;
    height: 110px;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.main-header .top h1 a:hover {color: #6ddbd1;}

.main-header .top h1 a img {
	max-width: 350px;
	margin-top: -10px;
}

.main-header .top .contact {
    width: 380px;
    height: 120px;
    float: right;
}

.main-header .top .contact address {
    float: right;
    width: 500px;
    height: 60px;
    margin: 30px 0px 0px 0px;
}

.main-header .top .contact address p {
    text-align: right;
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.5em;
    font-family: "bloklettersbalpen", Arial, Helvetica, sans-serif;
    color: #f98b1c;
}
.main-header .top .contact address p a {color: #f98b1c;}
.main-header .top .contact address p a:hover {color: #6ddbd1;}

.main-header .main-nav {
    width: 100%;
    border-top: 3px solid #e1f5c4;
    margin: 0px 0px 0px 0px;
    /*  overflow: hidden;*/
}
.main-header .main-nav:after {
    clear: both;
    display: block;
    content: "";
}

.main-header .main-nav > ul {
    /*  width: 1000px;*/
    /*  margin: 2px auto 0px auto;*/
    clear:left;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    left:50%;
    text-align:center;
}

.main-header .main-nav > ul:after {
    clear: both;
    content: "";
    display: block;
}

.main-header .main-nav > ul li{
    display:block;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    right:50%;
}

.main-header .main-nav li:hover .submenu{
    display: block;
}

.main-header .main-nav > ul > li a {
    display: block;
    float: left;
    padding: 0 20px;
    height: 50px;
    border-right: 2px solid #e1f5c4;
    font-weight: 500;
    font-size: 1.8em;
    line-height: 50px;
    font-family: "bloklettersbalpen", Arial, Helvetica, sans-serif;
    color: #00b9b9;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin:0 0 0 1px;
    text-decoration:none;
}

html.lt-ie9 .main-header .main-nav > ul > li a {width: 160px;}

.main-header .main-nav > ul > li a:hover,
.main-header .main-nav > ul > li a.active {color: #f98b1c;}

.main-header .main-nav > ul li > .submenu {
    position: absolute;
    z-index: 250;
    background-color: #f9ffef;
    height: auto;
    min-height: 20px;
    overflow: hidden;
    margin: 48px 10px 0px 0px;
    display: none;
}

.main-header .main-nav > ul li > .submenu li{
    width: 100%;
    position: static;
}
.main-header .main-nav > ul li:last-child a{
    border-bottom: 0 !important;
}

.main-header .main-nav > ul li > .submenu li a {
    border-right: none;
    float: none;
    font-size: 1.5em;
    line-height: 30px;
    height: 30px;
    text-align: left;
    text-indent: 10px;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #7aaa29;
    white-space: nowrap;
    padding: 5px 10px;
}

.main-header .main-nav > ul li.faq > .submenu > li a {
    width:100%;
    padding:5px 30px 5px 10px;
    white-space: nowrap;
}

.social a {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    margin-left: 5px;
}
.main-header .social {float: right;}

.bx-wrapper img{
    max-width: 1500px !important;
    width: 100%;
    margin: auto;
}

/*--| Main
-------------------------------------------------------------------------- |--*/

.main {
    height: auto;
    min-height: 370px;
    /*  overflow: hidden;*/
}

.main .slider-wrap{
    max-width: 1200px;
    margin: auto;
}

.main .slider {
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.bx-wrapper, .bx-viewport {
    max-height: 500px !important; //provide height of slider
}

.main .slider .slide {
    width: 100%;
    height: 440px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main .slider .slide.slide01 {
    background: url(../img/slide01.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main .slider .slide.slide02 {
    background: url(../img/slide02.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main .slider .slide.slide03 {
    background: url(../img/slide03.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main .slider .slide.slide04 {
    background: url(../img/slide04.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main .slider .slide.slide05 {
    background: url(../img/slide05.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



/*--| Wellcome
-------------------------------------------------------------------------- |--*/

.wellcome {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0px auto 30px auto;
}

.wellcome .cloud {
    width: 900px;
    height: 195px;
    position: absolute;
    z-index: 10;
    margin: -70px 0px 0px -450px;
    left: 50%;
    background: url(../img/hello.png) no-repeat;
    font-weight: 400;
    font-size: 9.9em;
    line-height: 1.5em;
    text-align: center;
    font-family: "Grand Hotel", Arial, Helvetica, sans-serif;
    color: #00ffff;
    padding-top: 54px;
}

.supt .cloud {
    width: 900px;
    height: 205px;
    position: absolute;
    z-index: 10;
    margin: -65px 0px 0px -450px;
    left: 50%;
    background: url(../img/hello.png) no-repeat 0px 3px;
    font-weight: 400;
    font-size: 7em;
    line-height: 1.5em;
    text-align: center;
    font-family: "Grand Hotel", Arial, Helvetica, sans-serif;
    color: #00b9b9;
    padding-top: 70px;
}

/*--| Home text
-------------------------------------------------------------------------- |--*/

.home h2 {
    font-weight: 400;
    font-size: 3em;
    line-height: 1.5em;
    font-family: "bloklettersbalpen", Arial, Helvetica, sans-serif;
    color: #00ffff;
    text-align: center;
    width: 786px;
    margin: 200px 0px 8px 120px;
}

.home p {
    font-weight: 400;
    font-size: 1.8em;
    line-height: 1.2em;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #363636;
    width: 960px;
    margin-bottom: 15px;
    margin: 0 0 15px 0;
}

/*--| Supt
-------------------------------------------------------------------------- |--*/

.supt .bigpic {
    margin: 0;
    width: 100%;
    height: 210px;
    background: url(../img/bigpic.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.supt .cloud {margin-top: -25px;}

.supt .content {
    width: 1000px;
    height: auto;
    min-height: 20px;
    overflow: hidden;
    margin: 300px auto 60px auto;
}

.supt .content .column {
    width: 100%;
    height: auto;
    min-height: 20px;
    overflow: hidden;
    float: left;
}
.supt .content .column img {margin: 0px 0px 30px 0px;}

.supt .content .column blockquote {
    width: 80%;
    letter-spacing: -2px;
    font-weight: 700;
    font-size: 3.8em;
    line-height: 1.2em;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #ff4e50;
    background: url(../img/quotes.jpg) no-repeat 0px 0px;
    padding: 0px 0px 0px 50px;
    height: auto;
    min-height: 20px;
    overflow: hidden;
}

.supt .content .column h1 {
    font-weight: 400;
    font-size: 7em;
    line-height: 1.2em;
    font-family: "Grand Hotel", Arial, Helvetica, sans-serif;
    color: #00b9b9;
}

.supt .content .column h1 a {
    color: #ff4e50;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.supt .content .column h1 a:hover {color: #6ddbd1;}

.supt .content .column h2,
.supt .content .column h3,
.supt .content .column h4,
.supt .content .column h5,
.supt .content .column h6 {
    font-weight: 700;
    font-size: 3.5em;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #f98b1c;
    letter-spacing: -2px;
    margin-bottom: 0.5em;
}

.supt .content .column h2 a,
.supt .content .column h3 a,
.supt .content .column h4 a,
.supt .content .column h5 a,
.supt .content .column h6 a {
    color: #ff4e50;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.supt .content .column h2 a:hover,
.supt .content .column h3 a:hover,
.supt .content .column h4 a:hover,
.supt .content .column h5 a:hover,
.supt .content .column h6 a:hover {color: #00b9b9;}

.supt .content .column h3 {font-size: 3.2em; color: #00b9b9;}
.supt .content .column h3 a {color: #ff4e50;}

.supt .content .column h4 {font-size: 2.9em;}

.supt .content .column h5 {font-size: 2.5em; color: #00b9b9;}
.supt .content .column h5 a {color: #f98b1c;}

.supt .content .column h6 {font-size: 2.1em;}

.supt .content .column img {
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 15px;
}

.supt .content .column img.center {margin: 0px auto 20px auto;}

.supt .content .column img.alignright {
    float: right;
	margin-left:15px;
    overflow: auto;
}

.supt .content .column img.right {margin-left: 20px;}
.supt .content .column img.left {margin-right: 30px;}

.supt .content .column figure {
    width: 100%;
    height: auto;
    min-height: 1px;
    overflow: hidden;
}

.supt .content .column small {
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1.2em;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #0afd34;
    margin: 20px 0px 30px 35px;
}

.supt .content .column small a {
    color: #6ddbd1;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.supt .content .column small a:hover {color: #ff4e50;}
.supt .content .column small b {color: #6ddbd1;}

.supt .content .column p {
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1.4em;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #363636;
    margin: 0px 0px 15px 0;
}

.supt .content .column p a {
    color: #52c1b7;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.supt .content .column p a:hover {color: #ff4e50;}
.supt .content .column p b {color: #ff4e50;}

.supt .content .column ul {margin: 20px 0px 30px 20px;}
.supt .content .column ul li {
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1.2em;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #363636;
    margin: 0px 0px 5px 5px;
}
.supt .content .column ul li:before {content: "\2022"; margin-right: 10px;}

.supt .content .column ul li a {
    color: #00b9b9;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.supt .content .column ul li a:hover {color: #f98b1c;}

.supt .content .column .center {text-align: center;}

.supt .content .column .alignright {text-align: right;}

.supt .content .column hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin: 30px 0px 40px 0px;
}

.supt .content .column .top {
    background-color: #6ddbd1;
    font-weight: 700;
    font-size: 2em;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 23px 5px 20px;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom:15px;
}

.supt .content .column .top:hover {background-color: #ff4e50;}

.supt .content .column.alignleft {float: left;  width: 48%;}

.supt .content .column.alignright {float: right; width: 48%;}

.ortho-topics {
	width:100%;
	margin:auto 0;
	text-align: center;
}

.ortho-topics-photo {
	text-align:center;
	display: inline-block;
	vertical-align:top;
	margin:0 8px;
	padding:0 8px;
	width:190px;
}

.ortho-topics h3 {
	font-size:24px;
	line-height:40px;
}

.ortho-topics p {
	font-family:'Open Sans', sans-serif;
	color:#000;
}



/*--| Quick Links
-------------------------------------------------------------------------- |--*/

.quick {
    width: 100%;
    height: 295px;
    min-height: 20px;
    overflow: hidden;
    background-color: #fda54b;
    padding: 25px 0px 21px 0px;
}

.quick .wrapper {
    width: 1000px;
    height: 335px;
    margin: 0px auto 0px auto;
}

.quick .module {
    float: left;
    width: 320px;
    height: 295px;
    margin-right: 20px;
    background: url(../img/quick-center.jpg) no-repeat 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.lt-ie9 .quick .module {margin-right: 13px;}

.quick .module:first-child {
    background: url(../img/quick-left.jpg) no-repeat 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.quick .module.last-child {
    margin-right: 0px;
    background: url(../img/quick-right.jpg) no-repeat 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.quick .module a {
    display: block;
    width: 100%;
    height: 76px;
    margin-top: 110px;
    opacity: .9;
    font-weight: 400;
    font-size: 3.2em;
    line-height: 1em;
    font-family: "Grand Hotel", Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    background-color: #00ffff;
    padding-top: 14px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.quick .module a:hover {opacity: 1;}
.quick .module:first-child a {background-color: #f98b1c;}
.quick .module.last-child a {background-color: #3afd34;}

/*--| Footer
-------------------------------------------------------------------------- |--*/

.main-footer {
    overflow: hidden;
    width: 100%;
    height: 465px;
    background: #cb7015 url(../img/bot.png) repeat-x 0px bottom;
}

.main-footer .sections {
    width: 100%;
    height: 240px;
    margin: 40px auto 0px auto;
}

.main-footer .sections section {float: left; height: 240px;}

.main-footer .sections section h3 {
    font-weight: normal;
    font-size: 3.6em;
    line-height: 1.2em;
    font-family: "Grand Hotel", Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 17px;
}

.main-footer .sections section p {
    width: 240px;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.2em;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #fff;
}

.main-footer .sections section p a {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-footer .sections section p a:hover {color: #e1f5c4;}

.main-footer .sections section.section-left {
    width: 30%;
    padding-left: 14%;
    background: url(../img/footer-left.png) no-repeat 18px 5px;
}

.main-footer .sections section.section-center {
    width: 26%;
    background: url(../img/footer-center.png) no-repeat 109px 125px;
}

.main-footer .sections section.section-right {
    width: 30%;
    background: url(../img/footer-right.png) no-repeat 149px 0px;
}

.main-footer .sections section.section-right h3 {margin-bottom: 10px;}

.main-footer article {
    width: 665px;
    height: 35px;
    margin: 0px auto 0px auto;
}

.main-footer article small {
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.2em;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
}

.main-footer article small a {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.main-footer article small a:hover {color: #e1f5c4;}

.main-footer .social {margin-bottom: 15px;}

address p.mobile {display: none;}

.main-footer p.copyright {
    width:50%;
    margin: 5px auto;
}

.back-to-top{
    background-image: url(../img/back-to-top.jpg);
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    text-indent: -9999px; /* Hides text from human view */
    position:fixed;
    bottom:60px;
    right:30px;
    display:none;
}
.back-to-top:hover{
    /* background-image: url(../../images/back-to-top-rollover.jpg); */
    text-decoration:none;
}

/*--| Mobile
-------------------------------------------------------------------------- |--*/

@media (max-width: 640px) {

    .main-header {
        background: white url(../img/top-mobile.png) repeat-x 0px top;
        height: 132px;
        position: absolute;
        z-index: 100;
        padding-top: 86px;
    }

    .main-header .top {width: 100%; height: 60px;}

    .main-header .top h1 a {
        font-size: 3.8em;
        line-height: 1.1em;
        width: 100%;
        text-align: center;
        float: none;
        line-height: 1.5em;
        height: 60px;
        letter-spacing: -1px;
    }
	
	.main-header .top h1 a img {
		margin-top: -30px;
		max-width: 300px;
	}

    .main-header .top .contact {
        position: absolute;
        z-index: 10;
        top: 5px;
        margin: 0px 0px 0px 0px;
        height: 40px;
        width: 100%;
    }

    .main-header .top .contact .social {
        position: absolute;
        z-index: 6999990;
        right: 18px;
        top: 8px;
    }

    .main-header .top .contact address {
        width: 100%;
        float: none;
        margin: 162px 0px 0px 0px;
        height: 35px;
        padding-top: 7px;
        border-top: 2px solid #f98b1c;
    }

    .main-header .top .contact address p {
        font-size: 1.3em;
        color: #f98b1c;
        line-height: 1.5em;
        text-align: center;
    }

    .main-header .top .contact address p a {color: #6ddbd1;}

    .main-header .mobile-button {
        display: block;
        width: 27px;
        height: 21px;
        background: url(../img/mobile-button.png) repeat 0px 0px;
        position: absolute;
        margin: -70px 0px 0px 33px;
        z-index: 950;
        cursor: pointer;
    }

    .main-header .main-nav {
        background: #e1f5c4 url(../img/top-mobile.png) repeat-x 0px -40px;
        position: absolute;
        top: 40px;
        left: -225px;
        bottom: 0px;
        padding-top: 30px;
        width: 225px;
        height: 2000px;
        border: none;
        z-index: 200;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .main-header .main-nav > ul{
        width: auto;
        float: none;
        position: static;
    }

    .main-header .main-nav > ul > li {
        height: auto;
        min-height: 20px;
        overflow: hidden;
        opacity: .9;
    }

    .main-header .main-nav > ul li{
        float: none;
        position: static;
    }

    .main-header .main-nav > ul > li a {
        display: block;
        float: none;
        font-size: 1.4em;
        border-bottom: 2px solid #7aaa29;
        width: 100%;
        text-indent: 15px;
        letter-spacing: -1px;
        text-align: left;
        height: 45px;
        overflow: hidden;
        line-height: 45px;
        padding: 0px 0px 0px 0px;
        color: #ff4e50;
    }

    .main-header .main-nav > ul > li a:first-child {width: 100%;}

    .main-header .main-nav > ul li > .submenu {
        margin: 0px 0px 0px 0px;
        position: static;
        height: auto;
        min-height: 20px;
        overflow: hidden;
        background-color: #f9ffef;
    }

    .main-header .main-nav > ul li > .submenu li a {
        height: 35px;
        font-size: 1.2em;
        line-height: 35px;
        color: #6ddbd1;
    }

    .main-header .main-nav > ul li.visit > .submenu {margin-left: 0px;}

    .main-header .main-nav > ul li.faq > .submenu {margin-left: 0px;}

    .main-header .main-nav > ul li.kids > .submenu {margin-left: 0px;}

    .main-header .main-nav > ul li.faq > .submenu > li a {
        width:100%;
        padding:5px 0;
    }

    .main {margin-top: 218px;}

    .main .slider {height: 184px;}
    .main .slider .slide {height: 184px;}

    .wellcome {width: 100%;}

    .wellcome .cloud {
        padding-top: 124px;
        font-size: 5em;
        margin: -111px 0px 0px -50%;
        width: 100%;
        background: url(../img/hello2-mobile.png) no-repeat center center;
    }

    .home h2 {
        width: 90%;
        margin: 150px 0px 13px 5%;
        font-size: 1.8em;
        line-height: 1.3em;
    }

    .home p {
        width: 84%;
        margin-left: 8%;
        font-size: 1.4em;
    }

    .quick {
        height: auto;
        min-height: 20px;
        overflow: hidden;
    }

    .quick .wrapper {
        width: 100%;
        height: auto;
        min-height: 20px;
        overflow: hidden;
    }

    .quick .module {
        margin: 0px 0px 20px 5%;
        float: none;
        width: 90%;
        overflow: hidden;
    }

    .quick .module a {width: auto; overflow: hidden;}

    .main-footer {
        height: auto;
        min-height: 20px;
        overflow: hidden;
        background: #cb7015 url(../img/bot-mobile.png) repeat-x 0px bottom;
    }

    .main-footer .sections {
        height: auto;
        min-height: 20px;
        overflow: hidden;
        width: 100%;
        margin-top: 20px;
    }

    .main-footer .sections section {
        height: auto;
        min-height: 20px;
        overflow: hidden;
        width: 86%;
        margin: 0px 10px 0px 10%;
    }

    .main-footer .sections section h3 {display: none;}

    .main-footer .sections section p, .main-footer .sections section address p {
        font-size: 1.1em;
        line-height: 1.1em;
    }

    .main-footer .sections section.section-left {
        height: auto;
        min-height: 20px;
        overflow: hidden;
        padding: 8px 0px 0px 0px;
        margin-left: 7%;
        background: none;
    }

    .main-footer .sections section.section-center {display: none;}

    .main-footer .sections section.section-right {
        height: auto;
        min-height: 20px;
        overflow: hidden;
        width: 90%;
        margin-left: 7%;
        margin-top:15px;
		margin-bottom:20px;
        background: none;
    }

    .main-footer .sections section.section-right h3 {margin-bottom: 10px;}

    .main-footer .sections section.section-right address p {display: none;}

    .main-footer .sections section.section-right address p.mobile {display: block;}

    .main-footer article {
        height: auto;
        min-height: 20px;
        overflow: hidden;
        width: 86%;
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .main-footer article small {
        font-size: 1.1em;
        line-height: 1.1em;
        text-align: left;
    }

    .main-footer article small:last-child {
        height: 40px;
        font-size: 1.0em;
        line-height: 1.1em;
        margin: 17px 0px 0px 0px;
        padding: 10px 0px 0px 0px;
    }


    .main-footer article small:last-child span {
        margin: 9px 0px 0px 0px;
        display: block;
    }

    .main-footer article small:last-child span a {display: inline-block;}

    .main-footer 
    .main-footer .social {display: none;}

    .main-footer p.copyright {
        width:80%;
        margin: 0;
    }

    .supt .main {margin-top: 200px;}

    .supt .main .bigpic {
        height: 203px;
        margin: 0px 0px 0px 0px;
    }

    .supt .wellcome .cloud span {margin: 0px 0px 0px -17px;}

    .supt .content {
        width: 90%;
        margin: 200px auto 40px auto;
    }

    .supt .content .column {width: 100%;}

    .supt .content .column h1 {font-size: 6em;}
    .supt .content .column h2 {font-size: 2em;}
    .supt .content .column h3 {font-size: 3.33em;}
    .supt .content .column h4 {font-size: 2.66em;}
    .supt .content .column h5 {font-size: 2em;}
    .supt .content .column h6 {font-size: 1.6em;}

    .supt .content .column p, .supt .content .column ul li {font-size: 1.5em;}

    .supt .content .column blockquote {
        font-size: 2em;
        padding: 0px 0px 0px 30px;
        background: url(../img/quotes-mobile.jpg) no-repeat 0px 0px;
    }

    .supt .content .column.alignleft {width: 90%; float: none;}
    .supt .content .column.alignright {width: 90%; float: none;}
    .supt .content .column img {width: 100%; height: auto;}

    .back-to-top{
        bottom:20px;
        right:20px;
    }

} /*@media-- */



/*--| Tablet
--------------------------------------------------------------------------- |--*/

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

    .main-header {
        /*  overflow: hidden;*/
        background: white url(../img/top-tablet.png) repeat-x 0px top;
    }

    .main-header .top {width: 100%;}

    .main-header .top h1 a {
        margin: -1px 0px 0px 0px;
        width: 100%;
        text-align: center;
        float: none;
        line-height: 120px;
    }
	
	.main-header .top h1 a img {
		margin-top: 15px;
	}

    .main-header .top .contact {
        position: absolute;
        z-index: 10;
        top: 5px;
        margin: 0px 0px 0px 40px;
        height: 40px;
        width: 100%;
    }

    .main-header .top .contact .social {float: left;}
    .main-header .top .contact address {float: right; margin: 2px 80px 0px 0px;}

    .main-header .top .contact address p {
        font-size: 1.3em;
        color: #fff;
        line-height: 1.5em;
    }

    .main-header .top .contact address p a {color: #fff;}

    .main-header .main-nav {
        /*  overflow: hidden;*/
        width: 100%;
        margin: 18px auto 0px auto;
    }

    .main-header .main-nav > ul {
        width: 625px;
        margin: 0px auto 0px auto;
    }

    .main-header .main-nav > ul li > .submenu{
        margin-top: 46px;
    }

    .main-header .main-nav > ul > li > a {
        font-size: 1.3em;
        padding: 0px 12px 0px 12px;
        letter-spacing: -1px;
        line-height: 45px;
        width: auto;
        height: 46px;
    }

    .main-header .main-nav > ul > li:first-child a, .main-header .main-nav > ul li:last-child a {width: auto;}
    .main-header .main-nav > ul > li a > .submenu {width: 100%;
    }
    .main-header .main-nav > ul li > .submenu > li > a {
        font-size: 1.2em;
        width: 100%;
        padding-right: 10px;
        height: 25px;
    }

    .main .slider {height: 355px;margin: 0px 0px 0px 0px;}

    .main .slider .slide {height: 355px;}

    .wellcome {
        margin: 7px 0px 35px 0px;
        width: 100%;
    }

    .wellcome .cloud {
        height: 150px;
        padding-top: 39px;
        font-size: 8em;
        margin: -80px 0px 0px -308px;
        left: 50%;
        width: 630px;
        background: url(../img/hello-tablet.png) no-repeat 14px 0px;
    }

    .wellcome .cloud span {margin: 0px 0px 0px -14px;}

    .home h2 {
        width: 90%;
        margin: 130px 0px 0px 5%;
        font-size: 2.3em;
    }

    .home p {
        width: 83%;
        font-size: 1.5em;
        margin: 0px 0px 0px 7%;
    }

    .quick {height: 195px; padding: 7px 0px 9px 0px;}

    .quick .wrapper {
        width: 690px;
        height: 195px;
        margin: 0px auto 0px auto;
    }

    .quick .module {
        width: 195px;
        height: 195px;
        margin-right: 15px;
    }

    .quick .module a {
        margin-top: 74px;
        font-size: 2.4em;
        padding-top: 7px;
        height: 57px;
    }

    .quick .module:first-child {margin-left: 10px;}

    .main-footer {height: 360px;}

    .main-footer .sections {
        margin: 19px auto 0px auto;
        height: 178px;
    }

    .main-footer .sections section h3 {
        font-size: 2.7em;
        margin-bottom: 5px;
    }

    .main-footer .sections section p {font-size: 1.3em;}

    .main-footer .sections section.section-left {
        height: 178px;
        background: url(../img/footer-left-tablet.png) no-repeat 0px 4px;
    }

    .main-footer .sections section.section-left p {width: 200px;}

    .main-footer .sections section.section-center {
        height: 178px;
        background: url(../img/footer-center-tablet.png) no-repeat 87px 96px;
    }

    .main-footer .sections section.section-right {
        background: url(../img/footer-right-tablet.png) no-repeat 111px 0px;
        height: 178px;
    }

    .main-footer .sections section.section-right h3 {margin-bottom: 5px;}
    .main-footer .sections section.section-right .social {width: 105px; height: 27px;}

    .main-footer .sections section.section-right .social a {
        width: 23px;
        height: 23px;
        margin-right: 7px;
    }

    .main-footer article {
        width: 95%;
        margin: 9px 0px 0px 0px;
    }

    .main-footer article small {font-size: 1.1em;}

    .supt .bigpic {
        height: 180px;
        margin: 0px 0px 0px 0px;
    }

    .supt .content {
        width: 90%;
        margin: 130px auto 40px auto;
    }

    .supt .content .column {width: 100%;}

    .supt .wellcome .cloud {
        height: 140px;
        padding-top: 49px;
        letter-spacing: -1px;
        font-size: 6.1em;
        margin: -84px 0px 10px -350px;
        left: 50%;
        width: 700px;
        background: url(../img/hello-tablet2.png) no-repeat 51px 0px;
    }

    .supt .wellcome .cloud span {margin: 0px 0px 0px -19px;}

    .back-to-top{
        bottom:40px;
        right:20px;
    }

} /*@media- */

.main-header .mobile-menu {left: 0px;}

#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*/

#form 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;
    }
}