
body {
    font-family: 'Open Sans', sans-serif;
    /*    font-family: arial;*/
    color: #6f7c82;
    background-color: #fff;
    font-weight: normal
}

a {
    color: #6f7c82;
    text-decoration: none !important;
}

a:hover {
    color: #36a445;
}

a.button.default {
    border: 0;
    color: #fff;
    background: #52bd61;
    /*
    background: -moz-linear-gradient(top, #52bd61 0%, #45b955 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52bd61), color-stop(100%, #45b955));
    background: -webkit-linear-gradient(top, #52bd61 0%, #45b955 100%);
    background: -o-linear-gradient(top, #52bd61 0%, #45b955 100%);
    background: -ms-linear-gradient(top, #52bd61 0%, #45b955 100%);
    background: linear-gradient(to bottom, #52bd61 0%, #45b955 100%);
*/
}

a.button.secondary {
    border: 1px solid #000;
    color: #fff;
    font-weight: 500;
    border-color: rgba(255, 255, 255, 0.5);
    margin-left: .5em;
}

a.button {
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 37px;
    font-size: 14px;
    padding: 0 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

a.button.secondary:hover {
    background: rgba(216, 222, 227, 0.2);
}

h1,
h2,
h3,
h4,
p,
span {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

p {
    font-size: 13px;
}

.arrow,
a.arrow {
    color: #52bd61;
}

.arrow:hover,
a.arrow:hover {
    text-decoration: underline !important;
    color: #52bd61;
}
.pri_col{
    color: #38b449;
}

/*navbar*/

header.navbar ul a.new::after {
    content: "NEW";
    display: inline-block;
    position: relative;
    height: 15px;
    padding: 0 3px;
    margin-left: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #64bd2e;
    background-image: -webkit-linear-gradient(#64bd2e, #50a91a);
    background-image: -moz-linear-gradient(#64bd2e, #50a91a);
    background-image: -o-linear-gradient(#64bd2e, #50a91a);
    background-image: -ms-linear-gradient(#64bd2e, #50a91a);
    background-image: linear-gradient(#64bd2e, #50a91a);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
    font-size: 9px;
    line-height: 15px;
    color: #fff;
}

.navbar-brand-mobile {
    display: none;
}

.navbar-nav-wrap {
    margin: 0 -15px;
}
header.navbar .navbar-nav .navbar-account{
    z-index: 1200;
}

/*slider*/


/*
* 	Owl Carousel Owl
*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}


/*             footer              */

.main-footer .container {
    border-top: 1px solid #e6eaed;
    padding-top: 15px;
    margin-bottom: 40px;
}

.footer-navbar ul,
.footer-navbar ul li {
    margin: 0;
    padding: 0;
}

.footer-navbar ul li {
    float: left;
    list-style-type: none;
}

.footer-navbar ul li a,
.footer-info span,
.footer-info span a,
.footer-navbar span a {
    margin: 0;
    padding: 0 10px;
    
    font-size: 12px;
}

.footer-navbar li a:hover,
.footer-navbar li a:focus,
.footer-navbar span a:hover {
    text-decoration: none;
    /*    background-color: #f8f9fb;*/
    color: #6f7c82;

}

.footer-navbar .nav li {
    position: relative;
    display: block;
    float: left;

}

.footer-navbar-bottom {
    display: inline-block;
    float: left;
}

.footer-navbar ul li:first-child,
.footer-navbar span a {
    border-left: 1px solid rgba(192, 199, 205, 0.3);

}

.footer-navbar span {
    float: left;
}

.footer-info span {
    float: right;
    margin: 0 -30px;
    text-align: center;
}

.footer-navbar ul {
    display: inline-block;
    /*    overflow: auto;*/
}

.country-selector .dropup {
    margin: 0 -15px;
    display: inline-block;
}

.country-selector .dropdown-menu {
    left: -21px;
}

.country-selector .dropup button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-size: 0.9em;
    color: #b0bfc7;
}

.country-selector .dropup button img {
    margin: 0;
    padding: 0;
}

.country-selector ul li img {
    float: left;
    margin-right: 5px;
}

.country-selector .btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
{
    color: #333333;
    background-color: #f8f9fb;
    border-color: #f8f9fb;
}

.country-selector li a {
    display: block;
    padding: 6px 20px;
    clear: none;
    font-weight: normal;
    line-height: 22px;
    color: #333;
    white-space: nowrap;
}

.country-selector a {
    margin: 0;
    color: #b0bfc7;
    font-size: 12px;
}

.country-selector .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 13px;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #f8f9fb;
    border-color: #f8f9fb;
}


/*navbar*/

.navbar-default-responsive {
    display: none;
}

header.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 150;
    background-color: #f5f7f9;
}

header.navbar.navbar-secondary {
    /*    position: relative;*/
    margin-bottom: 0;
    background-color: #f8f9fb;
}

header.navbar .navbar-default {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0;
    margin: 0 -16px;
}

.main-about header.navbar .navbar-default {
    border-bottom: 1px solid rgba(49, 78, 95, 0.075);
}

header.navbar a.navbar-brand.navbar-brand-secondary {
    width: 68px;
    height: 40px;
    display: block;
    background: url("../img/navigation/logo@2x.png") no-repeat center center;
    background-size: 68px 40px;
    background-repeat: no-repeat;
    font-size: 0;
    margin: 5px;
    margin-right: -5px;
    /*    margin-left: 10px;*/
    opacity: 1;
    -ms-filter: "alpha(opacity=1)";
    -webkit-filter: alpha(opacity=1);
    -moz-filter: alpha(opacity=1);
    -ms-filter: alpha(opacity=1);
    -o-filter: alpha(opacity=1);
    filter: alpha(opacity=1);
}

header.navbar a.navbar-brand.navbar-brand-secondary:hover,
header.navbar a.navbar-brand.navbar-brand-secondary:focus {
    opacity: .85;
    -ms-filter: "alpha(opacity=85)";
    -webkit-filter: alpha(opacity=85);
    -moz-filter: alpha(opacity=85);
    -ms-filter: alpha(opacity=85);
    -o-filter: alpha(opacity=85);
    filter: alpha(opacity=85);
}

header.navbar a.navbar-brand {
    width: 68px;
    height: 40px;
    display: block;
    background: url("../img/navigation/logo-white@2x.png") no-repeat center center;
    background-size: 68px 40px;
    background-repeat: no-repeat;
    font-size: 0;
    margin: 5px;
    margin-right: 25px;
    opacity: .85;
    margin-left: 10px;
    -ms-filter: "alpha(opacity=85)";
    -webkit-filter: alpha(opacity=85);
    -moz-filter: alpha(opacity=85);
    -ms-filter: alpha(opacity=85);
    -o-filter: alpha(opacity=85);
    filter: alpha(opacity=85);
}

header.navbar a.navbar-brand:hover,
header.navbar a.navbar-brand:focus {
    opacity: 1;
    -ms-filter: "alpha(opacity=1)";
    -webkit-filter: alpha(opacity=1);
    -moz-filter: alpha(opacity=1);
    -ms-filter: alpha(opacity=1);
    -o-filter: alpha(opacity=1);
    filter: alpha(opacity=1);
}

header.navbar .navbar-nav li a {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 25px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
/*    margin-right: 15px;*/
}

header.navbar.navbar-secondary .navbar-nav li a {
    color: rgba(111, 124, 130, 0.8);
}

header.navbar.navbar-secondary .navbar-default .navbar-nav > li > a:hover,
header.navbar.navbar-secondary .navbar-default .navbar-nav > li > a:focus {
    color: rgba(111, 124, 130, 1);
}

header.navbar.navbar-secondary .navbar-default .navbar-nav > li a.button.secondary {
    border: 1px solid rgba(111, 124, 130, 0.4);
}

header.navbar .navbar-default .navbar-nav > li > a:hover,
header.navbar .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}

header.navbar .navbar-nav li.navbar-nav-title a {
    font-size: 17px;
    color: rgba(54, 164, 69, 1);
}

header.navbar .navbar-nav li.navbar-nav-title a:hover,
header.navbar .navbar-nav li.navbar-nav-title a:focus {
    color: rgba(54, 164, 69, 0.8) !important;
}

header.navbar .navbar-nav .dropdown-menu li a {
    color: #6f7c82;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

header.navbar .dropdown-menu > li > a:hover,
header.navbar .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background: #f8f9fb;
    border-radius: 0;
}

header.navbar .dropdown-menu > .active > a,
header.navbar .dropdown-menu > .active > a:hover,
header.navbar .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background: none;
    outline: 0;
}

header.navbar .dropdown-menu > .disabled > a,
header.navbar .dropdown-menu > .disabled > a:hover,
header.navbar .dropdown-menu > .disabled > a:focus {
    color: #777;
}

header.navbar .dropdown-menu > .disabled > a:hover,
header.navbar .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

header.navbar .navbar-default .navbar-toggle,
header.navbar .navbar-toggle {
    border: none;
    width: 23px;
    height: 20px;
    background: url("../img/navigation/mobile/nav-white@2x.png") no-repeat center center;
    background-size: 23px 20px;
    opacity: .68;
    -ms-filter: "alpha(opacity=68)";
    -webkit-filter: alpha(opacity=68);
    -moz-filter: alpha(opacity=68);
    -ms-filter: alpha(opacity=68);
    -o-filter: alpha(opacity=68);
    filter: alpha(opacity=68);
}

header.navbar.navbar-secondary .navbar-default .navbar-toggle,
header.navbar.navbar-secondary .navbar-toggle {
    border: none;
    width: 23px;
    height: 20px;
    background: url("../img/navigation/mobile/nav@2x.png") no-repeat center center;
    background-size: 23px 20px;
    opacity: .68;
    -ms-filter: "alpha(opacity=68)";
    -webkit-filter: alpha(opacity=68);
    -moz-filter: alpha(opacity=68);
    -ms-filter: alpha(opacity=68);
    -o-filter: alpha(opacity=68);
    filter: alpha(opacity=68);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: none;
}

header.navbar .navbar-default .navbar-toggle:hover,
header.navbar .navbar-default .navbar-toggle:focus,
header.navbar .navbar-toggle:hover,
header.navbar .navbar-toggle:focus {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-filter: alpha(opacity=100);
    -moz-filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    -o-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
}

header.navbar .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 8px;
    border: none;
    border-radius: 0;
}

header.navbar .navbar-default .navbar-collapse,
header.navbar .navbar-default .navbar-form {
    border: none;
    width: 100%;
    padding: 0;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 7px;
}
/*
.navbar-nav-language li{
    width: 50%;
    float: left;
}
*/
.navbar-nav-login li.navbar-account a{
    width: 100%;
    float: right;
}
.navbar-nav-login li a.dropdown-toggle{
    width: 100%;
}
.navbar-nav-language li .account_img{
    width: 30px;
    height: auto;
    margin-right: 5px;
}

.navbar-nav-language li .dropdown-menu li{
    width: 100%;
}


.country-selector .dropdown-menu:before {
    content: "";
    position: absolute;
    display: block;
    width: 37px;
    height: 12px;
    bottom: -11px;
    left: 55px;
    background-image: url("../img/popover/arrow_bottom@2x.png");
    background-size: 37px 12px;
}

header.navbar .dropdown-menu:before {
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0;
    height: 0;
    left: 40px;
    top: -7px;
    border: 7px solid #fff;
    box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}

header.navbar .dropdown-res .dropdown-menu:before {
    content: none;
}

.country-selector .dropdown-menu {
    left: -20px !important;
}

header.navbar .navbar-right .dropdown-menu {
    right: 0 !important;
}
header.navbar .navbar-right ul.dropdown-menu:before {
    left: auto;
    right: 40px;
}




/*////////////////////////*/

.method-example-part pre {
    padding: 10px 20px;
    background: #272b2d;
    font-family: 'Source Code Pro', Menlo, monospace;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
}

.method-example-part code .token.property,
.method-example-part pre .token.property,
.method-example-part code .token.tag,
.method-example-part pre .token.tag,
.method-example-part code .token.constant,
.method-example-part pre .token.constant,
.method-example-part code .token.symbol,
.method-example-part pre .token.symbol,
.method-example-part code .token.deleted,
.method-example-part pre .token.deleted {
    color: #ebde68;
}

.method-example-part code .token.punctuation,
.method-example-part pre .token.punctuation {
    color: #d0d4d7;
}

.method-example-part code,
.method-example-part pre {
    color: #d0d0d0;
    direction: ltr;
    text-align: left;
    white-space: pre-wrap;
    word-break: normal;
    word-spacing: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.method-example-part code .token.operator,
#api-reference #content .method .method-example pre .token.operator {
    color: #f099a6;
}

.method-example-part code .token.string,
.method-example-part pre .token.string,
.method-example-part code .token.json-key,
.method-example-part pre .token.json-key {
    color: #c1ef65;
}

.table-bordered {
    font-size: 13px;
}

.tab-pane p.title {
    font-weight: bold;
    color: #292e31;
}

.sm_btn {
    background: #38b449;
    line-height: 1.8em;
    padding: 7px 50px;
    text-align: center;
    font-weight: 400;
    border-radius: 3px;
    position: relative;
    color: #fff !important;
    text-decoration: none !important;
}


/*//////////////////////////*/

.dev-content-breadcrumbs .breadcrumb {
    background: none;
    border-bottom: 1px solid #F5F7F9;
    padding: 15px 25px;
    margin-bottom: 0;
}

.support-page .dev-content-breadcrumbs {
    margin: 0 -15px;
}

.dev-content-breadcrumbs .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\203A ";
}

.font-900 {
    font-weight: 900;
}

.dropdown-backdrop {
    display: none;
}


/*////////////////////*/

strong.new {
    position: relative;
    background: #38b449;
    background-image: -webkit-linear-gradient(#48CA5A, #38b449);
    background-image: -moz-linear-gradient(#48CA5A, #38b449);
    background-image: -o-linear-gradient(#48CA5A, #38b449);
    background-image: -ms-linear-gradient(#48CA5A, #38b449);
    background-image: linear-gradient(#48CA5A, #38b449);
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 19px;
    margin-left: 5px;
    top: -2px;
    height: 19px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
}
/*/////////////////////////////////////////*/
.form-control,
.form-control:hover{
    box-shadow: none !important;
}

/*/////////////Bach to top///////////////*/

#back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
    display: none;
}

#back-to-top a {
    text-decoration: none;
}

#back-to-top a img {
    width: 40px;
    height: auto;
}



