/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  01: 1 Col Flex
  ------------------------------------------------
*/
html {
	height: 100%;
}
body {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	padding-bottom: 4em;
	height: 100%;
	position: relative; 
}
.logo {
	position: absolute;
	left: 0;
	width: 300px;
	height: auto;
	z-index: 11;
	top: -50px;
}
.masthead {
	padding: 0 10px;
	text-align: left;
	position: relative;
	z-index: 6;
	background-image: linear-gradient(115deg, rgba(136,20,12,.95), rgba(136,20,12,.95));
	box-shadow: inset 0 -7px 15px -7px rgba(0,0,0,0.4);
}
.masthead a {
	padding: 15px 10px;
	text-decoration: none;
	color: rgba(255,255,255,.9);
	display: inline-block;
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	transition: width .5s;
	-webkit-transition: all .5s;
}
.masthead a:hover {
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,.9);
}
.top-navigation {
	position: relative;
	z-index: 9;
	background-image: linear-gradient(115deg, rgba(180,23,1,.95), rgba(180,23,1,.95));
	/*Outer Shadow*/
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
.feature {
	height: calc(100% + 8px);
	width: 101%;
	left: -1%;
	top: -120px;
	margin-bottom: -120px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
     z-index: 1;
	 background: url(../-Images/-Structure/FeatureBackground.jpg) center center;
	 background-size:cover;
}
.feature video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.feature .content {
	position: absolute;
	bottom: 0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background-size: cover;
	height: calc(100% - 120px);
	width: 100%;
	font-size: 4.8vw;
	z-index: 2;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-family: 'Roboto Condensed', sans-serif;
 letter-spacing: .1vw;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.2), 0px -1px 3px rgba(0,0,0,0.5), 0px 2px 3px rgba(0,0,0,0.7), 0px 8px 13px rgba(0,0,0,0.5), 0px 18px 23px rgba(0,0,0,0.1);
}
.video {
	display: block;
}
	.feature.subpageheader {
		background:url(../-Images/-Header%20Images/20180119_092021.jpg) center center;
		background-size:cover;
		height:600px;}
	.feature.subpageheader.whiteboxlayout {
		background:none;
		height:0px;}
.content-wrapper {
	overflow: hidden;
	padding: 0em .25em;
	background-image: linear-gradient(115deg, rgba(108,161,96,.95), rgba(18,111,0,.95)), url(../-Images/-Structure/FeatureBackground.jpg);
	background-position: top center, bottom center;
	background-position: top center;
	background-attachment: fixed, fixed;
}
.columns-wrapper {
	background-color: rgba(255,255,255,0);
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: auto;
	position: relative;
}
.main-content .content {
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
}
/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	font-weight: normal;
	line-height:1em;
	
}
h1 {
	font-size: 3.5em;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
}
h2 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 3.5em;
}
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 3em;
}
h4 {
	font-family: 'Caveat', cursive;
	font-size: 2.6em;
	/* Tilt  */
	transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
}
/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child {
	margin-top: 0px;
}
/*Ordinary Link Styles*/
.content a {
	color: #002953;
	text-decoration: none;
	background-color: rgba(68,144,44,1);
	color: rgba(255,255,255,1);
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: 7px 15px;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
	transition: width .2s;
	-webkit-transition: all .2s;
}
.content a:hover, .content a:focus {
	color: rgba(204,204,204,1);
	background-color: rgba(68,144,44,.7);
	/*Inner shadow*/
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0,0,0,0.4);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset, inset 0 7px 9px -7px rgba(0,0,0,0.4);
}

.privacy a {
	color: rgba(68,144,44,1);
	background-color:rgba(255,255,255,1);
	font-weight: bold;
	text-transform: none;
	display: inline-block;
	padding:0px;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow: none;
	transition: width .2s;
	-webkit-transition: all .2s;
}
.privacy a:hover, .privacy a:focus {
	color: rgba(0,102,204,1);
	background:none;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow: none;
}
.footer a {
	color: #FFF3E4;
	text-decoration: none;
	transition: width 1s;
	-webkit-transition: all 1s;
}
.footer a:hover, .footer a:focus {
	color: #FFF;
}
/*The Footer*/
.footer {
	background-image: linear-gradient(115deg, rgba(206, 142, 0, 0.91), rgba(251, 219,0,0.9)), url(../-Images/-Structure/FeatureBackground.jpg);
	background-position: top center, bottom center;
	background-size: auto auto, cover;
	font-size: 0.7em;
	color: #FFF3E4;
	position: relative;
	text-align: center;
	clear: both;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.65), 0 -3px 12px rgba(0, 0, 0, 0.25);
}
.footer .menu-top-wrapper {
	padding-top: 10px;
}
.footer .copyright {
	text-transform: uppercase;
	margin: 0px;
	background-color: rgba(116,78,2,.8);
	padding: 0 0 10px;
	width: 100%;
	clear: both;
	z-index: 10;
	box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4), inset 0 7px 15px -7px rgba(0,0,0,0.8);
}
.copyright i {
	font-size: 1.8em;
}
.noborder {
	border: 0;
}
.footerbuttons {
	float: left;
	width: 33%;
}
.footerbuttons a {
	display: block;
	background-color: #FFF3E4;
     padding: 7px;
    width: 90%;
    margin: 0px auto 16px;
	font-size: 1.5em;
	color: #222;
	text-transform: uppercase;
	transition: width .5s;
	-webkit-transition: all .5s;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
}
.footerbuttons a p{
	    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;}

.footerbuttons a:hover {
	background-color: #BCB5AA;
	color: #222;
	/*No Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.footersocial {
	font-size: 1.3em;
	width: 31%;
	margin: 0 1%;
	float: right;
	display: block;
	color: rgba(34,34,34,1);
	padding: 15px 0 10px;
	height: 115px;
	background-color: rgba(255,243,228,1);
	font-weight: 100;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45);
}
.footersocial a {
	font-size: 3em;
	color: #000;
}
.footersocial a:hover {
	color: #555;
}
.footercontact {
	color: #000;
	font-weight: bold;
	font-size: 1.8em;
	width: 29%;
	margin: 0 1%;
	float: right;
	display: block;
	padding: 10px 0 10px 2%;
	height: 115px;
}
.footercontact p {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 1em;
}
.footereblast {
	width: 40%;
	float: right;
	font-size: 1.3em;
}
.footereblast h2, .footersocial h2 {
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
}
.footersocial h2 {
	color: rgba(34,34,34,1);
	margin-bottom: 10px;
}
.footereblast h2 {
	color: rgba(255,243,228,1);
}
#creditcards {
	max-width: 150px;
	height: auto;
}
.footer hr {
	margin: 20px 0 30px;
	border: #FFF3E4 solid 1px;
}
.copyrightbreak {
	display: inline;
}
.blockwrap {
	position: relative;
	padding: 60px 0;
}
.blockwrap.greenboxlayout {
	padding: 100px 0;
}
.contentblock {
	font-size: 1.1em;
	padding: 5%;
	line-height: 1.5em;
	position: relative;
	background-image: linear-gradient(115deg, rgba(206, 142, 0, 0.91), rgba(251, 219,0,0.9)), url(../-Images/-Structure/FeatureBackground.jpg);
	background-position: top center, bottom center;
	background-size: auto auto, cover;
}
.home .contentblock {
	font-size: 1.1em;
	padding: 5% 5% 5% 30%;
	left: -30%;
	line-height: 1.5em;
}
.greenboxlayout .contentblock {
     padding: 5%;}
.home .greenboxlayout .contentblock {
     padding: 5% 5% 5% 15%;
    left: -15%;}
	
.greenboxlayout .contentblock h1 {
	margin-bottom:40px;}
.greenboxlayout .contentblock h2, .greenboxlayout .contentblock h3{
	text-transform:none;
	font-size:2.2em;
	}.greenboxlayout .contentblock h3{
	font-size:2em;
	}
.diagimage {
	height: calc(100% + 95px);
     width: 130%;
    clip-path: polygon(30% 0, 100% 0%, 100% 100%, 50% 100%);
    overflow: hidden;
    position: absolute;
    top: -65px;
    right: -30%;
	background-image: url(../-Video/HomeVideo/20180119_103053.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.diagimage img {
	width: auto;
	height: calc(100% + 95px);
	position: absolute;
	top: 0;
	right: 0;
}
.equipment {
	padding: 40px 0 80px;
	background: linear-gradient(180deg, rgba(171, 79, 0, 0.25), rgba(171, 79, 0, 0.25)), url(../-Images/-Header%20Images/20180119_110230.jpg) top center;
	background-size: cover;
	background-attachment: fixed;
}
.equipment.whiteboxlayout {
     margin-top: 120px;
	 padding-top:80px;}
.redblock {
	padding: 40px 0 80px;
	background-image: linear-gradient(120deg, rgba(192,25,1,1), rgba(142,20,13,1));
	background-color: rgba(192,25,1,1);
}
.redblock h2, .redblock h3, .equipment h2, .equipment h3 {
	color: #fff;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 20px;
}
.equipment h2, .equipment h3 {
	text-shadow: 0px 2px 3px rgba(0,0,0,0.8), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.whiteblock h2, .whiteblock h3 {
	text-shadow:  none;
	color:#222;
	font-size:2.7em;
}.whiteblock h3 {
	font-size:2.2em;
	text-transform:none;
	text-align:left;
}
.equipment p {
	font-size: 1.3em;
	line-height: 1.5em;
}
.serviceslist {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.serviceslist ul {
	overflow: hidden;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
.serviceslist li {
	list-style: none;
	display: block;
	padding: 10px 15px;
	margin: 10px 0;
	font-size: 1.2em;
	text-align: center;
	background-color: rgba(255,255,255,1);
	text-transform: uppercase;
}
.serviceslist li:first-child {
	margin-top: 0;
}
.whiteblock {
	background-color: rgba(255,255,255,.9);
	padding: 30px 20px;
}
.whiteblock h2, .whiteblock h3 {
	margin-top: 0;
}
.servicestable {
	width:80%;
	margin:10px 10%;
     border-spacing: 0px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;}
	.servicestable tr td {
		background-color: rgba(255,225,26,.6);
		padding:2px 0 2px 5px;
		border-bottom:2px solid rgba(254,229,78,1); }
		
	.servicestable tr:nth-child(1) td {
		background-color: rgba(255,225,26,.8) !important;
		font-weight:bold;
		text-align:center;}
		.servicestable tr:nth-child(1) td:nth-child(1) {
		text-align:left;
		background-color: rgba(255,225,26,.8);}
		.servicestable tr td:nth-child(1) {
		background-color: rgba(255,225,26,.6);
		font-weight:bold;}
	.servicestable tr:nth-child(odd) td {
		background-color: rgba(255,225,26,.3);}
	.servicestable tr:nth-child(odd) td:nth-child(odd) {
		background-color: rgba(255,225,26,.5);}
		
	.servicestable tr:nth-child(odd) td:nth-child(1)  {
		background-color: rgba(255,225,26,.4);}
		
	.servicestable tr:last-child  td  {
		background-color: rgba(210,181,26,.8) !important;
		font-style:italic !important;
		border-bottom:0;}
	
 @media only screen and (min-width: 1000px) and (max-width: 1280px) {
.columns-wrapper, .menu-top-wrapper {
	max-width: 960px;
	margin: auto;
}
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
.columns-wrapper, .menu-top-wrapper {
	max-width: 810px;
	margin: auto;
}
.logo {
	width: 250px;
}
}

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 850px) {
body {
	padding-bottom: 0px;
}
.footer {
	position: static;
	width: auto;
}
.feature .content {
	font-size: 5.8vw;
}
.logo {
	z-index: 1000;
	width: 170px;
}
.content-wrapper, .columns-wrapper {
	margin: 0px;
	border: none;
}
.main-content .content {
	padding: 20px 10px;
	border: none;
}
.serviceslist {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.serviceslist ul {
	margin: 0 10px;
}

h1, .greenboxlayout .contentblock h1 {
	font-size: 1.8em;
	margin-bottom:0;
}.contentblock {
    font-size: 1.1em; }
.footersocial, .footercontact, .footerbuttons {
	float: none;
	width: 95%;
	margin: 0 2.5% 20px;
}
.contentblock {
	padding: 1% 5% 1% 5%;
	left: 0%;
}
.video {
	display: none;
}

.blockwrap.greenboxlayout {
	padding: 40px 0;
}
.greenboxlayout .contentblock {
     padding: 5% 5% 5% 5%;
    left: 0%;}
}
/*-------------------------------
		  Responsive Styles
-------------------------------*/
	/*---IMAGE STYLES ---*/
.afloatright, img[style*="float: right"] {
	float: right;
	text-align: center;
	margin: 20px 0 10px 15px !important;
	max-width: 500px;
	width: 40%;
	height: auto;
	/*Outer Shadow*/
	-webkit-box-shadow:  0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), 0 3px 20px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:   0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), 0 3px 20px rgba(0, 0, 0, 0.15);
	box-shadow:  0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), 0 3px 20px rgba(0, 0, 0, 0.15);
}
.afloatright img {
	max-width: 100%;
	height: auto;
}
.afloatleft, img[style*="float: left"] {
	float: left;
	margin: 20px 25px 10px 0px !important;
	text-align: center;
	max-width: 500px;
	width: 40%;
	height: auto;
	/*Outer Shadow*/
	-webkit-box-shadow:  0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), 0 3px 20px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:   0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), 0 3px 20px rgba(0, 0, 0, 0.15);
	box-shadow:  0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35), 0 3px 20px rgba(0, 0, 0, 0.15);
}
.afloatcenter, img[style*="margin: auto"] {
	display: block;
	margin: 10px auto;
	clear: both;
	background-color: #D4533A;
	border: medium solid #D4533A;
	max-width: 100%;
	width: 95%;
	height: auto;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
}
.videoright, .videoleft {
	float: right;
	margin: 10px 0 10px 15px;
	max-width: 50%;
	width: 100%;
	height: auto;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	/* Tilt  */
	transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
}
.videoleft {
	float: left;
	/* Tilt  */
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
}
.formimage {
	float: right;
	text-align: center;
	margin: 10px 0 10px 15px;
	background-color: #fff;
	border: medium solid #FFF;
	width: 40%;
	height: auto;
	clear: right;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
	/* Tilt  */
	transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
}
.formimage:nth-child(even) {
	/* Tilt  */
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
}
iframe {
	display:block;
	margin:0 auto;}
.clear {
	clear: both;
}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
.noimagestyles {
	background: none !important;
	padding: 5px !important;
	/*Outer Shadow*/
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 0px !important;
}
.desktoponly {
	display: block;
}
.tabletonly {
	display: none;
}
.mobileonly {
	display: none;
}
.largeronly {
	display: inline
}
.smalleronly {
	display: none;
}
.nomobile {
	display: block !important;
}
.nobig {
	display: none !important;
}
.textcenter {
	text-align: center;
}
.Grid {
	width: 100%;
	display: block;
	clear: both;
}
.Grid ul {
	text-align: left;
}
.Grid img {
	width: 100%;
	height: auto;
	padding: 0px !important;
	margin: 0px !important;
}
.Grid ol li, .Grid ul li {
	text-align: left;
}
.Gridclear {
	clear: both;
}
.colhalves {
	width: 47%;
	margin: .5%;
	padding: 10px 1% 0 1%;
	float: left;
	text-wrap: normal;
}
.colthirds {
	width: 31.3%;
	margin: 0px .5% 5px;
	padding: .5%;
	padding-bottom: 0px;
	float: left;
	text-wrap: normal;
	background-size: 100% auto;
}
.colthirds img {
	width: 100%;
	height: auto;
}
.colfourths {
	width: 24%;
	padding: .5%;
	float: left;
	text-wrap: normal;
	position: relative;
}
.colfourths p {
	padding: 0px 10px;
}
.colfourths img {
	width: 100%;
	/*No Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.thirdslist ul {
	list-style: none;
	text-align: center !important;
	margin: 0px !important;
	padding: 0px;
}
.fullwidth {
	width: 97%;
	height: auto;
}
.autoh {
	height: auto;
}
.notilt {
	/* Tilt  */
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	/*Smooth Edges*/
	-webkit-backface-visibility: hidden;
}
.nowrap {
	overflow: auto;
}
.nomargintop {
	margin-top: 0px;
}
.button {
	color: #fff !important;
	font-size: 1.25em;
	text-shadow: 2px 2px 1px rgba(0,0,0,.3);
	font-family: 'Patua One', cursive;
	display: inline-block;
	padding: 5px 10px;
	background-color: rgba(223,40,44,1);
	border: #600 solid 1px;
	border-top: 0px;
	border-bottom: 2px solid #600;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
	transition: width .2s;
	-webkit-transition: all .2s;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.button:hover {
	text-shadow: none;
	color: #999;
	background: rgba(102,0,0,1);
	/*Inner shadow*/
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
}
.nolinkstyles {
	background: none !important;
	/*No Outer Shadow*/
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding: 0px !important;
	display: block;
	position: relative;
	top: -240px;
	visibility: hidden;
}
 @media only screen and (min-width: 850px) and (max-width: 1000px) {
.desktoponly {
	display: block;
}
.tabletonly {
	display: inline;
}
.mobileonly {
	display: none;
}
.largeronly {
	display: inline;
}
.smalleronly {
	display: none;
}
.nobig {
	display: none !important;
}
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
.desktoponly {
	display: none !important;
}
.tabletonly {
	display: inline !important;
}
.mobileonly {
	display: none !important;
}
.largeronly {
	display: inline !important;
}
.smalleronly {
	display: none !important;
	margin: auto;
}
.nobig {
	display: block !important;
}
.nomobile {
	display: none !important;
}
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 0px;
}
.colfourths {
	width: 49%;
	margin-bottom: 20px;
}
}
 @media only screen and (min-width: 0px) and (max-width: 700px) {
.afloatright, .afloatleft, .afloatcenter, img[style*="float: left"], img[style*="float: right"], img[style*="margin: auto"] {
	display: block;
	width: 96% !important;
	max-width: 500px;
	height: auto;
	margin: 10px auto !important;
	clear: both !important;
	float: none;
}
.videoright, .videoleft {
	float: none;
	margin: 10px 0 10px 0px;
	max-width: 100%;
	/* Tilt  */
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 0px;
}
.scalable {
	margin: auto;
	display: block;
	width: 100%;
}
.desktoponly {
	display: none !important;
}
.tabletonly {
	display: none !important;
}
.mobileonly {
	display: inline !important;
}
.largeronly {
	display: none !important;
}
.smalleronly {
	display: inline !important;
}
.nomobile {
	display: none !important;
}
.nobig {
	display: block !important;
}
.colfourths {
	width: 49%;
	margin-bottom: 20px;
}
.colthirds {
	width: 96% !important;
	height: auto;
	text-align: center !important;
}
.colthirds img {
	width: 90%;
	max-width: 250px;
}
.colhalves {
	width: 100%;
}
.mobilecenter {
	text-align: center;
}
}
 @media only screen and (min-width: 600px) and (max-width: 700px) {
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
.colthirds img {
}
}
 @media only screen and (min-width: 0px) and (max-width: 600px) {
.noimagestyles {
	background: none;
	padding: 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
}
 @media only screen and (min-width: 0px) and (max-width: 500px) {
.colfourths {
	width: 96%;
	height: auto;
	margin-bottom: 20px;
}
.colfourths .linked {
	position: relative !important;
}
.colhalves {
	width: 100%;
}
}
/*-------------------------------
		  Fonts Styles
-------------------------------*/
@font-face {
	font-family: 'fontello';
	src: url('../-Fontello/font/fontello.eot?57954864');
	src: url('../-Fontello/font/fontello.eot?57954864#iefix') format('embedded-opentype'), url('../-Fontello/font/fontello.woff2?57954864') format('woff2'), url('../-Fontello/font/fontello.woff?57954864') format('woff'), url('../-Fontello/font/fontello.ttf?57954864') format('truetype'), url('../-Fontello/font/fontello.svg?57954864#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../-Fontello/font/fontello.svg?57954864#fontello') format('svg');
  }
}
*/
 
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;/* Uncomment for 3D effect *//* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-reply:before {
	content: '\e800';
} /* '' */
.icon-forward:before {
	content: '\e801';
} /* '' */
.icon-left-circled2:before {
	content: '\e802';
} /* '' */
.icon-right-circled2:before {
	content: '\e803';
} /* '' */
.icon-left-open:before {
	content: '\e804';
} /* '' */
.icon-right-open:before {
	content: '\e805';
} /* '' */
.icon-phone:before {
	content: '\e806';
} /* '' */
.icon-facebook-squared:before {
	content: '\e807';
} /* '' */
.icon-instagram:before {
	content: '\e808';
} /* '' */
.icon-comment-inv-alt2:before {
	content: '\e809';
} /* '' */
.icon-location:before {
	content: '\e80a';
} /* '' */
.icon-globe:before {
	content: '\e80b';
} /* '' */
.icon-pinterest:before {
	content: '\e80c';
} /* '' */
.icon-flickr:before {
	content: '\e80d';
} /* '' */
.icon-twitter:before {
	content: '\e80e';
} /* '' */
.icon-facebook:before {
	content: '\e80f';
} /* '' */
.icon-phone-1:before {
	content: '\e810';
} /* '' */
.icon-clock:before {
	content: '\e811';
} /* '' */
.icon-compass:before {
	content: '\e812';
} /* '' */
.icon-paypal:before {
	content: '\e813';
} /* '' */
.icon-gplus:before {
	content: '\e814';
} /* '' */
.icon-foursquare:before {
	content: '\e815';
} /* '' */
.icon-linkedin:before {
	content: '\e816';
} /* '' */
.icon-youtube:before {
	content: '\e817';
} /* '' */
.icon-email:before {
	content: '\e818';
} /* '' */
.icon-cart:before {
	content: '\e819';
} /* '' */
/*-------------------------------
		  Print Styles
-------------------------------*/
@media print {
body {
	margin: 0;
	padding: 0;
	min-width: 0;
}
.sidebar, .main-content, .sidebar2, .sidebar-right, .content, .column-content {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none !important;
}
.main-content {
	margin: 0;
}
#layout {
	max-width: none;
	margin: 0px;
}
.column-content, .content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
.column-content * {
	padding: 0px !important;
}
.footer {
	position: static;
}
}
/*
