/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/*7.4.1 Update*/
/*----------------------------------------------------------------*/
.btn-large,.btn-lg{
	padding: 16px 40px 17px 40px;
	border-radius: 16em !important;
    font-weight: 700;
}
.social-signin-btns .btn {
    padding: 16px 19px 17px 65px !important;
	border-radius: 16em;
}
.social-signin-btns .btn-social i.fa {
    line-height: 50px!important;
	width: 50px!important;
}
#registration .prepend-icon .field-icon{
	line-height:53px;
	margin: 0;
	z-index: 1 !important;
}
#registration .field, #registration .form-controlm,#registration .prepend-icon .field{
	height:inherit !important;
	line-height:53px;
}
#registration .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 40px !important;
}
#registration .prepend-icon .field {
    padding-right: 36px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-family: 'Droid Arabic Kufi', serif;
}
/* Color Shadows */
.white-glow1{
	box-shadow: 1px 10px 10px 0 rgba(255, 255, 255, 0.4)!important;
}
.white-glow2{
	box-shadow: 10px 0px 0px 5px rgba(255, 255, 255, 0.4)!important;
}
.white-glow3{
	box-shadow: 1px 10px 10px 0 rgba(255, 255, 255, 0.4)!important;
}
/* Gredient Backgrounds */
.vgredient1{
	background: #ADD100;
	background: -webkit-linear-gradient(to bottom, #52c234, #ADD100); 
	background: linear-gradient(to bottom, #52c234, #ADD100);
}
.vgredient2{
	background: #fe8c00;
	background: -webkit-linear-gradient(to bottom, #f83600, #fe8c00);
	background: linear-gradient(to bottom, #f83600, #fe8c00); 
}
.vgredient3{
	background: #00c6ff;
	background: -webkit-linear-gradient(to bottom, #0072ff, #00c6ff); 
	background: linear-gradient(to bottom, #0072ff, #00c6ff);
}
.vgredient4{
	background: #9D50BB;
	background: -webkit-linear-gradient(to bottom, #6E48AA, #9D50BB);
	background: linear-gradient(to bottom, #6E48AA, #9D50BB);
}
.vgredient5{
	background: #1a2a6c;
	background: -webkit-linear-gradient(to bottom, #fdbb2d, #b21f1f, #1a2a6c);
	background: linear-gradient(to bottom, #fdbb2d, #b21f1f, #1a2a6c);
}
.vgredient6{
	background: #AA076B;
	background: -webkit-linear-gradient(to bottom, #61045F, #AA076B);
	background: linear-gradient(to bottom, #61045F, #AA076B);
}
.vgredient7{
	background: #FF512F;
	background: -webkit-linear-gradient(to bottom, #DD2476, #FF512F);
	background: linear-gradient(to bottom, #DD2476, #FF512F);
}
.vgredient8{
	background: #1488CC; 
	background: -webkit-linear-gradient(to bottom, #2B32B2, #1488CC);
	background: linear-gradient(to bottom, #2B32B2, #1488CC); 
}
.vgredient9{
	background: #6441A5;
	background: -webkit-linear-gradient(to bottom, #2a0845, #6441A5);
	background: linear-gradient(to bottom, #2a0845, #6441A5); 
}
.vgredient10{
	background: #ff0084;
	background: -webkit-linear-gradient(to bottom, #33001b, #ff0084);
	background: linear-gradient(to bottom, #33001b, #ff0084);
}
.vgredient11{
	background: #f8faff;
	background: -webkit-linear-gradient(to bottom, #ffffff, #f8faff);
	background: linear-gradient(to bottom, #ffffff, #f8faff);

}
/*----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nunito:400,600');
/*Prefix Styles*/

body {
	position: relative;
	transition: all 300ms ease-in-out 0s;
	/*Global Font*/
	/*Floating*/
	/*Section Fix*/
	color:#3e396b !important;
	font-family: 'Nunito', sans-serif;
	font-size: 13px !important;
	-webkit-font-smoothing: antialiased;
	line-height: 25px;
}
body .fleft {
	float: left;
}
body .fright {
	float: right;
}
body section.row, body header.row, body footer.row {
	margin: 0;
	position: relative;
}
img {
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}
.section-spacing {
	padding: 80px 0px
}
.section-spacing2 {
	padding: 40px 0px
}
.fa-5xx {
	font-size: 250px;
	vertical-align: middle;
}
.fa-4xx {
	font-size: 200px;
	vertical-align: middle;
}
.fa-3xx {
	font-size: 80px;
	vertical-align: middle;
}
.fa-5x {
	font-size: 64px;
	color: #da0266;
	vertical-align: middle;
}
.fa-2x {
	position: relative;
	vertical-align: middle;
}
.domain-pricing {
	text-align: center;
	

}
.relative {
	position: relative;
}
.overly:before {
	background: rgba(0, 0, 0, 0.8);
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	display: block;
}
.overly .overly-content {
	z-index: 1;
	position: relative;
}
.bg-gray {
	background: #f8faff;
}
.bg-primary {
	background: #da0266;
	color: #FFFFFF;
}
.bg-dark {
	background: #271d60;
	color: #fff;
}
.bg-white {
	background: #ffffff;
}
.text-muted {
	color: #636c72;
}
.text-primary {
	color: #0275d8;
}
.text-danger {
	color: #d9534f;
}
.text-info {
	color: #5bc0de;
}
.text-warning {
	color: #f0ad4e;
}
.text-success {
	color: #5cb85c;
}
.feature-box {
	padding: 30px;
}
.feature-box p:last-child {
	margin-bottom: 0px;
}
.feature-box h3, .feature-box h4 {
	line-height: 25px;
	text-transform: uppercase;
}
.feature-box h2 {
	line-height: 36px;
	text-transform: uppercase;
}
.extension img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}
.m0 {
	margin: 0;
}
.p0 {
	padding: 0;
}
.p-top5 {
	padding-top: 5px;
}
.p-top15 {
	padding-top: 15px;
}
.p-top10 {
	padding-top: 10px;
}
.p-top20 {
	padding-top: 20px;
}
.p-top30 {
	padding-top: 30px;
}
.p-top40 {
	padding-top: 40px;
}
.p-top50 {
	padding-top: 50px;
}
.p-top80 {
	padding-top: 80px;
}
.p-bottom5 {
	padding-bottom: 5px;
}
.p-bottom10 {
	padding-bottom: 10px;
}
.p-bottom15 {
	padding-bottom: 15px;
}
.p-bottom20 {
	padding-bottom: 20px;
}
.p-bottom30 {
	padding-bottom: 30px;
}
.p-bottom40 {
	padding-bottom: 40px;
}
.p-bottom50 {
	padding-bottom: 50px;
}
.p-bottom80 {
	padding-bottom: 80px;
}
.m-top5 {
	margin-top: 5px;
}
.m-top15 {
	margin-top: 15px;
}
.m-top10 {
	margin-top: 10px;
}
.m-top20 {
	margin-top: 20px;
}
.m-top30 {
	margin-top: 30px;
}
.m-top40 {
	margin-top: 40px;
}
.m-top50 {
	margin-top: 50px;
}
.m-top80 {
	margin-top: 80px;
}
.m-bottom5 {
	margin-bottom: 5px;
}
.m-bottom10 {
	margin-bottom: 10px;
}
.m-bottom15 {
	margin-bottom: 15px;
}
.m-bottom20 {
	margin-bottom: 20px;
}
.m-bottom30 {
	margin-bottom: 30px;
}
.m-bottom40 {
	margin-bottom: 40px;
}
.m-bottom50 {
	margin-bottom: 50px;
}
.m-bottom80 {
	margin-bottom: 80px;
}
.padding10 {
	padding: 10px;
}
.padding15 {
	padding: 15px;
}
.padding20 {
	padding: 20px;
}
.padding30 {
	padding: 30px;
}
.padding40 {
	padding: 40px;
}
.padding50 {
	padding: 50px;
}
.margin10 {
	margin: 10px;
}
.margin15 {
	margin: 15px;
}
.margin20 {
	margin: 20px;
}
.margin30 {
	margin: 30px;
}
.margin40 {
	margin: 40px;
}
.margin50 {
	margin: 50px;
}
.margin-top0 {
	margin-top: 0px;
}
.padding-top0 {
	padding-top: 0px;
}
.margin-bottom0 {
	margin-bottom: 0px;
}
.padding-bottom0 {
	padding-bottom: 0px;
}
.lineheight20 {
	line-height: 20px
}
.lineheight30 {
	line-height: 30px
}
.lineheight40 {
	line-height: 40px
}
.lineheight50 {
	line-height: 50px
}
.text-lowercase {
	text-transform: lowercase;
}
.text-capitalize {
	text-transform: capitalize;
}
#back-to-top {
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	display: none;
	text-align: center;
	z-index: 10000;
	height: 50px;
	width: 50px;
	background-color: rgba(0, 0, 0, 0.4);
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
}
#back-to-top i {
	padding-top: 15px;
	font-size: 17px;
}
#back-to-top:hover {
	background: #da0266;
}
.strike {
	text-decoration: line-through;
}
.regular-price {
	font-size: 25px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
}
.through-line {
	color: rgba(0, 0, 0, 0.3);
	text-decoration: line-through;
}
.portfolio_slider .portfolio {
	margin: 15px;
}
.portfolio_slider.controls2 .owl-controls {
	position: absolute;
	top: 25%;
}
.portfolio_slider.controls2 .owl-controls .owl-prev {
	margin-left: 15px;
}
.portfolio_slider.controls2 .owl-controls .owl-next {
	margin-right: 15px;
}
em {
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 20px;
	display: inline-block;
	font-weight: 400;
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
	font-size: 13px;
}
.panel-default>.panel-heading {
	border-radius: 0px;
}
.panel-default {
	border-radius: 0;
}
.suggested-domains .btn:not(.domain-contact-support) {
	font-size: 9px !important;
}
.domain-checker-container {
	border-radius: 0px !important;
	background: #f8faff !important;
	border: 1px solid #dedef8;
}
.domain-checker-bg {
	background: none !important;
}
.domain-checker-bg .input-group-btn button{
	padding: 8px !important;
}

#order-standard_cart .product-info {
	border: 1px solid #ddd !important;
}
#order-standard_cart label {
	font-weight: 400 !important;
}
#order-standard_cart .summary-container {
	font-size: 14px !important;
}
#order-standard_cart .domain-selection-options .option {
	border-radius: 0px;
}
.domain-selection-options .btn {
	padding: 15px 20px 15px 20px;
}
#order-standard_cart .products .product div.product-desc {
	font-size: 14px !important;
	line-height: 30px !important;
}
#order-standard_cart .products .product header span {
	font-weight: 800;
}
#order-standard_cart .view-cart-items .item-domain {
	color: #008000 !important;
	font-weight: 800 !important;
	font-size: 14px !important;
}
#order-standard_cart .empty-cart .btn {
	background-color: #333 !important;
	border-radius: 0 0 3px 3px !important;
}
#order-standard_cart .view-cart-items, #order-standard_cart .tab-content, #order-standard_cart .summary-container {
	border: 1px solid #ddd !important;
}
#order-standard_cart .order-summary {
	border-bottom: 0px !important;
}
#order-standard_cart .view-cart-items-header, #order-standard_cart .order-summary h2 {
	margin: 0;
	background: #f3f3f3 !important;
	padding: 15px 8px !important;
	background-color: #058;
	color: #444 !important;
	font-size: .9em;
	border-radius: 4px 4px 0 0;
	font-size: 16px !important;
	border: 1px solid #ddd !important;
	border-bottom: 0px !important;
	font-family: 'Nunito', sans-serif;
}
#order-standard_cart .summary-container {
	border-radius: 0px !important;
	background: #fff !important;
}
#order-standard_cart .order-summary h2 {
	margin: 0;
	padding: 10px;
	color: #444;
	text-align: center;
	font-size: 1.4em;
	border: 1px solid #ddd !important;
	border-bottom: 0px !important;
	font-size: 16px !important;
}
.summary-container .btn-checkout {
	display: block;
	padding: 15px !important;
}
.summary-container .btn-continue-shopping {
	display: block;
	padding: 15px !important;
	font-size: 14px !important;
	background: #271d60 !important;
	color: #fff !important;
}
#order-standard_cart .order-summary .total-due-today .amt {
	color: #da0266 !important;
	font-size: 1.5em !important;
	font-weight: 900 !important;
}
#order-standard_cart .categories-collapsed {}
.categories-collapsed .pull-left.form-inline {
	width: 100% !important;
	display: block !important;
}

/* Boxes Order Forms */

#order-boxes .line-padded form .btn-lg {
	padding: 11px 50px !important;
}
#order-boxes table.styled tr th {
	background-color: #5AB9F1;
}
#order-boxes table.styled {
	border: 1px solid #ddd !important;
}
#order-boxes table.styled tr th {
	background-color: #f3f3f3 !important;
	color: #444 !important;
	border: 1px solid #ddd !important;
	padding: 15px 8px !important;
}
#order-boxes table.styled tr.carttablesummary td {
	background-color: #fff !important;
	height: 40px !important;
}
#order-boxes .secure-warning {
	border: 1px solid #EBE8CD !important;
}
#order-boxes .fields-container {
	border-top: 10px solid #f3f3f3 !important;
	border-bottom: 10px solid #f3f3f3 !important;
	border-left: 1px solid #f3f3f3 !important;
	border-right: 1px solid #f3f3f3 !important;
}
#order-boxes .fields-container .field-row:nth-child(even) {
	background-color: #f3f3f3 !important;
}
#order-boxes .fields-container .field-row:nth-child(odd) {
	background-color: #fff !important;
}
a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
	background-color: #da0266 !important;
	border-color: #da0266 !important;
}

/* Cloud Slider - Order Forms */

#order-cloud_slider .heading-with-cloud .texts-container {
	color: #da0266 !important;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}
#order-cloud_slider .plans-full-main {
	background: transparent !important;
	background-color: #fff !important;
	border: 1px solid #EBE8CD !important;
}
#order-cloud_slider .images-container img {
	display: none !important;
}
#order-cloud_slider .price-calc-top {
	border-top: 1px solid #ebebeb !important;
}
.irs-line {
	background: #e6e6e6!important;
	-webkit-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3)!important;
	-moz-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3)!important;
	box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3)!important;
	-webkit-border-radius: 10px!important;
	-moz-border-radius: 10px!important;
	-ms-border-radius: 10px!important;
	-o-border-radius: 10px!important;
	border-radius: 10px!important;
}
#order-cloud_slider .price-calc-top .order-btn {
	padding: 20px 50px !important;
	font-size: 14px!important;
	background: #da0266 !important;
	box-shadow: 0px 0px 0px 1px #ddd inset!important;
	text-shadow: none!important;
	border: 0!important;
	border-radius: 3px !important;
	transition: all .3s!important;
	position: relative!important;
	overflow: hidden!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	box-shadow: none!important;
}
#order-cloud_slider .price-calc-top .order-btn:hover {
	background: #da0266 !important;
}
#order-cloud_slider .price-calc-top .order-btn, #order-cloud_slider .price-calc-top .order-btn:hover {
	border-radius: 12em!important;
}
#order-cloud_slider .tag-line-head h5 {
	color: #444444 !important;
}
.irs-bar, .irs-bar-edge {
	border-top: 0 solid #428bca;
	background: #da0266!important;
	background: -moz-linear-gradient(left, #da0266 0%, #F4D03F 100%)!important;
	background: -webkit-linear-gradient(left, #da0266 0%, #F4D03F 100%)!important;
	background: linear-gradient(to right, #da0266 0%, #F4D03F 100%)!important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#da0266', endColorstr='#F4D03F', GradientType=1)!important;
	cursor: pointer!important;
	border-radius: 16px!important;
}

/* Modern - Order Forms */

#order-modern .choosecat .dropdown-menu {
	width: 100%;
}
#order-modern table.cart tr th {
	background-color: #5AB9F1;
}
#order-modern table.cart {
	border: 1px solid #ddd !important;
	border-spacing: 0px !important;
}
#order-modern table.cart tr th {
	background-color: #f3f3f3 !important;
	color: #444 !important;
	border: 0px !important;
	border-radius: 0px !important;
	padding: 15px 8px !important;
}
#order-modern .cartwarningbox {
	border: 1px solid #EBE8CD !important;
}
#order-modern table.cart tr.subtotal td, #order-modern table.cart tr.total td {
	padding: 10px!important;
}
#order-modern .product:hover {
	background-color: #f9f9f9 !important;
}

/* Premium Comparison - Order Forms */

#order-premium_comparison .price-table-container .price-table {
	text-shadow: none!important;
	box-shadow: none!important;
	border: 0px;
	border-radius: 0px;
}
#order-premium_comparison .price-table-container .price-table .top-head .top-area {
	background: #f8faff !important;
	border-bottom: none !important;
	text-shadow: none!important;
}
#order-premium_comparison .price-table-container .price-table .top-head .price-area .price span {
	font-size: 35px !important;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700!important;
	text-shadow: none!important;
	color: #da0266!important;
}
#order-premium_comparison .price-table-container .price-table .top-head .price-area {
	border-top: none !important;
	background: #f8faff;
	text-shadow: none!important;
	color: #da0266!important;
}
#order-premium_comparison .price-table-container .price-table .top-head .top-area h4 {
	color: #333 !important;
	font-size: 13px;
	text-transform: uppercase;
}
#order-premium_comparison .price-table-container .price-table ul {
	background: #f8faff !important;
}
#order-premium_comparison .price-table-container ul li {
	background: transparent !important;
	border: 0 !important;
	font-size: 13px;
	font-weight: 400;
}
#order-premium_comparison .price-table-container .order-button {
	background: #da0266 !important;
	border-radius: 12em !important;
	padding: 16px 20px 17px 20px !important;
	box-shadow: none !important;
}
#order-premium_comparison .price-table-container .order-button:hover {
	background: #da0266 !important;
}
#order-premium_comparison .price-table-container .price-table .popular-plan {
	background: rgba(0, 0, 0, 0.2);
	color: #a3d900;
}
#order-premium_comparison .price-table-container .price-table .popular-plan {
	background: #271d60 !important;
	color: #fff !important;
	border-bottom: 0px;
}

/* Pure Comparison - Order Forms */

#order-pure_comparison .price-table-container .price-table .top-head .top-area {
	background: #271d60!important;
}
#order-pure_comparison .price-table-container .price-table .top-head .top-area h4 {
    color: #fff!important;
}
#order-pure_comparison .price-table-container .price-area {
	background: transparent !important;
	border-radius: 0 !important;
}
#order-pure_comparison .price-table-container ul li {
	background: none !important;
}
#order-pure_comparison .price-table-container .price-table {
	box-shadow: none !important;
	background: #f8faff !important;
}
#order-pure_comparison .price-table-container .price-area, #order-pure_comparison .price-table-container .price-table .top-head .top-area h4 {
	color: #271d60 ;
	font-weight: 700 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
#order-pure_comparison .price-table-container .price-table ul li {
	font-size: 13px !important;
}
#order-pure_comparison .price-table-container .price-table .popular-plan .plan-container .txt-container {
	background: #fedc45 !important;
	color: #000 !important;
	text-shadow: none !important;
}
#order-pure_comparison .price-table-container .order-button, #order-pure_comparison .price-table-container .order-button:hover {
	font-weight: 300 !important;
}
#order-pure_comparison .price-table-container .order-button {
	background:#66128c !important;
	background-image: linear-gradient(80deg, #a84dd2, #66128c) !important;
    border-radius: 12em !important;
}
#order-pure_comparison .price-table-container .order-button:hover {
	background: #271d60 !important;
}

/* Standard Cart - Order Forms */

#order-standard_cart .products .product {
	padding-bottom: 0px !important;
}
#order-standard_cart .products .product div.product-pricing span.price {
	font-weight: 900 !important;
}

/*Supreme Comparison - Order Forms */

div#order-supreme_comparison .featured-product-background {
	background: #da0266 !important;
	color: #fff !important;
	text-shadow: none !important;
	border-bottom: 0px !important;
}
div#order-supreme_comparison .featured-product {
	color: #fff !important;
}
div#order-supreme_comparison .order-now {
	border-radius: 0px;
}
div#order-supreme_comparison .order-now {
	background: #ff5e3a !important;
	text-shadow: none !important;
	color: #fff !important;
	border-radius: 12em!important;
}
div#order-supreme_comparison .price-area {
	background: #f8faff !important;
}
div#order-supreme_comparison .product-title h3 {
	color: #fff !important;
}
div#order-supreme_comparison .order-now:hover {
	background: #e44623 !important;
}

/*Universal Slider - Order Forms */

.irs-line-left {
	background: transparent !important;
}
.irs-line-mid {
	background: transparent !important;
}
.irs-line-right {
	background: transparent !important;
}
.irs-line-left.last {
	background: transparent !important;
}
#order-universal_slider .striped-container {
	background: #f8faff !important;
}
#order-universal_slider .product-container .order-button {
	background: #ff5e3a !important;
	text-shadow: none !important;
	color: #fff !important;
	border-radius: 12em !important;
}
#order-universal_slider .product-container .order-button:hover {
	background: #e44623 !important;
}
#order-universal_slider .product-selector .irs-from, #order-universal_slider .product-selector .irs-to, #order-universal_slider .product-selector .irs-single {
	background: #f8faff !important;
}
.navbar-main .navbar-toggle .icon-bar, .navbar-main .navbar-toggle .icon-bar:hover {
	color: #fff!important;
}

/*Typography*/

.typography h6 {
	margin-bottom: 0;
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Nunito', sans-serif;
	line-height: 32px;
	text-transform: capitalize;
	font-weight: 700;
}
p {
	font-weight: 400;
	line-height: 25px;
	font-size: 13px;
}
.announcement-single .title {
	font-size: 24px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	color: #271d60;
}

/*Ancore*/

a {
	outline: none;
	color: #da0266;
	transition: all 300ms ease-in-out 0s;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
}
.btn, button {
	outline: none;
	transition: all 300ms ease-in-out 0s;
}
a:hover {
	color: #271d60;
}
a:before, .btn:before, button:before, a:after, .btn:after, button:after {
	transition: all 300ms ease-in-out 0s;
}
a:focus, .btn:focus, button:focus, a:hover, .btn:hover, button:hover {
	outline: none;
	text-decoration: none;
	transition: all 300ms ease-in-out 0s;
}

/*-----------Elements-------------*/


/* Mini Badge  ----------------------- */

.main-badge {
	line-height: 15px;
	top: 8px;
}
.left-badge-color-1, .left-badge-color-2, .left-badge-color-3 {
	width: auto;
	height: 15px;
	background: #9656B6;
	position: absolute;
	margin-left: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 0px;
	border-radius: 0px 0px 0px 0;
	font-size: 9px;
	padding: 0px 3px;
	text-transform: uppercase;
	color: #fff;
}
.left-badge-color-1:before, .left-badge-color-2:before, .left-badge-color-3:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 2px;
	left: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #9656B6;
}
.left-badge-color-2 {
	background: #0096c1;
}
.left-badge-color-2:before {
	content: "";
	border-right: 5px solid #0096c1;
}
.left-badge-color-3 {
	background: #da0266;
}
.left-badge-color-3:before {
	content: "";
	border-right: 5px solid #da0266;
}
.down-badge-color-1, .down-badge-color-2, .down-badge-color-3 {
	width: auto;
	height: 15px;
	background: #fc496d;
	position: absolute;
	margin-left: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 0px;
	border-radius: 0px 0px 0px 0;
	font-size: 9px;
	padding: 0px 3px;
	text-transform: uppercase;
	color: #fff;
}
.down-badge-color-1:before, .down-badge-color-2:before, .down-badge-color-3:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 14px;
	left: 0;
	border-style: solid;
	border-width: 8px 6px 0 0;
	border-color: #fc496d transparent transparent;
}
.down-badge-color-2 {
	background: #0096c1;
}
.down-badge-color-2:before {
	content: "";
	border-color: #0096c1 transparent transparent;
}
.down-badge-color-3 {
	background: #da0266;
}
.down-badge-color-3:before {
	content: "";
	border-color: #da0266 transparent transparent;
}

/* Datacenter  ----------------------- */

#datacenterLocations .container {
	position: relative;
}
#datacenterLocations img.img-responsive {
	margin: 0 auto;
}
.datacenter-locations {
	position: relative;
}
.datacenter-location-marker {
	position: absolute;
	color: #da0266;
	font-size: 34px;
	line-height: 38px;
	cursor: pointer;
}
.datacenter-location-marker.marker-1 {
	top: 36%;
	left: 17%;
}
.datacenter-location-marker.marker-2 {
	top: 26%;
	left: 23%;
}
.datacenter-location-marker.marker-3 {
	top: 63%;
	left: 36%;
}
.datacenter-location-marker.marker-4 {
	top: 47%;
	left: 69%;
}
.datacenter-location-marker.marker-5 {
	top: 59%;
	left: 75.7%;
}
.datacenter-location-marker.marker-6 {
	top: 26%;
	left: 51%;
}

/* Domain Extensions */

.domain_slider {
	margin-top: 10px;
}
.domain_slider .ribbon {
	right: -2px;
	top: -5px;
}
.domain_slider .item {
	margin: 0 10px;
}
.domain_slider .item .extension {
	padding: 20px 20px;
	font-size: 22px;
	font-weight: 500;
	color: #49aa72;
	text-align: center;
	border-radius: 0px;
	text-transform: uppercase;
	background: #fff;
}
.domain_slider .item .domain-price {
	text-align: center;
	background: #da0266;
	padding: 8px 15px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 400;
}

/* Parallax */

.cover-image {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.cover-image2 {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.cover-image2:before {
	background: #303236;
	content: " ";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
}
.section-parallax {
	background-repeat: repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.parallax-content {
	position: relative;
	z-index: 10;
	color: #fff;
}

/* Statistics */

.statistics {
	overflow: hidden;
}
.statistics h2 {
	margin-bottom: 12px;
	text-align: center;
}
.statistics h2 i {
	color: #6cd0c3;
}
.statistics p {
	font-size: 17px;
	font-weight: 400;
	margin: 0 auto;
	text-align: center;
}
.statistics span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.statistics .circle-text {
	color: #271d60;
	font-weight: 400;
}
.circliful {
	position: relative;
}
.circle-text, .circle-info, .circle-text-half, .circle-info-half {
	width: 100%;
	position: absolute;
	text-align: center;
	display: inline-block;
}
.circle-info, .circle-info-half {
	color: #999;
}
.circliful .fa {
	margin: -10px 3px 0 3px;
	position: relative;
	bottom: 4px;
}

/*modal*/

body.modal-open {
	overflow-y: scroll !important;
	padding-right: 0px !important;
}

/*TreeView*/

.tree, .tree ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.tree ul {
	margin-left: 1em;
	position: relative
}
.tree ul ul {
	margin-left: .5em
}
.tree ul:before {
	content: "";
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 1px solid;
}
.tree li {
	margin: 0;
	padding: 0 1em;
	line-height: 2em;
	color: #333;
	font-weight: 700;
	position: relative
}
.tree ul li:before {
	content: "";
	display: block;
	width: 10px;
	height: 0;
	border-top: 1px solid;
	margin-top: -1px;
	position: absolute;
	top: 1em;
	left: 0
}
.tree ul li:last-child:before {
	background: #fff;
	height: auto;
	top: 1em;
	bottom: 0
}
.indicator {
	margin-right: 5px;
}
.tree li a {
	text-decoration: none;
	color: #333;
}
.tree li button, .tree li button:active, .tree li button:focus {
	text-decoration: none;
	color: #333;
	border: none;
	background: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	outline: 0;
}

/*Box Panel*/

.panel-box.panel {
	border-radius: 0;
}
.panel-box.panel.panel-custom {
	border-color: #da0266;
}
.panel-box.panel.panel-custom .panel-heading {
	background: #da0266;
	color: #fff;
	border-color: #da0266;
}
.panel-box.panel.panel-default {
	border-color: #ccc;
}
.panel-box.panel.panel-default .panel-heading {
	background: #f0f0f0;
	color: #333;
	border-color: #ccc;
}
.panel-box.panel-success {
	border-color: #c7e4b8;
}
.panel-box.panel-success .panel-heading {
	background: #daedd0;
	color: #168949;
	border-color: #c7e4b8;
}
.panel-box.panel-info {
	border-color: #daecff;
}
.panel-box.panel-info .panel-heading {
	background: #ecf6ff;
	color: #32729e;
	border-color: #daecff;
}
.panel-box.panel-warning {
	border-color: #f6e197;
}
.panel-box.panel-warning .panel-heading {
	background: #fff0c6;
	color: #96642e;
	border-color: #f6e197;
}
.panel-box.panel-danger {
	border-color: #fedbd4;
}
.panel-box.panel-danger .panel-heading {
	background: #fde9e6;
	color: #d2220a;
	border-color: #fedbd4;
}

/*Buttons*/

.btn-xlg {
	padding: 16px 20px 17px 20px;
	font-size: 16px;
	line-height: 1.33;
}
.btn-lg {
	font-size: 16px;
}
.dl-button {
	margin-bottom: 0;
}
.dl-button dt {
	text-align: left;
	width: 117px;
	line-height: 40px;
	font-family: 'Nunito', sans-serif;
	letter-spacing: 1px;
}
.dl-button dd {
	margin-left: 117px;
	margin-bottom: 20px;
}
.dl-button dd:last-child {
	margin-bottom: 0;
}
.btn-border {
	color: #da0266;
	letter-spacing: 1px;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	display: inline-block;
	border: 2px solid #da0266;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	font-weight: 700;
	background: transparent;
	text-transform: uppercase;
}
.btn-border:hover, .btn-border:active, .btn-border:focus {
	border: 2px solid #da0266;
	color: #da0266;
	background: #da0266;
}
.btn-white-border {
	color: #fff;
	letter-spacing: 1px;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	display: inline-block;
	padding: 5px 26px;
	line-height: 40px;
	border: 2px solid #fff;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	font-weight: 700;
	text-transform: uppercase;
	background: transparent;
}
.btn-white-border:hover {
	border: 2px solid #ffffff;
	color: #da0266 !important;
	background: #fff;
}
.btn {
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	display: inline-block;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
}
.btn:active, .btn:focus {
	color: #FFFFFF;
}
form button {
	color: #fff;
	letter-spacing: 1px;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	display: inline-block;
	padding: 5px 26px;
	line-height: 40px;
	border: 2px solid #da0266;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	font-weight: 400;
	text-transform: uppercase;
}
form button.btn:active, form button.btn:focus {
	color: #FFFFFF;
}
input[type=file].form-control {
	padding: 5px !important;
}
form button:hover {
	background: #da0266;
	color: #fff;
}
.btn.btn-primary {
	background:#3369e7;
	background-image: linear-gradient(80deg, #00aeff, #3369e7);
	color: #fff;
	border: 0;
}
.btn.btn-primary:hover {
	background:#00aeff;
	background-image: linear-gradient(80deg,#3369e7, #00aeff) !important;
}
.btn.btn-secondary {
	background: #909090;
	color: #fff;
}
.btn.btn-secondary:hover {
	background: #5d5d5d;
}
.btn.btn-red {
	background: #f95732;
	border: 2px solid #f95732;
	color: #fff;
}
.btn.btn-red:hover {
	background: #bf2806;
	border: 2px solid #bf2806;
}
.btn.btn-green {
	background: #da0266;
	border: 2px solid #da0266
}
.btn.btn-green:hover {
	background: #da0266;
	border: 2px solid #da0266;
}
.btn-sm, .btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

/*Order list*/

ol.list-order li {
	list-style-type: decimal;
	line-height: 25px;
}

/*Unorder list*/

ul.list-unorder li {
	list-style-type: disc;
	line-height: 25px;
}

/*default list*/

.no-bullets {
	list-style-type: none;
	padding: 0;
}
.no-bullets li {
	margin-bottom: 5px;
	line-height: 25px;
}

/*styled lists*/

ul.inline-block {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.inline-block li {
	display: inline-block;
	*display: block;
}

/*list style 1*/

ul.list1 {
	list-style: none;
	padding-left: 22px;
	overflow: hidden;
}
ul.list1 li {
	position: relative;
	padding: 8px 0 4px;
	line-height: 25px;
}
ul.list1 li:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #da0266;
	left: -19px;
	top: 13px;
	width: 9px;
	height: 9px;
	border-radius: 100%;
}

/*list style 2*/

ul.list2 {
	list-style: none;
	padding-left: 22px;
	overflow: hidden;
}
ul.list2 li {
	position: relative;
	padding: 8px 0 4px;
}
ul.list2 li:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #da0266;
	left: -19px;
	top: 13px;
	width: 9px;
	height: 9px;
}

/*list style 3*/

ul.list3 {
	list-style: none;
	padding-left: 22px;
	padding: 0;
}
ul.list3 li {
	padding: 4px 0 4px;
}
ul.list3 li i.fa {
	color: #da0266;
	font-size: 14px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 4px;
}

/*list style 4*/

ul.list4 {
	list-style: none;
	padding-left: 22px;
	padding: 0;
}
ul.list4 li {
	padding: 4px 0 4px;
}
ul.list4 li i.fa {
	background: #da0266;
	color: #fff;
	width: 17px;
	height: 17px;
	line-height: 20px;
	text-align: center;
	margin-right: 8px;
	font-size: 11px;
	border-radius: 100%;
}

/*list style 5*/

ol.list5 {
	counter-reset: li;
	list-style: none outside none;
	padding: 0;
	overflow: hidden;
}
ol.list5 li {
	position: relative;
	padding: 4px 0 4px 34px;
}
ol.list5 li:after {
	content: counter(li, decimal-leading-zero) ".";
	counter-increment: li;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -12px;
	color: #21252b;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
}

/*list style 6*/

ol.list6 {
	overflow: hidden;
}
ol.list6 li {
	position: relative;
	padding: 4px 0 4px;
}

/*list dividers*/

ul.list-solid li {
	padding: 3px 0 10px 0;
}
ul.list-solid li:last-child {
	border-bottom: 0px;
}

/*dotted divider*/

ul.list-dotted li {
	padding: 3px 0 10px 0;
}
ul.list-dotted li:last-child {
	border-bottom: 0px;
}

/*dashed divider*/

ul.list-dashed li {
	padding: 3px 0 10px 0;
}
ul.list-dashed li:last-child {
	border-bottom: 0px;
}

/*Slider controls*/

.controls2 .owl-controls {
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	width: 100%;
}
.controls2 .owl-controls .owl-prev, .controls2 .owl-controls .owl-next {
	padding: 15px;
	background: rgba(255, 255, 255, 0.5);
	top: 50%;
	position: absolute;
}
.controls2 .owl-controls .owl-prev:hover, .controls2 .owl-controls .owl-next:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
}
.controls2 .owl-controls .owl-nav div, .controls2 .owl-controls .owl-nav div {
	font-size: 18px;
	color: #080808;
}
.controls2 .owl-controls .owl-nav div.owl-prev, .controls2 .owl-controls .owl-nav div.owl-prev {
	margin-right: 10px;
}
.controls2 .owl-controls .owl-nav div.owl-prev {
	float: left;
	left: 0;
}
.controls2 .owl-controls .owl-nav div.owl-next {
	float: right;
	right: 0;
}

/*Single Project Slider*/

.single-project .item img {
	width: 100%;
}
.layer {
	background: #21252b;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
}
.single-project .owl-controls {
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.single-project .owl-controls .owl-prev, .single-project .owl-controls .owl-next {
	padding: 15px;
	background: rgba(255, 255, 255, 0.5);
	top: 50%;
	position: absolute;
	margin-top: -40px;
}
.single-project .owl-controls .owl-prev:hover, .single-project .owl-controls .owl-next:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
}
.single-project .owl-controls .owl-nav div, .single-project .owl-controls .owl-nav div {
	font-size: 18px;
	color: #080808;
}
.single-project .owl-controls .owl-nav div.owl-prev, .single-project .owl-controls .owl-nav div.owl-prev {
	margin-right: 10px;
}
.single-project .owl-controls .owl-nav div.owl-prev {
	float: left;
	left: 0;
}
.single-project .owl-controls .owl-nav div.owl-next {
	float: right;
	right: 0;
}
.single-project .item .description {
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 10px 30px 10px 30px;
}
.single-project .item .description p {
	color: #fff;
	font-size: 16px;
	position: relative;
	line-height: 16px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: 100;
	font-family: 'Nunito', sans-serif;
}

/*Progress Bars*/

.progress {
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	border-radius: 10px;
	background: #e6e6e6;
	-webkit-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.progress-bar {
	background: #da0266;
	background: -moz-linear-gradient(left, #da0266 0%, #F4D03F 100%);
	background: -webkit-linear-gradient(left, #da0266 0%, #F4D03F 100%);
	background: linear-gradient(to right, #da0266 0%, #F4D03F 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#da0266', endColorstr='#F4D03F', GradientType=1);
	font-size: 14px;
	color: #fff;
	-webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
	border-radius: 10px;
	line-height: 30px;
	padding: 0 15px;
}
.skills-name {
	margin-left: 7px;
}
.skills-percentage {
	margin-right: 7px;
	color: #333;
}
.progress.progress-style1 {
	border-radius: 16em;
	height: 30px;
}
.progress.progress-style1 .progress-bar {
	border-radius: 16em;
}

/* alerts */

.alert p {
	margin: 10px 5px 15px 5px;
}
.alert h4 i.fa {
	margin-right: 10px;
}
.alert+.alert {
	margin-top: 10px;
}
.alert strong {}
.alert .close {
	top: -4px;
	right: 0;
	opacity: 1;
}
.alert .close i {
	font-size: 14px;
}
.alert.alert-information {
	background: #4eb9f0;
	color: #fff;
}
.alert.alert-information .close {
	text-shadow: 0 1px 0 #000;
}
.alert.alert-notification {
	background: #f6c951;
}
.alert.alert-standard {
	background: #909090;
	color: #fff;
}
.alert.alert-standard .close {
	text-shadow: 0 1px 0 #000;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert>ul {
	margin-bottom: 0;
}
.alert>p+p {
	margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	color: #3c763d;
	background: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	color: #31708f;
	background: #d9edf7;
	border-color: #bce8f1;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	color: #8a6d3b;
	background: #fcf8e3;
	border-color: #faebcc;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	color: #a94442;
	background: #f2dede;
	border-color: #ebccd1;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}

/* Custom Backgrounds */

.bg_orange {
	background: #fd7140;
	color: #fff;
}
.bg_yellow {
	background: #f6c951;
	color: #333;
}
.bg_dark-gray {
	background: #95a5a6;
	color: #fff;
}
.bg_red {
	background: #ef4a44;
	color: #fff;
}
.bg_purple {
	background: #8d55a0;
	color: #fff;
}
.text_purple {
	color: #8d55a0;
	color: #fff;
}
.bg_pink {
	background: #d13b7b;
	color: #fff;
}
.text_pink {
	color: #d13b7b;
}
.bg_blue {
	background: #279fba;
	color: #fff;
}
.text_blue {
	color: #279fba;
}
.bg_dark {
	background: #303236;
	color: #fff;
}
.bg_gray {
	background: #f9f9f9;
}
.bg_white {
	background: #fff;
}
.bg_primary {
	background: #49aa72;
}
.bg_secondary {
	background: #fd7140;
	color: #fff;
}

/* Ribbons */

.ribbon {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.ribbon-content {
	font-weight: 700;
	z-index: 2;
	font-size: 20px;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 12px 0;
	left: -5px;
	top: 28px;
	width: 202px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.ribbon-content:before, .ribbon-content:after {
	content: "";
	border-top: 3px solid rgba(34, 34, 34, 0.6);
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px;
}
.ribbon-content:before {
	left: 0;
}
.ribbon-content:after {
	right: 0;
}
.ribbon-small {
	top: -4px;
	right: -5px;
	width: 113px;
	height: 100px;
}
.ribbon-small .ribbon-content {
	top: 20px;
	left: 5px;
	width: 140px;
	padding: 6px 0;
	font-size: 16px;
	font-weight: 500;
}

/* list-icons */

.list-icons {
	display: block;
	text-align: center;
}
.list-icons li {
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	padding: 15px;
	font-family: 'Nunito', sans-serif;
}
.list-icons li i {
	color: #da0266;
}

/* Force Overriders Styles */

.btn-primary {
	background: #337ab7;
}
.btn-success {
	background: #da0266;
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
	background: #da0266 !important;
}
.btn-info {
	background: #5bc0de;
}
.btn-warning {
	background: #f0ad4e;
}
.btn-danger {
	background: #d9534f;
}
.btn-danger {
	background: #d9534f;
}

.p-top0 {
	padding-top: 0px !important;
}
.p-bottom0 {
	padding-bottom: 0px !important;
}
.m-top0 {
	margin-top: 0px !important;
}
.m-bottom0 {
	margin-bottom: 0px !important;
}
.font-weight500 {
	font-weight: 500 !important;
}
.font-weight600 {
	font-weight: 600 !important;
}
.font-weight800 {
	font-weight: 800 !important;
}

/* Order Slider - Cloud Pricing Slider */

#qsSlider .title {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 600;
}
#qsSlider .sdecs {
	padding: 25px 0;
	color: #999
}
#qsSlider .slabels {
	float: right;
}
#qsSlider .slabels .label {
	display: inline-block;
	padding-top: 6px;
	font-size: 15px;
	margin-top: -10px;
	border-radius: 0px;
	min-width: 80px;
}
#qsSlider .slider {
	margin: 15px 0 75px;
}
#qsSlider #panelselector, #qsSlider #periodselector {
	padding: 25px 0;
	margin-bottom: 5px;
}
#qsSlider #panelselector #panel, #qsSlider #periodselector #period {
	height: 50px;
}
#qsSlider #panelselector #panel #panelbackdrop, #qsSlider #periodselector #period #periodbackdrop {
	width: 10px;
	height: 10px
}
#qsSlider #month, #qsSlider #pincluded {
	position: absolute;
	width: 170px;
	left: 20px;
	margin-top: 30px;
	cursor: pointer
}
#qsSlider #year, #qsSlider #nopanel {
	position: absolute;
	width: 170px;
	left: 20px;
	margin-top: -15px;
	cursor: pointer
}
#qsSlider #QsPrice {
	border: 1px solid #d5d7d8;
	border-width: 0 0 0 1px;
	padding-left: 15px
}
#qsSlider #buyvps {
	margin: 15px auto 0 0
}
#qsSlider #pricetext {
	border-bottom: 3px double #e5e5e5;
	display: inline-block
}
#qsSlider #pricetext {
	border: 2px dashed #da0266;
	padding: 25px 15px;
	width: 100%;
	text-align: center;
}
#qsSlider #pricetext #btext, #qsSlider #pricetext .fa, #qsSlider #pricetext .glyphicon {
	font-size: 18px
}
#qsSlider #pricetext h4, #qsSlider #pricetext h5 {
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 600;
}
#qsSlider #doller {
	font-size: 47px;
	font-weight: 700;
	color: #000;
}
#qsSlider #cents {
	font-size: 18px;
	font-weight: 700;
	color: #000
}
#qsSlider #presets {
	position: relative
}
#qsSlider #presets .btn {
	padding: 25px;
	width: 100%;
	text-transform: uppercase;
	margin-left: 2px;
	border-radius: 0;
	margin-bottom: 15px;
	border: 0px;
	-webkit-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
}
#qsSlider #presets .btn:hover {
	color: #000;
}
#qsSlider #presets div.product {
	float: left;
	display: block;
	width: 20%;
}
#qsSlider .ui-slider {
	background: #e6e6e6;
	-webkit-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
#qsSlider .ui-slider .ui-slider-handle:focus, #qsSlider .ui-slider .ui-slider-handle:active {
	outline: 0;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .3);
	text-decoration: none
}
#qsSlider .ui-slider .ui-slider-handle:hover:before, #qsSlider .ui-slider .ui-slider-handle:focus:before, #qsSlider .ui-slider .ui-slider-handle:active:before {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}
#qsSlider .ui-slider .ui-slider-handle {
	cursor: pointer;
	background: white;
	border: 1px solid #ccc;
	width: 25px;
	height: 25px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
	background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
#qsSlider .ui-slider .ui-slider-handle:before {
	display: inline-block
}
#qsSlider .ui-slider .ui-slider-handle:hover {
	background-color: #fff;
	outline: 0;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .3);
	text-decoration: none;
}
#qsSlider .ui-slider-horizontal {
	height: 15px
}
#qsSlider .ui-slider-horizontal .ui-slider-handle {
	margin-left: -.725em;
	top: -.4em
}
#qsSlider .ui-slider-vertical {
	width: 10px
}
#qsSlider .ui-slider-vertical .ui-slider-handle {
	left: -8px;
	margin-bottom: -9px;
}
#qsSlider .ui-slider-range {
	background: #da0266;
	background: -moz-linear-gradient(left, #da0266 0%, #F4D03F 100%);
	background: -webkit-linear-gradient(left, #da0266 0%, #F4D03F 100%);
	background: linear-gradient(to right, #da0266 0%, #F4D03F 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#da0266', endColorstr='#F4D03F', GradientType=1);
	cursor: pointer;
	border-radius: 16px;
}
#qsSlider .ui-slider-handle {
	outline: 0!important;
	border-color: #414141;
	color: #414141;
}
#qsSlider .ui-slider-primary .ui-slider-handle, #qsSlider .ui-slider-primary .ui-slider-handle:hover, #qsSlider .ui-slider-primary .ui-slider-handle:focus, #qsSlider .ui-slider-primary .ui-slider-handle:active {
	border-color: #337ab7;
	color: #337ab7
}
#qsSlider .ui-slider-primary .ui-slider-range {
	background-color: #337ab7;
	border-radius: 16px;
}
#qsSlider .ui-slider-success .ui-slider-handle, #qsSlider .ui-slider-success .ui-slider-handle:hover, #qsSlider .ui-slider-success .ui-slider-handle:focus, #qsSlider .ui-slider-success .ui-slider-handle:active {
	border-color: #5cb85c;
	color: #5cb85c;
}
#qsSlider .ui-slider-success .ui-slider-range {
	background-color: #5cb85c;
	border-radius: 16px;
}
#qsSlider .ui-slider-danger .ui-slider-handle, #qsSlider .ui-slider-danger .ui-slider-handle:hover, #qsSlider .ui-slider-danger .ui-slider-handle:focus, #qsSlider .ui-slider-danger .ui-slider-handle:active {
	border-color: #d9534f;
	color: #d9534f
}
#qsSlider .ui-slider-danger .ui-slider-range {
	background-color: #d9534f;
	border-radius: 16px;
}
#qsSlider .ui-slider-info .ui-slider-handle, #qsSlider .ui-slider-info .ui-slider-handle:hover, #qsSlider .ui-slider-info .ui-slider-handle:focus, #qsSlider .ui-slider-info .ui-slider-handle:active {
	border-color: #5bc0de;
	color: #5bc0de
}
#qsSlider .ui-slider-info .ui-slider-range {
	background-color: #5bc0de
}
#qsSlider .ui-slider-warning .ui-slider-handle, #qsSlider .ui-slider-warning .ui-slider-handle:hover, #qsSlider .ui-slider-warning .ui-slider-handle:focus, #qsSlider .ui-slider-warning .ui-slider-handle:active {
	border-color: #f0ad4e;
	color: #f0ad4e
}
#qsSlider .ui-slider-warning .ui-slider-range {
	background-color: #f0ad4e
}
#qsSlider #tooltip {
	display: none;
	position: absolute;
	max-width: 200px;
	z-index: 1070;
	top: -75px
}
#qsSlider #tooltip .text {
	padding: 10px 5px;
	display: block;
	background: #000;
	color: #fff;
	font-size: 12px;
	opacity: .8;
	filter: alpha(opacity=80);
	border-left: 5px solid #da0266;
}
#qsSlider .cloud-msg {
	background: #303236;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 35px;
	position: relative;
	text-align: center;
	line-height: 25px;
	color: #fff;
}
#qsSlider .cloud-msg:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(114, 172, 148, 0);
	border-bottom-color: #303236;
	border-width: 10px;
	margin-left: -10px;
}
#qsSlider .options {
	font-size: 19px;
	/* margin: 0; */
	padding: 0 0 5px;
	color: #271d60;
	font-weight: 600;
}

/* Order Slider - VPS Page */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	cursor: default;
	height: 1.2em;
	position: absolute;
	width: 1.2em;
	z-index: 2;
}
.ui-slider .ui-slider-range {
	background-position: 0 0;
	border: 0;
	display: block;
	font-size: .7em;
	position: absolute;
	z-index: 1;
}
.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	margin-left: -.6em;
	top: -.3em;
}
.ui-slider-horizontal .ui-slider-range {
	height: 100%;
	top: 0;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	height: 100px;
	width: .8em;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-bottom: -.6em;
	margin-left: 0;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.vps-seps {
	width: 25px;
	height: 25px;
	font-size: 15px;
	line-height: 1.6;
	border-radius: 100%;
	position: absolute;
	top: 18px;
	right: 0;
	left: 25px;
	margin: 0 auto;
}
.vps-prices-drag {
	float: left;
	margin: 0 0 40px;
	padding: 0 60px;
	width: 100%;
}
.vps-prices-container {
	background: #fff;
	float: left;
	padding-top: 55px;
	width: 100%;
	border: 1px solid #ededed;
}
.vps-prices-panel {
	float: left;
	width: 100%;
}
.vps-prices-container #vps-slider {
	float: left;
	height: 15px;
	margin: 0 0 12px;
	width: 100%;
	cursor: pointer;
	background: #e6e6e6;
	-webkit-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.vps-prices-container #sliderlines {
	background: url(../images/lines1.png) left top;
	display: table;
	height: 10px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 15px;
}
.vps-prices-container #vps-slider .ui-slider-range {
	background: #da0266;
	background: -moz-linear-gradient(left, #da0266 0%, #F4D03F 100%);
	background: -webkit-linear-gradient(left, #da0266 0%, #F4D03F 100%);
	background: linear-gradient(to right, #da0266 0%, #F4D03F 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#da0266', endColorstr='#F4D03F', GradientType=1);
	cursor: pointer;
	border-radius: 16px;
}
.vps-prices-container #vps-slider .ui-slider-handle {
	background: #eeeeee;
	top: -10px;
	border: 0;
	border-radius: 0;
	height: 20px;
	margin-left: -25px;
	margin-top: 8px;
	outline: none;
	width: 35px;
	border-radius: 16em;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
	-webkit-transition: border-radius 0.5s;
	-moz-transition: border-radius 0.5s;
	-o-transition: border-radius 0.5s;
	transition: border-radius 0.5s;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
	background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
	background: -o-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
	background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
}
.vps-prices-container #vps-slider .ui-slider-handle:hover {
	cursor: pointer;
}
.vps-plans {
	display: table;
	margin: 0 auto;
	width: 100%;
}
.vps-plans div.vps-plan {
	float: left;
	font-size: 16px;
	margin: 0;
	text-align: left;
	width: 25%;
}
.vps-plans div.vps-plan:first-child {
	text-align: left;
}
.vps-plans div.vps-plan:last-child {
	margin-right: 0;
	padding-right: 0;
	text-align: right;
}
.vps-plans div.vps-plan:nth-child(2) {
	padding-left: 70px;
}
.vps-plans div.vps-plan:nth-child(3) {
	padding-right: 80px;
	text-align: right;
}
.vps-plans.threeplans div.vps-plan {
	width: 33.3333333333333%;
}
.vps-plans.threeplans div.vps-plan:nth-child(2) {
	padding-left: 0;
	text-align: center
}
.vps-plans.threeplans div.vps-plan:nth-child(3) {
	padding-right: 0;
	text-align: right;
}
.vps-plans.fiveplans div.vps-plan {
	width: 20%;
}
.vps-plans.fiveplans div.vps-plan:nth-child(2) {
	padding-left: 25px;
	text-align: left
}
.vps-plans.fiveplans div.vps-plan:nth-child(3) {
	padding-left: 0;
}
.vps-plans.fiveplans div.vps-plan:nth-child(4) {
	text-align: right;
	padding-right: 30px;
}
.vps-plans.sixplans div.vps-plan {
	width: 16.666666666667%;
}
.vps-plans.sixplans div.vps-plan:first-child {
	text-align: left;
	width: 16.666666666667%;
}
.vps-plans.sixplans div.vps-plan:nth-child(2) {
	padding-left: 0px;
}
.vps-plans.sixplans div.vps-plan:nth-child(3) {
	padding-right: 95px;
}
.vps-plans.sixplans div.vps-plan:nth-child(4) {
	text-align: center;
}
.vps-plans.sixplans div.vps-plan:nth-child(5) {
	padding-right: 25px;
	text-align: right
}
.vps-plans.sixplans div.vps-plan:last-child {
	margin-right: 0;
	padding-right: 0;
	text-align: right;
	width: 16.666666666667%;
}
.sliderbottom {
	border-top: 1px solid #ededed;
	float: left;
	padding: 10px 0 55px;
	text-align: center;
	width: 100%;
}
.sliderbottom .fa.icon-size {
	font-size: 24px;
	color: #da0266;
}
.sliderbottom h6 {
	color: #939393;
	font-weight: 400;
	margin-top: 15px;
}
.sliderbottom .how_much {
	font-size: 19px;
	margin: 0;
	padding: 0 0 5px;
	color: #271d60;
}
.total_amount {
	font-size: 28px;
	margin: 0 0 10px;
	margin: 0;
	color: #271d60;
}
a.order-vps {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	padding: 15px 46px;
	background-color: #da0266;
	border-color: #da0266;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	margin-top: 5px;
	display: inline-block;
}
.vps3-price {
	font-size: 3em;
	padding-bottom: 0px;
}
.pricingtables.vps {
	overflow: hidden;
}

/*Select2*/

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #da0266;
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #da0266;
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #da0266;
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #da0266;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #da0266;
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #da0266;
}
.border {
	border: 1px solid #dedef8;
}

/*Banner list*/

.bannerlist {
	padding: 0;
	margin: 0px;
	display: inline-block;
}
.bannerlist li {
	list-style-type: circle;
	color: #FFFFFF;
	float: left;
	padding-right: 50px;
	font-family: 'Nunito', sans-serif;
}
.bannerlist li:last-child {
	padding-right: 0px;
}

/*Table Styles*/

table td {
	font-size: 13px;
	line-height: 25px;
}
.table-center table td, .table-center table th {
	text-align: center;
}
.table-style {
	float: left;
	width: 100%
}
.table-style .btn {
	margin-top: 0px;
}
.table-list {
	float: left;
	background-color: #fff;
	border: 1px solid #dedef8;
	margin-bottom: 20px;
	width: 100%
}
.table-list th {
	padding: 29px 45px;
	background-color: #f8faff;
	color: #333;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.table-list td {
	padding: 29px 45px;
	text-align: left;
	font-size: 15px;
	font-weight: 400;
}
.table-list td .btn-group.bootstrap-select {
	margin-bottom: 0px;
}
.table-list tr:nth-child(even) {
	background: #FFF
}
.table-list tr:nth-child(odd) {
	background: #f9f9f9
}

/*coming_soon*/

.coming_soon .overly-content {
	z-index: 2;
	position: relative;
}
.coming_soon.coming_soon3 .coming_soon_cover {
	background: url(../images/comingsoon.jpg) no-repeat scroll center center;
	background-size: cover;
	height: 600px;
}
.coming_soon.coming_soon3 .coming_soon_cover .container {
	height: 100%;
}
.coming_soon.coming_soon3 .coming_soon_cover .container .row {
	position: absolute;
	top: calc(50% - 130px);
	width: 100%;
	text-align: center;
	top: 200px;
}
.coming_soon.coming_soon3 .coming_soon_cover .container .row h2 {
	font-family: 'Nunito', sans-serif;
	font-size: 56px;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
	font-weight: 100;
}
.coming_soon.coming_soon3 .coming_soon_cover .container .row p {
	font-family: 'Nunito', sans-serif;
	color: #9d9ea7;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
.coming_soon.coming_soon3 .subscribe_button {
	padding: 37px;
	position: absolute;
	bottom: 20px;
	width: 97.3%;
}
.coming_soon.coming_soon3 .subscribe_button .input-group .input-group-addon input {
	background: #da0266;
	color: #fff;
}

/*countdown*/

.countdown {
	font-size: 80px;
	line-height: 88px;
	font-family: 'Nunito', sans-serif;
	font-size: 46px;
	line-height: 64px;
	font-weight: 100;
	text-transform: uppercase;
	color: #9d9ea7;
}

/*Shop*/

.offer-title {
	font-size: 40px;
	margin-bottom: 10px;
}
.offer-valid {
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.text-line-through {
	text-decoration: line-through
}
.display-items {
	display: inline-block;
}
.shoppage-title {
	font-size: 55px;
}
.shop-price {
	font-family: 'Nunito', sans-serif;
	float: left;
	margin-right: 30px;
}
.shop-page .shop-product {
	min-height: 150px;
	padding: 30px;
	background: #f9f9f9;
}
.shop-page .shop-product h3, .shop-page .shop-product p {
	margin-bottom: 15px;
	line-height: 30px;
}
.shop-page .shop-product .title {
	padding-top: 20px;
}
.shop-page .shop-product .title h5, .shop-page .shop-product .title span {
	font-family: 'Nunito', sans-serif;
}
.shop-page .shop-product .title span {
	font-size: 18px;
	margin-top: 10px;
	display: block;
}
.shop-page .shop-product img {
	display: inline-block
}
.shop_banner p {
	margin-bottom: 0px;
}
.shop_banner h4 {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
}
.shop_banner h4 span {
	color: #da0266;
}
.shop_banner h2 {
	color: #fff;
	font-family: 'Nunito', sans-serif;
	font-size: 36px;
	line-height: 40px;
	margin: 15px 0;
}
.shop_banner h2 i {
	font-size: 24px;
	margin-right: 15px;
}
.shop_banner p {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.857;
	letter-spacing: 1px;
}
.shop_banner {
	background: url(../images/shop.jpg) no-repeat scroll center top;
	background-size: cover;
	padding: 80px 0 80px;
}
.navDropdown-column {
	float: left;
	width: 242px;
	padding: 0;
	border-left: 1px solid #333;
	margin-bottom: 0;
	margin-top: 3px;
}
.apps-download .btn i {
	position: relative;
	margin-top: -5px;
}
.active.promo .btn {
	background: #da0266;
}
.main-content table ul {
	margin: 15px 0;
}
.main-content table ul li {
	list-style: none;
	padding-left: 22px;
}
.main-content table ul li {
	position: relative;
	padding: 6px 0 0 0px;
	line-height: 25px;
}
.main-content table ul li:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #da0266;
	left: -19px;
	top: 13px;
	width: 9px;
	height: 9px;
	border-radius: 100%;
}
.fluid_header {
	min-height: 76px;
	margin-bottom: 0;
	background-color: #f5f7fb;
    background: linear-gradient( #f5f7fb,#fff, #fff, #fff);
	border: 0px;
	top: 0px;
	box-shadow: 0px -1px 15px 0 rgba(200, 219, 239, 0.7);
}
.fluid_header .navbar-header {
	z-index: 1000;
}
.fluid_header .navbar-header .navbar-toggle {
	background: #da0266;
}
.fluid_header .navbar-header .navbar-brand {
	z-index: 2;
	padding: 31px 15px;
	height: auto;
}
.fluid_header .navbar-header .navbar-brand img {
	display: inline-block;
	height:33px;
}
.fluid_header .navbar-nav.navbar-left li a {
	font-family: 'Nunito', sans-serif;
	line-height: 76px;
	padding: 0;
	color: #3e396b;
}
.fluid_header .navbar-nav.navbar-left li a i {
	margin-right: 11px;
}
.fluid_header .navbar-nav.navbar-left li:first-child {
	margin-right: 27px;
	margin-left: 35px;
}
.fluid_header .navbar-nav.navbar-left li:first-child a {
	font-size: 15px;
}
.fluid_header .navbar-nav.navbar-left li:first-child a i {
	font-size: 16px;
}
.fluid_header .navbar-nav.navbar-right li a {
	line-height: 95px;
	padding: 0 21px;
	background-image: none;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
	color: #271d60;
}
.fluid_header .navbar-nav.navbar-right li a:hover, .fluid_header .navbar-nav.navbar-right li a:focus {
	color: #da0266;
}
.fluid_header .navbar-nav.navbar-right li.dropdown a:after {
	content: '';
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	left: calc(50% - 11px);
	bottom: -8px;
	display: none;
	z-index: 1001;
	border-radius: 3px;
}
.navbar-nav .dropdown .badge {
	padding-top: 0px;
	padding-bottom: 1px;
	line-height: 19px;
	background:#271d60;
}
.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu {
	border: none;
	border-top: 1px solid #fff;
	min-width: 200px;
	border-radius: 0;
	display: block;
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	transform-origin: top;
	z-index: 1000;
	padding: 0;
	right: 0;
	transition: all 300ms ease-in-out 0s;
	box-shadow: 0 16px 32px 0 rgba(222, 222, 248,0.2), 0 0px 10px rgba(0,0,0,0.05);
	border-radius: 6px;
	overflow:hidden;
	margin-top: -5px;
}
.fluid_header ul.navbar-nav li.dropdown:last-child ul.dropdown-menu {
	left: inherit !important;
	right: 0px;
}
.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu li a {
	line-height: 40px;
	color: #271d60;
	position: relative;
	text-align:  right;
	font-size:14px;
	display: block;
	border-bottom: 1px solid #f1f1f1;
}
.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu li a:after {
	display: none;
}
.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu li a:hover {
	color: #da0266;
	background: transparent;
	background: #f8faff;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop {
	position: static;
}
.fluid_header .navbar-nav.navbar-right li .service-drop {
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.fluid_header .navbar-nav.navbar-right li .service-drop:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align:  right;
}
.fluid_header .navbar-nav.navbar-right li .service-drop a {
	padding-left: 0px;
}
.mega-menu .owl-controls .owl-prev,.mega-menu .owl-controls .owl-next{
	padding:15px;
	background: rgba(0,0,0,0.1);
	top:60%;
	position:absolute;
	margin-top:-40px;
	border-radius:50%;
	height: 32px;
    width: 30px;
}
.mega-menu .owl-controls .owl-prev:hover,.mega-menu .owl-controls .owl-next:hover{
	background: rgba(0,0,0,0.2);
	color:#fff;
}
.mega-menu .owl-controls .owl-nav div, .mega-menu .owl-controls .owl-nav div {
    font-size: 18px;
    color: #3e396b;
}
.mega-menu .owl-controls .owl-nav div.owl-prev, .mega-menu .owl-controls .owl-nav div.owl-prev {
    margin-right: 10px;
}
.mega-menu .owl-controls .owl-nav div.owl-prev {
	float:left;
	left:5px;
	font-size:0px;
}
.mega-menu .owl-controls .owl-nav div.owl-next {
	float:right;
	right:5px;
	font-size:0px;
}
.mega-menu .owl-controls .owl-nav div.owl-next:before {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 4px;
    left: 10px;
}
.mega-menu .owl-controls .owl-nav div.owl-prev:before {
    content: "\f100";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 4px;
    left: 10px;
}
.offer-title {
	font-size: 23px;
	margin-bottom: 10px;
	line-height:25px;
	font-weight: 800;
	margin: 0;
}
.shadow {
    box-shadow: 0px 5px 0 0px rgba(222, 222, 248,0.5), 0 5px 25px 0 rgba(222, 222, 248,0.9);
}
.radius {
    border-radius: 6px;
    overflow: hidden;
}
.offer-valid {
	font-size: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
	color:#fff;
}
.text-line-through {
	text-decoration: line-through
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu {
	right: 15px;
	padding: 0;
	left: 15px;
	max-width: 1170px;
	margin: 0 auto;
	margin-top: -5px;
}
.mega-menu .start_offer h2.offered_price{
	font-size: 21px;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu .media{
	overflow:visible;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu .media h4{
	margin-bottom:10px;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li {
	float: left;
	width: 100%;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li ul li{
	position:relative;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list {
	padding: 30px 15px 30px 15px;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list ul li a {
    border-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    padding:10px 0;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list ul li a:hover {
	background: transparent;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media {
	padding: 0 0px 20px 0;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-left {
	padding-right: 15px;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-left a {
	padding: 0;
	padding-top: 5px;
	display: block;
	line-height: 1;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-left a:hover {
	cursor: default;
	background: none;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-body a {
	padding: 0;
	line-height: 1;
	margin-bottom: 7px;
	font-family: 'Nunito', sans-serif;
	display: inline-block;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-body a:hover {
	background: none;
	color: #da0266;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-body p {
	max-width: 135px;
	font-size: 12px;
	line-height: 16px;
	color: #9c959c;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service:nth-child(even) {
	padding-left: 20px;
	border-left: 1px solid #cde6f0;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service:nth-child(1) {
	border-top: none;
	padding-top: 0;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service:nth-child(2) {
	border-top: none;
	padding-top: 0;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu .start_offer {
	width: 100%;
	border-radius: 8px;
	overflow:hidden;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu .start_offer .inner {
	padding: 23px 32px 23px 29px;
	text-align: center;
	width: 100%;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu .start_offer .inner .title {
	margin: 0;
	color: #ffffff;
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
	line-height: 1;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu .start_offer .inner .offered_price {
	color: #fff;
	line-height: 1;
	margin-bottom: 0;
	font-family: 'Nunito', sans-serif;
	margin-top: 0;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu .start_offer .inner .offered_price small {
	color: #fff;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu .start_offer .inner .regular_price {
	color: #ffffff;
	margin-top: 15px;
	font-family: 'Nunito', sans-serif;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu .start_offer .inner .regular_price small {
	color: #ffffff;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu .start_offer .inner .btn {
	font-family: 'Nunito', sans-serif;
	text-shadow: none;
	border-radius: 0;
	display: block;
	padding: 0;
	line-height: 37px;
	text-align: center;
	box-shadow: none;
	border-radius: 12em;
	background:#FFFFFF;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu .start_offer .inner .btn:hover {
	color: #da0266;
}
.fluid_header .navbar-nav.navbar-right li.dropdown.open a:after {
	display: block;
}
.fluid_header .navbar-nav.navbar-right li.dropdown:hover a:after {
	display: block;
}
.fluid_header .navbar-nav.navbar-right li.dropdown:hover .dropdown-menu {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.fluid_header .navbar-nav.navbar-right li.active a, .fluid_header .navbar-nav.navbar-right li.open a {
	color: #da0266;
	background: none;
	box-shadow: none;
}
.top_header {background-color: #4d3dab !important;background-image: linear-gradient(80deg, #dcdcdc, #ffffff);padding: 3px;}
.top_header .wc_msg {
	color: #182359;
	font-size: 12px;
	font-weight: 400;
}
.top_header .nav {
	float: inherit;
}
.top_header li.header-link {
	margin: 0px 15px 0 0;
}
.top_header li.header-link a,.top_header li.header-link a:active,.top_header li.header-link a:focus {
	background-color: #3369e7 !important;
	background-image: linear-gradient(80deg, #00aeff, #3369e7);
	margin-left: 5px;
	color: #fff !important;
}
.top_header li.header-link a:hover {
	background-image: linear-gradient(80deg, #3369e7, #00aeff) !important;
	color: #fff !important;
}
.top_header li.login-link {
	margin: 0px 15px 0 0;
}
.top_header li.login-link a {
	background: #0fa3f2;
	color: #fff;
}
.top_header li.login-link a {
	background: #fff;
	padding: 2px 20px;
	margin-left: 5px;
	border-radius: 0;
	color: #da0266;
	border: 2px solid #da0266;
}
.top_header li.login-link a:hover {
	background: #da0266;
	color: #fff;
}
.top_header li.register-link {
	margin: 0px 15px 0 0;
}
.top_header li.register-link a {
	background: #0fa3f2;
	color: #fff;
	line-height: 35px;
	border: 2px solid #f95732;
}
.top_header li.register-link a {
	background: #f95732;
	padding: 2px 20px;
	margin-left: 5px;
	border-radius: 0;
}
.top_header li.register-link a:hover {
	background: #fff;
	border: 2px solid #f95732;
	color: #f95732;
}
.top_header .nav li {
	margin-left: 0;
	margin-right: 22px;
	padding-top: 1px;
	font-size: 16px;
}
.top_header .nav li:last-child {
	margin-right: 0px;
}
.top_header li.cart-link a, .top_header li.cart-link a:active, .top_header li.cart-link a:focus {
    background-color: #3369e7 !important;
    background-image: linear-gradient(80deg, #00aeff, #3369e7);
    /* margin-left: 5px; */
    color: #fff !important;
    padding: 8px 15px 2px 15px!important;
    border-radius: 6em!important;
}
ul.top-nav>li.cart-link {
    padding-left: 0px;
    margin-left: 0px;
    border-left: 0px;
}
.top_header .country_select .dropdown-toggle {
	margin-top: 0px;
	line-height: inherit;
}
.top_header .nav li a {
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	border-radius: 0px;
}
.top_header .nav li a {
	padding: 0px;
	color: #271d60;
}
.top_header .nav li {
	line-height: 31px;
	font-weight: 500;
}
.top_header .nav li a:hover {
	color:#fff;
}
.top_header li.header-link a {
	padding: 10px 15px 10px 15px;
	margin-left: 0px;
	border-radius: 6em;
	box-shadow: 1px 0 5px 0 rgba(0, 130, 215, 0.4);
}
.top_header .nav li a:focus, .top_header .nav li a:active {
	background: transparent;
	margin	:0
}
.top_header .nav li a:hover {
	color: #da0266;
	background: none;
}
.top_header .nav li a i, .top_header .nav li i {
	margin-right: 5px;
}
.top_header .country_select {
	float: left;
	margin-top: 1px;
}
.top_header .country_select button {
	background: none;
	border-radius: 0;
	border: none;
	box-shadow: none;
	padding: 0;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	color: #271d60;
	font-size:12px;
	text-transform: capitalize;
	margin-top: 6px;
}
.top_header .country_select button i {
	margin-left: 20px;
	font-size: 18px;
}
.top_header .country_select button:hover, .top_header .country_select button:focus {
	background: none;
	color: #271d60;
}
.top_header .country_select .dropdown-menu {
	border-radius: 0;
	margin-top: 0px;
	background: #fff;
	border: none;
	z-index: 10000;
	border-radius: 6px;
    overflow: hidden;
	transition: all 300ms ease-in-out 0s;
    box-shadow: 0 16px 32px 0 rgba(222, 222, 248,0.2), 0 0px 10px rgba(0,0,0,0.05);
	transition: all 300ms ease-in-out 0s;
}
.top_header .country_select .dropdown-menu li {
	line-height: 25px;
	margin-right: 0px;
	border-bottom: 1px solid #f1f1f1;
}
.top_header .country_select .dropdown-menu li:last-child {
	border-bottom:0px;
}
.top_header .country_select .dropdown-menu li:hover,.top_header .country_select .dropdown-menu li a:hover  {
	background: #f8faff;
	color: #da0266;
}
.top_header .country_select .dropdown-menu li a {
	color: #271d60;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	padding: 5px 15px;
	line-height: 24px;
	display: block;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop:hover .dropdown-menu, .fluid_header .navbar-nav.navbar-right li.open .dropdown-menu {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	display: inline-block;
	background: #ffffff;
	background: -webkit-linear-gradient(to top, #D7DDE8, #ffffff);
	background: linear-gradient(to top, #D7DDE8, #ffffff); 
}
input.form-control {
	outline: 0;
	background: #fff!important;
	width: 100%;
	margin: 0 0 15px;
	box-sizing: border-box;
	font-size: 14px!important;
	border: 1px solid #dedef8!important;
	border-radius: 0px !important;
	height: inherit !important;
	line-height: 35px;
}
.panel-sidebar {
	border-radius: 0px;
}
.panel-sidebar .panel-title {
	font-weight: 400;
}
.panel-sidebar>.panel-heading {
	position: relative;
	border-radius: 0px;
}
.panel-sidebar .panel-minimise {
	position: absolute;
	LEFT: 5px;
}
.logincontainer form {
	padding: 30px;
	background: #f8faff;
	border: 1px solid #dedef8;
	border-radius: 6px;
	box-shadow: 0px 5px 0 0px rgba(222, 222, 248,0.5), 0 5px 25px 0 rgba(222, 222, 248,0.9);
	text-align: center;
}
.logincontainer input.form-control {
	line-height: 35px;
}
.logincontainer .btn {
	padding: 16px 20px 17px 20px;
}
.logincontainer p {
	text-align: center;
	margin-bottom: 50px;
	font-size: 14px !important;
}
.logincontainer .btn, .logincontainer input.btn {
	display: block;
	margin-top: 15px;
	width: 100%;
	border-radius: 16em;
}
footer .top_footer .beInContact .country_select .dropdown-menu li a:hover {
	background: #0c112a;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height: inherit !important;
}
.panel-accent-emerald .input-group-btn {
	width: 100%!important;
	float: left!important;
}
section#home-banner .form-control {
	line-height: 24px;
}
section#home-banner .container.text-center {
	position: relative;
}
section#home-banner {
	position: relative;
}
.domain-checker-containe, .domain-checker-container, .captcha-container {
	position: relative;
}
.domain-checker-container:before {
	background: #000;
	content: " ";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}
section#home-banner:before {
	background: #271d60;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	content: " ";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}
.domainchecker-homepage-captcha p {
	color: #999;
}
#default-captcha-domainchecker #inputCaptcha, #order-standard_cart .captcha-container .form-control {
	height: 14px !important;
	margin-bottom: 0px;
	padding: 12px !important;
}
section#home-banner .btn.search {
	background:#443970;
	color: #fff;
	box-shadow: 0px 0px 5px 1px rgba(26,24,35, 0.4);
	background-image: linear-gradient(80deg,#20183f, #443970) !important;
}
section#home-banner .btn.transfer {
	color: #fff;
	background:#ea5a56;
	background-image: linear-gradient(80deg,#da0266, #e82722) !important;
}
.navbar-main {
	background-color: #4d3dab !important;
	background-image: linear-gradient(80deg, #da0266, #4d3dab);
	padding: 8px;
}
.navbar-main li.account {
	background: #da0266;
	color: #fff;
}
.dataTables_wrapper .dataTables_filter label .form-control {
	background: url(../../../assets/img/search.png) #fff no-repeat 8px 5px !important;
}
section#home-banner h2 {
	margin: 0;
	padding: 0 25px 30px 25px !important;
	font-weight: 400;
	color: #fff;
}
section#home-banner {
	padding: 80px 0px !important;
	background: url(../img/www.png) #f9f9f9 no-repeat center center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	position:relative;
}
#home-banner:after {
	content: "";
    width: 100%;
    position: absolute !important;
    left: 0;
    background-image: url(../img/clouds.png);
    background-repeat: repeat-x;
    right: 5px;
    display: inline-block;
	z-index:1000 !important;
	bottom: 0 !important;
	height:63px;
}
section#home-banner .domainchecker-homepage-captcha p{
	color:#fff !important;
}
.domain-checker-container {
	background: url(../img/www.png) #f9f9f9 no-repeat center center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.dataTables_length span.select2 {
	line-height: 22px !important;
	height: 25px!important;
	width: 50px !important;
	display: inline-flex;
}
.dataTables_length .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: -12px;
}
.dataTables_wrapper .dataTables_length label {
	padding: 10px 10px 10px 30px;
}
.dataTables_length .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 22px !important;
}
.dataTables_paginate .pagination {
	border-radius: 0;
	display: table;
	margin: 0 auto;
}
.dataTables_paginate .pagination li {
	float: left;
	margin-bottom: 7px;
}
.dataTables_paginate .pagination li+li {
	margin-left: 7px;
}
.dataTables_paginate .pagination li a {
	padding: 0 15px;
	line-height: 36px;
	border-radius: 0;
	border: none;
	color: #271d60;
	font-family: 'Nunito', sans-serif;
	letter-spacing: 1px;
	border: 1px solid #ddd;
	text-transform: uppercase;
}
.dataTables_paginate .pagination li a {
	line-height: 20px;
}
.dataTables_wrapper .dataTables_length {
	border: 1px solid #dedef8;
}
div.header-lined .breadcrumb {
	text-align: center;
}
.dataTables_paginate .pagination li.active a {
	color: #fff;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #da0266;
	border-color: #da0266;
	cursor: default;
}
.dataTables_paginate .pagination li a:hover {
	background: #da0266;
	color: #fff;
	border-color: #da0266;
}
.dataTables_paginate .pagination li:first-child a, .dataTables_paginate .pagination li:last-child a {
	border-radius: 0;
	font-family: 'Nunito', sans-serif;
}
div.header-lined h1 {
	font-size: 36px;
	margin-top: 5px;
	padding: 30px 0;
	margin-bottom: 15px;
	color: #3e396b !important;
	display: block;
	text-align: center;
	border-bottom: 0px !important;
	font-weight: 700!important;
	font-family: 'Nunito', sans-serif;
}
div.header-lined small {
	line-height: 22px;
	margin-bottom: 0px;
	font-size: 14px !important;
	display: block;
	text-align: center;
	margin-top: 15px;
	font-weight: 300!important;
}

/* Statistics */

.statistics {
	overflow: hidden;
}
.statistics h2 {
	margin-bottom: 12px;
	text-align: center;
}
.statistics h2 i {
	color: #6cd0c3;
}
.statistics p {
	font-size: 17px;
	font-weight: 400;
	margin: 0 auto;
	text-align: center;
}
.statistics span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.statistics .circle-text {
	color: #271d60;
	font-weight: 400;
}
.circliful {
	position: relative;
}
.circle-text, .circle-info, .circle-text-half, .circle-info-half {
	width: 100%;
	position: absolute;
	text-align: center;
	display: inline-block;
}
.circle-info, .circle-info-half {
	color: #999;
}
.circliful .fa {
	margin: -10px 3px 0 3px;
	position: relative;
	bottom: 4px;
}
.navbar-main .navbar-nav>.active>a, .navbar-main .navbar-nav>.active>a:focus, .navbar-main .navbar-nav>.active>a:hover, .navbar-main .navbar-nav>.open>a, .navbar-main .navbar-nav>.open>a:focus, .navbar-main .navbar-nav>.open>a:hover, .navbar-main .navbar-nav>li>a:focus, .navbar-main .navbar-nav>li>a:hover {
	background-color: #da0266;
	border-radius: 6px ;
}
.navbar-main .navbar-nav .dropdown-menu>.active>a, .navbar-main .navbar-nav .dropdown-menu>.active>a:focus, .navbar-main .navbar-nav .dropdown-menu>.active>a:hover, .navbar-main .navbar-nav .dropdown-menu>.open>a, .navbar-main .navbar-nav .dropdown-menu>.open>a:focus, .navbar-main .navbar-nav .dropdown-menu>.open>a:hover, .navbar-main .navbar-nav .dropdown-menu>li>a:focus, .navbar-main .navbar-nav .dropdown-menu>li>a:hover {
    background-color: #f8faff !important;
}
.error-container .buttons .btn {
    border-radius: 12em;
}
.dropdown-menu {
	font-size: 11px;
	text-transform: uppercase;
	border-radius: 6px !important;
}
.dropdown-menu>li>a {
	padding: 15px;
	border-bottom: 1px solid #f1f1f1;
}
.dropdown-menu li.Divider, .nav .nav-divider {
	display: none !important;
}
/*Footer Styles*/
footer .footer-main {
	background: #1a1823;
	padding: 40px 0;
	color: #595370;
}
footer .payment-icons {
	color: #595370;
}
footer .footer-icon {
	margin-top: 15px;
	border: 1px dashed rgba(255, 255, 255, 0.1);
	display: inline-block;
	padding: 15px;
	width: 100%;
}
footer .footer-icon h5 {
	line-height: 18px;
}
footer h4 {
	color: #fff;
	margin-bottom: 15px;
	font-weight: 400;
}
footer .footer-main li a {
	color: #595370;
}
footer .footer-main li a:hover {
	color: #FFFFFF;
}
footer .footer-main li {
	list-style-type: none;
	line-height: 30px;
	font-size: 14px;
}
footer .footer-main ul {
	margin-left: 0px;
	padding-left: 0px;
}
.subscriber {
	background-image:url(../images/backgrounds/bg.jpg);
	background-repeat:repeat;
	background-position:center top;
	position:relative;
	background: #221f2d;
  	background: -webkit-linear-gradient(to right, #0e0d14, #221f2d); /* Chrome 10-25, Safari 5.1-6 */
 	background: linear-gradient(to right, #0e0d14, #221f2d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.subscriber .quick_contact .nav li {
	width: 32%;
	text-align: center;
}
.subscriber .quick_contact .nav li+li {
	border-left: 1px dashed rgba(255, 255, 255, 0.1);
	margin: 0;
}
.subscriber .quick_contact .nav li a {
	line-height: 56px;
	font-family: 'Nunito', sans-serif;
	color: #8076ae;
	background: transparent;
}
.subscriber .quick_contact .nav li a:hover {
	color: #fff;
}
.subscriber .quick_contact .nav li a i {
	margin-right: 10px;
	display: inline-block;
}
.subscriber .shortKnowledge {
	margin-bottom: 30px;
}
.subscriber .shortKnowledge h4 {
	line-height: 33px;
	margin: 0 0 22px;
	color: #FFF;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
}
.subscriber .shortKnowledge p {
	color: #8076ae;
	line-height: 28px;
}
.subscriber .shortKnowledge .product h4 {
	margin-bottom: 27px;
}
.subscriber .shortKnowledge .product .product_list li {
	margin-top: 25px;
	width: calc(100% / 3);
	float: left;
}
.subscriber .shortKnowledge .product .product_list li:nth-child(1),.subscriber .shortKnowledge .product .product_list li:nth-child(2),.subscriber .shortKnowledge .product .product_list li:nth-child(3) {
	margin-top: 0;
}
.subscriber .shortKnowledge .product .product_list li a {
	line-height: 20px;
	font-family: 'Nunito', sans-serif;
	float: left;
	color: #da0266;
	padding: 0;
}
.subscriber .shortKnowledge .product .product_list li a:before {
	content: '';
	float: left;
	width: 14px;
	height: 18px;
	margin-right: 14px;
	background: url(../images/icons/footer/list-marker.png) no-repeat scroll center center;
}
.subscriber .shortKnowledge .product .product_list li a:hover {
	color: #FFF;
	background: none;
}
footer .nav.nav-pills {
	border-top: 1px dashed rgba(255, 255, 255, 0.1);
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.subscriber .quick_contact .nav li {
	display: inline-block;
}
.subscriber .beInContact .social_icos {
	padding: 30px 0 30px;
	text-align: center;
	float: left;
	z-index: 1;
    position: relative;
}
.subscriber .beInContact .social_icos ul {
	display: inline-block;
}
.subscriber .beInContact .social_icos ul li {
	padding: 0 6px;
	float: left;
}
.subscriber .beInContact .social_icos ul li a {
	padding: 0;
	width: 42px;
	line-height: 42px;
	height: 42px;
	color: #fff;
	text-align: center;
	background: #fff;
	border-radius:50%;
	background: #da0266;
	box-shadow: 1px 0 5px 1px rgba(218, 2, 102, 0.9);
}
.subscriber .beInContact .social_icos ul li a:hover {
	color: #da0266;
	background: #eaedf5;
}
.subscriber .beInContact .subscribe_form {
	padding-top: 30px;
}
.subscribe_form .form-control{
	border-radius:6px 0px 0px 6px;
}
.subscribe_form .input-group-addon input{
	border-radius:0 6px 6px 0;
}
.subscriber .beInContact .subscribe_form .form-inline .form-group {
	display: block;
}
.subscriber .beInContact .subscribe_form .form-inline .form-group label {
	margin-bottom: 0;
	color: #fff;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	line-height: 21px;
	float: left;
}
.subscriber .beInContact .subscribe_form .form-inline .form-group label small {
	display: block;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 14px;
	color: #595f7c;
	line-height: 1;
}
.subscriber .beInContact .subscribe_form .form-inline .form-group .input-group {
	float: left;
	width: 100%;
	padding: 0;
}
.subscriber .beInContact .subscribe_form .form-inline .form-group .input-group .form-control {
	background: #eaedf5;
	height: 45px !important;
	padding: 0 20px;
	border: none;
	color: #454d75;
	font-size: 13px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
}
.subscribe_form .form-control {
    border-radius: 6px 0px 0px 6px !important;
}
.subscriber .beInContact .subscribe_form .form-inline .form-group .input-group .input-group-addon {
	border: none;
	padding: 0;
	border-radius: 0;
	background: none;
	width: 65px;
}
.subscriber .beInContact .subscribe_form .form-inline .form-group .input-group .input-group-addon input {
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
	color: #fff;
	padding: 0 20px;
	line-height: 45px;
	border: none;
	background: #da0266;
	float: left;
	width: 65px;
	box-shadow: 1px 0 5px 1px rgba(218, 2, 102, 0.9);
}
.subscriber .beInContact .subscribe_form .form-inline .form-group .input-group .input-group-addon input:hover {
	color: #fff;
}
footer ul.footer-links {
	text-align: center;
	margin-bottom: 0;
	border-bottom: 1px solid #e7e7e7;
	font-size: 14px;
}
footer ul.footer-links li {
	padding-top: 10px;
	float: none;
	text-align: center;
	padding: 15px;
}
footer .copyright_line {
	text-align: center;
	line-height: 25px;
	padding: 25px 0;
	color: #8076ae;
	font-weight: 400;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 14px;
	background:#fff;
	box-shadow: 0px 0 25px 0 rgba(200, 219, 239, 0.2);
}
.home-shortcuts {
	background: #fff !important;
	padding: 80px 0;
}
.home-shortcuts li p {
	display: inline-block;
	position: relative;
	top: -3px;
	font-size: 16px;
	text-transform: capitalize;
	font-family: 'Nunito', sans-serif;
}
.home-shortcuts li i {
	font-size: 2em !important
}
.home-shortcuts .lead {
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: 700;
}
.home-shortcuts .col-md-4.hidden-sm, .home-shortcuts .col-sm-12, .home-shortcuts .col-md-8 {
	width: 100%;
	text-align: center;
	color: #333;
}
.home-shortcuts li:first-child {
	border-left: 0px;
}
.home-shortcuts li {
	border-right: 0px;
}
.home-shortcuts li a {
	display: block;
	text-decoration: none;
	background:#3369e7 !important;
	background-image: linear-gradient(80deg, #00aeff, #3369e7) !important;
	box-shadow: 0px 0px 5px 1px rgba(0, 130, 215, 0.4) !important;
	padding: 16px 40px 17px 40px;
	border-radius: 12em;
}
.home-shortcuts li a:hover {
	display: block;
	color: #fff !important;
	text-decoration: none;
}

/*----------------------------------------------------------------*/

@media only screen and (min-width: 240px) and (max-width: 320px) {
	footer .top_footer .quick_contact .nav li {
		width: 100%;
	}
	.nav nav-pills pull-left {
		width: 100%;
	}
	.top_header .nav li:nth-child(2) {
		margin-right: 0px !important;
	}
	.top_header .nav li {
		text-align: center;
		width: 100%;
	}
	footer .top_footer .beInContact .social_icos ul li a {
		width: 30px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	footer .top_footer .quick_contact .nav li {
		width: 100%;
	}
	.top_header .pull-right, .top_header .pull-left {
		text-align: center;
	}
	.top_header .nav li {
		text-align: center;
	}
	footer .top_footer .beInContact .social_icos ul li a {
		width: 30px;
		height: 30px;
		line-height: 28px
	}
	footer .top_footer .beInContact .social_icos {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width: 767px) {
	footer .top_footer .quick_contact .nav li {
		width: 100%
	}
	.navbar-main .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
	.navbar-main .navbar-nav .open .dropdown-menu>li>a:hover {
		background: rgba(255, 255, 255, 0.2);
	}
}
@media (min-width: 768px) {
	.service_tabs_list .service_tab .content h3 {
		font-size: 48px;
	}
	footer ul.footer-links li {
		line-height: 35px;
		padding: 15px;
	}
	.footer-icon .col-sm-4, .footer-icon .col-sm-8 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.footer-icon .col-sm-4 img {
		margin: 5px 0 10px 0
	}
}
@media (max-width: 1199px) {
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu {
		padding: 0;
	}
	.fluid_header .navbar-header {
		width: 100%;
	}
	.fluid_header .navbar-header .navbar-brand {
		padding: 8px 15px;
	}
	.fluid_header .navbar-nav.navbar-left {
		float: right !important;
	}
	.fluid_header .navbar-nav.navbar-left li {
		float: left;
	}
	.fluid_header .navbar-nav.navbar-left li a {
		line-height: 50px;
	}
	.fluid_header .navbar-nav.navbar-left li:first-child {
		margin: 0 15px;
	}
	.fluid_header .navbar-nav.navbar-right li a {
		line-height: 50px;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list {
		padding: 20px 0 20px 20px;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service {
		padding-top: 10px;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media {
		padding: 0 10px 10px 0;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-body p {
		max-width: 100%;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service:nth-child(even) {
		padding-left: 10px;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu .start_offer {
		width: 100%;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu .start_offer .inner {
		padding: 15px;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu .start_offer .inner .title {
		font-size: 18px;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu .start_offer .inner .offered_price {
		font-size: 18px;
		margin-top: 15px;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu .start_offer .inner .regular_price {
		font-size: 12px;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu .start_offer .inner .btn {
		line-height: 30px;
		font-size: 13px;
	}
	.fluid_header .navbar-nav.navbar-right li.login-link {
		margin-top: 5px;
	}
	.fluid_header.centered .navbar-header {
		width: auto;
	}
	.fluid_header.centered .navbar-header .navbar-brand {
		padding: 21px 15px;
	}
	.fluid_header.centered .navbar-collapse .navbar-nav.navbar-right li a {
		padding: 0 15px;
		line-height: 75px;
	}
	.fluid_header.centered .navbar-collapse .navbar-nav.navbar-right li.login-link {
		margin: 20px 15px 0 0;
	}
	.fluid_header.centered .navbar-collapse .navbar-nav.navbar-right li.login-link a {
		line-height: 35px;
	}
	.fluid_header .navbar-nav.navbar-right li a {
		text-transform: capitalize;
	}
	.top_header .col-sm-6.wc_msg {
		width: 40%;
	}
	.top_header .nav li:first-child {
		margin-right: 15px;
	}
}
@media (max-width: 991px) {
	.navbar-main .open .dropdown-menu .dropdown-header, .navbar-main .open .dropdown-menu>li>a {
		padding: 10px 20px !important;
	}
	.navbar-main .navbar-nav>li>a {
		padding: 10px 20px !important;
	}
	.top_header .country_select button {
		margin-top: 0px;
		line-height: 30px;
	}
	.fluid_header.centered .container {
		width: 100%;
	}
	.fluid_header.centered .navbar-header {
		width: auto;
	}
	.fluid_header.centered .navbar-header .navbar-brand {
		padding: 21px 10px;
	}
	.fluid_header.centered .navbar-collapse .navbar-nav.navbar-right li a {
		padding: 0 10px;
	}
	.top_header {
		font-size: 13px;
	}
	.top_header .container {
		width: 100%;
	}
	.top_header .col-sm-6.wc_msg {
		width: 100%;
	}
	.top_header .nav {
		float: left;
	}
	.top_header .nav li:first-child {
		margin-right: 15px;
	}
}
@media (max-width: 810px) {
	footer ul.footer-links {
		padding: 20px 0
	}
	footer ul.footer-links li {
		line-height: 15px !important;
	}
	.footer-icon .col-sm-4, .footer-icon .col-sm-8 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	footer .top_footer .beInContact .subscribe_form {
		padding-top: 20px;
	}
	.fluid_header.centered .navbar-collapse .navbar-nav.navbar-right li a {
		padding: 0 7px;
	}
	.top_header {
		font-size: 13px;
	}
	.top_header .container {
		width: 100%;
	}
	.top_header .col-sm-6.wc_msg {
		width: 100%;
	}
	.top_header .nav li a {
		font-size: 13px;
	}
	.top_header .nav li:first-child {
		margin-right: 15px;
	}
	.top_header .country_select ul.dropdown-menu li {
		margin-right: 0px;
	}
	.top_header .col-sm-6 {
		text-align: center;
	}
	.top_header .pull-left, .top_header .pull-right {
		float: none !important;
	}
	.top_header .nav {
		display: inline-block
	}
}
@media (max-width: 767px) {
	.home-shortcuts li {
		border-bottom: 0px;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop {
		position: relative;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu {
		right: 0;
		padding: 0;
		left: 0 !important;
	}
	.find_domain.find_domain3 .find_domain_cover .container .row h2 {
		font-size: 38px;
	}
	.find_domain.banner-domain-search .overly-content h2 {
		font-size: 25px !important;
	}
	.start_offer .inner {
		margin-bottom: 20px;
	}
	.fluid_header {
		min-height: auto;
		padding: 10px 0;
	}
	.fluid_header .navbar-header .navbar-toggle {
		border-radius: 0;
		border-color: transparent;
		margin-right: 0;
	}
	.fluid_header .navbar-header .navbar-toggle span {
		background: #fff;
	}
	.fluid_header .navbar-nav.navbar-left {
		float: left !important;
		margin: 0;
	}
	.fluid_header .navbar-nav.navbar-right {
		height: 300px;
		margin: 0;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown .-menu {
		transform: scale(1, 1);
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown .-menu li a {
		background: #271d60;
		color: #FFF;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown .-menu li a:hover {
		background: none;
		color: #271d60;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li a {
		background: none;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service {
		width: 100%;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service:nth-child(even) {
		border-left: none;
		padding-left: 0;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service:nth-child(2) {
		border-top: 1px solid #cde6f0;
		padding-top: 10px;
	}
	.fluid_header .navbar-nav.navbar-right li.login-link {
		margin: 0 15px;
	}
	.fluid_header.centered {
		padding: 0;
	}
	.fluid_header.centered .navbar-header .navbar-brand {
		padding: 15px;
	}
	.fluid_header.centered .navbar-header .navbar-toggle {
		margin: 15px 15px 14px 0;
		background: #271d60;
	}
	.fluid_header.centered .navbar-header .navbar-toggle span {
		background: #fff;
	}
	.fluid_header.centered .navbar-collapse .navbar-nav.navbar-right li a {
		line-height: 50px;
	}
	.fluid_header.centered .navbar-collapse .navbar-nav.navbar-right li.dropdown a:after {
		display: none;
	}
	.fluid_header.centered .navbar-collapse .navbar-nav.navbar-right li.login-link {
		margin: 0 0 15px;
	}
	.top_header .wc_msg {
		display: none;
	}
}
@media (max-width: 500px) {
	.fluid_header .navbar-nav.navbar-right {
		margin: 0;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list {
		width: 100%;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer {
		width: 100%;
		padding-top: 0;
	}
	.fluid_header.centered .navbar-header .navbar-toggle span {
		background: #fff;
	}
}
@media (max-width: 1199px) {
	footer .top_footer .quick_contact .nav li a {
		padding: 0 33.5px;
	}
}
@media (max-width: 991px) {
	footer .top_footer .quick_contact {
		margin-bottom: 10px;
	}
	footer .top_footer .quick_contact .nav li a {
		line-height: 40px;
		font-size: 16px;
		padding: 0 29px;
	}
	footer .top_footer .quick_contact .nav li a i {
		font-size: 22px;
		margin-right: 10px;
		line-height: 40px;
	}
	footer .top_footer .shortKnowledge p {
		line-height: 24px;
	}
	footer .top_footer .shortKnowledge .product .product_list li {
		width: 50%;
		margin-top: 15px;
	}
	footer .top_footer .shortKnowledge .product .product_list li:nth-child(3) {
		margin-top: 15px;
	}
	footer .top_footer .beInContact {
		margin-bottom: 30px;
	}
	footer .top_footer .beInContact .country_select {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	footer .top_footer .beInContact .social_icos {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		border-right: none;
	}
	footer .top_footer .beInContact .subscribe_form {
		padding-left: 0;
		width: 100%;
	}
	footer .top_footer .beInContact .subscribe_form .form-inline .form-group {
		width: 100%;
	}
	footer .top_footer .beInContact .subscribe_form .form-inline .form-group label {
		width: 125px;
	}
	footer .top_footer .beInContact .subscribe_form .form-inline .form-group .input-group {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.nav-pills li a i {
		font-size: inherit !important;
	}
	footer .footer-main {
		20px 0
	}
	.m-top40 {
		margin-top: 20px;
	}
	.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu {
		width: 100%;
	}
	.display-items {
		display: inline-block;
		margin-top: 20px;
	}
	footer ul.footer-links li {
		line-height: 35px;
	}
	footer .top_footer .quick_contact {
		padding: 10px 0;
	}
	footer .footer-icon h5 {
		padding-top: 10px;
	}
	footer .top_footer .quick_contact .nav li+li {
		border: none;
	}
	footer .top_footer .quick_contact .nav li a {
		padding: 0 20px;
		font-size: 13px;
	}
	footer .top_footer .shortKnowledge .product {
		margin-top: 20px;
	}
}
@media (max-width: 550px) {
	footer .top_footer .beInContact .country_select {
		width: 100%;
		border: none;
		border-bottom: 1px solid #1a2140;
	}
	footer .top_footer .beInContact .social_icos {
		width: 100%;
	}
}
@media (max-width: 479px) {
	footer .top_footer .shortKnowledge .product .product_list li {
		width: 100%;
	}
	footer .top_footer .shortKnowledge .product .product_list li:nth-child(2), footer .top_footer .shortKnowledge .product .product_list li:nth-child(3) {
		margin-top: 15px;
	}
	footer .top_footer .beInContact .subscribe_form .form-inline .form-group label {
		width: 100%;
	}
	footer .top_footer .beInContact .subscribe_form .form-inline .form-group .input-group {
		width: 100%;
		margin-top: 15px;
	}
}
@media (max-width: 1199px) {
	.m-bottom50 {
		margin-bottom: 25px;
	}
	.section-spacing {
		padding: 40px 0px;
	}
	.p-bottom80 {
		padding-bottom: 40px;
	}
	.p-top80 {
		padding-top: 40px;
	}
}
@media (max-width: 767px) {
	.section-spacing {
		padding: 40px 0px;
	}
	.p-top80 {
		padding-top: 40px;
	}
	.p-bottom80 {
		padding-bottom: 40px;
	}
	.m-bottom80 {
		margin-bottom: 40px;
	}
	.error_mark {
		float: none;
		margin: 0px auto;
		width: 100%;
	}
	.error_mark img {
		width: 75%;
	}
	.error_msg {
		text-align: center;
	}
}