@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

html, body {
	overflow-x: hidden;
}
body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #e2e2e2;
}
#page {
	background: #fff;
}
.container {
	max-width: 1200px;
	width: 100% !important
}
form input:not([type=submit]):not([type=checkbox]) {
	height:46px;
}
form input[type=text], form textarea, form input[type=email] {
	box-shadow: none;
	border: 1px solid #bbb;
	border-radius: 5px;
	margin-bottom: 10px;
	width: 100%;
}
form span::before {
	font-family: fontAwesome;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
form span.your-name::before, form span.last-name::before {
    content: '\f007';
}
form span.c_name::before {
	content: '\f1ad';
}
form span.street, form span.city, form span.state, form span.zip, form span.address {
	display: block;
}
form span.street::before, form span.city::before, form span.state::before, form span.zip::before, form span.address::before {
	content: '\f041';
}
form span.your-email::before, form span.email-485::before {
	content: '\f0e0';
}
form span.phone::before, form span.phone2::before, form span.text-538::before {
	content: '\f095';
}
form span.your-message textarea {
	height: 102px;
}
form .nomargin p {
	margin-bottom: 0px;
}
form input[type=checkbox], form input[type=radio] {
	margin: 0px 4px 0 0;
}
/****/
#comments #respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	margin: 1.625em auto;
	padding: 1.625em;
	position: relative;
	max-width: 810px;
	width: 100%
}
#comments #respond p {
	margin-bottom: 0
}
#comments #respond p.comment-notes {
	margin: 0 0 20px
}
#comments form textarea {
	height: auto;
}
/*#comments #respond input[type="text"], #comments #respond textarea {
	background: #fff;
	border: 4px solid #eee;
	border-radius: 5px;
	position: relative;
	padding: 10px;
	text-indent: 80px;

	-webkit-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
}

#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
	position: relative;
}

#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}

#respond input[type="text"]:focus, #respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}

#respond .comment-form-author .required, #respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	z-index: 1;
}

#respond .comment-notes, #respond .logged-in-as {
	font-size: 13px;
}



#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}

#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	width: auto;
	height: auto;
}

#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}

#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}

#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}

#comments * #reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}

#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
	color: #ff4b33;
}

#respond label {
	line-height: 2.2em;
}

#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}

#respond p {
	font-size: 12px;
}

p.comment-form-comment {
	margin: 0;
}

.form-allowed-tags {
	display: none;
}*/
#access {
	clear: both;
	display: block;
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	position: relative;
	line-height: 50px;
}
#access a:not(.pay) {
	color: #727272;
	font-family: 'MyriadProBold';
	font-size: 16px;
	padding: 0 10px 0;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 9999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover>a, #access ul ul :hover>a, #access a:focus {}
#access li:hover>a, #access a:focus {
	color: #d61f25;
}
#access ul li:hover>ul {
	display: block;
}
#access  .current-menu-item>a, #access .current-menu-ancestor>a, #access .current_page_item>a, #access .current_page_ancestor>a {
	font-weight: bold;
	color: #D61F25;
}
.nav-outer .container {
	background: rgba(102,102,102,0.1)
}
.home-logo {
	background: #181818;
	padding: 10px 0
}
.home-logo ul {
	margin: 0;
}
.home-logo .aff {
	color: #fff;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	margin-top: 10px;
}
.fot {
	padding-top: 15px
}
.f-left p {
	font-family: arial;
	color: #666;
	font-size: 13px;
}
#copyright-2 .web {
	font-family: arial;
	font-size: 13px;
	color: #666666;
	margin: 0 
}
#copyright-2 .web a img {
	margin: 0
}
#page-heading-con {
	background: #1F1F1F;
	margin-top: 20px;
}
.widget, .widget1 {
	padding: 3px;
}
input#searchsubmit {
	display: none;
}
input#s {
	padding: 5px
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}
#main {
	clear: both;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	width: 100%;
}
body.category #main {
	padding: 30px 0 0;
}
body.category-blog #main {
	padding: 30px 15px 0;
}
#primary {
	float: left;
	margin: 0;
	width: 100%;
}
#secondary {
	float: left;
	width: 25%;
}
.r-right1 span img {
	display: inline-block;
	vertical-align: baseline;
}
#content {
	margin: 15px 0;
	width: auto;
}
#main {
	position: relative;
}
body.category-blog .entry-header .comments-link a {
	display: none !important
}

body.category-blog #primary {
	padding-right: 15px
}
/* October 10 | SSTech Blog */
.home-right {
    display: none !important;
}