@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin,cyrillic);
@import url("social-icons/style.css");

.fancybox-inner {
  overflow: hidden !important;
}

.fancybox-skin {
  background-color: #FFFFFF !important;
}

.meduspods {
  display: none;
}

h1, h2, h3, #top a, .button {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

body, input, textarea, select, input {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #555555;
}

a {
  text-decoration: none;
  color: #366ABE;
}

a:hover {
  text-decoration: underline;
}

b, strong {
  font-weight: 500;
}

img {
  border: 0;
}

.clear {
  clear: both;
}

.small {
  font-size: 15px;
}

.big {
  font-size: 17px;
}

.black {
  color: #333333;
}

.light {
  color: #99A1B7;
}

.red {
  color: #CC0000;
}

.new {
  font-weight: 400;
  color: #CC0000;
  position: relative;
  font-size: 85%;
  top: -4px;
}

/* headings */

h1, h2.big {
  font-size: 34px;
  color: #283e83;
  letter-spacing: -1px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}

h1 span {
  font-weight: normal;
}

h2, #details h3 {
  font-size: 24px;
  color: #2c3e50/*#798094*/;
  letter-spacing: -1px;
  margin-top: 25px;
  margin-bottom: 0px;
  font-weight: normal;
}

#details h3 {
  margin-top: 30px !important;
}

.frontpage h2 {
  margin-top: 5px;
}

h2:first-child {
  margin-top: 5px;
}

p, li {
  line-height: 1.6;
}

p {
  margin: 20px 0px 11px 0px;
}

pre {
  margin: 0px;
  line-height: 1;
}

/* screenshot */

img.screenshot {
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
}

a.zoomglass {
  display: block;
  position: relative;
  line-height: 1;
}

span.zoomglass {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: url(../images/zoom.png) center center no-repeat;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in; 
  transition: opacity 0.3s ease-in; 
}

a.zoomglass:hover span {
  opacity:0.8;   
}

/* links */

.scroll_to.down {
  background: url(../images/icons/icon-down.svg) no-repeat left center;
}

.scroll_to.up {
  background: url(../images/icons/icon-up.svg) no-repeat left center;
}

.scroll_to.back {
  background: url(../images/icons/icon-back.svg) no-repeat left center;
}

.shot {
  background: url(../images/icons/icon-screenshot.svg) no-repeat left center;
}

.scroll_to.up, .scroll_to.down, .scroll_to.back, .shot {
  background-position: 4px center;
  padding-left: 27px;
  background-size: 18px;
}


/* misc */

div.team {
  float: left;
  width: 200px;
}

div.team img {
  border: 1px solid #C7CBD8;
}

div#customers > div {
    margin: 20px -1%;
}

div.customer {
  float: left;
  width: 18%;
  height: 100px;
  margin: 1%;
  box-sizing: border-box;
  border: 1px solid #C7CBD8;
  text-align: center;
  background: #FFFFFF none no-repeat center center;
  border-radius: 5px;
}


/* following is for smart browsers */

@media screen and (max-width:1000px){

    div.customer {
      width: 45%;
      margin: 2.5%;
    }

    div#customers > div {
        margin: 20px -2.5%;
    }

}

.showcase-content-container, .showcase-content {
    background-color: #FFFFFF;
}

#showcase .bannertext1 {
    margin-top: 40px;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 55px;
    text-align: center;
    letter-spacing: -3px
}

#showcase .bannertext2 {
    margin-top: 5px;
    margin-bottom: 13px;
    font-weight: normal;
    font-size: 23px;
    text-align: center;
    letter-spacing: -1px
}

div.customer2 {
  float: left;
  width: 17%;
  height: 100px;
  margin: 0px 0px 0px 2%;
  /*border: 1px solid #C7CBD8;*/
  text-align: center;
  background: #FFFFFF none no-repeat center center;
  /*box-shadow: inset 0px 0px 5px -3px #333333;*/
  border-radius: 5px;
}

/* Lists */

ul {
  list-style: none outside none;
  padding-left: 20px;  
}

ul li {
  padding-left: 22px;
  background: url(../images/icons/icon-bullet.svg) no-repeat left 7px;
  background-size: 8px 8px;
  margin-bottom: 3px;
}

ol li {
  margin-bottom: 3px;
}

ul.features {
  float: left;
  width: 30%;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0;
}

ul.features + ul.features {
  padding-left: 4.9%;
}

ul.features li {
  background: none top left no-repeat;
  background-size: 32px 32px;
  padding-left: 43px;
}

.large-icons ul.features li {
  background-size: 36px 36px;
  padding-left: 50px;
}

div.benefits ul {
  padding: 0px;
}

div.benefits ul li {
  list-style: none;
  background: url("../images/icons/icon-check-green.svg") no-repeat top left transparent;
  background-size: 20px 20px;
  padding-left: 24px;
  margin: 30px 0px;
}

ul.features li b, ul.benefits li b, div.benefits ul li b {
  color: #333333;
  font-weight: 500;
}


ul.features li, ul.benefits li {
  margin: 30px 0px;
}

ul.features li:last-child {
  /*margin-bottom: 0px;*/
}

ul.benefits, ul.bigicons, ul.checked, ul.support, ul.subfeatures {
  padding: 0px;
}

ul.subfeatures {
  margin-left: 0px;
}

ul.subfeatures li {
  background: url(../images/icons/icon-check-feature.svg) left 4px no-repeat;
  background-size: 16px 16px;
  padding-left: 25px;
  margin: 8px 0px 8px 0px;
}

ul.subfeatures li span {
  font-size: 13px;
  color: #99A1B7;
}

ul.benefits li {
  list-style-image: url(../images/icons/small/check_small.png);
  background: none;
  padding-left: 0px;
}

ul.bigicons li {
  list-style: none outside none;
  background: none center left no-repeat;
  background-size: 34px 34px;
  padding: 9px 0px 9px 43px;
}

ul.support li {
  list-style: none outside none;
  background: none top left no-repeat;
  background-size: 34px 34px;
  padding-left: 43px;
  margin: 20px 0px 20px 0px;
}

ul.support li a {
  font-weight: 500;
}

ul.checked li {
  list-style: none;
  background: url("../images/icons/icon-check-green.svg") no-repeat top left transparent;
  background-size: 20px 20px;
  padding: 0px;
  padding-left: 25px;
  margin-bottom: 6px;
}

ul.checked.horizontal li {
  float: left;
  margin-right: 20px;
}

/* Forms */

form .inactive {
  color: #99A1B7;
}

form .active, form .focused {
  color: #515560;  
}

form.supportform p {
  margin: 3px 0px 0px 0px;
  font-size: 12px;
}

.supportform input {
  width: 285px;
}

.supportform select {
  width: 306px;
}

::-webkit-input-placeholder {
    color:    #99A1B7;
}

:-moz-placeholder {
    color:    #99A1B7;
}

.supportform h3, .label {
  font-size: 15px;
  font-weight: 500;
  margin: 25px 0px 7px 0px; 
}

input[type=text], input[type=file], select, textarea {
  border: 1px solid #CCD2DB;
  border-radius: 3px;
  padding: 10px;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
}

/* price table */

table.pricing {
  border-collapse: collapse;
  margin: 20px 0px 7px 0px;
}

table.pricing td a {
  text-decoration: none;
  color: #555555;
}

table.pricing td {
  padding: 4px 0px 4px 0px;
}

table.pricing tr td+td {
  text-align: right;
}

table.pricing tr td+td a {
  text-decoration: none;
  color: #000000;
  border-radius: 18px;
  padding: 5px 34px 5px 6px;
  padding-right: ; 
  background: url(../images/icons/icon-cart.svg) 90% center no-repeat;
  background-size: 22px 22px;
  border: 2px solid transparent;
}

table.pricing tr:hover td+td a {
  border: 2px solid #333333;
}

table.pricing tr:hover a {
  color: #000000;
}

/* compare table */

table.compare {
  border-collapse: collapse;
  margin: 0px -5px;
}

table.compare td {
  padding: 5px 7px;
}

table.compare tr.check:hover {
  background-color: #F6F7F9;
}

/* buttons */

.button {
  display: inline-block;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #327ABC;
  font-size: 16px;
  line-height: 48px;
  height: 48px;
  padding: 0px 5px;
  min-width: 230px;
  margin-bottom: 4px;
  border: none;
}

.button:hover {
  text-decoration: none;
  opacity: 0.9;  
}

.button.green {
  border-radius: 3px;
  background-color: #86B428;
}

.button.big {
  margin-bottom: 0px;
  min-width: 250px;
  font-size: 17px;
  line-height: 49px;
  height: 49px;
}

.button.small {
  font-size: 14px;
  min-width: 100px;
  line-height: 32px;
  height: 32px;
  margin-bottom: 0px;
  font-weight: 400;
}

/* buy items */

h3.buy {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 28px 0px 5px 0px;
}

h3.buy span {
  font-weight: normal;  
}

p.buy {
  margin: 7px 0px 14px 0px !important;
}

span.buy {
  background-color: #F6F7F9;
  border-radius: 16px;
  padding: 7px 10px 7px 10px;
  font-size: 14px;
}


/* Important note */

.notify {
  background-color: #F8F7D3;
  border-radius: 4px;
  padding: 7px 10px 7px 10px;
}

/* highlights*/

.framedpic, .hlightpic {
  background-color: #FFF; 
  border: 4px solid #E9EEF5/*#C9D7E9*/;
  box-shadow: inset 0px 0px 5px 7px #FFFFFF;
}

.framedpic {
  margin: 15px 0px 15px 0px;
  max-width: 100%;
}

.framedpic:last-child {
  margin: 15px 0px 5px 0px;
}

.hlightpic {
  float: left;
}

.hlightpic:hover {
  box-shadow: inset 0px 0px 35px -1px #333333;
}

.hlighttext {
  width: 51%;
  float: right
}


/* samples */

.thumbnail {
  float: left;
  margin-bottom: 35px;
  margin-right: 35px;
  width: 285px;
  height: 200px;
  border: 7px solid #E1E9F2;
  border-radius: 5px;
  box-shadow: inset 0px 0px 5px 7px #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
}

.thumbnail:nth-child(3n) {
  margin-right: 0px;
}

.thumbnail:hover {
  border-color: #C9D7E9;
  box-shadow: inset 0px 0px 35px -1px #333333;
}

@media screen and (max-width:1000px){
    .thumbnail {
      margin-bottom: 4%;
      margin-right: 4%;
      width: 28%;
      height: 200px;
    }
    .thumbnail:nth-child(3n) {
      margin-right: 0px;
    }
}

@media screen and (max-width:700px){
    .thumbnail {
      margin-bottom: 35px;
      margin-right: 0px;
      width: 285px;
      height: 200px;
      float: none;
      display: block;
    }
    .thumbnail:nth-child(3n) {
      margin-right: 0px;
    }
}


/* bottom button bar */

div.bigbuttons.moneyback {
  background: url(../images/moneyback.png) right top no-repeat;
}

div.bigbuttons > div {
  padding-bottom: 5px;
  width:540px;
  margin: 0 auto;
  text-align: center;
}

div.bigbuttons > div > div:first-child {
  float: left;
}

div.bigbuttons > div > div:last-child {
  float: right;
}

/* colorbox */

div.msgbox {
  padding: 15px;
}

/* geo selector */

ul.geoselect {
  margin: 0px;
  padding: 0px;
}

ul.geoselect li {
  background-image: none;
  font-size: 17px;
  margin: 10px 0px 10px 0px;
  padding-left: 25px;
}

ul.geoselect li:hover {
  
}

ul.geoselect li.selected {
  background-image: url(../images/icons/icon-check.svg);
  background-size: 20px 20px;
  background-position: 0px center;  
}

/* products */

.products ul {
  list-style: none;  
  padding: 0px;
  margin: 10px 0px 0px 0px;
}

.products li {
  border-radius: 4px;
  padding: 5px 7px;
  margin: 7px 0px 2px 0px;
  background-image: none;
}

.products li a {
  text-decoration: none;
  display: block; 
  color: #515560; 
}

.products li a b {
  color: #366ABE;
}

.products li:hover {
  background-color: #EBEEF1;
}

.products h2 {
  line-height: 36px;
  background: no-repeat left top;
  background-size: 36px;
  padding-left: 47px;
}

.products h2.icon-web {
  background-image: url(../images/icons/icon-web.svg);
}

.products h2.icon-screen {
  background-image: url(../images/icons/icon-screen.svg);
}

.products h2.icon-police {
  background-image: url(../images/icons/icon-police.svg);
}

.products.popup {
  font-size: 14px;
}

.products.popup ul {
  margin: 0px;
}

.products.popup li {
  line-height: 1.3;
  margin: 10px 0px 3px 0px;
}

.products.popup h2 {
  font-size: 20px;
  line-height: 32px;
  background-size: 32px;
  padding-left: 42px;
}

.products.popup li a b {
  font-size: 14px;   
}

/* promo */

.badge {
  right: -142px;
  top: -15px;
  position: absolute; 
  z-index: 100; 
  width: 137px; 
  height: 130px; 
  background: url(../images/piggy.svg) no-repeat;
}

.badge a {
  display: block; 
  height: 70px; 
  padding-top: 60px;
  padding-left: 19px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1.05; 
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none; 
  letter-spacing: -0.5px;
}

.badge a span {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold
}

/* testimonial */

.quote {
  font-family: Georgia, serif;
  font-style: italic;
}

.testimonial {
  background: url(../images/quotes1.png) left 20px no-repeat, url(../images/quotes2.png) right 20px no-repeat;
  padding: 15px 90px 22px 90px;
  margin: 0px 20px 0px 20px;
}

.testimonial p {
  font-size: 18px;
  margin: 7px 0px 7px 0px;
}

.social-follow {
  display: inline-block;
  height: 45px;
}
.social-follow * {
  vertical-align: middle;
  line-height: 45px;
}
.social-follow a {
   font-size: 49px;
}
.social-follow a:hover {
   text-decoration: none;
   color: #99A1B7;
}
.icon-twitter {
    color: #44CCF6;
}
.icon-facebook {
    color: #3B5998;
}
.icon-gplus {
    color: #D13F2D;
}

@media screen and (max-width:1000px){
    ul.features {
        float: none;
        width: auto;
        padding: 0;
    }
    ul.features + ul.features {
      padding-left: 0;
    }
    span.buy {
        margin-top: 10px;
        display: block;
    }
    .hlightpic {
        float: none;
    }
    .hlighttext {
        width: auto;
        float: none;
    }
    div.bigbuttons.moneyback {
        background-image: none;
    }
    div.bigbuttons > div {
      width: auto;
    }

    div.bigbuttons > div > div:first-child {
      float: none;
      margin-bottom: 30px;
    }

    div.bigbuttons > div > div:last-child {
      float: none;
    }

    #showcase {
      display: none;
    }

}