/*
Theme Name: Default Template Site
Theme URI: http://klenovnn.ru/
Author: <a href="http://klenovnn.ru">Nikolay Klenov</a>
Version: 1.0
Text Domain: klenovnn
*/

@import url('./css/bootstrap.min.css');
@import url('./css/jquery.fancybox.css');
@import url('http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic-ext');
@import url('http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700&subset=latin,cyrillic-ext');

html,
body {
  height: 100%;
  min-width: 1000px;
}

body {
  background: #fff url('./img/icon_bg.jpg') top center no-repeat;
  font-size: 14px;
  font-family: 'PT Sans';
  line-height: 22px;
  color: #4b4b4b;
}

a {
  color: #4066a4;
  border-bottom: 1px solid #b4c0d7;
}

a:hover {
  color: #fe3100;
  border-color: #fe3100;
  text-decoration: none;
}

h1 {
  font-size: 24px;
  font-family: 'PT Sans Caption';
  line-height: 32px;
  color: #000;
  text-transform: uppercase;
  margin: 44px 0 27px 0;
  padding-right: 60px;
}

h2 {
  font-size: 16px;
  font-family: 'PT Sans Caption';
  line-height: 22px;
  color: #000;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #587ab3;
}

h3 {
  font-size: 16px;
  font-family: 'PT Sans Caption';
  line-height: 22px;
  color: #000;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
}

h4 {
  font-size: 16px;
  font-family: 'PT Sans Caption';
  line-height: 22px;
  color: #42639b;
  padding-bottom: 10px;
  border-bottom: 1px dotted #b2b2b2;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
}

.wrapper_inner {
  width: 970px;
  margin: 0 auto;
  padding-bottom: 220px;
}

.wrapper_bottom {
  width: 100%;
  height: 192px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top {
  height: 160px;
  overflow: hidden;
}

.top .logo {
  float: left;
  margin-top: 26px;
}

.top .slogan {
  text-align: center;	
  font-size: 22px;
  font-family: 'PT Sans';
  line-height: 28px;	
  float: left;
  width: 400px;
  margin: 22px 0 0 15px;
}

.top .slogan2 {
  font-size: 22px;
  font-family: 'PT Sans';
  line-height: 22px;	
  float: left;
  width: 500px;
  text-transform: uppercase;
  margin: 5px 0 0 80px;
}

.top .contacts {
  float: right;
  padding-left: 1px;
  margin-top: 22px;
  line-height: 28px;	
}

.top .contacts .phones {
  overflow: hidden;
  line-height: 28px;
  margin: 0px 0 0 0px;
}

.top .contacts .phones a {
  color: #4b4b4b;
  border: none;
  margin: 0px 0 0 0px;	
}

.top .contacts .phones span {
  display: block;
  float: right;
  font-size: 17px;
  font-weight: bold;	
  margin: 0px 0 0 0px;	  
}

.top .contacts .phones strong {
  display: block;
  float: right;
  font-size: 22px;
  margin: 0px 0 0 0px;
}

.top_menu {
  height: 40px;
  background-color: #587ab3;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 40px;
}

.top_menu ul {
  margin: 0;
  padding: 0;
  height: 40px;
  float: left;
}

.top_menu ul li {
  display: block;
  list-style: none;
  float: left;
  font-size: 16px;
  border-right: 1px solid #718ebe;
}

.top_menu ul li a {
  display: block;
  color: #fff;
  border: none;
  padding: 10px 20px 10px 20px;
}

.top_menu ul li.current-menu-item a,
.top_menu ul li a:hover {
  background-color: #506891;
}

.top_menu .searchform {
  float: right;
  width: 262px;
  height: 24px;
  margin: 8px 10px 0 0;
  position: relative;
}

.top_menu .searchform .text {
  width: 220px;
  height: 17px;
  background: url('./img/icon_search.png') top left no-repeat;
  border: none;
  border-radius: 0;
  padding: 4px 30px 4px 10px;
  font-size: 14px;
  font-family: 'PT Sans';
  margin: 0;
}

.top_menu .searchform .button {
  display: block;
  width: 26px;
  height: 24px;
  text-indent: -9999px;
  background: #587ab3 url('./img/icon_search.png') top right no-repeat;
  cursor: pointer;
  border: none;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.body {
  overflow: hidden;
  margin-bottom: 20px;
}

.sidebar {
  float: left;
  width: 290px;
  background: url('./img/icon_sidebar.png') top right no-repeat;
}

.sidebar .offer {
  height: 70px;
  overflow: hidden;
  margin: 0 0 29px;
}

.sidebar .offer a {
  display: block;
  border: none;
  height: 26px;
  background-color: #f3f3f3;
  position: relative;
  padding: 24px 0 20px 110px;
  border-radius: 4px;
}

.sidebar .offer a img {
  display: block;
  width: 88px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar .offer a span {
  color: #4066a4;
  border-bottom: 1px solid #b4c0d7;
}

.sidebar .offer a:hover span {
  color: #fe3100;
  border-color: #fe3100;
  text-decoration: none;
}

.sidebar .widget {
  margin: 0 0 36px;
}

.sidebar .widget h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
  color: #000;
  padding: 0 100px 0 0;
}

.sidebar .widget .menu-sidebar-container > ul,
.sidebar .widget .menu-auto-container > ul {
  margin: 0;
  padding: 0;
}

.sidebar .widget .menu-sidebar-container > ul > li,
.sidebar .widget .menu-auto-container > ul > li {
  list-style: none;
  background: url('./img/icon_arrow.png') 0 0 no-repeat;
  padding-left: 20px;
  margin: 19px 0;
}

.sidebar .widget .menu-sidebar-container > ul > li > a {
  cursor: pointer;
}

.sidebar .widget .menu-auto-container > ul > li.current-menu-item > a {
  color: #fe3100;
  border-color: #fe3100;
  text-decoration: none;
}

.sidebar .widget .menu-sidebar-container > ul > li > ul {
  margin: 0 0 2px 15px;
  padding: 0;
}

.sidebar .widget .menu-sidebar-container > ul > li > ul > li {
  display: block;
  list-style: none;
  margin: 10px 0 0 0;
}

.sidebar .widget .menu-sidebar-container > ul > li > ul > li a {
  color: #4b4b4b;
  border-color: #b7b7b7;
}

.sidebar .widget .menu-sidebar-container > ul > li.current-menu-ancestor,
.sidebar .widget .menu-sidebar-container > ul > li.active {
  background-image: url('./img/icon_arrow_active.png');
}

.sidebar .widget .menu-sidebar-container > ul > li.current-menu-ancestor ul {
  display: block !important;
}

.sidebar .widget .menu-sidebar-container > ul > li > ul > li a:hover,
.sidebar .widget .menu-sidebar-container > ul > li > ul > li.current-menu-ancestor a,
.sidebar .widget .menu-sidebar-container > ul > li > ul > li.current-menu-item a {
  color: #fe3100;
  border-color: #fe3100;
  text-decoration: none;
}

.sidebar .widget .menu-sidebar-container .sub-menu {
  display: none;
}

.sidebar .category {
  width: 240px;
  background-color: #f3f3f3;
  padding: 6px 20px;
  border-radius: 4px;
}

.sidebar .category ul {
  margin: 0;
  padding: 0;
}

.sidebar .category ul li {
  list-style: none;
  margin: 19px 0;
}

.sidebar .category ul li a:hover,
.sidebar .category ul li.current-menu-item a,
.sidebar .category ul li.current-post-ancestor a {
  color: #fe3100;
  border-color: #fe3100;
  text-decoration: none;
}

.sidebar .category ul li.company {
  margin-left: 15px;
}

.signup {
  width: 250px;
  float: left;
  background-color: #f3f3f3;
  padding: 6px 20px;
  margin-top: 10px;
  border-radius: 4px;
}

.signup h3 {
  font-size: 16px;
  font-family: 'PT Sans Caption';
  line-height: 22px;
  color: #000;
  text-transform: uppercase;
  padding: 0 0 10px;
  margin: 15px 0;
}

.content {
  float: right;
  width: 630px;
}

.content .carousel {
  width: 630px;
  height: 288px;
}

.content .carousel ul {
  margin: 0;
  padding: 0;
}

.content .carousel ul li {
  display: block;
  list-style: none;
  display: block;
  width: 630px;
  height: 288px;
  position: relative;
}

.content .carousel ul li a {
  display: block;
  width: 630px;
  height: 288px;
  border: none;
  position: relative;
  font-size: 24px;
  font-family: 'PT Sans Caption';
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #000;
}

.content .carousel ul li span {
  display: block;
  width: 300px;
  height: 108px;
  padding: 20px;
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 24px;
  font-family: 'PT Sans Caption';
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #000;
  background: url('./img/icon_carousel.png') repeat;
}

.content .column_offer {
  overflow: hidden;
  padding-top: 15px;
}

.content .column_offer .cols_left {
  width: 290px;
  float: left;
}

.content .column_offer .cols_right {
  width: 290px;
  float: right;
}

.content .column_offer h2 {
  font-size: 16px;
  font-family: 'PT Sans Caption';
  line-height: 22px;
  color: #000;
  text-transform: uppercase;
  border-bottom: 3px solid #587ab3;
  padding: 0 0 10px;
}

.content ul li,
.content ol li {
  margin: 0 0 12px;
}

.content ol {
  margin-top: 12px;
}

.content strong {
  color: #000;
}

.that {
  background-color: #f3f3f3;
  border-radius: 2px;
  padding: 10px 20px 26px 20px;
}

.that h3 {
  font-size: 16px;
  font-family: 'PT Sans Caption';
  line-height: 22px;
  color: #000;
  text-transform: uppercase;
  padding: 0 0 10px;
  margin: 15px 0;
}

.that .list {
  width: 928px;
  overflow: hidden;
}

.that .list ul {
  margin: 0;
  padding: 0;
  width: 1000px;
}

.that .list ul li {
  display: block;
  list-style: none;
  width: 140px;
  float: left;
  margin-right: 55px;
  font-weight: bold;
  font-size: 14px;
  font-family: 'PT Sans Caption';
  text-shadow: 0 1px 1px #fff;
  background: url('./img/icon_line.png') top left no-repeat;
  padding-top: 13px;
}

.promo {
  overflow: hidden;
  margin: 10px 0 26px 0;
}

.breadcrumbs {
  padding: 24px 24px 0 0;
  overflow: hidden;
}

.breadcrumbs a {
  display: block;
  float: left;
}

.breadcrumbs span {
  display: block;
  float: left;
  width: 10px;
  height: 5px;
  margin: 9px 6px 0 6px;
  background: url('./img/icon_rarr.png') top right no-repeat;
}

.breadcrumbs em {
  display: block;
  float: left;
  font-style: normal;
}

.post {
  overflow: hidden;
  border-bottom: 1px dotted #b2b2b2;
  padding-bottom: 14px;
  margin: 0 0 24px 0;
}

.post h3 {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.post span.date {
  display: block;
  font-size: 12px;
  color: #ababab;
}

.footer {
  width: 970px;
  height: 192px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 20px;
  color: #4b4b4b;
}

.footer .menu {
  background-color: #f3f3f3;
  border-radius: 2px;
  height: 40px;
  margin-bottom: 26px;
}

.footer .menu ul {
  margin: 0;
  padding: 0;
}

.footer .menu ul li {
  display: block;
  float: left;
  list-style: none;
  text-transform: uppercase;
  font-size: 12px;
  margin: 10px 0 0 20px;
}

.footer .menu ul li a {
  color: #4b4b4b;
}

.footer .menu ul li a:hover {
  color: #fe3100;
}

.footer p {
  margin: 0 0 10px;
}

.footer .left {
  float: left;
  width: 300px;
  background: url('./img/icon_map.png') 0 0 no-repeat;
  padding-left: 20px;
}

.footer .center {
  float: left;
}

.footer .time {
  background: url('./img/icon_time.png') 0 0 no-repeat;
  padding-left: 20px;
}

.footer .phones {
  background: url('./img/icon_phones.png') 0 0 no-repeat;
  padding-left: 20px;
}

.footer .right {
  float: right;
  text-align: right;
}

.footer .create {
  width: 24px;
  height: 24px;
  float: right;
  text-align: left;
}

.footer .create a {
  display: block;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url('./img/klenov.png') top left no-repeat;
  border: none;
}

.footer .create a:hover {
  background-position: bottom left;
}

/* Tags */
.clear {
  clear: both;
}

a.btn,
input.btn {
  background: #587ab3;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

a:hover.btn,
input:hover.btn {
  background: #506891;
  color: #fff;
  border-color: #506891;
}

img.alignleft {
  float: left;
  margin: 6px 20px 10px 0;
}

img.alignright {
  float: right;
  margin: 6px 0 10px 20px;
}

.column_contacts {
  overflow: hidden;
  margin: 24px 0;
}

.column_contacts .cols_left {
  width: 290px;
  float: left;
}

.column_contacts .cols_right {
  width: 290px;
  float: right;
}

.table_contacts {
  border-collapse: collapse;
  margin: 30px 0 0 0;
}

.table_contacts th {
  width: 80px;
  text-align: left;
  font-family: 'PT Sans Caption';
  vertical-align: top;
  padding: 4px 0;
}

.table_contacts td {
  padding: 4px 0;
  vertical-align: top;
}

.table_contacts2 th {
  width: 180px;
  text-align: left;
  font-family: 'PT Sans Caption';
  vertical-align: top;
  padding: 4px 0;
}

.table_contacts2 td {
  padding: 4px 0;
  vertical-align: top;
}
.table_center {
  width: 100%;
}

.table_center td {
  text-align: center;
  width: 50%;
}

.table-striped {
  font-size: 12px;
}

.table-striped th {
  vertical-align: top !important;
  font-size: 14px;
}

.table_cols {
  border-collapse: collapse;
  width: 100%;
}

.table_cols td {
  vertical-align: top;
}

.table_cols th {
  width: 320px;
  vertical-align: top;
}

.table-small th {
  font-size: 12px;
  padding: 0 4px;
  text-align: center;
  vertical-align: middle !important;
}

.table-small td {
  padding: 0 4px;
  text-align: center;
  vertical-align: middle !important;
}

.table_partners {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 24px;
}

.table_partners td {
  vertical-align: top;
}

.table_partners th {
  width: 340px;
  vertical-align: top;
  text-align: right;
}