/*
"Portico" v 1.0 
Website Template 
created by www.i3dthemes.com
February / 02 / 2014
*/
/*
*/
/*###################### -=[ TABLE OF CONTENTS ]=- ##########################*/
/*
*/
/*

*/
/*
*/
/*###################### -=[ FONTS ]=- ######################################*/
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */
@font-face {
	font-family:"Anastasia Regular";
	font-weight:normal;font-style:normal;
	src:url("fonts/anastasia/ANASTAS.eot?") format("eot"),
		url("fonts/anastasia/ANASTAS.svg#Anastasia") format("svg"),
		url("fonts/anastasia/ANASTAS.woff") format("woff"),
		url("fonts/anastasia/ANASTAS.ttf") format("truetype");
}
@font-face {
    font-family: 'pt_serifregular';
     font-weight: normal;
    font-style: normal;
   src: url('fonts/pt-serif/PTF55F-webfont.eot'),
         url('fonts/pt-serif/PTF55F-webfont.svg#pt_serifregular') format('svg'),
         url('fonts/pt-serif/PTF55F-webfont.woff') format('woff'),
         url('fonts/pt-serif/PTF55F-webfont.ttf') format('truetype');

}
@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');

}
@font-face {
    font-family: 'matchbookregular';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/matchbook/matchbook-webfont.eot'),
         url('fonts/matchbook/matchbook-webfont.woff') format('woff'),
         url('fonts/matchbook/matchbook-webfont.ttf') format('truetype'),
         url('fonts/matchbook/matchbook-webfont.svg#matchbookregular') format('svg');

}
/*###################### -=[ GLOBAL FONT STYLES ]=- ##########################*/
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
body {
	color: #3D3C3A;
	font-size: 16px;
	font-family: "pt_serifregular", Georgia, "Times New Roman", Times, serif;
	line-height: 1.428571429;
	background-color: #DCD4BD;
	background: url('../graphics/body-bg.jpg');
}
/* LINKS */
a {
	color: #707070;
	text-decoration: none;
}
a:hover, a:focus {
	color: #3d3c3a;
	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;
}
/*********************** THUMBNAILS / START ************************************/
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #efefef;
	background: rgba(255,255,255,0.2);
	border: 1px solid #dddddd;
	border-radius: 4px;
	-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;
	transition: all 0.2s ease-in-out 0s;
}
/*********************** THUMBNAILS / END **************************************/
/*
*/
/*********************** HEADINGS / START **************************************/
h1, .h1 {
	color: #1F3E63;
	font-size: 45px;
	font-family: bebas_neueregular, 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: #1F3E63;
	font-size: 39px;
	font-family: bebas_neueregular, 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: #1F3E63;
	font-size: 34px;
	font-family: bebas_neueregular, 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: #284E7B;
	font-size: 25px;
	font-family: bebas_neueregular, 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: #284E7B;
	font-size: 20px;
	font-family: bebas_neueregular, 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: #284E7B;
	font-size: 16px;
	font-family: bebas_neueregular, 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;
}
/*********************** HEADINGS / END ****************************************/
/*
*/
/*********************** 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;
}
/*********************** BLOCKQUOTES / END *************************************/
/*
*/
/*********************** LISTS / START *****************************************/
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
/*********************** LISTS / END *******************************************/
/*
*/
/*###################### -=[ SHARED COMPONENTS ]=- ############################*/
/*
*/
/*********************** WEBSITE NAME / START ***********************************/
.website-name {
	color: #ddd4bc;
	font-size: 60px;
	font-family: "Anastasia Regular", Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	line-height: 1.0;
	background-color: transparent;
	margin: 0px;
	padding: 0px 50px 0px 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-decoration: none;
	background: url('../graphics/logo-left.png') left center no-repeat, url('../graphics/logo-right.png') right center no-repeat;
	box-sizing: border-box;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
}
/*********************** WEBSITE NAME / END *************************************/
/*
*/
/*********************** TAGLINE / START ****************************************/
.tagline {
	color: #ffffff;
	font-size: 20px;
	font-family: bebas_neueregular, sans-serif;
	font-weight: normal;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.2);
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 70px;
	left: 55px;
	text-decoration: none;
}
/*********************** TAGLINE / END ******************************************/
/*
*/
/*********************** GRAPHIC LOGO / START ***********************************/
.graphic-logo {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
.graphic-logo a {
	text-decoration: none;
	border: 0;
}
/*********************** GRAPHIC LOGO / END *************************************/
/*
*/
/*********************** SOCAIL ICONS / START ***********************************/
.social-icons {
	margin: 0px;
	padding: 0px;
}
.social-icons a {
	text-decoration: none;
	border: 0;
}
/* social icons */
.social-icon-fontawesome a:link, .social-icon-fontawesome a:visited {
	color: #284E7B;
	text-decoration: none;
	outline: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.social-icon-fontawesome a:last-child {
	border-right: 0;
}
.social-icon-fontawesome a:hover {
	color: #23201D;
	text-decoration: none;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
div.social-icon-fontawesome a i.fa {
	background: url('../graphics/fa-icon-bg.png') center top no-repeat;
	border: 0px aqua solid;
	border-radius: 0;
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */;
	-moz-box-sizing: content-box; /* Firefox, other Gecko */;
	box-sizing: content-box; /* Opera/IE 8+ */;
	padding: 25px 25px 25px 25px;
	transition: all .5s ease;
	opacity: 1;
}
div.social-icon-fontawesome a i.fa:hover {
	opacity: .8;
	transform: scale(.9);
}
div.social-icon-fontawesome a:hover {
	color: #111111;
	text-decoration: none;
}
/*********************** SOCAIL ICONS / END *************************************/
/*
*/
/*********************** PHONE / START ******************************************/
.phone {
	position: absolute;
	top: 70px;
	right: 18px;
	margin: 0px;
	padding: 0px;
	z-index: 999;
}
.phone a {
	color: #ffffff;
	font-size: 20px;
	font-family: bebas_neueregular, sans-serif;
	font-weight: normal;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.2);
}
.phone a {
	text-decoration: none;
}
/*********************** PHONE / END ********************************************/
/*
*/
/*********************** GOOGLE SEARCH / START **********************************/
.google-search {
	margin: 0px 0 0 0;
	padding: 18px 0 0 0;
	position: absolute;
	top: 10px;
	right: 0px;
}
/* google search input text color  */
input#gsc-i-id1.gsc-input {
	color: #707070!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: 150px;
	margin: 1px 0px 0px 0px;
	transition: all 0.5s ease;
}
.google-search:hover {
	width: 300px;
}
.gsc-input-box {
	background: #333;
	height: 35px!important;
	border-radius: 30px;
	padding: 0px!important;
	border: 2px solid rgba(220, 212, 189, 0.4)!important;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	padding: 0px 0px 0px 0px!important;
	margin-left: 6px;
}
.gsc-input {
	background: transparent!important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	height: 35px!important;
	margin-top: 2px;
	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: 10px!important;
	height: 50px;
	min-width: 50px;
	padding: 0 6px;
	margin-right: -4px;
	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 {
	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;
}
/*********************** GOOGLE SEARCH / END ************************************/
/*
*/
/*********************** 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;
}
/* main button BACKGROUND */
.navbar-nav > li > a {
	padding-bottom: 18px;
	padding-top: 19px;
	background-color: transparent;
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75);
	-moz-border-image: url('../graphics/menu-top-border.png' ) 0 1 round stretch;
	-webkit-border-image: url('../graphics/menu-top-border.png') 0 1 stretch round;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}
ul#menu.menu li:first-child {
	-moz-border-image: url('../graphics/menu-top-border.png' ) 0 1 round stretch;
	-webkit-border-image: url('../graphics/menu-top-border.png') 0 1 stretch round;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}
/* main button FONT STYLE */
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	font-size: 20px;
	font-family: bebas_neueregular, sans-serif;
}
/* main button HOVER*/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #000;
	background-color: #ddd4bc;
	background: rgba(220, 212, 189, 0.5);
}
/* sub button POSITION */
.navbar-nav > li > .dropdown-menu {
	margin-top: 2px;
}
/* sub button FONT STYLE */
.dropdown-menu > li > a {
	color: #ddd4bc;
	font-size: 18px;
	font-family: bebas_neueregular, sans-serif;
	display: block;
	line-height: 1.1;
	white-space: nowrap;
	clear: both;
	padding: 3px 20px;
}
/* sub button HOVER */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #3d3c3a;
	background-color: #ddd4bc;
	background: rgba(220, 212, 189, 0.5);
}
/* SUBMENU BACKGROUND */
.dropdown-menu {
	background-clip: padding-box;
	background-color: #00ffff;
	background: url('../graphics/stripes-bg.jpg');
	border: 2px solid rgba(220, 212, 189, 0.5);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	margin: 3px 0 0;
	min-width: 160px;
	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;
	-webkit-border-radius: 0 6px 6px 0px;
	-moz-border-radius: 0 6px 6px 0px;
	border-radius: 0 6px 6px 0px;
	padding: 8px 0px;
	border: 2px solid rgba(220, 212, 189, 0.5);
}
.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;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	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 TOP / END *************************************/
/*
*/
/*********************** 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 #ddd4bc;
	-o-transition: color .1s ease-out, background .5s ease-in;
	-ms-transition: color .1s ease-out, background .5s ease-in;
	-moz-transition: color .1s ease-out, background .5s ease-in;
	-webkit-transition: color .1s ease-out, background .5s ease-in; /* ...and now override with proper CSS property */;
	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 #ddd4bc;
	color: #ddd4bc;
	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;
}
/*********************** MENU SIDE / END ****************************************/
/*
*/
/*********************** 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;
}
/*********************** CUSTOM COMPONENTS / END ********************************/
/*
*/
/*********************** 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;
}
/*********************** SCROLL TO TOP / END ************************************/
/*
*/
/***********************  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;
}
/***********************  FEATURED VIDEO / END **********************************/
/*
*/
/***********************  QUOTE ROTATOR SMALL / START ***************************/
div.quote-rotator p {
	margin-bottom: 20px;
}
/***********************  QUOTE ROTATOR SMALL / END ***************************/
/*
*/
/*###################### -=[ 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; 
*/
/*********************** HEADER  / START **************************************/
.header {
	background: #3D3C3A url('../graphics/stripes-bg.jpg');/*old browsers*/;
}
.header .section-inner {
	box-sizing: border-box;
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75);
	transition: all 1s ease;
	transition-delay: 2s;
}
.header .wrapper {
	border-bottom: 1px solid rgba(220, 212, 189, 0.5);
	box-sizing: border-box;
}
.header .inner {
	position: relative;
	box-sizing: border-box;
	min-height: 60px;
}
/* CSS Modifiers -NONE- */
/*********************** HEADER  / END ****************************************/
/*
*/
/*********************** SHOWCASE  / START ************************************/
.showcase {
	background: #696969 url('../graphics/showcase-bg.jpg');/*old browsers*/;
}
.showcase .section-inner {
	background: url('../graphics/showcase-left.jpg') left top repeat-y, url('../graphics/showcase-right.jpg') right top repeat-y;
	box-sizing: border-box;
	box-shadow: inset 0px 75px 75px 0px rgba(0,0,0,0.2);
	transition: all 1s ease;
	transition-delay: 3s;
}
.showcase .wrapper {
	background: url('../graphics/showcase-top.png') center top repeat-x, url('../graphics/showcase-bottom.png') center bottom repeat-x;
	box-sizing: border-box;
}
.showcase .wrapper .container {
	background: url('../graphics/showcase-accent-graphic-top.png') center top no-repeat, url('../graphics/showcase-accent-graphic-bottom.png') center bottom no-repeat;
	box-sizing: border-box;
}
.showcase .inner {
	position: relative;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* CSS Modifiers */
.showcase .section-inner {
	color: #dddddd;
}
.showcase a {
	color: #ffffff;
}
.showcase a:hover {
	color: #dddddd;
	text-shadow: 0px 0px 0px #000;
}
.showcase a:focus {
	color: #dddddd;
}
.showcase h1, .showcase h2, .showcase h3, .showcase h4, .showcase h5, .showcase h6 {
	color: #DDD4BC;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
.showcase h1 a, .showcase h2 a, .showcase h3 a, .showcase h4 a, .showcase h5 a, .showcase h6 a {
	color: inherit;
}
.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;
}
/*********************** SHOWCASE  / END **************************************/
/*
*/
/*********************** SECTION1  / START ************************************/
.section1 {
	background: #DDD4BC url('../graphics/section1-bg.jpg');/*old browsers*/;
}
.section1 .section-inner {
	background: url('../graphics/section1-left.jpg') left top repeat-y, url('../graphics/section1-right.jpg') right top repeat-y;
	box-sizing: border-box;
	transition: all 1s linear;
}
.section1 .wrapper {
	background: url('../graphics/section1-top.png') center top repeat-x, url('../graphics/section1-bottom.png') center bottom repeat-x;
	box-sizing: border-box;
}
.section1 .wrapper .container {
	background: url('../graphics/section1-accent-graphic-top.png') center 41px no-repeat, url('../graphics/section1-accent-graphic-bottom.png') center bottom no-repeat;
	box-sizing: border-box;
}
.section1 .inner {
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 80px;
}
.section1 .content-left {
	background: rgba(255,255,255,0.3);
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.section1 .content-center {
	background: rgba(255,255,255,0.1);
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.section1 .content-right {
	background: rgba(255,255,255,0.3);
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
/* 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);
	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);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
}
/*********************** SECTION1  / END **************************************/
/*
*/
/*********************** SECTION2  / START ************************************/
.section2 {
	background: #696969 url('../graphics/section2-bg.jpg');/*old browsers*/;
}
.section2 .section-inner {
	background: url('../graphics/section2-left.jpg') left top repeat-y, url('../graphics/section2-right.jpg') right top repeat-y;
	box-sizing: border-box;
	opacity: 1;
	transition: all 1s ease-in;
}
.section2 .wrapper {
	background: url('../graphics/section2-top.png') center top repeat-x, url('../graphics/section2-bottom.png') center bottom repeat-x;
	box-sizing: border-box;
}
.section2 .wrapper .container {
	background: url('../graphics/section2-accent-graphic-top.png') center 41px no-repeat, url('../graphics/section2-accent-graphic-bottom.png') center bottom no-repeat;
	box-sizing: border-box;
}
.section2 .inner {
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 80px;
}
.section2 .content-left {
	background: rgba(0,0,0,0.2);
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.section2 .content-center {
	background: rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.section2 .content-right {
	background: rgba(0,0,0,0.2);
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
/* CSS Modifiers */
.section2 .section-inner {
	color: #dddddd;
}
.section2 a {
	color: #ffffff;
}
.section2 a:hover {
	color: #dddddd;
	text-shadow: 0px 0px 0px #000;
}
.section2 a:focus {
	color: #dddddd;
}
.section2 h1, .section2 h2, .section2 h3, .section2 h4, .section2 h5, .section2 h6 {
	color: #DDD4BC;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
.section2 h1 a, .section2 h2 a, .section2 h3 a, .section2 h4 a, .section2 h5 a, .section2 h6 a {
	color: inherit;
}
.section2 a.btn {
	color: #ddd4bc;
}
.section2 a.btn:hover {
	color: #efefef;
}
.section2 .panel {
	background-color: #999999;
	background: rgba(0,0,0,0.2);
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.section2 .well {
	background-color: #999999;
	background: rgba(0,0,0,0.2);
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.section2 .thumbnail {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.5);
}
/*********************** SECTION2  / END **************************************/
/*
*/
/*********************** SECTION3  / START ************************************/
.section3 {
	background: #3D3C3A url('../graphics/stripes-bg.jpg');/*old browsers*/
}
.section3 .section-inner {
	box-sizing: border-box;
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75);
}
.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- */
/*********************** SECTION3  / END **************************************/
/*
*/
/*********************** FOOTER  / START **************************************/
.footer {
	background: #696969 url('../graphics/footer-bg.jpg');/*old browsers*/
}
.footer .section-inner {
	background: url('../graphics/footer-left.jpg') left top repeat-y, url('../graphics/footer-right.jpg') right top repeat-y;
	box-sizing: border-box;
	opacity: 1;
	transition: all 1s ease-in;
}
.footer .wrapper {
	box-sizing: border-box;
}
.footer .wrapper .container {
	background: url('../graphics/footer-accent-graphic-top.png') center 0px no-repeat, url('../graphics/footer-accent-graphic-bottom.png') center bottom no-repeat;
	box-sizing: border-box;
}
.footer .inner {
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 80px;
}
/* CSS Modifiers */
.footer .section-inner {
	color: #aaa;
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: #dddddd;
	text-shadow: 0px 0px 0px #000;
}
.footer a:focus {
	color: #dddddd;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	color: #DDD4BC;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
.footer h1 a, .footer h2 a, .footer h3 a, .footer h4 a, .footer h5 a, .footer h6 a {
	color: inherit;
}
.footer ul, .footer ol, .footer ul ul, .footer ol ul, .footer ul ol, .footer ol ol {
	list-style-type: none;
	padding: 2px 0px;
}
/*********************** FOOTER  / END ****************************************/
/*
*/
/*********************** COPYRIGHT  / START ***********************************/
.copyright {
	background: #234163;
	border-top: 10px #CBC3AE solid;
	box-shadow: inset 0px 25px 25px 0px rgba(0,0,0,0.50);
	color: #dddddd;
}
.copyright .inner {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
/*********************** COPYRIGHT  / END *************************************/
/*
*/
/*
*/
/*********************** SECTION DIVIDER  / START *****************************/
.section-divider {
	background-color: #3D3C3A;/*old browsers*/;
	background: url('../graphics/stripes-bg.jpg');
	border-bottom: 1px solid rgba(0, 0, 0, 0.60);
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75);
	box-sizing: border-box;
	padding: 20px;
	transition: all .5s ease-in-out;
}
/*********************** SECTION DIVIDER/ END *********************************/
@media (max-width: 992px) {
/* menubar POSITION */
.menu-top {
	position: relative;
}
.menu-toggle, .navbar-toggle .fa-th-list {
	color: #ddd4bc;
}
.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;
}
/* menubar BACKGROUND */
.navbar-default {
	background-color: rgba(0, 0, 0, 0.5);
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: rgba(0, 0, 0, 0.5);
}
.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;
	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;
	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;
}
.phone {
	position: relative;
	text-align: center;
	left: 0;
	top: 0;
}
.google-search {
	position: relative;
	text-align: center;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
}
@media (max-width: 768px) {
.showcase .section-inner {
	background: url('../graphics/showcase-left.jpg') left top repeat-y, url('../graphics/showcase-bg.jpg');
}
.section1 .section-inner {
	background: url('../graphics/section1-left.jpg') left top repeat-y, url('../graphics/section1-bg.jpg');
}
.section2 .section-inner {
	background: url('../graphics/section2-left.jpg') left top repeat-y, url('../graphics/section2-bg.jpg');
}
.footer .section-inner {
	background: url('../graphics/footer-left.jpg') left top repeat-y, url('../graphics/footer-bg.jpg');
}
}
