﻿/* -----------------------------------------
:: import google font
----------------------------------------- */
@import url('http://fonts.googleapis.com/css?family=Oswald:400,700,300');
@import url('http://fonts.googleapis.com/css?family=Raleway');
/* -----------------------------------------
:: background
----------------------------------------- */
body {
	background: #efefef;
}
/* -----------------------------------------
:: TOP BAR
----------------------------------------- */
.top-bg {
	height: 22px;
	background: #336D78;
}
/* -----------------------------------------
:: MIN HEADER
----------------------------------------- */
.minimized-header-bg {
	background: #336D78;
}
/* -----------------------------------------
:: FOOTER
----------------------------------------- */
.footer-bg {
	background: #336D78;
}
/* -----------------------------------------
:: 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: 50px; /* old */;
	color: #336D78;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
	letter-spacing: -3px;
	font-variant-caps: titling-caps;
	line-height: normal;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
.website-name h3 span {
	color: #3D7D87;
}
.website-name h3 i {
	color: #BDD2D7;
}
/* -----------------------------------------
:: 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: #336D78;
	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 0px 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(255, 255, 255, 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;
}
.social-icon {
	text-align: center;
}
.social-icon-fontawesome {
	text-align: center;
}
div.social-icon-fontawesome a i {
	color: #efefef;
	color: rgba(255, 255, 255, 0.3);
}
div.social-icon-fontawesome a:hover i {
	color: #efefef;
	color: rgba(255, 255, 255, 0.7);
}
/* -----------------------------------------
:: GOOGLE SEARCH
----------------------------------------- */
.google-search {
	width: 90%;
	padding: 20px;
	color: #aaa;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	display: inline-block;
}
.gsc-input {
	background: none !important;
	border: 0px !important;
	height: 20px !important;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset !important;
}
.gsc-input-box {
	margin-top: 1px;
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 4px 6px 2px 6px !important;
	background-color: transparent !important;
	border: 0px solid #FFFFFF !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: 14px;
	color: #12222C;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif,Helvetica,Arial,sans-serif;
}
h1 {
	font-size: 50px;
	color: #336D78;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	line-height: 60px;
	margin: 10px 0;
}
h2 {
	font-size: 30px;
	color: #325154;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	line-height: 40px;
	margin: 10px 0;
}
h3 {
	font-size: 22px;
	color: #336D78;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	line-height: 32px;
	margin: 10px 0;
}
h4 {
	font-size: 18px;
	color: #336D78;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	line-height: 28px;
	margin: 10px 0;
}
.alert h4 {
	font-weight: bold;
}
h5 {
	font-size: 14px;
	color: #325154;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	line-height: 24px;
	margin: 10px 0;
}
h6 {
	font-size: 12px;
	color: #325154;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	line-height: 22px;
	margin: 10px 0;
}
a {
	color: #336D78;
	text-decoration: none;
}
a:hover {
	color: #336D78;
	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: #BDD2D7;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	max-width: 1200px;
	margin: 20px auto;
	padding: 10px;
	background: none;
	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 ;
}
/* -----------------------------------------
:: FOOTER
----------------------------------------- */
.footer h3 {
	margin-top: 15px;
	margin-bottom: 25px;
}
.copyright {
	text-align: center; clear:both; 
}
footer {
	font-size: 85%;
}
footer li {
	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: #BDD2D7;
}
/* -----------------------------------------
:: font color over rides
----------------------------------------- */
.light {
	color: #efefef;
}
.dark {
	color: #222222;
}
/* -----------------------------------------
:: icon color over rides
----------------------------------------- */
.icon-border {
	border: 1px solid #336D78;
	border-radius: 3px 3px 3px 3px;
	padding: 0.2em 0.25em 0.15em;
}
/* -----------------------------------------
:: NAVBAR "BAR" STYLES 
----------------------------------------- */
/* -----------------------------------------
:: 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 #3D7D87;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid rgba(61,125,135, 0.50);
	border-bottom: 1px solid rgba(255, 255, 255, 1.0);
	color: #3D7D87;
}
/* -----------------------------------------
:: bottom border 
----------------------------------------- */
#menu.nav li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #3D7D87;
	border-top: 1px solid rgba(255, 255, 255, 1.0);
	border-bottom: 1px solid rgba(61,125,135, 0.50);
}
/* -----------------------------------------
:: header margin
----------------------------------------- */
.header-bg {
	margin-top: 0px;
}
/* -----------------------------------------
:: inner positioning
----------------------------------------- */
div.navbar div.container {
	position: relative;
}
/* -----------------------------------------
:: top position
----------------------------------------- */
.template .navbar .nav {
	margin-top: 40px;
}
/* -----------------------------------------
:: down arrow position
----------------------------------------- */
.navbar .nav .dropdown-toggle .caret {
	margin-top: 8px;
}
/* -----------------------------------------
:: NAVBAR "LANDSCAPE TO DESKTOP" STYLES
----------------------------------------- */
/* -----------------------------------------
:: main button
----------------------------------------- */
.navbar .nav > li > a {
	color: #336D78;
	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.75);
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.0);
	margin: -2px 0px -1px 0px;
	border: 0px;
	border-radius: 0px;
}
/* -----------------------------------------
:: main button 'hover' 'focus'
----------------------------------------- */
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #efefef;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	background-color: #93ADBA;
	background-color: rgba(61,125,135, 0.50);
	text-decoration: none;
	border: 0px;
	-webkit-box-shadow: inset 0px -5px 0px 0px rgba(61,125,135, 1.0);
	box-shadow: inset 0px -5px 0px 0px rgba(61,125,135, 1.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: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	background-color: #93ADBA;
	background-color: rgba(61,125,135, 0.7);
}
/* -----------------------------------------
:: main button down arrow color 'link'
----------------------------------------- */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #336D78;
	border-bottom-color: #336D78;
}
/* -----------------------------------------
:: main button down arrow color 'hover' 'focus'
----------------------------------------- */
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
	border-top-color: #336D78;
	border-bottom-color: #336D78;
}
/* -----------------------------------------
:: 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: #336D78;
	border-bottom-color: #336D78;
}
/* -----------------------------------------
:: DROPDOWN-MENU LANDSCAPE TO DESKTOP
----------------------------------------- */
/* -----------------------------------------
:: background
----------------------------------------- */
.dropdown-menu {
	background-clip: padding-box;
	background-color: #eeeeee;
	border: 1px solid rgba(61,125,135, 1.0);
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin: 10px 0 0 0px;
	padding: 0px 0px 0px 0px;
}
/* -----------------------------------------
:: top arrow color
----------------------------------------- */
.navbar .nav > li > .dropdown-menu:after {
	border-bottom: 6px solid #336D78;
	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'
----------------------------------------- */
.nav-collapse .dropdown-menu a {
	color: #336D78;
	padding: 5px 12px;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.0);
}
/* -----------------------------------------
:: button font styles 'hover'
----------------------------------------- */
.nav-collapse .dropdown-menu a:hover {
	color: #efefef;
	color: rgba(255, 255, 255, 0.7);
	background-color: #336D78;
	background-color: rgba(61,125,135, 1.0);
}
/* -----------------------------------------
:: remove borders applied by navbar styling
----------------------------------------- */
ul#menu.nav li.dropdown ul.dropdown-menu li {
	border-bottom: 0px solid rgba(61,125,135, 0.5);
	border-top: 0px solid #FFFFFF;
}
/* -----------------------------------------
:: button background styles 'hover'
----------------------------------------- */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background-image: none;
	background: #efefef;
}
/* -----------------------------------------
:: 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, #3D7D87, #336D78);
	*/;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3D7D87', endColorstr='#336D78', GradientType=0);
	border-color: #efefef #efefef #ffffff;
    background-image: linear-gradient(to bottom, #3D7D87, #336D78);*
}
/* 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: #336D78; *;
	background-color: #336D78;
	*/
}
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,125,135, 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 
----------------------------------------- */
/* down arrow color */
.navbar .nav li.dropdown.contactform > .dropdown-toggle .caret {
	border-bottom-color: #efefef;
	border-top-color: #efefef;
}
.contactform .dropdown-menu {
	padding: 15px 15px 5px 15px;
}
.numo-top-menu .dropdown-menu {
	padding: 5px 10px;
}
.navbar .btn-navbar {
	background-color: #3D7D87;
	background-image: linear-gradient(to bottom, #3D7D87, #336D78);
	background-repeat: repeat-x;
	border-color: #efefef #efefef #ffffff;
	color: #efefef;
	margin-right: 25px;
}
.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: #ffffff;
	background-color: #336D78; *;
	background-color: #336D78;
}
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
	background-color: #336D78 \9;
}
/* -----------------------------------------
:: divider
----------------------------------------- */
.divider-top {
	height: 32px;
	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: 32px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url('../graphics/divider-bottom.png') top center no-repeat;
}
/* -----------------------------------------
:: 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.0);
	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 */;
}
/* -----------------------------------------
:: 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/default-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/default-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;
}


