/* #Table of Contents

1.  Site Styles
	1.1. Page Styles
	1.2. Site Elements
2.  Navigation
	2.1. Logo
	2.2. Nav Menu
3.  Header
	3.1. Header 1
	3.2. Header 2
4.  Main
	4.1. Feature
	4.2. Testimonial
	4.3. Portfolio
	4.4. Subscribe Form 
5.  Footer
6.  CSS Hacks
7.  Media Queries
================================================== */
/* ========================= Site Styles ========================= */
/* Page Styles */

html {
    overflow-x: hidden;
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Arial, serif;
    color: #000000;
    font-weight: 400;
    margin-top: 0px;
}
h1,
h2,
h3,
h4 {
    margin-bottom: 12px;
}
h4,
h5,
h6 {
    line-height: 1.4em;
}
h5,
h6 {
    margin-bottom: 6px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 14px;
    color: #444;
    font-weight: 700;
    margin-bottom: 0.1em;
    margin-top: 1.5em;
}
h5 {
    font-size: 15px;
    font-weight: 700;
}
h6 {
    font-size: 13px;
}
a,
a:visited {
    color: #902e2f;
}
a:hover {
    text-decoration: none;
    color: #4a4a4a;
}
a:active {
    text-decoration: none;
}
ul li {
    line-height: inherit;
	font-weight:400;
}
figure {
    margin: 0px;
}
figure img {
    width: 100%;
}
figure iframe {
    overflow: hidden;
    width: 100% !important;
    background-color: #f4f4f4;
    border: 1px solid #e9e9e9;
}
video {
    width: 100%;
    height: auto;
}
.required {
    color: #f9331e;
}
.animation {
    visibility: hidden;
}
.animated {
    visibility: visible;
}
/* Site Elements */

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    height: 38px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px;
    border: 1px solid #EEE;
    outline: none !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    width: 100%;
    margin-bottom: 3%;
}
textarea {
    min-height: 80px;
    padding: 10px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    color: #111;
    border: 1px solid #d0d0d0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
textarea:disabled {
    color: #111;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-custom,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    color: #FFF !important;
    font-size: 16px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    background-color: #902e2f;
    padding: 9px 30px!important;
    border: 0px;
    outline: none !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    line-height: 1;
    padding-top: 16px;
    padding-bottom: 16px;
}
.btn-custom:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
    color: #FFF !important;
    background-color: #64b0fe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#409dfd), to(#64b0fe));
    background: -webkit-linear-gradient(top, #64b0fe, #409dfd);
    background: -moz-linear-gradient(top, #64b0fe, #409dfd);
    background: -o-linear-gradient(top, #64b0fe, #409dfd);
    outline: none !important;
}
.btn-custom:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
button:disabled {
    color: #707070 !important;
    background: #bababa;
}
button.close {
    font-family: Arial, Helvetica, sans-serif;
    color: #404040 !important;
    font-size: 20px;
    margin: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button.close:hover {
    color: #1a1a1a;
    background: none;
    border: 0px;
}
select {
    height: auto;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 400;
    padding: 8px 10px;
    outline: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #111;
}
select:focus {
    outline: none;
}
.alignleft {
    display: block;
    margin: 0px auto 20px auto;
}
.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}
.alignleft {
    float: left;
    margin: 0px 10px 10px 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.textleft {
    text-align: left;
}
.textright {
    text-align: right;
}
.textleft {
    text-align: left;
}
.alert h4 {
    margin-bottom: 10px;
}
.tooltip {
    font-family: Muli, Arial, sans-serif;
    text-transform: lowercase;
}
.tooltip-inner {
    padding: 6px 12px 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.list-style ul li {
    list-style: none;
    margin-bottom: 5px;
}
.list-style.list-arrow ul li {
    list-style-image: url(../images/list-arrow.png);
}
.list-style.list-arrow-bold ul li {
    list-style-image: url(../images/list-arrow-bold.png);
}
.list-style.list-arrow-circle ul li {
    list-style-image: url(../images/list-arrow-circle.png);
}
.dotstheme-contact-wrapper {
    color: #a9a9a9;
    background-color: #bdbdbd;
    padding: 20px 30px;
    border: 6px solid #FFF;
}
.dotstheme-contact-wrapper h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #616161;
}
.dotstheme-contact-wrapper p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.dotstheme-contact-wrapper .form-heading {
    margin-bottom: 20px;
}
.dotstheme-contact-wrapper .form-heading h2 {
    margin-bottom: 0px;
}
.dotstheme-contact-wrapper .form-heading p {
    margin: 5px 0px 0px;
}
.dotstheme-contact-wrapper .form-info {
    color: #707070;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    font-style: italic;
    margin: 25px 0px 0px;
}
.dotstheme-form-contact {
    margin-bottom: 0px;
}
.dotstheme-form-contact input[type="text"],
.dotstheme-form-contact input[type="email"],
.dotstheme-form-contact textarea {
    width: 100%;
    margin-bottom: 10px;
}
.dotstheme-form-contact textarea {
    height: 100px;
}
.dotstheme-form-contact .alert {
    text-transform: lowercase;
    padding: 8px 12px;
    margin: 15px 0px 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.dotstheme-form-contact .alert.alert-danger {
    color: #c54e4e;
    background: #ffd3d3;
    border: 1px solid #fdbbbb;
}
.dotstheme-form-contact .alert.alert-success {
    color: #6a9e6a;
    background: #caf4ca;
    border: 1px solid #aae6aa;
}
.dotstheme-form-contact .alert button.close {
    margin-top: 1px;
}
.post-heading-left {
    text-align: left;
    padding: 40px 0;
}
.post-heading-left {
    margin-bottom: 20px;
}
.post-heading-left h2,
.post-heading-left h2 {
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 2%;
    font-weight: 700;
}
.post-heading-left p,
.post-heading-left p {
    color: #707070;
    font-size: 18px;
    line-height: 1.6em;
    margin: 5px 0px 2%;
    font-weight: 300;
    text-align: left;
}
.dostheme-subscribe-wrapper {
    background: #fafafa
}
/* ========================= Navigation ========================= */

#navigation.navbar {
    overflow: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    /*	height:105px; */
    
    margin-bottom: 0px;
    z-index: 1000;
}
#navigation.navbar-default {
    background-color: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    -moz-box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, .07);
    -webkit-box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, .07);
    box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, .07);
}
#navigation .navbar-brand {
    height: auto;
}
#navigation .navbar-brand img {
    width: 332px;
}
#navigation.navbar-default .navbar-collapse {
    border: 0px;
    margin: 1% auto;
}
#navigation .nav > li > a {
    position: relative;
    display: block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    padding: 19px 25px;
}
#navigation .nav > li:last-child > a {
    padding-right: 0px;
}
#navigation .navbar-nav > li > a {
    text-shadow: none;
    padding-top: 19px;
    padding-bottom: 19px;
    line-height: 22px;
}
#navigation.navbar-default .navbar-nav > li > a {
    color: #7a7a7a;
}
#navigation.navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
}
#navigation.navbar-default .navbar-nav > .active > a {
    color: #FFF;
    background-color: transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (min-width: 767px) and (max-width: 992px) {
    #header .header-text {
        padding-top: 12%;
    }
    #navigation .navbar-brand img {
        width: 250px;
    }
}
/* MEDIA END */

@media (max-width: 767px) {
    #navigation .navbar-brand img {
        width: 200px;
    }
}
/* MEDIA END */

@media (max-width: 300px) {
    #navigation .navbar-header {
        text-align: left;
    }
    #navigation .navbar-brand {
        float: none;
    }
    #navigation .navbar-brand img {
        height: auto;
        max-height: 40px;
    }
    #navigation .navbar-toggle {
        float: none;
        margin-bottom: 0px;
        margin-right: 0px;
    }
    #footer .social li {
        padding: 0px 5px;
    }
}
/* MEDIA END */
/*  HEAD SOCIAL  */

#head-social .social {
    float: right;
    margin: 0 0 0 0;
}
#head-social .social li {
    list-style-type: none;
    display: inline-block;
    font-size: 22px;
    padding: 15px 0 0 10px
}
#head-social .social li a {
    color: #902e2f;
}
#head-social .social li a.social-facebook:hover {
    color: #4862a3;
}
#head-social .social li a.social-twitter:hover {
    color: #34a8d3;
}
#head-social .social li a.social-gplus:hover {
    color: #e15b45;
}
#head-social .social li a.social-linkedin:hover {
    color: #0077b5;
}
#head-social .social li a.social-pinterest:hover {
    color: #cc1e25;
}
#head-social .social li a.social-instagram:hover {
    color: #3c6c94;
}
#head-social .social li .tooltip.top {
    margin-top: 0px;
}
@media (min-width: 767px) and (max-width: 1200px) {
    #head-social .social {
        text-align: right;
    }
    #head-social .social li {
        list-style-type: none;
        display: inline-block;
        font-size: 20px;
        padding: 5px 0 0 10px;
        font-size: 20px
    }
}
/* MEDIA END */

@media (min-width: 600px) and (max-width: 767px) {
    #head-social .social {
        position: absolute;
        top: 0;
        right: 0
    }
    #head-social .social li {
        list-style-type: none;
        display: inline-block;
        font-size: 20px;
        padding: 5px 0 0 10px;
        font-size: 20px
    }
}
/* MEDIA END */

@media (max-width: 600px) {
    #head-social .social {
        position: absolute;
        top: 5px;
        right: 0
    }
    #head-social .social li {
        list-style-type: none;
        display: inline-block;
        font-size: 14px;
        padding: 15px 0 0 10px
    }
}
/* MEDIA END */
}
/* MEDIA END */
/* ========================= Header ========================= */

#header {
    background: #151515 url(../images/base-header.png) top left repeat;
    margin: 0;
}
#header.bg-pattern2 {
    background-image: url(../images/base-header2.jpg);
}
#header.bg-pattern3 {
    background-image: url(../images/base-header3.jpg);
}
#header.bg-image {
    background-image: url(../images/banner6.jpg);
    background-size: cover;
    background-attachment: fixed;
}
#header .bg-image-overlay {
    background: #fff;
    ;
    padding: 120px 0px 40px;
}
@media (max-width: 767px) {
    #header .bg-image-overlay {
        padding-top: 2px
    }
}
/* 	#header.bg-image .bg-image-overlay { background:url(../images/base-header-overlay.png) repeat; } */

#header .header-text {
    color: #E4E4E4;
    font-size: 18px;
    line-height: 26px;
    padding-top: 4%;
}
.header-text img {
    border: 6px solid #fff;
}
.EncName {
    color: rgb(255, 255, 255);
    float: left;
    font-weight: 500
}
#header .header-text h1 {
    color: #444;
    font-size: 37px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 20px;
    /*text-shadow: 1px 1px 1px black;*/
}
#header .header-text h2 {
    color: #000000;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 0px;
}
#header .header-text h3 {
    color: #444;
    font-weight: 500;
    margin-bottom: 0.1em;
    margin-top: 1.5em;
}
#header .header-text h3 span {
    font-size: 33px;
    margin-top: 1%;
}
/* ========================= Main ========================= */

@media (min-width: 767px) {
    #cssmenu,
    #cssmenu ul,
    #cssmenu li,
    #cssmenu a {
        border: none;
        margin: 0;
        padding: 0;
        line-height: 1;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    #cssmenu {
        height: 40px;
        display: block;
        border: 0 solid;
        /*border-top-left-radius: 5px;
  border-top-right-radius: 5px;*/
        
        width: auto;
        border-color: #fff;
        width: 633px
    }
    #cssmenu,
    #cssmenu > ul > li > ul > li a:hover {
        background: #7b97b4;
    }
    #cssmenu > ul {
        list-style: inside none;
        padding: 0;
        margin: 0;
    }
    #cssmenu > ul > li {
        list-style: inside none;
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        position: relative;
    }
    #cssmenu > ul > li.active {
        background: #902e2f;
        color: #ffffff;
    }
    #cssmenu > ul > li > a {
        outline: none;
        display: block;
        position: relative;
        padding: 12px 20px;
        text-align: left;
        text-decoration: none;
        font-weight: normal;
        font-size: 16px;
        border-right: 2px solid #fff;
        color: #ffffff;
    }
    #cssmenu > ul > li > a:hover {
        background: #902e2f;
        color: #ffffff;
    }
}
/* MEDIA END */
/* ========================= Main ========================= */

@media (min-width: 767px) {
    .mdisplay2 {
        display: none
    }
}
/* MEDIA END */

@media (max-width: 767px) {
    .mdisplay {
        display: none
    }
    #cssmenu {
        padding-top: 20px
    }
    #cssmenu > ul {
        text-align: center;
        margin: 10px 0 15px 0;
        padding: 0
    }
    #cssmenu > ul > li {
        display: inline-block;
        border-right: #444 solid 1px;
        line-height: 10px;
        font-weight: 400;
        margin: 0
    }
    #cssmenu > ul > li.active {
        color: 444;
        font-weight: 700
    }
    #cssmenu > ul > li > a {
        padding: 0px 10px;
        font-size: 16px;
        color: #444;
        text-decoration: underline;
        margin-right: -1px;
    }
    #cssmenu > ul > li > a:hover {
        font-weight: 700
    }
}
/* MEDIA END */

#main-post-1 {
    padding: 40px 0;
}
#main-post-2 {
    background: #ECECEC;
    padding: 40px 0 40px 0;
}
#main-post-1 .container .post-heading-left {
    padding: 0
}
/* ========================= Footer ========================= */

#footer {
    color: #606060;
    text-align: left;
    background-color: #fafafa;
    padding-bottom: 20px;
}
#footer p {
    margin: 0px;
}
#footer .social {
    text-align: left;
    padding: 0px;
    margin-bottom: 30px;
}
#footer .social li {
    list-style-type: none;
    display: inline-block;
    font-size: 24px;
    padding: 0px 40px;
}
#footer .social li a {
    color: #902e2f;
}
#footer .social li a.social-facebook:hover {
    color: #4862a3;
}
#footer .social li a.social-twitter:hover {
    color: #34a8d3;
}
#footer .social li a.social-gplus:hover {
    color: #e15b45;
}
#footer .social li a.social-linkedin:hover {
    color: #0077b5;
}
#footer .social li a.social-pinterest:hover {
    color: #cc1e25;
}
#footer .social li a.social-instagram:hover {
    color: #3c6c94;
}
#footer .social li .tooltip.top {
    margin-top: 0px;
}
#footer .sep-footer {
    clear: both;
    margin-bottom: 40px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #FFF;
}
/* ========================= CSS Hacks ========================= */

.ie input[type="text"],
.ie input[type="password"],
.ie input[type="email"] {
    line-height: 48px;
}
.ie .animation {
    visibility: visible;
}
/* ========================= Custom ========================= */
/* NAV PHONE HEADER */

.nav-phone {
    font-weight: 700;
    font-size: 22px;
    line-height: 1em;
    color: #727375;
    float: right;
    margin-top: -34px
}
.nav-phone a {
    color: #902e2f;
}
.nav-phone a:hover {
    color: #708cab;
}
.nav-phone img {
    width: 30px;
    height: 30px
}
@media (min-width: 991px) and (max-width: 1200px) {
    .nav-phone {
        margin-top: -80px;
        font-size: 18px;
    }
    .nav-phone img {
        width: 25px;
        height: 25px
    }
}
/* MEDIA END */

@media (min-width: 350px) and (max-width: 767px) {
    .nav-phone {
        margin-top: -75px;
        font-size: 15px;
        font-weight: 600;
        text-align: left;
        position: absolute;
        top: 130px;
        right: 5px
    }
}
/* MEDIA END */

@media (min-width: 767px) and (max-width: 991px) {
    .nav-phone {
        margin-top: -75px;
        font-size: 15px;
        font-weight: 600;
        text-align: left;
        position: absolute;
        top: 110px;
        right: 5px
    }
}
/* MEDIA END */

@media (max-width: 350px) {
    .nav-phone {
        margin-top: -75px;
        font-size: 13px;
        font-weight: 600;
        text-align: left;
        position: absolute;
        top: 130px;
        left: 5px
    }
}
/* MEDIA END */
/* NAV PHONE HEADER END */

select.form-control {
    height: 38px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px;
    border: 1px solid #EEE;
    outline: none !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
}
select:focus {
    color: #707070;
    border: 1px solid #d0d0d0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#main-post-2 {
    background: #ECECEC;
    padding: 40px 0 40px 0
}
}
td,
th {
    vertical-align:top;
}
#main-post-11 {
    background: #868686;
}
#main-post-2 .post-heading-left p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4em;
}
#main-post-4 {
    background: #708cab;
    padding: 40px 0 40px 0
}
}
#main-post-4-b {
    background: #FFF;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
#main-post-4 .container {
    max-width: 950px;
}
#main-post-4 h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
}
#main-post-4 p {
    color: #eae9e9;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 2%;
}
#main-post-4 li {
    color: #eae9e9;
    /*
	font-size: 21px;
	font-weight: 300;
	line-height: 1.6em;
*/
    
    list-style-position: inside;
}
#main-post-5 {
    background: #708cab;
}
#main-post-5 .container {
    padding:40px 0;
}
#main-post-5 blockquote {
    color: #fff;
}
.legal {
    font-weight: 300;
    color: #606060;
    font-size: 11px;
    line-height: 2em;
}
.img-custom-1 {
    border: 8px solid #fff;
    margin: 0 5% 0 0;
}
.header-text blockquote span {
    float: left;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
}
.header-text blockquote strong {
    display: inherit;
    text-align: center;
}
.header-text blockquote img {
    width: 100%;
}
.header-text blockquote p {
    border-left: none;
    margin: inherit 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
.header-text blockquote p:before {
    color: #fff;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.20em;
    vertical-align: -0.5em;
}
.header-text blockquote p:after {
    color: #fff;
    content: close-quote;
    font-size: 4em;
    line-height: 0;
    margin-left: 2em;
    vertical-align: -0.5em;
}
@media (max-width: 767px) {
    .header-text blockquote p:after {
        margin-left: 1.9em;
    }
}
/* MEDIA END */

blockquote p {
    display: inline;
}
blockquote footer {
    color: #fff;
    margin-bottom: 10px;
}
.form-heading h3 {
    font-size: 24px;
}
#header blockquote {
    color: #fff;
    text-shadow: 0 0 2px #000;
    /* 	background: rgba(0,0,0,0.3); */
    
    background: #902e2f;
    border-left: none;
    border-bottom: 10px solid #708cab;
}
/* ========================= Media Queries ========================= */

@media (max-width: 767px) {
    .dotstheme-contact-wrapper,
    #header.header2 .dotstheme-contact-wrapper .form-base {
        padding:30px 20px 25px;
    }
    #header.header2 .dotstheme-contact-wrapper {
        padding:9px !important;
    }
}
/* MEDIA END */

@media (max-width: 300px) {
    #footer .social li {
        padding:0px 5px;
    }
}
/* MEDIA END */

div.bmac {
    width:100%;
    font-size:22px;
    font-family:Verdana;
    color:aqua;
    font-weight:700;
    padding-top:15px;
    padding-left: 5px;
    text-decoration: underline;
}
/* overrides */

#pagetemp p {
    color: #444;
}
#pagetemp ul li {
    color: #444;
}
.page-id-49 #pagetemp h3 {
    margin:0px 0px 20px 0px;
}
#header .header-text h3#formclass {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 0px;
}
/* HACKS */

#services {
    padding:40px 0 40px 0
}
.home #header .header-text h1 {
    color: white
}
.home #header .container {
    margin-top: 40px
}
.home #main-post-2 .container .latest-news {
    width:49%;
    float: left;
    padding-right: 10px
}
.home #main-post-2 .container .latest-news-more {
    float: right;
    font-weight: 800;
    margin-top: 20px
}
@media (max-width: 1200px) {
    .rightbarnav {
        visibility: hidden;
        position: absolute
    }
    .mobilehidden {
        visibility: hidden;
        width:0px;
        height:0px
    }
}
/* MEDIA END */

@media (min-width: 1200px) {
    .rightbarnav {
        overflow:hidden;
        padding:15px;
        width: 355px;
        background: #fff;
        height: 1020px;
        position:absolute;
        right: 10px;
        top: -0px;
        border-left: #999 solid 1px;
    }
    #leftblock1 {
        width:65%;
        height:300px
    }
    #leftblock2 {
        width:65%
    }
}
/* MEDIA END */

@media (max-width: 767px) {
    #navigation.navbar {
        position:static;
        top:auto;
        left:auto;
        right:auto;
        height:auto;
        z-index:auto;
    }
    #mframediv {
        text-align: center;
        margin: 30px 0 0 0
    }
    #mframe {
        width:300px;
        height:190px;
    }
}
/* MEDIA END */

@media (min-width: 767px) {
    #mframediv {
        visibility: hidden;
    }
    #mframe {
        width 0px;
        height:0px;
    }
}
/* MEDIA END */

@media (max-width: 400px) {
    .mob400 {
        width:80%
    }
}
/* MEDIA END */

@media (max-width: 400px) {
    #footer .social li {
        padding:0px 10px;
    }
}
/* MEDIA END */