.left {text-align: left !important;}
.center {text-align: center !important;}
.right {text-align: right !important;}
.middle {vertical-align: middle !important;}
.top {vertical-align: top !important;}
.bottom {vertical-align: bottom !important;}
.nowrap {white-space:nowrap;}
.wrapped {word-wrap: break-word;}
.margin-center { margin: 0 auto; }
.clear, br {clear: both;}
.bold, strong { font-weight: 600;}
.semibold { font-weight: 600;}
.light { font-weight: 400;}
.note, .italic { font-style: italic;}
.underline { text-decoration: underline;}
.uppercase { text-transform: uppercase;}
.labelerror { color: #dd4400;}
.input-blurred { color: #aaa !important; }

.pointer { cursor: pointer; }
.floatleft { float: left;}
.floatright { float: right;}
.fullwidth { width: 100%; }
.block { display: block !important; }
.padded { padding: 10px;}
.line-through { text-decoration: line-through;}
.marginzero { margin: 0 ;}
.noshadow { text-shadow: none;}

/** LIST CLASSES **/
.bullets {list-style-type: disc; padding-left: 20px;}
.numbers {list-style-type: decimal; padding-left: 20px;}
.letters {list-style-type: upper-alpha; padding-left: 20px;}
.lower-letters {list-style-type: lower-alpha; padding-left: 20px;}
.bullets li, .numbers li, .letters li { margin-bottom: 5px;}
.list-condensed li { margin-bottom: 0;}


body, html {
	height: 100%;
}

body {
	background: #fff;
	background-size: cover;
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #778E9A;
	line-height: 26px;
}

.ie8 body {
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 14px;
}

label {
	font-weight: 400;
	margin-right: 10px;
	font-size: 16px;
}

div#loader {
	background: #3E4348;
}

.affix {
	position: static;
}

@media (min-width: 992px) {
	.affix {
		position: fixed;
		top: 170px; /* header height + 20px */
	}
}

.form-control {
	margin: 2px 0;
}

.input-group {
	width: 100%;
	margin-bottom: 4px;
}

.input-group .form-control {
	margin: 0;
}

.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default:focus,
.btn-default:disabled {
	background: #608799;
	color: #fff;
}

/** LAYOUT ***/
div#container div#container_inner {
	padding-top: 0px;
	padding-bottom: 310px;
}

div#container.cart div#container_inner {
	padding-top: 122px;
	padding-bottom: 310px;
}

div#container.land div#container_inner {
	padding-top: 122px;
	padding-bottom: 310px;
}

div#container.account div#container_inner {
	padding-top: 122px;
	padding-bottom: 310px;
}

div#container.front div#container_inner {
	padding-top: 122px;
	padding-bottom: 310px;
}

div#container.cart-search div#container_inner {
	padding-top: 122px;
	padding-bottom: 310px;
}

div#container.home div#container_inner {
	padding-top: 0px;
	padding-bottom: 310px;
}


/*** HEADING STYLES ***/

h2 {
	font-size: 28px;
	line-height: 34px;
	color: #BED63A;
	font-weight: 600;
}

h2.page-title {
	display: table;
	margin: 20px auto;
	font-size: 24px;
	color: #bdc5c7;
	font-weight: 500;
}

h3 {
	color: #00334B;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

h4 {
	font-size: 16px;
	font-weight: 600;
	color: #555;
	line-height: 22px;
}

hr {
	border-top: 1px solid #D9D9D2;
}

/*** HEADER ***/

div#header {
	margin-bottom: 0;
	box-shadow: 0px 1px 3px rgba(0,0,0,.2);
	background: #00678c;
	border: 0;
	/*z-index: 1030;*/
}

div.home > div#header {
	margin-bottom: 0;
	box-shadow: 0px 1px 3px rgba(0,0,0,.2);
	background: transparent url(/resources/asia/img/header-bg-x.png) repeat-x top right;
	border: 0;
}

div#main-header {
	min-height: 83px;
	background: transparent url(/resources/asia/img/logo.png) no-repeat 15px center;
}

.navbar-brand {
	margin: 0px !important;
	width: 250px;
	height: 83px;
	padding: 0;
}

.navbar-collapse {
	border: 0;
	max-height: 500px;
	box-shadow: none;
}

@media (max-width: 767px) {
	div.home div#main-header {
		min-height: 65px !important;
		background: transparent url(/resources/asia/img/logo-lg.png) no-repeat 15px center;
		background-size: cover;
	}

	div.home .navbar-brand {
		height: 65px !important;
	}
}

/*** FOOTER LINK STYLE ***/

div#footer {
	text-align: left;
	color: #555;
	font-size: 15px;
	padding: 0px;
	margin-top: -310px;
	min-height: 310px;
}

div#footer section#bfooter {
	background: #0f1318 url('/resources/asia/img/footer-bg.png') no-repeat center center;
}

div#cookie_warning {
	background: #b8b8b8;
}

.ie8 div#footer {
	min-height: 0;
	height: 210px;
}

div#footer div#copyright-section {
	/*background: #000;*/
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

div#footer a {
	color: #555;
	text-decoration: underline;
	padding: 0 2px;
}

div#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

div#footer ul {
	margin-bottom: 0;
}

div#footer ul img {
	float: left;
}

div#footer div.rt-initiatives-buttons-footer {
	height: 55px;
	width: 330px;
	margin-top: 35px;
	margin-left: -7px;
}

div#footer div.rt-initiatives-buttons-footer a.initiatives-button-footer {
    background-image: url("/resources/asia/img/initiatives-footer.png");
}

div#footer div.rt-initiatives-buttons-footer a.initiatives-button-footer {
    background-repeat: no-repeat;
    display: inline-block;
    height: 55px;
    margin-right: 20px;
    width: 60px;
}

.rt-initiatives-buttons-footer .rt-go-btn { background-position: -80px 0;}
.rt-initiatives-buttons-footer .rt-go-btn:hover { background-position: -80px -68px;}
.rt-initiatives-buttons-footer .rt-netmission-btn { background-position: 0 0;}
.rt-initiatives-buttons-footer .rt-netmission-btn:hover { background-position: 0 -68px;}
.rt-initiatives-buttons-footer .rt-love-btn { background-position: -160px 0;}
.rt-initiatives-buttons-footer .rt-love-btn:hover { background-position: -160px -68px;}
.rt-initiatives-buttons-footer .rt-org-btn { background-position: -234px 0;}
.rt-initiatives-buttons-footer .rt-org-btn:hover { background-position: -234px -68px;}
.rt-initiatives-buttons-footer .rt-text-btn { background-position: -257px 0;}
.rt-initiatives-buttons-footer .rt-text-btn:hover { background-position: -257px -68px;}

div#footer a#footer-logo {
	display: inline-block;
	background-image: url("/resources/asia/img/footer-logo.png");
	background-position: 0px -79px;
	width: 350px;
	height: 79px;
	margin-top: 55px;
}

div#footer a#footer-logo:hover {
	background-position: 0px 0px;
}

div#footer div#footer-logo-container {
	text-align: right;
}

div#footer div#footer-tags {
	display: block;
	height: 21px;
	width: 500px;
	margin-top: 25px;
}

div#footer div#footer-tags.www-tag {
	background-repeat:no-repeat;
	background-image: url("/resources/asia/img/footer-tags.png");
	background-position: 0px -42px;
}

div#footer div#footer-tags.default-tag {
	background-repeat:no-repeat;
	background-image: url("/resources/asia/img/footer-tags.png");
	background-position: 0px -63px;
}

div#footer div#footer-tags.default-highlight-tag {
	background-repeat:no-repeat;
	background-image: url("/resources/asia/img/footer-tags.png");
	background-position: 0px -21px;
}

div#footer div#footer-tags.netmission-tag {
	background-repeat:no-repeat;
	background-image: url("/resources/asia/img/footer-tags.png");
	background-position: 0px 0px;
}

div#footer div#footer-tags.go-tag {
	background-repeat:no-repeat;
	background-image: url("/resources/asia/img/footer-tags.png");
	background-position: 0px -84px;
}

div#footer div#footer-tags.love-tag {
	background-repeat:no-repeat;
	background-image: url("/resources/asia/img/footer-tags.png");
	background-position: 0px -105px;
}

@media (max-width: 991px) {
	div#footer a#footer-logo {
		margin-top: 30px;
	}

	div#footer div#footer-logo-container {
		text-align: center;
	}

	div#footer div.rt-initiatives-buttons-footer {
		margin: 15px auto 0 auto;
	}

	div#footer div#footer-tags {
		margin: 15px auto 0 auto;
		width: 350px;
		height: 15px;
	}

	div#footer div#footer-tags.www-tag {
		background-image: url("/resources/asia/img/footer-tags-mobile.png");
		background-position: 0 -30px;
	}

	div#footer div#footer-tags.default-tag {
		background-image: url("/resources/asia/img/footer-tags-mobile.png");
		background-position: 0 -45px;
	}

	div#footer div#footer-tags.default-highlight-tag {
		background-image: url("/resources/asia/img/footer-tags-mobile.png");
		background-position: 0px -15px;
	}

	div#footer div#footer-tags.netmission-tag {
		background-image: url("/resources/asia/img/footer-tags-mobile.png");
		background-position: 0px 0px;
	}

	div#footer div#footer-tags.go-tag {
		background-image: url("/resources/asia/img/footer-tags-mobile.png");
		background-position: 0px -60px;
	}

	div#footer div#footer-tags.love-tag {
		background-image: url("/resources/asia/img/footer-tags-mobile.png");
		background-position: 0px -75px;
	}

	div#footer div#copyright-section {
		position: relative;
		margin-top: 10px;
	}
}

/*** MAIN NAVIGATION STYLE (OVERRIDE) ***/

div#navigation {
	background: #00334b;
	background: rgba(0, 51, 75, 0.9);
	min-height: 37px;
}

div#navigation div.container {
	background: url('/resources/asia/img/navigation-bg.png') no-repeat left top;
}

.navbar .navbar-toggle {
	margin-top: 22px;
}

@media (max-width: 767px) {
	div.home div#navigation {
		min-height: 0;
	}

	div.home .navbar .navbar-toggle {
		margin-top: 16px;
	}
}

.navbar .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  color: #fff;
  text-decoration: underline;
  background: transparent;
}

.navbar .nav > li > a {
	text-decoration: none;
	margin-bottom: 0px;
	/*text-transform: uppercase;*/
	padding: 7px 25px 8px 0;
	font-weight: 500;
	color: #BCC3C6;
	margin-left: 0;
	font-size: 18px;
}

.navbar .nav > li > a > i {
	float: left;
	margin-top: 3px;
	background-image: url('/resources/asia/img/nav-icon-sprite.png');
	width: 16px;
	height: 16px;
}

.navbar .nav > li > a > i.nav-signup { background-position: 16px 0; }
.navbar .nav > li > a > i.nav-partners { background-position: 32px 0; }
.navbar .nav > li > a > i.nav-login { background-position: 48px 0; }
.navbar .nav > li > a > i.nav-faq { background-position: 64px 0; }
.navbar .nav > li > a > i.nav-contact { background-position: 80px 0; }
.navbar .nav > li > a > i.nav-cart { background-position: 96px 0; }
.navbar .nav > li > a > i.nav-tools { background-position: 112px 0; }
.navbar .nav > li > a > i.nav-account { background-position: 128px 0; }
.navbar .nav > li > a > i.nav-logout { background-position: 144px 0; }


.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	/*border-bottom: 6px solid #004659;*/
	transition: background 0.2s ease-in-out;
	/*background-color: #00678c ;*/
	color: #BED63A;
	/*text-decoration: underline;*/
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color: #BED63A;
	background: transparent;
	/*background: rgb(255,252,252); /* Old browsers */*/
	/*border-bottom: 5px solid #ac2538;*/
	/*text-decoration: underline;*/
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);*/
}

.navbar .nav > li > .dropdown-menu {
	background: #00334b;
	border: 0;
}

.navbar .nav > li.dropdown ul.dropdown-menu > li > a {
	text-decoration: none;
	font-weight: 400;
	color: #BDC5C7;
	background: transparent;
	padding: 5px 20px;
}

.navbar .nav > li.dropdown ul.dropdown-menu > li > a:hover,
.navbar .nav > li.dropdown ul.dropdown-menu > li > a:focus {
	text-decoration: none;
	background: transparent;
	color: #BED63A;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: transparent;
	color: #BED63A;
}

@media (max-width: 767px) {
	.navbar-nav > li {
		border-right: 0;
		height: auto;
	}

	.navbar .nav > li > a {
		height: auto;
		padding: 5px 20px;
	}

	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		height: auto;
	}

	div.home .navbar-nav, div.cart .navbar-nav {
		margin-top: 7.5px;
	}

	.navbar-nav, div.cart-search .navbar-nav {
		margin-top: 55px;
	}

	div#navigation div.container {
		background: none;
	}
}


/** BOXES AND PANELS ***/

.panel {
	border: 0;
	box-shadow: none;
}

.panel .panel-body {
	padding: 10px 0px;
}

.panel .panel-title {
	font-weight: 500;
}

.panel-default .panel-heading {
	background: #608799;
	border: 0;
	color: #fff;
	/*border-top-right-radius: 8px;*/
	/*border-top-left-radius: 8px;	*/
}

.panel-primary .panel-heading {
	background: #00678c;
	border: 0;
	color: #fff;
	/*border-top-right-radius: 8px;*/
	/*border-top-left-radius: 8px;	*/
}

div.box {
	background: #bdc5c7;
	border: 0px solid #E9E5D1;
}

div.agreement-box {
  border: 1px solid #d6d6d6;
  border-radius: 0px;
  margin: 3px 0;
  /*box-shadow: none;*/
  min-width: 100%;
}

div.agreement-box h3 {
	font-weight: bold;
}

/*** MAST SEARCH  ***/

section#search {
	position: relative;
	min-height: 700px;
	z-index: 1029;
	background-size: cover;
	background-position: 50% 0;
}

@media (max-width: 767px) {
	section#search {
		min-height: 500px;
	}
}

.girl-sm-hd { background-image: url('/resources/asia/img/banners/girl-sm-hd.jpg'); }
.guy-sm-hd { background-image: url('/resources/asia/img/banners/guy-sm-hd.jpg'); }
.indian-sm-hd { background-image: url('/resources/asia/img/banners/indian-sm-hd.jpg'); }
.men-sm-hd { background-image: url('/resources/asia/img/banners/men-sm-hd.jpg'); }
.ladyexec-sm-hd { background-image: url('/resources/asia/img/banners/ladyexec-sm-hd.jpg'); }
.couple-sm-hd { background-image: url('/resources/asia/img/banners/couple-sm-hd.jpg'); }

.girl-md { background-image: url('/resources/asia/img/banners/girl.jpg'); }
.guy-md { background-image: url('/resources/asia/img/banners/guy.jpg'); }
.indian-md { background-image: url('/resources/asia/img/banners/indian.jpg'); }
.men-md { background-image: url('/resources/asia/img/banners/men.jpg'); }
.ladyexec-md { background-image: url('/resources/asia/img/banners/ladyexec.jpg'); }
.couple-md { background-image: url('/resources/asia/img/banners/couple.jpg'); }

div#search_bg {
	/*z-index:1034;*/
	position: relative;
	background: #708e9c;
	background: rgba(112, 142, 156, 0.5);
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	padding: 20px 0;
	width: 100%;
}

div#search_bg div#searchman {
	position: absolute;
	right: 60px;
	top: -55px;
}

div#search_bg.scroll-to-fixed-fixed {
	background: #708e9c;
}

div#search_bg h3 {
	color: #fff;
	padding: 8px 0 0px 0;
	margin: 0;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
}

div#mast_search_form {
	height: 60px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 991px) {
	div#mast_search_form {
		width: 100%;
	}

	div#search_bg div#searchman {
		display: none;
	}
}

@media (max-width: 767px) {
	div#search_bg {
		padding: 10px 0;
	}

	div#search_bg h3 {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (min-width: 992px) {
	div#search_bg {
		height: 130px;
	}
}

/*@media (max-width: 767px) {
	div#mast_search h2 {
		font-size: 30px;
		line-height: 40px;
	}
}*/

div#mast_search input#mast_search_input {
	width: 100%;
	font-size: 28px;
	border: 0;
	float: left;
	height: 60px;
	padding-right: 80px;
	padding-left: 10px;
	line-height: 36px;
	border-radius: 0px;
	font-weight: 600;
	color: #00334b;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

input#mast_search_input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #A4B3B9;
}
input#mast_search_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #A4B3B9;
}
input#mast_search_input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #A4B3B9;
}
input#mast_search_input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #A4B3B9;
}

div#mast_search button#mast_search_submit {
	background: transparent;
	border: 0;
	float: right;
	margin-top: -60px;
	height: 60px;
	color: #bed63a;
	padding: 0 15px;
}

div#mast-message {
	bottom: 0%;
	position: absolute;
	left: 0;
	right: 0;
}

div#mast-message h4 {
	color: #fff;
	font-size: 20px;
	background: #AC003E;
	padding: 10px 20px;
	display: inline-block;
	font-weight: 300;
	margin: 0 auto;
	border-radius: 15px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	line-height: 28px;
	box-shadow: 0 0 3px #383838;
}


@media (max-width: 767px) {
	div#mast_search input#mast_search_input {
		height: 40px;
		font-size: 24px;
	}

	div#mast_search button#mast_search_submit {
		height: 40px;
		margin-top: -40px;
	}

	div#mast_search_form {
		height: 40px;
	}
}

/*** HEADER SEARCH FORM ***/

div#header_search {
	position: relative;
	background: transparent;
	margin: 0;
	float: right;
	margin-top: 32px;
}

div#header_search input#header_search_input {
	width: 250px;
	height: 28px;
}

div#header_search button#header_search_submit {
	float: right;
	background: transparent;
	border: 0;
	font-size: 24px;
	color: #fff;
}

div#header_search div#searchman {
	position: absolute;
	right: 50px;
	top: -22px;
}

@media (max-width: 767px) {
	div#header_search {
		position: absolute;
		top: 85px;
		float: none;
		margin-top: 0px;
		left: 0;
		right: 0;
		width: 100%;
		padding: 0px 4px;
	}

	div#header_search input#header_search_input {
		width: 100%;
		padding-right: 100px;
		height: 28px;
	}

	div#header_search table {
		width: 100%;
	}
}

/*** HOME SECTIONS: ABOUT, TESTIMONAL, SITEHOSTING, SOCIAL ***/

section#about {
	position: relative;
	padding: 40px 0;
	background: #fff;
}

section#about h2 {
	color: #00334b;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
}

section#about h3 {
	color: #00334b;
	font-size: 20px;
	font-weight: 900;
}

section#about b {
	color: #bed63a;
	font-weight: 600;
}

section#showcase {
	background: #d0d5d8;
	padding: 40px 0;
	color: #fff;
}

section#showcase div#showcase-slider {
	color: #AFC5C9;
}

section#showcase div#showcase-slider div.showcase-item {
	padding: 0px 50px;
	display: none;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.6;
}

section#showcase div#showcase-slider div.showcase-item.active {
	display: block;
}

section#showcase div#showcase-slider div.showcase-item h3 {
	color: #00334b;
	font-size: 24px;
	line-height: 30px;
}

section#showcase div#showcase-slider div.showcase-item h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}

div#showcase-nav {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	/*width: 100%;*/
	height: 100%;
}

section#showcase img.photo-thumb {
	border-radius: 100px;
	max-width: 130px;
	border: 2px solid #fff;
}

section#showcase div#showcase-nav .previous,
section#showcase div#showcase-nav .next {
	position: absolute;
	top: 75px;
	width: 18px;
	height: 42px;
	margin-top: -20px;
	text-indent: -10000px;
	color: #FFF;
	background: url(/resources/asia/img/previous_next.png) no-repeat 0 0;
	z-index: 10;
	/* border radius */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/* transition */
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
	outline: none;
}

section#showcase div#showcase-nav .previous {
	left: 0;
	background-position: 0 0;
}


section#showcase div#showcase-nav .next {
	right: 0;
	background-position: 100% 0;
}

section#showcase div#showcase-slider div.showcase-item a {
	color: #fff;
}

section#showcase span.bqstart {
	float: left;
	font-size: 150px;
	color: #708e9c;
	font-weight: 900;
	line-height: 0.8;
	padding-right: 5px;
	height: 45px;
 }

section#showcase span.bqend {
	float: right;
	font-size: 120px;
	color: #BED63A;
	font-weight: 900;
	line-height: 0;
}

section#showcase p.quote-author {
	color: #778E9A;
	margin-bottom: 0;
}

section#showcase p.quote-text {
	font-size: 22px;
	color: #000;
}

section#hosting {
	background: #fff;
	padding: 40px 0 10px 0;
}

section#hosting h2 {
	color: #13688E;
	font-weight: 300;
	font-size: 40px;
	line-height: 46px;
}

section#hosting h3 {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	margin: 20px 0;
}

section#hosting div.img-block {
	min-height: 100px;
}

section#hosting p.text-block {
	min-height: 130px;
}

section#hosting p.text-block a {
	color: #BDD636;
	font-weight: 600;
	text-decoration: none;
}

section#hosting p.text-block b {
	color: #00334B;
	font-weight: 600;
}

section#social {
	background: #13688E;
	color: #eee;
}

div#social-bg {
	background: #13688e; /* Old browsers */
	background: -moz-linear-gradient(top, #13688e 0%, #194c63 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#13688e), color-stop(100%,#194c63)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #13688e 0%,#194c63 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #13688e 0%,#194c63 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #13688e 0%,#194c63 100%); /* IE10+ */
	background: linear-gradient(to bottom, #13688e 0%,#194c63 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13688e', endColorstr='#194c63',GradientType=0 ); /* IE6-9 */
	padding: 20px 0;
}

section#social h2 {
	color: #BBC2C5;
	font-weight: 300;
}
section#social h2 i {
	margin-right: 15px;
	cursor: pointer;
	opacity: 0.8;
}

section#social h2 i:hover {
	opacity: 1;
}

@media(max-width: 1200px) {
	section#social h2 {
		text-align: center;
	}
}

section#social div#social-icons {
	text-align: right;
}

section#social div#social-icons a {
	padding: 5px 0px 5px 10px;
	display: inline-block;
	opacity: 0.8;
}

@media (max-width: 1200px) {
	section#social div#social-icons {
		text-align: center;
	}
}

section#social div#social-icons a:hover {
	opacity: 1;
}


section#social div#signup-form {
	/*background :rgba(255, 255, 255, 0.1);*/
	/*padding: 15px;*/
	border-radius: 8px;
}

section#social div#signup-form input.form-control {
	margin-bottom: 10px;
	border: 0;
}

section#social div#signup-form button {
	background: #00334b;
}

section#social div#link_toggle_content {
	background: #00334b;
	padding: 20px 0;
	font-size: 15px;
	color: #aaa;
}

section#social div#link_toggle_content img {
	margin-right: 4px;
}

section#social div#link_toggle_content a {
	color: #63b8f9;
	text-decoration: none;
}

section#social div#link_toggle_content h4 {
	color: #aaa;
	font-weight: bold;
	font-size: 18px;
}

div#inside-asia i.footer-asia-icon {
	background-image: url('/resources/asia/img/footer-icons/footer-icon-sprite.png');
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 5px;
	margin-right: 4px;
}

div#inside-asia i.footer-asia-about { background-position: 128px 0px; }
div#inside-asia i.footer-asia-tld { background-position: 0px 0px; }
div#inside-asia i.footer-asia-team { background-position: 96px 0px; }
div#inside-asia i.footer-asia-news { background-position: 64px 0px; }
div#inside-asia i.footer-asia-projects { background-position: 32px 0px; }
div#inside-asia i.footer-asia-events { background-position: 144px 0px; }
div#inside-asia i.footer-asia-support { background-position: 112px 0px; }
div#inside-asia i.footer-asia-info { background-position: 160px 0px; }
div#inside-asia i.footer-asia-board { background-position: 16px 0px; }
div#inside-asia i.footer-asia-meet { background-position: 176px 0px; }
div#inside-asia i.footer-asia-policies { background-position: 48px 0px; }
div#inside-asia i.footer-asia-privacy { background-position: 80px 0px; }


/*** SEARCH RESULTS ***/

div#search_results button#continue {
	background: #00334b;
	font-weight: 600;
}

div#search_results > div.result_row > div.domain_row > div.domain_result > span.domain_name {
	font-weight: 600;
}

div#search_results > div.result_row > div.domain_row > div.extra_info > button.add_domain {
	background: #BED63A;
	font-weight: 600;
	border: 0;
}

div#search_results > div.result_row > div.phase_row label.phase_box {
	font-size: 14px;
}

div#search_results > div.result_row > div.phase_row label.phase_box > span.price {
	font-weight: 600;
}

div#search_results > div.result_row > div.phase_row label.phase_box > h3 {
	color: #999;
	font-weight: 600;
}

div#search_results > div.result_row > div.phase_row label.phase_box.active {
	border: 1px solid #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3)
}

div#search_results > div.result_row > div.phase_row label.phase_box.active h3 {
	color: #E39240;
}


table#search_results tr.product_header td {
	background: #DADEDE;
	color: #555;
}

div#cart_menu {
	box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.3);
	border-radius: 0px;
}

table#progress {
	/*width: auto;*/
}

table#progress td.highlight {
	background: #fff;
	color: #666;
}

table#progress td.item {
	width: 190px;
	text-align: center;
	background: #222;
	height: 40px;
	vertical-align: middle;
	font-size: 15px;
	color: #fff;
}

table#progress td.highlight {
	background: #BED63A;
	color: #222;
}

table#progress td.item:first-child,
table#progress td.item:last-child {
	/*border-radius: 0px;*/
}


/** ACCOUNT MANAGER MENU STYLE ***/

div#account_menu ul#nav li a.active {
	background: #BED63A;
}

div#account_menu ul#nav li a:hover {
	background: #bdc5c7;
}

div#account_menu ul#nav li a {
	color: #79858D;
	font-weight: 600;
	border-bottom: 1px solid #eee;
}

div#account_menu ul#nav li:first-child a,
div#account_menu ul#nav li:last-child a {
	border-radius: 0px;
}




/*** DATA TABLE ***/

tr.highlight-row-selected { background-color: #EBEBEB !important;}
tr.highlight-row-none { background-color: transparent !important; color: inherit !important;}

table.data-table {
	border: 0;
	border-radius: 0px;
}

table.data-table th {
	background: #bdc5c7 !important;
	text-shadow: none;
	border: 0 !important;
	font-weight: 600;
}

/*** ACCOUNT MANAGER SUMMARY ***/

div#domains_table table.data-table a:link {
 	text-decoration: none;
}

div#domains_table table.data-table a:hover {
	text-decoration: underline;
}

/*** CART PRIVATE REGISTRATION ***/

div.pr_inactive_box {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
}

div.pr_active_box {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #6accdd; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #6accdd 0%, #1eafc9 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#6accdd), color-stop(100%,#1eafc9)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #6accdd 0%,#1eafc9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #6accdd 0%,#1eafc9 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #6accdd 0%,#1eafc9 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #6accdd 0%,#1eafc9 100%); /* W3C */
}


/*** FAQS PAGE ***/

div#faq-links {
	max-width: 350px;
	float: right;
	margin-left: 40px;
	margin-bottom: 10px;
	padding-right: 30px;
}

@media (max-width: 767px) {
	div#faq-links {
		float: none;
		max-width: none;
		margin-bottom: 40px;
	}
}

div#faq-links a {
	text-decoration: none;
}

ul#faqs-list li.question {
	font-size: 16px;
	font-weight: 600;
	color: #608799;
	margin-bottom: 10px;
	margin-top: 15px;
}

ul#faqs-list br {
	clear: none;
}

ul#faqs-list li ol {
	margin-top: 10px;
	margin-bottom: 10px;
}



/** NEW SITEBUILDER PLAN PANELS */
div.sitebuilder-plan-panel {
	/*border-radius: 10px;*/
	background: #F5F5F5;
}

div.sitebuilder-plan-panel div.panel-heading {
	color: #fff;
	text-align: center;
}

div.sitebuilder-plan-panel div.panel-heading h3.plan_name {
	color: #fff;
	font-size: 28px;
}

div.sitebuilder-plan-panel div.panel-heading h3.plan_price {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 300;
}

div.sitebuilder-plan-panel div.panel-body {
	padding: 15px;
	text-align: center;
}

div.sitebuilder-plan-panel div.panel-body table {
	width: 100%;
}

@media (max-width: 767px) {
	div.sitebuilder-plan-panel {
		margin: 20px 40px;
	}
}


/*** SITEBUILDER PAGE ***/
div.sitebuilder-features div.well {
	min-height: 200px;
}

div.sitebuilder-features div.well i.fa {
	margin-top: 2px;
}

@media (max-width: 992px) {
	div.sitebuilder-features div.well {
		min-height: 20px;
	}
}