/**
 * This is the main css file of the theme.
 * Please keep it as clean as possible and do not
 * forget to add your new sections to the below table of contents
 *
 */

/*>>>>>>>>>>>> TABLE OF CONTENTS <<<<<<<<<<<<<<
GENERAL
BUTTONS
DROP_DOWNS
HEADER
HEADER_MENU
BANNER_SECTION
HOME_PAGE
PAGE
SINGLE
SUBTOP_MENU
AUTHOR
USER_DASHBOARD
RELATED_POSTS
GOOGLE_SEARCH
SALES_PAGES
ACCORDION
PRESS
FOOTER
COMMENTS
PAGINATION
FORM_FIELDS
SIDE_NEMUS
>>>>>>>>>>>>>> TABLE OF CONTENTS <<<<<<<<<<<<<<*/


/*===================== GENERAL ==============================================*/

*{outline: none;}

html, body, #wrapper{
    overflow-x: hidden;
}

body{
    background: #fff;
    font-family: 'helveticaneuecyrroman', arial, sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: #6F6E6E;
}

body.author,
body.category,
body.page-template-template-blog,
body.home{background: #f4f4f4;}

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

img[width="1"][height="1"]{position: absolute;}

/*===================== TYPOGRAPHY ===========================================*/

h1,h2,h3,h4,h5,h6{font-weight: 600;color: #434343;}

a{color: #005b90;}

a:hover,
a:active{color: #036DAA;text-decoration: none;}

b, strong {
    font-weight: normal;
    font-family: 'helveticaneuecyrbold', arial, sans-serif;
}

p {margin: 0 0 17px;}

p b,
p strong{color: #434343;}


figure {max-width: 100%;}

/*===================== UTILS ================================================*/

.clear{clear: both;}

.display-table{
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell{
    display: table-cell;
    vertical-align: middle;
}

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

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

.overflow-visible{overflow: visible;}

.section-title{
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'roboto_slabbold', arial, sans-serif;
}
    .section-title.border-bottom{padding-bottom: 15px;}

    .author .section-title{margin-bottom: 20px;}

.border-top{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #d1d1d1;
}

.border-bottom{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
}

.label{
    padding: .2em .6em .2em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-family: 'ralewayregular', arial, sans-serif;
    text-transform: uppercase;
}
    .label-warning{background-color: #f1ce00;}


.rounded,
.rounded img{
    -webkit-border-radius: 100em;
    -moz-border-radius: 100em;
    -ms-border-radius: 100em;
    border-radius: 100em;
}

.padding-top20{padding-top: 20px;}

.extend-width{opacity: 0;}


#main_top_search{
    position: relative;
    z-index: 9999;
}

#main_search_box{
    display: none;
    position: absolute;
    right: 0;
    top: 10px;
    width: 350px;
    padding: 10px 15px;
    z-index: 9999;
    background: #242424;
}

    #main_search_box .gsc-clear-button{display: none;}
    #main_search_box form.gsc-search-box{padding: 0; margin: 0;}
    #main_search_box table.gsc-search-box{margin: 0;}

    #main_search_box table.gsc-search-box td.gsc-input {padding-right: 0px;}

    #main_search_box input.gsc-search-button,
    #search_results input.gsc-search-button,
    #main_search_box input.gsc-search-button {
        background: url("../images/search_icon.jpg") no-repeat !important;
        color: rgba(0, 0, 0, 0) !important;
        border: 0px !important;
        padding: 0px !important;
        width: 35px;
        min-width: 0;
    }


/*===================== BUTTONS =============================================*/

.brd-radius-small{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.btn-default{
    border: 0;
    font-size: 21px;
    line-height: 50px;
    padding: 0 59px;
    font-family: 'helveticaneuecyrroman', arial, sans-serif;
}

.btn-grey{
    border: 0;
    background-color: #2d2d2d;
}
    .btn-grey:hover,
    .btn-grey:focus,
    .btn-grey:active:focus,
    .btn-grey:active{

        color: #f4f4f4;
        outline: none;
    }


.btn-light-red{
    color: #fff !important;
    background-color: #e84545;
}
    .btn-light-red:hover{background-color: #DD2E2E;}


.more-articles{
    display: block;
    color: #464646;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 20px;
    font-family: 'roboto_slabbold', arial, sans-serif;
}

.button,
button,
input[type="submit"],
button[type="submit"]{
    font-size: 16px;
    padding: 7px 20px;
    margin-top: 10px;
    background: #e84545;
}



.bb_section{
    margin: 20px 0;
    width: 100%;
}
.bb_section .bb_wrapper{display: table;margin-bottom: 25px;width: 100%;}

.bb_section [class*="column"] + [class*="column"]:last-child {float: left !important;}

.bb_btn{
    display: table-cell;
    vertical-align: middle;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 20px;
    height: 120px;
    text-align: center;
    cursor: pointer;
}
    .bb_btn a{color: #fff;}

    .bb_wrapper:hover .bb_btn,
    .bb_wrapper .bb_btn.active{background: #2C2C2C!important;}


.program-box{
    background: #B1B1B1;
    border: 1px solid #8A8A8A;
    border-left-width: 5px;
    padding: 15px;
    margin-bottom: 15px;
}
    .program-box.active{
        background: #272727;
        border-color: #000000;
    }
        .program-box.active:hover{opacity: .94;}

    .program-box img{display: block; margin: 0 auto 15px;max-height: 46px;}
    .program-box p{color: #fff;}
    .program-box.active p{color: #8D8D8D;}



/*===================== DROP_DOWNS =============================================*/

.sort-cat-area{
    position: relative;
    margin: -60px 0 37px;
    z-index: 20;
    display: table;
    content: '';
    clear: both;
    width: 100%;
}

.sort-cat-area .row{margin: 0 -4px 0;}
.sort-cat-area div[class*="col"]{padding: 0 4px 0;}

.dropdown.large-dropdown{
    font-family: 'roboto_slabregular', arial, sans-serif;
}

    .dropdown.large-dropdown .btn{
        text-align: left;
        width: 100%;
        height: 70px;
        font-size: 24px;
        text-transform: uppercase;
    }

    .dropdown.large-dropdown .btn:hover{background-color: #353535;opacity: 1 !important;}

    .dropdown.large-dropdown .btn .fa{
        position: absolute;
        top: 50%;
        margin-top: -11px;
        right: 15px;
    }


.dropdown-menu{
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    max-height: 495px;
    overflow: auto;
}

.dropdown-menu>li>a{
    display: block;
    color: #626262;
}

    .dropdown-menu>li:hover,
    .dropdown-menu>li:focus{
        background-color: #f5f5f5;
    }

.large-dropdown .dropdown-menu>li>a{
    margin: 0 20px;
    border-top: 1px solid #f3f3f3;
    font-size: 19px;
    line-height: 54px;
    padding: 0;
}
    .dropdown-menu>li:first-child>a{border-top: 0;}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus{background-color: transparent;}


/*===================== HEADER ===============================================*/

#page-header{
    width: 100%;
    background: #242424;
    height: 49px;
    border-bottom: 1px solid #303030;
}

#page-header.shadow{
    -moz-box-shadow: 0 2px 3px #6F6F6F;
    -webkit-box-shadow: 0 2px 3px #6F6F6F;
    -ms-box-shadow: 0 2px 3px #6F6F6F;
    box-shadow: 0 2px 3px #6F6F6F;
}

.header_sticky #page-header{
    position: fixed;
    z-index: 200;
    left: auto;
    top: auto;
}
.header_sticky #page-content{
    margin-top: 49px;
}

    .nav-logo{
        float: left;
        font-size: 18px;
        line-height: 48px;
        display: inline-block;
    }
        .nav-logo img{max-width: 210px;}

        .nav-logo,
        .nav-logo:hover,
        .nav-logo:active{color: #fff;}

    .showSideMenu{
        color: #fff;
        font-size: 25px;
        line-height: 45px;
        background: none;
        border: 0;
        float: right;
    }
        .showSideMenu.left{
            float: left;
            margin-right: 10px;
        }

    #page-header .social-icons{
        float: right;
        margin: 15px 0 0;
        padding: 0;
        list-style: none;
    }

    #page-header .social-icons li{
        display: inline-block;
    }
    #page-header .social-icons a{
        display: inline-block;
        padding: 0 7px;
        font-size: 20px;
        color: #cecece;
    }

    #page-header .social-icons a:hover{color: #fff;}



/*===================== HEADER_MENU ==========================================*/

.header_menu {
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
}

    .header_menu > li {
        float: left;
        list-style: none;
        position: relative;
        margin-left: 1px;
    }

    .header_menu>li.blog{position: inherit;}

    .header_menu li.current-menu-item a,
    .header_menu li a:hover{background: #2C2C2C;}

        .header_menu li a{
            display: block;
            font-size: 14px;
            text-transform: uppercase;
            color: #cbcbcb;
            padding: 0 15px;
            line-height: 49px;
            font-family: 'ralewaysemibold', arial, sans-serif;
        }

            .header_menu li.dark-grey a{color: #8f8f8f}
            .header_menu li a:hover{text-decoration: none;}

            /*.header_sticky #page-content,
            .header_sticky_on_desktop #page-content {
                margin-top: 49px;
            }*/



        .header_menu > li > ul.sub-menu{
            display: none;
            float: none;
            left: 0;
            text-align: center;
            position: absolute;
            z-index:999;
            padding: 15px;
            background: #242424;
            -webkit-border-radius: 0 0 5px 5px;
            -moz-border-radius: 0 0 5px 5px;
            -ms-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
        }

        .header_menu > li > ul.sub-menu li{
            width: 150px;
            border-left: 0;
            margin: 0;
            text-align: left;
            display: inline-block;
            text-decoration: none;
        }

        .header_menu > li > ul.sub-menu li a{
            color: #fff;
            font-size: 14px;
            padding: 0 15px 10px 15px;
            white-space: nowrap;
            line-height: 25px;
            background: transparent;
            filter: none;
            text-transform: uppercase;
        }

            .header_menu > li > ul.sub-menu ul{
                display: block;
                float: left;
                padding: 0;
            }

                .header_menu > li > ul.sub-menu ul > li a{
                    font-family: 'ralewayregular', arial, sans-serif;
                    text-transform: none;
                    color: #A7A7A7;
                    padding-bottom: 0;
                    font-size: 13px;
                    line-height: 15px;
                }
                .header_menu > li > ul.sub-menu > li a:hover{color: #fff;}


    .showSideMenu{
        float: left;
        font-size: 26px;
        line-height: 25px;
        width: 30px;
        margin: 13px 15px 0 0;
        padding: 0;
        padding-left: 0;

    }


/*===================== BANNER_SECTION =============================================*/

.banner-section{
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .banner-section .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3;
        z-index: 1;
    }
        .banner-section.user-dashboard .overlay{opacity: .2;}

    .banner-section .container{position: relative; z-index: 10;}

    .banner-section .display-table{
        color: #f1f1f1;
        text-align: center;
    }

    .banner-section .flat-bar h1,
    .banner-section .display-table h1,
    .banner-section .display-table h2{
        color: #f1f1f1;
        font-weight: normal;
        font-family: 'helveticaneuecyrmedium', arial, sans-serif;
        margin: 0;
    }

    .banner-section .display-table h1{
        font-size: 41px;
        padding: 0 0 10px;
        margin: 0!important;
        text-transform: uppercase;
    }
    .banner-section .display-table h2{
        font-size: 26px;
        padding-bottom: 30px;
    }


    /*---- */

    .banner-section .flat-bar h1{
        margin: 0!important;
    }

    .banner-section .flat-bar{
        min-height: 80px;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
        .banner-section .flat-bar h1{line-height: 80px;padding: 0;text-align: center;}

        .banner-section .flat-bar .video-icon,
        .banner-section .flat-bar .info-icon{
            color: #fff;
            position: absolute;
            font-size: 40px;
            top: 50%;
            left: 15px;
            cursor: pointer;
            margin-top: -20px;
        }
            .banner-section .flat-bar a{color: #fff;}
        .banner-section .flat-bar .info-icon{left: auto; right: 15px;}

        .banner-section .flat-bar a:hover,
        .banner-section .flat-bar .video-icon:hover,
        .banner-section .flat-bar .info-icon:hover{color: #ddd;}



/*===================== HOME_PAGE =============================================*/

.banner-section.top-homepage{height: 500px; margin-bottom: 26px;}
.banner-section.top-homepage .display-table{height: 500px;}


.grid-box{background: #fff;margin-bottom: 30px;}
.grid-box:hover{opacity: .9;}

.grid-box-thumb{
    position: relative;
    width: 100%;
    height: 250px;
    background: #FAFAFA;
    overflow: hidden;
}

    .grid-box-thumb .post-format{
        position: absolute;
        top: 0;
        right: 0;
    }

.grid-box-link{
    color: #616161;
}

.grid-box-link img{
    display: block;
    width: 100%;
    margin: 0 auto;
}

.grid-box-title{
    font-size: 19px;
    padding: 15px;
    font-family: 'helveticaneuecyrroman', arial, sans-serif;
    height: 70px;
}

.grid-box-title .table-cell{height: 40px;}



/*===================== PAGE =========================================*/

#page-title{
    margin: 0 0 10px;
}

#page-title a{
    color: #fff;
}
#page-title a:hover{
    color: #EBEBEB;
}


/*.page #page-content .container.narrow{max-width: 775px;width: 100%;}*/

.banner-section.top-single{background-color: #242424;}
.banner-section.top-page{height: 340px;background-color: #242424;margin-bottom: 26px;}
    .banner-section.top-page.user-dashboard{height: 450px;}
.banner-section.top-page.has-subtop-menu{margin-bottom: 0;}

.banner-section.top-page .display-table{height: 340px;}

.banner-section.top-page .display-table h1{
    position: relative;
    color: #efefef;
    font-size: 55px;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'ralewayextrabold', arial, sans-serif;
}
    .banner-section.top-page .display-table h1:before{
        position: absolute;
        left: 50%;
        margin-left: -160px;
        bottom: -20px;
        width: 320px;
        content: '';
        border-bottom: 1px solid #eeeeee;
    }



.inner-content{position: relative;}


.item-content-page h1,
.item-content-page h2,
.item-content-page h3,
.item-content-page h4,
.item-content-page h5,
.item-content-page h6 {
    font-weight: normal;
    font-family: 'roboto_slabregular', arial, sans-serif;
}

.item-content-page h1{font-family: 'roboto_slabbold', arial, sans-serif;}

.item-content-page,
.item-content-page p{
    font-size: 16px;
    line-height: 25px;
}

.page-template-template-sales-narrow .item-content-page{padding-top: 10px;}



.width-60{margin-top: -75px;}
.width-60 .labels{
  display: inline-block;
  width: 90px!important;
  float: left!important;
}
.width-60 .infusion-field-input-container{
  display: inline-block!important;
  width: 60%!important;
}
.width-60 .selections{
  display: inline-block!important;
  width: 140px!important;
}


#wpstats{
    position: absolute;
    left: 0;
    bottom: 0;
    visibility: hidden;
}


/*===================== SINGLE =============================================*/

.container.narrow{max-width: 700px;width: 100%;}

.has_video{background: #424242;}
.has_video .container.narrow{max-width: 890px;}
.has_video .overlay{display: none;}


.banner-section.top-single{height: 500px;margin-bottom: 26px;}
.banner-section.top-single .display-table{height: 500px;text-align: left;}

.banner-section.top-single #page-title{text-transform: none;}

#large-native-ad {
    margin: 0;
}
    #large-native-ad span{
        text-align: center;
        width: 100%;
        color: #A5A5A5;
        font-size: 12px;
        display: block;
    }
    #large-native-ad a{
        display: block;
        width: 100%;
    }
        #large-native-ad a img{
            display: block;
            margin: auto;
        }

    #large-native-ad .full-width-ad{
        height: 408px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

// .banner-section.under-content{display: block;height: 360px;width: auto;margin: 20px 0 0;}
/*.banner-section.under-content .display-table{height: 340px;}*/


.video-wrapper{
    position: relative;
    height: 500px;
}
    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



.item-content p,
.item-content{
    position: relative;
    font-family: 'roboto_slabregular', arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.item-content{min-height: 200px;}

.item-content .single-date span:not(.label),
.item-content .single-author-mobile a, .single-author-tablet a,

.item-content .single-date span:not(.label){color: #646464;}
.item-content .single-date{margin-bottom: 20px;}

.item-content .featured-image{margin: 0 0 15px;}
.item-content .featured-image img{width: 100%;}


.single-author-mobile,
.single-author-tablet{display: none;}

.single-author-mobile a,
.single-author-tablet a{color: #C9C9C9;}

.single-author-mobile span{display: inline !important;}


.single-author,
.single-badge{
    position: absolute;
    left: -200px;
    top: 0;
    text-align: center;
}
    .single-badge:active img,
    .single-badge:hover img{
        -ms-filter: grayscale(1) drop-shadow(0 0 0 #000000);
        -webkit-filter: grayscale(1) drop-shadow(0 0 0 #000000);
        -moz-filter: grayscale(1) drop-shadow(0 0 0 #000000);
        -o-filter: grayscale(1) drop-shadow(0 0 0 #000000);
        filter: grayscale(1) drop-shadow(0 0 0 #000000);
    }

.single-badge{
    left: auto;
    right: -200px;
}

    .single-author img,
    .single-author .author-name,
    .single-badge img,
    .single-badge span{display: block;}

    .single-author img,
    .single-badge img{margin-bottom: 10px;}

    .single-author .author-name,
    .single-badge span{
        font-family: 'helveticaneuecyrroman', arial, sans-serif;
        font-size: 16px;
        color: #686868;
    }
    .single-author .author-name .author-position{
        display: block;
        font-style: italic;
        font-family: 'helveticaneuecyrlight', arial, sans-serif;
    }


.single-categories{
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    text-transform: uppercase;
}
    .single-categories a{color: #fff;}
    .single-categories a:hover{color: #E8E8E8;}

.single-date{
    position: relative;
    padding-top: 12px;
}
    .single-date:before{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 200px;
        height: 1px;
        content: '';
        border-top: 1px solid #A7A7A7;
    }

    .single-date .label{
        margin: 7px 0;
        display: inline-block;
    }

    .single-date span:not(.label){
        font-size: 15px;
        color: #C9C9C9;
        display: block;
        font-family: 'latoregular', arial, sans-serif;
    }

    .single-date span > a{
        font-size: 16px;
        color: #C9C9C9;
        font-family: 'latobold', arial, sans-serif;
    }


.subscribe-bar{
    clear: both;
    opacity: 0;
    margin: 0 0 30px;
    height: 100px;
    padding: 23px 0;
    background: #2d2d2d;
}

    .subscribe-bar h5{
        color: #f4f4f4;
        margin: 0px;
        font-size: 29px;
        letter-spacing: 1px;
        font-family: 'helveticaneuecyrmedium', arial, sans-serif;
        text-transform: uppercase;
    }
    .subscribe-bar p{font-size: 20px;color: #9b9b9b;}

    .subscribe-bar input[type="email"]{width: 70% !important;}

    .subscribe-bar input[type="submit"],
    .subscribe-bar button[type="submit"]{float: right;margin: 0;}




/*===================== SUBTOP_MENU =======================================*/

.subtop-menu-wrapper{
    background: #f0f0f0;
    width: 100%;
    margin-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
}
    .subtop-menu-wrapper ul{
        list-style: none;
        padding: 0;
        margin: 0;
        height: 40px;
        overflow: hidden;
        text-align: center;
    }

        .subtop-menu-wrapper ul li{
            display: inline-block;
            line-height: 42px;
            margin-right: -1px;
        }

        .subtop-menu-wrapper ul li a{
            position: relative;
            font-size: 14px;
            display: inline-block;
            padding: 0 10px;
            color: #7f7f7f;
            text-transform: uppercase;
        }
        .subtop-menu-wrapper ul li a:before{
            display: table;
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -7px;
            height: 15px;
            border-left: 1px solid #CECECE;
        }

        .subtop-menu-wrapper ul li.current-menu-item,
        .subtop-menu-wrapper ul li:hover{background: #121212;}

        .subtop-menu-wrapper ul li.current-menu-item a:before,
        .subtop-menu-wrapper ul li:hover a:before{
            right: -2px;
        }


        @media(min-width: 767px){

            .subtop-menu-wrapper ul li.current-menu-item a,
            .subtop-menu-wrapper ul li:hover a{border-left-color: transparent;color: #fff;}
        }


    .subtop-menu-wrapper button{
        display: none;
        margin: 0 auto;
        float: none;
        background: transparent;
        color: #515151;
    }



/*===================== AUTHOR =============================================*/
.author-header{
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
}

.author-header .display-table{height: 277px;}

.author-profile{
    position: relative;
}

.author-profile .author-avatar{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -100px;
}
.author-profile .author-info,
.author-profile .author-bio{
    padding-left: 240px;
}

    .author-profile .author-info > span{
        font-size: 13px;
        color: #4B4B4B;
        display: block;
        margin-bottom: 15px;
        min-height: 25px;
        font-family: 'helveticaneuecyrmedium', arial, sans-serif;
        text-transform: uppercase;
    }


/*===================== USER_DASHBOARD =============================================*/
.user-dashboard h1,
.user-dashboard h2,
.user-dashboard h3{margin: 0 0 15px;}

.user-dashboard .panel-heading h3{margin: 0;font-size: 20px;}

.user-settings .form-control.error{
    border: 1px solid #DD2E2E;
}
    .user-settings .form-control.error:focus{
        border-color: #DD2E2E !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }
.user-settings span.error {
    font-size: 12px;
    color: #DD2E2E;
}

.user-dashboard .panel-heading h3{margin: 0;font-size: 20px;}


.ns-headline{
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
    background: #f4f4f4;
    color: #464646;
    font-family: 'helveticaneuecyrmedium', arial, sans-serif;
}
    .ns-headline a{
        width: 100%;
        color: #464646;
        display: inline-block;
    }

    .ns-headline.black{
        background: #232323;
        color: #fff;
    }
        .ns-headline.black a{color: #fff;}


.user-program{
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.panel-default>.panel-heading{
    border-color: transparent;
}
    .panel-default>.panel-heading h3{
        margin: 0;
        font-size: 20px;
    }

    .table-responsive th{
        font-weight: normal;
        color: #363636;
    }


/*===================== RELATED_POSTS =============================================*/
.ns-related-posts{
    padding: 7px 0;
    background: #f4f4f4;
}
.ns-related-posts h3{
    margin: 20px 0;
    font-family: 'roboto_slabregular',arial,sans-serif;
}


/*===================== GOOGLE_SEARCH =============================================*/

.gsc-table-cell-snippet-close,
.gs-promotion-text-cell{
    padding-left: 15px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page{
    color: #fff !important;
}



/*===================== SALES_PAGES =============================================*/
ul.landing-list {
    padding: 10px 0 20px 0;
    font-size: 16px;
    margin: 0;
}
    .landing-list li {
        position: relative;
        margin: 0 0 15px 0;
        padding-left: 35px;
        list-style: none;
        background: url(../images/s_bullet.png) 0 0 no-repeat;
    }

.centered {text-align: center;}

.testimonials {
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #F0F0F0;
    -moz-box-shadow: inset 0 0 70px #dddddd;
    -webkit-box-shadow: inset 0 0 70px #DDD;
    box-shadow: inset 0 0 70px #DDD;
    margin-bottom: 30px;
}

.testimonials h5 {
        font-size: 26px;
        font-weight: 700;
        margin: 0;
        padding: 0 0 20px;
        line-height: 38px;
        text-align: center;
    }
    .quoteimg {
        float: left;
        padding: 0 20px 0 0;
    }

    .testimonials p{margin: 0; padding: 0}
    .testimonials .quote {
        font-size: 16px;
        line-height: 26px;
        padding: 0 20px 0 0;
        margin-top: -5px;
    }

    .testimonials .disclamerquote{clear: both;text-align: center;}
    .testimonials .disclamerquote a {
        color: #A6A6A6;
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }

    .monials {height: 380px;margin-bottom: 20px;}

    .testimonials button,
    .testimonials button a {
        background: #CC0001;
        border: none;
        color: #FFF;
        text-align: center;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
        font-size: 22px;
        margin: 15px 0;
        border: none;
    }


.support {
    width: 100%;
    height: 100%;
    background: #F0F0F0;
    -moz-box-shadow: inset 0 0 70px #dddddd;
    -webkit-box-shadow: inset 0 0 70px #DDD;
    box-shadow: inset 0 0 70px #DDD;
    margin-bottom: 30px;
}

.landing-title.landing-price {
    color: #47B720;
    padding: 0;
    margin: 0;
    font-size: 72px;
    line-height: 1;
}



#menu-footer-page-narrow{
    text-align: center;
    margin: 0 0 5px;
}
    #menu-footer-page-narrow li{
        display: inline-block;
        line-height: 12px;
        border-left: 1px solid #888;
    }
        #menu-footer-page-narrow li:first-child{border-left: 0px;}

        #menu-footer-page-narrow li a{
            margin: 0 10px;
            color: #888;
            font-size: 12px;
            line-height: 12px;
        }
            #menu-footer-page-narrow li a:hover{
                color: #999;
            }

.footer-narrow-info{
    color: #888;
    text-align: center;
    font-style: italic;
    font-size: 12px;
}
.footer-narrow-info p{
    font-size: 12px;
}



/*===================== ACCORDION =============================================*/

.accordion {
    margin: 0;
    padding: 15px;
    border-bottom: #D9D9D9 1px solid;
    background: #F0F0F0;
    text-decoration: none;
    color: #000;
    font-size: 20px;
}
    .block {
        display: block;
        background: #FAFAFA;
        padding: 20px 20px 1px 20px;
    }
    .accordion-close span {
        display: block;
        float: right;
        background: url(images/icons/plus.png) center center no-repeat;
        padding: 15px;
    }
    .accordion-open span {
        display: block;
        float: right;
        background: url(images/icons/minus.png) center center no-repeat;
        padding: 15px;
    }
    .accordion-open {
        background: #000;
        color: #FFF;
    }


/*===================== PRESS =============================================*/
.press-section{
    position: relative;
    margin-bottom: -5px;
}

    .press-section .press-link{
        display: block;
        max-width: 1170px;
        height: 131px;
        background-image: url(../images/as-seen-in-gray-big_.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

        .press-section .press-link:hover{background-image: url(../images/as-seen-in-color-big_.png);}




/*===================== SIDEBAR ==============================================*/

.sidebar {

}

.sidebar .widget{
    width: 100%;
    clear: both;
    margin-bottom: 35px;
}

    .sidebar .widget h4 {
        font-weight: 400;
    }
    .sidebar .widget ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }


/*===================== FOOTER =============================================*/

#page-footer{
    background: #393939;
    font-family: 'ralewaysemibold', arial, sans-serif;
}

    #page-footer .inner-content{}

    #page-footer .footer-top{
        padding: 35px 0 30px;
    }

    #page-footer .footer-top .f_logo{
        display: block;
        max-width: 392px;
        margin: 0 auto 35px;
        padding: 0 20px;
    }

    #page-footer .footer-bottom{
        background: #000;
        padding: 25px 0;
    }
    #page-footer .footer-bottom p,
    #page-footer .footer-bottom{
        text-align: center;
        color: #e6e6e6;
        font-size: 13px;
    }

    #footer-site-name{
        color: #919191;
        text-transform: uppercase;
        font-size: 14px;
        padding-bottom: 10px;
        font-family: 'helveticaneuecyrroman', arial, sans-serif;
    }

    #footer-disclaimer-text{
        line-height: 17px;
        color: #5d5d5d;
        font-family: 'helveticaneuecyrroman', arial, sans-serif;
    }

    #page-footer ul{padding: 0; margin: 0; list-style: none;}


    #page-footer .inline-menu {
        text-align: center;
        margin-top: 12px;
    }
        #page-footer .inline-menu li {display: inline;}
        #page-footer .inline-menu li a {
            padding: 0 30px 0px 2px;
            margin-right: 30px;
            border-right: 1px solid #B8B8B8;
            color: #B8B8B8;
            font-size: 15px;
            line-height: 15px;
            display: inline-block;
        }
        #page-footer .inline-menu li:last-child a {
            border: 0;
            padding: 0;
            margin: 0;
        }


    #page-footer .socials_f_icons a{border-right: 0 !important;}
    #page-footer .socials_f_icons a span{
        display: block;
        width: 60px;
        height: 60px;
        background: url(../images/facebook_icon.png);
    }

    #page-footer .socials_f_icons a span.twitter{background: url(../images/twitter_icon.png);}
    #page-footer .socials_f_icons a span.youtube{background: url(../images/youtube_icon.png);}


/*===================== COMMENTS =============================================*/


.avatar img{
    border-radius: 5em;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    border-radius: 5em;
}

.comment-reply-title{font-size: 32px;}
.comment-head .reply{
    font-size: 13px;
    text-align: center;
}

#comment-box{position: relative;}

#ns-user-profile-avatar{
    position: absolute;
    left: 0;
    top: 0;
}

#commentform p.left{margin-top: 17px;}
#commentform p.left ~ p.left{margin: 0;}

.comment-respond{margin-left: 67px;}

.comment-author{
    display: block;
    width: 100%;
    font-size: 17px;
    font-family: 'ralewaysemibold', arial, sans-serif;
}

.comments-head-title{
    // color: #717171;
    font-size: 32px;
    padding-bottom: 8px;
    margin: 0 0 25px;
    font-family: 'latobold', arial, sans-serif;
    border-bottom: 1px solid #a282bc;
}


.comments-area{
    clear: both;
    width: 100%;
    padding: 20px 0;
}

.comments-area .date,
.comments-area .edit,
.comments-area .perma {color: #999;}

.comments-area .comment-entry {
    background: #fff;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    padding: 15px 20px 10px;
    color: #2d312f;
    font-family: 'ralewayregular', arial, sans-serif;
}

.comments-area > .commentlist{padding-left: 0;}
.comments-area > .commentlist .children{padding: 0 0 0 30px;}

.comment-form-comment{margin: 0;}
.form-submit{margin: 0 0 20px;}

.comments-area .comment-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.comments-area .comment-head {
    float: left;
    width: 67px;
    margin: 0 5px 0 0;
}
    .comments-area .comment-info {margin-bottom: 5px;}

    .comments-area .date,
    .comments-area .edit,
    .comments-area .perma {
        font-style: italic;
        font-size: 11px;
        color: #686566;
        font-size: 12px;
        font-family: 'ralewayregular', arial, sans-serif;
    }



/*===================== PAGINATION ===========================================*/

.pagination{
    display: inline-block;
    padding: 0 15px;
    margin: 20px 0;
    border-radius: 4px;
    clear: both;
    width: 100%;
    text-align: center;
}

    .pagination a,
    .pagination span {
        display: inline-block;
        font-size: 18px;
        line-height: 31px;
        margin-bottom: 4px;
        padding: 2px 0 0;
        width: 35px;
        height: 35px;
        color: #555555;
        background: #555555;
    }

    .pagination a,
    .pagination span.dots{background: transparent;}

    .pagination span{color: #f4f4f4;}
    .pagination span.dots{color: #555555;}

    .pagination a:hover{background: #DFDFDF;}

    .pagination .next,
    .pagination .prev{width: auto; padding: 2px 6px;}



/*===================== FORM_FIELDS ==========================================*/

label{font-weight: 400; cursor: pointer;}

select,
textarea,
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="text"]{
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    select:focus,
    textarea:focus,
    input:not(*[type="radio"]):not(*[type="checkbox"]):not(*[type="submit"]):focus {
        outline: 0;
        border-color: #47a3da;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

textarea{min-height: 80px;}


button,
input[type="submit"]{
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button:active,
input[type="submit"]:active{
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

/*button,
input[type="submit"]{background: #47a3da;}*/

button:hover,
input[type="submit"]:hover{opacity: .8;}


/*===================== SIDE_MENUS ===========================================*/

.sdm-menu {
    position: fixed;
    overflow-y: auto;
    background: #242424;
}
    .sdm-menu h3 {
        font-size: 1.9em;
        padding: 20px;
        margin: 0;
        font-weight: 300;
        background: #0d77b6;
    }

    .sdm-menu a {
        display: block;
        font-size: 1.1em;
        font-weight: 300;
        background: #242424;
        font-family: 'ralewayregular', arial, sans-serif;
    }

    .sdm-menu h3, .sdm-menu a {color: #fff;}


    .sdm-menu a:hover,
    .sdm-menu a:active{
        color: #D8D8D8;
        background: #303030;
    }



/* Orientation-dependent styles for the content of the menu */

.sdm-menu-vertical {
    width: 240px;
    height: 100%;
    top: auto;
    z-index: 1000;
}

.sdm-menu-vertical a {
    padding: 13px 15px;
    border-bottom: 1px solid #303030;
}

.sdm-menu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.sdm-menu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.sdm-menu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-bottom: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.sdm-menu-left {
    left: -240px;
}

.sdm-menu-right {
    right: -240px;
}

.sdm-menu-left.sdm-menu-open {
    left: 0px;
}

.sdm-menu-right.sdm-menu-open {
    right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.sdm-menu-top {
    top: -150px;
}

.sdm-menu-bottom {
    bottom: -150px;
}

.sdm-menu-top.sdm-menu-open {
    top: 0px;
}

.sdm-menu-bottom.sdm-menu-open {
    bottom: 0px;
}

/* Push classes applied to the body */

.sdm-menu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.push-from-left {
    left: 240px;
}

.push-from-right {
    left: -240px;
}

/* Transitions */

.sdm-menu,
.sdm-menu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}




/* make header sticky only on desktop */
@media(min-width: 1025px){
    .header_sticky_on_desktop #page-header{
        position: fixed;
        z-index: 200;
        left: auto;
        top: auto;
    }
    .header_sticky_on_desktop #page-content{
        margin-top: 49px;
    }
}

/* make header sticky only on small devices */
@media(max-width: 1024px){
    .header_sticky_on_small_devices #page-header{
        position: fixed;
        z-index: 200;
        left: auto;
        top: auto;
    }
    .header_sticky_on_small_devices #page-content{
        margin-top: 49px;
    }
}

/* make header sticky only on tablet portret/small tablet */
@media(min-width: 600px) and (max-width: 768px){
    .header_sticky_on_tablet #page-header{
        position: fixed;
        z-index: 200;
        left: auto;
        top: auto;
    }
    .header_sticky_on_tablet #page-content{
        margin-top: 49px;
    }
}

/* make header sticky only on mobile */
@media(max-width: 599px){
    .header_sticky_on_mobile #page-header{
        position: fixed;
        z-index: 200;
        left: auto;
        top: auto;
    }
    .header_sticky_on_mobile #page-content{
        margin-top: 49px;
    }
}