@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
/* @import url(../fonts/google.otf);
 */
/* @import url('../fonts/google'); */

@import 'https://fonts.googleapis.com/css?family=PT+Sans+Narrow';

html {
	width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}
body {
	font: 12px/21px Arial, Helvetica, sans-serif;
	color: #454545;
	position: relative;
	min-width: 960px;
	background: #000508;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 21px;
}
p.p1 {
	margin-bottom: 18px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans Narrow', sans-serif !important;
	color: #03425e !important;
	font-weight: bold  !important;
	text-transform: uppercase !important;

}

h2 {
	font-size: 60px;
	line-height: 48px;
	color: #fff;
	position: relative;
	text-align: center;

	vertical-align: middle;
}

h2 span {
	color: #fee903;
	display: inline-block;
	font-size: 40px;
}

.cent {
	position: relative;
	text-align: center;
	padding: 48px 0 44px;
}

.centmeno {
	position: relative;
	text-align: center;
	padding: 10px 0 10px;
}

.centbutt {
	position: relative;
	text-align: center;
	padding: 48px 0 44px;
}

/*BLUR*/
.blur img {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.blur img:hover {
  -webkit-filter: blur(3px);
}



#LC-navbar {
    background-color: #013146;
    border: none;
}
.navbar-brand {
    padding-left: 30px;
    height: auto;
}
.navbar-brand img {
    height: 40px;
}
.navbar-toggle {
    margin-top: 15px;
}
#LC-navbar-links {
    padding-right: 10px;
}
#LC-navbar-links li {
    padding: 16px 5px;
}
#LC-navbar-links a {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #c0c0c0;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}
/* #LC-navbar-links a:hover {
    color: #000000;
	background-color: #fff;
} */
#LC-navbar-links .active > a {
    color: #BE1E2D;
    background: none;
}
#LC-navbar-links .active > a:hover {
    color: #BE1E2D;
    background: none;
}
@media screen and (min-width: 768px) {
    .navbar-brand img {
        height: auto;
    }
}



h3 {
		background: url(../images/cont_bg.png) 0 0 repeat;
	font-size: 30px;
	line-height: 30px;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0px 13px 0;
}

.cent:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	height: 1px;
	top: 52%;
	width: 50%;
	background: url(../images/h_left.png) 0 0 no-repeat;
}


.cent:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	height: 1px;
	top: 52%;
	width: 50%;
	background: url(../images/h_right.png) right 0 no-repeat;
}

h4 {
	font-size: 19px;
	line-height: 20px;
	color: #fff !important;
	text-transform: uppercase;

}
img {
	max-width: 100%;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
	margin-top: -4px;
}

ul.list li{
	color: #6f6f6f;
	font-style: italic;
	background: url(../images/marker.png) 0 9px no-repeat;
	padding-left: 25px;
	font-size: 14px;
}

ul.list li+li {
	margin-top: 9px;
}



a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #289cd8;
}

a.btn {
	color: #ffffff;
	background-color: #289cd8;
	display: inline-block;
	text-transform: uppercase;
	padding: 3px 15px 2px 17px ;
}

a.btn:hover {
	background-color: #7e7e7e;
}

a.link-1 {
	text-decoration: underline;
	color: #289cd8;
}

a.link-1:hover {
	color: #3a3a3a;
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad2 {
	padding-right: 72px;
}

.img_inner {
	max-width: 100%;
	margin-top: 5px;
	margin-bottom: 23px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 0 !important;
}

.bt_1 {
	padding-bottom: 4px;
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}
.rel {
	position: relative;
	height: 288px;
}
.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

/*header*/
.main {
	background: url(../images/cont_bg.png) 0 0 repeat;
}

.page1 header {
	box-shadow: none;
}

header {
	box-shadow: 0 5px 10px 000;
	display: block;
	position: relative;
	z-index: 999;
	padding-top: 34px;
	background-color: #012231;
}

header h1 {
	z-index: 910;
	padding-bottom: 28px;
	float: left;
}
header h1 a {
	display: block;
	overflow: hidden;
	width: 179px;
	height: 42px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

.sl_shadow {
position: absolute;
	left: 0;
	top: 0;
	z-index: 900;
	right: 0;
	height: 36px;
	background: url(../images/sl_shadow.png) 0 0 repeat-x;	
}

/**Content**/

.content {
	padding-bottom: 88px;
}

.content.page1 {
	padding-bottom: 61px;
}

.content.page1 .cent {
	margin-top: 0;
	padding-bottom: 44px;
}

.content .cent {
	margin-top: -4px;
	padding-bottom: 41px;
}

.content .cent.off1 {
	margin-top: -8px;
	padding-bottom: 44px;
}

.content .cent.off2 {
	margin-top: -9px;
	padding-bottom: 44px;
}

.content .cent.off3 {
	margin-top: -8px;
	padding-bottom: 41px;
}

.content .cent.off4 {
	margin-top: 15px;
	padding-bottom: 40px;
}

.page1_block {
	padding-top: 57px;
	position: relative;
	z-index: 10;
}

.box {
	box-shadow: 2px 3px 3px #ccc;
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 19px 18px 15px;
	color: #7e7e7e;
	text-align: center;
	position: relative;
}

.box .title {
	text-transform: uppercase;
	padding: 17px 0 14px;
	margin-bottom: 16px;
	font: bold 24px/30px 'PT Sans Narrow', sans-serif;
	color: #013146;
	border-bottom: 1px solid #dedede;
}

.text1 {
	font: 18px/21px 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.text1.tx1 {
	margin-bottom: 11px;
}

.box p {
	padding:  0 5px;
	margin-bottom: 0;
}

.box a.btn {
	margin-top: 1px;
}

.bottom_block {
	padding-bottom: 60px;
	font-size: 14px;
	text-align: center;
	background: url(../images/bot_bg.png) 0 0 repeat;
}

.bottom_block>div {
	background: url(../images/bot_shadow.png) 0 0 repeat-x;
}

.bottom_block>div>div {
	background: url(../images/bot_shadow1.png) center 0 no-repeat;
}

.bot_title  {
	padding-top: 57px;
	margin-bottom: 19px;
		font: bold 34px/34px 'PT Sans Narrow', sans-serif;
		text-transform: uppercase;
		color: #03425e;
}

.bottom_block p {
	margin-bottom: 16px;
}

.col1 {
	color: #2497d2;
}

.edu.bt_1 .text1 {
	margin-bottom: 10px;
}

.edu .text1 {
	margin-bottom: 11px;
}

.edu .clear {
	height: 28px;
}

.priv .text1 {
	margin-bottom: 10px;
}

.priv p {
	margin-bottom: 18px;
}

.priv .link-1 {
	display: inline-block;
	margin-top: 3px;
}
/**Map**/

.map {
	margin-bottom: 0 !important;
	padding-top: 0px;
	padding-bottom: 1px;
	overflow: hidden;
}

.map .text1 {
	margin-bottom: 10px;
}

.map figure {
	margin-bottom: 0;
	float: left;
	display: block;
	margin-right: 20px;
	width: 618px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.map figure iframe {
	width: 100%;
	height: 256px;
	max-width: 100%;
}
.map address {
	display: block;
}


.map address+address {
	margin-top: 22px;	
}
.map address dd span {
	min-width: 70px;
	display: inline-block;
	text-align: left;
}
/**Footer**/

footer {
	display: block;
	color: #909090;
	line-height: 20px;

}

.foot_top {
	padding-bottom: 55px;
	background-color:  #013146;
}

.foot_top h4 {
	padding-top: 63px;
	margin-bottom: 22px;
}

.pad1 {
	padding-right: 15px;
}

.foot_top address a {
	color: #baa704;
}

.foot_top address a:hover {
	color: #909090;
}

footer ul li {
	border-bottom: 1px solid #12242c;
	padding-bottom: 4px;

}

footer ul li+li {
	margin-top: 5px;
}

footer p {
	padding-top: 4px;
	margin-bottom: 0;
}

footer a img {
	margin-right: 4px;
	margin-top: 1px;
}

footer address {
	margin-top: 10px;
	padding-top: 9px;
	border-top: 1px solid #12242c;

}

.copy {
	padding: 20px 0;
	text-transform: uppercase;
	color: #7e7979;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

h2 {
	font-size: 45px;
}

 .nowrap {
 white-space: normal;
}


 .map address {
 float: left;
 margin-right: 30px;
}

 .map address+address {
 	margin-top: 0;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

.pad2 {
	padding-right: 0;
}

}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

.edu .clear {
	height: 0;
}

.edu  .text1 {
	padding-top: 25px;
}

h2 {
	margin-top: 20px;
	font-size: 25px;
	line-height: 30px;
}

h2 span {
	font-size: 20px;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

 header {
 position: relative;
}
 header h1 {
 float: none;
}
 header h1 a {
 height: auto;
 margin: 0 auto !important;
 text-align: right;
}
 header h1 a img {
 margin: 0 auto;
}

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}

 .map address+address {
 	margin-left: 20px;
 }
 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}


 .img_inner {
 margin-top: 20px;
}

.box {
	margin-bottom: 35px;
}

.box img {
	width: 100%;
}

ul.list {
	margin-bottom: 20px;
}
}
@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

header h1 {
	float: none !important;
}

 .map address {
 	float: none;
 }

 .map address+address {
 	margin-left: 0px;
 	margin-top: 20px;
 }

 .map figure iframe {
 width: 100%;
 height: 200px;
}

.camera_prev, .camera_next {
	top: auto !important;
	bottom: 0 !important;
	margin-top: 0 !important;
}

}
