/** Main page setup **/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font-size: 12px;
}
body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	min-width: 960px;
	background-color: #eeeeee;
	color: #292929;
}
/*#body {background:url(../img/bg.png) fixed; font-family:Helvetica, sans-serif;}*/

#out {
	bottom: 0;
	left: 100%;
	margin-top: -45px;
	margin-left: -100px;
	position: fixed;
}
/********************/

/** Common page elements **/
a {
	color: #333;
	text-decoration: underline;
	text-shadow: #fff 0px 0px 1px;
}
a:hover {
	text-decoration: none;
}
h1, .h1 {
	font-size: 28px;
	padding: 5px 0 13px;
	margin: 0 0 13px;
	background: url(../img/h-sep.png) bottom left repeat-x;

}
h2, .h2 {
	font-size: 1.3em;
	padding: 5px 0 15px;
}
h3, .h3 {
	font-size: 1.2em;
	padding: 3px 0 10px;
}
h4, .h4 {
	font-size: 1.1em;
	padding: 3px 0 10px;
}
p {
	padding: 0 0 15px 0;
	line-height: 24px;
}
ul, ol {
	padding: 10px 0 10px 20px;
}
ol {
	line-height:140%;
}
ul li {
	padding: 0 0 7px;
}
ul li span {
	line-height: 1em !important;
}
img {
	border: 0px none;
}
input {
	outline-width: 0;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background-color: #f5ecb3;
}
.errored input, .errored textarea {
	border: #ff0000 1px solid;
	color: #ff00000;
}

textarea {
	font-family: inherit;
	font-size: inherit;
}
/********************/

/** Common classes **/
.c {
	clear: both;
}
.hide, .h {
	display: none;
}
.fhide {
	display: none !important;
}
.aright {
	text-align: right;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.note {
	font-size: 0.9em;
	font-style: italic;
}
.auto-show-nl-signup {
	display: none;
}

.successmessage, .errormessage {
	border: #000 1px solid;
	padding: 5px 5px 0px;
}
.successmessage p, .errormessage p {
	padding: 0 0 5px;
}
.successmessage {
	color: #060;
	border: #060 1px solid;
}
.errormessage {
	color: #900;
	border: #900 1px solid;
}

.vwrap {
	position: relative;
	padding-bottom: 56.5%; 
	width: 100%;
	height: 0;
	margin:5px 0 20px;
}
.vwrap object,
.vwrap embed,
.vwrap iframe  {
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 .btn {background:url(../img/btn-01-right.png) top right no-repeat; height:40px; display:inline-block; padding:0 4px 0 0;
 color:#fff; text-shadow:#000 1px 1px 0px; text-decoration:none;}
 .btn span, .btn .btnin {display:inline-block; background:url(../img/btn-01.png) no-repeat; padding:13px 9px 17px; font-size:13px; height:13px; line-height:13px;}
 .btn:hover {background-position:right -101px;}
 .btn:hover span {background-position:left -101px;}

 .btn span.icon {padding:none; height:43px;}
 .btn span.icon.arrow-right span { background:url(../img/icon-arrow-right.png) right 12px no-repeat; padding:13px 35px 17px  14px;
 height:13px; margin:0 10px 0 0;}
 .btn span.icon.arrow-right {padding:0px;}
 .btn span.icon.arrow-left span { background:url(../img/icon-arrow-left.png) left 12px no-repeat; padding:15px 14px 15px  35px;
 height:13px; margin:0 0px 0 12px;}
 .btn span.icon.arrow-left {padding:0px;}
 **/

.btn {
	background: #7e0c0b;
	border-radius: 4px;
	font-size: inherit;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #fff;
	padding: 10px 12px;
	text-shadow: none;
	text-decoration: none;
	font-size: inherit;
	font-weight: normal;
}

.btn.service-three-btn {
	background:#067B25; 
	color:#fff;
	text-decoration:none !important;
	padding:3px 6px;
	margin-top:3px;
	float:right;
}

.btn span {
	margin: 0;
	padding: 0;
	background: none;
	font-weight: normal;
}
.btn:hover {
	background: #9d1917;
}

.btn-02 {
	background: none;;
	height: 40px;
	display: inline-block;
	padding: 0 4px 0 0;
	color: #4d4d4d;
	text-shadow: #fff 1px 1px 0px;
	font-weight: bold;
	text-decoration: underline;
}
.btn-02 span, .btn-02 .btnin {
	display: inline-block;
	background: none;;
	padding: 15px 9px;
	font-size: 13px;
	height: 13px;
	line-height: 13px;
	text-decoration: underline;
}
.btn-02:hover {
	background-position: right -75px;
}
.btn-02:hover span, .btn-02:hover .btnin {
	background-position: left -75px;
}

.headspacer.portfolio {
	height: 15px;
	overflow: hidden;
}

.mob800 {
	display: none;
}

.flexiform {
}
.flexiform .successmessage {
	display: none;
	margin-bottom: 10px;
	font-size: 1.3em;
	text-align: center;
}
.flexiform .errormessage {
	display: none;
	margin-bottom: 10px;
}
.flexiform form input[type=text] {
	width: 93%;
	padding: 10px;
	border: #212121 1px solid !important;
}
.flexiform form select {
	width: 93%;
	padding: 10px
}
.flexiform form label {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0 3px;
}
.flexiform form textarea {
	width: 93%;
	padding: 10px;
}
.flexiform form .btncont {
	text-align: right;
	width: 96%;
}
.flexiform .errored input, .flexiform  .errored textarea {
	border: #212121 1px solid !important;
	color: #ff00000 !important;
}
.flexiform .btncontainer {
	text-align: right;
}

/********************/

.top-nav {
	float: right;
	font-weight: bold;
	padding: 7px 0 0 0;
	position: relative;
	z-index: 41;
	display: none;
}
.top-nav ul {
	list-style: none;
	padding: 0;
	display: inline-block;
	margin: 3px 0 0 0;
}
.top-nav ul li {
	display: inline-block;
	background: url(../img/topnav-sep.jpg) top right no-repeat;
	background-position: right 4px;
	padding: 0 2px 0 0;
}
.top-nav ul li a {
	display: inline-block;
	color: #4d4d4d;
	padding: 0 6px 0 4px;
	text-decoration: none;
}
.top-nav ul li a:hover {
	text-decoration: underline;
}

#head-search {
	display: inline-block;
	vertical-align: top;
	width: 10px;
	overflow: hidden;
	margin: 0 0 0 2px;
}
#head-search .scont {
	width: 130px;
	float: right;
}
#head-search form {
	float: left;
}
#head-search form input {
	font-size: 11px;
	margin: 2px 0 0 0;
	padding: 1px;
	width: 110px;
}
#head-search a {
	background: url(../img/search-icon-small.png);
	width: 9px;
	height: 10px;
	float: right;
	display: block;
	padding: 0;
	margin: 6px 0 0 0;
}
#head-search a span {
	display: none;
}

/** navigation drop down **/
.primary-nav {
	font-size: 0px;
	float: right;
	clear: right;
	padding: 30px 0 0 0;
	position: relative;
	z-index: 60;
	width: 600px;
	text-align: right;
	position: relative;
}
.primary-nav a {
	padding: 5px 10px;
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	text-shadow: none;
}
.primary-nav li {
	font-size: 20px;
	padding: 0;
}
.primary-nav ul {
	list-style: none;
	padding: 0;
	display: block;
	position: relative;
	z-index: 60;
}
.primary-nav ul a {
	display: inline-block;
	margin: 0 0 10px;
	text-decoration: none;
}
.primary-nav ul a:hover {
	text-decoration: underline;
}
.primary-nav ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
	z-index: 60;
}

.primary-nav ul > li:last-child  a {

	
	color:#fff;
	background:#067B25;
	border:#067B25 1px solid;
	
	
	border-radius: 4px;
	padding:5px 10px;
	margin-left:15px; 
	font-size:18px;
}


.primary-nav ul > li:last-child  a:hover {
	color:#fff;
	background:#7e0c0b;
	border:#fff 2px solid;
	text-decoration:none;
}


.primary-nav ul li ul {
	position: absolute;
	width: 200px;
	background: #e9e9e9;
	display: none;
	border: #4d4d4d 1px solid;
	z-index: 60;
	top: 35px;
	left: 0;
}
.primary-nav ul li:hover ul {/**display:block;**/
}
.primary-nav ul li ul li {
	display: block;
	width: auto;
	padding: 0px;
	text-align: left;
}
.primary-nav ul li ul li a, .primary-nav ul li ul li:last-child a {
	font-size: 15px;
	padding: 5px 10px;
	margin: 0;
	background:#eaeaea;
	display: block;
	color: #292929;
	
	border:none;
	
}
.primary-nav ul li ul li a:hover, .primary-nav ul li ul li:last-child a:hover  {
	background: #4d4d4d;
	color: #f1f1f1;
	text-shadow: none;
	text-decoration: none;
	border:none;
	border-radius:none;
}

/********************/

/** Common Form Styling **/
form {
}
label {
	display: block;
}
input[type=text], input[type=password], select{
	border: #212121 1px solid;
	padding: 10px;
}
textarea {
	border: #212121 1px solid;
	padding: 10px;
}
/********************/

#wrap-04 {
	min-height: 500px;

	overflow: visible;
	
	background:#F7EAEA;
	background: #EAEAEA;
}
/*#wrap-01 {background:url(../img/page-border.png) top right repeat-y; padding:0 8px 0 0;}
 #wrap-02 {background:url(../img/page-border.png) top left repeat-y; padding:0 0 0 8px;}*/
#wrap-03 {
	
}
#wrap-04 {
}
#brdr-btm {
	height: 8px;
	background: url(../img/page-border.png) repeat-x;
	font-size: 0px;
}

#head {
	width: 1000px;
	margin: 0 auto;
	z-index: 60;
	position: relative;
	height: 94px;
}
#head .logo {
	float: left;
	width: 310px;
	padding: 15px 0 0 0;
}

.head-container {
	background-color: #7e0c0b;
	z-index: 9000 !important;
}
.head-spacing {
	height: 94px;
	width: 100%;
	background-color: #7e0c0b;
}
.header--fixed {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0;
}
.animated {
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes slideUp {
0% {
-webkit-transform: translateY(0);
}

100% {
-webkit-transform: translateY(-100%);
}
}

@-moz-keyframes slideUp {
0% {
-moz-transform: translateY(0);
}

100% {
-moz-transform: translateY(-100%);
}
}

@-o-keyframes slideUp {
0% {
-o-transform: translateY(0);
}

100% {
-o-transform: translateY(-100%);
}
}

@keyframes slideUp {
0% {
transform: translateY(0);
}

100% {
transform: translateY(-100%);
}
}

.animated.slideUp {
	-webkit-animation-name: slideUp;
	-moz-animation-name: slideUp;
	-o-animation-name: slideUp;
	animation-name: slideUp;
}
@-webkit-keyframes slideDown {
0% {
-webkit-transform: translateY(-100%);
}

100% {
-webkit-transform: translateY(0);
}
}

@-moz-keyframes slideDown {
0% {
-moz-transform: translateY(-100%);
}

100% {
-moz-transform: translateY(0);
}
}

@-o-keyframes slideDown {
0% {
-o-transform: translateY(-100%);
}

100% {
-o-transform: translateY(0);
}
}

@keyframes slideDown {
0% {
transform: translateY(-100%);
}

100% {
transform: translateY(0);
}
}
.head-container.animated.slideDown {
	-webkit-animation-name: slideDown;
	-moz-animation-name: slideDown;
	-o-animation-name: slideDown;
	animation-name: slideDown;
}

#popoutNav {
	height: 32px;
	background: url(../img/page-border.png) top left repeat;
	position: fixed;
	top: -50px;
	left: 0;
	width: 100%;
	z-index: 9990;
	border: #3e0707 0px solid;
	border-width: 0 0 1px;
}
#popoutNav .cont {
	width: 1000px;
	margin: 0 auto;
	padding: 2px 0px;
}
#popoutNav img {
	float: left;
}
#popoutNav ul {
	width: 700px;
	float: right;
}
#popoutNav a {
	padding: 6px 0px 8px 20px;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-shadow: none;
}
#popoutNav li {
	font-size: 12px;
	padding: 0;
}
#popoutNav ul {
	list-style: none;
	padding: 0;
	display: block;
	position: relative;
	text-align: right;
}
#popoutNav ul a {
	display: inline-block;
	font-size: 13px;
	margin: 0 0 0px;
	text-decoration: none;
}
#popoutNav ul a:hover {
	text-decoration: underline;
}
#popoutNav ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
}
#popoutNav ul li ul {
	position: absolute;
	width: 250px;
	background: #800908;
	display: none;
	border: #000 1px solid;
	text-align: left;
	top: 30px;
	left: 0;
}
#popoutNav ul li:hover ul {/**display:block;**/
}
#popoutNav ul li ul li {
	display: block;
	width: auto;
	padding: 0px;
}
#popoutNav ul li ul li a {
	font-size: 13px;
	padding: 5px 10px;
	margin: 0;
	display: block;
}
#popoutNav ul li ul li a:hover {
	background: #500504;
	color: #f1f1f1;
	text-shadow: none;
	text-decoration: none;
}

.mob-head-spacing {
	height: 0px;
}
#mobhead {
	background-color: #7e0c0b;
	padding: 5px 0 3px 0;
	display: none;
	border: #000 0px solid;
	border-width: 0 0 1px;
	margin: 0 0 15px;
	z-index: 1000;
}
#mobhead img {
	float: right;
	max-width:191px;
	height:auto;
	margin: 12px 8px 0 0;
}
#mobhead .mobmenu {
	background-image: url(../img/mobile-nav-icon.png);
	background-repeat: no-repeat;
	background-position-x: 4px;
	background-position-y: 13px;
	padding-top: 4px;
	width: 80px;
	height: 50px;
	display: block;
	font-size: 16px;
	text-shadow: none;
	color: #dfdcdc;
	margin-left: 8px;
}
#mobhead a.mobmenu {
	text-decoration: none;
}
#mobhead .mobmenu span {
	display: block;
	padding: 13px 0 0 40px;
}

/** Mobile navigation styles **/

#mobileNav {

	background: #333;
	width: 72%;
	display: none;
	min-height: 100%;
	height: auto !important;
}

#mobileNav h1 {
	border: #999999 0px solid;
	border-width: 1px 0 1px 0;
	margin: 30px 0 10px;
	padding: 10px 0px;
	background: #dddddd;
}

#mobileNav .primary-nav-list ul {
	padding: 0px 0 0 0;
	margin: 0;
	list-style: none;
}
#mobileNav .primary-nav-list ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobileNav .primary-nav-list ul li a {
	padding: 18px 12px;
	margin: 0;
	display: block;
	border: #959595 0px solid;
	text-shadow: none;
	font-size: 17px;
	border-width: 0 0 1px 0;
	text-decoration: none;
	background: #333;
	color: #fff;
}
#mobileNav .primary-nav-list ul li a:hover {
	text-decoration: underline;
}
#mobileNav .primary-nav-list ul li ul {
	padding: 0;
	margin: 0;
}
#mobileNav .primary-nav-list ul li ul li a {
	padding: 18px 12px 18px 30px;
}

#mobileNav .scont {
	height: 42px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6e6e6e), color-stop(1, #2b2b2b));
}

#mobileNav .scont a {
	text-shadow: none;
	color: #fff;
	float: right;
	padding: 0 0px 0 0px;
	width: 30px;
	height: 30px;
	display: block;
	background: url(../img/search-icon-invert.png) top right no-repeat;
	margin-top: -3px;
	float: left;
}
#mobileNav .scont a span {
	display: none
}
#mobileNav .scont form {
	padding: 7px 5px 5px;
}
#mobileNav .scont form input {
	float: left;
	border: #1c1c1c 1px solid;
	border-radius: 15px;
	width: 65%;
}

#mobilecontact {
	display: none;
}
.mobilecontact {
	text-align: center;
}
.mobilecontact ul {
	padding: 10px;
	margin: 0;
	list-style: none;
	text-align: center;
	font-size: 14px;
	color: #000;
}
.mobilecontact ul li {
	padding: 0 0 10px;
}
.mobilecontact ul li span {
	display: block;
	font-weight: bold;
	padding: 0 0 5px;
}
.mobilecontact ul li a {
	text-shadow: none;
	text-decoration: underline;
}

#mobilecontactform {
	text-align: center;
}

#mobilecontactform label {
	display: none;
}
#mobilecontactform .successmessage, #mobilecontactform .errormessage {
	border: 0px none;
	padding: 10px;
	font-size: 10px;
	display: none !important;
}
#mobilecontactform input, #mobilecontactform textarea {
	width: 85%;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
}
#mobilecontactform .errored input, #mobilecontactform .errored textarea {
	border: #ff0400 1px solid;
	color: #ff0400;
}

/** End mobile navigation styles **/

.section {
	padding: 20px 0; /*text-shadow:#fff 1px 1px 0px;*/
}
.section .cont {
	width: 1000px;
	margin: 0 auto;
}
.section .watermark {
	position: relative;
	float: right;
}
.section .watermark div {
	background: url(../img/box-flame.png) bottom right no-repeat;
	height: 88px;
	width: 166px;
	background-position: right bottom;
	position: absolute;
	top: -88px;
	left: -330px;
	z-index: 5;
}
.section.statement {
}
.section.statement .top {
	background: url(../img/1000-box.png) top left no-repeat;
	display:none;
	height: 3px;
}
.section.statement .btm {
	background: url(../img/1000-box.png) bottom left no-repeat;
	display:none;
	height: 4px;
}
.section.statement .mid {
	background: url(../img/1000-box-mid.png) top left repeat-y;
	background:#fff;
	border-radius:4px;
	padding: 10px 15px;
}
.section.statement .btn {
	float: right;
	margin: 20px 10px 0 10px;
	z-index: 7;
	position: relative
}
.section.statement h1 {
	padding: 0 0 7px;
	margin: 0;
	z-index: 6;
	position: relative;
	font-size: 18px;
	border: none;
	background: none;
}
.section.statement h2 {
	padding: 0 0 7px;
	z-index: 6;
	position: relative;
	font-size: 18px;
}
.section.statement p {
	line-height: 160%;
	margin: 0;
	padding: 0 0 5px;
	z-index: 6;
	position: relative;
	font-size: 14px;
}

.section.thirds {
	padding: 0 0 20px;
}
.section.thirds .col {
	width: 310px;
	float: right;
	min-height: 100px;
}
.section.thirds .col.first {
	margin: 0;
	float: left;
}
.section.thirds .col.last {
	margin: 0 35px 0 0;
	float: right;
}

.section table {
}
.section table tr td {
	padding: 3px;
}

.box-310 {
	width: 310px;
}
.box-310 .top, .box-310 .btm {
	background: url(../img/310-box.png) top left no-repeat;
	background:none;
	height: 4px;
}
.box-310 .btm {
	background-position: bottom left;
}
.box-310 .mid {
	background: url(../img/310-box-mid.png) top left repeat-y;
	background:none;
	min-height: 100px;
	padding: 6px 15px;
}
.box-310 .mid img {
	display: block;
	width: 98%;
	border: #949493 1px solid;
	margin: 0 auto;
	height: auto;
}

.box-270 {
	width: 270px;
	margin: 0 0 25px;
	text-align: center;
}
.box-270 .top, .box-270 .btm {
	background: url(../img/270-box.png) top left no-repeat;
	background:none;
	height: 4px;
}
.box-270 .btm {
	background-position: bottom left;
}
.box-270 .mid {
	background: url(../img/270-box-mid.png) top left repeat-y;
	min-height: 20px;
	padding: 6px 15px;
	background:none;
}
.box-270 .mid img {
	display: block;
	width: 98%;
	margin: 0 auto;
	height: auto;
}

.box-270 h1 {
	font-size: 20px;
	margin-bottom: 20px;
}

.box-270 .mid img {
	border: #949493 1px solid;
	margin: 0 auto 10px;
	display: block;
}
.box-270 .mid img.csimg {
	border: #949493 1px solid;
	margin: 0 auto 10px;
	display: block;
}

.box-270.shares {
	text-align: center;
}

.section.thirds .box-310 {
	float: left;
}
.section.thirds .box-310 .mid {
	padding: 0;
}

.section.paper-downloader {background:#eaeaea;}

	.section.paper-downloader .title-area {font-size:18px;}
	.section.paper-downloader .title-area h1 {font-size:50px; background:none;}

	.section.paper-downloader .left-container {width:55%; float:left;}
	.section.paper-downloader .right-container {width:40%; float:right;}
	.section.paper-downloader .right-container img {width:100%; height:auto;}

	.section.paper-downloader .after-download {display:none; font-size:18px;}
	.section.paper-downloader .after-download h1 {font-size:50px; background:none;}
	
	.section.paper-downloader form {padding-top:15px;}
	.section.paper-downloader input[type=text] {width:80%; font-size:22px;}
	.section.paper-downloader label {font-weight:bold;}
	
	.section.paper-downloader .btn {font-size:22px; margin-top:10px;}
	.section.paper-downloader .errormessage {display:none;}
	.section.paper-downloader .successmessage {display:none;}
	
	.section.paper-downloader .paper-description { font-size:18px; padding-top:40px;}

.onbg {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	font-size: 16px;
	line-height: 24px;
}
.onbg p {
	margin: 0;
	padding: 0 0 10px;
}

.box-700 {
	width: 700px;
	margin: 0 0 25px;
}

.box-700 img {max-width:100%; height:auto;}

.box-700 .top, .box-700 .btm {
	background: url(../img/700-box.png) top left no-repeat;
	height: 4px;
	display:none;
}
.box-700 .top {
	min-height: 4px;
	height: auto !important;
	height: 4px;
}
.box-700 .btm {
	background-position: bottom left;
}
.box-700 .mid {
	background: url(../img/700-box-mid.png) top left repeat-y;
	background:#fff;
	padding: 15px 15px 6px;
	border-width:0px solid;
	border-radius:4px;
}

.box-700 .top h1 {
	margin: 0;
	padding: 10px 15px;
}

.box-700 .imgcont {
	font-size: 0px;
	position: relative;
	height: 300px;
}

.box-700 .imgcont .frame {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 300px;
	z-index: 30;
	background: url(../img/frames/700x300-general-img-frame.png) top left no-repeat;
}

.box-700 .imgcont.notitle .frame {
	background: url(../img/frames/700x300-general-img.png) top left no-repeat;
}

.box-700 .imgcont .title {
	position: relative;
	height: 0px;
	width: 100%;
}
.box-700 .imgcont .title h1 {
	position: absolute;
	width: 100%;
	top: -52px;
	font-size: 32px;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
	border: 0px none;
	padding: 0;
	background: none;
	z-index: 40;
}
.box-700 .imgcont .title h1 span {
	padding: 0 20px;
	display: block;
}

.breadcrumb {
	margin: 0 0 25px;
}
.breadcrumb .mid {
	padding: 5px 10px;
	margin: 0;
	font-size: 11px;
}

.box-700.breadcrumb .mid {
	background:none; 
}

.box-655.breadcrumb .mid {
	background:none;
}

.box-655 img {max-width:100%; height:auto;}

.breadcrumb .mid a {
	text-decoration: none;
}
.breadcrumb .mid a:hover {
	text-decoration: underline;
}
.breadcrumb .mid a.B_currentCrumb {
	text-decoration: underline;
	font-weight: bold;
}

.box-700.breadcrumb ul, .box-655.breadcrumb ul, ul.B_crumbBox {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}
.section.three-colmn-item .item-body ul.B_crumbBox {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}

.section.three-colmn-item .item-body ul {
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 16px;
	list-style: disc;
	list-style-type: disc;
}

.section.three-colmn-item .item-body ul li {
	display: list-item;
	margin: 0 0 0 20px;
	padding: 0 0 15px 0px;;
	line-height: 24px;
	list-style: disc;
	list-style-type: disc;
}
.section.three-colmn-item .item-body ul.B_crumbBox li, .section.three-colmn-item .item-body .box-700.breadcrumb ul li, .box-700.breadcrumb ul li, .box-655.breadcrumb ul li {
	display: inline;
	margin: 0 0 0 0px;;
	padding: 0;
	list-style: none;
	line-height: 24px;
}

.breadcrumb.lessmargin {
	margin: 0 0 8px !important;
}

.box-655 {
	width: 655px;
}
.box-655 .top, .box-655 .btm {
	background: url(../img/655-box.png) top left no-repeat;
	height: 4px;
	display:none;
}
.box-655 .btm {
	background-position: bottom left;
}
.box-655 .mid {
	background: #fff;
	padding: 6px 15px;
	border-radius:4px;
}

.box-655 .imgcont {
	font-size: 0px;
	position: relative;
	
}

.box-655 .imgcont img {
	border-radius:4px 4px 0 0;
	
}


.box-655 .imgcont .frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 655px;
	height: 221px;
	z-index: 40;
	display: block;
	display:none;
}
.box-655 .imgcont .frame span {
	display: none;
}

.box-655.listitem h2 {
	margin: 0;
	padding: 3px 120px 5px 0;
}
.box-655.listitem h2 a {
	text-decoration: none;
	color: inherit;
}
.box-655.listitem h2 a:hover {
	text-decoration: underline;
}
.box-655.listitem p {
	padding-right: 150px;
}
.box-655.listitem .mid {
	position: relative;
}
.box-655.listitem .txt {
	margin-right: 120px;
}
.box-655.listitem .btn {
	float: right;
	margin-top: -60px;
	font-size: 14px;
}

.post {
}
.post h2 {
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
}
.post h2 a {
	text-decoration: none;
}
.post h2 a:hover {
	text-decoration: underline;
}
.post p.post-info {
	float: right;
	padding: 0 0 5px 10px;
}
.post p.postmeta {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	text-align: right;
	
}
.post p.postmeta .date {display:block; text-align:left; font-size:12px; font-style:italic;}

.post .article-list-img {
	font-size: 0px;
	position: relative;
}
.post .article-list-img .frame {
	width: 700px;
	height: 100px;
	background: url(../img/frames/700x100-general-img.png) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.slidebox {
	padding: 0 0 35px;
	position: relative;
}
.slidebox .sbc {
	width: 310px;
	height: 221px;
	overflow: hidden;
	position: relative
}
.slidebox .sbc .text {
	position: absolute;
	width: 310px;
	background: url(../img/overlay-red-01.png) top left repeat-x;
	text-shadow: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	height: 130px;
	top: 221px;
	left: 0;
}
.slidebox .sbc .text a {
	padding: 6px 10px 6px;
	text-align: center;
	text-shadow: #333 1px 1px 0px;
	display: block;
	color: #fff;
	text-decoration: none;
}

.slidebox .sbc .text a h2 { 
	font-size:18px;
	padding:0;
}

.slidebox .sbc .text a span {
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: 120%;
	padding: 10px 0 0 0;
}

.slidebox .sbc .text span.info {
	display: block;
	background: url(../img/info.png);
	width: 32px;
	height: 33px;
	top: -44px;;
	left: 270px;
	position: absolute;
}

.slidebox a.frame {
	display: block;
	background: url(../img/frames/310x221.png) top left no-repeat;
	width: 310px;
	height: 221px;
	position: absolute;
	z-index: 2;
	top: 0px;
}
.slidebox a.frame span {
	display: none;
}

.box-1000 {
}
.box-1000 .cont {
	width: 1000px;
	margin: 0 auto;
}
.box-1000 .top, .section.box-1000 .btm {
	background: none;
	height: 4px;
}
.box-1000 .btm {
	background-position: bottom left !important;
}
.box-1000 .mid {
	background: #fff;
	padding: 8px 0px;
	border-radius:4px;
}
.box-1000 .btnleft {
	float: left;
	margin: 0 10px;
}
.box-1000 .btnright {
	float: right;
	margin: 0 10px;
	position: relative;
	z-index: 11;
}
.box-1000 .btnright span {
	background: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.box-1000 .btnright .btnin {
	padding-top: 10px;
	padding-bottom: 20px;
}
.box-1000 h1.center {
	font-size: 26px;
	text-align: center;
	margin: 0;
	padding: 5px 0;
	background: none;
}
.box-1000 .portfolio-img {
	position: relative;
	margin: 10px 0 0 0;
	height: 338px;
}

.portfolio-cta-buttons-right {text-align:center;}
.portfolio-cta-buttons-right .btn {margin-bottom:5px;}

.box-1000 .portfolio-img img {
	border-radius:0 0 4px 4px;
}

.box-1000 .portfolio-img .frame {
	background: url(../img/frames/1000x351.png) top left no-repeat;
	width: 1000px;
	height: 351px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display:none;
}
.box-1000 .portfolio-img .btn {
	z-index: 20;
	position: absolute;
	top: 285px;
	left: 845px;
	font-size: 16px;
}

.section .cont {
	font-size: 16px;
}

.section.equal-two-col {
	padding-top: 0px;
}
.section.equal-two-col .cont {
	padding-top: 0px;
	padding-bottom: 30px;
}
.section.equal-two-col h1 {
	background: none !important;
	padding-bottom: 0px !important;
}
.section.equal-two-col .left, .section.equal-two-col .right {
	width: 490px;
	float: left;
}
.section.equal-two-col .left {
	margin-right: 20px;
}

.section.twocol {
	padding: 0;
	margin: 0;
	font-size: 16px;
	text-align: justify;
}
.section.twocol .cont {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 0px;
}

.section.twocol .box-655, .section.twocol .box-310 {
	margin: 0 0 35px;
}
.section.twocol .box-655 {
	clear: left;
}
.section.twocol .box-310 {
	text-align: center;
	clear: right;
}
.section.twocol .box-655.buttons .mid {
	height: 45px;
	padding: 20px 25px 19px;
	position: relative;
	background:none;
}
.section.twocol .box-655.buttons .flame {
	background: none;
	width: 114px;
	height: 91px;
	position: absolute;
	top: -3px;
	left: 280px;
}

.section.twocol .left {
	width: 655px;
	float: left;
}
.section.twocol .right {
	width: 310px;
	float: right;
}

.section.twocol.reverse .left {
	width: 270px;
	float: left;
}
.section.twocol.reverse .left.s310 {
	width: 310px;
	float: left;
}
.section.twocol.reverse .right {
	width: 700px;
	float: right;
}
.section.twocol.reverse .right.s655 {
	width: 655px;
	float: right;
}

.section .navigation {
	border-radius: 3px;
	border: 0px solid;
}
.section .navigation .mid {
	padding: 0;
}

.section .navigation .rootpage a {
	display: block !important;
	padding: 15px 20px;
	font-size: 13px;
	text-decoration: none;
	color: #4d4d4d;
	background: url(../img/hr-sep-light.png) bottom left repeat-x;
	text-align: right;
}
.section .navigation .rootpage.active a {
	text-decoration: underline;
	font-weight: bold;
}
.section .box-270.navigation .rootpage a {
	font-size: 13px;
}

.section .navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border-radius: 3px;
}
.section .navigation ul li {
	padding: 0;
}
.section .navigation ul li a {
	display: block !important;
	padding: 10px 10px;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	text-shadow: none;
	border: 0px solid #eeeeee;
	border-width: 0 0 1px;
	background: #7e0c0b;
	background:#595959;
}
.section .navigation ul li:last-child a {
	border-width: 0 0 0 0;
	border-radius: 0 0 4px 4px;
}
.section .navigation ul li:first-child a {
	border-radius: 4px 4px 0 0;
}

.section .navigation ul li.current a {
}
.section .box-270.navigation ul li a {
	font-size: 13px;
}
.section .navigation ul li a:hover {
	text-decoration: underline;
}
.section .navigation ul li.last a {
	background-image: none;
}

.section .navigation ul li ul {
	display: none;
}
.section .navigation ul li.current ul {
	display: block;
}
.section .navigation ul li:hover ul {
	display: block;
}
.section .navigation ul li ul li a, .section .navigation ul li.last ul li a {
	border: 0px solid #bdbdbd;
	border-width: 0 0 1px;
	border-radius: 0 0 0 0;
	background: #fff;
}
.section .navigation ul li.active a {
	text-decoration: underline;
	font-weight: bold;
}
.section .navigation ul li.active ul li a {
	text-decoration: none;
	font-weight: normal;
}
.section .navigation ul li.current ul li a, .section .navigation ul li ul li a {
	background: #fff;
	padding: 5px 10px;
	font-size: 14px;
	border: 0px solid #fff;
	border-width: 0 0 1px;
	font-weight: normal;
	color: #292929;
}
.section .navigation ul li ul li.active a {
	text-decoration: none;
	font-weight: bold;
	text-shadow: none;
	color: #7e0c0b;
}
.section .navigation ul li ul li a:hover {
	background-color: #a7a7a7;
	color: #fff;
	text-shadow: none;
}
.section .navigation ul li ul li.last a {
	background: #fff;
}
.section .navigation ul li ul li.last a:hover {
	background-color: #a7a7a7;
}

.newscategories h1 {
	margin: 0 0 20px;
}
.newscategories ul {
	list-style: none;
	padding: 0;
	font-size: 0px;
}
.newscategories ul li {
	display: inline-block;
	padding: 0;
}
.newscategories ul li a {
	display: inline-block;
	font-size: 16px;
	color: #7e0c0b;
	text-shadow: none;
	
	padding: 3px 7px;
	text-decoration: underline;
	margin: 0 2px 7px;
	border-radius: 5px;
}
.newscategories ul li a:hover {
	background: #7e0c0b;
	color:#fff;
	text-decoration: none;
}
.newscategories ul li a:hover span {

	color:#fff;
}

.hnav {
	padding: 20px 0 0 0;
}
.hnav ul {
	list-style: none;
	padding: 0;
	font-size: 0px;
}
.hnav ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.hnav ul li a {
	display: inline-block;
	padding-right: 5px;
	height: 43px;
	background: url(../img/btn-03-right.png) top right no-repeat;
	font-weight: bold;
	color: #9c9c9c;
	font-size: 17px;
	margin: 0 10px 0 0;
	text-decoration: none;
	position: relative;
}
.hnav ul li a span {
	display: inline-block;
	background: url(../img/btn-03.png) top left no-repeat;
	padding: 11px 14px 13px 19px;
}
.hnav ul li a span.arrow {
	position: absolute;
	top: 38px;
	left: 50%;
	z-index: 50;
	width: 25px;
	height: 15px;
	padding: 0;
	margin-left: -12px;
	background: url(../img/btn-btm-arrow.png) top left no-repeat;
	display: block;
}
.hnav ul li a:hover {
	text-decoration: underline !important;
	color: #595959;
}

.hnav ul li.active  a {
	color: #595959;
}

.hnav ul li ul {
	display: none;
}

.section.halves {
}
.section.halves .col {
	width: 483px;
	float: left;
}
.section.halves .col.last {
	float: right;
}

.services-item {
	width: 483px;
	height: 221px;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
}
.services-item .button .in {
	position: relative;
	float: right;
}
.services-item .button .btn {
	position: absolute;
	left: -150px;
	top: -55px;
	z-index: 20;
}
.services-item a.frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 483px;
	height: 221px;
	display: block;
	background: url(../img/frames/483x221.png) top left no-repeat;
	z-index: 15;
}
.services-item a.frame span {
	display: none;
}

.services-item .text {
	position: relative;
}

.services-item .text .in {
	position: absolute;
	top: -70px;
	left: 0px;
	height: 300px;
	width: 100%;
	z-index: 10;
	background: url(../img/services-title-bg.png) top left repeat-x;
}

.services-item .text h3 {
	padding: 22px 140px 20px 15px;
	color: #fff;
	text-shadow: #000 1px 1px 0px;
	font-size: 20px;
	border: 0px none;
}
.services-item .text p {
	padding: 0 160px 10px 15px;
	color: #fff;
	text-shadow: none;
	font-size: 13px;
	line-height: 1.3em;
}

ul.pageList {
	list-style: none;
	text-align: right;
	padding: 0 0 25px;
	font-size: 0px;
}
ul.pageList li {
	display: inline-block;
	padding: 0;
}
ul.pageList li a {
	display: inline-block;
	margin: 0 0 0 10px;
	background: #e2e2e2;
	color:#7e0c0b;
	border: #7e0c0b 2px solid;
	padding: 4px 10px;
	text-decoration: none;
	border-radius: 0px;
	font-size: 16px;
}
ul.pageList li a.active {
	background: #7e0c0b;
	text-shadow: none;
	color: #fff;
	font-weight: bold;
}

ul.pageList li a:hover {
	background:#7e0c0b;
	text-shadow:none;
	color:#fff;
}

h2.post-details {
	font-size: 14px;
	text-align: right;
	font-weight: normal
}

.quip-add-comment {
	text-align: right;
}
.quip-fld {
	padding: 0 0 5px;
	text-align: left;
}
.quip-fld label {
	font-weight: bold;
	display: block !important;
	width: 200px !important;
	text-align: left;
}
.quip-fld textarea, .quip-fld input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.quip-fld textarea {
	margin-bottom: 5px !important;
}
.quip-add-comment p {
	padding: 0 0 5px !important;
}

.portfolio-tags {
	padding: 10px 0;
	text-align: right;
	font-size: 12px;
}

.portfolio-yt {
	width: 100%;
	height: 360px;
}

#mid {
	width: 1000px;
	margin: 0 auto;
}

.home-news-feed {
	padding: 0 0 10px;
	position: relative;
	background:#fff;
	border-radius:4px;
}

.section.thirds .box-310 .mid.home-news-feed {
	background:#fff;
}

.home-news-feed .h2 {
	background: url(../img/sep-news-top.png) bottom center no-repeat;
	text-align: left;
	padding: 15px 20px;
	margin: 0 0 15px;
	font-weight: bold;
}
.home-news-feed .h2 a {
	text-decoration: none;
	color: inherit;
}
.home-news-feed .h2 a:hover {
	text-decoration: underline;
}
.home-news-feed .rss {
	background: url(../img/rss-icon.png) top right no-repeat;
	width: 21px;
	height: 21px;
	float: right;
	margin: 13px 15px 0 0;
}
.home-news-feed .rss span {
	display: none;
}
.home-news-feed .rss:hover {
	background-position: left -33px;
}

.home-news-feed .in {
	height: 397px;
	overflow: auto;
	margin: 0 8px 0 20px;
	padding: 0 15px 0 0;
}
.home-news-feed .overlay {
	display:none;
}
.home-news-feed .overlay .cont {
	background: url(../img/news-fade.png) top left no-repeat;
	width: 295px;
	height: 25px;
	position: absolute;
	top: -25px;
	z-index: 30;
}

.home-news-feed .news-item {
	background: url(../img/sep-news.png) center bottom no-repeat;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.home-news-feed .news-item h3 {
	font-size: 16px;
	padding: 0 0 5px;
}
.home-news-feed .news-item h3 a {
	color: inherit;
}
.home-news-feed .news-item {
	font-size: 14px;
	line-height: 150%;
}
.home-news-feed .news-item p {
	padding: 0 0 7px;
}
.home-news-feed .news-item .read-more {
	display: block;
	text-align: right;
	padding: 0 10px 0 0;
	font-size: 12px;
}

.fixedcont {
	position: relative;
}
#testbtn {
	position: fixed;
	z-index: 8000;
	top: 20px;
	left: 20px;
	width: 70px;
	text-align: center;
	display: block;
	background: #900;
	color: #fff;
}

.pageSplit-mid {
	background: url(../img/contact-bg.png) top center repeat-x;
}

#footspacer {
	height: 20px;
	clear: both;
	//display: none;
}
#foot {
	height: 460px;
	margin-top: -460px;
}

#foot .cont {
	position: relative;
}

#foot .social {
	background: #7e0c0b;
	height: 79px;
	padding: 1px 0;
}
#foot .social .scont {
	width: 1000px;
	margin: 0 auto;
}
#foot .social a {
	width: 330px;
	height: 79px;
	display: block;
	background: url(../img/foot-social-icons.png) top left no-repeat;
	float: left;
	background-position: 20px 15px;
}
#foot .social a span {
	display: none;
}

#foot .social a.facebook {
	background-position: 20px 15px;
}
#foot .social a.facebook:hover {
	background-position: 20px -68px;
}
#foot .social a.twitter {
	background-position: -318px 15px;
}
#foot .social a.twitter:hover {
	background-position: -318px -68px;
}
#foot .social a.linkedin {
	background-position: -654px 15px;
}
#foot .social a.linkedin:hover {
	background-position: -654px -68px;
}

#foot .social span.hsep {
	height: 79px;
	width: 2px;
	display: block;
	float: left;
	background: none;;
}

#foot .cont {
	width: 1000px;
	margin: 0 auto;
	height: 371px;
}

.foot-nav {
	width: 600px;
	float: left;
	padding: 130px 0 0 0;
}

.foot-nav .primary {
	font-size: 0px;
	clear: right;
	position: relative;
	z-index: 40;
	text-align: center;
}
.foot-nav .primary a {
	padding: 5px 10px;
	color: #4d4d4d;
	font-size: 20px;
	font-weight: normal;
}
.foot-nav .primary li {
	font-size: 20px;
	padding: 0;
}
.foot-nav .primary ul {
	list-style: none;
	padding: 0;
	display: block;
	position: relative;
}
.foot-nav .primary ul a {
	display: inline-block;
	font-size: 18px;
	margin: 0 0 0px;
	text-decoration: none;
}
.foot-nav .primary ul a:hover {
	text-decoration: underline;
}
.foot-nav .primary ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
}
.foot-nav .primary ul li ul {
	display: none;
}

.foot-nav .secondary {
	font-size: 0px;
	float: left;
	clear: right;
	position: relative;
	z-index: 40;
	text-align: center;
	width: 600px;
}
.foot-nav .secondary a {
	padding: 5px 10px;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.foot-nav .secondary a:hover {
	text-decoration: underline;
}
.foot-nav .secondary li {
	font-size: 20px;
}
.foot-nav .secondary ul {
	list-style: none;
	padding: 0;
	display: block;
	position: relative;
	display: inline-block;
}
.foot-nav .secondary ul a {
	display: inline-block;
	margin: 0 0 10px;
}
.foot-nav .secondary ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: url(../img/topnav-sep.jpg) top right no-repeat;
	background-position: right 12px;
	padding: 0 2px 0 0;
}
.foot-nav .secondary ul li ul {
	display: none;
}

#foot-search {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	overflow: hidden;
	margin: 0 0 0 3px;
}
#foot-search .scont {
	width: 160px;
	float: right;
}
#foot-search form {
	float: left;
}
#foot-search form input {
	font-size: 11px;
	margin: 4px 0 0 0;
}
#foot-search a {
	background: url(../img/search-icon.png);
	width: 19px;
	height: 24px;
	float: right;
	display: block;
	padding: 0;
	margin: 4px 0 0 0;
}
#foot-search a span {
	display: none;
}

.foot-btm {
	position: absolute;
	top: 350px;
	width: 100%;
}
.foot-btm a {
	text-decoration: none;
}
.foot-btm a:hover {
	text-decoration: underline;
}
.foot-btm .left {
	width: 49%;
	float: left;
}
.foot-btm .right {
	width: 49%;
	float: right;
	text-align: right;
}

.foot-logo {
	width: 340px;
	float: right;
	text-align: center;
	padding: 130px 0 0 0;
}

.footer {
	width: 100%;
	background: #6eb012 url('../img/footer-bg-02.jpg') no-repeat;
	margin-bottom:0px;
	padding-bottom:0px;
}

.footer .footer-top {
	color: #800905;
	position: relative;
	padding: 34px 0;
}

.footer .footer-top h2 {
	font-size: 42px;
  	margin-bottom: 20px;
}

.footer .footer-top p {
	font-size: 29px;
	width: 60%;
	line-height: 37px;
}

.footer .footer-top .contact-btn {
	border: 3px solid #800905;
	position: absolute;
	bottom: 45px;
	right: 0;
	padding: 10px 20px;
	text-decoration: none;
	color: #800905;
	font-weight: 700;
	font-size: 21px;
}

.footer .footer-top .contact-btn:hover {
	background:#800905; color:#fff;
}

.footer .footer-top .contact-btn i {
	margin-left: 14px;
}

.footer .footer-middle {
	min-height: 522px;
	background:  url(../img/footer-bg-01.png);
    background-position-x: center;
	padding-top: 50px;
}

.footer .footer-middle h3 a {text-shadow:none; text-decoration:none; color:#fff;}

.footer .footer-middle h3, .footer .footer-middle h2, .footer .footer-middle h1{
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 30px;
}

.footer .footer-middle ul {
	width: 25%;
  	float: left;
  	list-style-type: none;
  	padding: 0;
}

.footer .footer-middle ul li a {
	color: #fff;
  text-shadow: none;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}


.footer .footer-middle ul li a:hover {
	text-decoration: underline;
}

.footer .footer-bottom {
	padding: 15px 0 10px;
	color: #800905;
}

.footer .footer-bottom a, .footer .footer-bottom span a {
	color: #800905;
}

.footer .footer-bottom span {
	float: left;
  	font-size: 16px;
}

.footer .footer-bottom ul {
	float: right;
  	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer .footer-bottom ul li {
	float: left;
  	margin-left: 12px;
}

.footer .footer-bottom ul li a {
  font-size: 16px;
  text-shadow: none;
  text-decoration: none;
  font-weight: 300;
}

#contact-btn {
	position: fixed;
	top: 50%;
	right: 0;
	width: 47px;
	height: 140px;
	margin-top: -70px;
	z-index: 2000;
	display:none;
}
#contact-btn a {
	background: url(../img/get-in-touch-btn.png);
	width: 47px;
	height: 140px;
	display: block;
	position: absolute;
	top: 0;
	left: 8px;
}
#contact-btn a:hover {
	left: 0;
}
#contact-btn span {
	display: none;
}

#midSlideOut {
	height: 500px;
	width: 100%;
	position: fixed;
	display: none;
	z-index: 9999;
	top: 0;
	background: #7e0c0b;
	overflow: hidden;
	text-shadow: #000 1px 1px 1px;
}

#midSlideOut .cont1 {
	background: #7e0c0b height :500px;
	position: relative;
	color: #fff;
	text-shadow: none;
}
#midSlideOut .cont1 a {
	color: #fff;
	text-shadow: none;
}
#midSlideOut .cont {
	width: 1000px;
	margin: 0 auto;
}

#midSlideOut .h1 {
	font-size: 24px;
	text-align: center;
	padding: 0 0 15px;
	background: none;
}

#midSlideOut .left, #midSlideOut .right {
	padding: 30px 0 0 0;
}
#midSlideOut .left {
	width: 49%;
	float: left;
	font-size: 16px;
	line-height: 130%;
}
#midSlideOut .left ul {
	list-style: none;
	padding: 0 0 20px 80px;
}
#midSlideOut .left ul span {
	display: inline-block;
	width: 140px;
	font-weight: bold;
}
#midSlideOut .left ul li {
	padding: 0 0 4px;
}
#midSlideOut .left p {
	text-align: center;
	padding: 0 0 20px;
}
#gmap {
	width: 480px;
	height: 240px;
	background: #fff;
}

#midSlideOut .right {
	width: 49%;
	float: right;
}

#midSlideOut .right .col {
	width: 49%;
}
#midSlideOut .right label {
	display: none;
}
#midSlideOut .right .col.colleft {
	float: left;
}
#midSlideOut .right .col.colright {
	float: right;
	text-align: right;
}
#midSlideOut .messagescont {
	height: 100px;
	display: none;
}
#midSlideOut form {
	text-align: right;
}
#midSlideOut .right textarea, #midSlideOut .right input {
	border: #450d0c 1px solid;
	font-size: 17px;
	color: #000;
	font-family: Helvetica, sans-serif;
	padding: 8px;
}

#midSlideOut input {
	width: 95%;
	border-radius: 0px;
}
#midSlideOut textarea {
	width: 95%;
	height: 150px;
	border-radius: 0px;
}

#midSlideOut .btncont {
	position: relative;
	text-align: right;
}
#midSlideOut .btncont a {
	background: #fff;
	color: #7e0c0b;
	font-size: 17px;
}
#midSlideOut .btncont a:hover {
	text-decoration: underline;
}

#midSlideOut .successmessage, #midSlideOut .errormessage {
	display: none !important;
}
#midSlideOut .errormessage {
	color: #fff;
	border-width: 0px;
	text-align: center;
}
#midSlideOut .successmessage {
	text-align: center;
	font-size: 29px;
	padding: 15px 0 0 0;
	border: 0px none;
	color: #fff;
	font-weight: bold;
}

#midSlideOut .closebtn {
	position: relative;
	float: right;
	width: 75px;
}
#midSlideOut .closebtn a {
	position: fixed;
	top: 30px;
	font-size: 18px;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 35px;
	background: url(../img/white-close.png) top right no-repeat;
}
#midSlideOut .closebtn a:hover {
	opacity: 0.8;
}
#midSlideOut .closebtn a span {
	display: block;
	padding: 3px 0 0 0;
}
#midSlideOut .closebtn a:hover span {
	text-decoration: underline;
}

.directionsform {
	position: relative;
}
.directionsform div {
	background: url(../img/contact-bg.png) -1px -50px repeat-x;
	position: absolute;
	height: 35px;
	top: -40px;
	width: 250px;
	left: 0px;
	padding: 10px 5px 0 0;
	font-size: 14px;
}
.directionsform input {
	border: #460d0f 1px solid;
	border-radius: 4px;
	font-weight: bold;
	color: #4e4e4e;
	font-size: 12px;
	width: 100px;
}
.directionsform a {
	text-decoration: underline;
	padding: 0 0 0 5px;
}

#midSlideOut-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	position: fixed;
	z-index: 9998;
	display: none;
	top: 0;
}
#scorchloading {
	width: 60px;
	height: 60px;
	z-index: 3000;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	position: fixed;
}

.section.three-colmn-item .right-container .right-tab.full-tab.quick-contact {
	border:#067B25 2px solid;
	padding:10px;
}
.quick-contact label {
	display: none;
}

.quick-contact .title {
	padding-bottom:10px;
	display:block;
}


.quick-contact form {

}
.quick-contact input, .quick-contact input[type=text], .quick-contact textarea {
	width: 94%;
	margin: 0 auto;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	padding: 3px 3px;
	background:#ECECEC;
	border:#949494 1px solid;
	color:#616161;
}
.quick-contact textarea {
	min-height: 80px;
}
.quick-contact .errored input, .quick-contact .errored textarea {
	border: #D60F0F 1px solid;
	color: #D60F0F;
}
.quick-contact .successmessage, .quick-contact .errormessage {
	margin: 0 0 10px;
	display: none;
	font-size: 11px;
	line-height:110%;
}
.quick-contact .successmessage p , .quick-contact .errormessage p {
	padding-bottom:3px;
	line-height:110%;
}
.quick-contact  a.btn {
	background:#067B25;
	padding:5px 30px;
}
.quick-contact  a.btn:hover {
	background:#03651D;
}
.quick-contact .btncont p {
	padding:0; margin:0;

}

#contactgmap {
	height: 300px;
	width: 100%;
	margin: 0 auto 20px;
}

code {
}
.code {
	color: #3a4bff;
	display: block;
	background: #fff;
	padding: 10px 10px 5px;
	border: #bcbcbc 1px solid;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	margin: 10px 0 20px;
}
code p, .code p {
	padding-bottom: 5px;
}

.code {
	background: #fff url(../img/code-bg.png) top left no-repeat;
	padding-top: 30px;
}

.contact-us-out {
	display: block;
}
.newsletter-out {
	display: none;
}

.newsletter-out form input[type=text] {
	padding: 15px;
	width: 460px !important;
	margin: 0 0 8px;
	font-size: 18px !important;
	font-weight: normal !important;
}
.newsletter-out ul {
	margin: 0;
	padding: 30px 20px 40px 50px !important;
	list-style: disc !important;
}
.newsletter-out ul li {
	padding: 0 0 10px !important;
}

.newsletter-out .left {
	font-size: 18px !important;
}
.newsletter-out a.submitbtn {
	color: #000 !important;
	font-weight: normal;
	font-size: 18px !important;
}
.newsletter-out a.submitbtn span {
	font-size: 18px !important;
	color:#fff;
	text-decoration:none;
	border:#fff 2px solid; padding: 10px 15px;
}

.newsletter-out a.submitbtn:hover span {
 	background:#fff;
 	color:#7e0c0b;
}

.newsletter-out .errormessage {
	padding: 0 0 20px;
}
.newsletter-out .successmessage {
	padding: 0 0 20px !important;
}

.sisea-search-form {
}
.sisea-search-form fieldset {
	border: 0px none;
}
.sisea-search-form input[type="text"] {
	width: 80%;
}
.sisea-search-form input[type="submit"] {
	padding: 5px 15px;
}

.sources {
	font-size: 10px;
}
.sources h3 {
	font-size: 11px;
	padding: 0 0 6px;
}

.big {
	font-size: 1.1em;
	border: #595959 0px solid;
	border-width: 1px 0 1px;
	margin: 5px 0 15px;
	padding: 10px 10px 0;
	background: #edecec;
	text-align: center;
}

.wpd-cont {
	font-size:14px;
	border-radius:5px;
}
.wpd-cont {
	background: #edecec;
	border: #595959 0px solid;
	border-width: 1px 0 1px;
	
}
.wpd-cont h1, .wpd-cont .h1 {
	font-weight: bold !important;
	padding: 5px 10px 8px;
	background:#7f0c0a;
	font-size:24px;
	border-radius:5px 5px 0 0;
	color:#fff;
}
.wpd-cont .wpd-formcont {
	width: 30%;
	float: right;
	margin: 0 20px 5px 20px;
}
.wpd-cont .wpd-formcont label {
	display: none;
}
.wpd-cont .wpd-formcont input {
	width: 94%;
	padding: 8px
}
.wpd-cont .wpd-formcont .btn span {
	width: 170px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.wpd-cont .wpd-formcont p {
	margin: 0;
	padding: 0 0 7px;
}
.wpd-cont .wpd-formcont p.errored input {
	color: #a00012;
	border: #a00012 1px solid;
}
.wpd-cont .wpd-formcont .btncontainer {
	text-align: center !important;
}

.wpd-cont .wpd-formcont ul {
	margin: 0 !important;
	padding: 0 !important;
}
.section.three-colmn-item .item-body .wpd-cont ul li, .wpd-cont .wpd-formcont ul li {
	margin: 0 !important;
	padding: 0 !important;
	display: block;
}

.wpd-cont .wpd-formcont .successmessage, .wpd-cont .wpd-formcont .errormessage {
	display: none !important;
}

.wpd-cont .wpd-image {
	float: left;
	margin: 0 10px 10px;
	border: #595959 1px solid;
}
.wpd-cont .note {
	font-size: 10px;
	clear: both;
	padding: 0 20px;
	text-align: center;
}

.wpd-cont ul {
	padding: 0 0 0 150px;
}
.wpd-cont ul li {
}

.wpd-cont .after-download {
	display: none;
}
.wpd-cont .after-download h1 {
	margin-left: 130px;
	padding-left: 0;
}
.wpd-cont .after-download .wpd-image {
	margin: 10px 10px 10px;
}

/**** Three Colmn Grid ****/

/** Helper classes **/

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/******************/

.section.three-colmn {
	width: 100%;
	height: auto;
}

.section.three-colmn .service-item {
	width: 31%;
	height: auto;
	float: left;
	margin-right: 3%;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #E2E2E2;
	background-color: #E2E2E2;
}

.section.three-colmn .service-item:nth-child(3n+3) {
	margin-right: 0px;
}

.section.three-colmn .service-item a strong {
	text-decoration: underline;
}

.section.three-colmn .service-item .item-img {
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	-webkit-transition: max-width .5s ease-out; /* Saf3.2+, Chrome */
	-moz-transition: max-width .5s ease-out; /* FF4+ */
	-ms-transition: max-width .5s ease-out; /* IE10? */
	-o-transition: max-width .5s ease-out; /* Opera 10.5+ */
	transition: max-width .5s ease-out;
}

.section.three-colmn .service-item .item-img img {
	width: 100%;
	height: auto;
	-webkit-transition: margin-top .5s ease-out; /* Saf3.2+, Chrome */
	-moz-transition: margin-top .5s ease-out; /* FF4+ */
	-ms-transition: margin-top .5s ease-out; /* IE10? */
	-o-transition: margin-top .5s ease-out; /* Opera 10.5+ */
	transition: margin-top .5s ease-out;
}

.section.three-colmn .service-item .item-body {
	z-index: 2;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(../img/services-title-bg.png) top left repeat-x;
	background: rgba(126,12,11,0.8);
}

.section.three-colmn .service-item .item-body .text {
	float: left;
	width: 94%;
	padding: 3%;
}

.section.three-colmn .service-item .item-body .text a {
	text-decoration: none;
}

.section.three-colmn .service-item .item-body .text h3 {
	color: #fff;
	text-shadow: #000 1px 1px 0px;
	font-size: 20px;
	border: 0px none;
	text-align: center;
}

.section.three-colmn .service-item .item-body .text p.hidden-text {
	color: #fff;
	text-shadow: none;
	font-size: 13px;
	display: none;
	line-height: 1.3em;
}

/** Single item **/

.section.three-colmn-item .item-head, .section.three-colmn-item .item-body, .section.three-colmn-item .right-container .right-tab, .section.three-colmn-item .download-form-container {
	background-color: #fff;
	border: 0px solid #d3cfcc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 26px;
}

.section.three-colmn-item .right-container .right-tab.full-tab {
	padding: 0px;
}

.section.three-colmn-item .item-body.no-border {
	border: 1px solid transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	padding: 10px 0;
	background:none;
}

.section.three-colmn-item .btn {
	font-weight: bold;
}

.section.three-colmn-item .left-container {
	float: left;
	width: 77%;
	margin-right: 3%;
}

.section.three-colmn-item .left-container p {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}

.section.three-colmn-item .item-head h1 {
	font-size: 28px;
	background: transparent;
	margin: 0px;
	margin-left: 25px;
	padding: 15px 0px;
	width: 80%;
	float: left;
}

.section.three-colmn-item .item-head .social {
	border: 1px solid #d2d2d2;
	float: right;
	height: 18px;
	min-width: 78px;
	margin-top: 15px;
	margin-right: 10px;
	padding: 10px;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.section.three-colmn-item .item-head .item-image img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d6d6d6;
	width: 100%;
	height: auto;
	margin-bottom: -4px;
}

.section.three-colmn-item .item-body {
	padding: 25px 20px;
}

.section.three-colmn-item .item-body.brd {
	padding: 6px 15px;
}

.section.three-colmn-item .item-details {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.section.three-colmn-item .item-details:last-child {
	margin-bottom: 0px;
}

.section.three-colmn-item .item-details .details-text {
	width: 66%;
}

.section.three-colmn-item .item-details .details-text h2 {
	font-size: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

.section.three-colmn-item .item-details .details-text p {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}

.section.three-colmn-item .item-details .details-img {
	width: 30%;
}

.section.three-colmn-item .item-details .details-img img {
	width: 100%;
	height: auto;
	border: 1px solid #3c3c3c;
}

.section.three-colmn-item .item-details.text-left .details-text {
	float: left;
	margin-right: 4%;
}

.section.three-colmn-item .item-details.text-left .details-img {
	float: right;
}

.section.three-colmn-item .item-details.text-right .details-text {
	float: right;
	margin-left: 4%;
}

.section.three-colmn-item .item-details.text-right .details-img {
	float: left;
}

.section.three-colmn-item .item-details .details-text.full-wide {
	width: 100% !important;
	margin-right: 0px;
}

.section.three-colmn-item .download-form-container {
	background: url(../img/capability-download-bg.png) no-repeat center center;
	-webkit-background-size: cover; /* For WebKit*/
	-moz-background-size: cover; /* Mozilla*/
	-o-background-size: cover; /* Opera*/
	background-size: cover; /* Generic*/
}

.section.three-colmn-item .download-form-container .download-heading {
	background-color: #760d0c;
	opacity: 0.8;
	text-align: center;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

.section.three-colmn-item .download-form-container .download-heading h2 {
	font-size: 28px;
	color: #ffffff;
	padding: 10px 0px;
	text-shadow: #000 1px 1px 0px;
}

.section.three-colmn-item .download-form-container .errormessage, .section.three-colmn-item .download-form-container .successmessage {
	border: transparent;
	display: none !important;
}

.section.three-colmn-item .download-form-container form#download-form {
	width: 52%;
	float: right;
	padding-right: 16px;
	padding-top: 15px;
	padding-bottom: 9px;
}

form#download-form p {
	width: auto;
	height: auto;
	padding: 0px;
}

form#download-form label {
	display: none;
}

form#download-form input[type='text'] {
	width: 41%;
	float: left;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #4e4d4d;
	font-size: 16px;
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	box-shadow: 1px 2px 8px rgba(0,0,0,0.5);
}

form#download-form input[type='text'].wide {
	width: 90%;
}

form#download-form p.errored input {
	color: #a00012;
	border: #a00012 1px solid;
}

form#download-form button {
	float: right;
	border: 0px;
	margin-right: 8px;
	padding: 0px;
	cursor: pointer;
}

form#download-form button span {
	margin-top: -1px;
}

.section.three-colmn-item .right-container {
	float: left;
	width: 20%;
}

.section.three-colmn-item .right-tab {
	text-align: center;
	padding: 16px;
}

.section.three-colmn-item .right-tab h3 {
	font-size: 19px;
}

.section.three-colmn-item .right-tab .line {
	width: 100%;
	border-bottom: 1px solid #4d4d4d;
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	height: 1px;
	margin-bottom: 16px;
}

.section.three-colmn-item .right-tab img {
	border: 1px solid #797979;
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}

/*************************/

.parallax-header-mobile .bx-wrapper .bx-viewport, .parallax-header .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: inherit;
	background: transparent;
	background-position: center top;
}
.parallax-header-mobile .bx-wrapper .bx-viewport ul, .parallax-header .bx-wrapper .bx-viewport ul {
	padding: 0;
}

.parallax-header {
	background-image: url(../img/parallax-rotator/scorchsoft-new-head-image-01.jpg);
	height: 420px;
	border-top: 1px solid #4f0002;
	border-bottom: 1px solid #4f0002;
	background-position: center top;
}
.parallax-header .rotator-images-container {
	position: relative;
	width: 1000px;
	height: 440px;
	margin: 0px auto;
	background-position: center top;
}
.parallax-header .rotator-images {
	position: absolute;
	left: 556px !important;
	top: 120px;
	width: 400px;
	height: 230px;
}

.parallax-header-mobile {
	padding: 0;
	position: relative;
	border-top: 1px solid #4f0002;
	border-bottom: 1px solid #4f0002;
}
.parallax-header-mobile img {
	width: 100%;
	height: auto;
	display: block;
}
.parallax-header-mobile .rotator-images-container {
	position: absolute;
	top: 57%;
	left: 11%;
	width: 78%;
}
.parallax-header-mobile .rotator-images {
	width: 100%;
}

.endvideocta {
}
.endvideocta img {
	max-width: 500px;
	margin: 0 auto 15px;
	display: block;
	min-width: 200px;
	min-height: 50px;
}
.endvideocta img.last {
	margin: 0 auto;
}
.quickCallBack {
}
.quickCallBack h2 {
	padding: 0 0 5px;
	font-size:1.1em;
}
.quickCallBack p {
	line-height: 1.4em !important;
	padding: 0 0 5px;
}
.quickCallBack label {
	display: none;
}
.quickCallBack form {
	padding-top: 10px;
}
.quickCallBack input[type=text], .quickCallBack textarea {
	width: 90%;
	padding:4px;
	font-size:12px;
}
.quickCallBack .errored input[type=text], .quickCallBack .errored textarea {
	border-color: #FF0000;
}
.quickCallBack .successmessage, .right-tab.quickCallBack .errormessage {
	display: none;
	margin-bottom: 5px;
}

.fancybox {
	cursor: pointer !important;
}
.download-form-container .btncontainer {
	text-align: right !important;
}

.who-are-ss .mid img {opacity:0.4;}
.who-are-ss .mid img:hover {opacity:1;}


/** home v3 **/
.home-v3  {
	text-shadow: none !important;
}

.home-v3 a {
	text-decoration: none;
	text-shadow: none !important;
}

.home-v3 a.go-link {
	font-size: 38px;
	display: block;
	text-align: center;
}

.home-v3 a.go-link i {
	margin-left: 10px;
	font-size: 42px;
}

.home-v3 .case-studies {
	padding-top: 70px;
  	padding-bottom: 80px;
}

.home-v3 .case-studies h3 {
	font-size: 44px;
	margin-bottom: 32px;
	color: #383838;
	text-align: center;
}

.home-v3 .case-studies .items-container {
	position: relative;
	display: block;
	width: 100%;
	min-height: 300px;
	text-align: center;
}

.home-v3 .case-studies .item {
	float: none;
	width: 300px;
	height: 300px;
	display: inline-flex;
	position: relative;
  	overflow: hidden;
	margin-top: -5px;
}

.home-v3 .case-studies .item .visible-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.home-v3 .case-studies .item .visible-content img {
	max-width: 100%;
	height: auto;
}

.home-v3 .case-studies .item .hidden-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 300px;
  z-index: 3;
  background-color: #7E0C0B;
	opacity: 0.92;
  -webkit-transition: -webkit-transform .8s cubic-bezier(.175,.885,.32,1).15s;
  transition: transform .8s cubic-bezier(.175,.885,.32,1).15s;
  color: #fff;
	cursor: pointer;
}

.home-v3 .case-studies .item .hidden-content h4 {
  text-align: left;
  padding-left: 24px;
  padding-top: 24px;
  font-size: 38px;
  font-weight: normal;
}

.home-v3 .case-studies .item .hidden-content a h4 {
	color: #fff;
}

.home-v3 .case-studies .item .hidden-content a.go-link {
  color: #fff;
  font-size: 20px;
  text-align: right;
  /* padding-right: 14px; */
  bottom: 15px;
  position: absolute;
  right: 15px;
}

.home-v3 .case-studies .item .hidden-content a.go-link i {
	font-size: 22px;
}

.home-v3 .case-studies .item:hover .hidden-content {
	-webkit-transform: translateY(-100%)!important;
  	-ms-transform: translateY(-100%)!important;
  	transform: translateY(-100%)!important;
}

.home-v3 .big-text {
	text-align: center;
	color: #fff;
	padding-top: 120px;
  	padding-bottom: 130px;
}

.home-v3 .big-text .title {
  font-size: 52px;
  line-height: 62px;
  font-weight: bold;
  margin-bottom: 55px;
}

.home-v3 .big-text .details {
  font-size: 34px;
  font-style: italic;
  margin-bottom: 135px;
  line-height:140%;
}

.home-v3 .big-text a {
  color: #fff;
}

.home-v3 .latest-blog {
  margin-top: 60px;
  margin-bottom: 60px;
}

.home-v3 .latest-blog {
	text-align: center;
}

.home-v3 .latest-blog .item {
	width: 46%;
  	float: left;
  	padding: 0 2%;
}

.home-v3 .latest-blog .item h3, .home-v3 .latest-blog .item h4 { 
  font-weight: normal;
  font-size: 27px;
  margin-bottom: 12px;
}

.home-v3 .latest-blog .item .details {
  font-size: 18px;
  line-height: 21px;
}

.home-v3 .latest-blog a.go-link, .home-v3 .capabilites a.go-link {
  margin-top: 50px;
}

.home-v3 .capabilites {
	padding-top: 40px;
	padding-bottom: 85px;
}

.home-v3 .capabilites .items-container, .home-v3 .capabilites .side-image {
	width: 50%;
	float: left;
}

.home-v3 .capabilites .items-container a {text-decoration:underline;}

.home-v3 .capabilites .items-container {
	margin-top: 45px;
}

.home-v3 .capabilites .item {
	margin-bottom: 60px;
}

.home-v3 .capabilites .item h3 {
  font-size: 24px;
  margin-bottom: 18px;
}

.home-v3 .capabilites .item h1 {
  font-size: 1.3em;
  background:none;
  padding:5px 0 15px;
  margin:0;
}

.home-v3 .capabilites .item p {
  font-size: 21px;
}

.home-v3 .capabilites .side-image img {
	max-width: 100%;
	height: auto;
	float: right;
}

.home-v3 .parallax-header-v2 {
	width: 100%;
	min-height: 540px;
	overflow: hidden;
}

.home-v3 .parallax-header-v2 .cont {
	position: relative;
}

.home-v3 .parallax-header-v2 .left-side, .home-v3 .parallax-header-v2 .right-side {
	width: 50%;
	float: left;
  	min-height: 500px;
}

.home-v3 .parallax-header-v2 .left-side img {
	position: absolute;
    top: -35px;
  	left: -200px;
}

.home-v3 .parallax-header-v2 .right-side {
	text-align: right;
	float: right;
}

.home-v3 .parallax-header-v2 h3, .home-v3 .parallax-header-v2 h1 {
 	color: #9b0801;
  font-size: 78px;
  line-height: 60px;
    margin-top: 100px;
  margin-bottom: 25px;
  font-size:60px;
  background:none;
}

.home-v3 .parallax-header-v2 h3 span {
  font-size: 52px;
}

.home-v3 .parallax-header-v2 .details {
  font-size: 32px;
  line-height: 38px;
}

.home-v3 .parallax-header-v2 .contact-btn {
	border: 3px solid #800905;
  position: absolute;
  bottom: 45px;
  right: 0;
  padding: 10px 20px;
  text-decoration: none;
  color: #800905;
  font-weight: 700;
  font-size: 21px;
}

.home-v3 .parallax-header-v2 .contact-btn i {
  margin-left: 14px;
}

.home-v3 .parallax-header-v2 .contact-btn:hover {
  background: #800905;
  color: #fff;
}
/** home v3 **/
	
.guide-dl-image {padding:0 0 0 0px;}
.guide-dl-image img {width:100%;}
.guide-dl-image .tablet, .guide-dl-image .mobile {display:none;}

.footReadMore {padding:25px 0 15px;; text-align:center; font-size:18px; font-weight:bold;}
.footReadMore.portfolio {padding-top:0px;}	
	
	
.wpdownload {width:900px; padding:20px 20px;}
	.wpdownload h1 {background:0; margin:0; padding:10px 0 10px 0; font-size:30px;}
	.wpdownload h2 {font-size:24px; font-weight:normal; padding:0 0 30px;} 
	.wpdownload ul {font-size:24px; line-height:140%;}
	.wpdownload ul {margin-left:0px; padding-left:0px;}
	.wpdownload ul li { background-image: url("../img/green-tick-bullet.jpg"); background-position:left 4px; background-repeat:no-repeat;
						list-style:none; margin-left:0; padding-left:30px;} 
	.wpdownload .p-left {width:41%; float:left;}
	.wpdownload .p-right {width:57%; float:right; text-align:center;}
	.wpdownload .p-right img {display:inline-block;}

.contact-page-form {
	padding:20px 0 0 0;
}

.contact-page-form .successmessage, .contact-page-form .errormessage { display:none;}
.contact-page-form label {font-size:12px; text-transform: uppercase; font-weight:bold;}
.contact-page-form input[type=text] {width:70%; font-size:14px; background:#faffe4; border:#adadad 2px solid;}
.contact-page-form textarea {width:90%; font-size:14px; min-height:110px; background:#faffe4; border:#adadad 2px solid;}
.contact-page-form input[type=text]:focus, .contact-page-form textarea:focus {
	border-color:#067b25;
}

.portfolio-v3-head {
	overflow: auto;
}