/* Generic CSS */
body {
	font-family: 'Lato', sans-serif;
	font-size: 62.5%;
	font-weight: 400;
	color: #333;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
}

.page-title {
	font-size: 3.2em;
	font-weight: 400;
	margin: 30px 0 0 0;
	color: #333;
}

.page-description {
	font-size: 1.4em;
	line-height: 1.5;
	margin: 10px 0 0 0;
}

.hr {
	background-color: #CCC;
	width: 100%;
	height: 1px;
	margin: 0;
	clear: both;
}

.gradient-rule {
	background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(238,238,238,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(238,238,238,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(238,238,238,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(238,238,238,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(238,238,238,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(238,238,238,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#00eeeeee',GradientType=0 ); /* IE6-9 */

	float: left;
	display: inline;
	width: 100%;
	height: 7px;
	margin: 0 auto;
}

/* Header CSS */
#header {
	background: #2b5068;
	width: 100%;
	height: 85px;
}

.header-container {
	margin: 0 auto;
	max-width: 1248px;
	position: relative;
}

a.logo {
	float: left;
	display: inline;
	position: relative;
	margin: 7px 0 0 0;
	max-width: 450px;
}

	a.logo img {
		width: 100%;
		height: 100%;
	}

.header-nav-container {
	position: absolute;
	right: 0;
	margin: 20px 159px 0 0;
}

.nav-button {
	background: #3a759b;
	font-family: Lato;
	font-weight: 700;
	font-size: 1.7em;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 10px;
	padding: 0 15px;
	border-radius: 2px;
	color: #fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
	text-decoration: none;
}

/* Network Switch */

.ns-container {
	background: #3a759b;
	border: none;
	border-radius: 2px;
	color: #333;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.97;
	position: absolute;
	right: -110px;
	z-index: 100;
}

	.ns-container span {
		font-family: Lato;
		font-weight: 700;
		font-size: 1.7em;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		color: #fff;
	}

	.ns-container ul.ns-options {
		background: #333;
		position: absolute;
		top: 40px;
		right: 0;
		padding: 10px 0;
		width: 198px;
		border-radius: 2px 0 2px 2px;
		display: none;
	}

		.ns-container ul.ns-options li {
			text-align: right;
		}

			.ns-container ul.ns-options li:hover {
				background: #444;
			}

			.ns-container ul.ns-options li a {
				font-family: Lato;
				font-weight: 400;
				font-size: 1.4em;
				line-height: 1.8;
				padding: 0 15px;
				color: #fff;
				text-decoration: none;
			}

.ns-container:hover {
		background: #333;
		border-radius: 2px 2px 0 2px;
}

	.ns-container:hover ul.ns-options {
		display: block;
	}

/* Country Switch */
.cs-container {
	background: #3a759b;
	padding: 10px 10px;
	border: none;
	border-radius: 2px;
	color: #333;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.97;
	position: absolute;
	right: -159px;
	z-index: 100;
}

	.cs-container:hover {
			background: #333;
	}

.country-flag {
	float: left;
	display: inline;
}

.cs-container:hover div.cs-options {
	display: block;
}

.cs-options {
	display: none;
	float: left;
	margin-top: 7px;
}

.cs-options span {
	color: #333;
}

.cs-options div {
	padding-top: 6px;
	display: block;
}

/* Mobile Menu */

.btn-mobile-menu {
    display: none;
}

.mobile-menu-container {
	background: #3a759b;
	display: none;
}

	.mobile-menu-container ul li a {
		font-size: 1.5em;
		float: none;
		display: block;
		margin: 0;
		padding: 20px;
		border-bottom: 1px solid #2b5068;
		color: #fff;
		text-decoration: none;
	}

	.mobile-menu-container ul.sub-menu {
		display: none;
	}

	.mobile-menu-container ul.sub-menu li a {
		background: #333;
		border-bottom: 1px solid #666;
		padding-left: 40px;
	}

/* Footer CSS */
#footer {
	max-width: 1248px;
	margin: 100px auto 0 auto;
	padding: 0 0 10px 0;
}

#footer ul.footer-links {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

	#footer ul.footer-links-right {
		float: right;
	}

#footer ul.footer-links li {
	font-size: 1.4em;
	height: 15px;
	float: left; 
	display: inline;
	margin: 10px 0;
	padding: 0 10px;
	border-right: 1px solid #999;
	color: #999;
}

#footer a {
	text-decoration: none;
	color: #666;
}

	#footer ul.footer-links li.footer-item-icon {
		padding-right: 0;
	}

.direct-text-links {
	font-size: 1.2em;
	float: left;
	display: inline;
	margin: 15px 0 0 10px;
}

.built-by {
	font-size: 1.2em;
	float: right;
	display: inline;
	margin-top: 10px;
}

#footer .built-by span a {
	text-decoration: underline;
}

/* Team Rotator CSS */
.team-rotator {
	display: block;
	height: 125px;
	list-style: none outside none;
	overflow: hidden;
	position: relative;
	width: 502px;
}

.team-rotator {
	margin: 30px 0 0 30px;
}

.team-rotator dd.image {
	float: left;
	display: inline;
}

.team-rotator dt {
	font-size: 1.5em;
	display: block;
}
	
.team-rotator dd.text {
	display: block;
	font-size: 1.4em;
	line-height: 1.3;
}

/* Slider Control CSS */
.slider {
	height: 6px;
	float: right;
	display: inline;
	margin-top: 17px;
	list-style: none;
}

.slider li {
	float: left;
	display: inline;
}

.slider-control {
	float: right;
	display: inline;
	margin: 10px 0 0 9px;
}

.slider-control-prev {
	float: left;
	height: 19px;
}

.slider-control-next {
	float: left;
	border-left: 1px solid #CCC;
	height: 19px;
}

.slider a {
  text-decoration: none;
  background: url("../images/generic/dot-off.png");
	width: 6px;
	height: 6px;
	float: left;
	display: inline;
	margin-left: 9px;
	text-indent: -9999px;
}

.slider a.active {
  background: url("../images/generic/dot-on.png");
}

/* Image Headers CSS */
.image-header {
	width: 100%;
	height: 161px;
	margin: 20px 0 0 0;
}

.image-header-title-container {
	background: #2b5068;
  opacity: 0.7;
	width: 100%;
	height: 58px;
	float: left;
	margin-top: 103px;
}

.image-header-title-container h1, .image-header-title-container h2 {
	font-size: 2.8em;
	font-weight: 400;
	float: left;
	display: inline;
	margin: 14px 0 0 15px;
	color: #FFF;
}

/* Section Headers CSS */
.sectionheader-grey {
	background: #444;
	height: 25px;
	border-radius: 2px 2px 0 0;
}

.sectionheader-grey span {
	font-size: 1.2em;
	font-weight: 700;
	float: left;
	display: inline;
	margin: 5px 0 0 10px;
	color: #fff;
}

.sectionheader-blue {
	background: #444;
	height: 25px;
	border-radius: 2px 2px 0 0;
}

.sectionheader-blue a {
	text-decoration: none;
}

.sectionheader-blue h2 {
	font-size: 1.2em;
	font-weight: 700;
	float: left;
	display: inline;
	margin: 6px 0 0 10px;
	color: #FFF;
}

.sectionheader-blue h3 {
	font-size: 1.2em;
	font-weight: 700;
	float: left;
	display: inline;
	margin: 6px 0 0 10px;
	color: #FFF;
}

/* Related Searches CSS */
.related-searches {
	float: left;
	display: inline;
	margin-top: 15px;
}

.related-searches p {
	font-size: 1.3em;
	font-weight: 700;
	float: left;
	display: inline;
	padding: 4px;
	color: #333;
}

.related-searches span.company-vs {
	font-size: 1.3em;
	font-weight: 700;
	float: left;
	display: inline;
	padding: 4px;
	color: #333;
}

.related-searches ul {
	list-style: none;
	float: left;
	display: inline;
}

.related-searches ul li {
	background: #E4E4E4;
	font-size: 1.3em;
	font-weight: 300;
	float: left;
	display: inline;
	margin: 0 5px 8px 5px;
	padding: 4px 7px 4px 7px;
	color: #666;
}

.related-searches ul li a {
	text-decoration: none;
}

.related-searches a.related-company {
	background: #E4E4E4;
	font-size: 1.3em;
	font-weight: 300;
	float: left;
	display: inline;
	margin: 0 5px 8px 5px;
	padding: 4px 7px 4px 7px;
	color: #333;
	text-decoration: none;
}

/* Star System CSS */
.stars-container {
	width: 98px;
	height: 17px;
	float: left;
	display: inline;
	margin-top: 2px;
	position: relative;
}

.stars-container .stars {
	background: url("../images/generic/stars-off.png") no-repeat scroll left top transparent;
	width: 98px;
	height: 17px;
	position: absolute;
	top: 0;
	left: 0;
}

.stars-container .on {
	background: url("../images/generic/stars-on.png") no-repeat scroll left top transparent;
	z-index: 1;
}

.stars-large-container {
	width: 164px;
	height: 25px;
	float: left;
	display: inline;
	margin-top: 2px;
	position: relative;
}

.stars-large-container .stars {
	background: url("../images/generic/stars-large-off.png") no-repeat scroll left top transparent;
	width: 164px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
}

.stars-small-container {
	width: 63px;
	height: 11px;
	float: left;
	display: inline;
	margin-top: 2px;
	position: relative;
}

.stars-small-container .stars {
	background: url("../images/generic/stars-small-off.png") no-repeat scroll left top transparent;
	width: 63px;
	height: 11px;
	position: absolute;
	top: 0;
	left: 0;
}

.stars-small-container .on {
	background: url("../images/generic/stars-small-on.png") no-repeat scroll left top transparent;
	z-index: 1;
}

.dots-container {
	width: 66px;
	height: 6px;
	float: left;
	display: inline;
	position: relative;
}

.dots-container .dots {
	background: url("../images/generic/dots-off.png") no-repeat scroll left top transparent;
	width: 66px;
	height: 6px;
	position: absolute;
	top: 0;
	left: 0;
}

.dots-container .on {
	background: url("../images/generic/dots-on.png") no-repeat scroll left top transparent;
	z-index: 1;
}

/* Latest Reviews Block CSS */
.review-container {
	margin: 15px 0 0 0;
}

.review-main {
	width: 666px;
	float: left;
	display: inline;
	padding: 0 5px 0 5px;
}

.review-info {
	font-size: 1.2em;
	line-height: 1.5;
}

.review-info span {
	color: #3176a6;
}

.review-title {
	font-size: 3em;
	line-height: 1.5;
}

.review-text {
	font-size: 1.4em;
	margin-bottom: 10px;
	line-height: 1.5;
	min-height: 85px;
}

.review-author {
	font-size: 1.4em;
	float: left;
	display: inline;
	margin-left: 10px;
	line-height: 1.5;
}

.review-author em {
	font-style: italic;
}

.review-divider {
	float: left;
	display: inline;
	margin-top: 35px;
}

.review-breakdown {
	width: 208px;
	float: right;
	display: inline;
	margin: 35px 10px 0 0;
}

.review-breakdown td {
	font-size: 1.4em;
	width: 142px;
	padding: 5px 0 5px 0;
	vertical-align: middle;
	color: #666;
}

.review-breakdown td.dots-cell {
	width: 66px;
	text-align: right;
}

.reviews-overview {
	font-size: 1.3em;
	float: left;
	display: inline;
	margin: 5px 0 0 10px;
}

/* No Reviews CSS */

.no-reviews-text {
	width: 718px;
	float: left;
	display: inline;
	margin: 25px 0 0 10px;
}

.no-reviews-text h3 {
	font-size: 3em;
}

.no-reviews-text p {
	font-size: 1.4em;
	line-height: 1.5;
	margin-left: 2px;
}

.no-reviews-image {
	float: right;
	display: inline;
	margin-top: 20px;
}

/* Company Card CSS - Used in multiple locations around the site: Top Companies, Similar Companies, Homepage Sponsor A, etc. */
.company-card-container {
	width: 218px;
	display: inline-block;
	margin: 20px 6px 0 6px;
	padding-bottom: 2px;
}

.featured-profile img, .featured-profile object {
	margin-top: 10px;
	box-shadow: 2px 2px 5px #888;
}

.company-card-container h2, .company-card-container h3, .company-card-container h4 {
	font-size: 1.5em;
	font-weight: 700;
	float: left;
	display: inline;
}

.company-card-container h2 a, .company-card-container h3 a, .company-card-container h4 a {
	text-decoration: none;
}

.company-card-icon-link {
	float: left;
	display: inline;
	margin: 2px 0 0 5px;
}

.company-card-tag {
	font-size: 1.3em;
	float: left;
	display: inline;
	margin-top: 5px;
	color: #666;
}

.company-card-count {
	float: right;
	display: inline;
	margin: 7px 2px 0 0;
}

.company-card-screengrab {
	box-shadow: 2px 2px 5px #888888;
	margin-top: 10px;
}

/* Most Reviewed Block CSS */
.most-reviewed-wrap {
	position: relative;
	margin-top: 1px;
}

.most-reviewed-wrap, .most-reviewed-value, .most-reviewed-text {
	width: 100%; 
	height: 59px;
}

.most-reviewed-wrap, .most-reviewed-value {
	background: #E7E7E7 top left no-repeat;
}

.most-reviewed-text {
	font-size: 1.5em;
	font-weight: 700;
	position: absolute;
  top:0; left:0;
  width: 100%;
	padding: 10px 0 0 10px;
	line-height: 1.3;
}

.most-reviewed-text a, .most-reviewed-count a {
	text-decoration: none;
}

.most-reviewed-text span {
	font-size: 0.8em;
	font-weight: 300;
}

.most-reviewed-icon-link {
	margin: 0 0 0 5px;
}

.most-reviewed-count {
	background: url("../images/generic/speech-bubble.png");
	position: absolute;
  top: 9px; right: 10px;
	width: 45px;
	height: 41px;
}

.most-reviewed-count p {
	margin-top: 3px;
	text-align: center;
	line-height: 1.1;
}

.most-reviewed-count p span {
	font-size: 1.7em;
	font-weight: 400;
}

/* Widgets CSS */
.widget-title {
	background: #E7E7E7;
	font-size: 3em;
	padding: 10px;
}

/* Pager CSS */
.pager-container {
	
}

.pager-location {
	font-size: 1.4em;
	float: left;
	display: inline;
	margin: 15px 0 0 10px;
}

.pager-location-center {
	font-size: 1.4em;
	margin: 15px 0 0 10px;
	text-align: center;
	color: #999;
}

.pager-controls {
	font-size: 1.4em;
	float: right;
	display: inline;
	margin: 15px 10px 0 0;
	height: 20px;
}

.pager-controls a, .pager-controls span {
	margin-left: 5px;
}

.pager-controls a {
	text-decoration: underline;
}

/**** 404 and Error Things ****/

.error_wrapper {
  text-align: center;
}

.error_container {
  width: 650px;
	margin: 0 auto;  	
}
	
.error_container h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 5px;
}
	
.error_container p 
{
	margin: 5px 0 10px 0;
	font-size: 13px;
}
	
.error_container i 
{
	font-style:italic;
	font-size: 10px;
	display: block;
}
	
.error_container a
{
	color: #3176a6;
}
	
.error_container img
{
  margin: 0 40px 0 0;
}

.error_container i
{
  margin: 5px 5px 0 0;
  font-size: 11px;
}

#image
{
  margin: 20px 0 20px 0;
}

/* Twitter Block Overrides */
.twitter-header {
	margin-top: 10px;
}

.twtr-hd {
	display: none !important;
}

.twtr-widget {
	z-index: 1;
}

.twtr-widget .twtr-tweet {
	border-bottom: 1px solid #F2F2F2 !important;
}

.twtr-widget .twtr-tweet-text p {
	width: 250px !important;
	margin: 5px 0 5px 12px !important;
	line-height: 1.7 !important;
}

.twtr-ft {
	display: none !important;
}

/* HTML Button CSS */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 15px 14px 17px 14px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  background-color: #87b7d6;
  background-image: -moz-linear-gradient(top, #87b7d6, #3176a6);
  background-image: -ms-linear-gradient(top, #87b7d6, #3176a6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87b7d6), to(#3176a6));
  background-image: -webkit-linear-gradient(top, #87b7d6, #3176a6);
  background-image: -o-linear-gradient(top, #87b7d6, #3176a6);
  background-image: linear-gradient(top, #87b7d6, #3176a6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87b7d6', endColorstr='#3176a6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
  text-decoration: none;
}

.btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #3176a6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn-top {
	padding: 18px 14px 20px 14px;
	background-color: #87b7d6;
  background-image: -moz-linear-gradient(top, #87b7d6, #3176a6);
  background-image: -ms-linear-gradient(top, #87b7d6, #3176a6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87b7d6), to(#3176a6));
  background-image: -webkit-linear-gradient(top, #87b7d6, #3176a6);
  background-image: -o-linear-gradient(top, #87b7d6, #3176a6);
  background-image: linear-gradient(top, #87b7d6, #3176a6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87b7d6', endColorstr='#3176a6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-facebook 
{
	background-color: #5872A7;
  background-image: -moz-linear-gradient(top, #798EB9, #5872A7);
  background-image: -ms-linear-gradient(top, #798EB9, #5872A7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#798EB9), to(#5872A7));
  background-image: -webkit-linear-gradient(top, #798EB9, #5872A7);
  background-image: -o-linear-gradient(top, #798EB9, #5872A7);
  background-image: linear-gradient(top, #798EB9, #5872A7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#798EB9', endColorstr='#5872A7', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  margin: 0 0 0 10px;
}

.btn-facebook:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #5872A7;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* Most Popular Top 5 Widget */
.most-popular-icon-link {
	margin: 7px 0 0 7px;
}

.most-popular-wrap {
	position: relative;
	margin-top: 1px;
}

.most-popular-wrap {
	background: #E7E7E7 top left no-repeat;
	width: 100%; 
	height: 59px;
}

.most-popular-text {
	font-size: 1.5em;
	font-weight: 700;
	position: absolute;
  top:0; 
  left:0;
  width: 100%;
	padding: 10px 0 0 10px;
	line-height: 1.3;
}

.most-popular-text a, .most-popular-count a {
	text-decoration: none;
}

.most-popular-text span {
	font-size: 0.8em;
	font-weight: 300;
}

.rankbadge-small {
  background: url("../images/mostpopular/rankbadge-small.png") repeat scroll 0 0 transparent;
  float: right;
  display: inline;
  height: 40px;
  width: 24px;
  margin: 8px 15px 0 0;
  line-height: 1.1;
}

.rankbadge-small span {
  color: #666666;
  position: absolute;
  font-size: 1.5em;
  font-weight: 700;
  margin: 3px 0 0 8px;
  width: 32px;
}

/* Get Listed Modal */
#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background:url('/images/generic/bg-50.gif'); border:8px solid #444; padding: 40px 60px 40px 60px;}

#simplemodal-container a.modalCloseImg {
	background:url(/images/get-listed/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

#simplemodal-getlisted {
	display: none;
}

.modal {
	width: 300px;
	display: none;
}

.get-listed-modal {
	width: 300px;
	display: none;
}

.get-listed-left-container {
	width: 300px; 
	float: left; 
	display: inline;
}

.get-listed-right-container {
	width: 300px; 
	float: left; 
	display: inline;
}

.get-listed-split {
	background: #333; 
	height: 426px; 
	width: 1px; 
	float: left; 
	display: inline; 
	margin: 0 40px 0 40px;
}

.get-listed-section {
	padding-bottom: 0px;
}

.modal span.title, .get-listed-modal span.title {
	font-size: 2.8em;
	font-weight: 400;
	color: #333;
}

.get-listed-modal p {
	font-size: 1.3em;
	font-weight: 400;
	margin: 10px 0 0 0;
	line-height: 1.2;
}

.modal span.label, .get-listed-modal span.label, .buyer-login-modal span.label {
	font-size: 1.4em;
	font-weight: 400;
	color: #333;
	line-height: 1.2;
}

.modal .formfield-container, .get-listed-modal .formfield-container, .buyer-login-modal .formfield-container {
	position: relative;
}

.get-listed-modal select {
	background: #f4f1e2;
	font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	width: 300px;
	border: 1px solid #999;
}

.modal input.formfield, .get-listed-modal input, .buyer-login-modal input {
	background: #f4f1e2;
	font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	width: 290px;
	padding: 4px;
	border: 1px solid #999;
}

.get-listed-modal input.formfield-half {
	width: 135px;
}

.get-listed-modal input.formfield-website-url {
	width: 290px;
	color: green;
}

.get-listed-modal input.formfield-website-url::-webkit-input-placeholder {
	color: #666;
}

.get-listed-modal input.formfield-website-url:-moz-placeholder {
	color: #666;
}

.get-listed-modal textarea {
	background: #f4f1e2;
	font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	width: 290px;
	height: 69px;
	padding: 4px;
	border: 1px solid #999;
	resize: none;
	line-height: 1.3;
}

.get-listed-modal .charcount-container {
	float: right; 
	display: inline;
	margin-top: 3px;
}

.get-listed-modal #charcount {
	
}

.get-listed-modal .logo {
	float: right;
	display: inline;
	margin-top: 20px;
}

.modal .btn, .get-listed-modal .btn-get-listed {
	font-size: 2em;
	font-weight: 400;
	width: 270px;
	margin-top: 40px;
}

/* Buyer Login Modal CSS */
.buyer-login-modal {
	width: 300px;
	display: none;
}

/* creates speech bubble */
.triangle-isosceles {
	background:#BD362F; /* default background for browsers without gradient support */
	font-size: 1.3em;
	font-weight: 700;
	position:absolute;
	width: 215px;
	top: 0;
	right: -265px;
	padding: 9px 15px 10px 15px;
	color:#FFF;
	line-height: 1.4;
	/* css3 */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.triangle-isosceles.left {
	margin-left:18px;
}

.triangle-isosceles.right {
	right: 0;
	left: -265px;
	margin-right:18px;
}

.triangle-isosceles.info {
	background:#3A87AD;
}

/* creates triangle */
.triangle-isosceles:after {
	content:"";
	position:absolute;
	border-style:solid;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.triangle-isosceles.left:after {
	top:8px; /* controls vertical position */
	left:-13px; /* value = - border-left-width - border-right-width */
	bottom:auto;
	border-width:7px 13px 7px 0; /* change the height (thickness) of the triangle */
	border-color:transparent #BD362F;
}

.triangle-isosceles.right:after {
	top:8px; /* controls vertical position */
	right:-13px; /* value = - border-left-width - border-right-width */
	bottom:auto;
	border-width:7px 0 7px 13px; /* change the height (thickness) of the triangle */
	border-color:transparent #BD362F;
}

.triangle-isosceles.info:after {
	border-color:transparent #3A87AD;
}

#tooltip-service {
	display: none;
}

#tooltip-company-name {
	display: none;
}

#tooltip-service-description {
	display: none;
}

#tooltip-website-url {
	display: none;
}

#tooltip-first-name {
	display: none;
}

#tooltip-last-name {
	display: none;
}

#tooltip-email-address {
	display: none;
}

#tooltip-twitter-handle {
	display: none;
}

/*Profile Modal */
.full-profile-link {
	font-size: 1.2em; 
	float: right; 
	display: inline; 
	margin-top: 10px;
}

/*Responsive Company Tiles */
.responsive-rectangle-container {
 box-sizing: border-box;
 position: relative;
}

 .responsive-rectangle-container:first-child {
  margin-right: 20px;
 }

.responsive-rectangle-container a {
  width: 100%; 
  height: 100%;
 }

 .responsive-rectangle-container img {
  width: 100%; 
  height: 100%;
 }

 .responsive-rectangle-container .responsive-rectangle-footer {
  background: #333;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
	display: none;
 }

  .responsive-rectangle-container .responsive-rectangle-footer span {
   font-size: 1.6em; 
   font-weight: 700;
   margin: 15px 0 0 15px; 
   float: left;
   color: #fff;
  }

  .responsive-rectangle-container .responsive-rectangle-footer .stars-container {
   float: right;
   margin: 15px 15px 0 0;
  }

/* Media Queries */
@media (max-width: 1024px) {
	.header-nav-container {
		display: none;
	}

	a.logo {
		margin: 7px 50px 0 10px;
	}

	.btn-mobile-menu {
		background: #3a759b;
    position: absolute;
		display: inline;
		top: 25px;
		right: 10px;
    padding: 10px;
    border-radius: 2px;
    color: #fff;
	}
}

@media (max-width: 768px) {

	#footer {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	#footer ul.footer-links {
		width: 100%;
		border-bottom: none;
	}

	#footer ul.footer-links li {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
		border-right: none;
	}

		#footer ul.footer-links li a {
			width: 100%;
			display: block;
			padding: 20px 0;
			border-bottom: 1px solid #ccc;
		}

		#footer ul.footer-links li.footer-item-icon {
			display: none;
		}

	.direct-text-links {
		margin: 10px 0 10px 0;
		line-height: 2;
	}

}

@media (max-width: 480px) {

	a.logo {
		margin-top: 12px;
	}

}

@media (max-width: 320px) {

	a.logo {
		margin-top: 17px;
	}

}