/*   
Theme Name: 52029-9
Theme URI: URL
Version: 1.0
Author: NKRF
*/

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px 'PT Sans', Arial, sans-serif;
	width: 100%;
	height: 100%;
	background:#302d32
}
b,strong {
  font-weight:bold;
}
i,em {
  list-style:italic;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	min-width:1000px;
  position: relative;
  z-index: 3;
}
.main_bg {
  padding:30px 0 0;
  position:relative;
}
.clear {
  clear:both;
}
a {color:#fecb30}
a:hover {text-decoration:none}

/* Header
-----------------------------------------------------------------------------*/

.header {
	min-height:550px;
	min-width:1000px;
	position:relative;
}
.header nav {
  height:90px;
  background:#000000;
  width:100%;
}
.header nav div > ul {
  margin:0 auto;
  width:1000px;
  height:90px;
  font-size:0;
  text-align:center;
}
.header nav div > ul > li {
  display:inline-block;
  position:relative;
}
.header nav div > ul > li > a {
  font-family: 'Roboto Condensed', sans-serif;
  color:#fff;
  font-size:19px;
  display:inline-block;
  padding: 36px 10px;
  text-decoration:none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header nav ul li:hover > a,
.header nav ul li a:hover,
.header nav ul li.current-menu-item a {
  color:#000;
  background:#fff;
}
.header nav div > ul ul {
  display:none;
  position:absolute;
  top:90px;
  left:0;
  background:#000;
  z-index: 10;
  border:1px solid #fff;
}
.header nav div > ul li {
  position:relative;
}
.header nav ul li:hover > ul {
  display:block;
}
.header nav div > ul ul a {
  display:block;
  color:#fff;
  font-size:17px;
  padding:10px;
  min-width:200px;
  text-decoration:none;
  border-bottom:1px solid #fff;
}
.header nav div > ul ul li:last-child a {
  border-bottom:0;
}
.header nav div > ul ul ul {
  left:100%;
  top:-1px;
}
.header_info {
  width:100%;
  min-height:460px;
  position:relative;
  overflow: hidden;
}
.header_info_bg_img {
  position:absolute;
  top:0;
  bottom:0;
  width:100%;
  left:0;
  right:0;
  z-index:1;
  display:block;
}
.header_info_bg_left {
  position:absolute;
  top:0;
  bottom:0;
  width:45%;
  left:0;
  z-index:1;
  display:block;
}
.header_info_bg_right {
  position:absolute;
  top:0;
  bottom:0;
  width:55%;
  right:0;
  z-index:2;
  display:block;
}
.header_info_bg_slider {
  position: absolute;
}
.header_info_center {
  position:relative;
  margin:auto;
  width:1000px;
  z-index:3;
  padding:0 0 20px;
}
.header_logo {
  font-family: 'Roboto Condensed', sans-serif;
  padding:30px 0 30px 10px;
  text-transform:uppercase;
  font-weight:bold;
  width:376px;
}
.header_logo p {
  font-size:58px;
  line-height: 60px;
  margin:0 0 10px;
}
.header_logo span {
  font-size:18px;
  display:block;
  line-height:30px;
}
.header_desc {
  background:#fff;
  padding:20px;
  color:#000;
  width:345px;
}
.header_desc .entry table td {
  border:0;
}
.header_desc > div:last-child {
  margin:0;
}
.header_adress,
.header_phone,
.header_mail {
  padding:2px 0 2px 30px;
  margin:0 0 20px;
}
.header_adress {
  font-size:15px;
  background:url(img/ico_adress.png) no-repeat left center;
}
.header_phone {
  font-size:18px;
  line-height: 20px;
  background:url(img/ico_phone.png) no-repeat left center;
}
.header_mail {
  font-size:15px;
  background:url(img/ico_mail.png) no-repeat left center;
}
.header_mail a {
  color:#000;
}
.header_modal {
  background:#fecb30;
  padding:10px 30px;
  font-size:23px;
  line-height:30px;
  text-decoration:none;
  font-weight:bold;
  display:block;
  text-align:center;
  text-transform:uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  color:#000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header_modal:hover {
  color:#fff;
  background:#000;
}

/* Main 
-----------------------------------------------------------------------------*/

.main_left {
  width:260px;
  min-height:100px;
  position:relative;
  vertical-align:top;
  float:left;
  margin:0 20px 0 0;
}
.main_right {
  width:700px;
  min-height:100px;
  display:table-cell;
  position:relative;
  float:right;
}
.main_title {
  font-weight:bold;
  text-align:center;
  font-size:44px;
  line-height:40px;
  margin:0 0 40px;
  color:#fff;
  text-transform:uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}

/* services advantages
-----------------------------------------------------------------------------*/

.services {
  width:100%;
  text-align:center;
  margin:0 0 50px;
}
.services tr td  {
  padding:0 20px;
  color:#fff;
  min-width:25%;
}
.services tr:first-child td div {
  width:172px;
  height:172px;
  background-size:cover;
  margin:auto;
  padding:0;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.services tr td div {
  padding:20px 0;
  font-size:18px;
}
.services tr:last-child  a {
  font-size:14px;
  color:#fff;
  text-decoration:none;
}

.advantages {
  width:100%;
  text-align:center;
  margin:0 0 50px;
}
.advantages tr:first-child td div {
  width:120px;
  height:140px;
  margin:auto;
  position:relative;
}
.advantages tr:first-child td div img {
  max-width:120px;
  height:auto;
  margin:auto;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
}
.advantages tr td div {
  padding:0 10px;
  font-size:18px;
  color:#fff;
}
.advantages td {
  width:25%;
  vertical-align:middle;
}
.advantages p {
  font-size:20px;
  margin:0 0 10px;
  font-weight:bold;
}
.advantages span {

}
.bxstyle {

}
.bxstyle li div {
  font-size:12px;
  margin:0 0 10px
}
.bxstyle li > p {
  font-size:16px;
  margin:0 0 10px;
  font-weight:bold;
}
.bxstyle li > span {

}


/* Middle
-----------------------------------------------------------------------------*/
.content {
  color:#fff;
  padding:0 0 30px;
}
.entry {
  font-size:16px;
  line-height:22px;
  font-weight:300;
  padding:0 0 15px;
  color:#fff;

}
.widget {
  margin: 0 0 20px 0;
  font-size:14px;
  background:#4a494b;
  padding:20px;
}
.widget .menu {
}
.widget .menu li {
  position:relative;
}
.widget .menu a {
  font-size:25px;
  font-family: 'Roboto Condensed', sans-serif;
  display:block;
  color:#fff;
  text-decoration:none;
  line-height:30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin:0 -20px;
  padding:10px 20px;
}
.widget ul.menu a:hover,
.widget ul.menu ul li.current-menu-item a,
.widget ul.menu > li:hover > a,
.widget ul.menu > li.current-menu-item > a {
  color:#000;
  background:#fff;
}
.widget .menu li ul {
  position:absolute;
  left:240px;
  top:0;
  background:#4a494b;
  border:1px solid #fff;
  z-index:2;
  display:none;
}
.widget .menu li:hover ul {
  display:block
}
.widget .menu li ul li a {
  margin:-1px 0;
  border-bottom:1px solid #fff;
  height:auto;
  min-width:200px;
}
.widget .menu li ul li:last-child a{
  border-bottom:0;
}
.widget_title {
  font-size:20px;
  text-align:left;
  line-height:22px;
  margin:0 0 10px;
}
h1.title {
  font-weight:bold;
  font-size:44px;
  line-height:40px;
  margin:-4px 0 20px;
  text-transform:uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.entry p {
  margin:0 0 16px;
}
.entry ol {
  margin:0 0 16px;
  counter-reset: section;
}
.entry ul {
  margin:0 0 16px;
}
.entry ol li {
  margin:0 0 6px;
}
.entry ul li {
  margin:0 0 6px;
  position:relative;
  padding:0 0 0 17px;
}
.entry ul li:before {
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  left:3px;
  width:5px;
  height:5px;
  background:#fecb30;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  content:'';
  display:block;
}
.entry ol li:before {
  counter-increment: section;
  content: counter(section) ") ";
  color:#fecb30;
}
.entry a {
  color:#000000;
}
.entry a:hover {
  text-decoration:none;
}
.entry h1 {
  font-size:32px;
  margin:0 0 16px;
  font-weight:bold;
}
.entry h2 {
  font-size:26px;
  margin:0 0 16px;
  font-weight:bold;
}
.entry h3 {
  font-size:20px;
  margin:0 0 16px;
  font-weight:bold;
}
.entry .aligncenter,
.entry div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.entry .alignleft {
   float: left;
   margin:0 10px 10px 0;
}
.entry .alignright {
   float: right;
   margin:0 0 10px 10px;
}
.entry .wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.entry .wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.entry .wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
.entry table {
  margin:0 0 16px;
  border-collapse: separate;
}
.entry table td {
  padding:10px;
  border-collapse: separate;
}
.entry table thead td {
  background:#4a494b;
  color:#fff;
}
.entry table tbody td {

}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	min-height: 100px;
	position: relative;
	background:#181719;
}
.footer .wrapper {
    font-size: 0;
    line-height: 0;
}
.footer_map {
  width:760px;
  display:table-cell;
  min-height:210px;
}
.footer_info {
  width:220px;
  padding:0 0 0 20px;
  display:table-cell;
  min-height:210px;
  vertical-align:middle;
  color:#fff;
  font-size:14px;
  line-height: 22px;
}
.footer_cop {
  background: #302d32;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #e1dddd;
}

/* Modal
-----------------------------------------------------------------------------*/

#modal {
  padding:20px;
}
#modal input[type="text"]{
  padding:10px;
  font-size:16px;
  margin:0 0 16px;
}
#modal textarea{
  padding:10px;
  font-size:16px;
  margin:0 0 16px;
  width: 318px;
  height: 80px;
}
#modal input[type="submit"]{
  background:#fecb30;
  padding:10px 30px;
  font-size:23px;
  line-height:30px;
  text-decoration:none;
  font-weight:bold;
  display:block;
  text-align:center;
  text-transform:uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  color:#000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 340px;
  border: 0;
  cursor:pointer;
}
#modal input[type="submit"]:hover {
  color:#fff;
  background:#000;
}
#modal .wpcf7-not-valid {
  border-color:red;
}
#modal .wpcf7-not-valid-tip {
  display:none;
}
#modal .wpcf7-response-output {
  font-size:16px;
  text-align:center;
}

/* catalog 
-----------------------------------------------------------------------------*/

.hugeitmicro li:before,
.huge_it_catalog_single_product_page li:before {
  display:none !important;
}
.write-rate-block label{
  color:#000;
}
.huge_it_catalog_view_tabs_contents {
  display:block !important;
}
.huge_it_catalog_view_tabs_contents > li {
  width: 651px !important;
}
.modalDialog label input {
  width: 393px !important;
}
.modalDialog label textarea {
  width: 393px !important;
}
.order_popup_submit_close {
  width:400px !important;
}

/* settings
-----------------------------------------------------------------------------*/

/*
#settings {
  position:fixed;
  top:400px;
  font-size:30px;
  background:#000;
  padding:10px;
  z-index:99999999;
  line-height:22px;
  left: -58px;
  width: 137px;
  display:block;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  text-decoration:none;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidr-open #settings {
  left:445px;
}
*/
.sidr {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 300px;
    left: -300px;
    right: auto;
    background: #fff;
    color: #333;
    border-right: 2px solid #ebebeb;
    font-size: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999999;
}
.sidr.right {
    left: auto;
    right: -500px;
}

.sidr.left {
    left: -500px;
    display:none;
    right: auto;
    z-index: 99999999;
    top: 32px;
}
.sidr.left .acf-form-submit{
    padding-bottom:32px;
}
.supports-drag-drop {
    z-index: 999999991;
}
.media-modal {
  max-width: 1000px;
  margin: 0 auto;
}
.acf-form{
  display:none;
}
.sidr-open .acf-form{
  display:block;
}
.sidr form.acf-form {
    padding: 0 10px 5px;
    margin: 0 0 10px;
}
/* Make sure the image/file uploader shows up on top of our Sidr menu */
.media-modal,
.media-modal.acf-media-modal {
    z-index: 999999 !important;
}
.sidr .acf-form {
    padding-top: 10px;
}
.sidr .acf-fields > .acf-field {
    padding-left: 0;
    padding-right: 0;
}
.sidr .edit-close,
.sidr .acf-form-submit .button {
    display: block;
    margin-bottom: 10px;
}
.sidr .menu-close,
.sidr .menu-close:hover {
    background: transparent;
    color: #fff;
    padding: 15px;
    margin: 0;
    border: none;
    border-radius: 0;
    text-decoration: none;
    text-shadow: none;
}
#edit-toggle {
    float: right;
}
.updated#message {
  display:none;
}

.editor_btn {
  width:50px;
  height:50px;
  display:block;
  position:absolute;
  background:url(img/edit.png);
  z-index: 10;
}
#settings_nav.editor_btn,#settings_logo.editor_btn,#settings_header_background,#settings_background,#settings_footer {top:10px;left:20px;}
#settings_main_content {top:70px;left:20px;}
#settings_footer_code {top:70px;left:20px;}
.acf-tab-group li {margin: 0 2px 0 0 !important;}
.acf-tab-group {padding:10px 0 0 !important}

#settings_header_background_left .acf-tab-group li {
width: 100% !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
margin:0 !important;
}
#settings_header_info_left .acf-field-flexible-content .acf-field-text {
  padding:0 !important
}
#settings_header_info_left .acf-field-flexible-content .acf-field-text .acf-label {
  display:none;
}