@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400,300,700);
/*
* @section Main Styles
*/
body {
  color: #000;
  font: 400 15px/20px 'Roboto Condensed', "Open Sans", Calibri, Tahoma, sans-serif; 
  -webkit-text-size-adjust: none;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

/*
* @subsection Typography
*/
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  line-height: 1;
  font-weight: 400;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6:hover {
  color: #012653;
}
h1 a:after, h2 a:after, h3 a:after, h4 a:after, h5 a:after, h6 a:after,
.heading-1 a:after, .heading-2 a:after, .heading-3 a:after, .heading-4 a:after, .heading-5 a:after, .heading-6:after {
  display: none;
}

h1,
.heading-1 {
  font-size: 30px;
  font-weight: 700;
}

h2,
.heading-2 {
  margin:20px 0px 30px 0px;	  
  font: 700 24px/20px 'Roboto Condensed', "Open Sans", Calibri, sans-serif;
  letter-spacing: -1px;
  border-bottom: 1px solid #bbb;
  padding-bottom:4px;
 

  
}

h3,
.heading-3 {
  margin:20px 0px;	
  font-size: 24px;
  line-height: 1;
  text-transform: normal;
 
}

h4,
.heading-4 {
  font-size: 17px;
  font-weight: 700;
  color: #0247AE;
 
}

h5,
.heading-5 {
  font-size: 18px;
  text-transform: uppercase;
 
}

h6,
.heading-6 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
 
}

@media (min-width: 992px) {
  h1,
  .heading-1 {
    font-size: 36px;
    line-height: 1.38889;
  }
}
@media (min-width: 1200px) {
  .heading-1.big,
  h1.big {
    font-size: 46px;
  }
}
.semi-bold {
  font-weight: 600;
}

strong,
.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.big {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing:-1px;
	line-height: 0.8;
	font-weight: 700;
	/*text-shadow: 1px 0px 1px #000;*/ 
	
}

p.big {
  font-size: 18px;
  line-height: 1.66667;
  font-weight: 400;
}

.ubig {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
}

.on-top {
  z-index: 2;
  position: relative;
}

@media (min-width: 992px) {
  .big {
    font-size: 45px;
    line-height: 1;
  }

  .ubig {
    font-size: 72px;
  }
}
.small {
  font-size: 14px;
  line-height: 1.71429;
}

.uppercase {
  text-transform: uppercase;
}

a {
  font: inherit;
  color: inherit;
  color: #1774ba;
  text-decoration: none;
  padding-bottom: 5px;
  position: relative;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
	text-decoration: underline;
}
a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
a:hover::after, a:focus::after {
  height: 5px;
  opacity: 1;
  transform: translateY(0px);
  color: #000;
  
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

.rd-mobilemenu_ul a:after,
.link--no-line:after {
  display: none;
}

a[href^="mailto:"],
a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="mailto:"]:hover,
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  color: #004878;
  
}
a[href^="mailto:"]:hover::after, a[href^="mailto:"]:focus::after,
a[href^="tel:"]:hover::after,
a[href^="tel:"]:focus::after,
a[href^="callto:"]:hover::after,
a[href^="callto:"]:focus::after {
  height: 5px;
  opacity: 1;
  transform: translateY(0px);
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}
[class*='fa-']:hover:after {
  display: none;
}

.page {
  overflow: hidden;	
	margin-left: auto;
	margin-right: auto;  
	/*max-width: 1200px;*/
}


.paging {
  font-size: 15px;
  color: #ffffff; 
  font-weight: normal;
  font-family: Arial;
  letter-spacing:-2px;
}
.pager_line {
  /*border-top: 2px solid #ccc;
  margin: 30px 0px;*/
  padding: 10px 0px;
  width: 100%;
  position: relative;
}
.pager_activ {
  display:inline;
  /*background-color:#e2dcbe;
  border: 1px solid #dbd3c9;*/
  background-color:#ccc;  
      border-radius:0px;
  margin:0px 5px;
      padding: 5px 10px;
}
.pager {
  display:inline;
  /*background-color:#ffc000;
  border:0px  solid #ffc000;*/
    
  background-color:#0247AE;;
    border-radius:0px;
  margin:2px;
      padding: 5px 10px;
    color:#ffffff;
}
.pager a{
  color: #ffffff; 
    padding: 0 0px;

}
.pager:hover {  
  background-color:#f38a00;
}



.lt-ie9 .page {
  min-width: 1200px;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.circle {
  border-radius: 50%;
}

.letter-spacing-1 {
  letter-spacing: 2.1px;
}

html.lt-ie10 .row-no-gutter, .row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
html.lt-ie10 .row-no-gutter > [class*='col'], .row-no-gutter > [class*='col'] {
  padding-left: 3px;
  padding-right: 4px;
}

.float-left {
  float: left;
}

.pos-relative {
  position: relative;
}

@media (min-width: 1200px) {
  .pos-absolute-center {
    position: absolute;
    z-index: 9;
    top: 25px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 1500px) {
  .pos-absolute-center {
    position: absolute;
    z-index: 9;
    top: 60px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.top-line {
  border-top: 1px solid #3f4549;
}

.link-1,
a[href^="mailto:"].link-1 {
  position: relative;
  color: #516fb5;
}
.link-1:after,
a[href^="mailto:"].link-1:after {
  content: '';
  background: #516fb5;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  top: auto;
  left: 0;
  opacity: 1;
}
.link-1:hover:after,
a[href^="mailto:"].link-1:hover:after {
  height: 5px;
}

/*
* @section Type System
*/
/*
* @subsection Floating
*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }

  .pull-md-none {
    float: none;
  }

  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-none {
    float: none;
  }

  .pull-lg-right {
    float: right;
  }
}
/*
* @subsection Alignment
*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*
* @section Main Layout
*/
h1 + p {
  margin-top: 30px;
}

h2 + p {
  margin-top: 15px;
}

p + p {
  margin-top: 20px;
}

p + h2 {
  margin-top: 34px;
}

img + h2 {
  margin-top: 50px;
}

h1 + .container-fluid {
  margin-top: 49px;
}

p + .btn {
  margin-top: 55px;
}

.owl-carousel + .btn {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .owl-carousel + .btn {
    margin-top: 49px;
  }
}
/*
* @subsection Well
*/
.well-xs,
.well-md,
.well-lg {
  padding-top: 61px;
  padding-bottom: 61px;
}

.well-xs--inset-1 {
  padding-top: 33px;
  padding-bottom: 87px;
}
.well-xs--inset-2 {
  padding-top: 0px;
  padding-bottom: 0;
}

.well-sm {
  padding-top: 20px;
  padding-bottom: 82px;
}
.well-sm--inset-1 {
  padding-bottom: 51px;
}

.well-md--inset-5 {
  padding-bottom: 110px;
}

@media (min-width: 992px) {
  .well-xs--inset-2 {
    padding-top: 0px;
	background-color: #020924;
  }

  .well-md {
    padding-top: 161px;
    padding-bottom: 99px;
  }
  .well-md--inset-1 {
    padding-top: 79px;
    padding-bottom: 80px;
  }
  .well-md--inset-2 {
    padding-top: 65px;
    padding-bottom: 104px;
  }
  .well-md--inset-3 {
    padding-bottom: 66px;
  }

  .well-lg {
    padding-top: 186px;
    padding-bottom: 198px;
  }
}
@media (min-width: 1200px) {
  .well-md--inset-5 {
    padding-bottom: 80px;
  }
}
/*
* @subsection offsets
*/
.flow-offset-1 > * + * {
  margin-top: 60px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}

/*
* @subsection offsets
*/
.offset-1 {
  margin-top: 26px;
}

.offset-2 {
  margin-top: 30px;
}

.offset-3 {
  margin-top: 70px;
}

.offset-4 {
  margin-top: 16px;
}

.offset-5 {
  margin-top: 25px;
}

.offset-6 {
  margin-top: 50px;
}

.offset-7 {
  margin-top: 45px;
}

.offset-8 {
  margin-top: 39px;
}

.offset-9 {
  margin-top: 20px;
}

.offset-10 {
  margin-top: 6px;
}

@media (min-width: 992px) {
  .offset-3 {
    margin-top: 0px;
  }

  .offset-5 {
    margin-top: 55px;
  }

  .offset-7 {
    margin-top: 85px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n+5).offset-9 {
    margin-top: 7px;
  }
}
/*
* @subsection Insets
*/
.inset-1 {
  padding-top: 5px;
}

.inset-4 {
  padding-top: 15px;
}

.inset-5 {
  padding-bottom: 15px;
}

.inset-6 {
  padding-top: 22px;
}

@media (min-width: 992px) {
  .inset-2 {
    padding-left: 32px;
  }

  .inset-7 {
    padding-left: 54px;
  }

  .inset-8 {
    padding-top: 12px;
  }
}
@media (min-width: 1200px) {
  .inset-3 {
    padding-top: 13px;
  }

  .inset-5,
  .inset-4 {
    padding: 0;
  }
}
/*
* @section Components
*/
/*
* @subsection Brand
*/
.brand {
  display: inline-block;
  text-transform: none;
  text-align:left;
  margin:0px;
  letter-spacing: -1px;  
  font: 700 28px/24px 'Roboto Condensed', "Open Sans", Calibri, Tahoma, sans-serif; 
}
.brand img {
	width: 75px;
	position: absolute;
	top: -15px;
	
}	
.brand a {
	margin-left: 90px;
	top: 7px;
	color: #000000;
}
.brand a:hover {
	text-decoration: none;
}
.brand a i{
	color: #00adef;
}
@media (max-width: 767px) {
  .brand {
	display: none;  
  }
}

/*
* @subsection Inline List
*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 7px;
}

/*
* @subsection terms-list
*/
.terms-list dt + dd {
  margin-top: 20px;
}
.terms-list dd + dt {
  margin-top: 35px;
}

/*
* @subsection Index List
*/
.index-list {
  counter-reset: li;
}
.index-list li .box_left span:before {
  content: "0" counter(li,decimal);
  counter-increment: li;
}
.index-list li h2 {
  font-weight: 700;
  color: #004878;
}

/*
* @subsection Contact info
*/
.contact-info a {
  font-weight: 700;
}

/*
* @subsection Quote
*/
.quote__content {
  position: relative;
  background: #fff;
  padding: 40px 30px 20px;
  margin-top: 15px;
}
.quote__content:before {
  content: '\e244';
  font-family: 'Material Icons';
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: #a1a9ac;
  position: absolute;
  top: -5px;
  left: 64px;
}
.quote__cite {
  font-size: 26px;
  line-height: 1.92308;
  font-weight: 700;
  color: #004878;
}
.quote__title {
  position: absolute;
  background: transparent;
  padding: 15px;
  margin-top: 15px;
  color: #fff;
  max-width: 400px;
  font: 100 24px/25px 'Roboto Condensed', "Open Sans", Calibri, sans-serif;
  bottom: 50px;
  left: 7%;
  background-image:url('/images/point_black_50.png');
}

@media (max-width: 1199px) {
.quote__title {
		font: 100 20px/18px 'Roboto Condensed', "Open Sans", Calibri, sans-serif;
		bottom:120px;
		text-align:left;
	}
.well-xs--inset-2 {	
	background-color: #020924;	
	}
}

@media (min-width: 1200px) {
  .quote {
    padding-bottom: 26.341463414634146341463414634146%;
  }
  .quote__content {
    position: absolute;
    top: 27%;
    max-width: 772px;
    font-size: 18px;
    line-height: 1.3;
    padding: 20px 31px 18px;
    margin-left: 15px;
  }
  .quote__content:before {
    top: -19px;
  }
  .quote__cite {
    position: absolute;
    right: 5%;
    bottom: 12%;
  }
  .quote img {
    position: absolute;
  }
}
@media (min-width: 1900px) {
  .quote__content {
    font-size: 20px;
    line-height: 1.5;
    padding: 58px 48px 50px 41px;
  }
  .quote__cite {
    right: 21.5%;
  }
}
@media (max-width: 768px) {
.quote__title {
		font: 100 14px/18px 'Roboto Condensed', "Open Sans", Calibri, sans-serif;
		bottom:10px;
		text-align:left;
	}
.well-xs--inset-2 {	
	background-color: #020924;	
	}

	
}
/*
* @subsection Box
*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 39px;
}
.box .box_right {
  padding-left: 39px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 15px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 39px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 39px;
  }
  .box-xs .box_right {
    padding-left: 39px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 39px;
  }
  .box-xs-clear .box_right {
    padding-top: 39px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 39px;
  }
  .box-sm .box_right {
    padding-left: 39px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 39px;
  }
  .box-sm-clear .box_right {
    padding-top: 39px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 39px;
  }
  .box-md .box_right {
    padding-left: 39px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 39px;
  }
  .box-md-clear .box_right {
    padding-top: 39px;
  }

  .box_left {
    position: relative;
    top: -5px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 39px;
  }
  .box-lg .box_right {
    padding-left: 39px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 39px;
  }
  .box-lg-clear .box_right {
    padding-top: 39px;
  }
}
.box-md--mod-1 .box_left {
  top: -30px;
}
@media (min-width: 992px) {
  .box-md--mod-1 .box_left {
    padding-right: 21px;
  }
}

/*
* @subsection Backgrounds
*/
.bg-primary {
  background: #004878;
}
.bg-primary--after {
  position: relative;
}
.bg-primary--after:after {
  content: '';
  background: #004878;
  display: inline-block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.bg-contrast-variant-1 {
  background: #e7e9ea;
  background-image: url('/images/photo_slider_im2.jpg');
  background-position: center;
  background-size:100%;
}
.bg-contrast-variant-1 h1, .bg-contrast-variant-1 h2, .bg-contrast-variant-1 h3, .bg-contrast-variant-1 h4, .bg-contrast-variant-1 h5, .bg-contrast-variant-1 h6,
.bg-contrast-variant-1 .heading-1, .bg-contrast-variant-1 .heading-2, .bg-contrast-variant-1 .heading-3, .bg-contrast-variant-1 .heading-4, .bg-contrast-variant-1 .heading-5, .bg-contrast-variant-1 .heading-6 {
  color: #a1a9ac;
}

.bg-img-1 {
  /*background: url("../images/bg-img-1.jpg") no-repeat top center;
  background-size: cover;
  */
  background: linear-gradient(#e6d4bd, #baa58b );
  color: #fff;
}

.bg-img-2 {
  background: url("../images/bg-img-2.jpg") repeat-y top left;
}

.bg-img-3 {
  background: url("../images/bg-img-3.jpg") no-repeat bottom center;
  background-size: cover;
}

.bg-img-4 {
  background: url("../images/bg-img-4.jpg") no-repeat top center;
  background-size: cover;
}

.bg-img-5 {
  background: url("../images/bg-img-5.jpg") no-repeat top center;
  background-size: cover;
}

.bg-img-6 {
  background: url("../images/bg-img-6.jpg") no-repeat top center;
  background-size: cover;
}

.bg-img-7 {
  background: url("../images/bg-img-7.jpg") no-repeat top center;
  background-size: cover;
}

.bg-img-2,
.bg-img-3,
.bg-img-4,
.bg-img-5,
.bg-img-6 {
  color: #fff;
}
.bg-img-2 h1, .bg-img-2 h2, .bg-img-2 h3, .bg-img-2 h4, .bg-img-2 h5, .bg-img-2 h6,
.bg-img-2 .heading-1, .bg-img-2 .heading-2, .bg-img-2 .heading-3, .bg-img-2 .heading-4, .bg-img-2 .heading-5, .bg-img-2 .heading-6,
.bg-img-3 h1,
.bg-img-3 h2,
.bg-img-3 h3,
.bg-img-3 h4,
.bg-img-3 h5,
.bg-img-3 h6,
.bg-img-3 .heading-1,
.bg-img-3 .heading-2,
.bg-img-3 .heading-3,
.bg-img-3 .heading-4,
.bg-img-3 .heading-5,
.bg-img-3 .heading-6,
.bg-img-4 h1,
.bg-img-4 h2,
.bg-img-4 h3,
.bg-img-4 h4,
.bg-img-4 h5,
.bg-img-4 h6,
.bg-img-4 .heading-1,
.bg-img-4 .heading-2,
.bg-img-4 .heading-3,
.bg-img-4 .heading-4,
.bg-img-4 .heading-5,
.bg-img-4 .heading-6,
.bg-img-5 h1,
.bg-img-5 h2,
.bg-img-5 h3,
.bg-img-5 h4,
.bg-img-5 h5,
.bg-img-5 h6,
.bg-img-5 .heading-1,
.bg-img-5 .heading-2,
.bg-img-5 .heading-3,
.bg-img-5 .heading-4,
.bg-img-5 .heading-5,
.bg-img-5 .heading-6,
.bg-img-6 h1,
.bg-img-6 h2,
.bg-img-6 h3,
.bg-img-6 h4,
.bg-img-6 h5,
.bg-img-6 h6,
.bg-img-6 .heading-1,
.bg-img-6 .heading-2,
.bg-img-6 .heading-3,
.bg-img-6 .heading-4,
.bg-img-6 .heading-5,
.bg-img-6 .heading-6 {
  color: #fff;
}
.bg-img-2 .btn-primary,
.bg-img-3 .btn-primary,
.bg-img-4 .btn-primary,
.bg-img-5 .btn-primary,
.bg-img-6 .btn-primary {
  background: #fff;
  color: #004878;
}
.bg-img-2 .btn-primary:hover,
.bg-img-3 .btn-primary:hover,
.bg-img-4 .btn-primary:hover,
.bg-img-5 .btn-primary:hover,
.bg-img-6 .btn-primary:hover {
  background: #2d7662;
  color: #fff;
}

@media (min-width: 992px) {
  .bg-img-2 {
    background: none;
  }
  .bg-img-2:before {
    content: '';
    display: block;
    background: url("../images/bg-img-2.jpg") repeat-y top left;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }

  .bg-img-3 {
    background: none;
  }
  .bg-img-3:before {
    content: '';
    display: block;
    background: url("../images/bg-img-3.jpg") no-repeat top left;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }

  .bg-img-5 {
    background: none;
  }
  .bg-img-5:before {
    content: '';
    display: block;
    background: url("../images/bg-img-5.jpg") no-repeat top left;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }

  .bg-img-6 {
    background: none;
  }
  .bg-img-6:before {
    content: '';
    display: block;
    background: url("../images/bg-img-6.jpg") no-repeat top left;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}
/*
* @subsection Event-post
*/
.event-post time {
  text-align: center;
  color: #a1a9ac;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
}
.event-post time span {
  display: block;
  font-size: 46px;
  line-height: 0.9;
}
@media (min-width: 992px) {
  .event-post {
    padding-left: 83px;
  }
  .event-post p {
    max-width: 290px;
  }
}
.event-post h2 {
  font-weight: 700;
  color: #004878;
}
.event-post * + .btn {
  margin-top: 30px;
}
.event-post h2 + p {
  margin-top: 20px;
}

/*
* @subsection Colors
*/
.primary-color {
  color: #004878;
}

.primary-color-variant-1 {
  color: #516fb5;
}

.contrast-color-variant-1 {
  color: #a1a9ac;
}

/*
* @subsection Blog-post
*/
.blog-post h2 {
  font-weight: 700;
  color: #004878;
}
.blog-post * + .btn {
  margin-top: 36px;
}

/*
* @subsection Product
*/
.product {
  display: inline-block;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.product:hover .product__overlay {
  opacity: 1;
  top: 0;
}
.product:hover .product__content {
  background: #004878;
  color: #fff;
}
.product .btn {
  position: absolute;
  top: 32%;
  left: 50%;
  margin-left: -120px;
  margin-top: -33px;
}
.product__overlay {
  position: absolute;
  left: 0px;
  top: -100%;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background: #004878;
  background: rgba(54, 86, 153, 0.5);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product__content {
  background: #e7e9ea;
  position: relative;
  padding: 13px 29px 15px;
}
.product .price {
  font-size: 26px;
  line-height: 1.92308;
  font-weight: 700;
}
.product sup {
  font-size: 15px;
  line-height: 21px;
}
@media (min-width: 992px) {
  .product .btn {
    top: 42%;
  }
}

/*
* @subsection Icons
*/
.fa-facebook {
  color: #3b5998;
}
.fa-facebook:hover {
  background: #3b5998;
  color: #fff;
}

.fa-twitter {
  color: #55acee;
}
.fa-twitter:hover {
  background: #55acee;
  color: #fff;
}

.ma {
  font-family: 'Material Icons';
}

.icon {
  display: inline-block;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon-primary {
  width: 102px;
  height: 102px;
  background: #004878;
  border: 2px solid #004878;
  color: #fff;
  line-height: 100px;
}
.icon-primary:hover {
  background: transparent;
  color: #004878;
}

.icon-default {
  background: #e7e9ea;
}

.icon-xs {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.icon-sm {
  font-size: 36px;
}

.icon-md {
  font-size: 46px;
  line-height: 46px;
  font-weight: 700;
}

/*
* @subsection Buttons
*/
.btn {
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.btn:hover {
  background: #004878;
}
.btn:active {
  background: #294173;
}

.btn-sm {
  min-width: 140px;
  text-transform: uppercase;
  color: #fff;
  padding: 11px 10px 9px;
}
.btn-sm.button--nina::before {
  top: 9px;
}

.btn-md {
  min-width: 240px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 25px 10px 27px;
  letter-spacing: 1.1px;
}
.btn-md.button--nina::before {
  top: 26px;
}

.btn-lg {
  min-width: 240px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 29px 10px 27px;
  letter-spacing: 1.1px;
}
.btn-lg.button--nina::before {
  top: 26px;
}

.btn-primary {
  background: #004878;
}
.btn-primary:hover {
  background: #516fb5;
}

.btn-secondary {
  background: #2d7662;
}
.btn-secondary:hover {
  background: #48917c;
}

@media (min-width: 992px) {
  .btn-lg {
    min-width: 359px;
  }
}
/* Nina */
.button--nina {
  overflow: hidden;
  position: relative;
}

.button--nina > span {
  display: inline-block;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--nina::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--nina:hover::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.button--nina:hover > span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.button--nina:hover > span:nth-child(1) {
  -webkit-transition-delay: 0.045s;
  transition-delay: 0.045s;
}

.button--nina:hover > span:nth-child(2) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
}

.button--nina:hover > span:nth-child(3) {
  -webkit-transition-delay: 0.135s;
  transition-delay: 0.135s;
}

.button--nina:hover > span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.button--nina:hover > span:nth-child(5) {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s;
}

.button--nina:hover > span:nth-child(6) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.button--nina:hover > span:nth-child(7) {
  -webkit-transition-delay: 0.315s;
  transition-delay: 0.315s;
}

.button--nina:hover > span:nth-child(8) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}

.button--nina:hover > span:nth-child(9) {
  -webkit-transition-delay: 0.405s;
  transition-delay: 0.405s;
}

.button--nina:hover > span:nth-child(10) {
  -webkit-transition-delay: 0.46s;
  transition-delay: 0.46s;
}

.button--nina:hover > span:nth-child(10) {
  -webkit-transition-delay: 0.47s;
  transition-delay: 0.47s;
}

.button--nina:hover > span:nth-child(11) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}

.button--nina:hover > span:nth-child(12) {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

.button--nina:hover > span:nth-child(13) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.button--nina:hover > span:nth-child(14) {
  -webkit-transition-delay: 0.51s;
  transition-delay: 0.51s;
}

.button--nina:hover > span:nth-child(14) {
  -webkit-transition-delay: 0.52s;
  transition-delay: 0.52s;
}

/**
* @subsection Superfish
*
* @description Superfish is an enhanced Suckerfish-style menu jQuery plugin.
*
* @author     Joel Birch
* @link http://users.tpg.com.au/j_birch/plugins/superfish/
* @license MIT license - http://opensource.org/licenses/MIT
*/
.sf-menu {
  display: inline-block;
  /*
  * @bugfix bottom line on iPad not render correctly
  */
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 20px;
}
.sf-menu > li > a {
  min-height: 30px;
}
.sf-menu a {
  display: block;
  font-size: 16px;
  line-height: 1.11111;
  font-weight: 400;
  text-transform: uppercase;
  font: inherit;
  color: inherit;
  text-decoration: none;
  padding-bottom: 5px;
  position: relative;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;  
}


.sf-menu a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddc26f;
  content: '';
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.sf-menu a:hover::after, a:focus::after {
  height: 5px;
  opacity: 1;
  transform: translateY(0px);
}
.sf-menu a:focus {
  outline: none;
}
.sf-menu a:active {
  background-color: transparent;
}

@media (min-width: 1200px) {
  .sf-menu > li > a {
    min-height: auto;
  }
  .sf-menu > li + li {
    margin-left: 55px;
  }
}
@media only screen and (max-width: 1024px) {
.sf-menu a { 
   font-size: 12px;
	}
}
.sf-menu {
  margin-top: 9px;
}
.sf-menu > li > a {
  letter-spacing: 0px;
  font-weight: normal;
  color: #fff;
}
.sf-menu > li.active > a, .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  /*color: #004878;*/
  color: #ffddb0;
}
.sf-menu > li.active > a:after, .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after {
  height: 5px;
  opacity: 1;
  transform: translateY(0px);
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 200px;
  margin-top: 10px;
  padding: 10px 0 10px;
  background: #004878;
  background: #2f0069;
  background: #1e1e1e;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*width: 280px;*/
  width: 205px;
}

.sf-menu ul {
  text-align: left;
}
.sf-menu ul > li {
  position: relative;
  padding: 10px 0px 8px 0px;
}
.sf-menu ul > li:hover {
  background: #005aa6;
  
}
.sf-menu ul > li > a {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1;
  padding-left: 20px;
  padding-right: 20px;
  color: #FFF;
  font-weight: 400;
  text-transform: none;
}
.sf-menu ul > li > a:after {
  display: none;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #a4bdff;
}


.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: auto;
  margin-top: 0;
  padding: 10px 0 10px;
  z-index: 4;
  /*background: #516fb5;*/
  background: #1e1e1e;
}
/*@media(max-width: 1351px){*/
/*    .sf-menu ul ul{*/
/*        left: 100% !important;*/
/*    }*/
/*}*/
.sf-menu ul ul{
    transition: 1s;
}
.sf-menu ul:hover, .sf-menu ul ul{
    display: block !important;
}
.sf-menu ul ul a {
  font-weight: 400;
}

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  right: 10%;
  top: 50%;
  margin-left: -6px;
  color: #a4bdff;
  content: "";
  font: 400 10px/10px "FontAwesome";
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/**
* @subsection   RD Mobile Menu
*
* @description  mobile navbar
*
* @author       Evgeniy Gusarov (Diversant)
* @link         http://cms.devoffice.com/diversant/rd-navbar/
*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #004878;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0px;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/**
* @subsection   Stuck menu   
*/
.isStuck {
  background: #004878;
  z-index: 999;
}
.isStuck .sf-menu > li > a {
  color: #fff;
}
.isStuck .sf-menu > li.active > a, .isStuck .sf-menu > li.sfHover > a, .isStuck .sf-menu > li > a:hover {
  color: #fff;
}
.isStuck .sf-menu > li.active > a:after, .isStuck .sf-menu > li.active > a:after, .isStuck .sf-menu > li.sfHover > a:after, .isStuck .sf-menu > li.sfHover > a:after, .isStuck .sf-menu > li > a:hover:after, .isStuck .sf-menu > li > a:hover:after {
  background: #fff;
  height: 5px;
  opacity: 1;
  transform: translateY(0px);
}
.isStuck a[href^="callto:"] {
  color: #fff;
}
.isStuck a[href^="callto:"]:hover {
  color: #fff;
}
.isStuck a:hover::after, .isStuck a:focus::after {
  background: #fff;
  height: 5px;
  opacity: 1;
  transform: translateY(0px);
}
.isStuck .contact-info,
.isStuck .inline-list {
  display: none;
}
@media (min-width: 992px) {
  .isStuck .contact-info,
  .isStuck .inline-list {
    display: block;
  }
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/**
* @subsection   ToTop   
*/
.toTop {
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 58px;
  color: #fff;
  background: #004878;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #2d7662;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*
* @section HEADER
*/
header {
  text-align: center;
  /*background: linear-gradient(#ddd,#fff,#fff,#fff,#fff,#fff,#fff);*/
}
header .contact-info {
  font-size: 18px;
}



header .header-top {
  border-top: 0px solid #333; 
  border-bottom: 1px dashed #004b7e;
  padding-top: 40px;
  padding-bottom: 50px; 
  

  background: -webkit-radial-gradient(circle, #ffffff, #ffffff, #f0f0f0); /* Safari */
  background: -o-radial-gradient(circle, #ffffff, #ffffff, #f0f0f0); /* Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(circle, #ffffff, #ffffff, #f0f0f0); /* Firefox 3.6 to 15 */
  background: radial-gradient(circle, #ffffff, #ffffff, #f0f0f0); /* Standard syntax */  
}
header .header-top:before, header .header-top:after {
  display: table;
  content: "";
  line-height: 0;
}
header .header-top:after {
  clear: both;
}
header .header-top .contact-info {
  color: #545454;
  text-transform: none;
  float: none;
  padding-top: 15px;
}
header .inline-list li + li {
  margin-left: 0;
}
/*
header .stuck_container {
  padding-top: 14px;
  padding-bottom: 14px;  
  background-color:#44329f;
  
  background: -webkit-radial-gradient(circle, #44329f, #44329f, #2d1d7d); // Safari /
  background: -o-radial-gradient(circle, #44329f, #44329f, #2d1d7d); // Opera 11.6 to 12.0 /
  background: -moz-radial-gradient(circle, #44329f, #44329f, #2d1d7d); // Firefox 3.6 to 15 /
  background: radial-gradient(circle, #44329f, #44329f, #2d1d7d); // Standard syntax /
 
}
*/ 

header .stuck_container {
  padding-top: 14px;
  padding-bottom: 14px;  
  background-color:#2f94d8;
  
  background: -webkit-radial-gradient(circle, #2f94d8, #2f94d8, #5cd2ff); /* Safari */
  background: -o-radial-gradient(circle, #2f94d8, #2f94d8, #5cd2ff); /* Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(circle, #2f94d8, #2f94d8, #5cd2ff); /* Firefox 3.6 to 15 */
  background: radial-gradient(circle, #2f94d8, #2f94d8, #5cd2ff); /* Standard syntax */    
  
   
 
}
header .header-top .language {
	float:right;
	right: 20px;
	padding: 5px 20px 0px 25px;
	border-left: 1px solid #ccc;
	
}
header .header-top .language a {
	text-decoration: none;
	padding: 2px 6px;	

	background-color: #306bb4;	
	color: #fff;
	border-radius: 0px;
}	
header .header-top .language a:hover {
	background-color: #82ade2;	

}	
@media (max-width: 767px) { 
  header .header-top {
	  padding-top: 10px;
	  padding-bottom: 20px;
  }
  header .contact-info {
	  font-size: 18px;
 
	  max-width: 75%; 
	} 
}
@media (min-width: 768px) {
  header .brand {
    float: left;
	position: relative;
  }
  header .inline-list {
    padding-top: 10px;
  }
  header .header-top .contact-info {
    float: right;
    padding-top: 5px;
	padding-right: 25px;
	font-size:15px;
	
  }
} 
@media (min-width: 992px) {
  header .inline-list {
    padding-top: 0px;
  }
  header .inline-list {
    float: left;
  }
  header .contact-info {
    float: right;
  }
}
@media (min-width: 1200px) {
  header .inline-list {
    padding-left: 10px;
  }
  header .inline-list li + li {
    margin-left: 7px;
  }
}

.header--mod-1 {
  border-bottom: 3px solid #004878;
}

/*
* @section CONTENT
*/
main {
  display: block;
  min-height: 100vh;
  text-align: center;
}

.bg-aside {
  overflow: hidden;
}
.bg-aside img {
  display: inline-block;
  max-width: 95%;
}

@media (min-width: 992px) {
  .bg-aside {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .bg-aside img {
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .bg-aside--right {
    right: 0;
  }
  .bg-aside--left {
    left: 0;
  }
  .bg-aside--1 {
    width: 39.5%;
  }
  .bg-aside--1 img {
    min-height: 677px;
  }
  .bg-aside--2 {
    width: 49.3%;
  }
  .bg-aside--2 img {
    min-height: 677px;
  }
  .bg-aside--2-img-size--1 img {
    min-height: 633px;
  }

  .block-1:before {
    width: 60.5%;
  }

  .block-2:before {
    width: 50.7%;
  }
}
/*
* @section FOOTER
*/
footer {
  /*background: #151a1d;*/
  background: #082045;
  background: #2c0172;
  background: #46607f;
  /* background: linear-gradient(#121c2b,#46607f);*/
  border-top: 5px solid #000;
  color: #ffffff;
  line-height: 1.11111;
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}
footer .fa-facebook {
  color: #3b5998;
}
footer .fa-facebook:hover {
  color: #fff;
  background: none;
}
footer .fa-twitter {
  color: #55acee;
}
footer .fa-twitter:hover {
  color: #fff;
  background: none;
}
footer .fa-google-plus {
  color: #dd4b39;
}
footer .fa-google-plus:hover {
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #004878;
}
footer .brand {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: normal;
}
footer .brand a {
  font-size: 20px; 
  font-weight:bold;
  padding-top: 24px;
  display:   block;
  margin-left: 0px;
  text-transform:none;
  color: #ffffff;
}
footer .brand a:hover {
  color: inherit;
 
}
footer .brand a:hover:after {
  display: none;
}
footer .contact-info {
  font-size: 15px;
}
footer .contact-info p {
  margin-top: 20px;
}
footer .contact-info a {
  font-weight: 400;
  color: #fff;
}
footer .copyright {
  line-height: 1.66667;
}
footer .nav {
  margin-top: 45px;
}
footer .nav .inline-list li {
  display: block;
}
footer .nav .inline-list li + li {
  margin-top: 29px;
}
footer .nav .active a {
  color: #004878;
}
footer .nav .active a:after {
  height: 5px;
  opacity: 1;
  transform: translateY(0px);
}
footer .nav a {
  font-weight: 700;
}
footer .row + .row {
  margin-top: 65px;
}
footer .developer {
	background:#a70202;
	padding: 3px 10px;
	line-height:32px;
}
footer .developer:hover{
	background:#750000;
	color: orange;
	
}
@media (min-width: 768px) {
  footer .nav .inline-list li {
    display: inline-block;
  }
  footer .nav .inline-list li + li {
    margin-left: 44px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  footer .nav {
    margin-top: 5px;
	font-size: 14px;
  }
}
#padding10 {
	padding:10px;
}
/*# sourceMappingURL=style.css.map */

.links_bnrs img, 
.links_partners img {
	padding:0px;
	margin:10px;
	border:1px solid #ccc;	
}
.links_bnrs img {
	border-radius: 18px;
	/*box-shadow:0px 1px 10px #bbb;*/
}

.links_bnrs a::after {
	border: 2px solid #000;
	background: transparent;
	position: relative;
}
#owlcli img {
	max-width: 185px;
	
}
#content_area {
	text-align: justify;
}
#content_area h2, #content_area h3 {
	text-align:left;
}
#content_area ul {
	list-style: square;
	margin-left:0px;
}
#content_area table {	
	margin: 20px 0px;
	border:2px solid #000;
}
#content_area table td {
	padding: 5px 10px;
	text-align:left;
	border:1px solid #999;
}
#content_area b {
	font-weight:bold;
}	
#content_area a {
	color: #0247AE;
	text-decoration:underline;
}
#content_area a:hover {
	color: brown;
	text-decoration:none;
}
#content_area img {
	margin: 0 20px 20px 0;
 
}


#content_area p img  {
    width: 100%;
    float: none;
    /*border: 1px solid black;*/
}

#content_area input,  #content_area textarea {
	border:2px solid #777;
	border-radius: 4px;
	padding: 8px;
	background-color: #f5f5f5;
 
}
#content_area input.sendbutton {
	background-color: #25608c;
	padding: 15px 30px;
	color: #fff;
	border: 0px;
}
#content_area input.sendbutton:hover {
	background-color: #000;
}
#content_area .page_link {
	font-size: 12px;
	line-height: 10px;
	margin-bottom: 30px;
	color: #999999;
}
p.date {
	font-weight:bold;
	color: #999999;
	margin-bottom: 10px;
}
p.date strong {
	
	color: #000;
	
}
.right_small_menu {
	padding:25px 5px 30px 30px;
	background-color:#738e9d;
	border-radius: 10px;
	width:100%;
	color: orange;
	font-size:17px;
}
.right_small_menu h3{
	color: #ffffff;
	font-weight: bold;
}
.right_small_menu li {
	padding: 5px 0px;
	font-weight:normal;
	list-style: none;
	
}
.right_small_menu li a {
	color: #ffffff;
	font-weight:normal;
	
}
.right_small_menu li a:hover {
	color: orange;
	
}
.link_cportal {
	padding: 30px 5px;
	width:100%;
	position:relative;
	min-height:200px;
	/*
	background: url('/images/img_cportal.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	*/
	text-align:center;
}
.link_cportal h3 {
	font: 700 27px/24px Arial;
	display:block;
}
.link_cportal img {
	width:100%	
}
.map_monitoring a {
	color:#1774ba;	
	text-decoration:underline;
}
.map_monitoring a:hover {
	color: #000;
}
.btn_register_portal {	 
	margin-top: 30px;
 	background-color: #89b8db;
	color: #ffffff;
	padding: 15px 20px;
	font: 700 20px/20px Calibri;
	border-radius: 20px;
	border: 1px solid #407ead;
}
.btn_register_portal a:hover {
	color: #000;
}
.service_line {
	line-height:18px;
	
 
}
.service_line a {
	color: #3978a3;
	padding:0px;
	border-bottom:1px dashed #3978a3;
}
.service_line a:hover {
	color: #000;
}
.let50 {
	font: 700 34px/20px 'Arial',"Segoe UI", Calibri;
	color: #fff;
	text-shadow:1px 1px 1px #000;
	letter-spacing:-1px;
}
.let50 strong{
	font: 700 100px/20px "Times New Roman", "Arial", "Segoe UI", Calibri;
	letter-spacing:-3px;
	color: orange;
}	
.let50 i{
	font: 100 14px/30px "Segoe UI", Calibri;
	letter-spacing:0px;
}
.quote h2 {
	color: #fff;
}  
#content_area h1,
#content_area h2,
#content_area h3,
#content_area h4,
#content_area h5,
#content_area h6 {
	text-align:left;
}
/* ------- leanMode*/

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.modal_window
{
 background-color:#F7FFFA;
 width:300px;
 border:1px solid #C5C9C6;
}

.modal_header{
display:block;
background-color:#E5E5E5;
padding:5px 15px 5px 25px;
color:#5E6661;
}
.modal_body{
padding:15px;
display:block;
}
.modal_body table, .modal_body td{
border:none;
}


.scroll_box{
overflow:scroll;
height:300px;
}

.hidden_modal{
display:none;
}
/* ------- */

.head_blog {
	position:realtive;
	width:100%;
	padding: 10px;
	background-color: rgba(227, 229, 231, 0.5);
	text-align: center;
	
	line-height: 15px;
	border-radius:0px;
}
.head_blog img {
	width:75%;
}
.head_blog hr{	
	border: 0px;
}
.head_blog a{	
	color: #1d8ed6;
	text-decoration:underline;
}
.more_pics 
	{
		display: block;
		list-style: none;
		position: relative;
		width: 200px;
		height: 150px;
		margin-left:30px;
	}
.images_list li img 
	{
		border: 1px solid #999;
		padding: 10px;
		
	}
.images_list li img:hover 
	{
		border: 1px solid #222;
	}	
.more_pics li 
	{
		position: absolute;
		z-index: 1;
		padding: 0px;
	}
	
.images_list 
	{
		display: block;
		clear: both;
	}
	
	
.images_list li:hover 
	{
		float: left;
		/*border-bottom-color: #78A9ED;*/
	}
	
.images_list li 
	{
		float: left;
		border-width: 2px;
		border-color: transparent;
		border-style: solid;
		list-style: none;
		margin: 10px;
	}
	
.docfiles {
	padding: 10px;
	margin: 25px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}	
.docfiles_list li {
	list-style: none;
}
.docfiles_list .download_style {	
	padding-left: 20px;
}


.header-expo {
	height: 50px;
	background-color: #477498;
	background: url('/images/bnrs/bnr_expo2017.jpg') no-repeat center; 
	background-size:100%;
	position: relative;
}
@media (max-width:768px) {
	.header-expo {
		display:none;	
	}
	.bg-contrast-variant-1 {
	 background-size:cover;
	}	
	header .stuck_container {
		padding:0px;
		margin:0px;
		position:relative;
	}
}	

.sk-tender-alert {
	margin: 50px 0px 25px 0px;
	padding: 20px 15px;
	border:1px solid brown;
	background-color: #ffeeef;
}
.zakupki_back {
	padding: 5px 12px;
	/*border: 2px solid #ccc;*/
	border-radius: 24px;
	font-size: 12px;
	color: #000;
	background: #e8e7e7;
	
		
}

 
.zakup_list {
	margin: 0px 8% 0px 0px;
	padding: 30px 0px;
	border-bottom: 2px solid #e6dcd3;
}
.zakup_list span { 
	color: #999;
	margin: 0px 20px 0px 0px;
}
.zakup_list span i {
	font-size: 18px;
	color: #ad8559;
	margin-right: 3px;

}
.zakup_list h4 {
	margin: 10px 0px 0px 0px;
	color: #999;
}	
.zakup_files_list {
	margin: 8px 0px;
	padding: 25px;
	border: 1px solid brown;
}

.file_type_icon {
	 
	font-size: 48px; 
}
.otk_award_2017 {
	padding: 10px 20px 20px 20px;
	width: 100%;
	text-align: center;
	background: #f5f5f5;

}
.otk_award_2017 h4 {
	padding: 5px 0px;
	color: #ff5400;
	border-bottom: 2px solid #a59346;
	margin: 10px 0px;

}
.otk_award_2017 img {
	width:70%;
	margin: 10px 0px;
}

.line{
    display: flex;
    flex-wrap: wrap;
}

.line-img{
    height: 240px;
    padding-right: 30px;
}

.line-text{
    overflow: hidden;
}

.line-text h3{
    width: 210px; 
    line-height: 36px; 
    font-size: 35px;
    font-weight: bold; 
}

.line-text p{
    font-size:20px;
    color:gray;
}

.line-text hr{
    width:300px;
    margin-left: 0;
}
