@import "reset.css";
@import "skeleton.css";
@import "superfish.css";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600italic,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);

html, body {
    background: #fff;
    width: 100%;
    position: relative;
    font: 400 14px/24px Arial, sans-serif;
    color: #a4a4a4;
    text-align: left;
}

* ul { list-style: none; }

p {

}

a[href^="tel:"] {
    color: inherit;
    text-decoration:none;
}

* {-webkit-text-size-adjust: none;}

a {
    text-decoration: none;
    color: #86b1da;
    transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.copy a:hover,
.list a:hover {
    color: #f39021;
    text-decoration: none;
}
a:hover,
.item a:hover,
.txt a:hover {color: #3a3f4d;}

.owl-buttons .owl-prev,
.owl-buttons .owl-next,
.thumbnail .capture {
    transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;    
}

/********************Header********************/

#header {
    position: relative;
    text-align: left;
    background: #e2e2e2;
}

.border_top {border-top: 8px solid #86b1da;}

.border_bot {
    position: absolute;
/*    bottom: -8px;*/
    z-index: 1;
    height: 8px;
    width: 940px;
    background: #fff;
}

#header h1 {
    margin: 51px 0 61px;
    position: relative;
    z-index: 1;
}

/*******************Content*******************/

#content {background: #fff; }

.p37 {padding: 37px 0 13px;}
.p50 {padding: 71px 0 50px;}
.p75 {padding: 75px 0 78px;}
.p56 {padding: 71px 0 56px;}
.p57 {padding: 57px 0 73px;}
.p71 {padding: 71px 0 82px;}

.mt {margin: -5px 0 9px;}

.bg1 {background: #ffffff;}
.bg2 {background: #f9f9f9;}
.bg3 {background: #f2f2f2;}

.size1 {
    font-size: 70px;
    line-height: 70px;
    color: #86b1da;
    font-weight: 300;
}

.size2 {
    font-size: 36px;
    line-height: 36px;
    color: #86b1da;
    text-transform: none;
    margin-top: 35px;
}

.center {
    text-align: center;
    margin-bottom: 10px!important;
}

h1,h2,h3,h4,h5,h6 {
    font: 300 40px/40px 'Roboto', sans-serif;
    color: #8dbf41;
    text-transform:uppercase;
    display: block;
}

h1 {
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    color: #31353d;
    text-transform: none;
    display: inherit;
}

h2 {
    font-size: 45px;
    line-height: 45px;
    color: #31353d;
    margin-bottom: 27px;
}

h3 {
    font-size: 40px;
    line-height: 40px;    
    color: #31353d;
}

h4 {
    font-size: 20px;
    line-height: 25px;
    color: #86b1da;
    font-weight: 300;
}

h5 {
    font-size: 30px;
    line-height: 35px;
    color: #31353d;
}

h6 {
    color: #86b1da;
}

.banner {
    background: #fff url(../images/banner.html) center 0 no-repeat;
    position: relative;
    width: 100%;
    height: 284px;
}

.welc_block {
    position: relative;
    overflow: hidden;
}

.welc_block h2 {
    margin-bottom: -2px;
}

.welc_block .link {
    font-size: 30px;
    height: 86px;
    line-height: 86px;
    margin-top: 11px;
    padding: 0;
    width: 100%;
}

.welc_block .welc_logo {
    text-align: right;
}

.image {
    position: relative;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    border-radius: 500px;
    margin-bottom: 57px;
}

time:after {
    background: url(../images/arr.png) 0 0 no-repeat;
    content: "";
    height: 15px;
    position: absolute;
    right: -12px;
    top: 14px;
    width: 12px;
}

time {
    background: #8dbf41;
    color: #fff;
    display: block;
    font: 300 40px/40px 'Open Sans';
    letter-spacing: -3px;
    margin-top: 5px;
    padding: 12px 0;
    position: relative;
    text-align: center;
    text-indent: -6px;
    width: 70px;
}

time span {
    display: block;
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 28px;
    padding: 0;
    text-indent: -2px;
    text-transform: uppercase;
}

.pl h5 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.6px;
    color: #3a3f4d;
}

.pl h6 {
    font-size: 15px; 
    line-height: 20px;
    margin-bottom: 8px;
}


/****************links*****************/

.link {
    background: #8dbf41;
       color: #fff;
       height: 48px;
    line-height: 48px;
    display: inline-block;
    font: 400 15px/48px'Roboto';
    padding: 0 23px;
    position: relative;
    text-align: center!important;
    text-transform: uppercase;
}

.link:hover {
    color: #fff;
    background: #31353d;
}

.link1 {
    display: inline;
    color: #8dbf41;
}

.link1:hover {color: #3a3f4d;}

.link2 {
    background: #efefef;
    color: #31353d;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0 18px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto';
}

.link2:hover {
    background: #f39021;
    color: #fff;
}

/*************lists***************/

.list {
    position: relative;
    overflow: hidden;
    font-family: 'Open Sans';
    text-align: left;
    margin-bottom: 71px;
}

.list li {
    position: relative;
    line-height: 40px;
}

.list li a {
    font-size: 15px;
    line-height: 24px;
    color: #3a3f4d;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    margin-left: 29px;
}

.list li a:hover {color: #8dbf41;}
.list li a:hover i {left: 4px;}

.list i {
    font-size: 20px;
    color: #8dbf41;
    position: absolute;
    left: 0;
    line-height: 24px;
    font-weight: bold;

    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.socials {
    position: relative;
    overflow: hidden;
    float: none;
    text-align: left;
    margin: 0;
}

.socials li {
    display: inline-block;
    width: 28px;
    height: 28px;
}

.socials li + li {margin-left: 6px;}

.socials li a {
    width: 28px;
    height: 28px;
    position: relative;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #dfdfdf;

    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.socials i {line-height: 28px;} 

.socials li a:hover {
    background: #8dbf41;
    color: #fff;
}

.nav_left li {
    padding: 12px 0;
    border-bottom: 2px solid #f39021;
    font-size: 20px;
    font-weight: bold;
    margin-right: 50px;
}

.nav_left li a {
    color: #f39021;
}

.nav_left li:last-child {
    border-bottom: none;
}

/*************subscribe form***************/

.sub_form {
    position: relative;
    overflow: hidden;
}

.sub_form .fa {
    color: #8dbf41;
    font-size: 30px;
    margin-top: 9px;
}

.sub_form h5 {
    font-weight: 300;
    margin-left: 13px;
    font-size: 20px;
    line-height: 40px;
    color: #3a3f4d;
    padding-top: 3px;
    display: inline-block;
}

#subscribe-form {
  position: relative;
  display: inline-block;
}

#subscribe-form input {
  display: inline-block;
  text-shadow: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 380px;
  height: 50px;
  background: #fff;
  border: none;
  font: 400 14px/33px 'Open Sans', sans-serif;
  color: #a5a8ab;
  padding: 6px 20px 9px;
  text-transform: uppercase;
  letter-spacing: -.2px;
}

#subscribe-form label {
  display: inline-block;
  margin-bottom: 0;
}

#subscribe-form fieldset {
  width: 100%;
  float: left;
}

#subscribe-form .error {
  height: 0;
  overflow: hidden;
  font: 10px/20px Arial;
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  transition: height 0.3s linear;
  position: absolute;
  left: 25px;
  right: 0;
  text-align: left;
  bottom: 0px;
  color: #d73d3d;
}

#subscribe-form .success {
  position: absolute;
  overflow: hidden;
  padding: 7px 0;
  left: 0;
  top: 0;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #8dbf41;
  border: none;
  z-index: 10;
  width: 70%;
  text-align: center;
  font: 14px/18px 'Open Sans', sans-serif;
  color: #fff;
}

#subscribe-form label.invalid .error {
  height: 19px;
}

#subscribe-form a {
    background: #8dbf41;
    width: 100%;
    text-align: center;
    padding: 0 0 2px;
    font-size: 15px;
}

#subscribe-form a:hover {
    background: #31353d; 
    color: #fff;
}

/*************thumbs***************/

.thumb1 {
    position: relative;
    overflow: hidden;
    text-align: left;
    margin: 8px 0 -2px;    
}

.thumb1 h4 {margin-bottom: 15px;}
.thumb1 p {margin-bottom: 24px;}
.thumb1 .image {margin-bottom: 23px;}

.thumbnail {
    position: relative;
    overflow: hidden;
    text-align: left;
    margin-top: 8px;
    margin-bottom: -2px;
}

.thumbnail .capture {
    background: #fff;
     padding: 24px 19px 23px;
}
.thumbnail .capture h4 {margin-bottom: 15px;}

.thumbnail:hover .capture {
    background: #8dbf41;
    color: #fff;
}

.thumbnail:hover .capture h4 a {color: #31353d;}
.thumbnail:hover .capture h4 a:hover {color: #fff;}

.circle {
    position: relative;
    display: inline-block;
    text-align: center;
    float: left;
    background: #8dbf41;
    color: #fff;
    height: 80px;
    width: 80px;
    margin: 8px 28px 0 0;
    font: 300 41px/78px 'Roboto', sans-serif;

    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -o-border-radius: 500px;
    -ms-border-radius: 500px;
    border-radius: 500px;
}

.block .circle {
    float: none;
    margin: 0 0 20px;
}
.block .circle .fa {line-height: 78px;}

.block,
.block1 {
    position: relative;
    overflow: hidden;
    margin-bottom: -3px;
}

.block1 {margin-bottom: 0;}
.block h4,
.block1 h4 {margin-bottom: 16px;}
.block1 p {margin-bottom: 24px;}
.block1 img {    
    position: relative;
    float: left;
    margin: 0 28px 18px 0;
}

.block1 .r {
    float: left;
    width: 61%;
}

.hldr {margin-top: 43px;}

.hldr .fa {
    background: #f39021;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    padding: 0 14px;
    margin: 0 -4px 0 0;
}

.map_wide {
    position: relative;
    width: 100%;
    height: 267px;
}

.bl p {padding-bottom: 8px;}

.pl_2 {
    float: left;
    width: 80%;
}

.article {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    padding-top: 3px;
}

.article + .article {
    padding-top: 35px;
}

.article:last-child {margin-bottom: 96px;}

.article .time {
    position: relative;
    overflow: hidden;
}

.article .left {
    float: left;
    margin-right: 29px;
}
.article .right {
    width: 38%;
    float: left;
    margin-top: -7px;
}

.article .time time {
    margin-right: 37px;
    float: left;
}

.article i {
    font-size: 18px;
    margin-top: 3px;
    padding-right: 6px;
    color: #8dbf41;
}

.article h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 7px;
    font-family: 'Open Sans', sans-serif;
}

.comm {
    color: #31353d;
    display: block;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 15px;
    margin-top: -23px;
    overflow: hidden;
    position: relative;
    text-align: right;
    text-transform: uppercase;
}

.comm a {color: #31353d;}

.txt {
    position: relative;
    overflow: hidden;
    margin: -1px 0 0;
}

.txt:last-child {margin-bottom: -6px;}

.txt p {margin-bottom: 24px;}

.txt h4 {margin-bottom: 18px;}

.txt a {
    font-size: 14px;
    line-height: 21px;
    color: #8dbf41;
    display: inline-block;
}

/************Footer************/

#footer {
    background: #86b1da;
    position: relative;
    margin: 0;
    padding: 59px 0 53px;
    color: #9fa6ae;
    font: 400 14px/24px 'Roboto', sans-serif;
    text-align: left;
}

.logo1 {margin-top: 12px;}

.firm {
    display: inline-block;
    color: #fff;
}

.copy {
    text-decoration: none;
    display: block;
    font-style: normal;
    text-align: right;
}

.copy a {
    color: #fff; 
    position: relative;
}

.social-links {
    position: relative;
    overflow: hidden;
    margin: 15px 0 0;
}

.social-links li {
    float: right;
    width: 34px;
    height: 34px;
}

.social-links li + li {margin-right: 8px;}

.social-links li a {
    width: 34px;
    height: 34px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #f39021;

    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.social-links i {line-height: 34px;} 

.social-links li a:hover {
    background: #8dbf41;
    color: #fff;
}

#toTop {
    background: url(../images/totop.png) 0 -25px no-repeat;
    border: none;
    bottom: 237px;
    display: none;
    height: 24px;
    left: 56%;
    margin-left: 500px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    text-indent: -999px;
    width: 24px;
    z-index: 20;
    opacity: .9;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    
    -webkit-transition: all .2s ease .2s;
    -moz-transition: all .2s ease .2s;
    -ms-transition: all .2s ease .2s;
    -o-transition: all .2s ease .2s;
    transition: all .2s ease .2s;
}

#toTop:hover {
    background-position: 0 0px;
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 1199px) {

    .p75, .p71 {padding: 70px 0;}

    .image img {width: 100%;}

    h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 35px;
    }

    .article:last-child {margin-bottom: 10px;}

}

@media only screen and (max-width: 995px) {

    .p75, .p71, .p57 {padding: 60px 0;}

    .p37 {padding: 35px 0 30px;}

    .img img,
    .thumbnail img {width: 100%;}
    .img {margin-bottom: 30px;}
    
    #header h1 {margin: 40px 0;}

    h4 br {display: none;}

    .size1 {
        font-size: 60px;
        line-height: 60px;
    }

    .welc_block h2 {margin-bottom: 0;}

    .list li a {
        font-size: 14px;
        margin-left: 20px;
    }

    h5 {
        font-size: 27px;
        line-height: 33px;
    }

    h2 {
        font-size: 35px;
        line-height: 35px;
    }
    
    .sub_form h5 {
        font-size: 16px;
        line-height: 24px;
        margin-left: 13px;
        padding-top: 13px;
    }

    #subscribe-form fieldset {overflow: hidden;}
    #subscribe-form input {width: 296px;}

    .article .left {float: none; margin: 0;}
    .article .left img {width: 100%;}

    .pl_2 {float: left;width: 78%;}

    .article .time {margin-bottom: 30px;}

    .article .right {
        float: none;
        margin-top: 20px;
        width: 100%;
    }

    .border_bot {
        width: 97.4%; 
        text-align: center;
        overflow: hidden;
    }

    .copy a {display: inline-block;}

    .circle {float: none; margin: 0 0 20px 0;}

    .block1 .r {
        float: none;
        width: 100%;
    }

}

@media only screen and (max-width: 767px) {

    .p57, .p77, .p71, .p56, .p50 {padding: 50px 0;}

    .border_bot {display: none;}

    h5 {
        font-size: 22px;
        line-height: 40px;
    }
    h2 br {display: none;}

    .pl_2 {width: 74%;}

    #subscribe-form label {display: block;}
    #subscribe-form input,
    #subscribe-form .success {width: 100%;}
    #subscribe-form {margin-top: 30px;}

    #subscribe-form .error {bottom: 53px; left: 16px;}

    .image img {width: 40%;}
    .image  {margin-bottom: 36px;}

    .wrap {margin-bottom: 40px!important;}

    #footer {
        text-align: center;
        padding: 35px 0;
    }

    .social-links {
        float: none;
        text-align: center;
        margin-top: 25px;
    }
    .social-links {
        float: none;
        display: inline-block;
    }

    .copy {margin-top: 22px;}

    .circle {
        float: left;
        margin: 0 20px 0 0;
    }

    .socials,
    .thumb1 {text-align: center;}

    .block1 img {width: 100%;}
    .block1 .r {float: left;width: 73%;}

    .txt p {text-align: justify;}

    .article .left img {width: 100%;}
    .article .time time {margin-right: 30px;}

    .list {margin-bottom: 22px;}

    h1 img {width: 100%;}
    
    .welc_block .welc_logo {
        text-align: left;
        padding-top: 15px;
    }
    
    .copy {
        text-align: inherit;
    }

}

@media only screen and (max-width: 480px) {
    
    h1 img {width: 100%;}

    h5 {
        font-size: 22px;
        line-height: 25px;
    }
    .size1 {
        font-size: 50px;
        line-height: 50px;
    }
    .welc_block h5 {margin: 20px 0;}

.block1 {text-align: center;}
.block1 .r {
    float: none;
    width: 100%;
}

.circle {
    float: none;
    margin: 0 0 20px;
}

.comm {
    margin-top: 5px;
    text-align: left;
}

.pl_2 {
    width: 65%;
}


}

@media only screen and (max-width: 320px) {
  
}



/*WebSuite*/
.mceContentBody { background: none; }
.mceListBoxMenu,
.mceColorSplitMenu,
.mceSplitButtonMenu { position: fixed !important; top: 51px !important; }
.mceListBoxMenu>div.mceListBoxMenu,
.mceSplitButtonMenu>div.mceSplitButtonMenu { position: relative !important; top: 0px !important; }
.mceToolbar a { color: #000 !important; }

.mceListBoxMenu.defaultSkin .mceMenu table,
.mceListBoxMenu { background:inherit !important; }

.defaultSkin a, .defaultSkin img, .defaultSkin div, .defaultSkin td, .defaultSkin iframe,
.defaultSkin a:hover, .defaultSkin a:link, .defaultSkin a:visited, .defaultSkin a:active { color:inherit !important; }
.defaultSkin .mceListBox .mceText, .defaultSkin .mceMenuItemTitle span.mceText { color:#000 !important; }
.border { border:1px solid #000; padding:2px; }

table#contactform {
    text-align: left;
    width: inherit;
}

table#contactform td {
    padding: 5px;
    line-height: 28px;
    border: none;
    vertical-align: top;
}

table#contactform input[type="text"], textarea {
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #aaa;
}

table#contactform input[type="submit"] {
    padding:5px 15px; 
    background:#f39021; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}