/****************New Landing Page*************/
#new-lander-page h1,h2,h3,h4,h5,h6,button,a,li,ul,p {
	font-family: 'Lato', sans-serif;
}

#new-lander-page p {
	font-size: 17px;
	line-height: 1.294;
	margin-bottom: 30px;
}

.container-bottom-margin {
	margin-bottom: 50px;
}

#lander-masthead {
	background-image: url("../images/bg-masthead-1920.png");
	height: 339px;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

#lander-masthead-text {
	height: 190px;
	width: 100%;
	box-sizing: border-box;
	margin:0px auto;
	text-align: center;
	padding: 65px 0px;
}
#lander-masthead-text h2 {
	font-size: 26.5px;
	color: white;
}
#lander-masthead-text h1 {
	font-size: 68px;
	color: white;
}



.section-one {
	margin-top: 30px;
	margin-bottom: 50px;
}

.left-section-one {
	box-sizing: border-box;
	height: 500px;
}

.left-section-one h2 {
	color: #065c7e;
	font-size: 26.5px;
	box-sizing: border-box;
	line-height: 1.2;
	height: 84px;
	margin-bottom: 0px;
}

.left-section-one-text {
	box-sizing: border-box;
	height: 225px;
}

.left-section-one i {
	margin-right: 10px;
}

.left-section-one aside{
	background-color: #72bb46;
	font-size: 19.5px;
	line-height: 52px;
	box-sizing: border-box;
	margin-bottom: 17px;
	position: relative;
	color: white;
	padding-left:15px;
	width: 95%;
}

.left-section-one aside.arrow {
	background-color: #72bb46;
}
.left-section-one aside.arrow:after {
	border-width: 26px 0 25px 17px;
}
.left-section-one aside.arrow:after {
	border-color: transparent #72bb46;
	right: -17px;
}

.left-section-one aside:after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border-style: solid;
}

.right-section-one {

	box-sizing: border-box;
	height: 500px;

}

.grey-section {
	background-color: #f2f2f2;
	box-sizing: border-box;
	height: 500px;
}

.right-section-one i {
	margin-right: 20px;
	color: #065c7e;
}

.right-section-one h2 {
	text-align: center;
	background-color: #72bb46;
	font-size: 26.5px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.right-section-one ul {
	margin-left: 55px;
	margin-top: 30px;
}

.right-section-one li {
	text-align: left;
	font-size: 19.5px;
}
.right-section-one .fa-li {
	top: inherit;
}
.right-section-one .button-container {
	margin: 30px 0px;
}

.flex-container {
	height: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.right-section-one img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.right-section-one h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	color: black;
}

.right-section-one .button-container a, .right-section-one .button-container a:visited {
	color: white;
	text-decoration: none;
}
.right-section-one .button-container a:hover {
	color: #ec783f;
}

.section-two {
	background-color: #065c7e;
	height: 220px;
	text-align: center;
	margin-bottom: 55px;
}

.section-two h2 {
	color: white;
	font-size: 36px;
	margin: 35px 0 25px 0;
}

.section-two li a {
	font-size: 15px;
	color: #ec783f;
	text-decoration: none;
}

.section-two li {
	display: inline;
	margin-right:20px;
}

.section-two .row {
	margin-bottom: 5px;
}

.section-two #search-input{
	width: 25%;
}

.section-two input[type="text"] {
    border-radius: 20px !important;
}
.section-two #submitnow {
	min-width: 150px;
}

.row-number-one {
	width: 43%;
	text-align: center;
	margin: 0 auto;

}

.section-two .fa-caret-right{
	color: white;
	margin-right: 5px;
}

/********************Button********************/

.buy-domain-button{
	background-color: #ec783f;
	border-radius: 11px;
	color: white;
	border-color: #ec783f;
	font-size: 19px;
	padding: 15px 40px;
	border: 1px solid #ec783f;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: center;
}

.buy-domain-button:hover {
	background-color: white;
	color: #ec783f;
	border-color: #ec783f;
	background: white; /* Old browsers */
}

.section-three h2 a {
	color: #4b9323;
	text-decoration: none;
}


/*******************Tabbed Content****************/

#new-lander-page ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;

}
#new-lander-page ul.tabs li{
	background: none;
	display: inline-block;
	padding: .5em .7em;
	cursor: pointer;
	text-align: center;
	width: 24.7%;
	box-sizing: border-box;
	font-size: 20px;
}

#new-lander-page ul.tabs li.current{
	background: #ededed;
}

#new-lander-page .tab-content{
	display: none;
	background: #ededed;
	padding: 15px;
	margin-bottom: 0px;
}

#new-lander-page .tab-content.current{
	display: inherit;
}

#new-lander-page .tabbed-content-section li {
	margin-bottom: 0px;

	color: #ec783f;
}

#new-lander-page .tabbed-content-section h2 {
	color: #ec783f;
}


#new-lander-page .tabbed-content-section h3{
    margin: 10px 0px;
    font-size: 1.2em;
}

#new-lander-page .tabbed-content-section ol {
	margin: 25px;
}

#new-lander-page .tabbed-content-section ol li {
	color: #666666;
	line-height: 21px;
}

#new-lander-page .tabbed-content-section .tab-content {
	min-height: 420px;
}

/************************Text Transforms*****************/

.uppercase {
	text-transform: uppercase;
}

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

/********************Colors********************/

.white {
	color: #fff;
}
.landing-page-orange {
	color: #ec783f;
}
.landing-page-green{
	color: #72bb46;
}
.landing-page-blue {
	color: #065c7e;
}

/**************Media Queries******************/

/* Larger than mobile */
@media (min-width: 320px) and (max-width: 479px) {
	#lander-masthead {
		background-image: url("../images/bg-masthead-550.png");
		max-height: 280px;
		width: 100%;
	}
	.left-section-one {
		margin-bottom: 30px;
		height:auto;
	}
	#lander-masthead-text h1 {
		font-size: 28px;
	}
	#lander-masthead-text h2 {
		font-size: 17px;
	}
	.left-section-one-text {
		height: auto;
	}
	.section-two h2 {
		font-size: 22px;
	}
	.section-two #submitnow {
		margin-top: 0px;
		width: 50%;
	}
	.section-two #search-input {
		width: 40%;
	}
	.row-number-one {
		width: 100%;
	}
	.section-two li a {
		font-size: 16px;
		font-weight: bold;
	}
	.cc-image-1{
		display: none;
	}
	.cc-image-2{
		display: block;
	}
	.left-section-one aside {
		font-size: 15px;
	}
	.grey-section {
		height: 520px;
	}
	.section-one {
		margin: 0 0 10px 0;
	}

}

/* Larger than phablet */
@media (min-width: 480px) and (max-width: 767px) {
	#lander-masthead {
		background-image: url("../images/bg-masthead-550.png");
		max-height: 280px;
		width: 100%;
	}
	.left-section-one {
		margin-bottom: 30px;
	}
	#lander-masthead-text h1 {
		font-size: 55px;
	}
	.left-section-one-text {
		height: auto;
	}
	.section-two h2 {
		font-size: 30px;
	}
	.section-two #submitnow {
		margin-top: 0px;
		width: 50%;
	}
	.row-number-one {
		width: 68%;
	}
	.section-two li a {
		font-size: 16px;
		font-weight: bold;
	}
	.cc-image-1{
		display: block;
	}
	.cc-image-2{
		display: none;
	}
}

/* Larger than tablet */
@media (min-width: 768px) and (max-width: 999px) {
	.left-section-one aside {
		font-size: 18px;
	}
	.row-number-one {
		width: 49%;
	}
	.section-two #submitnow {
		margin-top: 0px;
		width: 40%;
	}
	.section-two #search-input {
		width: 26%;
	}
	.section-two li a {
		font-size: 16px;
		font-weight: bold;
	}
	.right-section-one img {
		width: 90%;
	}
	.cc-image-1{
		display: block;
	}
	.cc-image-2{
		display: none;
	}

}

/* Larger than desktop */
@media (min-width: 1000px) {
	.left-section-one aside {
		font-size: 19.5px;;
	}

	.section-two #search-input {
		width: 31%;
	}
	.section-two li a {
		font-weight: normal;
	}
	.right-section-one img {
		width: 100%;
	}
	.cc-image-1{
		display: block;
	}
	.cc-image-2{
		display: none;
	}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {

}

/********************************Old Lander Styles*************************************/

body {
	font-size: 16px;
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
}

#optin {
	width:338px;height:296px;margin-left:auto;margin-right:auto;
	padding:1px 1px;
	background:#fff url(/images/wsjbg.png) no-repeat;
	background-size:cover;
}

#optin .fblocation {

	margin-left:15px;margin-top:155px;
}
#optin .submitborder {
	background: #fff;
	border: 1px solid #e5e5e5;
	font-size: 14px;color:#616161;
	margin-left:34px;margin-top:55px;width:260px;
	padding: 2px 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 0px 0px #ddd;
	-moz-box-shadow: 0 0px 0px #ddd;
	-webkit-box-shadow: 0 0px 0px #ddd;height:31px;
}
#optin input {
	background: #fff;
	border: 1px solid #e5e5e5;
	font-size: 14px;color:#616161;
	//margin-bottom: 10px;
	padding: 6px 6px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0px 0px #ddd;
	-moz-box-shadow: 0 0px 0px #ddd;
	-webkit-box-shadow: 0 0px 0px #ddd
}
#optin input.email { background: #e5e5e5; padding-left: 10px }
#optin input[type="submit"] {
	background: #f67c00 url(/images/orange.png);
	border: 1px solid #f67c00;
	color: #fff;
	cursor: pointer;
	padding: 2px 0;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px #5d411c;
}

#optin input[type="submit"]:hover { color: #ffe2c6 }


@media (max-width:330px) {


	#optin .fblocation {

		margin-top:140px;
	}
}


@media (max-width:343px) {
	#optin {
		margin:10px;padding:10px;margin-left:auto;margin-right:auto;
		max-width:338px;width:100%;min-height:296px;height:auto;
		background-size:100% auto;

	}


	#optin .fblocation {

		margin-top:125px;
	}
	#optin .submitborder {
		margin-left:17px;
	}
}


h2, h3, h5, h6 {
	clear: both;
	line-height: 1.3;
	color: #4b9323;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

h2 {
	font-size: 1.5em;
	margin: 20px 0;
	font-weight: normal;
	letter-spacing: -1px;
}

.form-wrapper {
	max-width:340px;width:100%;
	padding: 4px;
	margin-top:3px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: #dedede #bababa #aaa #bababa;
	-webkit-border-radius: 10px;
	border-radius: 7px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F1F2F2), to(#CACACA));
	background-image: -webkit-linear-gradient(top, #F1F2F2, #CACACA);
	background-image: -moz-linear-gradient(top, #F1F2F2, #CACACA);
	background-image: -ms-linear-gradient(top, #F1F2F2, #CACACA);
	background-image: -o-linear-gradient(top, #F1F2F2, #CACACA);
	background-image: linear-gradient(top, #F1F2F2, #CACACA);height:33px;
}
.form-wrapper #search {
	max-width: 237px;
	height: 21px;
	padding: 4px 5px;
	float: left;
	font: bold 16px 'lucida sans', 'trebuchet MS', 'Tahoma';
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.form-wrapper #search:focus {
	outline: 0;
	border-color: #aaa;
	-moz-box-shadow: 0 1px 1px #bbb inset;
	-webkit-box-shadow: 0 1px 1px #bbb inset;
	box-shadow: 0 1px 1px #bbb inset;
}
.form-wrapper #search::-webkit-input-placeholder {
	color: #000000;
	font-weight: bold;
}
.form-wrapper #search:-moz-placeholder {
	color: #000000;
	font-weight: bold;
}
.form-wrapper #search:-ms-input-placeholder {
	color: #000000;
	font-weight: bold;}
	.form-wrapper #submit {
		float: right;
		border: none !important;margin-right:10px;
		height: 32px;
		width: 87px;
		padding: 0;
		cursor: pointer;padding-right:10px;
		font: bold 15px Arial, Helvetica;
		color: #fafafa;
		text-transform: uppercase;
		background-color: #0483a0;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#88C23D), to(#69aa46));
		background-image: -webkit-linear-gradient(top, #88C23D, #69aa46);
		background-image: -moz-linear-gradient(top, #88C23D, #69aa46);
		background-image: -ms-linear-gradient(top, #88C23D, #69aa46);
		background-image: -o-linear-gradient(top, #88C23D, #69aa46);
		background-image: linear-gradient(top, #88C23D, #69aa46);
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
		-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
		-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
		position:absolute;margin-left:-40px;
	}
	.form-wrapper #submit:hover,
	.form-wrapper #submit:focus {
		background-color: #88C23D;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#69aa46), to(#88C23D));
		background-image: -webkit-linear-gradient(top, #69aa46, #88C23D);
		background-image: -moz-linear-gradient(top, #69aa46, #88C23D);
		background-image: -ms-linear-gradient(top, #69aa46, #88C23D);
		background-image: -o-linear-gradient(top, #69aa46, #88C23D);
		background-image: linear-gradient(top, #69aa46, #88C23D);
	}
	.form-wrapper #submit:active {
		outline: 0;
		-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	}
	.form-wrapper #submit::-moz-focus-inner {
		border: 0;
	}

	span {
		display: block;
	}
	span a {
		color: #586AEB !important;
		font-family: arial;
		font-size: 13px !important;text-decoration: underline;
		letter-spacing: 0;
	}
	#exportContainer form{display: inline-block; *display:inline; }
/*

.frmbuttons {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#696869;
	font-family:Arial;
	font-size:8px;
	font-weight:normal;
	font-style:normal;
	height:16px;
	line-height:8px;
	width:36px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.frmbuttons:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.frmbuttons:active {
	position:relative;
	top:1px;
}

*/

.frmbuttons {
	background: #e8e8e8;
	background-image: -webkit-linear-gradient(top, #e8e8e8, #cccccc);
	background-image: -moz-linear-gradient(top, #e8e8e8, #cccccc);
	background-image: -ms-linear-gradient(top, #e8e8e8, #cccccc);
	background-image: -o-linear-gradient(top, #e8e8e8, #cccccc);
	background-image: linear-gradient(to bottom, #e8e8e8, #cccccc);
	-webkit-border-radius: 11;
	-moz-border-radius: 11;
	border-radius: 11px;
	text-shadow: 1px 1px 3px #ffffff;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #707070;
	font-size: 8px;
	padding: 4px 10px 4px 10px;
	border: solid #e0e0e0 1px;
	text-decoration: none;
}

.frmbuttons:hover {
	background: #cccccc;token
	background-image: -webkit-linear-gradient(top, #cccccc, #e8e8e8);
	background-image: -moz-linear-gradient(top, #cccccc, #e8e8e8);
	background-image: -ms-linear-gradient(top, #cccccc, #e8e8e8);
	background-image: -o-linear-gradient(top, #cccccc, #e8e8e8);
	background-image: linear-gradient(to bottom, #cccccc, #e8e8e8);
	text-decoration: none;
}

#tblRelatedDomains {
	width: 430px;
}
#tblRelatedDomains thead {
	background-color: #0483A0;
	background-image: -moz-linear-gradient(center top , #88C23D, #69aa46);
	background-image: -webkit-linear-gradient(top, #88C23D, #69aa46);
	background-image: -moz-linear-gradient(top, #88C23D, #69aa46);
	background-image: -o-linear-gradient(top, #88C23D, #69aa46);
	background-image: -ms-linear-gradient(top, #88C23D, #69aa46);
	line-height: 30px;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
#tblRelatedDomains thead td {
	color: #FFFFFF !important;
	font-weight: bold !important;
	line-height: 30px !important;
	padding-top: 0px !important;"git commit -a")

}
#tblRelatedDomains td {
	padding-left: 10px;
	padding-top: 5px;
	color: #69aa46;
	text-decoration: none !important;
}
#tblRelatedDomains td a {
	padding-top: 5px;
	color: #69aa46;
	text-decoration: underline;
}

.form-wrapper .searchinput:active {

	border-radius: 3px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

.form-wrapper .searchinput {

	border: none;float:left;
	cursor: pointer;

	height: 32px;
	margin: 1px 0;
	padding: 0 0 0 14px;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
	border-radius: 3px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.testimony:link {

	color:#333;font-size: 16px; font-weight:bold;font-family:Arial,Helvetica,sans-serif;

}

a.testimony {

	color:#333;font-size: 16px; font-weight:bold;font-family:Arial,Helvetica,sans-serif;

}

a.testimony:hover {

	color:#69aa46;text-decoration: underline;font-size: 16px; font-weight:bold;font-family:Arial,Helvetica,sans-serif;

}


h1.h1widget {

	color:#FFFFFF;font-size: 22px; font-weight:bold;padding-top:5px;text-align:center;

}

#premiumbox {
	color: #333; font-size: 16px; font-weight:bold;font-family:Arial,Helvetica,sans-serif;line-height:2.33em;
	background:url(/images/sbtitle.png);width:338px;height:257px;
	margin-right:10px;
}

.custsupporttext {
	color: #666666; font-size: 16px; font-weight:bold;
}

input[type="text"]  {
	border-radius: 3px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	//padding: 6px 4px;
	outline: none;
	color: #777;
	margin: 0 !important;
	max-width: 250px;min-width:80px;
	width: 100%;
	display: block;
	background: #fff;
}

#searchform{
	float:right;padding-right:10px;
}

small {
	font-size: smaller;
}
.search_section, .homew1 {
	height: 410px !important;
	background-color: #f5fcfb;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	//    border: 1 !important;
}
.search_section {
	//  box-shadow: 1px 5px 6px rgba(50, 50, 50, 0.3);
	float: left;
	padding: 1px 8px 0;
	width: 447px;
}
.search_section2 {
	height: 165px !important;
	background-color: #f5fcfb;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	//    border: 1 !important;
}
.search_section2 {
	// box-shadow: 1px 5px 6px rgba(50, 50, 50, 0.3);
	float: left;
	padding: 1px 8px 0;
	max-width: 447px;width:100%;
	height:200px !important;
}


.contentsection {
	width:100%;background:#fff;margin-top:0px;
}

@media (max-width:500px) {
	.form-wrapper #searchinput {
		width:185px !important;
	}
	.contentsection {
		margin-top:-75px;
	}
	.search_section2 h2 {
		font-size:16px;
	}
}


@media screen and  ((min-width:501px) and (max-width:1000px)){
	.contentsection {
		margin-top:-100px;
	}
}

@media (max-width:500px) {
	#premiumbox {
		max-width:338px;width:90%;
		font-size: 14px;line-height: 270%;
	}
	.h1widget {
		font-size: 18px;
	}
	.ccpay {
		max-width:338px;width:90%;
	}
	.custsupporttext {
		font-size: 14px;
	}

}


@media  (min-width: 960px) {
	#manleft {background:url('/images/manleft.png') no-repeat;width:433px;height:231px;}
}
@media (max-width: 959px) {
	#manleft {background:none;}
}

.jtextfill {
	width:190px;
	background:transparent;
	height:auto;
}
.dSale h2 {
	display:inline;
	color: #fff !important;
	font-weight: bold;
	text-shadow: 1px 0px 1px #000;
	padding: 0;
	margin-left: 10px;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 10%;
	left: 30%;right:25%;
	width: 45%;
	height: 100%;
	padding: 16px;

	// border: 16px solid orange;
	// background-color:white;

	z-index:1002;
	overflow: auto;
}


.priceright {
	background:url('/images/dm-forsale.png') no-repeat center;background-size:98% auto;max-width:467px;height:221px;
	//background-attachment: fixed;
	background-position: top;
	margin-left: auto;
	margin-right: auto;
	//padding-left:0px;margin-left:20px;margin-right:10px;padding-right:10px;
}


@media (max-width:1023px) {
	.priceright {
		width:100%;
	}
	.buynowbutton {
		margin-top:-35px;width:145px;
	}
	.priceright {
		margin-left:-7px;
	}
}

#corp_wiki_curl_result td:first-child, #corp_wiki_curl_result td:last-child{
	display:none;
}

#wpmega-ubermenu-widget-area-1 #category_list {
	float: left;
}

#wpmega-ubermenu-widget-area-1 #category_list ul{
	float: left;
}

#wpmega-ubermenu-widget-area-1 #category_list ul li{
	//list-style: none;
	padding-right: 51px !important;
	height:46px;
	line-height:46px;
	font-size: 15px;margin:0;
	background-color:#FFF;
}

#wpmega-ubermenu-widget-area-1 #category_list  ul li a:hover {
	color:#fff;
	//font-size: 15px;line-height:15px;
	background-color:#010101;padding-left:10px;margin:0;
	height:46px;
	line-height:46px;
}

#wpmega-ubermenu-widget-area-1 #category_list  ul li a:link {
	padding-left:10px;margin:0;
	height:46px;
	line-height:46px;
}
#megaMenu span {
	font-family: Arial;
}

.contact {
	padding: 35px;
	font-size: 20px;
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	float:left;
	color:#000000;
}

.form { max-width:900px; margin:0 auto;
}

.headhome {
	font-family: "Lato";
	font-weight: 300;
	font-style: normal;
	font-size: 52px;
	line-height: 30px;color:#fff;
}
.darkopacity {
	background: #000; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #000000 10%, #000000 90%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(10%,#000000), color-stop(90%,#000000), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#000000 10%,#000000 90%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#000000 10%,#000000 90%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#000000 10%,#000000 90%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#000000 10%,#000000 90%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	opacity: 0.74;
	filter: alpha(opacity=74); /* For IE8 and earlier */
}
select::-ms-expand {
	display: none; /* hide default arrow in IE10 */
}
select {
	width: 140px; /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */
	color: #fff;
	font-weight: normal;
	font-size: 1em;
	line-height:1.2em;
	margin: 3 0 10px;
	padding: 2px 0; /* use this to set a specific height for your dropdown (DO NOT use the attribute 'height') */
	border: 0 none;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: "";
	background: url('/images/pointdown.png') no-repeat 100% 4px #555; /* add your own arrow image */
	*background-image:none; /* turn bg image for IE7 */
	background: url('/images/pointdown.png') no-repeat 100% 0px #555; /* fallback bg image*/
	background: url('/images/pointdown.png') no-repeat 100% 0px, -webkit-linear-gradient(top, #555, #555);
	background: url('/images/pointdown.png') no-repeat 100% 0px, -moz-linear-gradient(top, #555, #555);
	background: url('/images/pointdown.png') no-repeat 100% 0px, -ms-linear-gradient(top, #555, #555);
	background: url('/images/pointdown.png') no-repeat 100% 0px, -o-linear-gradient(top, #555, #555);
	background: url('/images/pointdown.png') no-repeat 100% 0px, linear-gradient(top, #555, #55);
	-webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
	-moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
	-ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
	appearance: none;
	margin-bottom:-10px;
}
select option {
	background: #555; /* style the dropdown bg color */
}


