    /*
Theme Name: Simple Pro
Theme URI: http://www.nimbusthemes.com/wordpress-themes/simple/
Description: As its name suggests, the Simple theme is intended to provide a simple, clean, minimal layout from which you can develop your website. Fully responsive and based on the newest release of the Bootstrap 3 mobile-first, front-end framework, the Simple theme will transform effortlessly from desktop-width monitors to tablets and smartphones. An array of theme options allows for customization of nearly every color, feature, and element across the theme. The Simple theme is translation-ready, cross-browser tested, search engine optimized, includes a full-page-width page template, offers infinite color combinations, displays custom featured posts, and is compatible with most popular plugins.
Author: Nimbus Themes
Author URI: http://nimbusthemes.com/
Version: 2.1.0
Tags: one-column, two-columns, three-columns, four-columns, right-sidebar, custom-background, custom-colors, custom-menu, featured-image-header, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simple-pro
*/


/******************************************************************************************************
General
******************************************************************************************************/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500i');

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Lato', sans-serif;
}

body {
    background: #e7e7e7;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 1.7em;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}



/** LINKS **/

a,
a:visited {
    color: #1a1a1a;
    text-decoration: none;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
    outline: none!important;
}

a:hover {
    color: #007FAF;
    text-decoration: none;
}



/** HEADINGS **/

.h1,
h1 {
    font-size: 45px;
}

.h2,
h2 {
    font-size: 28px;
}

.h3,
h3 {
    font-size: 24px;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 14px;
}

.h6,
h6 {
    font-size: 11px;
    text-transform: uppercase;
}


strong,
b {
    font-weight: bold;
}

cite,
em,
i {
    font-style: italic;
}

sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

address {
    margin: 1.5em 0;
}



/******************************************************************************************************
Header
******************************************************************************************************/

header {
    position: relative;
}

.navbar {
    background: transparent;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.navbar-default {
    border: none;
}

.admin-bar .navbar {
    top: 30px;
}

.nav.navbar-nav {
    text-align: center;
    float: right;
}

.navbar-nav>li>a {
    padding: 15px 10px 5px 10px;
    margin: 0px 5px 10px 5px;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-default .navbar-nav>li.active>a {
    border-bottom: 2px solid transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav>.dropdown>a .caret,
.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret,
.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 5px 0 0 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}

.dropdown-menu li a {
    color: #ffffff;
}

.dropdown-menu li:hover a {
    background-color: rgba(0, 127, 175, .6);
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 2px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.fallback_cb>ul {
    text-align: center;
    float: right;
    margin-bottom: 0px;
}

.fallback_cb>ul>li {
    float: left;
    position: relative;
    display: block;
}

.fallback_cb>ul>li>a {
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    padding: 15px 15px;
    position: relative;
    display: block;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    outline: none!important;
}

.navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 127, 175, .6);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: transparent;
    text-decoration: underline;
    color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #fff;
}



/******************************************************************************************************
Editable
******************************************************************************************************/

.content-column {
    background: #fff;
    border: 1px solid #cacaca;
    padding: 30px;
}


/*General Typography*/

div.content p {
    padding: 0 0 15px 0;
}


/* Titles */

div.content h1,
div.content h2,
div.content h3 {
    margin-top: 35px;
    margin-bottom: 20px;
}

div.content h4,
div.content h5,
div.content h6 {
    margin-top: 20px;
    margin-bottom: 10px;
}


/* HR */

div.content hr {
    margin: 20px 0;
    border: none;
    height: 5px;
    background: url(assets/images/hr_dots.png) repeat-x center top;
}



/* BlockQuotes */

div.content blockquote {
    padding: 9px 0 2px 30px;
    margin: 20px 0 20px 0;
}

div.content div.without_excerpt blockquote,
div.content div.without_excerpt blockquote p {
    text-align: left;
}


/* Definitions */

div.content dl {
    padding: 0 0 20px 0;
}

div.content dt {
    float: left;
    clear: left;
    width: 150px;
    text-align: right;
    font-weight: bold;
}

div.content dt:after {
    /* content: ":"; */
}

div.content dd {
    margin: 0 0 0 160px;
    padding: 0 0 1em 0;
}


/* Lists */

div.content ul {
    list-style: disc outside;
}

div.content ol {
    list-style: decimal outside;
}

div.content ul,
div.content ol {
    padding-left: 25px;
    margin: 0 0 20px 0;
}

div.content ul ul,
div.content ol ol {
    padding-left: 25px;
    margin: 0 0 0 0;
}

div.content ul li,
div.content ol li {
    margin-top: 10px;
}




/* Forms */

div.content input[type="text"],
div.content input[type="email"] {
    font-size: 14px;
    color: #454545;
    padding: 4px;
    border: 1px solid #b6b6b6;
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.content textarea {
    font-size: 14px;
    color: #454545;
    padding: 4px;
    border: 1px solid #b6b6b6;
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.content fieldset {
    display: block;
    width: 89%;
    padding: 5%;
    margin: 0 auto;
    border: 1px solid #b6b6b6;
}

div.content legend {
    padding: 4px 10px;
    border: 1px solid #b6b6b6;
    background: #fff;
    text-transform: uppercase;
    margin-left: 0.5em;
}

div.content select {
    padding: 4px;
    border: 1px solid #b6b6b6;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.content .radio,
div.content .checkbox {
    display: inline;
    margin: 10px 10px 0 20px;
    margin-bottom: 12px;
    vertical-align: middle;
}


/* Tables */

div.content table {
    width: 100%;
    margin: 10px auto 20px;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background: #ffffff;
    border-collapse: separate;
    overflow: hidden;
}

div.content table caption {
    width: 90%;
    margin: 0px auto;
    padding: 10px 20px;
    border-bottom: none;
    text-align: center
}

div.content table tr:nth-child(even) {
    background: #fff;
}

div.content table tr:nth-child(odd) {
    background: #f6f6f6;
}

div.content table th {
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 3%, #f3f3f3 6%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(3%, #ffffff), color-stop(6%, #f3f3f3), color-stop(100%, #ebebeb));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 3%, #f3f3f3 6%, #ebebeb 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 3%, #f3f3f3 6%, #ebebeb 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 3%, #f3f3f3 6%, #ebebeb 100%);
    background: linear-gradient(top, #ffffff 0%, #ffffff 3%, #f3f3f3 6%, #ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}

div.content table th:first-child {
    padding: 10px 10px 10px 20px;
}

div.content table th:first-last {
    padding: 10px 20px 10px 10px;
}

div.content table tfoot th {
    border-bottom: none;
}

div.content table td {
    padding: 10px;
}

div.content table td:first-child {
    padding: 10px 10px 10px 20px;
}

div.content table td:last-child {
    padding: 10px 20px 10px 10px;
}


/* Images */

div.content img {
    max-width: 100%;
    height: auto;
}

div.content div.wp-caption {
    margin-bottom: 0px;
    max-width: 100%;
}

div.content p.wp-caption-text {
    padding: 10px 0 15px 0;
    font-size: 11px;
}

.center-block {
    display: block;
    margin: 0 auto;
}


/* media */

div.content iframe {
    max-width: 100%;
}



/* Gallery */

div.content .gallery {
    margin: 0 auto 18px;
}

div.content .gallery dl.gallery-item {
    float: left;
    margin-top: 0;
    padding: 0px;
    text-align: center;
    width: 33%;
}

div.content .gallery-columns-2 dl.gallery-item {
    width: 50%;
}

div.content .gallery-columns-4 dl.gallery-item {
    width: 25%;
}

div.content dt.gallery-icon {
    float: none;
    clear: both;
    width: auto;
    text-align: left;
    font-weight: normal;
}

div.content dt.gallery-icon:after {
    content: none;
}

div.content .gallery img {
    padding: 4px;
    margin: 0px auto;
    display: block;
}

div.content .gallery img:hover {
    background: white;
}

div.content .gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}

div.content .gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}

div.content .gallery dd.gallery-caption {
    clear: both;
    margin: 0 0 12px;
}

div.content .gallery dl,
.gallery dt {
    margin: 0;
}

div.content .gallery br+br {
    display: none;
}


/*  Bootstrap Fixes  */

div.content .label {
    background: none;
    font-weight: normal;
    text-shadow: none;
}

div.content code {
    white-space: normal;
}


/*  WordPress Classes  */

.sticky {
    /*No Style*/
}

.gallery-caption {
    font-size: 12px;
}

.wp-caption .wp-caption-text {
    margin-bottom: 10px;
    padding: 10px 0 5px 40px;
}

.bypostauthor {
    /*No Style*/
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.screen-reader-text {}



/******************************************************************************************************
Frontpage
******************************************************************************************************/


/** center columns & universals **/

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    vertical-align: top;
    margin-right: -4px;
}

.frontpage-row .h1 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
}

.frontpage-row .h4 {
    text-align: center;
    margin-bottom: 30px;
}

.frontpage-row.parallax_active .h1 {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(26, 26, 26, .5);
}

.frontpage-row.parallax_active .h4 {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(26, 26, 26, .5);
}

.frontpage-row .news-title.h1,
.frontpage-row .news-sub-title.h4 {
    margin-bottom: 40px;
    color: #868685;
    font-style: italic;
}



/** BANNER ROW **/

.frontpage-banner,
.subpage-banner {
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.subpage-banner {
    margin-bottom: 30px;
}

.banner-wrap {
    display: inline-block;
    padding: 40px;
}

.frontpage-banner .banner-title,
.subpage-banner .banner-title {
    text-align: center;
    font-size: 85px;
    color: #ffffff;
    margin: 0 auto;
    line-height: 100px;
    font-weight: 700;
    padding-bottom: 25px;
    text-shadow: 0px 0px 5px rgba(26, 26, 26, .5);
}

.subpage-banner .banner-title {
    padding-bottom: 0px;
}

.frontpage-banner .banner-sub-title {
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    margin: 0 auto;
    line-height: 55px;
    padding-bottom: 35px;
    text-shadow: 0px 0px 5px rgba(26, 26, 26, .5);
}

.frontpage-banner .banner-link-button {
    text-align: center;
}

.frontpage-banner .banner-link-button a {
    background: #ffffff;
    padding: 10px 20px;
    font-size: 24px;
    text-transform: none;
    display: inline-block;
    color: #1a1a1a;
}

.frontpage-banner .banner-link-button a:hover {
    background-color: rgba(0, 127, 175, .6);
    color: #ffffff;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-indicators {
    bottom: -80px;
}

.carousel-indicators .active {
    width: 18px;
    height: 18px;
    margin: 1px;
    background-color: #fff;
}

.carousel-indicators li {
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 18px;
}



/** FEATURED ROW **/

.frontpage-featured {
    background: #fff;
    padding: 120px 0 120px;
}

.frontpage-featured.preview {
    background: #fff;
}

.featured-item,
.featured-item:visited {
    text-align: center;
    color: #1a1a1a;
}

.frontpage-featured.parallax_active .featured-item,
.frontpage-featured.parallax_active .featured-item:visited {
    color: #fff;
}

.frontpage-featured .featured-item-title {
    margin-top: 30px;
}

.frontpage-featured .featured-sub-title {
    margin-bottom: 50px;
}



/** ABOUT ROW **/

.frontpage-about {
    background: #fff;
    padding: 110px 0 120px;
}

.frontpage-about.parallax_active {
    color: #fff;
}

.frontpage-about.preview {
    background: #fff;
}

.frontpage-about .about-sub-title {
    margin-bottom: 20px;
    padding: 0 14%;
}

.frontpage-about .about-desc {
    text-align: center;
    max-width: 60%;
    margin: 0px auto;
    margin-bottom: 50px;
}

.frontpage-about .frontpage-about-row {
    margin-bottom: 20px;
}

.frontpage-about .frontpage-about-row i {
    float: left;
    font-size: 30px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 174, 239, 1);
    border-radius: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 30px;
    margin-top: 5px;
    color: #fff;
}

.frontpage-about .about-quote {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5em;
}

.frontpage-about .about-quote span {
    font-size: 13px;
    font-style: italic;
    display: block;
    text-align: right;
}

.frontpage-about .about-icon {
    display: block;
    clear: both;
    margin-bottom: 15px;
}




/** SOCIAL ROW **/

.frontpage-social {
    background: #fff;
    padding: 120px 0 120px;
    color: #fff;
}

.frontpage-social.preview {
    background: #fff;
}

.frontpage-social .inline-center-wrapper {
    text-align: center;
    margin-top: 50px;
}

.frontpage-social .inline-center-wrapper div {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}

.frontpage-social .inline-center-wrapper div a {
    color: #fff;
}

.frontpage-social .inline-center-wrapper div a:hover {
    text-decoration: none;
}

.frontpage-social .inline-center-wrapper div a i {
    font-size: 50px;
    color: #fff;
    width: 90px;
    height: 90px;
    background-color: rgba(215, 219, 220, .3);
    border-radius: 90px;
    line-height: 90px;
    margin-bottom: 10px;
}

.frontpage-social .inline-center-wrapper div a:hover i {
    color: #fff;
    background-color: rgba(0, 127, 175, .6);
}


/** TEAM ROW **/

.frontpage-team {
    background: #fff;
    padding: 120px 0 120px;
}

.frontpage-team.preview {
    background: #fff;
}

.frontpage-team.parallax_active {
    color: #fff;
}

.frontpage-team.parallax_active .team-social-icons a i {
    background: #fff;
}

.frontpage-team .team-item {
    text-align: center;
    margin-top: 20px;
}

.team-item-title {
    text-transform: uppercase;
    text-decoration: underline;
}

.frontpage-team .team-item img {
    margin-bottom: 15px;
    border-radius: 50%;
    width: 80%;
}

.frontpage-team .team-social-icons a {
    margin: 0 5px;
}

.frontpage-team .team-social-icons a i {
    border: 1px solid #1a1a1a;
    border-radius: 32px;
    color: #1a1a1a;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    transition: all ease .2s;
}

.frontpage-team .team-social-icons a:hover i {
    border: 1px solid #1a1a1a;
    color: #fff;
    background-color: rgba(0, 127, 175, .6);
    ;
}



/** NEWS ROW **/

.frontpage-news {
    background: #e7e7e7;
    padding: 40px 0 75px;
}

.frontpage-news .news-sub-title {
    margin-bottom: 50px;
}

.frontpage-post {
    margin-bottom: 30px;
}

.frontpage-post-content {
    background: #fff;
    /*border-bottom: 1px solid #cacaca;*/
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    padding: 30px;
}

div.content .frontpage-post-content h2 {
    padding: 0px;
    margin: 0px;
}

div.content .frontpage-post-content .meta,
.single_meta {
    font-size: 11px;
    font-style: italic;
    padding: 0px;
    display: none;
}



/** ACTION ROWs **/

.frontpage-action1 {
    background: #4C5152;
    padding: 120px 0 100px;
}

.frontpage-action2 {
    background: #4C5152;
    padding: 120px 0 100px;
}

.frontpage-action1.preview,
.frontpage-action2.preview {
    background: #4C5152;
}

.frontpage-action1 .action1-title,
.frontpage-action2 .action2-title {
    text-align: center;
    font-size: 65px;
    color: #ffffff;
    margin: 0 auto;
    line-height: 85px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 25px;
    text-shadow: 0px 0px 5px rgba(26, 26, 26, .5);
}

.frontpage-action1 .action1-sub-title,
.frontpage-action2 .action2-sub-title {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    margin: 0 auto;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 45px;
    text-shadow: 0px 0px 5px rgba(26, 26, 26, .5);
}

.frontpage-action1 .action1-link-button,
.frontpage-action2 .action2-link-button {
    text-align: center;
}

.frontpage-action1 .action1-link-button a,
.frontpage-action2 .action2-link-button a {
    background: #fff;
    padding: 10px 20px;
    font-size: 22px;
    text-transform: none;
    color: #000;
    display: inline-block;
}

.frontpage-action1 .action1-link-button a:hover,
.frontpage-action2 .action2-link-button a:hover {
    background-color: rgba(0, 127, 175, .6);
    color: #ffffff;
}



/** CONTACT ROW **/

.frontpage-contact {
    background: #fff;
    padding: 120px 0 100px;
}

.frontpage-contact.preview {
    background: #fff;
}

.frontpage-contact .bg-danger {
    padding: 20px;
    text-align: center;
    border: 1px solid red;
    margin-bottom: 30px;
    font-size: 20px;
    background: #fff;
    color: red;
}

.frontpage-contact .bg-success {
    padding: 20px;
    text-align: center;
    border: 1px solid green;
    margin-bottom: 30px;
    font-size: 20px;
    background: #fff;
    color: green;
}

.frontpage-contact .input-lg {
    border-radius: 0px;
}

.contact-submit {
    background: #fff;
    padding: 10px 20px;
    font-size: 24px;
    text-transform: none;
    color: #6b615d;
    display: inline-block;
    /*float:right;*/
    border: none;
    outline: none;
}

.contact-submit:hover {
    background-color: rgba(0, 127, 175, .6);
    color: #fff;
}



/** TESTIMONIAL ROW **/

.frontpage-test {
    background: #fff;
    padding: 120px 0 100px;
}

.frontpage-test.parallax_active {
    color: #fff;
}

.frontpage-test .test-title {
    padding-top: 40px;
}

.frontpage-test .test-desc {
    font-size: 20px;
    font-style: italic;
    padding: 5px 0 20px;
}

.frontpage-test.parallax_active .test-tag a {
    color: #fff;
}








/******************************************************************************************************
Comments
******************************************************************************************************/

ol#comments {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ol#comments ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ol#comments li {
    width: 100%;
    margin: 0px;
}

ol#comments li.depth-1 {
    padding: 0 0 60px 0;
}

ol#comments li.depth-2 {
    padding: 60px 0 0 0;
}

ol#comments li.depth-3,
ol#comments li.depth-4,
ol#comments li.depth-5,
ol#comments li.depth-6,
ol#comments li.depth-7,
ol#comments li.depth-8,
ol#comments li.depth-9,
ol#comments li.depth-10 {
    padding: 60px 0 0 0;
}

ol#comments li:last-child {
    padding-bottom: 0px;
}

ol#comments li:last-child div.comment_wrap {
    min-height: 121px;
}

ol#comments li:last-child li:last-child div.comment_wrap {
    min-height: 0px;
}

ol#comments li div.comment_wrap {
    width: 100%;
}

ol#comments li.depth-2 div.comment_wrap {}

ol#comments li.depth-3 div.comment_wrap,
ol#comments li.depth-4 div.comment_wrap,
ol#comments li.depth-5 div.comment_wrap,
ol#comments li.depth-6 div.comment_wrap,
ol#comments li.depth-7 div.comment_wrap,
ol#comments li.depth-8 div.comment_wrap,
ol#comments li.depth-9 div.comment_wrap,
ol#comments li.depth-10 div.comment_wrap {}

ol#comments li.depth-1 div.comment_wrap div.comment_content {
    float: right;
    width: 620px;
}

ol#comments li.depth-2 div.comment_wrap div.comment_content {
    float: right;
    width: 553px;
}

ol#comments li.depth-3 div.comment_wrap div.comment_content,
ol#comments li.depth-4 div.comment_wrap div.comment_content,
ol#comments li.depth-5 div.comment_wrap div.comment_content,
ol#comments li.depth-6 div.comment_wrap div.comment_content,
ol#comments li.depth-7 div.comment_wrap div.comment_content,
ol#comments li.depth-8 div.comment_wrap div.comment_content,
ol#comments li.depth-9 div.comment_wrap div.comment_content,
ol#comments li.depth-10 div.comment_wrap div.comment_content {
    float: right;
    width: 486px;
}

ol#comments li img.avatar {
    float: left;
}

ol#comments li.depth-2 img.avatar {
    margin: 0 0 0 68px;
}

ol#comments li.depth-3 img.avatar,
ol#comments li.depth-4 img.avatar,
ol#comments li.depth-5 img.avatar,
ol#comments li.depth-6 img.avatar,
ol#comments li.depth-7 img.avatar,
ol#comments li.depth-8 img.avatar,
ol#comments li.depth-9 img.avatar,
ol#comments li.depth-10 img.avatar {
    margin: 0 0 0 136px;
}

.comment-reply-link {
    font-size: 11px;
}

#respond #comment {
    width: 100%;
    min-height: 230px;
}

#respond #commentform label {
    font-size: 12px;
    display: inline;
}

#respond .comment_fields input {
    width: 100%;
    padding: 4px 0;
}

.form_allowed_tags,
.form_allowed_tags code,
.form_allowed_tags abbr {
    font-size: 11px;
    white-space: normal;
}

#respond h3#reply-title {
    padding: 30px 0 15px 0;
}

#respond h3#reply-title small {
    display: block;
}

.comment_wrap {
    padding-bottom: 45px;
}

#pings {
    font-size: 12px;
}




/******************************************************************************************************
Widgets
******************************************************************************************************/

div.widget {
    width: 100%;
    background: #fff;
}

div.sidebar_widget {
    padding: 30px 30px;
    /*margin-top:30px;*/
    border: 1px solid #cacaca;
}

div.sidebar_widget:first-child {
    margin-top: 0px;
}


/*General Typography*/

.widget {
    line-height: 1.4em;
}

.widget p {
    padding: 0 20px 15px 20px;
}

div.content .widget h1,
div.content .widget h2,
div.content .widget h3,
div.content .widget h4,
div.content .widget h5,
div.content .widget h6 {
    padding: 0 0 10px;
    margin: 0 0 .1em;
}

div.content .widget h3 {
    margin-top: 0px;
    padding-top: 0px;
    color: #868685
}



/* Lists */

div.content .widget ul,
.widget ul {
    list-style: none;
}

div.content .widget ol,
.widget ol {
    list-style: none;
}

div.content .widget ul,
div.content .widget ol,
.widget ul,
.widget ol {
    margin: 0px;
    padding: 0px;
}

.widget ul ul,
.widget ol ol {
    padding-left: 25px;
    margin: 0 0 0 0;
}

.widget ul li,
.widget ol li {
    margin-top: 5px;
    line-height: 1.5em;
}


/* Forms */

.widget input,
.widget textarea {
    font-size: 14px;
    color: #454545;
    padding: 4px;
    border: 1px solid #b6b6b6;
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget fieldset {
    display: block;
    width: 89%;
    padding: 5%;
    margin: 0 auto;
    border: 1px solid #b6b6b6;
}

.widget legend {
    padding: 4px 10px;
    border: 1px solid #b6b6b6;
    background: #fff;
    text-transform: uppercase;
    margin-left: 0.5em;
}

.widget select {
    padding: 4px;
    border: 1px solid #b6b6b6;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget button:hover,
input[type=submit]:hover {
    text-decoration: none;
}

.widget input[type=image] {
    border: none;
}


/* Tables */

.widget table {
    width: 100%;
    margin: 10px auto 20px;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    border-collapse: separate;
    overflow: hidden;
}

.widget table caption {
    width: 90%;
    margin: 0px auto;
    padding: 10px 20px;
    border-bottom: none;
    text-align: center
}

.widget table tr:nth-child(even) {
    background: #fff;
}

.widget table tr:nth-child(odd) {
    background: #f6f6f6;
}

.widget table th {
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 3%, #f3f3f3 6%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(3%, #ffffff), color-stop(6%, #f3f3f3), color-stop(100%, #ebebeb));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 3%, #f3f3f3 6%, #ebebeb 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 3%, #f3f3f3 6%, #ebebeb 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 3%, #f3f3f3 6%, #ebebeb 100%);
    background: linear-gradient(top, #ffffff 0%, #ffffff 3%, #f3f3f3 6%, #ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}

.widget table th:first-child {
    padding: 10px 10px 10px 20px;
}

.widget table th:first-last {
    padding: 10px 20px 10px 10px;
}

.widget table tfoot th {
    border-bottom: none;
}

.widget table tfoot td {
    border-bottom: none;
}

.widget table td {
    padding: 10px;
}

.widget table td:first-child {
    padding: 10px 10px 10px 20px;
}

.widget table td:last-child {
    padding: 10px 20px 10px 10px;
}




/* RSS */

.rss-date {
    font-size: 11px;
}

.rssSummary {
    font-size: 11px;
}

#sidebar cite {
    font-size: 11px;
    font-style: normal;
}


/* Recent Comments */

div.sidebar_widget p.recent_comment_name a {
    font-weight: bold;
}

div.sidebar_widget a.recent_comment_more {
    font-size: 11px;
}

.widget_recent_entries.widget ul li {
    margin-top: 15px;
}


/* Search Widget */

#s {
    width: 85%;
}

#searchsubmit {
    position: absolute;
    font-size: 25px;
    background: transparent;
    border: none;
    height: 100%;
    color: #868685;
    top: 0;
    bottom: 0;
    padding: 0;
    right: -4px;
    width: 34px;
    border-right: 1px solid #b6b6b6;
    border-top: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
    background: rgb(187, 187, 187);
}

#searchform {
    position: relative;
    top: -5px;
}


/* Calendar Widget */

#wp-calendar {
    margin: 0px;
}

#wp-calendar caption {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    padding-top: 0px;
    border-bottom: none!important;
}

#wp-calendar td,
#wp-calendar th {
    text-align: center;
}

#wp-calendar td:first-child,
#wp-calendar th:first-child {
    padding: 10px 10px 10px 15px;
}

#wp-calendar td#prev {
    text-align: left;
}

#wp-calendar td#next {
    text-align: right;
}

#wp-calendar tr:nth-child(odd) {
    background: #fff;
}

#wp-calendar tr:nth-child(even) {
    background: #f6f6f6;
}

#wp-calendar tfoot tr:nth-child(odd) {
    background: #f6f6f6;
}


/*Category*/

#categories-3 .children {
    padding-left: 25px;
}

#categories-3 ul li {
    font-size: 18px;
}

#categories-3 ul.children {
    margin: 10px 0 10px 0;
}

#categories-3 ul.children li {
    margin-top: 0;
    font-size: 12px;
}

#categories-3 ul.children li a {
    font-size: 12px;
}


/******************************************************************************************************
Footer
******************************************************************************************************/

.footer {
    padding-top: 40px;
}

.footer_internal {
    padding-top: 40px;
}

.home .footer {
    position: relative;
    width: 100%;
    padding-top: 0px;
}

.home .footer>div {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#credit,
#copyright,
#credit a,
#copyright a {
    color: #989898;
    font-size: 11px;
}

#credit {
    text-align: right;
}


/******************************************************************************************************
General Classes
******************************************************************************************************/

.center {
    margin-left: auto!important;
    margin-right: auto!important;
}

.clear {
    clear: both!important;
}

.none {
    float: none!important;
}

.clear5 {
    width: 100%;
    height: 5px;
    clear: both;
}

.clear10 {
    width: 100%;
    height: 10px;
    clear: both;
}

.clear15 {
    width: 100%;
    height: 15px;
    clear: both;
}

.clear20 {
    width: 100%;
    height: 20px;
    clear: both;
}

.clear25 {
    width: 100%;
    height: 25px;
    clear: both;
}

.clear30 {
    width: 100%;
    height: 30px;
    clear: both;
}

.clear35 {
    width: 100%;
    height: 35px;
    clear: both;
}

.hidden {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right
}




/******************************************************************************************************
Responsive
******************************************************************************************************/

@media (min-width: 1200px) {}

@media (min-width: 768px) and (max-width: 991px) {

    ol#comments li.depth-1 div.comment_wrap div.comment_content {
        width: 590px;
    }
    ol#comments li.depth-2 div.comment_wrap div.comment_content {
        width: 523px;
    }
    ol#comments li.depth-3 div.comment_wrap div.comment_content,
    ol#comments li.depth-4 div.comment_wrap div.comment_content,
    ol#comments li.depth-5 div.comment_wrap div.comment_content,
    ol#comments li.depth-6 div.comment_wrap div.comment_content,
    ol#comments li.depth-7 div.comment_wrap div.comment_content,
    ol#comments li.depth-8 div.comment_wrap div.comment_content,
    ol#comments li.depth-9 div.comment_wrap div.comment_content,
    ol#comments li.depth-10 div.comment_wrap div.comment_content {
        width: 450px;
    }
}

@media (max-width: 991px) {

    .frontpage-banner .banner-title,
    .subpage-banner .banner-title {
        font-size: 65px;
        line-height: 80px;
        padding-bottom: 5px;
    }
    .frontpage-banner .banner-sub-title {
        font-size: 30px;
        line-height: 50px;
        padding-bottom: 15px;
    }
    .frontpage-banner .banner-link-button a {
        padding: 8px 16px;
        font-size: 20px;
    }
    .frontpage-action1 .action1-title,
    .frontpage-action2 .action2-title {
        font-size: 45px;
        line-height: 65px;
        padding-bottom: 15px;
    }
    .frontpage-action1 .action1-sub-title,
    .frontpage-action2 .action2-sub-title {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 20px;
    }
    .frontpage-action1 .action1-link-button a,
    .frontpage-action2 .action2-link-button a {
        padding: 8px 16px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    ol#comments li {
        width: 100%;
        background: none;
        margin: 0px;
    }
    ol#comments li.depth-1 {
        padding: 0 0 30px 0;
    }
    ol#comments li.depth-2 {
        padding: 30px 0 0 0;
    }
    ol#comments li.depth-3,
    ol#comments li.depth-4,
    ol#comments li.depth-5,
    ol#comments li.depth-6,
    ol#comments li.depth-7,
    ol#comments li.depth-8,
    ol#comments li.depth-9,
    ol#comments li.depth-10 {
        padding: 30px 0 0 0;
    }
    ol#comments li:last-child {
        padding-bottom: 0px;
    }
    ol#comments li:last-child div.comment_wrap {
        background: none;
        min-height: 121px;
    }
    ol#comments li:last-child li:last-child div.comment_wrap {
        min-height: 0px;
    }
    ol#comments li div.comment_wrap {
        width: 100%;
    }
    ol#comments li.depth-2 div.comment_wrap {
        background: none;
    }
    ol#comments li.depth-3 div.comment_wrap,
    ol#comments li.depth-4 div.comment_wrap,
    ol#comments li.depth-5 div.comment_wrap,
    ol#comments li.depth-6 div.comment_wrap,
    ol#comments li.depth-7 div.comment_wrap,
    ol#comments li.depth-8 div.comment_wrap,
    ol#comments li.depth-9 div.comment_wrap,
    ol#comments li.depth-10 div.comment_wrap {
        background: none;
    }
    ol#comments li img.avatar {
        float: none;
        margin: 0 0 20px 0;
    }
    ol#comments li.depth-1 div.comment_wrap div.comment_content {
        width: auto;
        float: none;
    }
    ol#comments li.depth-2 div.comment_wrap div.comment_content {
        width: auto;
        float: none;
    }
    ol#comments li.depth-3 div.comment_wrap div.comment_content,
    ol#comments li.depth-4 div.comment_wrap div.comment_content,
    ol#comments li.depth-5 div.comment_wrap div.comment_content,
    ol#comments li.depth-6 div.comment_wrap div.comment_content,
    ol#comments li.depth-7 div.comment_wrap div.comment_content,
    ol#comments li.depth-8 div.comment_wrap div.comment_content,
    ol#comments li.depth-9 div.comment_wrap div.comment_content,
    ol#comments li.depth-10 div.comment_wrap div.comment_content {
        width: auto;
        float: none;
    }
    ol#comments li.depth-2 img.avatar {
        margin: 0 0 20px 0;
    }
    ol#comments li.depth-3 img.avatar,
    ol#comments li.depth-4 img.avatar,
    ol#comments li.depth-5 img.avatar,
    ol#comments li.depth-6 img.avatar,
    ol#comments li.depth-7 img.avatar,
    ol#comments li.depth-8 img.avatar,
    ol#comments li.depth-9 img.avatar,
    ol#comments li.depth-10 img.avatar {
        margin: 0 0 20px 0;
    }
    .comment-reply-link {
        display: none;
    }
    #commentform label {
        font-size: 12px;
    }
    .form_allowed_tags,
    .form_allowed_tags code,
    .form_allowed_tags abbr {
        font-size: 11px;
    }
    h3#reply-title {
        padding: 30px 0 15px 0;
    }
    h3#reply-title small {
        display: block;
    }
    .featured-item-col {
        padding-bottom: 30px;
    }
    .featured-item-col:last-child {
        padding-bottom: 0px;
    }
    .featured-item img {
        max-width: 80%;
    }
    .frontpage-about-row>.col-sm-4 {
        padding-bottom: 30px;
    }
    .frontpage-about-row>.col-sm-4:last-child {
        padding-bottom: 0px;
    }
    .frontpage-banner .banner-title,
    .subpage-banner .banner-title {
        font-size: 45px;
        line-height: 55px;
        padding-bottom: 5px;
    }
    .frontpage-banner .banner-sub-title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .frontpage-banner .banner-link-button a {
        padding: 6px 14px;
        font-size: 16px;
    }
    .frontpage-action1 .action1-title,
    .frontpage-action2 .action2-title {
        font-size: 45px;
        line-height: 55px;
        padding-bottom: 5px;
    }
    .frontpage-action1 .action1-sub-title,
    .frontpage-action2 .action2-sub-title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .frontpage-action1 .action1-link-button a,
    .frontpage-action2 .action2-link-button a {
        padding: 6px 14px;
        font-size: 16px;
    }
    .navbar-default .navbar-collapse {
        border-top: 2px solid #fff;
        background: rgba(0, 0, 0, .6);
    }
    .navbar-default.notinbanner .navbar-collapse {
        background: #fff;
    }
    .navbar-default .navbar-collapse>ul {
        width: 100%;
    }
    .navbar-default .navbar-nav>li.active>a {
        border: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    ol#comments li.depth-1 div.comment_wrap div.comment_content {
        width: 490px;
    }
    ol#comments li.depth-2 div.comment_wrap div.comment_content {
        width: 423px;
    }
    ol#comments li.depth-3 div.comment_wrap div.comment_content,
    ol#comments li.depth-4 div.comment_wrap div.comment_content,
    ol#comments li.depth-5 div.comment_wrap div.comment_content,
    ol#comments li.depth-6 div.comment_wrap div.comment_content,
    ol#comments li.depth-7 div.comment_wrap div.comment_content,
    ol#comments li.depth-8 div.comment_wrap div.comment_content,
    ol#comments li.depth-9 div.comment_wrap div.comment_content,
    ol#comments li.depth-10 div.comment_wrap div.comment_content {
        width: 356px;
    }
}


/*extends style for BONCONSEIL.LU BLOG */


/*Tag Cloud Styles*/

.main_content [id*=tag_cloud] .tagcloud {
    display: inline-grid;
}

.main_content [id*=tag_cloud] .tagcloud a {
    font-size: 15px!important;
    padding: 5px 0;
}


/*author post page*/

.main_content .blog_content_col .pdfprnt-top-right {
    display: none;
}

.custom_author_sidebar .sidebar_widget {
    padding: 10px 20px;
    margin-bottom: 20px;
}


/*front page hide author*/

#news .main_content .custom_author_sidebar {
    display: none;
}


/*login form*/

#wppb-login-wrap .login-username label,
#wppb-login-wrap .login-password label {
    display: none;
}

#wppb-login-wrap input[type="text"],
#wppb-login-wrap input[type="password"],
.comment_fields input {
    border-radius: 0;
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    display: block;
    width: 100%;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}

#wppb-login-wrap input[type="submit"],
.form-submit input[type="submit"],
textarea#comment {
    border-radius: 0;
    background-color: #fff;
    padding: 10px 20px 11px 20px;
    font-size: 22px;
    text-transform: none;
    color: #6b615d;
    display: inline-block;
    outline: none;
}

.form-submit input {
    border: 1px solid #b6b6b6;
}

#wppb-login-wrap input[type="submit"]:hover,
.form-submit input[type="submit"]:hover {
    background-color: rgba(240, 140, 0, 1);
    color: #fff;
}

div.content input[type="text"],
div.content input[type="email"] {
    border-radius: 0;
    font-size: 20px;
}

.comment_fields input::-webkit-input-placeholder {
    color: #999999;
}

#user_login::-webkit-input-placeholder,
#user_pass::-webkit-input-placeholder,
textarea#comment::-webkit-input-placeholder {
    color: #999999;
}

.about-title.h1 {
    font-size: 50px;
    color: #fff;
}

.about-sub-title.h4 {
    font-size: 20px;
}

.frontpage-news p {
    color: #848180;
}

.frontpage-row.frontpage-contact.preview.parallax_active {
    padding: 130px 0 50px !important;
}

.frontpage-row.frontpage-contact.preview.parallax_active #submit_button {
    background-color: #7D9FCD;
    color: #fff;
}

.footer-images img {
    width: 200px;
}

.footer-images div {
    display: inline-block;
    margin-right: 30px;
}

.footer-images {
    text-align: center;
}

.footer-images div:nth-child(1) img {
    width: 157px;
}

.footer-images div:nth-child(2) img {
    width: 127px;
}

.frontpage-row.frontpage-contact .input-lg {
    font-size: 20px;
}

.owl-nav>div.owl-prev,
.owl-nav>div.owl-next {
    position: absolute;
    top: 110px;
    font-size: 26px;
}

.owl-nav>div.owl-prev {
    float: left;
    left: 0;
}

.owl-nav>div.owl-next {
    float: right;
    right: 0;
}

.dropdown-menu li:hover a,
.navbar-default .navbar-toggle:hover,
.frontpage-banner .banner-link-button a:hover,
.frontpage-social .inline-center-wrapper div a:hover i,
.frontpage-team .team-social-icons a:hover i,
.contact-submit:hover,
.frontpage-action1 .action1-link-button a:hover,
.frontpage-action2 .action2-link-button a:hover,
.frontpage-post-content .banner-link-button a:hover {
    background-color: rgba(240, 140, 0, 1) !important;
}

.footer-contact-text {
    margin: 80px 0 30px 0 !important;
    font-style: italic;
}

.banner-toggle-text {
    color: #fff;
    margin-bottom: 20px;
}

.banner-toggle-text .banner-hidden-text {
    display: none;
}

.banner-wrap .banner-link-button a,
.frontpage-post-content .banner-link-button a {
    background: rgba(255, 0, 0, 0) !important;
    border: 1px solid #fff;
    /*padding: 0px 8px;*/
    padding: 2px 8px 0;
    font-size: 15px;
    border-radius: 3px;
    color: #fff;
    font-weight: 300;
}

.frontpage-post-content .banner-link-button a {
    color: #293133;
    border: 1px solid #293133;
    float: right;
}

.banner-wrap .banner-link-button a:hover,
.banner-wrap .banner-link-button a:focus,
.banner-wrap .banner-cat-links a:hover,
.banner-wrap .banner-cat-links a:focus,
.articles-link a:hover,
.articles-link a:focus {
    text-decoration: none;
}

.banner-wrap .banner-cat-links {
    margin-top: 50px;
}

.banner-wrap .banner-cat-links a {
    background: rgba(255, 0, 0, 0) !important;
    border: 1px solid #fff;
    padding: 20px;
    display: block;
    width: 170px;
    font-size: 20px;
    border-radius: 3px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    margin: 0 20px;
}

a.vente:hover {
    background-color: #f89b1d !important;
}

a.location:hover {
    background-color: #44b1ad !important;
}

a.construction:hover {
    background-color: #8d8bc1 !important;
}

a.durabilite:hover {
    background-color: #a49f00 !important;
}

#categories-2 .cat-item-9 a:hover {
    background-color: #f89b1d !important;
    /*opacity: 0.5 !important;*/
}

#categories-2 .cat-item-14 a:hover {
    background-color: #44b1ad !important;
    /*opacity: 0.5 !important;*/
}

#categories-2 .cat-item-19 a:hover {
    background-color: #8d8bc1 !important;
    /*opacity: 0.5 !important;*/
}

#categories-2 .cat-item-23 a:hover {
    background-color: #a49f00 !important;
    /*opacity: 0.5 !important;*/
}

.articles-link {
    margin-top: 25px;
    text-align: center;
}

.articles-link a {
    background: rgba(255, 0, 0, 0) !important;
    border: 1px solid #868685;
    padding: 14px;
    font-size: 15px;
    border-radius: 3px;
    color: #868685 !important;
}

.articles-link a:hover {
    background-color: rgba(240, 140, 0, 1) !important;
    color: #fff !important;
}


/*Front page blog style*/

#news.frontpage-news .addtoany_share_save_container {
    display: none;
}

.blog-single-post .col-md-5,
.blog-single-post .col-md-7,
.page-template-page-articles .blog-single-post .col-md-5,
.page-template-page-articles .blog-single-post .col-md-7 {
    padding: 0;
}

.blog-single-post img,
.page-template-page-articles .blog-single-post img {
    height: 263px !important;
}

.blog-single-post .frontpage-post-content,
.page-template-page-articles .blog-single-post .frontpage-post-content {
    height: 228px;
    overflow: hidden;
}

.widget_categories li ul.children {
    display: none;
}

.widget_categories li.cat-item a {
    background: rgba(255, 0, 0, 0);
    border: 1px solid #868685;
    padding: 14px;
    font-size: 15px;
    border-radius: 3px;
    color: #868685;
    text-align: center;
}

.widget_categories li.cat-item a:hover {
    color: #fff;
}

.widget_categories li {
    width: 40%;
    display: inline-grid;
    /*margin-right: 18px;*/
    margin-bottom: 8px;
}

#categories-2,
#tag_cloud-2,
#wpctc_widget-2 {
    background: none;
    border: none;
    color: #868685;
}


/*#categories-2 h3.widget_title,
#tag_cloud-2 h3.widget_title {
    display: none;
}*/

#tag_cloud-2 a {
    color: #868685;
}



#contact.frontpage-contact .action2-link-button-contact {
    text-align: center;
    margin-bottom: 100px;
}

#contact.frontpage-contact .action2-link-button-contact a {
    background: rgba(255, 0, 0, 0) !important;
    border: 1px solid #fff;
    padding: 14px;
    font-size: 20px;
    border-radius: 3px;
    color: #fff;
}

#contact.frontpage-contact .action2-link-button-contact a:hover {
    background: rgba(240, 140, 0, .5) !important;
}

#contact.frontpage-contact .call-to-tel a {
    color: #fff;
    font-size: 30px;
}

#contact.frontpage-contact .call-to-tel a:hover {
    color: rgba(240, 140, 0, 1);
}

#contact.frontpage-contact .footer-images a {
    color: #fff;
}

#bimmoblog_user_widget-3 {
    background: none;
    border: none;
    color: #293133;
}

#bimmoblog_user_widget-3 a {
    color: #868685;
}

#bimmoblog_user_widget-3 a:hover {
    color: rgba(240, 140, 0, 1);
}

.frontpage-banner .banner-wrap .banner-title img:not(.highlighted) {
    display: none;
}

.frontpage-banner .banner-wrap .banner-title img {
    width: 500px;
}

.home.blog .frontpage-banner.parallax_active {
    padding-top: 25px !important;
}

.frontpage-banner .banner-wrap .banner-sub-title {
    font-style: italic;
}

.frontpage-banner .banner-wrap .banner-toggle-text {
    font-weight: 300;
}

#bimmoblog_user_widget-3 h3 {
    color: #868685;
}

.single-post .content-column {
    padding-top: 0;
}

.single-post .addtoany_share_save_container .a2a_svg {
    height: 22px !important;
    width: 22px !important;
}

.single-post .addtoany_share_save_container .a2a_dd.addtoany_share_save {
    height: 22px !important;
    background-size: 21px !important;
    padding: 2px 0 0 30px !important;
}

.post-template-default.single-post .subpage-banner.parallax_active,
.page-template.page-template-page-articles .subpage-banner.parallax_active,
.category .subpage-banner.parallax_active,
.tag .subpage-banner.parallax_active,
.author .subpage-banner.parallax_active {
    padding: 50px !important;
}

.single-post .post-author-image img {
    border-radius: 140px;
    width: 130px;
}

.single-post .post-author-image {
    margin-bottom: 30px;
    text-align: center;
}

#bimmoblog_user_widget-3 .author-widtget-block-info {
    padding-left: 10px !important;
}

#bimmoblog_user_widget-3 .author-widtget-block-avatar {
    width: 50px;
}

#bimmoblog_user_widget-3 .author-widtget-block {
    margin-bottom: 15px;
}

#bimmoblog_user_widget-3 .author-widtget-block-avatar,
#bimmoblog_user_widget-3 .author-widtget-block-info {
    display: table-cell;
}

#bimmoblog_user_widget-3 .author-widtget-block img {
    width: 50px;
    height: 50px;
    border-radius: 130px;
}

#wpctc_widget-3 {
    background: none;
    border: none;
}

ul#menu-menu-1.navbar-nav li a,
ul#menu-inner-pages-menu.navbar-nav li a {
    font-size: 17px;
}

ul#menu-menu-1.navbar-nav li {
    margin-right: 25px;
}

.blog-single-post .banner-link-button {
    height: 60px;
    position: relative;
    bottom: 24px;
    border-right: 1px solid #cacaca;
    padding-right: 15px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #fff;
    color: #868685;
    border-bottom: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
}

.blog-single-post .banner-link-button a {
    border: 1px solid #868685;
    /*padding: 0px 8px;*/
    padding: 2px 8px 0;
    font-size: 15px;
    border-radius: 3px;
}

.blog-single-post .banner-link-button a:hover {
    color: #fff;
    background-color: rgba(240, 140, 0, 1);
}

.blog_sidebar_col .widget h3 {
    text-align: center;
}

.blog_sidebar_col #categories-2.widget ul {
    text-align: center;
    margin: 0 auto;
}

.blog_sidebar_col #categories-2 .cat-item-9.current-cat a {
    background-color: #f89b1d;
    /*opacity: 0.5;*/
    color: #fff;
}

.blog_sidebar_col #categories-2 .cat-item-14.current-cat a {
    background-color: #44b1ad;
    /*opacity: 0.5;*/
    color: #fff;
}

.blog_sidebar_col #categories-2 .cat-item-19.current-cat a {
    background-color: #8d8bc1;
    /*opacity: 0.5;*/
    color: #fff;
}

.blog_sidebar_col #categories-2 .cat-item-23.current-cat a {
    background-color: #a49f00;
    /*opacity: 0.5;*/
    color: #fff;
}

.blog_sidebar_col .sidebar-articles-link {
    display: block;
    margin-top: 32px;
    text-align: center;
}

.blog_sidebar_col .sidebar-articles-link a {
    text-align: center;
    background: rgba(255, 0, 0, 0);
    border: 1px solid #868685;
    font-size: 15px;
    border-radius: 3px;
    color: #868685 !important;
    padding: 16px;
    text-decoration: none;
    display: inline-block;
}

.blog_sidebar_col .sidebar-articles-link a:hover {
    background-color: #f89b1d;
    /*opacity: 0.5;*/
    color: #fff !important;
}

.single-post .addtoany_share_save_container {
    display: inline-block;
    float: right;
    margin: 0;
}

.single-post .pdf-button {
    display: inline-block;
    float: left;
}

.single-post .author-details {
    margin: 55px 0 20px 0;
}

.single_post_nav .post_prev.btn,
.single_post_nav .post_next.btn {
    background: rgba(255, 0, 0, 0);
    border: 1px solid #868685;
    padding: 10px;
    font-size: 15px;
    border-radius: 3px;
    color: #868685;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.single_post_nav .post_prev.btn:hover,
.single_post_nav .post_next.btn:hover {
    background-color: #f89b1d;
    color: #fff;
}

.author-widtget-block .current-post-author {
    font-weight: bold;
    color: rgba(240, 140, 0, 1) !important;
}

.single-post #current-post-tags ul {
    padding-left: 0;
}

.single-post #current-post-tags li {
    display: inline-block;
    list-style-type: none;
    margin: 5px 0;
}

.single-post #current-post-tags h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

#breadcrumbs {
    list-style: none;
    margin: 10px 0;
    overflow: hidden;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: 0;
}

#breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #ccc;
}

#menu_row .nav.navbar-nav {
    padding: 18px 0 !important;
}

#menu_row a {
    font-family: Helvetica, Arial, sans-serif !important;
}

.home #news .col-md-4.blog_sidebar_col #categories-2 {
    padding-top: 0;
}


/*Sticky sidebar styles*/


/*.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}*/

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navbar-header a.navbar-brand {
    padding-top: 3px;
}

#menu_row.navbar-default .navbar-brand img {
    width: 190px
}

#current-post-tags li a {
    border: 1px solid #868685;
    color: #868685;
    padding: 5px;
}

#current-post-tags li a:hover {
    border: 1px solid #dfdfde;
    color: #dfdfde;
    border-radius: 2px;
}


/*search styles*/

#search-2 {
    background: none;
    border: none;
    padding-top: 15px;
}

#search-2 input[type=text] {
    width: calc(100% - 30px);
    background: transparent;
    color: #868685;
}


/* tags styles */

.wpctc-tag-links a {
    background: none;
    border: 1px #868685 solid;
    border-radius: 2px;
}

.wpctc-tag-links a:hover {
    background-color: #868685;
    color: #fff !important;
}

.wpctc-tag-links a:before {
    border: none;
}

.wpctc-tag-links a:after {
    background: none;
}

.wpctc-tag-links.wpctc-wpctc_widget-3 a:after {
    background: none;
}


/*custom styles*/

#categories-2 ul li {
    display: inline-block;
    height: 51px;
    margin: 10px 8px;
}

#categories-2 ul li a {
    width: 100%;
    display: inline-block;
}

#wpctc_widget-3 .wpctc-tag-links.wpctc-wpctc_widget-3 a:after {
    display: none;
}

.row.blog-single-post .frontpage-post-content h4+div {}

.post-template-default.single.single-post.postid-35.single-format-standard .main_content.content.row .content-column img {
    width: 100%;
}

.post-template-default.single.single-post.postid-35.single-format-standard .main_content.content.row .content-column .post-author-image img {
    width: 130px;
}

.single-post #breadcrumbs {
    padding-left: 0;
}

.banner-toggle-text {
    max-width: 560px;
    margin: 0 auto 20px;
}

.banner-toggle-text br {
    display: none;
}

.navbar-toggle {
    position: absolute;
    right: 26px;
    top: 18px;
}

.banner-cat-links {
    display: flex;
    justify-content: space-between;
}

.blog-single-post h2,
.post.type-post h2 {
    font-style: italic;
    font-weight: 400;
}

.footer-images span br {
    display: none;
}

.footer-images span {
    display: inline-block;
    max-width: 125px;
    line-height: 1.25;
}

.footer-images span a span {
    display: block;
}

.wp-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#contact.frontpage-contact .call-to-tel a {
    font-weight: 600;
}

#contact.frontpage-contact .call-to-tel a:hover {
    text-shadow: none;
}

.banner-wrap .banner-link-button a,
.frontpage-post-content .banner-link-button a {
    padding: 2px 8px 0;
}

.blog-single-post .img-wrapper {
    overflow: hidden;
    height: 263px !important;
}

.blog-single-post .img-wrapper img {
    max-width: 1000%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-home .fa-chevron-left,
.carousel-home .fa-chevron-right {
    cursor: pointer;
    font-size: 19px;
}

.carousel-home.slick-initialized.slick-slider {
    position: relative;
}

.carousel-home.slick-initialized.slick-slider .slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    font-size: 30px;
    z-index: 999;
}

.carousel-home.slick-initialized.slick-slider .slick-arrow.fa-chevron-left {}

.carousel-home.slick-initialized.slick-slider .slick-arrow.fa-chevron-right {
    right: 0;
}

.slick-list.draggable {
    padding: 0 25px;
}

#news.frontpage-row.frontpage-news .main_content.content.row {
    display: flex;
    flex-wrap: wrap;
}

#news.frontpage-row.frontpage-news .articles-link a {
    display: inline-block;
}

.wpctc-tag-links a {
    padding: 5px 7px 3px;
}

.home.blog .frontpage-banner.parallax_active {
    padding-bottom: 0 !important;
    height: 673px;
}

.banner-cat-links {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 40px;
}

.col-md-12.articles-link {
    width: calc(100% / 3);
    display: inline-block;
    margin: 0 auto;
}

.col-md-12.articles-link a {
    display: inline-block;
}

#copyright,
#credit {
    display: none;
}

.blog_sidebar_col #categories-2 .cat-item-9.current-cat a,
.blog_sidebar_col #categories-2 .cat-item-9.current-cat a:focus,
.blog_sidebar_col #categories-2 .cat-item-9.current-cat a:hover,
.blog_sidebar_col #categories-2 .cat-item-9.current-cat a:active {
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #8e8e8e;
}

.wpctc-wpctc_widget-3 a,
#hangout-call a {
    text-decoration: none;
}

.bg-danger,
.bg-success {
    width: calc(99% / 3 * 2);
    margin: 0 auto 30px;
}

.form-control {
    color: #868685;
}

.expert-img {
    border-radius: 50%;
}

.experts-container {
    margin: 0 auto;
    max-width: 980px;
    padding: 40px;
}

.experts-container .expert-area {
    margin-bottom: 55px;
    background: #fff;
    border: 1px solid #cacaca;
    padding: 40px 20px;
    display: flex;
    align-items: stretch;
}

.experts-container .phone{
	margin-right: 10px;
}

.experts-container .fa{
	margin-right: 5px;
}

.experts-container .col{
	padding-top: 15px;
	padding-bottom: 15px;
}

.experts-container .phone-email{
    cursor: pointer;
}

.author.archive .col-md-12.articles-link{
    display: none;
}

.widget.widget_search.sidebar_widget #searchform input{
    font-size: 15px;
    padding: 7px 6px 6px;
}

.inbanner .navbar-toggle {
    border-color: #fff !important;
}

.inbanner .navbar-toggle span{
    background-color: #fff !important;
}

.notinbanner .navbar-toggle{
    border-color: #868685;
}
 

/*responsive for top banner*/

@media(max-width: 992px) {
    .frontpage-banner .banner-wrap .banner-title img {
        width: 400px;
    }
    .banner-wrap .banner-cat-links {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin: 40px auto 0;
        max-width: 500px;
    }

}

@media (max-width: 630px) {

    .frontpage-banner .banner-wrap .banner-title img {
        width: 400px !important;
    }
}

@media (max-width: 500px) {
    .banner-wrap .banner-cat-links a {
        padding: 16px !important;
        width: 142px !important;
        font-size: 17px !important;
        margin: 5px !important;
    }

    .banner-wrap .banner-cat-links{
        bottom: 93px;
    }
}

@media (max-width: 450px) {
    .banner-wrap .banner-cat-links{
        bottom: 93px;
    }
}

@media (max-width: 420px) {
    .banner-wrap .banner-cat-links{
        bottom: 29px;
    }
}

@media (max-width: 376px) {
    .banner-wrap .banner-cat-links{
        bottom: 96px;
    }
}

@media (max-width: 330px) {
    .banner-wrap .banner-cat-links{
        bottom: 49px;
    }
}



@media (max-width: 400px) {

    .frontpage-banner .banner-wrap .banner-title img {
        width: 300px !important;
    }
}

@media (max-width: 350px) {
    .blog-single-post .frontpage-post-content, .page-template-page-articles .blog-single-post .frontpage-post-content {
        height: 233px;
    }
}







/*custom responsive*/


@media(min-width: 992px) {
    .col-md-8.blog_content_col{
        width: 66%;
    } 
}

@media (max-width: 1200px) {
    .widget_categories li {
        width: 49%;
    }
    #categories-2 ul li a {
        padding: 14px 10px;
    }
    .widget_title {
        font-size: 21px;
    }
    .widget.widget_search #searchform {
        display: flex;
        align-items: center;
    }

    .widget.widget_search #searchform input:first-child {
        /*font-size: 17px;
        width: 100%;*/
    }

    .widget.widget_search #searchsubmit {
        width: 29px;
        padding-right: 0;
        top: 0;
        font-size: 20px;
    }

    #search-2 input[type=text] {
        width: calc(100% - 25px);
    }

    .slick-list.draggable {
        padding: 0 20px;
    }


    .carousel-home.slick-initialized.slick-slider .slick-arrow {
        font-size: 25px;
    }
}

@media (max-width: 992px) {
    .blog-single-post .img-wrapper,
    .page-template-page-articles .blog-single-post .img-wrapper {
        height: 300px !important;
        overflow: hidden;
    }

    .blog-single-post .img-wrapper img,
    .page-template-page-articles .blog-single-post img {
        width: 100%;
        height: auto !important;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        left: 0;
    }
    .page-template-page-articles .blog-single-post img {
        width: 100%;
    }
    #categories-2 ul {
        max-width: 295px;
    }

    #searchform {
        max-width: 295px;
        margin: 0 auto;
    }
    .banner-wrap .banner-cat-links {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 450px;
        margin: 40px auto 0;
    }
    .banner-wrap .banner-cat-links a {
        margin: 15px;
    }

    .frontpage-banner.parallax_active {
        padding-bottom: 50px !important;
    }

    .slick-list.draggable {
        padding: 0 20px;
    }

    #news.frontpage-row.frontpage-news .articles-link {
        order: 1;
        width: 100%;
        margin: 0 0 46px 0;
    }

    #news.frontpage-row.frontpage-news .blog_sidebar_col {
        order: 2;
    }
    .bg-danger,
    .bg-success {
        width: 100%;
    }

    .experts-container {
        padding: 40px 0;
    }
    .experts-container .expert-area {
        padding: 30px 10px;
    }

    .phone-email span{
        display: block;
    }

    .experts-container .phone {
        margin-bottom: 10px;
    }

    @media (max-width: 768px) {

        .row.banner-cat-links {
            max-width: 295px;
            margin: 50px auto 0;
        }

        .row.banner-cat-links div {
            /*width: 49%;
    	display: inline-block;*/
            width: auto;
            display: inline-block;
            padding: 0 7px;
        }

        .row.banner-cat-links div a {
            margin: 0 auto;
            max-width: 100%;
        }

        .row.banner-cat-links div:first-child,
        .row.banner-cat-links div:nth-child(2) {
            margin-bottom: 20px;
        }

        #credit,
        #copyright {
            text-align: center;
        }
        #menu-inner-pages-menu {
            margin: 7.5px auto;
        }

        .single_post_nav div {
            text-align: center;
        }

        .single_post_nav div:first-child {
            margin-bottom: 15px;
        }

        .frontpage-row.frontpage-contact.preview.parallax_active {
            padding: 130px 0 90px !important;
        }

        .slick-list.draggable {
            padding: 0 10px;
        }

        .carousel-home.slick-initialized.slick-slider .slick-arrow {
            font-size: 20px;
        }

        .home .inbanner .navbar-brand img {
            display: none;
        }

        .inbanner .navbar-collapse {
            margin-top: 73px;
        }

        .experts-container{
            max-width: 600px;
        }
    }

    @media (max-width: 630px) {
        .banner-wrap {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        .frontpage-banner .banner-wrap .banner-title img {
            width: 100%;
        }

        .blog-single-post .img-wrapper {
            height: 200px !important;
        }

        .frontpage-post-content h4+div {
            max-height: 72px;
            overflow: hidden;
        }

        .experts-container{
            max-width: 320px;
        }

        .expert-area{
            flex-wrap: wrap;
        }

        .col-img, .col-info, .col-contact{
            width: 100%;
            text-align: center;
        }
    }

    @media (max-width: 500px) {
        .h1,
        h1 {
            font-size: 40px;
        }

        .addtoany_share_save_container.addtoany_content_bottom {
            float: none;
            margin-bottom: 10px;
            margin-left: -4px;
        }

        .single-post .pdf-button {
            float: none;
        }

        .frontpage-social .inline-center-wrapper div a i {
            background-color: rgba(130, 129, 129, 0.27);
        }
        .frontpage-social .inline-center-wrapper div a {
            color: #868685;
        }
    }

    @media (max-width: 480px) {
        .carousel-home.slick-initialized.slick-slider .slick-arrow {
            font-size: 30px;
        }
    }



    @media (max-width: 400px) {
        .frontpage-social .inline-center-wrapper div {
            display: block;
            margin-bottom: 20px;
        }

        .frontpage-social .inline-center-wrapper div:last-child {
            margin-bottom: 0;
        }

        .banner-toggle-text {
            line-height: 1.25;
        }

        /*.frontpage-social .inline-center-wrapper div a i{
		background-color: rgba(138, 138, 138, 0.33);
		}*/
    }

    @media (max-width: 380px) {
        .blog-single-post .img-wrapper {
            height: 169px;
        }

        .contact-form #submit_button {
            width: 100%;
        }

        .footer-images div:first-child {
            margin-bottom: 20px;
        }
        .blog-single-post .img-wrapper {
            height: 178px !important;
        }
    }

@media (max-width: 668px) {
    .blog-single-post .img-wrapper,
    .page-template-page-articles .blog-single-post .img-wrapper {
        height: 200px !important;
    }
}

@media (max-width: 380px) {
    .blog-single-post .img-wrapper, .page-template-page-articles .blog-single-post .img-wrapper {
        height: 145px !important;
    }
    .row.blog-single-post{
        margin-right: 10px;
        margin-left: 10px;
    }
}