html {  
    -webkit-font-smoothing: antialiased;
}
.dropdown-arrow-inverse {
    font-family:
    border-bottom-color: #666563 !important;
    border-top-color: #666563 !important;
}
/* styles from flat-ui-free2.0.0-fix.less files */
body {
    color: #666563;
    font-family: 'museo_sans300';
    font-size: 14px;
    line-height: 1.231;
}

input,
button,
select,
textarea {
    font-family: 'museo_sans300';
    font-size: 14px;
}

a {
    color: #ed7d00;
    text-decoration: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

    a:hover {
        color: #EDA600;
        text-decoration: underline;
    }

h1,
.h1 {
    font-size: 48px /* 64px */;
}

h2,
.h2 {
    font-size: 41px /* 52px */;
}

h3,
.h3 {
    font-size: 32px /* 40px */;
}

h4,
.h4 {
    font-size: 23px /* 29px */;
}

h5,
.h5 {
    font-size: 21px /* 28px */;
}

h6,
.h6 {
    font-size: 19px /* 24px */;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.2em;
}

h1 {
    font-weight: 700;
}

h2 {
    font-weight: 700;
    margin-bottom: 2px;
}

h3 {
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 2px;
}

h4 {
    font-weight: 500;
    margin-top: 4px;
}

h5 {
    font-weight: 500;
}

h6 {
    font-weight: normal;
}

p {
    font-size: 18.004px;
    /* 18px */
    line-height: 1.722169;
    /* 31px */
}

.lead {
    font-size: 28px;
    /* 28px */
    line-height: 1.4642745000000001;
    /* 41px */
    font-weight: 300;
    margin-bottom: 5px;
}

small {
    font-size: 84%;
    /* 15px */
    line-height: 2.050846;
    /* 31px */
}

blockquote {
    position: relative;
    border-left: none;
    padding-left: 19px;
}

    blockquote p {
        font-size: 20.006px;
        line-height: 1.549829;
        font-weight: normal;
        margin-bottom: .4em;
    }

    blockquote small {
        font-size: 18.004px;
        line-height: 1.722169;
        font-style: italic;
        color: #666563;
    }

        blockquote small:before {
            content: "";
        }

    blockquote:before {
        position: absolute;
        left: 0;
        width: 3px;
        height: 100%;
        top: 0;
        bottom: 0;
        background-color: #ebedee;
        content: "";
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        behavior: url("../../Css/PIE-1.0.0/PIE.htc");
    }

.img-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
}

.img-comment {
    font-size: 14.994px;
    line-height: 1.231;
    font-style: italic;
    margin: 24px 0;
}

.text-primary {
    color: #1abc9c;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #15967d;
}

.text-success {
    color: #2ecc71;
}

a.text-success:hover,
a.text-success:focus {
    color: #25a35a;
}

.text-danger {
    color: #e74c3c;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #b93d30;
}

.text-warning {
    color: #f1c40f;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #c19d0c;
}

.text-info {
    color: #3498db;
}

a.text-info:hover,
a.text-info:focus {
    color: #2a7aaf;
}

.text-inverse {
    color: #ffffff;
}

a.text-inverse:hover,
a.text-inverse:focus {
    color: #cccccc;
}

.muted {
    color: #bdc3c7;
}

a.muted:hover,
a.muted:focus {
    color: #979c9f;
}

footer {
    background-color: transparent;
}

.input-append input {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
}

.bg-white {
    background-color: #ffffff;
}

.bg-black {
    background-color: #000000;
}

.bg-turquoise {
    background-color: #1abc9c;
}

.bg-green-sea {
    background-color: #16a085;
}

.bg-emerland {
    background-color: #2ecc71;
}

.bg-nephritis {
    background-color: #27ae60;
}

.bg-peter-river {
    background-color: #3498db;
}

.bg-belize-hole {
    background-color: #2980b9;
}

.bg-amethyst {
    background-color: #9b59b6;
}

.bg-wisteria {
    background-color: #8e44ad;
}

.bg-wet-asphalt {
    background-color: #666563;
}

.bg-midnight-blue {
    background-color: #2c3e50;
}

.bg-sun-flower {
    background-color: #f1c40f;
}

.bg-orange {
    background-color: #f39c12;
}

.bg-carrot {
    background-color: #e67e22;
}

.bg-pumpkin {
    background-color: #d35400;
}

.bg-alizarin {
    background-color: #e74c3c;
}

.bg-pomegranate {
    background-color: #c0392b;
}

.bg-clouds {
    background-color: #ecf0f1;
}

.bg-silver {
    background-color: #bdc3c7;
}

.bg-concrete {
    background-color: #95a5a6;
}

.bg-asbestos {
    background-color: #7f8c8d;
}

.bg-base {
    background-color: #666563;
}

.bg-firm {
    background-color: #1abc9c;
}

.bg-success {
    background-color: #2ecc71;
}

.bg-danger {
    background-color: #e74c3c;
}

.bg-warning {
    background-color: #f1c40f;
}

.bg-info {
    background-color: #3498db;
}

.bordered {
    border-style: solid;
}

    .bordered.bg-turquoise {
        border-color: #16a085;
    }

    .bordered.bg-emerland {
        border-color: #27ae60;
    }

    .bordered.bg-peter-river {
        border-color: #2980b9;
    }

    .bordered.bg-amethyst {
        border-color: #8e44ad;
    }

    .bordered.bg-wet-asphalt {
        border-color: #2c3e50;
    }

    .bordered.bg-sun-flower {
        border-color: #f39c12;
    }

    .bordered.bg-carrot {
        border-color: #d35400;
    }

    .bordered.bg-alizarin {
        border-color: #c0392b;
    }

    .bordered.bg-clouds {
        border-color: #bdc3c7;
    }

    .bordered.bg-concrete {
        border-color: #7f8c8d;
    }

body {
    overflow-x: hidden;
    color: #666563;
    line-height: 1.29;
}

@media (max-width: 767px) {
    body {
        padding-right: 0;
        padding-left: 0;
    }
}

li {
    line-height: 20px;
}

.btn {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
    line-height: 22px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

    .btn.btn-large {
        font-size: 17px;
        padding: 12px 30px;
        margin-right: 5px;
    }

    .btn > [class^="fui-"] {
        margin-left: 4px;
        margin-right: 4px;
        line-height: inherit;
        display: inline-block;
        vertical-align: top;
    }

.input-group-btn .btn {
    background: #bdc3c7;
    line-height: 22px;
    border: 0;
    margin: 0;
    color: #fff;
    margin-left: 0 !important;
    padding-left: 10px;
    padding-right: 12px;
}

    .input-group-btn .btn:hover {
        background: #cacfd2;
    }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

label {
    line-height: 20px;
}

.carousel {
    line-height: 1;
}

.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 10px;
}

.page-wrapper {
    position: relative;
    z-index: 2;
    background: #fff;
}

.header-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-wrapper,
.header-antiflicker,
body > header .header-background {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.nav-visible .page-wrapper,
.nav-visible .navbar.navbar-fixed-top,
.nav-visible .header-antiflicker,
.nav-visible body > header .header-background {
    -webkit-transform: translate3d(-230px, 0, 0);
    -moz-transform: translate3d(-230px, 0, 0);
    -ms-transform: translate3d(-230px, 0, 0);
    -o-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0);
}

.no-csstransitions .page-wrapper,
.no-csstransitions .header-antiflicker {
    left: 0;
}

.no-csstransitions.nav-visible .page-wrapper,
.no-csstransitions.nav-visible .navbar.navbar-fixed-top,
.no-csstransitions.nav-visible .header-antiflicker {
    left: -230px !important;
    right: auto;
}

.carousel-indicators {
    width: 100%;
}

[class^="fui-"] {
    display: inline-block;
    vertical-align: middle;
}

body > section,
header,
footer {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    body > section,
    header,
    footer {
        padding-right: 5px;
        padding-left: 5px;
    }
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'museo_sans300';
    color: #666563;
}

h1 {
    font-weight: normal;
}

h3 {
    font-weight: normal;
}

img {
    -webkit-backface-visibility: hidden;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    font-family: 'museo_sans300';
    font-size: 16px;
    font-weight: normal;
    color: #666563;
}

a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
    outline: none;
}

.navbar {
    left: 0;
    right: 0;
}

    .navbar .brand {
        padding: 23px 28px 24px 0;
        float: left;
    }

    .navbar .subnav {
        display: none;
    }

    .navbar a {
        -webkit-transition: 0.25s;
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
    }

    .navbar .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .nav > li {
        float: left;
        margin-right: 10px;
        margin-left: 10px;
    }

        .navbar .nav > li > a:hover,
        .navbar .nav > li > a:focus {
            background: #ed7d00;
            color: #ffffff;
        }

    .navbar .navbar-toggle {
        margin: 26px 0 10px;
        color: white;
        background: none;
        padding: 0;
        width: 65px;
        height: 33px;
        /*background: url("../common-files/icons/menu-icon.png") 50% no-repeat;*/
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        behavior: url("../../Css/PIE-1.0.0/PIE.htc");
    }

        .navbar .navbar-toggle:before {
            display: none;
        }

    .navbar .navbar-form .btn {
        height: auto;
        line-height: 22px;
        margin-top: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar .nav > li > a > [class*="fui-"] {
        font-size: 24px;
        margin: -10px 0 0;
        position: relative;
        top: 4px;
    }

    .navbar.navbar-fixed-top {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
        -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
        -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
        -ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
        transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
        max-width: 1170px;
        margin: 0 auto;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-header {
        float: none;
    }
}

.header-19 .navbar-collapse.collapse,
.header-16 .navbar-collapse.collapse {
    display: none !important;
}

@media (max-width: 991px) {
    body .navbar-collapse {
        width: 230px;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100% !important;
        z-index: 1;
    }
}

@media (min-width: 992px) {
    body > .collapse.navbar-collapse {
        display: none !important;
    }
}

body .navbar-collapse#header-19,
body .navbar-collapse#header-16 {
    width: 230px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    z-index: 1;
}

body > .navbar-collapse {
    padding: 25px 0;
    overflow: auto;
    background: #f5f5f5;
    min-height: 100%;
}

    body > .navbar-collapse::-webkit-scrollbar {
        display: none;
    }

    body > .navbar-collapse .pull-right,
    body > .navbar-collapse .pull-left {
        float: none !important;
    }

    body > .navbar-collapse .nav {
        margin: 0 0 10px;
    }

        body > .navbar-collapse .nav > li {
            margin: 0;
        }

            body > .navbar-collapse .nav > li > a {
                display: block;
                padding: 12px 35px;
                border-bottom: 2px solid #24292d;
                font-size: 13px;
                font-weight: normal;
                letter-spacing: 1px;
                color: #5b5e61;
                text-transform: uppercase;
            }

                body > .navbar-collapse .nav > li > a:hover,
                body > .navbar-collapse .nav > li > a:focus,
                body > .navbar-collapse .nav > li > a.active {
                    color: #000000;
                }

                body > .navbar-collapse .nav > li > a:hover,
                body > .navbar-collapse .nav > li > a:focus {
                    background: none;
                }

            body > .navbar-collapse .nav > li.active > a {
                color: #ffffff;
            }

                body > .navbar-collapse .nav > li.active > a:hover,
                body > .navbar-collapse .nav > li.active > a:focus,
                body > .navbar-collapse .nav > li.active > a.active {
                    color: #ffffff;
                }

    body > .navbar-collapse .subnav {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        body > .navbar-collapse .subnav li > a {
            display: block;
            margin: 0;
            padding: 7px 35px;
            font-size: 13px;
            font-weight: normal;
            color: #5b5e61;
            text-transform: capitalize;
        }

            body > .navbar-collapse .subnav li > a:hover,
            body > .navbar-collapse .subnav li > a:focus,
            body > .navbar-collapse .subnav li > a.active {
                color: #ffffff;
            }

    body > .navbar-collapse .navbar-form,
    body > .navbar-collapse .navbar-search {
        padding: 10px 35px;
        margin: 0;
        border-bottom: 0 none;
        border-top: 0 none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        body > .navbar-collapse .navbar-form:focus,
        body > .navbar-collapse .navbar-search:focus {
            outline: 0 none;
        }

        body > .navbar-collapse .navbar-form .btn,
        body > .navbar-collapse .navbar-search .btn,
        body > .navbar-collapse .navbar-form .btn-primary,
        body > .navbar-collapse .navbar-search .btn-primary {
            height: 30px;
            line-height: 20px;
            font-size: 15px;
            color: #5b5e61;
            background: none;
            padding: 0;
        }

            body > .navbar-collapse .navbar-form .btn:hover,
            body > .navbar-collapse .navbar-search .btn:hover,
            body > .navbar-collapse .navbar-form .btn-primary:hover,
            body > .navbar-collapse .navbar-search .btn-primary:hover {
                color: #fff;
            }

.delimiter {
    margin-top: 200px;
}

    .delimiter.line {
        margin-top: 150px;
        margin-bottom: 150px;
        border-top: 2px solid #ebedee;
    }

header {
    padding-top: 100px;
    padding-bottom: 70px;
    z-index: 100;
}

    header .brand {
        font-size: 25px;
        font-weight: normal;
        color: #666563;
        font-family: 'museo_sans300';
        font-weight: 800;
        color: #2c3e50;
    }

        header .brand img:first-child {
            float: left;
            margin: -10px 15px 0 0;
        }

section * {
    /*z-index: 2;*/
}

.background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: 50% 50% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 20;
    filter: alpha(opacity=2000);
    opacity: 0.2;
    filter: alpha(opacity=20);
}

@media (max-width: 768px) {
    .background {
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }
}

.container {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    header {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.nav-visible .navbar .nav-collapse .nav > li > a:hover,
.nav-visible .navbar .nav-collapse .nav > li > li a:focus {
    background-color: transparent;
}

.nav-visible .nav-collapse .navbar-form,
.nav-visible .nav-collapse .navbar-search {
    border-bottom: 0 none;
    border-top: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 10px 0;
    padding: 10px 15px;
}

    .nav-visible .nav-collapse .navbar-form a.btn,
    .nav-visible .nav-collapse .navbar-search a.btn {
        border-color: white;
        color: white;
    }

        .nav-visible .nav-collapse .navbar-form a.btn:hover,
        .nav-visible .nav-collapse .navbar-search a.btn:hover,
        .nav-visible .nav-collapse .navbar-form a.btn:focus,
        .nav-visible .nav-collapse .navbar-search a.btn:focus {
            color: #666563;
            background-color: white;
        }
/* header */
/**
 * Header 11 stylesheet
 * */
.header-11-startup-antiflicker {
    border-bottom: 1px #bdc3c7 solid;
}

.header-11 {
    z-index: 100;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height: 90px;
}

    .header-11 .navbar {
        position: absolute;
        z-index: 2;
        top: 0;
        margin: 0;
        font-family: 'museo_sans300';
    }

        .header-11 .navbar .navbar-form {
            padding: 30px 0 19px 30px;
        }

        .header-11 .navbar .btn {
            padding-left: 18px;
            padding-right: 18px;
        }

            .header-11 .navbar .btn.btn-primary {
                background-color: #16a085;
            }

                .header-11 .navbar .btn.btn-primary:hover,
                .header-11 .navbar .btn.btn-primary:focus {
                    background-color: #45b39d;
                }

                .header-11 .navbar .btn.btn-primary:active,
                .header-11 .navbar .btn.btn-primary.active {
                    background-color: #138871;
                }

        .header-11 .navbar .brand {
            padding-top: 20px;
            font-size: 25px;
            font-weight: normal;
            color: #666563;
            font-weight: 600;
        }

            .header-11 .navbar .brand img:first-child {
                float: left;
                margin: -10px 15px 0 0;
            }

        .header-11 .navbar .nav > li {
            margin-left: 10px;
        }

            .header-11 .navbar .nav > li:first-child {
                margin-left: 0;
            }

            .header-11 .navbar .nav > li:active a,
            .header-11 .navbar .nav > li.active a {
                color: #ffffff;
                background: #ED7D00;
            }

                .header-11 .navbar .nav > li:active a:hover,
                .header-11 .navbar .nav > li.active a:hover,
                .header-11 .navbar .nav > li:active a:focus,
                .header-11 .navbar .nav > li.active a:focus,
                .header-11 .navbar .nav > li:active a.active,
                .header-11 .navbar .nav > li.active a.active {
                    color: #ffffff;
                }

            .header-11 .navbar .nav > li > a {
                /*padding: 41px 0 27px;*/
                padding: 10px 20px 10px;
                font-size: 14px;
                font-weight: normal;
                color: #666563;
                font-weight: 500;
                letter-spacing: 1px;
                color: inherit;
            }

                .header-11 .navbar .nav > li > a:hover,
                .header-11 .navbar .nav > li > a:focus,
                .header-11 .navbar .nav > li > a.active {
                    color: #ffffff;
                }

        .header-11 .navbar .navbar-toggle {
            /*background-image: url("../common-files/icons/menu-icon-header-8.png");
            background-image: url("//dsf52ydqov0rd.cloudfront.net/img/icon_navi_dropdown2.png");*/
			font-family: 'museo_sans300';
			text-transform: uppercase;
			background-color: #f5f5f5;
			border: 1px solid #dee0de;
			color: #666563;
			font-size: 16px;
			-webkit-border-radius: 20px !important;
			-moz-border-radius: 20px !important;
			border-radius: 20px !important;
			padding-top: 5px;
			padding-bottom: 5px;
			width: 95px;
			-webkit-transition: 0.45s;
			-moz-transition: 0.45s;
			-o-transition: 0.45s;
			transition: 0.45s;
        }
		.header-11 .navbar .navbar-toggle:hover{
			color: #fff;
			background-color: #ed7d00;
			-webkit-transition: 0.45s;
			-moz-transition: 0.45s;
			-o-transition: 0.45s;
			transition: 0.45s;	
		}

.header-11-sub {
    padding-top: 180px;
    padding-bottom: 110px;
    color: #bdc3c7;
    position: relative;
}
    .header-11-sub h1 {
        font-size:50px;
        font-weight: bold;
        color:#ffffff;
        margin-bottom: 10px;
        font-family: 'museo_sans300';
        font-weight: 300;
    }
    .header-11-sub h3 {
        font-size: 32px;
        font-weight: normal;
        color: #ffffff;
        margin-bottom: 15px;
        font-family: 'museo_sans300';
        font-weight: 300;
    }

    .header-11-sub p {
        font-size: 24px;
        font-weight: normal;
        color: #ffffff;
        font-family: 'museo_sans300';
        text-shadow: 1px 1px 1px #000;
        -webkit-text-shadow: 1px 1px 1px #000;
    }

    .header-11-sub .additional-links {
        opacity: 50;
        filter: alpha(opacity=5000);
        opacity: 0.5;
        filter: alpha(opacity=50);
        font-size: 12px;
        font-weight: normal;
        color: #bdc3c7;
    }

        .header-11-sub .additional-links a {
            text-decoration: underline;
            color: #bdc3c7;
        }

            .header-11-sub .additional-links a:hover,
            .header-11-sub .additional-links a:focus,
            .header-11-sub .additional-links a.active {
                color: #979c9f;
            }

@media (max-width: 767px) {
    .header-11-sub {
        padding-top: 68px;
        padding-bottom: 70px;
    }

        .header-11-sub .player {
            margin: 40px 0 45px;
        }
}

@media (max-width: 480px) {
    .header-11-sub {
        padding-top: 68px;
        padding-bottom: 70px;
    }

   .header-11-sub h3 {
        font-size: 26px;
        font-weight: normal;
        color: #ffffff;
    }
    .header-11-sub .player {
        margin: 40px 0 45px;
    }
    span.cta_mid {
        font-size: 21px;
    }
}
.h3cta_mid_margin {
    margin-top: 15px; 
    margin-left: 21px;
    margin-bottom: 0;
}
@media (max-width: 460px) {
    .h3cta_mid_margin {
        margin-left: 0;
    }
}
@media (max-width: 385px) {
    .h3cta_mid_margin {
        margin-top: -5px;
    }
}

.header-11-sub .signup-form form {
    font-family: 'museo_sans300';
    margin-top: 40px;
    margin-bottom: 20px;
}

    .header-11-sub .signup-form form .form-group:first-child + .form-group {
        display: table;
        width: 100%;
    }

        .header-11-sub .signup-form form .form-group:first-child + .form-group > div {
            display: table-cell;
            width: 50%;
            padding-left: 5px;
        }

@media (max-width: 767px) {
    .header-11-sub .signup-form form .form-group:first-child + .form-group > div {
        padding-left: 9px;
    }
}

.header-11-sub .signup-form form .form-group:first-child + .form-group > div:first-child {
    padding-left: 0;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .header-11-sub .signup-form form .form-group:first-child + .form-group > div:first-child {
        padding-right: 9px;
    }
}

.header-11-sub .signup-form form .form-group:first-child + .form-group input {
    width: 100%;
}

@media (max-width: 767px) {
    .header-11-sub .signup-form form .btn {
        margin: 9px 0;
    }
}

.header-11-sub .signup-form form .btn.btn-info:hover,
.header-11-sub .signup-form form .btn.btn-info:focus {
    background-color: #16a085;
}

.header-11-sub .signup-form form .btn.btn-info:active,
.header-11-sub .signup-form form .btn.btn-info.active {
    background-color: #138871;
}

.header-11-sub .signup-form form input[type="text"],
.header-11-sub .signup-form form input[type="password"] {
    border-color: white!important;
}

@media (max-width: 767px) {
    .header-11-sub .signup-form form input[type="text"],
    .header-11-sub .signup-form form input[type="password"] {
        height: 41px;
    }
}

@media (max-width: 480px) {
    .header-11-sub .signup-form form {
        margin-top: 25px;
    }
}

.header-11-sub .player {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
    background: #bdc3c7;
    position: relative;
    overflow: hidden;
    height: 360px;
}

    .header-11-sub .player .btn-play {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        left: 10px;
        bottom: 10px;
        width: 60px;
        padding-left: 16px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        behavior: url("../../Css/PIE-1.0.0/PIE.htc");
    }

        .header-11-sub .player .btn-play.btn-primary {
            background-color: #16a085;
        }

            .header-11-sub .player .btn-play.btn-primary:hover,
            .header-11-sub .player .btn-play.btn-primary:focus {
                background-color: #45b39d;
            }

            .header-11-sub .player .btn-play.btn-primary:active,
            .header-11-sub .player .btn-play.btn-primary.active {
                background-color: #138871;
            }

    .header-11-sub .player > iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
    }

@media (max-width: 480px) {
    .header-11-sub .player {
        height: 160px;
    }
}
/* price */
.ribbon {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 10px!important;
    background: #e74c3c;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

    .ribbon:before,
    .ribbon:after {
        display: block;
        position: absolute;
        line-height: 0;
    }

    .ribbon:before {
        content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAgCAYAAADe+2JdAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAIcbAACL/wAA/RMAAIWJAACNJgAA5z0AADj/AAAeyY4zee8AAACLSURBVHja7M6xCcIAEAXQZwwpJI0W6V3AVgdwKrF3CWdwAhFcIjhDKiGCoDGxSVAxyQT5zcG94+5G+X4GS+zqOlEnxAKn72aTANs2aHCtIwGmfWjAAfsxhPIWeaSJVxaris98WN4i9/Nc9Rz/r32kSStA8Mri7oeqIsj7vj324QbXLrxghQN+TrwHABFIH/AzT59nAAAAAElFTkSuQmCC');
        left: -7px;
        bottom: 0;
    }

    .ribbon:after {
        content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAIcbAACL/wAA/RMAAIWJAACNJgAA5z0AADj/AAAeyY4zee8AAACMSURBVHja7MwxDoJAFIThf9fVAo2x4A5cwprKytPY2HoJS6/hCbwBoaKi0WxYoyYg+ywICQK9jdPNl/dG5Zu1AA44Azsg1TRZAlvgAkQttlkBhz4CxGO4GEP++Cs0yc2ilWI+NYRBwGyim0svwr2syApHWdff716E6/M13HxUbztAL3I0nW6BE7D/DADKLyXavmqdkAAAAABJRU5ErkJggg==');
        right: -5px;
        top: 0;
    }
/**
 * Price 1 stylesheet
 * */
.price-1 {
    padding-top: 110px;
    padding-bottom: 110px;
}

    .price-1 .plan {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 3px solid #ebedee;
        padding: 25px 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        behavior: url("../../Css/PIE-1.0.0/PIE.htc");
        text-align: center;
        color: #bdc3c7;
        font-size: 18px;
        font-weight: normal;
    }

        .price-1 .plan > * {
            padding-left: 10px;
            padding-right: 10px;
        }

        .price-1 .plan b {
            color: #666563;
        }

        .price-1 .plan .title {
            color: #2c3e50;
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 8px;
        }

        .price-1 .plan .description {
            margin: 26px 0;
            padding-top: 22px;
            border-top: 2px solid #ebedee;
            line-height: 28px;
            font-weight: normal;
        }

            .price-1 .plan .description b {
                font-weight: 500;
            }

        .price-1 .plan .btn {
            min-width: 170px;
        }

    .price-1 .ribbon {
        position: absolute;
        right: -3px;
        top: 26px;
    }

@media (max-width: 991px) {
    .price-1 .ribbon {
        top: 4px;
    }
}

@media (max-width: 767px) {
    .price-1 .ribbon {
        top: 26px;
    }
}

@media (max-width: 767px) {
    .price-1 .plan {
        margin-top: 30px;
    }

    .price-1 .col-sm-4:first-child .plan {
        margin-top: 0;
    }
}
/* content */
/**
 * Content 13 stylesheet
 * */
.content-13 {
    position: relative;
}

    .content-13.subscribe-form {
        padding-top: 40px;
        padding-bottom: 40px;
        color: #a1a9b1;
    }

        .content-13.subscribe-form .col-sm-4 {
            text-align: right;
        }

@media (max-width: 767px) {
    .content-13.subscribe-form .col-sm-4 {
        width: auto;
        display: inline-block;
        float: right;
        text-align: center;
    }
}

@media (max-width: 668px) {
    .content-13.subscribe-form .col-sm-4 {
        display: block;
        float: none;
    }
}

.content-13.subscribe-form form {
    margin: 0;
    position: relative;
}

@media (max-width: 767px) {
    .content-13.subscribe-form form .col-sm-8 {
        width: 65%;
        display: inline-block;
        float: left;
    }
}

@media (max-width: 668px) {
    .content-13.subscribe-form form .col-sm-8 {
        width: auto;
        display: block;
        float: none;
        text-align: center;
    }
}

.content-13.subscribe-form input[type="text"],
.content-13.subscribe-form input[type="email"] {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    line-height: 59.99999999999999px;
    font-size: 50px;
    font-weight: normal;
    color: #ffffff;
    font-family: 'museo_sans300';
    font-weight: 500;
}

    .content-13.subscribe-form input[type="text"]:-moz-placeholder,
    .content-13.subscribe-form input[type="email"]:-moz-placeholder {
        color: #ffffff;
        opacity: 1;
    }

    .content-13.subscribe-form input[type="text"]::-moz-placeholder,
    .content-13.subscribe-form input[type="email"]::-moz-placeholder {
        color: #ffffff;
        opacity: 1;
    }

    .content-13.subscribe-form input[type="text"]:-ms-input-placeholder,
    .content-13.subscribe-form input[type="email"]:-ms-input-placeholder {
        color: #ffffff;
    }

    .content-13.subscribe-form input[type="text"]::-webkit-input-placeholder,
    .content-13.subscribe-form input[type="email"]::-webkit-input-placeholder {
        color: #ffffff;
    }

    .content-13.subscribe-form input[type="text"].placeholder,
    .content-13.subscribe-form input[type="email"].placeholder {
        color: #ffffff;
    }

    .content-13.subscribe-form input[type="text"]::-webkit-input-placeholder,
    .content-13.subscribe-form input[type="email"]::-webkit-input-placeholder {
        font-weight: 500;
    }

    .content-13.subscribe-form input[type="text"]:-moz-placeholder,
    .content-13.subscribe-form input[type="email"]:-moz-placeholder {
        font-weight: 500;
    }

    .content-13.subscribe-form input[type="text"]::-moz-placeholder,
    .content-13.subscribe-form input[type="email"]::-moz-placeholder {
        font-weight: 500;
    }

    .content-13.subscribe-form input[type="text"]:-ms-input-placeholder,
    .content-13.subscribe-form input[type="email"]:-ms-input-placeholder {
        font-weight: 500;
    }

.content-13.subscribe-form .ani-placeholder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    padding-left: 6px;
    line-height: 59.99999999999999px;
    font-size: 50px;
    font-weight: normal;
    color: #ffffff;
    font-family: 'museo_sans300';
}

.content-13.subscribe-form .btn {
    margin-top: 8px;
    width: 220px;
    max-width: 100%;
}

    .content-13.subscribe-form .btn.btn-primary {
        background: #16a085;
    }

        .content-13.subscribe-form .btn.btn-primary:hover,
        .content-13.subscribe-form .btn.btn-primary:focus {
            background: #24deb4;
        }

        .content-13.subscribe-form .btn.btn-primary:active,
        .content-13.subscribe-form .btn.btn-primary.active {
            background: #138871;
        }

@media (max-width: 480px) {
    .content-13.subscribe-form input[type="text"],
    .content-13.subscribe-form input[type="email"],
    .content-13.subscribe-form .ani-placeholder {
        width: 100%;
        margin-bottom: 33px;
        line-height: 27px;
        font-size: 25px;
        font-weight: normal;
        color: #ffffff;
        font-family: 'museo_sans300';
        text-align: center;
    }
}

@media (max-width: 688px) {
    .content-13.subscribe-form input[type="text"],
    .content-13.subscribe-form input[type="email"],
    .content-13.subscribe-form .ani-placeholder {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}
/* footer */
/**
 * Footer 2 stylesheet
 * */
.footer-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ED7D00;
    line-height: 25px;
}

    .footer-2 a {
        color: #ED7D00;
        font-weight: normal;
    }

        .footer-2 a:hover,
        .footer-2 a:focus,
        .footer-2 a.active {
            color: #ED7D00;
        }

    .footer-2 nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: normal;
        color: #bdc3c7;
    }

        .footer-2 nav ul li {
            float: left;
            margin-left: 25px;
            line-height: 25px;
        }

            .footer-2 nav ul li:first-child {
                margin-left: 0;
            }

    .footer-2 .social-btns {
        white-space: nowrap;
    }

        .footer-2 .social-btns > * {
            display: inline-block;
            vertical-align: top;
            margin-left: 15px;
            font-size: 20px;
            font-weight: normal;
            color: #979c9f;
            width: 20px;
            height: 25px;
            overflow: hidden;
            text-align: center;
        }

            .footer-2 .social-btns > *:first-child {
                margin-left: 0;
            }

            .footer-2 .social-btns > * > * {
                display: block;
                position: relative;
                top: 0;
                -webkit-transition: 0.25s top;
                -moz-transition: 0.25s top;
                -o-transition: 0.25s top;
                transition: 0.25s top;
            }

                .footer-2 .social-btns > * > *:first-child {
                    color: #bdc3c7;
                }

            .footer-2 .social-btns > *:hover > * {
                top: -100%;
            }

    .footer-2 .additional-links {
        font-size: 12px;
        font-weight: normal;
        color: #666563;
        text-align: center;
    }

@media (max-width: 991px) {
    .footer-2 .additional-links {
        clear: both;
        text-align: left;
    }
}

.footer-2 .additional-links a {
    text-decoration: underline;
}

@media (max-width: 480px) {
    .footer-2 {
        padding-top: 28px;
        padding-bottom: 28px;
    }

        .footer-2 > .container > * {
            float: none !important;
            *zoom: 1;
        }

            .footer-2 > .container > *:before,
            .footer-2 > .container > *:after {
                content: " ";
                /* 1 */
                display: table;
                /* 2 */
            }

            .footer-2 > .container > *:after {
                clear: both;
            }

            .footer-2 > .container > *:before,
            .footer-2 > .container > *:after {
                display: table;
                content: "";
                line-height: 0;
            }

            .footer-2 > .container > *:after {
                clear: both;
            }

        .footer-2 nav ul li {
            float: none;
            margin: 18px 0 0;
        }

            .footer-2 nav ul li:first-child {
                margin-top: 0;
            }

        .footer-2 .social-btns {
            margin: 25px 0 10px;
        }
}

.header-11-sub .background {
    background-image: url("//dsf52ydqov0rd.cloudfront.net/img/gray_woman_with_flower_right.jpg");
    opacity: 80;
    filter: alpha(opacity=8000);
    opacity: 1.0;
    filter: alpha(opacity=80);
    background-size: cover;
    background-position: right;
}

@media (max-width: 767px) {
    .header-11-sub .background {
        /*background: #f6f6f2;*/
        background-image: url("//dsf52ydqov0rd.cloudfront.net/img/gray_woman_with_flower_right.jpg");
    }
}

.header-11-sub h3 {
    color: #ffffff;
    font-size: 28px;
    text-align: center;
}

.header-11-sub p {
    color: #ffffff;
    text-align: center;
}

.header-11-sub .additional-links {
    color: #666563;
}

    .header-11-sub .additional-links a {
        color: #697172;
    }

.logos {
    background: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .logos {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.logos > .container {
    display: table;
}

    .logos > .container > div {
        display: table-cell;
        text-align: center;
    }

@media (max-width: 480px) {
    .logos {
        display: none;
    }
}

.price-1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .price-1 h3 {
        margin: 0 0 20px;
        font-size: 35px;
        text-align: center;
    }

    .price-1 .lead {
        font-size: 25px;
        font-family: 'museo_sans300';
        text-align: center;
        margin-bottom: 55px;
    }

/*custom css*/

/*-- change navbar dropdown color --*/

.header-11 .dropdown-menu {
    background-color: #f5f5f5;
    border: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
    left: -25%;
    top: 80%;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .header-11 .dropdown-menu:after, .header-11 .dropdown-menu:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .header-11 .dropdown-menu:after {
        border-bottom-color: #f5f5f5;
        border-width: 5px;
        margin-left: -10px;
    }

    .header-11 .dropdown-menu > li {
        border-bottom: 1px solid #ffffff;
    }

        .header-11 .dropdown-menu > li:last-child {
            border-bottom: 0px;
        }

        .header-11 .dropdown-menu > li > a {
            background-color: #f5f5f5;
            color: #666563;
            font-size: 16px;
            font-family: 'museo_sans300';
            text-align: center;
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .header-11 .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
                background-color: #ffa33b;
                color: #ffffff;
                text-decoration: none;
            }

.top_li:hover {
    text-decoration: underline;
}

.top_li:focus {
    background-color: #ed7d00;
    color: #ffffff;
    /*padding: 5px 15px;*/
}

.social_btn a img {
    margin-right: 10px;
}

.testimoni_desc p.testi {
    min-height: 54px;
}

.testimoni_desc p.testi_author {
    font-size: 14px;
    color: #666563;
    font-family: 'museo_sans300_italic';
}

.btn_notifyme {
    width: 155px;
    height: 38px;
    text-indent: -9999px;
    display: block;
    margin: 5px auto;
    background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_notify_me_l.png') 0 0 no-repeat;
    position: relative;
    cursor: pointer;

}

    .btn_notifyme span {
        position: absolute;
        top: 0;
        left: 0;
        width: 155px;
        height: 38px;
        background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_notify_me_hover_l.png') 0 0 no-repeat;
        opacity: 0;
        transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
    }

        .btn_notifyme span:hover {
            opacity: 1;
        }
.btn_notifyme_default_page {
    width: 155px;
    height: 38px;
    text-indent: -9999px;
    display: block;
    margin: 5px auto;
    background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_notify_me_m.png') 0 0 no-repeat;
    position: relative;
    cursor: pointer;

}

    .btn_notifyme_default_page span {
        position: absolute;
        top: 0;
        left: 0;
        width: 155px;
        height: 38px;
        background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_notify_me_hover_m.png') 0 0 no-repeat;
        opacity: 0;
        transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
    }

        .btn_notifyme_default_page span:hover {
            opacity: 1;
        }

.btn_getinline {
    width: 155px;
    height: 38px;
    text-indent: -9999px;
    display: block;
    margin: 5px auto 0 auto;
    background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_get_in_line_l.png') 0 0 no-repeat;
    position: relative;
    cursor: pointer;
}

    .btn_getinline span {
        position: absolute;
        top: 0;
        left: 0;
        width: 155px;
        height: 38px;
        background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_get_in_line_hover_l.png') 0 0 no-repeat;
        opacity: 0;
        transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
    }

        .btn_getinline span:hover {
            opacity: 1;
        }

.btn_getinline_default_page {
    width: 155px;
    height: 38px;
    text-indent: -9999px;
    display: block;
    margin: 5px auto 0 auto;
    background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_get_in_line_m.png') 0 0 no-repeat;
    position: relative;
    cursor: pointer;
}

    .btn_getinline_default_page span {
        position: absolute;
        top: 0;
        left: 0;
        width: 155px;
        height: 38px;
        background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_get_in_line_hover_m.png') 0 0 no-repeat;
        opacity: 0;
        transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
    }

        .btn_getinline_default_page span:hover {
            opacity: 1;
        }
.btn_orange01 {
    width: 115px;
    height: 26px;
    text-indent: -9999px;
    display: block;
    margin: 0 auto;
    background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_call_now_m.png') 0 0 no-repeat;
    position: relative;
    cursor: pointer;
}

    .btn_orange01 span {
        position: absolute;
        top: 0;
        left: 0;
        width: 115px;
        height: 26px;
        background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_call_now_hover_m.png') 0 0 no-repeat;
        opacity: 0;
        transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
    }

        .btn_orange01 span:hover {
            opacity: 1;
        }

.btn_orange01_large {
    width: 155px;
    height: 38px;
    text-indent: -9999px;
    display: block;
    margin: 0 auto;
    background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_call_now_l.png') 0 0 no-repeat;
    background-position: center;
    position: relative;
    cursor: pointer;
}

    .btn_orange01_large span {
        position: absolute;
        top: 0;
        left: 0;
        width: 155px;  /** Needed for click box on anchor */
        height: 38px;
        background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_call_now_hover_l.png') 0 0 no-repeat;
        background-position: center;
        opacity: 0;
        transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
    }

        .btn_orange01_large span:hover {
            opacity: 1;
        }

/*btn_chatnow_mobile.jpg*/
/*btn_chatnow_lg_hover.jpg*/

.btn_blueChat_large span {
    width: 130px;
    height: 30px;
    text-indent: -9999px;
    display: block;
    margin: 0 auto;
    background: url('../img/btn_chatnow_lg.jpg') 0 0 no-repeat;
    background-position: center;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
}
    .btn_blueChat_large span:hover {
        width: 130px;
        height: 30px;
        text-indent: -9999px;
        display: block;
        margin: 0 auto;
        background: url('../img/btn_chatnow_lg_hover.jpg') 0 0 no-repeat;
        background-position: center;
        position: relative;
        cursor: pointer;
        margin-top: 5px;
    }

.btn_blueChat_mobile span {
    width: 97px;
    height: 20px;
    text-indent: -9999px;
    display: block;
    margin: 0 auto;
    background: url('../img/btn_chatnow_mobile.jpg') 0 0 no-repeat;
    background-position: center;
    position: relative;
    cursor: pointer;
    margin-top: 2px;
}

.btn_blueChat_mobile span:hover {
    width: 97px;
    height: 20px;
    text-indent: -9999px;
    display: block;
    margin: 0 auto;
    background: url('../img/btn_chatnow_mobile_hover.jpg') 0 0 no-repeat;
    background-position: center;
    position: relative;
    cursor: pointer;
    margin-top: 2px;
}

/*.btn_blueChat_large span {
    width: 130px;
    height: 27px;
    text-indent: -9999px;
    display: block;
    margin: 0 auto;
    background: url('../img/button-chatnow.png') 0 0 no-repeat;
    background-position: center;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
}

.btn_blueChat_mobile span {
    width: 97px;
    height: 20px;
    text-indent: -9999px;
    display: block;
    margin: 0 auto;
    background: url('../img/button-chatnow-mobile.png') 0 0 no-repeat;
    background-position: center;
    position: relative;
    cursor: pointer;
    margin-top: 2px;
}*/

a.btn_orange02,
button.btn_orange02 {
    font-size: 20px;
    color: #ffffff;
    background-color: #ed7d00;
    padding: 9px 21px 10px;
    border: medium none;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
}

a:hover.btn_orange02,
button:hover.btn_orange02 {
    background-color: #eda600;
    text-decoration: none;
}




a.btn_green02,
button.btn_green02 {
    font-size: 20px;
    color: #ffffff;
    background-color: #53a93f;
    padding: 9px 21px 10px;
    border: medium none;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
}

a:hover.btn_green02,
button:hover.btn_green02 {
    background-color: #82c073;
    text-decoration: none;
}

a.btn_orange03,
button.btn_orange03 {
    font-size: 14px;
    color: #ffffff;
    background-color: #ed7d00;
    padding: 5px 21px 5px;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    font-family: 'museo_sans300';
}

a:hover.btn_orange03,
button:hover.btn_orange03 {
    background-color: #eda600;
    text-decoration: none;
}

.blur_edge {
    /*width: 176px;
    height: 146px;*/
    display: inline-block;
    position: relative;
    /*margin: 0 20px;*/
}


    .blur_edge:before {
        /*width: 176px;
        height: 146px;*/
        display: inline-block;
        content: '';
        position: absolute;
        -moz-box-shadow: inset 0px 0px 6px 8px rgba(255,255,255,1);
        -webkit-box-shadow: inset 0px 0px 6px 8px rgba(255,255,255,1);
        box-shadow: inset 0px 0px 6px 8px rgba(255,255,255,1);
    }

.header-11-top-sub {
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-cta {
    color: #ed7d00;
    font-size: 20px;
    font-family: 'museo_sans500';
    margin-left: 10px;
}




.top-nav {
    list-style: none;
    margin-bottom: 0px;
    margin-top: 2px;
	/*Added By Terrance*/
	margin-right: 225px;
}

.top-nav li {
	display: inline;
	padding-left: 10px;
	background-image: url('//dsf52ydqov0rd.cloudfront.net/img/icon_tri_sign_create.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	margin-right: 20px;
}
/*font-family: Arial;*/
.btn-offer {
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
    background-color: #f5f5f5;
    border: 1.7px solid #dee0de;
    border: 1.7px solid #007bff;
    color: #ed7d00;
    color: #007bff;
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 44px !important;
    -moz-border-radius: 44px !important;
    border-radius: 44px !important;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
    margin-top: 32px;
    margin-bottom: 35px;
    margin-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 180px;
}

/*background-color: #ed7d00;*/
    .btn-offer:hover {
        background-color: #007bff;
        border: 1px solid #dee0de;
        border: 1px solid #007bff;
        color: #ffffff;
    }

.values {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

    .values h3 {
        color: #ed7d00;
        font-size: 22px;
    }

    .values p {
        color: #666563;
        font-size: 16px;
        font-family: 'museo_sans300';
    }

.advisors {
    padding-top: 60px;
    padding-bottom: 40px;
}

    .advisors h3 {
        font-size: 39px;
        margin: 0 0 0px;
        text-align: center;
        font-family: 'museo_sans300';
    }

    .advisors .lead {
        font-size: 39px;
        text-align: center;
        margin-bottom: 55px;
    }

.bg-white {
    background-color: #ffffff;
}

.bg-lightgray {
    background-color: #f5f5f5;
}

.bg-darkgray {
    background-color: #666563;
}

.bg-darkorange {
   /* background-color: #ed7d00;*/
    background-color: #0085ca;
}

.testimonials {
    padding-top: 60px;
    padding-bottom: 80px;
}

.testimoni_box {
    background-color: white;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.testimonials h3 {
    font-size: 39px;
    margin: 0 0 20px;
    text-align: center;
    font-family: 'museo_sans300';
}

.testimonials .lead {
    font-size: 20px;
    text-align: center;
    color: #666563;
    font-family: 'museo_sans300';
}

.testimonials h4 {
    font-size: 20px;
    font-family: 'museo_sans300';
    color: #676563;
}

.testimoni_image {
    margin-top: 15px;
    margin-left: 30px;
    -webkit-border-radius: 84px;
    -moz-border-radius: 84px;
    border-radius: 84px;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
}

    .testimoni_image img {
        -webkit-border-radius: 84px;
        -moz-border-radius: 84px;
        border-radius: 84px;
        behavior: url("../../Css/PIE-1.0.0/PIE.htc");
    }

.testimoni_desc {
    padding-right: 5px;
}

    .testimoni_desc p {
        color: #666563;
        font-size: 16px;
        font-family: 'museo_sans300';
    }

.testimoni_highlight {
    color: #ed7d00;
    font-family: 'museo_sans500';
}

.testimonial {
    /*margin-bottom: 15px;
    margin-top: 15px;*/
    margin-bottom: 30px;
}

#testimonial-container {
    overflow: hidden;
    width: 100%;
    background-color: rgb(245, 245, 245);
    text-align: center;
}

.call_cta {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .call_cta h3 {
        font-size: 32px;
        color: #ffffff;
        font-family: 'museo_sans300';
    }

        .call_cta h3.special {
            font-size: 39px;
            margin-top: 20px;
            margin-left: 40px;
            font-family: 'museo_sans300';
            /*text-align: center;*/
        }

    .call_cta p {
        font-size: 22px;
        color: #ffffff;
        font-family: 'museo_sans300';
        padding-left: 50px;
    }

.other_values {
    padding-top: 60px;
    padding-bottom: 80px;
}

    .other_values h3 {
        font-size: 39px;
        margin: 0 0 20px;
        text-align: center;
        font-family: 'museo_sans300';
    }

    .other_values .lead {
        font-size: 20px;
        text-align: center;
        color: #666563;
        font-family: 'museo_sans300';
    }

    .other_values h4 {
        font-size: 22px;
        font-family: 'museo_sans300';
        color: #ed7d00;
    }

    .other_values p {
        color: #666563;
        font-size: 16px;
        font-family: 'museo_sans300';
    }

.value_img {
    margin-top: 10px;
}

    .value_img img {
        border: 4px solid #f7f7f7;
        float: right;
    }

.hr_praise {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
    border: none;
    background: url("//dsf52ydqov0rd.cloudfront.net/img/line_graphic_circles.png") center repeat-x;
}

.hr_wave {
    margin-top: 80px;
    margin-bottom: 60px;
    padding: 0;
    border: none;
    background: url("//dsf52ydqov0rd.cloudfront.net/img/line_graphic_curvy.png") repeat-x;
}

.hr_dash {
    padding: 1px;
    border: none;
    background: url("//dsf52ydqov0rd.cloudfront.net/img/line_dash.gif") center repeat-x;
}

.horoscopes {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .horoscopes h3 {
        font-size: 39px;
        margin: 0 0 20px;
        text-align: center;
        font-family: 'museo_sans300';
    }

    .horoscopes .lead {
        font-size: 20px;
        text-align: center;
        color: #666563;
        font-family: 'museo_sans300';
    }

.horoscopes_row {
    margin: 0 auto;
    float: none;
}

.horoscopes_symbol_row {
    margin-top: 20px;
}

.horoscopes_symbol {
    text-align: center;
}

    .horoscopes_symbol p {
        font-size: 20px;
        font-family: 'museo_sans300';
    }

.topbar_call {
    width: 33px;
    position: relative;
    float: right;
    line-height: 53px;
    margin-top: 15px;
    margin-right: 10px;
}

.cta_mid {
    color: #666563;
    font-family: 'museo_sans300';
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
    padding: 5px 25px;
}

.call_cta_col:nth-child(1) {
    border-right: 1px solid #ebaa5c;
}

.values_col {
    background: url('//dsf52ydqov0rd.cloudfront.net/img/line_dash_divider.gif') right top repeat-y;
}

    .values_col:last-child {
        background: none;
    }

.advisor_desc p {
    min-height: 27px;
}

.advisor_desc h3 {
    font-size: 24px;
    color: #ed7d00;
    text-align: left;
    font-family: 'museo_sans500';
}
.advisor_desc h3 a {
    color: #666563;
}

.advisor_desc p {
    color: #666563;
    font-size: 16px;
    font-family: 'museo_sans300';
}

    .advisor_desc p.advisor_ext {
        color: #666563;
        font-size: 16px;
        font-family: 'museo_sans300';
        padding-left: 15px;
        margin-bottom: 5px;
    }

.advisor_image_box {
    position: relative;
}

.advisor_image_bg {
    /*position: relative;*/
    top: 0;
    left: 0;
    min-width:200px;
    max-width: 200px;
    min-height: 125px;
    max-height:125px;
}
img.advisor_image_bg {
    width: inherit;
    height: inherit;
    background-repeat:no-repeat;
}

.advisor_image_person {
    position: absolute;
    top: 0;
    left: 160px;
    border: 3px solid #FFFFFF !important;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
    width: 84px;
    margin-top: 21px;
}

.nav_label {
    color: #666563;
    font-size: 14px;
    font-family: 'museo_sans300';
}

.footer_nav {
    list-style: none;
    padding: 0;
}

    .footer_nav li {
        line-height: 2em;
    }

        .footer_nav li a {
            color: #666563;
            font-size: 14px;
            font-family: 'museo_sans300';
        }

.footer_nav_orange {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

    .footer_nav_orange li {
        line-height: 2em;
    }

        .footer_nav_orange li a {
            color: #ED7D00;
            font-size: 14px;
            font-family: 'museo_sans300';
        }

.subscribe_info {
    color: #666563;
    font-size: 12px;
    font-family: 'museo_sans300_italic';
}

.oncall {
    color: #ed7d00;
    font-size: 18px;
    font-family: 'museo_sans500';
    text-align: center;
    display: block !important;
}

.offline {
    color: #666563;
    font-size: 18px;
    font-family: 'museo_sans500';
    text-align: center;
    display: block !important;
}

.advisor_col {
    margin-bottom: 40px;
    min-height:163px;
}

.praise_divider {
    margin-top: 40px;
    margin-bottom: 40px;
}

.secured_logo {
    margin-top: 30px;
}

.signup-footer .form-control {
    border: 1px solid #cccccc;
    height: 28px;
}

.subs_email {
    padding-left: 0px;
    margin-bottom: 30px;
}

.subs_email_icon {
    padding-left: 0px;
    text-align: left;
}

.call_price {
    padding-left: 0px;
    margin-top: 25px;
}

.call_ext {
    margin-top: 3px;
    padding-left: 0px;
}

.call_no_label {
    margin-top: 20px;
}

.all_advisors_row {
    text-align: center;
    background: url("//dsf52ydqov0rd.cloudfront.net/img/line_double.gif") repeat-x center;
    margin-bottom: 40px;
    margin-top: 10px;
}

.all_advisors {
    font-family: 'museo_sans300';
}

.col-half {
    width: 4%;
}

.col-fivehalf {
    width: 48%;
}

.container_subtitle {
    top: -100px;
    right: 175px;
}
@media (max-width:1155px) {
    .container_subtitle {
        top: -140px;
        right: 175px;
    }
}
@media (max-width:1020px){
    .container_subtitle{
        top: -140px;
        right:0;
    }
}

.main_nav {
    margin-top: 30px;
}

.advisor_bg {
    /*background: url("//dsf52ydqov0rd.cloudfront.net/img/LiveAdvice.jpeg");
    min-height: 120px;
    background-position-x: center;*/
	background-color: #59bfe0;
	min-height: 75px;
	padding: 10px;
}

.advisor_profile_bg {
    background: url("//dsf52ydqov0rd.cloudfront.net/img/img_sample_hero_profile02.jpg");
    min-height: 250px;
    background-position-x: center;
}

.advisor_profile_bg_blank {
    min-height: 250px;
}

.horoscopes_bg {
    background: url("//dsf52ydqov0rd.cloudfront.net/img/Horoscopes.jpeg");
    min-height: 120px;
    background-position-x: center;
}
.aboutUs_bg {
    background: url("//dsf52ydqov0rd.cloudfront.net/img/AboutUs.jpeg");
    min-height: 120px;
    background-position-x: center;
}
.quiz_bg {
    background: url("//dsf52ydqov0rd.cloudfront.net/img/Quiz.jpeg");
    min-height: 120px;
    background-position-x: center;
}

.forum_bg {
    background: url("//dsf52ydqov0rd.cloudfront.net/img/Forums.jpg");
    min-height: 120px;
    background-position-x: center;
}

.advisor_profile {
    margin-bottom: 10px;
}

.advisor_profile h3 {
    color: #666563;
    font-size: 22px;
    font-family: 'museo_sans300';
    margin-bottom: 40px;
}

.advisor_profile p {
    color: #666653 !important;
    font-size: 16px !important;
    font-family: 'museo_sans300' !important;
    margin-bottom: 20px !important;
    line-height: 1.29 !important;
}

.advisor_profile_right {
    position: relative;
    top: -125px;
    text-align: center;
    color: #666563;
}

.advisor_profile_image {
    border: 3px solid #FFFFFF !important;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
}

.advisor_profile_name {
    font-size: 46px;
    font-family: 'museo_sans500';
    margin-top: 10px;
}

.advisor_profile_ext {
    font-size: 18px;
    font-family: 'museo_sans300';
    margin-top: 10px;
}

.advisor_profile_price {
    font-size: 20px;
    font-family: 'museo_sans300';
    margin-top: 15px;
}

.advisor_profile_cta {
    padding-top:15px;
}
.advisor_profile_cta img{
    margin:0 auto;
}

.testimoni_box.testimoni_profile {
    background-color: #f5f5f5;
    padding-left: 15px;
    padding-right: 15px;
}

.testimonial-item {
    padding-bottom: 20px;
}

.testimonials.testi_profile {
    padding-bottom: 0px;
}



.profile_schedule {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .profile_schedule h3 {
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
    }

.horoscopes.horoscopes_page {
    padding-top: 0px;
}

.horoscopes_signup {
    float: none;
    margin: 0 auto;
    background-color: #f5f5f5;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
}

    .horoscopes_signup h4 {
        color: #666563;
        font-size: 18px;
        font-family: 'museo_sans300';
        text-align: center;
    }

.horoscopes_details_row {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #e0e0de;
}

    .horoscopes_details_row:last-of-type {
        /*border-bottom: none;*/
    }

.horoscopes_left_symbol {
    text-align: center;
}

.horoscopes_label {
    font-size: 18px;
    font-family: 'museo_sans300';
    margin-top: 10px;
    text-transform: uppercase;
}

.aries_color {
    color: #59BFE0;
}
.taurus_color {
    color: #6689CC;
}
.gemini_color {
    color: #E87FC9;
}
.cancer_color {
    color: #FC9BB2;
}
.leo_color {
    color: #FCBF49;
}
.virgo_color {
    color: #8CE2D0;
}
.libra_color {
    color: #0085CA;
}
.scorpio_color {
    color: #002B7F;
}
.sagittarius_color {
    color: #CC00A0;
}
.capricorn_color {
    color: #E00747;
}
.aquarius_color {
    color: #ff993f;
}
.pisces_color {
    color: #00B28C;
}

.horoscopes_desc {
    color: #666563;
    font-size: 16px;
    font-family: 'museo_sans300';
}

.horoscopes_date {
    color: #666563;
}

.page_header_title {
    font-size: 39px;
    color: #fff;
    font-family: 'museo_sans300';
    text-align: center;
   /* margin-top: 30px;*/
	letter-spacing: 1px;
}

.advisors_listing .advisor_listing_col {
    border-bottom: 1px dashed #e0e0de;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.quizzes .quiz_listing_col {
    border-bottom: 1px dashed #e0e0de;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.advisor_listing_col:nth-of-type(1) {
    /*border-top: 1px dashed #e0e0de;*/
}

.new_ribbon {
    left: 0px;
    margin-top: -145px;
    position: relative;
}

.pagination_header .input-group-addon {
    background-color: #f5f5f5;
    border: none;
    color: #676563;
    font-size: 16px;
    font-family: 'museo_sans300';
}

.pagination_header .form-control {
    border: 1px solid #F5F5F5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .pagination_header .form-control::-moz-placeholder {
        color: #666563;
        font-size: 16px;
        font-family: 'museo_sans300';
    }

.btn-browse {
    background-color: #FFFFFF;
    border-color: #f5f5f5;
    color: #676563;
    font-size: 14px;
    font-family: 'museo_sans300';
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.breadcrumb {
    font-size: 12px;
    font-family: 'museo_sans500';
    background-color: #ffffff;
    padding: 20px 0px;
}

    .breadcrumb > .active {
        color: #666563;
    }

.pagination > li > a, .pagination > li > span {
    border: none;
    font-size: 16px;
    font-family: 'museo_sans300';
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ffffff;
    color: #666563;
    font-family: 'museo_sans700';
    font-size: 16px;
}

.pagination_header {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}

.pagination_footer {
    margin-bottom: 5px;
}
.advisorListingBannerAd{
    padding: 0 10%;
    left:0;
    right:0;
}
.advisorProfileBannerAd{
    width:100%;
    max-width:200px;
    padding-top:30px;
}
.input-group-btn .btn.btn-go {
    background: none repeat scroll 0 0 #ed7d00;
}

.advisors_sort {
}

.call_no_label.advisors_listing_cta {
    margin-top: 60px;
}

.call_label.advisors_listing_cta {
    margin-top: 40px;
}

.call_label.call_label_offline.advisors_listing_cta {
    margin-top: 30px;
}

.call_price.advisors_listing_cta {
    margin-top: 60px;
    /* padding-left: 15px; */
    font-size: 18px;
    font-family: 'museo_sans300';
    text-align: center;
    padding: 0 12px;
}

.offline_note {
    font-size: 14px;
    color: #666563;
    font-family: 'museo_sans300';
    text-align: center;
}

.schedule_row {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.schedule_col {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e0dfde;
    border-right: 0px;
    position: relative;
    cursor: pointer;
}

    .schedule_col:active, .schedule_col:hover {
        background-color: #fcf4eb;
    }

.schedule_col_img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.schedule_col:last-of-type {
    border-right: 1px solid #e0dfde;
}

.schedule_current_day {
    font-size: 18px;
    color: #666563;
    font-family: 'museo_sans500';
}

.schedule_time_avail {
    font-size: 14px;
    color: #666563;
    font-family: 'museo_sans300';
    margin-top: 10px;
}

.schedule_time {
    font-size: 16px;
    color: #666563;
    font-family: 'museo_sans500';
    margin-top: 10px;
}

.schedule_day {
    font-size: 14px;
    color: #666563;
    font-family: 'museo_sans300';
}

.schedule_date {
    font-size: 39px;
    color: #666563;
    font-family: 'museo_sans300';
}

.schedule_popover {
    background: #666563;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-family: 'museo_sans300';
    text-align: center;
}

    .schedule_popover .popover-title {
        background-color: #666563;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        behavior: url("../../Css/PIE-1.0.0/PIE.htc");
        color: #ffffff;
        font-size: 14px;
        font-family: 'museo_sans300';
    }

    .schedule_popover.bottom {
        margin-top: 0;
    }

        .schedule_popover.bottom .arrow:after {
            border-bottom-color: #666563;
            border-top-width: 0;
            content: " ";
            margin-left: -10px;
            top: 1px;
        }

.footer_advisors_sort.dropdown-menu {
    left: 0;
    position: relative;
}

.quizzes {
    padding-top: 20px;
    padding-bottom: 40px;
}

    .quizzes h3 {
        font-size: 39px;
        margin: 0 0 20px;
        text-align: center;
        font-family: 'museo_sans300';
    }

    .quizzes .lead {
        font-size: 20px;
        text-align: center;
        color: #666563;
        font-family: 'museo_sans300';
    }

.table.forum_table > thead > tr > th {
    border-bottom: 1px dashed #e0e0de;
    vertical-align: bottom;
}

.forum_table > thead > tr > th, .forum_table > tbody > tr > th, .forum_table > tfoot > tr > th, .forum_table > thead > tr > td, .forum_table > tbody > tr > td, .forum_table > tfoot > tr > td {
    border-top: none;
}

.forum_table > thead > tr > th {
    font-size: 14px;
    font-family: 'museo_sans500';
    color: #666563;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .forum_table > thead > tr > th.topic, .forum_table > tbody > tr > td.topic {
        padding-left: 30px;
    }

.forum_table > tbody > tr.last > td {
    border-bottom: 1px dashed #e0e0de;
}

.forum_table > tbody > tr > td {
    vertical-align: middle;
    color: #666563;
    font-size: 14px;
    font-family: 'museo_sans300';
}

    .forum_table > tbody > tr > td a {
        color: #666563;
        font-size: 16px;
        font-family: 'museo_sans300';
    }

.post_date {
    white-space: nowrap;
}

.forum_posts_header {
    margin-top: 20px;
    margin-bottom: 20px;
}

.forum_posts h3, .forum_posts_single h3 {
    color: #666563;
    font-size: 30px;
    font-family: 'museo_sans300';
}

.forum_posts_single {
    padding-bottom: 100px;
}

.forum_posts_header + .forum_posts_reply {
    border-top: 1px dashed #f0ece9;
}

.forum_posts_reply.first {
    border-top: 1px dashed #f0ece9;
}

.forum_posts_reply {
    /*border-top: 1px dashed #f0ece9;*/
    border-bottom: 1px dashed #f0ece9;
}

.forum_posts_reply_inner {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
}

    .forum_posts_reply_inner.second {
        background-color: #ffffff;
    }

.reply_box {
    padding-top: 20px;
    padding-bottom: 20px;
}

.reply_meta_box {
    border-right: 1px solid #e0e0de;
    color: #666563;
    font-size: 14px;
    font-family: 'museo_sans300';
    padding-left: 30px;
}

.reply_count {
    margin-bottom: 10px;
}

.reply_date {
    margin-bottom: 10px;
}

.reply_author {
    margin-bottom: 30px;
}

.reply_text {
    font-size: 16px;
    color: #666563;
    font-family: 'museo_sans300';
    padding-left: 20px;
}

/*introductory offer*/
.intro_background {
    background-image: url("//dsf52ydqov0rd.cloudfront.net/img/img_bg_intro_offer.jpg");
    min-height: 605px;
    background-size: cover;
    background-position: right;
}
@media (max-width:1600px) {
    .intro_background {
        background-image: url("//dsf52ydqov0rd.cloudfront.net/img/img_bg_intro_offer1600x650.jpg");
    }
}
@media (max-width:1300px) {
    .intro_background {
        background-image: url("//dsf52ydqov0rd.cloudfront.net/img/img_bg_intro_offer1300x650.jpg");
    }
}
@media (max-width:1199px) {
    .intro_background {
        background-image: url("//dsf52ydqov0rd.cloudfront.net/img/img_bg_intro_offer1199x600.jpg");
        min-height: 687px;
    }
}
@media (max-width:991px) {
    .intro_background {
        min-height: 639px;
        background-image: url("//dsf52ydqov0rd.cloudfront.net/img/img_bg_intro_offer900x539.jpg");
    }
}

.introductory_subtitle {
    top: 60px;
    position: relative;
    text-align: center;
}
@media (max-width:767px) {
    .intro_background {
        min-height:1px;
        background-image: none;
    }
    .introductory_subtitle {
        top: 0;
    }
}

.intro_signup_box {
    padding: 40px 30px;
    z-index: 1000;
    left: 20px;
}

.introductory_subtitle h3 {
    font-size: 32px;
    font-family: 'museo_sans300';
    color: #666563;
    margin-bottom: 12px;
}

.introductory_subtitle .lead {
    font-size: 16px;
    color: #666563;
    font-family: 'museo_sans300';
    padding-bottom: 16px;
}

.introductory_image {
    float: none;
    top: -60px;
    right: -590px;
    position: relative;
    background-image: url("//dsf52ydqov0rd.cloudfront.net/img/img_sample_intro_offer.png");
    min-height: 650px;
    background-repeat: no-repeat;
}

.intro_signup_box {
    background-color: rgb(255, 255, 255);
    border: 10px solid rgb(100, 100, 100);
    border: 10px solid rgba(255, 255, 255, 0.3);
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
}

.signup-introductory {
    color: #666563;
    font-size: 20px;
    font-family: 'museo_sans300';
    text-align: left;
}

.introductory_price_box {
    float: none;
    margin: 0 auto;
}

.select_price_row {
    margin-bottom: 20px;
}

.introductory_price {
    font-family: 'museo_sans500';
}

.introductory_price_col {
    /*padding-left: 0px;*/
}

.form-group.introductory_email {
    margin-top: 20px;
    margin-bottom: 30px;
}
.form-group.introductory_offer {
    margin-top: 10px;
    margin-bottom: 0px;
}

.form-group.introductory_submit {
    text-align: center;
}


/*responsive*/
@media (max-width:1200px) {
    .headerLogo{max-width:275px;}
}
@media all and (max-width: 991px) {
    /*responsive navigation*/
    .mobile_nav .dropdown-menu {
        display: block;
        position: relative;
        background-color: #f5f5f5;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0px;
        /*left: 30px;*/
        padding-left: 30px;
        margin-bottom: 14px;
        border-bottom: 2px solid #24292D;
        padding-bottom: 25px;
        min-width: 230px;
    }
    .mobile_nav .dropdown-menu > li > a {
        color: #666563;
        display: block;
        /*text-transform: uppercase;*/
        font-size: 13px;
    }
    .mobile_nav .dropdown-menu > li > a:hover, .mobile_nav .dropdown-menu > li > a:focus, .mobile_nav .dropdown-menu > li > a.active {
        color: #000000;
    }
    .horoscopes_symbol p {
        font-size:16px;
    }
    .btn_orange01_large {
    background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_call_now_m.png') 0 0 no-repeat;
    background-position: center;
}
    .btn_orange01_large span {
        background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_call_now_hover_m.png') 0 0 no-repeat;
        background-position: center;
    }
    .btn_getinline {
        background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_get_in_line_m.png') 0 0 no-repeat;
        background-position: center;
        width:115px;
        height:26px;
    }
    .btn_getinline span {
        background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_get_in_line_m.png') 0 0 no-repeat;
        background-position: center;
        width:115px;
        height:26px;
    }
    .btn_getinline span:hover {
        background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_get_in_line_hover_m.png') 0 0 no-repeat;
        background-position: center;
        width:115px;
        height:26px;
    }

    .btn_requestreading {
        background: url("../Img/requestreading_btn_sm.png") 0 0 no-repeat;
        background-position: center;
        width: 115px;
        height: 26px;
    }
        .btn_requestreading span {
            background: url("../Img/requestreading_btn_sm.png") 0 0 no-repeat;
            background-position: center;
            width: 115px;
            height: 26px;
        }
    .btn_notifyme {
        background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_notify_me_m.png') 0 0 no-repeat;
        background-position: center;
        width:115px;
        height:26px;
    }
    .btn_notifyme span {
        background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_notify_me_m.png') 0 0 no-repeat;
        background-position: center;
        width:115px;
        height:26px;
    }
    .btn_notifyme span:hover {
        background: url('//dsf52ydqov0rd.cloudfront.net/img/btn_notify_me_hover_m.png') 0 0 no-repeat;
        background-position: center;
        width:115px;
        height:26px;
    }
}

@media all and (min-width: 768px) {

    .col-onehalf {
        width: 13.33333%;
    }

    .col-twohalf {
        width: 22%;
    }

    .col-sixhalf {
        width: 53%;
    }

}

@media all and (max-width: 1199px) and (min-width: 992px) {
    .blur_edge {
        margin: 0;
    }

    .advisor_image_person {
        left: 127px;
    }

    .introductory_subtitle {
        /*top: 25px;*/
        padding-bottom: 60px;
    }

    .introductory_image {
        top: -25px;
        right: -463px;
        width: 702px;
    }

    .intro_signup_box {
        padding: 40px 30px;
        z-index: 1000;
        left: 0px;
    }
    .signup-introductory {
        font-size:16px;
    }
    .advisor_image_bg {
        min-width: 170px;
        max-width: 170px;
        min-height: 125px;
        max-height: 100px;
        background-repeat: no-repeat;
    }
    img.advisor_image_bg {
        width: 170px;
        height: 100%;
        background-repeat: no-repeat;
    }
    .horoscopes_symbol p {
        font-size: 19px;
    }
}
@media all and (min-width: 992px) {
    .advisor_desc {
        min-height:55px;
    }
    .advisor_desc p {
        min-height:inherit;
    }
    .subscribe_info {
        min-height: 40px;
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {
    .header-11 .navbar .navbar-toggle {
        margin-top: 31px;
    }

    .blur_edge {
        /*width: 120px;*/
    }

    .advisor_image_person {
        left: 80px;
        top: -18px;
    }
    .advisor_image_bg {
        min-width: 140px;
        max-width: 140px;
        min-height: 87.5px;
        max-height: 87.5px;
        margin-top: 20px;
        background-repeat: no-repeat;
    }
    img.advisor_image_bg {
        width: 140px;
        height: 87.5px;
        background-repeat: no-repeat;
    }
    .advisor_desc {
        min-height:81px;
    }
    .advisor_desc p {
        min-height:inherit;
    }
    .subscribe_info {
        min-height: 60px;
    }
    .footer-2 .additional-links {
        clear: none;
    }

    .subs_email_icon {
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .topbar_call {
        margin-top: 20px;
    }

    .introductory_subtitle {
        top: 5px;
    }

    .introductory_image {
        top: -5px;
        right: -250px;
        width: 702px;
    }

    .intro_signup_box {
        padding: 15px 30px;
        z-index: 1000;
        left: 0px;
    }
        .signup-introductory {
        font-size:16px;
    }
         .introductory_price_col {
        font-size: 12px;
    }
    .introductory_price {
        font-size: 20px;
    }
    .responiveDisclaimerFont {
        font-size:14px;
    }
}

@media (max-width: 767px) {
    .saleRate {
        font-size: 18px !important;
    }
    .intro_signup_box {
        left: 0px;
    }
    .advisorTag {
        font-size: 12px;
    }
    .profile_schedule {
        padding-top: 20px;
        margin-top: -150px;
    }

    .testimonials.testi_profile {
        padding-top: 20px;
    }

    .schedule_details {
        margin-bottom: 20px;
    }

    .schedule_col {
        border: 1px solid #e0dfde;
    }

    .horoscopes.horoscopes_page {
        padding-top: 40px;
    }

    .btn-browse {
        text-align: left;
        background: url('//dsf52ydqov0rd.cloudfront.net/img/icon_tri_dropdown_s.gif') center right 15px no-repeat #ffffff;
    }

    /*treat it as col-xs-12 on mobile*/

    .col-xs-full {
        width: 100%;
    }

    .col-xs-fivehalf {
        width: 66.6667%;
    }
    .advisor_profile_right {
        top: -225px;
    }
    .advisor_profile_left {
        top: -200px;
    }

    .pagination_footer {
        margin-bottom: 0px;
    }

    .advisors_filter_mobile {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f5f5f5;
    }

    .header-11 .navbar .brand {
        padding-right: 0px;
        padding-top: 15px;
    }

    .header-11-sub .background {
        background: url("//dsf52ydqov0rd.cloudfront.net/img/gray_woman_with_flower_right.jpg") center;
        min-height: 230px;
        width: 100%;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }
    
    a.btn_orange02,
    button.btn_orange02 {
        font-size: 28px;
    }
    input.btn_orange02,
    button.btn_orange02 {
        font-size: 28px;
    }

    .oncall {
        text-align: center;
    }

    .offline {
        /*text-align: center;*/
    }

    .call_no_label {
        margin-top: 0px;
    }

    .brand img {
        margin-top: 3px !important;
    }

    .discover_mobile {
        padding-top: 140px;
        padding-bottom: 40px;
    }

        .discover_mobile h3 {
            font-size: 35px;
            margin: 0 0 20px;
            text-align: center;
            font-family: 'museo_sans300';
        }

        .discover_mobile p {
            text-align: center;
            font-size: 24px;
            font-family: 'museo_sans300';
        }

    .advisors {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .values_col {
        background: url('//dsf52ydqov0rd.cloudfront.net/img/line_dash_divider_h.gif') bottom repeat-x;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .values_col:last-child {
        background: none;
    }
   .advisors h3 {
        font-size: 28px;
        font-family: 'museo_sans300';
        padding-bottom: 20px;
        }
    .advisor_col {
        border-bottom: 1px dashed #e0e0de;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .advisor_col:nth-of-type(1) {
         border-top: 2px solid #e0e0de;
         padding-top: 20px;
    }
     .advisor_col:last-of-type {
         border-bottom: 2px solid #e0e0de;
    }
    .advisor_image_person {
        left: 0px;
        top: 0px;
        margin-left: 25px;
        /*margin-right: auto;*/
        /*margin-left: auto;*/
        width: 100px;
        border: 3px solid #FFFFFF;
        -webkit-border-radius: 70px;
        -moz-border-radius: 70px;
        border-radius: 70px;
        behavior: url("../../Css/PIE-1.0.0/PIE.htc");
        margin-top:5px;
    }
    .advisor_desc h3 {
        color: #666563;
        font-size: 22px;
        font-family: 'museo_sans500';
    }
    .advisor_desc p.advisor_ext {
        font-size: 14px;
    }
    .call_price {
        font-size: 18px;
        margin-top: 0px;
    }
    .horoscopes {
        padding-top: 40px;
    }
    .horoscopes h3 {
        padding-bottom: 20px;
        }
    .footer_nav {
        width: 100%;
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        text-align: center;
        margin: 0 auto;
        padding: 0px;
        display: table;
        overflow: hidden;
    }
        .footer_nav li {
            float: left;
            padding: 2px;
            width: 33%;
            margin-left: auto;
            margin-right: auto;
        }
    .footer_logo {
        text-align: center;
        padding-bottom: 20px;
    }

    .social-btns {
        text-align: center;
    }

    .social_btn {
        text-align: center;
    }

    .footer-2 .additional-links {
        clear: both;
        text-align: center;
    }

    .call_cta {
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .call_cta h3.special {
            font-size: 39px;
            margin-left: 0px;
            text-align: center;
            margin-top: 0px;
        }

    .all_advisors_row {
        text-align: center;
        background: none;
        margin-bottom: 20px;
    }

    .all_advisors {
        background-color: #ffffff !important;
        color: #666563 !important;
        border: 1px solid #cccac8 !important;
    }

     .all_advisors:hover {
            /*opacity: 1;*/
        }

    .navbar {
        padding-left: 0px;
        padding-right: 0px;
    }

    .dropdown-menu {
        left: 0%;
    }

    .forum_table > thead > tr > th.topic, .forum_table > tbody > tr > td.topic {
        padding-left: 10px;
    }

    .last_update_mobile {
        font-size: 10px;
    }

    .last_update_text_mobile {
        font-family: 'museo_sans500';
    }

    .signup-introductory {
        font-size:16px;
    }
    .responiveDisclaimerFont {
        font-size:14px;
    }
    .advisor_profile_bg_blank {
        visibility:hidden;
    }
    span.advisor-tag {
        margin-right:130px;
    }
    span.advisor-tag.advisor-of-month {
        margin-right:90px;
        font-size:13px;
    }
}
@media (max-width:650px) {
    span.advisor-tag {
        margin-right: 90px;
    }
    span.advisor-tag.advisor-of-month {
        margin-right:50px;
    }
}

@media (max-width:500px) {
    span.advisor-tag {
        margin-right: 50px;
       font-size:11px;
    }
    span.advisor-tag.advisor-of-month {
        margin-right:20px;
    }
}
@media (max-width:435px){
    span.advisor-tag.advisor-of-month {
        margin-right:0;
    }
    .mobileLeft30Bottom15 {
        /*left: 30px;*/
        /*bottom: 15px;*/
    }
    .mobileRight23px {
        right: 23px;
    }
    .introductory_subtitle h3 {
        font-size: 34px;
        font-family: 'museo_sans300';
        color: #666563;
        margin-bottom: 20px;
    }
}
@media (max-width:390px) {
    span.advisor-tag {
        margin-right: 0;
    }
}

@media (max-width: 340px) {
    .forum_table > thead > tr > th.topic, .forum_table > tbody > tr > td.topic {
        padding-left: 10px;
    }
    .last_update_mobile {
        font-size: 10px;
    }
    .last_update_text_mobile {
        font-family: 'museo_sans500';
    }
    .introductory_subtitle {
        top: 10px;
    }
    .intro_signup_box {
        padding: 15px 30px;
        z-index: 1000;
        left: 0px;
    }
    .header-11-sub .background {
        min-height: 230px;
        background-size: 225%;
    }
    .page_header_title {
        /*margin-top: 10px;*/
        font-size: 35px;
    }
    .header-11 .navbar .brand {
        padding-top: 15px;
    }
    .brand img {
        width: 180px;
        margin-top: 3px;
    }
    .responiveDisclaimerFont {
        font-size:10px;
    }
    .header-11 {
        height: 80px;
    }
}

.introductory_price_box {
    padding-bottom: 40px;
}

.input_box {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.select_price_row {
    margin-bottom: 50px !important;
}

input.buttonAdd {
    width: 114px;
    height: 38px;
    padding: 0;
    background: url(../fw/btn_add.jpg) no-repeat left top;
    border: none;
    cursor: pointer;
}

input:hover.buttonAdd {
    background-position: bottom;
}



/*
      Form styling
***********************************/

.form-three-quarters, .form-three-quarters table {
    width: 75%;
}

.form-full, .form-full table {
    width: 95%;
}

.form-group {
    margin-bottom: 20px;
}

   /* .form-group:last-child {
        margin-bottom: 0;
    }

/*
    Sitewide    
**********************************/

div.page-content {
    min-height: 560px;
    padding-bottom: 20px;
}

.margin-top-large {
    margin-top: 50px;
}

.margin-I-medium {
    margin: 15px 0;
}

.margin-I-large {
    margin: 25px 0;
}

.margin-left {
    margin: 10px;
}

.no-top-margin {
    margin-top: 0;
    text-align: center;
}

.btn-margin {
    margin: 10px 0px;
}

.align-center {
    text-align: center;
    display: block;
}

.btn-primary {
    font-size: 20px;
    color: #ffffff;
    background-color: #ed7d00;
    padding: 9px 21px 10px;
    border: medium none;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
}

    .btn-primary:hover {
        background-color: #eda600;
        text-decoration: none;
    }

.btn {
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
}

.btn-alt {
    background-color: #1644A1;
    color: white;
}

    .btn-alt:hover {
        background-color: #447DF1;
        color: white;
        text-decoration: none;
    }

.btn-success {
    background-color: #5B9400;
}

    .btn-success:hover {
        background-color: #85CA2B;
    }

.btn-block-xs {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 155px;
}
@media screen and (max-width: 491px) {
    .btn-block-xs {
        max-width: 117.5px;
    }
    div.navbar-header a.brand img {
        max-width: 90%;
    }
    .quizQuestions {
        font-size:13px !important;
    }
    .header-11 .navbar .brand img:first-child {
        margin: 0;
        max-width: 200px; /*220px;*/
    }
    .introductory_price_col {
        font-size: 12px;
    }
    .introductory_price {
        font-size: 20px;
    }
    .advisor_image_person {
        margin-left:15px;
    }
}
@media screen and (max-width: 380px){
    .header-11 .navbar .brand img:first-child {
        max-width: 150px;/*180px;*/
    }
}
@media screen and (max-width:330px){
    .header-11 .navbar .brand img:first-child {
        max-width:160px;
    }
}
@media screen and (min-width: 992px) {
    .btn-block-xs {
        display: inline-block;
    }
}


/* Breadcrumb Styling
****************************************/

.breadcrumb-redux {
    font-size: 12px;
    font-family: 'museo_sans500';
    color: #666653;
}

    .breadcrumb-redux a {
        color: #ed7d00;
        padding: 0px 5px;
    }

        .breadcrumb-redux a:first-of-type {
            padding-left: 0;
        }

        .breadcrumb-redux a:last-of-type, .breadcrumb-redux a:last-of-type:hover {
            color: #666653;
            text-decoration: none;
            cursor: default;
        }


/* Page specific 
***************************************/

.orange li {
    margin: 5px 0px;
}

.notifyMePopUp {
    overflow: hidden;
}

.floatLeft {
    float: left;
}

@media (min-width: 992px) {
    .get-in-line-wrapper {
        

    }
    
    .notify-me-wrapper {
        margin-left: 80px;
    }
    .fwrap {
    }
}

.advisor-category:before {
    content: "/";
    padding-right: 8px;
}


.notification-form {
    margin-left: 0px;
}
/*Get In Line Font Control*/
.orangefont20pxMobile17px {
    color: #ed7d00 !important;
    font-size: 20px ;
}
.font20pxMobile17px {
    font-size: 20px;
}
.responsiveGetInLineBreak {
    display: none;
}
@media (max-width:480px) {
    .orangefont20pxMobile17px {
    color: #ed7d00 !important;
    font-size: 17px;
    }
    .font20pxMobile17px {
        font-size: 17px;
    }
    .responsiveGetInLineBreak {
        display: block;
    }
}
@media all and (max-width: 991px) and (min-width: 768px) {
    .tabletFontFix {
        font-size: 33px !important;
    }
}
.font14px {
    font-size: 14px;
}
.lineBreak {
    display:none;
}
/*ContactUs.aspx Select Menu*/
.selectDropDownContactUs {
    font-family: 'museo_sans300';
    font-size: 16px;
    color: #666563;
}
/*Finished Quiz Final Score*/
.quizScore {
    font-size: 50px;
    color: #666563;
    font-family: 'museo_sans300';
    text-align: center;
}
/*Quiz Questions*/
.quizQuestions {
    color: #666563;
    font-size: 17px;
    font-family: 'museo_sans300';
    text-align: left;
    padding-left:14px;
    vertical-align:text-top;
    font-weight:normal;
}
table.quizQuestions label {
    color: #666563;
    font-size: 17px;
    font-family: 'museo_sans300';
    text-align: left;
    padding-left:14px;
    vertical-align:text-top;
    font-weight:normal;
}
/*Specific Padding to make Buttons Wider*/
.btn.padding12updown50side {
    padding:12px 50px;
    margin-left: 5px;
}
.padding12updown50side {
    padding: 12px 50px;
    margin-left: 5px;
}
/*FullMemberRegistration.aspx Terms & Policy Policy Adjustment*/
.font12 {
    font-size: 12px;
}
/*For Member Home Page*/
.font16 {
    font-size:16px;
}
/*Advisor Listing Tag*/
.advisorTag {
    font-size:16px;
    font-family:museo_sans300;
    font-weight:normal;
    color:#666563;
}
/*Full Member Registration*/
.intro_offer .select_price_row {
    margin-bottom: 20px !important;
}

.intro_offer .introductory_price_box {
    margin-bottom: 0;
    padding-bottom: 0;
}
/*Home Page Advisor Listing Fix*/
div.advisor_desc p.hidden-xs {
    margin:0;
}
/*Home Page Title*/
.testimonial-masonry {
    background:#ffffff;
}
/*Sale Rate*/
.saleRate {
    font-size: 14px;
    padding-right: 4px;
    color:#ed7d00;
}
.saleRateAdvisorProfile {
    color: #ed7d00;
    padding-right: 4px;
}
.on-sale {
    color: #ed7d00;
}
.listRateNowOnSale {
    text-decoration:line-through;
}
.marginTop10px {
    margin-top:10px;
}
.new-tag {
    color: #ed7d00;
}
.font18px {
    font-size: 18px !important;
}
/*Underline*/
.underline {
text-decoration:underline;
}
/*Create Account Privacy Promise Background & Create Phone Account*/
.createAccountMinHeightResponse {
    min-height: 667px;
    padding-top:10px;
}
.createPhoneAccountMinHeightResponse {
    min-height: 391px;
    padding-top: 10px;
}
@media (max-width: 1199px) {
    .createAccountMinHeightResponse {
        min-height: 1px;
        padding-top: 0;
        background-color: #ffffff;
    }
    .createPhoneAccountMinHeightResponse {
    min-height: 1px;
    padding-top: 10px;
    background-color: #ffffff;
    }
}

/* Helpers
*****************************************/
.avatar-circle {
    width: 76px;
    height: 76px;
}

.avatar-circle-large {
    width: 150px;
    height: 150px;
}

/*NavBar 'About' dropdown centering fix*/
@media (min-width:992px) {
    .aboutUsLeft {
        left: -41% !important;
    }
}


/* styles for validation helpers */
.input-validation-error {
    border: 1px solid #ff4444;
      -webkit-box-shadow: 0px 0px 4px #ff4444;
       -moz-box-shadow: 0px 0px 4px #ff4444;
            box-shadow: 0px 0px 4px #ff4444;
}

.glyphicon input {
    padding-left:25px;
}
.glyphicon:before {
    height: 100%;
    width: 25px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    position: absolute;
    pointer-events: none;
}
.glyphiconOrangeArrow {
    color: white;
    background: #ED7D00;
    min-height: 27px;
    min-width: 27px;
    text-align: center;
    border-radius: 4px;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
}



/*Added By Terrance Start*/
.top-nav > li.ctc-li {
    background-image: none;
    display: inline-block !important;
    margin-right: 190px;
}
.top-nav > li > font[id="top-contact"] {
    font-family: 'museo_sans500', Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    text-align: center;
    display: inline-block;
    width: 250px;
    border-radius: 0 0 5px 5px;
    margin: 0 -15px;
    padding: 10px 35px;
    background: url("../images/phone.png") no-repeat 0 0 #ed7d00;
    background-position: 5%;
    top: -5px;

    z-index: 300;
    position: absolute;
    right: -30px;
}


/*Sticky Menu*/
.sticky-menu {
    background-color: rgba(255,255,255, 0.9);
    border-top: 2px solid #ed7d00;
    min-height: 65px;
    z-index: 9999;
    position: fixed;
    width: 100%;
}
.displayMenu{
	display: block;
	position: absolute;
	list-style: none;
    max-height:0;
    transition: max-height 0.7s ease-in; 
	position: fixed;
}
.hidesticky{display: none;}
.sticky-menu .brand .headerLogo{
	width: 200px;	
}
.sticky-menu .top-nav{
	margin-top: -33px;	
}
.sticky-menu .top-nav li{
	margin-right: 0;	
}
.sticky-menu .top-nav > li.ctc-li{
	margin-left: 20px;	
}
    .sticky-menu .top-nav > li.offerbtn a {
        color: #ed7d00;
        color: #007bff;
        font-weight: bold;
        width: 150px;
        height: 35px;
        line-height: 15px;
    }
.sticky-menu .top-nav > li{
	background-image: none;	
}
.sticky-menu .top-nav > li > a{
	padding: 10px 10px 10px;
    font-size: 12px;
    font-weight: normal;
    color: #666563;
    font-weight: 500;
}
.sticky-menu .top-nav > li > a:hover{
	color: #fff;	
	background-color: #ed7d00;
	text-decoration: none;
}
/*adding*/
.sticky-menu .top-nav > li.offerbtn > a:hover {
        color: #fff;
        background-color: #007bff;
        text-decoration: none;
}
.sticky-menu .top-nav .dropdown-menu li{
	line-height: 1px;	
}
.sticky-menu .top-nav .dropdown-menu > li{
	background-image: none;	
}
.sticky-menu .top-nav .dropdown-menu > li > a{
	text-align: left;
}

    .sticky-menu .top-nav > li > font[id="top-contact"] {
        font-family: 'museo_sans500', Arial, Helvetica, sans-serif;
        font-weight: 900;
        font-size: 24px;
        line-height: 28px;
        color: #ffffff;
        text-transform: uppercase;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        text-align: center;
        display: inline-block;
        width: 250px;
        border-radius: 0 0 5px 5px;
        margin: 0 -15px;
        padding: 10px 45px;
        background: url("../images/phone.png") no-repeat 0 0 #ed7d00;
        position: absolute;
        background-position: 5%;
        top: -10px;
        margin-right: 0px;
        min-width: 300px;
    }


.sticky-menu .btn-offer {
    font-family: 'Open Sans', sans-serif;
    margin-left: -5px;
}
.css3-notification {
	font-size: .8em;
	text-align: center;
	padding: 10px;
	color: #fff;
	box-shadow:	0px 1px 3px 0px rgba(0, 0, 0, .3);
	text-transform: uppercase;
	/*position: relative;*/
	font-weight: bold;
	-webkit-animation: bounce 800ms ease-out;
	-moz-animation: bounce 800ms ease-out;
	-o-animation: bounce 800ms ease-out;
	animation: bounce 800ms ease-out;
	z-index: 5;
}

.top-banner-place{
	text-align: -webkit-center;
	padding: 15px 15px 30px;	
}
.top-banner-place .top-banner-01{
	width: 1000px;
	height: 150px;
}
.top-banner-place .top-banner-02{
	width: 728px;
	max-height: 90px;
}
.top-banner-place .top-banner-03{
	width: 300px;
	max-height: 100px;
}
.bottom-banner-place{
	text-align: -webkit-center;
	padding: 5px 15px 20px;
}
/*.bottom-banner-place img{
	width: 1000px;
	max-height: 150px;
}*/
.bottom-banner-place .bottom-banner-01{
	width: 1000px;
	height: 150px;
}
.bottom-banner-place .bottom-banner-02{
	width: 728px;
	max-height: 90px;
}
.tbottomop-banner-place .bottom-banner-03{
	width: 300px;
	max-height: 100px;
}
.top-banner-place .top-banner-01, .bottom-banner-place .bottom-banner-01{
	display: block;
}
.top-banner-place .top-banner-02, .bottom-banner-place .bottom-banner-02{
	display: none;
}
.top-banner-place .top-banner-03, .bottom-banner-place .bottom-banner-03{
	display: none;
}

.banneradvisor{
	padding: 30px 5px 10px;
}

/* Webkit, Chrome and Safari */

@-webkit-keyframes bounce {
  0% {
	-webkit-transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	-webkit-transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	-webkit-transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	-webkit-transform:translateY(-50%);
  }
  40% {
  	-webkit-transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	-webkit-transform:translateY(-30%);
  }
  70% {
  	-webkit-transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	-webkit-transform:translateY(-15%);
  }
  90% {
  	-webkit-transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	-webkit-transform:translateY(-10%);
  }
  97% {
  	-webkit-transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	-webkit-transform:translateY(-5%);
  }
  100% {
  	-webkit-transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
	-moz-transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	-moz-transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	-moz-transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	-moz-transform:translateY(-50%);
  }
  40% {
  	-moz-transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	-moz-transform:translateY(-30%);
  }
  70% {
  	-moz-transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	-moz-transform:translateY(-15%);
  }
  90% {
  	-moz-transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	-moz-transform:translateY(-10%);
  }
  97% {
  	-moz-transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	-moz-transform:translateY(-5%);
  }
  100% {
  	-moz-transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}

/* Opera 12.0 */
@-o-keyframes bounce {
  0% {
	-o-transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	-o-transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	-o-transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	-o-transform:translateY(-50%);
  }
  40% {
  	-o-transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	-o-transform:translateY(-30%);
  }
  70% {
  	-o-transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	-o-transform:translateY(-15%);
  }
  90% {
  	-o-transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	-o-transform:translateY(-10%);
  }
  97% {
  	-o-transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	-o-transform:translateY(-5%);
  }
  100% {
  	-o-transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  0% {
	transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	transform:translateY(-50%);
  }
  40% {
  	transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	transform:translateY(-30%);
  }
  70% {
  	transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	transform:translateY(-15%);
  }
  90% {
  	transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	transform:translateY(-7%);
  }
  97% {
  	transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	transform:translateY(-3%);
  }
  100% {
  	transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}
.nav-responsive{
	margin: 40px 0 10px !important;
}
@media (max-width: 1199px){
	.sticky-menu .top-nav{padding-left: 1px;}
	.sticky-menu .top-nav > li.offerbtn a{width: 150px;}
}
@media (max-width: 991px){
	.sticky-menu.css3-notification{z-index: 105;}
	.sticky-menu .brand{float: left;}	
	.sticky-menu .top-nav > li > font[id="top-contact"]{top: -55px;}
	.sticky-menu .top-nav .navbar-toggle{
		position: relative;
		margin-top: -5px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		float: none;
		display: inline-block;
	}
	.sticky-menu .header-11 .navbar-header .navbar-toggle{
		font-family: 'museo_sans300';
		text-transform: uppercase;
		background-color: #f5f5f5;
		border: 1px solid #dee0de;
		color: #666563;
		font-size: 16px;
		-webkit-border-radius: 20px !important;
		-moz-border-radius: 20px !important;
		border-radius: 20px !important;
		padding-top: 5px;
		padding-bottom: 3px;
		width: 95px;
		-webkit-transition: 0.45s;
		-moz-transition: 0.45s;
		-o-transition: 0.45s;
		transition: 0.45s;
	}
	.sticky-menu .header-11 .navbar .navbar-toggle:hover{
		color: #fff;
		background-color: #ed7d00;
		-webkit-transition: 0.45s;
		-moz-transition: 0.45s;
		-o-transition: 0.45s;
		transition: 0.45s;	
	}
	.sticky-menu .topcallBtn{display: none;}
	.top-banner-place .top-banner-01, .bottom-banner-place .bottom-banner-01{
		display: none;
	}
	.top-banner-place .top-banner-02, .bottom-banner-place .bottom-banner-02{
		display: block;
	}
	.top-banner-place .top-banner-03, .bottom-banner-place .bottom-banner-03{
		display: none;
	}
	.sticky-menu .top-nav > li > a:hover{
		background-color: transparent;
	}

}
@media (max-width: 767px){
	.sticky-menu .topcallBtn{display: inline-block;}
	.sticky-menu li:hover{background-color: transparent;}
	.sticky-menu .top-nav{margin-top: -35px;}
	.sticky-menu .brand img {margin-top: -3px !important;}
	.top-nav{
		margin-right: 0px;	
	}
	.top-nav > li.ctc-li{
		display:  none !important;
	}
	
}
@media (max-width: 479px){
	.sticky-menu .top-nav{margin-right: -30px;}
	.sticky-menu .top-nav > li{margin-top: 5px;}
	.sticky-menu .topcallBtn{margin-right: -15px !important;}
	.sticky-menu .sticky-col{padding-left: 0px; padding-right: 0px; margin-top: 5px;}
	.sticky-menu .brand .headerLogo{width: 180px;}
	.top-banner-place .top-banner-01, .bottom-banner-place .bottom-banner-01{
		display: none;
	}
	.top-banner-place .top-banner-02, .bottom-banner-place .bottom-banner-02{
		display: none;
	}
	.top-banner-place .top-banner-03, .bottom-banner-place .bottom-banner-03{
		display: block;
	}
}
@media (max-width: 320px){
	.header-11 .navbar .brand img:first-child{max-width: 140px;}
}

.audioGreeting {
    padding: 0 0 5px 15px;
    cursor: pointer;
}
.new_caller_promo {
    font-family: 'museo_sans500';
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #676563;
    padding-top: 5px;
    clear: both;
}
.profile_audioGreeting {
    margin: 6px auto 7px;
    text-align: center;
}
.profile_new_caller_promo {
    font-family: 'museo_sans300';
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #676563;
    padding: 6px 0 2px;
    margin: 0 auto;
    text-align: center;
    clear: both;
}
a.nostyle:link {
    text-decoration: inherit;
    color: inherit;
    /*cursor: auto;*/
}

a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
    /*cursor: auto;*/
}



.list-group-item-success {
    background-color: #dff0d8 !important;
}

.add-funds-header2 {
    font-weight: 500!important;
}

.btn-primary.chatlogin {
    background: #6abdde;
}
.btn.chatlogin {
    background: #6abdde;
}

.btn-large.chatlogin {
    background: #6abdde;
}

.btn-block-xs.chatlogin {
    background: #6abdde;
}
.chatlogin:hover {
    background: #97daf5;
    cursor: pointer;
}


btn-sm.o {
    color: #fff;
    background-color: #007bff;
    border-radius: 35px;
    border: 2px solid rgba(0, 70, 147, 0.75);
}

.btn-outline-xs.requestreading {
    color: #007bff;
    background-color: #fff;
    color: #fff;
    background-color: #007bff;
    border-radius: 35px;
    margin: auto;
    margin-left: 15px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   
}

.btn-primary.requestreading {
    background-color: #007bff;
}
.btn-primary.requestreading:hover {
    background-color: #71afff;
}
/*border-radius: 35px;
border: 2px solid #007bff;*/







/*.ddl {
  
    border: 2px solid #7d6754;
    border-radius: 5px;
    padding: 3px;
    -webkit-appearance: none;
    background-image: url('Images/Arrowhead-Down-01.png');
    background-position: 88px;
    background-repeat: no-repeat;
    text-indent: 0.01px; 
    text-overflow: ; 
}*/
/*
.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}

.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}

.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}

.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

*/


/*new stuff*/
body.liveadvice {
    background-color: #ecf0f1;
    font-family: arial;
    color: #ED7D00;
}

.outline.liveadvice {
    background-color: transparent;
    color: inherit;
    color: blue;
    transition: all .25s;
}

.btn-primary.outline.liveadvice {
    color: #428bca;
    color: #ED7D00;
    height: 38px;
    background-color: #f6fbfc;
    background-color: #ffffef;
    font-weight: bold;
}

    .btn-primary.outline.liveadvice.brown {
        color: #428bca;
        height: 38px;
        background-color: #f6fbfc;
        font-weight: bold;
        border-color: #428bca;
    }

.btn-lg.liveadvice {
    font-size: 16px;
    border-radius: 25px;
    border: 1.1px solid;
    border-radius: 30px;
    border-color: #ED7D00;
    background-color: #ffffef;
    color: #ED7D00;
}

.btn-lg.liveadvice.brown {
    font-size: 16px;
    border-radius: 25px;
    border: 1.1px solid;
    border-radius: 30px;
    border-color: #ED7D00;
    color: #428bca;
    width: 175px;
}

/*hover*/

.btn-primary.outline.liveadvice:hover {
    color: #428bca;
    color: #ED7D00;
    height: 38px;
    background-color: #f6fbfc;
    background-color: #ffffff;
    font-weight: bold;
    outline: none;
    cursor: none;
    text-decoration: none;
}

.btn-primary.outline.liveadvice.brown:hover {
    color: #428bca;
    height: 38px;
    background-color: #ffffff;
    font-weight: bold;
    border-color: #428bca;
    outline: none;
    cursor: none;
    text-decoration: none;
}

.btn-lg.liveadvice:hover {
    font-size: 16px;
    border-radius: 25px;
    border: 1.1px solid;
    border-radius: 30px;
    border-color: #ED7D00;
    background-color: #ffffff;
    color: #ED7D00;
    outline: none;
    cursor: none;
    text-decoration: none;
}

.btn-lg.liveadvice.brown:hover {
    font-size: 16px;
    border-radius: 25px;
    border: 1.1px solid;
    border-radius: 30px;
    border-color: #ED7D00;
    background-color: #ffffff;
    color: #428bca;
    width: 175px;
    outline: none;
    cursor: none;
    text-decoration: none;
}


/*.btn-success.outline.liveadvice {
    color: #5cb85c;
}

.btn-info.outline.liveadvice {
    color: #5bc0de;
}

.btn-warning.outline.liveadvice {
    color: #f0ad4e;
}

.btn-danger.outline.liveadvice {
    color: #d9534f;
}*/

    .btn-primary.outline.liveadvice:hover,
    .btn-success.outline.liveadvice:hover,
    .btn-info.outline.liveadvice:hover,
    .btn-warning.outline.liveadvice:hover,
    .btn-danger.outline.liveadvice:hover {
        color: #fff;
    }

/*.box-shadow--2dp.liveadvice {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.box-shadow--3dp.liveadvice {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.box-shadow--4dp.liveadvice {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}

.box-shadow--6dp.liveadvice {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}

.box-shadow--8dp.liveadvice {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}

.box-shadow--16dp.liveadvice {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}*/






.extra.liveadvice {
    width: 150px;
}

/*.requestrdg {
    color: red;
}*/


.introductory_radio {  
    margin: 10px;
    padding: 10px;
}

.introductory_radio label{
    margin-left: 18px;
}
































a.btn_orange02,
button.btn_orange02 {
    font-size: 20px;
    color: #ffffff;
    background-color: #ed7d00;
    padding: 9px 21px 10px;
    border: medium none;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
}

a:hover.btn_orange02,
button:hover.btn_orange02 {
    background-color: #eda600;
    text-decoration: none;
}

input.btn_orange02,
button.btn_orange02 {
    font-size: 20px;
    color: #ffffff;
    background-color: #ed7d00;
    padding: 9px 21px 10px;
    border: medium none;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    behavior: url("../../Css/PIE-1.0.0/PIE.htc");
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
}

input:hover.btn_orange02,
button:hover.btn_orange02 {
    background-color: #eda600;
    text-decoration: none;
}

div_background_color {
background-color:aliceblue;
}

.padding {
    padding: .5em ;
}

introductory_subtitle.promo {
    color: #969491;
}
.or_call {
    margin-top: -10px;
}


/*@media (max-width: 479px) {
        .or_call {
            margin-top: -40px;
            margin-bottom: px;
        }
        
    }*/
@media (max-width: 640px) {
    .or_call {
        margin-top: -40px;
    }
}


.introductory_subtitle {
    margin-top: -60px;
    margin-bottom: -200px;
}
@media (max-width:767px) {
    .introductory_subtitle {
        top: 0;
        margin-top: -60px;
        margin-bottom: -170px;
    }
}

@media (max-width: 479px) {
    .introductory_subtitle {
        top: 0;
        margin-top: -50px;
    }
}

.lead.lead_mobile {
    font-size: 20px;
}

@media (max-width: 479px) {
    .lead.lead_mobile {
        font-size: 20px;
    }
}
