/*
Theme Name: ADWM
Author: IT eSalsa
Author URI: www.IT.eSalsa.net
Version: 2021.11
*/

@font-face {
  font-family: Roboto;
  font-weight: 400;
  src: url("../ttf/roboto-regular.ttf") format("truetype");
}
@font-face {
  font-family: Roboto;
  font-weight: 200;
  src: url("../ttf/roboto-light.ttf") format("truetype");
}
@font-face {
  font-family: Roboto;
  font-weight: 600;
  src: url("../ttf/roboto-medium.ttf") format("truetype");
}
@font-face {
  font-family: Roboto;
  font-weight: 700;
  src: url("../ttf/roboto-bold.ttf") format("truetype");
}

html, body, .site-wrapper{
  height: 100%;
  margin:0;
  padding:0;
  min-width:320px;
}
body{
  color: #696969;
  font-size:14px;
  font-weight:400;
  background-color:#F8F8F8;
  font-family: Roboto, sans-serif;
}
#body-wrapper{
  width:100%;
  min-height:calc(100% - 52px);
  display:inline-block;
  vertical-align:top;
  /*
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ;
  */
  position:relative;
  padding-top: 52px;
}

*:focus,
*:hover {
  outline: none;
  /*-webkit-appearance:none;*/
  /*-moz-appearance:none;*/
}
a{
  cursor:pointer;
  text-decoration:none;
  color:#ff7a00;
}
a:hover{
  text-decoration:underline;
}
a.purple{
  color:#4C2AAE;
}
.site-wrapper{
  width: 1255px;
  max-width: 100%;
  margin:auto;
  padding:0;
  position:relative;
  overflow: hidden;
}
.main-col{
  width: 765px;
  font-size:14px;
  margin:15px auto;
  position: relative;
  display: block;
}
.mobile{
  display: none;
}
#header{
  height:34px;
  background-color:#FFFFFF;
  padding:9px 20px;
  line-height:34px;
  -webkit-box-shadow: 0px 5px 10px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 10px -10px rgba(0,0,0,0.75);
  box-shadow: 0px 5px 10px -10px rgba(0,0,0,0.75);
  -webkit-appearance: none;
  position:relative;
  z-index:200;
  border-bottom-right-radius: 6px;
  position:fixed;
  left: 0;
  right: 0;
  top: 0;
}
#lp-header{
  width: calc(100% - 40px);
  max-width: 1200px;
  height:34px;
  /* background-color:#FFFFFF; */
  padding:9px 20px;
  line-height:34px;
  /* -webkit-box-shadow: 0px 5px 10px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 10px -10px rgba(0,0,0,0.75);
  box-shadow: 0px 5px 10px -10px rgba(0,0,0,0.75); */
  position:absolute;
  left:0;
  right:0;
  margin:auto;
  z-index:200;
  /* border-bottom-right-radius: 6px; */
}
input, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#header .container,
#lp-header .container{
  position: relative;
  text-align:right;
  font-size:0;
  max-width:none;
}
.cookies-accepted #cookie-notice{
  display:none;
}
.cn-bottom{
  background-image: linear-gradient(to right, #4B2BAD, #790EC9);
  color:#FFF;
  /*min-height: 80px;*/
  bottom: 0;
}
.cn-bottom .cookie-notice-container{
  max-width: 1010px;
  padding:20px;
  position:relative;
  margin: auto;
}
.cn-bottom .cookie-notice-container .cn-img{
  position:absolute;
  top:-60px;
  left:20px;
  width:135px;
  height:128px;
  background: url('../png/cookie_img.png') left top no-repeat transparent;
}
.cn-bottom .cookie-notice-container span{
  display: inline-block;
  margin-left: 95px;
  max-width: calc(100% - 410px);
  vertical-align: top;
  text-align: left;
  line-height: 1.4;
  font-size: 12px;
}
.cn-bottom .cookie-notice-container .cn-set-cookie{
  display:inline-block;
  background-color:#FFF;
  color:#4C2AAE;
  width:115px;
  height:30px;
  line-height: 30px;
  font-size:12px;
  vertical-align: top;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cn-bottom .cookie-notice-container .cn-more-info{
  display:inline-block;
  vertical-align: top;
  background-color:transparent;
  line-height: 30px;
  font-size:12px;
  padding-left: 15px;
  color: #FFF;
}
.page-content .site-wrapper{
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ;
  font-size: 0;
  display: table;
}
body.has-active-menu .page-content .site-wrapper{
  -webkit-transform: translateX(-245px);
  -ms-transform: translateX(-245px);
  transform: translateX(-245px);
}
#main-menu-btn{
  display: inline-block;
  vertical-align:middle;
  cursor: pointer;
  width:33px;
}
/*
#mobile-menu-btn #menu-hamburger {
  width: 21px;
  height: 16px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  cursor: pointer;
}
#mobile-menu-btn #menu-hamburger span:nth-child(1) {
  top: 0px;
}
#mobile-menu-btn #menu-hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #6F6F6F;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#mobile-menu-btn #menu-hamburger span:nth-child(2),
#mobile-menu-btn #menu-hamburger span:nth-child(3) {
  top: 6px;
}
#mobile-menu-btn #menu-hamburger span:nth-child(4) {
  top: 12px;
}
#mobile-menu-btn #menu-hamburger.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}
#mobile-menu-btn #menu-hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-menu-btn #menu-hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile-menu-btn #menu-hamburger.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}
#main-menu-btn #menu-hamburger {
  width: 20px;
  height: 34px;
  background: url('images/mnu_btn.png') no-repeat top right transparent;
  cursor: pointer;
}
#main-menu-btn #menu-hamburger.open {
  background-image: url('images/mnu_close_btn.png');
}
*/
.hamburger-wrapper{
  overflow: hidden;
  position: relative;
  height: 27px;
  line-height: 1;
}
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 2px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 19px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ff9238, #e2005f, #7433a0);
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.open .hamburger-inner{
  position: absolute;
  width: 100%;
  background:none;
  height: 2px;
  border-radius: 4px;
}
.hamburger-elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
  transition-duration: .275s;
}
.hamburger-elastic .hamburger-inner:before {
  top: 8px;
  transition: opacity .125s ease .275s;
  right:0;
  /*width:75%;*/
}
.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-elastic .hamburger-inner:after {
  top: 16px;
  transition: transform .275s cubic-bezier(.68,-.55,.265,1.55);
  right:0;
  /*width:50%;*/
}
.hamburger-elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
  transition-duration: .275s;
}
.hamburger-elastic.open .hamburger-inner:before {
  transition-delay: 0s;
  top:0;
  width: 75%;
  right: unset;
}
.hamburger-elastic.open .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0,-20px,0) rotate(-270deg);
  top:20px;
  width: 75%;
  right: unset;
}
.hamburger-elastic.open .hamburger-box {
  transform: rotate(180deg);
  background: #fff;
  border-radius: 41px;
  padding: 8px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.hamburger-elastic.open {
  background: linear-gradient(to right, #ff9238, #e2005f, #7433a0);
  border-radius: 40px;
  padding: 2px 2px;
  margin: 2px 6px 0;
  position: relative;
}
.hamburger-elastic.open .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0,10px,0) rotate(135deg);
  position: absolute;
  top: -1px;
  left: -2px;
}
.hamburger-elastic.open:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 20px;
  height: 40px;
  background: #fff;
  top: -4px;
  border-radius:50px;
  transform: rotate(40deg);
  left: 3px;
  animation: menu-anim linear .5s forwards;
}
@keyframes menu-anim {
  0% {
    left:3px;
    transform: rotate(90deg);
    width: 20px;
    height: 40px;
  }
  80% {
    left:10px;
    top:-10px;
    transform: rotate(-30deg);
    width: 20px;
    height: 40px;
  }
  100% {
    left:10px;
    top:-10px;
    transform: rotate(-30deg);
    width:0;
    height:0;
  }
}
#top-logo{
  position: absolute;
  left: 0;
  top: 0;
}
#top-content,
#top-inline-menu{
  display:inline-block;
  vertical-align:middle;
  position: relative;
}
#top-content{
  margin-right:15px;
}
#top-content .top-search-wrp {
  height: 30px;
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#top-content .top-search-wrp input[type=text]{
  width: calc(100% - 47px);
  font-size:12px;
  padding: 4px 35px 4px 10px;
  line-height: 20px;
  height: 20px;
  border: 1px solid #ff7a00;
  display: block;
}
#top-content .top-search-wrp .top-search-btn {
  position: absolute;
  right: 0;
  top: 1px;
  width: 35px;
  height: calc(100% - 2px);
  z-index: 9999;
  cursor: pointer;
  background:url('../png/ico_search2020.png') center center no-repeat transparent;
}
#top-inline-menu .item {
  display:inline-block;
  vertical-align:middle;
  margin-left: 20px;
}
#top-inline-menu .item a{
  font-size:12px;
  color: #4B2BAD;
  line-height:30px;
  display:block;
}
#top-inline-menu .item img{
  margin:0 5px 0 0;
  vertical-align:top;
  display: inline-block;
}
#top-inline-menu .item a.button{
  color:#FFF;
  padding: 0 15px;
}
#top-inline-menu .item a.button.outlined{
  color:#ff7a00;
  line-height:28px;
}
#top-inline-menu .user-item img{
  max-height: 30px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #696969;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #696969;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #696969;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #696969;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #696969;
}
#top-menu{
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  line-height: 30px;
}
.lp-static #top-menu{
  position:relative;
}
#top-menu ul{
  list-style: none;
  margin:0;
  padding:0;
}
#top-menu li{
  padding-left: 24px;
  display: inline-block;
  margin-right: 15px;
}
#top-menu li a{
  color: #4C2AAE;
  font-size: 12px;
}
#top-menu .menu-list li.menu-ico-home{
  background:url('../png/logo.png') left center no-repeat transparent;
}
#top-menu .menu-list li.menu-ico-login{
  background:url('../png/logo.png') left center no-repeat transparent;
}
#top-menu .menu-list li.menu-ico-register{
  background:url('../png/logo.png') left center no-repeat transparent;
}
.lp-static #top-menu li {
  padding-left: 35px;
  margin-right: 0;
}
.lp-static #top-menu .menu-list li.menu-ico-login,
.lp-static #top-menu .menu-list li.menu-ico-register{
  background:transparent;
}
.logged-in #top-menu .menu-list li.menu-ico-login,
.logged-in #top-menu .menu-list li.menu-ico-register{
  display:none;
}
.logged-in #top-menu .menu-list li.menu-user-item img{
  max-height: 23px;
  margin: -3px 5px 0 0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
/*
#main-menu{
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  z-index: 200;
  background-color: #FFF;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ;
  position: fixed;
  font-size:17px;
  text-align:left;
}
#main-menu.open{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
}
*/
#main-menu{
  -webkit-transform: translateX(245px);
  -ms-transform: translateX(245px);
  transform: translateX(245px);
  position: fixed;
  top:52px;
  right:0;
  bottom:0;
  z-index:100;
  background-color: #FFF;
  font-size: 17px;
  width:245px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
#main-menu.open{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.75);
  -webkit-appearance: none;
  z-index: 99996;
}
#main-menu .menu-container{
  min-height: -webkit-calc(100% - 45px);
  min-height: -moz-calc(100% - 45px);
  min-height: calc(100% - 45px);
}
#main-menu .menu-section{
  border-bottom:1px solid #ebebeb;
}
#main-menu .menu-title{
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 5px 15px;
}
#main-menu a{
  text-decoration:none;
  display:block;
  color:#696969;
  text-transform:capitalize;
}
#main-menu .menu-list{
  list-style: none;
  margin:0;
  padding:0;
}
#main-menu .menu-list li{
  line-height:42px;
  padding:2px 7px 2px 50px;
  font-size:14px;
}
#main-menu .menu-list li:first-of-type{
  border-top:0
}
#main-menu .menu-list.with-buttons li{
  padding-left: 15px;
}
#main-menu .menu-list.with-buttons a.button{
  display: inline-block;
  vertical-align:top;
  color: #FFF;
  padding: 0 15px;
  margin-left:10px;
  line-height: 35px;
}
#main-menu .menu-list.with-buttons a.button.outlined{
  display: inline-block;
  vertical-align:top;
  color: #ff7a00;
  padding: 0 20px;
  line-height: 33px;
}
#main-menu .menu-list.with-buttons a.button:first-of-type{
  margin-left:0;
}
#main-menu .menu-footer{
  text-align: center;
  padding:10px 5px;
  font-size:12px;
}
#main-menu .menu-list li.menu-search input[type=text]{
  border-bottom-right-radius:0;
  border-right:0;
  line-height:31px;
  padding:0 10px;
  color:#9D9D9D;
  width: -webkit-calc(100% - 56px);
  width: -moz-calc(100% - 56px);
  width: calc(100% - 56px);
  vertical-align: middle;
}
#main-menu .menu-list li.menu-search input[type=submit]{
  border-top-left-radius:0;
  border: 1px solid #ff7a00;
  border-left:0;
  background:url('../png/logo.png') center center no-repeat #FFF;
  cursor: pointer;
  width: 34px;
  height: 33px;
  vertical-align: middle;
  padding:0;
  font-size:0;
}
#main-menu .menu-list li.menu-search{
  padding-left:7px;
  line-height: 40px;
  height: 44px;
}
#main-menu .menu-list li.menu-ico-home{
  background:url('../png/logo.png') 15px center no-repeat transparent;
}
#main-menu .menu-list li.menu-ico-login{
  background:url('../png/logo.png') 15px center no-repeat transparent;
}
#main-menu .menu-list li.menu-ico-logout{
  background:url('../png/logo.png') 15px center no-repeat transparent;
}
#main-menu .menu-list li.menu-ico-register{
  background:url('../png/logo.png') 15px center no-repeat transparent;
}
#main-menu .menu-list li.menu-ico-settings{
  background:url('../png/logo.png') 15px center no-repeat transparent;
}
#main-menu .menu-list li.menu-ico-faq{
  background:url('../png/logo.png') 15px center no-repeat transparent;
}
#main-menu .menu-list li.menu-ico-how-it-works,
#main-menu .menu-list li.menu-ico-how-ai-works{
  background:url('../png/logo.png') 15px center no-repeat transparent;
}
#main-menu .menu-list li.menu-ico-dashboard{
  background:url('../png/logo.png') 15px center no-repeat transparent;
}
#main-menu .menu-list li.menu-ico-about{
  background:url('../png/mnu_ico_about.png') 15px center no-repeat transparent;
}
#main-menu .menu-list li.menu-ico-contact{
  background:url('../png/mnu_ico_contact.png') 15px center no-repeat transparent;
}
#main-menu .menu-list li.menu-ico-blog{
  background:url('../png/logo.png') 15px center no-repeat transparent;
}
#main-menu .menu-list li.menu-ico-consulting{
  background:url('../png/mnu_ico_consultingd41d.png?') 15px center no-repeat transparent;
}
#main-menu .menu-list li.menu-ico-consulting a:after{
  content: 'NEW';
  display: inline-block;
  background-color: #ff7a00;
  color: #FFF;
  padding: 5px 5px;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 11px;
  line-height: 1;
  margin-left: 5px;
}
#main-menu .menu-list li.menu-ico-pricing{
  background:url('../png/logo.png') 15px center no-repeat transparent;
}
#main-menu .menu-list li.menu-ico-partners-offer{
  background:url('../png/logo.png') 15px center no-repeat transparent;
}
.hidden{
  display:none;
}
.page-content{
  margin:0;
  overflow: hidden;
  position:relative;
  min-height: 618px; /* height for sight of height 720px */
  clear:both;
}
.section{
  position:relative;
  background-color:#FFF;
  border-top-left-radius:6px;
  border-bottom-right-radius:6px;
  padding:0 0 1px 0;
  margin-top:10px;
  background:url('../png/gradient_shadow.png') no-repeat bottom center #FFF;
  background-size: 100% 1px;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -webkit-appearance: none;
}
/*
.section:first-of-type{
  margin-top:0;
}
*/
.section .section-content{
  padding: 10px 10px 15px 10px;
  position:relative;
}
.section h1{
  color:#3c3c3c;
  padding:0;
  margin:0;
  margin-bottom:10px;
  font-weight:normal;
  font-size:22px;
}
.section h2{
  color:#ff7a00;
  margin:0 0 10px 0;
  padding:0;
  font-size:18px;
  font-weight:normal;
}
.section h3{
  color:#3c3c3c;
  margin:0 0 10px 0;
  padding:0;
  font-size:18px;
  font-weight:normal;
}
#dictionaries button.highlight {
  background: #e43535;
}
footer{
  background: url('../png/logo.png') repeat-x bottom center #4B2BAD;
  color: #FFF;
  z-index: 99995;
  position: relative;
  /*
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  */
}
footer .main-col{
  padding:20px 0;
  position:relative;
  display: block;
  margin:auto;
  width:1236px;
  max-width:100%;
}
footer .row{
  position:relative;
  font-size: 0;
}
footer .row .social-icons{
  margin-top:30px;
  font-size:0;
}
footer .row .social-icons .social-cell{
  display:inline-block;
  margin-left:15px;
}
footer .row .social-icons .social-cell:first-of-type{
  margin-left:0;
}
footer a{
  color:#FFF;
  text-decoration:none;
}
footer .row .col-brand,
footer .row .col-wrapper{
  display:inline-block;
  margin: 85px 0 115px 0;
  font-size:13px;
  vertical-align: top;
}
footer .row .col-brand{
  width:280px;
}
footer .row .col-wrapper{
  width:calc(100% - 280px);
  font-size:0;
}
footer .row .col{
  display:inline-block;
  margin: 0 10px 0 0;
  font-size:0;
  vertical-align: top;
  width:calc(25% - 10px);
  text-align:left;
}
footer .menu-title{
  width: 30px;
  min-height:150px;
  background:url('../png/logo.png') top right no-repeat transparent;
  text-align:left;
  display: inline-block;
  vertical-align: top;
  margin-right:10px;
}
footer .menu-items{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 29px;
  max-width: calc(100% - 40px);
}
footer .row .col .menu-sub-wrapper{
  font-size:0;
}
footer .row .col .menu-sub-col{
  vertical-align: top;
  width: 50%;
  display: inline-block;
  font-size: 13px;
}
footer .row .col .menu-sub-col div{
  margin-top:10px;
}
footer .footer-menu-bottom{
  font-family:Roboto;
  font-weight: 200;
  font-size: 13px;
}
footer .footer-menu-bottom span{
  display:inline-block;
  padding: 0 5px;
  border-left:1px solid #FFF;
}
footer .footer-menu-bottom span:first-of-type{
  padding-left:0;
  border-left:0;
}
footer .copyright{
  position:absolute;
  right: 0;
  top:0;
  color:#FFF;
  font-size: 13px;
}
footer .menu-sub-col form input[type="submit"]{
  font-size: inherit;
  padding: 0;
  background: transparent;
  border: 0;
}
footer .menu-sub-col form input[type="submit"]:hover{
  text-decoration: underline;
}
.section-login .section-content,
.section-register .section-content,
.section-welcome .section-content,
.section-account .section-content,
.section-with-title .section-content{
  margin-top:20px;
  padding: 20px 10px 15px 10px;
  border-top:1px solid #EBEBEB;
  font-size:0;
}
.section-login .password-reset .row-desc{
  font-size: 14px;
  margin-bottom: 18px;
  text-align:center;
}
.section-login .password-reset .row-desc span{
  background: url(../png/logo.png) top left no-repeat transparent;
  background-size: 16px;
  display: inline-block;
  width: 21px;
  height: 16px;
  line-height: 16px;
  vertical-align: top;
}
.section-login .password-recovery .row{
  font-size:14px;
  text-align: center;
}
.section-login #lostpasswordform,
.section-login #resetpasswordform{
  max-width: 302px; /* width of captcha field */
  margin: auto;
}
.section-with-title .section-content{
  font-size:14px;
}
.section-with-title .section-content p:first-of-type{
  margin-top:0;
  padding-top:0;
}
.section-welcome .section-content,
.section-account .section-content{
  padding: 20px 15px 15px 15px;
}
.section-account .section-content.no-border{
  border:0;
  margin-top: 15px;
}
.section-account .section-content .agency-info{
  text-align:center;
}
.section-account .section-content .agency-info .col-agency-info-box{
  display:inline-block;
  vertical-align:top;
}
.section-account .section-content .agency-info .col-name{
  font-size:14px;
  line-height:30px;
  margin-right: 10px;
}
.section h4{
  margin:0;
  padding:0;
  color:#3C3C3C;
  font-size:16px;
  font-weight:normal;
}
.section-account h5{
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: normal;
}
.section-account h4{
  padding: 20px 15px 0 15px;
  color:#FA6204;
}
.section-process h4{
  padding: 20px 10px 0 10px;
}
.section-process p{
  margin-top:0;
}
.section-process .img-cell{
  text-align:center;
}
.section-process .img-cell img{
  max-width: 100%;
  height:auto;
}
.section-shortlist{
  margin-top:15px;
}
.section-shortlist h3 {
  padding: 15px 20px;
  margin:0;
}
.section h4 span{
  color:#95989A;
}
.section-login h4,
.section-register h4,
.section-welcome h4,
.section-with-title h4{
  color: #FA6204;
  padding:20px 15px 0 15px;
  font-size:16px;
}
.section-with-title h4 p{
  color: #696969;
  font-size: 12px;
  padding: 0;
  margin: 5px 0 0 0;
}
.section-welcome .row{
  font-size: 14px;
}
.section-welcome .row.multiple-cells{
  font-size:0;
}
.section-welcome .row input[type="text"]{
  width: calc(100% - 20px);
}
.section-welcome .row .input-cell{
  width:calc(50% - 5px);
  vertical-align: top;
  display: inline-block;
}
.section-welcome .row .input-cell:last-of-type{
  margin-left:10px;
}
.section-welcome .row button{
  display: block;
  width:210px;
  margin:auto;
}
.section-login .header-img-wrapper,
.section-register .header-img-wrapper,
.section-with-img .header-img-wrapper{
  display: inline-block;
  vertical-align: top;
  width: 410px;
}
.section-login .content-cell,
.section-register .content-cell,
.section-with-img .content-cell{
  display: inline-block;
  vertical-align: top;
  width:300px;
  margin:0 15px;
  font-size:14px;
}
.section-premium .content-cell{
  padding-top: 30px;
}
.section-premium .section-content {
  padding: 20px 15px;
}
.section-premium.features .section-content {
  padding:20px;
}
.section-premium.section-with-img .section-content {
  font-size: 0;
}
.section-premium .header-img-wrapper{
  width:400px;
}
.section-badge .header-img-wrapper{
  width:282px;
  vertical-align: top;
}
/*
.section-badge .agency-badge{
  display: inline-block;
  vertical-align: top;
  width: 165px;
  background-color: #FFF;
  text-align: center;
}
.section-badge .agency-badge .badge-img {
  width: 159px;
  height: 139px;
  margin-top: 7px;
}
.section-badge .agency-badge .agency-logo {
  width: 90px;
  height: 90px;
  background: transparent;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: auto;
  position: relative;
  top: 20px;
  overflow: hidden;
}
.section-badge .agency-badge .agency-logo img{
  max-width: 90px;
  max-height: 90px;
  width: auto;
  height: auto;
}
*/
.section-badge .badge-wrapper{
  display:inline-block;
}
.section-badge .badge-wrapper.badge_premium .badge-img .agency-logo{
  border:2px solid #FF7A00;
}
/*
.section-badge .agency-badge .agency-score {
  background-color: #D8D8D8;
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  position: relative;
  width: 63px;
  height: 38px;
  line-height: 38px;
  margin: 10px auto 0 auto;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
*/
.section-badge .agency-badge .agency-name {
  margin-top: 10px;
  color: #3c3c3c;
}
.section-badge .badge-wrapper.badge_premium .agency-badge .badge-img{
  margin-top:0;
}
.section-badge .badge-wrapper.badge_gold .agency-badge .badge-img{
  background: url('../png/logo.png') top center no-repeat transparent;
}
.section-badge .badge-wrapper.badge_silver .agency-badge .badge-img{
  background: url('../png/logo.png') top center no-repeat transparent;
}
.section-badge .badge-wrapper.badge_bronze .agency-badge .badge-img{
  background: url('../png/logo.png') top center no-repeat transparent;
}
.section-badge .badge-wrapper.badge_gold {
  border-color: #FCC342;
}
.section-badge .badge-wrapper.badge_silver {
  border-color: #969593;
}
.section-badge .badge-wrapper.badge_bronze {
  border-color: #AF6A42;
}
.section-badge .badge-wrapper.badge_premium {
  border-color: #FF7A00;
}
.section-badge .badge-wrapper.badge_gold .agency-badge .agency-score{
  background-color: #FCC342;
}
.section-badge .badge-wrapper.badge_silver .agency-badge .agency-score{
  background-color: #969593;
}
.section-badge .badge-wrapper.badge_bronze .agency-badge .agency-score{
  background-color: #AF6A42;
}
.section-badge .badge-wrapper.badge_premium .agency-badge .agency-score{
  background-color: #FF7A00;
}
.section-badge .content-cell{
  padding-top:0;
  width: calc(100% - 300px);
  margin-right: 0;
}
.section-badge .badge-code{
  margin-top:10px;
  display: block;
  width: calc(100% - 20px);
  height:100px;
  resize: none;
}
.section-badge .badge-code.hidden{
  display:none;
}
.section-badge .section-centered{
  text-align:center;
  padding: 20px 0;
}
.section-badge .section-centered .content-cell{
  margin-top: 30px;
  padding:0 15px;
}
.section-premium .section-content p:last-of-type{
  margin-bottom:0;
}
.section-premium .content-cell .button{
  width:194px;
  margin: 20px auto 0 auto;
  display: block;
  text-align:center;
}
.section-premium .content-cell .button.hidden{
  display:none;
}
.section-premium.section-TYP .content-cell .button{
  font-size: 14px;
  font-weight: normal;
  margin: 20px auto 0 auto;
  display: block;
  background-color: #ff7a00;
  color: #FFF;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 235px;
  text-align: center;
}
.section-premium .row{
  padding: 40px 60px 0 60px;
  clear: both;
  line-height: 20px;
}
.section-premium.features .row{
  padding:0;
}
.section-premium.features .row .cell-content {
  font-size: 14px;
  line-height: 1.5;
}
.section-premium.features .row.leads {
  background: url('../png/logo.png') right top no-repeat transparent;
  margin-top: 45px;
  min-height: 239px;
}
.section-premium.features .row.leads .cell-wrapper {
  width: 50%;
  margin: 0 auto 0 0;
}
.section-premium.features .row.leads .cell-content{
  padding-top:50px;
}
.section-premium.features .row.statistics {
  background: url('../png/logo.png') left top no-repeat transparent;
  margin-top: 45px;
  min-height: 275px;
}
.section-premium.features .row.statistics .cell-wrapper {
  width: 51%;
  margin: 0 0 0 auto;
}
.section-premium.features .row.statistics .cell-content{
  padding-top:20px;
}
.section-premium.features .row.badge {
  background: url('../png/logo.png') right top no-repeat transparent;
  margin-top: 45px;
  margin-bottom: 40px;
  min-height: 147px;
}
.section-premium.features .row.badge .cell-wrapper {
  width: 49%;
  margin: 0 auto 0 0;
}
.section-premium.features .row.badge .cell-content{
  padding-top:10px;
}
.section-premium.features .row.chemistry {
  background: url('../png/logo.png') left top no-repeat transparent;
  min-height: 216px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-premium.features .row.chemistry .cell-wrapper {
  width: 50%;
  margin: 0 0 0 auto;
}
.section-premium.features .row.chemistry .cell-content{
  padding-top:60px;
}
.section-premium.features .row.showcase {
  background: url('../png/logo.png') right top no-repeat transparent;
  margin-top: 45px;
  margin-bottom: 40px;
  min-height: 147px;
}
.section-premium.features .row.showcase .cell-wrapper {
  width: 49%;
  margin: 0 auto 0 0;
}
.section-premium.features .row.showcase .cell-content{
  padding-top:10px;
}
.section-premium.features .row.leadership {
  background: url('../png/logo.png') left top no-repeat transparent;
  min-height: 216px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-premium.features .row.leadership .cell-wrapper {
  width: 50%;
  margin: 0 0 0 auto;
}
.section-premium.features .row.leadership .cell-content{
  padding-top:60px;
}
.section-premium.features .row .cell-title{
  color: #3C3C3C;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}
.section-premium .row .img-wrapper{
  width: 310px;
  margin-bottom: 10px;
}
.section-premium .row .img-wrapper.to-left{
  float:left;
  text-align: left;
}
.section-premium .row .img-wrapper.to-right{
  float:right;
  text-align: right;
}
.section-premium .form-centered{
  margin-top:20px;
  text-align:center;
}
.centered{
  text-align: center;
}
.buttons-wrapper.mt-20,
.section-premium .section-content .buttons-wrapper{
  margin-top:20px;
}
.section-premium .modal-popup .popup-wnd{
  width: 324px;
}
.section-premium .modal-popup .button.outlined{
  border:0;
}
.section-register .content-cell,
.section-register .header-img-wrapper{
  vertical-align: middle;
}
.section-welcome .image-cell,
.section-account .image-cell{
  width:140px;
  display:inline-block;
  vertical-align: top;
  margin-top: 20px;
  text-align:center;
}
.section-welcome .image-cell .profile-pic-wrapper,
.section-account .image-cell .profile-pic-wrapper{
  width: 84px;
  height: 84px;
  margin:auto;
  position:relative;
}
.section-welcome .image-cell img,
.section-account .image-cell img{
  max-width: 100%;
  max-height: 100%;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  vertical-align: middle;
}
.section-welcome .data-cell,
.section-account .data-cell{
  width: calc(100% - 190px);
  padding-left:50px;
  display:inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.section-account .image-cell,
.section-account .data-cell{
  margin-top:0;
}
.section-welcome .image-cell .css-upload + .css-upload-label .css-upload-output,
.section-account .image-cell .css-upload + .css-upload-label .css-upload-output{
  font-size:11px;
  padding: 0;
  width: 100%;
  line-height: 22px;
}
.section-account .image-cell .upload-btn-wrapper .css-upload + .css-upload-label .css-upload-button {
  background: #ff7a00;
  border:0;
  width:calc(100% - 40px);
  color:#FFF;
  font-size:14px;
  padding: 10px 20px;
  line-height: initial;
  height:auto;
}
.section-welcome .image-cell .upload-btn-wrapper .css-upload + .css-upload-label .css-upload-button{
  background: url(../png/logo.png) 15px 8px no-repeat transparent;
  border: 1px solid #ff7a00;
  color: #ff7a00;
  width: calc(100% - 52px);
  padding: 10px 15px 10px 35px;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
  font-family: Roboto;
  text-decoration: none;
  font-size: 14px;
  line-height: initial;
  height:auto;
}

.section-welcome .final-step p{
  margin:0 0 5px 0;
  padding:0;
  font-size:14px;
}
.section-welcome .final-step img{
  width:84px;
  margin-right:20px;
}
.section-welcome .final-step .buttons-wrapper a.button{
  display:block;
  width:280px;
  margin:15px auto 0 auto;
  text-align: center;
}
/*
.section-welcome .row.with-input .msg-error{
  overflow: visible;
  visibility: hidden;
  max-height: none;
}
.section-welcome .row.with-input.has-error .msg-error{
  visibility: visible;
}
*/
.section-login .separator{
  border-color: #EBEBEB;
  margin: 20px 0 10px 0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea,
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-top-left-radius:6px;
  border-bottom-right-radius:6px;
  border:1px solid #C7C7C7;
  padding:9px;
  font-family:Roboto;
  font-size:14px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus{
  border-color:#000;
}
input[readonly]:focus{
  border-color:#C7C7C7;
}
input[readonly].open:focus{
  border-color:transparent;
}
input[type=text]:focus + .search-tip{
  border-color:#000;
}
select::-ms-expand {
  display: none; /* hide the default arrow in ie10 and ie11 */
}
select{
  background: url(../png/logo.png) no-repeat calc(100% - 9px) center transparent;
  padding-right: 9px;
  cursor:pointer;
  /*color:#ff7a00;*/
}
select option{
  color:#000;
}

.chart-wrapper {
  position: relative;
  /* min-height: 250px; */
}

.btn-visits-chartline.organic{
  background-color: #D40092;
  border: 1px solid transparent;
}
.btn-visits-chartline.paid {
  background-color: #4A2BAC;
  border: 1px solid transparent;
}
.btn-visits-chartline.sl-organic{
  background-color: #FF7900;
  border: 1px solid transparent;
}
.btn-visits-chartline.sl-paid {
  background-color: #F90012;
  border: 1px solid transparent;
}

.btn-visits-chartline.organic.unset{
  color: #D40092;
  background-color: white;
  border-color: #D40092;
}
.btn-visits-chartline.paid.unset{
  color: #4A2BAC;
  background-color: white;
  border-color: #4A2BAC;
}
.btn-visits-chartline.sl-organic.unset{
  color: #FF7900;
  background-color: white;
  border-color: #FF7900;
}
.btn-visits-chartline.sl-paid.unset{
  color: #F90012;
  background-color: white;
  border-color: #F90012;
}

#chart-canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
/*User profile */
.summary,
.user-details{
  font-size:14px;
  line-height: 37px;
}
.form-styled .user-details .row{
  padding:0;
}
.user-details .input-wrapper{
  width: auto;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  line-height: normal;
}
.user-details .input-wrapper.has-cells{
  font-size: 0;
}
.user-details input[type=text].readonly,
.user-details input[type=password].readonly{
  border:0;
  width:auto;
  padding: 10 0 0 0;
  caret-color: transparent;
}
.user-details input[type=text],
.user-details input[type=password]{
  width:-webkit-calc(100% - 20px);
  width:-moz-calc(100% - 20px);
  width:calc(100% - 20px);
  font-size: 14px;
}
.user-details span {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  color: #000;
}
.user-details span.hidden{
  display: none;
}
.user-details label {
  padding: 0 0 0 25px;
  margin-right:10px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.user-details .cell-wrapper{
  display: inline-block;
  vertical-align: top;
  width:auto;
  margin-left:10px;
  position:relative;
}
.user-details .cell-wrapper:first-of-type{
  margin-left:0;
}
.user-details .user-det-name{
  background: url('../png/logo.png') left center no-repeat transparent;
}
.user-details .user-det-position{
  background: url('../png/logo.png') left center no-repeat transparent;
}
.user-details .user-det-company{
  background: url('../png/logo.png') left center no-repeat transparent;
}
.user-details .user-det-localization{
  background: url('../png/logo.png') left center no-repeat transparent;
}
.user-details .user-det-password{
  background: url('../png/logo.png') left center no-repeat transparent;
}
.user-details .user-det-email{
  background: url('../png/logo.png') left center no-repeat transparent;
}
.user-details .msg-success,
.section-settings .msg-success{
  display: block;
  background-color:rgba(34,139,34,0.5);
  font-size: 12px;
  color:#FFF;
  padding:2px 5px;
  margin-bottom: 10px;
  text-align: center;
  line-height: normal;
}
.user-details .msg-success.hidden,
.section-settings .msg-success.hidden{
  display: none;
}
.user-details .search-tip{
  font-size:14px;
  text-align:left;
}
.page-user .cell-name{
  font-size: 14px;
}
.page-user .cell-name .logo{
  padding-right:10px;
}
.page-user .cell-name .logo img {
  max-width: 26px;
  max-height: 26px;
}
.page-user .cell-name .row{
  margin-bottom:20px;
  font-size:0;
}
.page-user .cell-name .row:first-of-type{
  margin-top:25px;
}
.page-user .cell-name .row.with-indent{
  padding-left:36px;
  margin-bottom: 10px;
}
.page-user .cell-name .row label{
  font-size:14px;
  cursor: pointer;
  display: inline-block;
  max-width: calc(100% - 36px);
}
.page-user .cell-name .radio-wrapper{
  vertical-align: top;
  display: inline-block;
}
.page-user .cell-name .input-cell{
  display:inline-block;
  vertical-align: top;
  width:calc(50% - 5px);
  margin-bottom:10px;
}
.page-user .cell-name .input-cell:nth-child(2n){
  margin-left:10px;
}
.page-user .cell-name .input-cell input[type=text]{
  width:calc(100% - 18px);
}

.adwm-phone-mobile {
  display: none;
}
.adwm-phone-desk {
  display: inline-block;
}

.adwm-visit-agency-button{
  background: url('../png/logo.png') 83px 3px no-repeat white;
  background-size: 20px 20px;
  height: 26px;
  /*
  position: absolute;
  line-height: 27px;
  top: 2px;
  vertical-align: middle;
  */
  position: relative;
  line-height: 26px;
  top: 2px;
  vertical-align: top;
  display: inline-block;
  border: none;
  color: #ff7a00;
  padding: 0px 35px 0px 10px;
  margin-left: 10px;
  border-radius:0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
  font-family: Roboto;
  text-decoration: none;
  font-size: 14px;
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
  select {
    background-image:none\9;
    padding: 5px\9;
  }
}
input.open{
  border-color:transparent;
  color:#000;
  cursor:default;
}
.open::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:#000;
}
.open :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:#000;
}
.open::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:#000;
}
.open:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#000;
}
.open::-ms-input-placeholder { /* Microsoft Edge */
  color:#000;
}
.selection-radio-wrapper{
  text-align:center;
}
.selection-radio-wrapper .radio-button input[type="radio"] + label {
  padding:8px 9px;
}
.selection-input-wrapper{
  margin-top:15px;
}
.has-error input,
.has-error textarea{
  border-color: #F00;
}
.msg-error{
  display:none;
  color:#F00;
  font-size: 12px;
  margin-top: 5px;
  background: url('../svg/input-error-ico.svg') left top no-repeat transparent;
  background-size: 14px 14px;
  padding-left: 17px;
}
.has-error .msg-error{
  display:block;
}
.p-error{
  color:#F00;
}
.p-info{
  color:darkgreen;
}
.p-warning{
  color:darkorange;
}
#toast-wrapper{
  position: relative;
  top:15px;
  right:15px;
  display: block;
  z-index: 999;
  width:100%;
}
#toast-wrapper.sticky{
  position: fixed;
  top: 67px;
}
.toast {
  padding: 0;
  color: #696969;
  background: #FFF;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-out;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -webkit-appearance: none;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
.toast table{
  width:100%;
  border-collapse:collapse;
  border:0;
}
.toast .label{
  width:5px;
  background-color:#5183EB;
}
.toast.warning .label{
  background-color:#F1C021
}
.toast.info .label{
  background-color:#5183EB;
}
.toast.success .label{
  background-color:#84D867;
}
.toast.error .label{
  background-color:#C73A37;
}
.toast .icon{
  width:55px;
  vertical-align:middle;
  text-align:center;
}
.toast .icon span{
  display:block;
  height:21px;
}
.toast.warning .icon span{
  background:url('../png/logo.png') center center no-repeat transparent;
}
.toast.info .icon span{
  background:url('../png/logo.png') center center no-repeat transparent;
}
.toast.success .icon span{
  background:url('../png/logo.png') center center no-repeat transparent;
}
.toast.error .icon span{
  background:url('../svg/input-error-ico.svg') center center no-repeat transparent;
}
.toast .content{
  padding: 20px 0;
  font-size:13px;
  width: 205px;
}
.toast .content .title{
  font-size:15px;
  font-weight:bold;
}
.toast .close{
  width:34px;
  cursor: pointer;
  background: url('../png/logo.png') center center no-repeat transparent;
}
.checkbox-button,
.radio-button{
  display:inline-block;
  vertical-align: top;
  margin-right:5px;
  margin-bottom:5px;
}
.checkbox-button:first-of-type,
.radio-button:first-of-type{
  margin-left:0;
}
.checkbox-button input[type=checkbox],
.radio-button input[type=radio]{
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.checkbox-button input[type=checkbox] + label,
.radio-button input[type=radio] + label,
.button-with-hover {
  display: block;
  cursor: pointer;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  /*
  border: 1px solid #ff7a00;
  color:#ff7a00;
  */
  background-color: #FFF;
  padding: 5px 9px;
  font-family: Roboto;
  font-size: 12px;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -webkit-appearance: none;
  border: 1px solid #DCDCDC;
}
.checkbox-button input[type=checkbox]:checked + label,
.radio-button input[type=radio]:checked + label{
  background-color: #ff7a00;
  color:#FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ff7a00;
}
p.subtitle{
  font-weight: bold;
  color:#000;
}

button,
a.button,
input[type=submit],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  background-color:#ff7a00;
  color:#FFF;
  padding:10px 20px;
  border:0;
  border-radius:0;
  border-top-left-radius:6px;
  border-bottom-right-radius:6px;
  cursor:pointer;
  font-family:Roboto;
  text-decoration:none;
  font-size:14px;
  display: inline-block;
}
button.no-fill,
a.button.no-fill{
  color: #ff7a00;
  background-color: transparent;
  border: 1px solid #ff7a00;
}
button.button-with-hover,
a.button.button-with-hover{
  color: inherit;
  background-color: #FFF;
}
.button-with-hover:hover,
button.button-with-hover:hover,
a.button.button-with-hover:hover{
  background-color: #ff7a00;
  color:#FFF;
}
a.button img{
  margin-right:5px;
  vertical-align: top;
}
a.button.copy-button{
  line-height: 22px;
  padding: 7px 20px;
}
.buttons-wrapper a.button.copy-button{
  margin-left:10px;
}
a.button.email-button{
  line-height: 22px;
  padding: 6px 20px;
}
.tab-button{
  font-size:13px;
  padding:20px 10px;
  color: #C7C7C7;
  background-color: #FFF;
}
.tab-button.active{
  background-color:#ff7a00;
  color:#FFF;
  border-color: #ff7a00;
}
.page-pricing .header{
  text-align:center;
  padding:30px 20px 40px 20px;
}
.page-pricing .btn-wrapper{
  font-size:0;
}
.page-pricing .btn-wrapper.mobile{
  display:none;
}
.page-pricing .header .cell-title{
  margin-bottom: 25px;
}
.page-pricing .tab-button{
  width:198px;
  display:inline-block;
  margin:0 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: unset;
  box-shadow: none;
  font-weight: bold;
}
.page-pricing .tab{
  display:none;
}
.page-pricing .tab.active{
  display:block;
}
.page-pricing .tab .section-content{
  font-size:0;
  position: relative;
  padding:20px;
}
.page-pricing .tab .table{
  font-size:14px;
  display:inline-block;
  vertical-align:top;
  width:calc(100% - 140px);
  margin-bottom: 60px;
}
.page-pricing .tab .table .row{
  font-size:0;
  border-top: 1px solid #F5F5F5;
  padding: 0 10px;
  height: 40px;
}
.page-pricing .tab .table .row .col{
  display:inline-block;
  vertical-align:top;
  font-size:13px;
  text-align:center;
  min-height:20px;
  height: 100%;
}
.page-pricing .tab .table .row .col .col-content{
  display:inline-block;
  vertical-align:middle;
}
.page-pricing .tab .table .row.top{
  height:110px;
  padding:10px;
  border:0;
}
.page-pricing .tab .table .row .col-1{
  width:calc(100% - 130px);
  text-align:left;
}
.page-pricing .tab .table .row .col-2{
  width:130px;
}
.page-pricing .tab .table.premium{
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  border: 1px solid #F5F5F5;
  width:138px;
  padding-bottom: 20px;
}
.page-pricing .tab .table-wrapper{
  text-align:center;
}
.page-pricing .tab .table.adplacement,
.page-pricing .tab .table.rcmp{
  width: 170px;
  max-width: calc(50% - 4px);
  margin-bottom: 30px;
  margin-top: 20px;
}
.page-pricing .tab .table.rcmp{
  text-align:center;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  border: 1px solid #F5F5F5;
  padding-bottom:15px;
}
.page-pricing .tab .table.adplacement .row{
  padding: 10px;
  border-bottom: 1px solid #F5F5F5;
  border-top:0;
}
.page-pricing .tab .table.rcmp .row{
  padding: 10px;
  border:0;
}
.page-pricing .tab .table.adplacement .row.top,
.page-pricing .tab .table.rcmp .row.top{
  height:auto;
}
.page-pricing .tab .table.adplacement .row.top .col,
.page-pricing .tab .table.rcmp .row.top .col{
  font-size:16px;
}
.page-pricing .tab .table.adplacement .row .col{
  width:auto;
  text-align:left;
  display: block;
}
.page-pricing .tab .table.rcmp .row .col{
  width:auto;
  text-align:center;
  display: block;
}

.page-pricing .tab .table .row .col.mobile{
  display:none;
}
.page-pricing .tab .table.premium .row{
  border-color:transparent;
}
.page-pricing .tab .table.premium .col-2{
  width:118px;
}
.page-pricing .tab .table .row.top .type{
  margin-bottom:15px;
}
.page-pricing .tab .table.users .row.top .type,
.page-pricing .tab .table.guests .row.top .type{
  margin:35px 0 0 0;
}
.page-pricing .tab .table .row.top .price{
  color:#FF7A00;
  font-size:33px;
  font-weight:bold;
  text-align:center;
}
.page-pricing .tab .table .row.top .price .wrapper{
  display:inline-block;
  position:relative;
}
.page-pricing .tab .table .row.top .price .currency{
  font-size:11px;
  font-weight:normal;
  position: absolute;
  left: -10px;
  top: 5px;
}
.page-pricing .tab .table .row.top .price .star{
  font-size:18px;
  font-weight:normal;
  position: absolute;
  right: -10px;
  top: 3px;
}
.page-pricing .tab .table .row.top .price .year{
  font-size:11px;
  font-weight:normal;
  position: absolute;
  right: -40px;
  bottom: 5px;
}
.page-pricing .tab .table .row.top .info{
  font-size:11px;
  margin-top:15px;
}
.page-pricing .tab .title-wrapper{
  position: absolute;
  top:50px;
  left:30px;
  font-size:14px;
  width: calc(100% - 300px);
}
.page-pricing .tab .table .row .col .label,
.page-pricing .cell-title .label{
  background-color: #ff7a00;
  color: #FFF;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding:5px;
  display:inline-block;
  vertical-align:middle;
  margin-left:10px;
  font-weight:bold;
}
.page-pricing .cell-title .label{
  padding: 0 10px;
}
.section-login a.button,
.section-login button,
.section-login input,
.section-register a.button,
.section-register button,
.section-register input{
  display:block;
  text-align:center;
  line-height: 24px;
  padding: 5px 9px;
}
.section-login button,
.section-register button{
  width:calc(100% - 18px);
}
.section-login a.button,
.section-login button,
.section-register button,
.section-register a.button{
  font-weight: bold;
}
.section-login input,
.section-register input{
  width:-webkit-calc(100% - 20px);
  width:-moz-calc(100% - 20px);
  width:calc(100% - 20px);
  text-align:left;
}
.section-login .helper,
.section-register .helper{
  text-align:center;
  line-height: 1.5;
}
.section-login .helper a{
  margin-bottom:10px;
}

.header-img-wrapper{
  text-align:center;
}
.separator{
  margin-top: 10px;
  padding-bottom: 9px;
  border-top: 1px solid #95989A;
  text-align: center;
  height: 1px;
}
.separator span{
  display:inline-block;
  padding:0 15px;
  background-color:#FFF;
  top:-10px;
  position:relative;
  color: #95989A;
  font-size:13px;
}
.form-styled .row{
  padding:0 0 10px 0;
}
.form-styled .row:last-of-type{
  padding:0;
}
.form-styled .with-search{
  position:relative;
}
.form-styled .search-tip{
  display:none;
  background:#FFF;
  border:1px solid #ff7a00;
  border-top:0;
  position:absolute;
  top: 32px;
  left: 0;
  width: calc(100% - 2px);
  z-index: 1;
}
.form-styled .search-tip ul{
  padding: 0 10px;
  margin: 0;
  list-style: none;
  position:relative;
  z-index:10;
}
.form-styled .search-tip ul li{
  cursor:pointer;
  padding-bottom:5px;
}
.form-styled .search-tip ul li:hover{
  color:#000;
}

.click-mask{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 9;
}

.section .content{
  margin:10px;
}
.with-border{
  border-bottom:1px solid #EBEBEB;
  margin-bottom:20px;
}
.form-styled .content{
  /*padding:10px 10px 0 10px;*/
  padding: 15px 0 0 0;
  margin: 0;
}
.form-styled .content.with-padding-bottom{
  padding-bottom:10px;
}
.form-styled .content .block{
  padding:0 10px;
}
.form-styled .section-subtitle{
  padding-bottom:10px;
}
.form-styled .content input[type=text]{
  width:100%;
  max-width:calc(100% - 20px);
}
.form-styled .content .selection-input-wrapper.with-search{
  /*width:450px;*/
  width:100%;
}
/*
.form-styled .content .row.with-search{
  width:470px;
  max-width:calc(100% - 20px);
}
*/
.form-styled .certificates-wrapper,
.form-styled .memberships-wrapper{
  padding-top:0;
}
.form-styled textarea{
  width:calc(100% - 20px);
  resize: vertical;
}
.form-styled textarea.double-height{
  height:130px;
}
.form-styled .content select{
  width: calc(100% - 20px);
}
.form-styled .content .project-item .image-cell,
.form-styled .content .project-item .upload-btn-wrapper{
  width:100%;
}
.form-styled .content .project-item .upload-btn-wrapper .css-upload + .css-upload-label {
  width:auto;
}
.form-styled .content .project-item .image-cell{
  height:auto;
  min-height: 50px;
}
.form-styled .content .project-item .image-cell .align-helper {
  min-height: 50px;
}
.form-styled .content .localization-item .row input[type=text]{
  width: calc(100% - 20px);
  max-width:100%;
}
.form-styled .content .localization-item .row.with-search{
  max-width: 100%;
  width:auto;
}
.form-styled .content .localization-item .row input[type=text] + .search-tip{
  border-color: #C7C7C7;
}
.form-styled .content .localization-item .row input[type=text]:focus + .search-tip{
  border-color: #000000;
}
.form-styled .networks-wrapper button,
.form-styled .certificates-wrapper button,
.form-styled .memberships-wrapper button,
.form-styled #localization-wrapper button,
.form-styled .projects-wrapper button,
.button.outlined,
.woocommerce a.button.outlined,
.woocommerce button.button.outlined,
.woocommerce input.button.outlined{
  display:block;
  margin:10px auto 0 auto;
  border: 1px solid #ff7a00;
  color: #ff7a00;
  padding: 0 20px 0 50px;
  width: 192px;
  max-width: 100%;
  line-height: 35px;
}
.button.outlined,
.woocommerce a.button.outlined,
.woocommerce button.button.outlined,
.woocommerce input.button.outlined{
  background: transparent;
  width: auto;
  padding: 0 20px;
  margin-top:0;
  display: inline-block;
}
.button.outlined.hidden{
  display:none;
}
.form-styled .projects-wrapper button.ico-plus,
.form-styled .certificates-wrapper button.ico-plus,
.form-styled .memberships-wrapper button.ico-plus,
.form-styled .networks-wrapper button.ico-plus{
  margin-top:20px;
}
.form-styled button.ico-plus,
.button.ico-plus{
  background: url('../png/logo.png') 20px center no-repeat transparent;
}
.form-styled button.ico-minus,
.button.ico-minus{
  background: url('../png/logo.png') 20px center no-repeat transparent;
}
.form-styled .content input[type=text].with-icon,
.form-styled .content textarea.with-icon{
  padding-left: 30px;
  max-width: calc(100% - 42px);
  width: 100%;
}
.form-styled .content input[type=text].ico-localization{
  background:url('../png/logo.png') 10px 10px no-repeat transparent;
  cursor:pointer;
}
.form-styled .content input[type=text].ico-localization.open{
  cursor:default;
}
.form-styled .content input[type=text].ico-localization::-webkit-input-placeholder { color:#696969; /* WebKit, Blink, Edge */ }
.form-styled .content input[type=text].ico-localization:-moz-placeholder { color:#696969; opacity:1; /* Mozilla Firefox 4 to 18 */ }
.form-styled .content input[type=text].ico-localization::-moz-placeholder { color:#696969; opacity:1;/* Mozilla Firefox 19+ */ }
.form-styled .content input[type=text].ico-localization:-ms-input-placeholder { color:#696969; /* Internet Explorer 10-11 */ }
.form-styled .content input[type=text].ico-localization::-ms-input-placeholder { color:#696969; /* Microsoft Edge */ }
.form-styled .content input[type=text].ico-localization::placeholder { color:#696969;/* Most modern browsers support this now. */ }

.form-styled .content input[type=text].ico-year{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.form-styled .content input[type=text].ico-www{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.form-styled .content input[type=text].ico-company-size{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.form-styled .content textarea.ico-description{
  background:url('../png/logo.png') 10px 10px no-repeat transparent;
  margin-left: 0;
}
.form-styled .content .button-wrapper{
  margin-top:20px;
  text-align: center;
}
.form-styled .content .localization-wrapper{
  display:none;
}
.form-styled .content.projects-wrapper{
  padding-top: 0;
  margin-top:20px;
}
.form-styled .content .network-item{
  margin: 20px 0;
}
.form-styled .content .project-item,
.form-styled .content .certificate-item,
.form-styled .content .membership-item{
  margin: 20px 0 10px 0;
}
.form-styled .content .project-item .css-upload-output{
  display:none !important;
}
.form-styled .with-small-link{
  color:#979A9C;
  font-size:12px;
  min-height: auto;
  text-align:center;
  /*margin-bottom:20px;*/
  margin-top:20px;
}
/*
.form-styled .with-small-link:last-of-type{
  margin-bottom:0;
}
*/
.form-styled #localization-wrapper{
  display:none;
  margin:0 30px;
  width: auto;
  max-width: 100%;
  padding-top:0;
}
.form-styled #localization-wrapper .localization-item{
  margin-top:10px;
}
.form-styled #localization-wrapper .localization-item:first-of-type{
  margin-top:0;
}
.message-box{
  padding:20px 0;
  text-align:center;
  font-size:13px;
}
.message-box.message-error,
.has-error .message-error{
  color:#F00;
}
.message-box.message-success{
  color: green;
}
.page-advertising .message-box{
  padding-bottom: 0;
}
.section-login .message-box,
.section-register .message-box{
  padding: 20px 15px 20px 15px;
  font-size: 14px;
}
.btn-wrapper{
  display:inline-block;
}
.btn-wrapper .vert-align-dummy{
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.btn-wrapper a{
  vertical-align: middle;
  display: inline-block;
}
.top-right{
  position: absolute;
  top: 14px;
  right: 10px;
}
.page-user .section-user .btn-wrapper{
  position:absolute;
  right:20px;
  top:0;
  bottom:0;
  margin:auto;
}
.page-user .information{
  margin-top:10px;
}
.page-user .information .button-wrapper{
  text-align:center;
  margin-top:15px;
}
.page-user .section-notification{
  padding-bottom: 0;
}
.page-user .section-notification .row{
  padding: 10px 25px 10px 15px;
  background-color: #F1F1F1;
  border-top-left-radius:6px;
  border-bottom-right-radius:6px;
  position:relative;
  margin-bottom:10px;
  overflow: hidden;
}
.page-user .section-notification .row:last-of-type{
  margin-bottom:0;
}
.page-user .section-notification .row a{
  color:inherit;
}
.page-user .section-notification .row .notif-indicator{
  position:absolute;
  top:0;
  left:0;
  height: 100%;
  width:6px;
}
.page-user .section-notification .row .notif-indicator.green{
  background-color: #16CD41;
}
.page-user .section-notification .row .notif-indicator.yellow{
  background-color: #FECF00;
}
.page-user .section-notification .row .notif-indicator.red{
  background-color: #F80019;
}
.page-user .section-notification .row .close_notification{
  display: inline-block;
  position:absolute;
  right:10px;
  top:11px;
  font-weight:bold;
  cursor:pointer;
  color:#000;
}
.page-user .section-notification .notification-wrapper .load-more{
  text-align: center;
}
.page-user .section-agencies .item-title,
.page-user .section-user-reviews .item-title {
  background: #ff7a00;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  line-height: 30px;
  color: #FFF;
  text-align: left;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  padding: 0 40px 0 0;
  max-width: 100%;
  position:relative;
  cursor: pointer;
}
.page-user .section-agencies .item-title a{
  color:inherit;
  text-decoration: none;
}
.page-user .section-agencies .item-title .item-scroll-left{
  position:absolute;
  top:0;
  left:0;
  height:30px;
  width: 30px;
  background:url('../png/logo.png') center right no-repeat transparent;
  cursor:pointer;
}
.page-user .section-agencies .item-title .item-scroll-right{
  position:absolute;
  top:0;
  right:0;
  height:30px;
  width: 30px;
  background:url('../png/logo.png') center left no-repeat transparent;
  cursor:pointer;
}
.page-user .section-lists{
  padding-bottom:0;
}
.page-user .section-lists .list-item{
  border-top:1px solid #ECECEC;
  position:relative;
  margin: 0 -20px;
  padding: 15px 20px;
  font-size:0;
}
.page-user .section-lists .list-item a{
  color:inherit;
}
.page-user .section-lists .list-item a img{
  margin-right:5px;
}
.page-user .section-lists .list-item .item-title{
  display:inline-block;
  width:calc(100% - 20px);
  vertical-align: top;
  min-height: 17px;
}
.page-user .section-lists .list-item .row{
  margin: 15px 0 0 10px;
  font-size:14px;
}
.page-user .section-lists .list-item .item-name{
  font-size:14px;
}
.page-user .section-lists .list-item .item-expand,
.page-user .section-lists .list-item .item-close{
  width:20px;
  display:inline-block;
  vertical-align: top;
  min-height: 17px;
  font-size:14px;
  text-align:right;
  cursor:pointer;
}
.page-user .section-lists .list-item .item-expand.hidden,
.page-user .section-lists .list-item .item-close.hidden{
  display:none;
}
.page-user .section-lists .list-item .item-edit{
  position:absolute;
  top:17px;
  right:20px;
  width:24px;
  height:24px;
  background:url('../png/logo.png') top center no-repeat transparent;
  cursor:pointer;
}
.page-user .section-lists .list-item.add-item{
  text-align:center;
  padding-bottom: 5px;
}
.page-user .section-lists .list-item.add-item .button img{
  margin-top:10px;
}
.page-user .section-lists .button.outlined{
  /* border-color:#C7C7C7;
  color: inherit; */
  width:158px;
  color: #ff7a00;
}
#shortlist-name-edit {
  margin: -9px;
}
.page-user .section-lists .shortlist-new-list{
  width: calc(100% - 20px);
  margin-bottom: 10px;
}
.page-user .section-columns{
  font-size:0;
  position: relative;
  min-height: 420px;
}
.page-user .section-columns .section-col-left{
  display: inline-block;
  vertical-align: top;
  width: 480px;
  margin-bottom: 10px;
}
.page-user .section-columns .section-col-right{
  vertical-align: top;
  width: 275px;
  margin-left: 10px;
  position: relative;
  display: inline-block;
  /*
  position: absolute;
  top:0;
  right:0;
  */
}
.page-user .section-columns .section-col-left.hidden,
.page-user .section-columns .section-col-right.hidden{
  display:none;
}
.page-user .section button{
  width:200px;
}
.page-user .section-account button {
  width: auto;
}
.page-user .section-account .section-content p{
  font-size:14px;
  margin-top: 15px;
}

.page-user .section-account .section-content .title img {
  margin-left: 5px;
}

.page-user .section-shortlist .list-item{
  padding:15px 20px;
  border-top: 1px solid #EBEBEB;
  font-size: 14px;
  position: relative;
}
.page-user .section-shortlist .list-item .item-export{
  position: absolute;
  top:15px;
  right:20px;
  display:inline-block;
}
.page-user .section-account .final-step input[type=text]{
  width: calc(100% - 20px);
  margin-bottom: 15px;
}
.page-user .section-account .final-step .btn-wrapper{
  text-align:center;
  display: block;
}
.page-user .section-account .final-step .btn-wrapper .button{
  display:inline-block;
  width:245px;
  max-width: calc(100% - 42px);
  margin-top:10px;
}
.page-user .section-account .final-step .btn-wrapper .button img{
  margin-right: 10px;
  margin-top: 11px;
}
.page-user .section-content {
  padding: 15px 20px 15px 20px;
}
.page-user .section-agency {
  padding: 0;
}
.page-user .section-user-reviews h3,
.page-user .section-agencies h3,
.page-user .section-chemistry-test h3{
  padding: 15px 20px 0 20px;
}
.page-user .section-chemistry-test h3{
  margin:0;
}
.page-user .section-agencies .item-title a,
.page-user .section-user-reviews .item-title a{
  color:inherit;
  text-decoration: none;
}
.page-user .section-agencies .cell-agency,
.page-user .section-user-reviews .cell-reviews{
  display:none;
}
.page-user .section-agencies .agency-wrapper.open .cell-agency,
.page-user .section-user-reviews .review-wrapper.open .cell-reviews{
  display:block;
}
.page-user .section-agencies .item-title .item-open,
.page-user .section-user-reviews .item-title .item-open{
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  background: url('../png/logo.png') center left no-repeat transparent;
  cursor: pointer;
}
.page-user .section-agencies .agency-wrapper.open .item-title .item-open,
.page-user .section-user-reviews .review-wrapper.open .item-title .item-open{
  background-image: url('../png/logo.png');
}
.page-user .agency-logo{
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  text-align: center;
}
.page-user .agency-logo img{
  max-width:30px;
  max-height:30px;
  margin: 0 auto;
}
.page-user #reviews .load-more{
  text-align:center;
  margin:5px;
}
.page-user #reviews .review-wrapper{
  margin-top:5px;
}
.page-user #reviews .review-wrapper:first-of-type{
  margin-top:0;
}
.page-user .agency-list .agency-wrapper{
  margin-bottom:10px;
}
.page-user .agency-list .agency-wrapper:last-of-type{
  margin-bottom:15px;
}
/*
.page-user .section-agency{
  padding:0;
}
*/
.page-user .section-agency .buttons-wrapper{
  padding-bottom: 20px;
}
.page-user .section-agency .row{
  padding: 15px 20px 15px 20px;
}
.page-user .section-agency .row.with-cols{
  border-top:1px solid #EBEBEB;
  font-size:0;
}
.page-user .section-agency .row.cell-statistics{
  position: relative;
}
.page-user .section-agency .row.with-cols:first-of-type,
.page-user .section-agency .row.no-top-border{
  border-top:0;
}
.page-user .section-agency .cell-title{
  display:inline-block;
  vertical-align: top;
  width:calc(100% - 50px);
  font-size: 14px;
  line-height: 20px;
}
.page-user .section-agency .cell-value{
  display:inline-block;
  vertical-align: top;
  width:50px;
  text-align: right;
  font-size:20px;
  line-height: 20px;
  font-weight: bold;
}
.page-user .section-agency .cell-value.score{
  color: #FF7A00;
}
.page-user .section-agency .cell-statistics{
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  border-bottom-right-radius: 6px;
}
.page-user .section-agency .cell-statistics .stat-item{
  border-left:1px solid #EBEBEB;
  width: calc(33.33% - 1px);
  padding: 10px 0;
}
.page-user .section-agency .cell-statistics .stat-item:first-of-type{
  border-left:0;
}
.page-user .section-agency .cell-statistics .stat-item img{
  vertical-align: middle;
}
.page-user .section-agency .cell-statistics .stat-item .stat-data{
  display:inline-block;
  vertical-align: middle;
  margin-left:10px;
  text-align: left;
}
.page-user .section-agency .cell-statistics .stat-item .stat-data span{
  margin:0 0 5px 0;
}
.page-user .section-agency .cell-statistics .stat-item .indicator{
  top:44px;
}
.page-user .section-agency form{
  display:inline-block;
  vertical-align: top;
  margin-left:10px;
}
.page-user .section-agency form:first-of-type{
  margin-left:0;
}
.page-user .section-col-left .section-agency form{
  width: calc(50% - 20px);
}
.page-user .section-col-left .section-agency form button{
  width: calc(100% - 40px);
}
.page-user .section-agency .agency-menu form{
  display: block;
}
.page-user .section-agency .agency-menu{
  padding-top:0;
  font-size: 0;
}
.page-user .section-agency .review-invitation-wrapper{
  padding-top:5px;
}
.page-user .section-agency .review-invitation-wrapper .buttons-wrapper{
  padding-bottom:5px;
}
.page-user .section-agency .review-invitation-wrapper .p-info,
.page-user .section-agency .review-invitation-wrapper .p-info2{
  margin-top:10px;
}
.page-user .section-agency .review-invitation-wrapper .msg-error{
  font-size: 14px;
  padding-top:10px;
}
.page-user .section-agency .review-invite{
  text-align:center;
}
.page-user .section-agency .review-invite .sub-title{
  font-size: 16px;
  font-weight:bold;
}
.page-user .section-agency .review-invite p{
  line-height: 24px;
  text-align: left;
}
.page-user .section-agency .review-invitation-wrapper input[type="email"]{
  margin-right:20px;
  width: 230px;
}
.page-user .section-agency .review-invite .footnote{
  line-height: 19px;
  margin-top:14px;
}
.page-user .section-agency .review-invite .button img,
.page-user .section-agency .review-invite .footnote img{
  margin-right:10px;
}
.page-user .agency-menu .buttons-column{
  display: inline-block;
  vertical-align: bottom;
  width: 33.33%;
}
.page-user .agency-menu .buttons-column:first-of-type .buttons-wrapper{
  margin-left: 0;
}
.page-user .agency-menu .buttons-column:last-of-type .buttons-wrapper{
  margin-right: 0;
}
.page-user .agency-menu .button{
  display: block;
  width:auto;
  padding: 15px 20px;
  line-height:25px;
}
.page-user .agency-menu button{
  width:100%;
  padding: 15px 0;
  font-size: 14px;
  line-height: 25px;
  color:#696969;
}
.page-user .agency-menu button:hover{
  color:#FFF;
}
.page-user .agency-menu .button.disabled,
.page-settings .button.disabled{
  background-color:#C7C7C7;
  color:#FFF;
  cursor: default;
  border: 1px solid #C7C7C7;
}
.page-user .agency-menu .buttons-wrapper{
  margin:10px 5px 0 5px;
  padding:0;
}
.page-user .agency-menu .buttons-wrapper:first-of-type{
  margin-top:0;
}
.page-user .agency-menu .button img,
.page-user .agency-menu button img{
  margin-right:5px;
}
.page-user .agency-menu .button .img-on,
.page-user .agency-menu button .img-on{
  display:none;
}
.page-user .agency-menu .button:hover .img-on,
.page-user .agency-menu button:hover .img-on{
  display:inline-block;
}
.page-user .agency-menu .button:hover .img-off,
.page-user .agency-menu button:hover .img-off{
  display:none;
}
.page-user .agency-menu .notification{
  text-align: center;
  display: block;
  margin:15px 0;
  font-size:14px;
  line-height: 24px;
}
.page-user .agency-menu .notification p{
  line-height:24px;
  font-size:14px;
}
.page-user .agency-menu .notification .sub-title{
  font-size: 16px;
  font-weight: bold;
}
.page-user .agency-menu .notification:first-child{
  margin-top:0;
}
.page-user .agency-menu .notification img{
  margin-right:5px;
}
.page-user .agency-menu .notification .button-wrapper{
  margin:10px 0;
}
.page-user .agency-menu .notification button{
  width: calc(33.33% - 30px);
  padding: 5px 10px;
  color: #FFF;
}
.page-user .rate-row .cell-value{
  font-size:14px;
}
.page-user .rate-row .rate-indicator{
  margin-top:5px;
}
.page-user .rate-row .cell-link{
  text-align:right;
  font-size:14px;
  margin-top:10px;
}
.page-user .section-improve{
  position:relative;
  line-height:20px;
  margin-top:-5px;
  margin-bottom: 20px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.page-user .section-improve .close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
}
.page-user .section-improve.hidden{
  display: none;
}
.page-user .section-improve .img-wrapper,
.page-user .section-improve .btn-wrapper{
  text-align:center;
  display: block;
}
.page-user .section-improve .btn-wrapper .button{
  min-width: 90px;
}
.page-user .section-settings .section-content {
  padding: 20px 15px 20px 15px;
}
.page-user .section-settings.section-account .section-content {
  padding: 15px 20px 15px 20px;
}
.page-user .section-settings .section-content:nth-of-type(2){
  margin-top: -10px;
}
.page-user .section-settings .section-content h4{
  margin: 0 0 10px 0;
  padding: 0;
  color:inherit;
}
.page-user .section-settings .section-content .button-wrapper{
  margin-top: 10px;
}
.page-user .section-settings .row{
  clear: both;
  position: relative;
  padding: 0;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.page-user .section-settings .row + .buttons-wrapper{
  margin-top:18px;
}
.page-user .section-settings span{
  display: block;
  font-weight: normal;
}
.page-user .section-settings .checkbox-wrapper{
  /*float:right;*/
  display:inline-block;
  vertical-align:top;
}
.page-user .section-settings .checkbox-wrapper select{
  padding: 0 21px 0 0;
  border: 0;
  background-image: url('../png/logo.png');
  color: #FA6204;
  text-align: right;
}

.page-user .short-list-actions {
  text-align: center;
}

input[type=checkbox].css-checkbox-style1 {
  position:absolute;
  z-index:-1000;
  left:-1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height:1px;
  width:1px;
  margin:-1px;
  padding:0;
  border:0;
}
input[type=checkbox].css-checkbox-style1 + label.css-label {
  padding-left:36px;
  height:16px;
  display:inline-block;
  line-height:16px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:16px;
  vertical-align:middle;
  cursor:pointer;
  background-image:url('../png/logo.png');
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=checkbox].css-checkbox-style1:checked + label.css-label {
  background-position: 0 -16px;
}
input[type=radio].css-radio-style1 {
  position:absolute;
  z-index:-1000;
  left:-1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height:1px;
  width:1px;
  margin:-1px;
  padding:0;
  border:0;
}
input[type=radio].css-radio-style1 + label.css-label {
  padding-left:36px;
  height:16px;
  display:inline-block;
  line-height:16px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:16px;
  vertical-align:middle;
  cursor:pointer;
  background-image:url('../png/logo.png');
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=radio].css-radio-style1:checked + label.css-label {
  background-position: 0 -16px;
}
.buttons-wrapper{
  font-size:0;
  text-align: center;
}
.buttons-wrapper button,
.buttons-wrapper .button{
  margin-left:10px;
}
.buttons-wrapper button:first-of-type,
.buttons-wrapper .button:first-of-type{
  margin-left: 0;
}
.modal-popup{
  display:none;
}
.modal-popup.open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: 10001;
  display: block;
}
.modal-popup .popup-wrapper {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal-popup .popup-wnd {
  display: block;
  background-color:#FFF;
  border-radius: 4px;
  text-align:left;
  width: 300px;
  max-width: 100%;
  margin: auto;
}
.modal-popup .popup-wnd .popup-title{
  color:#ff7a00;
  border-bottom:1px solid #ECECEC;
  padding:15px;
  font-size:16px;
}
.modal-popup .popup-wnd .popup-content{
  padding:15px;
}
.modal-popup .popup-wnd .popup-content form{
  margin-top:15px;
}
.modal-popup .popup-wnd .popup-mnu-item{
  padding-top:15px;
  font-size:14px;
}
.modal-popup .popup-wnd .popup-mnu-item a{
  text-align: inherit;
}
.loader {
  position: relative;
  width: 120px;
  height: 120px;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  background: url('../png/logo.png') center center no-repeat transparent;
  display: inline-block;
  margin: auto;
}
.loader.show {
  display: block;
}
.loader img {
  display: block;
  margin: 0 auto;
}
/*
.modal-popup .popup-wnd .popup-mnu-item.list-rename{
  background:url('images/popup_ico_rename.png') 20px center no-repeat transparent;
}
.modal-popup .popup-wnd .popup-mnu-item.list-share{
  background:url('images/popup_ico_share.png') 20px center no-repeat transparent;
}
.modal-popup .popup-wnd .popup-mnu-item.list-delete{
  background:url('images/popup_ico_delete.png') 20px center no-repeat transparent;
}
*/
.section-register{
  text-align:center;
}
.section-register h4{
  text-align:left;
}
.section-register .subtitle{
  font-size: 16px;
}
.section-register .form-styled button{
  margin-bottom:10px;
}
.section-login .form-styled button:disabled,
.section-login .form-styled button[disabled],
.section-register .form-styled button:disabled,
.section-register .form-styled button[disabled]{
  background-color:#C7C7C7;
  color:#FFF;
  cursor: default;
}
.section-register .user-type-wrapper{
  font-size: 16px;
  margin: 20px 0;
}
.section-register .user-type-wrapper button{
  margin-top: 10px;
}
.with-check-ico{
  padding-left:30px;
  background:url('../png/logo.png')left center no-repeat transparent;
  margin-top: 10px;
}
.with-check-ico:first-of-type{
  margin-top:20px;
}
.with-checklist{
  padding-left: 24px;
  background: url('../png/logo.png') left 9px no-repeat transparent;
  font-size: 14px;
  line-height: 30px;
  margin: auto;
  display: block;
  width: 280px;
}
.section-register .row{
  text-align:left;
}
.section-register .form-styled{
  margin-top:15px;
}
.section-register .form-styled .btn_linkedin_login{
  margin-bottom:0;
}
.section-register .separator{
  margin-top:20px;
  padding-bottom:18px;
}
.section-register #reg-fields{
  display:none;
}
.section-register #reg-fields.open{
  display:block;
}
.section-register .checkbox-wrapper input[type="checkbox"] + label{
  font-size: 12px;
}
.section-register .checkbox-wrapper.has-error input[type="checkbox"] + label{
  color:#F00;
  margin-top: 10px;
}
.row.with-input .msg-error span{
  display:inline-block;
  background: url('../svg/input-error-ico.svg') top left no-repeat transparent;
  width:15px;
  height:15px;
  padding-right: 5px;
  vertical-align: top;
  line-height: 15px;
}
.row.with-input .msg-error{
  color:#C73A37;
  max-height:0;
  transition: max-height 500ms;
  font-size: 10px;
  margin-top: 5px;
  line-height: 15px;
  display: block;
  overflow: hidden;
}
.row.with-input.has-error .msg-error{
  max-height:100px;
}
.input-with-img .input-wrapper{
  position: relative;
}
.input-with-img .input-wrapper span{
  position: absolute;
  right:0;
  top:0;
  bottom:0;
  display:inline-block;
  width:38px;
}
.input-with-img.has-error .input-wrapper input[type=text],
.input-with-img.has-error .input-wrapper input[type=password]{
  border-color:#C73A37;
}
.input-with-img.has-error .input-wrapper span{
  background: url('../png/logo.png') center center no-repeat transparent;
}
.input-with-img.valid .input-wrapper input[type=text],
.input-with-img.valid .input-wrapper input[type=password]{
  border-color:#84D867;
}
.input-with-img.valid .input-wrapper span{
  background: url('../png/logo.png') center center no-repeat transparent;
}
.input-with-img .input-wrapper.type-password input[type=password]+span{
  background: url('../png/logo.png') center center no-repeat transparent;
  cursor: pointer;
}
.input-with-img .input-wrapper.type-password input[type=text]+span{
  background: url('../png/logo.png') center center no-repeat transparent;
  cursor: pointer;
}
.css-upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.css-upload + .css-upload-label {
  border: 0;
  background-color: #FFF;
  height:auto;
  line-height:35px;
  padding:0;
  width:100%;
  border:0;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  margin-top: 15px;
}
.css-upload + .css-upload-label .css-upload-output {
  padding:0 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align:top;
  display:none;
}
.css-upload + .css-upload-label .css-upload-button {
  width:-webkit-calc(100% - 2px);
  width:-moz-calc(100% - 2px);
  width:calc(100% - 2px);
  height: 100%;
  color: #FA6204;
  background-color: transparent;
  display: inline-block;
  vertical-align:top;
  text-align:center;
  border: 1px solid #FA6204;
  border-radius: 4px;
}
.css-upload + .css-upload-label .css-upload-button > img{
  margin-right:10px;
}
.page-agency .form-styled .form-logo{
  font-size:0;
  padding:10px 0;
}
.page-agency .form-styled .image-cell{
  width:100%;
  height:212px;
  display:block;
  text-align: center;
  background-color:#EEEEEE;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  position:relative;
}
.image-cell .loading{
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom:0;
  margin:auto;
  background: rgba(255,255,255,0.5);
}
.page-agency .form-styled .image-cell.hidden{
  display: none;
}
/* agency profile form logo */
.page-agency .form-styled .form-logo .image-cell{
  width:85px;
  height:85px;
  min-height: auto;
  max-height: none;
  display:inline-block;
}
.page-agency .form-styled .image-cell img{
  border-radius:4px;
  max-width:100%;
  max-height:100%;
  vertical-align: middle;
}
.page-agency .section-process .buttons-wrapper .button.outlined{
  line-height:34px;
}
/*
.form-styled .form-logo .image-cell img{
  max-width:85px;
  max-height:85px;
}
*/
.align-helper{
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width:0;
}
.form-styled .desc-cell{
  width: -webkit-calc(100% - 95px);
  width: -moz-calc(100% - 95px);
  width: calc(100% - 95px);
  margin-left:10px;
  display:inline-block;
  vertical-align:top;
  margin-top:7px;
  font-size:16px;
}
.form-styled .desc-cell .row{
  padding: 0 0 5px 0;
}
.form-styled .desc-cell a{
  font-size: 14px;
  color:#FA6204;
      margin-left: 10px;
}
.form-styled .desc-cell input[type=text]{
  margin-left:0;
  /*border-bottom: 1px solid #FA6204;*/
  width:100%;
  z-index:1;
}
.form-styled .desc-cell input[type=text].readonly{
  border:0;
  width:-webkit-calc(100% - 45px);
  width:-moz-calc(100% - 45px);
  width:calc(100% - 45px);
  padding:0;
}
.form-styled .desc-cell #agency-name-label{
  line-height:36px;
}
.form-styled .desc-cell .has-error #agency-name-label{
  display:none;
}
.form-styled .desc-cell #agency-name-input,
.form-styled .desc-cell .has-error #agency-name-input.hidden{
  visibility:visible;
  height:auto;
  padding:9px;
  margin-top:0;
}
.form-styled .desc-cell #agency-name-input.hidden{
  display:block;
  visibility:hidden;
  height:0;
  padding: 0;
  margin-top: -2px;
}
.form-styled .upload-btn-wrapper{
  text-align: center;
}
.form-styled .desc-cell .upload-btn-wrapper{
  text-align: left;
}
.form-styled .desc-cell .upload-btn-wrapper .css-upload + .css-upload-label{
  margin-top:0;
}
.form-styled .upload-btn-wrapper.has-error .msg-wrapper .msg-error{
  display:inline-block;
}
.form-styled .info-cell{
  text-align: center;
}
.form-styled .info-cell span{
  background: url('../png/logo.png') top left no-repeat transparent;
  padding-left: 25px;
  font-size:13px;
  line-height:19px;
  display: inline-block;
  margin: 10px;
}
.form-styled .desc-cell .info-cell{
  text-align: left;
}
.form-styled .upload-btn-wrapper .css-upload + .css-upload-label .css-upload-button{
  background: url('../png/logo.png') 20px 8px no-repeat transparent;
  border: 1px solid #ff7a00;
  color: #ff7a00;
  padding: 0 20px 0 50px;
  /*
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  border: 0;
  */
  width: 192px;
  border-radius:0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
  font-family: Roboto;
  text-decoration: none;
  font-size: 14px;
}
.form-styled .ui-slider .ui-slider-handle{
  background-color: #FB9556;
  border: 0;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  top: -4px;
  cursor: grab;
}
.form-styled .ui-slider .ui-slider-handle .ui-slider-handle-text{
  top: 20px;
  left:-25%;
  position: relative;
  color: #95989A;
  font-size:inherit;
}
.form-styled .ui-slider.ui-widget.ui-widget-content {
  background-color: #D2D2D2;
  border: 0;
  border-radius: 4px;
  height: 8px;
  width: 100%;
}
.form-styled .ui-slider .ui-slider-range{
  background-color: #FB9556;
}
.form-styled .slider-wrapper{
  margin:20px 8px;
}
.form-styled .with-slider > span{
  color: #FA6204;
  background-color: transparent;
  margin-left: 15px;
}
.section{
  font-size: 14px;
}
.form-styled .section > .button-wrapper{
  padding:20px 0 0 0;
}
.form-styled .section > .button-wrapper button{
  width: 224px;
  margin: auto;
  display: block;
}
.page-agency .steps-wrapper,
.page-advertising .steps-wrapper{
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 397px); /*(100% / 2) - ((765/2) + 15px) margin-right */
  margin-right: 15px;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -webkit-appearance: none;
}
.page-advertising .steps-wrapper{
  min-height: 522px;
}
.page-agency .steps-wrapper.no-steps{
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.page-agency .current-step-wrapper,
.page-advertising .current-step-wrapper{
  display: inline-block;
  vertical-align: top;
  width: 765px;
  margin:15px 0;
}
.page-agency .current-step-wrapper{
  margin-top:5px;
}
.page-agency .next-steps-wrapper,
.page-advertising .next-steps-wrapper{
  display: none;
}
.static-menu-wrapper .satic-menu-item a{
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #EBEBEB;
  background: #FFF;
  display: block;
  color: #3C3C3C;
  text-decoration: none;
  line-height: 16px;
}
.static-menu-wrapper .satic-menu-item.active a{
  background: #EBEBEB;
}
.title-header{
  padding:15px 20px;
  border-bottom:1px solid #EBEBEB;
}
.breadcrumbs a{
  color:inherit;
}
.page-static .col-wrapper{
  font-size:0;
}
.page-static .col-wrapper h2{
  display: inline-block;
  padding: 15px 0 18px 0;
  margin: 0;
  font-size: 18px;
  color:inherit;
}
.page-static .col-wrapper select{
  display: block;
  width: calc(100% - 20px);
  margin-top: 9px;
}
.page-static .section-content,
.page-register .glider-section .section-content{
  padding:15px 20px;
}
.page-static .section-content p:first-of-type{
  margin-top:0;
  padding-top:0;
}
.page-static .section-content p:last-of-type{
  margin-bottom:0;
  padding-bottom:0;
}
.page-static .section-content.section-blog{
  width:725px; /* remember about 2*20px padding ;-) */
}
.page-static .section-content.section-blog img{
  max-width: 100%;
  width: auto;
  height: auto;
}

/*
.page-agency .section-first-step{
  padding:20px 0 0 0;
}
*/
.page-agency .section-first-step .row,
.page-agency .section-step,
.page-advertising .section-step{
  padding:20px;
}
.page-agency .section-first-step .row.with-border{
  margin-bottom:0;
}
.page-agency .steps-wrapper .section-step,
.page-advertising .steps-wrapper .section-step{
  padding:10px 20px;
}
.page-agency .steps-wrapper .agency-action-title,
.page-advertising .steps-wrapper .agency-action-title{
  display:none;
}
.page-agency .agency-action-title,
.page-advertising .agency-action-title{
  padding:20px;
  margin-bottom: 15px;
}
.page-advertising .agency-action-title{
  margin-top:0;
}
.page-agency .row-with-radio-sel{
  position: relative;
  padding:8px 82px 20px 0;
}
.page-agency .row-with-radio-sel .selection-radio-wrapper{
  position: absolute;
  right: 0;
  top:0;
  font-size:0;
}
.page-agency .row-with-radio-sel .radio-button{
  margin:0 0 0 5px;
}

.page-agency .section-step.step-prev,
.page-agency .section-step.step-next,
.page-agency .section-step.step-current,
.page-advertising .section-step.step-prev,
.page-advertising .section-step.step-next,
.page-advertising .section-step.step-current{
  margin:0;
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
  box-shadow:initial;
  border-radius: 0;
  border-bottom:1px solid #EBEBEB;
  background:#FFF;
}
.page-agency .section-step.step-current,
.page-advertising .section-step.step-current{
  background: #EBEBEB;
}
.page-agency .section-step .step-button,
.page-advertising .section-step .step-button{
  width: calc(100% - 10px);
  text-align: left;
  padding: 0 10px 0 0;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #3C3C3C;
  background: none;
}
.page-agency .section-step .step-button:disabled,
.page-advertising .section-step .step-button:disabled{
  cursor:default;
  background: transparent;
}
.page-agency .section-step h4,
.page-advertising .section-step h4{
  padding:0;
  font-size: 16px;
}
.page-agency .agency-action-title h4,
.page-advertising .agency-action-title h4{
  color: #FA6204;
  padding:0;
  font-size:16px;
}
.page-agency .section-last-step .row{
  font-size: 0;
}
.page-agency .section-last-step .row .img-cell,
.page-agency .section-last-step .row .content-cell{
  width:50%;
  display:inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
}
.page-agency .section-last-step .row .content-cell{
  padding: 12px 50px 30px 50px;
  width: calc(50% - 100px);
}
.page-agency .section-last-step .row .content-cell .agency-info,
.page-agency .section-first-step .row .agency-info,
.page-agency .agency-info{
  line-height: 25px;
  font-size: 0;
  margin:20px 0;
}
.page-agency .section-first-step .row .agency-info,
.page-agency .agency-info{
  text-align: center;
}
.page-agency .section-first-step .row .agency-info a,
.page-agency .agency-info a{
  text-decoration: none;
  color: inherit;
}
.page-agency .agency-info .col-agency-info-box{
  display:inline-block;
  vertical-align:middle;
  text-align:left;
}
.page-agency .agency-info .col-name{
  font-size: 14px;
}
.page-agency .agency-info.fixed-cols .col-logo{
  width:35px;
}
.page-agency .agency-info.fixed-cols .col-name{
  width:200px;
  font-size: 16px;
}
.page-agency .agency-info .col-agency-info-box.col-preview{
  margin:0 10px;
  line-height:25px;
}
.page-agency .agency-info.fixed-cols .col-btn{
  width:160px;
}

.page-agency .section-last-step .row .content-cell .agency-logo,
.page-agency .section-first-step .row .agency-logo,
.page-agency .agency-info .agency-logo{
  max-width: 25px;
  max-height: 25px;
  margin-right:20px;
}
.page-agency .agency-info .agency-logo{
  margin-right:10px;
}

.page-agency .agency-info .agency-logo{
  vertical-align: middle;
}

.page-agency .section-delete .button-wrapper{
  margin-top:10px;
  text-align: center;
  padding-bottom: 10px;
  font-size: 0;
}
.page-agency .section-first-step .content p {
  line-height: 20px;
}
.page-agency .section-first-step .content p:first-of-type {
  margin-top: 0;
}
.page-agency .section-first-step .button-wrapper{
  margin-top: 20px;
  margin-bottom: 8px;
  text-align: center;
}
.page-agency .section-first-step .button-wrapper.inline {
  display: inline;
  margin-left: 15px;
}
.page-agency .section-last-step .button-wrapper .button,
.page-agency .section-first-step .button-wrapper .button{
  display: block;
  width: 224px;
  max-width: calc(100% - 20px);
  margin: 20px auto 0 auto;
}
.page-agency .section-first-step .button-wrapper .button.back{
  width:auto;
  display:inline-block;
  margin:auto;
  line-height: 34px;
}
.page-agency .section-delete .button-wrapper button{
  display: block;
  width: 224px;
  max-width: calc(100% - 20px);
  margin: 20px auto 0 auto;
}
.page-agency .section-last-step .button-wrapper{
  margin-bottom:20px;
}
.page-agency .section-last-step .button-wrapper .button{
  text-align:center;
}
.page-agency .section-last-step .button-wrapper .button.outlined{
  width:192px;
  padding-left: 50px;
}
.font-zero{
  font-size:0;
}
.page-agency .input-counter{
  font-size:0;
  display:inline-block;
  vertical-align:top;
  width:33.33%;
  text-align:center;
  margin-bottom: 20px;
}
.page-agency .input-counter.has-error .msg-error{
  display:inline-block;
}
.page-agency .input-counter .counter-title{
  font-size:14px;
  color: #000;
  margin-bottom:10px;
}
.page-agency .input-counter .counter-value,
.form-styled .content .input-counter input[type=text].counter-value{
  width: 50px;
  border-radius: unset;
  line-height: 16px;
  text-align: center;
}
.page-agency .input-counter input[type="button"]{
  width:30px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid #C7C7C7;
  padding: 9px;
  background: transparent;
  font-size: 14px;
  line-height: 16px;
  cursor:pointer;
}
.page-agency .input-counter input[type="button"]:disabled{
  cursor:default;
  color:#C7C7C7;
}
.page-agency .input-counter input[type="button"].minus{
  border-bottom-right-radius: 0;
  border-right:0;
}
.page-agency .input-counter input[type="button"].plus{
  border-top-left-radius: 0;
  border-left:0;
}
.selection-container{
  font-size:0;
}
.social-container{
  margin:20px -5px 0 0;
  font-size: 0;
}
.social-container .content{
  padding-left:0;
  padding-right:0;
  margin-right: 5px;
}

.social-container .checkbox-button label{
  width:68px;
  height:68px;
}
.social-container .checkbox-button input[type="checkbox"] + label{
  padding: 0;
}
.social-container #social-facebook + label{
  background:url('../png/logo.png') center center no-repeat #FFF;
}
.social-container #social-facebook:checked + label{
  background:url('../png/ico_facebook_white.png') center center no-repeat #ff7a00;
}
.social-container #social-facebook-url input[type=text]{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.social-container #social-twitter + label{
  background:url('../png/logo.png') center center no-repeat #FFF;
}
.social-container #social-twitter:checked + label{
  background:url('../png/logo.png') center center no-repeat #ff7a00;
}
.social-container #social-twitter-url input[type=text]{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.social-container #social-linkedin + label{
  background:url('../png/logo.png') center center no-repeat #FFF;
}
.social-container #social-linkedin:checked + label{
  background:url('../png/ico_linked_in2_white.png') center center no-repeat #ff7a00;
}
.social-container #social-linkedin-url input[type=text]{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.social-container #social-medium + label{
  background:url('../png/logo.png') center center no-repeat #FFF;
}
.social-container #social-medium:checked + label{
  background:url('../png/logo.png') center center no-repeat #ff7a00;
}
.social-container #social-medium-url input[type=text]{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.social-container #social-youtube + label{
  background:url('../png/logo.png') center center no-repeat #FFF;
}
.social-container #social-youtube:checked + label{
  background:url('../png/logo.png') center center no-repeat #ff7a00;
}
.social-container #social-youtube-url input[type=text]{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.social-container #social-dribble + label{
  background:url('../png/logo.png') center center no-repeat #FFF;
}
.social-container #social-dribble:checked + label{
  background:url('../png/logo.png') center center no-repeat #ff7a00;
}
.social-container #social-dribble-url input[type=text]{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.social-container #social-behance + label{
  background:url('../png/logo.png') center center no-repeat #FFF;
}
.social-container #social-behance:checked + label{
  background:url('../png/logo.png') center center no-repeat #ff7a00;
}
.social-container #social-behance-url input[type=text]{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.social-container #social-tumblr + label{
  background:url('../png/logo.png') center center no-repeat #FFF;
}
.social-container #social-tumblr:checked + label{
  background:url('../png/logo.png') center center no-repeat #ff7a00;
}
.social-container #social-tumblr-url input[type=text]{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.social-container #social-pinterest + label{
  background:url('../png/logo.png') center center no-repeat #FFF;
}
.social-container #social-pinterest:checked + label{
  background:url('../png/logo.png') center center no-repeat #ff7a00;
}
.social-container #social-pinterest-url input[type=text]{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.social-container #social-instagram + label{
  background:url('../png/logo.png') center center no-repeat #FFF;
}
.social-container #social-instagram:checked + label{
  background:url('../png/logo.png') center center no-repeat #ff7a00;
}
.social-container #social-instagram-url input[type=text]{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.social-container #social-googleplus + label{
  background:url('../png/logo.png') center center no-repeat #FFF;
}
.social-container #social-googleplus:checked + label{
  background:url('../png/logo.png') center center no-repeat #ff7a00;
}
.social-container #social-googleplus-url input[type=text]{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.social-container #social-vimeo + label{
  background:url('../png/logo.png') center center no-repeat #FFF;
}
.social-container #social-vimeo:checked + label{
  background:url('../png/logo.png') center center no-repeat #ff7a00;
}
.social-container #social-vimeo-url input[type=text]{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.social-container #social-odnoklassniki + label{
  background:url('../png/logo.png') center center no-repeat #FFF;
}
.social-container #social-odnoklassniki:checked + label{
  background:url('../png/logo.png') center center no-repeat #ff7a00;
}
.social-container #social-odnoklassniki-url input[type=text]{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.social-container #social-vk + label{
  background:url('../png/logo.png') center center no-repeat #FFF;
}
.social-container #social-vk:checked + label{
  background:url('../png/logo.png') center center no-repeat #ff7a00;
}
.social-container #social-vk-url input[type=text]{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.social-container #social-snapchat + label{
  background:url('../png/logo.png') center center no-repeat #FFF;
}
.social-container #social-snapchat:checked + label{
  background:url('../png/logo.png') center center no-repeat #ff7a00;
}
.social-container #social-snapchat-url input[type=text]{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.social-container #social-weibo + label{
  background:url('../png/logo.png') center center no-repeat #FFF;
}
.social-container #social-weibo:checked + label{
  background:url('../png/logo.png') center center no-repeat #ff7a00;
}
.social-container #social-weibo-url input[type=text]{
  background:url('../png/logo.png') 10px center no-repeat transparent;
}
.selection-table-wrapper{
  margin: 10px 0 20px 0;
}
.selection-table-wrapper .msg-wrapper{
  text-align:center;
}
.has-error .selection-table-wrapper .msg-wrapper .msg-error{
  display:inline-block;
}
.selection-radio-table{
  width:228px;
  margin:auto;
  font-size: 0;
}
.selection-radio-table .radio-button{
  vertical-align: bottom;
  width:54px;
  font-size: 14px;
  margin: 0;
  text-align: center;
  position: relative;
}
.selection-radio-table .radio-button.btn-big{
  width: 60px;
}
.selection-radio-table .radio-button span.checked{
  color:#ff7a00;
}
.selection-radio-table .radio-button span.radio-min{
  display: inline-block;
  position: absolute;
  right: 100%;
  line-height: 30px;
  width: 250px;
  text-align: right;
}
.selection-radio-table .radio-button span.radio-max{
  display: inline-block;
  position: absolute;
  left: 100%;
  line-height: 30px;
  width: 250px;
  text-align: left;
}
.selection-radio-table .radio-button.btn-big input[type="radio"] + label{
  width:30px;
  height:30px;
  padding:0;
  margin:auto;
}
.selection-radio-table .radio-button input[type="radio"] + label{
  width:24px;
  height:24px;
  padding:0;
  margin: 0 auto 3px auto;
}
.checkbox-wrapper{
  display:inline-block;
  vertical-align:top;
}
.checkbox-wrapper input[type=checkbox],
.woocommerce-checkout #payment .radio-button div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .form-row input[type=checkbox]{
  position:absolute;
  z-index:-1000;
  left:-1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height:1px;
  width:1px;
  margin:-1px;
  padding:0;
  border:0;
}
.checkbox-wrapper input[type=checkbox] + label,
.woocommerce-checkout #payment .radio-button div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput + label,
.woocommerce-checkout #payment div.payment_box .form-row input[type=checkbox] + label{
  padding-left:20px;
  height:15px;
  display:inline-block;
  line-height:15px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:15px;
  vertical-align:middle;
  cursor:pointer;
  background-image:url('../png/logo.png');
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.woocommerce-checkout #payment div.payment_box .form-row input[type=checkbox] + label{
  display: inline-block !important;
}
.checkbox-wrapper input[type=checkbox]:checked + label,
.woocommerce-checkout #payment .radio-button div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput:checked + label,
.woocommerce-checkout #payment div.payment_box .form-row input[type=checkbox]:checked + label {
  background-position: 0 -15px;
}
.checkbox-wrapper + label{
  cursor:pointer;
}
 .woocommerce-checkout #payment .radio-button div.payment_box .woocommerce-SavedPaymentMethods,
 .woocommerce-checkout #payment .radio-button div.form-row{
  padding: 0;
  margin:0;
  position: relative;
}
.woocommerce-checkout #payment .radio-button div.payment_box .woocommerce-SavedPaymentMethods li{
  width:auto;
}
.woocommerce-checkout #payment .radio-button div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput + label,
.woocommerce-checkout #payment div.payment_box .form-row input[type=checkbox] + label {
  cursor:pointer;
  box-shadow: none;
  font-weight: normal;
  border: 0;
  opacity:1;
}
/* MAIN PAGE */
/*
.category-popup {
  display: none;
  width: -webkit-calc(100% - 2px); /* 2 border * /
  width: -moz-calc(100% - 2px); /* 2 border * /
  width: calc(100% - 2px); /* 2 border * /
  margin: 0;
  position: absolute;
  top:35px;
  left:0;
  background: #ffffff;
  z-index: 1;
  border: 1px solid #ff7a00;
  font-size: 14px;
}
.category-popup .category-list {
  list-style-type: none;
  margin: 0px;
  padding:0;
}
.category-popup .category-list .category {
  color: #000;
  display:inline-block;
  padding:5px;
  vertical-align:top;
}
.category-popup .category-list .category input[type=checkbox]{
  vertical-align: top;
  margin:0;
  padding:0;
}
.category-popup p{
  padding:5px 10px;
  margin:0;
}
.category-popup .close {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
*/
.left-sidebar-col{
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 230px;
  font-size: 14px;
  color: inherit;
  background-color: #FFF;
}
.left-sidebar-col .content-wrapper.stick-to-bottom{
  padding-bottom:768px;
}
.left-sidebar-col .content-wrapper.stick-to-bottom .left-banner-wrapper{
  position: absolute;
  bottom: 0;
  top: auto;
}
.left-sidebar-col .content-wrapper.sticky .left-banner-wrapper{
  position: fixed;
  top: 52px;
}
.left-sidebar-col .content-wrapper .left-banner-wrapper{
  padding-bottom:20px;
}
.left-sidebar-col .left-banner{
  text-align: center;
  padding: 20px 0 0 0;
}
.left-sidebar-col .left-banner .banner-title{
  color: #4c2aae;
  font-size:20px;
}
.left-sidebar-col .left-banner button{
  padding: 10px;
  font-weight: bold;
}
.page-home .filter-menu .content-wrapper{
  background-color: #FFF;
}
.page-home .filter-menu #close-filter-menu{
  display:none;
}
.page-home .top-banner{
  color: #FFF;
  position:relative;
  font-size:32px;
}
.page-home .top-banner .site-wrapper{
  padding: 0;
}
.page-home .top-banner p{
  margin:0;
  padding-top:20px;
}
.page-home .top-banner span{
  font-weight:700;
}
.page-home .top-banner img{
  position:absolute;
  right:0;
  top:0;
}
.page-home .section-info{
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -webkit-appearance: none;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: url('../png/gradient_shadow.png') no-repeat bottom center #FFF;
  background-size: 100% 1px;
  font-size: 0;
  text-align: left;
  margin-top: 15px;
}
.page-home .section-info .img-wrapper{
  display:inline-block;
  vertical-align: middle;
  margin-right:10px;
  width:124px;
}
.page-home .section-info .text-wrapper{
  display:inline-block;
  vertical-align: middle;
  font-size: 14px;
  max-width: calc(100% - 140px);
}
.page-home .current-filter{
  margin-bottom: 15px;
  position: relative;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -webkit-appearance: none;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: url('../png/gradient_shadow.png') no-repeat bottom center #FFF;
  background-size: 100% 1px;
  text-align: left;
}
.page-home .current-filter #filter-current{
  margin: 15px 0;
}
.page-home .current-filter .row{
  font-size: 0;
}
.page-home .current-filter .row .col-left,
.page-home .current-filter .row .col-right{
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  line-height: 15px;
  width:50%;
}
.page-home .current-filter .row .col-right{
  text-align: right;
}
.page-home .current-filter .sel-filter-item{
  background-color: #ff7a00;
  color: #FFF;
  display: inline-block;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px 9px;
  font-family: Roboto;
  font-size: 12px;
  margin: 0 5px 5px 0;
  line-height: 16px;
}
.page-home .current-filter .sel-filter-item .close-sel-filter-item {
  background:url('../png/logo.png') center center no-repeat transparent;
  cursor:pointer;
  color:#FFF;
  font-weight:bold;
  font-size:12px;
  text-align:center;
  width:16px;
  height:16px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.page-home .current-filter .filter-cat-wrapper{
  display: inline-block;
  vertical-align: top;
}
.page-home .current-filter .filter-cat-wrapper > span{
  font-size: 12px;
  margin: 0 5px 5px 0;
  line-height: 26px;
  font-weight: bold;
}
.page-home .current-filter .filter-reset{
  cursor: pointer;
}
.page-home .current-filter .filter-reset img{
  top: 1px;
  position: relative;
  vertical-align: top;
}
/* PAGE HOME 2020 START */
.page-home-2020 img{
  max-width:100%;
}
.page-home-2020 .segment{
  position:relative;
}
.page-home-2020 .seg-top{
  text-align:center;
  padding-top: 70px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: url(../png/logo.png) top center no-repeat;
  background-size: cover;
}
.page-home-2020 .seg-top h1{
  margin:0;
  color: #FF7A00;
  font-weight: 900;
  font-size: 60px;
}
.page-home-2020 .seg-top h1 .title-part-1{
  color: #FF7A00;
}
.page-home-2020 .seg-top h1 .title-part-2{
  color: #4B2BAD;
}
.page-home-2020 .seg-top h1 .title-part-3{
  color: #790EC9;
}
.page-home-2020 .segment h3{
  color: #4B2BAD;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  margin: 5px 10px 0 10px;
}
.page-home-2020 .seg-top .glider .slick-list{
  overflow:visible;
}
.page-home-2020 .seg-top .glider .slick-dots li.slick-active button:before{
  color: #ff7a00;
  opacity:1;
}
.page-home-2020 .seg-top .cell-agencies{
  position: absolute;
  left: 0;
  top: 0;
  background: url('../png/logo.png') -115px center no-repeat transparent;
  background-size: 100%; /* 100%;*/
  height:1150px;
  width:calc(50% - 50px);
  /* margin-top: -220px; */
  margin-top:50px;
}
.page-home-2020 .seg-top .cell-clients{
  position: absolute;
  right: 0;
  top: 0;
  background: url('../png/logo.png') 115px center no-repeat transparent;
  background-size: 100%; /* 100%; */
  height:1150px;
  width:calc(50% - 50px);
  /*margin-top: -220px;*/
  margin-top:50px;
}
.page-home-2020 .seg-top .images-wrapper{
  position: relative;
  z-index: 1;
  margin: 90px 0 180px 0;
}
.page-home-2020 .seg-top .images-wrapper img{
  z-index: 1;
  position: relative;
  margin: auto;
}
.page-home-2020 .seg-top .text+.images-wrapper{
  margin-top:-50px;
}
.page-home-2020 .seg-services{
  text-align:center;
  padding-bottom: 50px;
}
.page-home-2020 .segment .text{
  font-size: 16px;
  line-height: 19px;
  margin:10px 10px 60px 10px;
}
.page-home-2020 .seg-top .text{
  color:#4B2BAD;
  z-index: 2;
  position: relative;
}
.page-home-2020 .seg-top .text .button-wrapper{
  margin-top:30px;
}
.page-home-2020 .seg-services .container{
  max-width: 1308px;
  font-size:0;
  margin:auto;
}
.page-home-2020 .seg-services .box{
  width:282px;
  display:inline-block;
  vertical-align:top;
  margin:0 18px 36px 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4B2BAD;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -webkit-appearance: none;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.page-home-2020 .seg-services .box .img-wrapper{
  border-bottom: 2px solid #4B2BAD;
  height:244px;
}
.page-home-2020 .seg-services .box .img-wrapper img{
  display:inline-block;
  vertical-align:middle;
}
.page-home-2020 .seg-services .box .label{
  text-align: left;
  margin: 10px;
  padding-right: 20px;
  background: url('../png/logo.png') top right no-repeat transparent;
}
.page-home-2020 .seg-statistics{
  background: url('../png/logo.png') top center repeat #5532BB;
  text-align:center;
  font-size:0;
}
.page-home-2020 .seg-statistics .container{
  max-width: 1236px;
  margin:auto;
}
.page-home-2020 .seg-statistics .cell{
  display: inline-block;
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  color: #FFF;
  margin: 50px 25px;
  width: calc(33.33% - 50px);
}
.page-home-2020 .seg-statistics .cell span{
  display:block;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.page-home-2020 .seg-registration{
  padding-top:75px;
  text-align:center;
  background-color: #FFF;
}
.page-home-2020 .seg-registration .text{
  margin-bottom:40px;
}
.page-home-2020 .seg-registration .box-wrapper{
  font-size:0;
}
.page-home-2020 .seg-registration .box{
  display:inline-block;
  vertical-align:top;
  padding:120px 90px 90px 90px;
}
.page-home-2020 .seg-registration .cell{
  position:relative;
}
.page-home-2020 .seg-registration .box .content{
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -webkit-appearance: none;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  position: relative;
  z-index: 1;
  background-color:#FFF;
  width:424px;
  height:292px;
}
.page-home-2020 .seg-registration .box .img{
  position: absolute;
  top:-120px;
  left: 0;
  right: 0;
}
.page-home-2020 .seg-registration .box .bckg{
  width: 341px;
  height:313px;
  position: absolute;
  top:-55px;
  background: url('../png/logo.png') 0 center no-repeat transparent;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.page-home-2020 .seg-registration .box.agency .bckg{
  left:-120px;
}
.page-home-2020 .seg-registration .box.client .bckg{
  right:-120px;
}
.page-home-2020 .seg-registration .box.agency:hover .bckg{
  background-image: url('../png/logo.png');
}
.page-home-2020 .seg-registration .box.client:hover .bckg{
  background-image: url('../png/logo.png');
}
.page-home-2020 .seg-registration .box .title{
  padding-top: 150px;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
}
.page-home-2020 .seg-registration .box.agency .title{
  color:#FF7A00;
}
.page-home-2020 .seg-registration .box.client .title{
  color:#790EC9;
}
.page-home-2020 .seg-registration .subtitle{
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  margin-bottom:25px;
}
.page-home-2020 .seg-registration input.button{
  width:212px;
}
.page-home-2020 .seg-elite{
  padding-top:60px;
  text-align:center;
  background-color:#F8F8F8;
}
.page-home-2020 .seg-elite .box-wrapper{
  max-width: 1236px;
  font-size:0;
  margin: 54px auto 0 auto;
}
.page-home-2020 .seg-elite .box{
  width:calc(33.33% - 36px);
  height: 142px;
  display:inline-block;
  vertical-align:top;
  position:relative;
  margin:36px 18px 0 18px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.35);
  -webkit-appearance: none;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.page-home-2020 .seg-elite .box.gold{
  border-bottom: 6px solid #F7C346;
}
.page-home-2020 .seg-elite .box.silver{
  border-bottom: 6px solid #969593;
}
.page-home-2020 .seg-elite .box.bronze{
  border-bottom: 6px solid #A96F45;
}
.page-home-2020 .seg-elite .box .img{
  width:160px;
  height:140px;
  display:block;
  margin:auto;
  position:absolute;
  top:-70px;
  left:0;
  right:0;
}
.page-home-2020 .seg-elite .box .img img{
  max-width: 92px;
  margin-top: 20px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 1px;
  max-height: 92px;
}
.page-home-2020 .seg-elite .box .img .score{
  width: 62px;
  height: 37px;
  margin: -10px auto 0 auto;
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 22px;
  line-height: 37px;
  font-weight: bold;
}
.page-home-2020 .seg-elite .box.gold .img{
  background:url('../png/logo.png') top center no-repeat transparent;
}
.page-home-2020 .seg-elite .box.silver .img{
  background:url('../png/logo.png') top center no-repeat transparent;
}
.page-home-2020 .seg-elite .box.bronze .img{
  background:url('../png/logo.png') top center no-repeat transparent;
}
.page-home-2020 .seg-elite .box.gold .img .score{
  background:url('../png/logo.png') top center no-repeat transparent;
}
.page-home-2020 .seg-elite .box.silver .img .score{
  background:url('../png/logo.png') top center no-repeat transparent;
}
.page-home-2020 .seg-elite .box.bronze .img .score{
  background:url('../png/logo.png') top center no-repeat transparent;
}
.page-home-2020 .seg-elite .box.gold.example .img{
  background:url('../png/logo.png') top center no-repeat transparent;
}
.page-home-2020 .seg-elite .box.silver.example .img{
  background:url('../png/logo.png') top center no-repeat transparent;
}
.page-home-2020 .seg-elite .box.bronze.example .img{
  background:url('../png/logo.png') top center no-repeat transparent;
}
.page-home-2020 .seg-elite .box .label{
  font-size: 20px;
  line-height: 23px;
  color:#4B2BAD;
  padding-top: 95px;
}
.page-home-2020 .seg-elite a{
  text-decoration:none;
}
.page-home-2020 .seg-elite .text{
  margin-bottom: 0;
  padding-bottom: 50px;
}
.page-home-2020 .seg-ranking{
  text-align:center;
  background-color:#FFF;
  padding-bottom: 60px;
}
.page-home-2020 .seg-ranking .text{
  margin: 10px auto 0 auto;
  max-width: 650px;
  padding: 0 10px;
}
.page-home-2020 .seg-ranking .segment-part-top{
  background: url('../png/logo.png') center center no-repeat #F8F8F8;
  padding: 80px 0 30px 0;
}
.page-home-2020 .seg-ranking .segment-part-bottom{
  background: url('../png/logo.png') bottom center no-repeat transparent;
  min-height:100px;
}
.page-home-2020 .seg-ranking .buttons-wrapper{
  font-size:0;
}
.page-home-2020 .seg-ranking .buttons-wrapper a{
  display:inline-block;
  margin:0 18px 18px 18px;
  width:176px;
}
.page-home-2020 .seg-brands{
  padding: 40px 0 50px 0;
  background: url('../png/logo.png') top center repeat #5532BB;
  background-size:100%;
  text-align:center;
  font-size:0;
}
.page-home-2020 .seg-brands h3{
  font-weight: 900;
  color:#FFF;
  margin: 0 0 10px 0;
}
.page-home-2020 .seg-brands .glider{
  margin-top:40px;
}
.page-home-2020 .seg-brands .glider:nth-child(2n+1){
  margin-left:-150px;
}
.page-home-2020 .seg-brands .glider .cell{
  width:300px;
  height:100px;
}
.page-home-2020 .seg-brands .glider .cell img{
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  max-width:50%;
  max-height:100px;
}
.page-home-2020 .seg-benefits {
  padding: 50px 0;
  background-color:#FFF;
  text-align: center;
  font-size: 0;
}
.page-home-2020 .seg-benefits .container{
  margin-top: 20px;
}
.page-home-2020 .seg-benefits .buttons-wrapper .button{
  background-color:#F8F8F8;
  border: 1px solid #F8F8F8;
  color:#BDBDBD;
  width:176px;
  margin-left:36px;
}
.page-home-2020 .seg-benefits .buttons-wrapper .button:first-of-type{
  margin-left:0;
}
.page-home-2020 .seg-benefits .buttons-wrapper .btn-agencies:hover{
  border: 1px solid #ff7a00;
  color: #ff7a00;
  background-color:transparent;
}
.page-home-2020 .seg-benefits .buttons-wrapper .btn-marketers:hover{
  border: 1px solid #790EC9;
  color: #790EC9;
  background-color:transparent;
}
.page-home-2020 .seg-benefits .btn-agencies.active{
  background-color: #ff7a00;
  color: #FFF;
  border-color:#ff7a00;
}
.page-home-2020 .seg-benefits .btn-marketers.active{
  background-color: #790EC9;
  color: #FFF;
  border-color:#790EC9;
}
.page-home-2020 .seg-benefits .box-wrapper{
  font-size: 0;
  visibility:hidden;
  position:relative;
  max-width: 1272px;
  margin: auto;
  transition: opacity 1s;
  opacity: 0;
  height: 0;
}
.page-home-2020 .seg-benefits .box-wrapper.agencies.active,
.page-home-2020 .seg-benefits .box-wrapper.marketers.active{
  visibility:visible;
  opacity: 1;
  height: auto;
}
.page-home-2020 .seg-benefits .box{
  display: inline-block;
  vertical-align: top;
  padding: 110px 18px 20px 18px;
}
.page-home-2020 .seg-benefits .cell{
  position: relative;
}
.page-home-2020 .seg-benefits .box .content{
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -webkit-appearance: none;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  width: 388px;
  height: 327px;
}
.page-home-2020 .seg-benefits .box .img{
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
}
.page-home-2020 .seg-benefits .box .title{
  padding-top: 205px;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
}
.page-home-2020 .seg-benefits .box .text{
  color:#696969;
  font-size: 14px;
  line-height: 16px;
  margin: 15px 10px 10px 10px;
}
.page-home-2020 .seg-benefits .agencies .bckg-left{
  width: 370px;
  height: 342px;
  position: absolute;
  top: -15px;
  left: -167px;
  background: url('../png/logo.png') top center no-repeat transparent;
}
.page-home-2020 .seg-benefits .agencies .bckg-right{
  width: 341px;
  height: 313px;
  position: absolute;
  top: 17px;
  right:-152px;
  background: url('../png/logo.png') top center no-repeat transparent;
}
.page-home-2020 .seg-benefits .marketers .bckg-left{
  width: 341px;
  height: 313px;
  position: absolute;
  top: 17px;
  left:-152px;
  background: url('../png/logo.png') top center no-repeat transparent;
}
.page-home-2020 .seg-benefits .marketers .bckg-right{
  width: 370px;
  height: 342px;
  position: absolute;
  top: -15px;
  right: -167px;
  background: url('../png/logo.png') top center no-repeat transparent;
}
.page-home-2020 .seg-blog{
  padding: 50px 0 70px 0;
  text-align: center;
}
.page-home-2020 .seg-blog .columns{
  max-width:1236px;
  display:block;
  margin:auto;
  font-size:0;
}
.page-home-2020 .seg-blog .columns .col-left{
  display:inline-block;
  vertical-align:top;
  margin-right:36px;
  width:812px;
}
.page-home-2020 .seg-blog .columns .col-right{
  display:inline-block;
  vertical-align:top;
  width:calc(100% - 848px);
}
.page-home-2020 .seg-blog .post-wrapper{
  margin-bottom:36px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -webkit-appearance: none;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color:#FFF;
  text-align:left;
  overflow:hidden;
  display: block;
  color: #696969;
  text-decoration: none;
}
.page-home-2020 .seg-blog .post-wrapper:last-of-type{
  margin-bottom:0;
}
.page-home-2020 .seg-blog .col-left .post-wrapper .post-title{
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-top:15px;
  padding:0 14px;
}
.page-home-2020 .seg-blog .col-right .post-wrapper .post-title{
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-top:10px;
  padding:0 14px;
}
.page-home-2020 .seg-blog .post-wrapper .post-text{
  font-size: 14px;
  line-height: 16px;
  margin-top:13px;
  padding:0 14px;
  text-align: justify;
}
.page-home-2020 .seg-blog .columns .col-left .post-wrapper{
  height:576px;
}
.page-home-2020 .seg-blog .columns .col-right .post-wrapper{
  height:270px;
}
.page-home-2020 .seg-blog .columns .post-img img{
  display:none;
}
.page-home-2020 .seg-blog .columns .col-left .post-img{
  width:100%;
  height:437px;
  border-bottom-right-radius: 6px;
  background:center center no-repeat #FFF;
  background-size:100%;
}
.page-home-2020 .seg-blog .columns .col-right .post-img{
  width:100%;
  height:209px;
  border-bottom-right-radius: 6px;
  background:center center no-repeat #FFF;
  background-size:100%;
}
.page-home-2020 .seg-needs{
  padding: 50px 0 70px 0;
  text-align: center;
  background-color:#FFF;
}
.page-home-2020 .seg-needs .columns{
  position:relative;
  font-size:0;
}
.page-home-2020 .seg-needs .col-left,
.page-home-2020 .seg-needs .col-right{
  display:inline-block;
  width:50%;
  vertical-align:top;
}
.page-home-2020 .seg-needs .col-left .row-top{
  background:url('../png/logo.png') top right no-repeat transparent;
  height:175px;
  display:block;
  margin-top: 8px;
  padding-right: 80px;
}
.page-home-2020 .seg-needs .col-left .row-top .content,
.page-home-2020 .seg-needs .col-right .row-bottom .content{
  display:inline-block;
  vertical-align:middle;
  width: 100%;
}
.page-home-2020 .seg-needs .col-left .row-top .title{
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  color:#4B2BAD;
}
.page-home-2020 .seg-needs .columns .text{
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  margin:10px 0 0 0;
  color:#4B2BAD;
  position: relative;
  height: 23px;
}
.page-home-2020 .seg-needs .columns .text span{
  position: absolute;
  left:0;
  right:0;
  opacity: 0;
  overflow: hidden;
  -webkit-animation: rotateWord 40s linear infinite 0s;
  -ms-animation: rotateWord 40s linear infinite 0s;
  animation: rotateWord 40s linear infinite 0s;
}
.page-home-2020 .seg-needs .columns.animation-paused .text span{
  -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused;
}
.page-home-2020 .seg-needs .columns .text span:nth-child(2){
  -webkit-animation-delay: 5s;
  -ms-animation-delay: 5s;
  animation-delay: 5s;
}
.page-home-2020 .seg-needs .columns .text span:nth-child(3){
  -webkit-animation-delay: 10s;
  -ms-animation-delay: 10s;
  animation-delay: 10s;
}
.page-home-2020 .seg-needs .columns .text span:nth-child(4){
  -webkit-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
}
.page-home-2020 .seg-needs .columns .text span:nth-child(5){
  -webkit-animation-delay: 20s;
  -ms-animation-delay: 20s;
  animation-delay: 20s;
}
.page-home-2020 .seg-needs .columns .text span:nth-child(6){
  -webkit-animation-delay: 25s;
  -ms-animation-delay: 25s;
  animation-delay: 25s;
}
.page-home-2020 .seg-needs .columns .text span:nth-child(7){
  -webkit-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}
.page-home-2020 .seg-needs .columns .text span:nth-child(8){
  -webkit-animation-delay: 35s;
  -ms-animation-delay: 35s;
  animation-delay: 35s;
}
@-webkit-keyframes rotateWord {
  0% { opacity: 0; }
  6% { opacity: 0; -webkit-transform: translateY(-15px); }
  7% { opacity: 1; -webkit-transform: translateY(0px);}
  17% { opacity: 1; -webkit-transform: translateY(0px); }
  20% { opacity: 0; -webkit-transform: translateY(30px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
  0% { opacity: 0; }
  6% { opacity: 0; -ms-transform: translateY(-15px); }
  7% { opacity: 1; -ms-transform: translateY(0px);}
  17% { opacity: 1; -ms-transform: translateY(0px); }
  20% { opacity: 0; -ms-transform: translateY(30px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes rotateWord {
  0% { opacity: 0; }
  6% { opacity: 0; -webkit-transform: translateY(-15px); transform: translateY(-15px); }
  7% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
  17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
  20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
.page-home-2020 .seg-needs .col-left .row-bottom{
  background:url('../png/logo.png') top right no-repeat transparent;
  height:77px;
  display:block;
  padding-right: 180px;
  margin-right: -100px;
  margin-top: -8px;
}

.page-home-2020 .seg-needs .col-left .row-bottom .title,
.page-home-2020 .seg-needs .col-right .row-top .title{
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color:#4B2BAD;
  display: inline-block;
  vertical-align: middle;
}
.page-home-2020 .seg-needs .needs-logo{
  position:absolute;
  top:-4px;
  bottom:0;
  left:0;
  right:0;
  height: 87px;
  margin: auto;
}
.page-home-2020 .seg-needs .needs-logo img{
  margin:auto;
}
.page-home-2020 .seg-needs .col-right .row-top{
  background:url('../png/logo.png') top left no-repeat transparent;
  height:77px;
  display:block;
  padding-left: 80px;
}
.page-home-2020 .seg-needs .col-right .row-bottom{
  background:url('../png/logo.png') top left no-repeat transparent;
  height:175px;
  display:block;
  margin-top: -2px;
  margin-left: 30px;
  padding-left: 50px;
}
.page-home-2020 .seg-needs .col-right .row-bottom .title{
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color:#4B2BAD;
}
.page-home-2020 .seg-featured{
  padding: 70px 0 30px 0;
  text-align:center;
  font-size:0;
  background:url('../png/logo.png') top center repeat transparent;
  background-size: 100%;
}
.page-home-2020 .seg-featured h3{
  font-weight: 900;
  color:#E0E0E0;
  margin: 0;
}
.carousel{
  margin: auto;
  overflow:hidden;
  position: relative;
  width: 100%;
  height:100%;
}
.carousel-track {
  animation: carousel-scroll 30s linear infinite;
  display: block;
  width: 100%; /*set inline as cell width * 2 * number of cells */
}
.carousel-cell {
  display:inline-block;
  vertical-align:top;
}
@keyframes carousel-scroll {
  0% { transform: translateX(0); }
}
.page-home-2020 .seg-featured .featured-on-wrapper{
  height: 70px;
  font-size: 0;
  margin: 40px 0;
}
.page-home-2020 .seg-featured .featured-on .carousel-cell{
  height: 70px;
  width: 300px;
}
.page-home-2020 .seg-featured .featured-on .carousel-cell img{
  display:inline-block;
  margin: auto;
  vertical-align:middle;
  max-height:70px;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.page-home-2020 .seg-featured .featured-on .carousel-cell:hover img{
  -webkit-filter: grayscale(0);
  filter: none;
}
.page-home-2020 .seg-featured .carousel-track:hover{
  animation-play-state: paused;
}

.page-home-2020 .seg-comments{
  padding: 70px 0;
  text-align:center;
  font-size:0;
  background:url('../png/logo.png') center center no-repeat #FFF;
  min-height: 460px;
}
.page-home-2020 .seg-comments .container{
  position:relative;
  max-width: 1236px;
  margin:auto;
}
.page-home-2020 .seg-comments h3{
  margin-top:50px;
  padding-right: 93px;
}
.page-home-2020 .seg-comments h3 img{
  vertical-align: middle;
}
.page-home-2020 .seg-comments .container .img{
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.page-home-2020 .seg-comments .glider-section{
  max-width: 592px;
  min-height: 220px;
  margin: 20px 0 0 auto;
  position:initial;
}
.page-home-2020 .seg-comments .glider-section .glider-testimonials .cell{
  padding:30px;
}
.page-home-2020 .seg-comments .glider-section .glider-testimonials .cell .img-wrapper{
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.page-home-2020 .seg-comments .glider-section .glider-testimonials .cell .author {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 94px);
  font-weight: 500;
  font-size: 18px;
  text-align:left;
}
.page-home-2020 .seg-comments .glider-section .glider-testimonials .cell .author span{
  display:block;
  font-weight: normal;
  font-size: 12px;
}
.page-home-2020 .seg-comments .glider-section .glider-testimonials .cell .testimony {
  font-size: 14px;
  margin-top:20px;
  text-align:left;
}
.page-home-2020 .seg-comments .glider-section .section-content,
.page-home-2020 .seg-comments .glider-section .slick-dotted.slick-slider {
  position:initial;
  padding: 0;
  margin: 0;
}
.page-home-2020 .seg-comments .glider-section .slick-dots {
  bottom: -60px;
  left: 0;
  right: 0;
}
.page-home-2020 .seg-comments .glider-section .slick-dots li {
  background: #FBDAC4;
  width: 10px;
  height: 10px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 50%;
}
.page-home-2020 .seg-comments .glider-section .slick-dots li.slick-active,
.page-home-2020 .seg-comments .glider-section .slick-dots li:hover {
  background: #FD7A22;
}
.page-home-2020 .seg-comments .glider-section .slick-dots li button {
  display: none;
}
.page-home-2020 .seg-register{
  background: url(../png/logo.png) center 50px no-repeat #FFFFFF;
  text-align: center;
  padding-bottom: 80px;
}
.page-home-2020 .seg-register h3{
  margin-top: 0;
  display: inline-block;
  max-width: 732px;
  text-align: left;
  vertical-align: middle;
}
.page-home-2020 .seg-register .buttons-wrapper{
  display: inline-block;
  vertical-align: middle;
  margin-left: 110px;
}
.page-home-2020 .seg-register .buttons-wrapper a.button{
  font-weight: bold;
  font-size: 18px;
  width: 250px;
  line-height: 32px;
}
.page-home-2020 .slick-slide .images-wrapper.aoty2021{
  margin-top:-17px;
  /*height:310px;*/
  background: url(../png/logo.png) center center no-repeat;
  margin-bottom: 0;
  padding-bottom: 300px;
  height: 610px;
  background-size: contain;
}
.page-home-2020 .slick-slide .images-wrapper.aoty2021 img{
  max-height:100%;
  max-width:50%;
}
.page-home-2020 .slick-slide .images-wrapper.aoty2022{
  /*margin-top: -300px;
  /* height: 310px; * /
  background: url(images/AOTY2022-bckg.png) center center no-repeat;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 1100px;
  background-size: contain;
  padding-top: 390px;
  */
  margin-top:-175px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-home-2020 .cell .button-wrapper a.button{
  background-color: #FFF;
  color:#B4BCBF;
  padding: 10px 30px;
}
.page-home-2020 .slick-slide .images-wrapper.aoty2022 .mob-ver{
  display:none;
}
.page-home-2020 .slick-slide .images-wrapper.aoty2022 img{
  max-height:100%;
  /*max-width:50%;*/
  max-width:100%;
}
/* PAGE HOME 2020 END */
.main-col.middle-col{
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 0 0 15px 17px;
}
#loading-mask{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  text-align: center;
  background: rgba(255,255,255,0.7);
}
#loading-mask .img-wrapper{
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

#click-to-close-mask{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99990;
  text-align: center;
  /* background: rgba(255,255,255,0.7); */
}
#click-to-close-mask.open {
  display: block;
}

/*
loading pacman start
*/
@keyframes lds-pacman-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes lds-pacman-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes lds-pacman-2 {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes lds-pacman-2 {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes lds-pacman-3 {
  0% {
    -webkit-transform: translate(190px, 0);
    transform: translate(190px, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(70px, 0);
    transform: translate(70px, 0);
    opacity: 1;
  }
}
@-webkit-keyframes lds-pacman-3 {
  0% {
    -webkit-transform: translate(190px, 0);
    transform: translate(190px, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(70px, 0);
    transform: translate(70px, 0);
    opacity: 1;
  }
}
.lds-pacman {
  position: relative;
}
.lds-pacman > div:nth-child(2) div {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 120px;
  height: 60px;
  border-radius: 120px 120px 0 0;
  background: #ff7a00;
  -webkit-animation: lds-pacman-1 1s linear infinite;
  animation: lds-pacman-1 1s linear infinite;
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.lds-pacman > div:nth-child(2) div:nth-child(2) {
  -webkit-animation: lds-pacman-2 1s linear infinite;
  animation: lds-pacman-2 1s linear infinite;
}
.lds-pacman > div:nth-child(1) div {
  position: absolute;
  top: 92px;
  left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4a2bac;
  -webkit-animation: lds-pacman-3 1s linear infinite;
  animation: lds-pacman-3 1s linear infinite;
}
.lds-pacman > div:nth-child(1) div:nth-child(1) {
  -webkit-animation-delay: -0.67s;
  animation-delay: -0.67s;
}
.lds-pacman > div:nth-child(1) div:nth-child(2) {
  -webkit-animation-delay: -0.33s;
  animation-delay: -0.33s;
}
.lds-pacman > div:nth-child(1) div:nth-child(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-pacman {
  display: inline-block;
  vertical-align: middle;
  width: 30px !important;
  height: 30px !important;
  -webkit-transform: translate(-31px, -31px) scale(0.25) translate(46px, 46px);
  transform: translate(-31px, -31px) scale(0.25) translate(46px, 46px);
}
/* loading pacman end */

.page-home .main-col.middle-col,
.page-static .main-col.middle-col{
  padding: 15px 0 15px 17px;
}
.page-home .main-col .filter-section{
  display:none;
}
.clearfix { clear: both; }
.page-home .filter-menu .header-title{
  color: #4c2aae;
  text-align: center;
  padding: 20px 0 5px 0;
}
.page-home .filter-menu .header-img{
  text-align: center;
  margin-bottom:10px;
}
.page-home .filter-menu .top-section{
  padding:10px 20px;
  border-bottom:1px solid #EBEBEB;
  position:relative;
}
.page-home .filter-menu .top-section .filter-reset{
  position: absolute;
  right: 20px;
  top: 13px;
  line-height: 12px;
  font-size: 12px;
  cursor: pointer;
}
.page-home .filter-menu .top-section .filter-reset img{
  vertical-align: top;
  margin-left:5px;
}
.page-home .filter-menu .top-section .sel-filter-item{
  padding:10px 20px 0 0;
  position:relative;
  font-size:12px;
  line-height: 16px;
}
.page-home .filter-menu .top-section .sel-filter-item:last-of-type{
  padding-bottom:10px;
}
.page-home .filter-menu .top-section .sel-filter-item .close-sel-filter-item {
  background:url('../png/logo.png') center center no-repeat #FFF;
  position:absolute;
  right:0;
  top:8px;
  cursor:pointer;
  /* background-color:#EBEBEB; */
  color:#3C3C3C;
  font-weight:bold;
  font-size:12px;
  text-align:center;
  width:16px;
  height:16px;
}

.page-home .filter-menu .filter-cat .filter-item.msg {
  color: #4c2aae;
  position: relative;
  /*margin-right: 20px;*/
  text-align: center;
}

.page-home .filter-menu .filter-cat .filter-item.hint {
  padding-bottom: 0;
  padding-top: 10px;
}

.page-home .filter-menu .filter-cat .close-search-filter-msg {
  display: block;
  color: #4c2aae;
  text-decoration: none;
  line-height: 1.4;
}

.page-home .filter-menu .filter-cat,
.page-home .filter-menu #filter-menu-header{
  border-bottom:1px solid #EBEBEB;
}
.page-home .filter-menu .filter-cat.open{
  background-color:#FAFAFA;
  padding-bottom: 15px;
}
.page-home .filter-menu .filter-cat-title .filter-sel-cnt{
  position: absolute;
  right: 50px;
  color: #FFF;
  background-color: #ff7a00;
  display: none;
  font-size: 12px;
  padding: 0 6px;
  line-height: 19px;
  border-radius: 20px;
  top: 9px;
  font-weight: bold;
}
.page-home .filter-menu .filter-cat-title .filter-sel-cnt.active{
  display:inline-block;
}
.page-home .filter-menu .filter-cat-title{
  cursor:pointer;
  color:inherit;
  text-decoration:none;
  padding:10px 20px;
  background: url('../png/logo.png') 90% center no-repeat transparent;
  position: relative;
}
.page-home .filter-menu .filter-cat.open .filter-cat-title{
  background: url('../png/logo.png') 90% center no-repeat #FAFAFA; /* #EBEBEB; */
}
.page-home .filter-menu .filter-cat .filter-item{
  padding:5px 20px;
  font-size:12px;
  color:#696969;
  display: none;
}
.page-home .filter-menu .filter-cat .filter-btn{
  padding:5px 20px;
  font-size:12px;
  display:none;
}
.page-home .filter-menu .filter-cat.open .filter-item,
.page-home .filter-menu .filter-cat.open .filter-btn{
  display:block;
}
.page-home .filter-menu .filter-cat.open .filter-item.hidden{
  display:none;
}
#load-more{
  text-align:center;
}
.page-home .filter-menu .filter-search .search-input,
.page-home .filter-menu .filter-cat .filter-item .search-input{
  width: calc(100% - 20px);
  background-image: url('../png/logo.png');
  background-repeat: no-repeat;
  background-position: 97% center;
  font-size: 12px;
  padding: 6px 9px;
  margin: 5px 0 0 0;
  line-height: 20px;
  color:inherit;
}
.page-home .filter-menu .filter-button input[type=submit],
.page-home .filter-menu .filter-cat .filter-btn input[type=submit]{
  width: calc(100% - 40px);
  margin-bottom: 10px;
}
.page-home .filter-menu .filter-button input[type=submit]{
  margin-top:10px;
}
.shaking {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both infinite;
  transform: translate3d(0, 0, 0);
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.page-home .filter-menu .filter-cat .filter-item label{
  cursor:pointer;
  display: inline-block;
  max-width: calc(100% - 20px);
}
.page-home .top-img-wrapper,
.page-static .top-img-wrapper{
  text-align: center;
  padding: 0;
  position:relative;
}
.top-img-wrapper .cell{
  width:765px;
  height:397px;
  position: relative;
}
.main-col .top-img-wrapper.glider-section .slick-list{
  padding:0;
}
.main-col .top-img-wrapper.glider-section .slick-dotted.slick-slider{
  margin:0;
  overflow: hidden;
}
.main-col .top-img-wrapper.glider-section .slick-dots{
  bottom: 33px;
  right: 195px;
}
.top-img-wrapper .cell-1{
  background:url('../png/logo.png') top center no-repeat transparent;
}
.top-img-wrapper .cell-2{
  background:url('../png/logo.png') top center no-repeat transparent;
}
.top-img-wrapper .cell-2 .button{
  position: absolute;
  bottom: 48px;
  left: 151px;
  width: 150px;
}
.top-img-wrapper .cell-3{
  background:url('../png/logo.png') top center no-repeat transparent;
}
.top-img-wrapper .cell-3 .button{
  position: absolute;
  bottom: 48px;
  left: 152px;
  width: 150px;
}
.top-img-wrapper .cell-4{
  background:url('../png/logo.png') top center no-repeat transparent;
}
.top-img-wrapper .cell-4 .button{
  position: absolute;
  bottom: 48px;
  left: 152px;
  width: 150px;
}
.top-img-wrapper .cell-5{
  background:url('../png/logo.png') top center no-repeat transparent;
}
.top-img-wrapper .cell-5 .button{
  position: absolute;
  bottom: 48px;
  left: 127px;
  width: 170px;
}
/*
.top-img-wrapper .cell-5 .indent{
  display:inline-block;
  margin-left:45px;
}
*/
.page-home .top-img-wrapper .top-img,
.page-static .top-img-wrapper .top-img{
  background:url('../png/logo.png') top center no-repeat transparent;
  width:765px;
  height:397px;
}
.page-agencies-of-the-month .top-img-wrapper .top-img{
  background:url('../png/logo.png') top center no-repeat transparent;
  width:765px;
  height: 381px;
}
.page-hiw .top-img-wrapper .top-img{
  background:url('../png/logo.png') top center no-repeat transparent;
  width:765px;
  height: 340px;
  padding-bottom: 8px;
}
.page-haiw .top-img-wrapper .top-img{
  background:url('../png/logo.png') top center no-repeat transparent;
  width:765px;
  height: 340px;
  padding-bottom: 8px;
}
.page-blog .top-img-wrapper .top-img{
  background:url('../png/logo.png') top center no-repeat transparent;
  width:765px;
  height: 361px;
  padding-bottom: 8px;
}
.page-about .top-img-wrapper .top-img{
  background:url('../png/logo.png') top center no-repeat transparent;
  width:765px;
  height: 363px;
  padding-bottom: 8px;
}
.page-contact .top-img-wrapper .top-img{
  background:url('../png/logo.png') top center no-repeat transparent;
  width:765px;
  height: 345px;
  padding-bottom: 8px;
}
.page-faq .top-img-wrapper .top-img{
  background:url('../png/logo.png') top center no-repeat transparent;
  width:765px;
  height: 371px;
  padding-bottom: 8px;
}
.page-pricing .top-img-wrapper .top-img{
  background:url('../png/logo.png') top center no-repeat transparent;
  width:765px;
  height: 377px;
  padding-bottom: 8px;
}
.page-home .top-img-wrapper h1,
.page-static .top-img-wrapper h1{
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: auto;
  color: #4c2aae;
  left: 22px;
  right: auto;
  top: 0;
  font-size: 33px;
  text-align: left;
  font-weight: 200;
  line-height: 1;
}
.page-home .top-img-wrapper h1 b,
.page-static .top-img-wrapper h1 b{
  font-size:40px;
  display: inline-block;
  margin-top: 4px;
}
.page-agencies-of-the-month .top-img-wrapper h1{
  left: 11px;
}
.page-home .top-img-wrapper h1 span,
.page-static .top-img-wrapper h1 span{
  font-weight: 700;
  font-size: 41px;
  display: inline-block;
  vertical-align: top;
  margin-top: -5px;
  margin-left: 4px;
  letter-spacing: 5px;
  line-height: 43px;
}
.page-agencies-of-the-month .top-img-wrapper h1 span{
  letter-spacing: 3px;
}
.page-agencies-of-the-month .top-img-wrapper h1 span.indent{
  display: inline-block;
  width: 58px;
  height: 43px;
}
.page-blog .top-img-wrapper h1{
  left:11px;
  line-height: 32px;
}
.page-blog .top-img-wrapper h1 span{
  line-height: 51px;
  margin-top: -10px;
}
.page-blog .top-img-wrapper h1 span.indent {
  margin-left: 60px;
}
/*
.page-about .top-img-wrapper h1{
  left: 11px;
  top: -4px;
}
*/
.page-about .top-img-wrapper h1 b{
  font-size:40px;
}
.page-about .top-img-wrapper h1 span{
  margin-left:-3px;
  line-height: 48px;
}
.page-about .top-img-wrapper h1 span.indent {
  margin-left: 60px;
}
/*
.page-hiw .top-img-wrapper h1,
.page-haiw .top-img-wrapper h1{
  line-height: 1;
  top: -2px;
  left: 34px;
}
*/
.page-hiw .top-img-wrapper h1 span,
.page-haiw .top-img-wrapper h1 span{
  line-height: inherit;
  margin-left: -2px;
}
/*
.page-faq .top-img-wrapper h1{
  left: 11px;
  top: 10px;
  line-height: 1;
}
*/
.page-faq .top-img-wrapper h1 span{
  margin-left: -6px;
  line-height: 44px;
}
.page-faq .top-img-wrapper h1 span.indent {
  margin-left: 60px;
}
.page-contact .top-img-wrapper h1 span{
  margin-left: 0;
  margin-top: -5px;
}

.page-static .home-404,
.page-static .home-403{
  color:#4a2bac;
  text-align:center;
  padding-bottom: 50px;
}
.page-static .home-404 h1,
.page-static .home-403 h1{
  font-size: 38px;
  bottom:auto;
}
.page-static .home-404 p,
.page-static .home-403 p{
  line-height:1.5;
}
.page-static .home-404 .btn-wrapper,
.page-static .home-403 .btn-wrapper{
  margin:20px 0;
}
.page-static .top-img-wrapper .top-404,
.page-static .top-img-wrapper .top-403{
  max-width: 100%;
  height: auto;
  margin: 60px 0 30px 0;
}
.btn-wrapper .btn-home {
  padding: 10px 35px;
  background: url('../png/logo.png') 15px center no-repeat #ff7a00;
  width: auto;
  display: block;
  text-align:center;
}
/*
.logged-in .page-home .top-img-wrapper .header-subtitle-1{
  position: absolute;
  left: 40px;
  bottom: 46px;
  color: #FFF;
  width: 160px;
}
.logged-in .page-home .top-img-wrapper .header-subtitle-2{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 23px;
  width: 160px;
  margin: auto;
  color: #FFF;
}
.logged-in .page-home .top-img-wrapper .header-subtitle-3{
  position: absolute;
  right: 40px;
  bottom: 32px;
  color: #FFF;
  width: 160px;
}
*/
.page-home .agency-item,
.page-advertising .agency-item,
.page-user .agency-item{
  font-size: 0;
  margin-bottom:10px;
  background: url('../png/gradient_shadow.png') no-repeat bottom center #FFF;
  background-size: 100% 1px;
  position: relative;
}
.page-advertising .agency-item{
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -webkit-appearance: none;
  margin-bottom: 0;
}
.page-user .agency-item{
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -webkit-appearance: none;
  margin: 0 0 10px 0;
}
.page-home .agency-item .agency-logo,
.page-home .agency-item .agency-info,
.page-home .agency-item .agency-score,
.page-advertising .agency-item .agency-logo,
.page-advertising .agency-item .agency-info,
.page-advertising .agency-item .agency-score,
.page-user .agency-item .agency-logo-date,
.page-user .agency-item .agency-info,
.page-user .agency-item .match-score{
  display:inline-block;
  vertical-align:top;
}
.page-home .agency-item .agency-logo,
.page-advertising .agency-item .agency-logo{
  width:124px;
  height:124px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  background: no-repeat center center transparent;
  background-size: cover;
}
.page-user .agency-item .agency-logo-date{
  width: 72px;
}
.page-user .agency-item .agency-logo-date .agency-logo{
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  background: no-repeat center center transparent;
  background-size: cover;
  width: 72px;
  height: 72px;
  display: block;
  margin: 0;
}
.page-home .agency-item .agency-logo a,
.page-advertising .agency-item .agency-logo a,
.page-user .agency-item .agency-logo-date a{
  display:block;
  height: 100%;
}
.page-home .agency-item .agency-logo img,
.page-advertising .agency-item .agency-logo img,
.page-user .agency-item .agency-logo-date img{
  max-width: 100%;
  max-height: 100%;
}
.page-user .agency-item .date-cell{
  font-size: 11px;
  text-align: center;
  padding: 5px;
}
.page-home .agency-item .agency-info,
.page-advertising .agency-item .agency-info{
  font-size: 14px;
  width: calc(100% - 288px);
  padding: 15px 20px 0 20px;
}
.page-user .agency-item .agency-info{
  font-size: 14px;
  width: calc(100% - 222px);
  padding: 10px 15px 0 15px;
}
.page-home .agency-item .agency-score,
.page-advertising .agency-item .agency-score{
  width:124px;
  height:125px;
  font-size: 28px;
  font-weight: bold;
  line-height: 125px;
  text-align:center;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  position:relative;
}
.page-user .agency-item .match-score{
  width:120px;
  height:121px;
  font-size: 28px;
  font-weight: bold;
  line-height: 121px;
  text-align:center;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  position:relative;
  background-color:#4b2bad;
  color: #FFF;
}
.page-home .agency-item .agency-score.with-img,
.page-advertising .agency-item .agency-score.with-img,
.page-user .agency-item .match-score.with-img{
  line-height: 1;
  font-size: 14px;
}
.page-home .agency-item .agency-score .pending,
.page-advertising .agency-item .agency-score .pending,
.page-user .agency-item .match-score.with-img .pending{
  max-width: 50px;
  height: auto;
}
.page-home .agency-item .agency-score.featured,
.page-advertising .agency-item .agency-score{
  background-color:#ff7a00;
  line-height: 1;
  font-size: 14px;
}
.page-advertising .agency-item .agency-score .img-wrapper,
.page-user .agency-item .match-score.with-img .img-wrapper{
  display:inline-block;
  vertical-align: middle;
}
.page-advertising .agency-item .agency-score .img-wrapper img{
  margin-bottom:5px;
}
.page-home .agency-item .anchor,
.page-advertising .agency-item .anchor,
.page-user .agency-item .anchor{
  position: absolute;
  top: -10px;
  left: 0;
  visibility: hidden;
}
.agency-score{
  background-color:#4b2bad;
  color: rgba(255,255,255,0.8);
}
.agency-score.featured,
.agency-score.is_claimed{
  color:#FFF;
}
/*.score-0{ background-color:#C0C0C0;}*/
.score-10{ background-color:#ff7a00; color:#FFF;}
.score-9_9{ background-color:#ff7500;}
.score-9_8{ background-color:#ff6d01;}
.score-9_7{ background-color:#ff6401;}
.score-9_6{ background-color:#ff5801;}
.score-9_5{ background-color:#ff4d00;}
.score-9_4{ background-color:#ff4101;}
.score-9_3{ background-color:#ff3601;}
.score-9_2{ background-color:#fe2b02;}
.score-9_1{ background-color:#fe1f04;}
.score-9{ background-color:#fd1507;}
.score-8_9{ background-color:#fc0c0a;}
.score-8_8{ background-color:#fb040e;}
.score-8_7{ background-color:#fa0013;}
.score-8_6{ background-color:#f8001b;}
.score-8_5{ background-color:#f60023;}
.score-8_4{ background-color:#f4002c;}
.score-8_3{ background-color:#f20038;}
.score-8_2{ background-color:#ef0042;}
.score-8_1{ background-color:#ed004e;}
.score-8{ background-color:#ea005b;}
.score-7_9{ background-color:#e70066;}
.score-7_8{ background-color:#e40071;}
.score-7_7{ background-color:#e1007c;}
.score-7_6{ background-color:#dc0087;}
.score-7_5{ background-color:#d7008f;}
.score-7_4{ background-color:#d30097;}
.score-7_3{ background-color:#cc019d;}
.score-7_2{ background-color:#c502a4;}
.score-7_1{ background-color:#be02aa;}
.score-7{ background-color:#b703af;}
.score-6_9{ background-color:#af04b3;}
.score-6_8{ background-color:#a706b8;}
.score-6_7{ background-color:#9f06bc;}
.score-6_6{ background-color:#9708c0;}
.score-6_5{ background-color:#8f09c3;}
.score-6_4{ background-color:#880bc6;}
.score-6_3{ background-color:#7b0dc8;}
.score-6_2{ background-color:#750fc9;}
.score-6_1{ background-color:#7011c9;}
.score-6{ background-color:#6b13c8;}
.score-5_9{ background-color:#6717c6;}
.score-5_8{ background-color:#6219c3;}
.score-5_7{ background-color:#5e1cc0;}
.score-5_6{ background-color:#5b1ebd;}
.score-5_5{ background-color:#5821ba;}
.score-5_4{ background-color:#5424b7;}
.score-5_3{ background-color:#5226b3;}
.score-5_2{ background-color:#4f28b1;}
.score-5_1{ background-color:#4d2aae;}
.score-5{ background-color:#4b2bad;}

/* SCORE ANIMATION START */
@keyframes topBubbles1 {
  0% {
    top: 23px;
    opacity: 1;
    visibility:visible;
  }
  100% {
    top: -30px;
    opacity: 0;
  }
}
@keyframes topBubbles2 {
  0% {
    top: 32px;
    opacity: 1;
    visibility:visible;
  }
  100% {
    right: 0px;
    transform: rotate(36deg);
    top: -30px;
    opacity: 0;
  }
}
@keyframes topBubbles3 {
  0% {
    top: 60px;
    opacity: 1;
    visibility:visible;
  }
  100% {
    right: 0px;
    transform: rotate(90deg);
    top: 60px;
    opacity: 0;
  }
}
@keyframes topBubbles3_big {
  0% {
    top: 106px;
    opacity: 1;
    visibility:visible;
  }
  100% {
    right: 0px;
    transform: rotate(90deg);
    top: 106px;
    opacity: 0;
  }
}
@keyframes topBubbles4 {
  0% {
    bottom: 29px;
    opacity: 1;
    visibility:visible;
  }
  100% {
    right: 0px;
    transform: rotate(-36deg);
    bottom: -30px;
    opacity: 0;
  }
}
@keyframes topBubbles5 {
  0% {
    bottom: 23px;
    opacity: 1;
    visibility:visible;
  }
  100% {
    bottom: -30px;
    opacity: 0;
  }
}
@keyframes topBubbles6 {
  0% {
    bottom: 28px;
    left:37px;
    opacity: 1;
    visibility:visible;
  }
  100% {
    left: 0;
    transform: rotate(36deg);
    bottom: -30px;
    opacity: 0;
  }
}
@keyframes topBubbles7 {
  0% {
    top: 60px;
    opacity: 1;
    visibility:visible;
  }
  100% {
    left: 0px;
    transform: rotate(90deg);
    top: 60px;
    opacity: 0;
  }
}
@keyframes topBubbles7_big {
  0% {
    top: 106px;
    opacity: 1;
    visibility:visible;
  }
  100% {
    left: 0px;
    transform: rotate(90deg);
    top: 106px;
    opacity: 0;
  }
}
@keyframes topBubbles8 {
  0% {
    top: 32px;
    left: 33px;
    opacity: 1;
    visibility:visible;
  }
  100% {
    left: 0px;
    transform: rotate(-36deg);
    top: -30px;
    opacity: 0;
  }
}
.confetti-button span:nth-child(1) {
  visibility:hidden;
  content: '';
  top: 23px;
  background: rgba(255,255,255,0.4);
  position: absolute;
  width: 3px;
  height: 15px;
  left: 50%;
  z-index: 1000;
}
.confetti-button span:nth-child(2) {
  visibility:hidden;
  content: '';
  top: 32px;
  background: rgba(255,255,255,0.4);
  position: absolute;
  width: 3px;
  height: 15px;
  right: 30px;
  transform: rotate(36deg);
  z-index: 1000;
}
.confetti-button span:nth-child(3) {
  visibility:hidden;
  content: '';
  top: 60px;
  background: rgba(255,255,255,0.4);
  position: absolute;
  width: 3px;
  height: 15px;
  right: 25px;
  transform: rotate(90deg);
  z-index: 1000;
}
.confetti-button span:nth-child(4) {
  visibility:hidden;
  content: '';
  bottom: 29px;
  background: rgba(255,255,255,0.4);
  position: absolute;
  width: 3px;
  height: 15px;
  right: 35px;
  transform: rotate(-36deg);
  z-index: 1000;
}
.confetti-button span:nth-child(5) {
  visibility:hidden;
  content: '';
  bottom: 23px;
  background: rgba(255,255,255,0.4);
  position: absolute;
  width: 3px;
  height: 15px;
  left: 50%;
  z-index: 1000;
  opacity: 1;
}
.confetti-button span:nth-child(6) {
  visibility:hidden;
  content: '';
  bottom: 28px;
  background: rgba(255,255,255,0.4);
  position: absolute;
  width: 3px;
  height: 15px;
  left: 37px;
  transform: rotate(36deg);
  z-index: 1000;
}
.confetti-button span:nth-child(7) {
  visibility:hidden;
  content: '';
  top: 60px;
  background: rgba(255,255,255,0.4);
  position: absolute;
  width: 3px;
  height: 15px;
  left: 25px;
  transform: rotate(90deg);
  z-index: 1000;
}
.confetti-button span:nth-child(8) {
  visibility:hidden;
  content: '';
  top: 32px;
  background: rgba(255,255,255,0.4);
  position: absolute;
  width: 3px;
  height: 15px;
  left: 33px;
  transform: rotate(-36deg);
  z-index: 1000;
}
.confetti-button:hover span:nth-child(1) {
  transition: all ease-in-out 0.5s;
  animation: topBubbles1 ease-in-out 0.5s forwards;
}
.confetti-button:hover span:nth-child(2) {
  transition: all ease-in-out 0.5s;
  animation: topBubbles2 ease-in-out 0.5s forwards;
}
.confetti-button:hover span:nth-child(3) {
  transition: all ease-in-out 0.5s;
  animation: topBubbles3 ease-in-out 0.5s forwards;
}
.confetti-button:hover span:nth-child(4) {
  transition: all ease-in-out 0.5s;
  animation: topBubbles4 ease-in-out 0.5s forwards;
}
.confetti-button:hover span:nth-child(5) {
  transition: all ease-in-out 0.5s;
  animation: topBubbles5 ease-in-out 0.5s forwards;
}
.confetti-button:hover span:nth-child(6) {
  transition: all ease-in-out 0.5s;
  animation: topBubbles6 ease-in-out 0.5s forwards;
}
.confetti-button:hover span:nth-child(7) {
  transition: all ease-in-out 0.5s;
  animation: topBubbles7 ease-in-out 0.5s forwards;
}
.confetti-button:hover span:nth-child(8) {
  transition: all ease-in-out 0.5s;
  animation: topBubbles8 ease-in-out 0.5s forwards;
}
/* SCORE ANIMATION END */

.page-home .agency-item .agency-info .agency-name,
.page-advertising .agency-item .agency-info .agency-name,
.page-user .agency-item .agency-info .agency-name{
  font-size:18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-home .agency-item .agency-info .agency-speciality,
.page-advertising .agency-item .agency-info .agency-speciality,
.page-user .agency-item .agency-info .agency-speciality{
  margin-top:5px;
  font-size:12px;
}
.page-home .agency-item .agency-info .agency-row,
.page-advertising .agency-item .agency-info .agency-row,
.page-user .agency-item .agency-info .agency-row{
  border-bottom:1px solid #EBEBEB;
  padding-bottom:8px;
  font-size: 0;
}
.page-home .agency-item .agency-info .agency-row:last-of-type,
.page-advertising .agency-item .agency-info .agency-row:last-of-type,
.page-user .agency-item .agency-info .agency-row:last-of-type{
  border-bottom: 0;
  padding-bottom:0;
}
.page-home .agency-item .agency-info .agency-left-cell,
.page-advertising .agency-item .agency-info .agency-left-cell,
.page-shortlist .agency-item .agency-info .agency-left-cell,
.page-user .agency-item .agency-info .agency-left-cell{
  padding:0;
  width: 55%;
  display: inline-block;
  vertical-align: top;
}
.page-home .agency-item .agency-info .agency-right-cell,
.page-advertising .agency-item .agency-info .agency-right-cell,
.page-shortlist .agency-item .agency-info .agency-right-cell,
.page-user .agency-item .agency-info .agency-right-cell{
  border-left:1px solid #EBEBEB;
  padding:0 0 0 15px;
  display: inline-block;
  vertical-align: top;
  width: calc(45% - 16px);
}
.page-home .agency-item .agency-info .agency-detail,
.page-advertising .agency-item .agency-info .agency-detail,
.page-shortlist .agency-item .agency-info .agency-detail,
.page-user .agency-item .agency-info .agency-detail{
  display: inline-block;
  vertical-align: top;
  width: calc(60% - 25px);
  font-size:12px;
  margin: 5px 0;
  padding-left:25px;
  overflow: hidden;
  height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-home .agency-item .agency-info .agency-detail:nth-child(2n),
.page-advertising .agency-item .agency-info .agency-detail:nth-child(2n),
.page-shortlist .agency-item .agency-info .agency-detail:nth-child(2n),
.page-user .agency-item .agency-info .agency-detail:nth-child(2n){
  width: calc(40% - 25px);
}
.page-home .agency-item .agency-info .agency-detail.agency-city,
.page-advertising .agency-item .agency-info .agency-detail.agency-city,
.page-shortlist .agency-item .agency-info .agency-detail.agency-city,
.page-user .agency-item .agency-info .agency-detail.agency-city{
  background: url('../png/logo.png') left center no-repeat transparent;
}
.page-home .agency-item .agency-info .agency-detail.agency-size,
.page-advertising .agency-item .agency-info .agency-detail.agency-size,
.page-shortlist .agency-item .agency-info .agency-detail.agency-size,
.page-user .agency-item .agency-info .agency-detail.agency-size{
  background: url('../png/logo.png') left center no-repeat transparent;
}
.page-home .agency-item .agency-info .agency-detail.agency-budget,
.page-advertising .agency-item .agency-info .agency-detail.agency-budget,
.page-shortlist .agency-item .agency-info .agency-detail.agency-budget,
.page-user .agency-item .agency-info .agency-detail.agency-budget{
  background: url('../png/logo.png') left center no-repeat transparent;
}
.page-home .agency-item .agency-info .agency-detail.agency-founded,
.page-advertising .agency-item .agency-info .agency-detail.agency-founded,
.page-shortlist .agency-item .agency-info .agency-detail.agency-founded,
.page-user .agency-item .agency-info .agency-detail.agency-founded{
  background: url('../png/logo.png') left center no-repeat transparent;
}
.page-home .agency-item .agency-info .agency-row .agency-decription,
.page-advertising .agency-item .agency-info .agency-row .agency-decription{
  padding-top:10px;
}
.page-user .agency-item .agency-info .agency-row .description{
  font-size: 14px;
  padding: 10px 0;
}
.page-home .agency-item .agency-info .agency-row .agency-decription span,
.page-advertising .agency-item .agency-info .agency-row .agency-decription span,
.page-user .agency-item .agency-info .agency-row .description span{
  word-break: break-all;
  font-size:14px;
  margin-right:10px;
}
.page-home .agency-item .agency-info .agency-row .agency-decription a,
.page-advertising .agency-item .agency-info .agency-row .agency-decription a{
  font-size:14px;
  color:#4B2BAD;
}

.page-home .agency-item.skeleton,
.page-advertising .agency-item.skeleton {
  background: none;
}
.page-home .agency-item.skeleton .agency-logo,
.page-advertising .agency-item.skeleton .agency-logo,
.page-home .agency-item.skeleton .agency-score,
.page-advertising .agency-item.skeleton .agency-score {
  background: #DCDCDC;
}
.page-home .agency-item.skeleton .agency-info,
.page-advertising .agency-item.skeleton .agency-info {
  padding: 0;
  margin: 0 20px;
}
.page-home .agency-item.skeleton .agency-info .agency-row,
.page-advertising .agency-item.skeleton .agency-info .agency-row {
  border: 0;
  padding-bottom: 10px;
}
.page-home .agency-item.skeleton .agency-info .agency-left-cell,
.page-advertising .agency-item.skeleton .agency-info .agency-left-cell,
.page-home .agency-item.skeleton .agency-info .agency-row .agency-decription,
.page-advertising .agency-item.skeleton .agency-info .agency-row .agency-decription {
  background: #DCDCDC;
  height: 50px;
}
.page-home .agency-item.skeleton .agency-info .agency-right-cell,
.page-advertising .agency-item.skeleton .agency-info .agency-right-cell{
  background: #DCDCDC;
  height: 50px;
  border: 0;
  padding: 0;
  margin: 0 0 0 15px;
}
.right-sidebar-col{
  position: relative;
  display: table-cell;
  vertical-align: top;
  /*margin:15px 0 15px 11px;*/
  padding: 0 0 15px 15px;
  width: 228px;
  font-size:14px;
  overflow: hidden;
  min-height: 231px;
  line-height: 1.2;
}
.right-sidebar-col.sticky {
  position: fixed;
  top: 52px;
  right: calc(50% - 627px);
}
.right-sidebar-col.stick-to-bottom {
  position: absolute;
  bottom: 10px;
  top: auto;
  right: calc(50% - 627px);
}
#no-search-results{
  background-color: #F8F8F8;
  padding: 35px 10px;
  border: 0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -webkit-appearance: none;
  text-align: center;
}
#no-search-results .title{
  font-size: inherit;
  font-weight: bold;
  margin-bottom: 20px;
}
#no-search-results a.button{
  margin-top: 20px;
}
.page-home .featured-agencies,
.page-static .featured-agencies{
  padding: 0 0 15px 8px;
  width: 235px;
}
.page-home .featured-agencies .content-wrapper,
.page-static .featured-agencies .content-wrapper{
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -webkit-appearance: none;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: url('../png/gradient_shadow.png') no-repeat bottom center #FFF;
  background-size: 100% 1px;
  padding-bottom:1px;
  text-align: center;
  margin: 15px 5px 0 5px;
}
.page-home .featured-agencies .featured-list,
.page-static .featured-agencies .featured-list{
  text-align:center;
}
.page-home .featured-agencies .featured-item,
.page-static .featured-agencies .featured-item,
.page-advertising .featured-item,
.page-get-badge .featured-item{
  display:block;
  margin: 0 0 20px 0;
  text-align:center;
}
.page-home .featured-agencies .featured-item:last-of-type,
.page-static .featured-agencies .featured-item:last-of-type,
.page-advertising .featured-item,
.page-get-badge .featured-item,
.page-agency .featured-item{
  margin-bottom:0;
}
.page-agency .featured-item{
  text-align:center;
}
.page-home .featured-agencies .featured-item a,
.page-static .featured-agencies .featured-item a{
  color:inherit;
  text-decoration: none;
}
.page-home .featured-agencies .featured-item .featured-img,
.page-static .featured-agencies .featured-item .featured-img,
.page-advertising .featured-item .featured-img,
.page-get-badge .featured-item .featured-img,
.page-agency .featured-item .featured-img{
  width: 121px;
  height:104px;
  background:url('../png/logo.png') top center no-repeat transparent;
  font-size:12px;
  margin: 0 auto 7px auto;
}
.page-home .featured-agencies .featured-item.badge_bronze .featured-img,
.page-static .featured-agencies .featured-item.badge_bronze .featured-img,
.page-advertising .featured-item.badge_bronze .featured-img,
.page-get-badge .featured-item.badge_bronze .featured-img,
.page-agency .featured-item.badge_bronze .featured-img{
  background-image:url('../png/logo.png');
}
.page-home .featured-agencies .featured-item.badge_silver .featured-img,
.page-static .featured-agencies .featured-item.badge_silver .featured-img,
.page-advertising .featured-item.badge_silver .featured-img,
.page-get-badge .featured-item.badge_silver .featured-img,
.page-agency .featured-item.badge_silver .featured-img{
  background-image:url('../png/logo.png');
}
.page-home .featured-agencies .featured-item.badge_gold .featured-img,
.page-static .featured-agencies .featured-item.badge_gold .featured-img,
.page-advertising .featured-item.badge_gold .featured-img,
.page-get-badge .featured-item.badge_gold .featured-img,
.page-agency .featured-item.badge_gold .featured-img{
  background-image:url('../png/logo.png');
}
.page-home .featured-agencies .featured-item .featured-logo,
.page-static .featured-agencies .featured-item .featured-logo,
.page-advertising .featured-item .featured-logo,
.page-get-badge .featured-item .featured-logo,
.page-agency .featured-item .featured-logo{
  width:69px;
  height:69px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /*
  border:2px solid #ff7a00;
  */
  border:0;
  margin:auto;
  position:relative;
  top:16px;
  overflow: hidden;
}
.page-home .featured-agencies .featured-item.badge_bronze .featured-logo,
.page-static .featured-agencies .featured-item.badge_bronze .featured-logo,
.page-advertising .featured-item.badge_bronze .featured-logo,
.page-get-badge .featured-item.badge_bronze .featured-logo,
.page-agency .featured-item.badge_bronze .featured-logo{
  /* border-color:#AF6A42; */
  border:0;
}
.page-home .featured-agencies .featured-item.badge_silver .featured-logo,
.page-static .featured-agencies .featured-item.badge_silver .featured-logo,
.page-advertising .featured-item.badge_silver .featured-logo,
.page-get-badge .featured-item.badge_silver .featured-logo,
.page-agency .featured-item.badge_silver .featured-logo{
  /*border-color:#969593;*/
  border:0;
}
.page-home .featured-agencies .featured-item.badge_gold .featured-logo,
.page-static .featured-agencies .featured-item.badge_gold .featured-logo,
.page-advertising .featured-item.badge_gold .featured-logo,
.page-get-badge .featured-item.badge_gold .featured-logo,
.page-agency .featured-item.badge_gold .featured-logo{
  /*border-color:#FCC342;*/
  border:0;
}
.page-home .featured-agencies .featured-item .featured-logo img,
.page-static .featured-agencies .featured-item .featured-logo img,
.page-advertising .featured-item .featured-logo img,
.page-get-badge .featured-item .featured-logo img,
.page-agency .featured-item .featured-logo img{
  max-width: 100%;
  max-height: 100%;
}
.page-home .featured-agencies .featured-item .featured-score,
.page-static .featured-agencies .featured-item .featured-score,
.page-advertising .featured-item .featured-score,
.page-get-badge .featured-item .featured-score,
.page-agency .featured-item .featured-score{
  z-index: 1;
  position: relative;
  width: 47px;
  color: #FFF;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 2px 0;
  top: 11px;
}
.featured-item .featured-score{
  background-color:#FD7A22;
}
.featured-item.badge_bronze .featured-score{
  /*background-color:#AF6A42;*/
  background:url('../png/logo.png') top center no-repeat transparent;
}
.featured-item.badge_silver .featured-score{
  /*background-color:#969593;*/
  background:url('../png/logo.png') top center no-repeat transparent;
}
.featured-item.badge_gold .featured-score{
  /*background-color:#FCC342;*/
  background:url('../png/logo.png') top center no-repeat transparent;
}
.aotm-example{
  height:130px;
  display: block;
  text-align:center;
  margin-bottom:20px;
}
.aotm-example:last-of-type{
  margin-bottom:0;
}
.aotm-example a{
  color: #4c2aae;
  display: inline-block;
  margin-top: 110px;
}
.aotm-example.badge-gold{
  background: url('../png/logo.png') top center no-repeat transparent;
}
.aotm-example.badge-silver{
  background: url('../png/logo.png') top center no-repeat transparent;
}
.aotm-example.badge-bronze{
  background: url('../png/logo.png') top center no-repeat transparent;
}
.page-home .mobile-featured-agencies,
.page-static .mobile-featured-agencies{
  display: none;
}
.page-home .featured-agencies .featured-top,
.page-static .featured-agencies .featured-top{
  background: url('../png/side_bar_top_bckg.png') top center repeat-y transparent;
}
.page-home .featured-agencies .featured-top .featured-title,
.page-static .featured-agencies .featured-top .featured-title{
  font-size: 18px;
  padding:18px 0;
}
.page-home .featured-agencies .featured-bottom,
.page-static .featured-agencies .featured-bottom{
  background: url('../png/logo.png') top center no-repeat transparent;
  height:161px;
}
.page-agencies-of-the-month .featured-agencies .featured-top,
.page-agencies-of-the-month .featured-agencies .featured-bottom{
  background: transparent;
  height:auto;
}
.page-agencies-of-the-month .featured-agencies .featured-bottom{
  line-height: 1.5;
  padding: 10px 10px 20px 10px;
}
.page-agencies-of-the-month .agencies-of-the-month{
  /*background: url('images/agencies_of_the_month_graph.png') center center no-repeat transparent;*/
  background: url('../png/logo.png') center center no-repeat transparent;
  height: 142px;
}
.page-home .featured-agencies .featured-bottom span,
.page-static .featured-agencies .featured-bottom span{
  color: #4c2aae;
  display:block;
  padding: 30px 0 30px 0;
  line-height: 1;
}
.page-home .featured-agencies .featured-bottom button,
.page-static .featured-agencies .featured-bottom button{
  width: calc(100% - 50px);
  padding: 7px 20px;
}
.page-home .featured-agencies .featured-bottom a,
.page-static .featured-agencies .featured-bottom a{
  font-size:16px;
  color: #4c2aae;
  text-decoration: none;
}
/* MAIN PAGE END */
/* AGENCY VIEW PAGE START */
.left-sidebar-col .cell-logo{
  width: 100%;
  height: 230px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  display: block;
  text-align: center;
  background-color: #DCDCDC;
}
.left-sidebar-col .cell-logo img{
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.page-agency .cell-shortlist{
  line-height: 40px;
  padding-left: 20px;
  color:#4B2BAD;
  border-bottom: 1px solid #EBEBEB;
  background: #FFF;
}
.page-agency .cell-shortlist.not-active{
  background: url('../png/gradient_shadow.png') repeat-y bottom center #FFF;
  background-size: 110%;
  border:0;
}
.page-agency .cell-shortlist.not-active a{
  color:#FFF;
  font-weight:bold;
}
.page-agency .cell-shortlist img{
  margin: 12px 10px 0 0;
  vertical-align: top;
}
.page-agency .shortlist-list{
  background: url('../png/gradient_shadow.png') no-repeat bottom center #FFF;
  background-size: 100% 1px;
}
.page-agency .shortlist-list .row{
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #EBEBEB;
}
.page-agency .shortlist-list .row:last-of-type{
  border:0;
}
.page-agency .shortlist-list .row.with-input{
  padding-right:20px;
}
.page-agency .shortlist-list .row.with-input input{
  width: calc(100% - 20px);
}
.page-agency .shortlist-list .row.with-input button{
  width: calc(100% - 40px);
}
.page-agency .shortlist-list .row label .counter{
  display: inline-block;
  color: #FFF;
  background-color: #ff7a00;
  font-size: 12px;
  font-weight:bold;
  padding: 0 6px;
  line-height: 19px;
  border-radius: 20px;
}
.page-shortlist .section-sl-header{
  padding: 0;
}
.page-shortlist .section-sl-header h2{
  margin:0 20px;
}
.page-shortlist .section-sl-header .section-content{
  padding: 15px 0;
  border-top:1px solid #EBEBEB;
}
.page-shortlist .section-sl-header .section-content:first-of-type{
  border: 0;
}
.page-shortlist .section-content .description{
  padding:0 20px 0 40px;
  cursor: pointer;
}
.page-shortlist .section-sl-header .buttons-wrapper{
  position: absolute;
  top: 16px;
  right: 20px;
}
.page-shortlist form{
  margin:0 20px 0 20px;
  text-align: right;
  position:relative;
}
.page-shortlist form textarea{
  width: calc(100% - 60px);
  height: 100px;
  resize: none;
  margin: 0 auto 15px auto;
  display: block;
}
.page-shortlist .write-ico{
  position:absolute;
  top:15px;
  left:20px;
  cursor: pointer;
}
.page-shortlist form .close-btn,
.page-shortlist .section-shortlist-comment form .close-btn{
  display: inline-block;
  position:absolute;
  top:0;
  right:0;
}
.page-shortlist form button{
  margin-right: 20px;
}
.modal-popup .popup-wnd .popup-content button{
  margin-right: 0;
}
.page-shortlist .agency-item{
  position: relative;
  background-color: #FFF;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-top: 15px;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -webkit-appearance: none;
  padding-top: 36px;
}
.page-shortlist .section-shortlist-item{
  margin-top:0;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
  -webkit-appearance: none;
}
.page-shortlist .section-shortlist-item .section-content{
  font-size:0;
  padding:0;
}
.page-shortlist .section-shortlist-item .section-content.comment{
  padding: 10px 10px 15px 10px;
  font-size: 14px;
}
.page-shortlist .agency-item .drag-ico{
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: -webkit-grab;
  cursor: grab;
}
.page-shortlist .agency-item .close-btn {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.page-shortlist .agency-item .agency-logo {
  display: inline-block;
  vertical-align: top;
  width: 65px;
  height: 65px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  background: no-repeat center center transparent;
  background-size: cover;
}
.page-shortlist .agency-item .agency-info {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: calc(100% - 170px);
  padding: 10px 20px 0 20px;
}
.page-shortlist .agency-item .agency-score {
  display: inline-block;
  vertical-align: top;
  width: 65px;
  height: 65px;
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  line-height: 65px;
  text-align: center;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.page-shortlist .agency-item .agency-info .agency-row {
  font-size: 0;
}
.page-shortlist .agency-item .agency-score.with-img .img-wrapper{
  display:inline-block;
  vertical-align: top;
}
.page-shortlist .agency-item .agency-score.with-img .img-wrapper img{
  max-width: 35px;
  max-height: 35px;
  vertical-align: middle;
}
.page-shortlist .agency-item .agency-info .agency-name {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-shortlist .agency-item .agency-info .agency-name a{
  color: #3C3C3C;
}
.page-shortlist .agency-item .agency-info .agency-speciality {
  margin-top: 5px;
  font-size: 12px;
}
.page-shortlist .section-shortlist-comment{
  margin-top:0;
  position: relative;
}
.page-shortlist .section-shortlist-comment .section-content {
  padding: 15px 0;
}
.page-shortlist .section-empty{
  margin-top:15px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #FFF;
}
.page-shortlist .section-empty .section-content{
  text-align:center;
  padding: 15px 0;
  font-size:14px;
}

.page-user .short-list-actions .btn-wrapper
{
  margin-bottom: 15px;
}
.page-user .short-list-actions .row:last-of-type .btn-wrapper
{
  margin-bottom: 29px;
}

.page-user .short-list-actions .btn-wrapper a.button
{
  width: 145px;
}

.page-shortlist .short-list-actions .btn-wrapper a.button
{
  width: 145px;
  margin-right: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.left-sidebar-col .cell-title{
  font-size: 18px;
  padding: 10px 20px;
}
.left-sidebar-col .cell-title .agency-name{
  display: inline-block;
  max-width: calc(100% - 25px);
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-weight: normal;
}
.left-sidebar-col .cell-title .agency-name a{
  text-decoration: none;
  color: inherit;
}
.left-sidebar-col .cell-title .img-wrapper{
  position: relative;
  display:inline-block;
}
.left-sidebar-col .cell-title .img-wrapper img:hover + .claimed-info{
  display: block;
}
.left-sidebar-col .cell-title .claimed-info{
  display: none;
  position: absolute;
  top: 35px;
  left: -2px;
  right:0;
  background-color:#FFF;
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -webkit-appearance: none;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  min-width: 300px;
  max-width: 100%;
  z-index: 10;
  background: url('../png/gradient_shadow.png') no-repeat bottom center #FFF;
  background-size: 100% 1px;
}
.left-sidebar-col .cell-title .claimed-info .indicator {
  color: #FFF;
  position: absolute;
  top: -12px;
  display: block;
  left: 12px;
  width: 14px;
  height: 14px;
  line-height: 14px;
}
.left-sidebar-col .cell-title .claimed-info .title{
  font-size: 18px;
  padding: 10px 20px;
  border-bottom:1px solid #EBEBEB;
}
.left-sidebar-col .cell-title .claimed-info .title img{
  margin: 2px 10px 0 0;
}
.left-sidebar-col .cell-title .claimed-info .content{
  padding: 10px 20px;
  font-size:14px;
}
.left-sidebar-col .cell-menu{
  padding: 0 20px;
  margin:0;
  list-style-type: none;
  border-top: 1px solid #EBEBEB;
}
.left-sidebar-col .cell-menu li{
  padding: 10px 0 10px 25px;
  background: url('../png/logo.png') left center no-repeat transparent;
}
.left-sidebar-col .cell-menu li:last-of-type{
  background: url('../png/logo.png') left center no-repeat transparent;
}
.left-sidebar-col .cell-menu a{
  color:inherit;
}
.middle-col .cell-cover{
  height: 230px;
  background-color: #FFF;
  text-align: center;
}
.middle-col .cell-cover img{
  max-height: 100%;
}
.middle-col .cell-section,
.right-sidebar-col .cell-section{
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -webkit-appearance: none;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-top:15px;
  padding:15px 20px;
  background: url('../png/gradient_shadow.png') no-repeat bottom center #FFF;
  background-size: 100% 1px;
  line-height: 24px;
  word-wrap: break-word;
}
.middle-col .col-wrapper{
  font-size: 0;
}
.middle-col .col-cell{
  display: inline-block;
  width: calc(50% - 40px);
  vertical-align: top;
  font-size:14px;
  padding: 0 20px;
}
.middle-col .col-wrapper .col-cell.first {
  width: calc(100% - 40px);
}
/**************************************************/
.col-wrapper.section-blog .col-cell{
  display: inline-block;
  /* width: calc(50% - 20px); */
  width: calc(50% - 7px);
  vertical-align: top;
  font-size: 14px;
  padding: 0 0 0 7px;
}

.col-wrapper.section-blog .col-cell.odd {
  padding: 0 7px 0 0;
}

.col-wrapper.section-blog .col-cell.first {
  /* width: calc(100% - 20px); */
  padding:0;
  width: 100%;
}

.section-blog .col-cell .post-thumbnail{
  height: 210px;
}

.section-blog .col-cell.first .post-thumbnail{
  height: 415px;
}

.section-blog .col-cell .post-thumbnail img{
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.section-blog .has-post-thumbnail .post-thumbnail {
  margin-left: -20px;
  width: calc(100% + 40px);
}

.section-blog .has-post-thumbnail .post-thumbnail img{
  max-width: 100%;
  max-height: 100%;
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
  height: auto;
  margin: 0;
  float: none;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.middle-col article .entry-meta span.entry-category {
  width: calc(100% - 120px);
  margin-right: 0;
}
.delete-reason {
  margin: 25px auto;
  width: 250px;
  display: block;
}
.section-blog .col-cell .title-header {
  line-height: 1.5em;
  height: 3em;
}

.blog-cats a {
  color: inherit;
    text-decoration: none;
}

.section-blog .col-cell.first .title-header {
  height: auto;
}

.section-blog .col-cell .title-header h4 {
  font-weight: 700;
}

.section-blog .footer .col {
  display: inline-block;
  width: calc(50% - 2px);
  line-height: 2em;
}

.section-blog .footer .col.left {
  text-align: left;
}
.section-blog .footer .col.right {
  text-align: right;
}
.section-blog .blog-date {
  background: url('../png/logo.png') left 5px no-repeat transparent;
  padding-left: 25px;
  font-size: 12px;
}
.section-blog .blog-cats {
  background: url('../png/logo.png') left 5px no-repeat transparent;
  padding-left: 25px;
  width: fit-content;
  max-width: calc(100% - 26px);
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
}
.section-blog header {
  padding: 20px 0 10px 0;
}
.page-blog .blog-description{
  padding: 15px 20px;
  border-top: 1px solid #EBEBEB;
  line-height: 1.5;
}
.page-blog .loader-wrapper .loading{
  text-align: center;
  margin: 30px 0 10px 0;
}
.section.mt-20 {
  margin-top: 20px;
}
.section.mt-0 {
  margin-top: 0;
}
.section-blog header h1.entry-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.section-blog .entry-content p {
  line-height: 1.5em;
}
.title-header.no-border {
  border: none;
  padding-bottom: 0;
}

.blog-post-title {
  width: 220px;
  display: inline-block;
  vertical-align: bottom;
}

.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  /* set your width or max-width in different style to make this one reusable */
  /* width: 160px;  */
  white-space: nowrap;
}

.middle-col .entry-title{
  color: #3C3C3C;
  font-size: 16px;
  font-weight: normal;
}
.middle-col .col-cell h4 a,
.middle-col .entry-title a{
  color: inherit;
  text-decoration: none;
}
.middle-col .col-cell .post-wrapper{
  margin-top:20px;
}
.middle-col .col-cell .link-wrapper{
  display:block;
  text-decoration:none;
}
/* .middle-col .col-cell .post-thumbnail{
  margin-bottom: 15px;
} */
/* .middle-col .col-cell .post-thumbnail img{
  width:100%;
  height:auto;
} */
.middle-col .col-cell .post-wrapper .entry .read-more::before{
  content: '\2026';
  display:inline-block;
  color: #696969;
}
.middle-col .col-cell .post-wrapper .entry .read-more{
  text-transform: lowercase;
  color:#4B2BAD;
  margin-left: 0;
}
.middle-col article .attachment-post-thumbnail{
  max-width:50%;
  height:auto;
  float:right;
  width: auto;
  margin: 0 10px 10px 0;
}
.middle-col .col-cell .read-more{
  display: inline-block;
  margin-left:10px;
}
.middle-col article .entry-meta{
  padding-bottom: 15px;
  line-height: 2em;
}
.middle-col article .entry-meta span{
  display:inline-block;
  margin-right:10px;
}
.middle-col article .entry-category a{
  color: inherit;
  text-decoration: none;
}
.middle-col article .entry-footer{
  text-align:right;
  margin:10px 0 5px 0;
  font-size:12px;
  line-height: 27px;
  color:#3C3C3C;
}
.middle-col article .entry-footer .share-social a{
  display:inline-block;
  vertical-align: middle;
  margin-left:5px;
  border: 1px solid #3C3C3C;
  width:25px;
  height:25px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.middle-col article .entry-footer .share-twitter{
  background:url('../png/logo.png') center center no-repeat transparent;
}
.middle-col article .entry-footer .share-facebook{
  background:url('../png/logo.png') center center no-repeat transparent;
}
.middle-col article .entry-footer .share-linkedin{
  background:url('../png/logo.png') center center no-repeat transparent;
}
.middle-col .tablenav-pages{
  padding-top:10px;
  text-align: right;
}
.page-blog .middle-col .tablenav-pages-navspan a{
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  text-align: center;
}
.middle-col .left-col{
  width:480px; /* remember padding is additional 40px */
  display: inline-block;
  vertical-align: top;
  font-size:14px;
}
.middle-col .right-col{
  width:270px; /* remember padding is additional 40px */
  margin-left: 15px;
  display: inline-block;
  vertical-align: top;
  font-size:14px;
}
.middle-col .cell-title,
.right-sidebar-col .cell-title{
  font-size:16px;
  color: inherit;
  display: block;
  margin-bottom:10px;
  text-decoration: none;
}
.cell-contact .contact-person{
  margin-bottom:15px;
}
.cell-contact .contact-person .cp-image{
  width:57px;
  height:57px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  display:inline-block;
  vertical-align: top;
}
.cell-contact .contact-person .cp-image img{
  max-width: 100%;
  max-height: 100%;
}
.cell-contact .contact-person .cp-details{
  margin-left:15px;
  display: inline-block;
  vertical-align: top;
}
.cell-contact .contact-person .cp-details span{
  display: block;
}
.cell-contact .contact-person .cp-details .cp-position{
  font-size: 11px;
}
.cell-contact .contact-person .cp-details .cp-email a{
  margin-top: 10px;
  display: block;
  color:#4B2BAD;
}
.cell-contact .loc-cell-cities{
  display: inline-block;
  vertical-align: top;
  min-width: 115px;
  max-width: 50%;
}
.cell-contact .loc-cell-addresses{
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 138px);
  min-width: 50%;
}
.cell-contact .loc-cell-cities .radio-button{
  display: block;
  text-align:center;
  margin-right:0;
}
.cell-contact .loc-cell-cities .radio-button input[type="radio"] + label{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: normal;
}
.cell-contact .loc-cell-addresses .loc-addr{
  padding-left: 20px;
}
.cell-contact .loc-cell-addresses .loc-addr a{
  color:inherit;
}
.cell-contact .loc-cell-addresses .loc-addr img{
  margin: 5px 5px 0 0;
}
.cell-btn{
  background: url('../png/logo.png') center center repeat-y transparent;
  background-size: contain;
  padding:20px;
  margin-top: 15px;
  text-align: center;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cell-btn img{
  margin-right: 10px;
}
.cell-btn a{
  font-size: 16px;
  color:#FFF;
  text-decoration: none;
  line-height: 16px;
}
.middle-col .cell-statistics{
  font-size: 0;
  text-align: center;
  position: relative;
  padding: 15px 10px;
}
.cell-statistics .stat-item{
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  font-size: 12px;
  line-height: 1;
  position: relative;
  text-align: center;
}
.cell-statistics .stat-item span{
  font-weight: bold;
  font-size:14px;
  display: block;
  margin:5px;
}
.cell-statistics .stat-tip{
  display: none;
  position: absolute;
  top: calc(100% - 12px);
  left: 10px;
  right: 10px;
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -webkit-appearance: none;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: url(../png/gradient_shadow.png) no-repeat bottom center #FFF;
  background-size: 100% 1px;
  word-wrap: break-word;
}
.cell-statistics .stat-item .indicator{
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #fff transparent;
  top: 64px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.cell-statistics .stat-item:hover + .stat-tip,
.cell-statistics .stat-item:hover .indicator{
  display: block;
}
.cell-details a{
  color:#4B2BAD;
}
.cell-details .det-row{
  padding-left:25px;
}
.cell-details .det-speciality{
  background: url('../png/logo.png') left 5px no-repeat transparent;
}
.cell-details .det-cities{
  background: url('../png/ico_cities_black.png') left 5px no-repeat transparent;
}
.cell-details .det-network{
  background: url('../png/logo.png') left 5px no-repeat transparent;
}
.cell-details .det-budget{
  background: url('../png/ico_budget_black.png') left 5px no-repeat transparent;
}
.cell-details .det-hour-rate{
  background: url('../png/ico_hour_rate_black.png') left 5px no-repeat transparent;
}
.cell-details .det-languages{
  background: url('../png/logo.png') left 5px no-repeat transparent;
}
.cell-details .det-founded{
  background: url('../png/logo.png') left 5px no-repeat transparent;
}
.cell-details .det-size{
  background: url('../png/logo.png') left 5px no-repeat transparent;
}
.cell-details .det-countries{
  background: url('../png/logo.png') left 5px no-repeat transparent;
}
.cell-details .det-website{
  background: url('../png/logo.png') left 5px no-repeat transparent;
}
.hlist-wrapper{
  text-align: center;
  position: relative;
  overflow: hidden;
  padding:10px 13px;
}
.hlist-items{
  position: relative;
  left:0;
  white-space: nowrap;
  -webkit-transition: left .4s ease-in-out;
  -moz-transition: left .4s ease-in-out;
  -ms-transition: left .4s ease-in-out;
  -o-transition: left .4s ease-in-out;
  transition: left .4s;
}
.hlist-single-item{
  display:inline-block;
  text-align: center;
  vertical-align: top;
}
.hlist-scroll-left{
  position:absolute;
  left:0;
  top:0;
  bottom: -10px;
  margin: auto;
  width: 20px;
  background:url('../png/logo.png') 5px center no-repeat #FFF;
  cursor:pointer;
  z-index: 1;
}
.hlist-scroll-right{
  position:absolute;
  right:0;
  top:0;
  bottom: -10px;
  margin: auto;
  width: 20px;
  background:url('../png/arrow_right_orange.png') calc(100% - 5px) center no-repeat #FFF;
  cursor:pointer;
  z-index: 1;
}
.cell-socialmedia.bubbles .svg-bubble + .hlist-wrapper{
  border-top: 1px solid #EBEBEB;
  padding-bottom:0;
  /*padding-bottom:5px;
  margin-top:10px;*/
}
.cell-socialmedia.bubbles{
  padding:0 0 10px 0;
}
.cell-socialmedia.bubbles.mobile{
  display:block;
  visibility:hidden;
  position: absolute;
}
.cell-socialmedia.bubbles .cell-title{
  padding: 15px 20px 0 20px;
  margin-bottom: 0;
}
.cell-socialmedia.bubbles .node{
  cursor: pointer;
  font-weight:bold;
}
.cell-socialmedia .social-media-box{
  width:61px;
  font-size: 0;
  line-height: 0;
}
.cell-socialmedia .social-media-box .social-logo{
  width:35px;
  height:35px;
  /*
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  */
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  display: inline-block;
}
.cell-socialmedia .social-media-box .social-facebook{
  background:url('../png/ico_facebook_white.png') center center no-repeat #446AB1;
}
.cell-socialmedia .social-media-box .social-twitter{
  background:url('../png/logo.png') center center no-repeat #2AA2EF;
}
.cell-socialmedia .social-media-box .social-linkedin{
  background:url('../png/ico_linked_in2_white.png') center center no-repeat #0073B0;
}
.cell-socialmedia .social-media-box .social-medium{
  background:url('../png/logo.png') center center no-repeat #000000;
}
.cell-socialmedia .social-media-box .social-youtube{
  background:url('../png/logo.png') center center no-repeat #E62117;
}
.cell-socialmedia .social-media-box .social-dribble{
  background:url('../png/logo.png') center center no-repeat #EA4C89;
}
.cell-socialmedia .social-media-box .social-behance{
  background:url('../png/logo.png') center center no-repeat #053EFF;
}
.cell-socialmedia .social-media-box .social-tumblr{
  background:url('../png/logo.png') center center no-repeat #35426F;
}
.cell-socialmedia .social-media-box .social-pinterest{
  background:url('../png/logo.png') center center no-repeat #BD081C;
}
.cell-socialmedia .social-media-box .social-instagram{
  background:url('../png/logo.png') center center no-repeat #DC307B;
}
.cell-socialmedia .social-media-box .social-googleplus{
  background:url('../png/logo.png') center center no-repeat #D34231;
}
.cell-socialmedia .social-media-box .social-vimeo{
  background:url('../png/logo.png') center center no-repeat #00ADEF;
}
.cell-socialmedia .social-media-box .social-odnoklassniki{
  background:url('../png/logo.png') center center no-repeat #ff7700;
}
.cell-socialmedia .social-media-box .social-vk{
  background:url('../png/logo.png') center center no-repeat #497ab5;
}
.cell-socialmedia .social-media-box .social-snapchat{
  background:url('../png/logo.png') center center no-repeat #FFFC00;
}
.cell-socialmedia .social-media-box .social-weibo{
  background:url('../png/logo.png') center center no-repeat #f20000;
}
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }
.cat-item{
  background-color: #ff7a00;
  color: #FFF;
  display: inline-block;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 5px 9px;
  font-family: Roboto;
  font-size: 12px;
  margin: 0 5px 5px 0;
  line-height: normal;
}
.items-in-row-2{
  display:inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin-right:10px;
}
.items-in-row-3{
  display:inline-block;
  vertical-align: top;
  width: calc(33.33% - 10px);
  margin-right:10px;
}
.items-in-row-4{
  display:inline-block;
  vertical-align: top;
  width: calc(25% - 10px);
  margin-right:10px;
}
.cell-awards table{
  line-height: inherit;
  width: 100%;
}
.cell-awards table td:last-of-type{
  text-align: right;
}
.cell-certifications .cell-title,
.cell-memberships .cell-title{
  margin-bottom:0;
}
.cell-certifications .cert-box,
.cell-memberships .memb-box{
  width: 100%;
}
.cell-certifications .cert-box img,
.cell-memberships .memb-box img{
  max-width:200px;
  max-height:90px;
}
.cell-tweets .single-tweet{
  border:1px solid #F5F5F5;
  margin-bottom:20px;
}
.cell-tweets .single-tweet .tweet-img img{
  max-width: 100%;
}
.cell-tweets .single-tweet .tweet-content{
  padding:5px 10px;
  line-height:15px;
  font-size: 12px;
}
.cell-tweets .single-tweet .tweet-header{
  font-size: 0;
}
.cell-tweets .single-tweet .profile-img,
.cell-tweets .single-tweet .profile-name{
  display:inline-block;
  vertical-align: top;
}
.cell-tweets .single-tweet .profile-name{
  width: calc(100% - 30px);
  font-size: 12px;
}
.cell-tweets .single-tweet .profile-name img{
  margin: 2px 0 0 5px;
}
.cell-tweets .single-tweet .profile-img img{
  max-width: 20px;
  max-height: 20px;
  margin-right: 10px;
}
.cell-tweets .single-tweet .profile-name,
.cell-tweets .single-tweet .tweet-text{
  color:#000;
}
.cell-tweets .single-tweet .profile-user,
.cell-tweets .single-tweet .pub-date{
  color:#696969;
}
.cell-tweets .single-tweet .tweet-text a{
  color: #1F98C7;
}
.cell-tweets .single-tweet .tweet-text,
.cell-tweets .single-tweet .pub-date,
.cell-tweets .single-tweet .counters{
  margin-top:5px;
}
.cell-tweets .single-tweet .retweets,
.cell-tweets .single-tweet .favorite{
  display: inline-block;
  vertical-align: top;
  padding-left:25px;
}
.cell-tweets .single-tweet .retweets{
  background: url('../png/logo.png') left top no-repeat transparent;
  margin-right: 10px;
}
.cell-tweets .single-tweet .favorite{
  background: url('../png/logo.png') left top no-repeat transparent;
}

.cell-tweets .btn-wrapper{
  margin-top:15px;
  text-align:right;
  display: block;
}
.cell-tweets .btn-wrapper .btn-twitter{
  padding: 5px 20px 5px 45px;
  background: url('../png/logo.png') 15px center no-repeat #ff7a00;
}
.right-sidebar-col .agency-score {
  max-width: 100%;
  height: 230px;
  line-height: 230px;
  border-bottom-right-radius: 6px;
  color:#FFF;
  font-weight:bold;
  font-size: 76px;
  text-align:center;
  position:relative;
}
.right-sidebar-col .agency-score.with-img{
  line-height: 1;
}
.right-sidebar-col .agency-score .img-wrapper{
  display: inline-block;
  vertical-align: middle;
}
.right-sidebar-col .agency-score.confetti-button span:nth-child(3),
.right-sidebar-col .agency-score.confetti-button span:nth-child(7) {
  top:106px;
}
.right-sidebar-col .agency-score.confetti-button:hover span:nth-child(3) {
  animation: topBubbles3_big ease-in-out 0.5s forwards;
}
.right-sidebar-col .agency-score.confetti-button:hover span:nth-child(7) {
  animation: topBubbles7_big ease-in-out 0.5s forwards;
}
.page-agency .score-calculation{
  position:relative;
  margin-top:15px;
  text-align: center;
}
.page-agency .score-calculation .indicator{
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #fff transparent;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.page-agency .score-calculation .sub-title{
  display: block;
  font-size: 18px;
  font-weight: normal;
  background: #FFF;
  color: #696969;
  padding: 10px 0 0 0;
}
.page-agency .score-calculation a{
  display: block;
  font-size:14px;
  font-weight: normal;
  color: #4B2BAD;
  margin-top: 10px;
}
.page-agency .score-calculation .cell-reviews.cell-item{
  margin-bottom:10px;
}
.page-agency .score-calculation .cell-reviews.cell-item .rate-row .col-left{
  width:65%;
  text-align: left;
}
.page-agency .score-calculation .cell-reviews.cell-item .rate-row .col-right{
  width:35%;
}
.page-agency .score-calculation .rate-row .rate-indicator .rate-selected{
  background-size: 100% 100%;
  width:100%;
}
.cell-projects .single-project{
  margin-bottom:10px;
}
.cell-projects .single-project .image-cell{
  position: relative;
}
.cell-projects .single-project .image-cell img{
  max-width: 100%;
}
.cell-projects .single-project .image-cell .button{
  display: block;
  margin-top: -5px;
  position: relative;
  text-align: center;
  padding: 3px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 178px;
}
.cell-claim .cell-title{
  text-align: center;
  line-height: 20px;
  cursor: default;
}
.cell-claim .cell-title img{
  margin-right:10px;
}
.cell-claim .button-wrapper{
  margin: 15px 0;
  text-align: center;
}
.cell-claim .button-wrapper button{
  padding: 10px 30px;
  min-width: 176px;
}
.cell-claim .button-wrapper .button{
  padding: 6px 30px;
  min-width: 116px;
}
.cell-claim .button-wrapper button:disabled{
  background-color:#C7C7C7;
  cursor:default;
}
.left-sidebar-col .cell-title img{
  margin: 3px 0 0 10px;
}
.page-agency .cell-name.mobile table .title img{
  margin: 5px 0 0 10px;
}

.cell-chem-test{
  position: relative;
  text-align:center;
}
.cell-chem-test .section-anchor{
  position:absolute;
  top:-10px;
  left:0;
  font-size:0;
}
.middle-col .cell-section.cell-chem-test{
  padding: 30px 20px;
}
.cell-chem-test .loader-wrapper{
  font-size:0;
  line-height:1;
  text-align:center;
}
.cell-chem-test .error{
  color: #F00;
  font-size: 12px;
}
.cell-chem-test .button-wrapper{
  text-align:center;
}
.cell-chem-test .button-wrapper button{
  min-width:125px;
}
.cell-chem-test .button-wrapper .button{
  min-width:125px;
  line-height: 16px;
}
.cell-chem-test .button-wrapper.nav-buttons{
  margin-bottom:-10px;
}
.cell-chem-test .button-wrapper.nav-buttons button{
  width: 36px;
  height: 36px;
  min-width: auto;
  padding: 0;
}
.cell-chem-test .button-wrapper.nav-buttons button{
  width: 36px;
  height: 36px;
  min-width: auto;
  padding: 0;
  position: relative;
}
.cell-chem-test .button-wrapper.nav-buttons button span{
  position: relative;
  top: -30px;
  left: 0;
  right: 0;
  display: block;
  color: #ff7a00;
  font-size: 12px;
}
.cell-chem-test .button-wrapper .btn-next.with-arrow span{
  background: url('../png/logo.png') right center no-repeat transparent;
  padding-right:15px;
}
.cell-chem-test .button-wrapper.nav-buttons .btn-back{
  background: url('../png/logo.png') center center no-repeat #ff7a00;
}
.cell-chem-test .button-wrapper.nav-buttons .btn-next{
  background: url('../png/logo.png') center center no-repeat #ff7a00;
}
.cell-chem-test .button-wrapper.nav-buttons .btn-back.disabled{
  background: url('../png/logo.png') center center no-repeat transparent;
}
.cell-chem-test .button-wrapper.nav-buttons .btn-next.disabled{
  background: url('../png/logo.png') center center no-repeat transparent;
}
.cell-chem-test .button-wrapper.nav-buttons button.disabled span{
  color:#dcdcdc;
}
.cell-chem-test .page-with-nav .cell-title{
  margin: 20px 0 0 0;
}
.cell-chem-test .selection-table-wrapper{
  margin: 40px 0 60px 0;
}
.cell-chem-test .test-page-start{
  margin:-15px 0;
}
.cell-chem-test .test-page-start .cell-title{
  position: relative;
  top:-15px;
  left:-20px;
  background:url('../png/logo.png') top left no-repeat transparent;
  width:auto;
  min-height: 90px;
  padding: 20px 0 0 0;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  border-top-left-radius: 6px;
  overflow: hidden;
}
.cell-chem-test .test-page-start .cell-title span{
  width:285px;
  display:block;
}
.cell-chem-test .test-page-start .cell-image{
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.cell-chem-test .test-page-start .cell-content{
  display:block;
  text-align:center;
  width: 240px;
}
.cell-chem-test .test-page-start .button-wrapper{
  margin-top:15px;
}
.cell-chem-test .test-page-start a{
  display: block;
  color: #4B2BAD;
  margin-top: 10px;
  font-size: 12px;
}
.cell-chem-test .test-page-start .about-test{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding:30px 0 0 0;
  background-color:#FFF;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
  -webkit-appearance: none;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
.cell-chem-test .test-page-start .about-test .content{
  padding: 0 20px;
  text-align: justify;
}
.cell-chem-test .test-page-start .about-test .footer{
  padding: 45px 20px 20px 20px;
  font-size: 11px;
  color: #FFF;
  background: url(../png/logo.png) top center no-repeat transparent;
  line-height: 1.5;
  text-align: center;
}
.cell-chem-test .test-page-start .about-test .sub-title{
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0 20px;
  text-align: left;
}
.cell-chem-test .test-page-start .about-test .close{
  background:url('../png/logo.png') center center no-repeat transparent;
  position: absolute;
  top:15px;
  right:15px;
  width:19px;
  height:19px;
  cursor: pointer;
}
.cell-chem-test .chem-test-page{
  display:table;
  width: 100%;
}
.cell-chem-test .chem-test-page .cell-content,
.cell-chem-test .chem-test-page .cell-image{
  display:table-cell;
  vertical-align:middle;
}
.cell-chem-test .chem-test-page .cell-image{
  width:155px;
}
.cell-chem-test .chem-test-page .cell-image img{
  margin-right:0;
}
.cell-chem-test .test-page-login .cell-title,
.cell-chem-test .test-page-comming-soon .cell-title,
.cell-chem-test .test-page-match .cell-title{
  color:#4B2BAD;
}
.cell-chem-test .test-page-match .cell-title{
  font-size: 20px;
  font-weight: bold;
}
.cell-chem-test .test-page-match .cell-title span{
  font-size: 30px;
}
.cell-chem-test .test-page-login .button-wrapper,
.cell-chem-test .test-page-comming-soon .button-wrapper,
.cell-chem-test .test-page-match .button-wrapper{
  margin-top:25px;
}
.cell-chem-test .test-page-login .button-wrapper a.button{
  margin-bottom:10px;
}
.cell-chem-test .test-page-1{
  padding: 20px 0;
}
.cell-chem-test .test-page-1 textarea{
  width: calc(100% - 72px);
  display: block;
  margin: 26px 20px 30px 20px;
  height: 80px;
  resize: none;
  padding:15px;
}
.cell-chem-test .selection-radio-table .radio-button span.radio-min,
.cell-chem-test .selection-radio-table .radio-button span.radio-max{
  width: 100px;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  height: 100%;
}
.cell-chem-test .selection-radio-table .radio-button span{
  display: inline-block;
  vertical-align: middle;
}
.cell-chem-test .timeline{
  background: url('../png/logo.png') center top no-repeat transparent;
  padding: 0 32px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 297px;
  height: 17px;
}
.cell-chem-test .timeline .step{
  height: 16px;
  width: 100%;
  display:block;
}
.cell-chem-test .timeline .step-2{
  background: url('../png/logo.png') left top no-repeat transparent;
}
.cell-chem-test .timeline .step-3{
  background: url('../png/logo.png') left top no-repeat transparent;
}
.cell-chem-test .timeline .step-4{
  background: url('../png/logo.png') left top no-repeat transparent;
}
.cell-chem-test .timeline .step-5{
  background: url('../png/logo.png') left top no-repeat transparent;
}
.cell-chem-test .timeline .step-6{
  background: url('../png/logo.png') left top no-repeat transparent;
}

#reviews{
  line-height: 24px;
}
.cell-section.cell-reviews{
  padding: 15px 0 20px 0;
}
.cell-reviews .selection-input-wrapper{
  width:250px;
  max-width:100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-left: 0;
}
.cell-reviews .selection-input-wrapper select{
  width: calc(100% - 25px);
  padding: 8px 20px 8px 5px;
}
.cell-reviews .btn-wrapper{
  width: calc(100% - 270px);
  margin-left:20px;
}
.cell-reviews .btn-wrapper .btn-review {
  padding: 5px 30px 5px 30px;
  background: url('../png/logo.png') 15px center no-repeat #ff7a00;
  width: auto;
  display: block;
  text-align:center;
}
.cell-reviews input[type=text]{
  width: calc(100% - 20px);
  display: block;
}
.cell-reviews textarea{
  width: calc(100% - 20px);
  margin-top:10px;
  min-height: 140px;
  display: block;
}
.cell-reviews .form-section{
  padding: 0 20px;
}
.cell-reviews #add-review .form-section,
.cell-reviews .form-section.review-replies{
  border-top:1px solid #EBEBEB;
  margin-top: 20px;
  padding-top: 10px;
}
.cell-reviews .form-section.review-replies{
  padding-top: 15px;
}
.cell-reviews .has-replies{
  border-top:1px solid #EBEBEB;
  margin-top: 20px;
  padding-top: 10px;
  text-align:center;
  line-height: 17px;
}
.cell-reviews .has-replies a{
  background: url('../png/logo.png') no-repeat center right transparent;
  padding-right: 15px;
}
.cell-reviews .has-replies.open a{
  background-image: url('../png/logo.png');
}
.cell-reviews .has-replies + .form-section.review-replies{
  margin-top:0;
  padding-top:0;
  border:0;
}
.cell-reviews .ui-slider .ui-slider-range{
  background: url('../png/logo.png') no-repeat bottom left transparent;
  background-size: 440px 100%;
  border-radius: 4px;
}
.cell-reviews .ui-slider.ui-widget.ui-widget-content {
  background-color: #F1F1F1;
}
.cell-reviews .ui-slider .ui-slider-handle {
  background-color:#ff7a00;
}
.cell-reviews .ui-slider .ui-slider-handle .ui-slider-handle-text {
  bottom: 23px;
  left:auto;
  top:auto;
  position: relative;
  color: #ff7a00;
  display: block;
  text-align: center;
  font-size: 12px;
}
.cell-reviews .with-slider{
  line-height: normal;
}
.cell-reviews .with-slider > span {
  margin-left: 0;
  font-size: 12px;
  color:inherit;
  display: block;
}
.cell-reviews .slider-wrapper{
  margin-top: 34px;
}
.cell-reviews input[type=radio].css-checkbox {
  position:absolute;
  z-index:-1000;
  left:-1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height:1px;
  width:1px;
  margin:-1px;
  padding:0;
  border:0;
}
.cell-reviews input[type=radio].css-checkbox + label.css-label {
  padding-left:50px;
  height:44px;
  display:inline-block;
  line-height:44px;
  background-repeat:no-repeat;
  background-position: 0 -44px;
  font-size:44px;
  vertical-align:middle;
  cursor:pointer;
}
.cell-reviews input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 0;
}
.cell-reviews label.css-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cell-reviews label.css-label.impression_1{
  background-image: url('../png/logo.png');
}
.cell-reviews label.css-label.impression_2{
  background-image: url('../png/logo.png');
}
.cell-reviews label.css-label.impression_3{
  background-image: url('../png/logo.png');
}
.cell-reviews label.css-label.impression_4{
  background-image: url('../png/logo.png');
}
.cell-reviews label.css-label.impression_5{
  background-image: url('../png/logo.png');
}
.cell-reviews label.css-label.impression_6{
  background-image: url('../png/logo.png');
}
.cell-reviews .radio-wrapper{
  text-align:center;
}
.cell-reviews .button-wrapper{
  text-align: center;
  margin-top:15px;
}
.cell-reviews .button-wrapper input[type=submit],
.cell-reviews .button-wrapper button{
  width: 280px;
}
.cell-reviews.cell-item .column-wrapper{
  font-size:0;
}
.cell-reviews.cell-item .cell-title{
  display: inline-block;
  vertical-align: top;
  width:calc(100% - 90px);
  margin-bottom: 0;
  font-size: 16px;
}
.cell-reviews.cell-item .action-buttons{
  display: inline-block;
  vertical-align: top;
  text-align: right;
  font-size:0;
  line-height: normal;
  width:90px;
}
.cell-reviews.cell-item .action-buttons .button-wrapper{
  text-align: inherit;
}
.cell-reviews.cell-item .action-buttons .button{
  width:25px;
  height:25px;
  margin-left:5px;
  padding:0;
  display:inline-block;
}
.cell-reviews.cell-item .action-buttons .button:first-of-type{
  margin-left: 0;
}
.cell-reviews.cell-item .review-reply{
  background: url('../png/logo.png') center center no-repeat #ff7a00;
}
.cell-reviews.cell-item .review-report{
  background: url('../png/logo.png') center center no-repeat #ff7a00;
}
.cell-reviews.cell-item .review-edit{
  background: url('../png/logo.png') 6px 5px no-repeat #ff7a00;
}
.cell-reviews.cell-item .review-delete{
  margin-top:5px;
}
.cell-reviews.cell-item .review-delete button{
  padding:0;
  background:transparent;
  color:#ff7a00;
  width:auto;
}
.cell-reviews.cell-item .review-date{
  font-size:12px;
}
.cell-reviews.cell-item table{
  border-collapse: collapse;
  border:0;
  line-height: normal;
}
.cell-reviews.cell-item .user-pic{
  position:relative;
  vertical-align: top;
  background-color: #FFF;
}
.cell-reviews.cell-item .user-pic img{
  max-width: 45px;
  max-height: 45px;
}
.cell-reviews.cell-item .user-pic .impression{
  position:absolute;
  width:16px;
  height:16px;
  top:37px;
  right:-8px;
}
.cell-reviews.cell-item .user-pic .impression_1{
  background: url('../png/logo.png') top center no-repeat transparent;
  background-size:100%;
}
.cell-reviews.cell-item .user-pic .impression_2{
  background: url('../png/logo.png') top center no-repeat transparent;
  background-size:100%;
}
.cell-reviews.cell-item .user-pic .impression_3{
  background: url('../png/logo.png') top center no-repeat transparent;
  background-size:100%;
}
.cell-reviews.cell-item .user-pic .impression_4{
  background: url('../png/logo.png') top center no-repeat transparent;
  background-size:100%;
}
.cell-reviews.cell-item .user-pic .impression_5{
  background: url('../png/logo.png') top center no-repeat transparent;
  background-size:100%;
}
.cell-reviews.cell-item .user-pic .impression_6{
  background: url('../png/logo.png') top center no-repeat transparent;
  background-size:100%;
}
.cell-reviews.cell-item .user-details{
  padding:1px 0 0 25px;
  width:100%;
}
.cell-reviews.cell-item .user-details table{
  width:100%;
  table-layout: fixed;
}
.cell-reviews.cell-item .user-details td{
  padding:0 5px 5px 20px;
  width:50%;
  vertical-align: top;
}
.cell-reviews.cell-item .user-details td:last-of-type{
  padding:0 0 5px 20px;
  width:50%;
}
.cell-reviews.cell-item .user-name{
  background: url('../png/logo.png') top left no-repeat transparent;
}
.cell-reviews.cell-item .user-position{
  background: url('../png/logo.png') top left no-repeat transparent;
}
.cell-reviews.cell-item .user-company{
  background: url('../png/logo.png') top left no-repeat transparent;
}
.cell-reviews.cell-item .user-city{
  background: url('../png/logo.png') top left no-repeat transparent;
}
.cell-reviews.cell-item .review-content{
  margin-top:10px;
}
.cell-reviews.cell-item .rate-row{
  margin-top:10px;
}
.cell-reviews.cell-item .rate-row .col-left,
.cell-reviews.cell-item .rate-row .col-right{
  font-size:12px;
  display: inline-block;
  vertical-align: top;
  width:50%;
}
.cell-reviews.cell-item .rate-row .col-right{
  text-align: right;
}
.rate-row .rate-indicator{
  width:100%;
  height:6px;
  background-color:#F1F1F1;
  position:relative;
  border-radius: 4px;
}
.rate-row .rate-indicator .rate-selected{
  position: absolute;
  top:0;
  left:0;
  background: url('../png/logo.png') repeat-y top left transparent;
  height: 6px;
  border-radius: 4px;
}
.page-statistics .rate-row .rate-indicator .rate-selected {
  background-image: url('../png/logo.png');
}
.page-statistics .origin-row.rate-row .rate-indicator .rate-selected {
  background-image: url('../png/logo.png');
}
.cell-reviews .message-box,
.page-settings .message-box{
  padding: 10px;
  margin-bottom: 10px;
  color: #FFF;
  opacity: 0.5;
}
.cell-reviews .message-box.message-success,
.page-settings .message-box.message-success{
  background-color: green;
}
.cell-reviews .message-box.message-error,
.page-settings .message-box.message-error{
  background-color: red;
}
.cell-reviews .review-replies .user-pic{
  width:31px;
}
.cell-reviews .review-replies .user-pic img{
  max-width: 31px;
  max-height: 31px;
}
.cell-reviews .review-replies table{
  margin-top:10px;
}
.cell-reviews .review-replies .reply-form{
  width:100%;
}
.cell-reviews .review-replies .reply-form .user-reply{
  padding-left:10px;
}
.cell-reviews .review-replies .reply-form .user-reply textarea{
  width: calc(100% - 18px);
  padding:6px 9px;
  margin-top: 0;
  height: 19px;
  min-height: auto;
  resize:vertical;
}
.cell-reviews .review-replies .reply-form .user-reply textarea.hidden{
  display: none;
}
.cell-reviews .review-replies .reply-form .user-reply .loading{
  max-height:31px;
}
.page-agency #load-more-reviews{
  text-align: center;
}
.cell-reviews .review-replies .reply-item{
  width:100%;
  margin-top:10px;
}
.cell-reviews .review-replies .reply-item .user-reply{
  padding-left:10px;
}
.cell-reviews .review-replies .reply-item .user-reply .reply-date{
  font-size:12px;
}
.cell-reviews .loading{
  display: block;
  margin: auto;
}
.page-agency .load-more-wrapper{
  text-align: center;
  margin-top: 10px;
}
.cell-reviews .loading.hidden{
  display: none;
}
.loading.centered{
  text-align:center;
}
.cell-reviews.cell-report .button-wrapper{
  text-align: right;
}
.cell-reviews.cell-report .form-section{
  border-top:1px solid #EBEBEB;
  margin-top: 10px;
  padding-top: 10px;
  position:relative;
}
.cell-reviews.cell-report .form-section:first-of-type{
  border:0;
  margin:0;
  padding-top:0;
}
.cell-reviews.cell-report .close-btn{
  position: absolute;
  top: 5px;
  right: 20px;
}
.agency-claim .button-wrapper{
  text-align:center;
  margin-top:0;
  position: relative;
}
.agency-claim .button-wrapper.right-align{
  text-align:right;
}
.agency-claim .button-wrapper a{
  display:inline-block;
  vertical-align:top;
  min-width: 160px;
  max-width: 100%;
}
.agency-claim .button-wrapper button{
  display:inline-block;
  vertical-align:top;
  min-width: 200px;
  max-width: calc(100% - 42px);
}
.agency-claim .button-wrapper form{
  display: inline-block;
  vertical-align: top;
  margin:0 10px;
}
.agency-claim .section-with-buttons{
  text-align: center;
}
.agency-claim .social-media{
  padding-bottom:34px;
}
.agency-claim .social-media .buttons-wrapper{
  margin-top: 34px;
  text-align: center;
}
.agency-claim .social-media .button-wrapper button{
  width:280px;
  max-width:calc(100% - 42px);
  line-height:19px;
  margin: auto;
}
.agency-claim .social-media .button-wrapper button img{
  margin-right:10px;
}
.agency-claim .button-wrapper.sm-facebook button{
  background-color: #4268B3;
  border: 1px solid #4268B3;
}
.agency-claim .button-wrapper.sm-linkedin button{
  background-color: #0077B5;
  border: 1px solid #0077B5;
}
.agency-claim .button-wrapper.sm-twitter button{
  background-color: #1DA1F2;
  border: 1px solid #1DA1F2;
}
.agency-claim .button-wrapper.sm-instagram button{
  background-color: #DE2B7B;
  border: 1px solid #DE2B7B;
}
.agency-claim .button-wrapper button:disabled,
.agency-claim .button-wrapper button[disabled]{
  cursor:default;
  position:relative;
}
.agency-claim .button-wrapper button:disabled:after,
.agency-claim .button-wrapper button[disabled]:after{
  content:"\A0";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#a9a9a9;
  opacity:0.5;
}
.agency-claim .button.outlined{
  width: 100%;
  padding: 0 20px;
}
.agency-claim.section-step .button.outlined{
  width:222px;
  margin-top:15px;
}
.agency-claim .social-media .button.outlined{
  line-height: 37px;
}
.agency-claim .social-media .separator{
  border-color: #EBEBEB;
  margin: 21px auto 21px auto;
  padding-bottom: 0;
  width: 280px;
}
.agency-claim .social-media .separator span{
  top:-10px;
  font-size: inherit;
}
.agency-claim .textarea-wrapper{
  margin-top:20px;
}
.agency-claim .textarea-wrapper textarea{
  width: calc(100% - 20px);
  min-height: 120px;
}
.agency-claim .css-upload + .css-upload-label{
  margin-top:0;
}
.agency-claim .upload-btn-wrapper .css-upload + .css-upload-label .css-upload-button{
  width:88px;
}
.agency-claim .form-styled .button-wrapper.with-cols{
  font-size:0;
}
.agency-claim .form-styled .button-wrapper .left-col,
.agency-claim .form-styled .button-wrapper .right-col{
  width: 50%;
  display:inline-block;
  text-align:left;
  font-size:14px;
}
.agency-claim .form-styled .button-wrapper .right-col{
  text-align:right;
}
.agency-claim .form-styled .left-col .upload-btn-wrapper{
  text-align:left;
}
.agency-claim .css-upload + .css-upload-label .css-upload-output{
  font-size:11px;
  padding:0;
  width:100%;
}
.agency-claim .section-content .response{
  padding:10px;
  font-style: italic;
}

/* AGENCY VIEW PAGE END */

.section-checkout{
  font-size:14px;
}
.section-checkout h3{
  color: #FA6204;
  padding: 20px 15px;
  margin: 0;
}
.section-checkout h4 {
  color: inherit;
  padding: 20px 15px 0 15px;
  font-size: 16px;
}
.section-checkout .section-content {
  padding: 20px 15px;
  margin-top:0;
}
.section-checkout .section-content:first-of-type{
  margin-top:20px;
}
.section-checkout .row{
  font-size: 0;
}
.cart-form-wrapper .product-img{
  width:52px;
  height:52px;
  display: inline-block;
  vertical-align: middle;
  text-align:center;
  background-color: #ff7a00;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cart-form-wrapper .product-img img{
  margin-top:12px;
}
.cart-form-wrapper .product-dates,
.cart-form-wrapper .product-details{
  display: inline-block;
  vertical-align: middle;
  width:calc(100% - 137px);
  padding-left:15px;
  font-size: 14px;
  line-height: 26px;
}
.cart-form-wrapper .product-price{
  display: inline-block;
  vertical-align: middle;
  width:70px;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
.cart-form-wrapper .product-price .subscription-details{
  display: none;
}
.cart-form-wrapper .coupon-wrapper{
  text-align:right;
  min-height: 36px;
  line-height: 36px;
  position:relative;
}
.cart-form-wrapper .coupon-wrapper .woocommerce-remove-coupon img{
  vertical-align: top;
  margin-top: 11px;
}
.cart-form-wrapper .coupon{
  position: absolute;
  left:0;
  top:0;
}
.cart-form-wrapper .coupon .input-wrapper{
  margin-left:15px;
  font-size: 0;
  display:inline-block;
  vertical-align: middle;
}
.cart-form-wrapper .coupon .input-wrapper input{
  vertical-align: middle;
  border-color:#ff7a00;
}
.cart-form-wrapper .coupon .input-wrapper button{
  background-color:#ff7a00;
  line-height: 36px;
  height:36px;
  width:36px;
  text-align: center;
  margin-left: -5px;
  padding: 0;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cart-form-wrapper .coupon .input-wrapper button:hover{
  background-color: #ff7a00;
  color: inherit;
}
.cart-form-wrapper.coupon-error .coupon .input-wrapper input{
  border-color:#F90012;
}
.cart-form-wrapper.coupon-error .coupon .input-wrapper button,
.cart-form-wrapper.coupon-error .coupon .input-wrapper button:hover{
  background-color:#F90012;
}
.cart-form-wrapper.coupon-success .coupon .input-wrapper input{
  border-color:#16CD41;
}
.cart-form-wrapper.coupon-success .coupon .input-wrapper button,
.cart-form-wrapper.coupon-success .coupon .input-wrapper button:hover{
  background-color:#16CD41;
}

.cart-form-wrapper .coupon .input-wrapper button img{
  vertical-align: middle;
}
.cart-form-wrapper .cart-total{
  color:#ff7a00;
  text-align:right;
}
.cart-form-wrapper .cart-total label{
  margin-right:20px;
  font-weight: bold;
}
.woocommerce-checkout .section-checkout #payment,
.woocommerce-checkout #customer_details .section-content{
  background: transparent;
  border-radius: 0;
  margin:0;
}
.woocommerce-checkout .section-checkout #payment ul.payment_methods{
  text-align: left;
  padding: 0;
  border: 0;
  margin: 0;
  font-size:0;
}
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: normal;
  font-weight: normal;
  font-size: 14px;
  width: calc(50% - 5px);
}
.woocommerce-checkout #payment ul.payment_methods li:nth-child(2n) {
  margin-left:10px;
}
.woocommerce-checkout #payment .radio-button input[type="radio"] + label {
  line-height: 100px;
  height: 100px;
  border: 1px solid transparent;
  opacity: 0.5;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.woocommerce-checkout #payment ul.payment_methods .radio-button label img{
  margin-right:10px;
}
.woocommerce-checkout #payment .radio-button label .ico-check{
  display: none;
}
.woocommerce-checkout #payment .radio-button input[type="radio"]:checked + label {
  background-color: transparent;
  color: inherit;
  border: 1px solid #16CD41;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -webkit-appearance: none;
  opacity: 1;
}
.woocommerce-checkout #payment .radio-button input[type="radio"]:checked + label .ico-check{
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.woocommerce-checkout #payment .radio-button.payment_method_paypal input[type="radio"] + label {
  background:url('../png/logo.png') center center transparent no-repeat;
}
.woocommerce-checkout #payment .radio-button.payment_method_paypal input[type="radio"]:checked + label {
  background-image:url('../png/logo.png');
}
.woocommerce-checkout #payment .radio-button input[type="radio"] ~ div.payment_box{
  display: none !important;
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 14px;
  border-radius: 0;
  color: inherit;
}
.woocommerce-checkout #payment .radio-button input[type="radio"]:checked ~ div.payment_box{
  display: block !important;
}
.woocommerce-checkout #payment .radio-button div.payment_box::before {
  display: none;
}

.woocommerce-checkout .woocommerce-input-wrapper .select2-container--default .select2-selection--single {
  height:36px;
  border-color:#C7C7C7;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.woocommerce-checkout .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
.woocommerce-checkout .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 4px;
  padding-bottom: 4px;
}
.woocommerce-checkout .woocommerce-input-wrapper .select2-container--default .select2-search--dropdown .select2-search__field {
  padding:9px;
}
.woocommerce-checkout .woocommerce-input-wrapper .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: inherit;
  color:#ff7a00;
}
.woocommerce-checkout #payment div.form-row:last-of-type {
  margin:0;
  padding:0;
}
.woocommerce-checkout #customer_details .form-row {
  margin: 0;
  padding: 10px 0 0 0;
  height: 36px;
}
.woocommerce-checkout #customer_details .form-row:first-of-type{
  padding-top: 0;
}
.woocommerce-checkout #customer_details .form-row label{
  display:none;
}
.woocommerce-checkout #customer_details button{
  background-color: #ff7a00;
  color: #FFF;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
  font-family: Roboto;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  display: block;
  margin: 20px auto;
}
.woocommerce-checkout #customer_details .form-row-first{
  clear: both;
  width:calc(50% - 5px);
}
.woocommerce-checkout #customer_details .form-row-last{
  width:calc(50% - 5px);
}
.woocommerce-checkout #customer_details .checkbox-wrapper{
  display: block;
  text-align: center;
  padding-top: 20px;
  clear: both;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 20px 0;
  position: relative;
  color:#FFF;
  border:0;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.woocommerce .woocommerce-error{
  background-color: rgba(255, 0, 0, 0.5);
}
.woocommerce .woocommerce-info{
  background-color: rgba(0, 100, 0, 0.5);
}
.woocommerce .woocommerce-message {
  background-color: rgba(255, 140, 0, 0.5);
}

.page-statistics .mapael{
  width:100%;
  max-width: 978px;
}
.mapael .mapTooltip {
  position: absolute;
  background-color: #fff;
  -moz-opacity: 0.80;
  opacity: 0.80;
  filter: alpha(opacity=80);
  border-radius: 4px;
  padding: 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #232323;
}

.mapael .map {
  overflow: hidden;
  position: relative;
  background-color: #F1F1F1;
  border-radius: 5px;
  margin-bottom: 10px;
}

.mapael.hidden{
  display: block;
  visibility:hidden;
  position:absolute;
}

/* For all zoom buttons */
.mapael .zoomButton {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  top: 0;
  font-weight: bold;
  left: 10px;

  -webkit-user-select: none;
  -khtml-user-select : none;
  -moz-user-select: none;
  -o-user-select : none;
  user-select: none;
}

/* Reset Zoom button first */
.mapael .zoomReset {
  top: 10px;
}

/* Then Zoom In button */
.mapael .zoomIn {
  top: 30px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
  top: 50px;
}

.page-settings .section .section-content {
  padding-left:15px;
  padding-right:15px;
}
.page-settings p.info{
  line-height:19px;
}
.page-settings .buttons-wrapper form{
  display:inline-block;
  margin-left:10px;
  vertical-align: top;
}
.page-settings .buttons-wrapper form:first-of-type{
  margin-left:0;
}
.page-settings .members{
  padding: 0;
  font-size: 0;
  margin-top: 20px;
}
.page-settings .members .cell{
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  border-top: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  width: calc(50% - 31px);
  font-size: 14px;
}
.page-settings .members .cell:nth-child(2n){
  border-right: 0;
}
.page-settings .members .cell.full-row{
  width:auto;
  display: block;
  border-right: 0;
}
.page-settings .members table td{
  vertical-align: middle;
}
.page-settings .members .image-cell{
  width:84px;
}
.page-settings .members .image-cell img{
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  max-width: 84px;
  max-height: 84px;
  width:auto;
  height:auto;
}
.page-settings .members .data-cell{
  padding:0 10px;
  width: 248px;
}
.page-settings .members .data-cell .name{
  font-weight: bold;
  padding:0;
  margin:5px 0 0 0;
}
.page-settings .members .data-cell .name span{
  font-weight:normal;
}
.page-settings .members .data-cell .position{
  color:#ff7a00;
  margin:0;
  padding:0;
}
.page-settings .members .data-cell input[type=text]{
  width: calc(100% - 20px);
  margin-bottom: 10px;
}
.page-settings .members .menu-cell{
  text-align: center;
  position:relative;
  width: 18px;
}
.page-settings .members .menu-cell .menu-btn{
  font-weight:bold;
  color:inherit;
  font-size:20px;
  text-decoration: none;
}
.page-settings .members .context-menu{
  display: block;
  position: absolute;
  right: -25px;
  width: 305px;
  margin-top: 10px;
  z-index: 1;
  padding: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -webkit-appearance: none;
}
.page-settings .members .context-menu .triangle{
  width: 20px;
  height: 10px;
  position: absolute;
  overflow: hidden;
  right: 25px;
  top: -10px;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -webkit-appearance: none;
}
.triangle:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFF;
  transform: rotate(45deg);
  top: 4px;
  left: 0;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,1);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,1);
  -webkit-appearance: none;
}
.page-settings .members .context-menu.hidden{
  display:none;
}
.page-settings .members .context-menu a{
  display: block;
  margin-top:10px;
  color:inherit;
  text-decoration: none;
  text-align:left;
}
.page-settings .members .context-menu .modal-popup a {
  text-align: inherit;
}
.page-settings .members .context-menu a:first-of-type{
  margin-top:0;
}
.page-settings .members .context-menu a img{
  margin-right:10px;
}
.page-settings .billing-info-wrapper{
  font-size:0;
}
.page-settings .billing-info-wrapper .col{
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
}
.page-settings .billing-info-wrapper .cell{
  font-size:14px;
  padding-bottom:10px;
}
.page-settings .billing-info-wrapper .cell span{
  font-weight: bold;
}
.page-settings .billing-info-wrapper .buttons-wrapper {
  margin-top: 10px;
}
.page-settings .billing-info-form .row{
  font-size:0;
}
.page-settings .billing-info-form .row input[type=text]{
  width:calc(100% - 20px);
}
.page-settings .billing-info-form .row .col{
  width:calc(50% - 5px);
  display: inline-block;
  vertical-align: top;
  margin-left:5px;
  font-size: 14px;
}
.page-settings .billing-info-form .search-tip,
.section-welcome .form-styled .search-tip {
  border-color:#C7C7C7;
}
.page-settings .billing-info-form .row .col:first-of-type{
  margin-right: 5px;
  margin-left: 0;
}
.page-settings .billing-info-form .buttons-wrapper{
  margin-top:10px;
}
.companies span{
  padding: 10px;
}
.companies .align-helper{
  padding:0;
}
.page-statistics .site-wrapper{
  display: table;
}
.page-statistics .main-col.middle-col{
  width:auto;
  display: block;
}
.page-statistics h5 {
  padding: 20px 15px 0 15px;
  font-size: 16px;
  font-weight: normal;
  margin:0;
}
.page-statistics .section-content h4{
  margin-bottom:15px;
}
.page-statistics .middle-col .cell-section{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 0;
  padding: 15px 0 20px 0;
  background: transparent;
  background-size: auto;
  line-height: inherit;
  word-wrap: initial;
}
.page-statistics .score-details{
  min-height:45px;
}
.page-statistics .main-score{
  position:absolute;
  right: 15px;
  top: 10px;
  font-size: 35px;
  font-weight: bold;
  text-align: right;
}
.page-statistics .main-score .label{
  display:block;
  font-size:12px;
  margin-top: 0;
  font-weight: normal;
}
.page-statistics .section-filter,
.page-user .section-filter{
  padding: 10px 0;
  text-align: right;
  font-size:12px;
}
.page-statistics .section-filter a,
.page-user .section-filter a{
  color:inherit;
}
.page-statistics .section-content,
.page-statistics .section.section-with-title .section-content{
  border-top:1px solid #EBEBEB;
  padding:15px;
}
.page-statistics .section-content:first-of-type,
.page-statistics .section-filter + .section-content{
  border:0;
}
.page-statistics .section-content p:last-of-type{
  margin-bottom: 0;
}
.page-statistics .range-filter{
  padding:10px;
  border:1px solid #C7C7C7;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 0;
}
.page-statistics .range-filter #cur-range{
  display: inline-block;
  margin-left:10px;
  width: calc(100% - 30px);
  background: url('../png/logo.png') right 5px no-repeat transparent;
  cursor: pointer;
  font-size:14px;
}
.page-statistics .range-filter .change-range-filter{
  display: none;
  padding-top: 10px;
  font-size:14px;
}
.page-statistics .range-filter .change-range-filter .input-wrapper{
  max-width: 100%;
  margin-left: 0;
}
.page-statistics .range-filter .change-range-filter a{
  display: block;
  padding-bottom:10px;
  color:inherit;
}
.page-statistics .range-filter.open .change-range-filter{
  display:block;
}
.page-statistics .range-filter.open #cur-range{
  background-image: url('../png/logo.png');
}
.page-statistics .range-filter .change-range-filter .dash{
  display: inline-block;
  width: 10px;
  text-align: center;
}
.page-statistics .range-filter .change-range-filter input[type=text]{
  width: calc(50% - 25px);
}
.page-statistics .header-row{
  font-size:0;
}
.page-statistics .header-row .col-left{
  text-align: right;
  display: inline-block;
  vertical-align: top;
  width: 240px;
  padding: 10px 5px 0 0;
  font-size: 12px;
  color: #A0A0A0;
}
.page-statistics .header-row .col-right{
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 0 5px;
  font-size: 12px;
  color: #A0A0A0;
}
.page-statistics .origin-row{
  border-bottom: 1px solid #EBEBEB;
  padding: 5px 10px;
  font-size:0;
}
.page-statistics .origin-row .country{
  display:inline-block;
  vertical-align:top;
  padding:5px;
  font-size:14px;
  width:150px;
}
.page-statistics .origin-row .counter{
  display:inline-block;
  vertical-align:top;
  padding:5px;
  width:60px;
  text-align:right;
  font-size:14px;
}
.page-statistics .origin-row .rate-indicator{
  display:inline-block;
  vertical-align:top;
  width: calc(100% - 315px);
  height: 6px;
  background-color: #F1F1F1;
  position: relative;
  border-radius: 4px;
  margin: 10px;
}
.page-statistics .origin-row .percent{
  display:inline-block;
  vertical-align:top;
  width:55px;
  padding:5px;
  font-size:14px;
  text-align:right;
}
.page-statistics canvas{
  max-width: 100%;
}
.page-statistics .section-filter-btns{
  margin-top:15px;
  margin-bottom: 10px;
  font-size:0;
  text-align:center;
}
.page-statistics .section-filter-btns button{
  width:calc(25% - 20px);
  margin-left:10px;
  padding:10px 5px;
  margin-bottom: 20px;
}
.page-statistics .section-filter-btns button:first-of-type{
  margin-left:0;
}
.page-statistics .section-filter-btns button .counter-wrapper{
  margin-top:5px;
  font-size: 11px;
  font-weight: bold;
}
.page-statistics select.filter,
.page-user select.filter{
  border:1px solid #C7C7C7;
  width: calc(100% - 22px);
  display: block;
  padding: 10px;
}
.page-statistics .row,
.page-user .section-chemistry-test .row{
  display: block;
  text-align: right;
}
.page-statistics .row a,
.page-user .section-chemistry-test .row a{
  color:#4A2BAC;
}
.page-statistics .companies{
  margin-left: -10px;
  font-size: 0;
}
.page-statistics .companies span{
  font-size:14px;
  padding: 10px 0;
  display:inline-block;
  margin-left:10px;
}
.companies .align-helper{
  padding:0;
}
.page-statistics .people-wrapper{
  font-size:0;
  position:relative;
  margin: 0px -1px;
}
.page-statistics .people .member-wrapper{
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 8px 7px;
  position:relative;
}
.page-statistics .people .image-cell{
  width:84px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
.page-statistics .people-profile{
  display: none;
  font-size:14px;
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 10px;
  z-index: 1;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -webkit-appearance: none;
}
.page-statistics .people-profile .triangle{
  width: 20px;
  height: 10px;
  position: absolute;
  overflow: hidden;
  top: -10px;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -webkit-appearance: none;
}
.page-statistics .people-profile .prof-header{
  position:relative;
  padding: 15px 25px 15px 15px;
  border-bottom:1px solid #C7C7C7;
  min-height: 19px;
}
.page-statistics .people-profile .prof-header h4{
  margin-bottom:0;
}
.page-statistics .people-profile .prof-header a{
  text-decoration: none;
  position: absolute;
  right:15px;
  top:17px;
}
.page-statistics .prof-content{
  font-size:0;
}
.page-statistics .prof-content .data-cell{
  padding:15px;
  display:inline-block;
  vertical-align: top;
  width: calc(33.33% - 30px);
  font-size:14px;
}
.page-statistics .prof-content .data-cell label{
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.page-statistics .prof-content .data-cell .cell-value{
  padding-right:5px;
}
.page-statistics .prof-content .user-det-company{
  background:url('../png/logo.png') left top no-repeat transparent;
}
.page-statistics .prof-content .user-det-email{
  background:url('../png/logo.png') left top no-repeat transparent;
}
.page-statistics .prof-content .user-det-visited{
  background:url('../png/logo.png') left top no-repeat transparent;
}
.page-statistics .prof-content .user-det-position{
  background:url('../png/logo.png') left top no-repeat transparent;
}
.page-statistics .prof-content .user-det-location{
  background:url('../png/logo.png') left top no-repeat transparent;
}
.page-statistics .msg{
  margin-top:10px;
}
.page-statistics .loader-wrapper,
.page-user .loader-wrapper{
  text-align: center;
  display: none;
}
.page-statistics .loader-wrapper.show,
.page-user .loader-wrapper.show{
  display:block;
}
.page-statistics .chem-test-row{
  border-top-left-radius: 6px;
  overflow: hidden;
  background: url('../png/gradient_shadow.png') no-repeat bottom center #FFF;
  background-size: 100% 1px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  -webkit-appearance: none;
}
.page-statistics .chem-test-row .user-profile{
  font-size:0;
}
.page-statistics .chem-test-row .img-cell{
  display:inline-block;
  vertical-align:top;
  font-size:12px;
  text-align:center;
}
.page-statistics .chem-test-row .img-cell img{
  display:block;
  margin-bottom:5px;
}
.page-statistics .chem-test-row .info-wrapper{
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 247px);
  margin: 0 20px;
}
.page-statistics .chem-test-row .info-wrapper .info-col{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height:16px;
  padding-left: 20px;
  width: calc(50% - 21px);
  border-left: 1px solid #ebebeb;
  margin: 10px 0;
}
.page-statistics .chem-test-row .info-wrapper .info-col:first-of-type{
  width: 50%;
  border-left: 0;
  padding-left: 0;
}
.page-statistics .chem-test-row .info-wrapper .user-name{
  font-size:16px;
}
.page-statistics .chem-test-row .info-wrapper .position{
  margin-top: 8px;
}
.page-statistics .chem-test-row .info-wrapper .email{
  padding-left:25px;
  background:url('../png/logo.png') left center no-repeat transparent;
}
.page-statistics .chem-test-row .info-wrapper .company{
  padding-left:25px;
  background:url('../png/logo.png') left center no-repeat transparent;
  margin-bottom: 8px;
}
.page-statistics .chem-test-row .info-wrapper .description{
  font-size: 14px;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
}
.page-statistics .chem-test-row .score-cell{
  display:inline-block;
  vertical-align:top;
  background-color:#4b2bad;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  width:123px;
  height:123px;
  text-align:center;
}
.page-statistics .chem-test-row .score-cell span{
  display: inline-block;
  font-size: 28px;
  color: #FFF;
  font-weight: bold;
  vertical-align: middle;
}
.page-statistics .chem-test-row .description .show-details,
.page-user .chem-test-row .description .show-details{
  display: block;
}
.page-statistics .chem-test-row .description .show-details.hidden,
.page-user .chem-test-row .description .show-details.hidden{
  display:none;
}
.page-statistics .chem-test-answers,
.page-user .chem-test-answers{
  padding: 20px;
  font-size:0;
  position: relative;
}
.page-statistics .chem-test-answers .hide-details,
.page-user .chem-test-answers .hide-details{
  position: absolute;
  top:0;
  left:20px;
}
.page-statistics .chem-test-answers .col-answers,
.page-statistics .chem-test-answers .col-result,
.page-user .chem-test-answers .col-answers,
.page-user .chem-test-answers .col-result{
  display:inline-block;
  vertical-align:top;
  font-size:14px;
}
.page-statistics .chem-test-answers .col-answers,
.page-user .chem-test-answers .col-answers{
  width: calc(60% - 20px);
  padding: 0 20px 0 0;
}
.page-statistics .chem-test-answers .col-result,
.page-user .chem-test-answers .col-result{
  width:40%;
}
.page-statistics .chem-test-answers .col-result .advices,
.page-user .chem-test-answers .col-result .advices{
  border: 1px solid #ebebeb;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding:40px 25px 35px 25px;
  position: relative;
}
.page-user .chem-test-answers .col-result .advices{
  text-align:center;
}
.page-user .chem-test-answers .col-result .advices-content{
  line-height:1.5;
}
.page-statistics .chem-test-answers .advices .score,
.page-user .chem-test-answers .advices .score{
  color: #4b2bad;
  background: #FFF;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 180px;
  text-align: center;
  font-size:20px;
  font-weight:bold;
}
.page-statistics .chem-test-answers .advices .score span,
.page-user .chem-test-answers .advices .score span{
  font-size:40px;
}
.page-statistics .chem-test-answers .advices ul,
.page-user .chem-test-answers .advices ul{
  margin:15px 0 25px 0;
  padding:0;
  list-style:none;
}
.page-statistics .chem-test-answers .advices li,
.page-user .chem-test-answers .advices li{
  margin-bottom:20px;
  position: relative;
  padding-left:20px;
}
.page-statistics .chem-test-answers .advices li span.marker,
.page-user .chem-test-answers .advices li span.marker{
  display:inline-block;
  width:10px;
  height:10px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color:#ff7a00;
  position: absolute;
  left: 0;
  top: 3px;
}
.page-statistics .chem-test-answers .advices .button-wrapper,
.page-user .chem-test-answers .advices .button-wrapper{
  text-align:center;
}
.page-statistics .chem-test-answers .advices .button,
.page-user .chem-test-answers .advices .button{
  display:block;
}
.page-statistics .chem-test-answers .selection-table-wrapper,
.page-user .chem-test-answers .selection-table-wrapper{
  margin: 25px 0 35px 0;
}
.page-statistics .chem-test-answers .selection-radio-table .radio-button span.radio-min,
.page-statistics .chem-test-answers .selection-radio-table .radio-button span.radio-max,
.page-user .chem-test-answers .selection-radio-table .radio-button span.radio-min,
.page-user .chem-test-answers .selection-radio-table .radio-button span.radio-max{
  line-height:1;
  width: 84px;
  font-size:12px;
  top:0;
  bottom:0;
}
.page-statistics .chem-test-answers .selection-radio-table .radio-button span,
.page-user .chem-test-answers .selection-radio-table .radio-button span{
  display:inline-block;
  vertical-align:middle;
}
.page-statistics .chem-test-answers .selection-radio-table .radio-button input[type="radio"] + label,
.page-user .chem-test-answers .selection-radio-table .radio-button input[type="radio"] + label{
  cursor: default;
}
.page-statistics .chem-test-answers .subtitle,
.page-user .chem-test-answers .subtitle{
  font-size: 16px;
  margin-bottom:20px;
}
.page-statistics .chem-test-answers .col-result .subtitle,
.page-user .chem-test-answers .col-result .subtitle{
  margin-bottom:40px;
}
.page-advertising .main-col{
  margin-top:0;
}
.section-advertising{
  margin-top:20px;
}
.section-advertising.slider-section{
  background: #FFF;
  margin-top: 0;
  padding-bottom: 0;
  border-top-left-radius: 0;
  overflow: hidden;
}
.section-advertising.slider-section .hidden-content{
  visibility: hidden;
  height:0;
  -webkit-transition: height .4s ease-in-out;
  -moz-transition: height .4s ease-in-out;
  -ms-transition: height .4s ease-in-out;
  -o-transition: height .4s ease-in-out;
  transition: height .4s ;
  padding:0;
}
.section-advertising.slider-section .hidden-content.open{
  height:auto;
  padding: 15px;
  visibility: visible;
}
.section-advertising.slider-section .hidden-content img{
  display: block;
  margin:auto;
  max-width: 100%;
  height: auto;
}
.section-advertising p:last-of-type{
  margin-bottom:0;
}
.section-advertising.slider-section .slider-wrapper{
  background: url('../png/logo.png') repeat-y bottom center transparent;
  background-size: 100%;
  padding: 10px 15px;
}
.section-advertising.slider-section .slider-wrapper .slider-trigger{
  display:block;
  color:#FFF;
  text-decoration: none;
  cursor: pointer;
  background: url('../png/logo.png') no-repeat center right transparent;
}
.section-advertising.slider-section .hidden-content.open + .slider-wrapper .slider-trigger{
  background-image: url('../png/logo.png');
}
.new-campaign-section{
  position:relative;
}
.new-campaign-section h3{
  color: #ff7a00;
}
.new-campaign-section .section-content{
  padding-right: 200px;
}
.new-campaign-section button{
  position: absolute;
  right:20px;
  top:20px;
  width:170px;
}
.page-advertising .buttons-wrapper{
  margin-top:20px;
}
.page-advertising .campaign-buttons .radio-button{
  width: calc(50% - 8px);
  margin-right: 16px;
}
.page-advertising .campaign-buttons .radio-button:last-of-type{
  margin-right:0;
}
.page-advertising .campaign-buttons .label-img{
  display:inline-block;
  height:105px;
  width:44px;
  vertical-align: middle;
  margin-right: 15px;
}
.page-advertising .campaign-buttons .radio-button label{
  font-size: 19px;
}
.page-advertising .campaign-buttons .radio-button label .info{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
}
.page-advertising .campaign-buttons .radio-button label .info span{
  font-size: 12px;
  display:inline-block;
  margin-top: -5px;
}
.page-advertising .campaign-buttons .radio-button .disabled + label{
  background-color: #C7C7C7;
  color:#FFF;
}
.page-advertising .campaign-buttons #camp-month-agency + label .label-img{
  background: url('../png/logo.png') center center no-repeat transparent;
}
.page-advertising .campaign-buttons #camp-feat-agency + label .label-img{
  background: url('../png/logo.png') center center no-repeat transparent;
}
.page-advertising .campaign-buttons #camp-month-agency:checked + label .label-img,
.page-advertising .campaign-buttons #camp-month-agency.disabled + label .label-img{
  background-image: url('../png/logo.png');
}
.page-advertising .campaign-buttons #camp-feat-agency:checked + label .label-img{
  background-image: url('../png/logo.png');
}
.page-advertising .campaign-buttons #camp-feat-agency.disabled + label .label-img{
  background-image: url('../png/logo.png');
}
.page-advertising .camp-preview{
  margin-top:20px;
}
.page-advertising .camp-preview .row{
  margin-bottom: 10px;
}
.radio-btn-wrapper{
  font-size:0;
  text-align:left;
}
.radio-btn-wrapper input[type=radio]{
  vertical-align: top;
  margin: 0 5px 0 0;
  cursor: pointer;
}
.radio-btn-wrapper label{
  font-size:14px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  width: calc(100% - 22px);
  vertical-align: top;
}
.radio-btn-wrapper input[type="radio"].css-radio-style1 + label.css-label{
  padding-left:22px;
  width:auto;
}
.radio-btn-wrapper p{
  font-size:14px;
  padding:0;
  margin: 10px 0 15px 22px;
}
.page-advertising .radio-btn-wrapper{
  position:relative;
  padding-left: 85px;
}
.page-advertising .radio-btn-wrapper label{
  margin-top: 10px;
  width: calc(100% - 105px);
}
.page-advertising .radio-btn-wrapper input[type="radio"].css-radio-style1 + label.css-label{
  padding-left:25px;
}
.page-advertising .radio-btn-wrapper .img-label{
  display:inline-block;
  position: absolute;
  left: 0;
  top:0;
  width:80px;
  height: 40px;
}
.page-advertising .radio-btn-wrapper.target-none .img-label{
  background: url('../png/logo.png') no-repeat top center transparent;
}
.page-advertising .radio-btn-wrapper.target-none input[type="radio"]:checked ~ .img-label{
  background: url('../png/logo.png') no-repeat top center transparent;
}
.page-advertising .radio-btn-wrapper.target-ctr-lng .img-label{
  background: url('../png/logo.png') no-repeat top center transparent;
}
.page-advertising .radio-btn-wrapper.target-ctr-lng input[type="radio"]:checked ~ .img-label{
  background: url('../png/logo.png') no-repeat top center transparent;
}
.page-advertising .radio-btn-wrapper.target-spe-skl .img-label{
  background: url('../png/logo.png') no-repeat top center transparent;
}
.page-advertising .radio-btn-wrapper.target-spe-skl input[type="radio"]:checked ~ .img-label{
  background: url('../png/logo.png') no-repeat top center transparent;
}
.page-advertising .radio-btn-wrapper.target-ctln-or-spsk .img-label{
  background: url('../png/logo.png') no-repeat top center transparent;
}
.page-advertising .radio-btn-wrapper.target-ctln-or-spsk input[type="radio"]:checked ~ .img-label{
  background: url('../png/logo.png') no-repeat top center transparent;
}
.page-advertising .radio-btn-wrapper.target-ctln-and-spsk .img-label{
  background: url('../png/logo.png') no-repeat top center transparent;
}
.page-advertising .radio-btn-wrapper.target-ctln-and-spsk input[type="radio"]:checked ~ .img-label{
  background: url('../png/logo.png') no-repeat top center transparent;
}

.radio-btn-wrapper:last-of-type p{
  margin-bottom:0;
}
.page-advertising .select-wrapper{
  margin-bottom:20px;
}
.page-advertising .select-wrapper:last-of-type{
  margin-bottom:10px;
}
.page-advertising .select-wrapper label{
  display: block;
  margin-bottom:10px;
}
.page-advertising .section-header{
  background: #ff7a00;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  padding: 0 30px;
  max-width: 100%;
  position: relative;
}
.page-advertising .campaign-list{
  margin-top: 20px;
}
.page-advertising .campaign-list .section-advertising{
  margin-top:0;
  margin-bottom:20px;
}
.page-advertising .campaign-list .section-advertising:last-of-type{
  margin-bottom: 0;
}
.page-advertising .campaign-list .section .section-content {
  padding:10px;
}
.page-advertising .campaign-list .cell-img{
  width:160px;
  display: table-cell;
  vertical-align: middle;
  text-align:center;
}
.page-advertising .campaign-list .cell-img .agency-score.featured{
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 100px;
  height: 100px;
  display: inline-block;
  background-color: #ff7a00;
  line-height: 1;
  font-size: 14px;
  color: #FFF;
}
.page-home .agency-item .agency-score .img-wrapper,
.page-advertising .campaign-list .cell-img .img-wrapper{
  display: inline-block;
  vertical-align: middle;
}
.page-advertising .campaign-list .cell-details{
  width:240px;
  padding:0 10px;
  border-right: 1px solid #EBEBEB;
  display: table-cell;
  vertical-align: top;
}
.page-advertising .campaign-list .cell-details form{
  margin: 15px 0 5px 0;
}
.page-advertising .campaign-list .cell-targeting{
  padding-left:10px;
  display: table-cell;
  vertical-align: top;
  width: 314px;
}
.cart-form-wrapper .product-img.campaign-feat-agency{
  font-size: 10px;
  color: #FFF;
  font-weight: bold;
}
.cart-form-wrapper .product-img.campaign-feat-agency img{
  margin-top:5px;
  margin-bottom:2px;
  max-height:30px;
}
.cart-form-wrapper .product-details{
  font-size: 0;
}
.cart-form-wrapper .product-details .product-cell-wrapper{
  display:inline-block;
  vertical-align: top;
  width:50%;
}
.cart-form-wrapper .product-details .prod-det-cell{
  font-size:14px;
  display:block;
}
.woocommerce-NoticeGroup{
  font-size: 14px;
}
.page-contact .col-left{
  display:inline-block;
  width:480px;
  vertical-align: top;
}
.page-contact .col-right{
  display:inline-block;
  width:270px;
  margin-left:15px;
  vertical-align: top;
}
.page-contact .wpcf7{
  margin-top:15px;
}
.page-contact .wpcf7-form{
  font-size: 0;
}
.page-contact .wpcf7-form .wpcf7-form-control-wrap{
  margin-bottom: 10px;
  display: block;
}
.page-contact .wpcf7-form .wpcf7-response-output {
  font-size: 14px;
  margin: 10px 0 0 0;
}
.page-contact .wpcf7-form .row{
  margin-bottom:10px;
}
.page-contact .wpcf7-form .g-recaptcha > div{
  margin: 0 0 0 auto;
}
.page-contact .wpcf7-form .submit{
  text-align: right;
  margin-bottom:0;
  position: relative;
}
.page-contact .wpcf7-form .ajax-loader{
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  margin: auto;
  display: block;
}
.page-contact .wpcf7-form .wpcf7-text,
.page-contact .wpcf7-form textarea{
  width:calc(100% - 20px);
}
.page-contact .wpcf7-form select{
  margin-top: 0;
  color:#AFAFAF;
}
.page-contact .wpcf7-form select.selected{
  color:#3c3c3c;
}
.page-contact .col-right ul{
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
  line-height: 1.5;
}
.page-contact .col-right li{
  padding:10px 0 0 30px;
}
.page-contact .col-right li:first-of-type{
  padding-top:0;
}
.page-contact .col-right li.contact-phone{
  background: url('../png/logo.png') left 2px no-repeat transparent;
}
.page-contact .col-right li.contact-email{
  background: url('../png/logo.png') left 16px no-repeat transparent;
}
.page-contact .col-right li.contact-location{
  background: url('../png/logo.png') left 14px no-repeat transparent;
}
.fold-list{
  font-size:14px;
}
.fold-list .fold-list-item{
  margin-top:10px;
}
.fold-list .fold-list-item:first-of-type{
  margin:0;
}
.fold-list .fold-list-title{
  font-weight: bold;
  padding-left:20px;
  background: url('../png/logo.png') left 3px no-repeat transparent;
  color: #3C3C3C;
  cursor: pointer;
  text-decoration: none;
}
.fold-list .fold-list-content{
  display: none;
  padding-top:10px;
  margin-left:20px;
}
.fold-list .open .fold-list-title{
  background-image: url('../png/logo.png');
  color: #FF7A00;
}
.fold-list .open .fold-list-content{
  display: block;
}
.left-sidebar-col .fold-list .fold-list-item{
  border-bottom: 1px solid #EBEBEB;
  margin-top:0;
}
.left-sidebar-col .fold-list .fold-list-title{
  color: inherit;
  font-weight: normal;
  padding: 10px 20px;
  background: url('../png/logo.png') 90% center no-repeat transparent;
}
.left-sidebar-col .fold-list .open .fold-list-title{
  background: url('../png/logo.png') 90% center no-repeat #EBEBEB;
}
.left-sidebar-col .fold-list .fold-list-content{
  padding: 5px 15px;
  font-size: 12px;
  margin:0;
}
.left-sidebar-col .fold-list .fold-list-content a{
  color: inherit;
  display:block;
  padding:5px;
  text-decoration: none;
}
.page-faq .col-left,
.page-faq .col-right{
  width: calc(50% - 5px);
  display: inline-block;
  vertical-align: top;
}
.page-faq .col-left{
  padding-right: 5px;
}
.page-faq .col-right{
  padding-left: 5px;
}
/* hiw = how it works */
.page-hiw .row.header,
.page-haiw .row.header,
.page-about .row.header{
  text-align: center;
  padding: 30px 0;
  margin: 0;
}
.page-hiw .row.header table,
.page-haiw .row.header table{
  width:100%;
}
.page-hiw .row.header .cell-left,
.page-haiw .row.header .cell-left{
  background: url('../png/logo.png') left center no-repeat transparent;
  width: 170px;
}
.page-hiw .row.header .cell-right,
.page-haiw .row.header .cell-right{
  background: url('../png/logo.png') right center no-repeat transparent;
  width: 170px;
}
.page-hiw .row.header .cell-title,
.page-haiw .row.header .cell-title{
  margin-bottom:10px;
}
.page-hiw .row.header .text-wrapper,
.page-haiw .row.header .text-wrapper{
  max-width: 325px;
  margin:auto;
}
.page-hiw .cell-title,
.page-haiw .cell-title,
.page-about .cell-title{
  color:#4B2BAD;
  font-weight: bold;
  line-height: 1;
  margin-bottom:5px;
}
.page-about .cell-title{
  margin-bottom:19px;
}
.page-about .row.header .text-wrapper{
  margin-bottom:14px;
}
.page-about .row.header .text-wrapper span{
  display:block;
}
.page-hiw .cell-content,
.page-haiw .cell-content{
  display: block;
  width: calc(50% - 40px);
  padding:0 20px;
  text-align: left;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.page-hiw .row .mob_img,
.page-haiw .row .mob_img,
.page-about .row .mob_img,
.page-pricing .row .mob_img,
.page-premium .row .mob_img{
  display:none;
}
.page-hiw .score,
.page-haiw .score{
  background: url('../png/logo.png') left center no-repeat transparent;
  min-height: 299px;
  margin-top:20px;
}
.page-hiw .score .cell-content,
.page-haiw .score .cell-content{
  margin-left: auto;
}
.page-hiw .connector-left,
.page-haiw .connector-left{
  text-align:center;
  margin-bottom:-50px;
}
.page-hiw .connector-right,
.page-haiw .connector-right{
  text-align:center;
}
.page-hiw .data,
.page-haiw .data{
  background: url('../png/logo.png') right center no-repeat transparent;
  min-height: 280px;
}
.page-hiw .data .cell-content,
.page-haiw .data .cell-content{
  margin-right: auto;
  padding-top:100px;
}
.page-hiw .calculation,
.page-haiw .calculation{
  background: url('../png/logo.png') left center no-repeat transparent;
  min-height: 320px;
}
.page-hiw .calculation .cell-content,
.page-haiw .calculation .cell-content{
  margin-left: auto;
  padding-top:80px;
}
.page-hiw .key-concepts,
.page-haiw .key-concepts{
  margin-top:65px;
}
.page-hiw .key-concepts .cell-title,
.page-haiw .key-concepts .cell-title{
  text-align:center;
  margin-bottom:0;
}
.page-hiw .key-concepts .cell-content,
.page-haiw .key-concepts .cell-content{
  width:auto;
  font-size:0;
  margin:0 -10px;
  padding-bottom:40px;
}
.page-hiw .key-concepts .col-cell,
.page-haiw .key-concepts .col-cell{
  padding:40px 0 0 0;
  text-align: left;
  font-size: 14px;
  display: inline-block;
  width: calc(50% - 20px);
  vertical-align: top;
  margin:0 10px;
}
.page-hiw .key-concepts .col-cell .cell-img,
.page-haiw .key-concepts .col-cell .cell-img{
  vertical-align: top;
  text-align: center;
  padding-right:20px;
}
.page-hiw .key-concepts .col-cell .cell-title,
.page-haiw .key-concepts .col-cell .cell-title{
  color:#3C3C3C;
  margin-bottom:10px;
  font-weight: normal;
  text-align: left;
}
.page-about .cell-content .cell-title{
  line-height: 1.5;
}
.page-about a,
.page-pricing a{
  color:#4B2BAD;
}
.page-about .row{
  margin-bottom:50px;
}
.page-about .statistics{
  font-size:0;
  font-weight:bold;
  color:#4B2BAD;
  line-height: 1;
  text-align:center;
}
.page-about .statistics .cell{
  display:inline-block;
  vertical-align: top;
  width:210px;
  height: 128px;
}
.page-about .statistics .cell .cell-content{
  display: inline-block;
  vertical-align: middle;
  font-size:36px;
}
.page-about .statistics .agencies{
  background:url('../png/logo.png') center center no-repeat transparent;
}
.page-about .statistics .countries{
  background:url('../png/logo.png') center center no-repeat transparent;
}
.page-about .statistics .size{
  background:url('../png/logo.png') center center no-repeat transparent;
}
.page-about .statistics .cell span{
  font-size:14px;
  font-weight: normal;
  display:block;
  margin-top:10px;
  margin-bottom: 10px;
}
.page-about .row.technology{
  background:url('../png/logo.png') left top no-repeat transparent;
}
.page-about .row.technology .cell-wrapper{
  width:50%;
  margin:0 0 0 auto;
}
.page-about .row.technology .cell-content{
  padding:0 30px 0 10px;
}
.page-about .row.how-we-do-it{
  background:url('../png/logo.png') right top no-repeat transparent;
  min-height: 268px;
  margin-bottom: 70px;
}
.page-about .row.how-we-do-it .cell-wrapper{
  width:50%;
  margin:0 auto 0 0;
}
.page-about .row.how-we-do-it .cell-content{
  padding:40px 10px 0 30px;
}
.page-about .row.benefits{
  text-align: center;
  padding:0 30px;
}
.page-about .benefits .cell-wrapper{
  margin:40px -30px;
}
.page-about .benefits .cell-img{
  display:inline-block;
  vertical-align: top;
  width:205px;
  height: 198px;
  font-size: 0;
  color:#4B2BAD;
}
.page-about .benefits .cell-img span{
  display: block;
  font-size: 15px;
  padding-top: 155px;
  text-align: center;
  line-height: 1;
}
.page-about .benefits.agency .cell-img.visibility{
  background:url('../png/logo.png') center top no-repeat transparent;
}
.page-about .benefits.agency .cell-img.leads{
  background:url('../png/logo.png') center top no-repeat transparent;
}
.page-about .benefits.agency .cell-img.briefs{
  background:url('../png/logo.png') center top no-repeat transparent;
}
.page-about .benefits.marketer .cell-img.search{
  background:url('../png/logo.png') center top no-repeat transparent;
}
.page-about .benefits.marketer .cell-img.speed{
  background:url('../png/logo.png') center top no-repeat transparent;
}
.page-about .benefits.marketer .cell-img.smart{
  background:url('../png/logo.png') center top no-repeat transparent;
}
.page-about .benefits ul{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 100px);
}
.page-about .benefits ul li{
  padding-left:25px;
  margin-top: -5px;
  padding-bottom: 8px;
}
.page-about .benefits ul li:nth-child(1){
  background:url('../png/logo.png') 0 5px no-repeat transparent;
}
.page-about .benefits ul li:nth-child(2){
  background:url('../png/logo.png') 0 5px no-repeat transparent;
}
.page-about .benefits ul li:nth-child(3){
  background:url('../png/logo.png') 0 5px no-repeat transparent;
}
.page-about .benefits ul li:nth-child(4){
  background:url('../png/logo.png') 0 5px no-repeat transparent;
}
.page-about .benefits.marketer ul li:nth-child(3){
  background:url('../png/logo.png') 0 5px no-repeat transparent;
}
.page-about .benefits .cell-sign-up{
  margin:30px 0 80px 0;
}
.page-about .benefits.marketer .cell-sign-up{
  margin-bottom:50px;
}
.page-about .benefits .cell-sign-up .btn-wrapper{
  margin-left:50px;
}
.page-about .benefits .cell-sign-up .button{
  width:165px;
  line-height: 1;
  color:#FFF;
}
.page-about .row.consulting-services{
  background:url('../png/logo.png') left top no-repeat transparent;
}
.page-about .row.consulting-services .cell-wrapper{
  width:50%;
  margin:0 0 0 auto;
}
.page-about .row.consulting-services .cell-content{
  padding:0 30px 0 10px;
}
.page-about .row.aoty-competition{
  background:url('../png/logo.png') right top no-repeat transparent;
  min-height: 268px;
  margin-bottom: 70px;
}
.page-about .row.aoty-competition .cell-wrapper{
  width:50%;
  margin:0 auto 0 0;
}
.page-about .row.aoty-competition .cell-content{
  padding:40px 10px 0 30px;
}
.page-pricing .cell-title{
  color:#3C3C3C;
}
.page-pricing .row.leads{
  background:url('../png/logo.png') right top no-repeat transparent;
  margin-top: 45px;
  min-height:239px;
}
.page-pricing .row.leads .cell-wrapper{
  width:50%;
  margin:0 auto 0 0;
}
.page-pricing .row .cell-content{
  font-size:14px;
  line-height: 1.5;
}
.page-pricing .row.leads .cell-content{
  padding-top:50px;
}
.page-pricing .row.statistics{
  background:url('../png/logo.png') left top no-repeat transparent;
  margin-top: 45px;
  min-height:275px;
}
.page-pricing .row.statistics .cell-wrapper{
  width:51%;
  margin:0 0 0 auto;
}
.page-pricing .row.statistics .cell-content{
  padding-top:20px;
}
.page-pricing .row.badge{
  background:url('../png/logo.png') right top no-repeat transparent;
  margin-top: 45px;
  margin-bottom: 40px;
  min-height:147px;
}
.page-pricing .row.badge .cell-content{
  padding-top:10px;
}
.page-pricing .row.badge .cell-wrapper{
  width:49%;
  margin:0 auto 0 0;
}
.page-pricing .row.advertising{
  margin-top:20px;
}
.page-pricing .row.aotm{
  background:url('../png/logo.png') left top no-repeat transparent;
  margin-top: 45px;
  min-height:288px;
}
.page-pricing .row.aotm .cell-wrapper{
  width: 51%;
  margin: 0 0 0 auto;
}
.page-pricing .row.aotm .cell-content{
  padding-top:15px;
}
.page-pricing .row.featured{
  background:url('../png/logo.png') right top no-repeat transparent;
  margin-top: 45px;
  min-height:215px;
}
.page-pricing .row.featured .cell-wrapper{
  width: 50%;
  margin: 0 auto 0 0;
}
.page-pricing .row.featured .cell-content{
  padding-top:40px;
}
.page-pricing .row.cmp{
  margin-top:45px;
  margin-bottom:20px;
}
.page-pricing .row.shortlist{
  background:url('../png/logo.png') right top no-repeat transparent;
  min-height:249px;
}
.page-pricing .row.shortlist .cell-wrapper{
  width:50%;
  margin:0 auto 0 0;
}
.page-pricing .row.shortlist .cell-content {
  padding-top: 50px;
}
.page-pricing .row.reviews{
  background:url('../png/logo.png') left top no-repeat transparent;
  min-height:353px;
  margin-top:0;
}
.page-pricing .row.reviews .cell-wrapper{
  width:50%;
  margin:0 0 0 auto;
}
.page-pricing .row.reviews .cell-content {
  padding-top: 80px;
}
.page-pricing .row.submit-agency{
  background:url('../png/logo.png') right top no-repeat transparent;
  min-height:195px;
  margin-top:0px;
}
.page-pricing .row.submit-agency .cell-wrapper{
  width:47%;
  margin:0 auto 0 0;
}
.page-pricing .row.submit-agency .cell-content {
  padding-top: 40px;
}
.page-pricing .row.chemistry{
  background:url('../png/logo.png') left top no-repeat transparent;
  min-height:216px;
  margin-top:20px;
  margin-bottom: 20px;
}
.page-pricing .row.chemistry .cell-wrapper{
  width:50%;
  margin:0 0 0 auto;
}
.page-pricing .row.chemistry .cell-content {
  padding-top: 60px;
}
.page-pricing .row.consulting-services{
  background:url('../png/logo.png') right top no-repeat transparent;
  min-height:195px;
  margin-top:0px;
  margin-bottom: 55px;
}
.page-pricing .row.consulting-services .cell-wrapper{
  width:47%;
  margin:0 auto 0 0;
}
.page-pricing .row.consulting-services .cell-content {
  padding-top: 40px;
}
.page-pricing .row.showcase{
  background:url('../png/logo.png') right top no-repeat transparent;
  margin-top: 45px;
  margin-bottom: 40px;
  min-height:147px;
}
.page-pricing .row.showcase .cell-content{
  padding-top:10px;
}
.page-pricing .row.showcase .cell-wrapper{
  width:49%;
  margin:0 auto 0 0;
}
.page-pricing .row.leadership{
  background:url('../png/logo.png') left top no-repeat transparent;
  min-height:216px;
  margin-top:20px;
  margin-bottom: 20px;
}
.page-pricing .row.leadership .cell-wrapper{
  width:50%;
  margin:0 0 0 auto;
}
.page-pricing .row.leadership .cell-content {
  padding-top: 60px;
}
.page-pricing .row.guide{
  margin-top:20px;
}

.terms-title{
  font-weight:bold;
  margin:20px 0 10px 0;
}
.terms-title:first-of-type{
  margin-top: 0;
}
.page-terms-of-use,
.page-terms-of-service,
.page-privacy-policy,
.page-about,
.page-faq,
.page-aoty-regulations{
  line-height: 1.5;
}
.page-with-menu .mobile-section-menu{
  display: none;
}
.page-terms-of-use ul,
.page-terms-of-use ol{
  padding: 0 0 0 15px;
  margin:0;
}
.page-aoty-regulations ol{
  padding: 0 0 0 22px;
  margin:0;
}
.page-aoty-regulations ol:last-of-type{
  padding-bottom:10px;
}
.page-payments .section h2 {
  padding: 15px;
  margin: 0;
}
.page-payments .btn-wrapper{
  text-align:center;
  padding:15px 0;
  display: block;
}
.page-payments .payments-table{
  width:100%;
}
.page-payments .payments-table thead a{
  color:inherit;
  display: block;
  text-decoration: none;
}
.page-payments .payments-table thead .sorting-indicator{
  display:inline-block;
  vertical-align: top;
  width:9px;
  height:9px;
  margin: 3px 0 0 10px;
}
.page-payments .payments-table thead .sorted.asc .sorting-indicator{
  background:url('../png/logo.png') center center no-repeat transparent;
}
.page-payments .payments-table thead .sorted.desc .sorting-indicator{
  background:url('../png/logo.png') center center no-repeat transparent;
}
.page-payments .payments-table thead th{
  padding: 10px 15px;
  background-color: #ff7a00;
  color: #FFF;
  text-align: left;
}
.page-payments .payments-table thead th:first-of-type{
  border-top-left-radius: 6px;
  padding-left:50px;
}
.page-payments .payments-table thead th:last-of-type{
  border-bottom-right-radius: 6px;
  padding-right:50px;
  text-align:right;
}
.page-payments .payments-table td{
  padding:15px;
  border-bottom:1px solid #EBEBEB;
}
.page-payments .payments-table td:first-of-type{
  padding-left:50px;
}
.page-payments .payments-table .order-item td:first-of-type{
  background:url('../png/logo.png') 10px center no-repeat transparent;
  cursor: pointer;
}
.page-payments .payments-table .order-item.open td:first-of-type{
  background-image:url('../png/logo.png');
}
.page-payments .payments-table .order-item.open td{
  border-bottom:0;
}
.page-payments .payments-table td:last-of-type{
  text-align:right;
  padding-right:50px;
}
.page-payments .payments-table .order-details td{
  text-align: left;
  padding: 0 15px 0 50px;
}
.page-payments .payments-table .order-details td p{
  margin:0 0 10px 0;
  padding:0;
}
.page-payments .payments-table .order-details td span{
  font-weight:bold;
}
.page-payments .payments-table .order-details td .btn-wrapper{
  padding-top:0;
  margin: 0 -15px 0 -50px;
}
.lp-outer {
  width: 100%;
  /*
  max-width: 1210px;
  padding-right: 15px;
  padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
}

.lp-inner {
  width: calc(100% - 20px);
  max-width: 1190px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.lp-static {
  color: #4B2BAD;
  line-height: 1;
  background: #FFF;
}

.lp-static .cell-content{
  display: block;
  width: 480px;
  padding: 0 20px;
  text-align: left;
  margin: 0;
  overflow: auto;
  /*
  overflow-y:hidden;
  font-size: 14px;
  line-height: 1.5; */
}

.lp-static .lp-summary {
  padding-top: 125px;
}
.lp-static .lp-summary div {
  text-align: center;
}

.lp-static .lp-summary .cell-content {
  width: 670px;
}

.lp-static .lp-summary .lp-ams {
  margin-top: 130px;
}

.lp-static .cell-footer {
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
  line-height: 1.5;
}

.lp-static .cell-footer a {
  color: #d20095;
}

.lp-static .cell-footer a:hover {
  text-decoration: none;
}

.mrl-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.lp-ams {
  margin-top: 200px;
}

.lp-static .cell-title-main{
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}

.lp-static .cell-title{
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 30px;
  position:relative;
}
.lp-static .cell-title .lp-premium{
  position:absolute;
  top: -35px;
  left:0;
  width:100px;
  height:29px;
  background: url('../png/logo.png') top left no-repeat transparent;
}

.lp-static p {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 50px;
}
.lp-static .lp-ams-bckg-1 p,
.lp-static .lp-amsp-bckg-1-1 p,
.lp-static .lp-amsp-bckg-1-2 p{
  font-size:24px;
}
.lp-static .cell-hs{
  width: 60px;
  height: 9px;
  background-color: #4b2bad;
  border-radius: 5px;
  margin-bottom: 30px;
}


.lp-static .hide-mobile {
  display: block;
}

.lp-static .hide-desk{
  display:none;
}

.lp-static #main-menu-btn{
  display: none;
}

.lp-ams-bckg-1{
  background: url('../png/logo.png') no-repeat transparent;
  background-position: calc(100% + 100px) top;
  min-height: 635px;
  margin-top: 0px;
}

.lp-ams-bckg-2-1{
  background: url('../png/logo.png') center center no-repeat transparent;
  min-height: 1730px;
  margin-top: -740px;
}
.lp-ams-bckg-2-2{
  background: url('../png/logo.png') center center no-repeat transparent;
  min-height: 1730px;
  margin-top: -740px;
}

.lp-static .lp-ams-bckg-2-1 .cell-content,
.lp-static .lp-ams-bckg-2-2 .cell-content {
  padding-top:725px;
}

.lp-ams-bckg-3-1{
  background: url('../png/logo.png') center center no-repeat transparent;
}
.lp-ams-bckg-3-2{
  background: url('../png/logo.png') center center no-repeat transparent;
}
.lp-ams-bckg-3-3{
  background: url('../png/logo.png') center center no-repeat transparent;
}
.lp-ams-bckg-3-1,
.lp-ams-bckg-3-2,
.lp-ams-bckg-3-3{
  min-height: 1391px;
  margin-top: -1065px;
}
.lp-static .lp-ams-bckg-3-1 .cell-content,
.lp-static .lp-ams-bckg-3-2 .cell-content,
.lp-static .lp-ams-bckg-3-3 .cell-content {
  padding-top:756px;
}

.lp-ams-bckg-4-1{
  background: url('../png/logo.png') top center no-repeat transparent;
}
.lp-ams-bckg-4-2{
  background: url('../png/logo.png') top center no-repeat transparent;
}
.lp-ams-bckg-4-3{
  background: url('../png/logo.png') top center no-repeat transparent;
}
.lp-ams-bckg-4-1,
.lp-ams-bckg-4-2,
.lp-ams-bckg-4-3{
  min-height: 921px;
  margin-top: -326px;
}
.lp-static .lp-ams-bckg-4-1 .cell-content,
.lp-static .lp-ams-bckg-4-2 .cell-content,
.lp-static .lp-ams-bckg-4-3 .cell-content {
  padding-top: 343px;
}

.lp-ams-bckg-5-1{
  background: url('../png/logo.png') center center no-repeat transparent;
}
.lp-ams-bckg-5-2{
  background: url('../png/logo.png') center center no-repeat transparent;
}
.lp-ams-bckg-5-3{
  background: url('../png/logo.png') center center no-repeat transparent;
}
.lp-ams-bckg-5-1,
.lp-ams-bckg-5-2,
.lp-ams-bckg-5-3{
  min-height: 2485px;
  margin-top: -900px;
}
.lp-static .lp-ams-bckg-5-1 .cell-content,
.lp-static .lp-ams-bckg-5-2 .cell-content,
.lp-static .lp-ams-bckg-5-3 .cell-content {
  padding-top: 880px;
}

.lp-ams-bckg-6-1{
  background: url('../png/logo.png') top center no-repeat transparent;
}
.lp-ams-bckg-6-2{
  background: url('../png/logo.png') top center no-repeat transparent;
}
.lp-ams-bckg-6-1,
.lp-ams-bckg-6-2{
  min-height: 1389px;
  margin-top: -1670px;
}
.lp-static .lp-ams-bckg-6-1 .cell-content,
.lp-static .lp-ams-bckg-6-2 .cell-content {
  padding-top: 770px;
}


.lp-amsp-bckg-1-1{
  background: url('../png/logo.png') right center no-repeat transparent;
  min-height: 746px;
  margin-top: 0px;
}

.lp-amsp-bckg-1-2{
  background: url('../png/logo.png') no-repeat transparent;
  background-position: calc(100% + 100px) top;
  min-height: 1023px;
  margin-top: 0px;
  margin-bottom: -365px;
}

.lp-amsp-bckg-2-1{
  background: url('../png/logo.png') left center no-repeat transparent;
  min-height: 589px;
  margin-top: -173px;
}
.lp-static .lp-amsp-bckg-2-1 .cell-content{
  padding-top: 296px;
}
.lp-static .lp-amsp-bckg-2-1.lp-amsp-var-2 .cell-content{
  padding-top:250px;
}

.lp-amsp-bckg-2-2{
  background: url('../png/logo.png') center center no-repeat transparent;
  min-height: 1930px;
  margin-top: -1030px;
}
.lp-static .lp-amsp-bckg-2-2 .cell-content{
  padding-top: 1160px;
}

.lp-amsp-bckg-3-1{
  background: url('../png/logo.png') center center no-repeat transparent;
  min-height: 2485px;
  margin-top: -985px;
}
.lp-static .lp-amsp-bckg-3-1 .cell-content{
  padding-top: 890px;
}

.lp-amsp-bckg-3-2{
  background: url('../png/logo.png') center center no-repeat transparent;
  min-height: 564px;
  margin-top: -270px;
}
.lp-amsp-bckg-3-3{
  background: url('../png/logo.png') center center no-repeat transparent;
  min-height: 695px;
  margin-top: -40px;
}

.lp-amsp-bckg-4-1{
  background: url('../png/logo.png') center center no-repeat transparent;
  min-height: 564px;
  margin-top: -835px;
}
.lp-amsp-bckg-4-2{
  background: url('../png/logo.png') center center no-repeat transparent;
  min-height: 2485px;
  margin-top: -905px;
}
.lp-static .lp-amsp-bckg-4-2 .cell-content{
  padding-top: 945px;
}
.lp-amsp-bckg-4-3{
  background: url('../png/logo.png') center center no-repeat transparent;
  min-height: 706px;
  margin-top: -120px;
}

.lp-amsp-bckg-5-1{
  background: url('../png/logo.png') center center no-repeat transparent;
  min-height: 657px;
  margin-top: -70px;
}
.lp-amsp-bckg-5-2{
  background: url('../png/logo.png') center center no-repeat transparent;
  min-height: 631px;
  margin-top: -864px;
}
.lp-amsp-bckg-5-3{
  background: url('../png/logo.png') center center no-repeat transparent;
  min-height: 959px;
  margin-top: -310px;
  margin-bottom: 30px;
}
.lp-static .lp-amsp-bckg-5-3 .cell-content{
  padding-top: 232px;
}

.lp-amsp-bckg-6-1{
  background: url('../png/logo.png') center center no-repeat transparent;
  min-height: 591px;
  margin-top: -140px;
}
.lp-amsp-bckg-6-2{
  background: url('../png/logo.png') center center no-repeat transparent;
  min-height: 1079px;
  margin-top: -585px;
}
.lp-static .lp-amsp-bckg-6-2 .cell-content{
  padding-top: 520px;
}

.lp-amsp-bckg-7-1{
  background: url('../png/logo.png') center center no-repeat transparent;
  min-height: 657px;
  margin-top: -35px;
  margin-bottom: -110px;
}
.lp-amsp-bckg-7-2{
  background: url('../png/logo.png') center center no-repeat transparent;
  min-height: 520px;
  margin-top: -84px;
}

.lp-amsp-bckg-2 .lp-ams {
  margin-top: 330px;
}

.lp-amsp-bckg-3 .lp-ams {
  margin-top: 270px;
}

.lp-ams-bckg-footer{
  background: url('../png/logo.png') center top no-repeat transparent;
  min-height: 638px;
  margin-top: -362px;
}

.lp-static #footer {
  background: none;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.lp-static .bring-to-front {
  position: relative;
  z-index: 999;
}

.lp-static .first-row {
  margin-bottom: 60px;
}

.lp-static .second-row {
  margin-bottom: 20px;
}

a.lp-btn-cta {
  background-color: transparent;
  background-image: -moz-linear-gradient( -4deg, rgb(255,122,0) 0%, rgb(75,43,173) 0%, rgb(121,14,201) 52%, rgb(213,0,147) 100%);
  background-image: -webkit-linear-gradient( -4deg, rgb(255,122,0) 0%, rgb(75,43,173) 0%, rgb(121,14,201) 52%, rgb(213,0,147) 100%);
  background-image: -ms-linear-gradient( -4deg, rgb(255,122,0) 0%, rgb(75,43,173) 0%, rgb(121,14,201) 52%, rgb(213,0,147) 100%);
}

a.lp-btn {
  font-weight: bold;
  font-size: 16px;
  padding: 17px 20px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: transparent;
}

a.lp-btn-white {
  background-color: white;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(76, 80, 90, 0.13);
  color: rgba(76, 80, 90, 0.5);
  margin-left: 20px;
}
a.lp-btn-white img{
  margin:0 0 0 10px;
}

.grecaptcha-badge{
  visibility: hidden;
}

.bubbles {
  position: relative;
}
.bubbles svg {
  margin:auto;
  display:block;
}

.bubbles .circle-overlay {
  font-size: 16px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  /*it's buggy with the foreignObject background right now*/
  /*background-color: rgba(255,255,255,0.5);*/
}
.bubbles .circle-overlay__inner {
  text-align: center;
  width: 100%;
  height: 100%;
}
.node-icon--faded {
  opacity: 0.5;
}
* {
  box-sizing: inherit;
}
.main-col .slick-dotted.slick-slider {
  margin-bottom: 20px;
}
.main-col .glider-section{
  width: 765px;
}
.main-col .glider-section .slick-list{
  padding: 5px 0;
}
.main-col .glider-section .slick-dots{
  text-align: right;
}
.main-col .glider-section .slick-dots li{
  background: #FBDAC4;
  width: 10px;
  height: 10px;
  margin-top:0;
  margin-bottom:0;
  border-radius:50%;
}
.main-col .glider-section .slick-dots li.slick-active,
.main-col .glider-section .slick-dots li:hover {
  background: #FD7A22;
}
.main-col .glider-section .slick-dots li button{
  display: none;
}
.main-col .glider-section .cell img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  margin:0 auto;
}
/* Disable grayscale on hover */
.main-col .glider-section .cell img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}
.main-col .glider-section .glider-testimonials{
  padding: 10px 0 0 0;
}
.main-col .glider-section .glider-testimonials .cell .img-wrapper{
  display:inline-block;
  vertical-align:top;
  margin-left:10px;
  margin-right: 24px;
}
.main-col .glider-section .glider-testimonials .cell .img-wrapper img{
  -webkit-filter: grayscale(0);
  filter: none;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.main-col .glider-section .glider-testimonials .cell .content-wrapper{
  display:inline-block;
  vertical-align:top;
  width: calc(100% - 128px);
}
.main-col .glider-section .glider-testimonials .cell .author{
  margin:5px 28px 0 28px;
  font-size:13px;
}
.main-col .glider-section .glider-testimonials .cell .author span{
  display:block;
  color:#C4C3C3;
}
.main-col .glider-section .glider-testimonials .cell .testimony table{
  width:100%;
}
.main-col .glider-section .glider-testimonials .cell .testimony td{
  vertical-align:top;
}
.main-col .glider-section .glider-testimonials .cell .quote-start{
  background:url('../png/logo.png') top left no-repeat transparent;
  width: 28px;
}
.main-col .glider-section .glider-testimonials .cell .quote-end{
  background:url('../png/logo.png') bottom right no-repeat transparent;
  width: 28px;
}

.page-home .filter-menu .filter-cat .filter-item.with-toggle{
  padding-top:10px;
  padding-bottom:10px;
}
/* toggle button start */
.toggle-wrapper,
.page-home .filter-menu .filter-cat label.toggle-wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.page-home .filter-menu .filter-cat label.toggle-wrapper {
  cursor: pointer;
  padding:10px 20px;
  display:none;
}
.page-home .filter-menu .filter-cat.open label.toggle-wrapper{
  display:block;
}
.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 46px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 17px;
  transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.25s;
}
.toggle-wrapper:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}
.toggle-checkbox:checked + .toggle-switch {
  background: #ff7a00;
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 20px;
}
.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
.toggle-label {
  display: inline-block;
  padding-right: 50px;
  color: #4c2aae;
  font-size: 12px;
}
/* toggle button end */

.aoty{
  background: url('../png/logo.png') top left repeat-y transparent;
  border:0;
  max-width: 668px;
  width: calc(100% - 56px);
  color:#FFF;
  padding:20px 28px 28px 28px;
  position: relative;
  display: block;
  margin: 0 auto;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.aoty .logo{
  padding-bottom:20px;
  background: url('../png/logo.png') top left no-repeat transparent;
  width:100%;
  display:block;
  height:45px;
}
.aoty .results{
  border-collapse: collapse;
  border:0;
  width:100%;
  padding:0 0 30px 0;
  margin:15px 0 0 0;
  background-color:#FFF;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.aoty .row{
  font-size:0;
  position: relative;
  margin-top:10px;
}
.aoty .row .col-left{
  display: inline-block;
  vertical-align:top;
  width:45%;
  background: url('../png/logo.png') right 3px no-repeat transparent;
  height: 59px;
  text-align:center;
}
.aoty .row .col-right{
  display: inline-block;
  vertical-align:top;
  width:35%;
  background: url('../png/logo.png') left 3px no-repeat transparent;
  height: 59px;
  padding: 0 5%;
  text-align:center;
}
.aoty .row .col-mid{
  width:10%;
  display:inline-block;
  vertical-align:top;
  position:relative;
}
.aoty .row .col-right .award{
  display:inline-block;
  width:60%;
}
.aoty .row .col-right .score{
  display:inline-block;
  width:40%;
}

.aoty .row.header .col-left,
.aoty .row.header .col-right{
  height:auto;
  background:transparent;
}
.aoty .row.header .title{
  font-size:10px;
  line-height:10px;
}
.aoty .results .pyramid{
  position: absolute;
  display: block;
  height: 99px;
  left: 0;
  right: 0;
  top: 5px;
}
.aoty .results .agency{
  font-size:14px;
  padding: 0 10px;
  vertical-align:middle;
  display:inline-block;
}
.aoty .results .agency a{
  color:#4c2aae;
}
.aoty .results .award-section{
  padding-top:20px;
}
.aoty .results .col-mid .pyramid{
  position: absolute;
  left: -9999px;
  right: -9999px;
  transform: none;
  margin: 0 auto;
  max-width: none;
  width:113px;
  height:99px;
}
.aoty .results .col-right .label{
  width:77px;
  height:14px;
  display: inline-block;
  vertical-align: middle;
}
.aoty .results .col-right .score{
  display: inline-block;
  vertical-align: middle;
  font-size:18px;
  color:#4A2BAC;
}
.aoty .results .gold .col-mid .pyramid{
  background: url('../png/logo.png') center top no-repeat transparent;
}
.aoty .results .gold .col-right .label{
  background: url('../png/logo.png') center top no-repeat transparent;
}
.aoty .results .silver .col-mid .pyramid{
  background: url('../png/logo.png') center top no-repeat transparent;
}
.aoty .results .silver .col-right .label{
  background: url('../png/logo.png') center top no-repeat transparent;
}
.aoty .results .bronze .col-mid .pyramid{
  background: url('../png/logo.png') center top no-repeat transparent;
}
.aoty .results .bronze .col-right .label{
  background: url('../png/logo.png') center top no-repeat transparent;
}

.appsumo-banner{
  background-color:#FFBC22;
  color:#FFF;
  font-size:18px;
  text-align:center;
  padding:5px;
}
.appsumo-tag{
  height: 26px;
  position: relative;
  line-height: 26px;
  top: 2px;
  display: inline-block;
  vertical-align: top;
  border: none;
  color: #FFF;
  padding: 0px 10px;
  margin-left: 10px;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
  font-family: Roboto;
  text-decoration: none;
  font-size: 14px;
  background-color: #FFBC22;
}
/* THOMAS CUSTOM STYLES */
.page-single-post .post .winner{
    min-width:150px;
    margin: 10px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 7px 0px 7px 0px;
    display:inline-block;
    font-size:14px;
    text-align:center;
    padding:10px 7px 10px 7px;
    vertical-align:top;
    transition: all .2s ease-in-out;
}
.page-single-post .post .winner:hover{
    border: 2px solid #ff7a00;
    -webkit-box-shadow: 3px 9px 34px -1px rgba(0,0,0,0.27);
    -moz-box-shadow: 3px 9px 34px -1px rgba(0,0,0,0.27);
    box-shadow: 3px 9px 34px -1px rgba(0,0,0,0.27);
}
.page-single-post .post .pyramid{
    display: inline-block;
    background-image: url("../png/logo.png");
    background-size: cover;
    background-position: center;
    width:100px;
    height: 95px;
}
.page-single-post .post a:hover{
    text-decoration:none !important;
}
.page-single-post .post .Category{
    display: block;
    margin: 20px 0px;
    border-radius: 7px 0px 7px 0px;
    font:"roboto";
    font-size: 30px;
    text-align: center;
    padding:10px 7px 10px 7px;
    color: #fff !important;
    font-weight: strong;
    font-stretch: expanded;
    text-transform: uppercase;
    background-image: url("../png/logo.png");
    box-shadow: 3px 9px 34px -1px rgba(0,0,0,0.27);
    -webkit-box-shadow: 3px 9px 34px -1px rgba(0,0,0,0.27);
    -moz-box-shadow: 3px 9px 34px -1px rgba(0,0,0,0.27);
}
.page-single-post .post .MOTY {
    font-size: 72px;
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-single-post .post .box{
    width: 200px;
    display: inline-block !important;
    vertical-align: top;
    margin: 0 18px 36px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #4b2bad;
    text-align:center;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: all .2s ease-in-out;
}
.page-single-post .post .box:hover{
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
    -webkit-appearance: none;
    }
.page-single-post .post .img-wrapper{
    border-bottom: 2px solid #4b2bad;
    height: 200px;
}
.page-single-post .post .label{
    text-align: left;
    margin: 10px;
    padding-right: 20px;
    background: url(../png/logo.png) top right no-repeat transparent;
}
.page-single-post .post .box span{
    display:block;
}

/* MOBILE VERSION */

@media only screen and (max-width: 1255px) {
  #top-content,
  #top-menu{
    display:none;
  }

  .lp-static #top-menu{
    display: block;
  }

  .site-wrapper{
    width: 100%;
    text-align: center;
  }
  .page-content .site-wrapper{
    display:block;
  }
  .site-wrapper .main-col{
    text-align: left;
  }
  .page-home .site-wrapper{
    white-space: nowrap;
  }
  .page-advertising .site-wrapper{
    text-align: left;
  }
  .page-home .filter-menu{
    -webkit-transform: translateX(-236px);
    -ms-transform: translateX(-236px);
    transform: translateX(-236px);
    z-index: 100;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    left:-236px;
    margin-left:-236px;
    margin-right:0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    white-space: normal;
    width:236px;
  }
  .page-home .site-wrapper.open .filter-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow:inherit;
    -moz-box-shadow:inherit;
    box-shadow:inherit;
    left:0;
    margin-left:0;
    margin-right:10px;
    z-index: 99995;
  }
  /*
  .page-home .filter-menu.open + .main-col{
    -webkit-transform: translateX(236px);
    -ms-transform: translateX(236px);
    transform: translateX(236px);
  }
  */
  .page-home .filter-menu .header-title,
  .page-home .filter-menu .header-img{
    display:none;
  }
  .page-home .filter-menu #close-filter-menu{
    display:block;
    text-align:right;
    top: 5px;
    position: relative;
    right: 5px;
    padding-bottom: 10px;
  }
  .page-home .filter-menu #close-filter-menu a{
    display:inline-block;
    background-image: url('../png/logo.png');
    width:20px;
    height:19px;
  }
  .main-col.middle-col{
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-align: left;
    white-space: normal;
    /*left: -118px;*/
    display: inline-block;
    margin: auto;
    padding: 15px 0;
    text-align: left;
  }
  .page-home .main-col .filter-section,
  .page-home .mobile-featured-agencies,
  .page-static .mobile-featured-agencies{
    display:block;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: url('../png/gradient_shadow.png') no-repeat bottom center #FFF;
    background-size: 100% 1px;
    padding: 15px 5px 20px 5px;
    margin-bottom: 10px;
  }
  .page-agencies-of-the-month .mobile-featured-agencies{
    text-align: center;
  }
  .page-home .filter-section h2,
  .page-home .mobile-featured-agencies h2,
  .page-static .mobile-featured-agencies h2{
    margin: 0;
    padding:0 5px;
    font-size:18px;
    font-weight: normal;
  }
  .mobile-featured-agencies h2 a{
    color:inherit;
  }
  .page-home .filter-section .button-wrapper{
    font-size: 0;
    text-align: center;
  }
  .page-home .filter-section button{
    width:241px;
    max-width:calc(50% - 30px);
    background-image:url('../png/logo.png');
    background-repeat: no-repeat;
    background-position: 93% center;
    font-size:12px;
    margin: 10px 5px 0 5px;
    padding:10px;
  }
  .page-home .filter-section .button-wrapper form{
    display:inline-block;
    position: relative;
    width: 271px;
    max-width: 50%;
  }
  .page-home .filter-section .button-wrapper form .search-btn{
    position:absolute;
    right:0;
    top:0;
    height:34px;
    width:32px;
    background:#ff7a00;
    cursor:pointer;
    padding:0;
  }
  .page-home .filter-section .search-input{
    /*width: 221px;
    max-width: calc(50% - 30px);
    */
    max-width: none;
    width: calc(100% - 51px);
    background-image: url('../png/logo.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
    font-size: 12px;
    padding: 6px 30px 6px 9px;
    margin: 10px 5px 0 5px;
    line-height: 20px;
    color:inherit;
  }
  .page-home .mobile-featured-agencies .featured-list,
  .page-static .mobile-featured-agencies .featured-list{
    text-align:center;
    font-size:0;
  }
  .page-home .mobile-featured-agencies .featured-item,
  .page-static .mobile-featured-agencies .featured-item{
    display:inline-block;
    vertical-align: top;
    margin: 10px 5px 0 5px;
    width:90px;
    font-size:14px;
  }
  .page-home .mobile-featured-agencies .featured-item .featured-img,
  .page-static .mobile-featured-agencies .featured-item .featured-img{
    width: 90px;
    height:74px;
    background:url('../png/logo.png') top center no-repeat transparent;
    font-size:12px;
    margin-bottom: 10px;
  }
  .page-advertising .featured-item .featured-img{
    background-image:url('../png/logo.png');
  }
  .page-home .mobile-featured-agencies .featured-item.badge_bronze .featured-img,
  .page-static .mobile-featured-agencies .featured-item.badge_bronze .featured-img,
  .page-advertising .featured-item.badge_bronze .featured-img,
  .page-get-badge .featured-item.badge_bronze .featured-img{
    background-image:url('../png/logo.png');
  }
  .page-home .mobile-featured-agencies .featured-item.badge_silver .featured-img,
  .page-static .mobile-featured-agencies .featured-item.badge_silver .featured-img,
  .page-advertising .featured-item.badge_silver .featured-img,
  .page-get-badge .featured-item.badge_silver .featured-img{
    background-image:url('../png/logo.png');
  }
  .page-home .mobile-featured-agencies .featured-item.badge_gold .featured-img,
  .page-static .mobile-featured-agencies .featured-item.badge_gold .featured-img,
  .page-advertising .featured-item.badge_gold .featured-img,
  .page-get-badge .featured-item.badge_gold .featured-img{
    background-image:url('../png/logo.png');
  }
  .page-home .mobile-featured-agencies .featured-item .featured-logo,
  .page-static .mobile-featured-agencies .featured-item .featured-logo{
    width:51px;
    height:51px;
    /*border:2px solid #ff7a00;*/
    border:0;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin:auto;
    position:relative;
    top:12px;
    overflow: hidden;
  }
  /*
  .page-home .mobile-featured-agencies .featured-item.badge_bronze .featured-logo,
  .page-static .mobile-featured-agencies .featured-item.badge_bronze .featured-logo{
    border-color:#AF6A42;
  }
  .page-home .mobile-featured-agencies .featured-item.badge_silver .featured-logo,
  .page-static .mobile-featured-agencies .featured-item.badge_silver .featured-logo{
    border-color:#969593;
  }
  .page-home .mobile-featured-agencies .featured-item.badge_gold .featured-logo,
  .page-static .mobile-featured-agencies .featured-item.badge_gold .featured-logo{
    border-color:#FCC342;
  }
  */
  .page-home .mobile-featured-agencies .featured-item.badge_bronze a,
  .page-static .mobile-featured-agencies .featured-item.badge_bronze a{
    color:#AF6A42;
  }
  .page-home .mobile-featured-agencies .featured-item.badge_silver a,
  .page-static .mobile-featured-agencies .featured-item.badge_silver a{
    color:#969593;
  }
  .page-home .mobile-featured-agencies .featured-item.badge_gold a,
  .page-static .mobile-featured-agencies .featured-item.badge_gold a{
    color:#FCC342;
  }
  .page-home .mobile-featured-agencies .featured-item .featured-logo img,
  .page-static .mobile-featured-agencies .featured-item .featured-logo img{
    max-width: 100%;
    max-height: 100%;
  }
  .page-home .mobile-featured-agencies .featured-item .featured-score,
  .page-static .mobile-featured-agencies .featured-item .featured-score{
    z-index: 1;
    position: relative;
    width: 40px;
    color: #FFF;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0;
    top: 3px;
    line-height: 21px;
  }
  .aotm-example{
    text-align:center;
    margin-top:0px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 3px 0 3px;
    width: 90px;
    height:100px;
    font-size: 12px;
  }
  .aotm-example:last-of-type{
    margin-bottom:0;
  }
  .aotm-example a{
    margin-top: 85px;
    font-size: 12px;
  }
  .aotm-example.badge-gold{
    background: url('../png/logo.png') top center no-repeat transparent;
  }
  .aotm-example.badge-silver{
    background: url('../png/logo.png') top center no-repeat transparent;
  }
  .aotm-example.badge-bronze{
    background: url('../png/logo.png') top center no-repeat transparent;
  }

  .page-home .featured-agencies,
  .page-static .featured-agencies {
    display:none;
  }
  .page-agency .steps-wrapper,
  .page-advertising .steps-wrapper{
    display: block;
    width: auto;
    margin: 15px 10px;
    padding-bottom: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: auto;
  }
  .page-agency .steps-wrapper .agency-action-title,
  .page-advertising .steps-wrapper .agency-action-title{
    display:block;
  }
  .page-agency .steps-wrapper .step-current,
  .page-agency .steps-wrapper .step-next,
  .page-agency .current-step-wrapper .agency-action-title,
  .page-advertising .steps-wrapper .step-current,
  .page-advertising .steps-wrapper .step-next,
  .page-advertising .current-step-wrapper .agency-action-title{
    display: none;
  }
  .page-agency .current-step-wrapper,
  .page-advertising .current-step-wrapper{
    display: block;
    width: auto;
    margin: 15px 10px;
  }
  .page-agency .next-steps-wrapper,
  .page-advertising .next-steps-wrapper{
    display: block;
    margin: 10px 10px 15px 10px;
  }
  .page-agency .section-step,
  .page-agency .agency-action-title,
  .page-advertising .section-step,
  .page-advertising .agency-action-title{
    padding:10px;
    text-align: left;
  }
  .page-agency .current-step-wrapper .section-step,
  .page-advertising .current-step-wrapper .section-step {
    padding:20px 10px;
  }
  .page-agency .section-step.step-prev,
  .page-agency .section-step.step-next,
  .page-agency .section-step.step-current,
  .page-advertising .section-step.step-prev,
  .page-advertising .section-step.step-next,
  .page-advertising .section-step.step-current {
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-top: 10px;
    background: url('../png/gradient_shadow.png') no-repeat bottom center #FFF;
    background-size: 100% 1px;
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    -webkit-appearance: none;
  }
  .page-agency .section-step:first-of-type,
  .page-advertising .section-step:first-of-type {
    margin-top: 0;
  }
  .page-agency .section-step .step-button,
  .page-advertising .section-step .step-button{
    background: url('../png/logo.png') right center no-repeat transparent;
  }
  .page-advertising .campaign-buttons .radio-button {
    display: block;
    width: auto;
    margin:0 0 10px 0;
  }
  .page-advertising .campaign-buttons .radio-button:last-of-type {
    margin-bottom: 0;
  }
  .page-agency .form-styled .form-logo .image-cell{
    width:55px;
    height:55px;
  }
  .page-agency .form-styled .desc-cell {
    margin-top:0;
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
  }
  .page-agency .form-styled .form-logo {
    padding-bottom:20px;
  }
  .css-upload + .css-upload-label,
  .form-styled #localization-wrapper button,
  .form-styled .section > .button-wrapper button,
  .form-styled .projects-wrapper button {
    line-height: 28px;
  }
  .form-styled .content .project-item .upload-btn-wrapper .css-upload + .css-upload-label{
    width: calc(100% - 10px);
  }
  .form-styled .upload-btn-wrapper .css-upload + .css-upload-label .css-upload-button {
    background-position: 12px center;
    padding-left: 30px;
    padding-right: 10px;
    width: calc(100% - 40px);
  }
  .form-styled .projects-wrapper .upload-btn-wrapper .css-upload + .css-upload-label .css-upload-button{
    width:calc(100% - 40px);
  }
  .form-styled .networks-wrapper button,
  .form-styled .projects-wrapper button,
  .form-styled .certificates-wrapper button,
  .form-styled .memberships-wrapper button {
    width:calc(100% - 90px);
  }
  .form-styled .section > .button-wrapper button{
    width: calc(100% - 40px);
    padding: 5px 20px;
  }
  .selection-input-wrapper,
  .input-wrapper {
    max-width: calc(100% - 20px);
    margin-left: 10px;
  }
  .social-container .checkbox-button label {
    width:50px;
    height:50px;
  }
  .form-styled .content .network-item,
  .form-styled .content .project-item,
  .form-styled .content .certificate-item,
  .form-styled .content .membership-item {
    margin: 20px 10px 10px 10px;
  }
  .form-styled textarea {
    width: calc(100% - 40px);
    margin-left: 10px;
  }
  .form-styled .section-step textarea {
    width: calc(100% - 20px);
    margin-left: 0;
  }
  .agency-claim .textarea-wrapper textarea {
    margin-left:0;
  }
  .form-styled .content .person-of-contact-wrapper{
    margin:0 10px;
  }
  .page-agency .section-last-step .agency-action-title,
  .page-agency .section-last-step .row .img-cell,
  .page-agency .section-last-step .row .content-cell{
    width: auto;
    display: block;
  }
  .page-agency .section-last-step .row .content-cell {
    padding: 10px 10px 30px 10px;
  }
  .page-agency .section-first-step .row{
    padding: 20px 10px;
  }
  .selection-radio-table .radio-button span.radio-min,
  .selection-radio-table .radio-button span.radio-max{
    display: inline-block;
    word-wrap: break-word;
    margin-bottom: 5px;
    position: relative;
    top:0;
    left: auto;
    right: auto;
    line-height: normal;
    width: auto;
    text-align: center;
  }
  .cell-chem-test .selection-radio-table .radio-button span.radio-min,
  .cell-chem-test .selection-radio-table .radio-button span.radio-max{
    width: auto;
    margin-bottom: 10px;
  }
  .page-agency .left-sidebar-col,
  .page-static .left-sidebar-col,
  .page-agency .right-sidebar-col,
  .page-statistics .left-sidebar-col{
    display: none;
  }
  .page-statistics .site-wrapper {
    display: block;
  }
  .page-agency .main-col.middle-col{
    padding-top:0;
    margin-top: 0;
  }
  .page-agency .cell-projects.mobile,
  .page-agency .cell-name.mobile{
    display: block;
  }
  .page-agency .cell-shortlist.mobile{
    text-align: center;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 1;
    position: relative;
    padding-left: 0;
    display:inline-block;
    vertical-align: top;
    font-size: 13px;
    width:calc(50% - 1px);
    margin:0;
    border-right:1px solid #FFF;
    line-height: 40px;
    position:relative;
    border-bottom-right-radius: 0;
  }
  .page-agency .shortlist-wrapper{
    font-size: 0;
  }
  .page-agency .shortlist-list .row,
  .page-agency .shortlist-list .row.with-input {
    padding: 10px;
  }
  .page-agency .middle-col .cell-btn.mobile{
    display:block;
    font-size: 13px;
    width:auto;
    padding:0;
    margin: 0;
    line-height: 40px;
    position: relative;
  }
  .page-agency .middle-col .cell-shortlist.mobile img{
    margin-right:5px;
  }
  .page-agency .middle-col .cell-shortlist.mobile + .cell-btn.mobile{
    width:calc(50% - 1px);
    border-left:1px solid #FFF;
    border-top-left-radius: 0;
    display:inline-block;
    vertical-align: top;
    margin:0;
  }
  .page-agency .middle-col .cell-btn.mobile a{
    font-size: inherit;
    line-height: inherit;
    font-weight: bold;
    display: block;
  }
  .page-agency .middle-col .cell-btn.mobile img{
    vertical-align: middle;
    margin-right: 5px;
  }
  .page-agency .shortlist-list.mobile{
    display: block;
    position: relative;
    font-size:14px;
  }
  .page-agency .shortlist-list.mobile.hidden{
    display: none;
  }
  .page-agency .right-col .cell-btn{
    display:none;
  }
  .cell-statistics.mobile .stat-item .indicator{
    top: 58px;
  }
  .middle-col .cell-cover {
    margin-top: -5px;
  }
  .page-agency .cell-name.mobile{
    padding:10px;
    margin-top:-15px;
    z-index: 1;
    position: relative;
  }
  .page-agency .cell-name.mobile table{
    font-size:16px;
    width: 100%;
  }
  .page-agency .cell-name.mobile .logo{
    width:38px;
  }
  .page-agency .cell-name.mobile .logo img{
    max-width: 100%;
  }
  .page-agency .cell-name.mobile .title{
    padding: 0 10px;
  }
  .page-agency .cell-name.mobile .title a{
    color:inherit;
  }
  .page-agency .cell-name.mobile .score{
    font-size:24px;
    background-color: transparent;
    width:40px;
  }
  .cell-projects .single-project .image-cell .button{
    width:auto;
  }
  .page-with-menu .left-sidebar-col{
    display:none;
    width: auto;
    text-align: left;
  }
  .page-with-menu .left-sidebar-col .fold-list .fold-list-title {
    padding: 15px 20px;
  }
  .page-with-menu .left-sidebar-col .fold-list .fold-list-content a {
    padding:10px 5px;
  }
  .page-with-menu .mobile-section-menu{
    display: block;
  }
  .page-with-menu .mobile-section-menu .fold-list-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    background: url('../png/logo.png') right 10px no-repeat transparent;
    color: inherit;
  }
  .page-with-menu .mobile-section-menu .open .fold-list-title {
    background-image: url('../png/logo.png');
    color:inherit;
  }
  .page-with-menu .mobile-section-menu .fold-list-content {
    margin-left:0;
    display:none;
  }
  .page-with-menu .mobile-section-menu .open .fold-list-content {
    display:block;
  }
  .page-with-menu .mobile-section-menu .fold-list-content a{
    color:inherit;
    display: block;
  }
  .page-with-menu .mobile-section-menu .fold-list-content.with-cols{
    font-size: 0;
  }
  .page-with-menu .mobile-section-menu .fold-list-content .list-col{
    display: inline-block;
    vertical-align: top;
    width:50%;
    font-size: 14px;
  }

  .lp-static .cell-title-main {
    font-size: 37px;
  }
  .lp-ams-bckg-1 {
    background-size: contain;
    background-position: calc(100% + 270px) top;
  }
  .lp-ams-bckg-2-1,
  .lp-ams-bckg-2-2 {
    margin-top: -745px;
  }
  .lp-static .lp-ams-bckg-2-1 .cell-content,
  .lp-static .lp-ams-bckg-2-2 .cell-content {
    padding-top: 720px;
  }

  .lp-amsp-bckg-1-1 {
    background-size: contain;
    background-position: calc(100% + 270px) top;
  }
  .lp-amsp-bckg-2-1 {
    background-position: calc(100% - 545px) top;
  }
  .lp-amsp-bckg-2-2 {
    background-position: 53% center;
  }
  .lp-amsp-bckg-6-2 {
    background-position: 52.5% center;
  }
  .lp-amsp-bckg-1-2{
    background-position: 50% top;
  }
  .page-agency .cell-name.mobile table .agency-score {
    background: transparent;
    color: #4b2bad;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
  }
  .page-agency .cell-name.mobile table .agency-score.score-6_5 {
    color: #8f09c3;
  }
  .page-statistics .rate-row .rate-indicator .rate-selected {
    background-image: url('../png/logo.png');
  }
  footer .row .col-brand{
    width:auto;
    display:block;
    margin:10px 0 40px 0;
    text-align:center;
  }
  footer .row .col-brand .logo img{
    display:inline-block;
  }
  footer .row .col-wrapper{
    display: block;
    width: auto;
    text-align: center;
    margin:0 0 40px 0;
  }
  footer .row .col{
    width: auto;
    margin:0 20px 40px 20px;
  }
}

@media only screen and (max-width: 950px) {
  .page-home-2020 .seg-comments .container .img{
    display:none;
  }
  .page-home-2020 .seg-blog .text{
    margin-bottom:30px;
  }
  .page-home-2020 .seg-blog .columns{
    max-width:100%;
  }
  .page-home-2020 .seg-blog .columns .col-left,
  .page-home-2020 .seg-blog .columns .col-right{
    display:block;
    width:auto;
    margin:9px;
  }
  .page-home-2020 .seg-blog .columns .col-left .post-wrapper{
    height:auto;
  }
  .page-home-2020 .seg-blog .post-wrapper .post-text{
    font-size:14px;
    line-height:16px;
    margin-top:0;
    padding:0 10px 10px 10px;
  }
  .page-home-2020 .seg-blog .columns .col-right .post-wrapper{
    height:auto;
    display:inline-block;
    vertical-align:top;
    width: calc(50% - 5px);
    margin: 0 10px 0 0;
  }
  .page-home-2020 .seg-blog .columns .col-right .post-wrapper:last-of-type{
    margin-right:0;
  }
  .page-home-2020 .seg-blog .columns .col-left .post-img,
  .page-home-2020 .seg-blog .columns .col-right .post-img{
    height:auto;
    background-image: none !important;
  }
  .page-home-2020 .seg-blog .columns .post-img img{
    display:block;
  }
  .page-home-2020 .seg-blog .col-left .post-wrapper .post-title,
  .page-home-2020 .seg-blog .col-right .post-wrapper .post-title{
    font-size:14px;
    line-height:16px;
    padding: 15px 10px 10px 10px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 790px) {
  .mobile{
    display:block;
  }
  html, body, .site-wrapper {
    height: auto;
  }
  .main-col,
  .main-col.middle-col,
  .main-col .glider-section{
    width: calc(100% - 20px);
    padding:0 10px;
    margin:10px auto;
  }
  .main-col .glider-section .section-content{
    padding-right:0;
    padding-left:0;
  }
  .main-col .glider-section .glider-testimonials{
    padding:0;
  }
  .page-home .main-col.middle-col,
  .page-static .main-col.middle-col {
    padding:0 10px;
  }
  footer .row {
    text-align: center;
  }
  footer .row:first-of-type{
    text-align: left;
  }
  footer .row .col {
    text-align: left;
    margin:25px 0;
  }
  footer .row .col .menu-sub-col {
    width: auto;
    display: block;
  }
  footer .copyright {
    position: relative;
    text-align:left;
    margin: 10px 10px 0 10px;
    font-size: 12px;
  }
  footer .footer-menu-bottom{
    text-align: left;
    margin: 0 10px;
    font-size: 12px;
  }
  .page-home .site-wrapper {
    text-align: left;
  }
  .main-col.middle-col {
    display: inline-block;
  }
  .page-home .main-col{
    left: 0;
  }
  .page-static .top-img-wrapper .top-404{
    margin: 30px 0;
  }
  .page-home .site-wrapper.open .filter-menu {
    margin-right:0;
  }
  .page-static .top-img-wrapper{
    margin:0 -10px 15px -10px;
  }
  .top-img-wrapper.glider-section{
    padding:0;
    width:100%;
  }
  .top-img-wrapper .cell{
    height:430px;
    margin-top: 10px;
  }
  .top-img-wrapper .cell-1{
    background:url('../png/logo.png') top center no-repeat transparent;
  }
  .top-img-wrapper .cell-2{
    background:url('../png/logo.png') top center no-repeat transparent;
  }
  .top-img-wrapper .cell-2 .button,
  .top-img-wrapper .cell-3 .button,
  .top-img-wrapper .cell-4 .button{
    bottom: 48px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-img-wrapper .cell-3{
    background:url('../png/logo.png') top center no-repeat transparent;
  }
  .top-img-wrapper .cell-4{
    background:url('../png/logo.png') top center no-repeat transparent;
  }
  .top-img-wrapper .cell-5{
    background:url('../png/logo.png') top center no-repeat transparent;
  }
  .top-img-wrapper .cell-5 .button{
    display:none;
  }
  /*.page-home .top-img-wrapper .cell-5 h1{
    font-size:48px;
    top:-20px;
  }*/
  .main-col .top-img-wrapper.glider-section .slick-dots{
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: center;
  }
  .page-home .top-img-wrapper .top-img,
  .page-static .top-img-wrapper .top-img{
    background:url('../png/logo.png') top center no-repeat transparent;
    width:100%;
    height:391px;
    margin-top: 10px;
  }
  .page-home .top-img-wrapper h1,
  .page-static .top-img-wrapper h1{
    bottom: auto;
    left: calc(50% - 148px);
    top: 0;
    font-size: 23px;
  }
  .page-home .top-img-wrapper h1 b,
  .page-static .top-img-wrapper h1 b{
    font-size:inherit;
  }
  .page-home .top-img-wrapper h1 span,
  .page-static .top-img-wrapper h1 span{
    font-size: 28px;
    margin-top: -5px;
    margin-left: 2px;
    letter-spacing: 4px;
    line-height: 31px;
  }
  .page-hiw .top-img-wrapper .top-img{
    background:url('../png/logo.png') top center no-repeat transparent;
    width:100%;
    height: 361px;
    padding-bottom: 0;
  }
  .page-haiw .top-img-wrapper .top-img{
    background:url('../png/logo.png') top center no-repeat transparent;
    width:100%;
    height: 361px;
    padding-bottom: 0;
  }
  .page-blog .top-img-wrapper .top-img{
    background:url('../png/logo.png') top center no-repeat transparent;
    width:100%;
    height: 344px;
    padding-bottom: 0;
  }
  .page-about .top-img-wrapper .top-img{
    background:url('../png/logo.png') top center no-repeat transparent;
    width:100%;
    height: 425px;
    padding-bottom: 0;
  }
  .page-contact .top-img-wrapper .top-img{
    background:url('../png/logo.png') top center no-repeat transparent;
    width:100%;
    height: 341px;
    padding-bottom: 0;
  }
  .page-faq .top-img-wrapper .top-img{
    background:url('../png/logo.png') top center no-repeat transparent;
    width:100%;
    height: 397px;
    padding-bottom: 0;
  }
  .page-agencies-of-the-month .top-img-wrapper .top-img {
    background:url('../png/logo.png') top center no-repeat transparent;
    width:100%;
    height:391px;
    margin-top: 10px;
  }
  .page-pricing .top-img-wrapper .top-img{
    background:url('../png/logo.png') top center no-repeat transparent;
    width:100%;
    height: 317px;
    padding-bottom: 0;
  }
  .page-agencies-of-the-month .top-img-wrapper h1{
    line-height: 29px;
  }
  .page-agencies-of-the-month .top-img-wrapper h1 span{
    line-height: 34px;
  }
  .page-agencies-of-the-month .top-img-wrapper h1 span.indent {
    width:42px;
  }
  .page-contact .top-img-wrapper h1 span {
    line-height: 35px;
  }
  .page-blog .top-img-wrapper h1 {
    line-height: 28px;
    top: -2px;
  }
  .page-blog .top-img-wrapper h1 span {
    line-height: 39px;
  }
  .page-about .top-img-wrapper h1 span {
    line-height: 44px;
    margin-top: -10px;
  }
  .page-about .top-img-wrapper h1 span.indent {
    margin-left: 50px;
  }
  .page-hiw .top-img-wrapper h1 span,
  .page-haiw .top-img-wrapper h1 span {
    line-height: 34px;
    margin-top: -7px;
  }
  .page-faq .top-img-wrapper h1 {
    line-height: 30px;
    top: -2px;
  }
  .page-faq .top-img-wrapper h1 span {
    line-height: 38px;
    margin-top: -5px;
  }
  /*
  .page-static .top-img-wrapper h1{
    font-size: 14px;
    bottom: 34px;
  }
  */
  .page-home .agency-item,
  .page-advertising .agency-item ,
  .page-user .agency-item {
    position:relative;
  }
  .page-home .agency-item .agency-logo,
  .page-advertising .agency-item .agency-logo,
  .page-shortlist .agency-item .agency-logo,
  .page-user .agency-item .agency-logo-date{
    position:absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    z-index: 1;
  }
  .page-user .agency-item .agency-logo-date .agency-logo{
    width:46px;
    height:46px;
  }
  .page-home .agency-item .agency-score,
  .page-advertising .agency-item .agency-score,
  .page-shortlist .agency-item .agency-score,
  .page-user .agency-item .match-score {
    position:absolute;
    right:0;
    top:0;
    width: calc(100% - 10px);
    height: 46px;
    line-height: 46px;
    text-align: right;
    padding-right: 10px;
    z-index: 0;
  }
  .page-home .agency-item .agency-score .img-wrapper,
  .page-advertising .campaign-list .cell-img .img-wrapper {
    text-align:center;
    width:40px;
  }
  .page-user .agency-item .match-score.with-img .img-wrapper{
    text-align:center;
    width:60px;
  }
  .page-home .agency-item .agency-score .pending,
  .page-user .agency-item .match-score.with-img .pending,
  .page-advertising .agency-item .agency-score .pending {
    max-width:25px;
    max-height:25px;
  }
  .page-home .agency-item .agency-score.featured .img-with-label,
  .page-advertising .campaign-list .cell-img .img-with-label {
    line-height: 1;
    font-size: 11px;
    text-align: center;
  }
  .page-home .agency-item .agency-score.featured img,
  .page-advertising .agency-item .agency-score.featured img,
  .page-shortlist .agency-item .agency-score.featured img{
    max-height: 24px;
    max-width: 100%;
    margin-bottom: 3px;
  }
  .page-advertising .agency-item .agency-score{
    padding-right: 5px;
    width: calc(100% - 5px);
  }
  .page-advertising .agency-item .agency-score .img-wrapper {
    max-height: 100%;
    line-height: 1;
    font-size: 10px;
    text-align: center;
  }
  .page-advertising .agency-item .agency-score .img-wrapper img{
    height: 22px;
    margin-bottom: 2px;
    margin-top: -2px;
  }
  .page-home .agency-item .agency-info,
  .page-advertising .agency-item .agency-info,
  .page-shortlist .agency-item .agency-info,
  .page-user .agency-item .agency-info {
    width: auto;
    display: block;
    background-color:transparent;
    position:relative;
    z-index: 1;
    padding:0;
  }
  .page-home .agency-item.skeleton .agency-info,
  .page-advertising .agency-item.skeleton .agency-info,
  .page-user .agency-item.skeleton .agency-info {
    margin:0;
  }
  .page-home .agency-item .agency-info .agency-left-cell,
  .page-advertising .agency-item .agency-info .agency-left-cell,
  .page-shortlist .agency-item .agency-info .agency-left-cell,
  .page-user .agency-item .agency-info .agency-left-cell {
    color:#FFF;
    margin-left: 56px;
    display: block;
    width: calc(100% - 110px);
    height: 46px;
  }
  .page-home .agency-item.skeleton .agency-info .agency-left-cell,
  .page-advertising .agency-item.skeleton .agency-info .agency-left-cell,
  .page-user .agency-item.skeleton .agency-info .agency-left-cell{
    height: 46px;
  }

  .page-home .agency-item .agency-info .agency-left-cell a,
  .page-advertising .agency-item .agency-info .agency-left-cell a,
  .page-shortlist .agency-item .agency-info .agency-left-cell a,
  .page-user .agency-item .agency-info .agency-left-cell a{
    color: inherit;
  }
  .page-home .agency-item .agency-info .agency-name,
  .page-advertising .agency-item .agency-info .agency-name,
  .page-shortlist .agency-item .agency-info .agency-name,
  .page-user .agency-item .agency-info .agency-name {
    font-size: 16px;
    padding-top: 6px;
  }
  .page-home .agency-item .agency-info .agency-speciality,
  .page-advertising .agency-item .agency-info .agency-speciality,
  .page-shortlist .agency-item .agency-info .agency-speciality,
  .page-user .agency-item .agency-info .agency-speciality {
    margin-top: 0;
  }
  .page-home .agency-item .agency-info .agency-right-cell,
  .page-advertising .agency-item .agency-info .agency-right-cell,
  .page-shortlist .agency-item .agency-info .agency-right-cell,
  .page-user .agency-item .agency-info .agency-right-cell {
    border: 0;
    padding: 0 5px;
    display: block;
    width: auto;
  }
  .page-home .agency-item.skeleton .agency-info .agency-right-cell,
  .page-advertising .agency-item.skeleton .agency-info .agency-right-cell,
  .page-user .agency-item.skeleton .agency-info .agency-right-cell {
    margin: 5px 0 0 0;
    height: 94px;
  }
  .page-home .agency-item .agency-info .agency-detail,
  .page-advertising .agency-item .agency-info .agency-detail,
  .page-shortlist .agency-item .agency-info .agency-detail,
  .page-user .agency-item .agency-info .agency-detail {
    width: calc(22% - 20px);
    margin: 10px 0;
    padding: 0 0px 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .page-home .agency-item .agency-info .agency-detail:nth-child(2n),
  .page-advertising .agency-item .agency-info .agency-detail:nth-child(2n),
  .page-shortlist .agency-item .agency-info .agency-detail:nth-child(2n),
  .page-user .agency-item .agency-info .agency-detail:nth-child(2n) {
    width: calc(22% - 20px);
  }
  .page-home .agency-item .agency-info .agency-detail.agency-city,
  .page-advertising .agency-item .agency-info .agency-detail.agency-city,
  .page-shortlist .agency-item .agency-info .agency-detail.agency-city,
  .page-user .agency-item .agency-info .agency-detail.agency-city {
    width:calc(34% - 20px);
  }

  .page-home .agency-item .agency-info .agency-row,
  .page-advertising .agency-item .agency-info .agency-row,
  .page-user .agency-item .agency-info .agency-row {
    border:0;
    padding-bottom: 0;
  }
  .page-home .agency-item.skeleton .agency-info .agency-row:last-of-type,
  .page-advertising .agency-item.skeleton .agency-info .agency-row:last-of-type,
  .page-user .agency-item.skeleton .agency-info .agency-row:last-of-type {
    display:none;
  }

  .section-blog .has-post-thumbnail .post-thumbnail {
    margin-left: -10px;
    width: calc(100% + 20px);
  }

  .section.mt-20 {
    margin-top: 10px;
  }

  .section-blog header {
    padding: 5px 0 10px 0;
  }
  .middle-col article .entry-meta {
    padding-bottom: 15px;
  }

  .section-blog .col-cell .title-header,
  .section-blog .col-cell.first .title-header {
    height: auto;
  }

  .page-home .agency-item .agency-info .agency-row .agency-decription,
  .page-advertising .agency-item .agency-info .agency-row .agency-decription {
    padding:0 10px 10px 10px;
  }
  .page-home .mobile-featured-agencies .featured-item {
    margin: 10px 3px 0 3px;
  }
  .page-shortlist .section-sl-header .section-content,
  .page-shortlist .section-shortlist-comment .section-content {
    padding: 10px 0;
  }
  .page-shortlist .section-sl-header h2 {
    margin: 0 10px;
  }
  .page-shortlist .section-sl-header .buttons-wrapper {
    top: 8px;
    right: 10px;
  }
  .page-shortlist .write-ico {
    top: 10px;
    left: 10px;
  }
  .page-shortlist form .close-btn, .page-shortlist .section-shortlist-comment form .close-btn {
    right: -10px;
  }
  .page-shortlist form textarea {
    width: calc(100% - 20px);
    margin-bottom: 10px;
  }
  .page-shortlist form button {
    display: block;
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .page-shortlist .modal-popup .popup-wnd .popup-content button {
    width:100%;
  }
  .section-login,
  .section-register,
  .section-welcome {
    width:auto;
    max-width:100%;
  }
  .section-login h4,
  .section-register h4,
  .section-welcome h4,
  .section-account h4 {
    padding:15px 10px 0 10px;
  }
  .section-login .section-content,
  .section-register .section-content{
    padding-top:10px;
    margin-top:10px;
  }
  .section-welcome .section-content,
  .section-account .section-content {
    padding: 10px 10px 15px 10px;
    margin-top:10px;
  }
  .section-login .header-img-wrapper,
  .section-login .content-cell,
  .section-register .header-img-wrapper,
  .section-register .content-cell,
  .section-with-img .header-img-wrapper{
    display: block;
    width: auto;
  }
  .section-welcome .image-cell,
  .section-welcome .data-cell{
    width: auto;
    display:block;
    text-align: left;
    padding:0;
  }
  .section-login .content-cell,
  .section-register .content-cell{
    margin:10px 10px 0 10px;
  }
  .section-premium .content-cell{
    padding:0;
    display: block;
    width: auto;
    margin: 10px 0 0 0;
  }
  .section-premium .row {
    padding: 20px 0 0 0;
  }
  .section-premium .row .img-wrapper{
    width: auto;
  }
  .section-premium .row .img-wrapper.to-left,
  .section-premium .row .img-wrapper.to-right {
    float: none;
    text-align: center;
  }
  .section-badge.section-premium.section-with-img .section-content {
    padding:20px 0;
  }
  .section-badge.section-premium.section-with-img .content-cell {
    padding:0 15px;
  }
  .section-login .header-img-wrapper img,
  .section-register .header-img-wrapper img,
  .section-with-img .header-img-wrapper{
    max-width:100%;
    height:auto;
  }
  .section-welcome .image-cell .profile-pic-wrapper,
  .section-account .image-cell .profile-pic-wrapper {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
  }
  .section-welcome .image-cell .upload-btn-wrapper,
  .section-account .image-cell .upload-btn-wrapper{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    width: calc(100% - 70px);
    margin-top: 8px;
  }
  .form-styled .info-cell span{
    margin-left:0;
    margin-right:0;
  }
  .section-welcome .row .input-cell {
    width: auto;
    display: block;
    padding-bottom:10px;
  }
  .section-welcome .row .input-cell:last-of-type {
    margin-left:0;
    padding-bottom:0;
  }
  .section-welcome .final-step .buttons-wrapper a.button {
    width:auto;
  }
  .section-welcome .image-cell .profile-pic-wrapper,
  .section-account .image-cell .profile-pic-wrapper{
    text-align: center;
  }
  .middle-col .right-col{
    position: absolute;
    visibility: hidden;
    top: -99999999px;
  }
  .middle-col .left-col{
    width: auto;
    display: block;
    font-size:12px;
  }
  .middle-col .cell-title{
    font-size:14px;
    margin-bottom:5px;
  }
  .cell-socialmedia.bubbles .cell-title {
    padding: 0 10px;
    margin-bottom: 0;
  }
  .middle-col .cell-section{
    padding: 10px;
    margin-top:10px;
  }
  .middle-col .cell-cover {
    height: auto;
    margin: -5px -10px 0 -10px;
  }
  .middle-col .cell-cover img {
    max-width: 100%;
  }
  .hlist-wrapper {
    padding: 10px 12px;
  }
  .cell-socialmedia .social-media-box {
    width:59px;
  }
  .cell-claim .button-wrapper button{
    font-size: 14px;
  }
  .cell-clients .items-in-row-4 {
    width: calc(33.33% - 5px);
    margin-right: 5px;
  }
  .cell-section.cell-reviews {
    padding: 10px 0 20px 0;
  }
  .cell-reviews .form-section {
    padding: 0 10px;
  }
  .cell-reviews .selection-input-wrapper {
    margin-left:0;
    width:50%;
  }
  .cell-reviews .btn-wrapper {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
  .cell-reviews .btn-wrapper .btn-review {
    width: calc(100% - 30px);
    padding: 5px 5px 5px 25px;
    background-position: 7px center;
  }
  .cell-reviews input[type="radio"].css-checkbox + label.css-label {
    padding-left: 44px;
  }
  .cell-reviews input[type=text] {
    font-size: inherit;
  }
  .cell-reviews textarea {
    width:calc(100% - 20px);
    margin-left:0;
    font-size: inherit;
  }
  .section-account {
    text-align: left;
  }
  .section-account .image-cell,
  .section-account .data-cell{
    display: block;
    width: auto;
    text-align: left;
  }
  .section-account .data-cell{
    margin-top: 10px;
    padding: 0;
  }
  .form-styled .user-details .row {
    height: auto;
  }
  .user-details .input-wrapper {
    margin-left:0;
    display: block;
    max-width: none;
  }
  .user-details .cell-wrapper {
    display: block;
    margin-left:0;
  }
  .user-details .cell-wrapper input{
    margin-top:10px;
  }
  .user-details .cell-wrapper:first-of-type input{
    margin-top:0;
  }
  .page-user .section-columns .section-col-left,
  .page-user .section-columns .section-col-right{
    display: block;
    width: auto;
    margin-left:0;
    position:relative;
    top:auto;
    right:auto;
  }
  .page-user .section-content,
  .page-user .section-settings.section-account .section-content {
    padding: 10px;
  }
  .page-user .section-agency {
    padding: 0;
  }
  .page-user .section-agency .row {
    padding:10px;
  }
  .page-user .section-agency .review-invite {
    padding-top: 20px;
  }
  /*
  .page-user .section-agency .review-invitation-wrapper{
    padding-top: 0;
  }
  */
  .page-user .section-agency .review-invitation-wrapper input[type=text]{
    width: calc(100% - 20px);
    display: block;
  }
  .page-user .section-agency .review-invitation-wrapper a.button{
    width: calc(100% - 40px);
    margin:10px 0 0 0;
  }
  .page-user .section-agency .review-invite p {
    margin-bottom:10px;
  }
  .page-user .section-agency .agency-menu {
    padding-bottom:0;
  }
  .page-user .agency-menu .buttons-column {
    display: block;
    width: auto;
    margin-top:4px;
  }
  .page-user .agency-menu .buttons-column:first-of-type {
    margin-top:0;
  }
  .page-user .agency-menu .buttons-column:first-of-type .buttons-wrapper,
  .page-user .agency-menu .buttons-column .buttons-wrapper {
    margin: 0 0 0 4px;
  }
  .page-user .agency-menu .buttons-column .buttons-wrapper:first-of-type {
    margin-left: 0;
  }
  .page-user .section-agency .agency-menu form {
    width:auto;
    padding:0;
  }
  .page-user .section-user .btn-wrapper {
    right:10px;
  }
  .page-user .section-user h2{
    max-width: calc(100% - 115px);
  }
  .page-user .section-agency form {
    display: block;
    width: calc(100% - 20px);
    margin-left: 0;
    padding: 0 10px;
  }
  .page-user .section button,
  .page-user .agency-menu .notification button {
    display: block;
    width: calc(100% - 10px);
    margin-left:0;
    margin-top:10px;
    padding: 10px 5px;
    line-height: 1;
  }
  .page-user .agency-menu .notification button{
    margin-bottom:20px;
  }
  .page-user .section-col-left .section-agency form{
    width: calc(100% - 20px);
  }
  .page-user .section-col-left .section-agency form button{
    width: calc(100% - 10px);
  }
  .page-user .section button.outlined {
    padding: 9px 4px;
  }
  .page-user .agency-menu{
    font-size:0;
  }
  .page-user .agency-menu .buttons-wrapper {
    display: inline-block;
    width:calc(50% - 2px);
    vertical-align: top;
  }
  .page-user .agency-menu .buttons-wrapper button,
  .page-user .agency-menu .buttons-wrapper .button{
    /*
    background-color: #ff7a00;
    color: #FFF;
    height: 60px;
    */
    margin-top: 0;
    line-height: 1;
    padding: 10px;
    vertical-align: top;
    width: calc(100% - 20px);
  }
  .page-user .agency-menu .button.disabled {
    background-color: #C7C7C7;
    color: #FFF;
  }
  /*
  .page-user .agency-menu .buttons-wrapper button{
    position:relative;
  }
  */
  .page-user .agency-menu .buttons-wrapper button span,
  .page-user .agency-menu .buttons-wrapper .button span{
    /*
    position: absolute;
    top:0;
    */
    display: block;
    text-align: center;
    width: auto;
    margin: 5px 0 0 0;
    font-size: 13px;
  }
  /*
  .page-user .agency-menu .buttons-wrapper:nth-of-type(2n) button{
    width: calc(100% - 1px);
    margin-left: 1px;
  }
  .page-user .agency-menu .buttons-wrapper:nth-of-type(2n) .button{
    margin-left: 1px;
  }
  .page-user .agency-menu .buttons-wrapper:nth-of-type(2n+1) button{
    width: calc(100% - 1px);
    margin-right: 1px;
  }
  .page-user .agency-menu .buttons-wrapper:nth-of-type(2n+1) .button{
    margin-right: 1px;
  }
  */
  .page-user .agency-menu .notification{
    margin-bottom: 10px;
  }
  .page-user .agency-menu .notification:first-child {
    margin-top: 10px;
  }
  .page-user .section-settings span {
    line-height: 1.3;
  }

  .cart-form-wrapper .product-img{
    margin-bottom: 13px;
  }
  .cart-form-wrapper .product-dates,
  .cart-form-wrapper .product-price {
    display:block;
    width: auto;
    padding: 0;
  }
  .cart-form-wrapper .coupon-wrapper {
    text-align: left;
    min-height: none;
    line-height: normal;
  }
  .cart-form-wrapper .coupon {
    position: relative;
    top:auto;
    left:auto;
  }
  .cart-form-wrapper .coupon .input-wrapper {
    margin-left:0;
    max-width: none;
    margin-top: 10px;
    display: block;
  }
  .woocommerce-checkout #order_review #payment ul.payment_methods li {
    display: block;
    width:auto;
    margin-top:10px;
  }
  .woocommerce-checkout #payment ul.payment_methods li:first-of-type {
    margin-top:0;
  }
  .woocommerce-checkout #payment ul.payment_methods li:nth-child(2n) {
    margin-left: 0;
  }
  .woocommerce-checkout #customer_details .form-row-first,
  .woocommerce-checkout #customer_details .form-row-last{
    float:none;
    width:auto;
    display: block;
  }
  .woocommerce-checkout #customer_details .checkbox-wrapper {
    padding-top:0;
  }
  .title-header {
    padding: 15px 10px;
  }
  .middle-col .col-cell,
  .middle-col .col-wrapper .col-cell.first {
    display: block;
    width:auto;
    padding: 0 10px 15px 10px;
  }

  .col-wrapper.section-blog .col-cell,
  .col-wrapper.section-blog .col-cell.odd,
  .col-wrapper.section-blog .col-cell.first {
    display: block;
    width:auto;
    padding: 0;
  }
  .page-static .section-content,
  .page-register .glider-section .section-content{
    padding: 15px 10px;
  }
  .page-static .section-content.section-blog{
    width:auto;
  }
  .page-static .col-wrapper h2 {
    padding-bottom:0;
  }
  .page-static .col-wrapper select {
    margin-top:0;
  }
  .page-home .mobile-featured-agencies .featured-item,
  .page-static .mobile-featured-agencies .featured-item {
    margin: 10px 3px 0 3px;
    font-size: 12px;
  }
  .section-blog .col-cell.first .post-thumbnail{
    height:210px;
  }
  .middle-col .col-cell .post-wrapper {
    margin-top: 10px;
  }
  .middle-col article .attachment-post-thumbnail {
    float: none;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .page-contact .col-left,
  .page-contact .col-right {
    display: block;
    width:auto;
    margin: 0;
  }
  .page-contact .col-right{
    margin-top:10px;
  }
  .page-contact .wpcf7-form input[type=submit]{
    display: block;
    width:calc(100% - 40px);
  }
  .page-contact .wpcf7-form .ajax-loader.is-active {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    margin: 10px;
    display: block;
  }
  .page-faq .col-left,
  .page-faq .col-right{
    display: block;
    padding: 0;
    width: auto;
  }
  .page-faq .col-right{
    margin-top:10px;
  }
  .page-hiw .row.header .cell-left ,
  .page-haiw .row.header .cell-left {
    background-position: right top;
    width: 60px;
  }
  .page-hiw .row.header .cell-right,
  .page-haiw .row.header .cell-right {
    background-position: left top;
    width: 60px;
  }
  .page-hiw .row.header .cell-title,
  .page-haiw .row.header .cell-title {
    font-size:16px;
    margin-bottom:15px;
  }
  .page-hiw .row.header .text-wrapper,
  .page-haiw .row.header .text-wrapper {
    max-width: none;
    margin: 0 -35px;
  }
  .page-hiw .cell-content,
  .page-haiw .cell-content {
    width: auto;
    margin:0;
    padding:0 10px;
  }
  .page-hiw .row .mob_img,
  .page-haiw .row .mob_img{
    display:block;
    margin:0 -10px 30px -10px;
    text-align: center;
  }
  .page-hiw .row .mob_img img,
  .page-haiw .row .mob_img img{
    max-width: 100%;
    height:auto;
  }
  .page-hiw .row .img-wrapper,
  .page-haiw .row .img-wrapper{
    display: none;
  }
  .page-hiw .score,
  .page-hiw .data,
  .page-hiw .calculation,
  .page-haiw .score,
  .page-haiw .data,
  .page-haiw .calculation {
    background:none;
    margin-top: 0;
    min-height: auto;
  }
  .page-hiw .connector-left,
  .page-haiw .connector-left {
    margin-bottom: 0;
  }
  .page-hiw .data .cell-content,
  .page-hiw .calculation .cell-content,
  .page-haiw .data .cell-content,
  .page-haiw .calculation .cell-content {
    margin: 0;
    padding-top:0;
    padding-bottom:0;
  }
  .page-hiw .key-concepts .col-cell,
  .page-haiw .key-concepts .col-cell{
    display: block;
    width:auto;
  }
  .page-settings .section-with-title h4,
  .page-settings .section .section-content,
  .page-settings .members .cell {
    padding-left: 10px;
    padding-right: 10px;
}
  .page-settings .buttons-wrapper button,
  .page-settings .buttons-wrapper a.button{
    width:calc(100% - 40px);;
    display: block;
    margin: 10px 0 0 0;
  }
  .page-settings .buttons-wrapper a.button{
    padding:10px 0;
    width: 100%;
  }
  .page-settings .buttons-wrapper button:first-of-type,
  .page-settings .buttons-wrapper .button:first-of-type{
    margin-top:0;
  }
  .page-settings .members .cell {
    display: block;
    border-right:0;
    width:auto;
  }
  .page-settings .members table {
    width:100%;
  }
  .page-settings .members .data-cell {
    min-width: 186px;
    /* width: auto; */
    padding-right: 0;
  }
  .page-settings .billing-info-wrapper .col {
    width:auto;
    display: block;
  }
  .page-payments .section h2 {
    padding:10px;
  }
  .page-payments .payments-table thead th,
  .page-payments .payments-table thead th:last-of-type,
  .page-payments .payments-table thead th:first-of-type{
    padding:10px;
  }
  .page-payments .payments-table td,
  .page-payments .payments-table td:last-of-type {
    padding:15px 10px;
  }
  .page-payments .payments-table .order-item td:first-of-type {
    background-position-x: 5px;
  }
  .page-payments .payments-table thead th:first-of-type,
  .page-payments .payments-table td:first-of-type {
    padding-left: 25px;
  }
  .page-payments .payments-table .order-details td {
    padding-top:0;
    padding-bottom:0;
  }
  .page-payments .payments-table .order-details td .btn-wrapper {
    margin: 0 -10px 0 -25px;
  }
  .page-statistics .section-with-title h4,
  .page-statistics .section-with-title h5 {
    padding: 10px 10px 0 10px;
  }
  .page-statistics .section-with-title .section-content {
    margin-top: 10px;
  }
  .page-statistics .section-content, .page-statistics .section.section-with-title .section-content {
    padding: 10px;
  }
  .page-statistics .section-filter-btns button {
    width: calc(50% - 5px);
    margin-bottom:10px;
    margin-left: 5px;
    padding: 10px 0;
  }
  .page-statistics .section-filter-btns button:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-statistics .people-wrapper{
    text-align: center;
    margin: 0 0 7px 0;
  }
  .page-statistics .people-profile{
    text-align: left;
  }
  .page-statistics .people{
    margin: 0 auto;
    text-align: left;
  }
  .page-statistics .people .member-wrapper,
  .page-statistics .people .member-wrapper:first-of-type {
    margin:2px;
    max-width: calc(25% - 4px);
  }
  .page-statistics .people .image-cell{
    max-width: 100%;
    height: auto;
  }
  .page-statistics .people .image-cell img{
    max-width: 100%;
  }
  .page-statistics .prof-content .data-cell {
    display:block;
    width:auto;
    padding: 5px 15px;
  }
  .page-statistics .prof-content .data-cell:first-of-type {
    padding-top:15px;
  }
  .page-statistics .prof-content .data-cell:last-of-type {
    padding-bottom:15px;
  }
  .page-statistics .prof-content .data-cell .cell-value {
    padding-right: 0;
  }
  .page-statistics .section-content.score-details h4 {
    margin-bottom:40px;
  }
  .new-campaign-section{
    text-align: center;
  }
  .new-campaign-section .section-content {
    padding-right: 10px;
  }
  .new-campaign-section button {
    position: relative;
    top: auto;
    right: auto;
    margin: 10px 0 5px 0;
  }
  .page-advertising .campaign-list .section .section-content {
    font-size: 0;
  }
  .page-advertising .campaign-list .cell-img {
    display:inline-block;
    vertical-align: top;
    text-align: center;
    width: 90px;
    font-size: 14px;
  }
  .page-advertising .featured-item .featured-logo{
    width: 51px;
    height: 51px;
    top: 12px;
  }
  .page-home .featured-agencies .featured-item .featured-score,
  .page-static .featured-agencies .featured-item .featured-score,
  .page-advertising .featured-item .featured-score,
  .page-get-badge .featured-item .featured-score,
  .page-agency .featured-item .featured-score{
    width: 40px;
    font-size: 16px;
    padding: 0;
    top: 3px;
    line-height: 21px;
  }
  .page-advertising .featured-item .featured-img{
    width: 90px;
    height: 80px;
  }
  .page-advertising .campaign-list .cell-img .agency-score.featured {
    width:74px;
    height:74px;
    text-align: center;
  }
  .page-advertising .campaign-list .cell-details{
    display:inline-block;
    vertical-align: top;
    width:calc(100% - 100px);
    padding:0 0 0 10px;
    border-right: 0;
    font-size: 14px;
  }
  .page-advertising .featured-item{
    font-size:12px;
    overflow-wrap: break-word;
  }
  .page-advertising .campaign-list .cell-details button{
    width:calc(100% - 40px);
  }
  .page-advertising .campaign-list .cell-targeting {
    border-top: 1px solid #EBEBEB;
    display: block;
    width: auto;
    padding: 10px 0 0 0;
    margin-top:10px;
    font-size: 14px;
  }
  .page-user .cell-name .row {
    margin-bottom:10px;
  }
  .page-user .cell-name .row:first-of-type {
    margin-top:15px;
  }
  .page-user .cell-name .row.with-indent {
    margin-bottom:5px;
    padding-left: 26px;
  }
  .page-user .cell-name .input-cell {
    display: block;
    width: auto;
  }
  .page-user .cell-name .input-cell:nth-child(2n) {
    margin-left: 0;
  }
  input[type="radio"].css-radio-style1 + label.css-label {
    padding-left: 26px;
  }
  .page-user .section-account button{
    margin-bottom:10px;
  }
  .page-with-menu .mobile-section-menu .fold-list-content .list-col{
    display: block;
    width:auto;
  }
  .agency-claim .button-wrapper a,
  .agency-claim .button-wrapper button,
  .agency-claim .button-wrapper form{
    display:block;
    margin:10px 0 0 0;
  }
  .agency-claim .button-wrapper button{
    width:100%;
  }
  .page-agency .cell-name.mobile table .agency-score{
    background:transparent;
    color:#4b2bad;
    text-align: right;
    font-weight: bold;
    font-size: 24px;
  }
  .page-agency .cell-name.mobile table .agency-score.score-10{ color:#ff7a00;}
  .page-agency .cell-name.mobile table .agency-score.score-9_9{ color:#ff7500;}
  .page-agency .cell-name.mobile table .agency-score.score-9_8{ color:#ff6d01;}
  .page-agency .cell-name.mobile table .agency-score.score-9_7{ color:#ff6401;}
  .page-agency .cell-name.mobile table .agency-score.score-9_6{ color:#ff5801;}
  .page-agency .cell-name.mobile table .agency-score.score-9_5{ color:#ff4d00;}
  .page-agency .cell-name.mobile table .agency-score.score-9_4{ color:#ff4101;}
  .page-agency .cell-name.mobile table .agency-score.score-9_3{ color:#ff3601;}
  .page-agency .cell-name.mobile table .agency-score.score-9_2{ color:#fe2b02;}
  .page-agency .cell-name.mobile table .agency-score.score-9_1{ color:#fe1f04;}
  .page-agency .cell-name.mobile table .agency-score.score-9{ color:#fd1507;}
  .page-agency .cell-name.mobile table .agency-score.score-8_9{ color:#fc0c0a;}
  .page-agency .cell-name.mobile table .agency-score.score-8_8{ color:#fb040e;}
  .page-agency .cell-name.mobile table .agency-score.score-8_7{ color:#fa0013;}
  .page-agency .cell-name.mobile table .agency-score.score-8_6{ color:#f8001b;}
  .page-agency .cell-name.mobile table .agency-score.score-8_5{ color:#f60023;}
  .page-agency .cell-name.mobile table .agency-score.score-8_4{ color:#f4002c;}
  .page-agency .cell-name.mobile table .agency-score.score-8_3{ color:#f20038;}
  .page-agency .cell-name.mobile table .agency-score.score-8_2{ color:#ef0042;}
  .page-agency .cell-name.mobile table .agency-score.score-8_1{ color:#ed004e;}
  .page-agency .cell-name.mobile table .agency-score.score-8{ color:#ea005b;}
  .page-agency .cell-name.mobile table .agency-score.score-7_9{ color:#e70066;}
  .page-agency .cell-name.mobile table .agency-score.score-7_8{ color:#e40071;}
  .page-agency .cell-name.mobile table .agency-score.score-7_7{ color:#e1007c;}
  .page-agency .cell-name.mobile table .agency-score.score-7_6{ color:#dc0087;}
  .page-agency .cell-name.mobile table .agency-score.score-7_5{ color:#d7008f;}
  .page-agency .cell-name.mobile table .agency-score.score-7_4{ color:#d30097;}
  .page-agency .cell-name.mobile table .agency-score.score-7_3{ color:#cc019d;}
  .page-agency .cell-name.mobile table .agency-score.score-7_2{ color:#c502a4;}
  .page-agency .cell-name.mobile table .agency-score.score-7_1{ color:#be02aa;}
  .page-agency .cell-name.mobile table .agency-score.score-7{ color:#b703af;}
  .page-agency .cell-name.mobile table .agency-score.score-6_9{ color:#af04b3;}
  .page-agency .cell-name.mobile table .agency-score.score-6_8{ color:#a706b8;}
  .page-agency .cell-name.mobile table .agency-score.score-6_7{ color:#9f06bc;}
  .page-agency .cell-name.mobile table .agency-score.score-6_6{ color:#9708c0;}
  .page-agency .cell-name.mobile table .agency-score.score-6_5{ color:#8f09c3;}
  .page-agency .cell-name.mobile table .agency-score.score-6_4{ color:#880bc6;}
  .page-agency .cell-name.mobile table .agency-score.score-6_3{ color:#7b0dc8;}
  .page-agency .cell-name.mobile table .agency-score.score-6_2{ color:#750fc9;}
  .page-agency .cell-name.mobile table .agency-score.score-6_1{ color:#7011c9;}
  .page-agency .cell-name.mobile table .agency-score.score-6{ color:#6b13c8;}
  .page-agency .cell-name.mobile table .agency-score.score-5_9{ color:#6717c6;}
  .page-agency .cell-name.mobile table .agency-score.score-5_8{ color:#6219c3;}
  .page-agency .cell-name.mobile table .agency-score.score-5_7{ color:#5e1cc0;}
  .page-agency .cell-name.mobile table .agency-score.score-5_6{ color:#5b1ebd;}
  .page-agency .cell-name.mobile table .agency-score.score-5_5{ color:#5821ba;}
  .page-agency .cell-name.mobile table .agency-score.score-5_4{ color:#5424b7;}
  .page-agency .cell-name.mobile table .agency-score.score-5_3{ color:#5226b3;}
  .page-agency .cell-name.mobile table .agency-score.score-5_2{ color:#4f28b1;}
  .page-agency .cell-name.mobile table .agency-score.score-5_1{ color:#4d2aae;}
  .page-agency .cell-name.mobile table .agency-score.score-5{ color:#4b2bad;}

  .page-agency .cell-name.mobile table .agency-score.with-img .img-wrapper{
    display: inline-block;
  }

  .page-settings .buttons-wrapper form {
    display: block;
    margin-top:10px;
    margin-left: 0;
  }
  .page-settings .buttons-wrapper form:first-of-type {
    margin-top:0;
  }
  .page-agency .form-styled .image-cell {
    height:auto;
  }
  .page-agency .row-with-radio-sel {
    padding: 8px 0 0 0;
  }
  .page-agency .row-with-radio-sel .selection-input-wrapper {
    margin-top:0;
  }
  .page-agency .row-with-radio-sel .selection-input-wrapper input[type=text]{
    margin-top:15px;
  }
  .page-agency .row-with-radio-sel .selection-radio-wrapper {
    position: relative;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
  }
  .page-agency .row-with-radio-sel .selection-radio-wrapper + .button-wrapper{
    padding-top: 10px;
  }
  .section-badge .badge-code {
    width:calc(100% - 20px);
  }
  .cn-bottom .cookie-notice-container{
    max-width: none;
    padding: 20px 10px;
    width: auto;
  }
  .cn-bottom .cookie-notice-container .cn-img{
    top: -90px;
    left: 10px;
  }
  .cn-bottom .cookie-notice-container span{
    display: block;
    margin: 30px 0 20px 0;
    max-width: none;
    text-align: justify;
  }
  .cn-bottom .cookie-notice-container .cn-set-cookie {
    margin-left:0 !important;
  }
  .lp-static .no-background-mobile {
    background: none;
  }

  .lp-ams-bckg-1,
  .lp-amsp-bckg-1 {
    margin-top: 0;
    min-height: auto;
  }
  .lp-static .cell-content{
    width: auto;
    margin: 0;
    padding: 0 10px;
  }

  .lp-static .hide-mobile {
    display:none;
  }

  .lp-static .hide-desk {
    display:block;
  }

  /* .lp-static .row .mob_img{

    margin:0 -10px 30px -10px;
    text-align: center;
  } */
  .lp-static .cell-title {
    font-size:26px;
  }
  .lp-ams-bckg-1-mob{
    background: url('../png/logo.png') center top no-repeat transparent;
    background-size: auto 100%;
    height: 260px;
  }

  .lp-ams-bckg-2-1-mob{
    background: url('../png/logo.png') center center no-repeat transparent;
  }
  .lp-ams-bckg-2-2-mob{
    background: url('../png/logo.png') center center no-repeat transparent;
  }
  .lp-ams-bckg-2-1-mob,
  .lp-ams-bckg-2-2-mob{
    min-height: 369px;
  }

  .lp-static .lp-ams-bckg-2-1 .cell-content,
  .lp-static .lp-ams-bckg-2-2 .cell-content {
    padding-top: 771px;
  }

  .lp-ams-bckg-3-1-mob{
    background: url('../png/logo.png') center bottom no-repeat transparent;
  }
  .lp-ams-bckg-3-2-mob{
    background: url('../png/logo.png') center bottom no-repeat transparent;
  }
  .lp-ams-bckg-3-3-mob{
    background: url('../png/logo.png') center bottom no-repeat transparent;
  }
  .lp-ams-bckg-3-1-mob,
  .lp-ams-bckg-3-2-mob,
  .lp-ams-bckg-3-3-mob{
    min-height: 294px;
  }
  .lp-static .lp-ams-bckg-3-1 .cell-content,
  .lp-static .lp-ams-bckg-3-2 .cell-content,
  .lp-static .lp-ams-bckg-3-3 .cell-content {
    padding-top:15px;
  }

  .lp-ams-bckg-4-1-mob{
    background: url('../png/logo.png') center bottom no-repeat transparent;
  }
  .lp-ams-bckg-4-2-mob{
    background: url('../png/logo.png') center bottom no-repeat transparent;
  }
  .lp-ams-bckg-4-3-mob{
    background: url('../png/logo.png') center bottom no-repeat transparent;
  }
  .lp-ams-bckg-4-1-mob,
  .lp-ams-bckg-4-2-mob,
  .lp-ams-bckg-4-3-mob{
    min-height: 276px;
  }

  .lp-static .lp-ams-bckg-4-1 .cell-content,
  .lp-static .lp-ams-bckg-4-2 .cell-content,
  .lp-static .lp-ams-bckg-4-3 .cell-content {
    padding-top: 340px;
  }

  .lp-ams-bckg-5-1-mob {
    background: url('../png/logo.png') center center no-repeat transparent;
  }
  .lp-ams-bckg-5-2-mob {
    background: url('../png/logo.png') center center no-repeat transparent;
  }
  .lp-ams-bckg-5-3-mob {
    background: url('../png/logo.png') center center no-repeat transparent;
  }
  .lp-ams-bckg-5-1-mob,
  .lp-ams-bckg-5-2-mob,
  .lp-ams-bckg-5-3-mob {
    min-height: 380px;
  }

  .lp-ams-bckg-6-1-mob{
    background: url('../png/logo.png') center bottom no-repeat transparent;
    min-height: 350px;
  }
  .lp-ams-bckg-6-2-mob{
    background: url('../png/logo.png') center bottom no-repeat transparent;
    min-height: 300px;
  }
  /*
  .lp-ams-bckg-6-1-mob,
  .lp-ams-bckg-6-2-mob{
  }
  */
  .lp-static .lp-ams-bckg-6-1 .cell-content,
  .lp-static .lp-ams-bckg-6-2 .cell-content {
    padding-top: 25px;
  }




  .lp-amsp-bckg-1-1-mob{
    background: url('../png/logo.png') center top no-repeat transparent;
    background-size: auto 100%;
    height: 260px;
  }
  .lp-amsp-bckg-1-2-mob{
    background: url('../png/logo.png') center top no-repeat transparent;
    background-size: auto 100%;
    height: 260px;
  }
  .lp-static .lp-amsp-bckg-1-2{
    margin-bottom:0;
  }

  .lp-amsp-bckg-2-1-mob{
    background: url('../png/logo.png') center top no-repeat transparent;
    min-height:260px;
    margin-top:70px;
  }
  .lp-static .lp-amsp-bckg-2-1 .cell-content{
    padding-top: 220px;
  }
  .lp-amsp-bckg-2-2-mob{
    background: url('../png/logo.png') center center no-repeat transparent;
    min-height:260px;
    margin-top:70px;
  }
  .lp-static .lp-amsp-bckg-2-2{
    margin-top:0;
  }
  .lp-static .lp-amsp-bckg-2-2 .cell-content{
    padding-top: 65px;
  }

  .lp-amsp-bckg-3-1-mob{
    background: url('../png/logo.png') center center no-repeat transparent;
    min-height:260px;
    margin-top: 25px;
  }
  .lp-static .lp-amsp-bckg-3-1 .cell-content {
    padding-top: 980px;
  }

  .lp-amsp-bckg-3-2-mob{
    background: url('../png/logo.png') center center no-repeat transparent;
    min-height:260px;
    margin-top: 25px;
  }
  .lp-static .lp-amsp-bckg-3-2 .cell-content {
    padding-top: 272px;
  }

  .lp-amsp-bckg-3-3-mob{
    background: url('../png/logo.png') center center no-repeat transparent;
    min-height:189px;
    margin-top: 25px;
  }
  .lp-amsp-bckg-3-3 {
    margin-top:20px;
  }

  .lp-amsp-bckg-4-1-mob{
    background: url('../png/logo.png') center center no-repeat transparent;
    min-height:215px;
    margin-top: 30px;
  }
  .lp-static .lp-amsp-bckg-4-1 .cell-content{
    padding-top: 855px;
  }
  .lp-amsp-bckg-4-2-mob{
    background: url('../png/logo.png') center center no-repeat transparent;
    min-height:290px;
    margin-top: 30px;
  }
  .lp-static .lp-amsp-bckg-4-2 .cell-content{
    padding-top: 925px;
  }
  .lp-amsp-bckg-4-3-mob{
    background: url('../png/logo.png') center center no-repeat transparent;
    min-height:235px;
    margin-top: 30px;
  }
  .lp-amsp-bckg-4-3 {
    margin-top:20px;
  }

  .lp-amsp-bckg-5-1-mob{
    background: url('../png/logo.png') center center no-repeat transparent;
    min-height: 157px;
    margin-top:30px;
  }
  .lp-static .lp-amsp-bckg-5-1 .cell-content{
    padding-top: 95px;
  }

  .lp-amsp-bckg-5-2-mob{
    background: url('../png/logo.png') center center no-repeat transparent;
    min-height: 135px;
    margin-top:30px;
  }
  .lp-static .lp-amsp-bckg-5-2 .cell-content{
    padding-top: 923px;
  }

  .lp-amsp-bckg-5-3-mob{
    background: url('../png/logo.png') center center no-repeat transparent;
    min-height: 265px;
    margin-top:30px;
  }
  .lp-amsp-bckg-5-3 {
    margin-top:20px;
  }
  .lp-static .lp-amsp-bckg-5-3 .cell-content{
    padding-top: 0;
  }

  .lp-amsp-bckg-6-1-mob{
    background: url('../png/logo.png') center center no-repeat transparent;
    min-height: 215px;
    margin-top: 30px;
  }
  .lp-static .lp-amsp-bckg-6-1 .cell-content{
    padding-top: 160px;
  }

  .lp-amsp-bckg-6-2-mob{
    background: url('../png/logo.png') center center no-repeat transparent;
    padding-top: 227px;
    margin-top: 30px;
  }
  .lp-static .lp-amsp-bckg-6-2 .cell-content{
    padding-top: 630px;
  }

  .lp-amsp-bckg-7-1-mob{
    background: url('../png/logo.png') center center no-repeat transparent;
    min-height: 260px;
    margin-top: 30px;
  }
  .lp-amsp-bckg-7-1{
    margin-bottom: 0;
  }
  .lp-static .lp-amsp-bckg-7-1 .cell-content{
    padding-top: 55px;
  }
  .lp-amsp-bckg-7-2-mob{
    background: url('../png/logo.png') center center no-repeat transparent;
    min-height: 310px;
    margin-top: 30px;
  }
  .lp-amsp-bckg-7-2 {
    margin-top:20px;
  }

  .lp-ams-bckg-3-1,
  .lp-ams-bckg-3-2,
  .lp-ams-bckg-3-3,
  .lp-ams-bckg-6-1,
  .lp-ams-bckg-6-2 {
    margin-top: 0;
  }

  .lp-ams-bckg-1,
  .lp-ams-bckg-2-1,
  .lp-ams-bckg-2-2,
  .lp-ams-bckg-3-1,
  .lp-ams-bckg-3-2,
  .lp-ams-bckg-3-3,
  .lp-ams-bckg-4-1,
  .lp-ams-bckg-4-2,
  .lp-ams-bckg-4-3,
  .lp-ams-bckg-5-1,
  .lp-ams-bckg-5-2,
  .lp-ams-bckg-5-3,
  .lp-ams-bckg-6-1,
  .lp-ams-bckg-6-2 {
    min-height: 0;
  }

  .lp-amsp-bckg-1-1,
  .lp-amsp-bckg-1-2,
  .lp-amsp-bckg-2-1,
  .lp-amsp-bckg-2-2,
  .lp-amsp-bckg-2-3,
  .lp-amsp-bckg-3-1,
  .lp-amsp-bckg-3-2,
  .lp-amsp-bckg-3-3,
  .lp-amsp-bckg-4-1,
  .lp-amsp-bckg-4-2,
  .lp-amsp-bckg-4-3,
  .lp-amsp-bckg-5-1,
  .lp-amsp-bckg-5-2,
  .lp-amsp-bckg-5-3,
  .lp-amsp-bckg-6-1,
  .lp-amsp-bckg-6-2,
  .lp-amsp-bckg-6-3,
  .lp-amsp-bckg-7-1,
  .lp-amsp-bckg-7-2,
  .lp-amsp-bckg-7-3{
    min-height:0;
  }

  .lp-static p {
    font-size: 17px;
  }

  .lp-ams {
    margin-top: 25px;
  }

  .lp-static .cell-title-main{
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .lp-static .cell-hs{
    width: 38px;
    height: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .lp-static .btn-wrapper{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  a.lp-btn,
  a.lp-btn-white {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 170px;
    margin-top: 20px;
    padding: 17px auto;
  }

  .lp-static #main-menu-btn{
    display: inline-block;
    /* right: 20px; */
  }
  .lp-static .lp-summary {
    padding-top: 15px;
    font-size: 16px;
  }

  #lp-header{
    width: auto;
    max-width: none;
    /* height:34px; */
    background-color:#FFFFFF;
    -webkit-box-shadow: 0px 5px 10px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 10px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 10px -10px rgba(0,0,0,0.75);
    -webkit-appearance: none;
    position:relative;
    z-index:200;
    border-bottom-right-radius: 6px;
  }

  .lp-static .cell-content .mob-bckg {
    width: 100%;
    padding: 0;
  }

  .lp-inner {
    width: auto;
    max-width: none;
  }

  .lp-static .lp-summary .cell-content {
    width: auto;
  }

  .lp-static .lp-summary .lp-ams {
    margin-top: 0;
  }

  .lp-static footer .row:first-of-type{
    text-align: center;
  }

  .lp-static footer .row .social-icons {
    position: relative;
    margin-top: 45px;
  }

  .lp-ams-bckg-footer{
    background: url('../png/logo.png') center top no-repeat transparent;
    min-height: 365px;
    margin-top: 0;
    position: relative;
  }

  .lp-static .first-row {
    margin-bottom: 50px;
  }

  .lp-static #top-menu{
    display: none;
  }
  .g-recaptcha {
    transform:scale(0.86);-webkit-transform:scale(0.86);transform-origin:center center;-webkit-transform-origin:center center;
    text-align: center;
  }
  .g-recaptcha > div {
    width: 100% !important;
    height: auto !important;
  }
  .page-home .section-info .img-wrapper {
    display:block;
    width: auto;
    margin:0 0 10px 0;
    text-align: center;
  }
  .page-home .section-info .text-wrapper {
    display:block;
    width:auto;
    max-width: none;
  }
  .cell-reviews.cell-item .user-details {
    padding-right: 15px;
  }
  .adwm-phone-mobile,
  .cell-contact .loc-cell-addresses .loc-addr a.adwm-phone-mobile {
    display: inline-block;
    color: #4B2BAD;
    text-decoration: underline;
  }
  .adwm-phone-desk {
    display: none;
  }
  .page-agency .agency-info .col-name {
    width: auto;
  }
  .page-agency .agency-info.fixed-cols .col-name{
    width:210px;
  }
  .page-agency .agency-info .col-agency-info-box.col-preview{
    margin-right:0;
  }
  .page-agency .agency-info .col-btn {
    width: auto;
    display: block;
    margin: 10px auto;
    text-align: center;
  }
  .page-agency .agency-info.fixed-cols .col-btn {
    width:auto;
  }
  .page-agency .agency-info .col-btn button{
    width: calc(100% - 40px);
  }
  .page-advertising .radio-btn-wrapper {
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .page-advertising .radio-btn-wrapper .img-label {
    display: block;
    width: 100%;
  }
  .section:hover{
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
  }
  .left-sidebar-col .content-wrapper.sticky .left-banner-wrapper {
    position: relative;
    top: auto;
  }
  .page-agency .score-calculation{
    position:relative;
    margin-top:15px;
    text-align: left;
  }
  .page-agency .score-calculation a{
    padding-left:0;
    padding-bottom: 0;
    padding-top: 0;
    display: inline-block;
  }
  .page-agency .score-calculation .toggle{
    background: url(../png/logo.png) no-repeat transparent;
    background-position: calc(100% - 9px) 4px;
    padding-top:0;
    /*
    position: absolute;
    top:16px;
    right:19px;
    width:16px;
    height:11px;
    */
  }
  .page-agency .score-calculation.open .toggle{
    background-image: url(../png/logo.png);
  }
  .page-agency .score-calculation .indicator{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #fff transparent;
    top: -10px;
    left: 0;
    right: 0px;
    margin: 0 22px 0 auto;
  }
  .page-agency .score-calculation .btn-score span,
  .page-agency .score-calculation .cell-item {
    display:none;
  }
  .page-agency .score-calculation.open .btn-score span,
  .page-agency .score-calculation.open .cell-item {
    display:block;
  }
  .page-agency .score-calculation .rate-row .rate-indicator .rate-selected {
    background-image: url(../png/logo.png);
  }
  .page-user .section-agency .cell-statistics .stat-item img{
    vertical-align: initial;
  }
  .page-user .section-agency .cell-statistics .stat-item .stat-data{
    display:block;
    margin-left:0;
    text-align: center;
  }
  .page-user .section-agency .cell-statistics .stat-item .stat-data span{
    margin: 5px 0;
  }
  .page-user .section-agency .cell-statistics .stat-item .indicator{
    top:68px;
  }
  .page-agency .shortlist-wrapper{
    margin:0 -10px;
  }
  .cell-socialmedia.bubbles.mobile{
    display:block;
    visibility:visible;
    position: relative;
    padding: 10px 0;
  }
  .cell-socialmedia .social-media-box .social-logo{
    width:45px;
    height:45px;
  }
  .page-about .middle-col .cell-title{
    margin-bottom:19px;
  }
  .page-about .row.header .text-wrapper{
    padding:0 10px;
  }
  .page-about .row.header .text-wrapper span{
    display:inline;
  }
  .page-about .row.technology,
  .page-about .row.how-we-do-it,
  .page-about .row.consulting-services,
  .page-about .row.aoty-competition{
    background: transparent;
  }
  .page-pricing .row.leads,
  .page-pricing .row.statistics,
  .page-pricing .row.badge,
  .page-pricing .row.aotm,
  .page-pricing .row.featured,
  .page-pricing .row.cmp,
  .page-pricing .row.shortlist,
  .page-pricing .row.reviews,
  .page-pricing .row.submit-agency,
  .page-pricing .row.consulting-services,
  .page-pricing .row.chemistry,
  .page-pricing .row.showcase,
  .page-pricing .row.leadership,
  .section-premium.features .row.leads,
  .section-premium.features .row.statistics,
  .section-premium.features .row.badge,
  .section-premium.features .row.chemistry,
  .section-premium.features .row.showcase,
  .section-premium.features .row.leadership{
    background: transparent;
    margin-top:40px;
  }
  .page-pricing .row.badge,
  .page-pricing .row.chemistry{
    margin-bottom:20px;
  }
  .page-pricing .row.advertising{
    background: transparent;
    margin-top:0px;
  }
  .page-about .row .mob_img{
    display:block;
    margin-bottom:35px;
    text-align: center;
  }
  .page-pricing .row .mob_img {
    display:block;
    margin-bottom:25px;
    text-align: center;
  }
  .page-premium .row .mob_img {
    display:block;
    margin-bottom:25px;
    text-align: center;
  }
  .page-about .row .mob_img img,
  .page-pricing .row .mob_img img,
  .page-premium .row .mob_img img{
    max-width: 100%;
    width:auto;
    height:auto;
  }
  .page-about .row.technology .cell-wrapper,
  .page-about .row.how-we-do-it .cell-wrapper,
  .page-about .row.consulting-services .cell-wrapper,
  .page-about .row.aoty-competition .cell-wrapper{
    width:auto;
    margin:0 10px;
  }
  .page-pricing .row.leads .cell-wrapper,
  .page-pricing .row.statistics .cell-wrapper,
  .page-pricing .row.badge .cell-wrapper,
  .page-pricing .row.advertising .cell-wrapper,
  .page-pricing .row.aotm .cell-wrapper,
  .page-pricing .row.featured .cell-wrapper,
  .page-pricing .row.cmp .cell-wrapper,
  .page-pricing .row.shortlist .cell-wrapper,
  .page-pricing .row.reviews .cell-wrapper,
  .page-pricing .row.submit-agency .cell-wrapper,
  .page-pricing .row.consulting-services .cell-wrapper,
  .page-pricing .row.chemistry .cell-wrapper,
  .page-pricing .row.showcase .cell-wrapper,
  .page-pricing .row.leadership .cell-wrapper,
  .section-premium.features .row.leads .cell-wrapper,
  .section-premium.features .row.statistics .cell-wrapper,
  .section-premium.features .row.badge .cell-wrapper,
  .section-premium.features .row.chemistry .cell-wrapper,
  .section-premium.features .row.showcase .cell-wrapper,
  .section-premium.features .row.leadership .cell-wrapper{
    width:auto;
    margin:0;
  }
  .page-about .row.technology .cell-content,
  .page-about .row.how-we-do-it .cell-content,
  .page-about .row.consulting-services .cell-content,
  .page-about .row.aoty-competition .cell-content,
  .page-pricing .row.leads .cell-content,
  .page-pricing .row.statistics .cell-content,
  .page-pricing .row.badge .cell-content,
  .page-pricing .row.advertising .cell-content,
  .page-pricing .row.aotm .cell-content,
  .page-pricing .row.featured .cell-content,
  .page-pricing .row.cmp .cell-content,
  .page-pricing .row.shortlist .cell-content,
  .page-pricing .row.reviews .cell-content,
  .page-pricing .row.submit-agency .cell-content,
  .page-pricing .row.consulting-services .cell-content,
  .page-pricing .row.chemistry .cell-content,
  .page-pricing .row.showcase .cell-content,
  .page-pricing .row.leadership .cell-content,
  .section-premium.features .row.leads .cell-content,
  .section-premium.features .row.statistics .cell-content,
  .section-premium.features .row.badge .cell-content,
  .section-premium.features .row.chemistry .cell-content,
  .section-premium.features .row.showcase .cell-content,
  .section-premium.features .row.leadership .cell-content{
    padding:0;
  }
  .page-about .row.benefits{
    padding: 0 10px;
  }
  .page-about .benefits ul{
    max-width: none;
  }
  .page-about .benefits .cell-sign-up span{
    display: block;
  }
  .page-about .benefits .cell-sign-up .btn-wrapper{
    margin:20px 0 0 0;
    display: block;
  }
  .page-about .benefits .cell-wrapper{
    margin-right:0;
    margin-left:0;
  }
  .cell-claim .button-wrapper {
    margin: 5px 0 5px 0;
  }
  .page-pricing .header{
    padding:20px 10px;
  }
  .page-pricing .header .cell-title{
    margin-bottom:15px;
  }
  .page-pricing .tab .section-content{
    padding:15px 10px;
  }
  .page-pricing .tab .title-wrapper{
    position: relative;
    top:0;
    left:0;
    width: auto;
    display:block;
    margin-bottom:20px;
  }
  .page-pricing .btn-wrapper,
  .page-pricing .btn-wrapper.mobile{
    display:block;
  }
  .page-pricing .tab-button{
    width:calc(50% - 27px);
    display:inline-block;
    margin:0 0 0 10px;
    padding: 10px;
  }
  .page-pricing .tab-button:first-of-type{
    margin-left:0;
  }
  .page-pricing .tab .table{
    display:none;
  }
  .page-pricing .tab .table.active{
    display:block;
    width:auto;
    margin-top:20px;
    margin-bottom:35px;
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
    border: 1px solid #F5F5F5;
    padding: 5px 10px;
  }
  .page-pricing .tab .table.adplacement,
  .page-pricing .tab .table.rcmp{
    display:inline-block;
  }
  .page-pricing .tab .table .row{
    padding:10px 0 10px 10px;
    height: auto;
  }
  .page-pricing .tab .table .row .col-1,
  .page-pricing .tab .table.premium .col-1{
    width: calc(100% - 60px);
  }
  .page-pricing .tab .table .row .col-2,
  .page-pricing .tab .table.premium .col-2{
    width:60px;
  }
  .page-pricing .tab .table .row.top{
    height: auto;
  }
  .page-pricing .tab .table .row.top .col-1{
    display:none;
  }
  .page-pricing .tab .table.adplacement .row,
  .page-pricing .tab .table.rcmp .row{
    padding: 10px 5px;
  }
  .page-pricing .tab .table.adplacement .row.top .col-1,
  .page-pricing .tab .table .row.top .col-2{
    display:block;
    width:auto;
  }
  .page-pricing .tab .table .row.top .type{
    margin-bottom:5px;
    font-size: 16px;
  }
  .page-pricing .tab .table.users .row.top .type,
  .page-pricing .tab .table.guests .row.top .type{
    margin: 10px 0;
  }
  .page-pricing .tab .table .row .col.mobile{
    display:inline-block;
  }
  .page-pricing .tab .table.premium .row{
    border-color:#F5F5F5;
  }
  .page-pricing .tab .table .row.top .info{
    margin-top:5px;
  }
  .main-col .glider-section .glider-testimonials .cell .img-wrapper{
    display:block;
    margin-right:0;
    margin-bottom: 20px;
  }
  .main-col .glider-section .glider-testimonials .cell .content-wrapper{
    display: block;
    width:auto;
  }
  .main-col .glider-section .glider-testimonials .cell .author{
    margin-top:20px;
  }
  .page-statistics .header-row{
    display:none;
  }
  .page-statistics .origin-row{
    padding:0 0 5px 0;
  }
  .page-statistics .origin-row:last-of-type{
    border:0;
  }
  .page-statistics .origins .subtitle{
    text-align: right;
    display: block;
    padding: 10px 0 0 0;
    font-size: 12px;
    color: #A0A0A0;
  }
  .page-statistics .origin-row .subtitle{
    padding-top:0;
  }
  .page-statistics .origin-row .country{
    width:calc(100% - 80px);
  }
  .page-statistics .origin-row .rate-indicator{
    width:calc(100% - 80px);
    margin: 10px 5px;
  }
  .page-statistics .origin-row .percent{
    width:60px;
  }

  .middle-col .cell-section.cell-chem-test{
    padding: 35px 15px;
  }
  .cell-chem-test .chem-test-page{
    display:block;
    position:relative;
    width: auto;
  }
  .cell-chem-test .chem-test-page .cell-content{
    display:block;
  }
  .cell-chem-test .test-page-comming-soon .cell-content{
    padding: 275px 0 10px 0;
  }
  .cell-chem-test .interval-1 .cell-content{
    padding: 260px 0 0 0;
  }
  .cell-chem-test .interval-2 .cell-content{
    padding: 263px 0 0 0;
  }
  .cell-chem-test .interval-3 .cell-content{
    padding: 263px 0 0 0;
  }
  .cell-chem-test .interval-4 .cell-content{
    padding: 260px 0 0 0;
  }
  .cell-chem-test .interval-5 .cell-content{
    padding: 249px 0 0 0;
  }
  .cell-chem-test .interval-6 .cell-content{
    padding: 244px 0 0 0;
  }
  .cell-chem-test .test-page-login .cell-content{
    padding: 226px 0 0 0;
  }
  .cell-chem-test .chem-test-page .button-wrapper {
    text-align: center;
    margin: 10px 0 0 0;
  }
  .cell-chem-test .page-login .button-wrapper {
    margin: 15px 0 5px 0;
  }
  .cell-chem-test .test-page-login .button-wrapper a.button{
    margin-bottom: 15px;
  }
  .cell-chem-test .test-page-1{
    padding: 65px 0 55px 0;
  }
  .cell-chem-test .test-page-1 textarea{
    margin-right: 0;
    margin-left: 0;
    width: calc(100% - 22px);
    padding: 10px;
    height: 98px;
  }
  .cell-chem-test .page-with-nav .cell-title{
    margin:0;
  }
  .cell-chem-test .chem-test-page .cell-image{
    display:block;
    position: absolute;
    top:0;
    left: 0;
    right:0;
    text-align:center;
    width: auto;
  }
  .cell-chem-test .chem-test-page .cell-image img{
    display: block;
    margin:auto;
  }
  .cell-chem-test .chem-test-page .cell-title{
    margin-bottom: 10px;
  }
  .cell-chem-test .test-page-start {
    margin: -15px 0 -20px 0;
  }
  .cell-chem-test .test-page-start .cell-title{
    top: auto;
    left: auto;
    width: auto;
    min-height: 90px;
    text-align: left;
    padding-left: 65px;
    margin: -35px -15px -5px -15px;
  }
  .cell-chem-test .test-page-start .cell-title span{
    width: auto;
    display: inline-block;
    text-align: center;
  }
  .cell-chem-test .test-page-start .cell-image{
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
  }
  .cell-chem-test .test-page-start .cell-content{
    display:block;
    text-align:center;
    width: auto;
    margin-top: 15px;
  }
  .cell-chem-test .test-page-start a{
    margin-bottom:5px;
  }
  .cell-chem-test .test-page-start .about-test .footer{
    background-size: 100% 100%;
  }
  .cell-chem-test .timeline {
    background: url('../png/logo.png') top center no-repeat transparent;
    min-width: 263px;
    height: 14px;
  }
  .cell-chem-test .timeline .step-2 {
    background: url('../png/logo.png') left top no-repeat transparent;
  }
  .cell-chem-test .timeline .step-3 {
    background: url('../png/logo.png') left top no-repeat transparent;
  }
  .cell-chem-test .timeline .step-4 {
    background: url('../png/logo.png') left top no-repeat transparent;
  }
  .cell-chem-test .timeline .step-5 {
    background: url('../png/logo.png') left top no-repeat transparent;
  }
  .cell-chem-test .timeline .step-6 {
    background: url('../png/logo.png') left top no-repeat transparent;
  }
  .page-statistics .chem-test-row .user-profile {
    display:none;
  }
  .page-statistics .chem-test-row .user-profile.mobile {
    display:block;
  }
  .page-statistics .first-row {
    width:100%;
    background-color: #4b2bad;
    font-size:14px;
  }
  .page-statistics .first-row td,
  .page-statistics .second-row td{
    vertical-align:middle;
  }
  .page-statistics .first-row td:nth-child(1){
    width:60px;
  }
  .page-statistics .first-row td:nth-child(1) img{
    width:60px;
    height:60px;
    display: block;
    margin:0;
  }
  .page-statistics .first-row .user-name{
    font-size:16px;
    font-weight: bold;
    color:#FFF;
    padding-left:10px;
  }
  .page-statistics .first-row .position{
    padding-left:10px;
    color:#FFF;
  }
  .page-statistics .first-row .score-cell{
    width: 80px;
    height: auto;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    display: table-cell;
    vertical-align: middle;
    background: inherit;
  }
  .page-statistics .second-row {
    width:100%;
    font-size:12px;
  }
  .page-statistics .second-row .date-col{
    width: 50px;
    text-align: center;
    padding: 5px;
    font-size:10px;
  }
  .page-statistics .second-row .company-col .company{
    background: url('../png/logo.png') left center no-repeat transparent;
    padding-left: 25px;
    min-height: 15px;
    margin: 10px 5px 5px 10px;
  }
  .page-statistics .second-row .email-col .email{
    background: url('../png/logo.png') left center no-repeat transparent;
    padding-left: 25px;
    min-height: 15px;
    margin: 10px 5px 5px 5px;
  }
  .page-statistics .chem-test-row .description,
  .page-user .chem-test-row .description{
    font-size: 14px;
    padding: 5px 10px 10px 10px;
  }
  .page-statistics .chem-test-row .description .show-details,
  .page-user .chem-test-row .description .show-details{
    margin-top:10px;
  }
  .page-statistics .chem-test-answers .hide-details,
  .page-user .chem-test-answers .hide-details{
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 20px;
    display: block;
  }
  .page-statistics .chem-test-answers .col-answers,
  .page-statistics .chem-test-answers .col-result,
  .page-user .chem-test-answers .col-answers,
  .page-user .chem-test-answers .col-result{
    display:block;
    width:auto;
    padding:0;
  }
  .page-statistics .chem-test-answers .selection-radio-table .radio-button span.radio-min,
  .page-statistics .chem-test-answers .selection-radio-table .radio-button span.radio-max,
  .page-user .chem-test-answers .selection-radio-table .radio-button span.radio-min,
  .page-user .chem-test-answers .selection-radio-table .radio-button span.radio-max{
    width:auto;
  }
  .page-statistics .chem-test-answers,
  .page-user .chem-test-answers{
    padding:10px;
  }
  .page-statistics .chem-test-answers .col-result .advices,
  .page-user .chem-test-answers .col-result .advices{
    padding: 30px 15px 25px 15px;
  }
  .page-statistics .chem-test-answers .col-result .advices .button,
  .page-user .chem-test-answers .col-result .advices .button{
    display: block;
    text-align: center;
  }
  .page-user .agency-item .agency-info .agency-row .description{
    padding:10px;
  }
  .cell-chem-test .test-page-login .cell-content,
  .cell-chem-test .test-page-comming-soon .cell-content,
  .cell-chem-test .test-page-match .cell-content {
    width:auto;
  }
  #toast-wrapper{
    top:10px;
    right:10px;
  }
  .blog-post-title{
    width:auto;
  }
  .aoty{
    width: calc(100% - 24px);
    padding: 20px 12px 12px 12px;
  }
  .aoty .logo{
    background-image: url('../png/logo.png');
    height:36px;
  }
  .aoty .results{
    margin-top:10px;
  }
  .aoty .results .agency{
    font-size:12px;
    padding: 0 20px 0 5px;
  }
  .aoty .row.header .title.agency{
    padding-right:20px;
  }
  .aoty .results .col-mid .pyramid{
    width: 100px;
    background-size: contain;
  }
  .aoty .row .col-left{
    width:49%;
  }
  .aoty .row .col-mid{
    width: 2%;
  }
  .aoty .row .col-right{
    width: 43%;
    padding: 0 3%;
  }
  .aoty .row .col-right .award{
    width: 50%;
    padding-left: 20%;
  }
  .aoty .row .col-right .score{
    width:30%;
  }
  .aoty .results .col-right .score{
    font-size:12px;
  }
  .aoty .results .col-right .label{
    width:100%;
    height:9px;
  }
  .aoty .results .gold .col-right .label{
    background-image: url('../png/logo.png');
  }
  .aoty .results .silver .col-right .label{
    background-image: url('../png/logo.png');
  }
  .aoty .results .bronze .col-right .label{
    background-image: url('../png/logo.png');
  }
  .page-agency .input-counter{
    display:block;
    width:auto;
  }
  /* PAGE HOME 2020 START */
  .page-home-2020 .seg-top h1{
    font-size:40px;
  }
  .page-home-2020 .segment h3{
    font-size:25px;
    line-height:30px;
  }
  .page-home-2020 .seg-top .images-wrapper{
    margin: 60px 0 60px 0;
  }
  .page-home-2020 .seg-top .text+.images-wrapper{
    margin-top:-85px;
  }
  .page-home-2020 .slick-slide .images-wrapper.aoty2022{
    margin-top: -144px;
    /*
    height: auto;
    margin-top: -285px;
    padding-top: 345px;
    background-position: center bottom;
    */
  }
  .page-home-2020 .slick-slide .images-wrapper.aoty2022 > img{
    display:none;
  }
  .page-home-2020 .slick-slide .images-wrapper.aoty2022 .mob-ver{
    display:block;
  }
  .page-home-2020 .slick-slide .images-wrapper.aoty2022 .mob-ver img{
    max-width: 100%;
    padding: 0 20px;
    height: 250px;
    margin-top: 135px;
  }
  .page-home-2020 .seg-top .cell-agencies,
  .page-home-2020 .seg-top .cell-clients{
    background-size: 100% 100%;
    background-position-y: top;
    height: 100%;
    /*width: 35%;
    margin-top: 15%;
    */
    width: 35%;
    margin-top: 30%;
  }
  .page-home-2020 .seg-top .cell-agencies{
    background-position:left center;
  }
  .page-home-2020 .seg-top .cell-clients{
    background-position:right center;
  }
  .page-home-2020 .seg-services .box{
    max-width: calc(50% - 27px);
    margin: 0 9px 50px 9px;
  }
  .page-home-2020 .seg-services .box .img-wrapper{
    height: 80px;
  }
  .page-home-2020 .seg-services .box .img-wrapper img{
    margin-top: -50px;
    height: 100px;
  }
  .page-home-2020 .seg-services .box .label{
    font-size: 14px;
    margin: 5px;
    line-height: 16px;
  }
  .page-home-2020 .seg-statistics .cell{
    display: block;
    width: auto;
    margin: 0;
    padding: 25px 0;
  }
  .page-home-2020 .seg-statistics .cell:last-of-type{
    padding-bottom:40px;
  }
  .page-home-2020 .seg-registration .box{
    padding: 100px 10px 60px 10px;
    display: block;
    width: auto;
  }
  .page-home-2020 .seg-registration .box .content{
    max-width: 100%;
    margin: auto;
    height: 280px;
  }
  .page-home-2020 .seg-registration .box.agency .bckg{
    left:-160px;
  }
  .page-home-2020 .seg-registration .box.client .bckg{
    right:-200px;
  }
  .page-home-2020 .seg-needs{
    display:none;
  }
  .page-home-2020 .seg-comments{
    padding: 70px 0;
    min-height: 370px;
  }
  .page-home-2020 .seg-comments h3{
    padding-right:0;
  }
  .page-home-2020 .seg-comments h3 img{
    height: 30px;
  }
  .page-home-2020 .seg-comments .glider-section{
    margin: 20px 9px 0 9px;
    height: auto;
  }
  .page-home-2020 .slick-slide .images-wrapper.aoty2021{
    margin-top:-35px;
    /*height:240px;*/
    height: 340px;
    padding-bottom: 100px;
  }
  /* PAGE HOME 2020 END */
  footer .row .col{
    width:calc(50% - 20px);
    margin:0 10px 20px 10px;
  }
  .appsumo-tag{
    display: block;
    margin-left: 30px;
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 525px){
  .page-statistics .rate-row .rate-indicator .rate-selected {
    background-image: url('../png/logo.png');
  }
}
@media only screen and (max-width: 480px){
  .page-agency .score-calculation .rate-row .rate-indicator .rate-selected {
    background-image: url(../png/logo.png);
  }
  .page-about .statistics .cell{
    display:block;
    width:210px;
    height: 128px;
    margin:30px auto 0 auto;
  }
  .page-about .statistics .cell:first-of-type{
    margin-top: 0;
  }
  .page-about .benefits .cell-img{
    display: block;
    margin: 30px auto 0 auto;
  }
  .page-about .benefits .cell-img:first-of-type{
    margin-top: 0;
  }
  .page-pricing .tab .table .row .col .label{
    margin-left:0;
    margin-top:10px;
    margin-right:30px;
  }
  .cell-chem-test .button-wrapper.nav-buttons {
    position: relative;
  }
  .cell-chem-test .timeline{
    min-width:auto;
    width: 263px;
    padding:0 0 72px 0;
    margin:0;
  }
  .cell-chem-test .button-wrapper.nav-buttons .btn-back{
    position: absolute;
    top: 50px;
    left: 0;
    display:block;
    z-index: 1;
  }
  .cell-chem-test .button-wrapper.nav-buttons .btn-next{
    position: absolute;
    top: 50px;
    right: 0;
    display:block;
    z-index: 1;
  }
  .input-with-img .msg-error{
    background-position: 0 top;
    width: calc(100% - 36px);
    margin-left: 10px;
    padding-left: 17px;
  }
  /* PAGE HOME 2020 START */
  .page-home-2020 .seg-top h1{
    font-size: 32px;
  }
  .page-home-2020 .segment h3{
    font-size:25px;
    line-height:30px;
  }
  .page-home-2020 .seg-top h3 span{
    display:block;
  }
  .page-home-2020 .segment .text{
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 25px;
  }
  .page-home-2020 .seg-services{
    padding-bottom:0;
    padding-top: 25px;
  }
  .page-home-2020 .seg-registration .box .title,
  .page-home-2020 .seg-registration .subtitle{
    font-size: 14px;
    line-height: 16px;
  }
  .page-home-2020 .seg-elite{
    padding-top:50px;
  }
  .page-home-2020 .seg-elite .box{
    width: auto;
    display: block;
    margin: 70px 9px 100px 9px;
  }
  .page-home-2020 .seg-elite .box:last-of-type{
    margin-bottom:40px;
  }
  .page-home-2020 .seg-elite .box .label{
    font-size: 14px;
    line-height: 16px;
  }
  .page-home-2020 .seg-ranking{
    background: #F8F8F8;
    padding-bottom: 48px;
  }
  .page-home-2020 .seg-ranking .segment-part-top{
    padding-top:0;
    padding-bottom:0;
    background: #F8F8F8;
  }
  .page-home-2020 .seg-ranking .segment-part-bottom{
    background: #F8F8F8;
    min-height: auto;
  }
  .page-home-2020 .seg-ranking .buttons-wrapper a{
    margin: 0 4px;
    width: calc(50% - 34px);
    padding: 10px;
  }
  .page-home-2020 .seg-brands .glider:nth-child(2n+1){
    margin-left:-80px;
  }
  .page-home-2020 .seg-brands .glider .cell{
    width:160px;
    height:50px;
  }
  .page-home-2020 .seg-brands .glider .cell img{
    max-height:50px;
  }
  .page-home-2020 .seg-benefits .container{
    margin-top:20px;
  }
  .page-home-2020 .seg-benefits .buttons-wrapper .button{
    margin: 0 4px;
    width: calc(50% - 34px);
    padding: 10px;
  }
  .page-home-2020 .seg-benefits .box-wrapper{
    max-width: 100%;
  }
  .page-home-2020 .seg-benefits .box{
    padding:100px 9px 0px 9px;
    width: calc(100% - 18px);
  }
  .page-home-2020 .seg-benefits .box .title{
    font-size: 14px;
    line-height: 16px;
  }
  .page-home-2020 .seg-benefits .box .content{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .page-home-2020 .seg-benefits .box .text{
    display:none;
  }
  .page-home-2020 .seg-benefits .agencies .bckg-left,
  .page-home-2020 .seg-benefits .marketers .bckg-right{
    top:40px;
  }
  .page-home-2020 .seg-benefits .agencies .bckg-right,
  .page-home-2020 .seg-benefits .marketers .bckg-left{
    display:none;
  }
  .page-home-2020 .seg-benefits{
    padding-bottom:50px;
  }
  .page-home-2020 .seg-blog{
    padding-top:25px;
    padding-bottom:50px;
  }
  .page-home-2020 .seg-blog .text{
    padding-bottom:0;
  }
  .page-home-2020 .seg-featured{
    padding:30px 0;
  }
  .page-home-2020 .seg-featured .container .img{
    margin:0 20px;
  }
  .page-home-2020 .seg-register{
    padding:40px 9px;
    background-position: 44% -76%;
  }
  .page-home-2020 .seg-register h3{
    font-size:20px;
    line-height:23px;
  }
  .page-home-2020 .seg-register .buttons-wrapper{
    margin:10px 0 0 0;
    text-align: right;
    display: block;
  }
  .page-home-2020 .seg-register .buttons-wrapper a.button{
    width: auto;
    padding: 5px 10px;
  }
  /*
  .page-home-2020 .seg-comments .glider-section .glider-testimonials .cell .testimony{
    max-height: 75px;
    overflow: hidden;
  }
  */
  .page-home-2020 .seg-featured .glider .cell{
    width:160px;
  }
  .page-home-2020 .seg-registration{
    padding-top:50px;
  }
  .page-home-2020 .seg-registration .box{
    padding-bottom:40px;
  }
  .page-home-2020 .seg-top .cell-agencies,
  .page-home-2020 .seg-top .cell-clients{
    margin-top: 43%;
  }
  .page-home-2020 .slick-slide .images-wrapper.aoty2021{
    margin-top:-70px;
    height: 240px;
    padding-bottom: 50px;
  }
  /* PAGE HOME 2020 END */
  footer .menu-title{
    width: 20px;
    margin-right: 5px;
  }
  footer .menu-items{
    max-width: calc(100% - 25px);
    font-size:12px;
    line-height:1.5;
  }
  footer .menu-items a{
    display:block;
    padding-bottom:10px;
  }
}
@media only screen and (max-width: 350px){
  .section-register .with-checklist {
    font-size: 13px;
  }
  .page-statistics .rate-row .rate-indicator .rate-selected {
    background-image: url('../png/logo.png');
  }
  .page-statistics .origin-row.rate-row .rate-indicator .rate-selected {
    background-image: url('../png/logo.png');
  }
  .g-recaptcha{
    -webkit-transform-origin-x: left;
    text-align: left;
  }
}

/* SAFARI SPECIFIC HACKS */
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */
  textarea::placeholder,
  textarea::-webkit-input-placeholder {
    text-indent: 0;
  }
}
