@charset "utf-8";
/* CSS Document */
/*
#000000
*/
html{
	opacity:1;	
}
body {
    margin: 0;
    color:#111;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    width: 100%;
}
#wrapper,
.wrapper {
    margin: auto;
    max-width: 1500px;
}
	.wrapper2 {
		margin: auto;
		max-width: 1500px;
	}
#bg2 {
	position: relative;
	z-index: 1;
}
#header {
    width: calc(100% - 20px);
    height:120px;
    padding: 0 0px 0 20px;
    background: #fff;
    position: fixed;
    z-index: 1000;
    transition: 400ms;
}
    #header .header-appt-btn a{
        color:#FFF;
    }
body:not([page=index]) #body {
    /*padding-top: 177px;*/
}
body:not([page=index]) #banner.fullheight{
	height:111px;
}
body:not([page=index]) #logo img{
	width:300px;
}

body:not([page=index]) .fullwidth .slide > .image{
	background-position:top;
}

#nav {
	float: right;
	/*
    display: flex;
    float: right;
	*/
}
#nav ul {
    list-style: none;
    padding: 0;
    text-align: right;
}
	#nav ul .sub_menu{
		visibility:hidden;
		position:absolute;
	}
#nav ul li {
    display: inline-table;
    transition: background 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out;
    margin: 0 5px;
}
#nav ul li.right {
    background: #fffe00;
}
#nav ul li.right:hover {
    background: #FFF;
}
/*
#nav ul > li a{
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #000000;
    letter-spacing: 0;
    padding: 5px 6px;
	font-family: 'Open Sans';
}
*/
#nav ul > li a{
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0;
    padding: 5px 6px;
    font-family: 'Open Sans Bold';
    background-size: 0 5px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}


#nav ul > li a:not([href]) {
    color: #fff;
	cursor:default;
}
#nav ul > li a:not([href]):hover {
    color: #074500;
}
#nav ul > li a i.dropdown-icon{
	margin-left:5px;
}
#nav ul > li a i:not(.dropdown-icon){
	display:none;
}
#nav ul li a:hover{
    transition: all ease-in-out 200ms;
}
#nav ul li a:hover,
#nav ul li.selected > a {
    color: #074500;
}
#banner {
    background:#DDD;
}
#banner.fullheight{
	height:calc(78vh - 115px);
	height:100vh;
	height:680px;
}

@media screen and (min-height: 750px) {
	#banner.fullheight{
		height: calc(100vh - 180px);
	}	
}


#banner .slide:not(:nth-child(1)){
	opacity:0;
}
#banner .slide-video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}
	#banner .slide-video iframe {
		width: 100vw;
		height: 56.25vw;
		min-height: 100vh;
		min-width: 177.77vh;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
#body {
    margin: auto;
    background: #FFF;
    position: relative;
    z-index: 1;
}
#body #body_body {
    background-color: #fff;
}
#body #body_body > .left {
    width: 640px;
}
#body #body_body > .left > .padding {
    padding: 0 20px;
}
#body #body_body > .right,
#footer2 > .wrapper > div.right {
    width: 330px;
    
}
#footer2 > .wrapper > div.right {
    text-align: right;
    margin-top: -40px;
}
#body #body_body > .right > .padding {
    padding: 0;
    padding-right: 20px;
}
#footer {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}
	#footer hr:not(.alt){
		border-bottom:1px solid rgba(255,255,255,.1);
		border-top:1px solid rgba(0,0,0,.1);
	}
#footer_nav{
	background:#F0F0F0;
}
	#footer_nav .list1{
		line-height:30px;
	}
		#footer_nav .list1 li{
			line-height:30px;
			margin:0 10px;
		}
#footer,
#footer a{
    text-decoration: none;
    font-weight: 600;
	color: rgba(0,0,0,0.75);
}

#footer a:hover {
    color: #818080;
}
#footer1 {
    width: 100%;
}
#footer2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    
}
#footer2 .left {
    text-align: center;
    float: none;
}
#copyright{
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
	opacity:0.5;
	margin-top:20px;
}
#footer_columns .col3 li:nth-child(2){
	text-align:center;
}
#footer_columns .col3 li:last-child {
    text-align: right;
}
#footer_columns .padding{
	line-height:20px;
}
#footer_columns .padding > strong:nth-child(1){
	font-size:18px;
	letter-spacing:1px;
}
	#footer_columns .vcard a{
		display: inline-block;
	}
iframe#map {
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .8);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .8);
}
.block1 {
    list-style: none;
    /*background-color: rgba(0,0,0,.05);
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 4px;
    overflow: hidden;
	*/
}
.block1 h2 {
	font-size:22px;
}
.block1.alt{
    
	background:#000000;
}
	.block1.alt,
	.block1.alt p,
	.block1.alt h1,
	.block1.alt strong{
		color:#FFF;
	}
.block1 .padding {
    padding: 20px;
}
.block1 strong,
.block1 h2{
	margin:0;
}
.block1 h1{
    font-size: 30px;
    color: #fff;
    margin: 0;
    line-height: normal;
}
h2.alt {
    color: #1e1e1e;
}
.colored{
	color:#074500;
}
.colored2{
	color:#000000;
}
.colored3{
	color:#4a335b;
}
.txt-shdw {
    text-shadow: 2px 2px 0px #000;
}
.centered{
	text-align: center;
}
a {
    color: #074500;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
	color: #111;
}
a:not([href]) {
    color: #333;
	cursor:default;
}
a img {
    border: 0;
}

h1,h2,h3,h4{
    margin: 0 0 10px 0;
	font-family:'Open Sans', sans-serif;
	line-height: 1.25;
	font-weight: 400;
	
}
h1{
	font-size:30px;
	line-height: 35px;
	text-transform:capitalize;
}
h2{
	/*font-size:45px;*/
	font-size: 30px;
	line-height: 30px;
}
h3 {
    font-size: 35px;
}
h4 {
    font-size: 22px;
}
h2.cta{
	color: rgba(74,52,92,0.2);
	font-size: 150px;
	margin-bottom: -70px;
	font-weight: 700;
}
h2.bold {
	font-size: 70px;
	font-family: 'Open Sans Bold';
}
#body > #body_body > .left > .padding h1:nth-child(1) {
    font-size: 40px;
}
h1 span {
    color: #fff;
}
h1.alt span {
    font-size: 18px;
}
.bannertext {
    top: 35vh;
    position: absolute;
    width: 100%;
}
	.bannertext strong{
		text-transform:uppercase;	
		font-family:'Open Sans Extra Bold', sans-serif;
		font-size: 4vw;
		line-height: 1.25;
		display: block;
		color:#FFF;
		text-align: center;
		text-shadow: #000 0 0 10px, #000 0 0 30px, #000 0 0 60px;
	}
	body:not([logo_banner=true]) .bannertext {
		top: 46vh;
	}

p {
    margin: 0;
    margin-bottom: 10px;
}
ul {
    margin: 0;
}
ul.col2 ul {
	/*list-style-type: disc;
	line-height: 40px;*/
}
ul.col2 ul ul {
	/*list-style-type: square;*/
}
hr {
	border:0;
	border-bottom:1px solid rgba(255,255,255,1);
	border-top:1px solid rgba(0,0,0,.1);
}

hr.alt {
    border: 0;
    margin: 10px 0;
}
hr.alt2 {
    border: 0;
    margin: 20px 0;
    width: 0;
    height: 2px;
    border-left: 50px solid #ed1c24;
    border-right: 50px solid #f26522;
}
.left{
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.list1,
ul.list2 {
    margin: 0;
    padding: 0;
}
.list1 li {
    display: inline-table;
}
ul.list2 {
    list-style: none;
}
.left {
    float: left;
}
ul.list2 .sep1 {
    border-bottom: 1px dotted #7d8ba6;
    padding: 0;
    margin: 5px 0;
}

ul.list-icon{
    margin-left:35px;
}
ul.list-icon > li{
    line-height: 30px;
    margin-bottom: 20px;
}
ul.list-icon > li > i{
    margin-left: -35px;
    font-size: 30px;
    vertical-align: bottom;
}


.padding {
    padding: 20px;
}
.padding2{
    padding: 60px 20px;
}
.padding3{
	padding: 20px 10%;
}
.padding4{
    padding: 300px 20px 50px;
}
.padding.no-left-padding {
    padding-left: 0;
}
.thumb1 {
	box-shadow: 0 0 0 8px #FFF, 0 0 0 9px rgba(0, 0, 0, .05), 0px 5px 10px 5px rgba(0, 0, 0, .5);
}
.thumb1.right {
    margin-left: 40px;
    margin-bottom: 20px;
}
.thumb1.left {
    margin-right: 20px;
    margin-bottom: 10px;
}
.list2 {
    margin: 0 auto;
    padding: 0 25px;
}
.list2.num {
    list-style: decimal;
}
.minheight1 {
    min-height: 472px;
}
.minheight3 {
    min-height: 411px;
}
.minheight2 {
    min-height: 190px;
}
div.butt1,
div.butt1.alt {
    padding: 8px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    background: rgba(0, 0, 0, .8);
    color: #FFF;
    font-weight: 900;
    letter-spacing: 1px;
}
div.butt1:hover {
    background: #ed1c24;
    color: #1e1e1e;
    border-color: #000;
}
div.butt1.alt {
    background: rgba(205, 205, 205, .8);
    color: #1e1e1e;
}
div.butt1.alt:hover {
    background: rgba(0, 0, 0, .8);
    color: #fff;
}
div.butt1 span {
    font-size: 20px;
    font-weight: bolder;
}
a.butt1 {
   background: #000000;
    padding: 10px 30px;
    border-radius: 0;
    letter-spacing: 1px;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    text-decoration: none;
    color: #FFF;
	/*box-shadow: 3px 5px 5px 0px rgba(0,0,0,.5);*/
	display: inline-block;	
}
	a.butt1.butt1banner {
		position: absolute;
		z-index: 101;
		background: #000000;
		padding: 10px 30px;
		border-radius: 0;
		letter-spacing: 1px;
		transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		text-decoration: none;
		color: #FFF;
		/* box-shadow: 3px 5px 5px 0px rgb(0 0 0 / 50%); */
		left: 0;
		top: 68vh;
		margin-left: 27vh;
	}
a.butt1.alt {
    color: #FFF;
    
}
a.butt1.mini {
    font-size: 12px;
    padding: 5px 15px;
	border: none;
}
a.butt1:hover{
    background:#398d43;
    color: #fff;
	box-shadow: 3px 5px 10px 0px rgba(0,0,0,.9)
}
a.butt1.mini:hover {
    background: #999;
    border-color: #fff;
    color: #fff;
}
.buttmini {
    background: #d82727;
    color: #FFF;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 5px;
    display: inline-table;
    letter-spacing: 1px;
    cursor: pointer;
}
.buttmini:hover {
    background: #333;
}
.contenthide > div:first-child {
    display: none;
}
#rotators img {
    width: 100%;
    height: 320px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .8);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .9), inset 0 0 1px 1px rgba(255, 255, 255, .4);
}
ul.col3,
ul.col2,
ul.col6 {
    list-style: none;
    padding: 0;
}
ul.col3 {
    margin-left: 20px;
}
ul.col2 > li,
ul.col3 > li,
ul.col4 > li,
ul.col5 > li,
ul.col6 > li {
    display: block;
    height: auto;
    float: left;
}
ul.col2 > li {
    width: 50%;
}
ul.col3 > li {
    width: 33%;
}
	ul.col3 > li:nth-child(2) ul.bullet{
		display:table;
		margin:auto;
	}
	ul.col3 > li:nth-child(3) ul.bullet{
		float:right;
	}
ul.col4 > li {
    width: 25%;
}
ul.col5 > li {
    width: 20%;
}
ul.col6 > li {
    width: 33.3%;
    background-color: #fff;
}
/******************************************************************************************************************/
ul.col2.alt > li:first-child {
    width: 65%;
}
ul.col2.alt > li:last-child {
    width: 35%;
}
ul.col2.alt1 > li:first-child {
    width: 35%;
}
ul.col2.alt1 > li:last-child {
    width: 65%;
}
ul.col2.alt2 > li:first-child {
    width: 25%;
}
ul.col2.alt2 > li:last-child {
    width: 75%;
}
ul.col2.alt3 > li:first-child {
    width: 75%;
}
ul.col2.alt3 > li:last-child {
    width: 25%;
}
ul.col2.alt4 > li:first-child {
    width: 40%;
}
ul.col2.alt4 > li:last-child {
    width: 60%;
}
/***************************************************/

ul.col2.alt3.reverse > li:first-child {
	float:right;
    width: 35%;
}
ul.col2.alt3.reverse > li:last-child {
	float:left;
    width: 65%;
}

ul.col2.alt3.reverse > li:first-child > .padding{
	padding:0;
}
ul.col2.alt3.reverse > li:last-child > .padding{
	padding:0;
	padding-right:20px;
}

/***************************************************/
.padding > ul.col2.alt > li:first-child > .padding,
.padding2 > ul.col2.alt > li:first-child > .padding{
	padding:0;
	padding-right:30px;
}
ul.col2 > li:first-child > .padding{
	padding-top:0;
	padding-left:0;
	padding-bottom:0;
}
ul.col2 > li:not(:first-child) > .padding{
	padding:0;
}
ul.col2.alt1 > li:not(:first-child) > .padding{
	padding:0 20px 0 30px;
}
#body > .center {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
a.butt2 {
    display: block;
}
.butt2,
.butt2.alt {
    text-transform: uppercase;
    font-weight: bolder;
    padding: 5px 10px;
    color: #FFF;
    letter-spacing: 2px;
    font-size: 12px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .8), 0 0 20px rgba(0, 0, 0, .3);
    border-radius: 10px;
    text-align: center;
    position: relative;
    background: #d40f0f;
    top: 5px;
    box-shadow: inset 0 25px 0 rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 0 0 2px rgba(255, 255, 255, 1), 0 1px 2px 1px rgba(0, 0, 0, .7);
    margin: auto;
    margin-bottom: 10px;
    margin-right: 10px;
}
.butt2 {
    background: #111;
    box-shadow: inset 0 25px 0 rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 0 0 2px rgba(255, 255, 255, 1), 0 1px 2px 1px rgba(0, 0, 0, .7);
}
.butt2.alt:hover {
    background: #333;
}
.butt2.wide {
    display: block;
    width: auto;
    background: #004e9d;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .3), inset 0 -5px 0 0 rgba(0, 0, 0, .3), inset 0 -5px 0 0 #004e9d, inset 0 25px 0 rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 0 0 1px rgba(255, 255, 255, .3), inset 0 -6px 0 0 rgba(255, 255, 255, .3), inset 0 -20px 30px 0 rgba(0, 0, 0, .2), 0 1px 2px 1px rgba(0, 0, 0, .7);
    font-size: 20px;
    padding: 10px 10px 15px 10px;
    margin: 0;
}
.butt2.wide.alt {
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .3), inset 0 -5px 0 0 rgba(0, 0, 0, .3), inset 0 -5px 0 0 #d40f0f, inset 0 25px 0 rgba(255, 255, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 0 0 1px rgba(255, 255, 255, .3), inset 0 -6px 0 0 rgba(255, 255, 255, .3), inset 0 -20px 30px 0 rgba(0, 0, 0, .2), 0 1px 2px 1px rgba(0, 0, 0, .7);
    background: #d40f0f;
}
.fullwidth {
    background: rgba(0, 0, 0, .05);
    overflow: hidden;
    position: relative;
}
.fullwidth .slide {
    width: 100%;
    height: 100%;
    position: absolute;
}
.fullwidth .slide > .image,
.section .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    background-position: 50% 70%;
    background-repeat: no-repeat;
}
.section {
    height: auto;
    max-height: none;
    background-size: cover;
    background-position: center;
}
.section.alt {
	background-color:#fbf6ff;
	box-shadow:0 -1px 0 rgba(0,0,0,.05), 0 1px 0 rgba(0,0,0,.05);
}
.section .image .wrapper p,
.section .image .wrapper h3,
.section .parallax .wrapper p,
.section .parallax .wrapper h3 {
    color: #FFF;
	text-shadow: 0 0 30px #000;
}
.section .image .wrapper p,
.section .parallax .wrapper p {
    letter-spacing: 1px;
    font-size: 18px;
}
.section .image .wrapper,
.section .parallax .wrapper {
    padding: 25px 0;
}
.section .image .wrapper > div,
.section .parallax .wrapper > div {
    width: 79%;
    margin: auto;
}

.section.highlight {
    text-align: center;
    padding: 45px 20px;
}
.section.highlight h3 {
	font-family:'Open Sans Extra Bold', sans-serif;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.section.highlight h2,
.section.highlight h1,
.section.highlight p {
    color: #FFF;
}
.section.highlight.alt {
    background: #000000;
    padding: 20px;
}
.section.highlight.alt3	{
	background-size: cover;
}
.section.highlight.alt h3 {
    margin: 0;
}
.section.highlight a:not(.butt1){
    color: #FFF;
}
.section.highlight.alt2 {
    background: #074500;
}
.section.heading {
    text-align: center;
    background: #282828;
    padding: 10px;
	/*display: none;*/
}
.section.heading h3,
.section.heading h1 {
    margin-bottom: 0;
    color: #FFF;
    text-shadow: 2px 2px 4px #000;
	font-size: 25px;
    font-family: 'Open Sans Bold', sans-serif;
}
.section.alt.heading {
    text-align: left;
    background-color: rgb(240, 240, 240) !important;
    border-bottom: 1px solid rgb(230, 230, 230);
}
.section.alt.heading h1 {
    font-size: 25px;
    margin: 0;
    color: #333;
}
.section.alt.heading img {
    margin-left: 50px;
    margin-right: 50px;
}
.section.no-side .col2 li:first-child{
	width:100%;
}
.section.no-side .col2 li:last-child{
	display:none;
}

.slant{
	position: relative;
	overflow: hidden;
	padding-top:120px;
}
.slant:before,
.reverse-slant:before,
.bottom-slant:after,
.bottom-reverse-slant:after{
	content: "";
	position: absolute;
	height: 0;
	width: 100%;
	top: 0;
	border-style:solid;
	border-color:transparent transparent transparent #fff;
	border-width: 0 0 60px 1920px;
	left: 0;
	z-index: 3;
}

.slant.triangle:before{
	border-color: #FFF transparent transparent transparent;
    border-width: 5vw 0 0;
    border-left-width: calc(100vw / 2);
    border-right-width: calc(100vw / 2);
	width: 0;
}

.reverse-slant:before{
	border-color: #FFF transparent transparent transparent;
    border-width: 60px 0 0 1920px;
}
.bottom-slant:after,
.bottom-reverse-slant:after{
	top:auto;
	bottom:0;
}
.bottom-slant:after{
	border-color: transparent transparent #FFF transparent;
}
.bottom-reverse-slant:after{
	border-width: 60px 0 0 1920px;
}
.slant.alt-slant:before,
.bottom-reverse-slant.bottom-alt-slant:after{
	border-color:transparent transparent transparent #fafafa;
}
.reverse-slant.alt-slant:before{
	border-color:#fafafa transparent transparent transparent;
}
.bottom-slant.bottom-alt-slant:after{
	border-color: transparent transparent #fafafa transparent;
}
.parallax{
    position: relative;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}
	.parallax .padding{
		padding:198px 20px;
	}

body[device-phone=true] .parallax{
	background-attachment:scroll;
}

.parallax > div {
    text-indent: 0;
}
.parallax.fullscreen{
    background-position: 50%;
}
	.parallax.fullscreen .butt1,
	.parallax a.butt1,
	.section.highlight a.butt1{
		background:#000000;
		box-shadow:0 0 0 2px #000000;
		border-radius:2px;
		padding:5px 20px;
	}
	.parallax.fullscreen .butt1:hover,
	.parallax a.butt1:hover,
	.section.highlight a.butt1:hover{
		padding:9px 30px;
		background: #333;
		box-shadow: none;
	}
	.parallax h3,
	.parallax h2,
	.parallax2 h3{
		color:#FFF;
		text-shadow: 0 0 30px #000;
	}
	.parallax.fullscreen h3,
	.parallax h3.big{
		font-family:'Open Sans Extra Bold', sans-serif;
		font-size:85px;
		line-height:80px;
		font-weight:bolder;
		letter-spacing:8px;
	}
	.parallax.fullscreen h2{
		font-family:'Open Sans Bold', sans-serif;
		font-size:45px;
		line-height:40px;
		font-weight:lighter;
		letter-spacing:8px;
	}
	.parallax h2:not(.headingtext){
		font-family:'Open Sans Bold', sans-serif;
		font-size:35px;
		letter-spacing:1px;
	}
	.parallax h2.big{
		font-family:'Open Sans Extra Bold', sans-serif;
		text-transform:uppercase;
		letter-spacing:1px;
	}
	body:not([page='index']) .parallax h3.big {
		font-size:40px;
		letter-spacing: 0;
		text-transform: uppercase;
		line-height: 1;
	}
ul.normal {
    padding-left: 20px;
    list-style: outside;
    color: #fff;
}
ul.normal li.sep1 {
    list-style: none;
    margin: 10px 0;
}
.text_group span {
    display: inline-block;
    margin-left: 10px;
}
.text_group span:first-child {
    margin-left: 0;
}
.right-text {
    text-align: right;
}
.butt1.call-to-action{
    background: #cd0101;
    font-size: 20px;
    border: 0;
	color:#FFF;
	font-family:'Open Sans Bold';
	
}
	.butt1.call-to-action.alt{
		background:#000000;	
	}

.device-phone,
.mobile-view {
    display: none;
}


#mobile-calltoaction{
	width:90px;
    position: fixed;
    right:0;
	bottom:5px;
	background: #37c837;
    float: right;
    border-radius: 100px;
    margin-right: 5px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.8);
	text-align: center;
	padding: 10px 0px 5px 0px;
	z-index: -1;
}

#mobile-text-slider + #mobile-calltoaction{
    margin-top: -90px !important;
}
	#mobile-calltoaction .fa.fa-phone{
		font-size: 75px;
		color:#fff;
	}

input.textbox1:focus,
textarea.textbox1:focus {
    outline: none;
    border-color: #000000;
    box-shadow: inset 0 0 0 2px #000000;
    background: #FFF;
}
input.textbox1,
textarea.textbox1,
select.textbox1 {
    width: 96%;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    padding: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .25);
    background: rgba(0, 0, 0, .01);
    background: #FFF;
    border-radius: 5px;
    margin-bottom: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .25);
    cursor: auto;
}
#sideright input.textbox1,
#sideright textarea.textbox1 {
    width: 93%;
}
textarea.textbox1 {
    height: 100px;
}
#mobilemenu {
    display: none;
	background:#000000;
}

.button1 {
    background: #ec0009;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .8), inset 0 25px 0 rgba(255, 255, 255, .1), inset 0 -2px 5px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, 1);
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 100;
    color: #FFF;
    display: block;
    text-decoration: none;
    padding: 10px;
    text-align: center;
}
.button1:hover {
    background: #1e1e1e;
    color: #fff;
}
#offer2 {
    margin-top: 28px;
}
#offer2 h2 {
    margin-top: 0;
    margin-left: 285px;
    font-size: 26px;
    font-weight: bolder;
    color: #fff;
    margin-bottom: 7px;
}
#nav ul li.selected .sub_menu li.selected a {
    background: #000000;
    color: #FFF;
}
.image_upload {
    opacity: .3;
    cursor: pointer;
    border: 4px solid #FFF;
}
.image_upload:hover {
    opacity: .5;
}
.image_upload.uploaded {
    opacity: 1;
    border: 4px solid #000000;
}
.image_status {
    display: none;
}
#quote-cont {
    width: 180px;
    margin-top: 10px;
    margin-left: 370px;
}
#quote-butt {
    cursor: pointer;
    font-weight: bolder;
    font-size: 30px;
    line-height: 30px;
    padding: 10px;
}
#quote-butt:hover {
    background: #333;
}
#owner-photo {
    margin-left: 70px;
}
#mini-menu.list2 li {
    padding: 2px 0 2px 20px;
}
#mini-menu.list2 li:last-child {
    padding-bottom: 20px;
}
#mini-menu.list2 li:hover,
#mini-menu.list2 li.selected {
    background: #000000;
}
#mini-menu.list2 li:hover a,
#mini-menu.list2 li.selected a {
    color: #FFF;
}
.round-image {
    display: inline-block;
    overflow: hidden;
    border-radius: 100px;
}
.round-image img {
    width: 100px;
    height: 100px;
	display:block;
}
.round-image.colored{
	background:#000000;
}
#shop-by-type .sep1{
	margin:0 20px;	
}

#testimonials .left,
#testimonials .right{
	width:49%;	
}
#testimonials.carousel{	
	opacity:0;
	height:0;
	overflow:hidden;
}
#testimonials.carousel .author{
	float:none;
	text-align:center;	
	margin-right:0;
	color:#000000;
	line-height:20px;
}
	#testimonials.carousel .author strong{
		color:#FFF;
		letter-spacing:1px;
	}
#testimonials.carousel .testimonial .content{
	background:#fbf6ff;
	border:0;
}
#testimonials.carousel .testimonial .content *:not(i){
	color:#333;
}
#testimonials.carousel .testimonial .content:after,
#testimonials.carousel .testimonial .content:before{
	left: 50%;
	right: auto;
	border-width: 12px 12px 0 12px;
	margin-left:-12px;	
	border-color: rgba(255,255,255,.30) transparent transparent transparent;
}
	#testimonials.carousel .testimonial .content:after{
		bottom:-12px;
	}
#testimonials.carousel .testimonial{
	border:0;	
	float:left;
	width:50%;
}
.testimonial .content{
	position: relative;
	background:rgba(0,0,0,.025);
	padding: 20px;
	font-size:12px;
	border-radius: 10px;
	color:#333;
}
	
	.col3 li:nth-child(1) .testimonial:nth-child(2n+1) .content,
	.col3 li:nth-child(2) .testimonial:nth-child(2n) .content,
	.col3 li:nth-child(3) .testimonial:nth-child(2n+1) .content{
		background:rgba(0,0,0,.075);
	}
	.col3 li:nth-child(1) .testimonial:nth-child(2n+1) .content:after,
	.col3 li:nth-child(2) .testimonial:nth-child(2n) .content:after,
	.col3 li:nth-child(3) .testimonial:nth-child(2n+1) .content:after,
	.col3 li:nth-child(1) .testimonial:nth-child(2n+1) .content:before,
	.col3 li:nth-child(2) .testimonial:nth-child(2n) .content:before,
	.col3 li:nth-child(3) .testimonial:nth-child(2n+1) .content:before{
		border-color:rgba(0,0,0,.05) transparent;
	}
	.testimonial .content p{
		font-size:14px;	
		letter-spacing:1px;
	}
	.testimonial .content p:last-child{
		margin-bottom:0;
	}

.testimonial{
	margin-bottom:20px;
	padding-bottom:20px;
	
}

.testimonial .content:after,
.testimonial .content:before{
	content: "";
	position: absolute;
	bottom: -12px;
	border-style: solid;
	border-color: rgba(0,0,0,.025) transparent;
	display: block;
	width: 0;
	left: auto;
	right: 18px;
	border-width: 12px 12px 0 0;
}
	#testimonials .left .testimonial:nth-child(2n) .content:after,
	#testimonials .left .testimonial:nth-child(2n) .content:before,
	#testimonials .right .testimonial:nth-child(2n - 1) .content:after,
	#testimonials .right .testimonial:nth-child(2n - 1) .content:before{
		border-color: rgba(7,129,172,.40) transparent;
	}
	#testimonials .testimonial .content:after {
		border-width: 9px 10px 0 0;
		right: 19px;
		bottom: -9px;
	}
	#testimonials:not(.carousel){
		opacity:0;
	}

.testimonial .author{
	text-align: right;
	line-height: 14px;
	margin-top: 14px;
	margin-right: 20px;
}
	.testimonial .author strong{
		display:block;
	}
	.testimonial:after{
		clear:both;	
	}

ul.col3.testimonial_list{
	margin:0;
}

.quote{
	font-size:20px;
	line-height:10px;
}
#testimonial_scroller{
	margin-top:0;
	padding:20px 0;
    z-index: 2;
    position: relative;
}

ul.bullet{	
	padding-left:45px;
}
ul.bullet li{
	list-style:outside;
}
ul.bullet.decimal li{
	list-style:decimal;
}
ul.bullet ul.bullet li {
	list-style: circle;
}
#socialnetworks a i{
    font-size: 20px;
	width:35px;
	height:35px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border-radius: 20px;
	opacity: 0.85;
	color:#FFF;
}
#socialnetworks a:hover i{
	opacity: 1;
}
#socialnetworks a i.fa-facebook{
	background:#4465a4;
}
#socialnetworks a i.fa-instagram{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
#socialnetworks a i.fa-yelp{
	background:#c12f2f;
}
#socialnetworks a:first-child div{
	margin-left:0;
}

#socialnetworks .facebook {
    background: url(images/social_facebook_mini.png) top;
    background-size: 32px 64px;
}
#socialnetworks .youtube {
    background: url(images/social_youtube_mini.png) top;
    background-size: 32px 64px;
}
#socialnetworks .yelp{
	background:url(images/social_yelp_mini.png) top;
	background-size:32px 64px;
}
#socialnetworks .homeadvisor{
	background:url(images/social_homeadvisor_mini.png) top;
	background-size:32px 64px;
}
#socialnetworks .twitter{
	background:url(images/social_twitter_mini.png) top;
	background-size:32px 64px;
}
#socialnetworks .wgghradio{
	background:url(images/social_wgghradio_mini.png) top;
	background-size:32px 64px;
}
		#socialnetworks .youtube,
		#socialnetworks .yelp,
		#socialnetworks .homeadvisor,
		#socialnetworks .twitter,
		#socialnetworks .wgghradio,
		#socialnetworks .facebook{
				display: inline-table;
				margin: 0 5px;
				width: 32px;
				height: 32px;
			}
					
			#socialnetworks .youtube:hover,
			#socialnetworks .yelp:hover,			
			#socialnetworks .homeadvisor:hover,	
			#socialnetworks .twitter:hover,	
			#socialnetworks .wgghradio:hover,	
			#socialnetworks .facebook:hover{
				background-position:bottom;
			}

.gallery .thumb1 {
    border: 0;
    box-shadow: none;
}
.gallery > a {
	position:relative;
    height: 150px;
    width: 150px;
    display: inline-block;
    overflow: hidden;
	border:1px solid rgba(0,0,0,.075);
	margin:5px;
	background-color:rgba(0,0,0,.05);
}
.gallery > a:hover > img{
	transform:scale(1.1);
	transition:all 100ms ease-in-out;
    
}
.gallery > a:hover > img {   
    opacity: .5;
}
.gallery > a > img {
	position:absolute;
	height:100%;
	width:auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
#mobilemenu-bottom-slider,
#mobilemenu-bottom,
#mobile-calltoaction,
.popups{
	display:none;
}
#mobilemenu-bottom img{
	vertical-align:middle;
}
.popup a.butt1{
	display:block;
	padding:5px 0;
	background:#cf000f;
	text-align:center;
	margin-top:5px;
	font-size:12px;
}
.popup table tr.selected{
	color:#cf000f;
}
#header.headerless{
	background:none;
	transition: 400ms;
}
#location{
    text-align: center;
}
	#location a i{
		color: #074500 !important;
	}
	#location a{
		font-family:'Open Sans Extra Bold';
		margin: 0 10px;
	}
	#location #callus{
		font-family:'Open Sans';
		margin-left:10px;
		border:2px solid #f6f5fc;
		font-size:14px;
		line-height:20px;
		padding:4px 15px;
		padding-top:6px;
	}
	#header.headerless #location #address-link{
		padding:6px 10px;
		transition: 400ms;
	}
/*
.header-appt-btn a{
    float: right;
    padding: 42px;
    background: #074500;
    color:#fff;
    text-transform: uppercase;
}
.header-appt-btn a:hover{
    background: #4c971f;
}
*/
.header-appt-btn span{
    float: right;
    padding: 42px 30px;
    background: #074500;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans Extra Bold';
    font-weight: 900;
    font-size: 24px;
}
.header-appt-btn span:hover{
    background: #787878;
}
body[phone-below-nav] #nav{
	padding: 20px 0;
	margin-right: 10px;
}
body[phone-below-nav] #logo{
	padding-top:5px;
}
#iframe-form{
	border:0;	
}	
#payment_methods i{
	color:#8c8c8c;
	font-size:40px;
}
	#payment_methods .liafont-cash,
	#payment_methods .liafont-money-check{
		font-size: 52px;
		line-height: 1px;
		margin-top: -21px;
		vertical-align: middle;
		display: inline-block;
	}
.small,
#footer small{
	font-size:14px;
}
.image.panme{	
	animation:			move 7s linear 1 alternate;
	-ms-animation:		move 7s linear 1 alternate;
	-webkit-animation:	move 7s linear 1 alternate;
	-o-animation:		move 7s linear 1 alternate;
	-moz-animation:		move 7s linear 1 alternate;
}
@keyframes move {
  from {
	transform: scale(1.0) rotate(0.02deg);
	-webkit-transform: scale(1.0) rotate(0.01deg);
	-o-transform: scale(1.0) rotate(0.02deg);
	-moz-transform: scale(1.0) rotate(0.02deg);
  }
  to {
	transform: scale(1.1) rotate(0.02deg);
	-webkit-transform: scale(1.1) rotate(0.01deg);
	-o-transform: scale(1.1) rotate(0.02deg);
	-moz-transform: scale(1.1) rotate(0.02deg);
  }
}

@-webkit-keyframes move {
  from {
	-webkit-transform: scale(1.0) rotate(0.02deg);
  }
  to {
	-webkit-transform: scale(1.1) rotate(0.02deg);
  }
}
@-moz-keyframes move {
  from {
	-moz-transform: scale(1.0) rotate(0.02deg);
  }
  to {
	-moz-transform: scale(1.1) rotate(0.02deg);
  }
}

@-o-keyframes move {
  from {
	-o-transform: scale(1.0) rotate(0.02deg);
  }
  to {
	-o-transform: scale(1.1) rotate(0.02deg);
  }
}

@-ms-keyframes move {
  from {
	transform: scale(1.0) rotate(0.01deg);
	-ms-transform: scale(1.0) rotate(0.01deg);
  }
  to {
	transform: scale(1.1) rotate(0.01deg);
	-ms-transform: scale(1.1) rotate(0.01deg);
  }
}

@media only screen and (max-width: 1600px){
	#banner{
		height:479.697px;
	}
}
@media only screen and (max-width: 600px){
	#banner{
		height:0;
	}
}

/*********************************************************************************************************************************************************************************************/
#footer_logo{
	text-align:center;
}
	#footer_logo .logo img{
		width:300px;
	}
	#footer_logo a{
		font-size:12px;
		color:#121212;
	}
	#footer_logo .list1 > li{
		text-align: center;
		vertical-align: middle;
	}

#review-form{
	max-width:700px;
	width:100%;
	overflow:hidden !important;
}
/*********************************************************************************************************************************************************************************************/
body[page='index'] #testimonials .content div:first-child{
	display:block;
	height:91px;
	overflow:hidden;
}
	#testimonial_scroller .padding2{
		padding-left:0;
		padding-right:0;	
	}
	body[page='index'] #testimonials .content div:first-child + a{
		cursor:pointer;
		display:table;
		margin:auto;	
		color:#000000;
		letter-spacing:1px;
		margin-top:10px;
	}
	body[page='index'] #testimonials .content:before,
	body[page='index'] #testimonials .content:after{
		display:none;
	}

.reviews-nav{
	display:inline-table;
	color: #000000;
	cursor:pointer;
	font-size:30px;
	line-height:10px;
    vertical-align: middle;
}
	.reviews-nav:hover{
		color:#4a345c;
	}
	
.reviews-nav+a{
	display:inline-table;
	margin:0 10px;
}

/*****************************************************************************/
#overlay{
	display:none;
	background:rgba(0,0,0,0.45);
	position:fixed;
	z-index:6002;
	bottom:0;
	top:0;
	left:0;
	right:0;
}
/*****************************************************************************/
#footer1 .fa-map-marker,
#footer1 .fa-fax,
#footer1 .fa-phone{
    font-size: 30px;
    color: #074500;
    vertical-align: top;
    width: 25px;
	margin-right: 10px;
}
#footer1 .fa-map-marker{
    margin-top: 5px;
    margin-left: 4px;
    width: 21px;
}
#location .fa-map-marker,
#location .fa-phone {
	color:#fff
}
#header .fa-map-marker,
#header .fa-phone,
#topnav .fa-map-marker,
#topnav .fa-phone,
#mobilemenu-bottom .fa-map-marker,
#mobilemenu-bottom .fa-clock-o{
	font-size:20px;
    vertical-align:middle;
	margin-right:4px;
}
#mobilemenu .fa-phone{
    vertical-align: middle;
    margin-left: 10px;
}
.mobilemenubutton .fa-bars{
	font-size:24px;
}

#specials_cont{
	margin-bottom:20px;
}
/**********--New Fixed Header Style--**********/
#logo img {
	transition: 400ms;
	width: 200px;
}
#specials_cont{
	margin-bottom:20px;
}

@-moz-keyframes headerSlideDown {
	0% {
	  margin-top: -150px;
	}
	100% {
	  margin-top: 0;
	}
  }
  @-ms-keyframes headerSlideDown {
	0% {
	  margin-top: -150px;
	}
	100% {
	  margin-top: 0;
	}
  }
  @-webkit-keyframes headerSlideDown {
	0% {
	  margin-top: -150px;
	}
	100% {
	  margin-top: 0;
	}
  }
  @keyframes headerSlideDown {
	0% {
	  margin-top: -150px;
	}
	100% {
	  margin-top: 0;
	}
  }

#header.header-small{
	position: fixed;
	transition: 400ms;
	animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
	background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#header.header-small #nav ul > li a, #header.header-small #location a{
	color: #333;
    text-shadow: none;
}
#header.header-small #logo img,
body:not([page=index]) #header #logo img{
    width: 110px;
    transition: 400ms;
}
#hometext {
	/*position: absolute;
	z-index: 101;
	top: 22vh;
	left: 22vh;
    display: table;
	position: relative;
    z-index: 101;
    top: 23vh;
	*/
	position: relative;
    z-index: 101;
    top: 32vh;	
}
/*
#hometext #hometext-peek {
	
	position: absolute;
    right: 0;
    display: inline-block;
    left: 0;
	
	position: absolute;
    display: table;
    width: 46%;
    color: #fff;
    text-shadow: rgb(0 0 0) 2px 2px 1px, rgb(0 0 0) 1px 1px 1px, rgb(0 0 0) 1px 1px 2px, rgb(0 0 0) 1px 2px 2px;
}
*/
#hometext #hometext-peek {
    position: absolute;
    display: table;
    color: #fff;
    /* text-shadow: rgb(0 0 0) 2px 2px 1px, rgb(0 0 0) 1px 1px 1px, rgb(0 0 0) 1px 1px 2px, rgb(0 0 0) 1px 2px 2px; */
}
#hometext h3 {    
    font-size: 60px;
    color: #fff;
	text-align: left;
	font-family: 'Open Sans Bold';
	margin-bottom: 15px;
	line-height: 65px;
	text-transform: capitalize;
	text-shadow: 1px 0px 10px #000, 1px 0px 10px #000;
}
#hometext h2 {
    font-size: 25px;
    font-family: 'Open Sans';
    text-align: left;
    line-height: 35px;
	text-shadow: 1px 0px 10px #000, 1px 0px 10px #000;
}
#hometext h2 span {
	font-size: 20px;
}
#hometext ol.fa-ul {
    font-size: 34px;
    line-height: 1.75;
    font-family: 'Open Sans Bold';
    margin-left: 20px;
    margin-bottom: 15px;
    color:#000;
    text-shadow: 1px -1px 0 #fff,  1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

#hometext #hometext-peek .block1 {
    text-align: center;
   /* background: #1144d4;*/
    padding-top: 20px;
    padding: 10px;
    /*margin-top: -5vh;*/
}
#hometext #hometext-peek .block1 h3 {
	text-align: center;
}

ol.fa-ul li::before {
	content: url(images/banner-list-icon.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#section_highlights{
	position: relative;
}
#section_highlights .parallax:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(199,98,98,0.35);
	background: radial-gradient(circle, #000000b8 0%, #00000000 66%);
    top: 0;
    left: 0;
	z-index: 1;
}
	#section_highlights .parallax *{
		position: relative;
		z-index: 2;
	}
#section_contact{
    background-position: bottom;
    padding-bottom: 220px;
    background-repeat: no-repeat;
}
.gradient-overlay1:after,
.gradient-overlay2:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(199,98,98,0.35);
    background: linear-gradient(135deg, #000000b8 0%, #00000000 41%, #00000000 69%, #000000b8);
	top:0;
	left:0;
}
.gradient-overlay2:after{
	background: radial-gradient(circle, #000000b8 0%, #00000000 66%);	
	z-index: 1;
}
	.gradient-overlay1 > *,
	.gradient-overlay2 > *{
		position: relative;
		z-index: 2;
	}

body:not([logo_banner=true]) #banner .logo{
	display: none;
}
body[logo_banner=true] #header:not(.header-small) #logo{
	display: none;
}
	body[logo_banner=true] #header:not(.header-small) #nav:not(.is_open){
		float: none;
		text-align: center;
		margin: auto;
		display: table;
	}
.headingtext,
.headingtext2{
	text-transform: uppercase;
	font-family: 'Open Sans Bold', sans-serif;
	font-size:50px;
	line-height:1;
}
.headingtext2{
	text-transform: none;
	font-size: 105px;
}
.subheadingtext2{
	text-transform: uppercase;
	font-size: 34px;
    margin-left: 10px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0;
	margin-top: 20px;
	font-weight: 100;
}
.superright-cont{
	position: relative;
    overflow: hidden;
    width: 940px;
    border-radius: 20px 0 0 80px;
    transform: skewX(-10deg);
    margin-left: 100px;
}
.superright{
	max-width: none !important;
	width: auto !important;
	display: block;
	transform: skewX(10deg);
	margin-left: -50px;
}
.featured1{
	overflow: hidden;
}
.white-txt-stroke {
	/* text-shadow: 1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; 
	-webkit-text-stroke-color: #fff;
	-ms-text-stroke-color: #fff;
	-o-text-stroke-color: #fff;
	-webkit-text-stroke-width: 1px;
	*/
	text-shadow: 1px 0px 10px #000;
	text-transform: capitalize;
}
 .home-flex3 {
	display: flex;
	flex-wrap: nowrap;
	color:#fff;
	}
 .home-flex-green{
	 background:#000000;
	 width:33.33333333%
 }
.home-flex-greentree{
	 background:#398d43;
	 width:33.33333333%;
}
.home-flex-green .padding,
.home-flex-greentree .padding {
	padding:20px 40px;
}
.home-flex-green i.fa,
.home-flex-greentree i.fa {
	font-size:70px;
	float: left;
	margin-right: 20px;
	margin-bottom: 60px;
	transition: all 300ms linear 0ms;
}
.home-flex-green:hover i.fa,
.home-flex-greentree:hover i.fa{
	-webkit-transform: rotateY(360deg);
	-khtml-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.home-flex-green a {
	color:#4a345c;
}
.home-flex-green h2,
.home-flex-greentree h2 {
	font-size: 28px;
	color:#fff;
}
.home-flex-green h2 span {
	font-size: 18px;
}
.flex4 {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	max-width: 1200px;
	margin:auto;
}
.white-box {
	background:rgb(255 255 255 / 50%);
	padding:20px;
}
.flex4 > .white-box {
	width:25%;
	margin:10px;
}
.containter,
.containter2{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.containter > .item1,
.containter2 > .item2 {
	width: 25%;
}
.containter > .item2,
.containter2 > .item1 {
	text-align: center;
	width:50%;
}
.containter a.butt1,
.containter2 a.butt1 {
	font-size: 14px;
	padding: 20px 30px;
}
.cta-gallery {
	margin-top:60px;
}
.family-friendly-cta {
	max-width: 650px;
	margin:auto;
}
.family-friendly-cta h2,
.family-friendly-cta h3 {
	font-family:"Open Sans Bold";
}
.family-friendly-cta ul {
	list-style: disc;
	font-weight: bold;
}
.family-friendly-cta li::marker {
    color: #000000;
}
.form-cta {
	background:#fff;
	padding-bottom: 65px;
}
.form-cta iframe {
	margin-top:30px;
	max-width:90%;
}
.green-cta {
	background:#000000;
	color:#fff;
	text-align: center;
	padding:30px 0;
}
.green-cta h2,
.green-cta h3 {
	font-size: 26px;
}
.question,.question-alt {
    background: #fbf6ff;
    padding: 10px 30px;
    border:2px solid #000000;
}
.question-alt {
    background: #fff;
}
.question.green-border,
.question-alt.green-border {
	border:2px solid #000000;
}
.question h3,
.question-alt h3 {
	text-align: center;
	font-size:30px;
}

.section#notice{
    background: #d56900;
    padding: 10px;
    text-align: center;
}
	.section#notice h3{
		font-weight: 900;
		color: #FFF;
	}

.butt1.alt{
	background:#FFF;
	padding:5px 10px;
	font-size: 14px;
	box-shadow: none;
	color: #000000 !important;
}
	.butt1.alt:hover{
		color: #FFF !important;
	}

h2.bluetext {
	font-size: 30px;
	font-weight: bolder;
	font-family: 'Open Sans Extra Bold';
	color: #074500;
}
	h2.blacktext {
		font-size: 25px;
		line-height: 30px;
		font-weight: bolder;
		font-family: 'Open Sans Bold';
		color: #1e1e1e;
	}
.superleft-cont {
    position: relative;
    overflow: hidden;
    width: 940px;
    border-radius: 20px;
    transform: skewX(10deg);
    margin-right: 100px;
    float: right;
}
	
element.style {
    width: 100%;
    max-width: 900px;
}
.superleft-cont .superleft {
    max-width: none !important;
    width: auto !important;
    display: block;
    transform: skewX(-10deg);
    margin-left: 85px;
}
ul.col3  li {
	/*margin-bottom: 20px;*/
}
ul.col3  li  a .fa-info-circle{
	transition: 400ms;
 	margin-right:10px;
    color: #fff;
	font-size: 25px !important;
	line-height: 30px;
}	
 ul.col3  li  a .fa-info-circle:hover{
	 font-size: 25px !important;
	line-height: 30px;
     -webkit-transform: rotate(-10deg) scale(1.2);
	 -moz-transform: rotate(-10deg) scale(1.2);
	 -o-transform: rotate(-10deg) scale(1.2);
	 transition: 400ms;
	 margin-right:10px;
}
ul.col3  li a {
	font-size: 14px;
	line-height: 20px;
    /*font-family: 'Open Sans Bold';*/
	color: #fff;
}
.bgreltext h2 {
	color: #000000;
	 font-size: 28px;
	font-family: 'Open Sans Bold';
	line-height: 30px;
}

li.rel-info1 {
	background:#000000;	
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
	li.rel-info1:hover,
	li.rel-info1.active{
		background:#398d43;	
		padding: 10px;
	}
	li.rel-info1 > a {		
		color: #fff;
		font-size: 22px;
		font-family: 'Open Sans';
	}
.block1.rel-info1 {
    list-style: none;
    background-color: rgba(0,0,0,.05);
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 4px;
    overflow: hidden;
    width: 75%;  
    float: right;
}		
		li.rel-info2 {
			background:#000000;	
			padding: 10px;
			margin-top: 10px;
			margin-bottom: 10px;
		}
			li.rel-info2:hover,
			li.rel-info2.active{
				background:#398d43;	
				padding: 10px;
			}
			li.rel-info2 > a {		
				color: #fff;
				font-size: 22px;
				font-family: 'Open Sans';
			}

				li.rel-info3 {
					background:#000000;	
					padding: 10px;
					margin-top: 10px;
					margin-bottom: 10px;
				}
					li.rel-info3:hover,
					li.rel-info3.active{
						background:#398d43;	
						padding: 10px;
					}
					li.rel-info3 > a {		
						color: #fff;
						font-size: 22px;
						font-family: 'Open Sans';
					}	
						li.rel-info4 {
							background:#000000;	
							padding: 10px;
							margin-top: 10px;
							margin-bottom: 10px;
						}
							li.rel-info4:hover,
							li.rel-info4.active{
								background:#398d43;	
								padding: 10px;
							}
							li.rel-info4 > a {		
								color: #fff;
								font-size: 22px;
								font-family: 'Open Sans';
							}	
h2.bluetext.bigger {
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 20px;
}
ul.col2 ul.bg {
    /* list-style-type: disc; */
    padding: 10px;
    background: #c9d1d3;
}
body:not([page=index]) #header {
	padding-bottom: 0px;
}
a.servicestext {
	font-family: 'Open Sans Bold';
	line-height: 40px;
}
/*ul.col3.services-list li a {
    font-size: 25px;
    line-height: 30px;
    font-family: 'Open Sans Bold';
    color: #fff;
}
*/
ul.col3.services-list li {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Open Sans Bold';
    color: #000;
}
ul.col3.services-list li.whitetext {
    font-size: 25px;
    line-height: 30px;
    font-family: 'Open Sans Bold';
    color: #fff;
    margin-bottom: 20px;
}
h1.primary-text {
	margin-top: 20px;
	font-size: 52px;
    font-weight: bold;
    line-height: 55px;
	color: #074500;
	font-family: 'Open Sans Extra Bold';
}
p.secondary-text {
	font-family: 'Open Sans Extra Bold';
	color: #000000;
	text-align: center;
	line-height: 32px;
    font-size: 17px;
	margin-bottom: 35px;
}
.thumb2 {
    border: 19px solid #398d43;
}
.relative_box {
	position:relative;
	width: 85%;
}
.relative_box img {
	width:100%;
	box-shadow: 0 0 0 2px white;
}
.relative_box h3 {
	/*
	position:absolute;
	bottom:-37px;
	text-align: center;
	background:#398d43;
	
	width:100%;
	margin:0;
	*/
	text-align: center;
	margin: 0;
	color:#fff;
}
.relative_box h3 span {
	font-size: 22px;
	line-height: 25px;
}


.imagebox{
	background:#398d43;
	padding:30px;
}
h2.bluetext small {
	font-size:20px;
	font-family: 'Open Sans';
	line-height: 22px;
}
p.p-bluetext {
	font-size: 18px;
	color: #000000;
	line-height: 35px;
}
	p.p-bluetext2 {
		margin-top: 30px;
		font-size: 22px;
		letter-spacing: 1px;
		color: #000000;
		line-height: 45px;
		font-family: 'Open Sans';
	}
	h2.bluetext.smaller {
		font-size:22px;
		font-family: 'Open Sans Extra Bold';
		line-height: 22px;
	}

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	/*max-width: 1000px;*/
	max-width: 1500px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	/*min-width: 320px;*/
	max-width: 480px;
	max-height: 360px;
	width: 23%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
@media screen and (min-width: 50em){
	.grid.col3 figure{
		width: 31.33%;
	}
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a{
	position: absolute;
	top: 0;
	left: 0;
	/*width: 82%;
	width: 82%;
	height: 75%;*/
	width: calc(100% - 2em*2);
    height: 56%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	/*top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	*/
	top: 20px;
    right: 20px;
    bottom: -39px;
    left: 20px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 20px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
	/*margin: 27% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-size: 42px;*/
	margin: 25% 0 0px -8px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-size: 31px;
    line-height: 45px; 
    font-family: 'Open Sans Bold', sans-serif;
	text-shadow: 0 2px 10px rgba(0,0,0,0.75);
}

figure.effect-ming p {
	padding: 0em 1em 1em 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-ming:hover h2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}
figure.effect-ming h2.seamless {
	margin-top: 59px;
}
.text-box {
  	position: relative;
    display: inline-block;
    max-width: 300px;
    vertical-align: middle;
    text-align: left;
    padding: 30px 25px;
    margin:/*220px 0 50px -262px;*/ 367px 0 50px -262px;
}
.text-box h3 {
  font-size: 30px;
	line-height: 35px;
}
.white {
  background: #fff;  
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);  
}

.black {
  background: #000;
  color: #fff;
  border: 10px solid #074500;
}

img.overlap {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  margin: 0;
  max-width: 550px !important; 
}

.grid.solo figure {
	position: relative;
	float: none;
	margin: 10px 1%;
	text-align: center;
    cursor: pointer;
    width: 100%;
	height: auto;
	max-width: 98% !important;
	
}
	.grid.solo figure figcaption, .grid figure figcaption > a {
		position: absolute;
		top: 0;
		left: 0;
		width: 91%;
		height: 75%;
	}
.grid.solo figure.effect-ming h2 {
	margin: 12% 0 10px 0;
}

ul.col3 > li.boxshadow {
	box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    height: 40vh;
}
p.tertiary-text {
    font-family: 'Open Sans Extra Bold';
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 17px;
    margin-bottom: 35px;
}

ul.col4  li.barn {
    width: 25%;
    line-height: 4.5vh;
}
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

img.border {
	box-shadow: 10px 10px;
}

#section_reviews {
	background: #074500;
}
.psai-app-container .psai-app-panel img {
	display: none !important;
}
.psai-app-form .psai-app-textblock {
	font-family: 'Open Sans Extra Bold';
    font-size: 20px !important;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 23px;
    color: inherit;
    margin-top: 20px;
}