.container h3{
    padding:25px 5px;
}


.plan-icon {
position: absolute;
background: #009bc1;
border-radius: 100%;
margin-top: -70px;
margin-left: 47px;
height: 119px;
width: 119px;
text-align: center;
vertical-align: middle;
line-height: 168px;
}

.plan-icon img{
    margin-top:-50px;
}

.list-service .span3{
    margin-top: 60px !important;
    width: 210px !important;
}

.plan_button{
    font-size: 16px;
    background: #009bc1;
    padding: 10px 25px;
    -webkit-transition: all 0.2s ease, top 0ms linear;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 5px;

}

.plan-button-div{
    background: #FFFFFF;
    padding-top: 25px;
    padding-bottom: 25px;
}

.thumbnail:hover .box-title-description{
    background: #4CA23D;
    color: #FFFFFF;
}

.thumbnail:hover h4{
    color: #4CA23D;
}

.thumbnail:hover .box-title{
    border-top:3px solid #4CA23D;
    
}

.thumbnail:hover .plan-icon{
    background:#4CA23D;
    
}

.thumbnail:hover .plan_button{
    background:#4CA23D;

}

.thumbnail:hover .box-title .price span{
    color: #4CA23D;
}


/*Map Area*/

.footergreybottom {
    float: left;
    width: 100%;
    background: url(https://www.rapidvpn.com/assets/img/frontpage/map-bg.jpg) repeat;
    background: #646464;
    clear: both;
}

.map-area {
float: left;
border: solid 0px;
width: 100%;
margin: 0px;
padding: 0px;
background: url(../img/frontpage/map.jpg) no-repeat top center;
min-height: 619px;
position: relative;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.map-pos-1 {
    left: 270px;
    position: absolute;
    top:275px;
}
.map-pos-2 {
    position: absolute;
    top:207px;
    left:542px;
}
.map-pos-3 {
    position: absolute;
    top: 218px;
    left: 559px;
}
.map-marker-pin {
    float: left;
}
.map-marker .map-marker-info {
    color: #AFAFAF;
    float: right;
    padding-left: 5px;
}
.map-marker .map-marker-info h3 {
    color: #e9e9e9;
    font-size:16px;
    font-weight:normal;
    padding:0px;
    font-family: 'Dosis', sans-serif;
    margin:0px;
    text-transform:uppercase;
    text-align: left;
}
.map-marker .map-marker-info h6 {
    font-size:12px;
    font-weight: normal;
    padding: 0;
    color:#CCC;
    font-family:Arial, Helvetica, sans-serif;
    margin:0px;
    text-align: left;
}
.map-marker .pulse {
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: relative;
    bottom: 10px;
    margin: 11px 0px 0px -12px;
    transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -webkit-transform: rotateX(55deg);
    z-index: 1;
}
.map-marker .pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin:-30px 0px 0px 0px;
    animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -webkit-animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #afafaf;
    animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
}
@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        -ms-transform:scale(0.1, 0.1);
        -webkit-transform:scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        -ms-transform:scale(0.1, 0.1);
        -webkit-transform:scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@-moz-keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        -ms-transform:scale(0.1, 0.1);
        -webkit-transform:scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
.map-marker .pin {
    background:url(../img/frontpage/map-icon.png) no-repeat left center;
    margin:0;
    width:22px;
    height:34px;
}

.map-section{
    background: none repeat scroll 0 0 #646464;
    border-bottom: 1px solid #F3F3F3;
    border-top: 1px solid #F3F3F3;
    padding: 0;
}



/* FOOTER AREA */

#footerfixed{
    position: fixed;
    top: 100%;
    width: 100%;
    height: 43px;
    margin: -60px 0 0;
    padding: 17px 0 0;
    border-top: 1px solid #3a3a3a;
    background: #000;
    z-index: 9999;
}

#footerfixed .social-networks {
    width: auto;
    float: left;
    padding: 2px 35px 0 31px;
    font: 14px/17px "CalibriRegular", Arial, Helvetica, sans-serif;
}

#footerfixed .footer-area {
    width: 1150px;
    margin: 0 auto;
}

#footerfixed .info-text {
    float: right;
    margin: 0 13px 0 0;
    color: #595959;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
}

#footerfixed .info-text2 {
    float: left;
    margin: 0 220px 0 0;
    color: #595959;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
}

#footerfixed .info-text .mark {
    padding: 0 9px 0 9px;
    color: #009BC1;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
}

#footerfixed .info-text2 .mark {
    padding: 0 9px 0 9px;
    color: #009BC1;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
}

#footerfixed .date-box {
    float: right;
    margin: -9px 15px 0 0;
    background: url(../img/sepataror-date-box.gif) no-repeat 0 50%;
}

#footerfixed .date-box .holder {
    float: left;
    padding: 7px 8px 7px 13px;
    background: url(../img/sepataror-date-box.gif) no-repeat 100% 50%;
}

#footerfixed .date-box ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #009BC1;
    font: bold 18px/25px Arial, Helvetica, sans-serif;
}

#footerfixed .date-box li:first-child {
    padding-left: 0;
    background: none;
}

#footerfixed .date-box li {
    float: left;
    padding: 0 5px 0 8px;
    background: url(../img/separator-data-list.gif) no-repeat 0 9px;
}

#footerfixed .date-box span {
    display: block;
    width: 27px;
    height: 24px;
    padding: 2px 5px 0;
    text-align: center;
    background: url(../img/bg-holter-time.gif) no-repeat;
}

#footerfixed .more {
    float: right;
    color: #000;
    white-space: nowrap;
    text-transform: uppercase;
    font: 14px/16px "CalibriRegular", Arial, Helvetica, sans-serif;
    background: url(../img/btn-sprite.png) no-repeat 0 -322px;                       
}

#footerfixed .more .more-holder {
    float: right;
    padding: 4px 30px 4px 10px;
    background: url(../img/btn-sprite.png) no-repeat 100% -352px;
}

#footerfixed .tooltip-box{
    float:right;
}

.social-networks {
    width: 135px;
    float: right;
    margin: 0;
    padding: 0 2px 0 0;
    list-style: none;
}

/* Newsletter */
.newsletterD1{
    background: #F3F3F3;
    border-radius: 10px;
}

.newsletterD2{
    background: #009BC1;
    color: white;
    padding: 6px 11px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 15px;
}

.newsletterD3{
    padding: 10px;
}

#newsletter_email{
    width: 159px;
    margin-top: 9px;
    margin-bottom: 9px;
}



/* VPN page */

.pricing-body {
    margin-top: 30px;
    border: solid #AAAAAA;
    border-width: 0px 1px 1px 1px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative;
    padding: 20px;
}

.toggle-button {
    width: 583px;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    display: block;
    float: left;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: solid #AAAAAA 1px;
    display: block;
    cursor: pointer;
    padding: 10px 0px;
    z-index: 9999999;
}

.toggle-button:hover{
    background: #fafafa;
    border-bottom:1px solid #AAAAAA;
}

.active {
    background: #fff;
    border-bottom-color: #fff;
}

.inactive {
    background: #EDEDED;
    border-bottom-color: #aaa;
}

.vpn-table{
    width:100%;
    font-size: 15px;
}

.vpn-table-header td{
    border:0;
    padding:5px 10px;
    text-align: center;
    border-bottom:1px solid #cccccc;

}

.vpn-table-row td{
    text-align: center;
    padding:5px 10px;
    border-bottom:1px solid #cccccc;
    border-left:1px solid #cccccc;
    box-shadow: 0px 5px 6px #eeeeee inset;
}

.vpn-table-row .td-last{
    border-right: 1px solid #cccccc;
}

.vpn-table-row1 td{
    border-top:1px solid #cccccc;
}

.vpn-table-row1 .td-first{
    /*border-top-left-radius: 10px;*/
}


.vpn-table-row1 .td-last{
    /*border-top-right-radius: 10px;*/
}

.vpn-package-price-button {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 0;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0,0,0,0.75);
    margin: 8px 10px 5px 10px;
    display: inline-block;
    border: 1px solid #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #2EC6F5;
    background-image: -webkit-linear-gradient(#2EC6F5, #165EE4);
    background-image: -moz-linear-gradient(#2EC6F5, #165EE4);
    background-image: -o-linear-gradient(#2EC6F5, #165EE4);
    background-image: -ms-linear-gradient(#2EC6F5, #165EE4);
    background-image: linear-gradient(#2EC6F5, #165EE4);
   -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.15) inset, 0 -1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255,255,255,0.5) inset;

   -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.15) inset, 0 -1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255,255,255,0.5) inset;

   box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.15) inset, 0 -1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255,255,255,0.5) inset;
    width: 78px;
    height: 37px;
    cursor: pointer;
    font-weight: bold;
}

.vpn-package-price-button:hover {
    color: #FFF;
    background-color: #1AD0FF;
    background-image: -webkit-linear-gradient(#1AD0FF, #1A7DFF);
    background-image: -moz-linear-gradient(#1AD0FF, #1A7DFF);
    background-image: -o-linear-gradient(#1AD0FF, #1A7DFF);
    background-image: -ms-linear-gradient(#1AD0FF, #1A7DFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#1AD0FF', EndColorStr='#1A7DFF')";
    background-image: linear-gradient(#1AD0FF, #1A7DFF);
}

.vpn-package-price-button:active {

   background: -moz-linear-gradient(top, #00aeef, #006ee2);

   background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #00aeef),color-stop(1, #006ee2));

   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00aeef', EndColorStr='#006ee2')";

   -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5) inset, 0 -1px 1px rgba(255, 255, 255, 0.3) inset;

   -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5) inset, 0 -1px 1px rgba(255, 255, 255, 0.3) inset;

   box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5) inset, 0 -1px 1px rgba(255, 255, 255, 0.3) inset;
}

.vpn-package-option-ok{
    height: 24px;
    padding-top: 8px;
}

.vpn-package-option-nok{
    height: 24px;
    padding-top: 8px;
}

.vpn-package-purchased{
    height:32px;
    display: none;
}

.toggle-element{
    text-align: center;
}

.vpn-legend{
    margin-top: 40px;
    text-align: left;
}

.vpn-order-div{
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    position: fixed;
    top: 83px;
    right: 0;
    width: 300px;
    z-index: 1000;
    background: white;
    box-shadow: 0 0 5px #cccccc;
    display: none;
}

.vpn-order-div-title{
    padding:5px 10px;
    background: #FAFAFA;
    text-align: center;
}

.vpn-order-table-div{
    padding:10px;
}

.vpn-order-table{
    width:99%;
}

.vpn-order-table-area{
    max-height: 355px;
    overflow-y: auto;
    overflow-x: hidden;

}

.vpn-order-delete-item{
    height:16px;
    width: 13px;
    cursor: pointer;
}

.vpn-order-table td{
    padding:3px 8px;
    color:white;
    border-top:2px solid white;
    min-width: 14px;
    
}

.vpn-order-table select {
    width: 48px;
    font-size: 12px;
    margin-top: 7px;
    height: 25px;
    border: 1px solid #cccccc;
    box-shadow: 0 0 4px #cccccc inset;
    border-radius: 6px;
    text-align: center;
    padding: 2px 5px;
}

.vpn-order-table tr{
    background:#009BC1;
}

.vpn-order-div-action-bar {
    padding:10px;
    text-align: right;
}

.vpn-total-div{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 13px;;
}


/* EO VPN Page*/


/* Order page */

.shopping-round-area{
    border-radius:10px;
    width:100%;
    max-width: 500px;
    border:1px solid #cccccc;
    padding:20px;
    text-align: center;
    float:left;
    box-shadow: 0px 0px 4px #cccccc;
    margin-top:5px;
}

.shopping-area-element select, .shopping-area-element input{
    width:453px;
    height:41px;
    margin-top:10px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.15) inset, 0 -1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255,255,255,0.5) inset;

   -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.15) inset, 0 -1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255,255,255,0.5) inset;

   box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.15) inset, 0 -1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255,255,255,0.5) inset;
    border-radius: 6px;
    padding:2px 5px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.shopping-coupon-input {
    background: url(../img/discount-icon.png) left 4px top 2px no-repeat;
    padding-left: 30px !important;
    width:416px !important;
    height:30px !important;
    font-family: 'Open Sans', sans-serif;
}

.shopping-email-input {
    background: url(../img/email24.png) left 6px top 5px no-repeat;
    padding-left: 30px !important;
    width:416px !important;
    height:30px !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.shopping-username-input {
    background: url(../img/user24.png) left 6px top 5px no-repeat;
    padding-left: 30px !important;
    width:416px !important;
    height:30px !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.shopping-password-input {
    background: url(../img/password16.png) left 6px top 9px no-repeat;
    padding-left: 30px !important;
    width:416px !important;
    height:30px !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.checkout-summary{
    border-radius: 10px;
    width: 94%;
    max-width: 500px;
    border: 1px solid #cccccc;
    padding: 20px;
    box-shadow: 0px 0px 4px #cccccc;
    float:left;
    margin-top:5px;
    margin-right:50px;
}

.checkout-summary-table-total{
    padding:20px 0px 0px 0px !important;
    border:1px solid white !important;
    background: #ffffff;
    text-align: right;
    font-size:24px;
    color: #111111;
}

.checkout-summary-table{
    width:100%;
    background: #f5f5f5;
}

.checkout-summary-table td{
    padding:3px 5px;
    border-right:1px solid #ffffff;
    border-top:2px solid #ffffff;
    border-bottom:1px solid #f0f0f0;
    border-left:1px solid #f0f0f0;
}

.checkout-summary-table-td2 {
    text-align: right;
    font-weight: bold;
}

.order-summary-tr{
    display: none;
}

.shopping-error-field{
    display: none;
    padding: 2px 8px;
    text-align: left;
    margin: -12px 20px -6px 20px;
    color: #ff0000;
    font-style: italic;
}

.vpn-checkout-buttons{
    text-align: right;
    margin-top:20px;
    display: none;

}

.vpn-checkout-buttons input{
    height: 40px;
    margin-top: 10px;
    box-shadow: 0 0 4px #cccccc inset;
    border-radius: 6px;
    padding: 2px 10px;                                           
}

.vpn-checkout-buttons .back-button{
    /*background: #e5e5e5;
    border: 0;
    text-shadow: 0px 0px 0px #cccccc;    */                           
}

.checkout-area2{
    text-align: center;
    padding:150px 20px;
    width: 100%;
    display: none;

}

.checkout-area2 .img-load{
    height:128px; 
    padding-bottom:30px;
}

.payment-form-div{
    display: none;
}


/* EO Order page */


/* ERRORS */

.vpn-error-area{
    padding: 20px;
    border: 1px solid #cccccc;
    margin-bottom: 30px;
    box-shadow: 0px 0px 3px #cccccc;
    background-color: #f8f8f8;
    border-radius: 10px;
}

/* EO ERRORS*/

/* Setup VPN */

.vpn-dale-area{
    border: 1px solid #B6B6B6;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    position: relative;
    text-align: center;
}

.vpn-dale-area:hover{
    box-shadow: 0px 0px 10px #009bc1;   
}

.vpn-dale-img{
    line-height: 60px;
    height: 60px;
    margin: 0;
    text-align: center;  
}

.vpn-dale-img img{
    padding: 0 8px;
    vertical-align: middle;
    width: 100px;
}

.vpn-dale-legend{
    background: linear-gradient(to bottom, #f3f3f3 0%, #b5b5b5 100%);
    background: -webkit-linear-gradient(#f3f3f3 0%, #b5b5b5 100%);
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #B6B6B6;
    box-shadow: inset 0 1px 0 #FFF;
    color: #333;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#b5b5b5', GradientType=0);
    font-weight: bold;
    line-height: 25px;
    min-width: 90px;
    padding: 10px 12px 10px 22px;
    text-align: left;
    text-shadow: 1px 1px 1px #FFF;
}

.vpn-dale-legend a:before{
    content: "\25BA ";
    margin-right: 3px;
}

.vpn-dale-legend a{
    display: block;
}

.vpn-dale-legend a:hover{
    color: #009bc1;
}

.vpn-dale-elements{
    display: inline-block;
}


.howto-area{
    background: #e5e5e5;
    border-radius: 30px;
    padding: 3px;
    margin-bottom:20px;
}

.howto-area-content{
    margin-left: 100px;
    background: #ffffff;
    padding: 20px;
    border-bottom-right-radius: 27px;
    border-top-right-radius: 27px;
}

.howto-area-content .step{
    font-size: 70px;
    font-weight: bold;
    position: absolute;
    margin-left: -108px;
    margin-top: 14px;
    width: 74px;
    text-align: center;
    color: white;
}

.howto-area-content img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* EO setup VPN*/

/* Contact page */

.contact-errors{
    color:red;
    text-align: right;
}

.contact-result{
    text-align: center;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: none;
}

.newsletter_error{
    color: red;
    display: none;
}
/* EO Contact */

/*Servers page*/
.servers_section{
    background: url(../img/lines.gif); 
    padding: 30px 10px; 
    color: white;

}

.servers_section h3{
    color:white;
    text-align: center;
}

.servers_mode_details_td{
    background: #373B41;
    padding:10px;
    width:200px;
    vertical-align: middle;
    text-align: center;
}

.servers_status_table1 td{
}

.nas_box{
    border: 1px solid #373B41;
    width: 250px;
    display: inline-block;
    padding: 10px 10px 10px 50px;
    margin: 1px;
    box-shadow: 0 0 7px #373B41;
    cursor: pointer;
    background: #414855;

}

.nas_box:hover {
    transition: all 0.5s ease;
    background-color: #373B41 !important;
}

.nas_box img{
    margin-right:5px;
}

.server_details{
    padding:20px 10px;
    background: url(../img/tri.jpg) top -3px center no-repeat;
    display: none;
}

.nas_details{
    width:80%;
    text-align: center;
    margin-left:10%;
}

.nas_details td{
    border:1px solid #414855;
}
.nas_details_header td{
    background: #414855;
    color: white;
}

.nas_details td{
    padding:5px 10px;
}

.recovery-bash-input {
    background: url(../img/serial.jpg) left 7px top 9px no-repeat;
    padding-left: 30px !important;
    width:416px !important;
    height:30px !important; 
}

.findBatch{
    padding:20px;
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 0 5px #cccccc;
    margin-top: 30px;
}

.findBatch h2{
    margin-top:10px;
}

.findBatch img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.aboutus-ul li{
    padding: 0px 0 8px 13px; background: url(../img/marker-1.png) 0 8px no-repeat; font-size: 16px; line-height: 22px;
}

.aboutus-ul{
    margin-left:20px;
    padding-left: 20px;
    list-style: none;
}

#vpn-recovery-redirect{
    width:453px;
}

.howto-area-content img{
    margin-top:20px;
}

.howto-area-content:hover{
    background-color:#FAFAFA;
}

.social-networks li{
    display:inline-block;
}

#twitter-widget-0{
    width:80px !important;
}

.social-networks img{
    vertical-align: top !important;

}

.more-holder{
    color:white;
}

#backButtonOrder{
    float:left;
}

.container-fix-size{
    min-width: 1170px;
    background: #ffffff;
}

.affiliate-slider{
   
    text-align: center;
    background-color:#FAFAFA;
    padding:50px 20px;
    border-bottom:1px solid #f5f5f5;
}

.affiliate-slider h2{
    margin:0;
}

.affiliates-img-header{
    margin-top:30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.affiliates-header-buttons{
    
}

.affiliates-header-buttons a{
    margin:40px 20px 0px 20px;
}

.affiliates-tabs{
    max-width: 1200px;
    margin:50px auto 10px auto;
    padding:10px 10px;
}

.affiliates-tabs .nav{
    margin-bottom:0 !important;
}

.affiliates-tabs .tab-content{
    padding:20px;
}

.affiliates-tabs li{
    width:25%;
}

.affiliates-tabs .nav-tabs > li > a{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; 
}

.affiliates-tabs .nav-tabs > .active > a{
      background-color:#34495E;
      color:white;
}

.affiliate-great-tabs{
    padding:30px 10px;
    border-bottom: 5px solid #F0F0F0;
}

.sales-labels{
    float:right;
}

.affiliates-tab1-tabs{
    text-align: left;
}

.affiliates-tab1-tabs li{
    width:100%;
    position: relative;
    padding-left:22px;
}

.affiliates-tab1-tabs li:before{
      position: absolute;
      top: 7px;
      left: 0;
      content: "";
      width: 8px;
      height: 8px;
      background: #bbb;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
}
.outstanding-vpn-div{
    max-width: 1200px;
    margin:20px auto;
}

.outstanding-vpn-service li svg{
    width: 60px;
      height: 60px;
      margin: 0 auto 30px;

}

svg {
  max-width: 100%;
}

.outstanding-vpn-service li{
    float: left;
      width: 33.33%;
      margin: 50px 0 0;
      text-align: center;
}

.outstanding-big-div{
      padding: 40px 0 0 0;
}

.outstanding-vpn-service li:nth-of-type(3) svg {
  width: 120px;
  height: 60px;
}

.tab-pane{
    text-align: left;
}

.aff-section3 section{
      float: left;
      width: 45%;
      margin: 0 0 0 4%;
}

.aff-section3 section div:nth-child(1) svg {
  width: 80px;
  height: 80px;
}

.aff-section3 section div:nth-child(1) {
  float: left;
  margin: 0 20px 0 0;
}

.aff-section3  section div:nth-child(2) {
  float: left;
}

.aff-section3 li{
    width:auto;
}

.aff-section3 section:after {
  content: "";
  display: table;
}

.aff-section3 section:before {
  clear: both;
}

.aff-section3{
    min-height: 200px;
}

.affiliates-tab-4{
    position:relative;
}


.affiliates-tab-4 ul li {
  float: left;
  width: 33.33%;
  text-align: center;
}

.affiliate-tab4-top img{
    width:100%;
}

.affiliates-tab-4 ul li p{
    padding:0 10px;
}

.affiliates-tabs li.active{
    position:relative;
}

.affiliates-tabs li.active:after{
      position: absolute;
      top: 85%;
      left: 48%;
      content: "";
      width: 12px;
      height: 12px;
      background: #34495E;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
}

.outstanding-vpn-service p{
    padding:5px 20px;
}

.outstanding-vpn-service img{
  height: 60px;
  margin: 0 auto 30px;
  vertical-align: initial !important;
}

#freetrial {
height: 104px;
width: 104px;
position: fixed;
top: 50%;
z-index: 1000;
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#freetrial a {
display: block;
 border:1px solid #1c5675;
   background: -moz-linear-gradient(top, #16BFEA, #006eff);

   background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #16BFEA),color-stop(1, #006eff));

   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00ccff', EndColorStr='#006eff')";


   -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.15) inset, 0 -1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255,255,255,0.5) inset;

   -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.15) inset, 0 -1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255,255,255,0.5) inset;

   box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.15) inset, 0 -1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(255,255,255,0.5) inset;
height: 20px;
width: 90px;
padding: 8px 16px;
color: #fff;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
border: 1px solid #000;
-khtml-border-radius: 0px 0px 6px 6px;
-moz-border-radius: 0px 0px 6px 6px;
-webkit-border-radius: 0px 0px 6px 6px;
border-radius: 0px 0px 6px 6px;
-moz-box-shadow: 1px 1px 5px #B7B7B7;
}
#freetrial a:hover {
 border:1px solid #1c5675;
   background: -moz-linear-gradient(top, #50D9FC, #1a7dff);

   background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3A8EFB),color-stop(1, #3A8EFB));

   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3A8EFB', EndColorStr='#3A8EFB')";
}
#freetrial a:active {
   background: -moz-linear-gradient(top, #00aeef, #006ee2);

   background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #00aeef),color-stop(1, #006ee2));

   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00aeef', EndColorStr='#006ee2')";



   -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5) inset, 0 -1px 1px rgba(255, 255, 255, 0.3) inset;

   -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5) inset, 0 -1px 1px rgba(255, 255, 255, 0.3) inset;

   box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5) inset, 0 -1px 1px rgba(255, 255, 255, 0.3) inset;

}


/* Reseller section */

.reseller-section1{
    background:url("../img/hero-shade-top.png") top left repeat-x,url("../img/hero-shade-btm.png") bottom left repeat-x,url("../img/reseller-hero-bg1.jpg") center center no-repeat !important;
    border-bottom: 1px solid #F3F3F3;
    border-top: 1px solid #F3F3F3;
    background-size: auto,auto,cover !important;
    min-height: 600px;
}

.reseller-area1-container{
    color:white;
    background-color: rgba(35, 140, 255, 0.6);
    padding: 1px 20px 12px 20px;
    width: 60%;
        margin: 75px auto;
            min-height: 300px;
}


.reseller-area1-container h3, .reseller-area1-container h1, .reseller-area1-container h2{
    text-align: center;
    color: #fff !important;

}

.reseller-area1-container h3{
    padding:10px !important;
}

ul.reseller-intro-right li {
    margin-right: 12px;
    background-color: rgba(35, 140, 255, 0.8);
    padding: 10px 18px 18px 18px;
    min-width: 100px;
    display: inline-block;
}

ul.reseller-intro-right li span {
    font-size: 30px;
    line-height: 45px;
    display: block;
    text-transform: uppercase;
}

.reseller-section1-legend{
    font-size:16px;
}

.reseller-area1-items{
    text-align: center;
}

div.reseller-bar {
    background: rgba(0,0,0,0.2);
    padding: 15px 0;
    position: absolute;
    width: 100%;
}

div.reseller-bar h3 {
    font-size: 24px;
    line-height: 50px;
    margin: 0;
    color:white !important;
}

div.reseller-bar .column {
    margin: 0 10px;
    float: left;
    position: relative;
}

div.reseller-bar  .seven {
    width: 540px;
}

.reseller-area2 h2{
    font-size:26px;
}

.reseller-area2 h2 span{
    display:inline;
}

.blue{
    color:#009BC1;
}

.reseller-area2-txt{
    margin:0 200px;
}

.reseller-area2-img{
    text-align: center;
}

.reseller-area2-img img{
    width:250px;
    margin:20px;
    box-shadow: 0 0 5px #d5d5d5;
}

.reseller-section3{
   background:url("../img/reseller/color14.png") center center no-repeat;
    border-bottom: 1px solid #F3F3F3;
    border-top: 1px solid #F3F3F3;
}

.outstanding-vpn-service2, .outstanding-vpn-service2 h3{
    color:white;
}

.outstanding-vpn-service2 li svg{
    width: 60px;
      height: 60px;
      margin: 0 auto 30px;

}



.outstanding-vpn-service2 li{
    float: left;
      width: 50%;
      margin: 50px 0 0;
      text-align: left;
}



.outstanding-vpn-service2 li:nth-of-type(3) svg {
  width: 120px;
  height: 60px;
}

.outstanding-vpn-service2{
    text-align: left;
}

.outstanding-vpn-service2 img{
    border-radius: 50px;
    padding: 20px;
    background: white;
    border: 3px solid #546271;

    float:left;
}

.outstanding-vpn-service2 h3{
    padding: 0;
     margin-left:110px;
}

.outstanding-vpn-service2 p{
    margin-left:110px;
}

.reseller-plans{
    padding-top:40px;
    padding-left:35px;
}

.reseller-plan{
    border:1px solid #F5F5F5;
    border-radius: 5px;
    background:#F6F6F6;
    width:260px;
    padding:0;
    margin:10px;
    box-shadow: 0 5px #C3C3C3;

    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    float:left;

}

.reseller-plan-name{
    background:#1EAEDD;
    color:white;
    padding:8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 5px #e5e5e5 inset;
    border:1px soid #35A5D5;
}

.reseller-active, .reseller-plan:hover{
    margin-top:0 !important;
    box-shadow: 0 0 5px #C3C3C3,0 0 10px #1DADE2;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.reseller-plan-price{
    background:#5C6C7D;
    border:1px solid #69717B;
    box-shadow: 0 0 3px #e5e5e5 inset;
    padding:20px;
    text-align: center;
    color:white;
    font-size:22px;
    font-family: "Titillium Web", sans-serif;

}

.italic{
    font-style: italic;
}

.reseller-plan-content{
    font-size: 12px;
    padding: 20px 10px;
}

.reseller-plan-content li{
    text-align: left;
    position: relative;
    font-size: 14px;
    margin-bottom: 7px;
}

.reseller-plan-content li span{
    font-weight: bold;
}

.reseller-plan-content ul{
    margin:30px 10px 10px 18px;;
}

.plan_button{
    cursor:pointer;
}

.reseller-plan-buy{
    padding-top: 25px;
    height: 48px;
    background: #F2F2F3;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.text-blue {
    color: #15a8d8 !important;
}

.input-group-addon{
    min-width: 150px;
    display: inline-block;
}

/* Update 1510211302 */
.parallax-bg {
    color: #fff;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-box-shadow: inset 0 0 50px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 0 50px rgba(0,0,0,0.8);
    -ms-box-shadow: inset 0 0 50px rgba(0,0,0,0.8);
    -o-box-shadow: inset 0 0 50px rgba(0,0,0,0.8);
    box-shadow: inset 0 0 50px rgba(0,0,0,0.8);
    -webkit-transition: background-position 150ms ease-out;
    -moz-transition: background-position 150ms ease-out;
    -ms-transition: background-position 150ms ease-out;
    -o-transition: background-position 150ms ease-out;
    transition: background-position 150ms ease-out;
}

.3dMotion {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration:1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.reseller-plan-content li img{
 
    margin-right:5px;
}
.bar{
    border-radius:5px;
}

.progress{
    padding:5px;
    height:16px !important;
    margin-left:10px;
    margin-right:10px;
    background-color:#F5F5F5;
}