/* -----------------------------------------
:: import google font
----------------------------------------- */
@import url('http://fonts.googleapis.com/css?family=Dosis');
@import url('http://fonts.googleapis.com/css?family=Oswald:400,300,700');
@import url(http://fonts.googleapis.com/css?family=Cinzel);

/* -----------------------------------------
:: background
----------------------------------------- */
body {
	background: #efefef url('../graphics/body.jpg');
}
.body-wrapper {
	position: fixed;
	top: 0px;
	height: 580px;
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	background: #efefef url('../graphics/body-wrapper.jpg') center top;
	z-index: -1;
}
.body-bg {
	position: fixed;
	top: 0px;
	height: 580px;
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	background: #efefef url('../graphics/body-bg.jpg') center top no-repeat;
}
.content-wrapper {
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	background: #efefef url('../graphics/body.jpg') center top;
	position: relative;
}
/* -----------------------------------------
:: HEADER
----------------------------------------- */
/* -----------------------------------------
:: MIN HEADER
----------------------------------------- */
.minimized-header-bg {
	position: relative;
	margin-bottom: 20px;
	min-height: 50px;
}
/* -----------------------------------------
:: CONTAINER WRAPPER
----------------------------------------- */
.container-wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */;
	-moz-box-sizing: border-box; /* Firefox, other Gecko */;
	box-sizing: border-box; /* Opera/IE 8+ */;
	position: relative;
}
.lightx {
	background: url('../graphics/lightx.jpg') center center;
	background: url('../graphics/divider-bottom.png') center top no-repeat, /* On top,    like z-index: 2; */ url('../graphics/lightx.jpg'); /* On bottom, like z-index: 1; */;
	padding-top: 40px;
}
.darkx {
	background: url('../graphics/darkx.jpg') center center;
}
/* -----------------------------------------
:: FOOTER
----------------------------------------- */
.footer-bg {
	background-color: #012F63;
	background: url('../graphics/body-bg.jpg') center top repeat-x;
	background: url('../graphics/footer-top.png') center top repeat-x, /* On top,    like z-index: 2; */ #012F63 url('../graphics/body-bg.jpg')center top repeat-x; 							/* On bottom, like z-index: 1; */;
}
.footer {
	padding-top: 120px;
	padding-bottom: 40px;
}
/* -----------------------------------------
:: WEBSITE NAME
----------------------------------------- */
.template .website-name {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: 0px;
}
.website-name h3 a, .website-name h3, .website-name a, .website-name {
	font-size: 45px; /* old */;
	color: #efefef;
	font-family: 'Cinzel', serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	letter-spacing: 0px;
	font-variant-caps: titling-caps;
	line-height: normal;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
.website-name h3 span {
	color: #A6DEEE;
}
.website-name h3 i {
	color: #ffffff;
}
/* -----------------------------------------
:: GRAPHIC LOGO
----------------------------------------- */
.graphic-logo {
	position: relative;
	display: inline-block;
}
/* -----------------------------------------
:: TAGLINE
----------------------------------------- */
.template .tagline {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: 0px;
}
.tagline h4 a, .tagline h4, .tagline a, .tagline {
	font-size: 13.5px;
	color: #A6DEEE;
	font-family: inherit;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
	margin: 0px 0px 20px 30px;
	padding: 0px;
	display: inline-block;
}
/* -----------------------------------------
:: TEXTLINKS
----------------------------------------- */
.template .secondary-horizontal-nav {
	float: right;
	padding: 2px 0px 2px 0px;
}
.secondary-horizontal-nav, .secondary-horizontal-nav a {
	font-size: 11px;
	color: #efefef;
	color: rgba(0, 0, 0, 0.5);
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	display: inline-block;
}
.secondary-horizontal-nav a:hover {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
}
/* -----------------------------------------
:: TELEPHONE
----------------------------------------- */
.template .phone {
	float: left;
	padding: 2px 0px 2px 0px;
}
.phone, .phone a {
	font-size: 11px;
	color: #efefef;
	color: rgba(255, 255, 255, 0.5);
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.0);
	z-index: 2;
	display: inline-block;
}
/* -----------------------------------------
:: SOCIAL ICONS
----------------------------------------- */
.social-icon a img {
	height: 30px;
	width: 30px;
	border: 0px;
	border-width: 0px;
	margin: 0px 5px 5px 5px;
}
.template .icon-wrapper {
	padding: 4px 0px 0px 0px;
	display: inline-block;
	margin-bottom: 10px;
}
.template .icon-wrapper-fontawesome {
	padding: 7px 0px 4px 0px;
}
.dashboard-inset {
	background: rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, .2), 0px 0px 2px 2px rgba(255, 255, 255, .2);
	box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, .2), 0px 0px 2px 2px rgba(255, 255, 255, .2);
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}
.social-icon {
	text-align: center;
}
.social-icon-fontawesome {
	text-align: center;
	z-index: 99;
	position: relative;
	margin-top: -25px;
}
.white-background {
	padding-top: 0px;
	min-height: 70px;
}
div.social-icon-fontawesome a i {
	color: #2CC4E4;
	color: rgba(44, 196, 228, 0.3);
}
div.social-icon-fontawesome a:hover i {
	color: #2CC4E4;
	color: rgba(44, 196, 228, 0.7);
	text-decoration: none;
}
div.social-icon-fontawesome a:hover {
	color: #2CC4E4;
	color: rgba(44, 196, 228, 0.7);
	text-decoration: none;
}
span.icon-stack {
	font-size: 3em;
}
div.social-icon-fontawesome a .icon-stack-base {/*circle*/
	color:#D2B3CC;/*ie*/;
}
div.social-icon-fontawesome a:hover .icon-stack-base {/*circle hover*/
	color:#B37EA9;/*ie*/;
}
div.social-icon-fontawesome a .icon-large {/*icon*/
	color:#B37EA9;/*ie*/;
}
div.social-icon-fontawesome a:hover .icon-large {/*icon hover*/
	color:#D2B3CC;/*ie*/;
}

/* -----------------------------------------
:: GOOGLE SEARCH
----------------------------------------- */
.google-search {
	width: 90%;
	margin: 0px 0px 0px 0px;
}
.gsc-input-box {
	background: none repeat scroll 0 0 #FFFFFF;
	height: 45px!important;
	border-radius: 10px;
	padding: 8px 0px 0px 0px;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	height: 45px!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: 29px;
	min-width: 54px;
	padding: 0 8px;
}
input.gsc-search-button {
	z-index: 999!important;
	position: relative!important;
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0!important;
}
/* -----------------------------------------
:: THEMED OBJECT
----------------------------------------- */
.template .themed-object {
	position: absolute;
	top: 50px;
	right: 0px;
	visibility: hidden;
	display: none;
	display: inline-block;
}
/* -----------------------------------------
:: CUSTOM COMPONENTS
----------------------------------------- */
.template .custom_component1 {
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: hidden;
	display: none;
	display: inline-block;
}
.template .custom_component2 {
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: hidden;
	display: none;
	display: inline-block;
}
.template .custom_component3 {
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: hidden;
	display: none;
	display: inline-block;
}
/* -----------------------------------------
:: common font settings - bootstrap override
----------------------------------------- */
body {
	font-size: 16px;
	color: #0C2848;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif,Helvetica,Arial,sans-serif;
}
h1 {
	font-size: 50px;
	color: #0E2F55;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	line-height: 60px;
	margin: 10px 0;
}
h2 {
	font-size: 30px;
	color: #BAD418;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	line-height: 40px;
	margin: 10px 0;
}
h3 {
	font-size: 22px;
	color: #0E2F55;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	line-height: 32px;
	margin: 10px 0;
}
h4 {
	font-size: 18px;
	color: #164C88;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	line-height: 28px;
	margin: 10px 0;
}
.alert h4 {
	font-weight: bold;
}
h5 {
	font-size: 14px;
	color: #164C88;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	line-height: 24px;
	margin: 10px 0;
}
h6 {
	font-size: 12px;
	color: #164C88;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	line-height: 22px;
	margin: 10px 0;
}
a {
	color: #0C2848;
	text-decoration: none;
}
a:hover {
	color: #0E2F55;
	text-decoration: underline;
}
.thumbnail .caption {
	color: #1F0E13;
}
.subtitle {
	margin: 0 0 20px 0;
}
.fancy {
	overflow: hidden;
	text-align: center;
}
.fancy span {
	position: relative;
}
.fancy span:before, .fancy span:after {
	$linesHeight: 7px;
	content: "";
	position: absolute;
	border-bottom: 1px solid #fafafa;
	border-top: 1px solid #D9D9D9;
	width: 600px;
	height: $linesHeight;
	top: 50%;
    margin-top: floor(-$linesHeight / 2);
}
.fancy span:before {
	right: 100%;
	margin-right: 15px;
}
.fancy span:after {
	left: 100%;
	margin-left: 15px;
}
/* -----------------------------------------
:: MINIMIZED HEADER FONT COLORS
----------------------------------------- */
.minimized-header-bg {
	text-align: center;
}
.minimized-header-bg h1, .minimized-header-bg h2, .minimized-header-bg h3, .minimized-header-bg h4, .minimized-header-bg h5, .minimized-header-bg h6 {
	color: #EDE8D4;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	max-width: 1200px;
	margin: 20px auto;
	padding: 10px;
}
/* -----------------------------------------
:: FOOTER
----------------------------------------- */
.footer h3 {
	margin-top: 15px;
	margin-bottom: 25px;
}
.copyright {
	text-align: center; clear:both;
	margin-top: 80px;
}
footer {
	font-size: 85%;
}
footer li {
	list-style-type: none;
	margin: none;
}
footer ul {
	padding: 0;
	list-style-type: none;
}
footer a:link {
	color: #ffffff;
}
footer a:visited {
	color: #efefef;
}
footer a:hover {
	color: #efefef;
}
footer a:active {
	color: #efefef;
}
footer {
	color: #efefef;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	color: #efefef;
}

.footer {
	font-size: 85%;
}
.footer li {
	list-style-type: none;
	margin:none;
}
.footer ul {
    padding: 0;
    list-style-type: none;}

.footer a:link {
	color: #ffffff;
}
.footer a:visited {
	color: #efefef;
}
.footer a:hover {
	color: #efefef;
}
.footer a:active {
	color: #efefef;
}
.footer {
	color: #efefef;
}

/* -----------------------------------------
:: font color over rides
----------------------------------------- */
.light {
	color: #efefef;
}
.dark {
	color: #222222;
}
/* -----------------------------------------
:: icon color over rides
----------------------------------------- */
.icon-border {
	border: 1px solid #234254;
	border-radius: 3px 3px 3px 3px;
	padding: 0.2em 0.25em 0.15em;
}
/* -----------------------------------------
:: NAVBAR BACKGROUND
----------------------------------------- */
.nav-bg {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.5);
	border: 5px solid rgba(255, 255, 255, 0.5);
	border-radius: 20px;
}

/* -----------------------------------------
:: NAVBAR "BAR" STYLES 
----------------------------------------- */
@media screen and (min-width: 1024px) {
header.large {
	margin-top: 40px;
}
header.small, header.small nav.navbar div.nav-bg {
	position: fixed;
	right: 0;
	left: 0;
	border-width: 0 0 1px;
	margin-top: -10px;
	border: 0px;
	border-radius: 0px;
	padding: 10px;
	height: 75px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 23, 67, 0.7);
	box-shadow: 0px 0px 0px 0px rgba(0, 23, 67, 0.7);
	background: url('../graphics/nav-bg-full.png') center bottom;
}
header {
	transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out; /* Firefox 4 */;
	-webkit-transition: all 1s ease-in-out; /* Safari and Chrome */;
	-o-transition: all 1s ease-in-out; /* Opera */;
	animation-direction: alternate-reverse;
	-webkit-animation-direction: alternate-reverse; /* Safari and Chrome */
}
header.small nav.navbar div.nav-bg div.collapse h3.animated {
	display: inline;
	float: left;
	margin: 0px 20px 0px 0px;
}
header.large nav.navbar div.nav-bg div.collapse h3.animated {
	display: none;
}
}
/* -----------------------------------------
:: background
----------------------------------------- */
.navbar {
	margin-bottom: 0px;
	background: none;
	/*background: url('../graphics/divider-top.png') center bottom no-repeat, /* On top,    like z-index: 2; */ 
				/*url('../graphics/menu-top-bg.png') center top repeat-x;     /* On bottom, like z-index: 1; */
}
.nav-block {
	float: right;
}
/* -----------------------------------------
:: top border 
----------------------------------------- */
.menu {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /*
	border-top: 1px solid #3D708B;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid rgba(61, 112, 139, 0.50);
	border-bottom: 1px solid rgba(255, 255, 255, 1.0);
	*/;
	color: #3D708B;
}
/* -----------------------------------------
:: bottom border 
----------------------------------------- */
.menu.nav li {
}
/* -----------------------------------------
:: inner positioning
----------------------------------------- */
div.navbar div.container {
	position: relative;
}
/* -----------------------------------------
:: top position
----------------------------------------- */
.template .navbar .nav {
	margin-top: 0px;
}
/* -----------------------------------------
:: down arrow position
----------------------------------------- */
.navbar .nav .dropdown-toggle .caret {
	margin-top: 8px;
}
/* -----------------------------------------
:: NAVBAR "LANDSCAPE TO DESKTOP" STYLES
----------------------------------------- */
/* -----------------------------------------
:: main button
----------------------------------------- */
.navbar .nav > li > a {
	color: #013870;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
	text-decoration: none;
	float: none;
	padding: 10px 10px 10px 10px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.0);
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.0);
	margin: -2px 0px -1px 0px;
	border: 0px;
	border-radius: 0px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
/* -----------------------------------------
:: main button 'hover' 'focus'
----------------------------------------- */
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	color: #001B35;
	background-color: #D3DFFA;
	background-color: rgba(211,233,250,1);
	text-decoration: none;
	box-shadow: 0px -5px 0px 0px rgba(26, 217, 245, 0.0) inset;
	margin: 0px 0px -3px 0px;
	padding: 10px 10px 8px 10px;
	-webkit-box-shadow: inset 0px -5px 0px 0px rgba(26, 217, 245, 0.0);
}
/* -----------------------------------------
:: main button 'active' 'selected'
----------------------------------------- */
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #001B35;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.0);
	background-color: #D3DFFA;
	background-color: rgba(211,233,250,0.5);
}
/* -----------------------------------------
:: main button down arrow color 'link'
----------------------------------------- */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #234254;
	border-bottom-color: #234254;
}
/* -----------------------------------------
:: main button down arrow color 'hover' 'focus'
----------------------------------------- */
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
	border-top-color: #234254;
	border-bottom-color: #234254;
}
/* -----------------------------------------
:: main button down arrow color 'active' 'open'
----------------------------------------- */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #234254;
	border-bottom-color: #234254;
}
/* -----------------------------------------
:: DROPDOWN-MENU LANDSCAPE TO DESKTOP
----------------------------------------- */
/* -----------------------------------------
:: background
----------------------------------------- */
.navbar-nav > li > .dropdown-menu {
	background-clip: padding-box;
	background-color: #ffffff;
	border: 1px solid rgba(0, 16, 60, 0.5);
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.0);
	margin: 7px 0 0 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 0px 10px 10px 10px;
	padding: 5px;
}
/* -----------------------------------------
:: top arrow color
----------------------------------------- */
.navbar .nav > li > .dropdown-menu:after {
	border-bottom: 6px solid #234254;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
/* -----------------------------------------
:: right arrow color
----------------------------------------- */
.dropdown-submenu > a:after {
	border-color: transparent transparent transparent #000000;
}
/* -----------------------------------------
:: DROPDOWN-MENU BUTTONS
----------------------------------------- */
/* -----------------------------------------
:: button font styles 'link'
----------------------------------------- */
.dropdown-menu > li > a {
	color: #013870;
	padding: 5px 12px;
	font-weight: normal;
	background-color: rgba(0, 0, 0, 0.0);
}
/* -----------------------------------------
:: button font styles 'hover'
----------------------------------------- */
.nav-collapse .dropdown-menu a:hover {
	color: #ffffff;
	color: rgba(255, 255, 255, 1.0);
}
.nav-collapse .dropdown-menu a:active {
	color: #ffffff;
}
.dropdown-submenu a.dropdown-toggle {
	color: #002040;
	font-weight: bold;
	background: none;
}
.dropdown-submenu a.dropdown-toggle:selected {
	color: #ff0000;
}
.dropdown-menu > li > a {
	border-radius: 10px;
}
/* -----------------------------------------
:: remove borders applied by navbar styling
----------------------------------------- */
ul#menu.nav li.dropdown ul.dropdown-menu li {
	border-bottom: 0px solid rgba(61, 112, 139, 0.5);
	border-top: 0px solid #FFFFFF;
}
/* -----------------------------------------
:: button background styles 'hover'
----------------------------------------- */
/* -----------------------------------------
:: button packaging styles
----------------------------------------- */
.dropdown-menu > li > a[rel=title] {
	font-weight: bold !important;
}
/* -----------------------------------------
:: button packaging styles 'pro' 
----------------------------------------- */
.dropdown-menu > li.pro-package a:after {
	content: " (Pro Package Feature)";
	color: #009900;
}
/* -----------------------------------------
:: button packaging styles 'numo'
----------------------------------------- */
.dropdown-menu span.numo-included {
	color: #009900;
}
/* -----------------------------------------
:: PHONE TO PORTRAIT
----------------------------------------- */
/* MENU 'button' styles 'link' */
.navbar .btn-navbar {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
	display: none;
	background-color: transparent; /*
	background-image: linear-gradient(to bottom, #3D708B, #234254);
	*/;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3D708B', endColorstr='#234254', GradientType=0);
	border-color: #efefef #efefef #ffffff;
    background-image: linear-gradient(to bottom, #3D708B, #234254);*
}
/* MENU 'button' styles 'hover' */
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
	color: #679EBC;
	/*
	background-color: #234254; *;
	background-color: #234254;
	*/
}
div.nav-collapse ul#menu.nav li.dropdown ul.dropdown-menu {
	margin-top: 5px;
}
/* -----------------------------------------
:: MEDIA QUERY STYLE CHANGES
----------------------------------------- */
@media (max-width: 979px) {
/* -----------------------------------------
:: main button background 'hover'
----------------------------------------- */
.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
	background-color: #93ADBA;
	background-color: rgba(61, 112, 139, 0.5);
}
/* Submenu background color */
.nav-collapse .dropdown-menu {
	margin: 0 15px;
	padding: 0;
	background-color: #ffffff;
}
.navbar .btn-navbar {
	display: block;
}
}
@media (min-width: 980px) {
.nav-collapse.collapse {
	height: auto !important;
	overflow: visible !important;
}
}
/* (Drop menu) (Submenu) button margins */
.nav-collapse .dropdown-menu li a {
	margin-bottom: 2px;
}
/* -----------------------------------------
:: CONTACT FORM 
----------------------------------------- */
.numo-top-menu .dropdown-menu {
	padding: 5px 10px;
}
ul.nav li.dropdown div.dropdown-menu {
	padding: 10px;
	min-width: 300px;
}
.contactform .input-group-addon {
	padding: 6px 12px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	background-color: transparent;
	border: 1px solid #0B2B5C;
	border: 1px solid rgba(11, 43, 92, 0.5);
	border-radius: 4px;
	color: #0B2B5C;
}
.contactform .form-control {
	background-color: #FFFFFF;
	border: 1px solid #0B2B5C;
	border: 1px solid rgba(11, 43, 92, 0.5);
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	font-size: 14px;
	height: 31px;
	padding: 5px 6px 6px 5px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	width: 85%;
	margin-left: 20px;
	margin-top: 7px;
}
.contactform textarea.form-control {
	min-height: 150px;
}
.navbar-nav > li > .contactform .dropdown-menu {
	background-clip: padding-box;
	background-color: #efefef;
}
/* -----------------------------------------
:: divider
----------------------------------------- */
.divider-top-full {
	height: 200px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url('../graphics/divider-top.png') top center no-repeat;
	margin-top: -180px;
	z-index: 11;
}
.divider-top-142px {
	height: 119px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url('../graphics/divider-top.png') top center no-repeat;
}
.divider-top {
	height: 142px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url('../graphics/divider-top.png') top center no-repeat;
}
.divider-bottom {
	height: 142px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url('../graphics/divider-bottom.png') top center no-repeat;
	margin-bottom: -130px;
	z-index: 99;
}
/* -----------------------------------------
:: inner wrappers
----------------------------------------- */
.inner-wrapper {
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* -----------------------------------------
:: section, aside, div container paddings and styles
----------------------------------------- */
.aside {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper {
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */;
	-webkit-box-sizing: border-box; /* Safari */;
	width: auto;
	border: 1px solid #BBB8B9;
	border: 1px solid rgba(187,184,185,1.00);
	border-radius: 0px;
	border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px;
	box-shadow: 0px 0px 2px rgba(255,255,255,1.00), inset 0px 0px 0px 1px rgba(255,255,255,1.0), inset 0px 0px 15px 0px rgba(0,0,0,0.3), inset 0px 0px 0px 0px rgba(255,255,255,0.0), inset 0 -1px 1px rgba(0,0,0,0.0);
	-o-box-shadow: 0px 0px 2px rgba(255,255,255,1.00), inset 0px 0px 0px 1px rgba(255,255,255,1.0), inset 0px 0px 15px 0px rgba(0,0,0,0.3), inset 0px 0px 0px 0px rgba(255,255,255,0.0), inset 0 -1px 1px rgba(0,0,0,0.0);
	-webkit-box-shadow: 0px 0px 2px rgba(255,255,255,1.00), inset 0px 0px 0px 1px rgba(255,255,255,1.0), inset 0px 0px 15px 0px rgba(0,0,0,0.3), inset 0px 0px 0px 0px rgba(255,255,255,0.0), inset 0 -1px 1px rgba(0,0,0,0.0); 
	-moz-box-shadow: 		0px 0px 2px rgba(255,255,255,1.00), inset 0px 0px 0px 1px rgba(255,255,255,1.0), inset 0px 0px 15px 0px rgba(0,0,0,0.3), inset 0px 0px 0px 0px rgba(255,255,255,0.0), inset 0 -1px 1px rgba(0,0,0,0.0); 
	background:				url('../graphics/side-wrapper-bg.png') 		top left repeat;
}
/* -----------------------------------------
:: thumbnail 
----------------------------------------- */
.thumbnail {
	border: 0px solid rgba(0, 0, 0, 0.0);
	border-radius: 0px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.0);
	display: block;
	line-height: 20px;
	padding: 5%;
	transition: all 0.2s ease-in-out 0s;
	background: rgba(0, 0, 0, 0.0);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.thumbnail > img {
	border: 1px solid #cfcfcf;
	border-radius: 0px;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #999;
	padding: 8px;
	background: #f5f5f5;
/* Old browsers */background: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */;
	background: linear-gradient(to bottom, #f5f5f5 0%,#eeeeee 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */;
	-webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 0px 1px rgba(255,255,255,1);
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 0px 1px rgba(255,255,255,1);
}
/* -----------------------------------------
:: hr horizontal rule 
----------------------------------------- */
hr {
	height: 2px;
	border-bottom: 1px solid #fafafa;
	border-top: 1px solid #D9D9D9;
}
/* -----------------------------------------
:: nabvar and menu buttons
----------------------------------------- */
/*navbar background*/
#menu.nav li.dropdown ul.dropdown-menu {
	.fadeInUp { -webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
}
/* -----------------------------------------
:: snippet1
----------------------------------------- */
/* font color */
.snippet1 {
	color: #efefef;
}
/* h3 color */
.snippet1 h3 {
	color: #ffffff;
}
/* lead */
.snippet1 p.lead {
	font-variant: small-caps;
}
/* image borders and margins */
.snippet1 img {
	margin: 10px 10px 10px 0px;
	border: 5px solid rgba(255,255,255,0.25);
}
/* background */
.snippet1 {
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */;
	-webkit-box-sizing: border-box; /* Safari */;
	background: url('../graphics/body-bg.jpg');
	-webkit-box-shadow: inset 0px 0px 50px 50px rgba(0, 0, 0, .4), inset 0px 0px 15px 15px rgba(0, 0, 0, .2);
	box-shadow: inset 0px 0px 50px 50px rgba(0, 0, 0, .4), inset 0px 0px 15px 15px rgba(0, 0, 0, .2);
}
/* to create your own gradients, go to "http://www.colorzilla.com/gradient-editor/" - create, copy and paste above */
/* sections */
.snippet1-sections {
	background: url('../graphics/snippet1-vertical-divider.png') center center repeat-y;
}
.snippet1-right-subject {
	padding: 0px 0 0px 60px;
	margin: 0px 0px 20px 0px;
	background: url('../graphics/snippet1-right-subject-bg.png') left center no-repeat;
}
.snippet1-right-subject h3 {
	line-height: 30px;
	margin: 10px 0 0px 0px;
}
.snippet1-bottom-divider {
	width: 100%;
	height: 2px;
	background: url('../graphics/.snippet1-bottom-divider.png') center bottom repeat-x;
}
/* -----------------------------------------
:: snippet2
----------------------------------------- */
.snippet2 .span3 {
	border-right: 1px #cccccc solid;
}
/* image borders and margins */
.snippet2 img {
	margin: 2px 10px 10px 0px;
	border: 5px solid rgba(255,255,255,0.50);
}
/* -----------------------------------------
:: snippet3
----------------------------------------- */
.snippet3 ul li {
	list-style: none;
}
/* -----------------------------------------
:: snippet4
----------------------------------------- */
.snippet4 {
	border: 1px solid rgba(255,255,255,0.5);
	background: rgba(255,255,255,0.25);
	padding: 0px;
}
.snippet4 .lead {
	margin-top: 30px;
}
.snippet4-left {
	min-height: 300px;
	background: #ffffff;
	padding: 20px;
	box-sizing: border-box;
	background: #4096ee;
/* Old browsers */background: -moz-linear-gradient(top, #4096ee 0%, #4096ee 35%, #ffffff 35%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4096ee), color-stop(35%,#4096ee), color-stop(35%,#ffffff)); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, #4096ee 0%,#4096ee 35%,#ffffff 35%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, #4096ee 0%,#4096ee 35%,#ffffff 35%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, #4096ee 0%,#4096ee 35%,#ffffff 35%); /* IE10+ */;
	background: linear-gradient(to bottom, #4096ee 0%,#4096ee 35%,#ffffff 35%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.snippet4-right {
	min-height: 300px;
	background: #ffffff;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */;
	-webkit-box-sizing: border-box; /* Safari */;
	background: #8fc800;
/* Old browsers */background: -moz-linear-gradient(top, #8fc800 0%, #8fc800 35%, #ffffff 35%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(35%,#8fc800), color-stop(35%,#ffffff)); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, #8fc800 0%,#8fc800 35%,#ffffff 35%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, #8fc800 0%,#8fc800 35%,#ffffff 35%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, #8fc800 0%,#8fc800 35%,#ffffff 35%); /* IE10+ */;
	background: linear-gradient(to bottom, #8fc800 0%,#8fc800 35%,#ffffff 35%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.snippet4-right ul li {
	list-style: none;
}
.snippet4-left h3 {
	margin: 0px;
	color: #ffffff;
}
.snippet4-right h3 {
	margin: 0px;
	color: #ffffff;
}
.snippet4-left h4 {
	margin: 0px 0px 20px 0px;
	color: #ffffff;
}
.snippet4-right h4 {
	margin: 0px 0px 20px 0px;
	color: #ffffff;
}
/* -----------------------------------------
:: snippet5
----------------------------------------- */
.snippet5 img {
	margin: 10px;
}
.snippet5 ul li {
	list-style: none;
}
.snippet5 h4 {
	margin-bottom: 5px;
}
.snippet5 p {
	margin-bottom: 15px;
}
/* -----------------------------------------
:: snippet7
----------------------------------------- */
.snippet7 .left {
	margin-right: 20px;
}
.snippet7 .right {
	margin-left: 20px;
}
/* -----------------------------------------
:: snippet8
----------------------------------------- */
.snippet8 img {
	margin: 10px 10px 10px 0px;
	border: 10px solid rgba(255,255,255,0.50);
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */;
	-webkit-box-sizing: border-box; /* Safari */;
}
/* -----------------------------------------
:: snippet13
----------------------------------------- */
.snippet13 {
	padding: 2%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */;
	-webkit-box-sizing: border-box; /* Safari */;
	border-radius: 10px;
	background: url('../graphics/body-bg.jpg');
	-webkit-box-shadow: inset 0px 0px 50px 50px rgba(0, 0, 0, .4), inset 0px 0px 15px 15px rgba(0, 0, 0, .2);
	box-shadow: inset 0px 0px 50px 50px rgba(0, 0, 0, .4), inset 0px 0px 15px 15px rgba(0, 0, 0, .2);
}
.snippet13 .h3-lead {
	font-size: 18px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.25);
	letter-spacing: 2px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
.snippet13 .h3-bold {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 2px;
	margin: 0px;
	padding: 0px;
	line-height: 23px;
}
.snippet13 p {
	margin: 30px 0px;
	color: #efefef;
	color: rgba(255, 255, 255, 0.50);
}
.snippet13 .btn {
	background-color: #efefef;
	background-image: linear-gradient(to bottom, #ffffff, #efefef );
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-left-width: 0;
	border-radius: 4px 4px 4px 4px;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0;
	color: #295365;
	cursor: pointer;
	display: inline;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0;
	margin-left: 0.3em;
	padding: 6px 12px 4px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
/* -----------------------------------------
:: snippet14
----------------------------------------- */
.snippet14 {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */;
	-webkit-box-sizing: border-box; /* Safari */;
	padding: 20px;
}
.snippet14 h4 {
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: 24px;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	letter-spacing: 0px;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.snippet14 img {
	margin: 10px 10px 10px 0px;
	border: 5px solid rgba(255,255,255,0.50);
	border-radius: 5px;
}
.snippet14 .lead {
	font-size: 14px;
	font-weight: bold;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	line-height: 18px;
	margin: 10px 0px 5px 0px;
}
.snippet14 .btn {
	margin: 10px 0px 25px 0px;
}
.snippet14 ul li {
	list-style-image: url('../graphics/snippet14-bullet.png');
	padding: 5px 0px;
}
/* -----------------------------------------
:: snippet top
----------------------------------------- */
.snippettop {
	width: auto;
}
.snippettop h1 {
	color: #000000;
	margin: 10px 60px;
}
/* -----------------------------------------
:: carousel
----------------------------------------- */
.carousel {
	z-index: 1;
}
.carousel-control.right {
	background-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.0) 100%);
}
.carousel-control.left {
	background-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.0) 100%);
}

/* -----------------------------------------
:: updates
----------------------------------------- */
.container-wrapper .container .row{
	padding:0px 20px 0px 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	}
@media screen and (min-width: 1024px) {


header.small, header.small nav.navbar div.nav-bg {
	top:0px;
	z-index:999;
}

}
