﻿@import url(//fonts.googleapis.com/css?family=Questrial);
/*------ template stylization ------*/
body {
  background: #ffffff url('../img/body_pattern.jpg') 0 0 repeat;
  font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #aeaeae;
  text-transform: uppercase;
  min-width: 1300px;
}
.nav-collapse.collapse {
  text-transform: none;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff url(../img/web_site_loader.gif) center no-repeat;
  z-index: 1023;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 72px;
  height: 72px;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  background: url(../img/bg_loader.png) 0 0 no-repeat;
  z-index: 1000;
  padding: 3px;
  display: none;
}
#pageLoader > div {
  margin: 9px 10px;
  background: url(../img/web_page_loader.gif) 0 0 no-repeat;
  width: 46px;
  height: 46px;
}
#back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url("../img/up-arrow.png") center 12px no-repeat;
  z-index: 1000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  cursor: pointer;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.brand {
  text-transform: none!important;
}
.f_no {
  float: none!important;
}
h1 {
  text-align: center;
}
h2 {
  margin: 79px 0 28px;
}
h2 span {
  font-size: 72px;
  line-height: 50px;
}
hr {
  border: none;
  height: 1px;
  color: #e0e0e0;
  background-color: #e0e0e0;
  margin: 8px 0 0;
}
.marg_1 {
	margin-bottom: 23px!important;
	color: #424242;
}
.marg_2 {
	margin-bottom: 32px;
	color: #020081;
}
.marg_3 {
  margin: 21px 55px 0 0;
}
.marg_4 {
  margin: 0 85px 0 0;
}
.marg_5 {
  margin: 14px 82px 0 0;
}
.marg_6 {
  margin: 0 49px 0 0;
}
.marg_7 {
  margin: 8px 0 0;
}
.marg_8 {
  margin: 108px 0 0 44px;
}
.marg_9 {
  margin-top: 70px!important;
  margin-bottom: 22px!important;
}
.marg_10 {
  margin-bottom: 36px;
}
.pad_1 {
  padding-bottom: 139px!important;
}
.pad_2 {
  padding-right: 40px;
}
.extra_wrap {
  overflow: hidden;
}
/*------ header ------- */
header {
  /*position: absolute;*/

  position: relative;
  width: 100%;
  z-index: 5;
  margin: 0 auto;
  top: 0;
  margin-top: 50px;
}
header .container {
  position: relative;
  margin-bottom: 0;
}
header .downPart {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
header .downPart:before {
  width: 58px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  display: inline-block;
  left: -58px;
  top: 0;
  content: ' ';
}
header .downPart:after {
  width: 58px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  display: inline-block;
  right: -58px;
  top: 0;
  content: ' ';
}
#logo {
  display: inline-block;
  position: relative;
  background: url('../img/logo.png') 0 0 no-repeat;
  width: 1011px;
  height: 155px;
  text-indent: -9999px;
  margin: 1px 0 0;
}
#logo:hover {
  text-decoration: none;
}
/*--- menu ------*/
.menuMov {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  margin-top: 0;
  text-align: center;
  z-index: 10;
  overflow: hidden;
}
.menu {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: none!important;
}
.sf-menu {
  z-index: 3;
  position: relative;
  display: inline-block;
  margin: 0;
}
.sf-menu > li {
  position: relative;
  color: #383636;
  display: inline-block;
  float: left;
  width: 230px;
  margin: 0 21px;
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 164px;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li.active > a {
  text-decoration: none;
}
.submenu_1 {
  position: absolute;
  top: 17px;
  left: 63px;
  width: 106px;
  padding: 12px 0 15px 0;
  z-index: 5;
  background: #001759;
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.submenu_1:after {
  position: absolute;
  display: block;
  width: 12px;
  height: 6px;
  background: url('../img/arr2.png') no-repeat 0 0;
  top: -6px;
  left: 47px;
  pointer-events: none;
  content: "";
}
.submenu_1 li {
  position: relative;
  text-align: left;
  list-style: none;
  text-align: center;
}
.submenu_1 a {
  font: bold 15px/1.2em "Georgia", "Times New Roman", Times, serif;
  color: #ffffff;
  position: relative;
  display: inline-block;
  padding: 1px 0 1px  !important;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.submenu_1 a:hover {
  color: #656769 !important;
}
.submenu_1 li > a:hover,
.submenu_1 li .hoverItem {
  color: #656769 !important;
}
.submenu_2 {
  position: absolute;
  width: 106px;
  left: 108px;
  top: -7px;
  z-index: 10;
  margin: 0;
  padding: 7px 0 7px;
  background: #001759;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.submenu_2 .marTop {
  margin: 10px 0 0;
}
.submenu_2 .marBot {
  margin: 0 0 0px;
}
.submenu_2 a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.submenu_2 a:hover {
  color: #656769 !important;
}
.submenu_2 li > a:hover,
.submenu_2 .hoverItem {
  color: #656769 !important;
}
.menu_icon1,
.menu_icon2,
.menu_icon3,
.menu_icon4 {
  position: relative;
  display: block;
  width: 100%;
  height: 226px;
  background: url('../img/menu_icon1.png') center 0 no-repeat;
  margin: 133px 0 4px;
}
.menu_icon2 {
  background: url('../img/menu_icon2.png') center 0 no-repeat;
}
.menu_icon3 {
  background: url('../img/menu_icon3.png') center 0 no-repeat;
}
.menu_icon4 {
  background: url('../img/menu_icon4.png') center 0 no-repeat;
}
.txt_block1 {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}
.txt_block2 {
  position: relative;
  display: inline-block;
  text-align: left;
  float: left;
  margin-top: 4px;
}
.mText {
	font: 18px/20px "Georgia", "Times New Roman", Times, serif;
	color: #020081;
	position: relative;
	width: 100%;
	z-index: 1;
	padding-top: 0;
}
.mText2 {
	font: italic 12px/12px "Georgia", "Times New Roman", Times, serif;
	color: #2d2d2d;
	position: relative;
	width: 100%;
	z-index: 1;
	text-transform: none;
	font-style: italic;
	padding-top: 2px;
}
.mTextNum {
  position: relative;
  display: inline-block;
  float: left;
  font: 50px/39px 'Questrial', sans-serif;
  color: #001759;
  margin-right: 10px;
}
.mTextOver {
  font: 18px/39px "Georgia", "Times New Roman", Times, serif;
  color: #f00;
  position: relative;
  width: 100%;
  z-index: 3;
  text-align: center;
  top: -100px;
  display: none;
}
._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
  left: 0;
  display: block;
}
._overPl {
  position: absolute;
  width: 100%;
  height: 84px;
  bottom: 100px;
  z-index: 2;
  left: 0;
  display: block;
  background: none;
}
._overLine {
  position: absolute;
  width: 100%;
  height: 12px;
  top: -20px;
  z-index: 10;
  display: block;
  background: url('../img/arr.png') center 0 no-repeat;
  left: 50%;
  margin-left: -50%;
}
/*--- menu end ------*/
/*--- header end ------*/
/*------ content ------- */
.def_mov {
  position: relative;
}
.color_1 {
	color: #666666;
}
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  z-index: 2;
  top: -6px;
  overflow: hidden;
}
#wrapper section > div {
  position: relative;
}
#wrapper section {
  position: relative;
  width: 100%;
  height: 100%;
}
#wrapper > section > div {
  position: relative;
}
.container {
  position: relative;
  z-index: 1;
}
.content_inner {
  padding-right: 15px;
}
.dynamicContent {
  position: absolute;
  width: 100%;
  top: 0;
}
.inner {
  position: relative;
  padding: 0 0 85px;
}
.cont_bg {
  background: #ffffff;
}
.cont_bg:before {
  width: 58px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  display: inline-block;
  left: -58px;
  top: 0;
  content: ' ';
}
.cont_bg:after {
  width: 58px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  display: inline-block;
  right: -58px;
  top: 0;
  content: ' ';
}
.act_it {
  text-align: center;
  margin-left: -66px;
}
.act_it .menu_icon1,
.act_it .menu_icon2,
.act_it .menu_icon3,
.act_it .menu_icon4 {
  margin: 119px 0 4px;
}
.act_it .mText {
	text-transform: none;
	color: #020081;
}
.act_it .arr_top {
  position: relative;
  width: 100%;
  height: 12px;
  top: 0;
  z-index: 10;
  display: block;
  background: url('../img/arr.png') center 0 no-repeat;
}
.thumbnail {
  padding: 0;
  margin: 0;
  box-shadow: none !important;
  text-shadow: none;
  border: none;
  border-radius: 0;
}
.thumbnail .caption {
  padding: 0;
  color: #424242;
}
.thumbnail .caption p {
  font-size: 12px;
  line-height: 20px;
}
.thumbnail img {
  margin: 0;
  margin-bottom: 23px;
}
blockquote {
  padding: 0;
  margin: 0;
  border: none;
}
blockquote p span {
  color: #424242;
}
blockquote > p {
  margin-bottom: 20px;
}
.list1 {
  margin: 0;
  list-style: none;
}
.list1 h3 {
  margin-bottom: 0;
}
.list1 h3 a {
  color: #f06a3f;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list1 h3 a:hover {
  color: #ffffff;
  text-decoration: none;
}
.list1 .last {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none!important;
}
.list_1 {
  margin: -5px 0 0;
  list-style: none;
  font-size: 11px;
  padding-right: 53px;
}
.list_1 .extra_wrap a {
  position: relative;
  display: block;
  margin-bottom: 5px;
  color: #001759;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list_1 .extra_wrap a:hover {
  color: #656769;
  text-decoration: none;
}
.list_1 > li {
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 19px;
  border-bottom: 1px solid #e9e9e9;
}
.list_1 > li p {
  line-height: 19px;
  color: #666666;
}
.list_1 > li > .badge > strong {
  display: block;
  margin-bottom: 0px;
}
.list_1 > li.last {
  margin-bottom: 0;
  border-bottom: none;
}
.list_1 > li > .badge {
  padding: 11px 5px 6px;
  margin: 5px 26px 0 0;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #424242;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url('../img/patternbg1.jpg') 0 0 repeat-x;
}
.list_1 > li > .badge > strong {
  margin: 3px 0;
  font: bold 24px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #001759;
  text-shadow: none;
}
.list_1 > li > .badge > span {
  text-transform: uppercase;
  font: 18px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #001759;
  text-shadow: none;
}
.list_2 {
  font-size: 11px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0 9px;
}
.list_2 li {
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  background: url('../img/marker.png') 0 6px no-repeat;
  padding: 0 0 0 17px;
  min-height: 18px;
  margin: -5px 0 11px;
}
.list_2 a {
	color: #001759;
	text-decoration: none;
}
.btn {
  font: bold 11px/12px "Georgia", "Times New Roman", Times, serif;
  text-transform: none;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: none;
  position: relative;
  display: inline-block;
  padding: 10px 18px 11px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0;
  -moz-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
  cursor: pointer;
}
.style1 {
  background: #001759;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.style1:hover {
  text-decoration: none;
  color: #ffffff;
  background: #656769;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.style2 {
  background: #656769;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.style2:hover {
  text-decoration: none;
  color: #ffffff;
  background: #001759;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block_1 {
  position: relative;
  display: block;
  margin-bottom: 24px;
}
.block_1 p {
  margin-bottom: 14px;
}
.list_3 {
  position: relative;
  margin: 0;
  list-style: none;
}
.list_3 li {
  float: left;
}
.g_map {
  max-width: 446px;
  width: 446px;
  float: left;
  margin: 7px 0 28px;
}
iframe {
	position: relative;
	border: none;
	display: inline-block;
	outline: none;
	width: 465px;
	height: 270px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: url('../img/web_site_loader.gif') center no-repeat #ffffff !important;
	margin-bottom: -6px;
}
.link_1 {
  color: #020081;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link_1:hover {
  color: #70757a;
  text-decoration: none;
}
/* ============================= forms ============================= */
#form1 {
  position: relative;
  display: inline-block;
  margin: 4px 0 0;
  width: 100%;
}
label {
  margin: 0!important;
}
#form1 input {
  font: 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #737373;
  text-transform: none;
  margin: 0 0 19px;
  padding: 9px 18px 11px;
  width: 232px;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 20px;
  background: #ffffff;
}
#form1 textarea {
  resize: none;
  margin: 0;
  font: 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #737373;
  padding: 9px 18px 11px;
  width: 432px;
  height: 130px;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 20px;
  background: #ffffff;
}
#form1 label {
  position: relative;
  display: inline-block;
  min-height: 36px;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  bottom: 0;
  display: none;
  font-size: 9px;
  line-height: 22px;
  color: #001759;
  text-transform: none;
}
.btns {
  position: relative;
  display: inline-block;
  margin: 19px 0 0;
  float: right;
}
.btns a {
  margin: 0 0 0 18px;
  float: right;
}
#form1 .message .error,
#form1 .message .empty {
  position: absolute;
  bottom: -17px;
  display: none;
  font-size: 9px;
  line-height: 18px;
  color: #001759;
  text-transform: none;
}
/* Form defaults */
input,
select,
textarea {
  color: #797a7c;
}
.success {
  position: absolute;
  width: 268px;
  color: #737373;
  text-align: center;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 31px 0;
  margin-top: 0;
}
/* ============================= end forms ============================= */
/* ============================= search ============================= */
#search {
  position: relative;
  display: inline-block;
  margin-top: 3px;
}
#search input[type=text] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input[type=text]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input {
  font-size: 13px;
  color: #959494;
  width: 209px;
  padding: 9px 46px 9px 14px;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
  float: left;
}
.search_result {
  color: #020081;
}
.search_title {
  margin-bottom: 5px;
  font-weight: 400;
}
.search_title a {
  color: #020081;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search_title a:hover {
  color: #5b5850;
  text-decoration: none;
}
.search_list {
  margin-top: 30px;
}
.search_list .search {
  font-size: 25px;
  color: #020081;
}
#searchButton {
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 9px 0 0 -42px;
  z-index: 10;
}
/* ============================= end search ============================= */
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: relative;
  display: block;
  font: 12px "Georgia", "Times New Roman", Times, serif;
  color: #ffffff;
  text-transform: none;
  margin-top: -6px;
  padding-bottom: 100px;
}
footer .container {
  position: relative;
  background: #70747a;
  padding: 22px 0 23px;
}
footer .container:before {
  width: 58px;
  height: 100%;
  background-color: #70747a;
  position: absolute;
  z-index: 1;
  display: inline-block;
  left: -58px;
  top: 0;
  content: ' ';
}
footer .container:after {
  width: 58px;
  height: 100%;
  background-color: #70747a;
  position: absolute;
  z-index: 1;
  display: inline-block;
  right: -58px;
  top: 0;
  content: ' ';
}
footer .privacy_text {
  text-align: center;
}
footer .privacy_text a {
  margin-left: 5px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .privacy_text a:hover {
  color: #001759;
  text-decoration: none;
}
footer .follow_link {
  position: absolute;
  text-transform: uppercase;
  top: 23px;
  float: right;
  right: -24px;
  color: #ffffff;
  z-index: 15;
}
footer .follow_link span {
  position: relative;
  display: inline-block;
  width: 12px;
  text-align: center;
}
footer .follow_link a {
  font: 11px "Georgia", "Times New Roman", Times, serif;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .follow_link a:hover {
  color: #001759;
  text-decoration: none;
}
.tint_f {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  background: url('../img/footer_tint.png') center 0 no-repeat;
  overflow: hidden;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
