/*
 ----------------------------- 
 PVII Layout Builder Magic
 by Project Seven Development
 www.projectseven.com
 Custom Styles
 -----------------------------
*/

/*
***************************************************
Font Families: You may edit the font-family values,
BUT DO NOT REMOVE OR RENAME THE 4 RULES BELOW
***************************************************
*/
.lbm-stack-sans {font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;}
.lbm-stack-serif {font-family: 'Cabin', sans-serif;}
.lbm-stack-thin {font-family: Lato, "Gill Sans", Optima, sans-serif; font-weight: 300;}
.lbm-stack-fancy {font-family: Federo, "Gill Sans", Optima, sans-serif;}


h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
}
h1 {font-size: 230%;}
h2 {font-size: 200%;}
h3 {font-size: 185%;}
h4 {font-size: 165%;}
h5 {font-size: 155%;}

.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
}
.scalable-fancy {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

.bigg {
	font-size: 180%;
}
.bigg strong {
	font-weight: 400;
}

/*
Link Styles
Assign one of the following classes to
Text Links on your page
*/
.text-link-light {
	color: #EEE;
	border-bottom: 1px dotted;
}
.text-link-dark {
	color: #000;
	border-bottom: 1px dotted;
}
.text-link-dark:hover, .text-link-light:hover {
	border-bottom: 1px solid;
}
.text-link-dark, .text-link-light {
	text-decoration: none;
}
.text-link-orange {
	color: #EEE;
	border-bottom: 1px dotted;
}
.text-link-orange:hover {
	color: #EF4423;
	border-bottom: 1px solid;
}
.text-link-orange {
	text-decoration: none;
}
.text-link-orange2 {
	color: #EF4423;
	border-bottom: 1px dotted;
}
.text-link-orange2:hover {
	color: #333333;
	border-bottom: 1px solid;
}
.text-link-orange2 {
	text-decoration: none;
}
/*Media Queries*/

@media only screen and (min-width: 767px) and (max-width: 1100px) {
body {font-size: 85%;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

body {font-size: 80%;}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {

body {font-size: 80%;}
}
.quote {
	color: rgba(255,255,255,1);
	font-size: 36px;
}
.quote2 {
	color: #FFFFFF;
	font-size: 32px;
	font-family: 'Raleway', sans-serif;
	padding-top: 60px;
	padding-bottom: 60px;
}
.quote2-author {
	color: #FFFFFF;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	padding-top: 10px;
}
.quote3 {
	color: rgba(255,255,255,1);
	font-size: 28px;
}
.quote4 {
	color: rgba(255,255,255,1);
	font-size: 24px;
	}
.quote5 {
	color: rgba(255,255,255,1);
	font-size: 50px;
}
.quote6 {
	color: rgba(255,255,255,1);
	font-size: 30px;
	margin-bottom: -30px;
}

.header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,.35);
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 99999;
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
.header {
	position: relative;
	background-image: url(../img/wood-back01.jpg);
}
}
.logo {
	text-align: left;
	max-width: 300px;
	width: 100%;
	margin-top: 0px;
	padding: 4px;
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
.logo {
	text-align: center;
	max-width: 900px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: auto;
	border-right-width: 0px;
}
}
.logo-inside {
	border: 1px solid #EF4423;
}
.logo2 {
	text-align: left;
	max-width: 230px;
	float: left;
	z-index: 10002;
	position: absolute;
	border: 1px solid #FFFFFF;
}
.submenu {
	width: 100%;
}
.btn {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 28px;
	padding: 6px 10px 6px 10px;
	border: solid #000000 2px;
	text-decoration: none;
	font-weight: 400;
	background-color: #EF4323;
}
.btn:hover {
	text-decoration: none;
	background-color: #333333;
	color: rgba(255,255,255,1);
}
.btn2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 20px;
	padding: 6px 10px 6px 10px;
	border: solid #000000 2px;
	text-decoration: none;
	background-color: #EF4323;
}
.btn2:hover {
	text-decoration: none;
	background-color: #333333;
	color: rgba(255,255,255,1);
}
.noul {
	text-decoration: none;
}
.menu-box {
	margin-top: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
.menu-box {
	margin-top: 0px;
}
}

.hide {
	visibility: visible;
}
@media only screen and (min-width: 0px) and (max-width: 1100px) {
.hide {
	visibility: hidden;
}
}
.footer-back {
	color: #FFFFFF;
	display: block;
}
.footer-back A:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-back A:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-back A:hover {
	color: #EF4423;
	text-decoration: none;
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
.footer-back {
	display: none;
}
}
.footer-text {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}
.footer-text-sub {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}
.footer-text-sub2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-left: 24px;
}
.footer-icon {
	height: 8px;
	width: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.footer-icon2 {
	padding-bottom: 7px;
	padding-left: 0px;
	margin-right: 2px;
}
.footer-box-outer {
	color: #CCCCCC;
	background-color: rgba(0,0,0,0.85);
}
.footer-box-outer A:link {
	color: #CCCCCC;
	text-decoration: none;
}
.footer-box-outer A:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.footer-box-outer A:hover {
	color: #EF4423;
	text-decoration: none;
}
.footer-box {
	text-align: left;
	float: left;
	width: auto;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
.footer-box {
	text-align: center;
	float: none;
	width: 100%;
}
}
.f-spacer {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
.box-highlights-inner {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.socialfooter {
	font-family: ElegantIcons;
	font-size: 22px;
	color: #FFF;
	text-decoration: none;
	padding-right: 4px;
}
a.socialfooter:hover, a.socialfooter:active {
	color: #EF4423;
	text-decoration: none;
}
.socialfooter2 {
	font-family: FontAwesome;
	font-size: 22px;
	color: #FFF;
	text-decoration: none;
	padding-right: 4px;
}
a.socialfooter2:hover, a.socialfooter2:active {
	color: #EF4423;
	text-decoration: none;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
.move-over {
	padding-top: 10px;
	margin-left: -10px;
}
}
.box1 {
	float: left;
	width: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
.box1 {
	float: none;
	width: 100%;
}
}
.box2 {
	float: right;
	width: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
.box2 {
	float: none;
	width: 100%;
}
}
.box1a {
	float: left;
	width: 60%;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
.box1a {
	float: none;
	width: 100%;
}
}
.box2a {
	float: right;
	width: 40%;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
.box2a {
	float: none;
	width: 100%;
}
}
.box1b {
	float: left;
	width: 40%;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
.box1b {
	float: none;
	width: 100%;
}
}
.box2b {
	float: right;
	width: 60%;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
.box2b {
	float: none;
	width: 100%;
}
}
.box1c {
	float: left;
	width: auto;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
.box1c {
	float: none;
	width: 100%;
}
}
.box2c {
	float: right;
	width: auto;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
.box2c {
	float: none;
	width: 100%;
}
}
hr.style-one {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(175, 175, 175, 0), rgba(175, 175, 175, 0.95), rgba(175, 175, 175, 0));
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(239, 67, 35, 0), rgba(239, 67, 35, 0.95), rgba(239, 67, 35, 0));
}
hr.style-three {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35));
}
hr.style-four {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.65));
}
hr.style-five {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to left, rgba(239, 67, 35, 0), rgba(239, 67, 35, 0.35), rgba(239, 67, 35, 0.65));
}
hr.style-six {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(239, 67, 35, 0), rgba(239, 67, 35, 0.95), rgba(239, 67, 35, 0));
}
.home-box {
	margin-top: 60px;
	margin-bottom: 60px;
	padding-right: 40px;
	padding-left: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
.home-box {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
}
.home-box-inside {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: justify;
	padding-right: 40px;
	padding-left: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
.home-box-inside {
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: justify;
	padding-right: 0px;
	padding-left: 0px;
}
}
.home-title {
	font-size: 36px;
	margin-bottom: 16px;
}
.home-title2 {
	font-size: 36px;
	margin-bottom: 16px;
}
.home-title3 {
	font-size: 36px;
	margin-bottom: 10px;
}
.sm-sub-title {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #777777;
	font-weight: 600;
}
.sm-sub-title2 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #EF4423;
	font-weight: 600;
}
.vp-title {
	font-size: 38px;
	margin-bottom: 8px;
}
.vp-sub-title {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #777777;
	font-weight: 600;
	margin-top: 10px;
}
.client-title {
	padding-top: 20px;
	font-size: 36px;
}
.client-sub-title {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: rgba(102,102,102,1);
}
.products-title {
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.products-sub-title {
	font-family: 'Raleway', sans-serif;
	font-size: 21px;
	margin-bottom: 16px;
	color: rgba(51,51,51,1);
}
.products-title2 {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	margin-bottom: 16px;
}
.products-sub-title2 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	line-height: 28px;
}
.products-title3 {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	margin-bottom: 16px;
	margin-top: 0px;
}
.products-menu {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	margin-bottom: 16px;
	font-weight: 500;
}
.products-menu A:link {
	color: #EF4423;
	text-decoration: none;
}
.products-menu A:visited {
	color: #EF4423;
	text-decoration: none;
}
.products-menu A:hover {
	color: #181818;
	text-decoration: none;
}
.products-menu A.currentLink {
	color: #000000;
	font-weight: bold;
}
.btn-box {
	font-size: 36px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
.tm {
	font-size: 10px;
}
.tm2 {
	font-size: 5px;
}
.tm3 {
	font-size: 10px;
	vertical-align: text-top;
	line-height: 42px;
	margin-left: 4px;
}
.pad-top {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pad-top2 {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #000000;
	background-color: #FFFFFF;
}
.left-footer {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: rgba(255,255,255,0.25);
	margin-top: 20px;
	margin-bottom: 20px;
	height: auto;
	width: 25%;
}
.first-footer {
	margin-top: 20px;
	margin-bottom: 20px;
	height: auto;
	width: 25%;
}
.client-text {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 400;
}
.client-text2 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: -20px;
}
.products-text {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 400;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
	.frame-container {
	position:relative;
	padding-bottom:60%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.frame-container iframe, .frame-container object, .frame-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
}
.top {
	visibility: visible;
	height: auto;
	width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
	.top {
	visibility: hidden;
	height: 1px;
	width: 1px;
}
}
.phone-box {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	float: right;
	width: auto;
}
.social-box {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	width: auto;
}
.social-box-inner {
	width: auto;
	margin-left: 14px;
	float: right;
}
.social-box-inner2 {
	width: auto;
	margin-left: 14px;
	float: right;
	margin-top: 1px;
}
.social-icon {
	font-family: ElegantIcons;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
a.social-icon:hover, a.social-icon:active {
	color: #EF4323;
	text-decoration: none;
}
.social-icon2 {
	font-family: FontAwesome;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
a.social-icon2:hover, a.social-icon2:active {
	color: #EF4323;
	text-decoration: none;
}
.w500 {
	font-weight: 500;
}
.w600 {
	font-weight: 600;
}
.w700 {
	font-weight: 700;
}
.screen-only
{
display: block;
}
.mobile-only
{
display: none;
}
@media screen and (max-width: 900px)
{
.screen-only
{
display: none;
}
.mobile-only
{
display: block;
}
}
.contact-form {
	padding-top: 0px;
}
@media screen and (max-width: 700px)
{
.contact-form {
	padding-top: 10px;
}
}
.border-left-dotted {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: rgba(204,204,204,1);
}
@media screen and (max-width: 700px)
{
.border-left-dotted {
	border-left-width: 0px;
	border-left-style: dotted;
	border-left-color: rgba(204,204,204,1);
}
}
/*
***************************************************
 BEGIN PORTFOLIO STYLES
***************************************************
*/
.project{padding:0;overflow:hidden;}
.project figure{
	position: relative;
	margin: 0px;
}
.project figure img{
	display: block;
	width: 100%;
	-webkit-transition: all 8s linear;
	-o-transition: all 8s linear;
	transition: all 8s linear;
	margin: 0px;
}
.project figure:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-color:#111;opacity:0.7;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.project.project-light figure:after{opacity:0.4;}
.project figcaption{position:absolute;z-index:1;left:0;top:0;right:0;bottom:0;margin:3.2em 3.6em;}
.project-title{position:relative;top:0;left:0;margin:0;font-family:'Oswald',sans-serif;font-weight:normal;font-size:1.56em;line-height:1.45;letter-spacing:0.07em;color:#fff;text-transform:uppercase;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.project-category{position:absolute;left:0;bottom:0;margin:0 0 -0.8em;font-family:'Oswald',sans-serif;font-weight:normal;font-size:14px;color:#fff;letter-spacing:0.8em;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.project-zoom{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 9em;
	height: 9em;
	margin: -4.5em;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.84);
	overflow: hidden;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.project-zoom:after{content:'';position:absolute;left:50%;top:50%;width:2.625em;height:2.625em;background:url(../img/img-icon/zoom.png) 0 0 no-repeat;background-size:cover;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.project figure:hover:after{opacity:0;}
.project figure:hover img{-webkit-transform:scale(1.4);transform:scale(1.4);}
.project figure:hover .project-title{top:30px;opacity:0;}
.project figure:hover .project-category{opacity:0;letter-spacing:2em;}
.project figure:hover .project-zoom{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
/*
***************************************************
END PORTFOLIO STYLES
***************************************************
*/
.slide-box {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}
.about-us {
	padding-top: 30px;
	padding-bottom: 30px;
}
.sp-title {
	font-size: 47px;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: normal;
}
.sp-title-sub {
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
}
.sp-title2 {
	font-size: 42px;
	margin-bottom: 8px;
	line-height: normal;
}
.sp-title-box {
	padding-top: 20px;
	padding-bottom: 60px;
}
.sp-title-box-top {
	padding-top: 60px;
}
.sp-title-box-bottom {
	padding-bottom: 60px;
}
.striking-box {
	max-width: 1300px;
	font-size: 19px;
	line-height: 28px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
.sp-about-box {
	max-width: 1300px;
	font-size: 18px;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
/*Video and Map Wrappers 
When inserting an iframe-based video or Google Map, add a DIV first and assign the appropriate wrapper class
*/
.video-wrapper2 {
	position: relative;
	padding-bottom: 51%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}
.video-wrapper2 iframe, .video-wrapper2 object, .video-wrapper2 embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.sp-sub {
	font-size: 18px;
	line-height: 24px;
}
.relax-box {
	padding-top: 10px;
	padding-bottom: 40px;
}
.text-style01 {
	font-size: 18px;
	line-height: 24px;
}
.text-style02 {
	font-size: 22px;
	line-height: 28px;
}
.list-services {
	font-size: 24px;
	line-height: 32px;
	color: #333333;
}
.sm-pad {
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	line-height: 38px;
}
.pic-pad-l {
	padding-right: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
.pic-pad-l {
	padding-right: 0px;
}
}
.pic-pad-r {
	padding-left: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
.pic-pad-r {
	padding-left: 0px;
}
}
.pop-title {
	font-family: 'Raleway', sans-serif;
	color: #EF4423;
	font-weight: 500;
}
.zoombox-img {
	box-sizing: border-box;
}
.nav {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
}
.nav-pic {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#rollover a {
border:none;
text-decoration:none;
padding: 0 0.5em 0 0.5em; /**space between icons**/
position: relative; /**remove position rule if full size images will share the same display area. **/
}

#rollover a span {
	visibility: hidden;
	background-color: rgba(0,0,0,0);
	display: block;
	position: absolute;
	/**adjust positioning of full size images in px or %**/
	left: -100px;
	top: -340px;
	/**optional image captions**/ 
	font-size: 12px;
	line-height: 1.2;
	color: #666;
	text-align: center;
	/**optional image borders & padding**/
	border: 0px solid #FFF;
	padding: 0px;
}

#rollover a:hover span, #rollover a:active span, #rollover a:focus span {visibility:visible;}

#rollover a:hover, #rollover a:focus
{visibility:visible;}

#rollover2 a {
border:none;
text-decoration:none;
padding: 0 0.5em 0 0.5em; /**space between icons**/
position: relative; /**remove position rule if full size images will share the same display area. **/
}

#rollover2 a span {
	visibility: hidden;
	background-color: rgba(0,0,0,0);
	display: block;
	position: absolute;
	/**adjust positioning of full size images in px or %**/
	left: -100px;
	top: -270px;
	/**optional image captions**/ 
	font-size: 12px;
	line-height: 1.2;
	color: #666;
	text-align: center;
	/**optional image borders & padding**/
	border: 0px solid #FFF;
	padding: 0px;
}

#rollover2 a:hover span, #rollover2 a:active span, #rollover2 a:focus span {visibility:visible;}

#rollover2 a:hover, #rollover2 a:focus
{visibility:visible;}

.sprite {
	display: block;
	height: 30px;
	width: 51px;
	background-image: url(../img/footer/sprite.png);
	background-repeat: no-repeat;
	top: 0px;
	position: absolute;
}

.sprite:hover {
       background-position: 0 -30px;
}

.sprite2 {
	display: block;
	height: 30px;
	width: 51px;
	background-image: url(../img/footer/sprite2.png);
	background-repeat: no-repeat;
	top: 0px;
	position: absolute;
}

.sprite2:hover {
       background-position: 0 -30px;
}
.fsc {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.sm-sub {
	font-size: 18px;
}

.form-style-6{
    font-family: 'Cabin', sans-serif;
    max-width: 120px;
}
.form-style-6 h1{
    background: #43D1AF;
    padding: 20px 0;
    font-size: 100%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	margin-bottom: 4%;
	border: 1px solid #fff;
	padding: 3%;
	color: #fff;
	font-family: 'Cabin', sans-serif;
	background-color: rgba(0,0,0,.1);
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px #ef4423;
    padding: 3%;
    border: 1px solid #ef4423;
	background-color: rgba(255,255,255,.1);
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    font-family: font-family: Icons;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 3%;
	background: #ef4423;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #fff;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: #2EBC99;
}
.sub-btn { font-family: font-family: Icons;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	font-weight: normal;
}
.sub-btn:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	color: #ef4423;
}
.search-container {
	min-height: 100%;
	position: relative;
	background-color: #FFFFFF;
}
.search-container A:link {
	color: #ef4423;
	text-decoration: none;
}
.search-container A:visited {
	color: #ef4423;
	text-decoration: none;
}
.search-container A:hover {
	color: #999999;
	text-decoration: none;
}
.footer-box-outer2 {
	color: #CCCCCC;
	background-image: url(../img/t-back.png);
	background-repeat: repeat;
}
.footer-box-outer2 A:link {
	color: #CCCCCC;
	text-decoration: none;
}
.footer-box-outer2 A:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.footer-box-outer2 A:hover {
	color: #EF4423;
	text-decoration: none;
}.max-width {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -40px;
	margin-bottom: -20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
