body {
    width:100%;
    font-family: Helvetica, Arial, Sans-serif;
    color: #555;
    background-color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

a {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #000000;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: 0 !important;
    }

button {
    border: 0px;
}

button:focus {
    outline: 0 !important;
}

.submitButton{
    background-color: #f60;
    color: #fff;
    min-width: 250px;
    text-align:center;
    width: 250px;
    height: 40px;
    font-weight:bold;
    border-radius: unset;
}
.submitButton:hover{
    background-color: #3d3d3d;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    color: #000;
}

.section-heading {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    color: #000;
}

.bg-title {
    background-color: #f0f0f0;
    padding: 10px 20px;
    margin-bottom: 40px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
}

    .bg-title span {
        color: #000000;
    }

/**spaces**/
.space-20 {
    width: 100%;
    height: 20px;
    clear: both;
}

.space-30 {
    width: 100%;
    height: 30px;
    clear: both;
}

.space-40 {
    width: 100%;
    height: 40px;
    clear: both;
}

.space-50 {
    width: 100%;
    height: 50px;
    clear: both;
}

.space-60 {
    width: 100%;
    height: 60px;
    clear: both;
}

/**margins**/
.margin-b-30 {
    margin-bottom: 30px;
}

.margin-b-20 {
    margin-bottom: 20px;
}

del {
    color: #ef6464;
}

.rating i {
    color: #ef6464;
}

/***buttons***/
.btn {
    border: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn i {
        margin-left: 8px;
    }

.btn-3d {
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.btn-lg {
    padding: 12px 30px;
}

.btn-light-dark {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

    .btn-light-dark:hover, .btn-light-dark:focus {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.9);
    }

.btn-skin {
    background-color: #000000;
    color: #fff;
}

.btn-skin:hover, .btn-skin:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
}

/**breadcrumb**/
.breadcrumb-wrapper {
    padding: 30px 0;
    background-color: #333;
}

.breadcrumb-wrapper h1 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

/**header style**/
.header {
    /*background-color: #f2f2f0;*/
    padding-bottom: 1px;
}

    .header .top-bar {
        background-color: #fff;
        height: 30px;
        
        /*border: 1px solid #000;*/
        /**top bar dropdown**/
    }

.header .top-bar span {
    color: #999;
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.header .top-bar ul {
    margin: 0;
    padding: 0;
}

    .header .top-bar ul li {
        vertical-align: middle;
        line-height: 29px;
        font-size: 12px;
        color: #999;
    }

.header .top-bar ul li i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.header .top-bar ul li a {
    color: #333;
    display: block;
}

.header .top-bar ul li a img {
    margin-right: 5px;
}
/* 
    Header/search box
*/
.hdrsearch {
    position: relative;
    top: 3px;
    width: 180px;
    max-width: 200px;
    border-radius: 1px 1px;
    border: 1px solid #000;
}
.branding {
    height: 60px;
    color: #000;
    top:-5px;
    border: 0px solid red;
}

    .branding #identity {
        height: 60px;
        width: 100%;
        
        margin-top: 0px;
        margin-bottom: 1px;
        /*background-color: #f2f2f0;*/
        z-index: 9998;
        border-top: 1px solid #f2f2f0;
        border-left: 1px solid #f2f2f0;
        background-image: url('../images/identity_bg.png');
        background-repeat: repeat;
    }

.branding #identity h3 {
    padding-top: 20px;
    padding-left: 7px;
    font-size: 16px;
    font-weight: bold;
}

.branding a {
    color: #000;
}

    .branding #logo {
        background-color: #fff;
        height: 60px;
        border-top: 1px solid #f2f2f0;
        border-right: 1px solid #f2f2f0;
    }

.branding img {
    height: 100%;
}

.branding #identity #desktop {
    display: block;
}

.branding #identity #mobile {
    display: none;
}
/**main navigation**/
.navigation {
    height:100px;
    width: 100%;
    padding-bottom:5px;
}
.mega-menu {
    margin: 0 auto;
    padding: 0;
    display: block;
    float: none;
    position: relative;
    z-index: 999;
    
    width: 100%;
    font-size: 16px;
    font-family: Open Sans,sans-serif;
    min-height: 50px;
    clear: both;
    box-sizing: border-box
}
.navbar-brand {
    display: none;
}

.navbar-default {
    background-color: #fff;
    border: 0px solid #000;
    /*margin-top: -15px;
    margin-left: -15px;
    
    float: none;
    max-width: 1200px;
    
    margin-right: 50px;
    padding-right: 10px;
    margin-bottom: 5px;*/
    width: 100%;
    -webkit-box-shadow: 0 3px 0 0 #f5f5f5;
    -moz-box-shadow: 0 3px 0 0 #f5f5f5;
    -ms-box-shadow: 0 3px 0 0 #f5f5f5;
    box-shadow: 0 3px 0 0 #f5f5f5;
    width: 100%;
    z-index: 99;
    -moz-transition: all0 0.3s;
    -o-transition: all0 0.3s;
    -webkit-transition: all0 0.3s;
    transition: all0 0.3s;
}

.navbar-default .navbar-brand {
    font-size: 30px;
}

.navbar.sticky {
    z-index: 999 !important;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    /*text-transform: uppercase;*/
    font-weight: 600;
    font-size: 13px;
}

.navbar-default .navbar-brand > img {
    margin-top: -5px;
}
.navbar-nav {
    /**/
    width: 100%;
    border: 0px solid red;
    margin-top: -14px;
    /*padding-left: 50px;
    padding-right: 100px;*/
}
    .navbar-nav > li {
        text-align: center;
        width: 20%;
        height:50px;
        background-color: #eee;
        color: #000;
        line-height:40px;
        border-right: 1px solid #bdbdb3;
        border-top: 1px solid #bdbdb3;
        border-bottom: 1px solid #bdbdb3;
    }
        .navbar-nav > li:first-child {
            border-left: 1px solid #bdbdb3;
        }
    .navbar-nav > li:last-child {
        padding-right: 0px;
    }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

.navbar-right i {
    font-size: 16px;
}

.navbar-right .badge {
    background-color: #000000;
    font-size: 9px;
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #fff;
    background-color: #f60;
}
/**dropdown**/
.dropdown-menu {
    padding: 0px;
    border: 2px solid #eee;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    min-width: 190px;
}

.dropdown-menu > li > a {
    padding: 7px 20px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 300;
}


#divMain
{
    width: 92%;
    /*min-height:710px;*/
}
.footer {
    padding: 60px 0;
    background-color: #3d3d3d;
}

.footer h3 {
    color: #eee;
    /*text-transform: uppercase;*/
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 16px;
}

    .footer p {
        color: #bcbdc1;
        margin-bottom: 20px;
        line-height: 24px;
    }

.footer ul.social-footer li {
    padding: 0px 3px;
}

.footer ul.social-footer li a {
    display: block;
    color: #fff;
    font-size: 20px;
    color: #aaa;
}

.footer ul.social-footer li a:hover {
    color: #eee;
}

.footer .tweet ul {
    list-style: none;
    padding: 0px;
}

.footer .tweet ul li {
    color: #bbb;
    padding-bottom: 6px;
    position: relative;
    padding-left: 25px;
}

.footer .tweet ul li:before {
    content: "\f099";
    font-family: 'FontAwesome';
    color: #eeeeee;
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.footer .tweet ul li a {
    color: #fff;
}

.footer .tags a {
    display: block;
    float: left;
    padding: 3px 10px;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 3px;
    text-transform: capitalize;
    color: #bbb;
}

.footer .tags a:hover {
    border-color: rgba(255, 255, 255, 0.6);
    color: #eee;
}

.footer .media .media-heading {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.footer-bottom {
    padding-top: 10px;
    background-color: #3d3d3d;
    color: #fff;
    max-height: 60px;
}

.footer-bottom .list-inline {
    padding: 0 0;
}

.footer-bottom .list-inline li {
    padding: 0px;
}

.footer-bottom .list-inline li:before {
    content: "|";
    margin: 0px 10px;
}

.footer-bottom .list-inline li:first-child:before {
    content: "";
}

.footer-bottom .list-inline li:last-child:before {
    content: "";
}

.footer-bottom .list-inline li a {
    color: #bbb;
}

.footer-bottom .list-inline li a:hover {
    color: #fff;
}

/*.footer-bottom .payment {
display: block;
margin: 20px auto;
margin-top: 0px;
}*/

/**revolution slider**/
.slider-title {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    padding: 10px 30px;
    background-color: rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

.slider-caption {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.slider-button a {
    display: inline-block;
    padding: 12px 40px;
    color: #fff;
    background-color: #000000;
}

/**feaatures box **/
.features-box {
    padding: 15px;
    background-color: #fff;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .features-box .icon {
        float: left;
        width: 50px;
        margin-right: 20px;
        text-align: center;
    }

        .features-box .icon i {
            color: #000000;
            font-size: 30px;
        }

    .features-box .text {
        overflow: hidden;
    }

        .features-box .text h3 {
            color: #000000;
            font-size: 19px;
        }

        .features-box .text p {
            margin-bottom: 0px;
        }

    .features-box.blue {
        color: #fff;
        background-color: #000000;
    }

        .features-box.blue .icon i {
            color: #fff;
        }

        .features-box.blue .text h3 {
            color: #fff;
        }

/**banner blocks**/
.blocks-main .blocks-col {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

    .blocks-main .blocks-col .block-overlay {
        position: absolute;
        left: 12%;
        bottom: 40px;
        margin: 0 auto;
        text-align: center;
        padding: 5px 15px;
        width: 75%;
        -moz-transform: translateZ(0px);
        -o-transform: translateZ(0px);
        -ms-transform: translateZ(0px);
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        background-color: rgba(255, 255, 255, 0.8);
        backface-visibility: hidden;
    }

        .blocks-main .blocks-col .block-overlay:before {
            content: '';
            position: absolute;
            border: rgba(255, 255, 255, 0.3) solid 3px;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -moz-transition: all0 0.3s;
            -o-transition: all0 0.3s;
            -webkit-transition: all0 0.3s;
            transition: all0 0.3s;
            -webkit-transition-property: top, right, bottom, left;
            transition-property: top, right, bottom, left;
        }

        .blocks-main .blocks-col .block-overlay h4 {
            margin-bottom: 0px;
            color: #000;
        }

        .blocks-main .blocks-col .block-overlay p {
            margin: 0px;
            color: #666;
        }

    .blocks-main .blocks-col:hover .block-overlay:before {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
    }

/* Text blocks*/
.column {
    float: left;
    width: 33.33%;
}

.text-block{   
    padding:0;
    margin:0;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 3px solid #f60;
}
    .text-block .hdr {
        height: 40px;
        border-bottom: 1px solid #999;
        padding-left: 15px;
        padding-right: 5px;
    }
.text-block h3{
    font-weight:bold;
    height: 40px;
    font-size: 1.2em;
    margin-top: 15px;
   
}
.text-block img
{
    float: right;
}
    .text-block p {
        padding-left: 15px;
        padding-right: 5px;
    }
.text-block li a:before
{
    content: url("../images/play-button.png");
}
/** Side Menu on detail pages **/
.side-menu {
    width:90%;
    background-color: #f5f5f5;
    border-left: 3px solid #999;
}
.side-menu-hdr {
    width: 100%;
    height: 36px;
    background-color: #000;
    padding-top:6px;
    color: #fff;
    padding-left: 2px;
}
    .side-menu-hdr a {
        margin-left: 2px; 
        color: #fff;
        font-weight: bold;
    }
        .side-menu-hdr:before {
            content: url("../images/play-button.png");
        }
.side-menu-list {
    width: 100%;
}
    .side-menu-list ul {
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .side-menu-list li {
        /*margin: 5px;
        padding: 0;*/
        padding-left:5px;
        height: 30px;
        padding-top: 5px;
        border-bottom: 1px solid #999;
    }
    .side-menu-list li a {
        margin-left: 5px;
        width: 100%;
    }
    .side-menu-list li:before {
        content: url("../images/play-button.png");
    }
        .side-menu-list li:hover
        {
           
            background-color: #f60;
        }
            .side-menu-list li:hover a {
                color: #fff;
            }
.aselected {
    background-color: #f60;
    color: #fff;
}
/**sidebar**/
.sidebar-widget {
    padding-bottom: 30px;
}

    .sidebar-widget h3 {
        text-transform: uppercase;
        text-align: left;
        font-size: 15px;
        color: #000;
        background-color: #f5f5f5;
        padding: 10px 20px;
        margin-bottom: 30px;
    }

    .sidebar-widget ul li {
        padding: 6px 0;
    }

        .sidebar-widget ul li a {
            color: #999;
        }

    .sidebar-widget .media .media-heading {
        font-weight: 400;
        text-transform: uppercase;
        font-size: 13px;
        color: #000;
    }

    .sidebar-widget .media .price {
        display: block;
    }

    .sidebar-widget .color-box {
        width: 20px;
        height: 20px;
        float: left;
        margin: 3px;
        display: block;
    }

        .sidebar-widget .color-box.gray {
            background-color: #f5f5f5;
        }

        .sidebar-widget .color-box.black {
            background-color: #000;
        }

        .sidebar-widget .color-box.blue {
            background-color: #859cbc;
        }

        .sidebar-widget .color-box.yellow {
            background-color: #c8c258;
        }

        .sidebar-widget .color-box.red {
            background-color: #a30014;
        }

#copyright1 {
    color: #fff;
}
/* 
 small images in the middle
*/
.img-block {
    padding: 0;
    margin: 0;
}
.txt-img-block {
    display: block;
    width: 279.5px;
    float: left;
    padding: 0;
    margin: 0;
}

    .txt-img-block:hover div.txt-img-block-container {
        -webkit-transition: opacity 0.3s ease-in;
        -moz-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
        opacity: 0.7;
    }

    .txt-img-block div.txt-img-block-container {
        position: relative;
        margin: 0 !important;
        padding: 0 !important;
    }

    .txt-img-block a {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        outline: none;
        border: none;
    }

    .txt-img-block div.txt-img-block-container img {
        height: auto;
        width: 279.5px;
        margin: 0 !important;
        padding: 0 !important;
        display: block;
    }

    .txt-img-block div.txt-img-block-container h3 {
        border-collapse: collapse;
        width: 100%;
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        height: 52px;
        min-height: 52px;
        color: #fff;
        font-size: 15px;
        background-color: #333;
        display: table;
        background: url('/includes/images/arw2.png') 95% 50% no-repeat rgba(0,0,0,0.7);
    }

        .txt-img-block div.txt-img-block-container h3.external {
            background: url('/includes/icon_feature_popup.png') 95% 50% no-repeat rgba(0,0,0,0.7);
        }

        .txt-img-block div.txt-img-block-container h3 span {
            display: table-cell;
            vertical-align: middle;
            padding: 0 15px;
            background: none;
        }
.wpb_content_element.border {
    border: solid #f60;
    border-width: 3px 0 0 0;
}
/* Media queries */

@media (max-width: 767px) {
    #breadcrumb
    {
        display:none;
    }

    .branding{
        display:none;
    }
     .branding #identity {
        /*left: -25px;*/
        margin-top: 50px;
        min-height: 60px;
    }

        .branding #identity #desktop {
            
            display: none;
        }

        .branding #identity #mobile {
            width: 100%;
            padding-top: 2px;
            display: block;
        }
        .branding #identity #logo {           
            position: relative;
            top: -17px;
            border: 0px solid red;
            display: block;
            float: right;
        }

        #space1, #space2{
            display:none;
        }
        .branding #identity #mobile h3 {
            font-size: 10px;
        }
    #navbar {
        width: 100%;
        background-color: #000;
        color: #fff;
        font-size: 1.5em;
    }
    .navbar-toggle {
        float: left !important;
        margin: 8px !important;
        /*padding: 9px 17px !important; */
    }

    .navbar-brand {
        margin:0 0 0 0;
        border: 0px solid #fff;
        display: block;
        float: right !important;
        padding: 1px 0px 0px 0px;
    }
    /*.navbar-brand img
    {
        margin-top: 5px;
    }*/
        .navbar {
            background-color: #000;
            position: absolute;
            top: 0;
            left: 0;
            height: 40px;
            width: 100%;
        }

    .navbar-default {
        padding: 0 0 0 0;
        margin: 5px 0 0 0;
        border: 0px;
    }
    /*.navbar-default >li {
        width:100%;
    }*/
    .navbar-nav {
        margin: 5px 0 0 0;
        text-align:left;
        padding-bottom:2px;
    }
        .navbar-nav > li {
            background-color: #000;
            width: 100%;            
            text-align: left;
        }
            /*.navbar-nav > li:first-child
            {
                margin-left:-2px;
                padding-right: 2px;
            }*/

            .navbar-nav > li > a {
                background-color: #000;
                color: #fff;
                /*font-size: 1.5em;*/
                font-weight: normal;
            }
        .navbar-nav > li.dropdown > a::after {
            content: url('../images/arw_btn_small_grey.png');
            position: absolute;
            left: 90%;
        }

        .navbar-nav > li.dropdown > a:hover::after {
            content: url('../images/bottom-arrow-hover.png');    
            position:absolute;
            left: 90%;
        }
    .navbar-default .navbar-nav > li > a {
        color: #fff;
        /*text-transform: uppercase;*/
        font-weight: normal;
        font-size: 13px;
    }
    .navbar-default .navbar-nav > li {
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    #divMain {
        width: 100%;
        margin-top:30px;
        margin-left: 5px;
        margin-right: 5px;
        /*height: 100%;*/
    }
    .footer-bottom {
        padding: 0 0;
        height: 60px;
    }

        .footer-bottom .list-inline li:last-child {
            float: left;
        }
    #copyright1{
        margin-left:10px;
        color: #000;
    }
    #mobilesearch {
        display: block;
    }
    /**/
    /* text block with image - responsive */

    .img-block {
        padding: initial;
        margin: initial;
        min-height: 60px;
    }
    .txt-img-block {
        width: 100%;
        min-height: 60px;
        padding-left: 20px;
    }
    .txt-img-block div.txt-img-block-container {
        position: static;
        display: table;
        width: 100%;
    }

        .txt-img-block div.txt-img-block-container img {
            width: 100%;
            display: table-cell;
        }

    div.border div.txt-img-block-container img {
        border-left: 2px solid #f60;
    }
    /*#main{
        margin-left: -5px;
     }*/
    .txt-img-block div.txt-img-block-container h3 {
        font-size: 12px;
        background-position: 95% 50%;
        display: table-cell;
        width: 69%;
        position: static;
        vertical-align: middle;
        height: 100%;
    }

        .txt-img-block div.txt-img-block-container h3 span {
            display: block;
            padding: 0 25px 0 15px;
        }

    .wpb_content_element.border {
        border: solid #fff;
        border-width: 15px 0 0 0;
    }
    .navbar-header
    {       
        height:60px;
        margin-top: 0px;
        /*margin-left: 15px;*/
        width: 100%;
    }
    nav{
        width: 100% !important;
    }

    .mainContentLeft {
        width:100%;
        float: left;
        padding-left:5px;
        padding-right:5px;
    }

    .mainContentRight {
        display:none;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        padding: 15px 0;
    }
    #space1, #space2 {
        display: block;
    }
        .navbar-default .navbar-nav {
            padding-bottom: 0px;
            padding-right: 0px;
    }
    #copyright1 before {
        content: "";
    }
    
    #navbar {
       display: block;
    }

    #mobilenav {
        display: none;
    }
    .footer-bottom .list-inline li:last-child {
        float: right;
    }

    #mobilesearch {
        display: none;
    }
    .navbar-nav > li.dropdown > a::after {
        content: url('../images/bottom-arrow.png');
        position: absolute;
        left: 45%;
        top: 30px;
    }

    .navbar-nav > li.dropdown > a:hover::after {
        content: url('../images/bottom-arrow-hover.png');
        position: absolute;
        left: 45%;
        top: 30px;
    }
    .col-sm-3 .col-md-3 .col-lg-3 {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        text-align: left;
    }
    .blocks-col
    {
        padding: 0 0 0 0;
        width:104%;
        left: -10px;
    }
    .blocks-col img{
        width:100%;
    }
    .mainContentLeft{
        width: 72%;
        float: left; 
    }
    .mainContentRight {
        float: right;
        width: 26%
    }
}
section ol a{
    text-decoration: underline;
}