@charset "UTF-8";
/* CSS Document */

/* Common Elements Style Starts_____________ */

body {
	text-align: center;
/*	font-size: x-small;*/
	margin: 0 auto;
	padding: 0 0 0 0;
/*	background: url('/static/images/blue_03.png') repeat-x #508ae5;*/
	overflow-x: hidden;
	font-family: 'Lato', arial, serif;
	color: #4a4a4a;
	/*max-width: 1600px;*/
	}

p {
	line-height: 150%;
	font-size: 13px;
	margin: 0 0 5px 0;
	color: #4a4a4a;
	font-weight: 400;
}

ol li {
	font-size: 14px;
}

p strong{

}

.red {
	display: none;
}

input[type='text'], input[type='email'], textarea {
	border-radius: 0;
	color: #000;
}

.contentWrap {
	margin-top: 108px;
	width: 100%;
	z-index: 4;
	float: left;
}


a, a:visited {
	text-decoration: none;
	margin: 0 auto;
	color: #4a4a4a;

	}

a img{
	border: none;
}

a:hover {
	color: #000000;
}

a:active {
	color: #000;
}

#mobileNav {
	display: none;
}


space {
	white-space: pre;
	}

h1 {
	font-size: 32px;
	font-weight: 300;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	font-family: "Lato", arial;
	color: #1d1d1d;
	-webkit-appearance: none;
	}

h2 {
	font-size: 22px;
	font-weight: 300;
	margin: 10px 0 3px 0;
	padding: 0;
	font-family: "Lato", arial;
	color: #1d1d1d;
	-webkit-appearance: none;
}

h3 {
	font-size: 16px;
	line-height: 120%;
	font-weight: 400;
	margin: 6px 0 6px 0;
	padding: 0;
	font-family: "Lato", arial;
	color: #1d1d1d;
	-webkit-appearance: none;
}

#topHeader {
	float: left;
	width: 100%;
	background: #fff;
	color: #000;
	font-size: 14px;
	position: relative;
	top: 0;
	min-height: 36px;
	padding: 0;
	z-index: 9999999;
	-webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -o-transition:      all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    transition:         all 0.2s ease;
}

#topHeader a{
	color: #fff;
	font-size: 14px;
}

#topHeader:hover {
	background: #fff;
	color: #000;
}

#topHeader:hover a{
	color: #000;
}



#topHeaderWrap {
	width: 980px;
	margin: 0 auto;
}

.tickerWrap {
	float: right;
	width: 90%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ticker {
	list-style: none;
	margin: 0;
	padding: 12px 0 0 0;
	text-align: center;
	position: relative;
	float: left;
	width: 90%;
/*	-webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -o-transition:      all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    transition:         all 0.2s ease;*/
}

#topHeader .ticker a{
	font-size: 13px;
	color: #4a4a4a;
	text-decoration: underline;
}

.ticker {
	display: none;
}



/*.activeTicker {
	display: block;
}*/


.prev, .next {
	float: right;
	cursor:pointer;
}

.prev {
	padding-right: 10px;
}

.tickerNav {
	font-size: 28px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 50%;
	font-weight: 300;
}

.arrow {
	float: right;
	width: 10%;
	padding-top: 12px;
	text-align: right;
}

#outerwrap {
	position: relative;
	z-index: 0;
	top: 0px;
	left: 0;
	width: 100% !important;
	padding: 0;
	margin: 0;
	min-width: 320px !important;
	}

#outerwrap.activeNav {
/*	left: 80%;*/
/*	max-height: 800px;*/
	overflow: hidden;
	position: fixed;
/*	z-index: 0;*/
top: 0;
	left: 0;
	display: block;
/*	box-shadow: 0 0 6px rgba(0,0,0,0.5);*/
}

#outerwrap.activeNav .contentWrap {
	position: fixed;
	top: 0;
}

.pageWrap {
	width: 980px;
	text-align: left;
	font-size: 13px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	display: inline-block;
	border-bottom: 1px solid #eee;
}

#outerwrap #nav ul{
	-webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -o-transition:      all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    transition:         all 0.2s ease;
}

#outerwrap.activeNav #nav ul{
	opacity: 0;
}

#mContact {
	display: none;
}


#mNavBtn {
	float: left;
	width: 38px;
	margin: 0px 3% 0 0;
	font-family: "Lato", arial;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	display: block !important;
	position: relative;
	z-index: 999999;
	text-align: center;
	cursor: pointer;
	top: 10px;
}


#mNavBtn section{
	width: 38px;
	float: left;
	color: #fff;
}

#mNavBtn span{
	float: left;
	width: 100%;
}


.si-icons, .si-icons svg {
	position: relative;
	z-index: 999999;
	width: 38px;
    height: 38px;
    color: #fff;
}

.si-icons span {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0px 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
	z-index: 999999;
	color: #fff;
}


#menuNavIcon {
	width: 28px;
	height: 28px;
	height: auto;
	float: left;
	margin-right: 0px;
}


#mNavBtn:active {
	background-position: 0 -52px;
}


#mNav {
	float: left;
	width: 100%;
	left: 0;
	min-height: 1200px;
	z-index: 9999;
	position: relative;
	border: none;
	/*background: rgba(49, 153, 36, 0.97);
*/	background: #B70022;
	text-align: center;
	margin-top: -314px;
	display: none;
}

#mNav.activeNav {
	display: block;
}


#mNav ul {
	list-style: none;
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 980px;
}

#mNav ul ul {
	width: 100%;
}

.navColumn {
	width: calc(980px - 560px);
	padding-left: 560px;
	margin: 20px auto;
	
}

.navColumn a{
	float: left;
	clear: left;
	text-align: left;
	color: #fff;
	font-family: "Lato", arial;
	font-weight: 300;
	text-transform: uppercase;
	margin: 5px 55px 35px 20px;
	font-size: 24px;
	border-bottom: 2px solid transparent;
}

.navColumn a:hover{
/*	color: #000;*/
	/*font-weight: 300;*/
	color: #fff;
	border-bottom: 2px solid #fff;
}

#mNav h2{
	text-align: left;
	color: #000;
	border-bottom: 1px solid #8a8a8a;
	width: auto;
	margin: 8% 20% 2% 0;
	float: left;
	clear: left;
	padding: 1% 0 1% 0;
	font-size: 16px;
	width: 80%;
	font-weight: 400;
}


#mNav li.mCat{
	border-bottom: 1px solid #8a8a8a;
	padding-bottom: 0px;
	margin: 15px 0 10px 0;
	width: 90%;
	font-size: 14px;
	color: #4a4a4a;
	text-transform: uppercase;
	font-weight: 700;
}

#mNav li.mCat a, #mNav li h2 a{
	color: #000;
	text-decoration:none;
	font-weight: 600;
}

#mNav li h2 a{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

#mNav li a{
	float: left;
	width: 90%;
	color: #6a6a6a;
	font-weight: 400;
}

#mNav li a:hover{
	color: #000;
}

#mNav li{
	float: left;
	clear: left;
	width: 98%;
	font-weight: 300;
	font-size: 14px;
	color: #000;
	text-align: left;
	padding: 1% 1% 2% 1%;
}

#mNav li.heading a{
	margin: 0% 10% 0% 0;
	float: left;
	clear: left;
	padding: 0 0 0 0;
	font-size: 16px;
	width: 90%;
	color: #000;
}

#mNav li.heading a:hover {
	background: none;
	background: #195513;

}

#mNav li.heading a:hover h2{
	background: rgba(0,0,0,0.2);
	color: #319924;
	border-bottom: 2px solid #319924;
}

#mNav a#consultation {
	/*background: #d40000;*/
}



#mNav li.mCat a:hover {
	background: none;
	color: #319924;
}


#mConsultCTA {
	display: block;
	float: right;
	font-weight: 700;
/*	font-family: 'Open Sans', sans-serif;*/
	padding: 3px 1% 4px 1%;
	margin: 2% 1% 1% 1%;
	width: 38%;
	color: #fff;
	background: #B70022;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #B70022;
/*	border-radius: 2px;*/
	-webkit-font-smoothing: antialiased;
}

#mConsultCTA a{
	color: #fff;
}


a#topAddress {
	float: right;
	text-align: left;
	padding: 7px 20px 0 0;
}

a#topAddress:hover {
	color: #000;
}


a#topCTA {
	float: right;
	text-align: center;
	width: 22%;
	font-family: "Lato", arial;
	font-weight: 700;
	padding: 8px 0 8px 0;
	color: #000000;
	background: #fcf70f;
	height: 20px;
}

.lineRow {
	margin: 10px 0 10px 0;
	text-align: center;
}

#outerwrap {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	min-height: 300px;
	min-width: 980px;

}

.pageFull {
	float: left;
	width: 100%;
	background: #fff;
}

#center {
	margin: 0 auto;
	position: relative;
	top: 0px;
	z-index: 4;
	float: left;
	width: 100%;
	margin-top: -74px;
	padding-bottom: 80px;
	}

#center.relative {

}

.centerWrap {
	width: 980px;
	margin: 0 auto;
}

.fadeWrap {
	float: left;
	width: 100%;
}

#fade {
    /*background: url('/static/images/fade2.png') repeat-x;*/
    width: 100%;
    height: 320px;
    background-size: auto 100%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 5;
    background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(17,17,17,0) 88%, rgba(19,19,19,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(88%, rgba(17,17,17,0)), color-stop(100%, rgba(19,19,19,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(17,17,17,0) 88%, rgba(19,19,19,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(17,17,17,0) 88%, rgba(19,19,19,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(17,17,17,0) 88%, rgba(19,19,19,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(17,17,17,0) 88%, rgba(19,19,19,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
    border: none;
}




.chevron {
/*	float: left;
	margin: 0 5px 0 0;*/
	margin: 0 5px -1px 5px;
}


.underfootwrap {
	float: left;
	width: 100%;
	position: relative;
	padding: 0px 0 0px 0;
	z-index: 1;
	color: #fff;
}

.underfootwrap.activeNav{
	display: none;
}

.underfoot {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 0 0;
	min-height: 0;

}

.end {
	float: left;
	clear: left;
	width: 100%;
	margin: 80px 0 40px 0;
}

.end p{
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
	color: #8a8a8a;
	font-weight: 400;
}

.end a{
	font-size: 12px;
	color: #777;
	padding: 0;
	margin: 0;
	float: right;
	font-weight: 300;
}

.end a:hover{
	color: #555;
}

#footcontact {
	float: right;
	clear: left;
}

.bull {
	padding: 0 8px 0 8px;
}

.pageCenter {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

#page_wrap {
	position: relative;
	float: left;
	width: 100%;
	z-index: 5;
	background: #fff;
	}

.social_media {
	margin: 0px auto;
	width: 980px;
}

.social_media a {
	float: right;
	margin-left: 10px;
}

.headerSocial {
	float: right;
	width: 100%;
	margin: 10px 0 0 0;
}

.headerSocial a{
	float: right;
	margin-left: 10px;
}

#headerWrap {
	margin: 0 auto 0 auto;
/*	height: 83px;*/
	float: left;
	width: 100%;
/*	position: fixed !important;*/
	z-index: 1010;
	min-width: 980px;
	position: relative;
	z-index: 3;
}

#learnCTA {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	font-style: italic;
	font-size: 16px;
	font-weight: 100;
	color: #fff;
	
	position: relative;
	z-index: 9;
/*-webkit-font-smoothing: antialiased;*/
}

#learnCTA:hover {
	color: #FFF;
}


#headerPhone {
	float: right;
	text-align: right;
	font-size: 13px;
	width: 100%;
	margin-bottom: 20px;
	-webkit-font-smoothing: antialiased;
}

#headerPhone a{
	color: #fff;
	margin: 0 0 0 0px;
	float: right;
	clear: right;
}

.hPhone {
	font-size: 22px;
	padding-bottom: 5px;
}

.hAddress {
	padding-bottom: 15px;	
}

.headBullet {
color: #aaa; 
font-weight: 100; 
padding: 0 8px 0 8px;
}

#headerWrap.fixed {
/*	background: rgba(255,255,255,0.97);*/
	padding-bottom: 2px;
}

#nav {
	position: relative;
	top: 8px;
	width: 980px;
	margin: 0 auto;
	z-index: 9999;
}

.contactHead {
	position: relative;
	z-index: 9999;
}

#nav .mProc {
	display: none;
}

#mNav .topNav {
	display: none;
}

#headerWrap.fixed.small #nav{
/*	margin-top: -29px;	*/
}

.navWrap {
/*	width: 100%;
	float: left;*/
	position: relative;
	z-index: 99999;
	padding: 11px 0 11px 0;
	height: 50px;
/*	background: rgba(255,255,255,1);*/
/*	box-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
/*	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	margin-top: 0;
}

#outerwrap.activeNav .navWrap{
	background: #B70022;
}

#outerwrap.activeNav .logo.white {
	display: block;
	width: 364px;
	height: auto;
}



#nav ul {
	display: inline-block;
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	/*width: 980px;*/
	position: relative;
	z-index: 10;
	float: right;
}


#nav ul li{
	display: inline-block;
	margin: 0 12px 0 0px;
	padding: 0;
	float: right;
}

#nav ul li#last {
	border-right: none;
	margin: 0 0 0 0;
}


#nav ul li.space {
	width: 0px;
	padding: 6px 0 2px 0;
}

#nav ul li:hover a, #nav ul li.active a{
	/*border-radius: 2px;*/
/*	color: #319924;*/
}

#nav ul li a, .block1 a {
	font-size: 16px;
	padding: 12px 30px 12px 30px;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.5);
	line-height: 32px;
	font-weight: 300;
	font-family: "Lato", arial;
/*	-webkit-font-smoothing: antialiased;*/
	position: relative;
	z-index: 999991;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -o-transition:      all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    transition:         all 0.2s ease;
}

#nav ul li.topNav a:hover, #nav ul li.topNav.active a, a.topLink:hover, .homeRow h2:hover{
	background: rgba(255,255,255,0.2);
}

.homeRow h2{
	letter-spacing: 0px;
	font-size: 16px;
	padding: 8px 30px 8px 30px;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.5);
	line-height: 32px;
	font-weight: 300;
	font-family: "Lato", arial;
/*	-webkit-font-smoothing: antialiased;*/
	position: relative;
	z-index: 100;
	text-transform: uppercase;
	text-align: right;
	display: inline-block;
	letter-spacing: 1px;
		-webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -o-transition:      all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    transition:         all 0.2s ease;
}


.submenu {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	/*display: none;*/
}

.plus {
	cursor: pointer;
	text-align: right;
	float: right;
	font-weight: 600;
	font-size: 20px;
	top: -3px;
	margin-bottom: -3px;
	position: relative;
	color: #000;
}

#smallHeader {
	position: fixed;
	top: 0;
	height: 94px;
	width: 100%;
	z-index: 999999;
	background: rgba(63,114,240,0.98);
}

.smallHeadWrap {
	width: 980px;
	margin: 0 auto;
}

.smLogo img{
	width: 260px;
	height: auto;
	margin: 12px 0 0px 0;
}

#short_logo {
	float: left;
	padding-right: 10px;
}

#smallHeader .navWrap {
	float: left;
	width: 960px;
	margin: 0;
	position: relative;
	top: 10px;
	padding: 7px 0 4px 0;
	border-top: 1px dotted rgba(255,255,255,0.1);
	background: none;
	box-shadow: none;
}



#smallHeader .navWrap #nav ul li{
	/*margin-right: 28px;*/
}

#smallHeader #nav ul li a {
letter-spacing: 0px;
font-size: 14px;
border-radius: 0;
margin: 0px 2px 0px 2px;
padding: 4px 10px 4px 10px;
color: #fff;
line-height: 20px;

}

#smallHeader #consultCTA {
	position: relative;
	top: -80px;
}

#mConsultCTA {
	display: none;
}

#consultCTA a.hPhone{
	color: #fff;
	background: none;
	font-size: 22px;
	margin: 15px 10px 0 0;
	float: right;
	padding: 5px 10px 10px 10px;
	font-weight: 700;
	border: none;
	border-radius: 0;
	-webkit-font-smoothing: antialiased;
}

#consultCTA a.hPhone:hover {
	background: none;
	border: none;
}

.consultWrap {
	float: right;
	width: 34%;
}

#consultCTA {
	float: right;
	font-size: 20px;
	margin-bottom: 10px;
}

#consultCTA a{
	color: #fff;
	background: #B70022;
	font-size: 14px;
	margin: 0px 0 0 0;
	float: right;
	padding: 10px 40px 10px 40px;
	font-weight: 700;
	border: 1px solid #B70022;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
}

#consultCTA a:hover {
	background: #A72419;
	border: 1px solid #A72419;
}
/*
#headerWrap.fixed.small #consultCTA {
	margin-top: 28px;
	margin-bottom: -9px;
}

#headerWrap.fixed.small #consultCTA a{
	font-size: 18px;

}*/


#upperNav {
	float: right;
	width: 600px;
	position: relative;
	z-index: 999;
	margin-bottom: 7px;
}

#upperNav ul {
	display: block;
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	float: right;
}

#upperNav ul li{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

#upperNav ul li#last {
	border-right: none;
}

#upperNav ul li.space {
	width: 0px;
	padding: 6px 0 2px 0;
}


#upperNav ul li a{
	letter-spacing: 0px;
	font-size: 18px;
	padding: 0;
	margin: 0 12px 0 12px;
	color: #000;
	line-height: 30px;
	font-weight: 300;
/*	text-transform: uppercase;*/
}

#mainlogoWrap {
	width: 980px;
	margin: 0 auto;	
}

#ddWrap {
	float: left;
}

.logoHead {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
/*	width: 980px;
	margin: 0 auto;*/
	z-index: 99;
	position: relative;
}

.logo {
	float: left;
	margin: 0px 0 0px 0;
	position: relative;
/*	top: 15px;*/
	height: auto;
	width: 364px;
	top: 20px;
/*		-webkit-transition: all 1s ease;
    -moz-transition:    all 1s ease;
    -o-transition:      all 1s ease;
    -ms-transition:     all 1s ease;
    transition:         all 1s ease;*/
}

/*#outerwrap.activeNav #logo{
	width: 364px !important;
}
*/
#smlogo {
	display: none;
}

/*#headerWrap.fixed.small img#logo{
	width: 55%;
	margin-top: 5px;
}*/


form#i18nform {
	display: none;
}


#i18nWrap {
	float: left;
	clear: left;
	width: 10%;
	margin: 10px 0 10px 0;
	position: relative !important;
	z-index: 9999999;
}

/*#headerWrap.fixed.small #i18n-select-dd{
	display: none;
}

#headerWrap.fixed.small #i18nWrap{
	margin: 0;
}*/

#i18nWrap .label {
	float: left;
	padding-top: 2px;
	margin: 3px 5px 0 0;
	font-size: 12px;
	color: #aaa;
}

#i18nWrap select{
	float: left;
 	background: none;
   width: 115px;
   padding: 0 5px 0 5px;
   font-size: 12px;
   line-height: 1.5;
   border: 0;
   border-radius: 0;
   height: 20px;
/*   -webkit-appearance: none;*/
	color: #000;
	font-weight: bold;
}

#i18n-select-dd {
	float: left;
/* 	background: #ddd;*/
	background: none;
   width: 115px;
/*height: 40px;*/
   padding: 0 5px 0 5px;
   font-size: 13px;
	font-weight: 300 !important;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 20px;
/*   -webkit-appearance: none;*/
	position: relative !important;
	z-index: 200000 !important;
}

#i18n-select-dd:hover {
	cursor:pointer;
}

.language {
	float: left;
	color: #ccc;
	padding: 2px 4px 2px 4px;
	margin: 0px 6px 0 0;
	background: #fff;
	border: 1px solid #ddd;
	font-weight: 300;
}

.language.active {
	color: #fff;
	border: 1px solid #9a9a9a;
	background: #9a9a9a;
}

.dd-select {
	z-index: 200000;
	background: url('/static/img/park_11.png') !important;
}


#i18nWrap select option{
	float: left;
}

#i18nWrap select:hover, #i18nWrap input:hover {
	cursor: pointer;
}

#i18nWrap input {
	float: left;
 	background: #ddd;
   width: 30px;
   padding: 0 5px 0 5px;
   font-size: 12px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 20px;
	margin-left: 3px;
   -webkit-appearance: none;	
}

#navPhone {
	float: right;
	font-weight: 400 !important;
	font-size: 18px;
}

#navAddress {
	float: right;
	font-weight: 300 !important;
	font-size: 18px;
	margin-left: 5px;
}

#headerWrap.fixed.small #headerContact{
	float: right;
	width: 350px;
	margin: 2px 0px -30px 0;
}

#headerWrap.fixed.small #headerContact #navAddress, #headerWrap.fixed.small #headerContact #navPhone {
	font-size: 16px;
}

#indeximgWrap {
	position: absolute;
	top: 0;
	width: 100%;
}

#indexImg {
	position: relative;
	z-index: 0;
	opacity: .8;
}

#indexImg img {
	width: 100%;
}


/* Crumbs */
.crumbWrap {
	float: left;
	position: relative;
	top: 0;	
}

.crumbs.fixed {
	position: fixed;
	top: 0px;
	z-index: 99999;
}

.crumbs {
	font-size: 13px;
	float: left;
	clear: left;
	width: 760px;
}


.crumbs ul{
/*	text-transform: uppercase;*/
	float: left;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 2% -5px;
	width: 100%;
	color: #999;
}

.crumbs ul li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	line-height: 18px;
}

.crumbs ul li a{
	font-size: 14px;
	font-weight: 400;
	padding: 0 5px 0 5px;
	color: #666;
}

.crumbs ul li.current a{
	font-weight: 400;
	line-height: 18px;
}

.quote {
	float: left;
	background: url('/static/img/quotes.png') no-repeat;
	width: 98%;
	padding: 14px 0 0 20px;
	min-height: 100px;
	margin: 8% 0 0 2%;
}

.blurb p {
	font-weight: 300;
	font-size: 16px;
	width: 90%;
} 

.quote:hover {
	opacity: 0.8;
}

.blurbAuthor {
	float: left;
	width: 100%;
	text-align: left;
}

.quote h2{ 
	width: 85%;
	font-size: 16px;
	font-weight: 300;
	padding: 0 5px 0 5px;
}

.pressLogo {
	float: right;
	margin: 0 0 0 2%;
}

.footLogo {
	padding: 40px 0 0 0;
	display: none;
}


.book {
	float: left;
	text-align: left;
	margin: 20px 0 0 15px;
	padding: 0 0 0 10px;
	width: 90%;
}

.book:hover{
	background: #fff;
}


.book h1{
	font-size: 18px !important;
	font-weight: 300;
	margin: 0 0 10px 0;
	border-top: 1px dotted #ccc;
}


.book img{
	float: left;
	padding: 0 10px 0 0;	
}

.book p{
	font-weight: 400;
	font-size: 14px;
	font-weight: 300;	
	margin: 100px 0 0 0;
}

.placeholdertxt {
	color: #777;
}

.gallerySelectWrap {
	display: none;
}

.social_networking {
	float: right;
margin: 40px 5px 0 15px;
padding: 0 0 0 10px;
width: 90%;
}

.social_links {
	border-top: 1px solid #ccc;
}

.social_links h3 {
font-size: 16px;
padding: 2px 0 10px 0;
color: #58585B;
float: left;
}

.fb_like, .twitter, .gplus {
	float: left;
	clear: left;
	margin: 0 0 8px 0;
	width: 150px;
	text-align: left;
}

.fb_iframe_widget {
	width: 150px;
}

/*.mobile_intro_wrap {
	float: left;
	background: url('/static/img/park_11.png');
}*/

.icon {
	width: 32px;
	height: 32px;
	margin-top: 10px;
}

.fbicon {
	background: #3B5998;
}

.twittericon {
	background: #00ACED;
}

.linkedinicon {
	background: #007FB1;
}

.youtubeicon {
	background: #CD332D;
}

.googleplusicon {
	background: #D14836;
}


.cta {
	float: left;
	width: 92%;
	padding: 26px 4% 26px 4%;
	background: #1a1a1a;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	position: relative;
	z-index: 99999;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -o-transition:      all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    transition:         all 0.2s ease;
}

.cta:hover {
background: #319924;
}

.clickspan {
	border-bottom: 2px solid #000;
}

.cta a{
	color: #fff;
}



.sLogos {
	float: right;
}

.mc_form {
	float: right;
	width: 350px;
	margin: 10px 0px 0 0;
}

#mc_embed_signup p, #mc_embed_signup input, #mc_embed_signup label{
	text-align: center;
}


#mc_embed_signup {
	float: left;
	width: 100%;
	text-align: center;
	background:none !important;
}

#mc_embed_signup form {
	padding-top: 0 !important;
}

#mc_embed_signup label {
	font-family: "Lato", arial !important;
	font-weight: 700 !important;
	color: #fff !important;
	margin-top: 0;
}

#mc_embed_signup input.email {
	float: left;
	display: block;
padding: 8px 0;
margin: 0 2% 0px 0;
text-indent: 5px;
width: 96% !important;
min-width: 130px;
color: #777;
border: 1px solid #eee !important;
border-radius: 0 !important;
font-size: 13px  !important;
}


#mc_embed_signup .clear {
	float: left;
/*	display: inline-block;
	margin: 0 auto;*/
	width: 100% !important;
}

#mc_embed_signup input.button {
	width: 100% !important;
}

#newsCTA {
	font-size: 24px;
	color: #999;
	top: 2px;
	position: relative;
	cursor: pointer;
	float: left;
}

#mc_embed_signup .button {
	/*display: none !important;*/
}

#mc_embed_signup .button:hover {
	background: #F392A7 !important;

}

.chevron {
	font-size: 11px;
}



.bx-wrapper .bx-pager.bx-default-pager a {
	background: none;
	border: 1px solid #fff;
	text-indent: -9999px;
	display: inline-block;
	width: 8px !important;
	height: 8px;
	margin: 8px 4px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	border: 1px solid #fff;
	background: #fff;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}


/* Image Transition */


/*img{
	-webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;
    overflow: hidden;
}*/

.imgWrap{
	float: left; 
	width: 100%;
	overflow: hidden;
}


.transition {
/*	-webkit-transform: scale(1.04); 
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);*/
/*  -webkit-filter: blur(2px);
	filter: blur(2px);*/
	opacity: 1;
}


.socialWrap {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px 0 0px 0;
	position: relative;
	z-index: 9;
}


a.social {
	width: 32px;
	height: 32px;
	display: block;
	clear: none;
	float: left;
	margin: 5px 20px 20px 0px;
}

a.social img{
	width: 100%;
	height: auto;
	float: left;
}

.navColumn .socialWrap a:hover {
	border-bottom: 2px solid #1a1a1a;
}

a.facebook {
/*	background: #3B5998;*/
background: #1a1a1a;
}

a.twitter {
	/*background: #00ACED;*/
	background: #1a1a1a;
}

a.instagram {
	background: #1a1a1a;
/*	background: #3F729B;*/
}

.googleplus {
	background: #D14836;
	
}

.youtube {
/*	background: #CD332D;*/
background: #1a1a1a;
	
}

.linkedin {
	background: #007FB1;
	
}


/* Animation */
.anchor {
	float: left;
	width: 100%;
	position: relative;
	top: 180px;
}


/* Generic */


.contentWrap {
	margin-top: -268px;
	float: left;
	width: 100%;
}


.transition {
	-webkit-transform: scale(1.04); 
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);

/*  -webkit-filter: blur(2px);
	filter: blur(2px);*/
}


.siteBanner {
	float: left;
	width: 100%;
}

.siteBanner img{
	width: 100%;
	height: auto;	
}

.intro {
	float: left;
	width: 100%;
	text-align: center;
	margin: 30px 0 15px 0;

}


#contactForm {
    float: left;
    margin: 0px 0 30px 0;
    width: 45%;
}

#contactForm h2{
	margin-bottom: 30px;
}

#contactForm label{
    float: left;
    width: 200px;
}

#contactForm p{
    margin: 0 0 5px 0;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    font-family: "Lato", arial;
    -webkit-font-smoothing: antialiased;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    float: left;
    text-align: left;
    width: 100%;
}

#contactForm input{
    width: 98%;
    height: 20px;
    float: left;
    clear: left;
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background: #fff;
    color: #000;
    font-size: 13px;
     -webkit-font-smoothing: antialiased; 
     padding: 5px;
}

#contactForm textarea {
    width: 98%;
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background: #fff;
     color: #000;
    font-size: 14px;
  font-weight: 300;
   -webkit-font-smoothing: antialiased; 
   padding: 5px;
   float: left;
   clear: left;
}

#contactForm .button input{
    float: left;
    clear: left;
    width: 210px;
    height: auto;
    background: #B70022;
    text-align: center;
    color: #fff;
    border: none;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 15px 0 15px 0;
    -webkit-font-smoothing: auto; 
}

#contactForm .button input:hover {
    color: #fff;
    border: none;
    cursor: pointer;
}

.contactRight {
	float: left;
	width: 40%;
	margin: 10px 0 0 10%;
}

.contactRight h4{
	color: #aaa;
	border-top: 1px solid #ddd;
}

.publicist {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.flex-direction-nav {
	display: none;
}

