/**************************************************************
    breadcrumb style
**************************************************************/
.breadcrumb{padding:0;margin-top:35px;margin-bottom:0;}
.breadcrumb a{color:#000;}


/**************************************************************
    analysis-bar style
**************************************************************/
.analysis-bar{height:52px;background-color:#efeff0;}
.analysis-bar ul{text-align:center;margin-top:16px;width:1199px;}
.analysis-bar ul li{margin:0 5px;}
.analysis-bar ul li label{font-weight:normal;}
.analysis-bar-arrow{margin:0 5px;}
.analysis-bar-up{color:#8bc525;}
.analysis-bar-down{color:#ed1c24;}


/**************************************************************
    COMPONENTS WEBSITE STYLE - this components will repeat
    at all of the website e.g header or footer
**************************************************************/

.list_style_none{
    list-style: none;
}
.padding-0{
    padding: 0 !important;
}
.padding-right-0{
    padding-right: 0 !important;
}
.padding-left-0{
    padding-left: 0 !important;
}
.padding-left-3{
    padding-left: 3px !important;
}
.padding-left-5{
    padding-left: 5px !important;
}

.margin-bottom-0{
    margin-bottom: 0 !important;
}

.border-right-0{
    border-right: 0 none !important;
}
.border-left-0{
    border-left: 0 none !important;
}
.border-radius-right-0{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.border-radius-left-0{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/**************************************************************
    header page style
**************************************************************/
.website-header {
    height: 122px;
    padding-top: 18px;
}

.website-header .website-header-content {
    height: 40px;
    line-height: 39px;
    margin-top: 27px;
    text-align: right;
}

.website-header .website-header-content .time, .website-header .website-header-content .language {
    display: inline-block;
    vertical-align: top;
}

.website-header .website-header-content .time {
    width: 137px;
    height: 100%;
    margin-right: 10px;
    line-height: 45px;
}

.website-header .website-header-content .time img {
    width: 17px;
    height: 17px;
    margin: 0 5px 3px 0;
}

.website-header .website-header-content button.btn-link.log-out {
    color: #333;
    text-decoration: underline;
    outline: none;
}

.website-header .website-header-content .login,
.website-header .website-header-content .dashboard-btn {
    width: 143px;
    height: 40px;
    vertical-align: top;
    line-height: 30px;
    font-weight: normal;
    margin-right: 10px;
    margin-left: 5px;
    text-transform: uppercase;
}

.website-header .website-header-content .login {
    background-color: #8e8e8e;
}

.website-header .website-header-content .language button {
    width: 120px;
    border-radius: 3px;
    background-color: #efeff0;
    border: none;
}

.website-header .website-header-content .language button img {
    margin: 3px 5px 5px 0;
}

/**************************************************************
    navigation page style - this is the style of the main
    navigation for all of the website
**************************************************************/
nav.navigation {
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    font-size: 16px;
    background-color: #5a5a5a;
}

.navigation form {
    text-align: right;
    margin-right: -15px;
}

/*bootstrap default overwrite*/
.navigation button.navbar-toggle {
    float: left;
    margin-left: 15px;
}

/*bootstrap default overwrite*/
.navigation.navbar-default .navbar-nav > li > a:hover {
    box-shadow: 0 -4px 0 #8bc525;
    color: #8bc525;
    background-color: #fff;
}

.navigation .active a:hover {
    color: #8bc525;
}

/*dropdown menu*/
.navigation li.dropdown:hover > a {
    box-shadow: 0 -4px 0 #8bc525;
    color: #8bc525;
    background-color: #fff;
}

.navigation .dropdown-menu {
    border: none;
    padding: 0;
    width: 100%;
}

.navigation .dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navigation .dropdown-menu > li > a:hover {
    box-shadow: none;
    color: #333;
    background-color: #efefef;
}

.navigation .dropdown-menu > li:last-of-type > a:hover {
    border-radius: 3px;
}

/*** NEW SEARCH STYLE ***/
#google_search {
    display: none;
    float: right;
    width: 205px;
    height: 34px;
    background-color: #fff;
}

.gsc-search-box {
    position: relative;
    height: 34px !important;
}

.cse form.gsc-search-box,
form.gsc-search-box {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.gsc-input input.gsc-input {
    padding: 0 10px;
    width: 100%;
    height: 34px !important;
    font-size: 16px !important
}

.gsc-input input.gsc-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input.gsc-search-button {
    width: 21px !important;
    height: 34px !important;
    background: transparent url('../images/components/navigation/search-icon.svg') no-repeat 12px center !important;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    color: transparent !important;
}

input.gsc-search-button:focus {
    border: green;
}

td.gsc-clear-button,
div.gsc-clear-button {
    display: none !important;
}

.cse table.gsc-search-box td.gsc-input,
table.gsc-search-box td.gsc-input {
    padding: 0 !important
}

table input.gsc-search-button {
    vertical-align: top !important;
    height: 34px !important;
    font-size: 16px !important;
}

.cse table.gsc-search-box td.gsc-input,
table.gsc-search-box td.gsc-input {
    padding: 0 !important;
    margin: 0 !important;
    height: 34px !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
}

td.gsc-search-button {
    position: absolute;
    right: 6px;
    top: 1px;
    height: 34px;
    width: 46px !important;
}

/*** /NEW SEARCH STYLE ***/
/**************************************************************
    Breadcrumbs
**************************************************************/
.breadcrumb {
    padding: 0;
    margin-top: 35px;
    margin-bottom: 0;
}

.breadcrumb a {
    color: #000;
}

/**************************************************************
    footer page style
**************************************************************/
.website-footer {
    font-size: 0;
    margin-top: 60px;
}

.footer-top, .footer-middle, .footer-bottom {
    font-size: 12px;
}

.website-footer h6, .website-footer p, .website-footer a, .website-footer label {
    color: #fff;
}

.website-footer input, .website-footer a, .website-footer label {
    font-size: 14px;
}

.footer-top h6, .footer-middle h6, .footer-bottom h6, .footer-top p {
    font-size: 12px;
}

/*footer top border*/
.footer-border {
    width: 100%;
    height: 26px;
    background-color: #464646;
    display: inline-block;
    border-top: 7px solid #8bc525;
    position: relative;
}

.footer-border .footer-border-middle {
    width: 56px;
    height: 44px;
    background: url('../images/components/footer/footer-top-border.jpg') no-repeat;
    position: absolute;
    left: 50%;
    top: -25px;
}

.footer-border-middle a {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 8px;
    top: -5px;
}

.footer-border-middle a img {
    width: 100%;
    height: 100%;
}

/*footer content*/
.footer-top {
    background-color: #464646;
    box-shadow: 0 -7px 0 #8bc525;
    padding: 10px 0 26px 0;
}

.footer-top-a {
    padding: 10px 0 26px 0;
}

.footer-top-b {
    padding: 26px 0;
}

.footer-top h6 {
    margin-top: 0;
}

.footer-top p {
    padding-right: 20px;
    text-align: justify;
}

/*footer form*/
.footer-form form input, .footer-form select {
    margin-bottom: 8px;
}

.footer-form input, .footer-form select, .footer-form span {
    height: 28px;
    /*height for safari*/
    border-radius: 0;
    background-color: #a4a4a4;
    border: 0;
    color: #000;
    padding-top: 3px;
    box-shadow: none;
}

.footer-top input::-webkit-input-placeholder {
    color: #000;
}

.footer-top input:-moz-placeholder /* Firefox 18- */{
    color: #000;
}

.footer-top input::-moz-placeholder /* Firefox 19+ */{
    color: #000;
}

.footer-top input:-ms-input-placeholder {
    color: #000;
}

#call_me_button {
    width: 105px;
    height: 25px;
    padding: 0;
    font-size: 12px;
    display: block;
    margin-left: auto;
}

#time-to-call {
    font-size: 14px;
}

/*footer-middle*/
.footer-middle {
    padding-bottom: 26px;
}

.footer-middle-a {
    background-color: #5a5a5a;
}

.footer-middle-b {
    background-color: #464646;
}

.footer-middle-b .footer-middle-left .footer-fax.divider:after {
    display: none;
}

.footer-middle-left, .footer-middle-right {
    padding-top: 20px;
}

.footer-middle h6 {
    margin-top: 0;
}

.footer-middle-left label {
    font-weight: normal;
    display: block;
}

.footer-social img {
    margin: 0 8px 5px 0;
}

.footer-social img:last-of-type {
    margin-right: 8px;
}

.footer-apps a {
    width: 100%;
    height: 36px;
    display: block;
    background-color: #2b2b2b;
    padding: 0 15px;
    font-size: 10px;
    line-height: 36px;
}

.footer-apps a:hover, .footer-apps a:focus {
    text-decoration: none;
}

.footer-apps a:last-of-type {
    margin-top: 10px;
}

.footer-apps a img {
    margin-right: 18px;
    display: inline-block;
}

.footer-apps a:first-of-type img {
    margin-bottom: 5px;
}

.footer-bottom {
    background-color: #a4a4a4;
}

.footer-bottom section {
    padding-top: 11px;
    padding-bottom: 11px;
}

.footer-bottom ul {
    margin: 0;
    text-align: right;
}

.footer-bottom ul li {
    border-right: 1px solid #464646;
}

.footer-bottom ul li:last-of-type {
    border: 0;
}

.footer-bottom ul li a {
    color: #464646;
}

/**************************************************************
   footer validate style
**************************************************************/
form input + .error label.customValidationOnBlur.customValidationCallMeBackFullName, form input + .error label.customValidationOnBlur.customValidationCallMeBackEmail {
    right: 4px;
}

form input+.error label.customValidationCallMeBackFullNameOnFocus {
    right: -200px;
    color: #000;
}

form input+.error label.customValidationCallMeBackEmailOnFocus {
    right: -235px;
    color: #000;
}

form input+.error label.customValidationCallMeBackEmailOnValidate {
    right: -247px;
    color: #000;
}

form input+.error label.customValidationCallMeBackPhoneOnFocus {
    right: -172px;
    color: #000;
}

form input+.error label.customValidationCallMeBackPhoneOnValidate {
    left: -405px;
}

/**************************************************************
    analysis bar style
**************************************************************/
.analysis-bar {
    height: 52px;
    background-color: #efeff0;
}

.analysis-bar ul {
    text-align: center;
    margin-top: 16px;
}

.analysis-bar ul li {
    margin: 0 5px;
}

.analysis-bar ul li label {
    font-weight: normal;
}

.analysis-bar-arrow {
    margin: 0 5px;
}

.analysis-bar-up {
    color: #8bc525;
}

.analysis-bar-down {
    color: #ed1c24;
}

/**************************************************************
    social style
**************************************************************/
.social {
    background-color: #d0d0d0;
    padding: 20px 0;
    margin: 50px 0;
}

a.facebook-share.social-item, a.twitter-share.social-item, a.google-share.social-item {
    width: 100px;
    height: 30px;
    background-color: #5a5a5a;
    color: #d0d0d0;
    background-repeat: no-repeat;
    background-position: 10px;
    line-height: 14px;
    margin-right: 10px;
}

.facebook-share.social-item {
    background-image: url('/images/general/social/share/facebook-share.png');
}

.twitter-share.social-item {
    background-image: url('/images/general/social/share/twitter-share.png');
}

.google-share.social-item {
    background-image: url('/images/general/social/share/google-share.png');
    padding-left: 20px;
}

.social a.next {
    color: #5a5a5a;
    font-size: 16px;
    float: right;
    line-height: 28px;
}

/**************************************************************
    popup live demo >> show when login
**************************************************************/
#popup_live_demo{}

#popup_live_demo .modal-dialog {
    width: 510px;
    margin: 200px auto;
}

#popup_live_demo .modal-content {
    width: 100%;
    height:560px;
    /*min-height: 470px;*/
    border: none;
    border-top: 4px solid #8e8e8e;
    border-bottom: 4px solid #8e8e8e;
    border-radius: 0;
    background: rgba(255, 255, 255, 1); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255, 255, 255, 1) 0%, rgba(224, 224, 224, 1) 60%, rgba(254, 254, 254, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255, 255, 255, 1) 0%,rgba(224, 224, 224, 1) 60%,rgba(254, 254, 254, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255, 255, 255, 1) 0%,rgba(224, 224, 224, 1) 60%,rgba(254, 254, 254, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(254, 254, 254, 1)',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

#popup_live_demo .modal-content button.close {
    position: absolute;
    top: -24px;
    right: -22px;
    font-family: LaoUI,sans-serif;
    color: #fff;
    font-size: 28px;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    outline: none;
    font-weight: normal;
}

#popup_live_demo .modal-content .modal-demo,
#popup_live_demo .modal-content .modal-live {
    width: 365px;
    margin: 0 auto;
}

#popup_live_demo .modal-content .modal-demo > img,
#popup_live_demo .modal-content .modal-live > img {
    display: block;
    margin: 64px auto 0 auto;
}

#popup_live_demo .modal-content .green_dots {
    position: relative;
    width: 25px;
    height: 5px;
    margin: 14px auto 0 auto;
}

#popup_live_demo .modal-content .green_dots div,
#popup_live_demo .modal-content .green_dots div:before,
#popup_live_demo .modal-content .green_dots div:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #88c200;
}

#popup_live_demo .modal-content .green_dots div {
    left: 0;
    right: 0;
    margin: 0 auto;
}

#popup_live_demo .modal-content .green_dots div:before {
    left:-10px;
}

#popup_live_demo .modal-content .green_dots div:after {
    right:-10px;
}

#popup_live_demo .modal-content h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px auto 15px auto;
    text-align: center;
    text-transform: uppercase;
    color: #353535;
}

#popup_live_demo .modal-content h2 + p {
    margin-bottom: 20px;
    text-align: center;
    font-size:16px;
    color: #474747;
}

#popup_live_demo .modal-content .form-control[readonly] {
    background-color: #ececec;
    border: 1px solid #d1d1d1;
    height: 43px;
    margin-bottom: 15px;
}

#popup_live_demo .modal-content .agree_section {
    margin-top: 30px;
}

#popup_live_demo .modal-content .agree_section div,
#popup_live_demo .modal-content .agree_section p {
    display: inline-block;
    vertical-align: top;
}

#popup_live_demo .modal-content .agree_section p {
    width: 90%;
    margin: 0 5px 0 0;
}

#popup_live_demo .modal-content .agree_section p a {
    color:inherit;
}

#popup_live_demo .modal-content .btn{
    width: 227px;
    height: 45px;
    margin: 30px auto 60px auto;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    background-image: url('../images/login/lock.png');
    background-repeat: no-repeat;
    background-position: 90% center;
    text-indent: 20px;
    padding-top: 9px;
}

.loader_container.loader_visibility {
    z-index: 1052;
    background-color: transparent;
}

/* START TERMS COSTUME CHECKBOX */
#popup_live_demo .modal-content .agree_section div input[type=checkbox] {
    /*visibility: hidden;*/
    width: 100%;
}

#popup_live_demo .modal-content .agree_section div {
    position: relative;
    width: 20px;
}

#popup_live_demo .modal-content .agree_section div label {
    cursor: pointer;
    position: absolute;
    width: 19px;
    height: 19px;
    border: 1px solid #b7b7b7;
    top: 0;
    left: 0;
    border-radius: 3px;
    background-color: #fff;
}

#popup_live_demo .modal-content .agree_section div label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 6px;
    background: transparent;
    top: 4px;
    left: 3px;
    border: 3px solid #88c200;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#popup_live_demo .modal-content .agree_section div input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

#popup_live_demo .modal-content .agree_section .arrow_unchecked {
    display:none;
    position: absolute;
    right: -15px;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 8px solid red;
    border-bottom: 4px solid transparent;
}
/* END TERMS COSTUME CHECKBOX */

/* START DEMO/LIVE TY */
#popup_live_demo .modal-content.live_bg {
    background-image: url('../images/components/popup_live_demo/live_img_ty.jpg');
    background-repeat: no-repeat;
}

#popup_live_demo .modal-content.demo_bg {
    background-image: url('../images/components/popup_live_demo/demo_img_ty.jpg');
    background-repeat: no-repeat;
}

#popup_live_demo .modal-content .thank_you {
    display:none;
}

#popup_live_demo .modal-content .thank_you h2 {
    font-size: 24px;
    margin-bottom:6px;
}

#popup_live_demo .modal-content .thank_you p {
    padding: 0 20px;
}

#popup_live_demo .modal-content .thank_you .btn {
    width: 252px;
}
/* END DEMO/LIVE TY */

/**************************************************************
    services style
**************************************************************/
.services-divider:after {
    background-color: #8bc525;
}

a.services-link {
    color: #5a5a5a;
    text-decoration: underline;
}

a.services-link:hover {
    color: #5a5a5a;
}

/**************************************************************
    media queries style
**************************************************************/
@media (max-width: 1199px) {
    .navigation form {
        text-align: left;
    }

    form input + .error label.customValidationCallMeBackPhone {
        left: -97px;
    }

    form input + .error label.customValidationCallMeBackPhoneOnFocus {
        left: -376px;
    }

    form input + .error label.customValidationCallMeBackPhoneInvalidOnFocus {
        left: -428px;
    }
}

@media (min-width: 1200px) {
    .navigation .collapse.navbar-collapse {
        padding: 0;
    }
}

@media (max-width: 991px) {
    form input + .error label.customValidationCallMeBackPhone {
        left: -75px;
    }

    form input + .error label.customValidationCallMeBackPhoneOnFocus {
        left: -353px;
    }

    form input + .error label.customValidationCallMeBackPhoneInvalidOnFocus {
        left: -405px;
    }
}




/**************************************************************
    COMPONENTS WEBSITE STYLE - this components will repeat
    at all of the website e.g header & footer
    *.* Relevant to all languages and all sites
**************************************************************/


/**************************************************************
  header
**************************************************************/
/*********************************
  header - General
**********************************/
.website-header {
    height: 122px;
    padding-top: 18px;
}

.website-header .website-header-content {
    height: 40px;
    line-height: 39px;
    margin-top: 27px;
    text-align: left;
}

.website-header .website-header-content .time, .website-header .website-header-content .language {
    display: inline-block;
    vertical-align: top;
}

.website-header .website-header-content .time {
    width: 137px;
    height: 100%;
    margin-right: 10px;
    line-height: 45px;
}

.website-header .website-header-content .time img {
    width: 17px;
    height: 17px;
    margin: 0 5px 3px 0;
}

.website-header .website-header-content button.btn-link.log-out {
    color: #333;
    text-decoration: underline;
    outline: none;
}

.website-header .website-header-content .login,
.website-header .website-header-content .login,
.website-header .website-header-content .dashboard-btn {
    width: 143px;
    height: 40px;
    vertical-align: top;
    line-height: 30px;
    font-weight: normal;
    margin-right: 10px;
    margin-left: 5px;
}

.website-header .website-header-content .login {
    background-color: #8e8e8e;
}

.website-header .website-header-content .language button {
    width: 120px;
    border-radius: 3px;
    background-color: #efeff0;
    border: none;
}

.website-header .website-header-content .language button img {
    margin: 3px 0 5px 5px;
}

#nav-toggle {
    position: absolute;
    top: 43px;
    width: 36px;
    height: 16px;
    left: 25px;
}
#nav-toggle {
    cursor: pointer;
    padding: 0px;
}
#nav-toggle span {
    display: block;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 35px;
    background: white;
    position: absolute;
    display: block;
    content: '';
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

/* navigation page style - this is the style of the main - navigation for all of the website */
nav.navigation {
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    font-size: 16px;
    background-color: #5a5a5a;
}

.navigation form {
    text-align: left;
    padding: 0;
}

/*bootstrap default overwrite*/
.navigation button.navbar-toggle {
    float: left;
    margin-left: 15px;
}

/*bootstrap default overwrite*/
.navigation.navbar-default .navbar-nav > li > a:hover {
    box-shadow: 0 -4px 0 #8bc525;
    color: #8bc525;
    background-color: #fff;
}

.navigation .active a:hover {
    color: #8bc525;
}

/*dropdown menu*/
.navigation li.dropdown:hover > a {
    box-shadow: 0 -4px 0 #8bc525;
    color: #8bc525;
    background-color: #fff;
}

.navigation .dropdown-menu {
    border: none;
    padding: 0;
    width: 100%;
}

.navigation .dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navigation .dropdown-menu > li > a:hover {
    box-shadow: none;
    color: #333;
    background-color: #efefef;
}

.navigation .dropdown-menu > li:last-of-type > a:hover {
    border-radius: 3px;
}

/*** NEW SEARCH STYLE ***/
#google_search {
    float: right;
    width: 205px;
    height: 34px;
    background-color: #fff;
}

.gsc-search-box {
    position: relative;
    height: 34px !important;
}

.cse form.gsc-search-box,
form.gsc-search-box {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.gsc-input input.gsc-input {
    padding: 0 10px;
    width: 100%;
    height: 34px !important;
    font-size: 16px !important;
    background: none !important;
}

.gsc-input input.gsc-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input.gsc-search-button {
    width: 21px !important;
    height: 34px !important;
    background: transparent url('../images/components/navigation/search-icon.svg') no-repeat 12px center !important;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    color: transparent !important;
}

input.gsc-search-button:focus {
    border: green;
}

td.gsc-clear-button,
div.gsc-clear-button {
    display: none !important;
}

.cse table.gsc-search-box td.gsc-input,
table.gsc-search-box td.gsc-input {
    padding: 0 !important
}

table input.gsc-search-button {
    vertical-align: top !important;
    height: 34px !important;
    font-size: 16px !important;
}

.cse table.gsc-search-box td.gsc-input,
table.gsc-search-box td.gsc-input {
    padding: 0 !important;
    margin: 0 !important;
    height: 34px !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
}

td.gsc-search-button {
    position: absolute;
    right: 6px;
    top: 1px;
    height: 34px;
    width: 46px !important;
}


/**************************************************************
    Breadcrumbs
**************************************************************/
.breadcrumb {
    padding: 0;
    margin-top: 35px;
    margin-bottom: 0;
}

.breadcrumb a {
    color: #000;
}

/*********************************
  header - Side menu types style
**********************************/
.side-menu {
    float: right;
    width: 336px;
    height: 1500px;
    background-color: #989898;
}

.side-menu-user {
    padding: 30px 20px 5px;
}

.side-menu-user .user-box{
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    max-width: none;
    border-bottom: 1px solid rgb(169, 169, 169);
    padding-bottom: 10px;
}

/* user-name */
.side-menu-user .user-name {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.side-menu-user .user-box span{
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    font-size: 20px;
}

.side-menu-user .user-box .selectbox{
    position: relative;
    display: inline-block;
    width: 190px;
    height: 28px;
    padding: 0;
    vertical-align: middle;
    overflow: hidden;
    outline: none;
}
.side-menu-user .user-box select{
    display: inline-block;
    width: 210px;
    height: 28px;
    padding: 0;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    box-shadow: inherit;
    outline: none;
    background: none;
    background-color: #989898;
    background-image: url("/images/components/side-menu/polygon.png");
    background-repeat: no-repeat;
    background-position: center left 28px;/* all browsers */
    background-position-x: 30px;/* safari */
    background-position-y: 50%;/* safari */
}

/* personal_icons */
.side-menu-user .personal_icons{
    display: inline-block;
    padding: 15px 0px 5px;
}
.side-menu-user .personal_icons ul li {
    display: inline-block;
    margin-left: 10px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    background-color: #757575;
    cursor: pointer;
}
.side-menu-user .personal_icons ul li.active,
.side-menu-user .personal_icons ul li:hover {
    background-color: #FFFFFF;
}
.side-menu-user .personal_icons ul li a{
    display: block;
    padding: 24px;
    background-size: 23px 23px;
    background-repeat: no-repeat;
    background-position: center center;
}
.side-menu-user .personal_icons ul li #dashboard{
    background-image: url("/images/components/side-menu/dashboard-icon-white.svg");
}
.side-menu-user .personal_icons ul li #personal-info{
    background-image: url("/images/components/side-menu/personal-info-icon-white.svg");
}
.side-menu-user .personal_icons ul li #support{
    background-image: url("/images/components/side-menu/support-icon-white.svg");
}
.side-menu-user .personal_icons ul li #remote-control{
    background-image: url("/images/components/side-menu/remote-control-white.svg");
}

.side-menu-user .personal_icons ul li:hover #dashboard,
.side-menu-user .personal_icons ul li.active #dashboard{
    background-image: url("/images/components/side-menu/dashboard-icon-black.svg");
}
.side-menu-user .personal_icons ul li:hover #personal-info,
.side-menu-user .personal_icons ul li.active #personal-info{
    background-image: url("/images/components/side-menu/personal-info-icon-black.svg");
}
.side-menu-user .personal_icons ul li:hover #support,
.side-menu-user .personal_icons ul li.active #support{
    background-image: url("/images/components/side-menu/support-icon-black.svg");
}
.side-menu-user .personal_icons ul li:hover #remote-control,
.side-menu-user .personal_icons ul li.active #remote-control{
    background-image: url('/images/components/side-menu/remote-control-black.svg');
}


.side-menu-user .personal_icons_title{
    font-size: 16px;
    color: #FFFFFF;
    min-height: 23px;
    margin-bottom: 3px;
}


/*** notification bell ***/
.side-menu-user .bell {
    position: relative;
    float: left;
    width: 24px;
    height: 27px;
    margin-top: 28px;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
}

.side-menu-user .bell span {
    display:none;
    position: absolute;
    right: -14px;
    top: -5px;
    width: 16px;
    height: 16px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #d1350f;
    border: 1px solid #bf2f0c;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
}

.side-menu-user .bell .bell-popup {
    display:none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 45px;
    width:300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #d0d0d1;
    cursor: default;
}

.side-menu-user .bell .bell-popup:after {
    border: 10px solid transparent;
    border-bottom-color: #8bc525;
    content: '';
    display: block;
    height: 0;
    left: 10px;
    position: absolute;
    top: -20px;
    width: 0;
}

.side-menu-user .bell .bell-popup h3 {
    background-color: #8bc525;
    color: #fefefe;
    margin: 0;
    padding: 10px;
    width: 100%;
}

.side-menu-user .bell .bell-popup li {
    border-bottom: 1px solid #d0d0d1;
}

.side-menu-user .bell .bell-popup li a {
    padding: 10px;
    display: block;
    color: inherit;
}
/*** /notification bell ***/

.side-menu nav {
    margin-top: 0;
}

.side-menu nav ul {
    background: url('../images/components/side-menu/side-menu-background.jpg') no-repeat;
    background-size: cover;
    padding: 20px 0px;
}

.side-menu nav ul li {
    height: 56px;
}

.side-menu nav ul li a {
    padding: 15px 62px 15px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.side-menu nav ul li a.main-link {
    color: #fff;
    font-size: 18px;
    background-color: transparent;
    background-position: right 20px center;/* all browsers */
    background-position-x: 295px;/* safari */
    background-position-y: 50%;/* safari */
}

.side-menu nav ul li.active {
    border-right: 6px solid #8bc525;
    background: -moz-linear-gradient(left, rgba(255,255,255,0.25) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.25) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.25) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#ffffff',GradientType=1 );
}
.side-menu nav ul li.active a.main-link{
    color: #5a5a5a;
}

.side-menu nav ul li a.sub-link {
    color: #4a4a4a;
    font-size: 16px;
    background-color: #bfbfbf;
}

.side-menu nav ul li a.main-link:hover, .side-menu nav ul li a.sub-link:hover {
    color: #8bc525;
}
/*icons*/
.side-menu nav ul li a#dashboard {
    background-image: url('../images/components/side-menu/dashboard-icon-white.svg');
}

.side-menu nav ul li.active a#dashboard {
    background-image: url('../images/components/side-menu/dashboard-icon-black.svg');
}

.side-menu nav ul li a#funds {
    background-image: url('../images/components/side-menu/funds-icon-white.svg');
}

.side-menu nav ul li.active a#funds {
    background-image: url('../images/components/side-menu/funds-icon-black.svg');
}

.side-menu nav ul li a#personal-info {
    background-image: url('../images/components/side-menu/personal-info-icon-white.svg');
}

.side-menu nav ul li.active a#personal-info {
    background-image: url('../images/components/side-menu/personal-info-icon-black.svg');
}

.side-menu nav ul li a#promotions {
    background-image: url('../images/components/side-menu/promotions-icon-white.svg');
}

.side-menu nav ul li.active a#promotions {
    background-image: url('../images/components/side-menu/promotions-icon-black.svg');
}

.side-menu nav ul li a#learn {
    background-image: url('../images/components/side-menu/learn-icon-white.svg');
    background-position: 15px;
}

.side-menu nav ul li.active a#learn {
    background-image: url('../images/components/side-menu/learn-icon-black.svg');
}

.side-menu nav ul li a#tools {
    background-image: url('../images/components/side-menu/tools-icon-white.svg');
}

.side-menu nav ul li.active a#tools {
    background-image: url('../images/components/side-menu/tools-icon-black.svg');
}

.side-menu nav ul li a#trading-signals {
    background-image: url('../images/components/side-menu/trading-signals-icon-white.svg');
}

.side-menu nav ul li.active a#trading-signals {
    background-image: url('../images/components/side-menu/trading-signals-icon-black.svg');
}

.side-menu nav ul li a#support {
    background-image: url('../images/components/side-menu/support-icon-white.svg');
}

.side-menu nav ul li.active a#support {
    background-image: url('../images/components/side-menu/support-icon-black.svg');
}


/*********************************
  header - @media - General
**********************************/
@media (max-width: 1670px) {
    .side-menu {
        width: 240px;
    }
}


/* General iframe */
#general_iframe{
    overflow: hidden;
}



/**************************************************************
    header style - hamburger
**************************************************************/
.website-header.hamburger{
    position: relative;
    height: 86px;
    padding-top: 0;
}
.website-header.hamburger .container {
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 99;
    box-shadow: 0px 0px 6px #999999;
}

/* header hamburger nav */
.website-header.hamburger .nav_btn{
    display: inline-block;
    width: 86px;
    height: 86px;
    border: none;
    background-color: rgba(0,0,0,0.4);
    outline: none;
}

.website-header.hamburger .container #logo{
    max-width: 210px;
    text-align: center;
    padding-top: 15px;
    padding-right: 0;
}
.website-header.hamburger .container #logo img{
    max-height: 60px;
    max-width: 160px;
}

.website-header.hamburger .website-header-content {
    text-align: left;
    float: left;
    margin-top: 22.5px;
}

/* header hamburger >> website-header-content */
.website-header.hamburger .accounts.desktop{
    width: auto;
    display: inline-block;
}

/* all buttons types after the nav links */
.website-header.hamburger .btn-default{
    background-color: rgba(255, 255, 255, 0.6);
}
.website-header.hamburger .side-menu nav ul li.footer-btn {
    margin-top: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: -24px;
}
.website-header.hamburger .side-menu nav ul li.footer-btn a {
    font-size:15px;
    color: #545353;
    background-position: right 20px center;/* all browsers */
    background-position-x: 295px;/* safari */
    background-position-y: 50%;/* safari */
    cursor: pointer;
}
.website-header.hamburger .side-menu nav ul li.footer-btn a:hover {
    color: #080808;
}
.website-header.hamburger .side-menu nav ul li.footer-btn.deposit a{
    background-image: url('/images/components/side-menu/deposit_icon.svg');
}
.website-header.hamburger .side-menu nav ul li.footer-btn.demo a{
    background-image: url('/images/components/side-menu/open_account_icon.svg');
}
.website-header.hamburger .side-menu nav ul li.footer-btn.open.mini a{
    background-image: url('/images/components/side-menu/open_account_icon.svg');
}
.website-header.hamburger .side-menu nav ul li.footer-btn.upgrade.gold a{
    background-image: url('/images/components/side-menu/upgrade_icon.svg');
}
.website-header.hamburger .side-menu nav ul li.footer-btn.upgrade.platinum a{
    background-image: url('/images/components/side-menu/upgrade_icon.svg');
}
.website-header.hamburger .side-menu nav ul li.footer-btn a#tradingPlatform{
    background-image: url('/images/components/side-menu/mt4_icon.svg');
}
.website-header.hamburger .side-menu nav ul li.footer-btn a#mt4Button{
    background-image: url('/images/components/side-menu/mt4_icon.svg');
}

/* hide button on specific pages*/
body.no-upgrade-btn .upgrade,
body.no-deposit-btn .deposit{
    display: none !important;
}



#logout{
    display: block;
    margin: 40px auto;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}
.website-header.hamburger .btn {
    position: relative;
    padding: 9px 15px 9px 40px;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    border: medium none;
    background-repeat: no-repeat;
}
.website-header.hamburger .btn.deposit{
    background-position: left 7px center;/* all browsers */
    background-position-x: 7px;/* safari */
    background-position-y: 50%;/* safari */
}
.website-header.hamburger .btn.upgrade{
    margin-left: 10px;
}
.website-header.hamburger .btn.upgrade:before{
    content: " ";
    position: absolute;
    top: 10px;
    left: 7px;
    width: 24px;
    height: 24px;
    background: url('../images/components/header/button_upGold.png');
}
.website-header.hamburger .btn.upgrade.demo{
    background-image:-ms-linear-gradient(left,#7da7d9 0,#7dcdd9 100%);
    background-image:-moz-linear-gradient(left,#7da7d9 0,#7dcdd9 100%);
    background-image:-o-linear-gradient(left,#7da7d9 0,#7dcdd9 100%);
    background-image:-webkit-gradient(linear,left top,right top,color-stop(0,#7da7d9),color-stop(100,#7dcdd9));
    background-image:-webkit-linear-gradient(left,#7da7d9 0,#7dcdd9 100%);
    background-image:linear-gradient(to right,#7da7d9 0,#7dcdd9 100%);
}
.website-header.hamburger .btn.upgrade.demo:hover{
    background: #7dcdd9;
}

.website-header.hamburger .btn.upgrade.mini{
    background-image:-ms-linear-gradient(left,#8bc525 0,#25c534 100%);
    background-image:-moz-linear-gradient(left,#8bc525 0,#25c534 100%);
    background-image:-o-linear-gradient(left,#8bc525 0,#25c534 100%);
    background-image:-webkit-gradient(linear,left top,right top,color-stop(0,#8bc525),color-stop(100,#25c534));
    background-image:-webkit-linear-gradient(left,#8bc525 0,#25c534 100%);
    background-image:linear-gradient(to right,#8bc525 0,#25c534 100%);
}
.website-header.hamburger .btn.upgrade.mini:hover{
    background: #8bc525;
}

.website-header.hamburger .btn.upgrade.gold{
    background: #f7941d; /* Old browsers */
    background: -moz-linear-gradient(left, #f7941d 0%, #f7c11d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f7941d 0%,#f7c11d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f7941d 0%,#f7c11d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#f7c11d',GradientType=1 ); /* IE6-9 */
}
.website-header.hamburger .btn.upgrade.gold:hover{
    background: #f7c11d;
}

.website-header.hamburger .btn.upgrade.platinum{
    background: #a0a0a0; /* Old browsers */
    background: -moz-linear-gradient(left, #5a5a5a 0%, #a0a0a0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #5a5a5a 0%,#a0a0a0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #5a5a5a 0%,#a0a0a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#a0a0a0',GradientType=1 ); /* IE6-9 */
}
.website-header.hamburger .btn.upgrade.platinum:hover{
    background: #a0a0a0;
}

.website-header.hamburger .btn.deposit{
    background-color: #8bc525;
    background-image: url('../images/components/header/button_Deposit.png');
}

.website-header.hamburger .btn#tradingPlatform{
    padding-left: 10px;
    padding-right: 0;
    font-size: 14px;
    text-transform: none;
    text-decoration: underline;
    color: #5a5a5a;
}



/* header hamburger >> side-menu */
.website-header.hamburger .side-menu {
    position: absolute;
    width: 336px;
    min-height: 930px;
    top: 86px;
    right: -336px;
    z-index: 99;
    height: auto;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.website-header.hamburger .side-menu.open {
    right: 0px;
    box-shadow: 1px 4px 3px #666666;
}
.website-header.hamburger .side-menu #member_login{
    text-transform: uppercase;
    border-bottom: 1px solid #999999;
}

/* header phone_verification >> slide-top-popup*/
.website-header.hamburger .slide-top-popup{
    position: absolute;
    top: -66px;
    left: 0;
    width: 100%;
    height: 66px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    border-top: 5px solid #8BC525;
    background-color: #6b6b6b;
    z-index: 89;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.website-header.hamburger .slide-top-popup.open{
    top: 86px;
}

.website-header.hamburger .close_x {
    position: absolute;
    top: 24px;
    right: 20px;
    width: 18px;
    height: 17px;
    background: url("/images/components/header/slide-top-popup-close.png") no-repeat center;
    cursor: pointer;
}

.website-header.hamburger .triangle_down{
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 25px;
    height: 0;
    margin-left: -12.5px;
    border-style: solid;
    border-width: 14px 12.5px 0 12.5px;
}
.website-header.hamburger .triangle_down.green{
    border-color: #8BC525 transparent transparent transparent;
}
.website-header.hamburger .slide-top-popup button{
    padding: 0;
    margin: 0 15px;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 66px;
    border: none;
    background: none;
}

/*
* header hamburger >> popup - phone verification
*/
@media (min-width: 768px){
    #form_modal .modal-dialog {
        width: 100%;
        max-width: 854px;
        margin-left: -427px;
        margin-top: -150px;
    }
}

#form_modal button.close {
    position: absolute;
    top: -25px;
    right: -18px;
    float: none;
    z-index: 1;
    font-size: 30px;
    color: #c5c5c5;
    opacity: 1;
    font-weight: 300;
    text-shadow: none;
    outline: none;
}

#form_modal .modal-dialog{
    position: fixed;
    top: 50%;
    left: 50%;
}

#form_modal .modal-content{
    position: relative;
    min-height: 315px;
    border-radius: 0;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
}

#form_modal .modal-content .msg-error{
    position: absolute;
    width: 200px;
    bottom: 13px;
    left: 50%;
    text-align: center;
    margin-left: -100px;
    color: red;
}

#form_modal .titles{
    margin-left: 0;
    margin-right: 0;
}
#form_modal .titles .step{
    padding: 5px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}
#form_modal .titles #step1{
    background: #343434;
}
#form_modal .titles #step2{
    background: #585858;
}
#form_modal .titles #step3{
    background: #6f6f6f;
}

#form_modal .titles .step::before{
    content: " ";
    position: absolute;
    top: 18px;
    right: -12px;
    height: 5px;
    width: 25px;
}
#form_modal .titles #step2::before{
    background: url("/images/components/header/phone_verification_three_points_icon.png");
}
#form_modal .titles #step3::before{
    background: url("/images/components/header/phone_verification_three_points_icon.png");
}

#form_modal .titles .step label{
    margin-bottom: 0;
    padding: 3px 0;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: normal;
    opacity: 0.3;
}
#form_modal .titles .step.active label{
    opacity: 1;
}

#form_modal .titles .step label::before{
    content: " ";
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 8px;
    border-radius: 5px;
    color: #b7b7b7;
    font-size: 18px;
    font-weight: bold;
    background-color: #FFFFFF;
}
#form_modal .titles #step1 label::before{
    content: "1";
}
#form_modal .titles #step2 label::before{
    content: "2";
}
#form_modal .titles #step3 label::before{
    content: "3";
}
#form_modal .titles div.done label::before{
    content: "✔" !important;
    color: #88c200;
}
#form_modal .titles div.active label::before{
    color: #88c200;
}

#form_modal .content{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 66px 10px 50px;
    text-align: center;
}
#form_modal .content img{
    display: inline-block;
}
#form_modal .content p{
    display: block;
    padding: 0;
    margin: 10px 0;
    font-size: 14px;
    color: #464646;
    line-height: 16px;
}

#form_modal .modal-footer{
    max-width: 500px;
    margin: 0 auto;
    border-top: none;
}
#form_modal .verify_btn{
    width: 100%;
    max-height: 45px;
    padding: 10px 15px 12px 30px;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    border: 0 none;
    border-radius: 4px;
    background-color: #88c200;
    background-image: url("/images/components/header/lock_icon_verify_btn.png");
    background-repeat: no-repeat;
    background-position: center left 16px;
}

/* #first_step */
#form_modal #popup1 input[type="tel"], #form_modal #popup1 span{
    display: inline-block;
    width: 100%;
    max-height: 45px;
    padding: 13px 5px;
    font-size: 14px;
    color: #464646;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #88c200;
    background-color: #efeff0;
}
#form_modal #popup1 #CountryCode{
    display: inline-block;
    width: 38px;
    text-align: left;
    border: medium none;
    background: #EFEFF0 none repeat scroll 0% 0%;
    line-height: 16px;
    padding: 0px;
    outline: none;
}

#form_modal #popup1 span{
    padding: 11px 5px 14px;
}

/* #popup2 */
#form_modal #popup2 .modal-footer{
    text-align: center;
}

#form_modal #popup2 h2{
    margin-top: 0;
    font-weight: bold;
}

#form_modal #popup2 .verify_btn{
    display: inline-block;
    max-width: 230px;
}

#form_modal #popup2 .input-box{
    position: relative;
    display: block;
    width: 230px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: -12px;
    overflow: hidden;
}
#form_modal #popup2 input.code{
    display: block;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    font-size: 24px;
    text-align: left;
    border: none;
    outline: none;
    letter-spacing: 32px;
    padding-left: 38px;
}
#form_modal #popup2 .input-box::before {
    content: " ";
    position: absolute;
    top: 0;
    right: -15px;
    height: 40px;
    width: 40px;
    background-color: #FFFFFF;
    z-index: 999;
}

#form_modal #popup2 hr{
    display: inline-block;
    height: 3px;
    width: 38px;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 7px;
    background-color: #000000;
}
#form_modal #popup2 .modal-body hr:nth-child(3){
    margin-left: 7px;
}


#form_modal #popup2 .fix-phone-number,
#form_modal #popup2 .resend-code {
    font-size: 16px;
    cursor: pointer;
}
#form_modal #popup2 .fix-phone-number {
    margin-bottom: 10px;
}

#form_modal #popup2 .resend-code {
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

#form_modal #popup2 .fix-phone-number:hover,
#form_modal #popup2 .resend-code:hover {
    text-decoration: underline;
}


/* third_step */
#form_modal #popup3.content{
    max-width: none;
    background-size: 100%;
    background: url("/images/components/header/thankyou_form_background.jpg") no-repeat center;
}
#form_modal #popup3 h2{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
#form_modal #popup3 p{
    font-size: 18px;
    width: 365px;
    margin: 0 auto;
    line-height: normal;
    font-weight: bold;
}

#form_modal #popup3 .modal-footer {
    text-align: center;
}
#form_modal #popup3 .verify_btn{
    display: inline-block;
    max-width: 230px;
    background-image: none;
    cursor: pointer;
    padding: 10px 15px 12px 15px;
}


/*********************************
  header - @media - hamburger
**********************************/
@media (min-width: 751px) {
    .side-menu nav ul li.footer-btn.upgrade,
    .side-menu nav ul li.footer-btn.deposit {
        display: none;
    }
    .side-menu nav ul li.footer-btn.upgrade.demo,
    .side-menu nav ul li.footer-btn.upgrade.mini {
        display: block;
    }
}

@media (max-width: 1000px) {
    .website-header.hamburger .website-header-content.col-xs-6 {
        width: 62%;
    }
}

@media (max-width: 850px) {
    .website-header.hamburger .btn.upgrade.demo{
        display: none;
    }
}

@media (max-width: 750px) {
    .website-header.hamburger .container {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: #FFFFFF;
    }

    .website-header.hamburger .accounts.desktop{
        display: none;
    }

    .website-header.hamburger {
        height: 59px;
    }

    .website-header.hamburger .container #logo {
        padding-top: 5px;
    }
    .website-header.hamburger .container #logo img{
        max-height: 50px;
    }

    .website-header.hamburger .nav_btn {
        width: 59px;
        height: 59px;
    }

    #nav-toggle {
        top: 30px;
        width: 30px;
        height: 16px;
        left: 15px;
    }
    #nav-toggle span,
    #nav-toggle span::before,
    #nav-toggle span::after {
        height: 1px;
        width: 30px;
    }

    .website-header.hamburger .website-header-content {
        margin-top: 8px;
    }

    /* header hamburger >> side-menu */
    .website-header.hamburger .side-menu {
        position: fixed;
        display: block;
        top: 59px;
        height: -moz-calc(100% - 65px);
        height: -webkit-calc(100% - 65px);
        height: calc(100% - 65px);
        z-index: 99;
    }

    /* header phone_verification >> slide-top-popup*/
    .website-header.hamburger .slide-top-popup {
        position: fixed;
    }
    .website-header.hamburger .slide-top-popup.open {
        top: 60px;
    }
    .website-header.hamburger .slide-top-popup button {
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    .col-xs-6 {
        width: auto;
    }

    .website-header.hamburger .container #logo{
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 165px;
    }

    .website-header.hamburger .website-header-content {
        margin-top: 0;
        height: 59px;
        padding-left: 0;
        padding-right: 0;
    }

    .website-header.hamburger .btn.upgrade.mini {
        max-width: none;
        width: 59px;
        height: 59px;
        border-radius: 0;
        margin: 0;
        padding: 0;
        background-position: center;
    }
    .website-header.hamburger .btn.upgrade.mini:before{
        top: 18px;
        left: 16px;
    }

    .website-header.hamburger .btn.deposit {
        max-width: none;
        width: 59px;
        height: 59px;
        border-radius: 0;
        margin: 0;
        padding: 0;
        background-position: left 17px center;
    }

    .website-header.hamburger .btn span{
        display: none;
    }

    /* header phone_verification >> slide-top-popup*/
    .website-header.hamburger .slide-top-popup button {
        max-width: 205px;
        margin: 13px auto;
        font-size: 14px;
        line-height: 20px
    }
}




/**************************************************************
    social style
**************************************************************/
.social {
    background-color: #d0d0d0;
    padding: 20px 0;
    margin: 50px 0;
}

a.facebook-share.social-item, a.twitter-share.social-item, a.google-share.social-item {
    width: 100px;
    height: 30px;
    background-color: #5a5a5a;
    color: #d0d0d0;
    background-repeat: no-repeat;
    background-position: 10px;
    line-height: 14px;
    margin-right: 10px;
}

.facebook-share.social-item {
    background-image: url('/images/general/social/share/facebook-share.png');
}

.twitter-share.social-item {
    background-image: url('/images/general/social/share/twitter-share.png');
}

.google-share.social-item {
    background-image: url('/images/general/social/share/google-share.png');
    padding-left: 20px;
}

.social a.next {
    color: #5a5a5a;
    font-size: 16px;
    float: right;
    line-height: 28px;
}


/**************************************************************
    footer page style
**************************************************************/
.website-footer {
    position: relative;
    font-size: 0;
    margin-top: 60px;
}

.footer-top, .footer-middle, .footer-bottom {
    font-size: 12px;
}

.website-footer h6, .website-footer p, .website-footer a, .website-footer label {
    color: #fff;
}

.website-footer input, .website-footer a, .website-footer label {
    font-size: 14px;
}

.footer-top h6, .footer-middle h6, .footer-bottom h6, .footer-top p {
    font-size: 12px;
}

.footer-border {
    width: 100%;
    height: 26px;
    background-color: #464646;
    display: inline-block;
    border-top: 7px solid #8bc525;
    position: relative;
}

.footer-border .footer-border-middle {
    width: 56px;
    height: 44px;
    background: url('../images/components/footer/footer-top-border.jpg') no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -25px;
}

.footer-border-middle a {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 8px;
    top: -5px;
}

.footer-border-middle a img {
    width: 100%;
    height: 100%;
}

.footer-top {
    background-color: #464646;
    box-shadow: 0 -7px 0 #8bc525;
    padding: 10px 0 26px 0;
}

.footer-top-a {
    padding: 10px 0 26px 0;
}

.footer-top-b {
    padding: 25px 0 15px;
}

.footer-top h6 {
    margin-top: 0;
}

.footer-top p {
    text-align: justify;
}

.footer-top-a p {
    padding-right: 20px;
}

.footer-form form input, .footer-form select {
    margin-bottom: 8px;
}

.footer-form input, .footer-form select, .footer-form span {
    height: 28px;
    border-radius: 0;
    background-color: #a4a4a4;
    border: 0;
    color: #000;
    padding-top: 3px;
    box-shadow: none;
}

.footer-top input::-webkit-input-placeholder {
    color: #000;
}

.footer-top input:-moz-placeholder {
    color: #000;
}

.footer-top input::-moz-placeholder {
    color: #000;
}

.footer-top input:-ms-input-placeholder {
    color: #000;
}

#call_me_button {
    width: 105px;
    height: 25px;
    padding: 0;
    font-size: 12px;
    display: block;
    margin-left: auto;
}

#time-to-call {
    font-size: 14px;
}

.footer-middle {
    padding-bottom: 26px;
    padding: 20px 0;
}

.footer-middle-a {
    background-color: #5a5a5a;
}

.footer-middle-b {
    background-color: #464646;
}

.footer-middle-b .footer-middle .footer-fax.divider:after {
    display: none;
}

.footer-middle h6 {
    margin-top: 0;
}

.footer-middle label {
    font-weight: normal;
    display: block;
}

.website-footer .footer-middle .footer-apps, .website-footer .footer-middle .footer-social {
    margin-top: 20px;
}

.footer-top p {
    padding-left: 20px;
    padding-right: 0;
}

.footer-top .row .country-code {
    float: left;
    padding-right: 0;
    padding-left: 15px;
}

.footer-top .row .country-code span {
    direction: ltr;
}

.footer-top .row .phone {
    padding-left: 0;
    padding-right: 15px;
}

#call_me_button {
    margin-right: auto;
    margin-left: inherit;
}

.navigation .dropdown-menu>li>a {
    text-align: right;
}

.footer-social img {
    margin: 0 8px 5px 0;
}

.website-footer .footer-middle .footer-social {
    clear: both;
}

.footer-social img:last-of-type {
    margin-left: 8px;
    margin-right: inherit;
}

.footer-apps a {
    width: 100%;
    height: 36px;
    display: block;
    background-color: #2b2b2b;
    padding-left: 15px;
    font-size: 10px;
    line-height: 36px;
}

.footer-apps a:hover, .footer-apps a:focus {
    text-decoration: none;
}

.footer-apps .footer-apps-apple {
    margin-bottom: 10px;
}

.footer-apps a img {
    margin-left: 18px;
    margin-right: inherit;
}

.footer-bottom ul {
    text-align: left;
}

.footer-bottom ul li {
    border-left: 1px solid #464646;
    border-right: 0;
}

a.facebook-share.social-item,a.twitter-share.social-item,a.google-share.social-item {
    background-position: 75px;
    margin-left: 10px;
    margin-right: inherit;
}

.google-share.social-item {
    padding-right: 20px;
    padding-left: inherit;
}

.social a.next {
    float: left;
}

.footer-top,.footer-middle,.footer-bottom {
    font-size: 14px;
}

.footer-top h6,.footer-middle h6,.footer-bottom h6,.footer-top p {
    font-size: 14px;
}

table.gsc-search-box td.gsc-input {
    left: inherit;
    right: 0;
}

.gsc-input input.gsc-input {
    direction: rtl;
}

td.gsc-search-button {
    direction: ltr;
    text-align: left;
    left: 0;
}

@media(max-width:1199px) {
    .navigation form {
        text-align: right;
        padding: 10px 15px;
    }

    .navigation .navbar-form .input-group {
        float: none;
    }
}

@media(min-width:1200px) {
    .navigation .collapse.navbar-collapse {
        padding: 0;
    }
}