html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  background: white;
  line-height: 1;
  color: black;
}
ol, ul {
  list-style: none;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/**********************************
*FONTS
*********************************/
/* font-family: "GothamProRegular"; */
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro.eot");
  src: url("../fonts/GothamPro/GothamPro.eot?#iefix")format("embedded-opentype"), url("../fonts/GothamPro/GothamPro.woff") format("woff"), url("../fonts/GothamPro/GothamPro.ttf") format("truetype"),url("../fonts/GothamPro/GothamPro.svg");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "GothamProMedium"; */
@font-face {
  font-family: "GothamProMed";
  src: url("../fonts/GothamProMedium/GothamPro-Medium.eot");
  src: url("../fonts/GothamProMedium/GothamPro-Medium.eot?#iefix")format("embedded-opentype"), url("../fonts/GothamProMedium/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro/GothamProMedium.ttf") format("truetype"),url("../fonts/GothamProMedium/GothamPro-Medium.svg");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "GothamProLight"; */
@font-face {
  font-family: "GothamProLight";
  src: url("../fonts/GothamProLight/GothamPro-Light.eot");
  src: url("../fonts/GothamProLight/GothamPro-Light.eot?#iefix")format("embedded-opentype"), url("../fonts/GothamProLight/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro/GothamProLight.ttf") format("truetype"),url("../fonts/GothamProLight/GothamPro-Light.svg");
  font-style: normal;
  font-weight: normal;
}
/******************************
*Aditional parameters
*********************************/
* {
  font-family: "GothamPro", sans-serif;
}
a {
  color: inherit;
}
strong {
  font-weight: bold;
}
.main-title {
  color: #838383;
  font-size: 26px;
    text-transform: uppercase;
    line-height: 1.385;
    text-align: center;
}
.main-title span {
  color: #0d6aa0;
}
.container-fluid {
  padding: 0;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background: #F9F9F9;
}
.table-striped>tbody>tr:nth-of-type(even) {
  background: #FFF;
}
.center-vertical-span {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
a:hover, a:focus {
  text-decoration: none;
  color: initial;
}
@media screen and (max-width:1260px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (min-width:1200px) and (max-width:1260px) {
  .container {
    padding: 0 45px;
  }
}
/**********
UI
*********/
.button-blue {
  font-family: "GothamProMed", sans-serif;
  font-size: 14px;
  display: block;
  color: #063565;
  background: #FFF;
  border: 2px solid #063565;
  height: 40px;
  text-align: center;
  position: relative;
  line-height: 36px;
}
.button-blue:hover {
  background: #063565;
  color: #fff;
}
.button-blue--with-arrow:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  border: 5px solid transparent;
  border-left: 5px solid #063565;
  margin-left: 20px;
}
.button-blue--with-arrow:hover:after {
  border-left: 5px solid #fff;
}
.button-blue-inversed {
  font-family: "GothamProMed", sans-serif;
  font-size: 14px;
  display: block;
  color: #fff;
  background: #063565;
  border: 2px solid #063565;
  height: 40px;
  text-align: center;
  position: relative;
  line-height: 36px;
}
.button-blue-inversed:hover {
  background: #0D6AA0;
  border: 2px solid #0D6AA0;
  color: #fff;
}
.button-blue-inversed--download:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 21px;
  background: url(../img/download-white-icon.png) no-repeat;
  margin-right: 10px;
}
.button-green-big {
  font-family: "GothamProMed", sans-serif;
  font-size: 16px;
  display: block;
  width: 230px;
  color: #fff;
  background: #09ae43;
  border: 2px solid #09ae43;
  height: 50px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
.button-green-big:hover {
  background: #20ca5c;
  border: 2px solid #20ca5c;
}
.button-green-big--buy:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  background: url(../img/cart-icon.png) no-repeat;
  width: 26px;
  height: 20px;
}
.button-green-big--google-play:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  background: url(../img/google-play-white.png) no-repeat;
  width: 24px;
  height: 29px;
}
.button-green-big--google-play div {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6;
  text-transform: none;
  text-align: left;
}
.button-green-big--google-play span {
  font-family: "GothamProMed", sans-serif;
  font-size: 12px;
  color: #FFF;
  display: block;
}
.button-green-big--google-play p {
  font-family: "GothamProMed", sans-serif;
  font-size: 15px;
  color: #FFF;
}
.button-transparent {
  font-size: 16px;
  display: block;
  color: #fff;
  width: 230px;
  background: transparent;
  border: 2px solid #fff;
  height: 50px;
  width: 230px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
.button-transparent:hover {
  border: 2px solid #fff;
  color: #063565;
  background: #FFF;
}
.button-transparent--download:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 21px;
  background: url(../img/download-white-icon.png) no-repeat;
  margin-right: 15px;
}
.button-transparent--download:hover:before {
  background: url(../img/download-blue-icon.png) no-repeat;
}
.button-transparent--test:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 23px;
  background: url(../img/test_white.png) no-repeat;
  margin-right: 15px;
}
.button-transparent--test:hover:before {
  background: url(../img/test_blue.png) no-repeat;
}
/**********************************
*Form Validation styles
***********************************/
.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
}
.error-field {
  position: relative;
}
.error-field input[type="text"], .error-field input[type="email"], .error-field input[type="number"]{
  border-bottom: 2px solid #3EA6D1 !important;
}
.error-field:after, .error-field:after, .error-field:after {
  content: url(../img/input-error.png);
  position: absolute;
  right: 0;
  bottom: 4px;
}
.error-field textarea {
  border: 2px solid #3EA6D1 !important;
}
.success-field {
   position: relative;
}
.success-field input[type="text"], .success-field input[type="email"], .success-field input[type="number"] {
  border-bottom: 2px solid #146ea3 !important;
}
.success-field:after, .success-field:after, .success-field:after {
  content: url(../img/input-success.png);
  position: absolute;
  right: 0;
  bottom: 4px;
}
.success-field textarea {
  border: 2px solid #146ea3 !important;
}
/**************************************
*
*
*
*
* Header
*
*
*
*
*******************************************/
header.navbar {
  padding: 0;
  height: auto;
  min-height: 1px;
  border: none;
  margin-bottom: 0;
}
header .navbar-collapse.collapse {
  height: 55px !important;
  width: 92%;
  float: right;
}
.navbar-nav>li>a,.navbar-default .navbar-nav>li>a {
  font-size: 14px;
  color: #353a3d;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}
.navbar-header {
  height: 55px;
  width: 8%;
}
.navbar-btn {
  margin-top: 10px;
  margin-bottom: 0;
}
.header__oem {
  background: #353A3D;
  height: 40px;
  line-height: 40px;
}
.header__oem img {
  vertical-align: sub;
  margin-right: 10px;
}
.header__oem span {
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
  line-height: 1.2;
}
.header__oem .col-xs-12 {
  max-height: 40px;
}
.header__oem .header__oem--more {
  color: #999;
  font-size: 14px;
  display: inline-block;
}
.header__oem .header__oem--more:after {
  content: " ";
  width: 10px;
  height: 9px;
  background: url(../img/header-arrow.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.navbar-nav .languages, .navbar-nav .support-button {
  float: right;
}
.navbar-nav .support-button {
  position: relative;
}
.navbar-nav .support-button a:before {
    content: "";
    background-color: white;
    width: 20px;
    height: 21px;
    background: url(../img/header-support.png) no-repeat;
    top: 17px;
    left: -26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.navbar-nav>.support-button>a, .navbar-default .navbar-nav>.support-button>a {
  padding-bottom: 15.5px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a ,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-default .languages .dropdown-menu{
 left: auto;
right: 0;
}
@media (min-width: 768px){
  .navbar-nav {
      float: left;
      margin: 0 25px;
      width: 100%;
  }
}
@media (max-width: 767px){
  header .navbar-collapse.collapse {
    height: auto !important;
    float: none;
  }
  .header__oem {
    line-height: 25px;
  }
  .header__oem img {
    display: none;
  }
  .navbar-header {
    width: 100%;
  }
  .navbar-toggle {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .navbar-nav {
    margin: 0 -15px;
  }
  .navbar-nav>li>a, .navbar-default .navbar-nav>li>a {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .navbar-nav .support-button:before {
    top: 7px;
    left: -15px;
  }
  .navbar-nav .languages, .navbar-nav .support-button {
    float: none;
  }
  header .navbar-collapse.collapse {
    width: 100%;
  }
  .navbar-nav>.support-button>a, .navbar-default .navbar-nav>.support-button>a {
    padding-bottom: 7.5px;
  }
  .header__oem {
    height: auto;
  }
  .header__oem .col-xs-12 {
    max-height: none;
  }
  .header__oem span {
    line-height: 1.5;
  }
}
/**************************************
*
*
*
*
* Header end
*
*
*
*
*******************************************/
/**************************************
*
*
*
*
* Footer
*
*
*
*
*******************************************/
footer {
  background: #353a3d;
}
footer.footer {
  padding: 27px 0;
}
footer .copyright hr, footer .contact-info hr {
  margin-top: 15px;
  border-top: 1px solid #727578;
  width: 148px;
  margin-left: 0;
  margin-bottom: 17px;
}
footer li a:hover {
  text-decoration: none;
  color: #76F0FF;
}
footer li a, footer li {
  font-family: 'GothamProMed', sans-serif;
  color: #FFF;
  font-size: 15px;
  line-height: 28px;
  text-decoration: none;
}
footer .copyright p {
  font-size: 11px;
  color: #FFF;
  font-family: 'GothamProLight', sans-serif;
  line-height: 13px;
  letter-spacing: 0px;
}
footer .copyright p a {
  text-decoration: underline;
  color: #FFF;
}
footer h5 {
  font-family: "GothamProMed", sans-serif;
  font-size: 15px;
  color: #3ea6d1;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 12px;
}
footer .contact-info {
  padding-left: 50px;
}
footer .contact-info hr {
  margin-top: 6px;
  margin-bottom: 11px;
}
footer .contact-info li {
  position: relative;
}
footer .contact-info li:last-child {
  font-size: 13px;
  font-family: 'GothamProLight', sans-serif;
  color: #FFF;
  line-height: 16px;
}
footer .contact-info li:last-child:before {
  content: " ";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/foot-map.png) no-repeat;
  left: -35px;
}
footer .contact-info li:nth-child(2):before {
  content: " ";
  display: block;
  position: absolute;
  width: 22px;
  height: 15px;
  background: url(../img/foot-mail.png) no-repeat;
  left: -38px;
  top: 5px;
}
footer .contact-info li:first-child:before {
  content: " ";
  display: block;
  position: absolute;
  width: 21px;
  height: 19px;
  background: url(../img/foot-phone.png) no-repeat;
  left: -38px;
}
@media screen and (max-width:992px) {
  footer .contact-info {
   /* padding-left: 15px; */
  }
  footer .container-own > div {
    height: 160px;
  }
  footer li:before {
    display: none;
  }
  footer .contact-info {
    padding-left: 30px;
  }
}
@media screen and (max-width:767px) {
  footer div {
    text-align: center;
  }
  footer .copyright hr, footer .contact-info hr {
    margin-left: auto;
    margin-right: auto;
  }
  footer .container-own > div {
    height: auto;
  }
  footer .contact-info li {
    width: 145px;
    margin: 0 auto;
  }
  .footer .col-sm-3.col-xs-12 {
    height: auto;
    margin-bottom: 15px;
    width: 100%;
  }
} 
/**************************************
*
*
*
*
* Footer end
*
*
*
*
*******************************************/
/**************************************
*
*
*
*
* Home Page
*
*
*
**************************************/
/*********************************
*
*Slideshow
*
************************************/
.view-slideshow {
  position: relative;
}
.views-slideshow-cycle-main-frame {
  width: 100% !important;
  position: relative;
  /*height: auto !important;*/
}
.views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto !important;
}
.views-slideshow-cycle-main-frame-row img {
  max-width: 100% !important;
  margin: 0 auto !important;
  display: block !important;
  z-index: 1;
  position: relative !important;
}
.color-swatch {
  width: 100% !important;
  position: absolute !important;
  height: 100% !important;
}
.views-content-counter {
  width: 19px;
  height: 19px;
  text-indent: -99999px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #72d9e4;
  float: left;
  margin-right: 35px;
  cursor: pointer;
  background: transparent;
  transition: 0.5s ease;
  box-shadow: 0 0 0 0 #72d9e4 inset;
}
.active .views-content-counter {
  box-shadow: 20px 0 0 0 #72d9e4 inset;
}
.views-slideshow-controls-bottom {
  position: absolute !important;
  width: 185px;
  bottom: 15px;
  z-index: 5;
  left: 0;
  right: 0;
  margin: 0 auto;
} 
.views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item:last-child .views-content-counter {
  margin-right: 0;
}
.front-slide {
  position: relative !important;
  height: 399px;
}
.views-slideshow-cycle-main-frame .mobile_slide {
  display: none;
}

.views-field-counter > div{
  color: transparent;
}


.views-field-counter > div a{
 color: transparent;
 border: 2px solid #3FA6D1;
 display: inline-block;
 border-radius: 50%;
 height: 17px;
 width: 17px;
 position: relative;
 -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.views-field-counter > div a:before{
    content: ' ';
    position: absolute;
    background-color: #3FA6D1;
    width: 0;
    height: 100%;
    left: 0;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
       transition: all .3s linear;
}

.views-slideshow-pager-fields .active {
  text-decoration: none;
}

.views-slideshow-pager-fields .active a {
  background-color: #3FA6D1;
  -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.views-slideshow-pager-fields .active a:before{
      width: 100%;
      -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.views-slideshow-controls-bottom .views-slideshow-pager-fields > div {
    padding: 0;
}

@media screen and (max-width:992px) {
  .views-slideshow-cycle-main-frame {
    height: 315px !important;
  }
}
@media screen and (max-width:767px) {
  .views-slideshow-cycle-main-frame .mobile_slide {
    display: block;
  }
  .views-slideshow-cycle-main-frame .desktop_slide {
    display: none;
  }
  .views-slideshow-cycle-main-frame {
    height: 600px !important;
  }
  .views-slideshow-controls-bottom {
    bottom: 55px;
  } 
}
@media screen and (max-width:530px) {
  .views-slideshow-cycle-main-frame {
    height: 530px !important;
  }
}
@media screen and (max-width:485px) {
  .views-slideshow-cycle-main-frame {
    height: 490px !important;
  }
} 
@media screen and (max-width:440px) {
  .views-slideshow-cycle-main-frame {
    height: 440px !important;
  }
} 
@media screen and (max-width:400px) {
  .views-slideshow-cycle-main-frame {
    height: 400px !important;
  }
}
@media screen and (max-width:370px) {
  .views-slideshow-cycle-main-frame {
    height: 370px !important;
  }
}
@media screen and (max-width:340px) {
  .views-slideshow-cycle-main-frame {
    height: 340px !important;
  }
}
/*********************************
*
*Slideshow end
*
************************************/
/***********************************
*
*Products
*
**************************************/
.products-main-container {
  /*height: 800px;*/
  padding-top: 25px;
}
.products-main {
  height: 470px;
}
.products-main__big-title {
  color: #838383;
  font-size: 26px;
  margin-bottom: 35px;
  text-transform: uppercase;
  text-align: center;
}
.products-main__down-btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  cursor: pointer;
}
.products-main__wrapper {
  border: 1px solid #D7D7D7;
  padding: 15px 7.5% 0;
  height: 420px;
  background: #FFF;
  position: relative;
}
.products-main__column:hover .products-main__wrapper{
  height: 450px;
  padding: 30px 10.5% 0;
  top: -15px;
  border: 1px solid #3ea6d1;
}
.products-main__column:hover {
  padding: 0;
}
.products-main__new {
  position: absolute;
  top: 0;
  right: 0;
}
.products-main__category {
  font-family: "GothamProLight", sans-serif;
  font-size: 15px;
  color: #838383;
  text-align: left;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.products-main__column:hover .products-main__category {
  margin-bottom: 30px;
}
.products-main__category--windows:before {
  content: " ";
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/products-main-page/Windows.png) no-repeat;
  margin-right: 15px;
}
.products-main__category--android:before {
  content: " ";
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/products-main-page/Android.png) no-repeat;
  margin-right: 15px;
}
.products-main__screen {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 160px;
  height: 148px;
  margin-bottom: 15px;
}
.products-main__column:hover .products-main__screen {
  display: none;
}
.products-main__title {
  color: #063565;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.products-main__column:hover .products-main__title {
  color: #3fa6d1;
  margin-bottom: 25px;
}
.products-main__description {
  font-family: "GothamPro", sans-serif;
  font-size: 14px;
  color: #838383;
  line-height: 1.2;
  height: 50px;
}
.products-main__column:hover .products-main__description {
  margin-bottom: 20px;
}
.products-main__advantages li {
  font-family: "GothamPro", sans-serif;
  font-size: 14px;
  color: #838383;
  line-height: 25px;
}
.products-main__advantages li:before {
  content: " ";
  width: 14px;
  height: 10px;
  background: url(../img/li-image.png) no-repeat;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.products-main__price {
  font-family: "GothamProMed", sans-serif;
  font-size: 14px;
  color: #063565;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom:75px;
}
.products-main__column:hover .products-main__price {
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #3fa6d1;
}
.products-main__price--number {
  font-weight: bold;
  font-size: 26px;
}
.products-main__button {
  width: 190px;
  margin: 0 auto;
  text-transform: uppercase;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
}
.products-main__column:hover .products-main__button {
  bottom:50px
}
.products-main__details {
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: underline;
  font-size: 12px;
  color: #838383;
  display: none;
}
.products-main__column:hover .products-main__details {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
.products-main__advantages {
  margin-bottom: 30px;
  display: none;
} 
.products-main__column:hover .products-main__advantages,
.products-main__column:hover .products-main__details{
  display: block;
}
.products-main__column:hover  .products-main__details {
  display: none;
}
.products-main__column:hover .products-main__details {
  display: block;
} 
@media screen and (max-width:1200px) {
  .products-main__advantages li {
    font-size: 12px;
  }
  .products-main__price {
    bottom: 65px;
  }
}
@media screen and (max-width:992px) {
  .products-main__new {
    max-height: 70px;
  }
  .products-main__description {
    font-size: 12px;
  }
  .products-main__title {
    font-size: 17px;
  }
  .products-main {
    height: auto;
    padding-bottom: 30px;
  }
  .products-main__column {
    margin-bottom: 30px;
  }
  .products-main__column:last-child {
    margin-left: 25%;
  }
}
@media screen and (max-width:767px) {
  .products-main__wrapper {
    height: auto;
    padding-bottom: 15px;
  }
  .products-main__column {
    top:0 !important;
  }
  .products-main__column:hover .products-main__wrapper {
    height: auto;
    top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .products-main__category {
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
  }
  .products-main__description {
    text-align: center;
    margin-bottom: 15px;
    height: auto;
  }
  .products-main__price {
    position: static;
  }
  .products-main__button {
    position: static;
  }
  .products-main__details {
    position: static;
  }
  .products-main__advantages {
    display: block;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .products-main__column:last-child {
    margin-left: 0;
  }
  .products-main__column {
    height: auto !important;
    margin-bottom: 10px;
  }
  .products-main__column:hover .products-main__button {
    position: static;
    margin-bottom: 15px;
  }
  .products-main__big-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .products-main__column:hover .products-main__screen {
    display: block;
  }
  .products-main__column:hover .products-main__details,
  .products-main__column:hover .products-main__price {
    position: static;
  }
  .products-main__column:hover .products-main__price {
    margin-bottom: 20px;
  }
  .products-main__column:hover .products-main__title {
    margin-bottom: 10px;
  }
  .products-main__column:hover .products-main__category {
    margin-bottom: 15px;
  }
}
/***********************************
*
*Products end
*
**************************************/
/***************************************
*
*Android
*
*****************************************/
.android_hp:after {
  content: " ";
  display: block;
  width: 0;
  clear: both;
}
.android_hp {
  border: 1px solid #d7d7d7;
  padding-top: 11px;
  background: #fff;
  padding-left: 14px;
  display: inline-flex;
  width: 100%;
  margin: 40px auto;
  padding-bottom: 11px;
  background: url(../img/android/android_back.png) no-repeat #fff;
  background-position: 77% bottom;
  position: relative;
}
.and_left, .and_right, .and_left img {
  float: left;
}
.and_left {
  width: 340px;
  margin-right: 9%;
}
.and_left img {
  margin-right: 27px;
  max-width: 86px;
}
.and_left span {
  text-transform: uppercase;
  font-weight: lighter;
  color: #15587A;
  position: relative;
  font-size: 19px;
  font-family: GothamProLight;
  top: 13px;
}
.and_left p {
  font-size: 19px;
  font-family: GothamProMed;
  color: #13487e;
  margin-top: 33px;
}
.google_play {
  float: right;
  border: 2px solid #007b6d;
  color: #063565;
  font-size: 15px;
  vertical-align: super;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 9px;
  position: relative;
  right: -15px;
}
.google_play:before {
  content: " ";
  display: inline-block;
  width: 19px;
  height: 21px;
  background: url(../img/android/google_play_green.png) no-repeat;
  vertical-align: sub;
}
.google_play:hover {
  background: #063565;
}
.google_play:hover {
  color: #FFF;
}
.google_play:hover:before {
  background: url(../img/android/google_play_white.png) no-repeat;
}
.google_play img {
  margin-right: 5px;
  margin-top: 7px;
  display: none;
}
.google_play a {
  text-decoration: none
}
.and_right ul {
  padding: 0;
  margin-top: 7px;
}
.google_play {
  width: 172px;
  border: 2px solid #063565;
  height: 36px;
  color: #063565;
  text-decoration: none;
  font-family: GothamProMed;
  text-align: center;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 110px;
  margin: auto;
  background: #fff;
}
.and_right li {
  list-style-image: url(../img/li-image.png);
  font-family: "GothamProMed", sans-serif;
  color: #838383;
  line-height: 25px;
}
.blame-free {
  color: #063565;
  font-size: 14px;
  position: absolute;
  top: 50px;
  right: 370px;
  font-family: "GothamProMed", sans-serif;
}
@media screen and (max-width:767px) {
  .android_hp {
    display: none
  }
}
@media screen and (max-width:1200px) {
  .and_left {
    margin-right: 60px;
  }
  .blame-free {
    display: none;
  }
  .google_play {
    right: 40px;
  }
}
@media screen and (max-width:998px) {
  .and_left {
    width: 300px;
    margin-right: 25px;
  }
  .and_left p {
    font-size: 14px;
  }
  .and_left span {
    font-size: 15px;
  }
  .and_left img {
    margin-right: 10px;
  }
  .and_right li {
    font-size: 12px;
  }
  .google_play {
    right: 15px;
  }
}
/***************************************
*
*Android end
*
*****************************************/
/***************************************
*
*Three-blocks 
*
*****************************************/
.three-blocks {
  padding-bottom: 110px;
}
.three-blocks h2{
  font-size: 26px;
  color: #838383;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.three-blocks h2 span {
  color: #0D6AA0;
}
.three-blocks__column>.clearfix {
  max-width: 390px;
  width: 100%;
  padding: 0 0 0 0;
  border: 1px solid #cccccc;
  border-top: 6px solid #3fa6d1;
  height: 105px;
  cursor: pointer;
}
.three-blocks__column>.clearfix:hover {
  border: 1px solid #3fa6d1;
  border-top: 6px solid #3fa6d1;
}
.three-blocks__column> .clearfix:hover .left {
  border-right: 1px solid #3fa6d1;
}
.three-blocks__column .left {
  float: left;
  width: 90px;
  height: 100%;
  position: relative;
  border-right: 1px solid #ccc;
}
.three-blocks__column .right {
  width: 250px;
  float: right;
  padding: 15px 15px 0 0;
  padding-right: 15px;
}
.three-blocks__column .left img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.three-blocks__column h4 {
  font-family: "GothamProMed", sans-serif;
  font-size: 18px;
  color: #4E4E4E;
  margin-bottom: 10px;
}
.three-blocks__column p {
  font-size: 15px;
  color: #838383;
}
@media screen and (max-width:1200px) {
  .three-blocks__column>.clearfix {
    max-width: 300px;
  }
  .three-blocks__column .left {
    width: 75px;
  }
  .three-blocks__column .right {
    width: 210px;
  }
  .three-blocks__column h4 {
    font-size: 15px;
  }
  .three-blocks__column p {
    font-size: 12px;
  }
}
@media screen and (max-width:992px) {
  .three-blocks__column>.clearfix {
    max-width: 240px;
  }
  .three-blocks__column .right {
    padding-right: 7px;
  }
  .three-blocks__column .right {
    width: 140px;
  }
}
@media screen and (max-width:767px) {
  .three-blocks__column>.clearfix {
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 15px;
    float: none;
  }
  .three-blocks {
    padding-bottom: 30px;
      padding-top: 30px;
  }
  .three-blocks__column .right {
    width: 185px;
  }
}
/***************************************
*
*Three-blocks end
*
*****************************************/
/**************************************
*
*
*
*
* Home Page end
*
*
*
**************************************/
/**************************************
*
*
*
*
* Products Page 
*
*
*
**************************************/
/***************************************
*
*Products
*
*****************************************/
.products-all {
  padding-top: 35px;
  padding-bottom: 50px;
}
.products-all__title {
  font-size: 26px;
  color: #838383;
  margin-bottom: 45px;
}
.products-all__left {
  width: 290px;
  float: left;
} 
.products-all__left li {
  width: 100%;
  height: 75px;
  border: 1px solid #cccccc;
  margin-bottom: 18px;
  position: relative;
  cursor: pointer;
  position: relative;
  background: #fff;
}
.products-all__left li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.products-all__left li img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 15px;
  opacity: 1;
}
.products-all__left li .left {
  position: relative;
  width: 85px;
  height: 100%;
  border-right: 1px solid #ccc;
  display: inline-block;
  vertical-align: middle;
}
 .products-main__column--products .products-main__price {
   position: absolute;
   bottom: 30px;
 }
.products-main__column--products .products-main__button {
  bottom: 5px;
}
.products-all__left li p {
  display: inline-block;
  vertical-align: middle;
  font-family: GothamProMed;
  color: #063565;
  padding-left: 20px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}
.products-all__left .left span {
  color: #838383;
  font-size: 10px;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.products-all__left li.active p,
.products-all__left li:hover p {
  color: #063565;
}
.products-all__left li.active .left span,
.products-all__left li:hover .left span {
  color: #0D6AA0; 
}
.products-all__left li.active .left,
.products-all__left li:hover .left {
  border-right: 1px solid #3fa6d1;
}
.products-all__left li.active .left img,
.products-all__left li:hover .left img {
  opacity: 1;
}
.products-all__left li.active,
.products-all__left li:hover {
  border: 1px solid #3fa6d1;
}
.products-all__left li.active:after, 
.products-all__left li.active:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.products-all__left li.active:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 7px;
  margin-top: -7px;
}
.products-all__left li.active:before {
  border-color: rgba(63, 166, 209, 0);
  border-left-color: #3fa6d1;
  border-width: 8px;
  margin-top: -8px;
}
.products-main__column--products {
  height: 340px;
  max-width: 315px;
  border: none;
  border-left: 1px solid #ccc;
  padding-top: 0;
}
.products-main__column--products:hover {
  top: 0;
}
.products-all__right {
  float: right; 
}
.products-table__head {
  display: none;
}
.products-table__head td {
  text-align: center;
}
@media screen and (max-width:1260px) {
  .products-all__left {
    max-width: 25%;
  }
  .products-all__right {
    width: 74%;f
  }
  .products-main__column--products {
    max-width: 33.333333%;
  }
}
@media screen and (max-width:1200px) {
  .products-all__left li .left {
    width: 30%;
  }
  .products-all__left li p {
    width: 60%;
  }
}
@media screen and (max-width:992px) {
  .products-table__head {
    display: table-header-group;
  }
  .products-all__left,
  .products-all__right {
    width: 100%;
    max-width: 100%;
  }
  .products-all__left li {
    max-width: 33.33333%;
    float: left;
  }
  .products-all__left li.active:after, .products-all__left li:hover:after,
  .products-all__left li.active:before, .products-all__left li:hover:before {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .products-table td {
    width: auto;
  }
  .products-main__column--products .products-main__price {
    position: static;
  }
  .products-all__left li.active {
    /*display: none; */
  }
  .products-main__column--products {
    width: 100%;
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    height: auto;
    padding-bottom: 30px;
  }
  .products-all__left li {
    max-width: 280px;
      float: none;
      width: 100%;
      margin: 0 auto;
  }
  .products-all__title {
    font-size: 16px;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 20px;
  }
  .products-table td.products-table__description{
    width: 70%;
  }
  .products-table td.products-table__yes, .products-table td.products-table__no {
    width: 6%;
    padding-right: 13%;
  }
}
/*************************************** 
*
*Products end
*
*****************************************/
/*************************************** 
*
*Products table
*
*****************************************/
.products-table__description p {
  color: #4e4e4e;
    font-size: 15px;
    line-height: 20px;
}
.products-table__description span {
  color: #838383;
    font-size: 12px;
    line-height: 20px;
}
.products-table__description {
  max-width: 300px;
}
.products-table {
  width: 100%;
}
.products-table td {
  width: 25%;
  padding: 8px;
}
.products-table__yes {
  background: url(../img/yes-icon.png) no-repeat;
  background-position: center;
}
.table-striped>tbody>tr:nth-of-type(odd) .products-table__no {
  background: url(../img/no-odd-icon.png) no-repeat;
  background-position: center;
}
.table-striped>tbody>tr:nth-of-type(even) .products-table__no {
  background: url(../img/no-even-icon.png) no-repeat;
  background-position: center;
}
/*************************************** 
*
*Products table end
*
*****************************************/
/***************************************
*
*Live CD + scaner
*
*****************************************/
.scanner-livecd {
  padding-top: 75px;
}
.scanner-livecd__title {
  font-size: 26px;
  text-align: center;
  color: #838383;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.scanner-livecd__title span {
  color: #0D6AA0;
}
#sc_wrap, #lvcd_wrap {
  background: #fff;
  height: auto;
  max-width: 50%;
  float: left;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  height: 330px;
  padding: 0px 50px;
  margin-bottom: 50px
}
#sc_wrap button, #lvcd_wrap button {
  min-width: 170px;
  padding: 0 20px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  position: absolute;
  bottom: 50px;
  left: 0;
}
#lvcd_wrap a:last-child button {
  left: 190px;
} 
#lvcd_wrap {
  float: right
}
#sc_wrap .wrap_in, #lvcd_wrap .wrap_in {
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.wrap_in .wrap_in_p img {
  position: absolute;
  right: 0;
  top: 30px
}
.wrap_in_p h2 {
  color: #434a4d;
  font-size: 26px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 14px
}
.wrap_in_p .wrap_in_p_l {
  display: block;
  width: 76px;
  height: 3px;
  background-color: #3fa6d1;
  margin-bottom: 16px
}
.wrap_in_p div {
  color: #434a4d;
  font-size: 14px;
  margin-bottom: 25px
}
.wrap_in_p {
  width: 500px;
  padding-top: 35px;
  height: 100%;
}
@media screen and (max-width:1260px) {
  #sc_wrap, #lvcd_wrap {
    max-width: 48%;
    height: 380px;
  }
  .wrap_in_p {
    max-width: 100%;
  }
  #sc_wrap button, #lvcd_wrap button {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:992px) {
  #sc_wrap, #lvcd_wrap {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .wrap_in_p {
    margin: 0 auto;
  }
  #sc_wrap button, #lvcd_wrap button {
    position: static;
  }
}
@media screen and (max-width:767px) {
  #sc_wrap, #lvcd_wrap {
    max-width: 95%;
    margin: 0 auto;
    height: auto;
    padding: 0 30px;
  }
  .wrap_in_p {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  #sc_wrap button, #lvcd_wrap button {
    float: none;
  }
}
/***************************************
*
*Live CD + scaner end
*
*****************************************/
/**************************************
*
*
*
*
* Products Page end
*
*
*
**************************************/
/**************************************
*
*
*
*
* ZAV Page, ZIS Page, ZTS Page, ZAB Page
*
*
*
**************************************/
.zav-top-part {
  background: url(../img/zav-bg.png) no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
      background-position: center;
      padding-top: 55px;
      padding-bottom: 40px;
} 
.zav-top-part__title {
  font-family: "GothamProMed", sans-serif;
  font-size: 30px;
  color: #fefefe;
  margin-bottom: 35px;
}
.zav-top-part__description {
  font-size: 15px;
  color: #F9F9F9;
  margin-bottom: 60px;
  line-height: 1.3;
  max-width: 500px;
}
.zav-top-part__icons {
  margin-top: 70px;
  padding-left: 0px;
  padding-right: 0px;
  width: 315px;
}
.zillya-antivirus .zav-top-part__icons {
margin: 70px 10px 0 -13px;
}
.zav-top-part__icons div{
  width: 33%;
  float: left;
  padding-bottom: 15px;
  height: 75px;
  position: relative;
}
.zav-top-part__icons  img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
      -ms-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.zav-top-part__icons  img:hover {
  /*-webkit-transform: scale(0.7);
     -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
       -o-transform: scale(0.7);
          transform: scale(0.7);*/
         /* opacity: 0.2;*/
}
.zav-top-part__icons:hover > div:not(.zav-top-part__hover-description) img {
  opacity: 0.2;
}
.zav-top-part__icons:hover > div:not(.zav-top-part__hover-description) span {
  opacity: 0.2;
}
.zav-top-part__icons span {
  color: #3EAEDD;
  font-size: 12px;
  text-align: center;
  display: block;
  width: 100%;
  position: absolute;
  top: 45px;
}
.zav-top-part__btn {
  margin-bottom: 10px;
  display: inline-block;
}
.zav-top-part__video img {
  cursor: pointer;
  margin: 0 auto;
}
.zav-top-part__video > div {
  position: relative;
  right: -20px;
}
.zav-top-part__video > div:before {
  content: " ";
  background: url(../img/play-btn.png) no-repeat;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  width: 21%;
  height: 33%;  
  top:27%;
  left: 0;
  right: 0;
  cursor: pointer;
  pointer-events: none;
  margin: 0 auto;
}
.zav-top-part__video>div:hover:before {
  width: 25%;
  height: 37%;
  top: 25%;
}
.product-characteristics {
  padding-top: 50px;
  padding-bottom: 70px;
}
.product-characteristics__title {
  font-size: 26px;
  color: #838383;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.product-characteristics__title span {
  color: #0D6AA0;
}
.product-characteristics__pills {
  width: 20%;
  float: left;
}
.product-characteristics__tab-content {
  width: 80%;
  float: right;
  min-height: 160px;
  border-left: 1px solid #ccc;
}
.product-characteristics .nav-pills>li>a {
  font-size: 15px;
  color: #414141;
  border: 1px solid #CCC;
  border-right: none;
  padding-left: 15%;
}
.product-characteristics .nav>li>a:hover, .nav>li>a:focus {
  background: #FFF;
  border: 1px solid #3fa6d1;
  border-right: none;
}
.product-characteristics .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  background: #FFF;
  border: 1px solid #3fa6d1;
  border-right: none;
  color: #063565;
}
.product-characteristics__tab-pane {
  padding-top: 20px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
.product-characteristics__tab-pane .panel-title a{
  font-size: 15px;
  color: #063565;
}
.product-characteristics__tab-pane .panel-title a.collapsed {
  color: #414141;
}
.product-characteristics__tab-pane .panel-title a:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #063565;
  margin-right: 20px;
}
.product-characteristics__tab-pane .panel-title a.collapsed:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  border: 5px solid transparent;
  border-left: 5px solid #063565;
  margin-right: 20px;
}
.product-characteristics__tab-pane .panel-default {
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.product-characteristics__tab-pane .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: none;
  font-size: 15px;
  padding-left: 75px;
  color: #414141;
  line-height: 1.2;
}
.product-characteristics__tab-pane .panel-default>.panel-heading {
  background: #FFF;
  border: none;
  padding-left: 20px;
  font-weight: bold;
}
.zav-top-part__icons .zav-top-part__hover-description {
  position: absolute;
  width: 220px;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
      -ms-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
  z-index: 2;
}
.zav-top-part__icons div:hover + .zav-top-part__hover-description {
  opacity: 1;
  -webkit-transition: 0.7s;
     -moz-transition: 0.7s;
      -ms-transition: 0.7s;
       -o-transition: 0.7s;
          transition: 0.7s;
}
.zav-top-part__hover-description img ,.zav-top-part__hover-description p,.zav-top-part__hover-description span{
  position: static;
}
.zav-top-part__hover-description img {
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
.zav-top-part__hover-description p {
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  margin-bottom: 20px;
  font-size: 18px;
}
.zav-top-part__hover-description span {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  line-height: 1.2;
}
.zav-top-part__video {
  padding: 0; 
}
@media screen and (max-width:992px) {
  .zav-top-part__title {
    text-align: center;
  }
  .zav-top-part__description {
    max-width: none;
    text-align: center;
  }
  .zav-top-part__btn {
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
  }
  .zav-top-part__video img {
    max-width: 300px;
    margin: 0 auto;
  }
  .product-characteristics__pills {
    width: 100%;
    float: none;
  }
  .product-characteristics .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    border: 1px solid #3fa6d1;
  }
  .product-characteristics .nav-pills>li>a {
    border: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
  }
  .product-characteristics__tab-content {
    width: 100%;
  }
  .product-characteristics__tab-pane {
    border: 1px solid #ccc;
  }
  .product-characteristics__tab-pane .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding-left: 15px;
  }
}
@media screen and (max-width:768px) {
  .zav-top-part {
    padding: 30px 0;
    text-align: center;
  }
  .zav-top-part__video{
    display: none;
  }
  .zav-top-part__title {
    font-size: 20px;
  }
  .zav-top-part__description {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .zav-top-part__video img {
    width: 70%;
  }
}
/*********************************************
*
*
*
*
* ZAV Page end ,ZIS page end,ZTS Page end, ZAB Page end
*
*
*
************************************************/
/**************************************
*
*
*
*
* ZTS Page 
*
*
*
**************************************/
.zts-top-part {
  position: relative;
  /*padding-bottom: 255px;*/
}
.zts-top-part {
  background: url(../img/zts-bg.png) no-repeat;
      -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.zav-top-part__title span {
  color: #3EAEDC;
  font-weight: bold;
}
/***********************
*
* To ZTS 
***********************/
/*.buy_spot_zis {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -240px;
}*/
.zts-product-characteristics {
  /*padding-top: 300px;*/
}
/**********************
*To zTS end
**********************/
.zav-top-part__icons {
  position: relative;
}
.partner-program .product-characteristics__tab-pane .panel-body{
  padding-left: 15px;
}
.product-characteristics__tab-pane .panel-body{
  padding-left: 75px;
}
.product-characteristics__tab-pane .panel-body li {
  padding-left: 20px;
  margin-bottom: 25px;
  position: relative;
}
.product-characteristics__tab-pane .panel-body li:before{
  content: " ";
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
        border-radius: 50%; 
  display: inline-block;
  vertical-align: middle;
  background: #063565;
  position: absolute;
  top: 9px;
  left: 0;
}
#requirements span{
  font-size: 13px;
  color: #838383;
}
/*@media screen and (min-width:1261px) and (max-width:1450px) {
  .zav-top-part__description {
    max-width: 290px;
  }
}*/
@media screen and (max-width:1260px) {
  .zav-top-part__video {
    float: right;
    padding-top: 55px;
    width: 33.33333%;
  }
  .zav-top-part__video.col-md-6 {
    width: 50%;
    padding-top: 0;
  }
  .zav-top-part__video>div {
    right: 0;
  }
}
@media screen and (max-width:992px) {
  .zts-top-part {
    padding-bottom: 0;
  }
  .buy_spot_zis {
    position: static;
  }
  .zts-top-part .zav-top-part__video {
    margin-bottom: 30px;
  }
  .zts-product-characteristics {
    padding-top: 30px;
  }
  .zav-top-part__video {
    width: auto;
    float: none;
    padding-top: 0;
  }
}
/**************************************
*
*
*
*
* ZTS Page end
*
*
*
**************************************/
/**************************************
*
*
*
*
* ZAB Page 
*
*
*
**************************************/
.zav-top-part.zab-top-part {
  background: url(../img/zab/bg.png) no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
      background-position: top center;
}
/**************************************
*
*
*
*
* ZAB Page end
*
*
*
**************************************/
/**************************************
*
*
*
*
* ZMA Page 
*
*
*
**************************************/
.zav-top-part.zma-top-part {
  background: url(../img/zma/bg.jpg) no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
      background-position: center top;
}
/************************
* zma-stripe 
*********************/
.zma-stripe {
  background: #393E41;
  padding: 30px 0 28px;
  margin-bottom: 45px;
}
.zma-stripe__img {
  width: 20%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.zma-stripe__text {
  width: 78%;
  display: inline-block;
  vertical-align: middle;
}
.zma-stripe__text p{
  font-size: 15px;
  color: #FFF;
  line-height: 1.7;
}
/************************
* zma-stripe end
*********************/
.zma-play-market {
  max-width: 1010px;
}
.zma-play-market__title {
  margin-bottom: 45px;
}
/*********************************
*zma-play-market__table 
*********************************/
.zma-play-market__table {
  margin-bottom: 30px;
  width: 100%;
}
.zma-play-market__table thead tr{
  background: #CCC;
  color: #fff;
  font-family: "GothamProMed", sans-serif;
  font-size: 15px;
  height: 35px;
}
.zma-play-market__table thead td {
  vertical-align: middle;
}
.zma-play-market__table__product-icon {
  position: relative !important;
  vertical-align: middle;
}
.zma-play-market__table__product-icon .vert-line {
  position: absolute;
  top: 0px;
  left: 0;
  width: 4px;
  height: 100%;
}
.zma-play-market__table tbody .zma-play-market__table__product-icon img {
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}
.zma-play-market__table tbody td {
  border-top: 3px solid #f9f9f9 !important;
}
.zma-play-market__table__kasper .vert-line , .zma-play-market__table__zillya .vert-line{
  background:#3ea6d1;
}
.zma-play-market__table__kasper td {
  border-bottom: 3px solid #f9f9f9 !important;
}
.zma-play-market__table .zma-play-market__table__zillya td {
  border-top: 1px solid #3ea6d1 !important;
  border-bottom: 1px solid #3EA6D1;
}
.zma-play-market__table__zillya .zma-play-market__table__product-name {
  font-size: 18px;
  color: #3EA6D1;
}
.zma-play-market__table__zillya .zma-play-market__table__number-rating {
  color: #3EA6D1;
}
.zma-play-market__table__norton .vert-line, .zma-play-market__table__avg .vert-line,
.zma-play-market__table__bit .vert-line {
  background: #0D6AA0;
}
.zma-play-market__table__product-name {
  vertical-align: middle !important;
  font-size: 15px;
  color: #353A3D;
}
.zma-play-market__table__number-rating {
  vertical-align: middle !important;
  text-align: center;
  font-size: 26px;
  color: #2C2C31;
}
.zma-play-market__table__star-rating {
  vertical-align: middle;
  padding-right: 0;
  text-align: right;
}
.zma-play-market__table td img {
  vertical-align: middle;
}
/*********************************
*zma-play-market__table end
*********************************/
/*********************
*zma comments
***********************/
.zma-comments {
  margin-bottom: 40px;
}
.zma-comments__author {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 12px;
  font-family: "GothamProMed", sans-serif;
  font-size: 14px;
  color: #353A3D;
}
.zma-comments__date {
  display: inline-block;
  vertical-align: baseline;
  font-size: 12px;
  color: #868D90;
  margin-right: 10px;
}
.zma-comments__vote-up,.zma-comments__vote-down {
  color: #868D90;
  display: inline-block;
  vertical-align: baseline;
  font-size: 11px;
}
.zma-comments__vote-up {
  margin-right: 7px;
}
.zma-comments__vote-up:before {
  content:" ";
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../img/zma/up.png) no-repeat;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.zma-comments__vote-down:before {
  content:" ";
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../img/zma/down.png) no-repeat;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.zma-comment {
  padding: 0 15px;
  height: 180px;
  border: 1px solid #b9b9b9;
  padding-top: 20px;
  margin-bottom: 10px;
  width: 500px;
  max-width: 49.5%;
}
.zma-comment:nth-child(2n) {
  float: right;
}
.zma-comments__stars {
  width: 90px;
  height: 13px;
  margin: 12px 0;
  background: url(../img/zma/star-five.png) no-repeat;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.zma-comments__text {
  font-size: 12px;
  color: #353A3D;
  line-height: 1.5;
}
.zma-comments__text b,.zma-comments__text strong {
  font-family: "GothamProMed", sans-serif;
}
/*********************
*zma comments end
***********************/
@media screen and (max-width: 1260px) {
  .zma-top-part .zav-top-part__video {
    width: 50%;
  }
}
@media screen and (max-width:1200px) {
  .zma-comment {
    height: 230px;
    padding: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width:992px) {
  .zma-top-part .zav-top-part__video {
    width: auto;
  } 
  .zma-comment {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .zma-stripe__img img {
    max-width: 100%;
  }
  .zma-comment:nth-child(2n) {
    float: none;
    clear: both;
  }
}
@media screen and (max-width:767px) {
    .zma-stripe__img, .zma-stripe__text {
      padding: 0 15px;
    }
    .zma-comments__author {
      display: block;
    }
    .zma-play-market__table tbody td,.zma-play-market__table thead td {
      padding: 0 5px;
    }
  }
@media screen and (max-width: 550px) {
  .zma-stripe__img,.zma-stripe__text {
    width: 100%;
  }
  .zma-stripe__img img {
    max-height: 50px;
    margin-bottom: 15px;
  }
}
/**************************************
*
*
*
*
* ZMA Page end
*
*
*
**************************************/
/**************************************
*
*
*
*
* About us Page
*
*
*
**************************************/
.about-hero-unit {
  background: url(../img/about/bg.jpg) no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
     background-position: center;
     padding-top: 60px;
     padding-bottom: 65px;
}
.about-hero-unit__text-wrapper {
  max-width: 860px;
  margin: 0 auto;
}
.about-hero-unit__main {
  font-size: 26px;
  color: #3ea6d1;
  text-align: center;
  margin-bottom: 15px;
  font-family: "GothamProMed", sans-serif;
}
.about-hero-unit__title {
  font-size: 30px;
  font-family: "GothamProMed", sans-serif;
  color: #FEFEFE;
  text-align: center;
  margin-bottom: 30px;
}
.about-hero-unit__text {
  font-size: 15px;
  line-height: 1.267;
  z-index: 51;
  color: #F9F9F9;
  text-align: center;
}
.about-hero-unit__countries {
  width: 90%;
  max-width: 765px;
  margin: 0 auto;
  margin-top: 20px;
}
.about-hero-unit__country {
  width: 85px;
  text-align: center;
  float: left;
}
.about-hero-unit__country__name {
  font-size: 13px;
  color: #3ea6d1;
  margin-top: 7px;
}
.about-principles {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-principles__column {
  max-width: 380px;
}
.about-principles__principle-description {
  width: 100%;
  clear: both;
}
.about-principles__title {
  margin-bottom: 15px;
}

.about-principles__head p{
  font-family: "GothamProMed", sans-serif;
  font-size: 26px;
  color: #2478a9;
  line-height: 1.2;
}
.about-principles__head, .about-principles__icon {
  display: block;
  text-align: center;
  margin-bottom: 10px;
} 
.about-principles__head {
  margin-bottom: 30px;
}
.about-principles__head span {
  font-size: 15px;
  color: #838383;
  line-height: 1.2;
}
.about-principles__principle-description p {
  font-size: 15px;
  color: #838383;
  margin-bottom: 10px;
  line-height: 1.2;
}
.about-principles__principle-description p b {
  font-family: "GothamProMed", sans-serif;
  color: #414141;
  font-weight: normal;
}
.about-products {
  background: #e5e6e6;
  padding-top: 50px;
  padding-bottom: 60px;
}
.about-products__title {
  margin-bottom: 40px;
}
.about-products__product {
  width: 32%;
  height: 340px;
  max-width: 32%;
  padding: 0px;
  margin-right: 2%;
  overflow: hidden;
  position: relative;
}
.about-products__product>img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.about-products__product:last-child {
  margin-right: 0;
}
.about-products__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 95px;
}
.about-products__wrapper h3 {
  font-family: "GothamProMed", sans-serif;
  color: #F9F9F9;
  font-size: 26px;
  text-align: center;
  margin-bottom: 12px;
}
.about-products__wrapper h3, .about-products__wrapper ul{
  position: relative;
}
.about-products__wrapper ul {
  width: 100%;
}
.about-products__wrapper ul li {
  font-size: 15px;
  color: #F9F9F9;
  line-height: 2;
  text-align: center;
}
.about-products__overlay {
  background: #1B4D69;
  opacity: 0.75;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/**************************************
.map-img
***************************************/
.map-img, .map-img img {
  width: 90%;
  max-width: 999px;
  margin: 0 auto;
}
.map-img {
  margin-bottom: 30px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 30px;
}
.map-img div {
  position: absolute;
}
.map-img div p {
  color: #1f7da8;
  font-size: 20px;
  display: inline-block;
  font-family: 'GothamProBold', sans-serif;
}
.map-img div h5:first-letter {
  font-family: 'GothamProLight', sans-serif;
}
.map-img div h5:last-child:first-letter {
  font-family: 'GothamProBold', sans-serif;
}
.map-img div h5 {
  color: #1F7DA8;
  font-size: 60px;
  display: inline-block;
  font-family: 'GothamProBold', sans-serif;
}
.map-img div:nth-child(2) {
  top: 217px;
  left: -8px;
}
.map-img div:nth-child(3) {
  top: 90px;
  right: -8px;
}
.map-img div:last-child h5 {
  font-size: 80px;
}
.map-img div:last-child h5:first-letter {
  font-family: 'GothamProBold', sans-serif;
}
.map-img div:last-child {
  bottom: 170px;
  right: -8px;
}
@media screen and (max-width:1031px) {
  .map-img div h5, .map-img div:last-child h5 {
    font-size: 40px;
  }
  .map-img div p {
    font-size: 15px;
  }
}
@media screen and (max-width:740px) {
  .map-img div:nth-child(2) {
    top: 115px;
  }
  .map-img div:last-child {
    bottom: 50px;
  }
  .map-img div h5, .map-img div:last-child h5 {
    font-size: 30px;
  }
  .map-img {
    padding-bottom: 30px;
    margin-bottom: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width:575px) {
  .map-img div:nth-child(3), .map-img div:nth-child(2), .map-img div:last-child {
    left: 5px;
  }
  .map-img div h5, .map-img div:last-child h5 {
    font-size: 20px;
  }
  .map-img div p {
    font-size: 12px;
  }
  .map-img div:nth-child(2) {
    top: 10%;
  }
  .map-img div:nth-child(3) {
    top: 40%;
  }
  .map-img div:last-child {
    top: 70%;
  }
}
/**************************************
.map-img end
***************************************/
.about-partners {
  background: #e5e6e6;
  padding: 60px 0;
}
.about-partners__title {
  text-align: left;
  margin-bottom: 25px;
}
.about-partners__description {
  font-size: 15px;
  color: #414141;
  line-height: 1.2;
  max-width: 590px;
}
.about-partners .pull-left,.about-partners .pull-right {
  width: 49%;
}
.about-partners__partner {
  height: 136px;
  padding: 0;
  border: 1px solid #EFF0F0;
  margin-bottom: 4px;
  margin-right: 4px;
  background: transparent;
  width: 24%;
  text-align: center;
  position: relative;
}
.about-partners__partner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  top: 0;
  left: 0;
  z-index: 0;
}
.about-partners__partner:nth-child(4n) {
  margin-right: 0;
}
.about-partners__helper {
  display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.about-partners__partner img {
  display: inline-block;
  vertical-align: middle;
  max-width: 95%;
  max-height: 100%;
  position: relative;
  z-index: 1;
}

.about-certification {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #E5E6E6;  
}
.about-certification__title {
  margin-bottom: 30px;
}
.about-certification__wrapper {
  max-width: 720px;
  margin: 0 auto;
}
.about-certification__certificate {
  text-align: center;
}
.about-founder {
  padding-top: 50px; 
  padding-bottom: 80px;
}
.about-founder__title {
  margin-bottom: 40px;
}
.founder-img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.about-founder__name {
  font-family: "GothamProMed", sans-serif;
  font-size: 26px;
  color: #2478A9;
  margin-bottom: 10px;
  text-align: center;
}
.about-founder__position {
  font-size: 15px;
  color: #838383;
  text-align: center;
  margin-bottom: 25px;
}
.about-founder__quote {
  font-size: 15px;
  color: #414141;
  text-align: justify;
}
.about-founder__slide {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}
.about-quotations .col-sm-6:first-child .about-founder__slide:before {
  content: url(../img/about/quote.png);
  position: absolute;
  top: 13px;
  left: 0;
}
.about-quotations .col-sm-6:last-child .about-founder__slide:after {
   content: url(../img/about/quote-2.png);
   position: absolute;
    bottom: -45px;
    right: -25px;
}
/*.about-also {
  padding-bottom: 40px;
  position: relative;
}
.about-also__stripe {
  height: 145px;
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
  background: #232628;
}
.about-also__title {
  text-align: left;
}
.about-also__title-wrapper {
  padding-top: 40px;
  padding-left: 150px;
}
.about-also__btn {
  width: 170px;
}
.about-also__description {
  font-size: 15px;
  color: #414141;
  margin: 30px 0;
  line-height: 1.2;
}
@media screen and (max-width:1290px) {
  .about-also img {
    max-width: 100%;
  }
}
@media screen and (max-width:1260px) {
  .about-also__stripe {
    display: none;
  }
}*/
@media screen and (max-width:1200px) {
  .about-principles__icon img {
    max-width: 100%;
    max-height: 50px;
  }
  .about-products__wrapper h3 {
    max-width: 90%;
    margin: 0 auto;
  }
  .about-products__product>img {
    width: auto;
  }
}
@media screen and (max-width:992px){
  .about-hero-unit__text-wrapper {
    max-width: 90%;
  }
  .about-hero-unit__country {
    width: 33%;
    margin-bottom: 10px;
  }
  .about-principles {
    height: auto;
  }
  .about-principles__principle-description {
    display: block;
  }
  .about-principles__column {
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
  }
  .about-products__product {
    float: left;
    max-width: 45%;
    width: 45%;
    margin-bottom: 30px;
  }
  .about-products__product:nth-child(3) {
    float: right;
  }
  .about-products__product:last-child {
    float: none;
    clear: both;
    margin: 0 auto;
  }
  .about-partners__partner {
    height: 125px;
  }
  .about-certification {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .container.about-principles .col-md-4:last-child {
    margin-left: 25%;
  }
  .about-certification__certificate {
    height: 90px;
  }
  .about-certification__certificate img {
    margin: 0 auto;
  }
  .about-quotations .col-sm-6:first-child .about-founder__slide:before {
    display: none;
  }
  .about-quotations .col-sm-6:last-child .about-founder__slide:after {
    display: none;
  }
/*  .about-also__title-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .about-also__title-wrapper h3 {
    text-align: center;
  }
  .about-also__title-wrapper h3 br {
    display: none;
  }*/
}
@media screen and (max-width:767px) {
  .about-hero-unit {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-hero-unit__title {
    font-size: 22px;
  }
  .about-hero-unit__main {
    font-size: 20px;
  }
  .about-hero-unit__text {
    font-size: 12px;
    text-align: center;
  }
  .about-principles {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-principles__icon {
    display: block;
    margin: 0 auto;
  }
  .about-principles__principle-description p,.about-principles__head span {
    font-size: 12px;
  }
  .about-principles__head {
    margin-bottom: 10px;
  }
  .about-principles__head p {
    font-size: 20px;
  }
  .about-products {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-products__product {
    float: none;
      max-width: 90%;
      width: 290px;
      margin: 0 auto;
      margin-bottom: 30px;
      height: 290px;
  }
  .about-products__wrapper {
    padding-top: 50px;
  }
  .about-partners {
    padding: 30px auto;
  }
  .about-partners .pull-left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 15px;
  }
  .about-founder__quote {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .founder-img {
    max-height: 100px;
  }
  .about-partners .pull-right {
    width: 100%;
  }
  .about-partners__title {
    text-align: center;
  }
  .container.about-principles .col-md-4:last-child {
    margin-left: 0;
  }
  .about-partners__title br {
    display: none;
  }
  .about-partners__description {
    max-width: 100%;
  }
  .about-partners__partner {
    height: 100px;
    width: 32%;
  }
  .about-partners__partner:nth-child(3n){
    margin-right: 0;
  }
  .about-partners__partner:nth-child(4n) {
    margin-right: 4px;
  }
  .about-certification {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-also .pull-right {
    width: 100%;
  }
  .about-also .pull-right img {
    max-width: 100%;
  }
  .about-products__product:nth-child(3) {
    float: none;
  }
}
/**************************************
*
*
*
*
* About us Page end
*
*
*
**************************************/
/**************************************
*
*
*
*
* Karta partnerov page 
*
*
*
**************************************/
.partners-online {
  background: #0A2E45;
  padding-top: 45px;
  padding-bottom: 60px;
}
.partners-online__title{
  text-align: left;
  margin-bottom: 20px;
}
.partners-online__img-wrapper {
  padding: 0;
  padding-right: 10px;
  margin-bottom: 10px;
}
.distributors {
  padding-top: 55px;
  margin-bottom: 55px;
}
.distributors__title {
  font-size: 26px;
  color: #838383;
  margin-bottom: 30px;
}
.partner__title {
  font-size: 18px;
  color: #161616;
  line-height: 1.6667;
}
.partner__address, .partner__number {
  font-size: 15px;
  color: #414141;
  line-height: 1.6;
}
.partner__site {
  text-decoration: underline;
  color: #0F869B;
}
.partner__site:hover {
  text-decoration: underline;
}
.partner {
  padding: 0;
}
.partners-search-result__proposition {
  background: url(../img/kartaPartnerov/proposition.png);
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
      background-position: center;
      padding: 7.5% 8%;
      max-width: 300px;
      float: right;
}
.partners-search-result__proposition h2 {
  font-family: "GothamProMed", sans-serif;
  font-size: 30px;
  color: #D6FEFC;
  margin-bottom: 15px;
  line-height: 1.2;
}
.partners-search-result__proposition hr{
  width: 70px;
  height: 4px;
  border: none;
  background: #66D9E5;
  margin: 0;
  margin-bottom: 210px;
}
.partners-search-result__proposition p {
  font-size: 18px;
  color: #66D9E5;
  line-height: 1.2;
}
.partners-search-result__proposition p span {
  color: #FFF;
}
div.edit-feed-me-wrapper {
  display: none;  
}
.partners-search-filter {
  margin-bottom: 30px;
}
.partners-search-filter label {
  font-family: "GothamPro", sans-serif;
  line-height: 1.2;
  font-size: 26px;
  color: #838383;
  margin-bottom: 15px;
}
.partners-search-filter select {
  border: 1px solid #CCC;
  font-size: 14px;
  font-family: "GothamPro", sans-serif;
  color: #104E79;
  height: 40px;
  width: 68%;
  float: left;
  margin-right: 15px;
  padding-left: 15px;
}
.partners-search-filter #edit-submit-partners-view {
  height: 40px;
  background: #063565;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  width: 170px;
  float: left;
}
@media screen and (max-width:767px) {
  .partners-online .row,.distributors .row,.partners-search-filter .row {
    padding: 15px;
  }
  .partners-search-result__proposition {
    float: none;
    margin: 0 auto;
  }
  .partners-online {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .distributors {
    padding-top: 30px;
    margin-bottom: 30px;
    max-width: 290px;
    margin: 0 auto;
  }
  .partner {
    margin-bottom: 15px;
  }
  .partners-search-filter select {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .partners-search-filter #edit-submit-partners-view {
    float: none;
    margin: 0 auto;
    display: block;
  }
}
/**************************************
*
*
*
*
* Karta partnerov page end
*
*
*
**************************************/
/**************************************
*
*
*
*
* Support page
*
*
*
**************************************/
.support-top-part {
  height: 400px;
  background: url(../img/support/bg.jpg) no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: top center;
  padding-top: 70px;
}
.support-top-part-hr {
  width: 40px;
  border: none;
  height: 4px;
  background: #51c4d2;
  margin: 0;
  margin-bottom: 40px;
}
.support-top-part__left {
  padding-left: 80px;
}
.support-top-part__title {
  font-size: 24px;
  color: #F9F9F9;
  margin-bottom: 30px;
}
.support-top-part__contact {
  margin-bottom: 35px;
}
.support-top-part__contact-name {
  font-family: "GothamProMed", sans-serif;
  font-size: 18px;
  color: #F9F9F9;
  margin-bottom: 15px;
}
.support-top-part__contact-value {
  font-family: "GothamProLight", sans-serif;
  font-size: 15px;
  color: #F9F9F9;
}
.support-social-links .col-md-6 {
  padding-left: 80px;
}
.support-social-links {
  padding-top: 40px;
  padding-bottom: 60px;
  min-height: 275px;
}
.support-social-links__title {
  font-weight: bold;
  font-size: 20px;
  color: #28282D;
  margin-bottom: 30px;  
}
.support-social-links__for-users {
  font-size: 15px;
  color: #4E4E4E;
}
.support-social-links__link {
  display: inline-block;
  vertical-align: top;
  width: 41px;
  height: 41px;
  margin-right: 20px;
}
.support-social-links__links {
  margin-bottom: 25px;
}
.support-social-links__links a:first-child .support-social-links__link{
  background: url(../img/support/socials/facebook.png) no-repeat;
}
.support-social-links__links a:nth-child(2) .support-social-links__link{
  background: url(../img/support/socials/youtube.png) no-repeat;
}
.support-social-links__links a:nth-child(3) .support-social-links__link{
  background: url(../img/support/socials/linkedin.png) no-repeat;
  margin-right: 0;
}
.support-social-links__links a:first-child .support-social-links__link:hover{
  background: url(../img/support/socials/facebook-h.png) no-repeat;
}
.support-social-links__links a:nth-child(2) .support-social-links__link:hover{
  background: url(../img/support/socials/youtube-h.png) no-repeat;
}
.support-social-links__links a:nth-child(3) .support-social-links__link:hover{
  background: url(../img/support/socials/linkedin-h.png) no-repeat;
}
.support-top-part__right {
  position: relative;
}
.com-support-webform {
  width: 445px;
  min-height: 425px;
  border: 8px solid #51c4d2;
  padding: 35px 45px;
  position: absolute;
  top: 0;
  right: 100px;
  background: #FFF;
  max-width: 100%;
}
.com-support-webform .panel {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
      margin-bottom: 0;
}
.com-support-webform .panel-heading {
  background: transparent;
  padding: 0;
  border: none;
  margin-bottom: 30px;
}
.com-support-webform  .panel-body {
  padding: 0;
  border: none;
}
.com-support-webform  .panel-title {
  font-family: "GothamProMed", sans-serif;
  font-size: 25px;
  color: #4E4E4E;
}
.com-support-webform input[type="text"] , .com-support-webform input[type="email"]{
  height: 25px;
  margin-bottom: 15px;
  font-family: "GothamProLight", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #4E4E4E;
  border: none;
  border-bottom: 1px solid #51c4d2;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
}
.com-support-webform [id^="edit-actions"] button {
  font-family: "GothamProMed", sans-serif;
  font-size: 14px;
  display: block;
  color: #063565;
  background: #FFF;
  border: 2px solid #063565;
  height: 40px;
  text-align: center;
  position: relative;
  line-height: 36px;
  padding: 0;
  width: 170px;
  text-transform: uppercase;
}
.com-support-webform #edit-actions button:hover {
  background: #063565;
  color: #fff;
}

.com-support-webform #edit-actions{
  margin-top: 15px;
}

.com-support-webform textarea {
  border: 1px solid #51c4d2;
  max-height: 110px;
  padding-left: 8px;
  padding-top: 8px;
  margin-bottom: 25px;
}
.com-support-webform label {
  display: none;
}
.webform-component-managed_file label 
{
	display: block;
    padding-bottom: 20px;
}
.com-support-webform #webform-component-feedback {
    margin-bottom: 10px;
}
.com-support-webform .form-control.form-file {
    padding: 5px;
}
@media screen and (max-width:1200px) {
  .com-support-webform {
    right: 0;
  }
  .support-top-part__left,.support-social-links .col-md-6 {
    padding-left: 0;  
  }
}
@media screen and (max-width:992px) {
  .support-top-part {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
  }
  .com-support-webform {
    position: static;
    margin: 0 auto;
  }
  .support-top-part__title, .support-top-part__contact {
    text-align: center;
    margin-bottom: 15px;
  }
  .support-top-part-hr {
    margin: 0 auto; 
    margin-bottom: 15px;
  }
  .support-social-links {
    text-align: center;
  }
  .support-social-links {
    padding: 30px 0;  
  }
}
@media screen and (max-width:767px) {
  .support-top-part__title {
    font-size: 18px;
  }
}
/**************************************
*
*
*
*
* Support page end
*
*
*
**************************************/
/***********************************************************
*
*
*
*Modal
*
*
*
******************************************************************/
.modal-body {
  background: #3fa6d1;
  -webkit-border-radius: 0;
          border-radius: 0;
    padding: 10px;
} 
.modal-header {
  min-height: 0;
  padding: 0;
  border: none;
}
.modal-header .close {
  margin-top: 0;
  position: absolute;
    right: -30px;
    top: 0px;
    width: 30px;
    height: 40px;
    background: #3fa6d1;
    opacity: 1;
    font-size: 35px;
    color: #fff;
}
@media screen and (max-width:767px) {
  .modal-header .close {
    font-size: 22px;
    width: 30px;
    height: 30px;
    right: 0px;
    z-index: 1;
  }
  .modal-body {
    padding: 5px;
  }
}
/***********************************************************
*
*
*
*Modal end
*
*
*
*******************************************************************/
/**************************************
*
*
*
*
* Partners Page
*
*
*
**************************************/
.partners-hero-unit {
  background: url(../img/partners/pp-bg.jpg) no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  padding-top: 97px;
  padding-bottom: 19px;
}
.partners-hero-unit__text-wrapper {
  max-width: 860px;
  margin: 0 auto;
}
.partners-hero-unit__main {
  font-size: 26px;
  color: #FEFEFE;
  text-align: center;
  margin-bottom: 15px;
}
.partners-hero-unit__title {
  font-size: 30px;
  color: #FEFEFE;
  text-align: center;
  font-family: "GothamProMed", sans-serif;
  margin-bottom: 30px;
}
.partners-hero-unit__text {
  font-size: 15px;
  line-height: 1.867;
  z-index: 51;
  color: #F9F9F9;
  text-align: center;
}
.partners-hero-unit__links-container{
  padding: 70px 0;
  text-align: center;
}
.partners-hero-unit__links-container a {
  display: inline-block;
}
.partners-hero-unit .button-transparent{
  font-size: 14px;
}
.button-transparent--inversed {
  background: #393d3f;
  border-color: #393d3f;
  margin-left: 31px;
}
.button-transparent--inversed span {
  color: #69a4ce;
}
.button-transparent--inversed:hover {
  background: #4f5457;
  border-color: #4f5457;
  margin-left: 31px;
  color: #fff;
}
.button-transparent--inversed:hover span {
  color: #fff;
}
/** steps ****************************************/
.partner-steps {
  text-align: center;
  padding: 45px 0;
  counter-reset: steps;
}
.partner-step {
  display: inline-block;
  border: 1px solid #d6d6d6;
  width: 178px;
  height: 198px;
  text-align: center;
  vertical-align: middle;
  margin: 0 14px;
  padding: 16px 0px;
  position: relative;
}
.partner-step:not(:last-child):before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #d6d6d6;
  border-right: 2px solid #d6d6d6;
  position: absolute;
  top: 95px;
  right: -19px;
}
.partner-step:not(:last-child):after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  /*border: 1px solid #69a4ce;*/
  border: 2px solid #d6d6d6;
  position: absolute;
  top: 88px;
  right: -28px;
}
.partner-step:hover,
.partner-step:not(:last-child):hover:after {
  border-color: #69a4ce;
}
.partner-step:not(:last-child):hover:before{
  border-top-color: #69a4ce;
  border-right-color: #69a4ce;
}
.partner-step__image {
  padding-bottom: 12px;
  border-bottom: 2px solid #3ea6d1;
  margin: 0 auto;
  width: 80px;
  height: 84px;
}
.partner-step__title {
  font-size: 19px;
  font-weight: bold;
  margin-top: 6px;
  text-align: left;
  padding: 11px 11px 7px 11px;
  color: #416ea0;
  counter-increment: steps;
}
.partner-step__title:before {
  content: counter(steps) ". ";
}
.partner-step__desc {
  text-align: left;
  padding: 0px 11px;
  font-size: 15px;
  line-height: 18px;
}
/** form ***************************************/
.partner-form,
.for-testing-form {
  width: 810px;
  /*height: 400px;*/
  border: 8px solid #3ea6d1;
  padding: 35px 45px;
  background: #FFF;
  max-width: 100%;
  margin: 0 auto 50px;
}
.for-testing-form{
  /*margin: 45px auto;*/
  margin: 0;
  width: 100%;
  border: 0;
}
.partner-form .panel,
.for-testing-form .panel {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
      margin-bottom: 0;
}
.partner-form .panel-heading,
.for-testing-form .panel-heading {
  background: transparent;
  padding: 7px 0 0 0;
  border: none;
  margin-bottom: 30px;
  text-align: center;
}
.partner-form .panel-body,
.for-testing-form .panel-body {
  padding: 1px 18px;
  border: none;
}
.partner-form .panel-title,
.for-testing-form .panel-title {
  /*font-family: "GothamProMed", sans-serif;*/
  font-size: 26.4px;
  color: #4E4E4E;
  text-transform: uppercase;
}
#webform-component-quick-start--col1,
#webform-component-quick-start--col2,
#webform-component-application-for-testing--col1,
#webform-component-application-for-testing--col2,
#webform-component-application-for-price-calculation--col1,
#webform-component-application-for-price-calculation--col2 {
  width: 50%;
  float: left;
}
.partner-form .webform-component-markup,
.for-testing-form .webform-component-markup {
  font-size: 12px;
  color: #3ea6d1;
  padding-left: 18px;
  clear: both;
  line-height: 1px;
  letter-spacing: .5px;
  font-weight: bold;
}
.partner-form input[type="text"],
.partner-form input[type="email"],
.for-testing-form input[type="text"],
.for-testing-form input[type="email"],
.for-testing-form input[type="number"] {
  height: 26px;
  margin-bottom: 31px;
  font-family: "GothamProLight", sans-serif;
  font-size: 14px;
  color: #4E4E4E;
  border: none;
  border-bottom: 2px solid #3ea6d1;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 8px;
}
.partner-form [id^="edit-actions"] button,
.for-testing-form [id^="edit-actions"] button {
  font-family: "GothamProMed", sans-serif;
  font-size: 14px;
  display: block;
  color: #063565;
  background: #FFF;
  border: 2px solid #063565;
  height: 41px;
  position: relative;
  line-height: 36px;
  padding: 0;
  width: 172px;
  text-transform: uppercase;
  text-align: center;
  margin: 29px auto;
}
.partner-form #edit-actions button:hover,
.for-testing-form #edit-actions button:hover {
  background: #063565;
  color: #fff;
}
.partner-form textarea,
.for-testing-form textarea {
  border: 1px solid #51c4d2;
  max-height: 110px;
  padding-left: 8px;
  padding-top: 8px;
  margin-bottom: 25px;
}
.partner-form label {
  display: none;
}
.for-testing-form .webform-component-checkboxes {
  font-size: 13px;
  line-height: 21px;
  color: #b4b5b8;
  padding: 11px 0 17px;
}
.for-testing-form input[type="checkbox"]{
  display: none;
}
.for-testing-form .webform-component-checkboxes label {
  padding-left: 0;
  position: relative;
}
.for-testing-form .webform-component-checkboxes label:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
  position: absolute;
  top: 4px;
  right: -19px;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  -webkit-transition: height 0.2s cubic-bezier(0.47, 0, 0.75, 0.72), width 0.1s cubic-bezier(0.39, 0.58, 0.57, 1) 0.2s;
          transition: height 0.2s cubic-bezier(0.47, 0, 0.75, 0.72), width 0.1s cubic-bezier(0.39, 0.58, 0.57, 1) 0.2s;
}
.for-testing-form .webform-component-checkboxes label.checked:before {
  width: 6px;
  height: 10px;
  border-bottom-color: #69a4ce;
  border-right-color: #69a4ce;
}
.for-testing-form .webform-component-checkboxes label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -25px;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #69a4ce;
  margin-left: 5px;
}
.embed-responsive-testing-form{
  height: auto;
  padding-bottom: 0;
}
@media screen and (max-width:1259px) {
  .partner-step {
    margin: 5px 3px;
  }
  .partner-step:not(:last-child):before,
  .partner-step:not(:last-child):after {
    content: none;
  }
}
@media screen and (max-width:1130px) {
  .partner-steps {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width:992px) {
  .for-testing-form {
    margin: 0 auto;
  }
  .partners-hero-unit {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .partners-hero-unit__links-container {
    padding: 30px 0;
  }
  .partners-hero-unit__text {
    line-height: 1.2;
  }
}
@media screen and (max-width:767px) {
  .partner-form,
  .for-testing-form {
    height: auto;
    padding: 35px 25px 0;
  }
  .partners-hero-unit__links-container a {
    margin-bottom: 20px;
  }
  .button-transparent--inversed {
    margin-left: 0;
  }
  #webform-component-quick-start--col1,
  #webform-component-quick-start--col2,
  #webform-component-application-for-testing--col1,
  #webform-component-application-for-testing--col2 {
    width: 100%;
    float: none;
  }
  .container.support-social-links {
    width: 90%;
  }
  .partners-hero-unit__title {
    font-size: 20px;
  }
  .partners-hero-unit__text {
    padding: 0 15px;
  }
  .partners-hero-unit__text {
    font-size: 12px;
  }
  .view .views-slideshow-controls-bottom {
    position: relative!important;
    top: 10px;
  }
}
@media screen and (max-width: 550px){
  .header__oem span {
    font-size: 13px;
    margin-right: 0;
  }
}
@media screen and (max-width:374px) {
  .partner-form,
  .for-testing-form {
    padding: 35px 0 0;
  }
}
/***********************************************************
*
*
*
* Partners Page end
*
*
*
*******************************************************************/
/***********************************************************
*
*
*
* Ajax forms results
*
*
*
*******************************************************************/
.webform-confirmation h2{
  font-size: 150%;
  font-weight: bold;
}
.links a.ajax-processed {
  font-family: "GothamProMed", sans-serif;
  font-size: 14px;
  display: block;
  color: #063565;
  background: #FFF;
  border: 2px solid #063565;
  height: 41px;
  position: relative;
  line-height: 36px;
  padding: 0;
  /*width: 172px;*/
  text-transform: uppercase;
  text-align: center;
  margin: 29px auto;
}
.links a.ajax-processed:hover {
  background: #063565;
  color: #fff;
}

/***********************************************************
*
*
*
* Blog
*
*
*
*******************************************************************/

.page-news-search .blog-row,
.page-blog .blog-row {
  max-width: 1230px;
  margin: 0 auto;
}

.page-news-search .blog-head,
.page-blog .blog-head {
  width: 100%;
}

.page-news-search .blog-main-post,
.page-blog .blog-main-post {
  display: inline-block;
  vertical-align: top;
  /*min-width: 655px;*/
  max-width: 810px;
  position: relative;
}

.page-news-search .blog-aside,
.page-blog .blog-aside,
.node-type-blog-post .blog-aside {
  display: inline-block;
  vertical-align: top;
  width: 388px;
  margin-left: 27px;
}

.page-news-search .blog-main-post,
.page-blog .blog-posts-list {
  width: 100%;
}

.page-news-search .page-header,
.page-blog .page-header {
  font-size: 26px;
  font-family: "GothamPro", sans-serif;
  margin-top: 36px;
  /* margin-left: -4px; */
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #838383;
  border-bottom: 0;
}

.page-news-search .page-header span,
.page-blog .page-header span {
  color: #0d6aa0;
}

.page-news-search .view-display-id-page .views-field-title,
.page-blog .view-display-id-page .views-field-title {
  background: rgba(57,61,63,0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b3393d3f', endColorstr='#b3393d3f'); /* IE */
  height: 100px;
  position: absolute;
  margin-top: -100px;
  width: 100%;
  pointer-events: none;
}

.page-news-search .view-display-id-page .views-field-title span a,
.page-blog .view-display-id-page .views-field-title span a {
  margin: 19px 28px;
  font-size: 24px;
  line-height: 30px;
  display: block;
  /*width: 475px;*/
  padding-right: 100px;
  letter-spacing: 0.3px;
  color: #fff;
  pointer-events: auto;
}

.page-blog .view-display-id-page .views-field-created,
.page-blog .view-display-id-page .views-field-totalcount {
  position: absolute;
  right: 30px;
  width: 55px;
  margin-top: -69px;
  font-size: 12px;
  color: #aeafb2;
}

.page-blog .view-display-id-page .views-field-totalcount {
  margin-top: -40px;
}

.page-blog .view-display-id-page .views-field-created:before,
.page-blog .view-display-id-page .views-field-totalcount:before {
  content: "";
  background: url("../img/icons.png") no-repeat;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  margin: -1px -23px;
}

.page-blog .view-display-id-page .views-field-totalcount:before {
  height: 12px;
  background-position: 0 -13px;
}

.page-news-search .well,
.page-blog .well {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}


/** form *************************************/
.page-news-search .block-webform,
.page-blog .block-webform,
.node-type-blog-post .block-webform {
  width: 390px;
  border: 1px solid #d6d6d6;
  padding: 10px 28px 15px;
  margin-top: -3px;
  margin-bottom: 25px;
}

.page-news-search .block-webform .block-title,
.page-blog .block-webform .block-title,
.node-type-blog-post .block-webform .block-title,
.node-type-blog-post #webform-component-fill {
  font-size: 15px;
  font-weight: bold;
  padding: 0 17px;
  letter-spacing: 0.1px;
  margin-top: 8px;
  color: #416ea0;
  text-align: center;
}

.page-news-search input.form-control,
.page-blog input.form-control,
.node-type-blog-post input.form-control {
  height: 29px;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  box-shadow: inset 0 -2px 0 0 #3ea6d1;
  margin: 12px 0px 19px;
  padding: 9px;
  font-size: 12px;
  letter-spacing: 0.9px;
}

.page-news-search input.form-control::-webkit-input-placeholder,
.page-blog input.form-control::-webkit-input-placeholder,
.node-type-blog-post input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 13px;
  letter-spacing: 0.9px !important;
  color: #65696b !important;
}
.page-news-search input.form-control::-moz-placeholder,
.page-blog input.form-control::-moz-placeholder,
.node-type-blog-post input.form-control::-moz-placeholder { /* Firefox 19+ */
  font-size: 13px;
  letter-spacing: 0.9px !important;
  color: #65696b !important;
}
.page-news-search input.form-control:-ms-input-placeholder,
.page-blog input.form-control:-ms-input-placeholder,
.node-type-blog-post input.form-control:-ms-input-placeholder { /* IE 10+ */
  font-size: 13px;
  letter-spacing: 0.9px !important;
  color: #65696b !important;
}
.page-news-search input.form-control:-moz-placeholder,
.page-blog input.form-control:-moz-placeholder,
.node-type-blog-post input.form-control:-moz-placeholder { /* Firefox 18- */
  font-size: 13px;
  letter-spacing: 0.9px !important;
  color: #65696b !important;
}
.page-news-search input.form-control::placeholder,
.page-blog input.form-control::placeholder,
.node-type-blog-post input.form-control::placeholder { /* unprefixed */
  font-size: 13px;
  letter-spacing: 0.9px !important;
  color: #65696b !important;
}

.page-news-search [id^="edit-actions"],
.page-blog [id^="edit-actions"],
.node-type-blog-post [id^="edit-actions"] {
  margin: 0;
  padding: 0;
  float: none;
}

.page-news-search [id^="edit-actions"] .form-submit,
.page-news-search .views-field-field-banner-link,
.page-blog [id^="edit-actions"] .form-submit,
.page-blog .views-field-field-banner-link,
.node-type-blog-post [id^="edit-actions"] .form-submit,
.node-type-blog-post .view-Blog-page-banner .views-field-field-banner-link { /* button */
  width: 150px;
  height: 41px;
  position: relative;
  left: 50%;
  margin-left: -75px;
  border: 0;
  background: #063565;
  letter-spacing: 0.3px;
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
}

.page-news-search [id^="edit-actions"] .form-submit:hover,
.page-news-search .views-field-field-banner-link:hover,
.page-blog [id^="edit-actions"] .form-submit:hover,
.page-blog .views-field-field-banner-link:hover,
.node-type-blog-post [id^="edit-actions"] .form-submit:hover,
.node-type-blog-post .view-Blog-page-banner .views-field-field-banner-link:hover {
  background: #0D6AA0;
}

.page-news-search [id^="edit-actions"] .form-submit:after,
.page-blog [id^="edit-actions"] .form-submit:after,
.node-type-blog-post [id^="edit-actions"] .form-submit:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 12px;
  background: url("../img/icons.png") no-repeat;
  background-position: 0 -27px;
  margin-left: 11px;
}

.page-news-search .webform-confirmation,
.page-blog .webform-confirmation,
.node-type-blog-post .webform-confirmation {
  background: #82c4d1;
  height: 185px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding: 58px 0;
  letter-spacing: 0.2px;
}

.page-news-search .webform-confirmation p,
.page-blog .webform-confirmation p,
.node-type-blog-post .webform-confirmation p {
  line-height: 21px;
}

.page-news-search .links,
.page-blog .links,
.node-type-blog-post .links {
  text-align: center;
}

.page-news-search .links a,
.page-blog .links a,
.node-type-blog-post .links a {
  position: absolute;
  width: 34px;
  height: 34px;
  text-indent: 100px;
  color: transparent;
  background: url("../img/form-ok.png") no-repeat center;
  margin-top: -74px;
  margin-left: -16px;
  border: 0;
  width: 100%;
  -webkit-transition: 0.1s ease;
          transition: 0.1s ease;
}

.page-news-search .links a:hover,
.page-blog .links a:hover,
.node-type-blog-post .links a:hover {
  background: transparent url("../img/form-ok.png") no-repeat center;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  color: transparent;
}

.page-news-search .links a:before,
.page-blog .links a:before,
.node-type-blog-post .links a:before {
  content: "\00d7";
  display: block;
  color: #fff;
  margin-top: -105px;
  font-size: 32px;
  margin-left: 30px;
}


.node-type-blog-post #webform-component-how {
  width: 390px;
  height: 121px;
  margin-left: -29px;
  margin-top: -131px;
  margin-bottom: 25px;
  padding: 30px 32px;
  background: #1d6ca5 url(../img/form-bg.png) no-repeat top;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.node-type-blog-post #webform-component-how p:last-child {
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: bold;
}

.node-type-blog-post #webform-component-fill h2 {
  line-height: 20px;
}

.node-type-blog-post .block-webform-client-block-170 [id^="edit-actions"] .form-submit{
  background: #09ae43;
}
.node-type-blog-post .block-webform-client-block-170 [id^="edit-actions"] .form-submit:after{
  content: none;
}

/** search *************************************/

.page-blog .block-search-form {
  margin-top: -71px;
  margin-bottom: 13px;
  padding: 0 31px;
}

.page-blog .block-search-form .form-text {
  width: 329px;
  padding: 1px 0 0 32px;
  letter-spacing: -1.1px;
  font-size: 13px;
  color: #838383;
  background: url('../img/icons.png') no-repeat 7px -93px;
  box-shadow: inset 0 -2px 0 0 #d7d7d7;
}

.page-blog .block-search-form .form-text::-webkit-input-placeholder{
  letter-spacing: -1.1px !important;
  font-size: 13px;
  color: #838383;
}
.page-blog .block-search-form .form-text::-moz-placeholder{
  letter-spacing: -1.1px !important;
  font-size: 13px;
  color: #838383;
}
.page-blog .block-search-form .form-text:-ms-input-placeholder{
  letter-spacing: -1.1px !important;
  font-size: 13px;
  color: #838383;
}
.page-blog .block-search-form .form-text::placeholder{
  letter-spacing: -1.1px !important;
  font-size: 13px;
  color: #838383;
}

.page-blog .block-search-form .input-group-btn {
  display: none;
}

.page-blog .block-search-form .input-group {
  margin: 0 auto;
}


/** banner *************************************/

.page-news-search .block-views .block-title,
.page-blog .block-views .block-title,
.node-type-blog-post .block-views .block-title {
  display: none;
}

.view-Blog-page-banner {
  margin-top: 31px;
  position: relative;
}

.view-Blog-page-banner .views-field-field-banner-image{
  /*width: 313px;*/
  height: 185px;
}

.view-Blog-page-banner .views-field-field-banner-text {
  position: absolute;
  margin: -157px 0;
  padding: 0px 25px;
}

.view-Blog-page-banner .views-field-field-banner-text .field-content {
  color: #fff;
  font-family: "Bebas", sans-serif;
  font-size: 30px;
  letter-spacing: 0.1px;
  text-align: center;
}

.view-Blog-page-banner .views-field-field-banner-link {
  position: absolute;
  margin-top: -66px;
  padding: 9px 10px;
  text-align: center;
}

.view-Blog-page-banner .views-field-field-banner-link a{
  color: #fff;
  font-family: "Bebas", sans-serif;
  font-size: 20px;
}

.view-Blog-page-banner .views-field-field-banner-link a:after{
  content: "";
  display: inline-block;
  width: 19px;
  height: 20px;
  background: url("../img/icons.png") no-repeat;
  background-position: 0px -43px;
  vertical-align: middle;
  margin-left: 11px;
}

/** 5 posts *************************************/

.page-news-search .more-link,
.page-blog .more-link {
  color: #7fc3d0;
  transition: 0.2s ease;
}
.page-news-search .more-link:hover,
.page-blog .more-link:hover {
  color: #96d9e6;
}

.page-news-search .blog-main-post,
.page-blog .blog-posts-list {
  margin: 2px 0;
}

.page-news-search .blog-main-post .views-field-field-blog-post-image,
.page-blog .blog-posts-list .views-field-field-blog-post-image {
  border: 1px solid #d6d6d6;
  border-bottom: 0;
}

.page-news-search .blog-main-post .views-field-title,
.page-blog .blog-posts-list .views-field-title {
  padding: 17px 24px 10px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1px;
  line-height: 19px;
  height: 66px;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.page-news-search .blog-main-post .views-field-title a,
.page-blog .blog-posts-list .views-field-title a {
  color: #393d3f;
}

.page-news-search .blog-main-post .views-field-totalcount,
.page-news-search .blog-main-post .views-field-created,
.page-news-search .blog-main-post .views-field-uid,
.page-blog .blog-posts-list .views-field-totalcount,
.page-blog .blog-posts-list .views-field-created,
.page-blog .blog-posts-list .views-field-uid {
  display: inline-block;
  margin-left: 47px;
  color: #aeafb2;
  font-size: 12px;
  width: 55px;
}

.page-news-search .blog-main-post .views-field-uid,
.page-news-search .blog-main-post .views-field-totalcount,
.page-blog .blog-posts-list .views-field-uid,
.page-blog .blog-posts-list .views-field-totalcount {
  margin-left: 23px;
}

.page-news-search .blog-main-post .views-field-created:before,
.page-news-search .blog-main-post .views-field-uid:before,
.page-news-search .blog-main-post .views-field-totalcount:before,
.page-blog .blog-posts-list .views-field-created:before,
.page-blog .blog-posts-list .views-field-uid:before,
.page-blog .blog-posts-list .views-field-totalcount:before {
  content: "";
  background: url("../img/icons.png") no-repeat;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  margin: -1px -23px;
}

.page-news-search .blog-main-post .views-field-uid:before,
.page-news-search .blog-main-post .views-field-totalcount:before,
.page-blog .blog-posts-list .views-field-uid:before,
.page-blog .blog-posts-list .views-field-totalcount:before {
  height: 12px;
  background-position: 0 -13px;
}

.page-news-search .blog-main-post .views-field-body,
.page-blog .blog-posts-list .views-field-body {
  font-size: 15px;
  color: #65696b;
  padding: 32px 23px 31px;
  border: 1px solid #d6d6d6;
  border-top: 0;
  margin-top: -20px;
  height: 137px;
}

.page-news-search .blog-main-post .views-field-body p,
.page-blog .blog-posts-list .views-field-body p {
  line-height: 19px;
}

.page-news-search .blog-main-post .pager,
.page-blog .blog-posts-list .pager {
  margin: 0;
}
.page-news-search .blog-main-post .pager--infinite-scroll,
.page-blog .blog-posts-list .pager--infinite-scroll {
  /*height: 400px;*/
  margin-bottom: 80px;
}

.page-news-search .blog-main-post .pager__item,
.page-blog .blog-posts-list .pager__item {
  width: 100%;
  height: 100%;
}

.page-news-search .blog-main-post .pager li>a,
.page-news-search .blog-main-post .pager li>span,
.page-blog .blog-posts-list .pager li>a,
.page-blog .blog-posts-list .pager li>span {
  width: 199px;
  height: 41px;

  font-family: "GothamPro",sans-serif;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;

  color: #063565;
  border: 2px solid #063565;
  border-radius: 0;

  -webkit-transition: 0.2s ease;
          transition: 0.2s ease;
}

.page-news-search .blog-main-post .pager li>a:after,
.page-blog .blog-posts-list .pager li>a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../img/upd-arrow.png') no-repeat;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  vertical-align: sub;
  margin-left: 8px;
}

.page-news-search .blog-main-post .pager li>a:hover,
.page-blog .blog-posts-list .pager li>a:hover {
  background: #063565;
  color: #fff;
  font-weight: normal;
}

.page-news-search .blog-main-post .pager li>a:hover:after,
.page-blog .blog-posts-list .pager li>a:hover:after {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  background-position: right;
}

.page-news-search .blog-main-post .pager li>a.progress-disabled:after,
.page-blog .blog-posts-list .pager li>a.progress-disabled:after {
  -webkit-animation: rot 1.5s;
       -o-animation: rot 1.5s;
          animation: rot 1.5s;
}
@-webkit-keyframes rot {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@-o-keyframes rot {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@-moz-keyframes rot {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes rot {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.page-news-search .blog-main-post .pager,
.page-blog .blog-posts-list .pager {
  padding-left:  0;
  padding-right: 0;
}

.page-news-search .col-xs-6.col-sm-4,
.page-blog .col-xs-6.col-sm-4 {
  height: 445px;
  margin-bottom: 31px;
}

.page-news-search #views-bootstrap-grid-1,
.page-blog #views-bootstrap-grid-1 {
  /*margin-bottom: 70px;*/
  margin-top: 30px;
  overflow: hidden;
}

/** pagination ******************************************/
.page-news-search .blog-pager .pager-first,
.page-news-search .blog-pager .prev,
.page-news-search .blog-pager .next,
.page-news-search .blog-pager .pager-last,
.page-blog .blog-pager .pager-first,
.page-blog .blog-pager .prev,
.page-blog .blog-pager .next,
.page-blog .blog-pager .pager-last {
  display: none;
}

.page-news-search .blog-pager .pagin-nation,
.page-blog .blog-pager .pagin-nation {
  margin: 0;
}

.page-news-search .blog-pager .pagin-nation>li,
.page-blog .blog-pager .pagin-nation>li {
  display: inline-block;
}

.page-news-search .blog-pager .pagin-nation>li>a,
.page-news-search .blog-pager .pagin-nation>li>span,
.page-blog .blog-pager .pagin-nation>li>a,
.page-blog .blog-pager .pagin-nation>li>span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #828282;
  padding: 7px 8px;
  display: inline-block;
  font-size: 13px;
  margin: 0 13px;
}

.page-news-search .blog-pager .pagin-nation>li>a,
.page-blog .blog-pager .pagin-nation>li>a {
  color: #828282; /* 7fc3d0 */
}

.page-news-search .blog-pager .pagin-nation>li>span,
.page-blog .blog-pager .pagin-nation>li>span {
  color: #fff;
  background: #426ea0;
  border-color: #426ea0;
}

.page-news-search .view-footer,
.page-blog .view-footer {
  margin-top: -33px;
  margin-bottom: 30px;
}

.page-news-search .block-block-8 .title.block-title,
.page-blog .block-block-8 .title.block-title,
.node-type-blog-post .block-block-8 .title.block-title {
  text-align: center;
  margin-top: -3px;
  margin-bottom: 9px;
  font-weight: bold;
  color: #416ea0;
  font-size: 15px;
  letter-spacing: 0.1px;
}

/** media ******************************************/

@media (max-width: 1229px){
  .page-news-search .page-header,
  .page-blog .page-header {
    text-align: center;
  }

  .page-blog .blog-main-post {
    width: 100%;
  }

  .page-news-search .view-display-id-page .views-field-title span a,
  .page-blog .view-display-id-page .views-field-title span a {
    margin-right: 25px;
  }

  .page-blog .blog-main-post img {
    margin: 0 auto;
  }

  .page-news-search .blog-aside,
  .page-blog .blog-aside,
  .node-type-blog-post .blog-aside{
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .page-news-search [id^="edit-actions"] .form-submit,
  .page-blog [id^="edit-actions"] .form-submit,
  .node-type-blog-post [id^="edit-actions"] .form-submit {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .page-news-search .blog-aside .block-views,
  .page-blog .blog-aside .block-views,
  .node-type-blog-post .blog-aside .block-views {
    max-width: 313px;
    margin: 0 auto;
  }

  .page-news-search .blog-posts-list .views-field-body,
  .page-blog .blog-posts-list .views-field-body{
    font-size: 12px;
    line-height: 15px;
  }
  /***/
  .page-news-search .block-webform,
  .page-news-search .region-blog-sidebar .block-views,
  .page-news-search .region-blog-sidebar .block-block-8,
  .page-blog .block-webform,
  .page-blog .region-blog-sidebar .block-views,
  .page-blog .region-blog-sidebar .block-block-8,
  .node-type-blog-post .region-blog-sidebar .block-webform,
  .node-type-blog-post .region-blog-sidebar .block-block-8 {
    width: 390px;
    display: inline-block;
    vertical-align: middle;
  }

  .page-news-search .block-webform,
  .page-blog .block-webform,
  .node-type-blog-post .block-webform {
    margin-right: 23px;
  }

  .page-news-search .region-blog-sidebar,
  .page-blog .region-blog-sidebar,
  .node-type-blog-post .region-blog-sidebar {
    text-align: center;
  }

  .page-news-search  .view-Blog-page-banner,
  .page-blog  .view-Blog-page-banner {
    margin-top: 0;
  }
  /**/

  .node-type-blog-post #webform-component-how {
    margin-top: -11px;
  }

  .page-news-search .block-search-form,
  .page-blog .block-search-form {
    margin-top: 0;
  }
}
/*@media (min-width: 810px) {*/
  .page-news-search .view-display-id-page .views-field-field-blog-post-image,
  .page-blog .view-display-id-page .views-field-field-blog-post-image {
    min-width: 810px;
    min-height: 100px;
  }
/*}*/

@media (max-width: 809px) {
  .page-news-search .view-display-id-page .views-field-field-blog-post-image,
  .page-blog .view-display-id-page .views-field-field-blog-post-image {
    min-width: auto;
    min-height: auto;
  }
  .page-news-search .view-display-id-page .views-field-title span a,
  .page-blog .view-display-id-page .views-field-title span a {
    font-size: 18px;
    line-height: 28px;
  }

  .page-news-search .img-responsive,
  .page-blog .img-responsive {
    width: 100%;
  }

  .page-news-search [id^="edit-actions"],
  .page-blog [id^="edit-actions"],
  .node-type-blog-post [id^="edit-actions"] {
    width: 100%;
  }
}

@media (max-width: 807px) {
  .page-news-search .block-webform,
  .page-blog .block-webform,
  .node-type-blog-post .block-webform {
    margin-right: 15px;
  }
}

@media (max-width: 798px) {
  .page-news-search .block-webform,
  .page-blog .block-webform,
  .node-type-blog-post .block-webform {
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-news-search .region-blog-sidebar .block-block-8,
  .page-blog .region-blog-sidebar .block-block-8,
  .node-type-blog-post .region-blog-sidebar .block-block-8 {
    width: 100%;
    overflow: hidden;
  }

  .fb_iframe_widget iframe {
    width: 100% !important;
  }

  .page-news-search article > .views-field-created,
  .page-news-search article > .views-field-totalcount,
  .page-blog article > .views-field-created,
  .page-blog article > .views-field-totalcount,
  .node-type-blog-post article > .views-field-created,
  .node-type-blog-post article > .views-field-totalcount {
    position: static;
    display: inline-block;
    margin-left: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 690px) {
  .page-news-search .block-webform,
  .page-blog .block-webform,
  .node-type-blog-post .block-webform {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 499px) {
  .page-news-search .col-xs-6.col-sm-6,
  .page-blog .col-xs-6.col-sm-4 {
    width: 100%;
    height: auto;
  }

  .page-news-search .view-display-id-page .views-field-title span a,
  .page-blog .view-display-id-page .views-field-title span a {
    font-size: 15px;
    line-height: 20px;
  }

  .page-news-search .view-footer,
  .page-blog .view-footer {
    margin-top: 10px;
  }
}

@media (max-width: 389px) {
  .page-blog .block-search-form{
    padding: 0 15px;
  }

  .page-blog .block-search-form .input-group{
    display: block;
  }

  .page-blog .block-search-form .form-text{
    width: 100%;
  }
}

/***********************************************************
*
*
*
* Blog end
*
*
*
*******************************************************************/


/***********************************************************
*
*
*
* Blog Post
*
*
*
*******************************************************************/

/** main ****************************************************/

.node-type-blog-post .main-container > .row-own {
  max-width: 1230px;
  margin: 0 auto 18px;
}

.node-type-blog-post h1 {
  font-size: 25px;
  max-width: 645px;
  height: 69px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 30px;
  border: 0;
  margin-top: 34px;
  color: #353a3d;
}

.node-type-blog-post .views-field-created,
.node-type-blog-post .views-field-totalcount {
  position: absolute;
  right: 14px;
  width: 55px;
  margin-top: -76px;
  font-size: 12px;
  color: #aeafb2;
}

.node-type-blog-post .views-field-totalcount {
  margin-top: -47px;
}

.node-type-blog-post .views-field-created:before,
.node-type-blog-post .views-field-totalcount:before {
  content: "";
  background: url("../img/icons.png") no-repeat;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  margin: -1px -23px;
}

.node-type-blog-post .views-field-totalcount:before {
  height: 12px;
  background-position: 0 -13px;
}

.node-type-blog-post .ajax-progress,
.page-blog .ajax-progress,
.page-news-search .ajax-progress{
  display: none;
}

/** article ************************************************/

.node-type-blog-post article {
  width: 810px;
  border-bottom: 2px solid #d6d6d6;
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
}
.node-type-blog-post article .field-name-body p {
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 18px;
  margin-bottom: 17px;
  color: #414141;
}

.node-type-blog-post article .field-name-body h2 {
  font-weight: bold;
  font-size: 18px;
  margin: 17px 0;
  letter-spacing: 0.1px;
}

.node-type-blog-post article .field-name-field-blog-post-image {
  margin-bottom: 15px;
}

.node-type-blog-post article footer{
  display: none;
}

/** banner ************************************************/

#block-views-Blog-post-banner-block-1 h2 {
  display: none;
}
.node-type-blog-post .view-id-blog_post_banner {
  max-width: 655px;
  position: relative;
  margin: 10px 0;
}
.node-type-blog-post .view-Blog-post-banner .views-field-field-banner-text {
  position: absolute;
  margin-top: -74px;
  color: #fff;
  padding: 0 30px;
}

.node-type-blog-post .views-field-field-banner-text .field-content {
  font-family: "Bebas";
  font-size: 30px;
}

.node-type-blog-post .views-field-field-banner-small-text {
  position: absolute;
  margin-top: -35px;
  color: #fff;
  font-size: 12px;
  padding: 0 30px;
  letter-spacing: 0.6px;
}

.node-type-blog-post .views-field-field-banner-link{
  width: 150px;
  height: 41px;
  position: absolute;
  right: 31px;
  margin-top: -66px;
  padding: 9px 10px;

  background: #f9ee43;

  text-align: center;
  letter-spacing: 0.5px;
}

.node-type-blog-post .view-Blog-post-banner .views-field-field-banner-link:hover{
  background: #faf279;
}


.node-type-blog-post .view-Blog-post-banner .views-field-field-banner-link a{
  color: #393d3f;
  font-family: "Bebas", sans-serif;
  font-size: 20px;
}

.node-type-blog-post .view-Blog-post-banner .views-field-field-banner-link a:after{
  content: "";
  display: inline-block;
  width: 19px;
  height: 20px;
  background: url("../img/icons.png") no-repeat;
  background-position: 0px -65px;
  vertical-align: middle;
  margin-left: 11px;
}

/** social ************************************************/

.addtoany_list {
  display: block;
  margin: 32px 0 36px;
}

.addtoany_list > a {
  display: inline-block;
  padding: 0 10px 0 0;
}
.addtoany_list > a > span {
  background: url("../img/socials.png") no-repeat !important;
  -webkit-background-size: auto !important;
          background-size: auto !important;
}
.addtoany_list a:hover span {
  opacity: 1;
}

.addtoany_list > a.a2a_button_facebook > span {
  background-position: 0 0 !important;
}

.addtoany_list > a.a2a_button_facebook:hover > span {
  background-position: -41px 0 !important;
}


.addtoany_list > a.a2a_button_twitter > span {
  background-position: 0 -41px !important;
}

.addtoany_list > a.a2a_button_twitter:hover > span {
  background-position: -41px -41px !important;
}


.addtoany_list > a.a2a_button_google_plus > span {
  background-position: 0 -82px !important;
}

.addtoany_list > a.a2a_button_google_plus:hover > span {
  background-position: -41px -82px !important;
}


.addtoany_list > a.a2a_button_email > span {
  background-position: 0 -123px !important;
}

.addtoany_list > a.a2a_button_email:hover > span {
  background-position: -41px -123px !important;
}


/** read more block ******************************************/


#block-views-related-posts-block .block-title {
  display: block;
  font-size: 20px;
  color: #838383;
  text-transform: uppercase;
  margin-top: 19px;
  letter-spacing: 0.4px;
}

#block-views-related-posts-block .block-title span {
  color: #416ea0;
}

.view-Related-posts .views-field-title a {
  font-size: 15px;
  margin-top: 26px;
  display: block;
  color: #4e4e4e;
  font-weight: bold;
  letter-spacing: 0.1px;
}

.view-Related-posts .views-row {
  display: inline-block;
  vertical-align: top;
  width: 31.33%;
  margin-right: 26px;
}

.view-Related-posts .views-field-created,
.view-Related-posts .views-field-totalcount {
  display: inline-block;
  position: static;
}
.view-Related-posts .views-field-created{
  margin-left: 23px;
  margin-top: 15px;
}

.view-Related-posts .views-field-totalcount {
  margin-left: 22px;
}

.view-Related-posts .views-row-3,
.view-Related-posts .views-row-4 {
  margin-top: 13px;
}

.block-views-related-posts-block {
  margin-bottom: 40px;
}

/** media ******************************************/

@media (max-width: 1229px){
  .node-type-blog-post article{
    width: 100%;
  }

  .img-responsive {
    margin: 0 auto;
  }

  .node-type-blog-post .view-id-blog_post_banner{
    margin: 50px auto;
  }

  .view-Related-posts .views-row {
    width: 45%;
  }

  .node-type-blog-post .main-container > .row-own {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .view-Related-posts .views-field-created {
    margin-left: 23px;
    margin-top: 15px;
  }
}

@media (max-width: 597px) {
  .node-type-blog-post .block-views-related-posts-block {
    padding: 0 15px;
  }
  .view-Related-posts .views-row {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 684px) {
  .node-type-blog-post .view-Blog-post-banner .views-field-field-banner-text {
    position: static;
    margin: 0;
    background: #393d3f;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .node-type-blog-post .views-field-field-banner-small-text {
    padding: 0 30px;
    position: static;
    margin: -9px 0 0 0;
    background: #393d3f;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .node-type-blog-post .view-Blog-post-banner .views-field-field-banner-link{
    width: 100%;
    margin: 0;
    left: 0;
  }

  .node-type-blog-post .main-container > .row-own {
    padding: 0 0;
  }

  .node-type-blog-post .main-container article,
  .node-type-blog-post h1 {
    padding: 0 15px;
  }

}

@media (max-width: 389px) {
  .node-type-blog-post #webform-component-how {
    width: 130%;
    height: auto;
    margin: -11px -29px 25px;
  }

  .node-type-blog-post .region-blog-sidebar .block-webform {
    width: 100%;
    overflow: hidden;
  }
}

/***********************************************************
*
*
*
* Blog Post end
*
*
*
*******************************************************************/

/***********************************************************
*
*
*
* Search
*
*
*
*******************************************************************/
.page-search-node .row-own {
  width: 1230px;
  margin: 0 auto;
}

.search-result {
  margin: 30px 0;
}

.search-result h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

.search-info {
  display: none;
}
/***********************************************************
*
*
*
* Search end
*
*
*
*******************************************************************/
/***********************************************************
*
*
*
* News search page
*
*
*
*******************************************************************/
.page-news-search .highlighted,
.blog-head .highlighted {
  width: 810px;
  max-width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
}
.page-news-search #edit-submit-blog,
.blog-head #edit-submit-blog{
    margin-top: 0;
    width: 150px;
    height: 40px;
    border: 0;
    background: #063565;
    letter-spacing: .3px;
    font-size: 14px;
    line-height: 29px;
    color: #fff;
    text-transform: uppercase;
    float: right;
}
.page-news-search #edit-submit-blog:hover,
.blog-head #edit-submit-blog:hover {
  background: #0d6aa0;
}
.page-news-search #edit-submit-blog:after,
.blog-head #edit-submit-blog:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background: url("../img/search-btn.png") no-repeat center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain; 
  width: 14px;
  height: 15px;
}
.page-news-search #edit-combine,
.blog-head #edit-combine {
  width: 630px;
  max-width: 100%;
  height: 40px;
  font-family: "GothamProMed", sans-serif;
  font-size: 15px;
  color: #063565;
  padding: 0;
  border-bottom: 2px solid #D7D7D7;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
.page-news-search #views-bootstrap-grid-1,.page-news-search .block-webform {
  margin-top: 0;
}
.page-news-search .views-exposed-form .views-exposed-widget,
.block-head .views-exposed-form .views-exposed-widget {
  padding: 0;
}
.page-news-search .views-exposed-widget.views-submit-button,
.block-head .views-exposed-widget.views-submit-button {
  float: right;
  width: 150px;
  padding: 0;
}
.page-news-search .blog-main-post .views-field-body {
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  .views-exposed-form .views-exposed-widget {
    float: none;
  }
  .page-news-search #edit-combine {
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 90%;
    padding: 0 15px;
    border: 2px solid #D7D7D7;
  }
  .page-news-search .views-exposed-widget.views-submit-button,
  .blog-head .views-exposed-widget.views-submit-button {
    float: none;
    margin: 0 auto;
  }
}

/***********************************************************
*
*
*
* News search page end
*
*
*
*******************************************************************/

.description em {
    display: block;
    font-size: .8rem;
    line-height: 1.3;
    margin: .2rem 0;
}

.description em:first-child {
    display: none;
}