/*------------------------------------------------------------------
File:		custom css
Project:	Driven Local Framework v1.0
Author: 	http://drivenlocal.com/
-------------------------------------------------------------------*/
body { 
	font-family: 'Open Sans', sans-serif;
}
.frame {
	border: 2px solid #00699E;
}

.gradient {
	background: #464c74;
	background: -moz-linear-gradient(top,  #464c74 0%, #212749 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464c74), color-stop(100%,#212749));
	background: -webkit-linear-gradient(top,  #464c74 0%,#212749 100%);
	background: -o-linear-gradient(top,  #464c74 0%,#212749 100%);
	background: -ms-linear-gradient(top,  #464c74 0%,#212749 100%);
	background: linear-gradient(to bottom,  #464c74 0%,#212749 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464c74', endColorstr='#212749',GradientType=0 );
}

/* ===== Header ===== */

header {
	color:#002A3D;
	top:0;
	width:100%;
	z-index:100;
	background:#F2F2F2;
}
.logo {
	float:left;
	padding: 5px 5px;
	text-align:left;
	left: 0px;
	right: 0px;
	width:320px;
	
}
.green { 
	color:#056991; 
	font-weight:bold;
}
.headertext {
	font-size:18px;
	text-align:right;
	line-height:30px;

}
.headertext h3{ 
	font-weight:bold;
	font-size:24px;
	background:#fff;
	border:4px solid #c6c6c6;
	padding:10px;
	color:#002A3D;
}

@media (max-width: 800px) {

	.logo { 
		float: none; display:block; margin:auto; padding-top: 5px; width:auto; width:auto;
	}
	.headertext { 
		display:none;
		
	}
		
}

.start2 { 
	display:none;  
}
.startnow2 a{
	background:#fff; 
	font-size:22px; 
	color:#333333; 
	border: 4px solid #C6C6C6; 
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px; padding:10px;
	font-weight:bold;
 }
.start2 i{ 
	font-size:40px; 
	color:#036B90; 
	font-weight:bold;
}

@media (max-width: 800px) {
	.start2 a{ 
		font-size:16px; 
	}
	.start2 i{ 
		font-size:20px; 
		font-weight:bold;
	}	
	.start2 { 
		display:block; 
		float:none; 
		margin:auto; 
		text-align:center; 
		padding-bottom: 20px; 
		margin-top:20px; }
}

/* ===== Navigation ===== */

nav { 
	width:100%;
	text-align:center;
	border-top:3px solid #dcdcdc;
	border-bottom:3px solid #dcdcdc;
	z-index:33;
}

nav a {
	color:#013950; 
	font-size:16px;   
	overflow: hidden;
    white-space: nowrap; 
	border-right: 0px solid #E5E5E5; 
}
	
nav li:first-child {
	border-left: 0px solid #2B5072;
}
.last { 
	border-right:none;
}
nav ul { 
	margin: 0px;
	padding: 0px;
	list-style: outside none none; 
	padding:0px 0; 
 }
.menuToggle{ 
	display:none;
}
.menuToggle i { 
	font-size:90%; 
	padding-left:5px;
 }
.menuToggle:hover { 
	text-decoration:none; 
	color:#000; 
}
.menuToggle { 
	padding:15px; 
	text-align:center;  
}
.uk-dropdown .single-menu { 
	padding:5px 0; 
	text-align:left;  
}
.uk-dropdown .single-menu li a {
	display: block;
	padding: 5px 0px;
	border-bottom: 1px solid #ecf0f1;
	color: #505050;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	
}
.uk-dropdown .uk-nav .uk-grid .uk-width-1-4 li.dark-bottom a { 
	border-bottom-color:#ddd; 
}
.uk-dropdown .uk-nav .uk-grid .uk-width-1-4 li a:before,
.uk-dropdown .single-menu li a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	padding-right: 5px;
	font-size: 75%;
	padding-left:5px;
}
.uk-dropdown .uk-nav .uk-grid .uk-width-1-4 li a:hover,
.uk-dropdown .single-menu li a:hover {
	padding-left:4px;
	background:none;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li.uk-open > a {
	color: #ffffff;
	background-color: #1A5DA1 !important;
	text-decoration:none;
}
.uk-open a .caret {
	border-top-color:#fff !important;
	border-bottom-color:#fff !important;
}
.nav-hover-fix:hover { color: #fff !important; }

#bounds {
	position: relative;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	margin:0px;
	width:100%;
}
.nav > li {
	display: block;
	float: left;
	margin: 0px;
}
.nav > li > a {
	position: relative;
	line-height:40px;
	display: block;
	padding: 0px 15px;
	border-bottom: #fff solid 4px;
	transition-property: border-bottom;
  transition-duration: 500ms;
  transition-timing-function: linear;
}
.nav > li > a i {
	font-size:50%;
	padding:0 0 0 3px;
	vertical-align:middle;
}
.nav > li > a:hover {
	text-decoration:none;
	color:#373737;
	border-bottom: #397689 solid 4px;
}
.navbar-nav > li { 
	float: left; 
}
.navbar .navbar-nav {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}
.directions {
	font-size: 18px;
	font-weight: 600;
}
.directions i{
	font-size: 24px;
	font-weight:bold;
	padding:7px 15px;
	color:#fff;
	background: #85afbf;
	background: -moz-linear-gradient(top,  #85afbf 0%, #6f95a4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85afbf), color-stop(100%,#6f95a4));
	background: -webkit-linear-gradient(top,  #85afbf 0%,#6f95a4 100%);
	background: -o-linear-gradient(top,  #85afbf 0%,#6f95a4 100%);
	background: -ms-linear-gradient(top,  #85afbf 0%,#6f95a4 100%);
	background: linear-gradient(to bottom,  #85afbf 0%,#6f95a4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85afbf', endColorstr='#6f95a4',GradientType=0 );
}
@media (max-width: 950px) {
	.navbar .navbar-nav { display:none !important; }
	.sidnav-toggle { display:block; }
	.mini-navbar { display:none; }
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
	color: #111;
	background: #f5f5f5;
}
.navbar .navbar-nav > .disabled > a,
.navbar .navbar-nav > .disabled > a:hover,
.navbar .navbar-nav > .disabled > a:focus { color: #ccc; }
.navbar .navbar-toggle {
	border-color: transparent;
	background: transparent;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus { 
	background-color: #f5f5f5; 
}
.navbar .navbar-toggle .icon-bar { 
	background-color: #505050; 
}
.navbar .navbar-toggle:hover .icon-bar,
.navbar .navbar-toggle:focus .icon-bar { 
	background-color: #111; 
}
.navbar .navbar-collapse,
.navbar .navbar-form { 
	border-color: #ccc; 
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus { color: #000; }
.navbar .navbar-nav > .dropdown > a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar .navbar-nav > .dropdown > a .caret {
	border-top-color: #505050;
	border-bottom-color: #505050;
}
.navbar .navbar-nav > .open > a .caret,
.navbar .navbar-nav > .open > a:hover .caret,
.navbar .navbar-nav > .open > a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
@media (max-width: 1220px) {
	.column-menu {
		min-width: 895px;
		left: -210px !important;
	}
	.column-menu li a span { 
		display:none; 
	}
}
.navbar .uk-dropdown-navbar > li > a {
	padding: 7px 20px;
	border-bottom: 1px solid #ecf0f1;
	color: #505050;
}
.navbar .uk-dropdown-navbar > li > a:hover,
.navbar .uk-dropdown-navbar > li > a:focus {
	color: #000;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.navbar .uk-dropdown-navbar > li:last-child > a { border-bottom: 0; }
.navbar .navbar-link { color: #505050; }
.navbar .navbar-link:hover { color: #505050; }
.navbar-nav > .uk-open > a:after {
	content: "\f0d8";
	font-family: FontAwesome;
	position: absolute;
	z-index: 9999;
	bottom: -15px;
	left: 50%;
	margin-left: 0px;
	font-size: 28px;
	color:#3E1A04;
	-webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
	animation: uk-slide-top-fixed 0.2s ease-in-out;
}
.uk-open > .uk-dropdown-navbar {
	transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.sidenav-toggle {
	font-size:2em;
	padding:10px 25px;
	float:right;
	background:#eee;
	color:#505050;
	border-color:#ccc;
	margin-top:16px;
}
.sidenav-toggle:hover,
.sidenav-toggle:active,
.sidenav-toggle:focus {
	background:#eee;
	color:#404040;
	border-color:#bcbcbc;
}
a.sidenav-toggle { margin-right:10px; }
.uk-nav-sub li.title {
	color:#000;
	border-bottom:1px solid #252525;
	font-size:110%;
	margin-left:-10px;
}
nav .uk-navbar-flip .uk-navbar-nav li a { margin:5px 0 0 15px; padding:0; }
nav .uk-navbar-flip .uk-navbar-nav li a:hover, nav .uk-navbar-flip .uk-navbar-nav > li:hover > a { background:none; }
nav .uk-navbar-flip .uk-navbar-nav li a i {
	width:35px;
	height:35px;
	line-height:37px;
	border-radius:100px;
	-webkit-border-radius:100px;
	background:#eee;
	color:#2B2977;
	text-align:center;
	font-size:18px;
	-webkit-transition: 300ms;
	transition: 300ms;
}
nav .uk-navbar-flip .uk-navbar-nav li a:hover i {
	background:#fff;
}
.social-nav { 
display:none; 
}

@media (max-width: 995px) {
	nav ul li a  {
		font-size:14px;
	}
}


@media (max-width: 799px) {
	.uk-navbar-nav {
		float:none;
	}
	#show_menu {
		-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px; 
		
	}  
	#show_menu li { 
		width:100%; 
		text-align:center;
	}
	.navbar-nav > li > a, .menuToggle { 
		border:none; 
	}
		.menuToggle { 
			display:block;  
		}
		.nav > li > a {
			position: relative;
			display: block;
			padding: 10px 15px;
			line-height: 20px;
			text-align:center;
			float:none;
		}
		nav a:hover {
			color:#036B90;
		}
	nav ul li:first-child a { 
		border-left:none; 
	}
	#show_menu { 
		display:none;
	 }
	nav .uk-dropdown {
		 width:100%; 
		 position:relative; 
		 -webkit-animation:none; 
	}
	.uk-dropdown .single-menu li a:before { 
		content:''; 
	}
	nav ul li a, .menuToggle { 
		margin-top:0px;
	}
	.uk-align-right {
		margin-left: 15px;
		float: none;
	}
	.uk-align-left {
		float: none;
	}
	.nav > li > a:hover {
	background: #183152;
	}
	nav {
		background: #fff;
	}
	.directions { 
		display:none;
	}
}
@media (min-width: 800px) {
	#show_menu { display:block !important;  }
}




/* ===== Home Hero ===== */
.hero-banner {
	 background: url(images/slides/3.jpg) center no-repeat;
	 background-size:cover; 
	 
}

.hero-banner img{
	margin-top:5px;
	max-width:100px;
}
.hero-banner h3{ 
	color:#373737;
	font-size:30px;
	line-height:40px;
	margin-top:10px;
}
.hero-banner h4{ 
	color:#373737;
	font-size:24px;
	line-height:28px;
	font-weight:300;
}
.home-slider {
	display:none; 
}

.heroarea{
	background:rgba(255,255,255,.85);
	min-height:350px;
	margin:auto;
	text-align:center;
	padding:10px;
	
}
@media (max-width: 942px) {
	.hero-banner img{
		max-width:80px;
	}
	.hero-banner h4{ 
		font-size:18px;
	}
}
@media (max-width: 800px) {
	.button { margin: 0px 0px;}
	.heroarea {
	 padding: 0px; 
	}
	.hero-banner img{
		max-width:100px;
	}
	.hero-banner h4{ 
		font-size:24px;
	}
}
@media (min-width: 300px) {
	.home-slider { display:block; }
}


/* =====  Main Content ===== */
.main { 
	background:#f5fbff; 
	padding:0 0px 30px 0px; 
	color:#02394E;
}
.main-content{ 
	background:#fff; 
	padding:30px;
	border: 1px #e4e4e4 solid;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	text-align:justify;
}
.innerimage {
	margin:20px 0;
}
.inner .innerbox {
	background:#eaeaea;
}
.inner dd { font-size:14px;
}
.innerbox {
	padding:10px 10px 10px 10px; 
	background:  #F5FBFF;  
	box-sizing:content-box;
	border: 1px solid #e4e4e4; 
}

.uk-panel { 
	background: #eaeaea; 
	box-sizing:content-box; 
	border: #dadada solid 2px; 
	-webkit-border-radius: 10px 10px 0 0; 
	border-radius: 10px 10px 0 0;
}
.innerboxtitle h2 {
	padding:10px; 
	background: #183152; 
	border: #dadada solid 2px; 
	font-size:24px; color:#fff; 
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	margin-top:10px;
}

.innerboxtitle i{
	font-size:28px; 
	font-weight:bold; 
	color:#fff;
}
.innertext{ 
	font-size:14px;
}
.innertext i{ 
	font-size:18px;
}
.innertext a{ 
	color:#fff;
} 
.innertext a:hover{ 
	color:#202020;
} 
.main-content h1 { 
	color:#036B90;
	font-weight:normal; 
	font-size:30px; 
	margin: 0px 0px 0px; 
	line-height:35px;
}
.main-content h2 { 
	font-size:18px; 
	/*font-family:'Open Sans', sans-serif; */
	font-weight:bold;
}
.main-content hr {
	margin: 5px 0px;
	}
.main-content ul{ 
	margin-left:20px; 
	font-size:14px;  
	line-height:20px; 
	padding:0px;
 }

.main-content ul i{ 
	color:#202020; 
	font-size:110%;
}
.faq h3{ 
	color:#383B68; 
	font-weight:600;
}
.map-box {
    border: 2px solid #036B90;
    border-radius: 4px;
    margin-bottom: 15px;
}
.map-box a { color:#036B90;}
.map-box a:hover { color:#000;}
.map-box .contact-info {
    padding: 10px;
    width: 50%;
    float: left;
	font-size:14px;
}
.map-box .map {
    width: 48%;
    float: right;
}
.map { 
	height:225px;
}
.pdfs {
	margin-top:30px;
}
.main-content input{ 
	border: 2px solid #EAEAEA;
}
.main-content textarea{ 
	border: 2px solid #EAEAEA;
}

.element{
  shape-outside: circle(50%);
  -webkit-clip-path: circle(50%);
   -webkit-clip-path: circle(50%);
  width: 300px;
  height: 300px;
  float: left;
}

.doc { padding: 10px;}

.direct h2{
	font-size:24px;
	line-height:35px;
	}

@media (max-width: 1220px) {
	.main-content h1 { 
	font-size:20px;
	} 
	.map { 
		height:414px;}
		.content {
			padding-right:20px;
			}
 }
@media (max-width: 989px) {
	.map-box .map { 
		width: 100%; 
		float:none; 
		height:200px; 
	} 
	.map-box .contact-info { 
		width: 100%; 
		float: none;
	}
}
@media (max-width: 955px) {
	.main-content img{ 
		float:none; 
		display:block; 
		margin:auto; 
		margin-bottom:10px; 
		margin-top:10px;
	}
	}
@media (max-width: 799px) {
	.main { 
		padding:10px; 
	}
	.main-content {
		padding:20px; text-align:center;
	}
	.main-content ul{ 
		margin-left:5px; 
		text-align:left; 
		text-align:center;
	 }
}

/* ===== CTA ===== */
.cta {
	background:#F2F2F2; 
	padding:10px; 
	text-align:center; 
	margin-top:5px; 
	border:1px solid #C6C6C6; 
	line-height:30px; 
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;  
}
.cta h3{ 
	color:#036B90; 
	text-shadow: 2px 2px 0px #fff; 
	font-size:20px; 
	padding-bottom:10px;
}
.cta a { 
	color:#036B90; 
	font-weight:bold; 
	background:#fff; 
	padding:2px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
	text-decoration:none; 
	border:1px solid #023951; 
}
.cta a:hover {  background:#C6C6C6; text-decoration:none; }
.cta i{ float:left; font-size:85px; color:#036B90;}
.ctalines{ display:block;}

@media (max-width: 1200px) {
	.ctalines{ display: inline;}
}
@media (max-width: 800px) {
	.ctalines{ display: block;}
}
@media (max-width: 725px) {
	.cta i{ display:none;}
}
@media (max-width: 650px) {
	.ctalines{display: inline;}
}
@media (max-width: 432px) {
	.ctalines{ display: block;}
}

/* ===== Sidebar =====*/
.sidebar {
	padding:10px;
}
.sidebar input, select,
textarea {
	border: 3px solid #DBDBDB; 
}
.sidebar p { 
	color:#202020; 
	font-weight:bold; 
	font-size:12px; 
	line-height:18px;
}
.sidebarbox { 
	margin-bottom:20px; 
	border: 1px solid #e4e4e4; 
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;  
	text-align:center; 
}
.sidebarinner { 
	padding:10px 20px 10px 20px;    
}
.sidebarbox h3{ 
	color:#036B90; 
	font-size:18px; 
	background:#F2F2F2; 
	padding:15px;  
	text-align:center;
}
.button { 
	background:#056991;
	padding:7px  5px 7px  5px;
	color:#FFF;
	font-size:18px;
	margin:10px 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	width:100%;
	float:none;
	display:block;
}
.button:hover{ 
	background:#013950;
} 
.sidebar h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px; 
}
form.cmxform label.error, label.error {
    color: #CF2530;
    font-style: italic;
	font-size:12px;
}

@media (max-width: 800px) {
	.sidebar { 
		padding-left:25px;
		padding-top:20px;
	} 
}


/* ===== highlightbanner ===== */
.highlightbanner {
	background:#013950; 
	padding:0px; 
	border-top: 5px solid #fff; 
	border-bottom: 5px solid #183152;
}
@media (max-width: 895px) {
	.highlightbanner { 
	display: none;
	} 
}



/* ===== Back to Top link ===== */

.backtotop {
	padding: 10px 15px;
	font-size: 18px;
	color: #FFF;
	border-radius: 3px;
	-webkit-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.backtotop:hover { 
	color: #FFF;  
}
@media (max-width: 535px) {
	.backtotop {
		float:none;
		display:block;
		text-align:center;
	}
}

/* ===== Footer ===== */

footer { 
	padding: 20px 10px 20px 10px;
	background: #333333;
	border-top:0px solid #f3a261;
	color:#fff;
	font-size:14px;
}
footer h2 { 
	font-size:18px; 
	color:#fff; 
	font-style:italic;  
}
footer a{
	color:#BCBCBC;
	
	}
	
@media (max-width: 800px) {
	footer { 
		text-align:center; 
	}
	footer h2 { 
	display:none; }
	.ft { 
		display:none;}
}


/* ===== Copy ===== */
.copy {
	padding:20px 0 10px 0;
	background: #013950;
	font-size:16px; border-top: 0px solid #99A847;
	color:#fff;
	border-top: 2px solid #000;
	font-size:14px;
}
.copyLeft {
		float:left;
		display:inline-block;
		margin:0;
	}
.copyLeft a,
.uk-link {   
	text-decoration:none; 
	color:#EAEAEA;
}
.copyLeft a:hover,
.uk-link:hover { 
	text-decoration:underline; 
	color:#fff;
}
.copyRight {
	float:right;
	display:inline-block;
	text-align:right;
	margin:0;		
}
.copyRight a,
.uk-link {   
	text-decoration:none; 
	color:#EAEAEA;
}
.copyRight a:hover,
.uk-link:hover  { 
	text-decoration:underline; 
	color:#fff;
}
	

@media (max-width: 750px) {
	.copyLeft, .copyRight  {
		float:none;
		display:block;
		text-align:center;
	}
}

@media (max-width: 529px) {
	.copy span { 
		display:none;
	}
}

/*  Forms */


.sublabel {font-size:0.75em; color:#333; }
.privacy { color:#000; text-decoration:underline; font-size:.9em; vertical-align:middle; display:block; }


select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  padding: .1em .1em;
  font-size: 12px !important;
  color: #383B68;
  font-family:'Open Sans', Arial, Helvetica, sans-serif;	
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	width:100% !important;
	margin:0px auto;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #000;
  outline:none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {

}


select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

::-webkit-input-placeholder .placeholder  {
   color: #383B68;
   font-size: 1em !important;   
}

:-moz-placeholder .placeholder { /* Firefox 18- */
   color: #383B68;
   font-size: 1em !important;   
}

::-moz-placeholder .placeholder  {  /* Firefox 19+ */
   color: #383B68;
   font-size: 1em !important;   
}

:-ms-input-placeholder .placeholder {  
   color: #383B68;
   font-size: 1em !important;   
}

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #383B68;
  border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #383B68;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}


/* Magnific Popup CSS ------------------------------------------------------------------ */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  
.gallery-item img {
	
	
}


/* Common style */
.grid figure {
	border: #001B26 solid 2px;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px 0;
	min-width: 285px;
	max-width: 100%;
	max-height: 130px;
	width: 48%;
	text-align: center;
	cursor: pointer;
	
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	
}

.grid figure figcaption {
	
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	
	font-weight: 300;
	line-height:34px;
	color:#fff;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	
}
.pmore {
	margin: 0px;
	word-spacing: normal;
	font-size: 12px;
	line-height:18px;
	}
.grid figure p {
	margin-top: 20px;
	font-size: 12px;
}

.grid figure a {
	background:#333333; padding:10px; border: 2px solid #fff; color:#fff;
}
.grid figure a:hover {
	background:#036B90; 
}
/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #000 20%, #026A94 40%, #000 100%);
	background: linear-gradient(45deg, #000 20%,#026A94 40%,#000 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 0em;
	background-color: rgba(0,57,83,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 5% 0 0px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

.vm { margin-top:10px;}

@media (max-width: 1220px) {
	.grid figure {
	margin: 0px 0;
	min-width: 236px;
	max-width: 100%;
	
	}
	.grid figure h2 {
		font-size:18px;
	}

}
@media (max-width: 971px) {
	.uk-container {
padding: 0 5px;
}
figure.effect-oscar figcaption::before {
	right: 20px;
	left: 20px;
}
}

@media (max-width: 895px) {
	.uk-container {
padding: 0px;
}
}