/*
Theme Name: NameFind
Description: Custom Theme for namefind
Version: 1.0
Text Domain: NameFind
*/
@import url("//fonts.googleapis.com/css?family=Cabin:400,500,600,500italic");
@import url("html5reset-1.6.1.css");
body,html {
	min-height:100%;
	min-width:100%;
	font-family: Cabin, san-serif;
	font-size:12px;
	line-height: 1.25;
	color: #474c4e;
}
a {
	color: #0076b6;
-webkit-transition: color 150ms ease-in-out;
   -moz-transition: color 150ms ease-in-out;
	-ms-transition: color 150ms ease-in-out;
	 -o-transition: color 150ms ease-in-out;
		transition: color 150ms ease-in-out;
}
a:hover {
	color: #00a6ff;
}

#pw {
	display: table;
	height:100%;
	width:100%;
}
#graysidebar {
	display: table-cell;
	background: #474c4e url(./images/bg-left-pattern3.png);
	min-height: 100%;
	padding: 0 12px 0 0;
	width: 212px;
	position: relative;
	z-index: 1;
	vertical-align: top;
-webkit-box-shadow: inset -6px 0px 5px 0px rgba(0,0,0,0.2);
   -moz-box-shadow: inset -6px 0px 5px 0px rgba(0,0,0,0.2);
		box-shadow: inset -6px 0px 5px 0px rgba(0,0,0,0.2);
}
#graysidebar:before {
	content:"";
	display: block;
	position: absolute;
	z-index: 10;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.3) 0%, rgba(252,252,252,0.3) 12%, rgba(229,229,229,0) 200px);
	background: -webkit-gradient(radial, center center, 0px, center center, 200px, color-stop(0%,rgba(255,255,255,0.3)), color-stop(12%,rgba(252,252,252,0.3)), color-stop(200px,rgba(229,229,229,0)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.3) 0%,rgba(252,252,252,0.3) 12%,rgba(229,229,229,0) 200px);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.3) 0%,rgba(252,252,252,0.3) 12%,rgba(229,229,229,0) 200px);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.3) 0%,rgba(252,252,252,0.3) 12%,rgba(229,229,229,0) 200px);
	background: radial-gradient(ellipse at center, rgba(255,255,255,0.3) 0%,rgba(252,252,252,0.3) 12%,rgba(229,229,229,0) 200px);
	width: 400px;
	height: 400px;
	top: -160px;
	left: -190px;
}
#graysidebar:after {
	content:"";
	display: block;
	position: absolute;
	z-index: 12;
	width: 41px;
	height: 119px;
	background: transparent url(./images/tab.png) top left no-repeat;
	top: 21px;
	right: -32px;
}
#logolink {
	text-decoration: none;
	display: block;
	margin-top: 42px;
	padding: 18px 0 17px 0;
	background: #474c4e url(./images/bg-left-pattern3.png);
	position: relative;
	z-index: 20;
}
#logolink img {
	position: relative;
	left: 15px;
}
#domcatlist {
   -moz-border-radius: 20px;
-webkit-border-radius: 20px;
		border-radius: 20px;
	border: 1px solid #242729;
-webkit-box-shadow: inset 0 0 30px rgba(0,0,0, .65);
   -moz-box-shadow: inset 0 0 30px rgba(0,0,0, .65);
		box-shadow: inset 0 0 30px rgba(0,0,0, .65);
	margin: 10px auto 20px;
	padding: 10px 0 20px;
	text-transform: uppercase;
	width: 190px;
	list-style: none;
	position: relative;
	z-index: 12;
}
#domcatlist li {
	list-style: none;
}
#domcatlist li a {
   -moz-border-radius: 15px;
-webkit-border-radius: 15px;
		border-radius: 15px;
	margin: 10px auto;
	background: #f3f3f3;
	font-size: 11px;
	font-weight: 600;
	padding: 10px 15px;
	text-align: center;
	width: 146px;
	display: block;
	text-decoration: none;
	color: #474C4E;
}
#domcatlist li a.active,
#domcatlist li a:hover {
	background: #d3d3d3;
}


#mainpage {
	display: table-cell;
	min-height: 100%;
	background:#f8f8f8;
	vertical-align: top;
}
.hc {
	padding: 0 20px 0 70px;
}
#hpfoot,
footer {
	margin-top: 25px;
}
#hpfoot {
	color: #fff; 
	padding: 20px 0px 30px;
	text-align: center;
}
footer .hc {
	padding: 40px 20px 0 60px;
	font-weight: bold;
}
#topbar {
	background: transparent url("./images/topbar.png") bottom repeat-x;
	font-size: 11px;
	padding: 14px 0 11px;
	text-align: right;
	text-transform: uppercase;	
}
#topbar strong {
	margin-right: 10px;
}
#topbar a {
	color: #0076b6;
}
#titlebar {
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	min-height:40px;
}
#subbar {
	background: #cbd4da url("./images/subbar.png") top repeat-x;
}
#subbar li {
	display: inline-block;
}
#subbar li a {
	display: inline-block;
	color: #fff;
	padding: 15px 10px 15px 0;
	text-decoration: none;
}
#subbar li.current_page_item a,
#subbar li a:hover {
	color: #0076b6;
}
#primary {
	display: inline-block;
	width: 65%;
	margin-right: 4%;
	margin-top: 15px;
	vertical-align: top;
}
#secondary {
	display: inline-block;
	width:30%;
	margin-top: 15px;
	vertical-align: top;
}
#topbar a.btn_chat,
a.btn_chat {
	background: #9db550;
   -moz-border-radius: 20px;
-webkit-border-radius: 20px;
		border-radius: 20px;
	border: 0 none;	
-webkit-box-shadow: inset 0 -2px 0 rgba(80, 102, 8, .2);
		box-shadow: inset 0 -2px 0 rgba(80, 102, 8, .2);
	color: #fff;
	font-weight: 600;
	padding: .25em 1em;
	position: relative;
	text-decoration: none;
}
#topbar a.btn_chat:hover,
a.btn_chat:hover {
	box-shadow:inset 0 -2px 0 rgba(80, 102, 8, 0);
	left:-1px;
	top:1px;		
}
.chat_on {
  margin-left: 10px;
  margin-right: 10px;
}


footer {
	background: #cbd4da;
	min-height: 100px;
	color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 15px 0;
}
h1,h2.entry-title {
	color: #474c4e;
	font-size: 24px;
	line-height: 1.16;
	text-transform: uppercase;
	padding: 24px 0;
}
h2,h1.bloglist {
	color: #474c4e;
	font-size: 15px;
	line-height: 1.16;
	text-transform: uppercase;
	padding-bottom: 15px;	
}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5,h6 {font-size: 12px;}
h2 a {
	text-decoration: none;
	margin-bottom: 5px;
}
strong {font-weight: bold;}

#content .domainSearchResults h2 {padding-top: 0;}
#content p {
	padding-bottom: 10px;
}
#content ul,
#content ol {
	padding: 0 0 15px 20px;	
}
#content li {
	padding-bottom: 5px;
}
#content input[type=text],
#content input[type=email],
#content  textarea {
	text-align: left;
	background: #fff;
   -moz-border-radius: 20px;
-webkit-border-radius: 20px;
		border-radius: 20px;	
	border: 1px solid #cbd6dd;
	box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	font-size: 13px;
	margin-right: 20px;
	padding: 10px 26px 10px 15px;
	width: 260px;
	max-width: 98%;
	
}
.wpcf7-form p {
	
}
#content article {
	border-top:1px dashed #cccccc;
}
#content article:first-child {
	border-top: none;
}







.txtc {text-align: center;}

/* Search Box */
.altcontainer {
	text-align: left;
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding:20px 0px;
	background-color:#fafafa;
	
}
#titlebar .hc {
	display: table;
	width:100%;
	padding: 0;
}
#titlebar .hc h2.entry-title,
#titlebar .hc h1 {
	display: table-cell;
	padding-left: 70px;
}
form.searchDomain {
	text-align: right;
	display: table-cell;
	padding-right: 20px;
}
.searchDomain .searchBar {
	width: 85%;
	float: left;
}
.searchDomain #search {
	text-align: left;
	background: #fff url("./images/bg-search-field.png") no-repeat 1em .8em;
   -moz-border-radius: 20px;
-webkit-border-radius: 20px;
		border-radius: 20px;	
	border: 1px solid #cbd6dd;
	box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	font-size: 13px;
	margin-right: 20px;
	padding: 10px 26px 10px 39px;
	width: 260px;
	max-width: 98%;
}
.searchDomain #submit {
	background: #cbd6dd;
   -moz-border-radius: 20px;
-webkit-border-radius: 20px;
		border-radius: 20px;	
	border: none;
-webkit-box-shadow: inset 0 -2px 2px 0 rgba(101, 119, 140, .3);
		box-shadow: inset 0 -2px 2px 0 rgba(101, 119, 140, .3);
	color: #65778c;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	min-height: 20px;
	padding: 10px 30px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}


/* Search Results */
#domainResult .domainSearchResults .searchFor {
	background: #f9f9f9;
   -moz-border-radius: 3px;
-webkit-border-radius: 3px;
		border-radius: 3px;
	border: 0 none;	
	padding: 15px 25px;
	display: block;
	margin: 0 0 15px 0;
	font-size: 18px;
}
.domainsAvailable {
	width: 100%;
	margin: 0 0 15px 0;
	background: transparent url("./images/bg_grey_speckled.png");
}
.domainsAvailable tr {
	min-height: 50px;
}

.domainsAvailable td {
	border-left: 1px solid #ccc;
	min-height: 50px;
	padding: 10px 36px;
-webkit-box-shadow: inset 0px 0px 20px 0 rgba(0, 0, 0, .1);
		box-shadow: inset 0px 0px 20px 0 rgba(0, 0, 0, .1);
}
.domainsAvailable tr:nth-of-type(even) td {
	background-color: rgba(255,255,255, .5);	
}
.domainsAvailable.das tr td,
.domainsAvailable tr td:first-child {
	border-left: 0 none;
}
.domainsAvailable .dBuy {
	min-width:180px;
	width:42%;
}
.domainsAvailable a.button {
	background: rgba(202,218,152, .3) url("./images/bg-pricetag-green.png") no-repeat top right;
	background: rgba(202,218,152, .5) url("./images/bg-pricetag-green.png") no-repeat top right;
	background: #0070AF url("./images/bg-pricetag-green.png") no-repeat top right;
	color: #94af3c;
	color:#4f6800;
	color:#fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	margin: 0 auto;
	padding: 6px 35px 6px 12px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	width: 135px;
	width: 115px;
	
   -moz-border-radius: 13px;
-webkit-border-radius: 13px;
		border-radius: 13px;
	border: none;
	cursor: pointer;

-webkit-transition: background 200ms ease-in-out;
   -moz-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	 -o-transition: background 200ms ease-in-out;
		transition: background 200ms ease-in-out;
-webkit-transition: color 150ms ease-in-out;
   -moz-transition: color 150ms ease-in-out;
	-ms-transition: color 150ms ease-in-out;
	 -o-transition: color 150ms ease-in-out;
		transition: color 150ms ease-in-out;

-webkit-box-shadow: inset 0 -2px 0 #004A74;
		box-shadow: inset 0 -2px 0 #004A74;


}
.domainsAvailable tr:hover td a.button {
	background-color: rgba(202,218,152, .6);
	background-color: rgba(202,218,152, .8);
	background-color: #004A74;
	color:#749111;
	color:#4f6800;
color:#fff !important;
-webkit-box-shadow: none;
		box-shadow: none;
}
.domainsAvailable a.button:hover {
	background-color: #cada98 !important;
	background-color: #004A74 !important;
	color:#4f6800 !important;
	color:#4f6800 !important;
color:#fff !important;
-webkit-box-shadow: none;
		box-shadow: none;	
}
.domainsAvailable.das td {
	padding:6px 8px;
}
.domainsAvailable.das a.button {
	font-size:12px;
}
.domainsAvailable .dname {
	color: #0076b6;
	font-size: 18px;
}
.domainsAvailable tr.smrow {
	display: none;
}
#nextbatch {
	cursor: pointer;
	background: #9db550;
   -moz-border-radius: 20px;
-webkit-border-radius: 20px;
		border-radius: 20px;
	border: 0 none;
-webkit-box-shadow: inset 0 -2px 0 rgba(80, 102, 8, .2);
		box-shadow: inset 0 -2px 0 rgba(80, 102, 8, .2);
	color: #fff;
	font-weight: 600;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
}
#nextbatch:hover {
-webkit-box-shadow: none;
		box-shadow: none;
	
}

/* Widgets */


/* Shortcodes */
#mobileColapsDiv {
	display: none;
}
div.domain-categories {
	min-width: 75%;
	border: 1px solid #ccc;
}
h3.bluheader,
.domain-categories .heading {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 20px;
	text-align: left;
	color:#fff;
	background-color:#1818d8;
	background-color:#97b8d8;
}
.domain-categories ul,
.domain-categories li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.domain-categories li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	color: #333;
	border-left: 5px solid #fff;	
}
.domain-categories li:nth-child(odd) a {
	background:#fcfcfc;
}
.domain-categories li a:hover {
	background: #f6f6f6;
	border-left-color: #e0e0e0;
}

.twinfeatured .domainsAvailable tr:nth-of-type(even):hover td,
.twinfeatured .domainsAvailable tr:hover td,
.domainsAvailable tr:nth-of-type(even):hover td,
.domainsAvailable tr:hover td {
	background: rgba(152,191,217,0.3);
}




/**/
.concierge {
	width:332px;
	height: 327px;
	max-width: 100%;
	position: relative;
	background: transparent url("./images/bg-concierge.png") top left  no-repeat;
	background-size: contain;
}
.concierge .phone {
	position: absolute;
	top: 21.1%;
	left: 12%;
	width: 51.98%;
	color: #fff;
	font-size: 18px;
}
.concierge .txtb {
	position: absolute;
	top: 33.9%;
	left: 9%;
	width: 43.3%
}
#domaincloud {
	padding: 30px 5px 5px 5px;
	text-align:center;
}
#domaincloud a {
	text-decoration: none;
	padding: 0 5px;
}
.dnamelink {
	text-decoration: none;
}
.domainsAvailable a.button.notag {
	background-image: none;
}
.domainsAvailable .dBuy a.button {
	font-size: 14px;
	font-weight: bold;
   -moz-border-radius: 20px;
-webkit-border-radius: 20px;
		border-radius: 20px;

		
}
.domainsAvailable .dBuy a.button.bn {
	width:82px;
}
.domainsAvailable .dBuy a.button.rp {
	width:105px;
	padding-right: 12px;
}

.domainsAvailable a.dprice {
	display: inline-block;
	font-size: 18px;
	text-decoration: none;
	min-width: 90px;
	padding-right: 10px;
	text-align:right;
}




/* Editor Styles */
.wpcf7-submit,
a.btn_greenCTA {
	
}
.wpcf7-submit,
.btn_greenCTA,
.btn_blueCTA {
	color:#fff;
	display:inline-block;
	font-size:13px;
	margin-top:.5em;
	padding:.5em 2em;
	text-align:center;
   -moz-border-radius: 20px;
-webkit-border-radius: 20px;
		border-radius: 20px;
	border:0;
}
.wpcf7-submit,
.btn_greenCTA{
	background: -webkit-linear-gradient(#a2ba56 13%,#5f7a09 58%);  
	background: -moz-linear-gradient(#a2ba56 13%,#5f7a09 58%);  
	background: -o-linear-gradient(#a2ba56 13%,#5f7a09 58%);  
	background: -ie-linear-gradient(#a2ba56 13%,#5f7a09 58%);
	
	-webkit-transition: background 1s ease-out;  
	-moz-transition: background 1s ease-out;  
	-o-transition: background 1s ease-out;  
	-ie-transition: background 1s ease-out;  
	  
	background-size:1px 200px;
	text-shadow: 0 -1px 2px rgba(108,137,26, 1);
}
.btn_blueCTA {
	background: -webkit-linear-gradient(#4eaadb 13%,#0076b6 58%);  
	background: -moz-linear-gradient(#4eaadb 13%,#0076b6 58%);  
	background: -o-linear-gradient(#4eaadb 13%,#0076b6 58%);  
	background: -ie-linear-gradient(#4eaadb 13%,#0076b6 58%);
	
	-webkit-transition: background 1s ease-out;  
	-moz-transition: background 1s ease-out;  
	-o-transition: background 1s ease-out;  
	-ie-transition: background 1s ease-out;  
	  
	background-size:1px 200px;
	text-shadow: 0 -1px 2px rgba(1,115,153, .7);
}
.wpcf7-submit:hover,
.btn_greenCTA:hover,
.btn_blueCTA:hover {
	background-position:50px;
}

.btn_back {
   -moz-border-radius: 20px;
-webkit-border-radius: 20px;
		border-radius: 20px;
	border:0;	
-webkit-box-shadow:inset 0 -2px 2px 0 rgba(0, 0, 0, .3);
		box-shadow:inset 0 -2px 2px 0 rgba(0, 0, 0, .3);
	color:#474c4e;
	font-weight:600;
	margin-right:10px;
	padding:.5em 1em .5em 2.25em;
	position:relative;
	text-transform:uppercase;
	text-decoration: none;
	background:rgba(148,178,195, .2) url(./images/bg-back.png) no-repeat .6em .6em;
}
.btn_back:hover {
	color:#474c4e;
	background-color:#ededed;
-webkit-box-shadow: inset 0 -2px 0 0 rgba(203, 213, 218, 1);
		box-shadow: inset 0 -2px 0 0 rgba(203, 213, 218, 1);
	left:-1px;
	top:1px;
}


@media (max-width: 1220px) and (min-width: 1025px)  {
	.domainsAvailable td {
		padding: 8px 24px;
	}
}
@media (max-width: 1024px) and (min-width: 725px)  {
	.domainsAvailable td {
		padding: 8px 24px;
	}
	#primary,
	#secondary {
		width: 100%;
		display: block;
		margin-right: 0;		
	}	
}
@media (max-width: 950px) and (min-width: 725px)  {
	form.searchDomain {
		padding: 0 10px;
		text-align: center;
	}
	.searchDomain #submit {
		margin: 5px 0;
	}
	#titlebar .hc h1 {
		padding-left: 50px;
	}
	.hc {
		padding: 0px 20px 0 41px;
	}
}
@media (max-width: 724px) {
	.hc {
		padding: 0 10px;
	}
	.domainsAvailable td {
		padding: 8px 24px;
	}
	#titlebar .hc h1 {
		display: block;
	}
	form.searchDomain {
		display: block;
	}
	#primary,
	#secondary {
		width: 100%;
		display: block;
		margin-right: 0;		
	}	
	#graysidebar:after {
		display: none;
	}
	#logolink {
		margin-top: 0;
		padding: 18px 10px;
	}
	#logolink img {
		position: static;
		height: auto;
		max-width: 100%;
	}
	#mainpage,
	#graysidebar {
		width:100%;
		display: block;
		padding: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	#graysidebar {
		padding-top: 42px;
		padding-bottom: 42px;
		-webkit-box-shadow: inset 0px -6px 5px 0px rgba(0,0,0,0.2);
		   -moz-box-shadow: inset 0px -6px 5px 0px rgba(0,0,0,0.2);
				box-shadow: inset 0px -6px 5px 0px rgba(0,0,0,0.2);		
	}
}
@media (max-width: 540px) {
	#pw {display: block;}
	.domainsAvailable td {
		display: block;
-webkit-box-shadow: non;
		box-shadow: none;
		padding: 0 10px;
		text-align: center;
		min-height: 0;
	}
	.domainsAvailable tr {
		display: block;
-webkit-box-shadow: inset 0px 0px 20px 0 rgba(0, 0, 0, .2);
		box-shadow: inset 0px 0px 20px 0 rgba(0, 0, 0, .2);
	}
	.domainsAvailable tr td:first-child {
		padding-top: 10px;	
	}
	.domainsAvailable tr td:last-child {
		padding-bottom: 10px;
	}
	.domainsAvailable .dname {
		font-size: 20px;
		line-height: 1.4;
	}
	.domainsAvailable a.button {
		font-size: 18px;
		width: 200px;
		padding: 12px 45px 12px 22px;
	   -moz-border-radius: 28px;
	-webkit-border-radius: 28px;
			border-radius: 28px;
		border: none;
		background-size: 35px 35px;
	}
	form.searchDomain {
		padding: 0 10px;
		text-align: center;
	}
	.searchDomain #submit {
		margin: 5px 0;
	}
	#titlebar .hc h1 {
		text-align: center;
		padding-left: 0;
	}
	.topbar {
		text-align: center;
	}
	#topbar .hc > * {
		display: block;
		text-align: center;
	}
	#topbar .hc a.btn_chat {
		display: inline-block;
		clear: both;
		margin: 5px auto;
		width: 75px;
		padding: 5px 8px;
		font-size: 14px;
	}
}



/**************************************************************************************************************************/
/*Homepage*/
body.page-template-homepage-page {
	background: #9b0e7e url("images/croud-negitive.png") top center repeat-x;
}
#hpc {
	display: block;
	width: 860px;
	margin: 0 auto;
	min-height: 100%;	
}
.hpl {
	display: inline-block;
	width:350px;
	vertical-align: top;
	clear:left;
}
.hpr {
	display: inline-block;
	width: 500px;
	vertical-align: top;
	clear:right;
}
#hpt {
	min-height: 325px;
}
#hpb {
	padding-top: 100px;
}
#hpcontent {
	color:#fff;
	padding: 15px 0 20px 0;
}
#hpb .hpr {
	padding-top: 100px;
}
#hpcontent  p {
	padding-bottom: 10px;
}
#hpcontent h1 {
	color:#fff;
	padding: 15px 0;
	font-size:18px;
	text-transform: uppercase;
}
#hplogo {
	display: block;
	padding-top:30px
}
#hpt .searchDomain {
	padding-top: 20px;
	text-align: center;
}
#hpt #submit {
	margin-top: 15px;	
}
.twinfeatured > div {
	display: inline-block;
	width:400px;
	clear: right;
	margin-left: 18px;
	text-align: center;
	vertical-align: top;
}
.twinfeatured .domainsAvailable {
	background: #ECECEC url("./images/bg_grey_speckled.png");
}
.domainsAvailable tr:nth-of-type(even) td {
	background: #fff;
}
.twinfeatured .domainsAvailable td {
-webkit-box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, .2);
   -moz-box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, .2);
		box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, .2);
	font-size: 16px;
	color: #0076b6;
	padding: 10px 5px;
}
.twinfeatured a {
	text-decoration: none;
	color: #0076b6;
	font-weight: bold;
}
.twinfeatured a .dpr {
	color: #003858;
	font-size: 14px;
	font-weight: normal;
}
.twinfeatured .domainsAvailable tr:first-child td {
	/*border-top:1px solid #ccc;*/
}
.twinfeatured .hptitle {
	color:#fff;
}
.twinfeatured > div:first-child {clear: left;}
.twinfeatured a.button {margin-top: 5px;}

.twinfeatured h2 {
	text-align: left;
	padding-bottom: 5px;	
}

body.home #menu-top li {
	display: inline-block;
}
body.home #menu-top li a {
	display: inline-block;
	color: #484E4E;
	padding: 15px 10px 15px 0;
	text-decoration: none;
}
body.home #menu-top li.current_page_item a,
body.home #menu-top li a:hover {
	color: #0076b6;
}



@media (min-width: 881px) {
	.twinfeatured > div:nth-child(odd) {
		margin-left: 0;
	}
}
@media (max-width: 880px) {
	#hpc {width:100%;}
	.hpr {
		width:calc(100% - 355px)
	}
	.twinfeatured > div {
		width: 45%;
		margin-bottom: 15px;
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media (max-width: 640px) {
	#hpt {
		background: #f8f8f8;		
	}
	#hpb {
		background: #9b0e7e url("images/croud-negitive.png") 0 -300px repeat-x;
		padding-top: 75px;
	}
	#hpb .hpr {
		background: #9b0e7e;
		padding-top: 10px;
	}
	.hpr,
	.hpl {
		display: block;
		width: auto;
		padding-right: 10px;
		padding-left: 10px;
	}
	.twinfeatured > div {
		display: block;
		width:auto;
		margin: 10px;
	}
	.twinfeatured a.button {
		clear:both;
		display: block;
	}
}


