@font-face {
    font-family: 'Effra';
    src: url(../fonts/Effra_W_Md.woff);
}
@font-face {
    font-family: 'Effra med';
    src: url(../fonts/Effra_W_Md.woff);
}
@font-face {
    font-family: 'Effra bold';
    src: url(../fonts/Effra_W_Rg.woff);
}
html,
body {
    height: 100%;
}
body {
    font-family: "Effra", Helvetica, Arial, sans-serif;
    color: #626362;
    font-size: 18px;
}
*{
    font-family: "Effra", Helvetica, Arial, sans-serif;
    font-weight: normal;
  
}

.fw-normal {
	font-weight: 400 !important;
}

.pre-code {
 	display: block;
	margin: 10px 0;
  	display: flex;
  	background: #17375E;
  	padding: 0;
}
.pre-code code {
  color: #fff;
  width: 100%;
  word-break: break-all;
  font-family: "Open Sans", sans-serif !important;
}

.floater-wrapper {
    display: inline-block;
    position: relative;
    min-width: 209px;
    max-width: 360px;
    width: 100%;
}

.row-max-width {max-width: 1366px;
  margin-left: auto !important; 
  margin-right: auto !important;
}
.breadcrumb-max-width {max-width: 1366px; 
  margin-left: auto !important; 
  margin-right: auto !important;
  padding: 0 15px !important;
  margin-top: 17px !important;
}
.padding-none {
	padding: 0 !important;
}

/*button style*/
.btn-transition {
	transition: .3s all;
}
.btn--arrow-left.btn-primary {
  	position: relative;
	width: 190px;
  	height: 41px;
  	transition: .3s all;
}
.btn--arrow-left.btn-primary:after {
	position: absolute;
    top: 50%;
    left: 10px;
    margin: auto;
    transform: translateY(-50%);
}
.navbar-top .btn--arrow-left.btn-primary:after {
	position: absolute;
    left: 7px;
    margin: 0;
    right: inherit;
    transition: none;
}
.btn--arrow-left.btn-primary:hover span {
	margin-left: 13px;
}
@media(max-width: 1023px) {
  .btn-transition {transition: none;}
}

/*base sytyle*/
.c-center-block--max-width {
	max-width: 1366px !important;
}

button.navbar-toggle {
    display: none;
}
:focus{
    outline: none;
}
.c-content ol {
    list-style: none;
    counter-reset: li;
}
.c-content ol:not(.StatsMenu-period) li:before {
    counter-increment: li;
    content:counters(li,".") ". ";
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin: 5px 10px;
    line-height: 40px;
    width: auto;
    height: 40px;
}
.c-content ol ol li:before{width: 40px;}
.c-content ol ol ol li:before{width: 50px;}
.c-content ol ol ol ol li:before{width: 60px;}

img {
	max-width: 100%;
}

h1{
    font-size: 44px;
    color: #626362;
    margin-bottom: 45px;
}
.inline-block{
    display: inline-block;
}
blockquote  {
    font-size: 32px;
    padding: 15px 53px 21px;
    margin: 42px 19px 20px;
    border: 1px solid #e6e7e5;
    line-height: 39px;
    position: relative;
}
blockquote::before,
blockquote::after{
    content: '';
    background: url(../images/blockquotes.png) 0 0 no-repeat;
    display: inline-block;
    position: absolute;
    height: 35px;
    width: 35px;
    top: -17px;
    left: -19px;
}
blockquote::after{
    background-position: 0 100%;
    top: auto;
    left: auto;
    bottom: -17px;
    right: -19px;
}
.container, .container-fluid {
    margin: 0 auto;
    padding: 0 0 160px;
}
.c-center-block {
    text-align: center;
    margin: 0 auto;
    max-width: 1366px;
}
.c-page {
    text-align: left;
    padding: 0 40px 5%;
  
}

.c-color-block{
    background: #edf7fb;
  	padding-bottom: 10px;
}
.c-top{
    background: url(../images/top.jpg) 0 0 no-repeat;
    height: 523px;
    width: 100%;
    position: relative;
}
.c-top__text{
    background: rgba(255,255,255,0.95);
    width: 737px;
    height: 315px;
    text-align: left;
    position: absolute;
    top: 105px;
    left: 105px;
    padding: 6px 39px;
}
.c-top__text h1{
    font-size: 50px;
    color: #1582c2;
}
.c-top__text p{margin-bottom: 0;}
.c-top__text .btn{margin-top: 34px;}

.c-introduction {
    padding: 3.5% 0 3.5%;
}
.c-introduction__item{
    width: 45%;
    color: #1582c2;
    margin: 36px auto;
}
.c-info {
    margin-bottom: 48px;
}
.c-info__item {
    text-align: center;
}
.c-info__icon {
    background: url(../images/info.png) no-repeat;
    width: 127px;
    height: 123px;
    display: block;
    margin: 0 auto 38px;
}
.c-info__item_2 .c-info__icon{background-position: -125px 0;}
.c-info__item_3 .c-info__icon{ background-position: -254px 0;}
.c-info__title {
    font-size: 26px;
    color: #1582c2;
    font-family: "Effra med", Helvetica, Arial, sans-serif;
}
.c-info__text{
    padding: 0 34px;
    font-weight: normal;
}
.c-video{
    /*padding: 5.4% 0 0;*/
  	padding: 0;
    max-width: 1366px !important;
}
.c-video__show{
    position: relative;
    cursor: pointer;
}
.c-video__video{
    font-size: 20px;
}
.c-video__control{
    display: inline-block;
    background: url(../images/play.png) no-repeat;
    position: absolute;
    top: 44%;
    height: 81px;
    width: 69px;
    left: 48%;
}
.c-cases-wr {
    padding: 1.7% 0 2%;
}
.c-cases {
    margin: 6% 25px 0;
}
.c-cases *{
    font-family: "Open sans", sans, sans-serif;
}
.c-cases__item {
    margin: 0 0 2.5% 0;
    width: 20%
}
.c-cases__item:nth-child(3n+3){
    margin-right: 0;
}
.c-cases__img{
    height: 61px;
    line-height: 61px;
    margin-bottom: 30px;
    vertical-align: middle;
}
.c-cases__text-box{
    background: #edf7fb;
    position: relative;
    padding: 26px 27px 20px 33px;
    height: 194px;
}
.c-cases__text{
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 24px;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-cases__text::before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #edf7fb transparent;
    position: absolute;
    top: -15px;
    left: 46%;
}
.c-cases-wr .btn{
    margin-top: 2.4%;
}
.c-applications{
    padding: 1.6% 0 0;
}
.c-applications .c-info {
  margin: 2.4% 3% 1% 3%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.c-applications .c-info__icon{
    background: url(../images/applications.png) 0 0 no-repeat;
}
.c-applications .c-info__icon_4{background-position: 0 0;}
.c-applications .c-info__icon_5{background-position: -443px 0;}
.c-applications .c-info__icon_6{background-position: -883px 0; background-position: -875px 0px;}
.c-applications .c-info__icon_7{background: url(../images/LERNING.svg) 0 0 no-repeat;width: 140px;}
.c-applications .c-info__icon_8{background: url(../images/Augmented_Reality.svg) 0 0 no-repeat;}
.c-applications .c-info__icon_9{background: url(../images/Artificial_Intelligence.svg) 0 0 no-repeat; background-size: 100% 100%;}
.c-applications .c-info__icon_10{background: url(../images/dictionaries.svg) 0 0 no-repeat; background-size: 127px 123px;}
.c-applications .c-info__icon_11{background: url(../images/lexistats.svg) 0 0 no-repeat; background-size: 127px 123px;}
.c-applications .c-info__icon_12{background: url(../images/community.svg) 0 0 no-repeat; width: 173px;}


.c-applications .carousel-indicators{
    bottom: -7%;
}

.c-plans-wr{
    padding: 2.8% 0 2%;
}
.c-plans{
    display: flex;
    justify-content: space-between;
    overflow: auto;
}

.btn-bottom {
    position: absolute;
    bottom: 38px;
    left: 14%;;
}

a.btn.header-btn {
    left: 38px;
}

div p.v-space {
    margin: 20px 0px;
}
.c-plans__title{
    font-size: 40px;
    font-family: "Effra bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #9e9f9e;
    padding: 34px 10px;
}
.c-plans__text{
    padding: 31px 28px 7px;
}
.c-plans__text p{
    margin-top: 26px;
}
.c-plans__text p:first-child{
    margin-top: 0;
}
.c-plans__info{
    font-size: 16px;
    font-family: "Effra med", Helvetica, Arial, sans-serif;
}
.c-plans__cost{
    font-size: 60px;
    font-family: "Effra bold", Helvetica, Arial, sans-serif;
    color: #9e9f9e;
    margin-bottom: 18px;
}
.c-plans__item_pro .c-plans__title{
    background: #3c78ac;
}
.c-plans__item_pro .c-plans__cost{
    color: #1582c2;
    text-transform: none;
}

.c-plans__bottom {
  	height: 305px;
    width: 43%;
}

.c-plans__item_licensing {
    /*border: 6px solid #00bdf2;*/
    border-top: 0;
}
.plans__item_pro {
	border: 6px solid #005e96;
}
.c-plans__item_licensing .c-plans__title{
    background: #00bdf2;
}

.c-plans__item_pro::before,
.c-plans__item_licensing::before{
    content: '';
    height: 137px;
    width: 137px;
    position: absolute;
    top: -10px;
    left: -10px;
}
.c-plans__item_licensing::before{
    left: -16px;
}
.c-plans .btn{
    margin: 36px auto 0;
    display: block;
    width: 72%;
    padding: 10px 15px 11px;
    text-transform: none;
  	bottom: 24px;
}
.c-plans__item_licensing .btn{
    width: 72%;}
.c-slider{
    padding: 4% 0 8.8%;
}
.carousel-caption{
    top: 0;
    bottom: auto;
}
.c-slider__item{
    font-size: 28px;
    line-height: 33px;
    width: 50%;
    margin: 0 auto;
}
.c-slider__icon-tw{
    background: url(../images/twitter.png) 0 0 no-repeat;
    width: 29px;
    height: 26px;
    display: block;
    margin: 0 auto 10.5%;
}
.c-slider__link {
    font-family: "Effra med", Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-top: 16px;
    font-size: 20px;
    color: #00bdf2;
}
.c-slider .carousel-inner{
    height: 300px;
}
#carousel-applications .carousel-control{
    top:-31%;
}
.wrapperbox {
  	overflow: hidden;
    position: relative;
    min-height: 100%;
    padding-top: 121px;
}
footer{
    background: #131722;
    color: #898d96;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 178px;
}
.c-footer{
    padding: 1.7% 2% 1%;
    text-align: left;
  	font-weight: normal;
}
.c-footer-nav{
    margin: 0;
    padding: 0;

}
.c-footer-nav__item{
    display: inline-block;
    margin-right: 2.5%;
}
.c-footer-nav__item a{
    font-family: "Effra med", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
.c-footer .col-sm-6 {
	margin: 10px 0;
}
.c-social, .c-social >li, .c-copyrights {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
.c-copyrights {
    font-family: "Open sans", sans, sans-serif;
    margin-top: 12px;
}
.c-social{margin: 18px 0 0 45px;}
.c-social__item {
    display: inline-block;
    background: url(../images/social.png) 0 0 no-repeat;
    width: 30px;
    height: 25px;
    margin-right: 20px;
}
.c-social__item_twitter{
    background-position: -43px 0;
}
.c-social__item_git{
    background-position: -104px  0;
}

header{
    border-bottom: 1px solid #e3e4e2;
    background: #fff;
}
.navbar-default .navbar-nav > li > a{
    font-family: "Effra med", Helvetica, Arial, sans-serif;
}
.navbar-default .btn{
    outline: 1px solid #9e9f9e;
    font-size: 15px;
    padding: 10px 10px;
    margin-top: 4px;
}
.navbar-default .btn:hover,
.navbar-default .btn:focus{
    outline: 1px solid #00bdf2;
    padding: 8px 3px;
    font-size: 14px
}
.navbar-nav {
    margin: 35px 40px 40px;
}
.navbar-nav > li {
    margin-top: 7px;
}
.navbar-nav > li > a{
    padding: 8px 23px;
}
.navbar-nav > li:last-child a{
    padding: 0;
}
.navbar-nav .dropdown a{
    padding: 6px 13px;
}
.navbar-nav .dropdown > a{
    padding: 8px 13px;
}
.short-menu-dropdown {
    width: 180px;
}

.navbar-nav > .active, .breadcrumb .active {background:none;}

/* .navbar-header_login{width:20%} */
/* -------------------------- 
@media screen and (max-width: 1800px) {
    .navbar-nav {
        margin: 35px 5px 0px 0px;
        padding: 0px 0px 0px 100px;
    }
}

@media screen and (min-width: 700px) {
    .navbar-nav {
        margin: 35px 5px 0px 0px;
        padding: 0px 0px 0px 10px;
    }
}

@media screen and (min-width: 600px) {
    .navbar-nav {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 10px;
    }
}
 -------------------------- */

#logout{
    margin-left: 0;
    margin-top: 7px;
  	font-weight:bold;
    outline: 1px solid #9e9f9e;
}
#logout:hover{
  background: #00bdf2;
}
#logout a{
  color: #00bdf2;
  padding: 8px 24px;
  font-size: 15px;
}
#logout a:hover{
  color: #fff;
}

.breadcrumb {
    background: none;
    padding: 17px 0 0;
    margin: 0;

}
.breadcrumb .active, .breadcrumb li{
    font-size: 15px;
    font-family: "Effra", Helvetica, Arial, sans-serif;
  	color: #626362;
}
.breadcrumb a {
    color: #428bca;
}
.breadcrumb > li + li:before {
	content:'>';
  	color: #428bca;
    margin-right: 2px;
    margin-left: -2px;
    position: relative;
 	top: 1px;
}
.breadcrumb .active, .breadcrumb li:last-child {
  color: #626362;
}

.c-content,
.c-content p ,.col-md-4,
.c-content li{
    font-size: 15px;
    font-family: "Open sans", sans, sans-serif;
    font-weight: 600;
    color: #626362;
}
.c-content p, .col-md-4{
    margin-bottom: 15px;
    line-height: 23px;
}
.c-content ul{
    margin: 35px 0 25px;
    padding: 0 18px;
}
.c-content li{
    line-height: 23px;
}
.c-content ol{
    margin: 0;
    padding: 0 20px 0;
}
.c-content h2,
.c-content h3{
    margin: 45px 0 20px;
    font-size: 28px;
    color: #1582c2;
    font-family: "Effra med", Helvetica, Arial, sans-serif;
}
.c-content h3{
    margin-top: 33px;
    color: #000;
}
.c-content > div{
    font-family: "Effra", Helvetica, Arial, sans-serif;
    font-size: 20px;
}
.c-content img{
    margin: 8px 0 34px;
    vertical-align: top;
    width: 100%;
    height: auto;
}
.c-content .embed-responsive{
    margin: 39px 0 24px;
}

.panel{
    background:  none;
    border: 0;
    margin: 0;
    padding: 0;
}
.c-nav-sidebar{
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    min-width: 209px;
  	max-width: 360px;
  	width: 100%;
    top: 165px;
}
.c-nav-sidebar.floater {
  top: 0;
}
.c-nav-sidebar.sticky {
	position: fixed;
}
.page-noscroll {
    height: 100%;
    overflow: hidden;
    position: fixed;
}

@media (max-width: 1200px){
  .c-nav-sidebar.floater, .floater-wrapper {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }
  
    .c-nav-sidebar{
      position: static;
    }
}
.c-nav-sidebar ul{
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #00bdf2;
    border-top: 0;
}

@media(max-width: 768px) {
  .c-nav-sidebar ul {border: none;}
}

.c-nav-sidebar a{
    display: block;
    background: none;
    text-decoration: none;
}
.c-nav-sidebar__lvl-one{
    color: #9e9f9e;
    font-size: 24px;
    padding: 11px 26px;
    position: relative;
    font-family: "Effra med", Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #e3e4e2;
}
.c-nav-sidebar__lvl-one:hover,
.c-nav-sidebar__lvl-one:focus,
.c-nav-sidebar__lvl-one_active{
    color: #1582c2;
}
.c-nav-sidebar__lvl-one[aria-expanded="true"]{
    border: 1px solid #00bdf2;
    border-bottom: 0;
    border-top: 0;
}

@media(max-width: 768px) {
    .c-nav-sidebar__lvl-one[aria-expanded="true"] {
        border: 0 !important;
    }
}

.c-nav-sidebar > .panel .c-nav-sidebar__lvl-one[aria-expanded="true"] {
  border-top: 1px solid #00bdf2;
}

@media(max-width: 768px) {
	border-top: none !important;
}

.collapse.in{
    border: 1px solid #00bdf2;
    border-top: 0;
}
.accordion_caret::after,
.form-contact__dropdown .dropdown-toggle::after{
    content: '';
    display: inline-block;
    background: url(../images/dropmenu.png) 0 0 no-repeat;
    width: 12px;
    height: 6px;
    margin-left: 2px;
    position: absolute;
    right: 18px;
    top: 25px;
}
.accordion_caret[aria-expanded="true"]::after,
.form-contact__dropdown.open .dropdown-toggle::after{
    background-position: 0 100%;
}
.c-nav-sidebar__lvl-two{
    font-family: "Open sans", sans, sans-serif;
    font-size: 15px;
    color: #000;
    padding: 12px 15px 16px 28px;
}
.c-nav-sidebar__lvl-two:hover,
.c-nav-sidebar__lvl-two:focus,
.c-nav-sidebar__lvl-two.active{
    background: #e0f7fd;
    color: #000;
}


.form-contact-wr{
    width: 37%;
    min-width: 505px;
    margin: 6.5% auto 7.5%;
}
.form-contact{
    margin-top: 44px;
}
.form-contact_password{
    width: 308px;
    margin: 44px auto 0;
}
.form-contact_password .form-control{
    text-align: center;
}
.form-contact_password__info{
    font-size: 13px;
    color: #000;
    margin-bottom: 27px;
}
.form-contact .form-contact-group{
    margin: 31px 0;
}
.form-contact-group_signin{
    margin: 31px 0 21px;
}
.form-contact-group .col-sm-6{
    padding: 0;
}
.form-contact-group .form-control{
    border: 1px solid #e3e4e2;
    outline: 0;
}
.form-contact-group .has-error .form-control,
.form-contact-group .has-error .form-control:focus {
    border: 1px solid #ff0000;
    outline: 0;
    background: #ffe5e5;
}
.form-contact-group .form-control:focus {
    border: 1px solid #00bdf2;
    outline: 0;
}
.form-contact__info{
    font-size: 13px;
    color: #000;
    margin: 8px 0 0;
}
.form-contact .dropdown-menu > li > a{
    font-family: "Open sans", sans, sans-serif;
    display: block;
}
.form-contact__dropdown{
    position: relative;
}
.form-contact__dropdown .dropdown-toggle{
    outline: 1px solid #e3e4e2;
    padding: 14px 9px 15px;
    font-family: "Open sans", sans, sans-serif;
    font-size: 15px;
    cursor: pointer;
    text-align: left;
    color: #808080;
}
.form-contact__dropdown.open .dropdown-toggle{
    outline: 0;
    border: 1px solid #00bdf2;
    border-bottom: 0;
}
.form-contact__dropdown .dropdown-menu a{
    font-family: "Open sans", sans, sans-serif;
    font-size: 15px;
    color: #000;
    text-transform: inherit;
    padding: 14px 19px;
}
.form-contact__dropdown .dropdown-toggle::after{
    top: 22px;
}
.form-contact__select-wr::after {
    content: '';
    display: inline-block;
    background: url(../images/dropmenu.png) 0 0 no-repeat;
    width: 12px;
    height: 6px;
    margin-left: 2px;
    position: absolute;
    right: 18px;
    top: 25px;
}
.form-contact a{
    color: #00bdf2;
    font-family: "Open sans", sans, sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}
.bootstrap-select *{
    outline: 0;
    font-family: "Open sans", sans, sans-serif;
    font-size: 15px;
    text-transform: none;
}
.bootstrap-select {
    height: 48px;
}
.bootstrap-select .filter-option{
    color: #808080;
}
.bootstrap-select.open{
    border: 1px solid #00bdf2;
    border-bottom: 0;
}
.bootstrap-select .dropdown-menu{
    margin: 0;
}
.bootstrap-select .dropdown-menu a{
    padding: 14px 19px;
    color: #000;
}
.bootstrap-select .dropdown-menu a:focus,
.bootstrap-select.form-control{
    outline: 0;
    border: 0;
}
.form-contact .btn-group.open .dropdown-toggle{
    box-shadow: none;
    border: 1px solid #00bdf2;
}
.bootstrap-select .btn{
    padding: 14px 9px;
}
.bootstrap-select .btn:hover,
.bootstrap-select .btn-default:hover,
.bootstrap-select .btn:focus,
.bootstrap-select .btn-default:focus,
.open .dropdown-toggle.btn-default{
    background: none;
}
.bootstrap-select .btn,
.bootstrap-select .btn-default{
    outline: 1px solid #e3e4e2;
    border: 0;
}
.bootstrap-select .btn:focus,
.bootstrap-select .btn-default:focus{
    outline: 1px solid #00bdf2;
    border: 0;
}
.form-contact__textarea{
    padding: 12px;
}
.form-contact_btn{
    width: 64%;
    margin-top: 20px;
}
.form-contact_btn-signin{
    width: 49%;
    margin-top: 14px;
}

.modal::after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: '';
}
.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}
.c-faq{
    margin-bottom: 34px;
}
.c-faq .panel{

}
.c-faq__title{
    font-size: 15px;
    font-family: "Open sans", sans, sans-serif;
    font-weight: 600;
    position: relative;
    display: block;
    color: #626362;
    padding: 12px 40px 15px 19px;
    border: 1px solid #e3e4e2;
    border-top: 0;
}
.panel:first-child .c-faq__title{
    border: 1px solid #e3e4e2;
}
.c-faq__title:hover,
.c-faq__title:focus{
    text-decoration: none;
    color: #1582c2;
}
.c-faq__title:focus{
    color: #626362;
}
.c-faq .c-faq__title[aria-expanded="true"]{
    background: #f3f3f3;
    border: 1px solid #00bdf2;
    border-bottom: 0;
}
.c-faq .panel-collapse{
    padding: 12px 18px 0;
}
.c-faq .panel-collapse p{
    font-size: 15px;
    line-height: 24px;
  	padding: 10px 15px 0 15px;
}

.panel-collapse ul, .panel-collapse ul p {
    margin: 0 !important;
    padding: 10px 15px 0 15px !important;
}

.c-updates{
    margin: 42px 0;
}
.c-updates:first-of-type{
    margin-top: 55px;
}
time {
    font-size: 13px;
    font-family: "Open sans", sans, sans-serif;
    color: #c4c6c4;
    font-weight: normal;
}
.c-updates div{
    font-family: "Effra", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #626362;
}
.c-updates p{
    margin: 0;
    margin-bottom: 10px;
    line-height: inherit;
}
.c-updates .c-updates__title{
    font-size: 36px;
    color: #1582c2;
    font-family: "Effra med", Helvetica, Arial, sans-serif;
}

.modal-header{
    padding: 0;
}
.modal-title{
    font-size: 44px;
    font-family: "Effra med", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: left;
    background: #9e9f9e;
    padding: 14px 28px 13px;
}
.modal-title.blue {
	background: #3c78ac;
}
.modal-title b{
    text-transform: uppercase;
    font-family: "Effra bold", Helvetica, Arial, sans-serif;
}
.c-order_pro .modal-title{
    background: #3c78ac;
}

.c-order .modal-content{
    position: relative;
}
.c-order .close{
    top: -4px;
    right: 13px;
}
.c-order .modal-body{
    background: #fff;
    color: #626362;
    text-align: left;
    padding: 22px 20px 25px 28px;
}
.c-order .modal-body p{
    font-size: 20px;
    margin-bottom: 0;
}
.c-order .modal-body .c-plans__info{
    font-size: 16px;
    margin: 19px 0 0;
}
.c-order .form-contact{
    margin: 0 11px 0 0;
}
.c-order .form-contact-group {
    margin: 24px 0 29px;
}
.c-order .form-contact-group:last-of-type{
    margin-bottom: 0;
}
.c-order .checkbox{
    font-size: 13px;
}
.checkbox-block {padding-left:0;}
.c-order__confirm{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 176px;
}

#terms-and-cond {
    height: auto;
}

#intent_textarea {
    height: 190px;
}

.registration_fields {
    height: 49px;
}

.formtastic .send-btn {
	margin-top: 20px;
}
.formtastic .send-btn:after {
	display: none !important;
}

.formtastic .send-btn:hover:after {
	display: inline-block !important;
}

select#account_country_id {
    -webkit-appearance: none;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    border-radius: 0px!important;
}

.form-contact-group .c-order__confirm{padding-left: 28px;}
.c-order .btn{
    padding-top: 14px;
    padding-bottom: 15px;
    width: 49%;
    margin-bottom: 19px;
}
.c-order .checkbox:first-child > label::before{
    top: 7px;
}

#platforms_checkbox {
    list-style: none; 
    margin-top: 10px;
}

#platforms_checkbox > li {
    height: 35px;
}


textarea.form-control.other-textarea, #additional_info {
   	height: 49px;
  	min-width: 89px;
}

#additional-platform-info {
    width: 100%;
    margin-bottom: 20px;
}

#additional-platform-info td {
    width: 100px;
}

#additional-platform-info td label {
    margin-left: 40px;
}


label a{
    color: #00bdf2;
}
label a:hover{
    color: #00bdf2;
    text-decoration: underline;
}
input[type=checkbox],
.c-users input[type=radio]{
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
label {
    cursor: pointer;
}
.checkbox label::before{
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/checkbox.png) 0 100%;
    position: absolute;
    top: -1px;
    left: -28px;
}
input[type=checkbox]:checked + label::before,
.c-users input[type=radio]:checked + label::before{
    background-position: 0 0;
}
label:hover:after {
    background-position: 0 0;
}
input[type=checkbox]:checked + label:hover::before,
.c-users input[type=radio]:checked + label:hover::before{
    background-position: 0 0;
}

.modal-body__message{
    color: #fff;
    font-size: 44px;
    font-family: "Effra", Helvetica, Arial, sans-serif;
    font-weight: normal;
    max-width: 725px;
    margin: 0 auto;
}
.modal-body__info{
    color: #fff;
    font-size: 16px;
    font-family: "Open sans", sans, sans-serif;
    font-weight: 600;
    width: 550px;
    margin: 22px auto 0;
}
.c-cookie{
    position: fixed;
    left: 0;
    bottom: env(safe-area-inset-bottom, 0);
    width: 100%;
    background: rgba(0, 189, 242,1);
    z-index: 1035;
    color: #fff;
    padding: 10px;
    text-align: left;
    font-size: 16px;
    display: none;
}
.c-cookie .btn{
    font-size: 16px;
    width: 170px;
    padding: 8px;
    margin-left: 10px;
}
.c-cookie .btn:hover{
    font-size: 16px;
    padding: 6px;
}
.c-cookie .btn-primary{
    background: #fff;
  	padding: 10px;
}
.c-cookie .btn-primary:hover, .c-cookie .btn-primary:focus {
    color: #1582c2;

    outline: 1px solid #1582c2;
}
.c-cookie .btn-primary:hover::after,.c-cookie .btn-primary:focus::after, .hidden{
    display: none;
}
.anchorlink:before {
    display: block;
    content: " ";
    height: 60px;
    margin-top: -80px;
    visibility: hidden;
}
.c-content .nav-tabs, .nav-tabs,.nav-tabs > li{
    margin: 0;
    padding: 0;
}
.c-account {
    text-align: left;
    margin: 8px 19px 33px;
}
    .c-account-info{
        margin: 0 1px 5px 17px;
    }
    .c-content .c-account p{
        margin-bottom: 26px;
        font-size: 24px;
    }
    .c-account-title{
        color: #9e9f9e;
        font-weight: 600;
        display: inline-block;
        width: 24%;
        font-family: "Open sans", sans, sans-serif;
    }
    .c-account_edit-box{
        margin: 23px 0;
    }
    .c-account-edit-business{
        border: 1px solid #e3e4e2;
        display: inline-block;
        padding-right: 3px;
    }
   .c-account_edit-box .c-account-title{
        font-size: 16px;
        width: auto;
    }
    .c-account-edit-business input{
        border: 0;
        font-family: "Open sans", sans, sans-serif;
        font-size: 15px;
        color: #808080;
        padding: 16px 9px 15px;
        width: 227px;
    }
    .c-account-edit-business input[type="submit"]{
        background: #00bdf2;
        text-transform: uppercase;
        color: #fff;
        font-size: 16px;
        padding: 11px 8px;
        width: auto;
      	margin: 4px 0;
    }
    .c-account-edit-business input[type="submit"]:hover,
    .c-account-edit-business input[type="submit"]:focus{
        background: #1582c2;
        transition: all 0.2s ease-in-out;
    }
.c-users, .c-invoices{
    padding: 22px 17px 35px;
}
.c-users .table td:last-child{
    padding-right: 0;
}
.table .btn{
    color:#00bdf2;
    font-size: 16px;
    padding: 10px 9px;
}
.table .btn:hover{
    color: #fff;
}
.c-users_active {
    background: #00bdf2;
    color: #fff;
    padding: 2px 5px 1px;
    margin: 0 9px 0 -4px;
}
.c-users .checkbox{
    margin-top: 15px;
    margin-left: 14px;
}
.c-users-form {
    padding: 0 4px;
}
.uppercase{
    text-transform: uppercase;
}
.c-users-change-pwd, .c-users-change-admin{
    margin-top: 7px;
}
.form-contact-group .c-users-change-admin{padding-left: 20px;}
.c-users-form-btns {
    margin: 30px 0 12px;
}
.c-users-form-btns > div{
    padding: 0;
}
.c-users-form-cancel .btn{
    width: 100%;
}
.c-users-form-btns > div.c-users-form-cancel{
    padding: 0 0 0 20px;
}
.c-users-form-btns .btn{
    padding: 13px 5px 16px;
    width: 100%;
}
.c-users-form-btns .btn-empty{
    padding: 12px 4px 15px;
}
.btn-empty {
    background: #fff;
    color:#444;
    border: 1px solid #444;
    outline: 0;
}
.btn-empty:hover{
    background: #fff;
    color: #00bdf2;
    border: 1px solid #00bdf2;
}



.c-edit, .table a, .c-change, #toggle-stripe-form, #cancel-edit-billing{
    color:#00bdf2;
    font-size: 13px;
    position: relative;
    cursor: pointer;
}
    .c-edit, .c-change, #toggle-stripe-form{
        padding-left: 13px;
    }
    .c-edit:hover, .c-edit:active, .c-edit:focus,
    .c-change:hover, .c-change:active, .c-change:focus, #toggle-stripe-form:hover{
        color:#00bdf2;
        text-decoration: underline;
    }
    .c-edit:before, #toggle-stripe-form:before{
        content: '';
        display: inline-block;
        width: 9px;
        height: 9px;
        background:  url(../images/edits.png) 0 200% no-repeat;
        position: absolute;
        left: 0;
        top: 3px;
    }
    .c-cancel:before{
        background:  url(../images/edits.png) 0 0 no-repeat;
        height: 11px;
    }

.table th{
    font-size: 16px;
    color: #626362;
    text-transform: uppercase;
    font-family: "Effra med", Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #e3e4e2;
    padding: 13px 8px;
    vertical-align: middle;
}
.table td{
    font-size: 14px;
    color: #626362;
    font-family: "Open sans", sans, sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #e3e4e2;
    padding: 5px 8px 4px;
    vertical-align: middle;
}
.table-bg{
    margin-bottom: 5px;
}
.table-bg td{
    background: #e3e4e2;
    border: 0;
    padding: 17px 12px ;
}
.table-bg tfoot th{
    border: 0;
}
p.c-invoices-info{
    font-size: 13px;
    font-family: "Effra", Helvetica, Arial, sans-serif;
    margin-left: 7px;
}

.c-invoices{
    text-align: left;
    padding-top: 7px;
}
    .c-invoices .table{margin-top: 14px;}
    .c-invoices .table-bg{margin-top: 0;}
    .c-invoices_info{
        font-size: 16px;
        font-family: "Effra", Helvetica, Arial, sans-serif;
        margin: 18px 2px 49px;
    }
    .col-lg-5 .c-invoices_info{
        margin-bottom: 35px;
    }
    .c-invoices_info p{
        margin-bottom: 9px;
        font-family: "Effra", Helvetica, Arial, sans-serif;
    }
    .c-invoices_info span{
        font-family: "Open sans", sans, sans-serif;
        font-weight: 600;
        color:#9e9f9e;
        width: 130px;
        display: inline-block;
    }
    p.c-invoices-title{
        text-transform: uppercase;
        color: #444;
        font-family: "Effra med", Helvetica, Arial, sans-serif;
        font-weight: normal;
    }
.c-credentials{
    margin: 33px 0;
}
    .c-credentials th, .c-credentials label{
        font-family: "Effra med", Helvetica, Arial, sans-serif;
        font-weight: normal;
        color:#9e9f9e;
        padding: 13px 8px;
    }
    .c-credentials td{
        font-family: "Open sans", sans, sans-serif;
        font-weight: 600;
        padding: 16px 8px 15px;
    }
    .table-credentials{margin-top: 7px;}
    .table-credentials td,.table-credentials th{
        padding: 11px 0;
    }
    .table-credentials th, .c-credentials label{
        font-family: "Open sans", sans, sans-serif;
        font-weight: 600;
        border: 0;
        text-transform: none;
        padding: 11px 0;
        width: 156px;
    }
.c-credentials label{font-size: 16px;padding: 11px 0 0;}
    .table-credentials td{
        font-size: 16px;
        font-family: "Effra", Helvetica, Arial, sans-serif;
        border: 0;
        color: #000;
    }
    .table-credentials td span,.table-credentials td p{font-family: "Effra", Helvetica, Arial, sans-serif;}
    .table-credentials td b{font-family: "Effra med", Helvetica, Arial, sans-serif;font-weight: normal;}
    .c-credentials td span{color: #00bdf2;}
    .table-credentials td p{margin: 10px 0 0;}
    .table-credentials td .c-edit{margin-left: 15px;}
    .table-credentials-status-before td, .table-credentials-status-before th{
        padding-bottom: 20px;
    }
    .table-credentials-status-after td, .table-credentials-status-after th{
        padding-top: 34px;
        vertical-align: top;
    }
    .table-credentials-nopadding td{padding: 0;}
    .table-credentials-nopadding > div{margin: 11px 0;}
    .table-credentials-status {
        border-top: 1px solid #e3e4e2;
        border-bottom: 1px solid #e3e4e2;
    }
    .table-credentials-status th,.table-credentials-status td{
        padding: 26px 0 27px;
        vertical-align: middle;
    }
    .table-credentials-status td:before{
        content: '';
        display: inline-block;
        width: 17px;
        height: 17px;
        background: #e3e4e2;
        margin: -3px 9px 0 0;
        vertical-align: middle;
    }
    .table-credentials-status_active td:before{background: #40b916;}
    .table-credentials .c-account-edit-business{
        width: 86%;
        white-space: nowrap;
        margin: 0 0 0 -16px;
    }
    .table-credentials input{
        color: #000;
        width: 79%;
        padding: 11px 9px;
    }
    .table-credentials input[type='submit']{
        width: 113px;
        font-family: "Effra med", Helvetica, Arial, sans-serif;
        font-weight: normal;
        background: #fff;
        outline: 1px solid #a6e8fa;
        color: #00bdf2;
        padding: 7px;
    }
    .table-credentials input[type='submit']:hover,
    .table-credentials input[type='text']:focus + input[type='submit']{
        background: #00bdf2;
        color: #fff;
    }
	.table-credentials input[type="submit"].application-delete-btn,
	.table-credentials input[type="submit"].application-delete-btn:hover
	{
		width: 81px;
        padding: 9px;
      	border:none;
      	border-radius:0;
    }
    .table-credentials input[type="submit"].create_key {
      font-family: "Effra med", Helvetica, Arial, sans-serif;
      font-weight: normal;
      background: #fff;
      outline: 1px solid #a6e8fa;
      color: #00bdf2;
      font-size:16px;
      border:none;
      padding:10px 43px 11px;
      width: auto;
      margin-top:20px;
    }
	input[type="submit"].create_key:hover{
        background: #00bdf2;
        color: #fff;
      	border-radius:0;
    }
    .c-change-plan .tab-content{
        padding: 22px 28px 10px;
    }
    .c-change-plan .nav > li > a{
        padding: 10px 37px;
    }
    .c-change-plan .tab-content p{
        margin-bottom: 27px;
    }
    .c-change-plan b{
        font-family: "Effra med", Helvetica, Arial, sans-serif;
        font-weight: normal;
    }
    .c-change-plan .tab-content .c-change-plan-info{
        color: #000;
        margin: 19px 0 15px;
    }
    .c-change-plan .tab-content .c-plans__cost{
        font-size: 60px;
        color: #1582c2;
        margin: -17px 0 14px;
    }
    .c-change-plan .tab-content .c-plans__info{
        margin:  11px 0 35px;
    }
    .c-change-plan .tab-content .c-plans__info_basic{margin:  -7px 0 18px;}

.nowrap > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.modal-light .modal-content{background: #fff;}
.modal-light .modal-header{border: 0;}
.modal-light .modal-body{padding:22px 41px 25px 40px;}
.modal-light .modal-title{
    background: none;
    color: #626362;
    font-family: "Effra", Helvetica, Arial, sans-serif;
    padding:25px 40px 3px;
}
.modal-light .close{color: #000;}
.fade.text-left{text-align: left;}

.c-statistic-btns .dropdown-menu, .c-statistic-btns .dropdown-menu li{
    padding: 0;
    margin: 0;
}
.c-statistic-btns .dropdown-menu{
    margin-top: -2px;
    overflow-y: auto;
    max-height: 200px;
}
.c-statistic-btns .dropdown-menu a{
    font-weight: normal;
    padding: 5px 5px 6px 19px;
}
.c-statistic-btns .btn{
    background: none;
    font-size: 16px;
    font-family: "Effra med", Helvetica, Arial, sans-serif;
    text-align: center;
    border: 0;
    outline: none;
    color: #444;
    padding: 10px 5px 11px;
    margin-bottom: 15px;
}
.c-statistic-btns .btn:hover,
.c-statistic-btns .btn:focus,
.c-statistic-btns .btn-apply{
    outline: 1px solid #9e9f9e;
    color: #00bdf2;
}
.c-statistic-btns .btn-apply{outline: 1px solid #a6e8fa;}
.c-statistic-btns .btn:active,
.c-statistic-btns .btn.active{
    background: #00bdf2;
    color: #fff;
    outline: 1px solid #00bdf2;
}
.c-statistic-btns .btn.dropdown-toggle{
    border: 1px solid #9e9f9e;
    outline: none;
    position: relative;
    text-align: left;
    padding-left: 19px;
    margin: 0;
    display: block;
    width: 100%;
}
.c-statistic-btns .btn.dropdown-toggle:active{
    background: none;
}
.btn-date div.selector{
    text-transform: uppercase;
    outline: 1px solid #9e9f9e;
}
.btn-date div.selector span{
    font-family: "Effra med", Helvetica, Arial, sans-serif;
    display: block;
    padding: 10px 5px 11px 19px;
    text-align: left;
    font-size: 16px;
    color: #444;
    cursor: pointer;
    font-weight: normal;
    position: relative;
}
.c-statistic-btns .dropdown-toggle:after,
.btn-date div.selector span:after{
    content: '';
    display: inline-block;
    background: url(../images/dropmenu.png) 0 0 no-repeat;
    width: 12px;
    height: 6px;
    position: absolute;
    margin-top: -3px;
    top: 50%;
    right: 15px;
}
.c-statistic-btns .open .dropdown-toggle:after{
    background-position: 0 100%;
}
.c-statistic-btns .nowrap{
    margin-bottom: 15px;
}
.c-statistic-btns > [class*='col-']{
    padding: 0 10px;
}
.modal-body .form-errors{
  padding: 10px 0 0 0;
}
.modal-body .form-errors p{
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;	
} 

p.inline-errors {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.c-statistic-btns span.btn{
  display: block;
  float: left;
  /*width: auto;*/
  /*margin-right: 7px;*/
}
.c-statistic-btns span.btn.current{
  background: #00bdf2;
  color: #fff;
  outline: 1px solid #00bdf2;
}
#metric-type-buttons{
  overflow: hidden;
  padding: 1px;
}
.detail-selector div.selector {
  border: 1px solid rgb(158, 159, 158);
  background: none;
  /*width: 100%;*/
}
.detail-selector div.selector span.item-name {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 13px;
  text-transform: uppercase;
  font-size: 16px;
  color: #444;
  font-weight: normal;
}
#selector-widgets div.detail-selector{
  margin-top:15px;
}
#submit-stats-search{
  margin-top: 13px;
  margin-left: 1px;	
}
#selector-widgets .detail-selector ul{
  /*font-family:"Effra", Helvetica, Arial, sans-serif;
  display: block;
  max-height: 45px;
  border-radius: 0px;
  padding: 0px;
  top:100px;
  z-index: 1;
  left:10px;
  width:140px;*/
  
  font-family: "Effra", Helvetica, Arial, sans-serif;
  display: block;
  max-height: 45px;
  border-radius: 0px;
  padding: 0px;
  top: 38px;
  z-index: 1;
  left: 10px;
  width: auto;
  left: 0px;
  margin-left: -1px;
  margin-right: -1px;
}
#selector-widgets .detail-selector ul.col-lg-12{width:280px;}
#selector-widgets .detail-selector ul li {
  font-family:"Effra", Helvetica, Arial, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
  padding-left: 16px;
  text-transform: uppercase;
  font-size: 16px;
  color: #444;
  font-weight: normal;
}
#selector-widgets .detail-selector div.selector span.item-name{
  background: none;
}
header.navbar-default .navbar-collapse{
margin-left: 21%;
}
.c-content div.chart-wrap{
  width: 100%;
  max-width: 100%;
}
.apply-btn-container{
  overflow:hidden;
}
#datepicker-box{
  z-index:1;
}
#selector-widgets .detail-selector {
  width: 36%;
}
@media(max-width:1200px) {
  #selector-widgets .detail-selector {
    width: 100%;
  }
}

.limits {
    display: none;
}

i.fa.fa-pencil {
    font-style: normal;
}

.features.plan-review-section {
	margin-left: 8px;
}

.data-sup > .data-sup-wrap > ul > li {
    border-bottom: 1px solid #efefef;
    padding: 3px 0 3px 3px;
    color: #0077cc;
    font-size: 15px;
    cursor: pointer;
    height: 75px;
    oveflow: hidden;
}

.data-sup > .data-sup-wrap {
    height: auto;
    min-width: 160px;
    width: auto;
}

.data-sup > .data-sup-wrap > ul > li span small {
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 1px 3px;
    width: 170px;
    margin: 2px 0;
    color: black;
    border: 1px solid white;
    background: #f6f6f6;
    font-size: 15px;
}



#selector-widgets .detail-selector ul#metrics-ul {
    background-color: white;
    max-height: 130px;
    overflow-y: scroll;
}

#selector-widgets .detail-selector ul#metrics-ul li {
    margin: 0 auto;
}

#selector-widgets .detail-selector ul#methods-ul {
    background-color: white;
    max-height: 130px;
    overflow-y: scroll;
}

#selector-widgets .detail-selector ul#methods-ul li {
    margin: 0 auto;
}


#friendly_terms_box {
    height: 147px;
    overflow-x: hidden;
    overflow-y: scroll;
  	padding: 15px;
  
}

div#friendly_terms_box span {
    font-size: 12px;
}
div#friendly_terms_box p {
    font-size: 12px;
}


div#lang_table {
    font-size: 12px;
}

div#lang_table tr {

    padding-left: 42px;
    text-align: left;
}

div#lang_table th {
	font-weight: bold;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    text-align: center;
}

div#lang_table td {
    padding: 8px 12px;
  	text-align: center;
}


/* invoices and billing pages */
ol.list-unstyled li {
    margin: 0px auto;
}


label.col-md-4.control-label {
    line-height: 36px;
    text-align: right;
    height: 45px;
}

.col-md-10.operations {
    margin-top: 20px;
}

input.btn.btn-primary.pull-right:hover {
    /* display: block; */
    padding: 10px 43px 11px;
}

#billing-container {
 	min-height: 0px;
}


.well {
    margin-bottom: 0px;
    background-color: rgb(255, 255, 255);
}

.panel-heading.important {
    background-color: rgba(255, 255, 255, 0.9);
}

select#account_billing_address_country_id {
    height: 46px;
}

.account > fieldset > div > label {
    margin-bottom: 0px;
}


ol.list-unstyled.form-inline !important {
    list-style-type: none;
}

#stripe_expires_on_month_input:before, #stripe_expires_on_year_input:before {

    display: none !important;
	list-style: none !important;
}

.form-control{
    color: #333333; 
}

span.payment-errors {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.carousel-control .glyphicon-chevron-right {
  left: 0;
}
.c-info .slick-arrow {
   top: -31%;
}

.dl-trigger, .btn-register,.dl-close {
	display:none;
}


.noScroll {
    overflow: hidden;

}
.navbar-brand img {
	max-width: initial;
}
.modal .close {
  	font-size:0;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    border: 0;
    background: url(../images/arrows_close.png) no-repeat -24px -104px;
    width: 25px;
    height: 25px;
} 

@media screen and (min-width: 769px){
  .c-info_product {
   	width: 30% 
  }
}


@media screen and (max-width: 1366px){
   
  .c-info__text {
  	text-align: center;
  }
  
  .navbar {
    min-height: 89px;
  }
  .wrapperbox {
    padding-top: 90px;
  }
  .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dl-trigger {
  	display:block;
    font-size:0;
  }
  .navbar-top, .dl-menuwrapper .caret {
  	display:none;
  }
  .btn-register {
  	display: block;
    float: right;
    margin: 17px 41px 0 0;
  }
  .navbar-header {
  	margin-left: 6%;
    width: 405px;
    padding-right: 0px;
  }
  .dl-menuwrapper {
      width: 100%;
      //position: relative;
  }
  .dl-menuwrapper:first-child {
      margin-right: 100px;
  }

  .dl-menuwrapper .dl-trigger {
      background: none;
      border: none;
      width: 52px;
      height: 45px;
      text-indent: -900em;
      overflow: hidden;
      position: absolute;
      left: 3%;
      top: 24%;
      cursor: pointer;
      outline: none;
  }
/*
  .dl-menuwrapper ul {
      background: #000;
  }
*/
  .dl-menuwrapper .dl-trigger:after {
      content: '';
      position: absolute;
      width: 68%;
      height: 3px;
      background: #000;
      top: 10px;
      left: 16%;
      box-shadow: 
          0 12px 0 #000, 
          0 24px 0 #000;
  }

  .dl-menuwrapper ul {
      padding: 0;
      list-style: none;
  }

  .dl-menuwrapper .dl-menuopen li {
      position: static;
      float: none;
      margin:0;
      background: #000;
      color: #fff;
  }

  .dl-menuwrapper .dl-menuopen li a,
  .dl-menuwrapper .dl-menuopen li a:hover,
  .dl-menuwrapper .dl-menuopen li a:focus{
      display: block;
      position: relative;
      padding: 18px 0;
      font-size: 20px;
      text-align: left;
      line-height: 20px;
      font-weight: 300;
      color: #fff;
      outline: none;
      margin: 0 20px;
      border-bottom: 1px solid #262626;
      background: none;
  }
  .dl-menuwrapper .dl-menuopen li a:hover {
     color: #428bca;
  }
  .dl-menuwrapper .dl-menuopen .dropdown-menu li a:hover,
  .dl-menuwrapper .dl-menuopen .dropdown-menu li a:focus{
    background: none;
  }
  .dl-menuwrapper .dl-menuopen > li:last-child a,
  .dl-menuwrapper li.dl-back > a{
  	border:0;
  }  
  .dl-menuwrapper li.dl-back > a,
  .navbar-default .dl-menuwrapper li.dl-back > a:hover,
  .navbar-default .dl-menuwrapper li.dl-back > a:focus {
  	font-size: 14px;
  }

  .dl-menuwrapper li.dl-back{
    position: absolute;
    top: 2px;
    left: 0;  
  }
  .dl-menuwrapper li.dl-back > a,
  .navbar-default .dl-menuwrapper li.dl-back > a:hover,
  .navbar-default .dl-menuwrapper li.dl-back > a:focus{
      padding-left: 15px;
      color: #1582c2;
      border:0;
  }

  .dl-menuwrapper li.dl-back:after{
    content:'';
    display: inline-block;
    background: url('../images/arrows_close.png') no-repeat -41px -72px;
	width: 8px;
	height: 15px;
    position:absolute;
    top: 50%;
    left: 20px;
    margin-top: -7px; 
  }
  .dl-menuwrapper .dropdown-toggle:after{
    content:'';
    display: inline-block;
	background: url('../images/arrows_close.png') no-repeat -41px -140px;
	width: 8px;
	height: 15px;
    position:absolute;
    top: 50%;
    margin-top: -7px; 
    right: 20px;
    right: 0
  }

  .dl-menuwrapper .dl-menu {
    margin: 5px 0 0 0;
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 50%;
    min-width: 260px;
    max-width: 400px;
    background: #000;
    backface-visibility: hidden;
  }

  .dl-menuwrapper .dl-menu.dl-menu-toggle {
      transition: all 0.3s ease;
  }

  .dl-menuwrapper .dl-menu.dl-menuopen {
      opacity: 1;
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      display: block;
      padding: 120px 0;
      overflow-y: auto;
  }

  .dl-menuwrapper li .dl-submenu {
      display: none;
      border:0;
      position:static;
  }

  .dl-menu.dl-subview li,
  .dl-menu.dl-subview li.dl-subviewopen > a,
  .dl-menu.dl-subview li.dl-subview > a{
      display: none;
  }

  .dl-menu.dl-subview li.dl-subview,
  .dl-menu.dl-subview li.dl-subview .dl-submenu,
  .dl-menu.dl-subview li.dl-subviewopen,
  .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
  .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
      display: block;
  }

  /* Dynamically added submenu outside of the menu context */
  .dl-menuwrapper > .dl-submenu {
      position: absolute;
      width: 100%;
      top: 50px;
      left: 0;
      margin: 0;
  }

  /* Animation classes for moving out and in */
  .dl-menu.dl-animate-out-1 {
      -webkit-animation: MenuAnimOut1 0.4s;
      animation: MenuAnimOut1 0.4s;
  }

  .dl-menu.dl-animate-out-2 {
      -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
      animation: MenuAnimOut2 0.3s ease-in-out;
  }

  .dl-menu.dl-animate-out-3 {
      -webkit-animation: MenuAnimOut3 0.4s ease;
      animation: MenuAnimOut3 0.4s ease;
  }

  .dl-menu.dl-animate-out-4 {
      -webkit-animation: MenuAnimOut4 0.4s ease;
      animation: MenuAnimOut4 0.4s ease;
  }

  .dl-menu.dl-animate-out-5 {
      -webkit-animation: MenuAnimOut5 0.4s ease;
      animation: MenuAnimOut5 0.4s ease;
  }

  /*swagger error*/
  .swagger-ui-wrap .footer #resources_container h4 {
      display: none;
  }

  @-webkit-keyframes MenuAnimOut1 {
      0% { }
      50% {
          -webkit-transform: translateZ(-250px) rotateY(30deg);
      }
      75% {
          -webkit-transform: translateZ(-372.5px) rotateY(15deg);
          opacity: .5;
      }
      100% {
          -webkit-transform: translateZ(-500px) rotateY(0deg);
          opacity: 0;
      }
  }

  @-webkit-keyframes MenuAnimOut2 {
      0% { }
      100% {
          -webkit-transform: translateX(-100%);
          opacity: 0;
      }
  }

  @-webkit-keyframes MenuAnimOut3 {
      0% { }
      100% {
          -webkit-transform: translateZ(300px);
          opacity: 0;
      }
  }

  @-webkit-keyframes MenuAnimOut4 {
      0% { }
      100% {
          -webkit-transform: translateZ(-300px);
          opacity: 0;
      }
  }

  @-webkit-keyframes MenuAnimOut5 {
      0% { }
      100% {
          -webkit-transform: translateY(40%);
          opacity: 0;
      }
  }

  @keyframes MenuAnimOut1 {
      0% { }
      50% {
          -webkit-transform: translateZ(-250px) rotateY(30deg);
          transform: translateZ(-250px) rotateY(30deg);
      }
      75% {
          -webkit-transform: translateZ(-372.5px) rotateY(15deg);
          transform: translateZ(-372.5px) rotateY(15deg);
          opacity: .5;
      }
      100% {
          -webkit-transform: translateZ(-500px) rotateY(0deg);
          transform: translateZ(-500px) rotateY(0deg);
          opacity: 0;
      }
  }

  @keyframes MenuAnimOut2 {
      0% { }
      100% {
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
          opacity: 0;
      }
  }

  @keyframes MenuAnimOut3 {
      0% { }
      100% {
          -webkit-transform: translateZ(300px);
          transform: translateZ(300px);
          opacity: 0;
      }
  }

  @keyframes MenuAnimOut4 {
      0% { }
      100% {
          -webkit-transform: translateZ(-300px);
          transform: translateZ(-300px);
          opacity: 0;
      }
  }

  @keyframes MenuAnimOut5 {
      0% { }
      100% {
          -webkit-transform: translateY(40%);
          transform: translateY(40%);
          opacity: 0;
      }
  }

  .dl-menu.dl-animate-in-1 {
      -webkit-animation: MenuAnimIn1 0.3s;
      animation: MenuAnimIn1 0.3s;
  }

  .dl-menu.dl-animate-in-2 {
      -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
      animation: MenuAnimIn2 0.3s ease-in-out;
  }

  .dl-menu.dl-animate-in-3 {
      -webkit-animation: MenuAnimIn3 0.4s ease;
      animation: MenuAnimIn3 0.4s ease;
  }

  .dl-menu.dl-animate-in-4 {
      -webkit-animation: MenuAnimIn4 0.4s ease;
      animation: MenuAnimIn4 0.4s ease;
  }

  .dl-menu.dl-animate-in-5 {
      -webkit-animation: MenuAnimIn5 0.4s ease;
      animation: MenuAnimIn5 0.4s ease;
  }

  @-webkit-keyframes MenuAnimIn1 {
      0% {
          -webkit-transform: translateZ(-500px) rotateY(0deg);
          opacity: 0;
      }
      20% {
          -webkit-transform: translateZ(-250px) rotateY(30deg);
          opacity: 0.5;
      }
      100% {
          -webkit-transform: translateZ(0px) rotateY(0deg);
          opacity: 1;
      }
  }

  @-webkit-keyframes MenuAnimIn2 {
      0% {
          -webkit-transform: translateX(-100%);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateX(0px);
          opacity: 1;
      }
  }

  @-webkit-keyframes MenuAnimIn3 {
      0% {
          -webkit-transform: translateZ(300px);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateZ(0px);
          opacity: 1;
      }
  }

  @-webkit-keyframes MenuAnimIn4 {
      0% {
          -webkit-transform: translateZ(-300px);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateZ(0px);
          opacity: 1;
      }
  }

  @-webkit-keyframes MenuAnimIn5 {
      0% {
          -webkit-transform: translateY(40%);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateY(0);
          opacity: 1;
      }
  }

  @keyframes MenuAnimIn1 {
      0% {
          -webkit-transform: translateZ(-500px) rotateY(0deg);
          transform: translateZ(-500px) rotateY(0deg);
          opacity: 0;
      }
      20% {
          -webkit-transform: translateZ(-250px) rotateY(30deg);
          transform: translateZ(-250px) rotateY(30deg);
          opacity: 0.5;
      }
      100% {
          -webkit-transform: translateZ(0px) rotateY(0deg);
          transform: translateZ(0px) rotateY(0deg);
          opacity: 1;
      }
  }

  @keyframes MenuAnimIn2 {
      0% {
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateX(0px);
          transform: translateX(0px);
          opacity: 1;
      }
  }

  @keyframes MenuAnimIn3 {
      0% {
          -webkit-transform: translateZ(300px);
          transform: translateZ(300px);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
          opacity: 1;
      }
  }

  @keyframes MenuAnimIn4 {
      0% {
          -webkit-transform: translateZ(-300px);
          transform: translateZ(-300px);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
          opacity: 1;
      }
  }

  @keyframes MenuAnimIn5 {
      0% {
          -webkit-transform: translateY(40%);
          transform: translateY(40%);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
          opacity: 1;
      }
  }

  .dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
      -webkit-animation: SubMenuAnimIn1 0.4s ease;
      animation: SubMenuAnimIn1 0.4s ease;
  }

  .dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
      -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
      animation: SubMenuAnimIn2 0.3s ease-in-out;
  }

  .dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
      -webkit-animation: SubMenuAnimIn3 0.4s ease;
      animation: SubMenuAnimIn3 0.4s ease;
  }

  .dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
      -webkit-animation: SubMenuAnimIn4 0.4s ease;
      animation: SubMenuAnimIn4 0.4s ease;
  }

  .dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
      -webkit-animation: SubMenuAnimIn5 0.4s ease;
      animation: SubMenuAnimIn5 0.4s ease;
  }

  @-webkit-keyframes SubMenuAnimIn1 {
      0% {
          -webkit-transform: translateX(50%);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateX(0px);
          opacity: 1;
      }
  }

  @-webkit-keyframes SubMenuAnimIn2 {
      0% {
          -webkit-transform: translateX(100%);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateX(0px);
          opacity: 1;
      }
  }

  @-webkit-keyframes SubMenuAnimIn3 {
      0% {
          -webkit-transform: translateZ(-300px);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateZ(0px);
          opacity: 1;
      }
  }

  @-webkit-keyframes SubMenuAnimIn4 {
      0% {
          -webkit-transform: translateZ(300px);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateZ(0px);
          opacity: 1;
      }
  }

  @-webkit-keyframes SubMenuAnimIn5 {
      0% {
          -webkit-transform: translateZ(-200px);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateZ(0);
          opacity: 1;
      }
  }

  @keyframes SubMenuAnimIn1 {
      0% {
          -webkit-transform: translateX(50%);
          transform: translateX(50%);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateX(0px);
          transform: translateX(0px);
          opacity: 1;
      }
  }

  @keyframes SubMenuAnimIn2 {
      0% {
          -webkit-transform: translateX(100%);
          transform: translateX(100%);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateX(0px);
          transform: translateX(0px);
          opacity: 1;
      }
  }

  @keyframes SubMenuAnimIn3 {
      0% {
          -webkit-transform: translateZ(-300px);
          transform: translateZ(-300px);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
          opacity: 1;
      }
  }

  @keyframes SubMenuAnimIn4 {
      0% {
          -webkit-transform: translateZ(300px);
          transform: translateZ(300px);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
          opacity: 1;
      }
  }

  @keyframes SubMenuAnimIn5 {
      0% {
          -webkit-transform: translateZ(-200px);
          transform: translateZ(-200px);
          opacity: 0;
      }
      100% {
          -webkit-transform: translateZ(0);
          transform: translateZ(0);
          opacity: 1;
      }
  }

  .dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
      -webkit-animation: SubMenuAnimOut1 0.4s ease;
      animation: SubMenuAnimOut1 0.4s ease;
  }

  .dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
      -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
      animation: SubMenuAnimOut2 0.3s ease-in-out;
  }

  .dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
      -webkit-animation: SubMenuAnimOut3 0.4s ease;
      animation: SubMenuAnimOut3 0.4s ease;
  }

  .dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
      -webkit-animation: SubMenuAnimOut4 0.4s ease;
      animation: SubMenuAnimOut4 0.4s ease;
  }

  .dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
      -webkit-animation: SubMenuAnimOut5 0.4s ease;
      animation: SubMenuAnimOut5 0.4s ease;
  }

  @-webkit-keyframes SubMenuAnimOut1 {
      0% {
          -webkit-transform: translateX(0%);
          opacity: 1;
      }
      100% {
          -webkit-transform: translateX(50%);
          opacity: 0;
      }
  }

  @-webkit-keyframes SubMenuAnimOut2 {
      0% {
          -webkit-transform: translateX(0%);
          opacity: 1;
      }
      100% {
          -webkit-transform: translateX(100%);
          opacity: 0;
      }
  }

  @-webkit-keyframes SubMenuAnimOut3 {
      0% {
          -webkit-transform: translateZ(0px);
          opacity: 1;
      }
      100% {
          -webkit-transform: translateZ(-300px);
          opacity: 0;
      }
  }

  @-webkit-keyframes SubMenuAnimOut4 {
      0% {
          -webkit-transform: translateZ(0px);
          opacity: 1;
      }
      100% {
          -webkit-transform: translateZ(300px);
          opacity: 0;
      }
  }

  @-webkit-keyframes SubMenuAnimOut5 {
      0% {
          -webkit-transform: translateZ(0);
          opacity: 1;
      }
      100% {
          -webkit-transform: translateZ(-200px);
          opacity: 0;
      }
  }

  @keyframes SubMenuAnimOut1 {
      0% {
          -webkit-transform: translateX(0%);
          transform: translateX(0%);
          opacity: 1;
      }
      100% {
          -webkit-transform: translateX(50%);
          transform: translateX(50%);
          opacity: 0;
      }
  }

  @keyframes SubMenuAnimOut2 {
      0% {
          -webkit-transform: translateX(0%);
          transform: translateX(0%);
          opacity: 1;
      }
      100% {
          -webkit-transform: translateX(100%);
          transform: translateX(100%);
          opacity: 0;
      }
  }

  @keyframes SubMenuAnimOut3 {
      0% {
          -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
          opacity: 1;
      }
      100% {
          -webkit-transform: translateZ(-300px);
          transform: translateZ(-300px);
          opacity: 0;
      }
  }

  @keyframes SubMenuAnimOut4 {
      0% {
          -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
          opacity: 1;
      }
      100% {
          -webkit-transform: translateZ(300px);
          transform: translateZ(300px);
          opacity: 0;
      }
  }

  @keyframes SubMenuAnimOut5 {
      0% {
          -webkit-transform: translateZ(0);
          transform: translateZ(0);
          opacity: 1;
      }
      100% {
          -webkit-transform: translateZ(-200px);
          transform: translateZ(-200px);
          opacity: 0;
      }
  }

  /* No JS Fallback */
  .no-js .dl-menuwrapper .dl-menu {
      position: relative;
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }

  .no-js .dl-menuwrapper li .dl-submenu {
      display: block;
  }

  .no-js .dl-menuwrapper li.dl-back {
      display: none;
  }

  .no-js .dl-menuwrapper li > a:not(:only-child) {
      background: rgba(0,0,0,0.1);
  }

  .no-js .dl-menuwrapper li > a:not(:only-child):after {
      content: '';
  }

  /* Demo 2 */
  .demo-2 .dl-menuwrapper button {
      background: #e86814;
  }

  .demo-2 .dl-menuwrapper button:hover,
  .demo-2 .dl-menuwrapper button.dl-active,
  .demo-2 .dl-menuwrapper ul {
      background: #D35400;
  }

  .dl-menuwrapper-open {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.93);
    z-index: 999;
  
  }
   .dl-menuwrapper-open .dl-close {
       display:block;
       position:absolute;
       right: 20px;
       top: 20px;
       border: 0;
       background: url('../images/arrows_close.png') no-repeat -24px -104px;
       width: 25px;
       height: 25px;
       cursor: pointer;
    }
  .dl-menuwrapper .dl-menuopen > li a.dl-btn,
  .dl-menuwrapper .dl-menuopen > li a.dl-btn:hover,
  .dl-menuwrapper .dl-menuopen > li a.dl-btn:focus{
    text-align:center;
    margin-top:50px;
  }
  .dl-menuwrapper .dl-menuopen > li a.dl-btn .btn {font-weight: bold;}
  .dl-menuwrapper .dl-menuopen > li a.dl-signin {
    border:0;
    font-weight: bold;
  }
  
  form.sandbox {
    overflow: auto;
  }

  .signin-account-button-hav-header {
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 40px;
}

  .signin-account-button-hav-header .account-button {
    white-space: nowrap;
    max-width: 40px;
    max-height: 40px;
    aspect-ratio: 1/1;
}

  .modern-mobile-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .auth-buttons-wrapper {
    display: none;
  }

  .dl-menuwrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  #left-hand-menu-hide-2 {
    margin-left: auto;
    display: flex;
    align-items: center;
  }

  @media screen and (min-width: 1367px) {
    #left-hand-menu-hide-2 {
      margin-left: auto;
    }
    
  }
}

@media screen and (min-width: 1367px){


  
  
  .c-center-block{
      max-width: 100%;
  }
  
  .backimage {
    max-width: 1366px !important;
  }
  
  li.dl-back {
    display: none;
  }

  li.dropdown.menu-dropdown {
    width: 133px;
  }
  
  li.dropdown--documentation {
  	width: 180px !important;
  }
  
  .auth-buttons-wrapper,
  .modern-nav-wrapper .auth-buttons-wrapper {
    display: flex !important;
  }
  
  .nav.navbar-nav.navbar-right.navbar-top.dl-menu .auth-buttons-wrapper {
    padding-right: 0;
  }
}




@media screen and (max-width: 992px) { 
   .c-top__text {
        width: 73%;
        left:0;
        right:0;
        margin: 0 auto;
        text-align: center;
    }
    .c-top__text h1 {
        font-size: 35px;
    }
    .c-plans {
        display:block;
    }
    .c-plans__title {
        padding: 10px;
    }
    .c-plans__item {
        min-width: initial;
        height: 450px;
        border: 0;
        width: 46%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .c-plans .btn {
        text-transform: uppercase;
    }
    .c-plans__bottom {
        height: 305px;
    }
  
  
  /*
  fixes for iPad and iPhone portrait
  */
  .plans-mobile {
    display: inline-block !important;
  }
  
  .plans-desktop {
    display: none !important; 
  }
  
    
  .c-content ul {
    overflow: auto;
    padding: 0 0 0 20px;
  }
  
  .c-cases__text-box {
    height: auto !important;
    width: 85% !important;
    margin: 0 auto !important;
    padding: 20px 15px 10px 25px !important;
  }
  blockquote {
  	font-weight: normal;
  }
  
  .c-introduction__item {
    padding: 0px 34px;
    width: 100%;
  }
}


@media screen and (min-width: 993px) { 
  /*
  fixes for iPad and iPhone portrait
  */
  .plans-mobile {
    display: none !important;
  }
  
  .plans-desktop {
    display: inline-block !important; 
  }
  
}

@media screen and (max-width: 768px) {
  .floater-wrapper {
        height: auto !important;
        min-height: inherit !important;
    }
  h1 {
  	text-align: center;
  }
  h1.mobile-left {
    text-align: left;
  }
  
  .nopadding-md {
  	padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .c-cases__item {
    width: 33%;
  }
  footer {
  	height: auto;
  }
  .c-content .embed-responsive,
  .c-content img,
  .c-nav-sidebar{
    margin-left: -40px;
    margin-right: -40px;
  }  
  .c-content img {
    width: calc(100% + 80px);
    max-width: initial;
  }
  .c-nav-sidebar {
  	width: 100%;
    max-width: 100%;
    margin: 0 auto !important;
  }
  .c-nav-sidebar .in a {
  	/*color: #626362;*/
  }
  .breadcrumb {
    margin-bottom: 14px;
  }
  .c-nav-sidebar__lvl-one[aria-expanded="true"],
  .collapse.in,
  .c-nav-sidebar__lvl-one{
  	border:0 !important;
  }
  .panel {
  	border: 1px solid #e3e4e2;
    border-top: 0;
  }
  .panel:first-child {
  	border-top: 1px solid #e3e4e2;
  }
  .form-contact-wr {
  	width: 70%;
    min-width: initial;
  }
  .form-contact_password {
  	width: auto;
  }
  .form-contact .btn {
    width: 80%;
  }
  .form-contact .bootstrap-select .btn {
  	width:100%;
    white-space: nowrap;
  }
  .form-contact_password__info {
  	margin-top:31px;
  }
  .c-faq .c-faq__title,
  .c-faq .c-faq__title[aria-expanded="true"],
  .panel:first-child .c-faq__title{
  	border: 0;
    background: none;
  }
  .c-faq .panel-collapse {
  	padding: 0 18px;    
  }
  .c-faq .panel-collapse p{
   font-weight: normal; 
  }
  .c-faq__title{
  	color: #1582c2;
  }
  .c-faq__title[aria-expanded="true"] {
  	color: #626362;
  }
  .c-order .modal-content {
  	min-width: initial;
  }
  .modal-dialog {
    width: 90%;
  }
  .radio, .checkbox {
  	padding-left: 0;
  }
  .c-info__text{
  	color: #626362;
    
    /*font-weight: normal;*/
  }
  .c-applications .c-info {
  	width: auto;
  }
  .c-order .modal-content {
    position: static;
  }
  .modal-dialog {
  	padding-top:120px;
  }
  .modal-dialog_message {
    padding-top:30px;
  }
  .c-order .close   {
  	font-size: 0;
    display: block;
    position: absolute;
    right: 10px;
    top: 30px;
    border: 0;
    background: url(../images/arrows_close.png) no-repeat -24px -104px;
    width: 25px;
    height: 25px;
  }
  /*
  .navbar-brand img {
      max-width: 100%;
  }  
  */
  .btn-register {
  	margin-right: 3%;
  }
  
  div#resources_container {
    padding-bottom: 0px;
  }
  
  .resource .fullwidth thead, .resource .fullwidth th {
  	display: none;
  }
  .resource .fullwidth tr {
    display: block;
    margin-botoom:20px;
    border-bottom: 1px solid #ccc;
  }
  .resource .fullwidth td {
  	display: block;
    border: 0!important;
  }
  .swagger-section .swagger-ui-wrap p {
  	padding: 0!important;
  }

}

@media screen and (max-width: 700px) {
    .c-center-block {
	display: flex;
    margin: 0;
  }
  .navbar-brand img {
      height: 43px;
	  margin-top:10px;
  }
}

@media screen and (max-width: 640px) {
  .c-center-block {
	display: flex;
    margin: 0;
  }
  h1{
  	margin-bottom: 18px;
  }
  .btn {
  	white-space:initial;
  }
  .container-fluid {
  	padding: 0 0 480px;
  }
  .c-page {
    padding-left: 15px;
    padding-right: 15px;    
  }
  .c-content .embed-responsive,
  .c-content img,
  .c-nav-sidebar{
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-content img {
  	width: calc(100% + 30px);
  }
  .c-cases__item {
    width: 100%;
  }
  .c-footer {
    padding: 52px 2% 26px;
    text-align: center;
  }
  .c-footer .col-sm-6 {
  	text-align: center;
    margin: 28px 0 45px;
  }	
  .c-footer-nav__item {
    margin-bottom: 16px;
    margin-right: 2%;
  }  
  .c-copyrights {
    display: block;
    border-top: 1px solid #30343c;
    margin: 20px 20px 0;
    padding-top: 24px;
  }
  .form-contact .form-contact-group {
    margin: 0;
  }
  .formcontact-group .form-control,
  .form-contact-group .form-control:focus {
    outline: 1px solid #e3e4e2;
    border: 0;
  }
  .form-contact-group .form-control:focus {
  	outline: 1px solid #00bdf2;
  }
  .bootstrap-select .btn,
  .bootstrap-select .btn-default,
  textarea.form-control{
      border: 1px solid #e3e4e2;
      outline: 0;
  }  
  .bootstrap-select .btn {
      padding: 13px 9px;
  }
  .form-contact-group_signin .form-control {
  	text-align: center;
  }
  .btn-signin-wr {
  	padding: 0 15px;
  }
  .btn-signin-wr .btn {
  	width: 100%;
  }
  .form-contact-wr {
    width: 95%;
  }
  .form-contact {
      margin: 44px 15px 0;
  }
  .form-contact_password__info {
  	color: #c4c6c4;
    font-size: 14px;
    margin-bottom: 50px;
  }
  .c-faq .panel{
  	margin: 0 -15px;    
  }
  .c-faq .panel-collapse p{
    color: #626362;
  }
  #friendly_terms_box {
  	margin-bottom: 29px;
  }
  .modal-dialog {
    width: 100%;
    padding:0;
  }
  .modal-dialog_message{
    width: 90%;
  }
  .c-cases__text-box, .c-plans__item {
    margin: 0 50px;
  }  
  .c-plans__item {
  	width:auto;
    margin-bottom: 10px;
    float: left;
  }
  .c-plans__item.c-plans__bottom {
    float: none;
    display:block;
  }
  .c-plans__longtext > p, .c-plans__longtext > strong {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .c-top {
        margin-bottom: 95px;
    }
    .c-top__text {
        width: 61%;
        min-width: 315px;
    }
    .c-top__text h1 {
        font-size: 40px;
        font-weight: normal;
        margin: 20px 0;
    }
    a.btn.header-btn {
        left: 10px;
        right: 10px;
        position: absolute;
    }
      a.btn.header-btn-2 {
        left: 10px;
        right: 10px;
        position: absolute;
    }
  .c-cases__img {
  	text-align: center;
  }
  .c-cases__img img {
  	display: inline-block;
  }
  .c-cases-wr .btn {
    margin-top: 0;
  }

  .btn-register {
  	display:none;
  }
  .dl-menuwrapper li.dl-back > a, 
  .navbar-default .dl-menuwrapper li.dl-back > a:hover, 
  .navbar-default .dl-menuwrapper li.dl-back > a:focus {
  	font-size: 20px;
  }
  .c-order .close {
  	right: 20px;
  }
  .c-order .checkbox:first-child > label::before {
  	top:-1px;
  }
  .navbar {
    height: 63px;
    min-height: initial;
  }
  .navbar-header {
      margin-left: 30px;
  }
  .navbar-brand img {
      height: 43px;
	  margin-top:0px;
  }
  .dl-menuwrapper .dl-trigger {
    left: 10px;
    top: 9px;  
  }
  .wrapperbox {
      padding-top: 60px;
  }  
  
  ::-webkit-scrollbar { 
    display: none; 
  }
  blockquote {
    margin: 40px -19px;
    padding: 30px 53px 36px;
    text-align: center;
  }
    blockquote:before {
      left:50%;
      margin-left:-17px;
    }
    blockquote:after {
      right:50%;
      margin-right:-17px;
    }  

  #additional-platform-info td{
  	display:inline-block;
    width:48%;
    margin: 10px 0;
  }
  #additional-platform-info tr, 
  #additional-platform-info tr td:first-child,
  #additional-platform-info tr td:last-child{
  	display:block;
    width: 100%;
  }
  #additional-platform-info tr td:first-child {
  	margin-top: 20px;
    font-weight: bold;
  }
  #additional_info {
  	min-height: 49px;
    height: auto;
  }
  .c-order .modal-body {
    padding: 22px 35px 25px 43px;
  }
  
  .c-plans__title {
      font-size: 30px !important;
  }
}

@media screen and (max-width: 320px){
  .container-fluid {
      padding: 0 0 540px;
  }
  .navbar-brand img {
      height: auto;
  }
  
  .navbar-header {
      width: auto;
  }
  
  .swagger-section {
      margin-top: 0px !important; 
  }
  
  .swagger-section #message-bar {
      min-height: 0px !important;
  }
  
  .c-top {
    height: 325px !important;
  }
  
  .backimage > .c-top__text {
    top: 65px !important;
    height: 195px !important;
    min-width: 196px !important;
    left: 5px !important;
    padding: 0px 0px !important;
  }
  
  .c-top__text h1 {
    font-size: 31px !important;
  }
  
  a.btn.header-btn {
    left: -22px !important;
  }
  
  .heading > h3 {
    width: 90% !important;
    overflow-wrap: break-word !important;
  }
  
}
@media screen and (max-width: 380px) {
	.c-top__text .btn {
		margin-top: 0px;
        padding: 10px 0px 10px 10px;
	    white-space: nowrap;
     }
}
@media screen and (max-width: 550px) {
    .navbar-brand img {
      height: 35px;
      margin-left: 20px;
  }
  .navbar-brand {
      float: left;
    padding: 15px 0px 0px 1px;
    font-size: 18px;
    line-height: 20px;
  }
    .dl-menuwrapper .dl-trigger {
      left: 1px;
      top: 7px;  
      background: none;
      border: none;
      overflow: hidden;
      position: absolute;
      width: 33px;
      cursor: pointer;
      outline: none;
  }
}

@media screen and (max-width: 375px){
  .c-top {
    background-size: cover;
    height: 375px;
  }
  
  a.btn.header-btn {
    min-width: 200px;
    font-size: 15px;
    left: 15px;
  }
  
  .backimage > .c-top__text {
    min-width: 225px;
    height: 225px;
    top: 75px;
    padding: 6px 20px;
  }
  
  .c-top__text h1 {
    font-size: 35px;

  }
  
  .c-introduction > h2 {
    width: 80%;
    margin: 0 auto;
  }
  
  h2 {
    font-size: 31px;
  }
  
  p.c-introduction__item {
    width: 70%;
  }
  
  ul.nav.navbar-nav.navbar-right.navbar-top.dl-menu.dl-menuopen {
    padding: 60px 0;
  }

  button.dl-close {
    z-index: 999;
  }
  
  blockquote {
    font-size: 20px;
  }
}

@media 
screen and (min-width: 1024px) and (max-width: 1366px){
  .pre-tablet-menu {
    display: inline-block !important;
    float: none !important;
    margin: 14.5px -80px 0px 0px !important;
    padding: 0px !important;
    width: 400px !important;
  }
  
  .pre-tablet-menu a {
    padding: 8px 23px !important;
  }
}

@media
screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (-moz-min-device-pixel-ratio: 1.5),
screen and (min-device-pixel-ratio: 1.5),
screen and (max-width: 375px) {
  .c-top {
    background-size: cover !important;
  }
}



@media
screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (-moz-min-device-pixel-ratio: 1.5),
screen and (min-device-pixel-ratio: 1.5) {
  .c-top {
      background: url(../images/hires-top.jpg) 0 0 no-repeat;
  }
}

/*
@media
//only screen and (-webkit-min-device-pixel-ratio: 2),
//only screen and (   min--moz-device-pixel-ratio: 2),.c-applications
//only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2)//,
//only screen and (                min-resolution: 192dpi),
//only screen and (                min-resolution: 2dppx) { 
  
  .dl-menuwrapper li.dl-back:after{background-position: 0 -73px;}
  .dl-menuwrapper .dropdown-toggle:after{background-position: 0 -124px;}
  .dl-menuwrapper-open .dl-close {background-position: -24px -104px;}

}
*/

.c-plans-wr .slick-prev {left: 5px}
.c-plans-wr .slick-next {right: 5px;}

/*video block*/
.video-right-block {position: relative;}
.video-right-block > h2 {margin-top: 0;}
.video-right-block .btn.btn-primary {position: absolute; bottom: 0; right: 0;}

.c-plans-wr .c-plans .btn:after {content: ''; display: inline-block; background: url(../images/arrow.png) no-repeat; margin-left: 8px; height: 20px; width: 0; position: relative; top: 3px; visibility: hidden; opacity: 0; transition: .1s all;}
.c-plans-wr .c-plans .btn:hover:after {width: 20px; visibility: visible; opacity: 1;}


@media (max-width: 1500px) {
  .navbar-nav > li > a {padding: 8px 17px;}
}
@media (max-width: 1150px) {
  .video-right-block {box-sizing: border-box; padding: 20px !important;}
  .video-right-block .btn.btn-primary {position: static;}
}
@media (max-width: 767px) {
  .c-applications .c-info {display: block;}
  .c-applications .c-info_product {min-height: 293px; display: inline-block; vertical-align: top;}
  .c-applications .c-info_product:not(:last-child) {margin-bottom: 35px;}
  .c-plans div#demo-api {height: auto; width: 100%;}
  .c-plans div#swagger-ui-container {width: auto; float: none;}
  .c-plans ul#resources {height: auto;}
  .swagger-section .swagger-ui-wrap input.parameter {width: calc(100% - 82px) !important;}
  .c-plans div#widgetIntro {margin-bottom: 0;}
}

@media (max-width: 640px) {
  .nopadding-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1130px) and (min-width: 993px) {
  .c-plans__text p {font-size: 15px;}
}
@media (max-width: 992px) {
  .c-plans > .c-plans__item:nth-child(5), .c-plans > .c-plans__item:nth-child(6) {
  	height: 270px;
  }
}

@media(min-width: 768px) {
    .collapse.in {height: auto !important;}
}

#stripe-form #stripe_expiration > ol {
    float: left;
    padding: 0;
    margin: 16px 0;
    width: 50%;
}
.c-content ol:not(.StatsMenu-period) li#stripe_expiration:before {
    line-height: 70px;
}
#stripe-form #stripe_expiration > label {
    line-height: 1.5;
    margin-top: 24px;
}
#stripe-form .col-md-10.operations .btn {
    margin-right: 92px;
}
@media(max-width: 1340px) {
    #stripe-form .col-md-10.operations {
        max-width: 594px;
    }
    #stripe-form #stripe_expiration > label {
        margin-top: 10px;
    }
}
@media(max-width: 768px) {
    #stripe-form #stripe_expiration > ol {
        float: none;
    }
    #stripe-form .col-md-10.operations .btn {
        margin-right: 0;
        float: left !important;
        margin-left: 6px;
    }
}
@media(max-width: 640px) {
    #stripe-form #stripe_expiration > ol {
        display: flex;
        align-items: center;
    }
    #stripe-form ol.list-unstyled li {
        margin: 0 10px;
    }
    #stripe_expires_on_month_input {
        margin-left: 0 !important;
    }
    #stripe-form .col-md-10.operations {
        margin-left: 25px;
    }
    #stripe-form #stripe_expiration > label {
        text-align: left;
    }
    #stripe-form .col-md-10.operations .btn {
        font-size: 13px;
      	width: 180px;
    }
  #stripe-form label {font-size: 12px !important;}
}

.dl-submenu .dl-back {
  display: none !important;
}

.dev_container {
  display: flex;
}

.dev_item {
  flex: 1;
}

.modern-nav-menu,
.modern-dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  font-family: "Effra med", Helvetica, Arial, sans-serif;
}

.modern-nav-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
  flex: 1;
}

.modern-nav-menu > li {
  position: relative;
  border: 1px solid transparent;
}

.modern-nav-menu > li > a,
.modern-nav-menu > li > a[href*="pricing"] {
  display: flex;
  align-items: center;
  padding: 7px 18px;
  text-decoration: none;
  color: #444;
  font-size: 15px;
  transition: color 0.3s ease;
}

.modern-nav-menu > li > a:hover,
.modern-nav-menu > li > a:focus {
  color: #265A87;
  text-decoration: none;
}

.modern-dropdown {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  z-index: 1;
  display: none;
  margin: -1px 0 0;
  background-color: #ffffff;
  border: 1px solid #00bdf2;
  border-top: none;
}

.modern-dropdown a {
  display: block;
  padding: 5px 17px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Effra med", Helvetica, Arial, sans-serif;
  color: #444;
  text-align: left;
  white-space: normal;
  word-break: keep-all;
  word-wrap: normal;
}

.modern-dropdown a:hover,
.modern-dropdown a:focus {
  text-decoration: none;
  background-color: #e0f7fd;
  color: #444;
}

.modern-dropdown.modern-is-open {
  display: block;
}

.c-center-block.row {
  display: flex;
  align-items: center;
  width: 100%;
}

.navbar-header {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
}

#dl-menu.dl-menuwrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.modern-burger {
  display: none;
  background: none;
  border: none;
  padding: 15px;
  cursor: pointer;
  color: #444;
  font-size: 32px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}

@media screen and (max-width: 550px) {
  .modern-burger {
    left: 1px;
   }
}

@media screen and (max-width: 490px) {
  .modern-burger {
    font-size: 20px;
    left: 1px;
   }
   .navbar-brand img {
      height: 30px;
      margin-left: 15px;
  }
}

.auth-buttons-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.auth-buttons-wrapper ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.auth-buttons-wrapper li {
  width: auto;
  text-align: right;
}

.modern-mobile-buttons {
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  min-width: fit-content;
}

.subscribe-button-hav-header {
  padding-right: 20px;
  display: flex;
  align-items: center;
  height: 36px;
}

.subscribe-button-hav-header button {
  font-size: 16px !important;
  padding: 10px 25px !important;
  line-height: normal !important;
  height: 40px !important;
  white-space: nowrap;
  margin: 0 !important;
}

@media screen and (max-width: 450px) {
  .subscribe-button-hav-header button {
    font-size: 10px !important;
    height: 30px !important;
  }
}
@media screen and (max-width: 400px) {
	.subscribe-button-hav-header {
		padding-right: 1px;      
	}
   .navbar-brand img {
        height: 25px;
        margin-left: 15px;
        margin-top: 3px;
  }
}
@media screen and (max-width: 350px) {
    .subscribe-button-hav-header button {
        font-size: 8px !important;
        height: 20px !important;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.modern-burger {
		padding-left: 1px;
	}
	.navbar-brand img {
		margin-left: 1px;
	}
}

@media screen and (max-width: 350px) {
   .navbar-brand img {
        height: 18px;
        margin-left: 5px;
        margin-top: 6px;
  }
}

.modern-nav-menu > li > a.modern-menu-item::after {
  display: none;
}

.modern-nav-menu > li.has-dropdown.open {
  border: 1px solid #00bdf2;
  border-bottom: none;
}

.link-icon-pricing {
  padding-left: 6px;
}

@media screen and (max-width: 768px) {
  .modern-burger {
    display: block;
  }
  
  .modern-nav-wrapper {
    display: none;
  }
  
  .modern-mobile-buttons {
    display: flex;
  }
  
  .auth-buttons-wrapper {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .modern-burger {
    display: none;
  }
  
  .modern-nav-wrapper {
    display: flex;
  }
  
  .modern-mobile-buttons {
    display: none;
  }
  
  .auth-buttons-wrapper {
    display: flex;
  }
}

/* Mobile Navigation Styles */
.modern-close-button {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  background: none;
  border: none;
  color: black;
  font-size: 32px;
  cursor: pointer;
  z-index: 1002;
  transition: color 0.2s ease, transform 0.4s ease;
}

.modern-close-button:hover {
  transform: scale(1.2);
}

.modern-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.modern-overlay.modern-is-open {
  display: block;
}

@media (max-width: 1366px) {
  .modern-burger {
    display: block;
  }

  .modern-nav-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 400px;
    background: white;
    box-shadow: 2px 0 5px rgba(0,0,0,0.2);
    overflow-y: auto;
    padding-top: 120px;
    margin: 0;
    z-index: 1000;
    flex-direction: column;
    padding-left: 0;
  }

  .modern-nav-wrapper.modern-is-open {
    display: flex;
  }

  .modern-nav-menu {
    flex-direction: column;
    width: 100%;
  }

  .modern-nav-menu > li {
    width: 100%;
    border: none !important;
  }

  .modern-nav-menu > li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #e5e5e5;
  }

  .modern-nav-menu > li:last-child::after {
    display: none;
  }

  .modern-nav-menu > li > a,
  .modern-nav-menu > li > a[href*="pricing"] {
    padding: 12px 20px;
    width: 100%;
    justify-content: flex-start;
    font-size: 20px !important;
    position: relative;
    font-weight: 00 !important;
  }

  .modern-nav-menu > li > a.modern-menu-item {
    position: relative;
    padding-right: 50px;
  }

  .modern-nav-menu > li > a.modern-menu-item::after {
    display: block;
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }

  .modern-nav-menu > li.has-dropdown.open {
    border: none !important;
  }

  .modern-dropdown {
    position: static;
    width: 100%;
    box-shadow: none;
    background: #f9f9f9;
    padding: 0;
    border: none !important;
    margin-bottom: 12px;
  }

  .modern-dropdown li {
    border-bottom: 1px solid #e5e5e5;
  }

  .modern-dropdown li:last-child {
    border-bottom: none;
  }

  .modern-dropdown a {
    padding: 10px 40px;
    width: 100%;
    justify-content: flex-start;
    font-size: 20px !important;
    font-weight: 500 !important;
  }

  .modern-close-button {
    display: none;
  }

  .modern-close-button.modern-is-open {
    display: block;
  }

  .modern-mobile-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .subscribe-button-hav-header,
  .signin-account-button-hav-header {
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 40px;
  }

  #dl-menu.dl-menuwrapper {
    gap: 0;
  }

  .modern-nav-menu > li > a .caret {
    display: none;
  }

  .modern-burger.modern-is-hidden,
  .modern-mobile-buttons.modern-is-hidden {
    display: none;
  }

  .modern-nav-menu > li.has-dropdown.open > a.modern-menu-item::after {
    display: block;
    transform: translateY(-50%) rotate(180deg);
  }
  
  .modern-nav-menu > li > a[href*="pricing"] {
    position: relative;
  }
  
  .modern-nav-menu > li > a[href*="pricing"] .link-icon-pricing {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    scale: 1.2;
  }
}

.white-color {
  color: white;
}