#steel-main
{
   background: #FFFFFF;
   margin:0 auto;
   font-size: 14px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   position: relative;
   width: 100%;
   min-height: 100%;
   left: 0;
   top: 0;
   cursor:default;
   overflow:hidden;
}
table, ul.steel-hmenu
{
   font-size: 16px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
   margin: 0;
   padding: 0;
}
p {
	margin: 15px 0;
    color: #32353b;
	line-height: 25px;
    font-size: 18px;
}
nav {
  background: #d6d6d6;
  box-shadow: 0 2px 0 0 #ECF1F2;
  border-top: 1px solid #ECF1F2;
  text-align: center;
}
nav a {
  text-decoration: none;
  display: block;
  transition: .3s linear;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}
.modal {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
z-index: 10000;
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;
opacity: 0;
pointer-events: none;
}
.modal:target {
opacity: 1;
pointer-events: auto;
}
.modal > div {
width: 300px;
background: #ffffff;
position: relative;
margin: 10% auto;
-webkit-animation: minimise 500ms linear;
padding: 30px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
-moz-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
box-shadow: 0 3px 20px rgba(0,0,0,0.9);
text-shadow: 0 1px 0 #fff;
}
.modal:target > div {
-webkit-animation-name: bounce;
}

.modal h2 {
font-size: 36px;
padding: 0 0 20px;
}

@-webkit-keyframes bounce {
  0% {
   -webkit-transform: scale3d(0.1,0.1,1);
   -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
  55% {
   -webkit-transform: scale3d(1.08,1.08,1);
   -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0);
  }
  75% {
   -webkit-transform: scale3d(0.95,0.95,1);
   -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
  }
  100% {
   -webkit-transform: scale3d(1,1,1);
   -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
}

@-webkit-keyframes minimise {
  0% {
   -webkit-transform: scale3d(1,1,1);
  }
  100% {
   -webkit-transform: scale3d(0.1,0.1,1);
  }
}
.modal a[href="#close"] {
position: absolute;
right: 0;
top: 0;
color: transparent;
}
.modal a[href="#close"]:focus {
outline: none;
}

.modal a[href="#close"]:after {
content: 'X';
display: block;

position: absolute;
right: -10px;
top: -10px;
width: 20px;
padding: 1px 1px 1px 2px;

text-decoration: none;
text-shadow: none;
text-align: center;
font-weight: bold;
background: #000;
color: #ffffff;
border: 3px solid #ffffff;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.modal a[href="#close"]:focus:after,
.modal a[href="#close"]:hover:after {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
}

.modal a[href="#close"]:focus:after {
outline: 0px solid #000;
}
a.openModal {

}

a.openModal:hover,
a.openModal:focus {
}

.modal .modal_title {
  display: block;
  text-align: center;
  font-size: 22pt;
}
.topmenu > li {
  display: inline-block;
  position: relative;
  margin-right: -4px;
  border-left: 1px solid #ECF1F2;
}
.topmenu > li:last-child {border-right: 1px solid #ECF1F2;}
.topmenu > li > a {
  padding: 20px 30px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1c1c1c;
}
.topmenu .active, .topmenu > li > a:hover, .submenu li a:hover {color: #8e42b0;}
.submenu {
  position: absolute;
  left: -1px;
  z-index: 5;
  width: 240px;
  border-bottom: 1px solid #ECF1F2;
  visibility: hidden;
  opacity: 0;  
  transform: translateY(10px);
  transition: .3s ease-in-out;
}
.submenu li {position: relative;}
.submenu a {
  background: white;
  border-top: 1px solid #ECF1F2;
  border-right: 1px solid #ECF1F2;
  border-left: 1px solid #ECF1F2;
  color: #1c1c1c;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 15px;
}
.submenu .submenu {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  left: -webkit-calc(100% - 1px);
}
nav li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.steel-button
{
   border-collapse: separate;
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
   background: #E8322C;
   background: linear-gradient(top, #EB514C 0, #E62019 79%, #D81E18 100%) no-repeat;
   background: -webkit-linear-gradient(top, #EB514C 0, #E62019 79%, #D81E18 100%) no-repeat;
   background: -moz-linear-gradient(top, #EB514C 0, #E62019 79%, #D81E18 100%) no-repeat;
   background: -o-linear-gradient(top, #EB514C 0, #E62019 79%, #D81E18 100%) no-repeat;
   background: -ms-linear-gradient(top, #EB514C 0, #E62019 79%, #D81E18 100%) no-repeat;
   background: linear-gradient(top, #EB514C 0, #E62019 79%, #D81E18 100%) no-repeat;
   -svg-background: linear-gradient(top, #EB514C 0, #E62019 79%, #D81E18 100%) no-repeat;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   border:1px solid #FF851A;
   padding:0 20px;
   margin:0 auto;
   height:40px;
}

.steel-postcontent,
.steel-postheadericons,
.steel-postfootericons,
.steel-blockcontent,
ul.steel-vmenu a 
{
   text-align: left;
}

.steel-postcontent,
.steel-postcontent li,
.steel-postcontent table,
.steel-postcontent a,
.steel-postcontent a:link,
.steel-postcontent a:visited,
.steel-postcontent a.visited,
.steel-postcontent a:hover,
.steel-postcontent a.hovered
{
   font-size: 15px;
   font-family: "Open Sans";

}

.steel-postcontent p
{
	margin: 15px 0;
	line-height: 30px;
    color: #32353b;
    font-size: 18px;
}

.steel-postcontent h1, .steel-postcontent h1 a, .steel-postcontent h1 a:link, .steel-postcontent h1 a:visited, .steel-postcontent h1 a:hover,
.steel-postcontent h2, .steel-postcontent h2 a, .steel-postcontent h2 a:link, .steel-postcontent h2 a:visited, .steel-postcontent h2 a:hover,
.steel-postcontent h3, .steel-postcontent h3 a, .steel-postcontent h3 a:link, .steel-postcontent h3 a:visited, .steel-postcontent h3 a:hover,
.steel-postcontent h4, .steel-postcontent h4 a, .steel-postcontent h4 a:link, .steel-postcontent h4 a:visited, .steel-postcontent h4 a:hover,
.steel-postcontent h5, .steel-postcontent h5 a, .steel-postcontent h5 a:link, .steel-postcontent h5 a:visited, .steel-postcontent h5 a:hover,
.steel-postcontent h6, .steel-postcontent h6 a, .steel-postcontent h6 a:link, .steel-postcontent h6 a:visited, .steel-postcontent h6 a:hover,
.steel-blockheader .t, .steel-blockheader .t a, .steel-blockheader .t a:link, .steel-blockheader .t a:visited, .steel-blockheader .t a:hover,
.steel-vmenublockheader .t, .steel-vmenublockheader .t a, .steel-vmenublockheader .t a:link, .steel-vmenublockheader .t a:visited, .steel-vmenublockheader .t a:hover,
.steel-headline, .steel-headline a, .steel-headline a:link, .steel-headline a:visited, .steel-headline a:hover,
.steel-slogan, .steel-slogan a, .steel-slogan a:link, .steel-slogan a:visited, .steel-slogan a:hover,
.steel-postheader, .steel-postheader a, .steel-postheader a:link, .steel-postheader a:visited, .steel-postheader a:hover
{
   font-size: 32px;
   font-family: "Open Sans";
   font-style: normal;
   text-decoration: none;
}

.steel-postcontent a, .steel-postcontent a:link
{
   font-family: "Open Sans";
   text-decoration: none;
   color: #034777;
}

.steel-postcontent a:visited, .steel-postcontent a.visited
{
   font-family: "Open Sans";
   text-decoration: none;
   color: #034777;
}

.steel-postcontent  a:hover, .steel-postcontent a.hover
{
   font-family: "Open Sans";
   text-decoration: underline;
   color: #e73030;
}

.steel-postcontent h1
{
   color: #000000;
   margin-top: 35px;
   margin-bottom: 14px;
   font-size: 36px;
   font-family: "Open Sans";
   text-transform: uppercase;
   font-weight: normal;
   text-align: center;
}

.steel-blockcontent h1
{
   margin-top: 21px;
   margin-bottom: 21px;
   font-size: 36px;
   font-family: "Open Sans";
   text-transform: uppercase;
}

.steel-postcontent h1 a, .steel-postcontent h1 a:link, .steel-postcontent h1 a:hover, .steel-postcontent h1 a:visited, .steel-blockcontent h1 a, .steel-blockcontent h1 a:link, .steel-blockcontent h1 a:hover, .steel-blockcontent h1 a:visited 
{
   font-size: 36px;
   font-family: "Open Sans";
   text-transform: uppercase;
}

.steel-postcontent h2
{
	color: #1B3E8F;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 30px;
    font-family: "Open Sans";
}

.steel-blockcontent h2
{
   margin-top: 19px;
   margin-bottom: 19px;
   font-size: 24px;
   font-family: "Open Sans";
}
.fz__minimized {
  cursor: pointer;
  border: 1px solid #FFF;
}
.steel-postcontent h2 a, .steel-postcontent h2 a:link, .steel-postcontent h2 a:hover, .steel-postcontent h2 a:visited, .steel-blockcontent h2 a, .steel-blockcontent h2 a:link, .steel-blockcontent h2 a:hover, .steel-blockcontent h2 a:visited 
{
   font-size: 24px;
   font-family: "Open Sans";
}

.steel-postcontent h3
{
	color: #1B3E8F;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: "Open Sans";
}

.steel-blockcontent h3
{
   margin-top: 19px;
   margin-bottom: 19px;
   font-size: 19px;
   font-family: "Open Sans";
}

.steel-postcontent h3 a, .steel-postcontent h3 a:link, .steel-postcontent h3 a:hover, .steel-postcontent h3 a:visited, .steel-blockcontent h3 a, .steel-blockcontent h3 a:link, .steel-blockcontent h3 a:hover, .steel-blockcontent h3 a:visited 
{
   font-size: 19px;
   font-family: "Open Sans";
}

.steel-postcontent h4
{
   color: #022F50;
   margin-top: 20px;
   margin-bottom: 20px;
   font-size: 16px;
   font-family: "Open Sans";
}

.steel-blockcontent h4
{
   margin-top: 20px;
   margin-bottom: 20px;
   font-size: 16px;
   font-family: "Open Sans";
}

.steel-postcontent h4 a, .steel-postcontent h4 a:link, .steel-postcontent h4 a:hover, .steel-postcontent h4 a:visited, .steel-blockcontent h4 a, .steel-blockcontent h4 a:link, .steel-blockcontent h4 a:hover, .steel-blockcontent h4 a:visited 
{
   font-size: 16px;
   font-family: "Open Sans";
}

.steel-postcontent h5
{
   color: #022F50;
   margin-top: 26px;
   margin-bottom: 26px;
   font-size: 13px;
   font-family: "Open Sans";
}

.steel-blockcontent h5
{
   margin-top: 26px;
   margin-bottom: 26px;
   font-size: 13px;
   font-family: "Open Sans";
}

.steel-postcontent h5 a, .steel-postcontent h5 a:link, .steel-postcontent h5 a:hover, .steel-postcontent h5 a:visited, .steel-blockcontent h5 a, .steel-blockcontent h5 a:link, .steel-blockcontent h5 a:hover, .steel-blockcontent h5 a:visited 
{
   font-size: 13px;
   font-family: "Open Sans";
}

.steel-postcontent h6
{
   color: #0570BD;
   margin-top: 35px;
   margin-bottom: 35px;
   font-size: 11px;
   font-family: "Open Sans";
}

.steel-blockcontent h6
{
   margin-top: 35px;
   margin-bottom: 35px;
   font-size: 11px;
   font-family: "Open Sans";
}

.steel-postcontent h6 a, .steel-postcontent h6 a:link, .steel-postcontent h6 a:hover, .steel-postcontent h6 a:visited, .steel-blockcontent h6 a, .steel-blockcontent h6 a:link, .steel-blockcontent h6 a:hover, .steel-blockcontent h6 a:visited 
{
   font-size: 11px;
   font-family: "Open Sans";
}

header, footer, article, nav, #steel-hmenu-bg, .steel-sheet, .steel-hmenu a, .steel-vmenu a, .steel-slidenavigator > a, .steel-checkbox:before, .steel-radiobutton:before
{
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
}

header, footer, article, nav, #steel-hmenu-bg, .steel-sheet, .steel-slidenavigator > a, .steel-checkbox:before, .steel-radiobutton:before
{
   display: block;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

ol
{
   list-style-position: inside;
}

html, body
{
   height: 100%;
}

body
{
   padding: 0;
   margin:0;
   min-width: 1150px;
   color: #312921;
}

.steel-header:before, #steel-header-bg:before, .steel-layout-cell:before, .steel-layout-wrapper:before, .steel-footer:before, .steel-nav:before, #steel-hmenu-bg:before, .steel-sheet:before
{
   width: 100%;
   content: " ";
   display: table;
}
.steel-header:after, #steel-header-bg:after, .steel-layout-cell:after, .steel-layout-wrapper:after, .steel-footer:after, .steel-nav:after, #steel-hmenu-bg:after, .steel-sheet:after,
.cleared, .clearfix:after {
   clear: both;
   font: 0/0 serif;
   display: block;
   content: " ";
}

form
{
   padding: 0 !important;
   margin: 0 !important;
}

table.position
{
   position: relative;
   width: 100%;
   table-layout: fixed;
}

li h1, .steel-postcontent li h1, .steel-blockcontent li h1 
{
   margin:1px;
} 
li h2, .steel-postcontent li h2, .steel-blockcontent li h2 
{
   margin:1px;
} 
li h3, .steel-postcontent li h3, .steel-blockcontent li h3 
{
   margin:1px;
} 
li h4, .steel-postcontent li h4, .steel-blockcontent li h4 
{
   margin:1px;
} 
li h5, .steel-postcontent li h5, .steel-blockcontent li h5 
{
   margin:1px;
} 
li h6, .steel-postcontent li h6, .steel-blockcontent li h6 
{
   margin:1px;
} 
li p, .steel-postcontent li p, .steel-blockcontent li p 
{
   margin:1px;
}


.steel-shapes
{
   position: relative;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   overflow: hidden;
   z-index: 0;
}

.steel-slider-inner {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 100%;
}

.steel-slidenavigator > a {
   display: inline-block;
   vertical-align: middle;
   outline-style: none;
   font-size: 1px;
}

.steel-slidenavigator > a:last-child {
   margin-right: 0 !important;
}

.steel-headline
{
	display: inline-block;
    position: relative;
    min-width: 50px;
    top: 10px;
    float: left;
    line-height: 100%;
}

.steel-headline, 
.steel-headline a, 
.steel-headline a:link, 
.steel-headline a:visited, 
.steel-headline a:hover
{
font-size: 22px;
font-family: "Open Sans";
font-weight: bold;
font-style: normal;
text-decoration: none;
text-transform: uppercase;
text-align: center;
  padding: 0;
  margin: 0;
  color: #000000 !important;
  white-space: nowrap;
}
.steel-slogan
{
	display: inline-block;
    position: relative;
    float: left;
    top: 5px;
    left: 35px;
    width: 280px;
}
.styled-select {
	position: relative;
    left: 45px;
    top: 0px;
}
.styled-select select {
border-radius: 0;
    background: transparent;
    height: 34px;
    padding: 5px;
    border: 0;
    color: #000;
	-moz-appearance: none;
-webkit-appearance: none;
border: none;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    background: url(https://steelservice23.ru/images/vniz.png) no-repeat right #fff;
    -webkit-appearance: none;
    width: 150px;
}
.steel-grafik {
	position: relative;
    float: left;
    top: 42px;
    left: 30px;
    width: 230px;
    font-size: 16px;
}
.clock {
    background-image: url(/images/clock.png);
    background-position: left center;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    display: inline-block;
    float: left;
    vertical-align: middle;
    padding-right: 10px;
}
.steel-telefon {
    position: relative;
    float: left;
    top: 20px;
    width: 280px;
    left: 40px;
    font-size: 25px;
}
.phone {
    background-image: url('/images/phone.png');  
    background-position: left center;
    background-repeat: no-repeat;
    width:40px; 
    height:35px; 
    display: inline-block;
	float: left;
    vertical-align:middle;
    padding-right: 10px;
}
.steel-mail {
	position: relative;
    float: left;
    top: 25px;
    left: 40px;
    width: 300px;
    font-size: 19px;
}
.mail {
    background-image: url('/images/mail.png');  
    background-position: left center;
    background-repeat: no-repeat;
    width:40px; 
    height:22px; 
    display: inline-block;
    float: left;
    vertical-align:middle;
    padding-right: 10px;
}
.steel-kartt {
	position: relative;
    float: left;
    top: 30px;
    left: 40px;
    width: 350px;
    font-size: 16px;
}
.metka {
    background-image: url('/images/metka.png');  
    background-position: left center;
    background-repeat: no-repeat;
    width:40px; 
    height:35px; 
    display: inline-block;
	float: left;
    vertical-align:middle;
    padding-right: 10px;
}
.steel-slogan, 
.steel-slogan a, 
.steel-slogan a:link, 
.steel-slogan a:visited, 
.steel-slogan a:hover
{
font-size: 20px;
font-family: "Open Sans";
font-weight: normal;
font-style: normal;
text-decoration: none;
  padding: 0;
  margin: 0;
  color: #000000 !important;
}
.steel-textblock-973225393 h1, 
.steel-textblock-973225393 h2, 
.steel-textblock-973225393 h3, 
.steel-textblock-973225393 h4, 
.steel-textblock-973225393 h5, 
.steel-textblock-973225393 h6, 
.steel-textblock-973225393 p, 
.steel-textblock-973225393 a, 
.steel-textblock-973225393 ul, 
.steel-textblock-973225393 ol, 
.steel-textblock-973225393 li
{
  line-height: 100%;
}

.steel-textblock-973225393
{  
  position: absolute;
  top: 2px;
  left: 93.92%;
  margin-left: -30px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
    overflow: hidden;
      z-index: 103;
  width: 32px;
  height: 60px;
}

.steel-textblock-973225393-text-container 
{
    display: table;
}
.steel-textblock-973225393-text
{
  line-height: 100%;
  display: table-cell;
  outline-style: none;
  padding: 0px 0px !important;
  height: 60px;
  width: 32px;  
word-wrap: break-word;
}

.steel-textblock-973225393-text,
.steel-textblock-973225393-text a.steel-rss-tag-icon,
.steel-textblock-973225393-text a.steel-facebook-tag-icon,
.steel-textblock-973225393-text a.steel-twitter-tag-icon
{
font-size: 14px;
font-family: "Open Sans";
text-align: left;
  color: #83C9FC !important;
}

.steel-textblock ul > li
{
    background-position-y: 0px !important;
}
.steel-textblock-1418552462 h1, 
.steel-textblock-1418552462 h2, 
.steel-textblock-1418552462 h3, 
.steel-textblock-1418552462 h4, 
.steel-textblock-1418552462 h5, 
.steel-textblock-1418552462 h6, 
.steel-textblock-1418552462 p, 
.steel-textblock-1418552462 a, 
.steel-textblock-1418552462 ul, 
.steel-textblock-1418552462 ol, 
.steel-textblock-1418552462 li
{
  line-height: 100%;
}

.steel-textblock-1418552462
{  
  position: absolute;
  top: 2px;
  left: 98.11%;
  margin-left: -31px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
    overflow: hidden;
      z-index: 105;
  width: 32px;
  height: 60px;
}

.steel-textblock-1418552462-text-container 
{
    display: table;
}
.steel-textblock-1418552462-text
{
  line-height: 100%;
  display: table-cell;
  outline-style: none;
  padding: 0px 0px !important;
  height: 60px;
  width: 32px;  
word-wrap: break-word;
}

.steel-textblock-1418552462-text,
.steel-textblock-1418552462-text a.steel-rss-tag-icon,
.steel-textblock-1418552462-text a.steel-facebook-tag-icon,
.steel-textblock-1418552462-text a.steel-twitter-tag-icon
{
font-size: 14px;
font-family: "Open Sans";
text-align: left;
  color: #83C9FC !important;
}

.steel-textblock ul > li
{
    background-position-y: 0px !important;
}
.steel-textblock-1514795627 h1, 
.steel-textblock-1514795627 h2, 
.steel-textblock-1514795627 h3, 
.steel-textblock-1514795627 h4, 
.steel-textblock-1514795627 h5, 
.steel-textblock-1514795627 h6, 
.steel-textblock-1514795627 p, 
.steel-textblock-1514795627 a, 
.steel-textblock-1514795627 ul, 
.steel-textblock-1514795627 ol, 
.steel-textblock-1514795627 li
{
  line-height: 100%;
}

.steel-textblock-1514795627
{  
  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: -230px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
    overflow: hidden;
      z-index: 106;
  width: 230px;
  height: 100px;
}

.steel-textblock-1514795627-text-container 
{
    display: table;
}
.steel-textblock-1514795627-text
{
  line-height: 100%;
  display: table-cell;
  outline-style: none;
  padding: 0px 0px !important;
  height: 100px;
  width: 230px;  
word-wrap: break-word;
}

.steel-textblock-1514795627-text,
.steel-textblock-1514795627-text a.steel-rss-tag-icon,
.steel-textblock-1514795627-text a.steel-facebook-tag-icon,
.steel-textblock-1514795627-text a.steel-twitter-tag-icon,
.steel-textblock-1514795627-text p
{
font-size: 18px;
font-family: "Open Sans";
line-height: 20px !important;
  color: #2F2F2F !important;
}

.steel-textblock ul > li
{
    background-position-y: 0px !important;
}
.steel-textblock-955870187 h1, 
.steel-textblock-955870187 h2, 
.steel-textblock-955870187 h3, 
.steel-textblock-955870187 h4, 
.steel-textblock-955870187 h5, 
.steel-textblock-955870187 h6, 
.steel-textblock-955870187 p, 
.steel-textblock-955870187 a, 
.steel-textblock-955870187 ul, 
.steel-textblock-955870187 ol, 
.steel-textblock-955870187 li
{
  line-height: 100%;
  color: #30302d;
}

.steel-textblock-955870187
{  
  position: absolute;
  top: 46px;
  left: 960px !important;
  margin-left: -5px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
    overflow: hidden;
      z-index: 107;
  width: 230px;
  height: 60px;
}

.steel-textblock-955870187-text-container 
{
    display: table;
}
.steel-textblock-955870187-text
{
  line-height: 100%;
  display: table-cell;
  outline-style: none;
  padding: 0px 0px !important;
  height: 60px;
  width: 230px;  
word-wrap: break-word;
}
.steel-textblock-955870187-text,
.steel-textblock-955870187-text a.steel-rss-tag-icon,
.steel-textblock-955870187-text a.steel-facebook-tag-icon,
.steel-textblock-955870187-text a.steel-twitter-tag-icon,
.steel-textblock-955870187-text p
{
font-size: 26px;
font-family: "Open Sans";
}

.steel-textblock ul > li
{
    background-position-y: 0px !important;
}
.steel-textblock-1836598277 h1, 
.steel-textblock-1836598277 h2, 
.steel-textblock-1836598277 h3, 
.steel-textblock-1836598277 h4, 
.steel-textblock-1836598277 h5, 
.steel-textblock-1836598277 h6, 
.steel-textblock-1836598277 p, 
.steel-textblock-1836598277 a, 
.steel-textblock-1836598277 ul, 
.steel-textblock-1836598277 ol, 
.steel-textblock-1836598277 li
{
  line-height: 100%;
}

.steel-textblock-1836598277
{  
  position: absolute;
  top: 88px;
  margin-left: 5px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
    overflow: hidden;
      z-index: 108;
  width: 250px;
  height: 60px;
}

.steel-textblock-1836598277-text-container 
{
    display: table;
}
.steel-textblock-1836598277-text
{
  line-height: 100%;
  display: table-cell;
  outline-style: none;
  padding: 0px 0px !important;
  height: 60px;
  width: 250px;  
word-wrap: break-word;
}

.steel-textblock-1836598277-text,
.steel-textblock-1836598277-text a.steel-rss-tag-icon,
.steel-textblock-1836598277-text a.steel-facebook-tag-icon,
.steel-textblock-1836598277-text a.steel-twitter-tag-icon,
.steel-textblock-1836598277-text p
{
font-size: 21px;
font-family: "Open Sans";
line-height: 20px !important;
  color: #2F2F2F !important;
}
.steel-textblock ul > li
{
    background-position-y: 0px !important;
}
.steel-object1673653413 h1, 
.steel-object1673653413 h2, 
.steel-object1673653413 h3, 
.steel-object1673653413 h4, 
.steel-object1673653413 h5, 
.steel-object1673653413 h6, 
.steel-object1673653413 p, 
.steel-object1673653413 a, 
.steel-object1673653413 ul, 
.steel-object1673653413 ol, 
.steel-object1673653413 li
{
  line-height: 100%;
}

.steel-object1673653413
{  
  position: absolute;
  top: 140px;
  left: 76.35%;
  margin-left: 30px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-position:  0px 0px;
  background-repeat: no-repeat;
    z-index: 9104;
  width: 235px;
  height: 34px;
}
.steel-header
{
   margin:0 auto;
   position:relative;
   height: 140px;
   width: 1140px;
   background-image: url('/images/header.jpg');
   background-position: center top;
   background-repeat: no-repeat;
}

.responsive .steel-header 
{
   background-image: url('/images/header.jpg');
   background-position: center center;
}

.steel-header-inner{
   position: relative;
   width: 1150px;
   z-index: auto !important;
   margin: 0 auto;
}

.steel-header>.widget 
{
   position:absolute;
   z-index:101;
}

.steel-nav
{
   margin:0 auto;
   position: relative;
   z-index: 499;
   width: 1140px;
}

ul.steel-hmenu a, ul.steel-hmenu a:link, ul.steel-hmenu a:visited, ul.steel-hmenu a:hover 
{
   outline: none;
   text-transform: uppercase;
   position: relative;
   z-index: 11;
}

ul.steel-hmenu, ul.steel-hmenu ul
{
   display: block;
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
}

ul.steel-hmenu li
{
   position: relative;
   z-index: 5;
   display: block;
   float: left;
   background: none;
   margin: 0;
   padding: 0;
   border: 0;
}

ul.steel-hmenu li:hover
{
   z-index: 10000;
   white-space: normal;
}

ul.steel-hmenu:after, ul.steel-hmenu ul:after
{
   content: ".";
   height: 0;
   display: block;
   visibility: hidden;
   overflow: hidden;
   clear: both;
}

ul.steel-hmenu, ul.steel-hmenu ul 
{
   min-height: 0;
}

ul.steel-hmenu {
   display: inline-block;
   vertical-align: middle;
   padding-left: 0;
   padding-right: 0;
   position: relative;
   left: 16%;
}

.steel-nav-inner:before 
{
   content:' ';
}
.footer-navv a{
	font-size: 18px;
    color: #1B3E8F;
}
.steel-nav-inner{
   text-align: left;
   margin:0 auto;
}

.desktop  .steel-nav-inner{
   width: 750px;
   padding-left: 0;
   padding-right: 0;
}

.desktop .steel-nav
{
   padding-left: 0;
   padding-right: 0;
}

.steel-hmenu-extra1
{
   position: relative;
   display: block;
   float: left;
   width: auto;
   height: auto;
   background-position: center;
}

.steel-hmenu-extra2
{
   position: relative;
   display: block;
   float: right;
   width: auto;
   height: auto;
   background-position: center;
}

.steel-hmenu
{
   float: left;
}

.steel-menuitemcontainer
{
   margin:0 auto;
}
ul.steel-hmenu>li {
   margin-left: 31px;
}
ul.steel-hmenu>li:first-child {
   margin-left: 4px;
}
ul.steel-hmenu>li:last-child, ul.steel-hmenu>li.last-child {
   margin-right: 4px;
}

ul.steel-hmenu>li>a
{
   border-bottom:2px solid #b2b2b2;
   padding:0 6px;
   margin:0 auto;
   position: relative;
   display: block;
   height: 26px;
   cursor: pointer;
   text-decoration: none;
   color: #FFFFFF;
   line-height: 26px;
   text-align: center;
}

.steel-hmenu a, 
.steel-hmenu a:link, 
.steel-hmenu a:visited, 
.steel-hmenu a.active, 
.steel-hmenu a:hover
{
   font-size: 18px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-align: left;
}

ul.steel-hmenu>li>a.active
{
   background: #1B3D8D;
   border-bottom:2px solid #1B3D8D;
   padding:0 6px;
   margin:0 auto;
   color: #FFFFFF;
   text-decoration: none;
}

ul.steel-hmenu>li>a:visited, 
ul.steel-hmenu>li>a:hover, 
ul.steel-hmenu>li:hover>a {
   text-decoration: none;
}

ul.steel-hmenu>li>a:hover, .desktop ul.steel-hmenu>li:hover>a
{
   border-bottom:2px solid #c3cff1;
   padding:0 6px;
   margin:0 auto;
}
ul.steel-hmenu>li>a:hover, 
.desktop ul.steel-hmenu>li:hover>a {
   color: #c3cff1;
   text-decoration: none;
}

ul.steel-hmenu li li a
{
   background: #FFFFFF;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
   padding:0 10px;
   margin:0 auto;
}
ul.steel-hmenu li li 
{
   float: none;
   width: auto;
   margin-top: 1px;
   margin-bottom: 1px;
}

.desktop ul.steel-hmenu li li ul>li:first-child 
{
   margin-top: 0;
}

ul.steel-hmenu li li ul>li:last-child 
{
   margin-bottom: 0;
}

.steel-hmenu ul a
{
   display: block;
   white-space: nowrap;
   height: 27px;
   min-width: 7em;
   border: 0 solid transparent;
   text-align: left;
   line-height: 27px;
   color: #989898;
   font-size: 12px;
   font-family: "Open Sans";
   text-decoration: none;
   margin:0;
}

.steel-hmenu ul a:link, 
.steel-hmenu ul a:visited, 
.steel-hmenu ul a.active, 
.steel-hmenu ul a:hover
{
   text-align: left;
   line-height: 27px;
   color: #989898;
   font-size: 12px;
   font-family: "Open Sans";
   text-decoration: none;
   margin:0;
}

ul.steel-hmenu ul li a:hover, .desktop ul.steel-hmenu ul li:hover>a
{
   background: #F0F0F0;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
   margin:0 auto;
}

.steel-hmenu ul li a:hover
{
   color: #959595;
}

.desktop .steel-hmenu ul li:hover>a
{
   color: #959595;
}

ul.steel-hmenu ul:before
{
   background: #FFFFFF;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
   margin:0 auto;
   display: block;
   position: absolute;
   content: ' ';
   z-index: 1;
}
.desktop ul.steel-hmenu li:hover>ul {
   visibility: visible;
   top: 100%;
}
.desktop ul.steel-hmenu li li:hover>ul {
   top: 0;
   left: 100%;
}

ul.steel-hmenu ul
{
   visibility: hidden;
   position: absolute;
   z-index: 10;
   left: 0;
   top: 0;
   background-image: url('images/spacer.gif');
}

.desktop ul.steel-hmenu>li>ul
{
   padding: 10px 30px 30px 30px;
   margin: -10px 0 0 -30px;
}

.desktop ul.steel-hmenu ul ul
{
   padding: 30px 30px 30px 10px;
   margin: -30px 0 0 -9px;
}

.desktop ul.steel-hmenu ul.steel-hmenu-left-to-right 
{
   right: auto;
   left: 0;
   margin: -10px 0 0 -30px;
}

.desktop ul.steel-hmenu ul.steel-hmenu-right-to-left 
{
   left: auto;
   right: 0;
   margin: -10px -30px 0 0;
}

.desktop ul.steel-hmenu li li:hover>ul.steel-hmenu-left-to-right {
   right: auto;
   left: 100%;
}
.desktop ul.steel-hmenu li li:hover>ul.steel-hmenu-right-to-left {
   left: auto;
   right: 100%;
}

.desktop ul.steel-hmenu ul ul.steel-hmenu-left-to-right
{
   right: auto;
   left: 0;
   padding: 30px 30px 30px 10px;
   margin: -30px 0 0 -9px;
}

.desktop ul.steel-hmenu ul ul.steel-hmenu-right-to-left
{
   left: auto;
   right: 0;
   padding: 30px 10px 30px 30px;
   margin: -30px -9px 0 0;
}

.desktop ul.steel-hmenu li ul>li:first-child {
   margin-top: 0;
}
.desktop ul.steel-hmenu li ul>li:last-child {
   margin-bottom: 0;
}

.desktop ul.steel-hmenu ul ul:before
{
   border-radius: 5px;
   top: 30px;
   bottom: 30px;
   right: 30px;
   left: 10px;
}

.desktop ul.steel-hmenu>li>ul:before
{
   top: 10px;
   right: 30px;
   bottom: 30px;
   left: 30px;
}

.desktop ul.steel-hmenu>li>ul.steel-hmenu-left-to-right:before {
   right: 30px;
   left: 30px;
}
.desktop ul.steel-hmenu>li>ul.steel-hmenu-right-to-left:before {
   right: 30px;
   left: 30px;
}
.desktop ul.steel-hmenu ul ul.steel-hmenu-left-to-right:before {
   right: 30px;
   left: 10px;
}
.desktop ul.steel-hmenu ul ul.steel-hmenu-right-to-left:before {
   right: 10px;
   left: 30px;
}

.steel-sheet
{
   background: #FFFFFF;
   margin:1px auto 0;
   position:relative;
   cursor:auto;
   width: 1150px;
   z-index: auto !important;
}

.steel-layout-wrapper
{
   position: relative;
   margin: 0 auto 0 auto;
   z-index: auto !important;
}

.steel-content-layout
{
   display: table;
   width: 100%;
   table-layout: fixed;
}

.steel-content-layout-row 
{
   display: table-row;
}

.steel-layout-cell
{
   display: table-cell;
   vertical-align: top;
}

/* need only for content layout in post content */ 
.steel-postcontent .steel-content-layout
{
   border-collapse: collapse;
}

.steel-block
{
   margin:10px;
}
div.steel-block img
{
   border: none;
   margin: 0;
}

.steel-blockheader
{
   padding:6px 5px;
   margin:0 auto;
}
.steel-blockheader .t,
.steel-blockheader .t a,
.steel-blockheader .t a:link,
.steel-blockheader .t a:visited, 
.steel-blockheader .t a:hover
{
   color: #000000;
   font-size: 14px;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   text-transform: uppercase;
   text-align: center;
   margin: 0 10px 0 5px;
}

.steel-blockcontent
{
   padding:5px;
   margin:0 auto;
   color: #000000;
   font-size: 14px;
   font-family: "Open Sans";
}
.steel-blockcontent table,
.steel-blockcontent li, 
.steel-blockcontent a,
.steel-blockcontent a:link,
.steel-blockcontent a:visited,
.steel-blockcontent a:hover
{
   color: #000000;
   font-size: 14px;
   font-family: "Open Sans";
}

.steel-blockcontent p
{
   margin: 6px 0;
}

.steel-blockcontent a, .steel-blockcontent a:link
{
   color: #356F96;
   font-family: "Open Sans";
   text-decoration: none;
}

.steel-blockcontent a:visited, .steel-blockcontent a.visited
{
   color: #356F96;
   font-family: "Open Sans";
   text-decoration: none;
}

.steel-blockcontent a:hover, .steel-blockcontent a.hover
{
   color: #000000;
   font-family: "Open Sans";
   text-decoration: none;
}
.steel-block ul>li:before
{
   content:url('/images/blockbullets.png');
   margin-right:6px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
   margin-left: -11px;
}
.opera .steel-block ul>li:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.steel-block li
{
   font-size: 13px;
   font-family: "Open Sans";
   line-height: 125%;
   color: #655543;
}

.steel-block ul>li, .steel-block ol
{
   padding: 0;
}

.steel-block ul>li
{
   padding-left: 11px;
}

.steel-breadcrumbs
{
   margin:0 auto;
}

a.steel-button,
a.steel-button:link,
a:link.steel-button:link,
body a.steel-button:link,
a.steel-button:visited,
body a.steel-button:visited,
input.steel-button,
button.steel-button
{
   text-decoration: none;
   font-size: 16px;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   position:relative;
   display: inline-block;
   vertical-align: middle;
   white-space: nowrap;
   text-align: center;
   color: #FFFFFF;
   margin: 0 5px 0 0 !important;
   overflow: visible;
   cursor: pointer;
   text-indent: 0;
   line-height: 40px;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}

.steel-button img
{
   margin: 0;
   vertical-align: middle;
}

.firefox2 .steel-button
{
   display: block;
   float: left;
}

input, select, textarea, a.steel-search-button span
{
   vertical-align: middle;
   font-size: 16px;
   font-family: "Open Sans";
   font-style: normal;
}

.steel-block select 
{
   width:96%;
}

input.steel-button
{
   float: none !important;
}

.steel-button.active, .steel-button.active:hover
{
   background: #F07000;
   background: linear-gradient(top, #FF8214 0, #FF7700 29%, #CC5F00 100%) no-repeat;
   background: -webkit-linear-gradient(top, #FF8214 0, #FF7700 29%, #CC5F00 100%) no-repeat;
   background: -moz-linear-gradient(top, #FF8214 0, #FF7700 29%, #CC5F00 100%) no-repeat;
   background: -o-linear-gradient(top, #FF8214 0, #FF7700 29%, #CC5F00 100%) no-repeat;
   background: -ms-linear-gradient(top, #FF8214 0, #FF7700 29%, #CC5F00 100%) no-repeat;
   background: linear-gradient(top, #FF8214 0, #FF7700 29%, #CC5F00 100%) no-repeat;
   -svg-background: linear-gradient(top, #FF8214 0, #FF7700 29%, #CC5F00 100%) no-repeat;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   border:1px solid #AD9A85;
   padding:0 20px;
   margin:0 auto;
}
.steel-button.active, .steel-button.active:hover {
   color: #FFFFFF !important;
}

.steel-button.hover, .steel-button:hover
{
   background: #1B3D8D;
   background: linear-gradient(top, #214CB0 0, #15306F 100%) no-repeat;
   background: -webkit-linear-gradient(top, #214CB0 0, #15306F 100%) no-repeat;
   background: -moz-linear-gradient(top, #214CB0 0, #15306F 100%) no-repeat;
   background: -o-linear-gradient(top, #214CB0 0, #15306F 100%) no-repeat;
   background: -ms-linear-gradient(top, #214CB0 0, #15306F 100%) no-repeat;
   background: linear-gradient(top, #214CB0 0, #15306F 100%) no-repeat;
   -svg-background: linear-gradient(top, #214CB0 0, #15306F 100%) no-repeat;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   border:1px solid #1B3D8D;
   padding:0 20px;
   margin:0 auto;
}
.steel-button.hover, .steel-button:hover {
   color: #FFFFFF !important;
}

input.steel-error, textarea.steel-error
{
   background: #FFFFFF;
   border:1px solid #0694F9;
   margin:0 auto;
}
input.steel-error, textarea.steel-error {
   color: #4D4133 !important;
   font-size: 13px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
}
form.steel-search input[type="text"]
{
   background: #FFFFFF;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border:1px solid #EEEEEE;
   margin:0 auto;
   width: 100%;
   padding: 8px 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   color: #4D4133 !important;
   font-size: 13px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
}
form.steel-search 
{
   background-image: none;
   border: 0;
   display:block;
   position:relative;
   top:0;
   padding:0;
   margin:5px;
   left:0;
   line-height: 0;
   width: 235px;
}

form.steel-search input, a.steel-search-button
{
   top:0;
   right:0;
}

form.steel-search>input, a.steel-search-button{
   bottom:0;
   left:0;
   vertical-align: middle;
}

form.steel-search input[type="submit"], input.steel-search-button, a.steel-search-button
{
   margin:0 auto;
}
form.steel-search input[type="submit"], input.steel-search-button, a.steel-search-button {
   position:absolute;
   left:auto;
   display:block;
   border:none;
   background:url('/images/sear2.png') center center no-repeat;
   width:30px;
   height: 100%;
   padding:0;
   color: #000000 !important;
   cursor: pointer;
}

a.steel-search-button span.steel-search-button-text {
   display: none;
}

label.steel-checkbox:before
{
   background: #FFFFFF;
   -webkit-border-radius:1px;
   -moz-border-radius:1px;
   border-radius:1px;
   border-width: 0;
   margin:0 auto;
   width:16px;
   height:16px;
}
label.steel-checkbox
{
   cursor: pointer;
   font-size: 13px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   line-height: 16px;
   display: inline-block;
   color: #4D4133 !important;
}

.steel-checkbox>input[type="checkbox"]
{
   margin: 0 5px 0 0;
}

label.steel-checkbox.active:before
{
   background: #9CD4FC;
   -webkit-border-radius:1px;
   -moz-border-radius:1px;
   border-radius:1px;
   border-width: 0;
   margin:0 auto;
   width:16px;
   height:16px;
   display: inline-block;
}

label.steel-checkbox.hovered:before
{
   background: #83C9FC;
   -webkit-border-radius:1px;
   -moz-border-radius:1px;
   border-radius:1px;
   border-width: 0;
   margin:0 auto;
   width:16px;
   height:16px;
   display: inline-block;
}

label.steel-radiobutton:before
{
   background: #FFFFFF;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   border-width: 0;
   margin:0 auto;
   width:12px;
   height:12px;
}
label.steel-radiobutton
{
   cursor: pointer;
   font-size: 13px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   line-height: 12px;
   display: inline-block;
   color: #4D4133 !important;
}

.steel-radiobutton>input[type="radio"]
{
   vertical-align: baseline;
   margin: 0 5px 0 0;
}

label.steel-radiobutton.active:before
{
   background: #9CD4FC;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   border-width: 0;
   margin:0 auto;
   width:12px;
   height:12px;
   display: inline-block;
}

label.steel-radiobutton.hovered:before
{
   background: #83C9FC;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   border-width: 0;
   margin:0 auto;
   width:12px;
   height:12px;
   display: inline-block;
}

.steel-comments
{
   border-top:1px dotted #CEC3B6;
   margin:0 auto;
   margin-top: 25px;
}

.steel-comments h2
{
   color: #312921;
}

.steel-comment
{
   background: #FFEFE0;
   -webkit-border-radius:2px;
   -moz-border-radius:2px;
   border-radius:2px;
   border:1px solid #FFD1A8;
   padding:7px;
   margin:0 auto;
   margin-top: 6px;
}
.steel-comment-avatar 
{
   float:left;
   width:93px;
   height:93px;
   padding:1px;
   background:#fff;
   border:1px dashed #FFC694;
}

.steel-comment-avatar>img
{
   margin:0 !important;
   border:none !important;
}

.steel-comment-content
{
   padding:10px 0;
   color: #2E271F;
   font-family: "Open Sans";
}

#comment-list>li:first-child>.steel-comment
{
   margin-top: 0;
}

.steel-comment-inner
{
   margin-left: 107px;
}

.steel-comment-header
{
   color: #2E271F;
   font-family: "Open Sans";
   line-height: 100%;
}

.steel-comment-header a, 
.steel-comment-header a:link, 
.steel-comment-header a:visited,
.steel-comment-header a.visited,
.steel-comment-header a:hover,
.steel-comment-header a.hovered
{
   font-family: "Open Sans";
   line-height: 100%;
}

.steel-comment-header a, .steel-comment-header a:link
{
   font-family: "Open Sans";
   color: #703400;
}

.steel-comment-header a:visited, .steel-comment-header a.visited
{
   font-family: "Open Sans";
   color: #43392D;
}

.steel-comment-header a:hover,  .steel-comment-header a.hovered
{
   font-family: "Open Sans";
   color: #994700;
}

.steel-comment-content a, 
.steel-comment-content a:link, 
.steel-comment-content a:visited,
.steel-comment-content a.visited,
.steel-comment-content a:hover,
.steel-comment-content a.hovered
{
   font-family: "Open Sans";
}

.steel-comment-content a, .steel-comment-content a:link
{
   font-family: "Open Sans";
   color: #703400;
}

.steel-comment-content a:visited, .steel-comment-content a.visited
{
   font-family: "Open Sans";
   color: #43392D;
}

.steel-comment-content a:hover,  .steel-comment-content a.hovered
{
   font-family: "Open Sans";
   color: #994700;
}

.steel-pager
{
   background: #FFE4CC;
   -webkit-border-radius:2px;
   -moz-border-radius:2px;
   border-radius:2px;
   border:1px solid #FFA557;
   padding:5px;
}

.steel-pager>*:last-child,
.steel-pager>*:last-child:hover
{
   margin-right:0;
}

.steel-pager>span {
   cursor:default;
}

.steel-pager>*
{
   background: #FFEFE0;
   background: linear-gradient(top, #FFFFFF 0, #FFA352 100%) no-repeat;
   background: -webkit-linear-gradient(top, #FFFFFF 0, #FFA352 100%) no-repeat;
   background: -moz-linear-gradient(top, #FFFFFF 0, #FFA352 100%) no-repeat;
   background: -o-linear-gradient(top, #FFFFFF 0, #FFA352 100%) no-repeat;
   background: -ms-linear-gradient(top, #FFFFFF 0, #FFA352 100%) no-repeat;
   background: linear-gradient(top, #FFFFFF 0, #FFA352 100%) no-repeat;
   -svg-background: linear-gradient(top, #FFFFFF 0, #FFA352 100%) no-repeat;
   -webkit-border-radius:2px;
   -moz-border-radius:2px;
   border-radius:2px;
   border:1px solid #FFC694;
   padding:7px;
   margin:0 4px 0 auto;
   position:relative;
   display:inline-block;
   margin-left: 0;
}

.steel-pager a:link,
.steel-pager a:visited
{
   font-family: "Open Sans";
   text-decoration: none;
   color: #2E271F
;
}

.steel-pager .active
{
   background: #FFAB61;
   background: linear-gradient(top, #FFD3AD 0, #FF7F0F 100%) no-repeat;
   background: -webkit-linear-gradient(top, #FFD3AD 0, #FF7F0F 100%) no-repeat;
   background: -moz-linear-gradient(top, #FFD3AD 0, #FF7F0F 100%) no-repeat;
   background: -o-linear-gradient(top, #FFD3AD 0, #FF7F0F 100%) no-repeat;
   background: -ms-linear-gradient(top, #FFD3AD 0, #FF7F0F 100%) no-repeat;
   background: linear-gradient(top, #FFD3AD 0, #FF7F0F 100%) no-repeat;
   -svg-background: linear-gradient(top, #FFD3AD 0, #FF7F0F 100%) no-repeat;
   border:1px solid #FFC694;
   padding:7px;
   margin:0 4px 0 auto;
   color: #181510
;
}

.steel-pager .more
{
   background: #FFEFE0;
   background: linear-gradient(top, #FFFFFF 0, #FFA352 100%) no-repeat;
   background: -webkit-linear-gradient(top, #FFFFFF 0, #FFA352 100%) no-repeat;
   background: -moz-linear-gradient(top, #FFFFFF 0, #FFA352 100%) no-repeat;
   background: -o-linear-gradient(top, #FFFFFF 0, #FFA352 100%) no-repeat;
   background: -ms-linear-gradient(top, #FFFFFF 0, #FFA352 100%) no-repeat;
   background: linear-gradient(top, #FFFFFF 0, #FFA352 100%) no-repeat;
   -svg-background: linear-gradient(top, #FFFFFF 0, #FFA352 100%) no-repeat;
   border:1px solid #FFEFE0;
   margin:0 4px 0 auto;
}
.steel-pager a.more:link,
.steel-pager a.more:visited
{
   color: #2E271F
;
}
.steel-pager a:hover
{
   background: #FFC38F;
   background: linear-gradient(top, #FFEFE0 0, #FF983D 100%) no-repeat;
   background: -webkit-linear-gradient(top, #FFEFE0 0, #FF983D 100%) no-repeat;
   background: -moz-linear-gradient(top, #FFEFE0 0, #FF983D 100%) no-repeat;
   background: -o-linear-gradient(top, #FFEFE0 0, #FF983D 100%) no-repeat;
   background: -ms-linear-gradient(top, #FFEFE0 0, #FF983D 100%) no-repeat;
   background: linear-gradient(top, #FFEFE0 0, #FF983D 100%) no-repeat;
   -svg-background: linear-gradient(top, #FFEFE0 0, #FF983D 100%) no-repeat;
   border:1px solid #FFC694;
   padding:7px;
   margin:0 4px 0 auto;
}
.steel-pager  a:hover,
.steel-pager  a.more:hover
{
   color: #1F1A14
;
}
.steel-pager>*:after
{
   margin:0 0 0 auto;
   display:inline-block;
   position:absolute;
   content: ' ';
   top:0;
   width:0;
   height:100%;
   right: 0;
   text-decoration:none;
}

.steel-pager>*:last-child:after{
   display:none;
}

.steel-commentsform
{
   background: #FFEFE0;
   background: transparent;
   padding:10px;
   margin:0 auto;
   margin-top:25px;
   color: #312921;
}

.steel-commentsform h2{
   padding-bottom:10px;
   margin: 0;
   color: #312921;
}

.steel-commentsform label {
   display: inline-block;
   line-height: 25px;
}

.steel-commentsform input:not([type=submit]), .steel-commentsform textarea {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   width:100%;
   max-width:100%;
}

.steel-commentsform .form-submit
{
   margin-top: 10px;
}
.steel-post
{
   padding:10px;
}
a img
{
   border: 0;
}

.steel-article img, img.steel-article, .steel-block img, .steel-footer-text img
{
   margin: 5px 5px 5px 5px;
}

.steel-metadata-icons img
{
   border: none;
   vertical-align: middle;
   margin: 2px;
}

.steel-article table, table.steel-article
{
   border-collapse: collapse;
   margin: 1px;
}

.steel-post .steel-content-layout-br
{
   height: 0;
}

.steel-article th, .steel-article td
{
   padding: 2px;
   border: solid 0px #BEAE9D;
   vertical-align: top;
   text-align: center;
}
#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #626262;
  color: white;
}
.steel-article th
{
   text-align: center;
   vertical-align: middle;
   padding: 7px;
}

pre
{
   overflow: auto;
   padding: 0.1em;
}

.preview-cms-logo
{
   border: 0;
   margin: 1em 1em 0 0;
   float: left;
}

.image-caption-wrapper
{
   padding: 5px 5px 5px 5px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.image-caption-wrapper img
{
   margin: 0 !important;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.image-caption-wrapper div.steel-collage
{
   margin: 0 !important;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.image-caption-wrapper p
{
   font-size: 80%;
   text-align: right;
   margin: 0;
}

.steel-postheader
{
   color: #000000;
   margin-top: 5px;
   margin-bottom: 5px;
   font-size: 24px;
   font-family: "Open Sans";
   text-align: center;
}
.chenyy {
	font-weight: bold;
    color: #ec9204;
    font-size: 21px;
}
.steel-postheader a, 
.steel-postheader a:link, 
.steel-postheader a:visited,
.steel-postheader a.visited,
.steel-postheader a:hover,
.steel-postheader a.hovered
{
   font-size: 24px;
   font-family: "Open Sans";
   text-align: center;
}

.steel-postheader a, .steel-postheader a:link
{
   font-family: "Open Sans";
   text-decoration: none;
   text-align: left;
   color: #E56B00;
}

.steel-postheader a:visited, .steel-postheader a.visited
{
   font-family: "Open Sans";
   text-decoration: none;
   text-align: left;
   color: #B19F8B;
}

.steel-postheader a:hover,  .steel-postheader a.hovered
{
   font-family: "Open Sans";
   text-decoration: none;
   text-align: left;
   color: #FF9538;
}

.steel-postheadericons,
.steel-postheadericons a,
.steel-postheadericons a:link,
.steel-postheadericons a:visited,
.steel-postheadericons a:hover
{
   font-family: "Open Sans";
   color: #00497E;
}

.steel-postheadericons
{
   padding: 1px;
}

.steel-postheadericons a, .steel-postheadericons a:link
{
   font-family: "Open Sans";
   text-decoration: none;
   color: #B25300;
}

.steel-postheadericons a:visited, .steel-postheadericons a.visited
{
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   text-decoration: none;
   color: #B25300;
}

.steel-postheadericons a:hover, .steel-postheadericons a.hover
{
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   text-decoration: underline;
   color: #0688E5;
}

.steel-postdateicon:before
{
   content:url('/images/postdateicon.png');
   margin-right:6px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
   bottom: auto;
}
.opera .steel-postdateicon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.steel-postprinticon:before
{
   content:url('/images/postprinticon.png');
   margin-right:6px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .steel-postprinticon:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.steel-postcontent ul>li:before,  .steel-post ul>li:before,  .steel-textblock ul>li:before
{

   margin-right:6px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
.opera .steel-postcontent ul>li:before, .opera   .steel-post ul>li:before, .opera   .steel-textblock ul>li:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.steel-postcontent li, .steel-post li, .steel-textblock li
{
	font-size: 18px;
    font-family: "Open Sans";
    margin: 10px 0;
    color: #32353b;
    line-height: 25px;
}

.steel-postcontent ul>li, .steel-post ul>li, .steel-textblock ul>li, .steel-postcontent ol, .steel-post ol, .steel-textblock ol
{
   padding: 0;
}

.steel-postcontent ul>li:before,  .steel-post ul>li:before,  .steel-textblock ul>li:before
{
   margin-left: -12px;
}

.steel-postcontent ol, .steel-post ol, .steel-textblock ol
{
   margin: 1em 0 1em 28px;
}
.steel-postcontent ul, .steel-post ul, .steel-textblock ul {
    margin: 1em 0 1em 60px;
}
.steel-postcontent li ol, .steel-post li ol, .steel-textblock li ol, .steel-postcontent li ul, .steel-post li ul, .steel-textblock li ul
{
   margin: 0.5em 0 0.5em 28px;
}

.steel-postcontent ol>li, .steel-post ol>li, .steel-textblock ol>li
{
   /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

blockquote
{
   background: #F0F0F0;
   border:1px solid #989898;
   padding:10px;
   margin:10px 10px 10px 50px;
   color: #43392D;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   text-align: left;
   /* makes block not to align behind the image if they are in the same line */
  overflow: auto;
   clear:both;
}
blockquote a, .steel-postcontent blockquote a, .steel-blockcontent blockquote a, .steel-footer-text blockquote a,
blockquote a:link, .steel-postcontent blockquote a:link, .steel-blockcontent blockquote a:link, .steel-footer-text blockquote a:link,
blockquote a:visited, .steel-postcontent blockquote a:visited, .steel-blockcontent blockquote a:visited, .steel-footer-text blockquote a:visited,
blockquote a:hover, .steel-postcontent blockquote a:hover, .steel-blockcontent blockquote a:hover, .steel-footer-text blockquote a:hover
{
   color: #43392D;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   text-align: left;
}

/* Override native 'p' margins*/
blockquote p,
.steel-postcontent blockquote p,
.steel-blockcontent blockquote p,
.steel-footer-text blockquote p
{
   margin: 0;
   margin: 2px 0 2px 15px;
}

.Navigator .steel-ccs-navigator img, .Navigator img
{
   border: 0;
   margin: 0;
   vertical-align: middle;
}
tr.Navigator td, td span.Navigator
{
   text-align: center;
   vertical-align: middle;
}

.steel-footer
{
   background: #F2F2F2 url('/images/footer.jpg') scroll;
   margin:0 auto;
   position: relative;
   color: #000000;
   font-size: 16px;
   font-family: "Open Sans";
   padding: 0;
}



.steel-footer-text p 
{
   padding:0;
}







.steel-footer-text h1
{
   color: #FF851A;
   font-family: "Open Sans";
}

.steel-footer-text h2
{
   color: #FF851A;
   font-family: "Open Sans";
}

.steel-footer-text h3
{
   color: #AD9A85;
   font-family: "Open Sans";
}

.steel-footer-text h4
{
   color: #0467AE;
   font-family: "Open Sans";
}

.steel-footer-text h5
{
   color: #0467AE;
   font-family: "Open Sans";
}

.steel-footer-text h6
{
   color: #0467AE;
   font-family: "Open Sans";
}

.steel-footer-text img
{
   border: none;
   margin: 0;
}

.steel-footer-inner
{
   margin: 0 auto;
   width:1150px;
   padding:20px;
   padding-right: 20px;
   padding-left: 20px;
}

.steel-rss-tag-icon
{
   background:  url('/images/footerrssicon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
}

.steel-rss-tag-icon:empty
{
   vertical-align: middle;
}

.steel-facebook-tag-icon
{
   background:  url('/images/footerfacebookicon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
}

.steel-facebook-tag-icon:empty
{
   vertical-align: middle;
}

.steel-twitter-tag-icon
{
   background:  url('/images/footertwittericon.png') no-repeat scroll;
   margin:0 auto;
   min-height:32px;
   min-width:32px;
   display: inline-block;
   text-indent: 35px;
   background-position: left center;
}

.steel-twitter-tag-icon:empty
{
   vertical-align: middle;
}

.steel-footer-text li
{
   font-size: 13px;
   font-family: "Open Sans";
   color: #5C4E3D;
}

.steel-page-footer, 
.steel-page-footer a,
.steel-page-footer a:link,
.steel-page-footer a:visited,
.steel-page-footer a:hover
{
   font-family: Verdana;
   font-size: 10px;
   letter-spacing: normal;
   word-spacing: normal;
   font-style: normal;
   font-weight: normal;
   text-decoration: underline;
   color: #A84F00;
}

.steel-page-footer
{
   position: relative;
   z-index: auto !important;
   padding: 1em;
   text-align: center !important;
   text-decoration: none;
   color: #655543;
}

.steel-lightbox-wrapper 
{
   background: #333;
   background: rgba(0, 0, 0, .8);
   bottom: 0;
   left: 0;
   padding: 0 100px;
   position: fixed;
   right: 0;
   text-align: center;
   top: 0;
   z-index: 1000000;
}

.steel-lightbox,
.steel-lightbox-wrapper .steel-lightbox-image
{
   cursor: pointer;
}

.steel-lightbox-wrapper .steel-lightbox-image
{
   border: 6px solid #fff;
   border-radius: 3px;
   display: none;
   max-width: 100%;
   vertical-align: middle;
}

.steel-lightbox-wrapper .steel-lightbox-image.active
{
   display: inline-block;
}

.steel-lightbox-wrapper .lightbox-error
{
   background: #fff;
   border: 1px solid #b4b4b4;
   border-radius: 10px;
   box-shadow: 0 2px 5px #333;
   height: 80px;
   opacity: .95;
   padding: 20px;
   position: fixed;
   width: 300px;
   z-index: 100;
}

.steel-lightbox-wrapper .loading
{
   background: #fff url('images/preloader-01.gif') center center no-repeat;
   border: 1px solid #b4b4b4;
   border-radius: 10px;
   box-shadow: 0 2px 5px #333;
   height: 32px;
   opacity: .5;
   padding: 10px;
   position: fixed;
   width: 32px;
   z-index: 10100;
}

.steel-lightbox-wrapper .arrow
{
   cursor: pointer;
   height: 100px;
   opacity: .5;
   filter: alpha(opacity=50);
   position: fixed;
   width: 82px;
   z-index: 10003;
}

.steel-lightbox-wrapper .arrow.left
{
   left: 9px;
}

.steel-lightbox-wrapper .arrow.right
{
   right: 9px;
}

.steel-lightbox-wrapper .arrow:hover
{
   opacity: 1;
   filter: alpha(opacity=100);
}

.steel-lightbox-wrapper .arrow.disabled 
{
   display: none;
}

.steel-lightbox-wrapper .arrow-t, 
.steel-lightbox-wrapper .arrow-b
{
   background-color: #fff;
   border-radius: 3px;
   height: 6px;
   left: 26px;
   position: relative;
   width: 30px;
}

.steel-lightbox-wrapper .arrow-t
{
   top: 38px;
}

.steel-lightbox-wrapper .arrow-b
{
   top: 50px;
}

.steel-lightbox-wrapper .close
{
   cursor: pointer;
   height: 22px;
   opacity: .5;
   filter: alpha(opacity=50);
   position: fixed;
   right: 39px;
   top: 30px;
   width: 22px;
   z-index: 10003;
}

.steel-lightbox-wrapper .close:hover 
{
   opacity: 1;
   filter: alpha(opacity=100);
}

.steel-lightbox-wrapper .close .cw, 
.steel-lightbox-wrapper .close .ccw
{
   background-color: #fff;
   border-radius: 3px;
   height: 6px;
   position: absolute;
   left: -4px;
   top: 8px;
   width: 30px;
}

.steel-lightbox-wrapper .cw
{
   transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   /* IE 9 */
    -webkit-transform: rotate(45deg);
   /* Safari and Chrome */
    -o-transform: rotate(45deg);
   /* Opera */
    -moz-transform: rotate(45deg);
/* Firefox */}

.steel-lightbox-wrapper .ccw
{
   transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   /* IE 9 */
    -webkit-transform: rotate(-45deg);
   /* Safari and Chrome */
    -o-transform: rotate(-45deg);
   /* Opera */
    -moz-transform: rotate(-45deg);
/* Firefox */}

.steel-lightbox-wrapper .close-alt, 
.steel-lightbox-wrapper .arrow-right-alt, 
.steel-lightbox-wrapper .arrow-left-alt 
{
   color: #fff;
   display: none;
   font-size: 2.5em;
   line-height: 100%;
}

.ie8 .steel-lightbox-wrapper .close-alt, 
.ie8 .steel-lightbox-wrapper .arrow-right-alt, 
.ie8 .steel-lightbox-wrapper .arrow-left-alt 
{
   display: block;
}

.ie8 .steel-lightbox-wrapper .cw, 
.ie8 .steel-lightbox-wrapper .ccw 
{
   display: none;
}

.steel-content-layout .steel-content
{
   margin:0 auto;
}



#comment
{
    width:99%;
}

#comments-list, #comments-list .comment 
{
  background: none;
  padding:0;
  margin:0;
  overflow: visible;
}

#comments-list .comment:before, #comments-list .comment:after
{
  display:none;
}

#comments-list .comment .comment 
{
  margin-left: 20px;
}

span.page-navi-outer, span.page-navi-inner 
{
    position:relative;
    display:block;
    float:left;
    margin:0;
    padding:0;
}

span.page-navi-outer
{
  margin: 1px;
  border: 1px solid #aaa;
}

span.page-navi-inner 
{
  padding: 1px;
  min-width:14px;
  line-height:18px;
  text-align:center;
  border: 2px solid #fff;
  font-weight:bold;
}

a span.page-navi-inner, span.page-navi-caption span.page-navi-inner 
{
    border-width:1px;
    font-weight:normal;
}

a span.page-navi-outer, span.page-navi-caption
{
    margin:2px 1px;
}

ul#comments-list li cite
{
  font-size: 1.2em;
}

#commentform textarea
{
  width: 100%;
}

#commentform
{
  text-align:left;
}

.rtl #commentform
{
  text-align:right;
}

img.wp-smiley
{
  border: none;
  margin: 1px;
  vertical-align:middle;
  padding: 0;
}

.navigation
{
  display: block;
  text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .steel-article .aligncenter img, .aligncenter img.steel-article, .aligncenter img, img.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p.aligncenter , p.center 
{
   text-align: center; 
}

.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

.wp-caption
{
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img
{
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text
{
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.wp-caption, .wp-caption p
{
    text-align: center;
}

.gallery {
	margin: 0 auto 18px;
    clear:both;
    overflow:hidden;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}

.gallery br+br {
	display: none;
}
/* End */


.hidden
{
  display: none;
}

/* Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

.gallery {
  letter-spacing: normal;
}

.steel-content {
  position: relative;
  z-index: 1;   
}

#todays-events{
  position: relative;
  z-index: 11;    
}

#upcoming-events{
  position: relative;
  z-index: 10;    
}

img.wp-post-image 
{
    margin:0 5px 5px 0 !important;
}

ul#comments-list li
{
    list-style-image: none;
    background:none;
    list-style-type:none;
    
}

div.steel-footer div.steel-content-layout
{
    margin:0 auto;
    width:100%;
}

div.steel-layout-cell-size1 
{
    width:100%;
}

div.steel-layout-cell-size2 
{
    width:50%;
}
div.steel-layout-cell-size3 
{
    width:33%;
}

div.steel-layout-cell-size4
{
    width:25%;
}

.steel-widget-title
{
    padding:0 0 0 24px;
    margin-bottom:0;
}

div.steel-center-wrapper
{
  position: relative;
  float: right;
  right: 50%;

}

div.steel-center-inner
{
  position: relative;
  float: left;
  left: 50%;
}

.firefox2 div.steel-center-inner
{
  float: none;
}

.steel-hmenu-extra1, .steel-hmenu-extra2 {
 font-size:12px;
}

div.breadcrumbs h4, 
div.breadcrumbs p, 
li.pingback p, 
#respond p,
h3#reply-title, 
h4#comments, 
h4.box-title
{
    margin:0;
}

#respond .comment-notes {
	margin-bottom: 1em;
}

.form-allowed-tags {
	line-height: 1em;
}

#comments-list #respond {
	margin-left: 20px !important;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

#respond label {
	font-size: 12px;
}

#respond input {
	margin: 0 0 9px;
	width: 98%;
}

#respond textarea {
	width: 98%;
}

#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}

#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input {
	width: auto;
}

.steel-footer .steel-widget-title 
{
    font-size:1.2em;
    padding: 0;
}

.steel-footer .steel-widget,
.steel-footer .steel-widget a,
.steel-footer .steel-widget a:link,
.steel-footer .steel-widget a:visited,
.steel-footer .steel-widget a:hover
{
    text-align: left;
}

DIV[id^="GMPmap"] IMG 
{
    margin: 0px;
}

/* Begin Additional CSS Styles */
.steel-blockheader .t, .steel-vmenublockheader .t {white-space: nowrap;}
/* End Additional CSS Styles */



.steel-textblock-1514795627z
{  
  position: absolute;
  top: 44px;
  left: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
    overflow: hidden;
      z-index: 106;
  width: 55px;
  height: 55px;
}

.steel-textblock-1514795627z-text-container 
{
    display: table;
}
.steel-textblock-1514795627z-text
{
  line-height: 100%;
  display: table-cell;
  outline-style: none;
  padding: 0px 0px !important;
  height: 55px;
  width: 55px;  
}



.steel-textblock-955870187z
{  
  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: -35px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
    overflow: hidden;
      z-index: 107;
  width: 230px;
  height: 60px;
}

.steel-textblock-955870187z-text-container 
{
    display: table;
}
.steel-textblock-955870187z-text
{
  line-height: 100%;
  display: table-cell;
  outline-style: none;
  padding: 0px 0px !important;
  height: 60px;
  width: 230px;  
word-wrap: break-word;
}




.steel-textblock-1836598277z
{  
  position: absolute;
  top: 90px;
  left: 916px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
    overflow: hidden;
      z-index: 107;
  width: 230px;
  height: 60px;
}

.steel-textblock-1836598277z-text-container 
{
    display: table;
}
.steel-textblock-1836598277z-text
{
  line-height: 100%;
  display: table-cell;
  outline-style: none;
  padding: 0px 0px !important;
  height: 60px;
  width: 230px;  
word-wrap: break-word;
}

.forme {
   width: 310px;
   height: 340px;
   min-width: 310px;
   min-height: 340px;
   max-width: 310px;
   max-height: 340px;
   background: #ffffff;
   border-radius: 6px;
}

.forz {
   font-size: 30px;
   font-family: "Open Sans";
   line-height: 38px !important;
   color: #2F2F2F !important;
   padding-top: 28px;
   padding-bottom: 18px;
}

.ofp-button {
    background-color: transparent;
    border: none;
    margin: 0 auto;
    background-image: url('/images/send.png');
    background-position: center top;
    background-repeat: no-repeat;
    width: 283px;
    height: 52px;
    color: transparent;
}

.ofp-button:hover {
    background-color: transparent;
    border: none;
    margin: 0 auto;
    background-image: url('/images/send-b.png');
    background-position: center top;
    background-repeat: no-repeat;
    width: 283px;
    height: 52px;
    color: transparent;
}

.forme input.steel-error, textarea.steel-error
{
   background: #FFFFFF;
   border:1px solid #0694F9;
   margin:0 auto;
}

.forme input.steel-error, textarea.steel-error {
   color: #4D4133 !important;
   font-size: 13px !important;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
}

.ofp {
   padding-top: 25px;
}
 .forme p {
   max-width: 267px !important;
   padding-bottom: 10px;
   margin: 0 auto !important;
 }

.obrz {
   max-width: 267px !important;
   margin-left: -10px;
}


.evs-tabs {
   background: #F2F2F2 url('/images/footer.jpg') scroll;
   margin:0 auto;
   position: relative;
   color: #000000;
   font-size: 16px;
   font-family: "Open Sans";
   text-align: center;
   padding: 0;
   min-height: 536px;
   width: 100%;
   height: auto;
}



/* Tabs container */
.r-tabs {
  width: 100%; 
  padding: 0px; 
  margin: 0 auto; 
  color: #000000;
  font-size: 16px;
  font-family: "Open Sans";
  padding-top: 42px;
  min-width: 320px;
	max-width: 1150px;
	margin: 0 auto;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  padding: 0px;   
	position: relative;
	left: 0px !important;
	background-color: #EEEEEE;
	margin-right: 15px;
}

.r-tabs .r-tabs-nav .r-tabs-tab:first-child {
   margin-right: 7px;
   margin-left: -23px;
}
.r-tabs .r-tabs-nav .r-tabs-tab:last-child {
   margin-right: 0px;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	cursor: pointer;
	font-family: "Open Sans";
	text-decoration: none;
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
	width: 166px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
  background-color: #EEEEEE;
	height: 50px;
  border-bottom: 2px solid #1B3E8F;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 1.0;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  display: inline-block;
	cursor: pointer;
	font-family: "Open Sans";
	text-decoration: none;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	text-transform: uppercase;
	text-align: center;
	color: #1B3E8F;
	height: 60px;
	text-shadow: none;
	background-color: white;
	border-top: 2px solid #1B3E8F;
	border-left: 2px solid #1B3E8F;
	border-right: 2px solid #1B3E8F;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: #ffffff;
	margin-top: -6px;
	box-shadow: 0px 4px 11px -4px #afafaf;
	border: 2px solid #1B3E8F;
	border-radius: 4px;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #eeeeee;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #1B3E8F;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}



/* ñåòêà */
.row {
  margin: 0 -10px;
  margin-bottom: 10px;
}
.row:last-child {
  margin-bottom: 0;
}


@media all and ( min-width: 600px ) {
  .row {
    display: table;
    table-layout: fixed;
    width: 100%; 
    margin-left: 0px;
  }
  [class*="col-"] {
    display: table-cell;
  }

  /* set col widths */
  .col-2-3 {
    width: 66.66%;
  }
  .col-1-2 {
    width: 50%;
  }
  .col-1-3 {
    width: 33.33%;
  }
  .col-1-4 {
    width: 25%;
  }
  .col-1-5 {
    width: 20%;
    margin-right: 12px;
  }
  .col-1-5 div {
    margin-right: 12px !important;
  }
 
  
  .col-1-8 {
    width: 12.5%;
  }
}

.kpt {
    background-color: transparent;
    border: none;
    margin: 0 auto;
    margin-top: 15px;
    background-image: url('/images/kpt2.png');
    background-position: center top;
    background-repeat: no-repeat;
    width: 167px;
    height: 38px;
    color: transparent;
}

.kpt:hover {
    background-color: transparent;
    border: none;
    margin: 0 auto;
    margin-top: 15px;
    background-image: url('/images/kpt.png');
    background-position: center top;
    background-repeat: no-repeat;
    width: 167px;
    height: 38px;
    color: transparent;
}

.tbr p {
   font-family: "Open Sans";
   font-size: 12px;
   padding: 12px;
   text-align: left;
}


.tbr span {
   font-family: "Open Sans";
   font-size: 16px;
   padding: 15px;
   text-align: center;
   color: #1B3F8D;
}

.tbr {
   border-bottom: 2px solid #ffffff;
   box-shadow: 0px 2px 10px 0px #dfdfdf;
   border-radius: 4px;
   min-width: 200px;
}

.tbr:hover {
   border-bottom: 2px solid #1B3F8D;
   border-radius: 0px;
   box-shadow: 0px 4px 12px 0px #ffffff;
}


.evs-bereit {
   background: #ffffff;
   margin:0 auto;
   position: relative;
   color: #000000;
   font-size: 16px;
   font-family: "Open Sans";
   text-align: center;
   padding: 0;
   min-height: 720px;
   width: 100%;
   height: auto;
}

.evs-bereit-gram {
   background: #ffffff;
   margin:0 auto;
   position: relative;
   color: #000000;
   font-size: 16px;
   font-family: "Open Sans";
   text-align: center;
   padding: 0;
   min-height: 430px;
   width: 100%;
   height: auto;
}

.evs-prr {
   background: #ffffff;
   margin:0 auto;
   position: relative;
   color: #000000;
   font-size: 16px;
   font-family: "Open Sans";
   text-align: center;
   padding: 0;
   min-height: 200px;
   width: 100%;
   height: auto;
}


.evs-schema {
   background: #ffffff;
   margin:0 auto;
   position: relative;
   color: #000000;
   font-size: 16px;
   font-family: "Open Sans";
   text-align: center;
   padding: 0;
   min-height: 300px;
   width: 100%;
   height: auto;
}
.evs-h1 {
   font-size: 36px;
   text-transform: uppercase;
   color: #000000;
   padding-top: 77px;
   padding-bottom: 77px;
}

.evs-h2 {
   font-size: 36px;
   text-transform: uppercase;
   color: #000000;
   padding-top: 43px;
   padding-bottom: 43px;
}

.evs-th2 {
   font-size: 36px;
   text-transform: uppercase;
   background-image: -webkit-linear-gradient(left, #595959 0%, #494949 100%);
   color: #ffffff !important; 
   padding: 5px !important; 
   width: 100%; 
   margin: 0 auto;
   text-align: center;
   margin-top: 10px;
   margin-left: -6px;
}


/*CONTRAST*/
.contrast img {
   border-radius: 4px;
   min-width: 200px;
   min-height: 200px;
  
}

.fxd {
   max-width: 1150px;
   height: auto;
   margin: 0 auto;
}


hr.style-six {
border: 0;
height: 1px;
background: #555;
background-image: -webkit-linear-gradient(left, #fff, #555, #fff);
background-image: -moz-linear-gradient(left, #fff, #555, #fff);
background-image: -ms-linear-gradient(left, #fff, #555, #fff);
background-image: -o-linear-gradient(left, #fff, #555, #fff);
}

.shm1 {
    margin: 0 auto;
    background-image: url('/images/shm1.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    width: 228px;
    height: 67px;
}
.shm2 {
    margin: 0 auto;
    background-image: url('/images/shm2.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    width: 228px;
    height: 67px;
}
.shm3 {
    margin: 0 auto;
    background-image: url('/images/shm3.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    width: 228px;
    height: 67px;
}
.shm4 {
    margin: 0 auto;
    background-image: url('/images/shm4.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    width: 228px;
    height: 67px;
}
.shm5 {
    margin: 0 auto;
    background-image: url('/images/shm5.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    width: 228px;
    height: 67px;
}
.shm6 {
    margin: 0 auto;
    background-image: url('/images/shm6.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    width: 228px;
    height: 67px;
}
.shm7 {
    margin: 0 auto;
    background-image: url('/images/shm7.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    width: 228px;
    height: 67px;
}


#shem {
    box-shadow: 0px 3px 10px 0px #afafaf;
    border-bottom: 2px solid #ffffff;
}


#shem:hover {
   border-bottom: 2px solid #1B3F8D;
   border-radius: 0px;

}

.arrow {
    background-image: url('/images/arrow.png');  
    background-position: left center;
    background-repeat: no-repeat;
    width:34px; 
    height:25px; 
    display: inline-block;
    vertical-align:middle;
    padding-right: 6px;
}
.noarrow {
    background-image: url('/images/noarrow.png');  
    background-position: left center;
    background-repeat: no-repeat;
    width:34px; 
    height:25px; 
    display: inline-block;
    vertical-align:middle;
    padding-right: 6px;
}

.twr {
    position: relative;
    left: 148px;
    top: -45px; 
}

.twr2 {
    position: relative;
    left: -140px;
    top: -45px; 
}

#shema {
   margin-left: 130px;
}




.form-block {
	background: #BABABA;  
	color:#000000; 
	padding-top: 0px; 
	padding-bottom: 10px;
	height:auto;
	min-height:100px !important;
 }
 
.order-info {
   width: 300px; 
   float:left;
}
  
.order-info h3 {
  margin-left: 15px; 
  margin-top: 5px;
  font-size: 24px; 
  color: #000000;
  font-weight: normal;
}

.submit-info {
  padding-left: 25px !important;
}
 
.form-block form {float:right;}
.form-block form  input[type="text"] {width: 178px; margin-right: 10px; padding:0 0 0 10px; height: 30px; color:#B2B2B2;}




.order-button {
    background-color: transparent;
    border: none;
    margin: 0 auto;
    background-image: url('/images/send2.png');
    background-position: center top;
    background-repeat: no-repeat;
    width: 216px;
    height: 41px;
    color: transparent;
}

.order-button:hover {
    background-color: transparent;
    border: none;
    margin: 0 auto;
    background-image: url('/images/send3.png');
    background-position: center top;
    background-repeat: no-repeat;
    width: 216px;
    height: 41px;
    color: transparent;
}

.fxd2 {
  padding-top: 35px;
  max-width: 1150px;
  height: auto;
  margin: 0 auto;
}

.gram {
   text-align: center;
   font-size: 14px;
   color: #000000;
   margin-top: 20px; 
}

.gram span {
   font-size: 18px;
   color: #1B3E8F;
   text-transform: uppercase;
   margin-top: 20px; 
   line-height: 30px;
}

.prmv p {
   text-align: center;
   font-size: 16px;
   color: #000000;
   padding-top: 20px;
   margin-bottom: -15px;
}

.prmv span {
   font-weight: bold;
   padding-top: 0px;
}


.prmv {
   border: 1px solid #ffffff;
   box-shadow: none;
   padding: 15px
}

.prmv:hover {
   border: 1px solid #1B3E8F;
   box-shadow: 0px 4px 12px 0px #dfdfdf;
}




.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    background:#ffffff;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left {
    padding:5px 10px;   
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    margin-top:10px;
    transform: translateY(-50%);   
    background-image: url('/images/left.png');
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;     
}
.nbs-flexisel-nav-right {
    padding:5px 10px;    
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    margin-top:10px;
    transform: translateY(-50%);   
    background-image: url('/images/right.png');
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 20px;
    min-height: 50px !important;  
}

.nbs-flexisel-nav-left:before {
    content: " "
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 20px;  
    min-height: 50px !important;    
}

.nbs-flexisel-nav-right:before {
    content: " "
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}

.fmenu {
    padding-bottom: 7px;
}


.fmenu a {
    color: #000000;
    font-size: 16px;
    font-family: "Open Sans";
    line-height: 28px !important;
    padding-left: 10px;
    border-left: 1px solid #fbfbfb;
    text-decoration: none;
}

.fmenu a:hover {
    line-height: 18px !important;
    padding-left: 10px;
    line-height: 28px !important;
    border-left: 1px solid #1B3D8D !important;
    text-decoration: none;
    color: #1B3D8D !important;
}

.fmenu a:visited {
    color: #000000;
    font-size: 16px;
    font-family: "Open Sans";
    line-height: 28px !important;
    padding-left: 10px;
    text-decoration: none;
    border-left: 1px solid #fbfbfb;
}

.logo-ff {
   margin-left: 0px;
}


.kt-f {
    color: #000000;
    font-size: 16px;
    font-family: "Open Sans";
}
.kt-f a{
    color: #1B3E8F;
}
.clock-f {
    background-image: url('/images/clock-f.png');  
    background-position: left center;
    background-repeat: no-repeat;
    width:32px; 
    height:32px; 
    display: inline-block;
    vertical-align:middle;
    padding-right: 6px;
}

.ic-vk {
    background-image: url('/images/ic-vk.png');  
    background-position: right center;
    background-repeat: no-repeat;
    width:39px; 
    height:38px; 
    display: inline-block;
    vertical-align:middle;
}
.ic-fb {
    background-image: url('/images/ic-fb.png');  
    background-position: right center;
    background-repeat: no-repeat;
    width:39px; 
    height:38px; 
    display: inline-block;
    vertical-align:middle;
}
.ic-in {
    background-image: url('/images/ic-in.png');  
    background-position: right center;
    background-repeat: no-repeat;
    width:39px; 
    height:38px; 
    display: inline-block;
    vertical-align:middle;
}
.ic-ok {
    background-image: url('/images/ic-ok.png');  
    background-position: right center;
    background-repeat: no-repeat;
    width:39px; 
    height:38px; 
    display: inline-block;
    vertical-align:middle;
}

.soct table {
   max-width: 185px;
}

.soct2  {
   max-width: 185px;
   position: relative;
   margin-top: 20px;
}

.lleft {
   margin-left: 15px !important;
}


.map-f {
    background-image: url('/images/metka.png');  
    background-position: left top;
    background-repeat: no-repeat;
    width:22px; 
    height:32px; 
    display: inline-block;
    vertical-align: top;
    padding-right: 6px;
}

.phone-f {
    background-image: url('/images/phone.png');  
    background-position: left top;
    background-repeat: no-repeat;
    width:40px; 
    height:35px; 
    display: inline-block;
    vertical-align: top;
    padding-right: 6px;
}

.mail-f {
    background-image: url('/images/mail.png');  
    background-position: left top;
    background-repeat: no-repeat;
    width:25px; 
    height:20px; 
    display: inline-block;
    vertical-align: top;
    padding-right: 6px;
}



.kt-f2 {
   margin-top: 10px;
}
.kt-f2 a{
   color: #1B3E8F;
}
.imgbr img {
    box-shadow: 0 2px 5px #333;
    
    }



.berede img {
   box-shadow: 0px 0px 2px 0px #000000;
}



.pro-new {
   border: 2px solid #1D2D85;
   box-shadow: 0px 2px 10px 0px #dfdfdf;
   border-radius: 4px;
   min-width: 200px;
   background: #ffffff;
   text-align: center;
   box-shadow: 8px 7px 18px 0px #c0c0c0;
   
}

.pro-new:hover {
   border-radius: 0px;
   box-shadow: 8px 7px 18px 0px #afafaf;
}

.pro-new p {
   font-family: "Open Sans";
   font-size: 16px;
   padding: 12px;
   text-align: center;
   color: #ffffff;
   background: #1D2D85;
   min-height: 120px;
}


.pro-new-h {
   font-family: "Open Sans";
   font-size: 18px;
   padding-top: 15px;
   padding-bottom: 15px;
   text-align: center;
   color: #3F3F3F;
   background: #ffffff;
   font-weight: bold;   
   width: 100%;
}

.pro-new-f {
   padding-top: 2px;
   padding-bottom: 7px;
   text-align: center;
   background: #ffffff;  
   width: 100%;
}

.preis {
   background: #C8312A;
   color: #ffffff !important;
   font-size: 16px;
   text-align: center;
   padding: 10px;
   margin-top: 10px;
   margin-left: 50px;
   margin-right: 50px;
   box-shadow: 0px 0px 16px 0px #aaaaaa;

}
.preis:hover {
   background: #1B3D8D;
   color: #ffffff !important;
   font-size: 16px;
   text-align: center;
   padding: 10px;
   margin-top: 10px;
   margin-left: 50px;
   margin-right: 50px;
   box-shadow: 0px 0px 16px 0px #aaaaaa;

}


.preiz {
   background: #1B3D8D;
   color: #ffffff !important;
   font-size: 26px;
   text-align: center;
   padding: 10px;
   margin: 0 auto;
   width: 200px;
   height: 36px;
   box-shadow: 0px 0px 16px 0px #aaaaaa;

}
.preiz:hover {
   background: #C8312A;
   color: #ffffff !important;
   font-size: 26px;
   text-align: center;
   padding: 10px;
   margin: 0 auto;
   width: 200px;
   height: 36px;
   box-shadow: 0px 0px 16px 0px #aaaaaa;

}

.preiz a {
   color: #ffffff !important;
   font-size: 26px !important;
   text-align: center;
}

.preiz a {
   color: #ffffff !important;
   font-size: 26px !important;
   text-align: center;
   text-decoration: none;
}

.llog {
   padding: 30px;
}

.discl {
   padding-top: 30px;
   padding-bottom: 10px;
   font-size: 11px;
   margin: 0 auto;
   color: #777777;
}


.huyak {
  margin: 0 auto !important;
  background: linear-gradient(to left, #5b80ec, #8e42af 100%);
  padding: 15px 25px;
  font-size: 18px;
  color: #ffffff !important;
  width: 320px;
  font-size: 26px !important;
}

.huyak:hover {
  background: #4a4a4a;
  padding: 15px 25px;
  color: #ffffff !important;
  text-decoration: none !important;
  border-bottom: none !important;
  width: 320px;
}


.ev-view {
  font-family: sans-serif;
  width: 260px;
  height: 186px;
  float: left;
  margin: 10px;
  border: 10px solid transparent;
  box-shadow:  1px 1px  8px rgba(170, 170, 170, 0.49);
  position: relative;	
  overflow: hidden;
}	
.ev-view .ev-mask{
  width: 260px;
  height:186px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}


.ev-view img {
  -webkit-transition: all ease-in .5s;
  transition: all ease-in .5s;
  margin: 0 !important;
}
.ev-mask h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing:1px;
  margin-top: 10px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #cfcfcf;
  background: rgba(27, 61, 141, 0.6);
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all .5s;
  transition: all ease-in .5s;
  opacity: 0;
}
.ev-mask p {
  color: #fff;
  padding: 10px;
  margin-bottom: 25px;
  text-shadow: 1px 0 2px #000;
  background: rgba(105, 98, 82, 0.49);
  -webkit-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition: all.5s ease-in .1s;
  transition: all.5s ease-in .1s;
  opacity: 0;
}
a.info {
  color:#2e9beb;
  font-size: 18px;
  letter-spacing:1px;
  text-decoration: none;
  background: rgba(245, 177, 22, 0.75);
  text-shadow: 1px 1px 1px #1c3764;
  box-shadow: 1px 1px 3px #444;
  border: 1px solid rgba(167, 130, 48, 0.8);
  border-radius: 5px;
  padding:10px;
  opacity: 0;
  -webkit-transition: all ease-in .5s;
  transition: all ease-in .5s;
}


.ev-view:hover img{
  opacity: 0.25;
  box-shadow: 3px 3px 5px #000;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.ev-view:hover h2{
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.ev-view:hover p{
  opacity: 1;
  -webkit-transform: translatex(0px);
  -ms-transform: translatex(0px);
  transform: translatex(0px);
  -webkit-transition: all  ease-in .5s;
  transition: all  ease-in .5s;
}
.ev-view:hover a{
  cursor: pointer;
  opacity:1;
  -webkit-transition: opacity .3s ease-in .5s;
  transition: opacity .3s ease-in .5s;
}
a:active{
  box-shadow: none;
  color:rgb(252, 179, 14);
}





.ez-block_info2{   
   width: 580px;
   height: 178px;
   margin: 0;
   position: relative;
   cursor: pointer;
   border: 1px solid #1B3D8D;
}
.ez-number {
   background: #1B3D8D;
   background-size: 50%;
   width: 78px;
   height: 176px;
   float: left;
   border: 1px solid #1B3D8D;

   }
.ez-num {
   background: #C8312A;
   width: 60px;
   height: 60px;
   border: 2px solid #fff;
   border-radius: 50%;    
   box-shadow: 1px 1px 3px -2px #333;
   font-size: 2.5em;
   line-height: 60px;
   margin: 55px auto 0;
   text-align: center;
   -webkit-transition: all 0.4s ease 0s;
   transition: all 0.4s ease 0s;
   color: #ffffff;
}
.ez-block_info2:hover div.ez-number{
   background-size: 50% auto;
}
.ez-block_info2:hover div.ez-number div.ez-num {
   box-shadow: 0 0 3px -1px #333;
   -webkit-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
}

.ez-content {
   float: right;
   height: 178px;
   overflow: hidden;
   position: relative;
   width: 500px;
}
.ez-text {
   background: #ffffff;
   border: 1px solid #1B3D8D;
   height: 176px;          
   width: 500px;
   color: #1B3D8D;
}
.ez-text p {
   margin: 0 20px;
   color: #1B3D8D;
}
.ez-text p.ez-name {
   font-size: 2.0em;
   margin-bottom: 10px;
   margin-top: 40px;
   color: #1B3D8D;
}
img.ez-text-img {
   position: absolute;
   top: 178px;  
   -webkit-transition: all 0.4s ease 0s;
   transition: all 0.4s ease 0s;
}
.ez-block_info2:hover div.ez-content img.ez-text-img {
   opacity: 0.35;
   top: 0;
   margin-left: 0 !important;
}
.ey-block_info2{   
   width: 580px;
   height: 178px;
   margin: 0;
   position: relative;
   cursor: pointer;
   border: 1px solid #C8312A;
}
.ey-number {
   background: #fff;
   background-size: 50%;  
   width: 78px;
   height: 176px;
   float: left;
   border: 1px solid #C8312A;
   border-right: none;   
   }
.ey-num {
   background: #1B3D8D;  
   width: 60px;    
   height: 60px;
   border: 2px solid #fff;
   border-radius: 50%;
   box-shadow: 1px 1px 3px -2px #333;
   font-size: 2.5em;
   line-height: 60px;
   margin: 55px auto 0;
   text-align: center;
   -webkit-transition: all 0.4s ease 0s;
   transition: all 0.4s ease 0s;
   color: #ffffff;
}
.ey-block_info2:hover div.ey-number{
   background-size: 50% auto;
}

.ey-block_info2:hover div.ey-number div.ey-num {
   box-shadow: 0 0 3px -1px #333;
   -webkit-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
}

.ey-content {
   float: right;
   height: 178px;  
   overflow: hidden;
   position: relative;
   width: 500px;
}
.ey-text {
   background: #C8312A;
   border: 1px solid #C8312A;
   height: 176px;          
   width: 500px;
   color: #ffffff;
}
.ey-text p {
   margin: 0 20px;
   color: #E4ECFF;
}
.ey-text p.ey-name {
   font-size: 2.0em;
   margin-bottom: 10px;
   margin-top: 40px;
   color: #ffffff;
}
img.ey-text-img {
   position: absolute;
   top: 178px;  
   -webkit-transition: all 0.4s ease 0s;
   transition: all 0.4s ease 0s;
}

.ey-block_info2:hover div.ey-content img.ey-text-img {
   opacity: 0.35;
   top: 0;
   margin-left: 0 !important;
}
.b-feedback__title {
	background: linear-gradient(to left, #5b80ec, #8e42af 100%);
	border-radius: 7px 7px 0 0;
    color: #fff !important;
	font-family: DINCondensedC, sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 7px 30px 5px;
}

.b-feedback__body {
	background: #ededee;
	border: 1px solid #E6E6E6;
	-webkit-box-shadow: 0 4px 4px -2px #ababab;
	-moz-box-shadow: 0 4px 4px -2px #ababab;
	box-shadow: 0 4px 4px -2px #ababab;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	padding: 2em 0;
}

.b-feedback__form {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.b-feedback__label,
.b-feedback__field,
.b-feedback__form-msg {

	padding-bottom: 0.7em;
	padding-top: 0.7em;
	vertical-align: top;
}

.b-feedback__label {
	color: #333;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 1em;
}

.b-feedback__field {
	width: 100%;
}
.b-feedback__field_textarea {
	padding-right: 30px;
}

.b-feedback__form .inputtext,
.b-feedback__form textarea {
	border: 1px solid #d8d8d8;
	margin: 0;
	padding: 2px;
	width: 100%;
}

.b-feedback__form input,
.b-feedback__form textarea {
	font-family: Arial, sans-serif;
	position: relative;
	z-index: 1;
}

.b-feedback__form textarea {
	height: 15em;
	padding: 4px 2px;
}

.b-feedback__form .inputtext {
	height: 27px;
}

.b-feedback__form-row_invalid .inputtext {
	border-color: #e51a1a;
}

.b-feedback__form-error {
	background: #ededee;
	color: #e51a1a;
	height: 25px;
	line-height: 25px;
	margin: 1px -2px;
	position: relative;
	padding: 0 22px;
	white-space: nowrap;
	visibility: hidden;
}

.b-feedback__form-row_invalid .b-feedback__form-error {
	visibility: visible;
}

.b-feedback__form-hr {
	background: #fff;
	margin: 1.5em 25px 0.5em;
	border-top: 1px solid #b8b8b8;
	padding-top: 1px;
}

.b-feedback__form-submit-wrap {
	background: #e58370;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	padding: 3px;
}

.b-feedback__form-submit {
	margin: 0;
	padding: 1px 10px;
}

.b-feedback__success {
	display: none;
	font-size: 2em;
	text-align: center;
	margin: 60px 0 100px;
}

.b-feedback_succeeded .b-feedback__form {
	display: none;
}

.b-feedback_succeeded .b-feedback__success {
	display: block;
}

.b-feedback__success__title {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

.b-feedback__success p {
	line-height: 1.3;
}

.b-feedback__iframe {
	border: 0;
	height: 0;
	width: 0;
}
.form-control
{
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857143;
	o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	padding: 6px 12px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	width: 85%;
}
.form-control:focus
{
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	outline: 0;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.form-control::-moz-placeholder
{
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder
{
	color: #999;
}
.form-control::-webkit-input-placeholder
{
	color: #999;
}
.form-control::-ms-expand
{
	background-color: transparent;
	border: 0;
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control
{
	background-color: #eee;
	opacity: 1;
}
.form-control[disabled],fieldset[disabled] .form-control
{
	cursor: not-allowed;
}
textarea.form-control
{
	height: auto;
	width:70%;
}
input[type=search]
{
	webkit-appearance: none;
}



/*КОСТЫЛИ ОТ АНДРЕЯ*/
body {
    padding: 0;
    margin: 0;
    min-width:auto;
    color: #312921;
}

#steel-main
{
    max-width: 1150px;
    width:100%;
}

.steel-header {
    margin: 0 auto;
    position: relative;
   min-height: 140px;
    height: auto;
max-width:auto;
    width:auto;
    background-image: url(/images/header.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.steel-nav {
    margin: 0 auto;
    position: relative;
    z-index: 499;
max-width:auto;
    width:auto;
}

.steel-sheet {
    background: #FFFFFF;
    margin: 1px auto 0;
    position: relative;
    cursor: auto;
      
max-width:auto;
    width:auto;
    z-index: auto !important;
}
.steel-footer-inner {
    margin: 0 auto;
max-width:auto;
    width:auto;
    padding: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.steel-layout-wrapper img{max-width: calc(100% - 20px);}

 @media (max-width: 1120px) {
     
.steel-footer-inner .steel-layout-cell {
    width: 50% !important;
    display: block;
    float: left;
    height: 206px;
    text-align: center;
}
     .steel-layout-cell li{list-style: none;}     
     
.steel-headline, .steel-grafik, .steel-slogan {
  width:33%;
    float: left;white-space: nowrap;
    }
     
   .steel-telefon, .steel-mail, .steel-kartt {
  width:33%;
    float: left;    height: 80px;white-space: nowrap;
    }  
     
  }

 @media (max-width: 970px) {
     
     .topmenu > li > a {
    padding: 9px 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1c1c1c;
}
     
.steel-headline, .steel-grafik, .steel-slogan, .steel-headline,  .steel-telefon, .steel-mail, .steel-kartt {
    width: 50%;
    float: left;
    white-space: nowrap;
    height: 120px;
    margin: 0;
    padding: 0;
    left: 0;
    /* top: 0; */
}
.steel-mail, .steel-kartt{
    width: calc(50% - 40px);
    padding: 10px 20px;
    height: 47px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
     .gallery-item{

    width: 50% !important;
}
     
  }

 @media (max-width: 680px) {
.steel-headline, .steel-grafik, .steel-slogan, .steel-headline,  .steel-telefon, .steel-mail, .steel-kartt {
    width: auto;
    float: left;
    white-space: nowrap;
    height: 120px;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    /* text-align: center; */
    display: table;
    border: 0;
    margin: 0 auto;
    float: none;
    height: auto;
    min-width: 258px;
}
     
.steel-grafik {    min-width: 200px;}
     
     .vc_row-has-fill{padding: 20px;}
     .vc_row-has-fill div{width: 100% !important;} 
.gallery-item{

    width: 100% !important;
}
.steel-footer-inner .steel-layout-cell {
    width: 120px;
    display: table;
    float: none;
    text-align: center;
    margin: 0 auto;height: auto;
}
  }

img {
  opacity: 1;
  transition: opacity 0.3s;
}

img[data-src] {
  opacity: 0;
}

.vc_row {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.bot_gorod{padding: 20px;
    font-size: 18px;}

