/* ===============================================
Site Name: RACKSEO
Author: HTMLEXPERTS - ARCHIT SONI
Contributor: MIHAIL NEAGU
=============================================== */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900);
body, html, h1 , h2 ,h3, h4 , h5 ,h6, p , li,a
{
	font-family: 'Source Sans Pro', sans-serif;
	color: #515151;
}
p {
	font-size: 16px;
}/**/
a:hover, a:focus {
	color: #000;
	text-decoration: underline;
}

/* GLOBAL STYLES */
.bold{font-weight: bold;}
.black{color: rgb(0, 0, 0);}
.white{color: #fff!important;}
.whitebg{background: #fff;}
.orange{color: #f26d4f;}
.darkgray{color: #515151}
.lightgray{color: #7a7a7a;}
.orangebg{background: #f26d4f;}
.darkgraybg{background: #515151}
.lightgraybg{background: #f2f2f2;}
.underline{text-decoration: underline;}
.f500{font-weight: 500!important;}
.f600{font-weight: 600!important;}
.f300{font-weight: 300!important;}
.sup {top: -0.8em;}
.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
	border-color: transparent;
	border:0 solid transparent;
	outline: transparent !important;
}
.btn:active, .btn.active {box-shadow: none;}
.bshadow1{box-shadow: 0 0 1px 0 gray;} /* TODO to be deleted */

.sec-title{
	text-align: center;
	margin: 0 auto;
	color: rgb(0, 0, 0);
	font-size: 36px;
	position: relative;
}
.sec-title h1{
	font-weight: 300;
}

/*Callback*/

.callback {
    background: #222;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    padding: 10px 0;
}

.callback .row {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.callback .text-left {
    margin: 0 20px 0 0;
}

.modal-footer button i {
    margin-left: 5px;
}

.modal .form-control {
    background-color: #f7f7f7;
}

.callback .btn,
.modal-footer button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    background: #f26d4f;
    color: #fff;
    padding: 0px 20px;
    border-radius: 8px;
    border: 1px solid #f26d4f;
    height: 35px;
    line-height: 17px;
    font-size: 14px;
    margin-left: 5px;
    transition: 0.4s;
}

.modal .md-form {
    margin-bottom: 15px;
}

.callback .btn:hover,
.modal-footer button:hover {
    transition: 0.4s;
    background: none;
    color: #f26d4f;
    border: 1px solid #f26d4f;
}

.callback .container {
    position: relative;
}

.callback .hg-closededi {
    position: absolute;
    right: 0;
    top: 7px;
}

.why-bl {
        background-color: #0171bc;
}

.why-bl h1,
.why-bl h2,
.why-bl p,
.why-bl .number{ 
    color: #fff!important;
}

.serv-title h2,
.serv-title .logo{
    color: #fff!important;
    font-size: 18px;
    font-weight: bold!important;
}

.tech-title h2,
.tech-title .logo{

    font-weight: bold!important;
}

.tech-title h2 {
    font-size: 18px!important;
}

.faq-title h2 {
    font-size: 18px!important;
    color: #f15922;
    font-weight: bold!important;
}

.pricing-top h1,
.pricing-top p {
    text-align: center;
}

.speed_list {
    padding: 50px 0;
}

.speed_list ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 3px 6px rgba(0,0,0,0.05);
    margin: 0;
}

.speed_fixed {
    position: fixed;
    background: #fff;
    top: 70px;
    padding-bottom: 0
}

.speed_list ul li {
    list-style: none;
}

.speed_list ul li a{
    width: 185px;
    max-width: 100%;
    padding: 20px 5px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.speed_list ul li span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #444;
    text-align: center;
}

.speed_list ul li strong {
    text-transform: uppercase;
    color: #888;
    font-weight: 400;
    font-size: 10px;
    text-align: center;
    width: 100%;
}

.speed_wrap .feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    outline: 0;
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}

.speed_wrap .feature:nth-child(even) .description{
    order: 2;
}

.speed_wrap .description {
    width: 45%;
}

.speed_wrap .img-wrap {
    width: 20%;
}

.support_bl {
    padding-bottom: 50px;
}

.no-waiting {
    padding: 0 0 0 50px;
}

.no-waiting .bigtitle,
.no-waiting .bigsubtitle{
    text-align: center;
}

.no-waiting .three-benefits {
    padding: 0;
    margin: 50px 30px 0 30px;
    display: flex;
    justify-content: center;
}

.no-waiting .three-benefits li {
    width: 30%;
    list-style: none;
    text-align: center;
}

.no-waiting .three-benefits li svg {
    width: 50px;
    height: 50px;
   
}

.no-waiting .three-benefits li svg path {
     fill: rgb(68, 68, 68);
}

.no-waiting .three-benefits li h3,
.no-waiting .three-benefits li p{
    text-align: center;   
}

.no-waiting .basic_features,
.help-more .basic_features{
    margin: 50px 0 0 0;
}

.no-waiting .basic_features li,
.help-more .basic_features li{
    list-style: none;
    display: flex;
    align-items: baseline;
}

.no-waiting .basic_features li span,
.help-more .basic_features li span{
    margin-right: 20px;
}



#footerlogo{
	background: url(http://limeproxies.com/blog/wp-content/themes/limeproxies/images/logo-footer.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 58px;
	width: 160px;
	text-indent: -9999px;

}
.secondary-title {
	text-align: center;
	margin: 40px auto;
	padding-bottom: 10px;
	/*color: #000;*/
	position: relative;
	font-size: 36px;
	font-weight: 300;
	background: url(../Images/title-underline.png) no-repeat center bottom;
}

.underlineimg{
	position: relative;
	display: table;
	margin: 0 auto;
	top: 10px;
}

.grey-section {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #dbdbdb;
	background: #F2F2F2;
}

.primary-cta-link 	{
	color: #f26d4f; 
	font-weight: 600; 
	text-decoration: none; 
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
	.primary-cta-link:hover {
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
		text-decoration: none;
	}
.secondary-cta-link {color: #78ad30; font-weight: 600;}

.btn-default {
	border-color: #37353a;
	border-radius: 0;
	color: #515151;
	background-color: transparent;
	transition: all ease-in-out 0.15s;
	text-transform: uppercase;
	padding: 12px 24px;
	font-size: 15px;
}
	.btn-default.btn-filled {
		border-color: #515151;
		background-color: #515151;
		color: #FFF;
	}
	.btn-default:hover, .btn-default:focus {
		border-color: #37353a;
		border-width: 1px;
		background-color: #37353a;
		color: #FFF;
	}
	.btn-default.btn-filled:hover, .btn-default.btn-filled:focus {
		border-color: #37353a;
		border-width: 1px;
		background-color: #37353a;
		color: #FFF;
	}

/* ===============================================
				INDEX PAGE CODE
=============================================== */

/* Header Section Starts */
.btn-signup, .btn-tryfree{
	border: 0;
	border-radius: 0;
	padding: 2px 25px 4px;
	vertical-align: baseline;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
	-webkit-transition: background 1s ease-in-out;
	  -moz-transition: background 1s ease-in-out;
	  -o-transition: background 1s ease-in-out;
	  transition: background 1s ease-in-out;
}

.btn-or{
	color: #fff;
	border-radius: 50%;
	width: 37px;
	height: 37px;
	margin-top:-4px;
	text-align: center;
	vertical-align: middle;
	padding: 7px 2px 0 0;
	font-size: 16px;
	margin-left: -17px;
	z-index: 9999;
}

.btn-buypackage, .btn-trialfree{
	border-radius: 0;
	padding: 12px 12px;
	font-size: 16px;
	color: #FFF;
	width: 100%;
	background: #f26d4f;
	margin-top: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}
.create-my-account {
    width: 200px !important;
}

.btn-buypackage:hover, .btn-buypackage:focus{
	border:1px solid #E96447;
	color: #E96447!important;
	padding: 12px 12px;
	border-radius: 0;
	background: transparent;
}
.btn-trialfree:hover {
	border:1px solid #fff;
	color: #fff;
	padding: 12px 12px;
	border-radius: 0;
	background: transparent;
}
.btn-learnmore{
	border-radius: 0;
	padding: 12px 12px;
	font-size: 16px;
	color: #515151;
	width: 100%;
	border: 2px solid #515151;
	margin-top: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	background: white;
}
.btn-learnmore:hover, .btn-learnmore:focus{
	border-radius: 0;
	padding: 12px 12px;
	font-size: 16px;
	color: #E96447;
	width: 100%;
	border: 2px solid #E96447;
	margin-top: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	background: white;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	background: transparent;
	color: #fff !important;
}
.dropdown-menu-signup {
	position: absolute;
	top: 153%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #f26d4f;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background: #E96447;
	color: #fff;
}
.form-control:focus {
    border-color: #FFFFFF;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
}

.see-all-plans {
	font-size: 24px;
	margin-top: 50px;
	padding: 10px;
	margin-bottom: -10px;
	display: inline-block;
}


/* TABS ROW Starts */
.nav-tabs {border-bottom: none;}

.nav-tabs>li.active>a, .tab-content {
	background-color: #f2f2f2;
	border-color: #f2f2f2;
}
.nav-tabs>li>a {
	border-radius: 0;
	margin-right: 0;
	border-color: #eee #eee #f2f2f2;
}

.tab-content {padding: 15px 0;}

.buttondiv {
	margin-top: 15px;
}
.nav>li>a {
	position: relative;
	display: block;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1);
}

.proxy-block {
	padding: 17px;
	border: 2px solid #515151;
	position: relative;
	background-color: #FFF;
}
.proxy-block ul {
	list-style-type: none;
	list-style-image: url(../Images/tick.png);
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #E0E0E0;
}
.proxy-block ul li{
	line-height: 22px;
}
.proxy-block h3{
	font-weight: 300;
}
.proxytitle{
	font-size: 20px;
	color: #515151;
}
.dollarsign{
	font-size: 15px;
}
.dollarrate{
	font-size: 30px;
}
.proxy-block .fifty-off-corner {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #78ad30;
	/*background: url(../Images/50off-corner.png);*/
	position: absolute;
	top: -25px;
	right: -25px;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
	padding: 18px 10px;
}
	.proxy-block .fifty-off-corner:after {
		content: "50% off";
		color: #FFF;
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 18px;
	}


/* BLUE-INFO SECTION STARTS */
.box-title{
	color: #fff;
	font-size: 20px;
	background: #515151;
	padding: 14px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
}
.contact-line{
	font-size: 16px;
	line-height: 20px;
}
.image-flags{
	padding: 30px 0 16px 0px;
	margin-left: -14px;
}
.image-flags li{
	list-style-type: none;
	display: inline-block;
	padding: 5px 17px;
}
.lime-input input {
    height: 48px;
    padding: 6px 12px !important;
}

.niches-links {text-align: center; padding: 30px 0 70px 0;}
.niches-links h3 {font-weight: 300; padding-top: 10px;}
.niches-links .icon {display: block; font-size: 4em;}
.niches-links a {display: block;}
.niches-links a:hover, .niches-links a:focus, .niches-links a:active {text-decoration: none; transition: color 0.4s ease;}

.prices .tabs-wrapper {
	text-align: center;
	margin-bottom: 30px
}
	.prices .nav-tabs {
		text-align: center;
		display: inline-block;
		float: none;
		border: 1px solid #dbdbdb;
		background-color: #fff;
	}
		.prices .nav-tabs > li {
			float: none;
			display: inline-block;
			margin: 0;
		}
		.prices .nav-tabs > li > a, .prices .nav-tabs > li > a:hover, .prices .nav-tabs > li > a:focus {
			border: transparent;
			background-color: transparent;
			margin: 0;
			text-transform: uppercase;
			font-weight: 600;
			font-size: 15px;
		}
			.prices .nav-tabs > li > a {
				color: #9b9b9b;
				padding: 12px 20px;
			}
			.prices .nav-tabs > li > a:hover, .prices .nav-tabs > li > a:focus, .prices .nav-tabs > li.active > a {
				color: #515151;
			}
		.prices .nav-tabs > li + li > a:before {
			content: "";
			width: 1px;
			background-color: #e0e0e0;
			display: inline-block;
			position: absolute;
			top: 6px;
			bottom: 6px;
			left: -1px;
		}

.prices-footer {
	text-align: center;
	margin-top: 50px;
	text-transform: uppercase;
	font-size: 15px;
}
.prices-footer .btn {margin: 0 20px}

/* ===============================================
			SIGNIN AND SIGNUP CODE
=============================================== */
.sign-page {
	background: url(../Images/sign-background.png) repeat;
}

.sign-section {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.sign-section .sign-section-inner {
    display: table-cell;
    vertical-align: middle;
}
.sign-section .logo {
    display: block;
    margin: 0 auto 30px auto;
}
.sign-content-lime {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
	background: #f2f2f2;
}
.input-group-addon.sign-icons {
	padding-left: 40px;
	background: no-repeat center center #FFF;
}
.input-group-addon.sign-icons.user 	{background-image: url(../Images/sign-user.png);}
.input-group-addon.sign-icons.psw		{background-image: url(../Images/sign-lock.png);}
.input-group-addon.sign-icons.mail	{background-image: url(../Images/sign-message.png);}

.sign-content-lime .btn-buypackage {margin: 0; width: 100%;}

.sign-content-lime .forgot-password {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    word-spacing: 3px;
	color: #000;
	float: left;
	border-top: 1px solid #979797;
	margin-top: 40px;
	padding-top: 5px;
}
.sign-content-lime .notice {margin-bottom: 20px;}
.lime-sign-input {
    padding: 0;
    width: 100%;
	margin-bottom: 20px;
}
.lime-sign-input input {
    height: 48px;
    padding: 6px 12px;
	border: none;
	box-shadow: none;
}
.lime-sign-input input:focus {border: none; box-shadow: none;}
.sign-content-lime ul li {
    width: 50%;
    padding: 0 !important;
	text-align: center;
}
.sign-content-lime ul li a {
    color:#505050;
    font-weight: 500;
    background-color: #e1e1e1;
    font-size: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sign-content-lime .nav-tabs>li>a, .sign-content-lime .nav-tabs>li.active>a:hover {border: none;}
.sign-content-lime>.nav-tabs>li.active>a {
	background-color: #f2f2f2;
	color: #505050;
	font-weight: 600;
}

.sign-content-lime .tab-content, .forgot-psw-content {
	padding: 50px;
}

/* Free trial section */
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #fff;
	border: none;
	border-radius: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: rgb(153, 153, 153);
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-weight: 300;
}
.free-trial .form-control:focus {
	border-color: rgba(102, 175, 233, 0);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0);
}
.free-trial .input-group-addon:hover,.free-trial .input-group-addon:focus{
	background: #eee;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-block{
	margin-top: 14px;
}

/* Featueres section starts */
.features {padding-bottom: 40px;}
.features .logo {
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 0;
	text-align: center;
}
	.features .logo:before {margin: 0;}

	.features .logo.icon-rocket 		{font-size: 5.5em;}
	.features .logo.icon-compass 		{font-size: 4.2em;}
	.features .logo.icon-ribbon 		{font-size: 4.2em;}
	.features .logo.icon-opposite 		{font-size: 4.2em;}
	.features .logo.icon-star			{font-size: 4em;}
	.features .logo.icon-graduation-cap {font-size: 4em;}
	.features .logo.icon-refresh 		{font-size: 3.8em;}
	.features .logo.icon-design 		{font-size: 3.8em;}
	.features .logo.icon-x				{font-size: 3.8em;}
	.features .logo.icon-plus			{font-size: 3.8em;}
	.features .logo.icon-ampersand		{font-size: 3.8em;}
	.features .logo.icon-updown			{font-size: 3.8em;}

.features h2, .five-reasons h2 {
	font-size: 26px;
	font-weight: 300;
	color: rgb(0, 0, 0);
	margin-bottom: 10px;
}
    .features h2 a {
        color: inherit;
        text-decoration: none;
    }
        .features h2 a:hover, .features h2 a:focus, .features h2 a:active {
            text-decoration: none;
            color: #f26d4f;
            outline: none;
        }
.features p, .five-reasons p {
	padding: 0 40px 0 0;
	font-size: 16px;
	color: rgb(81, 81, 81);
	font-weight: 300;
	line-height: 24px;
}

.features.lite .feature-item {text-align: center;}
.features.lite .logo {font-size: 4em;}

/* FAQ section starts */
.faq h2{
	font-size: 20px;
	font-weight: 500;
}
.faq p{
	padding: 0 58px 0 0;
}
.copyright{
	position: relative;
	top:4px;
}
.navbar-collapse{
    margin-top: 12px;
}
.navbar-form{
    margin-top: 20px;
}
/* =====================================================
						BLOG PAGE CODE
===================================================== */
.news-h2 {
    font-size: 36px;
    color: #000000;
    font-weight: 300;
}
.blog-section .blog-left-column article {
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    box-shadow: 1px 1px 1px rgba(0,0,0,.1)
}
.blog-section .blog-right-column >* {
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    box-shadow: 1px 1px 1px rgba(0,0,0,.1)
}
.blog-section .blog-left-column h3 {
    letter-spacing: 1px;
}
.blog-section {
    background-color: #e4e4e3;
}
.blog-section .blog-right-column h4 {
    margin: 0;
    padding: 15px;
    font-size: 16px;
    padding-left: 25px;
    border-top: 1px solid #e1e2e3;
    border-bottom: 1px solid #e1e2e3;
}
.blog-section .blog-right-column p {
    margin-bottom: 20px;
}
.blog-section .blog-right {
    padding: 25px;
}
.blog-section .blog-right ul {
    list-style-image: url('../Images/list-icon.png');
    padding: 0;
    margin-left: 15px;
}
.blog-section .blog-right ul li {
    font-size: 16px;
    transition: all 0.4s;
}
.blog-section .blog-right ul li:hover {
    opacity: 0.6;
    padding-left: 15px;
}
.blog-section .blog-right ul li:hover a {
    text-decoration: none;
    color: #000;
}
.blog-img-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #f26d4f;
    color: #ffffff;
    padding: 1px 14px;
    text-align: center;
    font-size: 16px;
}
.underline-blog {
    display: block;
    margin-top: -10px;
}
.blog-section .blog-icon {
    margin-top: -4px;
}
.blog-sign {
    padding: 5px;
}
.blog-sign:hover {
    padding: 5px;
}
.blog-right .blog-email-input {
    padding: 0;
}
.blog-right .blog-email-input span {
    width: 30px;
}
.blog-right .blog-email-input input {
    height: 30px;
    padding: 4px 12px!important;
}
.blog-right .socialmedia-follow {
    list-style: none !important;
}
.blog-right .socialmedia-follow li {
    margin-bottom: 10px;
    transition: all 0.4s;
}
.blog-right .socialmedia-follow a {
    text-decoration: none;
}
.blog-right .socialmedia-follow li:hover {
    opacity: 0.8;
}
.blog-section .blog-read-more {
    font-size: 16px;
    color: #f26d4f;
    transition: all 0.4s;
}
.blog-section .blog-read-more img {
    margin-top: -4px;
    padding-left: 5px;
}
.blog-section .blog-read-more:hover {
    text-decoration: none;
    opacity: 0.8;
    padding-left: 15px;
}
.blog-section .blog-load-more {
    margin: 0 auto;
    display: block;
    width: 195px;
    border:1px solid #000;
    color: #000!important;
    padding: 12px 12px;
    border-radius: 0;
    background: transparent;
}
.blog-section .blog-load-more:hover {
    border-radius: 0;
    border-color: #f26d4f;
    padding: 12px 12px;
    font-size: 16px;
    color: #fff !important;
    width: 195px;
    background: #f26d4f;
    font-weight: 300;
    letter-spacing: 1px;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
}

/*PROXY LIST*/
.proxy-list .proxy-list-sign {
    font-size: 11px;
}
.toggle-class {
    display: none;
}
.more-options {
    width: 25%;
    transition: all 0.4s;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
	display: block;
	margin: 30px auto 0 auto;
}
.more-options:hover {
    background-color: #E96447 !important;
    color: #fff !important;
}
/* =====================================================
					MAIN PAGE CODE
===================================================== */

nav.navbar-inverse {
    position: relative;
    border: none;
    border-radius: 0;
    padding: 20px 0;
    background: #1b1b1b;
    margin: 0;
    
}

.navbar-nav {
    float: right;
    margin-top: 5px;
}


nav.navbar-inverse a.navbar-brand img {
    width: 121px
}

nav.navbar-inverse ul.navbar-nav>li {
    position: relative
}

nav.navbar-inverse ul.navbar-nav>li>a:hover,
nav.navbar-inverse ul.navbar-nav>li>a:hover i {
    text-decoration: underline;
    color: #f26d4f
}

nav.navbar-inverse ul.navbar-nav>li>a {
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    float: left;
    color: #fff
}

nav.navbar-inverse ul.navbar-nav>li>a i {
    float: right;
    margin-left: 5px;
    color: #fff
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

nav.navbar-inverse ul.navbar-nav li ul.sub-menu {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 700000;
    padding: 14px 10px;
    top: 45px;
    box-shadow: 0 0 15px #222;
    -webkit-box-shadow: 0 0 15px #222;
    -moz-box-shadow: 0 0 15px #222;
    -o-box-shadow: 0 0 15px #222;
    -ms-box-shadow: 0 0 15px #222;
    min-width: 200%;
}

nav.navbar-inverse ul.navbar-nav li ul.sub-menu:before {
    content: "";
    width: 0;
    position: absolute;
    top: -8px;
    left: 20px;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 9px;
    border-color: transparent transparent #fff
}

nav.navbar-inverse ul.navbar-nav li a:hover+ul.sub-menu,
nav.navbar-inverse ul.navbar-nav li ul.sub-menu:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.main-header .headtitle p.lead {
    color: #FFF;
}

.main-header .headtitle {
    text-align: left;
    margin: 70px 0 100px 0;
}

.main-logosection .our-clients-logos {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all ease-in-out .15s;
}

.main-logosection .our-clients-logos:hover, .main-logosection .our-clients-logos:focus {
    filter: grayscale(0);
    opacity: 1;
}

.btn-default.btn-filled {
    border-color: #515151;
    background-color: #515151;
    border: 1px solid #515151!important;
   
}

.main-header .headtitle .buttons a {
    border: 1px solid #E96447;
    color: #E96447!important;
    color: #fff!important;
    display: inline-block;
    width: auto;
    margin: 20px 0;
    padding: 12px 24px;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: normal;
}

.main-header .headtitle .buttons a + a {
    margin-left: 20px;
}

.header-dashboard {
    box-shadow: 0px 30px 80px 0px rgba(0, 0, 0, 0.6);

}

nav.navbar-inverse ul.navbar-nav li ul li {
    margin-bottom: 10px
}

nav.navbar-inverse ul.navbar-nav li ul li:last-child {
    margin-bottom: 0
}

nav.navbar-inverse ul.navbar-nav li ul li a {
    color: #000
}

nav.navbar-inverse ul.navbar-nav li ul li a:hover {
    color: #f26d4f;
    text-decoration: underline
}

section.premium-proxy div.pricing a span,
section.premium-proxy div.sign-up-free a span {
    color: #fff
}

nav.navbar-inverse div.navbar-form {
    position: relative;
    padding: 0px;
}
.navbar-form .form-group{
    height: 30px;
}
nav.navbar-inverse div.navbbar-form input[type=email] {
    width: 250px;
    box-shadow: 0 0 0;
    border-radius: 10px;
    padding-left: 20px;
    border: 1px solid #f26d4f;
    height: 35px;
    line-height: 35px
}

nav.navbar-inverse div.navbar-form .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    top: 0;
    right: 0;
    background: #f26d4f;
    color: #fff;
    padding: 0px 20px;
    border-radius: 8px;
    border: 1px solid #f26d4f;
    height: 35px;
    line-height: 17px;
    font-size: 14px;
    margin-left: 5px;
    transition: 0.4s;
}

nav.navbar-inverse div.navbar-form .btn:hover {
    transition: 0.4s;
    background: none;
    color: #f26d4f;
}

.main-header {
/*background-image: url(../Images/featured-image.jpg);*/
background: #1b1b1b !important;
background-position: center center;
background-repeat: no-repeat;
max-width: 100%;
height: 516px;
margin-top: 0;
background-size: cover;
}

.main-header .headtitle h1, .features-header .headtitle h1, .pricing-header .headtitle h1{
	font-size: 60px;
	font-weight: bold;
	color: rgb(250, 250, 250);
	text-transform: uppercase;

}
.main-logosection{
	background: #000;
	padding: 43px 6px;
}
.main-signup .row{
	padding: 20px 28px 30px;
}
.main-signup .paddingmaster{
	padding: 20px 20px 30px;
}
.main-signup h3{
	font-size: 36px;
	color: rgb(81, 81, 81);
	margin: 15px 0 5px 0;
}
.main-getstarted .freeline{
	border-bottom: 2px solid;
}
.main-getstarted .threepointer{
	font-size: 16px;
	color: rgb(81, 81, 81);
	text-align: center;
	padding-top: 10px;
}
.main-getstarted .col-md-4{
	width: 19.333333%;
}
.main-getstarted .col-md-offset-4{
	margin-left: 40.7%;
}

footer ul{
	padding: 0;
	margin-top: 20px;
}
footer ul li, footer h4{
	color: rgb(250, 250, 250);
	list-style-type: none;
	font-weight: 300;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
	line-height: 24px;
}
footer h4{
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #666;
}
footer li a{
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}
footer ul a.active {
    border-bottom: 1px solid #fff;
}
footer ul a:hover {
	text-decoration: none;
}
footer ul a:hover{
	border-bottom: 1px solid #fff;
	color: #fff;
}

footer.main-footer .container .menus {
	padding: 60px 0 40px;
}


.second-footer {
	background: #4a4a4a;
	border-top: 1px solid #404040;
}
.second-footer .footer-social {
	text-align: center;
	background-color: #404040;
	padding-bottom: 21px;
}
.second-footer .footer-social.col-md-3{
    width: 20% !important;
    float: right;
}
.second-footer .footer-social a {
	display: inline-block;
	padding: 0 15px;
}
.second-footer .footer-social a i {
	color: #fff;
	transition: color 0.4s;
}

.second-footer .footer-social a i:hover{
	color: #f26d4f;
}

.second-footer p {
	color: rgb(250, 250, 250);
	font-size: 15px;
	font-weight: 300;
	letter-spacing: .5px;
	float: left;

}
.second-footer-inner p a {
	padding: 0 10px;
	color: #f2f2f2;
}

/*.footer-banners {padding-top: 5px;}*/
.footer-banners img {margin: 8px 5px;}
.footer-banners .money-back img {height: 45px;}


/* ===============================================
					ABOUT US PAGE
=============================================== */
.about-section .about-p {
    line-height: 24px;
}
.about-section .about-columns {
    border: 2px solid #444444;
}
.about-section .about-columns .about-images {
    position: absolute;
    width: 90%;
    top: -65px;
}
.about-section .about-columns .about-images img {
    display: block;
    margin: 0 auto;
}
.about-section .about-columns .about-text {
    height: 345px;
    padding: 25px;
}
.about-section .about-columns .about-text h3 {
    padding-top: 55px;
}
.about-section .about-columns .about-text p {
    font-size: 14px;
}

/* ===============================================
					CONTACT US PAGE
=============================================== */
.contact-section .contact-social {
    background-color: #515151;
}
.contact-section .contact-social ul {
    list-style: none;
    padding: 10px;
    margin: 0 auto;
    display: table;
    width: 500px;
}
.contact-cont h2,.contact-section h2{
	font-size: 26px;
	font-weight: 300;
	color: rgb(0, 0, 0);
	margin-bottom: 20px;
}
.contact-section h3{
	font-size: 16px;
	margin-top: 1px;
	color: rgb(81, 81, 81);
	font-weight: 600;
}
.contact-section .contact-page-fill textarea {
    resize: vertical;
    color: #000;
}
.contact-section .contact-social h3 {
    text-align: center;
}
.contact-section .contact-social ul li {
    width: 33%;
    float: left;
}
.contact-section .contact-social ul li {
    transition: all 0.4s;
    padding-left: 30px;
}
.contact-section .contact-social ul li:hover {
    text-decoration: none;
    opacity: 0.8;
    padding-left: 20px;
}
.contact-section .contact-social ul li a {
    transition: all 0.4s;
}
.contact-section .contact-social ul li:hover a {
    text-decoration: none;
    color: #fff;
}
.contact-section .contact-links-row div {
    padding: 5px;
}
.contact-section .contact-links-row span {
    color: #636363;
    font-weight: bold;
}
.contact-section .contact-links-row #phone-number {
    font-size: 14px;
}
.contact-section .contact-links-row a {
    transition: 0.4s;
    text-decoration: none;
    color: #949494;
}
.contact-section .contact-links-row a:hover {
    color: #000;
}
.contact-section .contact-links h3 {
    color: #f26d4f;
}

.contact-section .contact-page-fill li{
	text-decoration: none;
	list-style-type: none;
	padding: 3px 0px;
}
.contact-section .contact-page-fill ul{
	padding: 0px;
}
.contact-section  .title-contact-list{
	font-size: 16px;
	margin-top: 1px;
	color: rgb(81, 81, 81);
	font-weight: 400;
	color: #f26d4f;
}

.g-recaptcha {margin-bottom: 10px;}
.g-recaptcha > div > div {margin: 0 auto;}

/* ===============================================
					NETWORK STATUS PAGE
=============================================== */
.nstatus-section .status-headings {
    background-color: #5A5A5A;
    color: #fff;
}
.nstatus-section .status-td {
    position: relative;
}
.nstatus-section .status-div {
    background-color: transparent;
    /*position: absolute;*/
    width: 20px;
    /*left: 20px;*/
    height: 20px;
	margin: 0 auto;
    border-radius: 10px;
}
	.nstatus-section .status-div.online  {background-color: green;}
	.nstatus-section .status-div.offline {background-color: red;}
.nstatus-section .status-td-countries {
    color: #000;
}

/* ===============================================
					SPECIALS PAGE
=============================================== */
.specials-section .specials-main-text {
    font-size: 25px;
}
.specials-header {
    padding-bottom: 0 !important;
}

/* ===============================================
				KNOWLEDGEBASE PAGE
=============================================== */
.knowledgebase-search .knowledgebase-search-inner {
    width: 100%;
}
.knbase .knbase-panel .knbase-panel-a {
    transition: all 0.4s;
}
.knbase .knbase-main select {
    border: 1px solid #E7E7E7;
    padding-left: 10px !important;
}
.knbase .knbase-panel {
    box-shadow: none !important;
    border: none !important;
}
.knbase .knbase-panel .panel-arrow {
    padding-bottom: 4px;
}
.knbase .knbase-main select:hover {
    cursor: pointer;
}
.knbase .knbase-h2-div {
    border-top: 1px solid #E7E7E7;
}
.knbase .knbase-panel .knbase-panel-a:hover {
    padding-left: 15px;
    text-decoration: none;
}
.knbase .knbase-panel .panel-heading {
    background-color: #fff;
}
.knbase .knbase-login {
    padding: 5px;
}
.knbase .knbase-login:hover {
    padding: 5px;
}
.knbase .knbase-input {
    border: 1px solid #E7E7E7;
}
/* ===============================================
			KNOWLEDGEBASE CATEGORIES PAGE
=============================================== */
.knbase_categories .cat-panel {
    background-color: #fff;
}
.knbase_categories .cat-panel a {
    transition: all 0.4s;
}
.knbase_categories .cat-panel a:hover {
    text-decoration: none;
    padding-left: 15px;
    color: #000;
}

/* ===============================================
			ANONYMITY CHECKER PAGE
=============================================== */
.anonymity-section .anonymity-td-1 {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}

/* ===============================================
				CUSTOM SOLUTIONS PAGE
=============================================== */
.custom-page-section .container, .solution-packages .container {padding-bottom: 40px;}

.custom-page-note {
	margin: 40px 0;
	font-size: 1.5em;
	text-align: center;
}
.custom-sol-submit {text-align: center;}
.custom-sol-submit button {
	max-width: 200px;
	margin: 0 auto;
}


/* ===============================================
				LOCATIONS PAGE CODE
=============================================== */
.locations-section .int-locations img {
    width: 100%;
    height: 100px;
}
.locations-section .loc-image-div {
    position: relative;
}
.locations-section .loc-country-text {
    position: absolute;
    top: 10px;
    padding-left: 5px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    z-index: 2;
}
.locations-section .loc-country-text h6 {
    font-size: 25px;
    margin: 0;
}
.locations-section .loc-country-text h6, p {
    color: #171717;
}
.locations-section .loc-image-div:hover {
    cursor: pointer;
}
.locations-section .loc-image-div:hover img {
    opacity: 0.4;
}
.locations-section .loc-image-div:hover .loc-country-text {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.locations-section .loc-ul {
    list-style: none;
    margin: 0 auto;
    display: table;
    padding-left: 0;
    padding-bottom: 15px;
}
.locations-section .loc-ul li {
    display: inline-block;
    padding: 15px;
    margin: 2px;
    font-size: 20px;
    border: 1px solid #bce036;
}


/* ----------Archit */
.locations-section .image-flags li {
list-style-type: none;
display: inline-block;
padding: 0px 21px 0px 21px;
}
.us-locations ul{padding: 0px;}
.us-locations ul li{padding: 3px 0px;}
.location-title{
border-bottom: 1px solid #515151;
width: auto;
height: 33px;
display: table;
}
.locations-section ul{padding: 10px 0px;}
.locations-section ul li{padding: 3px 0px;}


/* ===============================================
			PAYMENT METHODS PAGE CODE
=============================================== */
.payment-logo {
    width: 90%;
}
.payment-section .payment-logo:hover {
    opacity: 0.8;
}
.payment-section .payment-logos {
    list-style: none;
}
.payment-section .payment-logos li {
    float: left;
    display: block;
    width: 25%;
}
.payment-section .payment-articles p {
    text-align: justify;
}
.payment-section .payment-articles {
    font-weight: 300;
}
.payment-section .payment-articles article{
    border-bottom: 1px solid #bce036;
    padding: 15px 0;
    word-spacing: 2px;
}
.payment-section #btn-contact_now {
    width: 80%;
}

/* ===============================================
				FEATURES PAGE CODE
=============================================== */
.features-header{
	background: url(../Images/back_2.png);
	margin-top: 0;
	height: 100%;
	padding-bottom: 95px;
}

.features-restrictions h2{
	font-size: 26px;
	font-weight: 300;
}
.features-restrictions p{
	font-size: 16px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
}

/* ===============================================
				PRICING PAGE CODE
=============================================== */
.pricing-header {
	background: url(../Images/back_2.png);
	margin-top: 0;
	height: 100%;
}

.pricing-header .nav-tabs li > a {
	position: relative;
	display: block;
	padding: 10px 30px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.pricing-header .nav-tabs li {
	position: relative;
	display: inline-block;
	float: none;
	padding: 0 0;
	border: none;
}
.pricing-header .nav-tabs>li>a {
	margin-right: 0;
	line-height: 1.428571429;
	border: none;
	border-radius: 0;
	color: rgb(250, 250, 250);
	background: transparent;
}
.pricing-header .nav-tabs>li.active>a,
.pricing-header .nav-tabs>li.active>a:hover,
.pricing-header .nav-tabs>li.active>a:focus {
	color: #515151;
	cursor: default;
	background-color: #f2f2f2;
	border: none;
	border-bottom-color: transparent;
	/*padding: 10px 50px;*/
}
.pricing-header .page-tabs {margin-top: 90px; text-align: center;}

.packages .container {padding-bottom: 70px;}

.premium-row, .private-row, .socks-row, .wscrap-toggle, .clfads-toggle {
	padding-top: 30px;
}
#premium_faq h2,
#socks_faq h2,
#private_faq h2 {
	font-size: 26px;
	font-weight: 300;
	color: rgb(0, 0, 0);
	margin-bottom: 30px;
}
.compare-table {text-align: center;}
.compare-table > div {
	display: inline-block;
	padding: 17px;
	background: #fff;
	border: 2px solid #515151;
	box-sizing: border-box;
}
.compare-table table {
	margin: 0 auto;
	font-size: 16px;
}

.compare-table table tr td:first-child {text-align: left;}
.compare-table table tr td {padding: 15px; border-right: 1px solid #e2e2e2;}
.compare-table table tr td:last-child {border:none;}

.compare-table table tbody tr:nth-child(odd) {background: #f7f7f7;}

.compare-table table a {color: #f26d4f; font-weight: bold;}

.compare-table table thead {font-weight: bold;}

.compare-table .fa-check {color: #7caf36;}
.compare-table .fa-times {color: #af3636;}

.checkmark-list {
	list-style-image: url(../Images/checkmark.png);
	padding-left: 20px;
}

.checkmark-list li {padding: 2px 0 2px 5px;}

.checkbox-list {padding: 0; margin: 0;}
	.checkbox-list li {float: left;}
	.checkbox-list label {font-weight: normal;}

.order-summary .panel {margin-top: 35px;}
.order-summary .panel-heading {
	text-align: center;
}

.dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 70%;
	margin: 40px auto;
	position: relative;
}
#buy-window {max-width: 400px;}
#locations-list-popup, #hp-compare-table {max-width: 523px;}

.dialog .image-flags {margin-right: -14px; padding: 0 0 16px 0;}

.order-more-info {margin: 40px 0 0 0; text-align: center;}

/* ===============================================
				PRODUCTS PAGE CODE
=============================================== */
.product-server .image-flags li {
	list-style-type: none;
	display: inline-block;
	padding: 5px 18px;
}

/* ===============================================
				AFFILIATES PAGE CODE
=============================================== */
.affiliates .affiliates-sign-up {
    width: 50%;
    display: block;
    margin: 0 auto;
}
.affiliates .affiliates-left-column {
    text-align: center;
    padding: 0;
    border: 1px solid #78ad30;
}
.affiliates-left-column div {
    padding-top: 10px;
}
.affiliates-left-column div:last-child p {
    border-bottom: none;
}
.affiliates-left-column div h4 {
    font-size: 36px;
}
.affiliates-left-column div p {
    padding-right: 0;
    font-size: 18px;
    width: 60%;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}
.affiliates-left-column div span {
    font-size: 20px;
    font-weight: bold;
    color: #bce036;
}
.affiliates .affiliates-left-column h3 {
    background-color: #78ad30;
    color: #fff;
    margin: 0;
    font-size: 20px;
}
.affiliates .affiliates-right-column {
    margin-top: 20px;
}
.affiliates .affiliates-right-column ul {
    list-style: none;
    padding-left: 0;
}
.affiliates .affiliates-right-column ul li {
    font-size: 25px;
    padding: 20px;
    border-bottom: 1px solid #bce036;
}
.affiliates .affiliates-right-column ul li:last-child {
    border: none;
}
.affiliates .affiliates-right-column i {
    color: #78ad30;
    padding-right: 15px;
}
.affiliates {
    padding-top: 60px;
    padding-bottom: 60px;
}
.affiliates .logo{
    padding: 20px 0 0 30px;
    padding: 0;
    text-align: center;
}
.affiliates h2{
    font-size: 26px;
    font-weight: 300;
    color: rgb(0, 0, 0);
    margin-bottom: 30px;
}
.affiliates p{
    padding: 0;
    padding: 0 40px 0 0;
    font-size: 16px;
    color: rgb(81, 81, 81);
    font-weight: 300;
    line-height: 24px;
}
.affiliates-header{
    background: url(../Images/back_2.png);
    margin-top: 115px;
    height: 100%;
    padding-bottom: 95px;
}
.affiliates-header .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
}
.affiliates-header .nav>li {
    position: relative;
    display: block;
    padding: 0 25px;
}
.affiliates-header .navbar-nav{padding-top: 27px;}

.affiliates-restrictions h2{
    font-size: 26px;
    font-weight: 300;
}
.affiliates-restrictions p{
    font-size: 16px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* ===============================================
				COMPARE US PAGE CODE
=============================================== */
.compare-section .compare-text {
    font-weight: 300;
    word-spacing: 1px;
    margin-bottom: 0;
}
.compare-section .compare-table {
    width: 70%;
    margin: 0 auto;
}
.compare-section .compare-headers {
    background-color: #5A5A5A;
	color: #fff;
}
.compare-section .td-features {
    background-color: #5A5A5A;
    color: #fff;
    width: 25%;
}
.compare-section .td-limeproxies {
    width: 50%;
}
.compare-section .td-competitors {
    width: 25%;
}

/* ===============================================
				SOLUTIONS PAGE CODE
=============================================== */
.solution-packages .learn-sec {
	margin: 0 0 30px 0;
	padding: 30px;
	background-color: #FFF;
	border: 2px solid #515151;
}
.solution-packages .learn-sec .title {
	margin-top: 0;
	color: #000;
	font-weight: 300;
}
.solution-packages .learn-sec .price {font-weight: bold;}
.solution-packages .learn-sec .buttons .btn-learnmore {margin-top: 10px;}
.solution-packages .icon-holder {text-align: center;}
.solution-packages .icon-box {
	/*padding: 33px 0 0 0;*/
	background: #f2f2f2;
	border-radius: 50%;
	height: 124px;
	width: 124px;
	line-height: 124px;
	text-align: center;
	display: inline-block;
}
	.solution-packages .icon-box .icon-ticket {font-size: 4.8em;}
	.solution-packages .icon-box .icon-gamepad {font-size: 4em; margin: 0 .1em 0 0;}
	.solution-packages .icon-box .icon-user {font-size: 4em;}

.solution-packages .panel {
	margin-bottom: 0px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.solution-advantage ul li {
	font-size: 16px;
}

.packages-plans-panels {
	margin-bottom: 30px;
}
.packages-plans-panels.white-box {
	background-color: #FFF;
	padding: 30px;
	border: 1px solid #dbdbdb;
}
	.packages-plans-panels .tab-content {
		border: 1px solid #dbdbdb;
		padding: 30px;
		background-color: #FFF;
	}
	.packages-plans-panels .nav-tabs>li {
		margin-bottom: 0;
	}
	.packages-plans-panels .nav-tabs>li>a {
		background-color: #f2f2f2;
		margin-bottom: 0;
		/*width: 160px;*/
		text-align: center;
		border: 0;
		color: #777;
		text-transform: uppercase;
		letter-spacing: 0.05em;
	}
		.packages-plans-panels .nav-tabs>li>a:hover,
		.packages-plans-panels .nav-tabs>li>a:focus,
		.packages-plans-panels .nav-tabs>li>a:active {
			cursor: pointer;
			border: 0;
		}
.packages-plans-panels .nav-tabs>li.active {margin-bottom: -2px;}
		.packages-plans-panels .nav-tabs>li.active>a {
			background-color: #FFF;
			color: #171717;
			border-width: 1px 1px 0 1px;
			border-style: solid;
			border-color: #dbdbdb;
		}
/* ===============================================
				SUPPORT PAGES CODE
=============================================== */

/* -----------by Archit */
.support-page-section aside ul{
	padding: 0px;
}
.support-page-section aside ul li{
	padding: 15px 30px;
	border-bottom: 1px solid #e5e5e5;
}
.support-page-section aside ul li:last-child {
	padding: 15px 30px;
	border-bottom: none;
}
.support-page-section aside a {
	font-size: 16px;
}
.support-page-section aside .input-group-btn>.btn {
	position: relative;
	height: 48px;
}
.form-element {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.form-element .btn-buypackage {margin-top: 0;}

.form-element input, .form-element textarea, .form-element select,
.support-page-section input, .support-page-section textarea, .support-page-section select,
.contact-page-inputs input, .contact-page-inputs textarea, .contact-page-inputs select,
.custom-page-section .custom-page-input-inner input,
.custom-page-section textarea.custom-page-input-inner, 
.custom-page-section select.form-custom-page {border: 1px solid #cecece;}

.form-element input:focus, .form-element textarea:focus, .form-element select:focus,
.support-page-section input:focus, .support-page-section textarea:focus, .support-page-section select:focus,
.contact-page-inputs input:focus, .contact-page-inputs textarea:focus, .contact-page-inputs select:focus,
.custom-page-section .custom-page-input-inner input:focus,
.custom-page-section textarea.custom-page-input-inner:focus,
.custom-page-section select.form-custom-page:focus {border-color: #edc2a5}

.support-page-section p{
	padding: 0;
	font-size: 16px;
	color: rgb(81, 81, 81);
	line-height: 24px;
}
.support-page-section .logo{
	padding: 30px 0 0 10px;
}

.support-page-section .content a {color: #f26d4f;}

.features-header-support{padding-bottom: 40px!important;}
.search-box{
	padding-top: 14px;
}

.support-accordion-section .panel-default>.panel-heading {
    cursor: pointer;
    background: transparent;
    padding: 1px 0px;
}
.support-accordion-section .panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.support-accordion-section .panel-group .panel-heading+.panel-collapse .panel-body,
.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: none;
}
.support-accordion-section .panel-title>a {
    font-size: 20px;
    line-height: 39px;
    color: #f26d4f;
    font-weight: 400;
    cursor: pointer;
    background: transparent;
}
.support-accordion-section .panel-default>.panel-heading+.panel-collapse .panel-body {
    padding: 0 40px 0 0;
    font-size: 16px;
    color: rgb(81, 81, 81);
    font-weight: 300;
    line-height: 24px;
}
.support-accordion-section .panel-default {
    border-color: transparent;
}

.support-contact-option {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #e5e5e5;
    background: #f2f2f2;
    padding: 0;
}

.support-contact-option > a {display: block; padding: 10px;}
.support-contact-option > a:hover {text-decoration: none; background: #f9f9f9;}

.support-contact-option span {
    display: block;
    width: 100% !important;
    text-align: center;
}

.support-contact-option .glyphicon {font-size: 3em;}

.support-contact-option .tag {
    font-size: 14px;
    white-space: nowrap;
    margin-top: 20px;
}

.support-contact-options .support-contact-option:last-child {border-bottom: 1px solid #e5e5e5;}

.support-contact-option.social a {display: inline-block; text-align: center;}

.panel-support-aside {
	border: none;
	border-radius: 0;
	margin: 0;
	box-shadow: none;
	border: 1px solid #e1e2e3;
	margin-bottom: 40px;
}
/*.support-side-menu .panel-support-aside:first-child {border-bottom: none;}*/
.panel-support-aside > .panel-heading {
	background:#f2f2f2;
	border-bottom: 1px solid #e1e2e3;
	border-radius: 0;
}
.panel-support-aside > .panel-heading, .panel-support-aside > .panel-heading h4 {color: #f26d4f;}
.panel-support-aside > .panel-heading h4 {margin: 0; font-weight: bold;}

.panel-support-aside ul {
	padding: 0; 
	margin: 0 0 0 15px; 
	list-style-image: url(../Images/list-icon.png);
}
.panel-support-aside ul li:last-child {border-bottom: none;}
.panel-support-aside ul li a {
    padding: 3px 0;
    display: block;
	text-decoration: none;
	transition: all 0.4s;
}
.panel-support-aside ul li a:hover, .panel-support-aside ul li a.active {padding-left: 5px; color: #000;}

.departaments-links {list-style-image: url(../Images/read-more-icon.png);}
.departaments-links a {color: #f26d4f;}


/* ===============================================
		PRIVACY, REFUND, TERMS PAGES CODE
=============================================== */
.support-header{
    background: url(../Images/back_2.png);
    height: 100%;
}
.support-header .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
}
.support-header .nav>li {
    position: relative;
    display: block;
    padding: 0 25px;
}
.support {
    padding-bottom: 100px;
}
.support .divider {
    height: 1px;
    width: 123px;
    background-color: #a8a8a8;
    margin-bottom: 30px;
}
.support .support-h2 {
    margin-top: 60px;
    margin-bottom: 18px;
    font-size: 36px;
}
.support .support-p .aup-numbers {
    padding-right: 4px;
    color: #78ad30;
}
.support .support-h3 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 26px;
}
.support .support-ul {
    list-style: none;
    padding-left: 10px;
}
.support .support-ul i {
    padding-right: 5px;
}
.support .support-left-column a {
    color: #000;
}
.support .support-nav {
    margin-top: 50px;
    list-style: none;
}
.support .support-nav li {
    padding: 4px 10px;
}
.support .support-nav li:hover {
    border-left: 1px solid #78ad30;
    padding: 4px 9px;
}
.support .support-nav li a {
    font-size: 16px;
    text-decoration: none;
}
.support .support-nav li.active {
    border-left: 1px solid #78ad30;
    padding: 4px 9px;
}
.support .support-nav li:hover a{
    color: #000;
}



/* ===============================================
					ORDERS PAGE
=============================================== */
.order-page a {color: #f26d4f;}
.order-page hr {margin: 30px 0;}
.order-page label {font-weight: normal;}

.order-page .payment-method label {margin-right: 20px;}
.order-page .btn-buypackage {margin-top: 40px; color: #FFF; font-weight: bold;}

.order-page .nav-tabs, .proxy-recommandation .nav-tabs {border: none;}

.order-page .nav-tabs>li.active>a, .order-page .nav-tabs>li.active>a:hover, .order-page .nav-tabs>li.active>a:focus, .order-page .tab-content,
.proxy-recommandation .nav-tabs>li.active>a, .proxy-recommandation .nav-tabs>li.active>a:hover, .proxy-recommandation .nav-tabs>li.active>a:focus, .proxy-recommandation .tab-content {
	background: #f2f2f2;
}

.order-page .nav-tabs>li, .proxy-recommandation .nav-tabs>li {margin: 0;}
.order-page .nav-tabs>li>a, .proxy-recommandation .nav-tabs>li>a {
	color: #567f1f !important;
	/*font-weight: bold;*/
	/*margin: 0;*/
	background: #fcfcfc;
	border-width: 1px;
	border-color: #ddd;
	border-bottom-color: transparent;
	border-radius: 5px 5px 0 0;
	outline: none;
}
.order-page .nav-tabs>li>a:hover, .proxy-recommandation .nav-tabs>li>a:hover {border-bottom-color: transparent; background-color: #FFF;}
.order-page .nav-tabs .active a, .proxy-recommandation .nav-tabs .active a {font-weight: 600;}

.order-page .tab-content, .proxy-recommandation .tab-content {
	padding: 10px 0;
	border: 1px solid #ddd;
	border-radius: 0 5px 5px 5px;
}

.order-error-msg {text-align: center; margin-top: 20px;}
.order-error-msg h3 {margin-top: 0;}

/* ==============================================
				PRICES PAGE
============================================== */
section.prices {padding-bottom: 80px;}



/* Adding new class */

.round-price{
    border-radius: 300px;   
    margin: 0 auto;
    border: 1px solid #f26d4f;
    color: #33cd7b;
    height: 85px;
    width: 85px;	
	}
	
.round-price-big{
    border-radius: 300px;   
    margin: 0 auto;
    background:#f26d4f;
    color: #fff;
    height: 110px;
    width: 110px;	
	}
.round-price-big h3{color: #fff; padding-top:30px; display:block;}	
.round-price h3 em, .round-price-big h3 em{ font-size:14px;font-style: normal;display:block;}
.bor-top-btm{ border-bottom:1px solid #fff;border-top:1px solid #dedede;}

span.valid{
	  width: 24px;
	  height: 24px;
	  background: url(../Images/active-tick.png) center center no-repeat!important;
	  display:block;
	  text-indent: -9999px; position:absolute; right:15px; top:12px;
  }
.error{
	width: 24px;
	height: 24px;
	background: url(../Images/unactive-tick.png) center center no-repeat!important;
	display:block;
	text-indent: -9999px; position:absolute; right:15px; top:12px;
}

.form-control::-moz-placeholder {
    color: #555;
    opacity: 1;
}

.second-footer-inner p a{ padding:0 10px; color:#f2f2f2;}

.footer-offline-contact {
    line-height: 1;
    font-size: 1.5em;
}

.footer-offline-contact small {font-size: 63%;}

.support-phone {/*color: #7caf36;*/ color: #FFF; font-size: 16px; font-weight: bold;}

.five-reasons {padding-bottom: 40px;}
.five-reasons article {position: relative; padding-left: 60px;}
.five-reasons article .number {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	margin: -10px 0;
	line-height: 50px;
	color: #515151;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
}
.five-reasons a {color: #f26d4f;}



/* BOOTSTRAP reconfig */
.alert-warning {border-color: #EFD054;}
.alert-warning a {text-decoration: underline;}
.alert-warning a:hover {text-decoration: none;}
input[type="radio"], input[type="checkbox"] {position: relative; top: 2px; margin: 0 2px 0 0;}


/* =====================================
            Proxy Recomandation
======================================== */

.proxy-recommandation .lab {
    font-size: 24px; 
    margin-top: 40px;
    font-weight: normal;
}

/*.proxy-recommandation #plans {
    margin-top: 80px;
    margin-bottom: 20px;
}*/

/*.proxy-recommandation #plans .plan {display: none;}*/

.proxy-recommandation .dialog {
    padding: 40px;
    max-width: 1200px;
}

/*404 page styles*/
.page-not-found{
	background: url(../Images/stars-background.png);
	height: 800px;
	background-repeat: no-repeat;
	width: 100%;
	padding: 30px;
	background-size: cover;
	}
.man-oops{
	width: 40%;
	float: left;
	text-align: center;
	margin-right: 40px;
}

.man-oops img{
	max-width: 40%;
	width: 100%;
}

.error-links{
	float: left;
	width: 40%;
}

.error-404 span{
	display: block;
}
.error-404{
	margin: 10px 0;
	display: block;

}

.error-links p{
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0;
}
img.img-erroe {
	max-width: 100px;
	width: 100%;
}
img.img-404 {
	max-width: 105px;
	width: 100%;
}
.buttons a {
	color: #00FFFF;
	border: 1px solid #00FFFF;
	padding: 8px;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	margin: 5px 5px;
}

.buttons a:hover{
	text-decoration: none;
}

a.solut{
	margin-right: 10px;
}

.last-text a{
	color: #00FFFF;
}



/* ===============================================
				MEDIA QUERIES STARTS
=============================================== */
@media all and (min-width: 1200px) {
	.container {
		width: 1140px!important;
	}
}
@media all and (min-width: 1280px) {}


@media all and (max-width: 1200px) {
	
	.blog-section .socialmedia-follow-outer {
		/*padding-bottom: 554px;*/
	}
	.second-footer .footer-social {
		padding: 10px;
		padding-bottom: 11px;
	}
	.second-footer .second-footer-inner {
		padding: 10px;
	}
	.second-footer .footer-social a {
		padding: 0 10px;
	}
	.blog-section .news-text {
		font-size: 15px;
	}
	.blog-section .blog-read-more {
		margin-bottom: 10px;
		display: block;
		margin: 0 auto;
	}
	.btn-buypackage {
		font-size: 13px;
	}
	.about-section .about-columns {
		padding-bottom: 20px;
	}
}
@media all and (max-width: 1024px) {
	.btn-buypackage {
		font-size: 16px;
	}
}
@media all and (max-width: 992px) {
    

	.main-nav .nav > li > a{
		padding: 10px 5px;
	}
	.premium-row .col-md-offset-1 {
		margin-left: 0;
	}
	.blog-section .socialmedia-follow-outer {
		/*padding-bottom: 727px;*/
	}
	.blog-section .blog-right {
		padding: 10px;
	}
	.blog-section .blog-right .socialmedia-follow li {
		font-size: 12px;
	}
	.locations-section .int-locations img {
		height: 80px;
	}
	.locations-section .loc-country-text h6,
	p {
		font-size: 16px;
	}
	.support-page-section .sup-right {
		text-align: center;
	}
	.compare-section .compare-table {
		width: 100%;
	}
	.about-section .about-columns .about-text {
		height: 250px;
	}
	.about-section .about-columns {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.about-section .about-columns .about-images {
		width: 95%;
	}
	.main-getstarted .create-my-account {
		margin-left: -20%;
	}
	.about-section .about-columns {
		padding-bottom: 0;
	}
	.pricing-header .nav-tabs li > a {
		padding: 10px;
	}
	.pricing-header .nav-tabs>li.active>a,
	.pricing-header .nav-tabs>li.active>a:hover,
	.pricing-header .nav-tabs>li.active>a:focus {
		padding: 10px 25px;
	}
	.pricing-header .nav-tabs .pricing-nav-li {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}
@media all and (max-width: 960px) {
	.text-center-resp {
		text-align: center;
	}
	.f_right {
		float: none!important;
		/*margin: 0 auto;*/
	}
	.blue-info {
		padding-top: 138%;
	}
	.proxy-block {margin-bottom: 10px;}
	.proxy-block h4, .proxy-block h3, .proxy-block h5 {text-align: center;}
	
	.features h2 {
		text-align: center;
	}
	.features p {
		padding: 0;
		text-align: center;
	}
	.faq h2 {
		font-size: 20px;
		font-weight: 500;
		text-align: center;
	}
	.faq p {
		padding: 0;
		text-align: center;
	}
	.copyright {
		position: relative;
		top: 4px;
		text-align: center;
	}
	.main-header {
		background-image: url(../Images/featured-image.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		max-width: 100%;
		height: auto;
		margin-top: 115px;
		background-size: cover;
	}
	.main-getstarted .col-md-4 {
		width: auto;
	}
	.main-getstarted .col-md-offset-4 {
		margin-left: auto;
	}
}
@media all and (max-width: 800px) {
	.blue-info {
		padding-top: 153%;
	}
	.main-header .nav > li {
		position: relative;
		display: block;
		padding: 0 8px;
	}
	.second-footer .footer-social {
		text-align: center;
		/*background-color: transparent;*/
		padding-bottom: 21px;
	}
}


@media all and (max-width: 768px) {
  
    .btn-buypackage {
        font-size: 12px;
    }
    
    .footer-banners .money-back img {
        width: 100%;
        height: auto;
    }
    
    body .second-footer .footer-social.col-md-3{
        width: 100%
    }
    
    .footer-social a {
        font-size: 20px;
    }
    
    .proxy-block .fifty-off-corner {
        right: 0;
    }
    .prices-footer .btn {
        margin: 0;
    }
    
    .headtitle .col-md-5,
    .headtitle .col-md-7 {
        padding: 0;
    }
    
    .main-header .headtitle .buttons a + a {
        margin-left: 0;
    }
    
    .main-header .headtitle .buttons a {
        width: 100%;
    }
    
    .create-my-account {
        max-width: 100%;
    }

	.proxy-recommandation .dialog {
		padding: 15px;
	}
	a.solut{
		margin-bottom: 32px;
		display: inline-block;
	}

	.error-links{
		width: 100%;
		float: none;
		margin-top: 0;
	}
	.more-options {
		width: 35%;
	}
	.locations-section .loc-ul li {
		display: block;
	}
	.locations-section .loc-country-text {
		position: relative;
		opacity: 1;
		visibility: visible !important;
		text-align: left;
		border-top: 1px solid #D5D5D5;
		padding-top: 10px;
	}
	.locations-section .int-locations img {
		height: 50%;
		width: 50%;
	}
	.locations-section .loc-image-div:hover {
		cursor: auto;
	}
	.locations-section .loc-image-div:hover img {
		opacity: 1;
	}
	.compare-section .compare-table td {
		white-space: normal !important;
	}
	.blog-section .socialmedia-follow-outer {
		padding-bottom: 20px;
	}
	.blog-section .blog-right-column {
		padding-left: 0;
		padding-top: 20px;
	}
	.about-section .about-columns {
		border-left: none;
		border-right: none;
		border-bottom: none;
	}
	.contact-section .contact-social ul li {
		padding-left: 20px;
	}
	.contact-section .contact-social h3 {
		text-align: center;
	}
	.contact-section .contact-links-row {
		padding-left: 50px;
	}
	.sign-content-lime ul li {
		display: block;
		float: left;
	}
	.affiliates .affiliates-sign-up {width: 80%;}
	.affiliates .affiliates-left-column {
		/*border: none;*/
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	.affiliates .affiliates-right-column ul li {
		font-size: 16px;
		padding: 10px;
	}
	.support .support-nav {
		padding-left: 0;
		margin-top: 15px;
	}
	.support .support-h2 {
		margin-top: 25px;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 25.4px;
	}
	.nav-tabs>li {
		float: none;
		margin-bottom: -1px;
		text-align: center;
	}
	.navbar-toggle {
		margin-top: 20px;
	}
	.main-header .headtitle h1,
	.features-header .headtitle h1,
	.pricing-header .headtitle h1 {
		font-size: 30px;
		font-weight: bold;
		color: rgb(250, 250, 250);
		text-transform: uppercase;
		text-align: center;
	}
	/*.headtitle .btn-buypackage,
	.btn-trialfree {
		color: rgb(255, 255, 255);
		width: 50%;
	}*/
	.payment-section #btn-contact_now {
		width: 100%;
	}
	.btn-sm-half {
		width: 50%;
	}
}
@media all and (max-width: 640px) {
	.blue-info {
		padding-top: 195%;
	}
    .navbar-form{
        margin-top: 18px;
    }
	.btn-buypackage,
	.btn-trialfree {
		color: rgb(255, 255, 255);
		width: 97%;
	}
	.contact-section .contact-social ul {
		width: 400px;
	}
	.btn {
		width: 50%;
	}
	.more-options {
		color: #000;
	}
	.main-getstarted .create-my-account {
		margin-left: -40px;
	}
}
@media all and (max-width: 480px) {
	.page-not-found {
		height: auto;
	}
	.more-options {
		width: 100%;
		color: #000;
	}
	.compare-section .compare-table {
		font-size: 10px;
	}
	.contact-section .contact-social ul {
		width: 100%;
	}
	.contact-section .contact-social ul li {
		padding-left: 10px;
	}
	.about-section .about-columns .about-text {
		height: 345px;
	}
	.blue-info {
		padding-top: 365%;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 79.4px;
	}
	.nav-tabs > li > a {padding: 10px;}
	.main-logosection img {
		display: none;
	}
    
    .main-logosection {
        padding: 20px 6px;
    }
    
	.btn-buypackage,
	.btn-trialfree {
		/*color: rgb(255, 255, 255);*/
		width: 93%;
	}
	.main-getstarted .create-my-account {
		display: block;
		margin: 0 auto;
	}
	.btn {
		width: 100%;
	}
	.sign-content-lime ul li a {padding: 10px 25.4px;}
	
	.compare-table > div {padding: 5px;}
	.compare-table table tr td {padding: 8px 5px; line-height: 1;}
	
	.solution-packages .learn-sec {margin: 0 10px 30px 10px; padding: 25px 10px;}
	.solution-packages .learn-sec .icon-holder {margin-top: 0;}
	.solution-packages .learn-sec .title {margin-top: 20px;}
	.solution-packages .learn-sec .price {text-align: center;}
	
	.support-page-section .content {margin-bottom: 40px;}
	
	.payment-section .payment-logos li {width: 33.3%;}
	.payment-section .payment-logos li.fastspring {
		display: block;
		clear: both;
		width: 100%;
	}
	.payment-section .payment-logos li.fastspring .payment-logo {width: 100%;}
	
	footer.main-footer .container .menus {
		padding: 40px 0;
	}
}
@media all and (max-width: 320px) {}

@media all and (max-width: 1024px) and (orientation: landscape) {
	.blue-info {
		padding-top: 26%;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 12px;
	}
	.header .nav>li>a {
		position: relative;
		display: block;
		padding: 10px 17px;
	}
	.proxy-block {
		padding: 17px 6px;
		border: 2px solid #515151;
	}
	.main-getstarted .col-md-offset-4 {
		margin-left: 37.7%;
	}
	.main-getstarted .col-md-4 {
		width: 24.333333%;
	}
}
@media all and (max-width: 800px) and (orientation: landscape) {
	.blue-info {
		padding-top: 136%;
	}
}
@media (max-width: 640px) and (orientation: landscape) {
	.blue-info {
		padding-top: 205%;
	}
}
@media all and (max-width: 480px) and (orientation: landscape) {
	.blue-info {
		padding-top: 242%;
	}
}




/* TOOLTIP */
/* Hint.css (base version) - v1.3.3 - 2014-07-06
	http://kushagragour.in/lab/hint/
	Copyright (c) 2014 Kushagra Gour; Licensed MIT
	Release under The MIT License
*/
.hint, [data-hint] {
	position: relative;
	display: inline-block;
 }
	.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
		position: absolute;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: hidden;
		opacity: 0;
		z-index: 1000000;
		pointer-events: none;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		transition: 0.3s ease;
		-webkit-transition-delay: 0ms;
		-moz-transition-delay: 0ms;
		transition-delay: 0ms;
	}
	.hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
		visibility: visible;
		opacity: 1;
	}
	.hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
		-webkit-transition-delay: 100ms;
		-moz-transition-delay: 100ms;
		transition-delay: 100ms;
	}
	.hint:before, [data-hint]:before {
		content: '';
		position: absolute;
		background: transparent;
		border: 6px solid transparent;
		z-index: 1000001;
	}
	.hint:after, [data-hint]:after {
		content: attr(data-hint);
		background: #383838;
		color: white;
		padding: 8px 10px;
		font-size: 12px;
		line-height: 12px;
		white-space: nowrap;
	}

.hint--top:before {
  border-top-color: #383838; }

	.hint--top:before {
	  margin-bottom: -12px; }
	.hint--top:after {
	  margin-left: -18px; }
	.hint--top:before, .hint--top:after {
	  bottom: 100%;
	  left: 50%; }
	.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
	  -webkit-transform: translateY(-8px);
	  -moz-transform: translateY(-8px);
	  transform: translateY(-8px); }

.hint--no-animate:before, .hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms; }


@font-face {
  font-family: 'proxy';
  src: url('../fonts/proxy.eot?38521968');
  src: url('../fonts/proxy.eot?38521968#iefix') format('embedded-opentype'),
       url('../fonts/proxy.woff?38521968') format('woff'),
       url('../fonts/proxy.ttf?38521968') format('truetype'),
       url('../fonts/proxy.svg?38521968#proxy') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "proxy";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  margin-right: .2em;
  text-align: center;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
}
 
.icon-user:before { content: '\e800'; } /* '' */
.icon-ticket:before { content: '\e801'; } /* '' */
.icon-database:before { content: '\e802'; } /* '' */
.icon-rocket:before { content: '\e803'; } /* '' */
.icon-gamepad:before { content: '\e804'; } /* '' */
.icon-opposite:before { content: '\e805'; } /* '' */
.icon-refresh:before { content: '\e806'; } /* '' */
.icon-ribbon:before { content: '\e807'; } /* '' */
.icon-compass:before { content: '\e808'; } /* '' */
.icon-x:before { content: '\e809'; } /* '' */
.icon-updown:before { content: '\e80a'; } /* '' */
.icon-ampersand:before { content: '\e80b'; } /* '' */
.icon-design:before { content: '\e80c'; } /* '' */
.icon-graduation-cap:before { content: '\e80d'; } /* '' */
.icon-plus:before { content: '\e80e'; } /* '' */
.icon-star:before { content: '\e80f'; } /* '' */


/* HELPER CLASSES */
.center {text-align: center;}
.price-strike {
	text-decoration: line-through;
	color: #DDD;
	font-size: 20px;
}



.landing-signup {
	background: url(../Images/sign-background.png) repeat;
	font-family: 'Source Sans Pro';
}

.landing-signup .container {
	max-width: 945px;
	width: 100%;
}

.signup-header {
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.logo-hold a {outline: none;}

.button-hold {
	background: #515151;
	margin: 18px 0 0 0;
    display: inline-block;
}

.button-hold a {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	padding: 5px 13px;
	float: left;
}

.button-hold a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.signup-content {
	width: 945px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

.title-hold {
	width: 100%;
	background: #78ad30;
}

.title-hold h1 {
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Source Sans Pro';
	font-size: 36px;
	text-align: center;
	font-weight: normal;
	padding: 23px 0 22px 0;
	margin: 0;
	line-height: 32px;
}

.title-hold h1 span {font-weight: bold;}

.content-holder {
	float: left;
	width: 100%;
}



/*@media (min-width: 1025px) {
   .subwrap {
        padding-left: 13px;
        padding-right: 13px;
    } 
}*/

@media (min-width: 1024px) {
    .landing-signup .description-wrap, .landing-signup .form-wrap {
        min-height: 470px; 
        display: table;
    }
    .subwrap {
        max-width: 400px;
        padding-left: 13px;
        padding-right: 13px;
        display: table-cell;
        vertical-align: middle;
    }
}
@media (min-width: 768px) {
    ul.includes-list {border-bottom: 1px solid #cccccc;}
    .logo-hold {float: left;}
    .button-hold {float: right;}
    .mobile-button,.mobile-menu{
        display: none;
    }
}
.landing-signup .description-wrap 	{background: #ebebeb;}
.landing-signup .form-wrap 			{background: #f2f2f2;}

.subwrap {
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	padding-top: 20px;
    padding-bottom: 20px;
    max-width: 400px;
}

.subwrap h3 {
	font-family: 'Source Sans Pro';
	font-size: 24px;
	color: #515151;
	font-weight: normal;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.includes-list {
	padding: 15px 0 20px 0;
	list-style-type: none;
	float: left;
	margin: 0;
}

ul.includes-list li {
	float: left;
	width: auto;
	padding: 0 0 0 20px;
	line-height: 22px;
	margin: 6px 0;
    position: relative;
}
ul.includes-list li:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #bce036;
    border: 2px solid #78ad30;
    position: absolute;
    left: 0;
    top: 7px;
}

ul.includes-list li p {
	margin: 0;
	color: #757e80;
	font-size: 16px;
	font-family: 'Source Sans Pro';
}

.clients {
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 30px 0 0 0;
}

.clients h4 {
	font-family: 'Source Sans Pro';
	margin: 0;
	font-size: 16px;
	color: #515151;
	text-transform: uppercase;
	letter-spacing: 0.069em;
	text-align: center;
}

.clients-logos {text-align: center;}

.clients-logos img {
	display: inline-block;
	margin: 10px 0;
}

.clients-logos .visa {padding-left: 25px;}

.clients-logos .payza {padding-left: 40px;}

.form-hold {
	/*display: block;*/
	overflow: hidden;
	clear: both;
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

.form-wrap .input-group-addon.sign-icons.user:after, .form-wrap .input-group-addon.sign-icons.mail:after {
    width: 1px;
    height: 35px;
    display: block;
    content: "";
    background-color: #f1f1f1;
    position: absolute;
    right: 0;
    top: 6px;
}

.form-wrap .input-group-addon.sign-icons.user {
	background: url(../Images/user-icon.png) #fff no-repeat 50% 46%;
    float: left;
    height: 48px;
    position: relative;
}

.form-wrap .input-group-addon.sign-icons {background: no-repeat center center #FFF;}

.form-wrap .input-group-addon.sign-icons.mail {
	background: url(../Images/mail-icon.png) #fff no-repeat 50% 50%;
    float: left;
    height: 48px;
    position: relative;
}

.form-wrap .lime-sign-input input {
	width: 83%;
    float: left;
    padding: 12px;
    height: 48px;
    border: 0;
    font-size: 16px;
    font-weight: 400;
}

.form-wrap .btn-buypackage {
	margin-top: 0;
	border: 1px solid #E96447;
	width: 98%;
	padding: 12px;
	font-size: 16px;
	color: #fff;
}

.form-wrap .btn-buypackage:hover {
	border: 1px solid #E96447;
    color: #E96447!important;
    padding: 12px;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
}

.form-wrap .form-hold .tab-pane.active form {margin-bottom: 64px;}

.form-hold .tab-pane.active .clients {margin: 0;}

.form-hold .tab-pane.active .clients .clients-logos{margin: 0;}

.form-hold .tab-pane.active .clients .clients-logos .line-wrap {margin-top: 22px;}

.signup-footer {
	width: 945px;
    margin: 50px auto 20px;
    overflow: hidden;
    clear: both;
}

.signup-footer p {
	font-family: 'Source Sans Pro';
	color: #757e80;
	font-size: 14px;
	margin: 0;
}

.signup-footer .bottom-nav {
	margin: 0;
	float: right;
}

.bottom-nav li {
	float: left;
	font-family: 'Source Sans Pro';
	color: #757e80;
	font-size: 14px;
	line-height: 18px;
}

.bottom-nav li + li:before {
	content: "|";
	display: inline-block;
}

.bottom-nav li a {
	margin: 0 5px;
	font-family: 'Source Sans Pro';
	color: #757e80;
	font-size: 14px;
	text-decoration: none;
}

.bottom-nav li a:hover {
	text-decoration: none;
	border: none;
}

.bottom-nav li:last-child a {margin: 0 0 0 5px;}

@media only screen and (max-width: 990px) {
    
    body .thanks_list {
        flex-wrap: wrap;
    }
    
    body .thanks_list__item {
        width: 47%;
        margin-bottom: 30px;
    }
    
    body .thanks_logo__list {
        flex-wrap: wrap;
    }
    
    body .thanks_logo__list img{
        width: 47%;
        margin-bottom: 30px;
    }

    
    .second-footer .footer-social.col-md-3{
        width: 40% !important;
        float: right;
    }
	.landing-signup .form-wrap .form-hold {
		display: inline-block;
		width: 100%;
		float: left;
	}

	.landing-signup .form-wrap .form-hold #sign-up {
		max-width: 360px;
		margin: 0 auto;
	}

	.landing-signup .form-wrap {
		margin: 0;
		float: left;
		width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
	}

	.landing-signup .form-wrap .form-hold .tab-pane.active form {margin: 0;}

	.form-wrap .input-group-addon.sign-icons.user,
	.form-wrap .input-group-addon.sign-icons.mail {padding: 0 7%;}
}

.grid_mt{
   margin-top: 15px;
}
.grid_mt p{
   font-size: 18px !important;
}
@media only screen and (max-width: 992px) {
      .speed_list {
        display: none;
    }
    a.navbar-brand {
        margin-right: 10px !important;
    }
    .nav>li>a {
        padding: 10px 8px;
    }
}


@media only screen and (max-width: 768px) {
    .mobile-menu,.mobile-button{
        display: block;
    }
    .navbar-header {
        width: 60%;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border: none;
        box-shadow: 0px 0px 0px #000;
        -webkit-box-shadow: 0px 0px 0px #000;
        -moz-box-shadow: 0px 0px 0px #000;
        -o-box-shadow: 0px 0px 0px #000;
        -ms-box-shadow: 0px 0px 0px #000;
    }
    .navbar-inverse .navbar-toggle {
        border: none;
        background: #688eff;
        border-radius: 0px;
    }
    .navbar-inverse .navbar-toggle:active,
    .navbar-inverse .navbar-toggle:focus {
        background: #688eff;
    }
    .navbar-collapse {
        position: absolute;
        background: #222;
        top: 108px;
        z-index: 100000000;
        width: 100%;
        padding: 15px;
    }
    nav.navbar-inverse ul.navbar-nav>li>a {
        display: block;
        width: 100%;
    }
    .navbar-nav {
        float: left;
        width: 100%;
        overflow: hidden;
    }
    nav.navbar-inverse ul.navbar-nav > li > a i {
        display: none;
    }
    nav.navbar-inverse ul.navbar-nav li ul {
        opacity: 1;
        display: block;
        transform: scale(1) !important;
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        position: static !important;
        background: none !important;
        color: #fff !important;
        box-shadow: 0px 0px 0px !important;
        -webkit-box-shadow: 0px 0px 0px !important;
        -moz-box-shadow: 0px 0px 0px !important;
        -o-box-shadow: 0px 0px 0px !important;
        -ms-box-shadow: 0px 0px 0px !important;
        padding: 0px 10px 0px 15px !important;
        overflow: hidden;
    }
    nav.navbar-inverse ul.navbar-nav li ul li a {
        color: #fff;
    }
    nav.navbar-inverse ul.navbar-nav li ul:before {
        display: none;
    }
}

@media only screen and (max-width: 580px) {
    .navbar-header {
        width: 50%;
    }
}
.mobile-button{
    width: 50px;
    height: 50px;
    position: relative;
    float: right;
    margin-top: 30px;
}
.mobile-button span{
    display: block;
    width: 40px;
    height: 4px;
    background: #f26d4f;
    border-radius: 5px;
    position: absolute;
    transition: all ease-in-out 0.1s;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    -ms-transition: all ease-in-out 0.1s;
}
.mobile-button span.bar-two{
    top: 9px;
}
.mobile-button span.bar-three{
    top: 18px;
}
.mobile-button:hover span.bar-two{
    opacity: 0;
}
.mobile-button:hover span.bar-one{
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    top: 10px;
}
.mobile-button:hover span.bar-three{
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    top: 10px;
}
.mobile-menu{
    position: absolute;
    top: 120px;
    left: 0px;
    background: #222;
    width: 100%;
    list-style: none;
    transition: all ease-in-out 0.1s;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
    -ms-transition: all ease-in-out 0.1s;
    perspective: 2000px;
    transform-style: preserve-3d;
    transform-origin: top;
    transform: rotateX(-90deg);
}
.mobile-menu ul{
    list-style: none;
    padding: 10px 5px;
}
.mobile-menu li a{
    color: #fff;
    font-size: 16px;
}
.mobile-menu li a:hover{
    color: #f26d4f;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
}
.mobile-button:hover + .mobile-menu,
.mobile-menu:hover{
    transform: rotateX(0deg);
}

/*Payment done*/

.thanks_content {
    padding: 50px 0 50px 0;
}

.thanks_content .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thanks_content__image img{
    width: 180px;
    margin-bottom: 40px;
}

.thanks_content__text {
    margin-bottom: 75px;
}

.thanks_content__text h2{
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;   
}

.thanks_content__btn a{
    margin: 0 auto;
    width: 290px;
    max-width: 100%;
    height: 51px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #54c0f7;
    border-radius: 5px;
}

.thanks_get {
    padding: 135px 0 185px 0;
    background-color: #f7f7f7; 
}

.thanks_get__title {
    margin-bottom: 100px;
}

.thanks_get__title h2{
    text-align: center;
    color: #4d4d4d;
    font-size: 48px;
    font-weight: 400;
}

.thanks_list {
    display: flex;
    justify-content: space-between;
}

.thanks_list__item {
    padding: 40px 60px;
    width: 22%;
    background-color: #fff;
    box-shadow: 0px 0px 42px 0px rgba(0,0,0,0.24);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
}

.thanks_list__item img {
    width: 110px;
    margin-bottom: 5px;
}

.thanjs_list__item p {
    color: #022935;
    font-size: 16px;
    font-weight: 400;
}

.thanks_logo {
    background-color: #4a4a4a;
    padding: 100px 0;
}

.thanks_logo__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.thanks_logo__list img{
    width: 16%;
}
.main-logosection__wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-around;
}