/* style.dev.css */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

article, aside, footer, header, hgroup, nav, section {
    display: block;
}

body {
    color: #666;
    background-color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
}

body.et_cover_background {
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-position: top center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
}

a {
    color: #2ea3f2;
    text-decoration: none;
}

p {
    padding-bottom: 1em;
}

p:not(.has-background):last-of-type {
    padding-bottom: 0;
}

embed, iframe, object, video {
    max-width: 100%;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
}

h1 {
    font-size: 30px;
}

input {
    -webkit-appearance: none;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
}

input, textarea, select, button {
    font-family: inherit;
}

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

#et-secondary-menu li, #top-menu li {
    word-wrap: break-word;
}

.et-search-form, .nav li ul, .et_mobile_menu, .footer-widget li:before, blockquote {
    border-color: #2ea3f2;
}

#main-header {
    -webkit-transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
    -moz-transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
    transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
}

#main-header.et-disabled-animations * {
    transition-duration: 0s !important;
}

.container {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
}

.container {
    position: relative;
    text-align: left;
}

#main-header {
    position: relative;
    z-index: 99999;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font-weight: 500;
    line-height: 23px;
}

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

.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding-top: 33px;
}

.et_header_style_left .logo_container {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Logo */
#logo {
    display: inline-block;
    float: none;
    max-height: 54%;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

.logo_container {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

span.logo_helper {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

#top-menu-nav, #top-menu {
    line-height: 0;
}

#et-top-navigation {
    font-weight: 600;
}

.et_fixed_nav #et-top-navigation {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
    float: left;
}

#top-menu li {
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
}

#top-menu > li:last-child {
    padding-right: 0;
}

.et-search-form {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.et-search-form input {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    width: 90%;
    margin: auto;
    border: none;
    color: #333;
    background: transparent;
}

.et_search_form_container {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.container.et_search_form_container {
    position: relative;
    height: 1px;
    opacity: 0;
}

span.et_close_search_field {
    display: block;
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    cursor: pointer;
}

span.et_close_search_field:after {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "ETmodules";
    font-size: 32px;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: "\4d";
    speak: none;
}

.container.et_menu_container {
    z-index: 99;
}

.et_search_outer {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

form.et-search-form {
    background: rgba(0, 0, 0, 0) !important;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

#et_mobile_nav_menu {
    display: none;
    float: right;
}

#main-footer {
    background-color: #222;
}

/* Widgets */
#footer-widgets {
    padding: 6% 0 0;
}

.footer-widget {
    float: left;
    color: #fff;
}

.et_color_scheme_orange a {
    color: #edb059;
}

.et_color_scheme_orange .et-search-form, .et_color_scheme_orange .nav li ul, .et_color_scheme_orange .et_mobile_menu, .et_color_scheme_orange .footer-widget li:before, .et_color_scheme_orange .et_pb_pricing li:before {
    border-color: #edb059;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav li {
    position: relative;
    line-height: 1em;
}

.et_pb_widget {
    float: left;
    max-width: 100%;
}

.et_pb_widget a {
    color: #666;
    text-decoration: none;
}

@media all and (min-width: 981px) {
    .et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
        width: 20.875%;
    }

    .et_pb_gutters3 .footer-widget {
        margin-right: 5.5%;
        margin-bottom: 5.5%;
    }

    .et_pb_gutters3 .footer-widget:last-child {
        margin-right: 0;
    }
    /* Sections and Rows */ .et_pb_section {
        padding: 4% 0;
    }
}

/* Clearfix */
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    content: " ";
}

/* Word Break */
.et_pb_gallery_item, .et_pb_portfolio_item, .et_pb_blurb_content, .et_pb_tabs_controls, .et_pb_tab, .et_pb_slide_description, .et_pb_pricing_heading, .et_pb_pricing_content, .et_pb_promo_description, .et_pb_newsletter_description, .et_pb_counter_title, .et_pb_circle_counter, .et_pb_number_counter, .et_pb_toggle_title, .et_pb_toggle_content, .et_pb_contact_main_title, .et_pb_testimonial_description_inner, .et_pb_team_member, .et_pb_countdown_timer_container, .et_pb_post, .et_pb_text, .product, .et_pb_widget {
    word-wrap: break-word;
}

.et_pb_slider .et_pb_slide, .et_pb_section {
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
}

.et_pb_section {
    position: relative;
    background-color: #fff;
}

.et_pb_section.et_section_transparent {
    background-color: transparent;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    content: " ";
}

/* style.dev.css */

/* style.css */

html, body, h1, h2, h3, h4, h5, h6, p, span, ul, li, a {
    font-family: "Roboto" !important;
    /*font-weight: 300 !important;*/
}

.container {
    max-width: 100% !important;
}

#page-container p, #page-container a, #page-container div, #page-container li, #page-container ul, #page-container ol, #page-container b, #page-container td, #page-container tr, #page-container th, #page-container span {
    /*font-family: Gotham Rounded Light !important;*/
    font-family: "Roboto", "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Gotham Rounded", Helvetica, Arial, sans-serif !important;
}

#main-header {
    box-shadow: none;
}

#logo {
    max-height: 34px !important;
}

div#get-newsletter2 {
    border: 2px solid #a7a7a7;
    background: #fff !important;
    border-radius: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

div#page-container {
    padding: 0 !important;
}

body.et_fixed_nav:not(.home):not(.page-id-7198) #et-main-area {
    padding-top: 35px;
}

/* style.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

a {
    background-color: transparent
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}


img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

img {
    vertical-align: middle
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1,.h1 {
    font-size: 36px
}

p {
    margin: 0 0 10px
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

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

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-4 {
        width: 33.33333333%
    }
}

table {
    background-color: transparent
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none
}

input[type="radio"],input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after {
    clear: both
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none !important
    }
}

#main-header,#main-header .nav li ul,.et-search-form,#main-header .et_mobile_menu {
    background-color: #ff7703
}

.et_header_style_centered .mobile_nav .select_page,.et_header_style_split .mobile_nav .select_page,.et_nav_text_color_light #top-menu>li>a,.et_nav_text_color_dark #top-menu>li>a,#top-menu a,.et_mobile_menu li a,.et_nav_text_color_light .et_mobile_menu li a,.et_nav_text_color_dark .et_mobile_menu li a,#et_search_icon:before,.et_search_form_container input,span.et_close_search_field:after,#et-top-navigation .et-cart-info {
    color: #ffffff
}

.et_search_form_container input::-webkit-input-placeholder {
    color: #ffffff
}

.footer-widget {
    color: #ffffff
}

@media only screen and (min-width: 981px) {
    .et_header_style_left #et-top-navigation,.et_header_style_split #et-top-navigation {
        padding:25px 0 0 0
    }


    #logo {
        max-height: 74%
    }
}

@media only screen and (min-width: 1350px) {
    .et_pb_section {
        padding: 54px 0
    }
}

.mobile-signin-signout {
    color: white;
    padding: 10px 5%
}

ul#top-menu {
    padding-left: 40px
}

div#et-top-navigation {
    float: none
}

div#header-sidebar {
    float: right
}

div#et-top-navigation {
    padding-left: 135px!important
}

a.hidden-sm.hidden-xs.signIn_signOut {
    margin-top: -23px!important
}

img#logo {
    margin-left: -8%
}

#top-menu,.fullwidth-menu,nav#top-menu-nav,nav.fullwidth-menu-nav {
    margin-left: 30px
}

body #page-container a.signIn_signOut {
    font-family: 'Roboto'!important;
    font-size: 22px;
    font-weight: 500
}

.et_header_style_left .logo_container {
    width: 90%
}

#main-footer #footer-widgets .footer-widget:nth-child(4) {
    width: 25%
}

#main-footer #footer-widgets .footer-widget:nth-child(2) {
    margin-right: 0px
}

#page-container a.signIn_signOut {
    background: #FF7703;
    border-radius: 12px;
    color: #fff;
    text-decoration: none!important;
    font-weight: bold;
    font-size: 18px;
    line-height: 60px!important;
    text-align: center;
    height: 60px;
    padding: 0px;
    font-family: Lato!important;
    width: 180.43px
}

#main-header,#main-header .nav li ul,.et-search-form,#main-header .et_mobile_menu {
}

html {
    margin-top: 0px!important
}

.et_fixed_nav #main-header,.et_fixed_nav #top-header {
}


.et_pb_section.popup {
    position: relative;
    box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.3), 0 2px 50px 2px rgba(0, 0, 0, 0.2);
    background: #FFF;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
    transition: all 0.3s;
    max-height: 100%;
    pointer-events: all;
}

input.myRange {
    margin: auto;
}

.slider_amount {
    /*margin-left: 14%;*/
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
}

.slidecontainer {
    width: 60%;
    margin: 0 auto;
}

.range-amount {
    width: 60%;
    margin: 0 auto;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #00438b;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: transparent;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%
}

div#page-container {
    padding: 0 !important;
}

/* .range_result {
    position: absolute;
    left: 22%;
} */

/* .range_result:after {
    content: "%";
} */

body.et_fixed_nav:not(.home):not(.page-id-7198) #et-main-area {
    padding-top: 35px;
}

.hide {
    display: none !important;
}