/*
Theme Name:   marketpowerpro
Theme URI:    http://www.mlmbuilder.com
Description:  Multisoft MLM Builder Theme
Author:       Multisoft Corporation
Author URI:   http://www.multisoft.com
Template:     Divi
*/
@import url("../Divi/style.css");
@import url("../mppinfo2/style.css");


/* #9A0169 #DBDBDB #37BACE #B2AC9B*/
ul.et_pb_tabs_controls {
    width:99%;
    margin-left:auto;
    margin-right:auto;
}
body:not(.home) .et_nav_text_color_dark #top-menu>li>a{
color:white;
}
.et_header_style_left #logo{
padding-bottom:15px
} 
.mobile_menu_bar{
padding-top: 10px
}
#logo {
    margin: 21px 0 0 30px !important;
}
.et_non_fixed_nav.et_fullwidth_nav.et_header_style_left #main-header .container{
    padding-bottom: inherit ;
}
.et_pb_tabs .et_pb_tabs_controls li {
    display: inline-flex;
    float: none;
    vertical-align: middle !important;
}
.et_pb_tabs_controls li.et_pb_tab_active {
    background-color: #F7F3EB !important;
}
.et_pb_toggle_close h5.et_pb_toggle_title{
padding-left:20px;
}
.et_pb_toggle_close.et_pb_toggle_0 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1   FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "f0e8";
position:absolute;
left:0px;
top:4px;
}
.et_pb_toggle_close.et_pb_toggle_1 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1   FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "f132";
position:absolute;
left:0px;
top:4px;
}
#top-menu li a, .et_search_form_container input {
    padding-top: 25px;
    margin-bottom: 20px;
}
.try_mpp {
    background: url(https://marketpowerpro.com/wp-content/uploads/2017/08/try_mpp_button.png) no-repeat scroll left top transparent;
    width: 163px;
    height: 57px;
}
#main-header {
    border-bottom: 3px solid #FF6600;
}

/*icon*/
.try_mpp a {
font-size: 0!important;
}
/*mobile*/
@media screen and (max-width: 800px){
.et_pb_tabs .et_pb_tabs_controls li { 
border-right: 0.1px solid #393318;}
}
/*Hover Icons*/
        .service {
            height: 142px;
            position: relative;
            padding-top: 20px;
            transition-delay: 1s;
            overflow: hidden;
        }
        .service:hover {
            overflow: visible;
        }
        .service .popup {
            display: block;
            position: relative;
            z-index: -1;
            width: 100%;
            font-size: 14px;
            line-height: 1.7;
            text-align: left;
            padding: 15px;
            color: #fff;
            background: #000;

            /* Animate Off */
            position: absolute;
            bottom: 160px;
            left: 0;
            opacity: 0;
        }
        .service .popup:after {
            content: "";
            display: block;
            position: absolute;
            bottom: -11px;
            left: 50%;
            width: 28px;
            height: 11px;
            margin: 0 0 0 -14px;
            border-top: #000 11px solid;
            border-left: transparent 14px solid;
            border-right: transparent 14px solid;
        }
        .service .circle {
            border: none;
            display: block;
            position: relative;
            width: 98px;
            height: 98px;
            margin: 0 auto 30px auto;
            border-radius: 50px;

            -webkit-box-shadow: inset #dfdfdf 0 0 0 1px;
            -moz-box-shadow: inset #dfdfdf 0 0 0 1px;
            box-shadow: inset #dfdfdf 0 0 0 1px;
        }
        .service .circle, .service .circle .fa, .service .popup {
            -webkit-transition-duration: .35s;
            -moz-transition-duration: .35s;
            -o-transition-duration: .35s;
            transition-duration: .35s;
        }
        .service .circle .fa{
            color: #ff6600;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            font-size: 40px;
            line-height: 100px;
            text-align: center;
            text-decoration: none;
        }

        .service .circle:before {
            content: "";
            display: block;
            position: absolute;
            top: 7px;
            left: 7px;
            width: 84px;
            height: 84px;
            border-radius: 50px;
            background-color: #ff6600;

            /* Animate off */
            -webkit-transition-duration: .35s;
            -moz-transition-duration: .35s;
            -o-transition-duration: .35s;
            transition-duration: .35s;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -o-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
        }

        /* Animate hover */
        .service:hover {
            /*overflow: visible;*/
        }
        .service:hover .circle .fa {
            color: #fff;
        }
        .service:hover .circle {
            box-shadow: 0 0 0 5px #FF6600 inset;
            -webkit-box-shadow: inset #FF6600 0 0 0 5px;
            -moz-box-shadow: inset #FF6600 0 0 0 5px;
            -ms-box-shadow: inset #FF6600 0 0 0 5px;
            -o-box-shadow: inset #FF6600 0 0 0 5px;
            box-shadow: inset #FF6600 0 0 0 5px;
        }
         .service:hover .circle:before {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
        .animated-in,
        .animated-out {
            -webkit-transition-timing-function: cubic-bezier(0.13, .71, .3, .94);
            -moz-transition-timing-function: cubic-bezier(0.13, .71, .3, .94);
            -o-transition-timing-function: cubic-bezier(0.13, .71, .3, .94);
            transition-timing-function: cubic-bezier(0.13, .71, .3, .94);
            -webkit-transition-duration: 1s;
            -moz-transition-duration: 1s;
            -o-transition-duration: 1s;
            transition-duration: 1s
        }
        .animated-out {
            -webkit-transform: translateY(35px);
            -moz-transform: translateY(35px);
            -o-transform: translateY(35px);
            -ms-transform: translateY(35px);
            transform: translateY(35px);
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0
        }
        .animated-in {
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -o-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

        /* Popup animate */
        .service:hover .popup {
            bottom: 140px;
            opacity: 1;
        }
        .item {
            width: 162px;
            display: inline-block;
            vertical-align: top;
        }
        .item h5 {
            text-transform: uppercase;
            text-align: center;
            font-weight: 700;
        }
.et-cart-info { display:none; }
/*Button*/
.home .btn {
    border: 2px solid #000;
    border-radius: 4px;
    padding: 7px 11px;
    margin: 0 5px;
    font-size: 13px;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: 700;
}

.home .btn > a[rel="wp-video-lightbox"] {
    color: inherit;
}

.home .btn > a[rel="wp-video-lightbox"]:before {
    content: none;
}

.home .btn-1 {
    background: #FF7700;
    color: #FFF;
}

.home .btn-1:hover {
    background: #ECECEC;
    color: #333;
}

.btn-2 {
    background: #ECECEC!important;
    color: #333!important;;
}

.btn-2:hover {
    background: #333!important;;
    color: #FFF!important;;
}

a.btn-small.et_pb_button.et_pb_bg_layout_light {
    color: #FFF;
    background: #FF6600;
    border: none;
    font-size: 11pt;
    font-family: 'Raleway';
    font-weight: 600;
}

.et_pb_button:hover:after, .et_pb_more_button:hover:after, .et_pb_promo_button:hover:after, .et_pb_newsletter_button:hover:after, .et_pb_pricing_table_button:hover:after {
    font-size: 19pt;
}

.circle.fa-lg {
    padding-top: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: #666 1px solid;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.circle {
    padding-top: 4px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: #666 1px solid;
    text-align: center;
    margin-right: 5px;
    margin-top: 10px;
}
.inline-block {
    display: inline-block;
}

/*Skype*/
#SkypeButton_Call_multisoftrob_1 {
    display: inline-block;
}

#SkypeButton_Call_multisoftrob_1 li:before {
    content: none !important;

}

#SkypeButton_Call_multisoftrob_1 li {
    margin-bottom: -3px;
    margin-top: -9px;
}

#SkypeButton_Call_multisoftrob_1 li > a {
    line-height:16px !important;
}

#SkypeButton_Call_multisoftrob_1 ul {
    z-index: 2;
    margin-top: -25px;
}
/*Blurb*/
.no-paragraph p {
    padding-bottom: 0 !important;
}
.no-paragraph .et_pb_blurb_content {
	padding-bottom:20px;
}
.et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image {
	width:48px;
}

.blurb-card {
    padding: 40px 20px;
    border: #CCC 1px solid;
    border-radius: 4px;
    background: #FFF;
    line-height:1.3em;
}

.blurb-card h2 {
    font-size: 50px;
}

.blurb-card img {
    border-radius: 50%;
    margin: 25px;
}

.blurb-card p {
    padding: 0;
}

div.blurb-card:hover {
    background: #A3D063;
    color: #FFF;
}
div.blurb-card:hover a, div.blurb-card:hover h2, div.blurb-card:hover h1, div.blurb-card:hover h3, div.blurb-card:hover h4, div.blurb-card:hover h5, div.blurb-card:hover h6 {
    color: #FFF;
}

.blurb-quote h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    line-height: 1em;
    color: #41454a;
}

.blurb-quote {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 44px;
    color: #41454a;
    padding-left:48px;
}

.blurb-quote:before {
    content:'\f10d';
    position:absolute;
    left:0px;
    display:block;
    font-family:'FontAwesome';
    font-size:44px;
    margin: 0px 10px 0 0;
}
#footer-widgets {
    padding-top: 20px;
}

.footer-widget h4.title {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-widget .textwidget em {
    color: #e96f23;
    font-style: normal;
}

.footer-logo {
	display:none;
	position: absolute;
    	bottom: 7px;
    	left: 0;
}

#footer-widgets {
	position:relative;
}
#footer-bottom {
    display: none;
}
#et-footer-nav {
    z-index: 1;
    background-color: #1f1f1f;
    height: 80px;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}

.nav-tools {
	border-bottom:1px solid #E0E0E0;
}
.nav-tools a {
	color:#999;
}
/*font*/
#top-menu a {
    font-weight: 400;
    text-transform: uppercase;
a[rel="wp-video-lightbox"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
a[rel="wp-video-lightbox"] {
    color: #999;
}
.lead h2 {
	font-size: 40px;
	text-transform:uppercase;
	font-family:'Raleway';
	font-weight: 600;
}
.lead2 h2 {
    font-family:'Raleway';
    font-weight:400;
    font-size:30px;
    text-transform: uppercase;
    letter-spacing: 5pt;
    color:#333;
    padding-top:25px !important;
    padding-bottom:25px !important;
    border-top:#F05A00 1px solid;
    border-bottom:#F05A00 1px solid;
}
.lead3 h2 {
    font-size: 60px;
    color: #002F43;

}

/*Jumbotron*/
.jumbotron {
    height: calc(100vh - 336px);
    background-position:center center;
}
.jumbotron div > h3 {
    font-size: 28pt;
    font-family: 'Raleway';
    color: #14455B;
    letter-spacing: -2px;
}
.jumbotron div > h2 {
    font-size: 32pt;
    font-family: 'Raleway';
    color: #14455B;
    letter-spacing: -2px;
    padding: 0;
    line-height: .7;
}
@media(max-width: 710px) {
    .jumbotron{min-height: 250px; height: 250px; background-size: auto 100%;}
    .jumbotron-content{display: none;}
}
@media(max-width: 980px; min-width: 711px;) {
    .jumbotron{min-height: 600px; height: 600px; background-size: auto 100%;}
    .jumbotron-content{display: none;}
}
.menu-button {
    background: #FF6600;
    padding: 10px !important;
    border-radius: 5px;
}

.menu-button > a {
    padding-bottom: 0 !important;
    color: #FFF !important;
}
#menu-footer {float:right;display: inline-block;width: 75%;}

#menu-footer li {
    padding-right: 10px;
}

#menu-footer li a {
    color: #FFF;
    font-size: 12px;
}

#et-footer-nav .float-left {
    color: #FFF;
    padding-top: 15px;
    display: inline-block;
}
.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 24px;
}

.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container, .et_fixed_nav.et_show_nav #page-container {
    padding-top: 65px;
}

.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
    padding-top: 105px;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-left: 0 !important;
    padding-top: 25px;
}

#main-header {
    border-bottom: 3px solid #FF6600;
	background: #195790;
}
.home #main-header {
	background: #FFF;
	color: black;
}
/*mmpinfo2*/
.mpp_free_try>a {
    background: rgba(240,90,0,0.9)!important;
    border-radius: 6px;
    padding: 10px 20px 10px 10px !important;
}

.mpp_free_try>a:first-child:after{
    position: absolute;
    top: 10px;
    right: 5px;
    font-family: ETmodules;
    font-size: 16px;
    font-weight: 800;
    content: "5";
}
.et_pb_toggle_close h5.et_pb_toggle_title{
    padding-left:20px;
}
.et_pb_toggle_close.et_pb_toggle_0 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0e8";
    position:absolute;
    left:0px;
    top:4px;
}
.et_pb_toggle_close.et_pb_toggle_1 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f132";
    position:absolute;
    left:0px;
    top:4px;
}
.et_pb_toggle_close.et_pb_toggle_2 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0c0";
    position:absolute;
    left:0px;
    top:4px;
}
.et_pb_toggle_close.et_pb_toggle_3 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0f7";
    position:absolute;
    left:0px;
    top:4px;
}
.et_pb_toggle_close.et_pb_toggle_4 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f108";
    position:absolute;
    left:0px;
    top:4px;
}
.et_pb_toggle_close.et_pb_toggle_4 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f02c";
    position:absolute;
    left:0px;
    top:4px;
}
.et_pb_toggle_close.et_pb_toggle_5 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f07a";
    position:absolute;
    left:0px;
    top:4px;
}
.et_pb_toggle_close.et_pb_toggle_6 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f07a";
    position:absolute;
    left:0px;
    top:4px;
}
.et_pb_toggle_close.et_pb_toggle_7 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f1d8";
    position:absolute;
    left:0px;
    top:4px;
}
.et_pb_toggle_close.et_pb_toggle_8 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0d1";
    position:absolute;
    left:0px;
    top:4px;
}
.et_pb_toggle_close.et_pb_toggle_9 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f09d";
    position:absolute;
    left:0px;
    top:4px;
}
.et_pb_toggle_close.et_pb_toggle_10 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f007";
    position:absolute;
    left:0px;
    top:4px;
}
.et_pb_toggle_close.et_pb_toggle_11 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0a1";
    position:absolute;
    left:0px;
    top:4px;
}
.et_pb_toggle_close.et_pb_toggle_12 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f080";
    position:absolute;
    left:0px;
    top:4px;
}
.et_pb_toggle_close.et_pb_toggle_13 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0fe";
    position:absolute;
    left:0px;
    top:4px;
}
.et_pb_toggle_close.et_pb_toggle_14 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f085";
    position:absolute;
    left:0px;
    top:4px;
}
.et_pb_toggle_close.et_pb_toggle_15 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0d6";
    position:absolute;
    left:0px;
    top:4px;
}
.et_pb_toggle_close.et_pb_toggle_16 h5.et_pb_toggle_title:after{
    display: inline-block;
    font: normal normal normal 14px/1 	FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0ac";
    position:absolute;
    left:0px;
    top:4px;
}
/*Form*/
input[type="text"], input[type="email"], input[type="tel"], textarea {
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    box-shadow: 0 2px 3px rgba(0,0,0,.05) inset;
    color: #777;
    font-family: inherit;
    font-size: 12pt;
    transition: .25s all;
}

label {
    font-family: inherit;
    font-weight: 600;
    line-height: 2em;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
    border-color: #F68A1F;
}

input[type="submit"] {
    background: #333333;
    border: none;
    padding: 10px 20px;
    font-family: inherit;
    color: #FFF;
    font-weight: 600;
    font-size: 12pt;
    text-transform: uppercase;
}

.offices {
    float:left;
    width:20%;
}

@media(max-width: 980px) {
    .offices {float:none; display:inline-block; width: 45%; vertical-align:top;}
}

.lead2 .container2 h2 {
    border: none;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 19pt;
    font-family: inherit;
    margin-top: 25px;
    padding-bottom: 10px !important;
}

.prod-gateways {
    padding: 25px 0 !important;
    list-style: none;
}

.prod-gateways > li {
    display: inline-block;
    width: 24%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.prod-gateways > li > a {
    color: #177cb8;
}

.prod-gateways > li > a:hover {
    color: #2a6496;
}

.ewallet-partners {
    border: none !important;
    text-align: center;
}

.ewallet-partners td {text-align: center;border: none !important;}

.ewallet-partners img {
    -webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
    filter: grayscale(90%);
    opacity: .6;
    transition: .5s all ease-in-out;
}

.ewallet-partners img:hover {
    -webkit-filter: grayscale(0%);
    opacity: 1;
    filter: grayscale(0%);
}

.addon a[rel="wp-video-lightbox"] {
    color: #666;
}

a[rel="wp-video-lightbox"]:after {content: '';display: inline-block;width: 16px;height: 10px;margin-left: 5px;margin-right: 5px;background: url(http://localhost/mppinfo2/wp-content/uploads/2017/05/video_icon.png);}

a[rel="wp-video-lightbox"]:before {
    content: initial;
}

.widget_breadcrumb_navxt {
    width: 100% !important;
}

#logo {
    margin: 30px 0 0 30px;
}
/*feature*/

#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {
    color: #FFF;
}

#top-menu a {
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
}
#top-header {
    background-color: #195790;
}

.lead p {
	line-height: 1.7em;
	font-size: 20px;
}

a.btn {
	display: inline-block;
	padding: 15px;
	color: #FFF;
}
a.btn:hover {
	color: #222;
}

.et_pb_button, .btn {
    background: #333 !important;
    border: none;
    border-radius:0;
}

.et_pb_module .et_pb_button:hover, .et_pb_button:hover, .btn:hover {
    background: #FFF !important;
    border: none;
    border-radius:0;
}

.et_pb_bg_layout_light.et_pb_module.et_pb_button {
    color: #FFF;
}

.et_pb_bg_layout_light.et_pb_module.et_pb_button:hover {
    color:#333;
}

.et_pb_button:hover:after, .et_pb_more_button:hover:after, .et_pb_promo_button:hover:after, .et_pb_newsletter_button:hover:after, .et_pb_pricing_table_button:hover:after {
    font-size:25pt;
}

.et_pb_gutters3 .et_pb_column_4_4 #bcn_widget-2.et_pb_widget {
    margin: 0 !important;
}

.et_pb_tabs_controls li a {
    padding: 20px 30px;
    font-size: 12pt;
    text-transform: uppercase;
}

.et_pb_tabs_controls .et_pb_tab_active a {
    padding: 20px 30px;
    background:#F7F3EB;
    color:#FF6600 !important;
}

ul.et_pb_tabs_controls {
    text-align: center;
    background: transparent;
    border:none;
}
t
.et_pb_tabs_controls li {
    float: none;
    display: inline-block;
    border: none;
}

.et_pb_module.et_pb_tabs.et_pb_tabs_0 {
    border: none;
}

.et_pb_all_tabs {
}

.et_pb_tab {
    padding: 0;
}

.et_pb_all_tabs {
    border: none;
}

@media(max-width: 980px) {
	.et_pb_active_content {width: 100%;}
	.et_pb_active_content img {float: none; width: 100%;}
}

.orange {
	color: #F07307 !important;
}

.lead2 {
    background: #F7F3EB;
    overflow: auto;
    margin-bottom: 20px;
}

.container2 {
    max-width: 980px;
    margin: auto;
    margin-bottom: 20px;
}

.container3 {
    max-width: 980px;
    margin: auto;
    padding-left: 120px;
    position: relative;
    margin-bottom: 40px;
}

.container3 > img.alignleft {
    position: absolute;
    top: 0;
    left: 0;
}

.second {
    width: 49%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
}

.third {
    width: 33%;
}

.forth {
    width: 24.5%;
}

.text-center {
    text-align: center;
}
.survey {
    display: inline-block;
    vertical-align: top;
}

.survey > li {
    list-style: none;
}

.survey > li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.2em;
  color: #0074D9;
}

.et_pb_toggle_close {
    border:none;
    background: linear-gradient(#195790 0px, #195790 65px, #FAFAFA 65px);
}

.et_pb_toggle_open {
    border:none;
    background: linear-gradient(#A3D063 0px, #A3D063 65px, #FAFAFA 65px);
}

.et_pb_toggle_close h5.et_pb_toggle_title {
    color:#FFF;
    font-weight:700;
}

.et_pb_toggle_open h5.et_pb_toggle_title {
    color:#FFF;
    font-weight:700;
}

.et_pb_toggle_title:before {
    content:'\f067' !important;
    font-family: 'FontAwesome' !important;
    color:#FFF;
}

.et_pb_widget_area .et_pb_widget a {
    color: #FF6600;
}

.et_pb_bg_layout_light .et-pb-controllers a {
    display: none;
}

.et-pb-slider-arrows a {
    color: #FFF !important;
    background: rgba(0,0,0,.9);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
