@CHARSET "ISO-8859-1";

@font-face {
  font-family: 'Quicksand_Regular';
  src: url('../fonts/Quicksand/Quicksand-Regular.ttf');
}

body {
  	font-family: Quicksand_Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	line-height: 1.42857143;
  	color: #333;
  	background-color: #fff;
/* 	min-height: 2000px; */
  	padding-top: 52px;
}

.page-header h1 {
	color: #0073B6;
}

.navbar-default {
	border-top: solid thin #0073B6;
    background-color: #FFF;
}

.navbar {
	margin-bottom: 0px;
	border-bottom-width: 1px;
}

.navbar-brand {
    padding: 15px 15px;
}

.navbar-brand > img {
	height: 20px
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color:  #0073B6;
/*     background-color: #6CC2E3; */
	font-weight: bold;
}

.navbar-default .navbar-nav > li > span.tel {
	padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    font-weight: bold;
    padding-right: 30px;
    color: #0073B6;
}

.navbar-default .navbar-nav > li > a.contact {
	background-color: cornsilk;
    font-weight: bold;	
}

.navbar-default .navbar-collapse {
/*     padding-right: 10%; */
}

@media (min-width: 768px) {
	.navbar-nav {
		margin-left: 30px;
	}
}


.jumbotron-container {
	background: url(../img/Untitled-6.png) no-repeat fixed;
}
	
@media (min-width: 1904px ) {
	.jumbotron-container {
		background: url(../img/Untitled-6.png) repeat-x fixed;
	}
}

.jumbotron {
	margin-bottom: 0px;
    height: 910px;
    background: none;
}

@media (max-width: 767px) { 
	.jumbotron {
	    height: 400px;
	}
}

@media (min-width: 768px) { 
	.jumbotron {
	    height: 400px;
	}
}

@media (min-width: 992px) { 
	.jumbotron {
	    height: 500px;
	}
}

@media (min-width: 1200px) { 
	.jumbotron {
	    height: 910px;
	}
}

.container .jumbotron, 
.container-fluid .jumbotron {
	border-radius:0px;
}

@media (max-width: 768px) { 
	.jumbotron h1, 
	.jumbotron .h1 {
	   	color: #000;
    	font-weight: bold;
    	margin-top: 0px;
	}
}

@media screen and (min-width: 768px) {
	.container .jumbotron, .container-fluid .jumbotron {
		padding-right: 25%;
	    padding-left: 0;
	    padding-top: 15%;
/* 	    text-align: right; */
	}

	.jumbotron h1, 
	.jumbotron .h1 {
	   	color: #FFFFFF;
    	font-weight: bold;
	}
}

@media (min-width: 992px) { 
	.jumbotron h1, 
	.jumbotron .h1 {
	   	color: #fff;
    	font-weight: bold;
    	margin-top: 0px;
	}
}

.jumbotron p {
    color: #fff;
}

.jumbotron-publication {
	background: url(../img/Untitled-11.png) repeat-x;
}

.jumbotron-publication .jumbotron {
    height: 370px;
    padding-top: 5%;
}

.btn-primary {
    color: #FFF;
    background-color: #0073B6;
    border-color: #00ACF4;
}

.btn-primary:hover {
    background-color: #00A3D8;
    border-color: #00A3D8;
}

.no-pad-l-r {

}

@media (max-width: 767px) { 

}

@media (min-width: 768px) { 
	.no-pad-l-r .col-md-3 {
		border-right: dashed thin #00ACF4;
	}
}

.no-pad-l-r .col-md-3:last-child,
.news .col-md-3:first-child {
	border-right: none;
}

.services .items {
	padding: 100px 0
}

@media (max-width: 992px) { 	
	.services .items {
	    padding: 25px 0;
	}
}

.services,
.about,
.news {
	border-bottom: solid thin #00ACF4;
}

.services .items img {
	margin: 0 auto;
}

.services .items p {
	padding: 36px 15% 0px;
}

.about .bullets {
	margin-left: 50%
}

@media (max-width: 768px) { 	
	.about .bullets {
	    margin-left: 10%;
	}
}

.about .bullets .page-header {
	border-bottom: none;
}

.about .bullets .page-header h1 {
	font-weight: bold;
	color: #0073B6;
}

.about .bullets ul {
	padding: 0 0 0 18px;
}

.about .bullets li {
    margin: 0 0 10px;
}

.about .details {
	margin: 110px 0 60px;
}

@media (max-width: 768px) { 	
	.about .details {
	    margin: 40px 0 60px;
	}
}

@media (max-width: 992px) { 	
	.about .details {
	    margin: 40px 40px 60px;
	}
}

.contact {
/*     margin-left: -15px; */
/*     margin-right: -15px; */
    padding: 0 15px 0 0px;
    border-bottom: solid thin #EEE;
}

.contact address {
	
}

.contact address:last-child {
/* 	margin-right: 60px; */
}

.contact-form .col {
	width: 50%;
    margin: 0 auto;
    padding: 15px 0;
}

#map {
    border: solid thin #eee;
/*     height: 360px; */
	height: 590px;
    width: 100%;
/*     margin-bottom: 20px; */
}

.contact .full-address {
/* 	margin-bottom: 60px; */
}

@media (max-width: 768px) { 	
	.contact .full-address {
	    padding-left: 15px;
	    padding-right: 15px;
	}
}

.news {

}

.news img {
	width: 100%
}

@media (max-width: 992px) and (min-width: 768px) { 
	.news {
		padding-left: 0px;
	    padding-right: 0px;
	}
	
	.news img {
		width: 100%
	}
	
	.news .page-header {
		padding-left: 15px;
	}
}

@media (max-width: 768px) { 	
	.news .page-header {
		border:none
	}
	
	.news .page-header h1 {
		font-weight: bold
	}
}

.news .items {
	margin-left: -15px;
    margin-right: -15px;    
    margin-bottom: 60px;
}

.news .items img:hover {
	opacity: 0.6;
}

.news .items h3 {
	font-weight: bold;
    font-size: 18px;
}

.news p {
	margin: 10px 40px 10px;
}

@media (max-width: 992px) { 
	.news p {
		font-size: 12px;
	    margin: 10px 10px 10px;
	}
}

.ad {
	height: 500px;
	background: url(../img/Untitled-10.png) 0 100% no-repeat fixed;
	color: #ffffff;
}

.ad h1 {
	font-weight: bold;
	margin-top: 160px
}

.credits {
	font-size: 9px;
    text-align: right;
    position: absolute;
}

.ad .credits {
    top: 170%;
    right: 0%;
}

.ad-2 {
	height: 350px;
	background: url(../img/Untitled-9.png) 0 100% no-repeat fixed;
	color: #ffffff;
}

.ad-2 h1 {
	font-weight: bold;
	margin-top: 10%
}

.ad-2 .credits {
    top: 145%;
    right: 0%;
}

.jumbotron .credits {
    top: 97%;
    right: 12%;
    color: #fff;
}

.footer {
/* 	border-top: solid thin #EEE; */
}

.footer h3 {
	font-weight:bold;
	margin: 80px 0 0
}

.footer ul {
	padding: 20px 0px 60px;
    list-style: none;
}

@media (max-width: 768px) { 
	.footer h3 {
	    margin: 20px 0 0;
	}
	
	.footer ul {
		padding: 20px 0px 0px;
	}
}

.footer img {
	display: inline;
}

.footer img:hover {
	opacity: 0.6;
}

.footer li {
    margin: 0 0 10px;
}

.footer li a {
	color: #555;
}

.footer li a:hover {
	color: #006C95;
	text-decoration: none;
	font-weight: bold;
	opacity: 0.6;
}

.footer ul.links,
footer ul.links {
	display: -webkit-box;
    padding-bottom: 0px;
    float: right;
}

.footer .links li,
footer .links li {
	margin: 0 20px 10px 0;
}

.footer .mini-footer,
footer .mini-footer {
	border-top: solid thin #ddd;
}

.footer,
footer {
	border-top: solid 1px #0073B6;
    font-weight: bold
}

.footer p,
footer p {
	float: left;
    margin-top: 20px;
}

.layout-1 {
	border-bottom: solid thin #EEE;
    padding-bottom: 40px;
}

.layout-1 .page-header {
    padding-left: 20%;
    padding-right: 20%;
}

.layout-1 .content {
	padding-left: 20%;
    padding-right: 20%;
}

.layout-1 h4.sub-header {
	font-weight: bold;
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: solid thin #ddd;
}

.publication-archive {
	list-style: none;
    margin-left: -40px;
}

.publication-archive li {
	border-bottom: solid thin #eee;
    padding: 5px 0;
}

.publication-archive li:last-child {
	border: none
}

.publication-archive li a {
	
}

.layout-2 {
	border-bottom: solid thin #EEE;
    padding-bottom: 40px;
    margin-top: 60px
}

.layout-2 .page-header {
    margin-top: 0px;
}

.layout-2 .content {
	padding-left: 20%;
    padding-right: 20%;
}

.layout-2 h4.sub-header {
	font-weight: bold;
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: solid thin #ddd;
}

.puc-body {
/* 	background: url(../img/Untitled-6.png) no-repeat fixed; */
}

.puc {
	height: 500px;
    border: solid thin #F0F0F0;
    width: 60%;
    margin: 6% auto 0;
    border-radius: 20px;
/*     padding: 40px 40px;     */
    background-color: #F9F9F9;
}

.puc .puc-image {
	border: solid thin #eee;
    width: 100%;
    height: 500px;
    border-radius: 20px 0 0 20px;
}

.puc .right {
	padding: 60px 60px 0 50px;
}

.puc .left {
	
}

.puc .logo {
    margin-bottom: 10px;
}

.puc .slogan {
	margin-bottom: 20px;
    padding-bottom: 10px;
    display: block;
    font-size: 11px;
    border-bottom: solid thin #eee;
}

.puc address {
	margin-bottom: 30px;
/* 	margin-top: 70px */
}

.puc .btn-lg {
	display:block;
}
.puc .copyright {
	margin: 20px 0 0;
    display: block;
}

.puc .page-header {
    padding-bottom: 0px;
    margin: -40px 0 20px;
    border-bottom: 1px solid #0073B6;
}

.puc .page-header h1 {
    color: #0073B6;
    font-size: 24px;
}

.puc img.captcha  {
	
}

.puc .form-group {

}

