﻿/*
"Geneva" v 1.0 
Website Template 
created by www.i3dthemes.com
May / 7 / 2014
/*
*/
/*###################### -=[ FONTS ]=- ######################################*/
@font-face {
    font-family: 'pt_sansregular';
    src: url('fonts/ptsans_regular/PTS55F-webfont.eot');
    src: url('fonts/ptsans_regular/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptsans_regular/PTS55F-webfont.woff') format('woff'),
         url('fonts/ptsans_regular/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/ptsans_regular/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pt_sans_narrowregular';
    src: url('fonts/ptsansnarrow_regular/PTN57F-webfont.eot');
    src: url('fonts/ptsansnarrow_regular/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptsansnarrow_regular/PTN57F-webfont.woff') format('woff'),
         url('fonts/ptsansnarrow_regular/PTN57F-webfont.ttf') format('truetype'),
         url('fonts/ptsansnarrow_regular/PTN57F-webfont.svg#pt_sans_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neueregular';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/bebasneue/BebasNeue-webfont.eot'),
         url('fonts/bebasneue/BebasNeue-webfont.woff') format('woff'),
         url('fonts/bebasneue/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue/BebasNeue-webfont.svg#bebas_neueregular') format('svg');

}
/*###################### -=[ GLOBAL FONT STYLES ]=- ##########################*/
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
body {
	color: #333333;
	font-size: 16px;
	font-family: "pt_sansregular", sans-serif;
	line-height: 1.428571429;
	background-color: #ffffff;
}
/* LINKS */
a {
	color: #660000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #111111;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
/* PARAGRAPHS */
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}
/* HORIZONTAL RULE */
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.heading-divider {
	background: url('../graphics/heading-divider.png') center center no-repeat;
	width: 100%;
	height: 10px;
	border: 0px;
}
.highlight {
	color: #660000;
}
/*********************** THUMBNAILS / START ************************************/
.img-thumbnail {
	font-size: 13px;
	padding: 20px;
	line-height: 1.42857143;
	background-color: #efefef;
	background: rgba(255,255,255,0.2);
	border: 1px solid #660000;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.thumbnail {
	background-color: #efefef;
	background: rgba(255,255,255,0.2);
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 22px;
	padding: 4px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
/*********************** HEADINGS / START **************************************/
h1, .h1 {
	color: #660000;
	font-size: 39px;
	font-family: pt_sans_narrowregular, sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 10px 0px 10px 0px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}
h2, .h2 {
	color: #660000;
	font-size: 32px;
	font-family: pt_sans_narrowregular, sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 10px 0px 10px 0px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}
h3, .h3 {
	color: #8A8A8A;
	font-size: 26px;
	font-family: pt_sans_narrowregular, sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 10px 0px 10px 0px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}
h4, .h4 {
	color: #660000;
	font-size: 21px;
	font-family: pt_sans_narrowregular, sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 10px 0px 10px 0px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}
h5, .h5 {
	color: #660000;
	font-size: 17px;
	font-family: pt_sans_narrowregular, sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 10px 0px 10px 0px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}
h6, .h6 {
	color: #660000;
	font-size: 14px;
	font-family: pt_sans_narrowregular, sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 10px 0px 10px 0px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
/*********************** BLOCKQUOTES / START ***********************************/
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #000;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
/*********************** LISTS / START *****************************************/
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
/*
*/
/*###################### -=[ SHARED COMPONENTS ]=- ############################*/
/*
*/
/*********************** WEBSITE NAME / START ***********************************/
.website-name {
	color: #00B0D2;
	font-size: 40px;
	font-family: "pt_sans_narrowregular", sans-serif;
	font-weight: 100;
	background-color: transparent;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	top: 2px;
	left: 0px;
	padding: 15px 0px 44px;
	min-width: 400px;
	text-align: center;
	box-sizing: border-box;
	background: url('../graphics/website-name-top.png') center top no-repeat, url('../graphics/website-name-bottom.png') center bottom no-repeat;
}
.website-name span {
	color: #660000;
}
/*********************** TAGLINE / START ****************************************/
.tagline {
	color: #8A8A8A;
	font-size: 20px;
	font-family: bebas_neueregular, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 65px;
	left: 140px;
	text-decoration: none;
}
/*********************** GRAPHIC LOGO / START ***********************************/
.graphic-logo {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
.graphic-logo a {
	text-decoration: none;
	border: 0;
}
/*********************** SOCIAL ICONS / START ***********************************/
.social-icons {
	position: relative;
	float: right;
	margin-right: 60px;
	padding: 0px;
}
.social-icon-fontawesome {
	position: relative;
	z-index: 10005;
}
.social-icons a {
	text-decoration: none;
	border: 0;
}
/* social icons */
.social-icon-fontawesome a:link, .social-icon-fontawesome a:visited {
	color: #660000;
	text-decoration: none;
	outline: none;
}
.social-icon-fontawesome a:last-child {
	border-right: 0;
}
.social-icon-fontawesome a:hover {
	color: #ffffff;
	text-decoration: none;
}
div.social-icon-fontawesome div {
	background: #ffffff;
	border-radius: 0;
	box-sizing: border-box;
	padding: 4px 12px 4px 10px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 1;
	display: inline-block;
	transform: skewX(-45deg);
	-ms-transform: skewX(-45deg); /* IE 9 */;
	-webkit-transform: skewX(-45deg); /* Opera, Chrome, and Safari */
}
div.social-icon-fontawesome div a i.fa {
	transform: skewX(45deg);
	-ms-transform: skewX(45deg); /* IE 9 */;
	-webkit-transform: skewX(45deg); /* Opera, Chrome, and Safari */
}
div.social-icon-fontawesome div:hover {
	background: #660000;
}
div.social-icon-fontawesome a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*********************** PHONE / START ******************************************/
.phone {
	float: right; /*
	position: absolute;
	top: 70px;
	right: 18px;
	*/;
	margin-top: 50px;
	margin-right: 60px;
	padding: 0px;
	position: relative;
}
.phone a {
	color: #AAAAAA;
	font-size: 14px;
	font-family: pt_sansregular, sans-serif;
	font-weight: normal;
}
.phone a {
	text-decoration: none;
}
/*********************** GOOGLE SEARCH / START **********************************/
.google-search {
	margin: 0px 0 0 0;
	padding: 18px 0 0 0;
	position: absolute;
	top: -5px;
	right: 0px;
}
/* google search input text color  */
input#gsc-i-id1.gsc-input {
	color: #333333!important;/* input text color  */
}
.gsst_a .gscb_a {
	margin-top: 6px;
	color: #efefef!important;/* X close color  */
}
input.gsc-input {
	font-size: 16px!important;
	padding: 1px 1px!important;
}
.google-search {
	width: 200px;
	margin: 0px 0px 0px 0px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.google-search:hover {
	width: 300px;
}
.gsc-input-box {
	background: url('../graphics/stripes-bg.jpg') -200px center;
	height: 34px!important;
	border-radius: 0px;
	padding: 0px!important;
	border: 1px solid #F2F3F4!important;
	padding: 0px 0px 0px 0px!important;
	margin-left: 6px;
	box-sizing: border-box;
	margin-top: 2px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.gsc-input-box:hover {
	background: url('../graphics/stripes-bg.jpg')left center;
	-webkit-box-shadow: inset 1px 1px 0 0 #ffffff, inset -1px -1px 0 0 #ffffff;
	box-shadow: inset 1px 1px 0 0 #ffffff, inset -1px -1px 0 0 #ffffff;
	box-sizing: border-box;
}
.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
	border: 1px solid #F2F3F4!important;
	background: url('../graphics/stripes-bg.jpg') center center!important;
	-webkit-box-shadow: inset 1px 1px 0 0 #ffffff, inset -1px -1px 0 0 #ffffff!important;
	box-shadow: inset 1px 1px 0 0 #ffffff, inset -1px -1px 0 0 #ffffff!important;
	box-sizing: border-box!important;
}
table.gsc-search-box td {
	vertical-align: top!important;
}
.gsc-input {
	background: transparent!important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	height: 34px!important;
	margin-top: 0px;
	min-width: 13px;
	padding: 6px 27px;
	width: 13px;
}
.cse input.gsc-search-button, input.gsc-search-button {
	background-color: transparent!important;
	background-image: url('../graphics/search-btn.png')!important;
	background-repeat: no-repeat!important;
	border: 0px!important;
	border-radius: 0px!important;
	height: 34px;
	min-width: 34px;
	padding: 0 6px;
	margin-right: -4px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.cse input.gsc-search-button:hover, input.gsc-search-button:hover {
	background-image: url('../graphics/search-btn-hover.png')!important;
}
.cse input.gsc-search-button:focus, input.gsc-search-button:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.0) inset!important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.0) inset!important;
}
input.gsc-search-button {
	z-index: 999!important;
	position: relative!important;
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0!important;
	background-color: transparent!important;
	border: 0px solid #FFFFFF!important;
	border-radius: 20px;
	padding-left: 6px;
}
form.gsc-search-box {
	margin: 0!important;
}
table.gsc-search-box {
	margin-bottom: 0px!important;
}
/*********************** MENU TOP / START ***********************************/
/* menubar POSITION */
.menu-top {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	margin: 0px;
	padding: 0px;
}
/* menubar BACKGROUND */
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
/* menubar HEIGHT - BOTTOM MARGIN */
.navbar {
	border: 1px solid rgba(0, 0, 0, 0);
	margin-bottom: 0px;
	position: relative;
}
/* main button BACKGROUND */
.navbar-nav > li > a {
	padding-bottom: 18px;
	padding-top: 19px;
	background-color: transparent;
	-webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
}
ul#menu.menu li:first-child {
	border-left: 1px #aaa solid;
}
/* main button FONT STYLE */
.navbar-default .navbar-nav > li > a {
	color: #660000;
	font-size: 18px;
	font-family: pt_sans_narrowregular, sans-serif;
	background: url('../graphics/menutop-bg.png') -200px -65px repeat-x;
	box-sizing: border-box;
	font-weight: normal;
	font-variant: small-caps;
	border-left: 1px solid #DFE1E3;
	border-right: 1px solid #DFE1E3;
	margin-top: -2px;
	margin-left: -1px;
	padding-bottom: 21px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.navbar-default .navbar-nav > li {
	-webkit-box-shadow: 5px 0 5px -5px rgba(0,0,0,0.0), -5px 0 5px -5px rgba(0,0,0,0.0);
	box-shadow: 5px 0 5px -5px rgba(0,0,0,0.0), -5px 0 5px -5px rgba(0,0,0,0.0);
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.navbar-default .navbar-nav > li:hover {
	-webkit-box-shadow: 5px 0 5px -5px rgba(0,0,0,0.2), -5px 0 5px -5px rgba(0,0,0,0.2);
	box-shadow: 5px 0 5px -5px rgba(0,0,0,0.2), -5px 0 5px -5px rgba(0,0,0,0.2);
}
/* main button HOVER*/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #000;
	background: url('../graphics/menutop-bg.png') 0px 0px repeat-x;
	padding-bottom: 23px;
	margin-top: -7px;
}
/* main button OPEN*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #000;
	background: url('../graphics/menutop-bg.png') 0px 0px repeat-x;
	padding-bottom: 23px;
	margin-top: -7px;
}
/* sub button POSITION */
.navbar-nav > li > .dropdown-menu {
	margin-top: 3px;
	box-sizing: border-box;
}
/* sub button FONT STYLE */
.dropdown-menu > li > a {
	color: #333333;
	font-size: 16px;
	font-family: 'pt_sans_narrowregular',sans-serif;
	display: block;
	line-height: 1.1;
	white-space: nowrap;
	clear: both;
	border-left: 5px solid #ffffff;
	padding: 3px 20px 3px 20px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
/* sub button HOVER */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #660000;
	background: #F2F3F4;
	border-left: 5px solid #660000;
	box-sizing: border-box;
	padding: 3px 25px 3px 15px;
}
/* SUBMENU BACKGROUND */
.dropdown-menu {
	background-clip: padding-box;
	background-color: #ffffff;
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	margin: 3px 0 0;
	min-width: 180px;
	padding: 5px 0;
}
ul#menu.menu li.dropdown ul.dropdown-menu li:first-child {
	border: 0px;
}
/* do not remove, or menu top sub sub menus will not function */
/* SUB FLYOUT BORDER STYLES */
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: 0px;
	border-radius: 0 6px 6px 0px;
	padding: 8px 0px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
/* SUB FLYOUT ARROWS */
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	border-radius: 6px 0 6px 6px;
}
.dropdown-submenu {
	position: relative;
}
/* SUB H5 */
.dropdown-menu h5 a {
	text-decoration: none;
	cursor: default;
	padding-left: 20px;
	color: #111111;
	text-shadow: 0px 1px 1px rgba(220, 212, 189, 0.5);
}
/*********************** MENU SIDE / START **************************************/
.menu-side {
	margin: 0px;
	padding: 0px;
}
ul.menuside li a {
	text-decoration: none;
}
ul.menuside, ul.menuside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menuside {
	width: auto;
	height: auto;
}
.menuside ul li:last-child a {
	border-bottom: 0px solid #33373d;
}
.menuside > li > a:hover, .menuside > li > a.active {
	background-color: #35afe3;
	background: #1e5799;
}
.menuside > li > a.active {
}
.menuside > li > a:before {
	content: '';
	background-repeat: no-repeat;
	font-size: 36px;
	height: 1em;
	width: 1em;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -.5em 0 0 0;
}
.menuside > li > ul li a:before {
	content: '';
	font-size: 8px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
}
ul.menuside li ul {
	margin-left: 15px;
}
/* menu side hover styles*/
ul.menuside li {
	margin: 3px 0px 3px 0px;
}
.menuside > li > a {
	color: #222;
	font-size: 16px;
	font-family: 'roboto_condensedlight', Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 25px;
	font-weight: 600;
	padding: 5px 10px 5px 20px;
	background: #efefef;
	border: 1px solid #ffffff;
	-webkit-transition: color .2s ease-out, background .5s ease-in;
	transition: color .2s ease-out, background .5s ease-in;
	outline: 0;
	margin-bottom: -2px;
}
.downarrow {
	background-image: url('../graphics/menu-side-down-arrow.png')!important;
	background-position: right 10px!important;
	background-repeat: no-repeat!important;
}
.downarrow:hover {
	background-image: url('../graphics/menu-side-down-arrow.png')!important;
	background-position: right -130px!important;
	background-repeat: no-repeat!important;
}
/* menu side hover styles*/
.menuside > li > a:hover, .menuside > li > a.active {
	border: 1px solid #ffffff;
	color: #ffffff;
	background: #000;
	outline: none;
}
/* menu side button styles */
.menuside > li > a {
	width: 100%;
	display: block;
	position: relative;
	border-radius: 4px;
}
/* menu side sub */
.menuside ul li a {
	background: transparent;
	background: rgba(0,0,0,0.1);
	border-radius: 4px;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 2.75em;
	display: block;
	position: relative;
	font-family: 'roboto_condensedlight', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	margin: 2px 0px 2px 0px;
	outline: none;
}
/* menu side sub background hover */
.menuside ul li a:hover {
	background: rgba(0,0,0,0.2);
	border-radius: 4px;;
}
/* menu side sub font hover */
.menuside > li > ul li:hover a, .menuside > li > ul li:hover a span, .menuside > li > ul li:hover a:before {
	color: #111111;
}
/*********************** CUSTOM COMPONENTS / START ******************************/
.template .custom-component1 {
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: hidden;
	display: none;
}
.template .custom-component2 {
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: hidden;
	display: none;
}
.template .custom-component3 {
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: hidden;
	display: none;
}
/*********************** SCROLL TO TOP / START **********************************/
/* Image style */
#scrollUp {
	bottom: 50px;
	right: 20px;
	height: 38px;
	width: 38px;
	background: url('../graphics/scrollUp-button.png') no-repeat;
	outline: none;
}
#scrollUp-active {
	display: none;
	outline: none;
}
/***********************  FEATURED VIDEO / START ********************************/
div.featured-video iframe {
	border: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
div.featured-video iframe[seamless] {
	background-color: transparent;
	border: 0px none transparent;
	padding: 0px;
	overflow: hidden;
}
/***********************  QUOTE ROTATOR SMALL / START ***************************/
div.quote-rotator p {
	margin-bottom: 20px;
}
/*
*/
/*###################### -=[ PAGE SECTIONS ]=- #################################*/
/*
*/
/* -- when using multiple background images, they are stacked or layered in a specific order here's an example --

	background: url('../graphics/image.jpg') left 62px no-repeat, --	On top,		like z-index: 4; 
				url('../graphics/image.jpg') left 62px no-repeat, --	 	    	like z-index: 3;
				url('../graphics/image.jpg') left 62px no-repeat, --	 	    	like z-index: 3; 
				url('../graphics/image.jpg');                     --	On bottom, 	like z-index: 1; 
*/
/*********************** TOP  / START *****************************************/
.top-bg {
	background: #F2F3F4 url('../graphics/stripes-bg.jpg');
	border-bottom: 1px #DFE1E3 solid;
	box-sizing: border-box;
}
.top-bg .wrapper {
	box-sizing: border-box;
}
.top-bg .inner {
	position: relative;
	box-sizing: border-box;
	height: 30px;
}
/* CSS Modifiers -NONE- */
/*********************** HEADER  / START **************************************/
.header {
	background: #F7F7F7;/*old browsers*/;
	box-sizing: border-box;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}
.header .wrapper {
	box-sizing: border-box;
}
.header .inner {
	position: relative;
	box-sizing: border-box;
	min-height: 120px;
}
/* CSS Modifiers -NONE- */
/*********************** MENU  / START ****************************************/
.menu-bg {
	background: #F7F7F7;
	border-top: 1px #DFE1E3 solid;
	border-bottom: 0px #F2F3F4 solid;
	box-sizing: border-box;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
	box-sizing: border-box;
}
.menu-bg .wrapper {
	box-sizing: border-box;
}
.menu-bg .inner {
	position: relative;
	box-sizing: border-box;
}
/* CSS Modifiers -NONE- */
/*********************** SHOWCASE  / START ************************************/
.showcase{
	background: #ffffff url('../graphics/showcase-bg.jpg') center center;/*old browsers*/;
}
.showcase .section-inner {
	box-sizing: border-box;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}
.showcase .wrapper {
	box-sizing: border-box;
}
.showcase .wrapper .container {
	box-sizing: border-box;
}
.showcase .inner {
	position: relative;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* CSS Modifiers */
.showcase h1 {
	margin-top: 30px;
}
.showcase h2 {
	margin-bottom: 30px;
}
.showcase h1, .showcase h2, .showcase h3, .showcase h4, .showcase h5, .showcase h6 {
	text-align: center;
}
/*********************** SECTION1  / START ************************************/
.section1 {
	background-color: #ffffff ;
	background: url('../graphics/section1-top.png') center top no-repeat, url('../graphics/section1-bottom.png') center bottom no-repeat;
}
.section1 .section-inner {
	box-sizing: border-box;
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
}
.section1 .wrapper {
	box-sizing: border-box;
}
.section1 .wrapper .container {
	box-sizing: border-box;
}
.section1 .inner {
	box-sizing: border-box;
	padding-top: 60px;
	padding-bottom: 60px;
}
.section1 .content-left {
	background: rgba(255,255,255,0.0);
	border-radius: 0px;
	padding: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.section1 .content-left .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.section1 .content-center {
	background: rgba(255,255,255,0.0);
	border-radius: 0px;
	padding: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.section1 .content-center .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.section1 .content-right {
	background: rgba(255,255,255,0.0);
	border-radius: 0px;
	padding: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.section1 .content-right .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
/* CSS Modifiers */
.section1 .panel {
	background-color: #efefef;
	background: rgba(255,255,255,0.2);
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.section1 .well {
	background-color: #efefef;
	background: rgba(255,255,255,0.2);
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
}
/*********************** SECTION2  / START ************************************/
.section2 {
	background: #E9EBED url('../graphics/section2-bg.jpg');
}
.section2 .section-inner {
	background: url('../graphics/section2-accent-graphic-top.png') center 0px no-repeat;
	border-top: 30px #ffffff solid;
	border-bottom: 30px #ffffff solid;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-transition: all 1s ease 1s;
	transition: all 1s ease 1s;
}
.section2 .wrapper {
	box-sizing: border-box;
}
.section2 .wrapper .container {
	box-sizing: border-box;
}
.section2 .inner {
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
}
.section2 .content-left {
	background: rgba(255,255,255,0.0);
	border-radius: 0px;
	padding: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.section2 .content-left .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.section2 .content-center {
	background: rgba(255,255,255,0.0);
	border-radius: 0px;
	padding: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.section2 .content-center .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.section2 .content-right {
	background: rgba(255,255,255,0.0);
	border-radius: 0px;
	padding: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.section2 .content-right .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
/* CSS Modifiers */
.section2 .panel {
	background-color: #efefef;
	background: rgba(255,255,255,0.2);
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.section2 .well {
	background-color: #efefef;
	background: rgba(255,255,255,0.2);
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
}
/*********************** SECTION3  / START ************************************/
.section3 {
	background: #00B0D2 url('../graphics/stripes-bg.jpg');/*old browsers*/
}
.section3 .section-inner {
	box-sizing: border-box;
}
.section3 .wrapper {
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	box-sizing: border-box;
}
.section3 .inner {
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}
/* CSS Modifiers -NONE- */
/*********************** PARALLAX1  / START ************************************/
.parallax1 {
	background: url('../themed-images/parallax-backgrounds/images/parallax1.jpg') no-repeat fixed 50% 0;
	color: white;
	height: 600px;
	margin: 0 auto;
	padding: 0;
}
.parallax1 .content-left {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax1 .content-left .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.parallax1 .content-center {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax1 .content-center .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.parallax1 .content-right {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax1 .content-right .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
/*********************** PARALLAX2  / START ************************************/
.parallax2 {
	background: url('../themed-images/parallax-backgrounds/images/parallax2.jpg') no-repeat fixed 50% 0;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.parallax2 .content-left {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 60px 0px;
	box-sizing: border-box;
}
.parallax2 .content-left .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.parallax2 .content-center {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 100px 0px;
	box-sizing: border-box;
}
.parallax2 .content-center .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.parallax2 .content-right {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax2 .content-right .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
/*********************** PARALLAX3  / START ************************************/
.parallax3 {
	background: url('../themed-images/parallax-backgrounds/images/parallax3.jpg') no-repeat fixed 50% 0;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0px;
}
.parallax3 .content-left {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax3 .content-left .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.parallax3 .content-center {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 100px 0px;
	box-sizing: border-box;
}
.parallax3 .content-center .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.parallax3 .content-right {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax3 .content-right .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.8);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
/* style over rides */
h3, .h3 {
	color: #660000;
}
body {
	color: #000000;
}
/*********************** PARALLAX4  / START ************************************/
.parallax4 {
	background: #ccc;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
.parallax4 .content-left {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax4 .content-left .content {
	padding: 20px;
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.parallax4 .content-center {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax4 .content-center .content {
	padding: 20px;
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
.parallax4 .content-right {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	margin: 30px 0px;
	box-sizing: border-box;
}
.parallax4 .content-right .content {
	padding: 20px;
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
}
/*********************** FOOTER  / START **************************************/
.footer {
	background: #E9EBED;
}
.footer .section-inner {
	background: url('../graphics/footer-top.png') center top repeat-x;
	box-sizing: border-box;
	opacity: 1;
	-webkit-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
.footer .wrapper {
	box-sizing: border-box;
}
.footer .wrapper .container {
	box-sizing: border-box;
}
.footer .inner {
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 80px;
}
.footer ul, .footer ol, .footer ul ul, .footer ol ul, .footer ul ol, .footer ol ol {
	list-style-type: none;
	padding: 2px 0px;
}
/* style over rides */
.footer {
	font-size: 13px;
}
/*********************** COPYRIGHT  / START ***********************************/
.copyright {
	background: #333333;
	border-top: 10px #111111 solid;
	-webkit-box-shadow: inset 0px 25px 25px 0px rgba(0,0,0,0.0);
	box-shadow: inset 0px 25px 25px 0px rgba(0,0,0,0.0);
	color: #dddddd;
}
.copyright .inner {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
/*********************** SECTION DIVIDER  / START *****************************/
.section-divider {
	height: 0px;
}
/*********************** MOBILE STYLES / START ********************************/
@media (max-width: 992px) {
/* menubar POSITION */
.menu-top {
	position: relative;
}
.menu-toggle, .navbar-toggle .fa-th-list {
}
.navbar-toggle {
	background-color: rgba(0, 0, 0, 0.0);
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 0 10px 0;
	position: relative;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-toggle {
	border-radius: 0px;
}
/* menubar BACKGROUND */
.navbar-default {
	background-color: #ffffff;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	color: #ffffff;
	background-color: #660000;
}
.navbar {
	border: 1px solid rgba(0, 0, 0, 0);
	margin-bottom: 0px;
	min-height: 30px;
	position: relative;
}
/* main button BACKGROUND */
.navbar-nav > li > a {
	border: 0;
	background-color: transparent;
	-webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.0);
}
ul#menu.menu li:first-child {
	border: 0;
}
.dropdown-menu {
	background: url("../graphics/stripes-bg.jpg");
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0);
	margin: 3px 0 0;
	width: 50%;
	padding: 5px 0;
}
.contactform {
	float: none;
}
.contactform .input-group-addon {
	color: #efefef;
}
.website-name {
	position: relative;
	text-align: center;
}
.tagline {
	position: relative;
	text-align: center;
	left: 0;
	top: 0;
	margin-top: -50px!important;
}
.phone {
	position: relative;
	text-align: center;
	left: 0;
	top: 0;
	float: none;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.google-search {
	position: relative;
	text-align: center;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 20px;
	left: 0;
	top: 0;
}
.google-search:hover {
	width: 100%;
}
.menu-bg-active {
	height: auto!important;
}
}
@media (max-width: 768px) {
}

