#import url('https://fonts.googleapis.com/css?family=Lato');
#import url('https://fonts.googleapis.com/css?family=EB+Garamond');

/* Basic element styling */
body {
	font-family: 'Lato';
	font-size: 16px;
	color: #666;
	padding-top: 13px;
	-webkit-font-smoothing: antialiased;
	/**-webkit-overflow-scrolling: touch;*/
}
h1, h2 {
	/* Un-Comment this line for serif headlines */
	font-weight: 300;
	line-height: 1.3;
}
h1 {
	font-size: 64px;
	line-height: 1.15;
	color: #222;
}
h2, h3.large {
	font-size: 42px;
	color: #222;
	font-weight: 300;
}
h3 {
	font-size: 21px;
	font-weight: 700;
	color: #444;
}
.h3nb{
	font-size: 18px;
	font-weight: 400;
	margin-left:25px;
}
h4 {
	font-size: 18px;
	color: #017aad;
}
h5 {
	font-size: 18px;
}
p.lead {
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 25px;
}
cite {
	color: #444;
}
address {
	font-size: 14px;
	color: #222;
	padding: 5px 0;
}
blockquote {
	margin: 30px 0;
}
.form-control {
	border-radius: 0;
}
a {
	color: #137e91;
}

/* This is a fix for alignment if ul elements are placed adjacent to floated image */
#main_content ul {
	overflow: hidden;
}

/* Mobile headline sizes */
@media (max-width: 992px) {
	h1 {
		font-size: 54px;
	}
	h2 {
		font-size: 36px;
	}
	br { display: none; }
}

/* Image Helpers */
.img-pad {
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.img-body {
	margin: 20px;
	max-width: 30%
}
.img-body.pull-left {
	margin-left: 0;
}
.img-body.pull-right{
	margin-right: 0;
}
.align-image {
	margin-top: 30px;
	margin-bottom: 10px;
}

/* Padding helpers, these can be used with all components */
.pad-top {
	padding-top: 50px;
}
.pad-top-sm {
	padding-top: 30px;
}
.pad-bottom {
	padding-bottom: 80px;
}
.pad-bottom-sm {
	padding-bottom: 20px;
}
.line-bottom {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 50px;
}
.no-margin {
	margin: 0;
}


/* Fancy font awesome icon styling, makes a rounded element out of the icon */
.fa-rounded {
	border: 1px solid #137e91;
	border-radius: 1000px;
	width: 72px;
	height: 72px;
	padding: 21px 0;
	font-size: 24px;
	text-align: center;
	color: #137e91;

}

/* Button styling */
.banner .btn-primary {
	font-size: 19px;
}
.btn {
	padding-left: 40px;
	padding-right: 40px;
}
.btn-primary {
	background-color: #1c7fb4;
	border-color: #137e91;
	border-radius: 30px;
	font-weight: 700;
}
.btn-info {
	background-color: #ffffff;
	border-color: #137e91;
	border-radius: 30px;
	font-weight: bold;
	color: #137e91;
}
.btn-default {
	border-radius: 30px;
	font-weight: bold;
}
.btn-success {
	border-radius: 30px;
	font-weight: bold;
}
.btn-danger {
	border-radius: 30px;
	font-weight: bold;
}

/* Modal styling */
@media (min-width: 768px) {
	.modal-dialog {
		width: 800px;
	}
}
.modal-body {
	padding: 40px;
}

/* Tab styling */
.tab-pane {
	padding-top: 40px;
}

/* Styling for navigation menu */
.top-header {
	font-size: 14px;
	background-color: #09505d;
	color: #fff;
}
.navbar-white .top-header {
	background-color: #f5f5f5;
	color: #444;
}
.top-header .btn {
	padding: 5px 5px;
	color: #fff;
}
.navbar-white .top-header .btn {
	color: #09505d;
}
.menu-block {
	display: block;
	padding: 6px 0;
	padding-left: 15px;
}
.menu-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu-block li {
	display: inline;
	margin: 0;
	padding: 0;
}
.top-header .btn-link:hover, 
.top-header .btn-link.dropdown-toggle {
	color: #fff;
}
.navbar-white .top-header .btn-link:hover, 
.navbar-white .top-header .btn-link.dropdown-toggle {
	color: #09505d;
}

/* Styling for login dropdown */
#login-dp {
	padding: 20px;
	margin-left: -170px;
}
#login-dp .btn-primary {
	color: #fff;
}
#login-dp label {
	color: #09505d;
}
.btn-login {
	font-weight: bold;
	color: #fff !important;
	padding: 3px 0 !important;
	padding-left: 10px !important;
	font-size: 17px;

}
.navbar-white .btn-login {
	color: #09505d !important;

}


/* Navigation bar styling */
.navbar-default {
	background-color: #06434e;
	margin-bottom: 0;
	border-color: rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
}
.navbar-white {
	background-color: #ffffff;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle > .icon-bar {
	background-color: #137e91;
}
.navbar-default .navbar-brand {
	margin-right: 60px;
	padding-top: 22px;
}
.navbar-default .navbar-brand img {
	max-width: 250px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 500px;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.navbar-white .navbar-nav > li > a {
	color: #222;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #137e91;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #137e91;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #f2f2f2;
	color: #222;
}
.dropdown-menu {
	background-color: #f2f2f2;
	min-width: 250px;
	border: none;
	box-shadow: none;
}
.dropdown-menu>li>a {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #137e91;
	font-size: 15px;
}
.navbar-form {
	padding-top: 18px;
	padding-bottom: 14px;
}
.navbar-form input {
	min-width: 250px;
	background-color: rgba(255,255,255,0.85);
}
.navbar-form button {
	padding: 6px 12px;
	padding-right: 15px;
	font-size: 14px;
}
.no-pad {
	padding: 0;
}

/* Mobile styling for header */
@media (max-width: 768px) {
	body {
		padding-top: 84px;
	}
	.navbar-default .navbar-brand {
		margin-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.navbar-default .navbar-brand img {
		max-width: 220px;
	}
	.navbar-default .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eeeeee;
		color: #06434e;
	}
	.navbar-nav, .navbar-form {
		margin-top: 0;
		margin-bottom: 0;
	}
	.mobile-left {
		text-align: left;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		background-color: #f2f2f2;
	}

}

/* Global page structures */
.content {
	/**padding: 30px 0;*/
}

/* Breadcrumb element */
.bread-wrap {
	padding: 3px 0;
	background-color: rgba(10,80,90,0.10);
}
.bread-wrap .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	font-size: 13px;
	color: #444;
	padding-left: 0;
	font-weight: 700;
}
.bread-wrap.dark .breadcrumb {
	color: #eee;
}
.bread-wrap.dark .breadcrumb a {
	color: #fff;
	text-decoration: underline;
}
/* subheader */
.subheader{
			background-color:#007da5;
			height:60px;
			padding-top: 0.3px;			 
			text-align:center;			 
		}
.subheader h3{
			color: #FFF;
			font-size:28px;
			 
		}
@media (max-width: 768px) {
  
	.subheader{
			background-color:#007da5;
			height:90px;
			padding-top: 0.3px;			 
			text-align:center;			 
		}
.subheader h3{
			color: #FFF;
			font-size:18px;	 
		}	
}
/**IPAD */
/* Portrait */
@media (min-width: 768px) and (max-width: 991px) {
 /**and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {*/
	  .subheader{
			background-color:#007da5;
			height:90px;
			padding-top: 0.3px;			 
			text-align:center;			 
		}
      .subheader h3{
			color: #FFF;
			font-size:22px;	 
		}	

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Banner elements and typography */
.banner { 
	 background-size: cover; 
	background-repeat: no-repeat;
	 	
	background-position: center top;  
}
.vid-banner {
	background-color: transparent;
}
.banner .container {
	min-height: 500px;
	padding-bottom: 50px;
}
.banner .container.tall {
	min-height: 60vh;
}
.banner .container.soon {
	min-height: 100vh;
	padding-top: 30vh;
}
.banner-interior {
	  background-color: rgba(255,255,255,0); 
	
	 position:relative; top 20px; right:10px;/** new for wording to look ok in all browsers */
	 
}
.banner h1, .banner h2, .banner h3 { 
	color: #000;
	margin-top: 50px;
	margin-bottom: 18px;
}
.banner.interior h2, .banner.interior h3 {
	font-size: 48px;
	font-weight: 300;
	margin-top: 150px;
}
.tall h1 {
	font-size: 78px;
}
/**.tall h2 {
	   color:#000;
	   font-weight:800;
	 */  
	}
	 .bigchck {
	   color:#000;
	   font-size: 20px;	
	   font-weight:800;
	   line-height:47px;   
	   background-image: url('../img/sm_check.png');  
		background-repeat: no-repeat;
		padding-left: 60px;		 
		display: block;  /* may not need this, but I've found I do */
	}
/** .tall ul{
	      list-style-image: url('../img/tiny_check.png');
	      color:#000;
	      font-size: 20px;
		  letter-spacing:-1px;
		   font-weight:600;
	       }*/
.smcheck_list{
	      list-style-image: url('../img/tiny_check.png');
	      color:#000;
	      font-size: 16px;
		 
		   font-weight:500;
	       }
.tall p.lead {
	font-size: 32px;
}
.text-1{
	letter-spacing:1px;
}
.banner .container.short {
	min-height: auto;
}
.no-height {
	min-height: auto !important;
	padding-bottom: 0 !important;
	background-color: transparent !important;
}
@media (max-width: 992px) {
	.banner h1, .banner h2, .banner h3 {
		text-align: left;
		margin-top: 70px;
	}
	.tall h1 {
		font-size: 65px;
	}
	.tall h2 {
	   color:#000;
	   
	}
	.banner p {
		text-align: left;
	}
	.banner-interior {
		background-color: rgba(255,255,255,0);
	}
	.banner .container, .banner .container.tall {
		min-height: 280px;
		width: 100%;
		padding-top: 0;
	}

}

/* Icon styling on main section */
.content a:hover .row {
	background-color: #ebf6fc;
	cursor: pointer;
	border-radius: 15px;
}
.content  a.no-hover:hover .row {
	background-color: transparent;
	cursor: pointer;
	border-radius: 15px;
}
.content a .row {
	padding-top: 20px;
}
.content a .row p {
	color: #222;
	margin-bottom: 40px;
}
@media (max-width: 768px) {
	.content a:hover .row {
		background-color: transparent;
		cursor: pointer;
	}
	.content .fa-rounded {
		margin-left: auto;
		margin-right: auto;
	}
	.content a .row h3,
	.content a .row h4 {
		margin-top: 5px;
	}
}

/* Global Footer */
footer {
	border-top: 1px solid #e7e7e7;
	font-size: 13px;
	color: #444;
	padding-bottom: 100px;
	margin-top: 50px;
	height: 162px;
	background-color: #f9f9f9;
	 background-image: url("../img/footer_bkg.png");
	 background-size: cover;
    background-repeat: no-repeat; 
}

.footer-one {
	padding-top: 20px;
	font-size: 21px;
	font-weight: 300;
}
.footer-links {
	padding: 15px 0;
	line-height: 24px;
	border-top: 1px solid #e7e7e7;
}
.footer-links a:not(:last-child) {
	border-right: 1px solid #ddd;
	padding-right: 10px;
}
.footer-links a:not(:first-child) {
	padding-left: 10px;
}
footer .spacer {
	padding: 0 10px;
	color: #666;
}
footer .social a {
	margin-left: 5px;
}
.exp-link {
	cursor: pointer;
}
.exp-link em {
	color: #ccc;
}
.sub-links {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0;
}


/* Styling for filterable portfolio */
#filters {
	margin:1%;
	padding:0;
	list-style:none;
}

	#filters li {
	display: inline-block;
	}
	
	#filters li span {
		display: block;
		padding:5px 20px;		
		text-decoration:none;
		color:#666;
		cursor: pointer;
	}
	
	#filters li span.active {
		background: #137e91;
		color:#fff;
	}
 

 
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:23%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}

	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #666;
		cursor:pointer;
	}

	.portfolio img {
		max-width:100%;
		position: relative;
		top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);		
	}
	
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:50px;
		bottom:-50px;
		font-size: 100%;
		left: 0;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	}

		.portfolio .label-bg {
			background: rgba(255,255,255,0.8);
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
	
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:10px;
				color: #444;
				padding-top: 10px;
			}
	
	.portfolio:hover .label {
    bottom:0;
  }
	.portfolio:hover img {
    top:-0px;
  }  


@media only screen and (max-width: 767px) {
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}		
}

/* Dashboard styling */
.line-right {
	border-right: 1px solid #ddd;
	padding-right: 40px;
}
@media (max-width: 992px) {
	.line-right {
		border-right: none;
		padding-right: 0;
	}
}

/* Login and registration process */
.login-bg {
	background-color: #f5f5f5;
}
.login-container {
	padding: 40px;
	padding-bottom: 60px;
	background-color: #fff;
	border-radius: 20px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	-webkit-box-shadow: 0 0 100px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 100px 0 rgba(0,0,0,0.15);
}
.login-footer {
	padding: 40px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.block-label {
	display: block;
}
.blue-text{
	color:#007ea1;
	 font-size:18px;
	font-weight:800;
	
}
.blue-text-sm{
	color:#007ea1;
	font-size:36px;
	font-weight: 600;
	 
}
 186font{
	  color:#000;
	      font-size: 28px;
		  letter-spacing:-1px;
		   font-weight:900;
 }
 .footerfont1{color:white; font-family: 'EB Garamond', serif; font-size:20px; letter-spacing: 2px; padding-left:12px;}
 .footerfont2{color:white; font-family: 'EB Garamond', serif; font-size:11px; letter-spacing: 2px; padding-left:12px;}
 @media (max-width: 768px) {
	 .footerfont1{color:white; font-family: 'EB Garamond', serif; font-size:15px;   padding-left:20px; padding-top:25px;}
	  .footerfont2{color:white; font-family: 'EB Garamond', serif; font-size:11px; padding-left:30px;}
 }
@media (min-width:961px)  { .footermidlogo{ margin-left:-10px; }/* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) {.footermidlogo{ margin-left:-10px; } /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { .footermidlogo{ margin-left:-10px; }/* hi-res laptops and desktops */ }
 

/* Coming Soon */
#soon {
	font-size: 36px;
	line-height: 1.15;
	color: #fff;
	font-weight: 300;
}

