/*
Theme Name: SerpRanks
Author: UAB "InternetSolutions"
Author URI: http://internetsolutions.lt
Description: 
Version: 0.1 Alpha
*/

@import url("css/superfish.css");
@import url("css/reset.css");
@import url("css/spec.css");
@import url("css/meniu.css");
@import url("css/bootstrap.css");

html {}
body{
  font-family: 'Open sans', sans-serif;
}
.wrapper{
  margin: 0 auto;
  position:relative;
  overflow:hidden;
}

nav {
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 9;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.3);
  position: fixed;
}

#logo img {
  padding-top: 13px;
  transition: all 0.3s;
}

#logo img:hover {
  filter: saturate(200%);
  -webkit-filter: saturate(200%);
}


.promo {
  width: 100%;
  padding-top: 80px;
}

.promo .mobilebg {
  width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: 580px;
  background: url('img/promobg2.jpg') no-repeat center center;
  background-size: cover;
}

#features h1 {
  font: 700 50px/55px 'Exo 2', sans-serif;
  color: #24b912;
  text-align: center;
  width: 100%;
   margin: 1em 0;
}





.plan {
  width: 199px;
  float: left;
  text-align: center;
  height: 302px;
  background: url('img/planbg.jpg') repeat-x left top;
  margin-top: 34px;
  position: relative;
}

#pricing {
  background: url('img/pricebg.jpg') no-repeat center center;
  background-size: cover;
  padding-top: 70px;
}

#pricing h1 {
  width: 100%;
  text-align: center;
  font: 700 50px/55px 'Exo 2', sans-serif;
  color: #0f4977;
  margin: 1em 0;
}

.plan:nth-child(2) {
  margin-right: 1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.plan:last-child {
  margin-left: 1px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.popularPlan {
  position: relative;
  width: 202px;
  height: 336px;
  float: left;
  text-align: center;
  background: url('img/ppbg.jpg') repeat-x left bottom, url('img/pptbg.png') no-repeat center top;
  -webkit-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.1);
  z-index: 8;
}

.plan h2,
.popularPlan h2,
.popularPlanMobile h2 {
  color: #fff;
  margin: 0;
  margin-top: 15px;
  font-size: 22px;
}

.popularPlanMobile h2 {
  padding-top: 15px;
}

.plan > h3,
.popularPlan h3,
.popularPlanMobile h3 {
  font-weight: 400;
  color: #fff;
  font-size: 70px;
  margin-bottom: 0;
}

.popularPlan h3,
.popularPlanMobile h3 {
  margin-top: 35px;
}

.plan > h3 span {
  font-weight: 400;
  color: #fff;
  font-size: 30px;
}

.permo {
  color: #fff;
  font-weight: 600;
  margin-top: -5px;
}

.gb {
  padding-top: 17px;
}

.popularPlan .gb,
.popularPlanMobile .gb {
  padding-top: 35px;
}

.gb2 {
  margin-top: -15px;
  font-weight: 300;
  font-size: 14px;
  padding-top: 5px;
}
.plan:nth-child(2) .gb {
  padding-top: 5px;
}

.plan a,
.popularPlan a,
.popularPlanMobile a {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 133px;
  height: 39px;
  background: url('img/btnbg.png') no-repeat center center;
  line-height: 39px;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s;
}

.plan a:hover,
.popularPlan a:hover,
.popularPlanMobile a:hover {
  filter: saturate(300%);
  -webkit-filter: saturate(300%);
  text-decoration: none;
}

.btnf {
  font-size: 1.4em;
  padding: 1em 2.6em;
  color: #6fac07;
  background-color: transparent;
  text-align: center;
  font-family: 'Exo 2',sans-serif;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 700;
  border-radius: 3px;
  -moz-hyphens: none;
  border: 2px solid #6fac07;
  display: block;
  margin: 2em auto;
  position: relative;
  max-height: 5em;
  transition: all 0.5s ease 0s;
  width: 100%;
  max-width: 350px
}

.btnfb {
  color: #0f4977;
  border: 2px solid #0f4977;
}

.btnf:hover {
  color: #fff;
  background-color: #6fac07;
  text-decoration: none;
}

.btnfb:hover {
  color: #fff;
  background-color: #0f4977;
  text-decoration: none;
}

.btnf:focus {
  color: #6fac07;
  text-decoration: none;
}

.btnf:focus:hover {
  color: #fff;
  text-decoration: none;
}
.btnf:active {
  text-decoration: none;
}

.btnfb:focus {
  color: #0f4977;
  text-decoration: none;
}

.btnfb:focus:hover {
  color: #fff;
  text-decoration: none;
}
.btnfb:active {
  text-decoration: none;
}



#priceTabs {
  width: 100%;
  float: left;
}

#priceTabs ul {
  padding: 0;
  max-width: 640px;
  margin: 0 auto;
}

#priceTabs ul li {
  list-style: none;
  float: left;

}

#priceTabs ul li:first-child {
  margin-right: 40px;  
}

/*#priceTabs ul li.active a.btnf {
  background-color: #6fac07;
  background-color: transparent !important;

  text-decoration: none;
}

#priceTabs ul li.active a.btnfb {
  background-color: #0f4977;
  background-color: transparent !important;

  text-decoration: none;
}*/

#features {
  padding-top: 70px;
}

#features img {
  max-width: 100%;
  height: auto;
}

#features h2 {
  margin: 0 0 10px 0;
}

img.aligncenter {
  margin: 0 auto;
  text-align: center;
}

.feat {
  min-height: 150px;
}

.popularPlanMobile {
  position: relative;
  width: 202px;
  height: 336px;
  margin: 0 auto;
  float: none;
  clear: both;
  text-align: center;
  background: url('img/ppbg.jpg') repeat-x left bottom, url('img/pptbg.png') no-repeat center top;
  -webkit-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.1);
  z-index: 8;
}

.mslide > img {
  height: 581px;
}

#home #nemus-slider-39 {
  margin: 0;
}

.fscf-div-captcha-sm{margin-top:5px;float:left;width:172px;padding-left:3px;height:44px;}
#fscf_captcha_refresh1{float:right;}
/*.fscf-div-captcha-sm{margin-top:5px;float:left;width:172px;padding-left:11px;padding-top:17px;height:62px;background:url(img/form/captchabg.png) no-repeat;}
#fscf_captcha_refresh1{float:right;margin-top:-17px;}*/
#fscf_captcha_field1{display:inline !important;line-height:14px !important;text-shadow:none !important;float:left;width:100px;letter-spacing:-0.5px;margin-left:2px;font-weight:bold;font-size:12px;margin-top:7px;}
.fscf-div-submit{float:right;width:80px;border:none}
.fscf-button-submit {
  font-size: 1em;
  padding: 0.6em 1.3em;
  color: #6fac07;
  background-color: transparent;
  text-align: center;
  font-family: 'Exo 2',sans-serif;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 700;
  border-radius: 3px;
  -moz-hyphens: none;
  border: 2px solid #6fac07;
  display: block;
  position: relative;
  max-height: 5em;
  transition: all 0.5s ease 0s;
  width: 100%;
  max-width: 200px;
  float: right;
}

.fscf-button-submit:hover {
  color: #fff;
  background-color: #6fac07;
  text-decoration: none;
}

.fscf-input-captcha{float:left;width:79px;padding-left:10px;padding-right:10px;margin-left:2px;border:none;background:url(img/form/inputcaptchabg.png) no-repeat; height:32px;}
#magicsubmit {
  font-size: 1em;
  padding: 0.6em 1.3em;
  color: #6fac07;
  background-color: transparent;
  text-align: center;
  font-family: 'Exo 2',sans-serif;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 700;
  border-radius: 3px;
  -moz-hyphens: none;
  border: 2px solid #6fac07;
  display: block;
  position: relative;
  max-height: 5em;
  transition: all 0.5s ease 0s;
  width: 100%;
  max-width: 200px;
  float: right;
  background: rgba(255, 255, 255, 0.9);
}

#magicsubmit:hover {
  color: #fff;
  background-color: #6fac07;
  text-decoration: none;
}

.fscf-input-text {
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  border-radius: 5px;
  border: none;
  margin-bottom: 15px;
}

.fscf-input-textarea {
  width: 100%;
  height: 250px;
  line-height: 18px;
  padding-left: 10px;
  padding-top: 10px;
  border-radius: 5px;
  border: none;
  margin-bottom: 15px;
}

.fscf-div-error {
  color: red;
  padding: 5px 5px 5px 15px;
  margin: 5px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  border: 1px solid red;
}


/*CAPTCHA POPUPAS*/
#backgroundPopup {
  z-index:9;
  position: fixed;
  display:none;
  height:100%;
  width:100%;
  background:#000000;
  top:0px;
  left:0px;
}
#toPopup {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 10px solid #ccc;
  border-radius: 3px 3px 3px 3px;
  color: #333333;
  display: none;
  font-size: 14px;
  left: 50%;
  margin-left: -102px;
  position: fixed;
  top: 20%;
  width: 200px;
  z-index: 10;
}
div.loader {
  background: url("img/loading.gif") no-repeat scroll 0 0 transparent;
  height: 32px;
  width: 32px;
  display: none;
  z-index: 9999;
  top: 40%;
  left: 50%;
  position: absolute;
  margin-left: -10px;
}
div.close {
  background: url("img/closebox.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: -27px;
  top: -24px;
  width: 30px;
}
span.ecs_tooltip {
  background: none repeat scroll 0 0 #000000;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  display: none;
  font-size: 11px;
  height: 16px;
  opacity: 0.7;
  padding: 4px 3px 2px 5px;
  position: absolute;
  right: -62px;
  text-align: center;
  top: -51px;
  width: 93px;
}
span.arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #000000;
  display: block;
  height: 1px;
  left: 40px;
  position: relative;
  top: 3px;
  width: 1px;
}
div#popup_content {
  margin: 4px 7px;
}
/*CAPTCHA POPUPAS*/


.slide-image {
  min-height: 800px !important;
}

footer {
  background: url('img/footbg.jpg') no-repeat bottom center;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 70px;
}

footer h4 {
  margin: 0 0 45px 0;
  color: #fff;
  font-weight: 600;
}

footer p {
  color: #fff;
}

.fb-like {
  margin-top: 15px;
}

#facebookbottom{width:32px;height:32px;background:url(img/fbinactive.png);float:right;margin-top: 20px;}
#facebookbottom:hover{background:url(img/fbactive.png);}
#twitterbottom{width:32px;height:32px;background:url(img/twitterinactive.png);float:right;margin:0 2px;margin-top: 20px;}
#twitterbottom:hover{background:url(img/twitteractive.png);}
#gplusbottom{width:32px;height:32px;background:url(img/gplusinactive.png);float:right;margin-top: 20px;}
#gplusbottom:hover{background:url(img/gplusactive.png);}

.footcopy {
  background: #fff;
  line-height: 75px;
  height: 75px;
  overflow: hidden;
}

#footleft, 
#footleft a {
  color: #b0b0b0;
}

#footleft a:hover {
  text-decoration: none;
  color: #6fac07;
}


#blog,
#post {
  padding-top: 80px;
  min-height: 600px;
}

#post {
  padding-bottom: 50px;
}

#post h1 {
  width: 100%;
  background: #fff;
  color: #6fac07;
  padding: 15px 0 15px 0;
  margin-top: 30px;
}

#post .img {
  margin: 0 0 15px 0;
}

.blogpost {
  margin: 50px 0;
  border-bottom: 3px solid #6fac07;
  position: relative;
  padding-bottom: 30px;
  background: #f5f5f5;
  border-radius: 4px;
}

.blogpost h1 {
  background: #fff;
  color: #6fac07;
  padding: 10px 0 15px 0;
  margin: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 3px solid #6fac07;
}

.blogpost h2,
#postdata {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  line-height: 25px;
  color: #c0c0c0;
  padding-right: 10px;
}

.postinner {
  padding-bottom: 30px;
}

.blogpost h1 a {
  color: #6fac07;
}

.text {
  margin-top: 15px;
  padding: 0 10px 0 10px;

}

.placiaukategorijos a {
  padding: 8px 15px 5px 20px;
  background: #6fac07;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.fb-page {
  margin-top: 50px;
}

.tags {
  max-width: 1px;
  max-height: 1px;
  overflow: hidden;
}

.specialoff {
  width: 100%;
  text-align: center;
  padding-top: 5px;
}

#gb {
    padding-top: 17px;
}

/* MEDIA */
/* RESPONSIVE */

@media screen and (max-width: 1060px) {
  
  .feat {
    min-height: 120px;
  }
  .plan {
    width: 24%;
  }
  .popularPlan {
    display: none;
  }
  .plan:nth-child(2),
  .plan:nth-child(3) {
    margin-right: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .footcopy {
    background: #fff;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
  }
  #facebookbottom,
  #twitterbottom,
  #gplusbottom {
    float: left;
  }

}


@media screen and (max-width: 850px) {
  .promo .mobilebg {
    min-height: 400px;
  }
}

@media screen and (max-width: 680px) {
  #priceTabs ul li a {
    font-size: 14px;
  }
  #priceTabs ul {
    max-width: 500px;
  }
  .plan {
    width: 48%;
    margin: 1%;
    border-radius: 5px;
  }
  
  .footcopy {
    background: #fff;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
  }
}

@media screen and (max-width: 520px) {
  #priceTabs ul {
    max-width: 260px;
  }

  #priceTabs ul li {
    width: 100%;
    margin: 0;
  }

  #priceTabs ul li a {
    font-size: 12px;
    margin: 15px 0;
  }

  .promo .mobilebg {
    min-height: 250px;
  }
}

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

  .plan,
  .plan:last-child {
    width: 90%;
    margin-left: 5%;
  }

  .footcopy {
    background: #fff;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
  }
}