/*--
        Theme Name: theme52269
        Theme URI: http://info.template-help.com/help/
        Description: A theme for Wordpress 3.8.x
        Author: Template_Help.com
        Author URI: http://info.template-help.com/help/
        Template: CherryFramework
        Version: 3.1.2
--*/

/* ----------------------------------------
        Please, You may put custom CSS here
---------------------------------------- */
@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Racing+Sans+One);
@import url(//fonts.googleapis.com/css?family=Merriweather+Sans);
@import url(//fonts.googleapis.com/css?family=Noto+Sans);
@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Asap:400,700);
html { -webkit-font-smoothing:antialiased; }
/*body { background:; }*/
@media (max-width: 767px) {
    body {
        padding-left:0 !important;
        padding-right:0 !important;
    }
}
body #content { padding-top:20px; }
body .content-holder {
    padding-bottom:25px;
    background:#FFF url(images/mainpattern.png) center top;
}
@media (max-width: 767px) {
    body .content-holder { padding:0 20px 0; }
}
body .main-holder {
    overflow:hidden;
    padding:0;
}
body .slider_off {
    position:relative;
    min-height:120px;
    background:transparent;
}
body h1 div, body h1 .span12 {
    margin: 0;
    padding: 0;
}
@media (max-width: 979px) and (min-width: 768px) {
    body .slider_off { min-height:0px; }
}
@media (max-width: 767px) {
    body .slider_off { min-height:0px; }
}
body .thumbnail,body  .featured-thumbnail {
    padding:0;
    border:none;
    border-radius:0;
    box-shadow:none;
}
body .extra-zindex {
    z-index:500;
    position:relative;
}
body .ie8 .slider_off { min-height:0; }
body .ie8 .title-header {
    float:none;
    width:100%;
    display:block;
}
body .ie8 .breadcrumb__t {
    float:none;
    width:100%;
    display:block;
    text-align:left;
}
body .ie8 .recent-posts img,body  .ie8 .posts-grid img,body  .ie8 .post__holder img,body  .ie8 .post_wrapper img { max-width:none !important; }
body .ie8 .menu_holder {
    padding-top:0;
    position:relative;
    margin-left:10px;
    margin-right:0;
}
body .ie8 .sf-menu ul { margin-left:-19px; }
body .ie8 #commentform textarea {
    width:500px;
    max-width:500px;
    min-width:500px;
}
body .ie8 .recent-posts img,body  .ie8 .posts-grid img,body  .ie8 .post__holder img,body  .ie8 .post_wrapper img { max-width:none !important; }
html .home p { margin-bottom:26px; }
html .home .content-holder { padding-bottom:14px; background:#fff;}
html .home h2 { padding:40px 0 28px; }
html .extra_head h2 { padding:40px 0 28px; }
body a {
    text-decoration:none;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body a:hover {
    text-decoration:none;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body p { margin-bottom:13px; }
body h2 {
    margin:0;
    font-weight:400 !important;
    padding:34px 0 28px;
}
body h3 {
    margin:0;
    padding-bottom:16px;
}
body .btn.btn-link {
    font-family:'Asap', sans-serif;
    font-size:13px;
    line-height:18px;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase;
    color:#000000;
    padding:0;
    position:relative;
    letter-spacing:0;
    background:transparent;
    border-radius:0;
    box-shadow:none;
    text-shadow:none;
    border:none;
    outline:none;
    border-radius:0;
    z-index:1;
    overflow:hidden;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
body .btn.btn-link:hover {
    color:#88ba31;
    text-decoration:none;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .btn.btn-primary {
    font-family:'Racing Sans One', cursive;
    font-size:14px;
    line-height:18px;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase;
    color:#FFF;
    padding:7px 13px 9px;
    position:relative;
    letter-spacing:0;
    background:transparent;
    border-radius:0;
    box-shadow:none;
    text-shadow:none;
    border:none;
    outline:none;
    border-radius:4px;
    z-index:1;
    overflow:hidden;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
body .btn.btn-primary:before {
    content:"";
    position:absolute;
    width:0;
    height:100%;
    bottom:0;
    right:0;
    top:0;
    z-index:-1;
    overflow:hidden;
    border-radius:5px;
    background:#5e5c5b;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
body .btn.btn-primary:after {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    overflow:hidden;
    border-radius:5px;
    background:#88ba31;
    z-index:-2;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .btn.btn-primary:hover {
    color:#fff;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .btn.btn-primary:hover:after {
    background:#5e5c5b;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
}
body .btn.btn-primary:hover:before {
    width:100%;
    left:0;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body .header {
    text-align:center;
    position:relative;
    margin:0;
    padding:0;
    border:none !important;
    background:transparent;
}
body .extra_head:after {
    content:"";
    display:block;
    background:none !important;
    position:absolute;
    width:3000px;
    height:100%;
    margin-left:-1400px;
    left:50%;
    box-shadow:none;
    z-index:-1;
    top:0;
    -webkit-transition:all 0.25s ease;
    -moz-transition:all 0.25s ease;
    -o-transition:all 0.25s ease;
    transition:all 0.25s ease;
}
body .logo {
    padding:31px 0 26px;
    text-align:left;
    float:left;
    margin:0;
    width:auto;
    line-height:0;
    display:inline-block;
    text-transform:uppercase;
    background:transparent;
    position:relative;
    color:#333;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
@media (max-width: 979px) and (min-width: 768px) {
    body .logo {
        width:auto;
        width:220px;
    }
}
@media (max-width: 767px) {
    body .logo {
        padding:20px;
        width:80%;
    }
}
body .logo .logo_tagline { display:none; }
body .logo .logo_h__txt { max-width:none; }
body .logo .logo_h__txt a { color:#333 !important; }
body .logo .logo_h__txt a:hover { color:#333 !important; }
body .logo .logo_h__txt a:focus {
    color:#333 !important;
    text-decoration:none !important;
}
body .logo .logo_h__txt .logo_link {
    position:relative;
    display:block;
    text-align:left;
    font-family:'Racing Sans One', cursive;
    font-size:61px;
    line-height:60px;
    font-style:normal;
    padding:0;
    letter-spacing:0;
    border:none;
    color:#333;
    text-transform:uppercase;
    background:transparent;
}
@media (max-width: 979px) and (min-width: 768px) {
    body .logo .logo_h__txt .logo_link { font-size:41px; }
}
@media (max-width: 767px) {
    body .logo .logo_h__txt .logo_link { font-size:41px; }
}
body .pseudoStickyBlock { max-height:82px; }
@media (max-width: 767px) {
    body .pseudoStickyBlock {
        top:0 !important;
        display:none !important;
        height:0 !important;
        max-height:0 !important;
    }
}
body .isStuck {
    max-width:1170px;
    padding:0;
    box-sizing:border-box;
    -webkit-transform:translateZ(0);
}
body .isStuck .menu_holder {
    margin-top:-25px;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
body .isStuck .logo {
    padding:10px 0 10px;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
@media (max-width: 1200px) and (min-width: 979px) {
    body .isStuck {
        max-width:940px;
        padding:0;
    }
    body .isStuck .sf-menu { padding:0; }
}
@media (min-width: 768px) and (max-width: 979px) {
    body .isStuck {
        max-width:724px;
        padding:0;
    }
}
@media (max-width: 767px) {
    body .isStuck {
        top:0 !important;
        position:relative !important;
    }
    body .isStuck .menu_holder {
        margin-top:0;
        -webkit-transition:0.3s;
        -moz-transition:0.3s;
        -o-transition:0.3s;
        transition:0.3s;
    }
    body .isStuck .logo {
        padding:10px 20px 10px;
        -webkit-transition:0.3s;
        -moz-transition:0.3s;
        -o-transition:0.3s;
        transition:0.3s;
    }
}
@media (max-width: 767px) and (max-width: 767px) {
    body .isStuck .logo { padding:20px; }
}
body .isStuck.extra_head {
    margin-top:0;
    /*background:#ededed url(images/mainpattern.png);*/
}
body .isStuck.extra_head:after {
    content:"";
    display:block;
    /*background:#ededed url(images/mainpattern.png);*/
    position:absolute;
    width:3000px;
    height:100%;
    margin-left:-1400px;
    left:50%;
    box-shadow:none;
    z-index:-1;
    top:0;
    -webkit-box-shadow:0 1px 3px 1px rgba(222,222,222,0.5);
    box-shadow:0 1px 3px 1px rgba(222,222,222,0.5);
    -webkit-transition:all 0.25s ease;
    -moz-transition:all 0.25s ease;
    -o-transition:all 0.25s ease;
    transition:all 0.25s ease;
}
@media (max-width: 767px) {
    body .isStuck.extra_head:after { display:none; }
}
body .sf-menu,body  .sf-menu * {
    margin:0;
    padding:0;
    list-style:none;
    float:right;
}
body .menu_holder {
    padding-top:0;
    position:relative;
    margin-left:232px;
    margin-right:0;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
@media (max-width: 1200px) and (min-width: 979px) {
    body .menu_holder {
        margin-left:20px;
        margin-right:0;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    body .menu_holder {
        margin-left:0;
        margin-right:0;
    }
}
@media (max-width: 767px) {
    body .menu_holder { margin:0; }
}
body .nav__primary {
    margin-bottom:0;
    padding:0;
}
@media (max-width: 767px) {
    body .nav__primary {
        padding-left:20px !important;
        padding-right:20px !important;
    }
}
body .sf-menu {
    padding:0 0 0 0;
    margin-bottom:0;
    line-height:1.0;
    display:block;
    table-layout:fixed;
    width:100%;
    float:none;
}
body .sf-menu ul {
    display:none;
    position:absolute;
    padding:25px 0;
    margin-left:-25px;
    margin-top:15px;
    background:#333333;
    width:140px;
}
body .sf-menu ul:before {
    position:absolute;
    content:"";
    width:18px;
    height:19px;
    left:50%;
    top:-10px;
    margin-left:-9px;
    background:url(images/arrowsub.png) center center no-repeat;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body .sf-menu ul ul {
    margin-left:5px;
    background:#333333;
}
body .sf-menu ul ul:before { display:none; }
body .sf-menu {
    margin:0;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .sf-menu > li:first-child {
    text-align:center;
    margin-left:0;
    background:none;
}
body .sf-menu > li {
    background:url(images/linemenu.jpg) left 72px no-repeat;
    text-align:center;
    padding-right:0;
    padding-left:0;
    padding:0;
    display:table-cell;
    float:none;
}
body .sf-menu > li > a {
    position:relative;
    font-family:'Racing Sans One', cursive;
    font-size:15px;
    line-height:20px;
    font-weight:400 !important;
    font-style:normal;
    background:transparent;
    text-transform:uppercase;
    padding:64px 2px 13px;
    color:#3e3e3e !important;
    margin:0 6px;
    letter-spacing:0;
    border:none;
    text-decoration:none;
    position:relative;
    bottom:0;
    float:none;
    vertical-align:bottom;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
@media (min-width: 768px) and (max-width: 979px) {
    body .sf-menu > li > a { margin:0; }
}
body .sf-menu > li > a.sf-with-ul { padding:64px 0 13px; }
body .sf-menu > li > a:after {
    position:absolute;
    content:"";
    left:0%;
    top:0;
    width:100%;
    height:0%;
    opacity:0.5;
    text-align:center;
    background:#88ba31;
    z-index:-1;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body .sf-menu > li > a:before {
    position:absolute;
    content:"";
    left:0%;
    top:0%;
    width:100%;
    height:0%;
    opacity:0.5;
    text-align:center;
    background:#8bbd2c;
    z-index:-1;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
body .sf-menu > li > a:hover, body  .sf-menu > li.sfHover> a,body .sf-menu > li.current-menu-item > a,body  .sf-menu > li.current_page_item > a {
    color:#fff !important;
    background:transparent;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body .secondaryHolder{
    display: none;
}
body .sf-menu > li > a:hover span, body .sf-menu > li.sfHover> a span,body .sf-menu > li.current-menu-item > a span,body  .sf-menu > li.current_page_item > a span {
    color:#fff;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body .sf-menu > li > a:hover:after, body .sf-menu > li.sfHover> a:after,body .sf-menu > li.current-menu-item > a:after,body  .sf-menu > li.current_page_item > a:after {
    position:absolute;
    content:"";
    top:0;
    height:100%;
    text-align:center;
    background:#8bbd2c;
    -webkit-transition:all 0.25s ease;
    -moz-transition:all 0.25s ease;
    -o-transition:all 0.25s ease;
    transition:all 0.25s ease;
}
body .sf-menu > li > a:hover:before,body  .sf-menu > li.sfHover> a:before, body .sf-menu > li.current-menu-item > a:before,body  .sf-menu > li.current_page_item > a:before {
    position:absolute;
    content:"";
    top:0;
    height:100%;
    opacity:1;
    text-align:center;
    background:#8bbd2c;
    -webkit-transition:all 0.55s ease;
    -moz-transition:all 0.55s ease;
    -o-transition:all 0.55s ease;
    transition:all 0.55s ease;
}
body .sf-menu > li > a:hover .sf-sub-indicator, body .sf-menu > li.sfHover> a .sf-sub-indicator,body  .sf-menu > li.current-menu-item > a .sf-sub-indicator,body  .sf-menu > li.current_page_item > a .sf-sub-indicator {
    background-position:-10px -100px;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
body .sf-menu li li > a:hover, body .sf-menu li li.sfHover > a,body  .sf-menu li li.current-menu-item > a,body  .sf-menu li li.current_page_item > a {
    color:#8bbd2c;
    background:transparent;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body .sf-menu li .desc {
    display:block;
    font-size:0.9em;
}
body .sf-menu li li {
    margin-bottom:0;
    background:transparent;
    display:block;
    text-align:left;
}
body .sf-menu li li:first-child a { border:none; }
body .sf-menu li li a {
    font-family:'Merriweather Sans', sans-serif;
    font-size:12px;
    line-height:20px;
    font-weight:400 !important;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:0;
    border:none;
    border-top:1px solid #464646;
    color:#fff;
    display:block;
    padding:5px 0;
    background:transparent;
    float:none;
    margin:0;
    white-space:nowrap;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body .sf-menu li li a.sf-with-ul { padding:5px 0 5px 0; }
body .sf-menu li li a .sf-sub-indicator {
    display:inline;
    position:absolute;
    top:11px;
    right:10px;
    margin-right:0px !important;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
body .sf-sub-indicator {
    top:82px;
    right:50%;
    margin-right:-6px !important;
    background:url(images/arrows-ffffff.png) no-repeat -10px -100px;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
body .select-menu {
    display:none;
    background-color:#FFF;
    width:100%;
    height:35px;
    padding:5px;
    margin:0;
    cursor:pointer;
    outline:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
body .select-menu option {
    padding:5px;
    cursor:pointer;
}
body .select-menu option.main_item { font-weight:bold; }
@media (max-width: 1200px) and (min-width: 979px) {
    body .sf-sub-indicator {
        top:82px;
        margin-right:-5px !important;
    }
    body .sf-menu ul { margin-left:-20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
    body .sf-menu ul { margin-left:-30px; }
    body .sf-menu > li {
        background:transparent;
        text-align:center;
        padding-right:0;
    }
    body .sf-menu {
        padding:0;
        margin-right:0;
    }
    body .sf-sub-indicator {
        top:82px;
        margin-right:-6px !important;
    }
}
@media (max-width: 767px) {
    body .select-menu { margin-bottom:20px; }
    body .nav { margin:20px 0 0 0; }
}
body .filter-wrapper {
    margin-top:34px;
    margin-bottom:9px;
}
body .filter-wrapper strong {
    font-family:'Racing Sans One', cursive;
    font-size:23px;
    line-height:24px;
    font-weight:normal;
    text-transform:none;
    color:#5e5c5b;
    margin-right:10px;
    background:transparent;
    padding:0 0 10px 0;
}
@media (max-width: 767px) {
    body .filter-wrapper strong {
        background:transparent;
        font-size:16px;
        line-height:20px;
        margin:0;
        padding:0 0 0 5px;
    }
}
body .filter-wrapper .nav { overflow:hidden; }
@media (max-width: 767px) {
    body .filter-wrapper .nav { margin:0 0; }
}
@media (max-width: 480px) {
    body .filter-wrapper .nav { margin:0 0 0 0; }
}
body .filter-wrapper .pull-right { float:left !important; }
@media (max-width: 767px) {
    body .filter-wrapper .pull-right { float:left; }
}
body .nav-pills {
    float:left;
    margin-bottom:18px;
    margin-left:0;
}
@media (max-width: 767px) {
    body .nav-pills { margin-left:0; }
}
body .nav-pills li {
    font-family:'Racing Sans One', cursive;
    font-size:23px;
    line-height:24px;
    text-transform:none;
    color:#5e5c5b;
    background:transparent;
    padding:0 0 5px 0;
}
body .nav-pills li:first-child a { background:transparent; }
body .nav-pills li a {
    font-family:'Racing Sans One', cursive;
    font-size:23px;
    line-height:24px;
    text-transform:none;
    color:#5e5c5b;
    background:transparent;
    padding:0 16px 0 0;
    letter-spacing:0;
    margin:0;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .nav-pills li a:after { display:none; }
@media (max-width: 767px) {
    body .nav-pills li a {
        background:transparent;
        font-size:16px;
        line-height:20px;
        margin:0;
        padding:0 0 0 5px;
    }
}
body .nav-pills li a:hover,body  .nav-pills li a:focus {
    color:#8bbd2c;
    background-color:transparent !important;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .nav-pills li:hover a,body  .nav-pills li:focus a {
    color:#8bbd2c;
    background-color:transparent !important;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .nav-pills li.active a {
    color:#8bbd2c !important;
    position:relative;
    background-color:transparent;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .nav-pills li.active a:hover {
    color:#8bbd2c !important;
    background-color:transparent;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .filterable-portfolio {
    position:relative;
    visibility:hidden;
    overflow:hidden;
    margin:0 -10px;
}
body .filterable-portfolio .portfolio_item {
    display:block;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:0 0 40px 0;
    padding:0 10px;
    width:0;
}
body .filterable-portfolio .portfolio_item.nomargin { margin-right:0; }
body .filterable-portfolio .portfolio_item_holder { overflow:hidden; }
body .filterable-portfolio .portfolio_item_holder .caption__portfolio {
    background:transparent;
    padding:0;
    border:none;
    border-top:0;
    box-sizing:border-box;
    border:0;
    background:transparent;
    padding:26px 0 20px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body .filterable-portfolio .portfolio_item_holder .caption__portfolio h3 {
    padding:0;
    margin:0;
}
body .filterable-portfolio .portfolio_item_holder .caption__portfolio h3 a {
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:18px;
    text-transform:none;
    color:#070707;
    background:transparent;
    margin-bottom:0 !important;
}
body .filterable-portfolio .portfolio_item_holder .caption__portfolio h3 a:hover { color:#8bbd2c; }
body .filterable-portfolio .portfolio_item_holder .caption__portfolio .excerpt {
    margin-bottom:0 !important;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .filterable-portfolio .portfolio_item_holder .caption__portfolio .btn.btn-primary {
    margin-top:15px;
    font-family:'Asap', sans-serif;
    font-size:13px;
    line-height:18px;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase;
    color:#000000;
    padding:0;
    position:relative;
    letter-spacing:0;
    background:transparent !important;
    border-radius:0;
    box-shadow:none;
    text-shadow:none;
    border:none;
    outline:none;
    border-radius:0;
    z-index:1;
    overflow:hidden;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
body .filterable-portfolio .portfolio_item_holder .caption__portfolio .btn.btn-primary:after, body .filterable-portfolio .portfolio_item_holder .caption__portfolio .btn.btn-primary:before { display:none !important; }
body .filterable-portfolio .portfolio_item_holder .caption__portfolio .btn.btn-primary:hover {
    color:#8bbd2c;
    text-decoration:none;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .testimonial {
    position:relative;
    margin-bottom:35px;
    padding:30px;
    margin-top:40px;
    border:none;
    background:#fff;
    font-style:italic;
    font-family:Georgia, "Times New Roman", Times, serif;
    line-height:1.5em;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
body .testimonial_bq {
    margin:0;
    padding:0;
    border:none;
}
body .testimonial_bq p {
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:20px;
}
body .testimonial_content p { font-style:normal; }
@media (min-width: 768px) and (max-width: 979px) {
    body .testimonial .featured-thumbnail {
        width:80px;
        height:80px;
    }
}
body .testimonial small {
    font-family:'Droid Sans', sans-serif;
    font-size:14px;
    line-height:24px;
    font-weight:400;
    text-transform:uppercase;
    text-decoration:none;
    letter-spacing:0;
    color:#8bbd2c;
    padding:12px 0 0;
}
body .extrastyle_4 .list.circle-arrow-list ul { margin-bottom:0; }
body .extrahr_1 .hr { margin:17px 0px 19px; }
body .extrastyle_3 h3 { padding-bottom:0; }
body .extrastyle_3 p { margin-bottom:21px; }
body .extrastyle_2 .hr { margin:17px 0 22px !important; }
body .list.circle-arrow-list ul { margin-bottom:52px; }
body .list.circle-arrow-list ul li {
    margin-top:0;
    margin-bottom:9px;
    text-transform:uppercase;
}
body .list.circle-arrow-list ul li a {
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:18px;
    font-style:normal;
    font-weight:400 !important;
    color:#606060;
    text-transform:capitalize;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .list.circle-arrow-list ul li a:hover {
    color:#8bbd2c;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .list.circle-arrow-list ul li:before {
    content:"";
    display:inline-block;
    width:14px;
    height:14px;
    top:3px;
    margin-right:8px;
    position:relative;
    background:url(images/arrow1.png) 0px 0 no-repeat;
}
body .posts-grid.extra_team li .featured-thumbnail { margin:0 0 23px; }
body .posts-grid.extra_team li .featured-thumbnail a .zoom-icon:before { background:url(images/magnify-alt2small2.png) center center no-repeat; }
body .posts-grid.extra_team li h5 { margin:0; }
body .posts-grid.extra_team li h5 a {
    font-family:'Asap', sans-serif;
    font-style:normal;
    font-weight:400 !important;
    font-size:13px;
    line-height:22px;
    text-transform:uppercase;
    color:#000;
}
body .posts-grid.extra_team li h5 a:hover { color:#8bbd2c; }
body .extrastyle_1 { margin-bottom:36px; }
body .extrastyle_1 p { margin-bottom:12px; }
body .extrastyle_1 h3 { padding-bottom:0; }
body .extrastyle_1 .dropcap {
    box-sizing:border-box;
    font-family:'Racing Sans One', cursive;
    font-size:30px;
    line-height:30px;
    font-weight:400;
    background:#8bbd2c;
    padding:9px 18px;
    border-radius:500px;
    width:51px;
    height:51px;
    margin-top:5px;
    margin-right:21px;
}
body .hr {
    overflow:hidden;
    margin:34px 0px 19px;
    height:1px;
    background:#e2e2e1 !important;
    font-size:0;
    line-height:0;
}
body .title-section {
    padding:18px 0;
    border:none;
    overflow:hidden;
    background:#fff;
    margin-bottom:0;
}
body .title-section:after {
    content:"";
    position:absolute;
    display:block;
    width:3600px;
    margin-left:-1400px;
    height:100%;
    bottom:0px;
    background:#fff;
    z-index:-1;
}
body .title-header {
    width:50%;
    overflow:hidden;
    float:left;
    font-family:'Racing Sans One', cursive;
    font-size:24px;
    line-height:28px;
    font-style:normal;
    background:transparent;
    text-transform:uppercase;
    font-weight:400;
    color:#3e3e3e;
    margin:0;
    word-wrap:break-word;
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    -o-hyphens:auto;
    hyphens:auto;
}
@media (max-width: 767px) {
    body .title-header {
        float:none !important;
        text-align:left;
        margin:0 0 20px;
        width:100% !important;
        font-size:16px;
        line-height:20px;
    }
}
body .title-desc {
    display:block;
    color:#999;
    font-size:11px;
}
body .post-header .post-title {
    margin-bottom:0 !important;
    padding:34px 0 26px !important;
}
body .post-header .post-title a { color:#5e5c5b; }
body .post-header .post-title a:hover { color:#8bbd2c; }
body .post__holder .featured-thumbnail.thumbnail.large {
    display:inline-block;
    margin-bottom:20px;
    margin-top:6px;
}
body .post_content h3 { margin:0 0 8px 0 !important; }
body .featured-thumbnail.large {
    padding:0;
    border:none;
    border-radius:0;
    box-shadow:none;
}
body .breadcrumb__t {
    width:50%;
    text-align:right;
    margin:0;
    background:transparent;
    border-radius:0;
    border:none;
    border-left:none;
    border-right:none;
    padding:0;
    float:right;
}
@media (max-width: 767px) {
    body .breadcrumb__t {
        float:none !important;
        text-align:left;
        width:100% !important;
    }
}
body .breadcrumb__t li {
    margin-right:4px;
    display:inline;
    font-family:'Racing Sans One', cursive;
    font-size:23px;
    line-height:28px;
    font-style:normal;
    background:transparent;
    text-transform:none;
    font-weight:400;
    color:#3e3e3e;
    text-shadow:none;
}
@media (max-width: 767px) {
    body .breadcrumb__t li {
        font-size:16px;
        line-height:20px;
    }
}
body .breadcrumb__t li.active { color:#8bbd2c; }
body .breadcrumb__t li.divider {
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0;
}
body .breadcrumb__t li.divider:after {
    content:' > ';
    font-family:'Racing Sans One', cursive;
    font-size:24px;
    line-height:26px;
    font-style:normal;
    background:transparent;
    text-transform:uppercase;
    font-weight:400;
    color:#3e3e3e;
}
@media (max-width: 767px) {
    body .breadcrumb__t li.divider:after {
        font-size:16px;
        line-height:20px;
    }
}
body .breadcrumb__t li a {
    color:#3e3e3e;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body .breadcrumb__t li a:hover {
    color:#8bbd2c;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .post__holder .featured-thumbnail.thumbnail {
    display:inline-block;
    margin-bottom:20px;
    margin-top:6px;
}
body .post__holder .featured-thumbnail.thumbnail a {
    padding:0;
    border:none;
}
body .post_wrapper .featured-thumbnail.thumbnail img { width:100%; }
body .post_wrapper .post-title {
    padding-top:13px;
    padding-bottom:22px;
    letter-spacing:0;
    margin-bottom:0 !important;
}
body .post_wrapper .post-title a {
    color:#5e5c5b;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body .post_wrapper .post-title a:hover {
    color:#8bbd2c;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body .post_meta {
    font-family:'Droid Sans', sans-serif;
    font-size:12px;
    font-style:normal;
    font-weight:400;
    text-transform:none !important;
    overflow:hidden;
    margin-bottom:0px;
    padding:15px 0 13px;
    color:#606060;
    border-top:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
}
body .post_meta i {
    font-size:14px !important;
    padding-right:10px !important;
    color:#8bbd2c !important;
}
body .post_meta div[class^="post_"] {
    display:inline-block;
    font-family:'Droid Sans', sans-serif;
    font-size:12px;
    font-style:normal;
    text-transform:none !important;
    font-weight:300;
    line-height:20px;
    padding:3px 0 1px;
    margin-right:19px;
    color:#606060;
}
@media (max-width: 767px) {
    body .post_meta div[class^="post_"] { display:block; }
}
body .post_meta div[class^="post_"] a {
    color:#606060;
    text-transform:none !important;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .post_meta div[class^="post_"] a:hover {
    text-decoration:none;
    color:#8bbd2c;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .post_meta div[class^="post_"] .post_author a {
    text-transform:capitalize !important;
    color:#606060 !important;
}
body .post_meta div[class^="post_"] .post_author a:hover { color:#8bbd2c !important; }
body .post_meta div[class^="post_"] .post-date {
    cursor:default;
    color:#606060 !important;
}
body .post_meta div[class^="post_"] .post-date time { color:#606060 !important; }
body .post_meta div[class^="post_"] .post-date span { color:inherit; }
body .post_meta div[class^="post_"] .icon-bookmark a {
    text-transform:none !important;
    color:#606060 !important;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .post_meta div[class^="post_"] .icon-bookmark a:hover {
    color:#8bbd2c;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .post_meta div[class^="post_"] .post_comment { color:inherit; }
body .post_meta div[class^="post_"] .post_comment a { color:#606060 !important; }
body .post_meta div[class^="post_"] .post_comment a:hover { color:#8bbd2c !important; }
body .post_meta div[class^="post_"] .post_comment span { color:inherit; }
body .post_meta div[class^="post_"] .post_category { color:inherit; }
body .post_meta div[class^="post_"] .post_category a { color:#606060 !important; }
body .post_meta div[class^="post_"] .post_category a:hover { color:#8bbd2c !important; }
body .post_meta div[class^="post_"] .post_category span { color:inherit; }
body .post_meta div[class^="post_"] .user_voting { cursor:default; }
body .post_meta div[class^="post_"] .user_voting i, body .post_meta div[class^="post_"] .user_voting span {
    transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-out;
}
body .post_meta div[class^="post_"] .animation_item {
    position:absolute;
    top:0px;
    right:0px;
}
body .post_meta div[class^="post_"] a { text-transform:none !important; }
body .post_meta>div.post_meta_unite {
    display:block;
    border-top:1px solid #e9e9e8;
    padding-top:.5em;
    margin-top:.5em;
}
body .post_meta>div.post_meta_unite:first-child {
    border-top:none;
    margin-top:0;
    padding-top:0;
}
body .post_meta .post_permalink {
    float:right;
    padding-right:0;
}
@media (max-width: 767px) {
    body .post_meta .post_permalink { float:left; }
}
body .post_meta span.voting_count {
    padding-right:0;
    position:relative;
}
body .post_meta i {
    font-size:16px;
    margin-right:0em;
    padding-right:0.5em;
    color:#8bbd2c;
}
body .post_meta .pull-right {
    padding-right:0;
    padding-left:15px;
}
body .post_meta hr { margin:.5em 0; }
body .share-buttons {
    margin-bottom:23px;
    margin-top:21px;
    padding:10px 0;
    width:100%;
    height:21px;
}
body .post-author {
    margin-bottom:10px;
    background-color:#fff;
    padding:15px 21px 12px;
    border:none;
}
body .post-author_h {
    font-family:'Asap', sans-serif;
    font-size:13px;
    line-height:20px;
    font-style:normal;
    font-weight:400 !important;
    text-transform:uppercase;
    overflow:hidden;
    margin-bottom:1em;
    padding:0 0 3px;
    margin:0;
    color:#000;
    margin-bottom:0;
}
body .post-author_h:before { display:none; }
body .post-author_h small {
    color:#000;
    font-family:'Asap', sans-serif;
    font-size:13px;
    line-height:20px;
    font-style:normal;
    font-weight:400 !important;
    text-transform:uppercase;
}
body .post-author_h a {
    text-transform:uppercase;
    color:#000;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .post-author_h a:hover {
    color:#8bbd2c;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .post-author_link {
    color:#000;
    font-family:'Asap', sans-serif;
    font-size:13px;
    line-height:20px;
    font-style:normal;
    font-weight:400 !important;
    text-transform:uppercase;
}
body .post-author_link p {
    color:#000;
    font-family:'Asap', sans-serif;
    font-size:13px;
    line-heightt:20px;
    font-style:normal;
    font-weight:400 !important;
    text-transform:uppercase;
    margin-bottom:0;
}
body .post-author_link p a {
    text-transform:uppercase;
    /*color:;*/
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .post-author_link p a:hover {
    color:#000;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .post-author_link a {
    color:#8bbd2c;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .post-author_link a:hover {
    color:#000;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .post-author_gravatar {
    float:left;
    margin:9px 18px 0 0;
}
body .post-author_gravatar img {
    padding:0;
    border:0;
    background:#fff;
}
body .post-author_desc {
    margin-top:17px !important;
    margin-bottom:10px;
}
@media (min-width: 1200px) {
    body .post-author_desc { overflow:hidden; }
}
body #recent-author-posts { margin-bottom:3em; }
body .related-posts {
    overflow:hidden;
    margin:0 0 2em;
}
body .related-posts_h {
    color:#5e5c5b;
    font-family:'Racing Sans One', cursive;
    font-size:23px;
    line-height:24px;
    font-style:normal;
    font-weight:400 !important;
    text-transform:none !important;
    font-style:normal;
    text-shadow:none;
    text-decoration:none;
    margin:0;
    padding-top:88px;
    padding-bottom:32px;
}
body .related-posts_h:before {
    content:"";
    position:relative;
    display:block;
    width:100%;
    height:1px;
    top:-52px;
    margin-top:12px;
    border-top:1px solid #e3e3e3;
    background:transparent;
}
body .related-posts_list {
    padding:0;
    margin:0 0 0 -4%;
    font-size:0;
}
body .related-posts_item {
    display:inline-block;
    width:21%;
    margin-left:4%;
    margin-bottom:20px;
    padding:0;
    list-style-type:none;
    overflow:hidden;
    vertical-align:top;
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:20px;
    letter-spacing:0;
    background:transparent;
    text-transform:none;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body .related-posts_item a {
    font-size:12px;
    font-style:normal;
    font-weight:300;
    line-height:22px;
    background:transparent;
    color:#606060;
}
body .related-posts_item :hover {
    color:#8bbd2c;
    text-decoration:none;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body .related-posts_item h5 {
    font-size:14px;
    font-style:normal;
    font-weight:300;
    line-height:22px;
    background:transparent;
    color:#3b3837;
}
body .related-posts_item h5 a {
    font-size:22px;
    line-height:24px;
    letter-spacing:1px;
    background:transparent;
    color:#3b3837;
}
body .related-posts_item h5 a:hover { color:#049cdb; }
body .related-posts .featured-thumbnail {
    float:none;
    overflow:visible;
    margin:0 0 16px 0;
}
@media (max-width: 480px) {
    body .related-posts_item { width:46%; }
}
body .comments-h {
    color:#5e5c5b;
    font-family:'Racing Sans One', cursive;
    font-size:23px;
    line-height:24px;
    font-style:normal;
    font-weight:400 !important;
    text-transform:none !important;
    font-style:normal;
    text-shadow:none;
    text-decoration:none;
    margin:0;
    padding-top:61px;
    padding-bottom:22px;
}
body .comments-h:before {
    content:"";
    position:relative;
    display:block;
    width:100%;
    height:1px;
    top:-52px;
    margin-top:12px;
    border-top:1px solid #e3e3e3;
    background:transparent;
}
body .comment-holder .pagination { display:none; }
body .comment-list .reply a:hover { color:#FFF; }
body .comment .comment-body {
    position:relative;
    overflow:hidden;
    margin-top:10px;
    margin-bottom:23px;
    border:none;
    background:#ffffff !important;
    padding:27px 19px 17px;
    border:none;
}
body .comment .comment-body p { margin-bottom:18px; }
body .comment-author {
    float:left;
    margin:0 20px 0 0;
}
body .comment-author .author {
    color:#000;
    font-family:'Asap', sans-serif;
    font-size:13px;
    line-height:20px;
    font-style:normal;
    font-weight:400 !important;
    text-transform:uppercase;
    display:block;
    padding-top:19px;
    width:80px;
    text-align:left;
}
body .extra2 { margin-top:-35px; }
@media (max-width: 767px) {
    body .extra2 { margin-top:0; }
}
body .commentmetadata {
    color:#000;
    font-family:'Asap', sans-serif;
    font-size:13px;
    line-height:20px;
    font-style:normal;
    font-weight:400 !important;
    text-transform:uppercase;
    margin-top:9px;
    margin-right:8px;
    float:right;
}
body .comment-body .reply {
    float:right;
    margin-left:2px;
    margin-top:14px;
    padding-right:0;
}
body .comment-body .reply a {
    color:#8bbd2c;
    font-family:'Asap', sans-serif;
    font-size:13px;
    line-height:20px;
    font-style:normal;
    font-weight:400 !important;
    text-transform:uppercase;
    text-decoration:none;
    padding:0;
    position:relative;
    letter-spacing:0;
    background:transparent !important;
    box-shadow:none;
    text-shadow:none;
    border:none;
    outline:none;
    border-radius:0;
    z-index:1;
    overflow:hidden;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
body .comment-body .reply a:hover {
    color:#000;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body #respond form .btn {
    margin-top:-5px;
    float:left;
}
body #commentform label {
    margin-top:29px;
    display:none !important;
}
body #nsu-checkbox {
    top:10px;
    margin-bottom:0;
    display:inline-block !important;
}
body #nsu-checkbox #nsu-checkbox-label #nsu-checkbox-input { margin:0; }
body #respond {
    margin-bottom:40px;
    padding-top:0;
    box-sizing:border-box;
}
body #respond h3 {
    color:#5e5c5b;
    font-family:'Racing Sans One', cursive;
    font-size:23px;
    line-height:24px;
    font-style:normal;
    font-weight:400 !important;
    text-transform:none !important;
    font-style:normal;
    text-shadow:none;
    text-decoration:none;
    margin:0;
    padding-top:55px;
    padding-bottom:32px;
}
body #respond h3:before {
    content:"";
    position:relative;
    display:block;
    width:100%;
    height:1px;
    top:-52px;
    margin-top:12px;
    border-top:1px solid #e3e3e3;
    background:transparent;
}
body #commentform { overflow:hidden; }
body #commentform p { margin-bottom:27px; }
body #commentform p.field { margin-bottom:18px; }
body #commentform label { display:block; }
body #commentform input[type="text"] {
    border:none;
    box-shadow:none;
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:22px;
    margin-bottom:10px;
    color:#606060;
    margin:0;
    padding:16px 14px 17px;
    width:400px;
    border-radius:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    height:52px;
}
body #commentform input[type="text"]:focus {
    box-shadow:none;
    border:none;
}
body #commentform textarea {
    color:#606060;
    box-shadow:none;
    border:none;
    padding:16px 14px 17px;
    margin-bottom:0px !important;
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:22px;
    overflow:auto;
    margin:0;
    min-width:100%;
    max-width:100%;
    width:100%;
    height:197px;
    border-radius:0;
    border-color:#ddd;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
body .children #commentform textarea {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
    max-width:100%;
    min-width:100px;
}
body #commentform textarea:focus {
    box-shadow:none;
    border:none;
}
@media (min-width: 768px) and (max-width: 979px) {
    body #commentform textarea {
        width:97%;
        max-width:97%;
        min-width:97%;
        height:52px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
}
@media (max-width: 767px) {
    body #commentform input[type="text"] {
        width:97%;
        height:52px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
    body #commentform textarea {
        width:97%;
        max-width:97%;
        min-width:97%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
}
body input[type="submit"].btn-primary,body  input[type="reset"].btn-primary {
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:22px;
    font-weight:400;
    font-style:normal;
    text-shadow:none;
    text-transform:capitalize;
    padding:0 0 !important;
    position:relative;
    letter-spacing:0;
    border-radius:0;
    box-shadow:none;
    border:none;
    outline:none;
    z-index:1;
    overflow:hidden;
    color:#606060;
    background:transparent !important;
    height:20px;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
body input[type="submit"].btn-primary:hover,body  input[type="reset"].btn-primary:hover {
    border:none;
    outline:none;
    color:#8bbd2c !important;
    background:transparent !important;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
body select, body textarea, body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body .uneditable-input {
    font-family:'Roboto', serif;
    font-size:13px;
    line-height:22px;
    font-weight:400;
    margin:0;
    padding:11px 14px 9px;
    width:288px;
    border-radius:0;
    border:none;
    box-shadow:none;
    outline:none;
}
body select:focus, body textarea:focus, body input[type="text"]:focus, body input[type="password"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="date"]:focus, body input[type="month"]:focus, body input[type="time"]:focus, body input[type="week"]:focus, body input[type="number"]:focus, body input[type="email"]:focus, body input[type="url"]:focus, body input[type="search"]:focus, body input[type="tel"]:focus, body input[type="color"]:focus, body .uneditable-input:focus {
    border:none;
    box-shadow:none;
    outline:none;
}
body .posts-grid.extragrid_3 {
    margin:0;
    margin-top:0;
}
body .posts-grid.extragrid_3 li {
    margin-bottom:12px;
    margin-top:4px;
    text-align:left;
    overflow:hidden;
}
@media (max-width: 767px) {
    body .posts-grid.extragrid_3 li { margin-bottom:40px; }
}
body .posts-grid.extragrid_3 li .featured-thumbnail {
    border:none;
    box-shadow:none;
    margin:0;
    margin:0 20px 29px 0;
    float:left;
}
.posts-grid.extragrid_3 li .featured-thumbnail a .zoom-icon:before { background:url(images/magnify-alt2small.png) center center no-repeat; }
@media (max-width: 1200px) and (min-width: 979px) {
    body .posts-grid.extragrid_3 li .featured-thumbnail { width:100px; }
}
@media (max-width: 979px) and (min-width: 768px) {
    body .posts-grid.extragrid_3 li .featured-thumbnail {
        width:80%;
        float:none;
    }
}
@media (max-width: 767px) {
    body .posts-grid.extragrid_3 li .featured-thumbnail {
        float:left;
        margin:0 20px 10px 0;
        width:120px;
    }
}
@media (max-width: 360px) {
    body .posts-grid.extragrid_3 li .featured-thumbnail {
        width:120px;
        float:none;
        margin:0 0 10px;
    }
}
body .posts-grid.extragrid_3 li .featured-thumbnail img { width:100%; }
body .posts-grid.extragrid_3 h3 {
    margin:0;
    padding-bottom:0;
}
body .posts-grid.extragrid_3 h3 a { color:#070707; }
body .posts-grid.extragrid_3 h3 a:hover { color:#8bbd2c; }
body .posts-grid.extragrid_3 p { margin:0; }
body .posts-grid.extragrid_3 .extra-wrap .btn.btn-primary { margin-top:13px; }
body .posts-grid.extragrid_3 h5 { margin:8px 0 16px; }
body .posts-grid.extragrid_3 h5 a {
    font-family:'Istok Web', sans-serif;
    font-size:14px;
    line-height:24px;
    font-weight:400;
    color:#3a4755;
    text-transform:uppercase;
}
body .posts-grid.extragrid_3 h5 a:hover { color:#8bbd2c; }
body .posts-grid.extragrid_3 .btn.btn-primary {
    font-family:'Asap', sans-serif;
    font-size:13px;
    line-height:18px;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase;
    color:#000000;
    background:transparent !important;
    padding:0;
    position:relative;
    letter-spacing:0;
    background:transparent;
    border-radius:0;
    box-shadow:none;
    text-shadow:none;
    border:none;
    outline:none;
    border-radius:0;
    z-index:1;
    overflow:hidden;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
body .posts-grid.extragrid_3 .btn.btn-primary:after,body  .posts-grid.extragrid_3 .btn.btn-primary:before { display:none; }
body .posts-grid.extragrid_3 .btn.btn-primary:hover {
    color:#8bbd2c;
    text-decoration:none;
    background:transparent !important;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .posts-grid.extragrid_3 .post_meta {
    margin:0 0 6px 0;
    padding:0;
    border:none;
}
body .posts-grid.extragrid_3 .post_meta .post_date {
    font-family:'Asap', sans-serif;
    font-size:13px;
    line-height:20px;
    font-weight:400;
    color:#000;
}
body .posts-grid.extragrid_3 .post_meta span[class^="post_"] { margin-right:10px; }
body .posts-grid.extragrid_3 .post_meta .post_category,body  .posts-grid.extragrid_3 .post_meta .post_author,body  .posts-grid.extragrid_3 .post_meta .post_comment { display:none; }
body .posts-grid.extragrid_1 { margin:0; }
body .posts-grid.extragrid_1 li { margin-bottom:11px; }
@media (max-width: 767px) {
    body .posts-grid.extragrid_1 li { margin-bottom:30px; }
}
body .posts-grid.extragrid_1 li .featured-thumbnail { margin:0 0 26px; }
body .posts-grid.extragrid_1 li .featured-thumbnail a .zoom-icon:before { background:url(images/magnify-alt2small2.png) center center no-repeat; }
body .posts-grid.extragrid_1 li .featured-thumbnail img { width:100%; }
body .posts-grid.extragrid_1 h5 {
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    margin:0;
    color:#070707;
}
body .posts-grid.extragrid_1 p { margin-bottom:0; }
body .posts-grid.extragrid_1 .post_meta span[class^="post_"] { margin-right:10px; }
body .testimonials .testi-item {
    overflow:hidden;
    margin-top:3px;
    margin-bottom:8px;
    padding-bottom:0;
    background:none;
}
body .testimonials .testi-item blockquote {
    position:relative;
    display:block;
    margin:0;
    padding:0 0 0 38px;
    border:none;
    background:transparent;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding-box;
    background-clip:padding-box;
}
@media (min-width: 1200px) {
    body .testimonials .testi-item blockquote { padding:0 100px 0 38px; }
}
body .testimonials .testi-item blockquote:before { display:none; }
body .testimonials .testi-item blockquote:after {
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:41px;
    height:38px;
    background:url(images/quotes.png) 0 0 no-repeat;
    content:"";
}
body .testimonials .testi-item blockquote > a {
    position:relative;
    z-index:2;
    color:#606060;
    text-decoration:none;
    overflow:hidden;
    vertical-align:top;
}
@media (min-width: 1200px) {
    body .testimonials .testi-item blockquote > a { top:-3px; }
}
body .testimonials .testi-item blockquote > a:hover { color:#8bbd2c; }
body .testimonials .testi-item .featured-thumbnail {
    position:relative;
    z-index:2;
    margin:0 20px 0 10px;
    width:60px;
    height:60px;
}
body .testimonials .testi-item .testi-meta {
    font-size:1em;
    display:block;
    padding-top:10px;
    padding-left:40px;
}
body .testimonials .testi-item .testi-meta .user {
    font-family:'Asap', sans-serif;
    color:#000;
    text-transform:uppercase;
}
body .testimonials .testi-item .testi-meta .user:after { display:none; }
body .testimonials .testi-item .testi-meta .info, body .testimonials .testi-item .testi-meta .testi-url { display:none; }
body .hero-unit {
    background:transparent;
    border:none;
    border-bottom:1px solid #e2e2e1;
    text-align:center;
    padding:19px 0 33px;
    margin-bottom:13px;
}
body .hero-unit h1 {
    font-family:'Racing Sans One', cursive;
    font-size:50px;
    line-height:50px;
    font-weight:400;
    overflow:hidden;
    text-transform:uppercase;
    color:#5e5c5b;
    text-align:center;
    padding:0;
    letter-spacing:0;
    margin:0;
    border:none;
}
@media (min-width: 1200px) {
    body .hero-unit h1 { padding:0 90px; }
}
@media (max-width: 767px) {
    body .hero-unit h1 {
        font-size:30px;
        line-height:30px;
    }
}
body .service-box {
    overflow:visible;
    min-height:20px;
    padding:23px 25px 38px;
    margin:50px 0 30px;
    overflow:hidden;
    z-index:1000;
    background-color:transparent;
    box-shadow:none;
    border:none;
    box-sizing:border-box;
    box-shadow:none;
    border-radius:0;
    text-align:center;
    position:relative;
    background-color:#404040;
    background-image:-moz-linear-gradient(top,#484848,#333333);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#484848),to(#333333));
    background-image:-webkit-linear-gradient(top,#484848,#333333);
    background-image:-o-linear-gradient(top,#484848,#333333);
    background-image:linear-gradient(to bottom,#484848,#333333);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484848', endColorstr='#ff333333', GradientType=0);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
@media (min-width: 979px) {
    body .service-box { margin:-102px 0 30px; }
}
@media (max-width: 979px) and (min-width: 768px) {
    body .service-box { padding:23px 5px 27px; }
}
body .service-box:before {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    content:"";
    display:block;
    border-radius:0;
    border:0 solid #333;
    background:transparent;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
}
body .service-box:hover:before {
    border-top:10px solid #8bbd2c;
    border-bottom:10px solid #8bbd2c;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
}
body .service-box:hover .icon {
    color:#fff;
    transform:rotateY(360deg);
    background-color:#fff;
    -webkit-transform:rotateY(360deg);
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}
body .service-box:hover .icon img {
    position:absolute;
    top:-112px;
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
body .service-box:hover .icon:before {
    position:absolute;
    left:4px;
    right:4px;
    top:4px;
    bottom:4px;
    content:"";
    border:4px solid #8bbd2c;
    background:transparent;
    -webkit-transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
    transition:all 0.7s ease;
}
body .service-box.nums .icon i,body .service-box.nums .icon img { display:none; }
body .service-box .extrabox {
    -webkit-perspective:95px;
    -moz-perspective:95px;
    perspective:95px;
    transform:perspective(95px);
    position:relative;
    display:block;
    margin:0 0 11px 0;
}
body .service-box .icon {
    position:relative;
    width:112px;
    height:112px;
    line-height:112px !important;
    text-align:center;
    background-color:#575756;
    font-size:50px;
    font-weight:normal;
    color:#ffffff;
    float:none;
    overflow:hidden;
    border-radius:500px;
    margin:0;
    border:none;
    display:block;
    margin:0 auto;
    transform:rotateY(0deg);
    -webkit-transform:rotateY(0deg);
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
}
body .service-box .icon:before {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    content:"";
    display:block;
    border-radius:500px;
    border:0px solid #333;
    background:transparent;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
}
body .service-box .icon strong {
    width:112px;
    height:112px;
    position:absolute;
    display:block;
    border-radius:400px;
    text-align:center;
    margin:0 auto;
    overflow:hidden;
    top:0;
    left:0;
    right:0;
}
body .service-box .icon img {
    position:absolute;
    display:block;
    border-radius:400px;
    overflow:hidden;
    top:0;
    left:0;
    right:0;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
}
body .service-box .icon span { display:none; }
body .service-box h2 {
    font-family:'Racing Sans One', cursive;
    font-size:24px;
    font-weight:400;
    line-height:30px;
    color:#fff;
    text-transform:uppercase;
    margin:0;
    padding:0;
    font-style:normal;
    overflow:hidden;
    border:0;
    margin:0 0 10px 0;
    position:relative;
    z-index:2;
}
body .service-box h2:after { display:none; }
body .service-box h2 a {
    color:#fff;
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
    -o-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}
body .service-box h2 a:hover {
    color:#8bbd2c;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in;
}
body .service-box h5 {
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:20px;
    font-weight:400;
    overflow:hidden;
    color:#fff;
    text-transform:uppercase;
    margin:0 0 0;
    position:relative;
    z-index:2;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .service-box_txt {
    position:relative;
    z-index:2;
    color:#FFF;
    margin-bottom:17px;
    line-height:20px;
}
body .service-box_txt em {
    color:#7b7b7b;
    font-style:normal;
}
body .service-box .btn-align {
    text-align:center;
    position:relative;
    bottom:0;
    left:0px;
}
body .service-box__call {
    color:#fff;
    background-color:#0c6abd;
    background-image:-moz-linear-gradient(top,#037cc7,#1950af);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#037cc7),to(#1950af));
    background-image:-webkit-linear-gradient(top,#037cc7,#1950af);
    background-image:-o-linear-gradient(top,#037cc7,#1950af);
    background-image:linear-gradient(to bottom,#037cc7,#1950af);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff037cc7', endColorstr='#ff1950af', GradientType=0);
}
body .service-box__call .btn-align {
    padding:0;
    width:25%;
    float:right;
}
body #sidebar { padding-top:34px; }
body #sidebar h3 { margin:0; }
body .widget {
    padding-bottom:39px;
    margin-bottom:32px;
    border-bottom:1px solid #e3e3e3;
}
body .widget h3 {
    color:#5e5c5b;
    font-family:'Racing Sans One', cursive;
    font-size:23px;
    line-height:24px;
    font-style:normal;
    font-weight:400 !important;
    text-transform:none !important;
    font-style:normal;
    text-shadow:none;
    text-decoration:none;
    margin:0;
    padding-top:20px;
    padding-bottom:27px;
}
body .widget ul {
    padding:0;
    margin-left:0;
    list-style:none;
    margin-top:0;
    margin-bottom:15px;
}
body .widget ul ul {
    margin-left:20px;
    margin-top:10px;
}
body .widget ul li {
    margin-top:0;
    margin-bottom:9px;
    text-transform:uppercase;
}
body .widget ul li a {
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:18px;
    font-style:normal;
    font-weight:400 !important;
    color:#606060;
    text-transform:capitalize;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .widget ul li a:hover {
    color:#8bbd2c;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .widget ul li:before {
    content:"";
    display:inline-block;
    width:14px;
    height:14px;
    top:3px;
    margin-right:8px;
    position:relative;
    background:url(images/arrow1.png) 0px 0 no-repeat;
}
body .widget .post-list { margin-bottom:0px; }
body .widget .post-list li {
    overflow:hidden;
    padding-top:51px;
    padding-bottom:0;
    margin-bottom:0;
}
body .widget .post-list li:before { display:none; }
body .widget .post-list li:first-child {
    padding-top:0;
    border:none;
}
body .widget .post-list_h {
    margin:0;
    margin-bottom:14px;
    color:#3a4755;
}
body .widget .post-list_h a {
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:18px;
    font-style:normal;
    font-weight:400 !important;
    color:#606060;
    font-style:normal;
    text-shadow:none;
    text-transform:uppercase;
    color:#3a4755;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .widget .post-list_h a:hover {
    color:#88ba31;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .widget .post-list time {
    display:block;
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:18px;
    font-style:normal;
    font-weight:400 !important;
    font-style:normal;
    text-shadow:none;
    text-transform:uppercase;
    color:#000;
    margin-bottom:4px;
    margin-top:8px;
}
body .widget .post-list .excerpt {
    text-transform:none;
    margin-bottom:10px;
    color:#606060;
    line-height:18px;
}
body .widget .post-list .featured-thumbnail { margin:5px 30px 10px 0; }
body .widget .post-list .featured-thumbnail img { padding:0; }
@media (min-width: 768px) and (max-width: 979px) {
    body .widget .post-list .featured-thumbnail { float:none; }
}
@media (max-width: 420px) {
    body .widget .post-list .featured-thumbnail { float:none; }
}
body .widget .comments-custom li {
    overflow:hidden;
    margin:0;
    padding:31px 0 0 0;
    border-bottom:none;
    background:none;
}
body .widget .comments-custom li:before { display:none; }
body .widget .comments-custom li:first-child {
    padding-top:0;
    border-top:none;
}
body .widget .comments-custom .featured-thumbnail.thumbnail {
    margin-top:4px;
    margin-right:30px;
    margin-bottom:0;
    box-shadow:none;
    box-sizing:border-box;
    padding:0;
    border:none;
}
body .widget .comments-custom_txt {
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:17px;
    font-style:normal;
    font-weight:400 !important;
    font-style:normal;
    text-shadow:none;
    text-transform:none;
    color:#606060;
    text-transform:none !important;
    letter-spacing:0;
    padding:0 0 0 0;
    border-top:none;
    margin-top:10px;
}
body .widget .comments-custom_txt a {
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:17px;
    font-weight:400;
    font-style:normal;
    text-shadow:none;
    text-transform:none;
    color:#606060;
    text-decoration:none;
}
body .widget .comments-custom_txt a:hover {
    color:#8bbd2c;
    text-decoration:none;
}
body .widget .comments-custom_h_author {
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:18px;
    font-weight:400;
    font-style:normal;
    text-shadow:none;
    text-transform:uppercase;
    color:#8bbd2c;
    margin-bottom:0;
    margin-top:17px;
}
body .widget .comments-custom_h_author:first-letter { text-transform:uppercase !important; }
body .widget .comments-custom_h_title { margin-bottom:16px; }
body .widget .comments-custom_h_title a {
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:20px;
    font-weight:400 !important;
    font-style:normal;
    text-shadow:none;
    text-transform:uppercase;
    color:#000;
    margin-bottom:0;
    margin-top:22px;
}
body .widget .comments-custom_h_title a:before { display:none; }
body .widget .comments-custom_h_title a:hover {
    color:#8bbd2c;
    text-decoration:none;
}
body .widget .comments-custom_h_author:first-letter { text-transform:uppercase; }
body .widget .comments-custom time {
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:20px;
    font-weight:400;
    font-style:normal;
    text-shadow:none;
    text-transform:uppercase;
    color:#000;
    margin-top:4px;
    margin-bottom:0;
    display:block;
}
body .widget .comments-custom i {
    font-size:16px;
    margin-right:.5em;
    /*color:;*/
    float:left;
    min-width:15px;
    text-align:center;
}
body .widget .comments-custom .ladle {
    float:left;
    padding-right:5px;
}
.widget .comments-custom .meta_format {
    margin-top:0;
    margin-bottom:1px;
}
body .widget .flex-direction-nav .flex-prev {
    left:0;
    margin:-46px 0 0;
    color:#8bbd2c;
}
body .widget .flex-direction-nav .flex-next {
    right:0;
    margin:-46px 0 0;
    color:#8bbd2c;
}
body .widget #wp-calendar td {
    padding:6px 0;
    border:none;
    text-align:center;
}
body .widget #wp-calendar td#today {
    background-color:#5e5c5b;
    color:#FFF;
}
body .widget #wp-calendar caption {
    margin-bottom:5px;
    padding:4px 0;
    color:#8bbd2c;
    font-weight:bold;
    font-size:16px;
    text-align:center;
}
body .widget #wp-calendar thead th {
    padding:7px 0;
    color:#8bbd2c;
    text-align:center;
    font-size:14px;
}
body .widget select {
    width:100% !important;
    height:40px;
}
body .widget .social { margin:0; }
body .widget .social_li:before { display:none; }
body .widget .widget-flexslider li:before,body  .widget .flickr_list li:before { display:none; }
body .widget .tags-cloud a,body  .widget .tagcloud a,body  .widget .post_footer a {
    color:#606060;
    text-decoration:underline;
    font-size:11px;
}
body .widget .tags-cloud a:hover, body .widget .tagcloud a:hover, body .widget .post_footer a:hover {
    color:#8bbd2c;
    text-decoration:underline;
}
body .widget #searchform .search-form_it {
    border:none;
    width:90%;
}
body .widget #searchform .search-form_is {
    margin:8px 0 0 0;
    text-transform:uppercase;
}
body .widget .banner_wrapper img { max-width:100%; }
body .footer {
    border-top:none;
    padding:42px 0 15px;
    margin:0;
    background:#FFF;
}
body .footer .footer-text {
    font-family:'Droid Sans', sans-serif;
    font-size:11px;
    line-height:20px;
    font-weight:400;
    font-style:normal;
    text-shadow:none;
    color:#545454;
    margin:7px 0 0 9px;
}
body .footer .footer-text a {
    font-family:'Droid Sans', sans-serif;
    font-size:11px;
    line-height:20px;
    font-weight:400;
    font-style:normal;
    text-shadow:none;
    color:#545454;
    margin-top:22px;
}
@media (max-width: 767px) {
    body .footer .footer-text a {
        text-align:left;
        margin-left:0;
    }
}
body .footer .footer-text a:hover { color:#8bbd2c; }
@media (max-width: 767px) {
    body .footer .footer-text {
        float:left;
        overflow:hidden;
        margin:10px 0 0 0;
    }
}
@media (max-width: 767px) {
    body .footer { padding:30px 20px; }
}
body .footer .logo.footer-logo {
    padding:0;
    margin-top:8px;
}
@media (max-width: 979px) and (min-width: 768px) {
    body .footer .logo.footer-logo { width:inherit; }
}
@media (max-width: 767px) {
    body .footer .logo.footer-logo { width:100%; }
}
body #nav_menu-2 {
    position:relative;
    display:block;
    float:none;
    margin:0;
    width:100%;
}
body #menu-footer-extrmenu {
    list-style:none;
    margin-left:0;
    margin-top:8px;
    position:relative;
    display:block;
    float:right;
}
@media (max-width: 420px) {
    body #menu-footer-extrmenu {
        width:100%;
        float:left;
    }
}
body #menu-footer-extrmenu li:first-child {
    background:transparent;
    margin-left:0;
    padding-left:0;
}
body #menu-footer-extrmenu li {
    float:left;
    background:url(images/bullet1.png) left center no-repeat;
    margin-left:7px;
    padding-left:9px;
}
body #menu-footer-extrmenu li a {
    font-size:11px;
    text-transform:uppercase;
}
body nav.footer-nav {
    float:none !important;
    margin:20px 0;
    overflow:hidden;
    position:relative;
    display:block;
    width:100%;
}
body nav.footer-nav ul {
    margin:0;
    padding:0;
    float:left;
}
body nav.footer-nav ul .sub-menu { display:none; }
body nav.footer-nav ul li {
    float:left;
    text-align:left;
    margin:0;
    padding:0 10px 0 0;
    list-style-type:none;
}
@media (min-width: 768px) and (max-width: 979px) {
    body nav.footer-nav ul li { display:inline; }
}
@media (max-width: 480px) {
    body nav.footer-nav ul li { padding:0 5px 0 0; }
}
body nav.footer-nav ul li a {
    text-align:left;
    font-size:11px !important;
    text-transform:capitalize;
    text-decoration:none;
    color:#545454 !important;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body nav.footer-nav ul li a:hover {
    color:#8bbd2c !important;
    text-decoration:none;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body nav.footer-nav ul li.current-menu-item a {
    text-decoration:underline;
    color:#8bbd2c !important;
}
body #back-top { display:none; }
body #back-top-wrapper {
    position:fixed;
    right:20px;
    bottom:30px;
    overflow:hidden;
    z-index:199;
}
body #back-top a {
    display:block;
    width:25px;
    height:13px;
    color:#bbb;
    overflow:hidden;
    text-align:center;
    text-decoration:none;
    border-radius:10px;
    border:none;
    text-transform:uppercase;
    font:11px/100% Arial, Helvetica, sans-serif;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
body #back-top a:hover span { background:transparent url(images/up-arrow.png) center bottom no-repeat; }
body #back-top span {
    display:block;
    margin-bottom:10px;
    width:25px;
    height:13px;
    background:transparent url(images/up-arrow.png) center top no-repeat;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
body .zoom-icon {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
    background:transparent !important;
    border-radius:0;
    cursor:pointer;
    overflow:hidden;
    -webkit-transition:0.55s;
    -moz-transition:0.55s;
    -o-transition:0.55s;
    transition:0.55s;
}
body .zoom-icon:after {
    position:absolute;
    z-index:0;
    content:"";
    left:0;
    right:0;
    top:50%;
    width:100%;
    height:0%;
    text-align:center;
    background:url(images/patterndark.png) center center repeat;
    -webkit-transition:0.65s;
    -moz-transition:0.65s;
    -o-transition:0.65s;
    transition:0.65s;
}
body .no-rgba .zoom-icon {
    visibility:hidden;
    display:none;
}
body .zoom-icon:before {
    position:absolute;
    z-index:100;
    content:"";
    left:80%;
    top:80%;
    width:100%;
    height:100%;
    text-align:center;
    margin:0;
    background:url(images/magnify-alt2.png) center center no-repeat;
    -webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
@media (max-width: 979px) and (min-width: 768px) {
    body .zoom-icon:before { background:url(images/magnify-alt2small.png) center center no-repeat; }
}
body .featured-thumbnail a:hover .zoom-icon,body  a.thumbnail:hover .zoom-icon,body  .thumbnail__portfolio a:hover .zoom-icon {
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
}
body .featured-thumbnail a:hover .zoom-icon:before,body  a.thumbnail:hover .zoom-icon:before,body  .thumbnail__portfolio a:hover .zoom-icon:before {
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
body .featured-thumbnail a:hover .zoom-icon:after,body  a.thumbnail:hover .zoom-icon:after,body  .thumbnail__portfolio a:hover .zoom-icon:after {
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
    margin:0;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
body .no-rgba .image-wrap:hover .zoom-icon,body  .featured-thumbnail a:hover .zoom-icon, body a.thumbnail:hover .zoom-icon,body  .thumbnail__portfolio a:hover .zoom-icon {
    visibility:visible;
    border-radius:0;
    overflow:hidden;
}
body .grid_gallery_inner .zoom-icon {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
    background:transparent !important;
    border-radius:0;
    cursor:pointer;
    overflow:hidden;
    -webkit-transition:0.55s;
    -moz-transition:0.55s;
    -o-transition:0.55s;
    transition:0.55s;
}
body .grid_gallery_inner .zoom-icon:after {
    position:absolute;
    z-index:0;
    content:"";
    left:0;
    right:0;
    top:50%;
    width:100%;
    height:0%;
    text-align:center;
    background:url(images/patterndark.png) center center repeat;
    -webkit-transition:0.65s;
    -moz-transition:0.65s;
    -o-transition:0.65s;
    transition:0.65s;
}
body .grid_gallery_inner .no-rgba .zoom-icon {
    visibility:hidden;
    display:none;
}
body .grid_gallery_inner .zoom-icon:before {
    position:absolute;
    z-index:100;
    content:"";
    left:80%;
    top:80%;
    width:100%;
    height:100%;
    text-align:center;
    margin:0;
    background:url(images/magnify-alt2small.png) center center no-repeat;
    -webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
body .grid_gallery_inner .featured-thumbnail a:hover .zoom-icon, body .grid_gallery_inner a.thumbnail:hover .zoom-icon, body .grid_gallery_inner .thumbnail__portfolio a:hover .zoom-icon {
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
}
body .grid_gallery_inner .featured-thumbnail a:hover .zoom-icon:before, body .grid_gallery_inner a.thumbnail:hover .zoom-icon:before, body .grid_gallery_inner .thumbnail__portfolio a:hover .zoom-icon:before {
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition:all 0.6s ease;
    -moz-transition:all 0.6s ease;
    -o-transition:all 0.6s ease;
    transition:all 0.6s ease;
}
body .grid_gallery_inner .featured-thumbnail a:hover .zoom-icon:after, body .grid_gallery_inner a.thumbnail:hover .zoom-icon:after, body .grid_gallery_inner .thumbnail__portfolio a:hover .zoom-icon:after {
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
    margin:0;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
body .grid_gallery_inner .no-rgba .image-wrap:hover .zoom-icon, body .grid_gallery_inner .featured-thumbnail a:hover .zoom-icon, body .grid_gallery_inner a.thumbnail:hover .zoom-icon, body .grid_gallery_inner .thumbnail__portfolio a:hover .zoom-icon {
    visibility:visible;
    border-radius:0;
    overflow:hidden;
}
body .wpcf7-form { margin-bottom:50px; }
body .wpcf7-form p.field {
    position:relative;
    overflow:hidden;
    margin-bottom:15px;
    vertical-align:top;
}
body .wpcf7-form p.field input {
    margin:0;
    font-size:13px;
    border:none;
    padding:16px 14px 17px;
    width:100%;
    height:52px;
    color:#606060 !important;
    line-height:20px;
    background:#FFF;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
body .wpcf7-form p.field input:-moz-placeholder { color:#606060; }
body .wpcf7-form p.field input:-ms-input-placeholder { color:#606060; }
body .wpcf7-form p.field input::-webkit-input-placeholder { color:#606060; }
body .wpcf7-form p.field input[type="file"] {
    font-size:13px;
    position:relative;
    cursor:pointer;
    height:25px;
    color:#606060 !important;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}
body .wpcf7-form p.field input[type="file"]:-moz-placeholder { color:#606060; }
body .wpcf7-form p.field input[type="file"]:-ms-input-placeholder { color:#606060; }
body .wpcf7-form p.field input[type="file"]::-webkit-input-placeholder { color:#606060; }
body .wpcf7-form textarea {
    font-size:13px;
    color:#556980 !important;
    overflow:auto;
    margin:0;
    padding:16px 14px 17px;
    width:100%;
    height:200px;
    line-height:20px;
    border:none;
    background:#FFF;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    resize:none;
    overflow:auto;
}
body .wpcf7-form textarea:-moz-placeholder { color:#556980; }
body .wpcf7-form textarea:-ms-input-placeholder { color:#556980; }
body .wpcf7-form textarea::-webkit-input-placeholder { color:#556980; }
body .wpcf7-form .submit-wrap {
    margin:0;
    padding:0;
}
body .wpcf7-form .submit-wrap .ajax-loader { margin-top:29px; }
body .wpcf7-form .submit-wrap input {
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:20px;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase;
    color:#5e5c5b;
    padding:0;
    margin:5px 10px 0 0;
    position:relative;
    letter-spacing:0;
    background:transparent;
    border-radius:0;
    box-shadow:none;
    text-shadow:none;
    border:none;
    outline:none;
    border-radius:0;
    z-index:1;
    overflow:hidden;
    height:42px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body .wpcf7-form .submit-wrap input:hover {
    color:#8bbd2c !important;
    background:transparent;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body span.wpcf7-form-control-wrap { display:block; }
body .wpcf7-not-valid-tip {
    position:absolute;
    top:0 !important;
    right:0 !important;
    bottom:0 !important;
    left:0 !important;
    padding:8px 6px !important;
    width:auto !important;
    height:auto !important;
    background:#F2DEDE !important;
    border:1px solid #ddd !important;
    color:#B94A48 !important;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
    body .wpcf7-not-valid-tip {
        font-size:11px !important;
        padding:8px 6px !important;
        line-height:14px;
    }
}
body div.wpcf7-response-output {
    margin:60px 0 !important;
    padding:8px 35px 8px 14px !important;
    border:1px solid #ddd !important;
    background-color:#FCF8E3;
    color:#C09853;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
body div.wpcf7-validation-errors {
    background-color:#F2DEDE !important;
    border-color:#ddd !important;
    color:#B94A48 !important;
}
body div.wpcf7-mail-sent-ok {
    background:#DFF0D8 !important;
    border:1px solid #ddd !important;
    color:#468847 !important;
}
body .search-form .btn.btn-primary {
    font-family:'Droid Sans', sans-serif;
    font-size:13px;
    line-height:20px;
    font-weight:400;
    font-style:normal;
    text-transform:uppercase;
    color:#5e5c5b;
    padding:0;
    margin:5px 10px 0 0;
    position:relative;
    letter-spacing:0;
    background:transparent !important;
    border-radius:0;
    box-shadow:none;
    text-shadow:none;
    border:none;
    outline:none;
    border-radius:0;
    z-index:1;
    overflow:hidden;
    height:42px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .search-form .btn.btn-primary:hover {
    color:#8bbd2c !important;
    background:transparent !important;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .header .search-form form {
    position:relative;
    margin-top:90px;
    padding-right:2px;
}
body .search-form input[type="text"] {
    vertical-align:top;
    border:none;
    box-shadow:none !important;
    border-radius:0;
    color:#606060;
    font-family:'Darid Sans', sans-serif;
    font-size:13px;
    line-height:20px;
    font-style:normal;
    width:90%;
    text-transform:capitalize;
    background:#FFF;
    margin-top:0;
}
@media (max-width: 979px) and (min-width: 768px) {
    body .search-form input[type="text"] { width:85%; }
}
@media (max-width: 767px) {
    body .search-form input[type="text"] { width:82%; }
}
body .search-form input[type="submit"] { margin-top:10px; }
body .no-results .search-form input[type="text"] {
    vertical-align:top;
    border:none;
    box-shadow:none !important;
    border-radius:0;
    color:#606060;
    font-family:'Darid Sans', sans-serif;
    font-size:13px;
    line-height:20px;
    font-style:normal;
    width:90%;
    text-transform:capitalize;
    background:#FFF;
    margin-top:0;
}
@media (min-width: 768px) and (max-width: 979px) {
    body .sidebar .search-form_it { width:130px; }
}
body .clearfix { *zoom:1; }
body .clearfix:before,body  .clearfix:after {
    display:table;
    content:"";
    line-height:0;
}
body .clearfix:after { clear:both; }
body .hide-text {
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0;
}
body .input-block-level {
    display:block;
    width:100%;
    min-height:27px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
body #mainCaptionHolder { cursor:pointer; }
body .parallax-slider #mainCaptionHolder .container h2 a { color:#fff !important; }
body .parallax-slider #mainCaptionHolder .container h2 a:hover { color:#fff !important; }
@media (max-width: 767px) {
    body .extraslider {
        margin-left:-20px;
        margin-right:-20px;
    }
}
body .parallax-slider {
    position:relative;
    width:100%;
    height:873px;
    display:block;
    overflow:hidden;
    top:0;
    left:0;
    /*background:;*/
    -ms-transform:translateZ(0);
    transform:translateZ(0);
}
@media (max-width: 1200px) and (min-width: 979px) {
    body .parallax-slider { height:700px; }
}
@media (min-width: 768px) and (max-width: 979px) {
    body .parallax-slider { height:600px; }
}
@media (max-width: 767px) {
    body .parallax-slider { height:350px; }
}
body .parallax-slider .baseList { display:none; }
body .parallax-slider #mainImageHolder {
    position:relative;
    width:100%;
    height:150%;
    top:0;
    z-index:1;
}
body .parallax-slider #mainImageHolder .primaryHolder {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:2;
}
body .parallax-slider #mainImageHolder .primaryHolder img {
    position:absolute;
    max-width: inherit;
    top: 117px !important;
}
body .parallax-slider #mainImageHolder .secondaryHolder {
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1;
}
body .parallax-slider #mainImageHolder .secondaryHolder img {
    position:absolute;
    max-width:inherit;
}
body .parallax-slider #mainCaptionHolder {
    position:absolute;
    width:100%;
    height:150%;
    top:0;
    left:0;
    text-align:center;
    z-index:2;
}
body .parallax-slider #mainCaptionHolder .container {
    position:relative;
    top:362px;
    height:107px;
    box-sizing:border-box;
    text-align:center;
}
@media (max-width: 1200px) and (min-width: 979px) {
    body .parallax-slider #mainCaptionHolder .container {
        top:250px;
        height:107px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    body .parallax-slider #mainCaptionHolder .container {
        top:250px;
        height:107px;
    }
}
@media (max-width: 767px) {
    body .parallax-slider #mainCaptionHolder .container {
        top:150px;
        height:100px;
    }
}
body .parallax-slider #mainCaptionHolder .container .primaryCaption, body  .parallax-slider #mainCaptionHolder .container .secondaryCaption {
    width:100%;
    position:absolute;
    box-sizing:border-box;
    margin-top:-105px;
}
@media (max-width: 580px) {
    body .parallax-slider #mainCaptionHolder .container .primaryCaption, body  .parallax-slider #mainCaptionHolder .container .secondaryCaption { margin-top:-60px; }
}
body .parallax-slider #mainCaptionHolder .container .primaryCaption:before, body  .parallax-slider #mainCaptionHolder .container .secondaryCaption:before {
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    left:-100%;
    display:block;
}
body .parallax-slider #mainCaptionHolder .container h2 {
    font-family:'Racing Sans One', cursive;
    font-size:104px;
    line-height:90px;
    font-weight:400 !important;
    font-style:normal;
    text-shadow:none;
    text-transform:uppercase;
    color:#FFF;
    text-align:center;
    margin:0;
    padding:0;
}
@media (max-width: 767px) {
    body .parallax-slider #mainCaptionHolder .container h2 {
        font-size:40px;
        line-height:40px;
    }
}
body .parallax-slider #mainCaptionHolder .container h2 br { line-height:0; }
@media (max-width: 767px) {
    body .parallax-slider #mainCaptionHolder .container h2 {
        font-size:30px;
        line-height:28px;
        letter-spacing:0;
        padding:0 15px;
        width:inherit;
    }
}
body .parallax-slider #mainCaptionHolder .container p {
    font-family:'Noto Sans', sans-serif;
    font-size:34px;
    line-height:52px;
    font-weight:400;
    font-style:normal;
    text-shadow:none;
    text-transform:none;
    color:#FFF;
    text-align:center;
    letter-spacing:0;
    margin:36px 0 0;
    padding:0;
}
@media (min-width: 1200px) {
    body .parallax-slider #mainCaptionHolder .container p { padding:0 80px; }
}
.parallax-slider #mainCaptionHolder .container p br { line-height:0; }
@media (max-width: 767px) {
    body .parallax-slider #mainCaptionHolder .container p {
        font-size:20px;
        line-height:20px;
        letter-spacing:0;
        padding:0 15px;
        width:inherit;
    }
}
body .parallax-slider #mainCaptionHolder .container .morebtn {
    font-size:20px;
    line-height:28px;
    color:#fff;
    padding:8px 14px;
    border:2px solid #fff;
    background:#08C;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
body .parallax-slider #mainCaptionHolder .container .morebtn:hover {
    text-decoration:none;
    background:#363636;
}
body .parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
body .parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder.animateState {
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transform:scale(3);
    -moz-transform:scale(3);
    -ms-transform:scale(3);
    -o-transform:scale(3);
    transform:scale(3);
}
body .parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder {
    opacity:1;
    filter:alpha(opacity=100);
}
body .parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}
body .parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption {
    opacity:1;
    filter:alpha(opacity=100);
}
body .parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}
body .parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption {
    opacity:1;
    filter:alpha(opacity=100);
}
body .parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}
body .parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder {
    opacity:1;
    filter:alpha(opacity=100);
}
body .parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}
body .parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState {
    opacity:1;
    filter:alpha(opacity=100);
}
body .parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}
body .parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
body .parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}
body .parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption {
    opacity:1;
    filter:alpha(opacity=100);
}
body .parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}
body .parallax-slider.slide-top-eff #mainImageHolder .primaryHolder { top:0; }
body .parallax-slider.slide-top-eff #mainImageHolder .primaryHolder.animateState { top:-100%; }
body .parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState { top:0; }
body .parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState.animateState { top:100%; }
body .parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
body .parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}
body .parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption {
    opacity:1;
    filter:alpha(opacity=100);
}
body .parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}
body .parallax-slider .controlButtonBox {
    background:#FFF;
    position:absolute;
    display:block;
    z-index:10;
    bottom:0;
    text-align:center;
    float:none;
    margin:0 auto;
    width:100%;
    height:57px;
}
body .parallax-slider .controlBtn {
    width:33px;
    height:33px;
    display:block;
    position:absolute;
    display:block !important;
    bottom:11px;
    cursor:pointer;
    margin:0 auto;
    text-align:center;
    z-index:2;
}
body .parallax-slider .controlBtn .innerBtn {
    width:33px;
    height:33px;
    text-align:center;
    color:#fff;
    display:block;
    position:relative;
    z-index:1;
    background:transparent;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .parallax-slider .controlBtn .slidesCounter {
    width:70px;
    height:70px;
    background:transparent;
    display:none;
    position:absolute;
    top:0;
    color:#fff;
    text-align:center;
    font-size:16px;
    line-height:60px;
    -webkit-transition:all 0.23s ease;
    -moz-transition:all 0.23s ease;
    -o-transition:all 0.23s ease;
    transition:all 0.23s ease;
}
body .parallax-slider .controlBtn.parallaxPrevBtn {
    left:50%;
    margin-left:-38px;
}
body .parallax-slider .controlBtn.parallaxPrevBtn .innerBtn {
    border-radius:400px;
    overflow:hidden;
}
body .parallax-slider .controlBtn.parallaxPrevBtn .innerBtn:before {
    content:"";
    width:33px;
    height:33px;
    background:transparent url(images/sliderprev.png) left 0 no-repeat;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .parallax-slider .controlBtn.parallaxPrevBtn .slidesCounter {
    left:0%;
    border-radius:0;
}
body .parallax-slider .controlBtn.parallaxPrevBtn:hover .innerBtn { border-radius:0; }
body .parallax-slider .controlBtn.parallaxPrevBtn:hover .innerBtn:before {
    content:"";
    width:33px;
    height:33px;
    background:transparent url(images/sliderprev.png) right 0 no-repeat;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .parallax-slider .controlBtn.parallaxPrevBtn:hover .slidesCounter { left:100%; }
body .parallax-slider .controlBtn.parallaxNextBtn {
    right:50%;
    margin-right:-38px;
}
body .parallax-slider .controlBtn.parallaxNextBtn .innerBtn {
    border-radius:400px;
    overflow:hidden;
}
body .parallax-slider .controlBtn.parallaxNextBtn .innerBtn:before {
    content:"";
    width:33px;
    height:33px;
    background:transparent url(images/slidernext.png) left 0 no-repeat;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .parallax-slider .controlBtn.parallaxNextBtn .slidesCounter {
    right:0%;
    border-radius:0;
}
body .parallax-slider .controlBtn.parallaxNextBtn:hover .innerBtn { border-radius:0; }
body .parallax-slider .controlBtn.parallaxNextBtn:hover .innerBtn:before {
    content:"";
    width:33px;
    height:33px;
    background:transparent url(images/slidernext.png) right 0 no-repeat;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
body .parallax-slider .controlBtn.parallaxNextBtn:hover .slidesCounter { right:100%; }
body .parallax-slider #paginationwraper {
    position:absolute;
    width:100%;
    bottom:140px;
    z-index:9999;
    display:block;
}
@media (min-width: 768px) and (max-width: 979px) {
    body .parallax-slider #paginationwraper { bottom:20px; }
}
@media (max-width: 767px) {
    body .parallax-slider #paginationwraper { bottom:20px; }
}
body .parallax-slider #paralaxSliderPagination {
    position:absolute;
    bottom:-7px;
    text-align:center;
    z-index:2;
    right:50%;
    padding:0;
    margin-right:-33px;
    z-index:2;
    background:transparent;
    box-sizing:border-box;
}
body .parallax-slider #paralaxSliderPagination ul {
    list-style:none;
    margin:0;
}
body .parallax-slider #paralaxSliderPagination ul li {
    width:11px;
    height:11px;
    display:inline-block;
    position:relative;
    margin:0 5px;
    border-radius:500px;
    overflow:hidden;
    cursor:pointer;
    border:none;
    background-color:#fff;
    -webkit-transition:all 0.35s ease;
    -moz-transition:all 0.35s ease;
    -o-transition:all 0.35s ease;
    transition:all 0.35s ease;
}
body .parallax-slider #paralaxSliderPagination ul li:before {
    content:"";
    position:absolute;
    width:0;
    height:100%;
    bottom:0;
    right:0;
    top:0;
    z-index:10;
    border-radius:500px;
    background:#8bbd2c;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
body .parallax-slider #paralaxSliderPagination ul li:hover { background-color:#8bbd2c; }
body .parallax-slider #paralaxSliderPagination ul li:hover:before {
    width:100%;
    left:0;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body .parallax-slider #paralaxSliderPagination ul li.active { background-color:#8bbd2c; }
body .parallax-slider #paralaxSliderPagination ul li.active:before {
    width:100%;
    left:0;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
body .parallax-slider #previewSpinner {
    position:absolute;
    width:50px;
    height:50px;
    display:block;
    top:50%;
    left:50%;
    margin-left:-25px;
    margin-top:-25px;
    border-radius:25px;
    z-index:99;
    background:url(images/spinner.gif) 50% 50% no-repeat #333;
}
/* Surcharge Julien L */
body header div.container{
    background: #fff;
}
body .isStuck{
    background: #fff;
}
body .logo_h.logo_h__img{
    left: 0;
    position: absolute;
    top: 0;
}
body header .span8{
    float: right;
}
body .logo{
    padding: 0px;
}
body .isStuck.extra_head::after{
    box-shadow: none;
}
body header .home h2{
    width: 363px;
}
body header .span4 {
    width: auto;
}
body header h2 span {
    display: block;
    font-family: Droid Sans;
    font-weight: normal;
    font-size: 16px;
}
body header h2{
    margin-left: 184px;
    width: 291px;
}
body .menu_holder{
    margin-left: 0px;
}
body header .span8{
    float: right;
}
body .service-box .icon{
    background: #7e7e7e;
}
body .filterable-portfolio .image-wrap {
    background: none repeat scroll 0 0 white;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}
body .grid_gallery_inner > figure:first-child {
    display: none !important;
}
body .portfolio .entry-content{
    background: #fff;
}
body .portfolio .entry-content p a{
    display: block;
    margin: 0 auto;
    text-align: center;
}
body .portfolio .entry-content p img{
    border: 1px solid lightgrey;
}
body .thumbnail, body .featured-thumbnail {
    border: 1px solid lightgrey;
}
body .portfolio .entry-content table thead{
    display: none;
}
body .portfolio .entry-content .table tr td:first-child{
    width: 26%;
}
body .portfolio .entry-content .table tr td{
    padding: 10px;
    height: 100px;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    color: #373737;
    vertical-align: middle;
}
body .portfolio .entry-content .table tr td:first-child img{
    width: 99px;
}
body .portfolio .entry-content .table tr td.img-default{
    background: url(images/face.jpg) no-repeat 10px 10px !important;
    text-indent: -99999px;
    font-size: 8px;
    font-weight: normal;
}
body .portfolio .entry-content .table-bordered th, body .table-bordered td {
    border: 0 none;
}
body .portfolio .entry-content .table-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: collapse;
    border-image: none;
    border-radius: 0;
    border-style: none;
    border-width: 0;
}
body .portfolio .entry-content .table-striped tbody > tr:nth-child(2n+1) > td, body .portfolio .entry-content .table-striped tbody > tr:nth-child(2n+1) > th{
    background: none;
}
body .portfolio .entry-content.span5 > div {
    padding: 9px 20px 20px;
}
body .portfolio .entry-content h3{
    font-family: arial;
    font-weight: bold;
    font-size: 18px;
    color: #444444;
    padding-bottom: 0px;
}
body .single-pager{
    display: none;
}
body .portfolio .entry-content .portfolio-meta-list{
    border-top: 0px;
}
body .portfolio .entry-content .portfolio-meta-list li span{
    font-family: arial;
    font-size: 13px;
}
body .portfolio-meta{
    display: none;
}
body hr{
    border-color: #ddd -moz-use-text-color #fff;
}
body .portfolio .entry-content p strong {
    color: #373737;
    font-family: racing sans one;
    font-size: 20px;
    font-weight: normal;
}
body{
    text-indent: -999999;
}
body > *{
    text-indent: 1;
}
/* 22/04/15 */
body .hero-unit h1{
    font-size: 37px;
    color: #7e7e7e;
    padding: 0px;
}
body .span8 h2{
    background: none repeat scroll 0 0 #8bbd2c;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 2%;
    text-transform: uppercase;
    width: 98%;
    margin-bottom: 35px;
}
body .posts-grid.extragrid_1 h5 a{
    font-family: arial;
    font-weight: bold;
    font-size: 18px;	
    color: #444444;
}
body .posts-grid.extragrid_1 h5{
    margin-bottom: 8px;
}
body p.excerpt{
    font-size: 13px;	
    color: #5e5c5b;
}
body.home .more-btn{
    background: #f1f1f1 none repeat scroll 0 0;
    margin-top: 40px;
    padding: 15px 0;
}
body #content select{
    height: 43px;
}
body.home .btn.btn-link{
    display: block;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
}
body .hero-unit{
    border-bottom: 0px;
}
body .span8 .posts-grid.extragrid_1 li .featured-thumbnail {
    margin: 0 0 15px;
}
body .span8 .posts-grid.extragrid_1 p{
    height: 179px;
    overflow: hidden;
    margin-bottom: 10px
}
body h2{
    font: normal 20px/24px Racing Sans One, sans-serif;
    color: #5e5c5b;
}
body .row .span4 .spe h2:first-child{
    background: none repeat scroll 0 0 #68c7ed;
}
body .row .span4 .spe h2{
    background: none repeat scroll 0 0 #4e69a2;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    margin-bottom: 35px;
    padding: 0 0 0 2%;
    text-transform: uppercase;
    width: 98%;
}
@media (max-width: 350px) {
    body header h2 span{
        font-size: 13px;
    }
    html .home .extra_head h2 {
        font-size: 15px;
        margin-left: 186px;
        padding: 56px 0 0;
        width: 135px;
    }
    body .logo {
        padding: 30px 0 0;
    }
    body .logo_h.logo_h__img{
        top: 22px;
    }
    body header .span8 {
        float: right;
        width: 342px;
    }
    body .sf-menu > li > a{
        font-size: 13px;
    }
    body .sf-menu > li > a{
        padding-left: 5px;
        padding-right: 5px;
    }
    body .sf-menu li li a{
        font-size: 13px;
    }
}
body .wrap-partenaires{
    margin-top: 0px;
}
body #menu-footer-extrmenu{
    padding-top: 20px;
    float: left;
}
body #menu-footer-extrmenu li a{
    font-family: arial;
    font-weight: bold; 
    font-size: 15px;
    text-transform: none;
    color: #444444;
}
body #menu-footer-extrmenu li{
    background: url(images/bullet2.png) left 9px no-repeat;
    padding-left: 12px;
}
body .oblady span{
    display: block;
    background: url(images/oblady.png) no-repeat top right;
    width: 150px;
    line-height: 83px;
    height: 83px;
    padding-right: 83px;
    float: right;
}
body .oblady a span{
    color: #444444;
    display: block;
}
body .footer .container{
    border-top: 1px solid lightgrey;
    padding-top: 22px;
}
body #menu-footer-extrmenu li:first-child a{
    cursor: auto;
}
body #menu-footer-extrmenu li:first-child a:hover{
    text-decoration: none;
}
body #menu-footer-extrmenu li a:hover{
    text-decoration: underline;
}
body .sf-menu > li > a[title="spe"]{
    bottom: 8px;
}
body.home #mainCaptionHolder{
    display: none;
}
@media (min-width: 985px) {
    body.home #post-203 > div:first-child{
        position: absolute;
        top: -200px;
    }
    body.home #post-203 > div:first-child + div{
        margin-top: 100px;
    }
}
@media (max-width: 1182px) {
    html .extra_head h2{
        width: 150px;
    }
    .extra_head div.span7{
        position: relative;
        left: -65px;
    }
}
@media (max-width: 994px) {
    .extra_head h2{
        width: 150px;
    }
    .extra_head div.span5{
        overflow: hidden !important;
        width: 50% !important;
    }
    .extra_head div.span7{
        overflow: hidden !important;
        width: 40% !important;
        margin-top: 70px
    }
    .extra_head div.span7 #topnav{
        display: none;
    }
    .extra_head div.span7 .select-menu{
        display: block;
    }
    div.logo.pull-left{
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .extra_head div.span7{
        width: 97% !important;
        margin-top: 0px;
        margin-bottom: 10px;
        position: static
    }
    .extra_head div.span5{
        overflow: hidden !important;
        width: 100% !important;
    }
    a.logo_h.logo_h__img{
        position: static;
        float: left;
    }
    div.logo.pull-left{
        width: 350px;
        margin: 0 auto;
        position: static;
        float: none;
    }
    body .span8 .posts-grid.extragrid_1 p{
        height: auto;
    }
}
body.home h2.title{
    margin: 0 auto;
}
body .service-box_txt em {
    color: #fff;
}
body .row .span4 .spe{
    margin-bottom: 32px;
}
body .visu-intern{
    height: 187px;
    background: url(images/visu-intern.jpg) no-repeat top center;
}
body.home .visu-intern{
    display: none;
}
body .isStuck.extra_head{
    background: #fff; 
}
body .isStuck .menu_holder, body .isStuck .logo{
    -webkit-box-shadow:0;
    box-shadow:0;
    -webkit-transition:0;
    -moz-transition:0;
    -o-transition:0;
    transition:0;
    margin-top: 0px;
    padding: 0px;
}


/*** Formulaires ***/
body input[type='text'], 
body input[type='email'], 
body select, 
body textarea{
    padding: 1% 2%;
    width: 96%;
}
body select{
    height: 33px;
    width: 100%;
}
.wpcf7-form-control-wrap{
    overflow: hidden;
}
.wpcf7-form-control{
    display: block;
}
.wpcf7-checkbox .wpcf7-list-item{
    width: 25%;
    display: block;
    float: left;
    margin-bottom: 10px; 
    margin-left: 0; 
}
.wpcf7-list-item-label{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
input.wpcf7-form-control.wpcf7-submit {
  background: #8BBD2C;
  border: navajowhite;
  color: #fff;
  font-size: 1.5em;
  padding: 10px 20px;
  height: auto;
}
span.required {
  color: red;
}
body #lang_choice_polylang-2 {
    border: 1px solid lightgrey;
    margin-top: 23px;
    width: 100px;
}
body .span15{
    width: 137px;
}
@media (max-width: 1200px) {
    body .span15{
        width: 117px;
    }
}
@media (max-width: 976px) {
    body .span15{
        width: 86px;
    }
}
@media (max-width: 765px) {
    body .span15{
        width: 100%;
    }
}
/*
body .container #content p img{
    max-width: 200px;
}
*/
body .post__holder .post-header .post-title {
    margin-bottom: 30px;
    margin-left: 0;
    padding: 0 4px 0 12px !important;
}
body .post_wrapper .post-title a {
    color: #fff !important;
    transition: all 0.3s ease 0s;
}
body .post-author, body .nocomments{
    display: none;
}
/*** Fin formulaires ***/