 Global Styles */
body {
    font-family: 'Open Sans', sans-serif;
    color: #363636;
    background: #f9f9f9;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    text-transform: initial;
}

p em, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p a {
    color: #93c328;
}

.font-primary {
    font-family: 'Montserrat', sans-serif;
}

.font-secondary {
    font-family: 'Open Sans', sans-serif;
}

.page-title {
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #464646;
    font-weight: 500;
}

.page-title.section-title {
    font-size: 24px;
}

.page-subtitle {
    font-weight: 400;
    position: relative;
    padding-top: 0px;
    font-size: 16px;
    margin-bottom: 0px;
}

.page-subtitle.section-subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

#subpage-title {
    text-transform: uppercase;
}

.spacer-bottom {margin-bottom: 5px;}

.text-green, 
.page-title.text-green {
	color: #93c328;
}
.text-normal {font-weight: 400;}
.text-semibold {font-weight: 500;}
.text-bold {font-weight: 600; }
.text-extrabold {font-weight: 700; }

.text-sm {font-size: 12px;}
.text-md {font-size: 14px;}

.bg-green {background: #93c328;}
.bg-dirty-white {background: #f4f4f4;}
.bg-white {background: #fff;}
.bg-dark-green {background: #76a50d;}
.bg-dark {background: #444343;}
.plain-bg {background: transparent;}

.no-margin-bottom {margin-bottom: 0;}
.center-block {float: none;}

.media img { max-width: inherit; }

::-webkit-input-placeholder {color: #777777;font-size: 13px;}
:-moz-placeholder { /* Firefox 18- */color: #777777;opacity: 1;font-size: 13px;}
::-moz-placeholder {  /* Firefox 19+ */color: #777777;opacity: 1;font-size: 13px;}
:-ms-input-placeholder {  color: #777777;font-size: 13px;}

.input-lg::-webkit-input-placeholder {font-size: 18px;}
.input-lg:-moz-placeholder { /* Firefox 18- */font-size: 18px;}
.input-lg::-moz-placeholder {  /* Firefox 19+ */font-size: 18px;}
.input-lg:-ms-input-placeholder { font-size: 18px;}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #93c328;
}

form label {
	color: #777777;
    font-weight: 400;
    font-size: 15px;
    vertical-align: middle;
    margin-top: 7px;
}

form .checkbox label { font-size: 15px; }

form .form-group.form-inline label {
    width: 30%;
}

form .form-group.form-inline > select, 
form .form-group.form-inline > input, 
form .form-group.form-inline > .input-group {
	width: 69%;
}

.form-control {
	border-radius: 25px;
	background: #f4f4f4;
	height: 42px;
    font-size: 14px;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: rgba(128,189,40,1);
}

input:focus + .input-group-addon {
  border-color: rgba(128,189,40,1);
}

input:focus, button:focus, a:focus, a:hover {
    color: #363636;
}

.input-lg {
    height: 65px;
    border-radius: 50px;
    padding-left: 25px;
    line-height: 65px;
    font-size: 18px;
}

/*option[value=""][disabled] {
  display: none;
}*/
select.form-control:invalid {color: #777777;}

form input[type="checkbox"] { margin-top: 8px; }

.bttn {
    margin: 0px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 1em;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-orange {
    background: #ff6600;
    font-size: 18px;
    text-shadow: 1px 2px 0px rgba(53, 53, 53, 0.5);
    text-transform: uppercase;
    -webkit-box-shadow:  0px 6px 0px 0px #a64200;
    -moz-box-shadow:  0px 6px 0px 0px #a64200;
    box-shadow:  0px 6px 0px 0px #a64200;
}

.btn-orange.font-smaller {
    font-size: 16px;
}

.bttn:focus, .bttn:hover {
    letter-spacing: 2px;
}

form .btn-orange {
    width: 100%;
}

.btn-light-orange {
	background: #ff8a00;
    text-shadow: 1px 3px 0px rgba(53, 53, 53, 0.2);
    -webkit-box-shadow:  0px 10px 0px 0px #a65a00;
    -moz-box-shadow:  0px 10px 0px 0px #a65a00;
    box-shadow:  0px 10px 0px 0px #a65a00;
    font-size: 25px;
    padding: 15px 50px;
}

.btn-blue {
    background: #009de2;
    font-size: 20px;
    -webkit-box-shadow:  0px 10px 0px 0px #007eb5;
    -moz-box-shadow:  0px 10px 0px 0px #007eb5;
    box-shadow:  0px 10px 0px 0px #007eb5;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}   


#scrollUp,
.sk-wave .sk-rect {

    background: #93c328;
}

/* Header */
.mainmenu-area {
	padding: 15px 20px;
	box-shadow: none;
	max-height: 120px;
}
.mainmenu-area.active {
     box-shadow: 0 0 10px rgba(0,0,0,0.2);   
}

.navbar-default .navbar-toggle {
    margin-right: 0px;
    border: 1px solid #93c328;
    margin-top: 22px;
}

.navbar-brand img {
    height: 65px;
}

#mainmenu ul.nav.navbar-nav li {
	padding: 25px 0px
}

#mainmenu ul.nav.navbar-nav li a {
	padding: 8px 10px;
	font-size: 14px;
    font-weight: 600;
    color: #363636;
}

#mainmenu ul.nav.navbar-nav li.active a, #mainmenu ul.nav.navbar-nav li a:hover {
	border-top-color: transparent;
    border-bottom-color: transparent;
    color: #93c328;
}
    
#mainmenu ul.nav.navbar-nav li a.btn-green-bordered {
	border: 2px solid #93c328;
	border-radius: 25px;
	padding: 8px 20px;
    font-weight: 600;
    color: #93c328;
    line-height: 17px;
    margin-left: 10px;
}

#mainmenu ul.nav.navbar-nav li a.btn-green-bordered:hover,
#mainmenu ul.nav.navbar-nav li a.btn-green-bordered:focus,
#mainmenu ul.nav.navbar-nav li a.btn-green-bordered:active {
	border: 2px solid #93c328;
	background: #93c328;
	color: #fff;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    left: 30px;
    top: 50px;
}

/* Home Form */
#atf {
	z-index: 2;
}

#form-wrapper {
	background: #fff;
   /* padding: 25px 35px;*/
    padding: 25px 35px 10px 35px;
    border-radius: 8px;
    max-width: 490px;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
    /*, -2px -1px 2px 0 rgba(0, 0, 0, 0.1)*/
}

#order-form .tooltip{min-width: 700px;}
#order-form .help-block, #form-checkout .help-block {font-size: 11px;}
#order-form .help-block {margin-left: 33%;}

.form-title,
.landingpage-subtitle {
	color: #363636;
    font-size: 1.4em;
	text-align: left;
    text-transform: uppercase;
}

.landingpage-subtitle {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 50px;
}

.form-subtitle {
    font-size: 14px;
}

.input-group .form-control {
	border-right: 0;
}

.input-group-addon {
	border: 1px solid #dddddd;
	background-color: #f4f4f4;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
    color: #777777;
    font-size: 16px;
}

.input-group-addon.with-input-lg {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 21px;
    padding-right: 20px
}

.swiper-container.one {
	/*background: red;*/
	padding: 0;
}

#phones-wrapper img {
    margin-top: 60px;

}

#phones-wrapper {
    position: relative;
}

#phones-wrapper:after {
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    background: url(../images/satisfaction-guaranteed.png) no-repeat top right;
}

.swiper-container.one:after {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   	z-index: 1;
    content: '';
    background: url(../images/satisfaction-guaranteed.png) no-repeat top right;
    background-position-y: 25px;
    background-position-x: 90%;
}

.feature-screen-bg, .home-screen-bg {
    position: relative;
    padding: 25px;
}

.swiper-slide img {
	box-shadow: none;
}

.home-screen-bg:after {
	background: none;
}

.home-samsung-bg:after {
	background: none;
	/*background: url(../images/home-screen/samsung.png) no-repeat scroll center center / 100% 100%;*/
}

.home-lg-bg:after {
	background: none;
	/*background: url(../images/home-screen/lg.png) no-repeat scroll center center / 100% 100%;*/
}

#website-secured-proof li {
	display: inline-block;
}

#website-secured-proof .secured-logo {
	width: 100px;
	height: 50px;
	background: url(../images/website-secured-proof.png);
	background-repeat: no-repeat;
}

#website-secured-proof .secured-logo.norton {
	background-position: 7px 0px;
}

#website-secured-proof .secured-logo.verisign {
	background-position: -80px 0px;
}

#website-secured-proof .secured-logo.truste {
	background-position: -172px 0px;
}

#website-secured-proof .secured-logo.paypal {
	background-position: -305px 0px;
}


/* Recent Purchase Wrapper */
#recent-purchases-wrapper {
    background: #93c328;
    padding-top: 20px;
    padding-bottom: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    z-index: -1;
}

#recent-purchases-wrapper .section-title {
	font-size: 16px;
	font-weight: 600;
}

#purchase-ticker,
#review-sites-logos {
	background: #fff;
    padding: 8px 10px;
    margin-left: 25px;
}

#mainmenu #purchase-ticker {
    border: 1px solid #ddd;
    margin-left: 0px;
}

#purchase-ticker .media-heading {
	text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 5px;
}

#purchase-ticker .purchase-details {
	font-weight: 600;
	margin-bottom: 0px;
	font-size: 14px;
}

#purchase-ticker .purchase-date {
    font-size: 13px;
    font-weight: 600;
}

/* Benefits or Features */

.page-subtitle:before {
	display: none;
}

.benefits {
    padding-top: 50px;
}

.benefits .page-title {
    margin-bottom: 10px;
}

.benefits .image-wrapper {
    margin-top: 60px;
}

#features .page-subtitle,
#benefices .page-subtitle {
	text-align: justify;
    padding-top: 0px;
    margin-bottom: 30px;
}

#features .text-content,
#benefices .text-content {
	padding-left: 50px;
}

#features .icofont,
#benefices .icofont {
	font-size: 41px;
    font-weight: 700;
    line-height: 50px;
}

#features .media-right,
#benefices .media-right {
	padding-left: 0px;
}

#features .media-right p,
#benefices .media-right p {
	margin-bottom: 0px;
	text-align: justify;
    font-size: 16px;
}


/* Pricing Section */
.pricing {
    padding-top: 60px;
    padding-bottom: 80px;
}

.pricing-boxes-wrapper {
    margin-top: 40px;
}

.single-price {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 2px 3px 2px 0 rgba(0, 0, 0, 0.1), -2px -1px 2px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
}
.single-price img {
    width: 115px;
}

.price-body .price {
	color: #363636;
    font-size: 46px;
    font-weight: 900;
    margin-bottom: 0px;
    line-height: 25px;
    margin-top: 30px;
}

.price-body .price .superscript {
	font-size: 25px;
    position: relative;
    top: -15px;
    margin-left: -13px;
    margin-right: 5px;
}

.price-body .price .text-note {
    position: relative;
    top: 0px;
    font-size: 30px;
}

.price-body .vat-note {
    color: #363636;
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 25px;
    margin-top: 10px;
}

#pricing .vat-explanation {
	
}

/* Testimonials */
.testimonials-section {
    padding-top: 70px;
    padding-bottom: 100px;
}

.testimonials-section .page-title {
    margin-bottom: 20px;
}

.client_details .item q {
	position: relative;
    font-size: 16px;
}
.client_details .item q .opening-quote {
	position: absolute;
    color: #93c328;
    font-size: 105px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 100px;
    opacity: 0.5;
    left: 10px;
    text-align: left;
    top: -10px;
    display: none;
}


.client_details .item q .testimonial {
   /* margin-left: 60px;
    text-align: justify;
    margin-top: 19px;
    position: relative;*/
}

.client_details .item .ratings-wrapper {
    margin-top: 15px;
    font-size: 15px;
}

.client_details .item .ratings-wrapper .icofont {
    color: #c8c8c8;
}

.client_details .item .ratings-wrapper .filled {
    color: #ffcc00;
}

.client_details .item h5 {
    font-size: 16px;
    margin-bottom: 0px;
}

.client_details .owl-controls {
    margin-top: 0px;
}

.client_details .owl-controls .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #949494;
}

q:before, q:after {
	display: none;
}

/* Track Order */
.track-order-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.track-order-section .track-order-form-wrapper {
    padding-top: 20px;
}

.track-order .text-content {
    padding-right: 30px;
}
.review-sites {
    display: inline-block;
    margin-right: 50px;
    vertical-align: top;
}

#reviews {
    padding-top: 75px;
    padding-bottom: 45px;
}

.review-sites.first li:first-of-type {
    /*margin-bottom: 40px;*/
}

#review-sites-wrapper,
#badge-wrapper {
    margin-top: 30px;
}

.review-sites.second li {
    margin-top: 10px;
}

.review-sites li {
    display: block;
}


/* Top Brands */
.brands-section {
    padding-top: 70px;
    padding-bottom: 80px;
}

.brands-section .page-title {
    margin-bottom: 20px;
}

.brands li {
    display: inline-block;
}

.brands li img {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.brands li img:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

/* Bottom CTA */

#bottom-cta {
    padding-top: 70px;
    padding-bottom: 70px;
}

#bottom-cta .cta-button-wrapper {
    padding-top: 20px;
    padding-bottom: 10px;
}

#bottom-cta .bttn {
    text-shadow: 1px 3px 0px rgba(53, 53, 53, 0.2);
    padding: 15px 50px;
    font-size: 24px;
}

#bottom-cta .page-subtitle.section-subtitle {
    padding-right: 500px;
}

/* Footer Links */

#footer {
    font-size: 14px;
    padding-top: 50px;
    padding-bottom: 60px;
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
}

#footer .links-wrapper {
    padding-top: 20px;
}

#footer-links li {
    display: inline-block;
}

#footer .links-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

#footer.bg-dark .links-title {
    color: #dfdfdf;
}

#footer.landingpage-footer a {
    font-size: 13px;
}

#footer.bg-dark a {
    color: #dfdfdf;
}


#footer-links li a {
    font-weight: 600;
    font-size: 14px;
}

#footer-links>li+li:before {
    padding: 0 5px;
    color: #93c328;
    content: "|";
}

/* FAQ Page */

#questions-wrapper {
    background: #fff;
    padding: 75px 100px;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default>.panel-heading {
    color: #363636;
    background-color: #eeeeee;
    border-color: #eee;
    border-radius: 0px;
}

.panel-heading a:before,
.panel-heading a:before {
     font-family: 'IcoFont'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.panel-heading:not(.active) a:before {
    content: "\eb73";
}
.panel-heading.active a:before {
    content: "\eb7a";
}

.panel-title {
    text-transform: initial;
    font-weight: 200;
    font-family: 'Open Sans';
    font-size: 15px; 
    padding: 8px 11px;
}

.panel-default .panel-collapse {
    background: #dedede;
    padding: 5px 12px;
    font-size: 15px;
}

/* Checkout Page */
#receipt {
    background: #fff;
    text-transform: uppercase;
}

#receipt .receipt-heading .section-title {
    font-size: 21px;
}

#receipt .receipt-heading,
#receipt .receipt-footer {
    padding: 20px 25px;
}

#receipt .receipt-body {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 25px;    
    font-weight: 600;
    font-size: 15px;
}

.receipt-body .text-label {
    color: #b9b9b9;
}

.receipt-body .row-details {
    padding-top: 15px;
    padding-bottom: 15px;
}

#receipt .total {
    font-size: 24px;
}

#receipt .total-label {
    position: relative;
    top: 8px;
}

#checkout-form {
    padding: 20px 50px;
    height: 46px;
}

#checkout-form .form-group {
    margin-bottom: 5px;
}

#checkout-form input[type="text"],
#checkout-form input[type="email"] {
    background: #fbfbfb;
}

.checkout-buttons .bttn {
    text-shadow: none;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.checkout-buttons .bttn .icofont {
    font-size: 24px;
}

#mainmenu #website-secured-proof {
    padding-top: 30px;
}

.payment-option-img {
    margin-right: 3px;
}

.payment-option-img.credit-card {
    height: 25px;
    position: relative;
    top: -3px;
}

/* Manipulations */
#manipulations #brands ul li {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

#manipulations .col {
    padding-left: 5px;
    padding-right: 5px;
}

/* Terms */
.plain-text-content p,
.plain-text-content li {
    font-size: 15px;
}

.plain-text-content p {
    font-size: 15px;
    margin-bottom: 15px;
}

/* Track Order Details */
.plain-text-content .order-details {
    margin-bottom: 25px;
    margin-top: 10px;
}

.plain-text-content .order-details tr>td:first-of-type {
    width: 120px;
}

.plain-text-content .order-details tr>td:last-of-type {
    font-weight: 600;
}

.plain-text-content h3 {
    font-weight: 400;
    margin-top: 30px;
}

#modal-tos .modal-body {
    max-height: 600px;
    overflow-y: scroll;
}

.modal .plain-text-content h3 {
    font-size: 16px;
}

.modal .plain-text-content p,
.modal .plain-text-content li {
    font-size: 14px;
}

/* Unlocking Details */
#unlocking-details .section-title {
    text-transform: none;
    font-weight: 600;
}

#unlocking-details #details-wrapper {
    background: #fff;
    padding: 70px 100px;
}

#unlocking-details #details-wrapper p,
#unlocking-details #details-wrapper li {
    font-size: 15px;
}

/* Thank you page */
#thank-you .satisfaction-guaranteed {
    position: relative;
    top: -20px;
}

/* Track Order */
.track-order #subpage-subtitle {
    margin-top: 0px;
}

/* Root Landing Page */
#atf.root-landing-page {
    margin-bottom: 40px;
}

#recent-purchases-wrapper.reviews-wrapper {
    padding-bottom: 45px;
    background: #93c328;
}

#review-sites-logos li {
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
}

/* Contact Us */
#contact-form {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
}

#contact-form .bttn {
    text-shadow: 1px 3px 0px rgba(53, 53, 53, 0.2);
    padding: 10px;
    font-size: 18px;
    -webkit-box-shadow: 0px 5px 0px 0px #a64200;
    -moz-box-shadow: 0px 5px 0px 0px #a64200;
    box-shadow: 0px 5px 0px 0px #a64200;
}

/*#atf.root-landing-page .price-body .img {
    padding-top: 25px;
    padding-bottom: 25px;
}*/
/*
#review-sites-logos li:first-of-type {
    padding-left: 0px;
}

#review-sites-logos li:last-of-type {
    padding-right: 0px;
}*/

/* Brands Landing Page */
#atf .brands img {
    height: 50px;
}

/* Operators Landing Page */
/*#atf .price-body .price {
    font-size: 28px;
    line-height: 15px;
    margin-top: 20px;
}

#atf .price-body .price .superscript {
    font-size: 15px;
    top: -10px;
    margin-left: -7px;
}

#atf .price-body .vat-note {
    font-size: 16px;
    line-height: 15px;
    margin-top: 10px;
}

#atf .vat-explanation {
    font-size: 13px;
}