/*
	Theme Name: NBZ Computers Custom Theme
	Theme URI: http://nbz.ru
	Description: Тема основного сайта NBZ Computers
	Version: 1.0
	Author: Ivan Polikarpov (@ipolikarpov)
	Author URI: http://polikarpov.org
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 14px Helvetica, Arial, sans-serif;
	color:#606060;
    background-color: #F3F3F3;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#FF702A;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus, textarea:focus {
	outline:0;
}

i.fa-facebook-square {
	color: #3B5998;
	display: inline-block;
}

i.fa-twitter-square {
	color: #55ACEE;
	display: inline-block;
}

i.fa-vk {
	background: #4D75A3;
	color: #fff;
	font-size: 26px;
	padding: 0 3px;
	line-height: 34px;
	height: 34px;
	width: 34px;
	border-radius: 5px;
}

a.button, button, input[type="submit"], input[type="button"], button[type="submit"] {
	border:none;
    background: #FF702A;
    -webkit-box-shadow: 0px 1px 0px 0px #B44F1D;
            box-shadow: 0px 1px 0px 0px #B44F1D;
    border-radius: 3px;
    z-index: 90;
    display: inline-block;
    padding: 9px 13px;
    font-family: DINPro;
    font-size: 12px;
    font-weight: 500;
    color: #F9F9F9;
    text-transform: uppercase;
}

a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, button[type="submit"]:hover {
    background: rgba(255,112,42,0.90);
    cursor: pointer;
    -webkit-transition:all 0.5s ease-out 0;
    transition: all 0.5s ease-out 0;  
}

a.button:disabled, button:disabled, input[type="submit"]:disabled, input[type="button"]:disabled, button[type="submit"]:disabled {
    background: #CFCFCF;
    -webkit-box-shadow: 0px 1px 0px 0px #B5B5B5;
            box-shadow: 0px 1px 0px 0px #B5B5B5;
    border-radius: 3px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], textarea {
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	font-family: Helvetica;
	font-size: 14px;
	color: #525252;
	padding: 7px 0 10px 10px;
}

hr {
	margin: 20px 0 40px 0;
	border: none;
	border-top: 1px dotted #B5B5B5;
	height: 0px;
}

.two-columns-text {
	-webkit-column-count: 2;
	        column-count: 2;
	-webkit-column-width: 50%;
	        column-width: 50%;
}

/* FORMS */

.content form {
	padding: 5px 15px;
	background: #f2f2f2;
	border-radius: 3px;
	margin: 10px 0;
	border: 1px solid #DBDBDB;
}

.content form input[type="text"], .content form input[type="email"], .content form input[type="tel"], .content form textarea {
	width: 50%;
}

.content form label {
	display: inline-block;
	width: 50%;
	min-height: 35px;
}

form span.star {
	color: #FF702A;
}

/* NINJAFORMS STYLES */

.nf-before-form-content {
	display: none;
}

nf-field {
	width: calc(100% / 2 - 20px);
	float: left;
	margin-left: 20px;
}

nf-field:first-child {
	width: 100%;
	margin: 0;
}

nf-field:nth-child(even) {
	margin-left: 0;
}

.content form nf-field input[type="text"],
.content form nf-field input[type="email"],
.content form nf-field input[type="tel"],
.content form nf-field textarea {
	width: 100%;
}

.content form nf-field label {
	width: 100%;
	min-height: 0;
}

.submit-container {
	margin-top: 28px;
	text-align: right;
}


.nf-after-form-content {
	clear: both;

}



/* CHECKBOXES */

form label {
	position: relative;
}

input[type=checkbox] {
   /*width: 0;
   height: 0;
   cursor: pointer;
   opacity: 0;
   overflow: all;*/
   display: none;
}

input[type=checkbox] + label {
	padding-left: 25px;
	cursor: pointer;
}

input[type=checkbox] + label:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	width: 20px;
	height: 20px;
	background: #FFF;
	background-image: none;
	cursor: pointer;
	margin-right: 5px;
	cursor: pointer;
	opacity: 1;
}

input[type=checkbox]:checked + label:before {
	background: #FFFFFF;
	background-image: url(img/checkbox.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;

}

/*div.checkbox {
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	float: left;
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	background-image: url(img/checkbox.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-right: 5px;
	cursor: pointer;
}*/


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.dark {
	display: block;
	width: 100%;
	height: calc(100% - 100px);
	opacity: 0;
	background: rgba(0,0,0,0.8);
	z-index: 100;
	position: absolute;
	top: 100px;
	left: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
}

.dark.show {
	display: block;
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
}

/* wrapper */
.wrapper {
	width: 100%;
	max-width: 1170px;
	height: 100%;
    margin: 0 auto;
    padding: 0 15px;
    background-color: #F9F8F7;
}

.wrapper:after {
	content: "";
	display: table;
	clear: both;
}
/* header */
.header {
    height: 160px;
    padding: 40px 0;
    z-index: 100;
}

.header:after {
    content: "";
    display: table;
    clear: both;
}
/* logo */
.logo {
    float: left;
}

.logo a img {
	float: left;
	border-right: 2px solid #6E8395;
	padding-right: 15px;
}

.logo a span {
	float: left;
	height: 80px;
	padding-left: 15px;
	text-transform: uppercase;
	font-family: DINPro;
	color: #6E8395;
	font-size: 24px;
	line-height: 30px;
	margin-top: -6px;
}

div.contacts {
    float: right;
}

div.contacts > a {
    font-size: 36px;
    color: #FF702A;
    font-family: DINPro;
}
/* nav */
div.contacts {
    text-align: right;
}
div.contacts > ul, .footer .nav > ul {
    display: inline-block;
    list-style: none;
}
div.contacts > ul li, .footer .nav > ul li {
    display: inline-block;
    margin-right: 5px;
}

div.contacts > ul li, .footer .nav > ul li:last-child {
	margin-right: 0;
}

div.contacts > ul li a, .footer .nav > ul li a {
    color: #7D7D7D;
    text-decoration: underline;
}

.slider {
	width: 100%;
	margin-bottom: 30px;
}

.breadcrumbs {
	font-family: Helvetica;
	font-size: 14px;
	color: #BFBFBF;
	letter-spacing: 0px;
}

.breadcrumbs a {
	color: #BFBFBF;
	text-decoration: underline;
}

body.home .content {
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
	padding: 0;
}

.content {
	width: 66.6%;
    width: calc(100% - 100%/3 - 15px);
    float: right;
    background: #FFFFFF;
    padding: 15px 10px 20px 20px;
    margin: 0 0 0 15px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px #DBDBDB;
            box-shadow: 0px 1px 0px 0px #DBDBDB;
}

.content.not-found {
	min-height: 700px;
	background: #FFF url('img/not-found.png') bottom center no-repeat;
}

.content.not-found .search {
	background: transparent;
	border: none;
	max-width: 300px;
	padding: 0;
}

.content iframe {
	max-width: 100%;
}

.content:after {
    content: "";
    display: table;
    clear: both;
}

.content .block {
    min-height: 360px;
    width: 50%;
    width: calc(50% - 15px);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    padding: 20px;
}

.content .block a.button {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 110px;
    margin-left: -55px;
    text-align: center;
}

.content .block:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 4px solid #fff;
    opacity: 0.5;
    border-radius: 3px;
    z-index: 0;
}

.content .block:nth-child(2n) {
    margin-right: 0;
}

.content .block h1 {
    color: #FFFFFF;
}

.content .block .icons {
	position: absolute;
	bottom: 93px;
	left: 0;
	width: 100%;
	text-align: center;
}

.content .block .icons img {
	margin-right: 10px;
}

.content .block .icons img:last-child {
	margin-right: 0;
}

/* CONTENT – RECORDS LIST */

.content h1 {
	margin-top: 5px;
	margin-bottom: 15px;
}

.content article {
	margin-bottom: 20px;
}

.content article .banner {
	margin: 20px 0;
}

.content article a.thumbnail {
	float: left;
	margin-right: 20px;
}


.content article span.date {
	font-family: Helvetica;
	font-size: 10px;
	color: #BFBFBF;
	letter-spacing: 0px;
}

.content article .excerpt {
/*	display: inline-block;*/
/*	width: 490px;
	float: right;*/
	max-height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;

}

.content article a.more {
	border-bottom: 1px solid;
	float: right;
/*	float: left;*/
}

.content article:after {
	content: "";
	display: table;
	clear: both;
}

/* CONTENT – RECORDS LIST */



/* sidebar */
.sidebar {
    width: 33%;
    width: calc(100%/3);
    float: left;
    padding: 0 15px 0 0;
}

.sidebar .subscribe section.yikes-mailchimp-container {
	clear: both;
	margin-bottom: 15px;
	float: left;
}

.sidebar .navigation, .sidebar .subscribe, .sidebar .social, .sidebar div.search {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 0px 0px #DBDBDB;
            box-shadow: 0px 1px 0px 0px #DBDBDB;
    border-radius: 3px;
    margin-bottom: 30px;
}

.sidebar .navigation ul {
    list-style: none;
    width: 100%;
    padding: 6px 0;
    margin: 0;
}

.sidebar .navigation ul li {
    padding: 6px 0;
    margin: 0;
}

.sidebar .navigation ul li a {
    display: inline-block;
    width: 100%;
    padding: 4px 20px;
    font-family: DINPro;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
}

.sidebar .navigation ul li.current-menu-item a {
    border-left: 5px solid #FF702A;
    padding-left: 15px;
    color: #444444;
}

.sidebar .navigation ul li a:hover {
    border-left: 5px solid #FF702A;
    padding-left: 15px;
    color: #FF702A;
}

.sidebar .subscribe, .sidebar .social, .sidebar div.search {
	padding: 20px;
	position: relative;
}

.sidebar .subscribe:before {
	position: absolute;
	content: "";
	display: block;
	z-index: 100;
	top: 0px;
	left: 0;
	width: 100%;
	height: 10px;
	background-image: url(img/subscribe.png);
	background-repeat: repeat-x;
	background-position: 50% 50%;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;	
}

.sidebar .subscribe h4, .sidebar .social h4 {
	font-family: DINPro;
	font-size: 18px;
	line-height: 23px;
	color: #FF702A;
	width: 100%;
	margin: 0;
	font-weight: normal;
	text-align: center;
}

.sidebar .subscribe label {
	margin-top: 10px;
	float: left;
	/* Компьютерное оборудо: */
	font-family: Helvetica;
	font-size: 14px;
	color: #262626;
	letter-spacing: 0px;
	line-height: 20px;
}

.sidebar .subscribe label.EMAIL-label {
	width: 206px;
	max-width: 100%;
	float: left;
}

.sidebar .subscribe input#yikes-easy-mc-form-2-EMAIL {
	width: 206px;
	max-width: 100%;
}

.sidebar .subscribe button[type="submit"] {
	float: right;
	margin-top: 10px;
}

.sidebar .subscribe .edit-link {
	display: none;
}

.sidebar .subscribe:after {
	content: "";
	display: table;
	clear: both;
}

.sidebar form.search input[type="search"] {
	width: 239px;
	max-width: 100%;
}

.sidebar form.search button[type="submit"] {
	float: right;
}

.sidebar form.search:after {
	display: table;
	content: "";
	clear: both;
}

.sidebar .social {
	text-align: center;
	position: static;
	margin-bottom: 20px;
}

.sidebar .social:after {
	content: "";
	display: table;
	clear: both;
}

.sidebar .social a {
	margin-top: 20px;
	margin-right: 15px;
	display: inline-block;
	height: 42px;
	width: 42px;
	background: url('img/icons/vk-icon.svg') 50% 50% no-repeat;
	color: transparent;
	vertical-align: top;
}

.sidebar .social a.fb {
	background: url('img/icons/fb-icon.svg') 50% 50% no-repeat;
}

.sidebar .social a.tw {
	background: url('img/icons/tw-icon.svg') 50% 50% no-repeat;
}

.sidebar .social a.tg {
	background: url('img/icons/tg-icon.svg') 50% 50% no-repeat;
}
.sidebar .social a:last-child {
	margin-right: 0;
}

div.news {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 1px 0px 0px #DBDBDB;
	        box-shadow: 0px 1px 0px 0px #DBDBDB;
	width: calc(100% + 30px);
	margin-left: -15px;
	float: left;
}

div.news h2 {
	width: 100%;
	text-align: center;
}

div.news .column {
	width: 25%;
	float: left;
	padding: 5px 15px 10px 15px;
}

div.news .column h3 {
	height: 56px;
	display: inline-block;
}

div.news .column.nbz {
	border-top: 10px solid #6E8395;
}
div.news .column.printers {
	border-top: 10px solid #1CB6A8;
}
div.news .column.axiosoft {
	border-top: 10px solid #EF9221;
}
div.news .column.cpm {
	border-top: 10px solid #009999;
}

div.news .column.cpm:after {
	display: table-cell;
	content: "";
	clear: both;
}

div.news .column p {
	color: #7D7D7D;
	height: 85px;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

div.news .column p:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 30px;
	bottom: 0px;
	left: 0px;
	z-index: 100; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
	background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */	
}

div.news .column a {
	color: #B2B2B2;
	font-weight: bold;
}

div.news .column a.more {
	color: #7D7D7D;
	display: inline-block;
	margin-bottom: 5px;
}

/* footer */
.footer {
	margin: 15px 0;
	border-top: 2px solid #FF702A;
	position: relative;
	width: 100%;
	/*width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);*/
	float: left;
}

.footer .copyright {
	width: 40%;
	float: left;
}

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

.footer .credits {
	position: absolute;
	right: 0;
	bottom: 15px;
}

.footer .credits a {
	display: block;
	overflow: hidden;
	width: 31px;
	height: 31px;
	background: url(https://polikarpov.org/credits/devbyip.svg) 50% 50% no-repeat;
	color: transparent;
	opacity: 0.8;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}

.footer .credits a:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.footer:after {
	display: table;
	content: "";
	clear: both;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    СТИЛИ ДЛЯ АУКЦИОНОВ
\*------------------------------------*/

.single-simple-auction .entry-content img {
	float: left;
}


.single-simple-auction .entry-content .unixtime {
	display: none;
}

.single-simple-auction .entry-content .dates {
	position: relative;
}

.single-simple-auction .entry-content .dates .prices {
	position: absolute;
	left: 190px;
	top: 50px;
	background: #FF702A;
	padding: 10px 15px;
	display: inline-block;
	min-width: 200px;
	text-align: center;
	color: #fff;
}


.single-simple-auction .entry-content .dates .prices:before {
	position: absolute;
	left: -50px;
	top: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 56px 50px 55px 0;
	border-color: transparent #FF702A transparent transparent;	
}


.single-simple-auction .entry-content .dates p.start-date {
	text-align: right;
	
	padding: 10px 0;
}

.single-simple-auction .entry-content .dates p.start-date span.date {
	font-size: 14px;
	color: #606060;
	letter-spacing: 0px;
	line-height: 20px;
}

.single-simple-auction .entry-content .dates .prices .current-bid strong {
	display: inline-block;
	margin-bottom: 5px;
}

.single-simple-auction .entry-content .dates .prices .current-bid span {
	background: #fff;
	border-radius: 5px;
	font-size: 22px;
	padding: 10px;
	color: #FF702A;
	display: inline-block;
}

.single-simple-auction .entry-content .dates .prices p {
	margin: 0;
	margin-top: 5px;
	color: #fff;
}

.single-simple-auction .bid-form {
	clear: both;
}

.single-simple-auction .bid-form form {
	padding: 15px 15px;
}

.single-simple-auction .bid-form form label {
	min-height: auto;
	margin-bottom: 5px;
}

.single-simple-auction .bid-form form input[type="text"],
.single-simple-auction .bid-form form input[type="number"],
.single-simple-auction .bid-form form input[type="email"],
.single-simple-auction .bid-form form input[type="tel"] {
	width: 100%;
}

.single-simple-auction div.error {
	border-radius: 3px;
	border: 1px solid #ffc2b3;
	background: #ffebe6;
	margin: 5px 0;
	padding: 2px 20px;
}

.post-type-archive-simple-auction article a img {
	float: left;
}

.post-type-archive-simple-auction article p.active {
	color: green;
}

/*------------------------------------*\
    TABLES
\*------------------------------------*/

table.fullwidth {
	width: 100%;
}

table thead td, table tr.thead td{
	border-bottom: 1px solid #DBDBDB;
}

table tr td {
	padding: 10px 5px;
	vertical-align: top;
}

table tr td img.size-full {
	
	vertical-align: top;
}

table tr td:first-child {
	min-width: 125px;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'DINPro';
	src:
		url('fonts/DINPro.ttf') format('truetype'),
		url('fonts/DINPro.woff') format('woff'),
		url('fonts/DINPro.otf');
}

h1, h2, h3, h4 {
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 41px;
    padding: 0;
    margin: 0;
    color: #FF702A;
}

h2 {
	font-size: 18px;
	color: #FF702A;
	letter-spacing: 0px;
	text-transform: uppercase;	
}

h3 {
	font-size: 18px;
	color: #FF702A;
	line-height: 23px;
}

p {
	font-family: Helvetica;
	font-size: 14px;
	color: #606060;
	letter-spacing: 0px;
	line-height: 20px;
}

p.lead {
	padding: 20px;
	font-size: 16px;
	font-weight: 100;
	color: #FF702A;
	text-align: center;
}

.content p a {
	color: #6E8395;
}

.content p a:hover {
	border-bottom: 1px solid #6E8395;
}

.content h2 {
	font-size: 24px;
	color: #FF702A;
	text-transform: none;
	line-height: normal;
}

.content h3 {
	font-size: 20px;
	color: #6E8395;
}

.content ul {
	list-style: none;
}

.content ul li {
	color: #606060;
	letter-spacing: 0px;
	line-height: 30px;
	margin-right: 35px;
}

.content ul li:before {
	content: "•";
	color: #FF702A;
	line-height: 30px;
	padding-right: 6px;
}

a.collapse {
	/*padding-right: 30px;*/
}

a.collapse:before {
	content: "\f0da ";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	display: inline-block;
	padding-right: 5px;
}

a.collapse.opened:before {
	content: "\f0d7";
}

a.download {
	/*padding-right: 30px;*/
}

a.download:before {
	content: "\f019";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	display: inline-block;
	padding-right: 5px;
}

a.download[href$=".pdf"]:before {
	content: "\f1c1";
}

a.download[href$=".doc"]:before, a.download[href$=".docx"]:before {
	content: "\f1c2";
}

a.download[href$=".xls"]:before, a.download[href$=".xlsx"]:before {
	content: "\f1c3";
}

a.download[href$=".ppt"]:before, a.download[href$=".pptx"]:before {
	content: "\f1c4";
}

a.download[href$=".rar"]:before, a.download[href$=".zip"]:before {
	content: "\f1c6";
}


.collapsed,
.panel {
	display: none;
	padding: 0px 15px;
	width: 100%;
	background: #f2f2f2;
	border-radius: 3px;
	margin: 10px 0;
	border: 1px solid #DBDBDB;
}

.panel {
	display: inline-block;
}

.desktop {
	display: inline-block;
}

.mobile {
	display: none;
}

.vertical {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: auto;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


/* Phones, Extra Small */
@media only screen and (min-width:300px) and (max-width:750px) {
	html, body {
		/*overflow-x: hidden; */
		min-height: 100%;
	}
	.wrapper {
		padding: 0 20px;
		overflow-x: hidden; 
		position: relative;
		min-height: 100%;
		display: block;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: inline-block;
	}

	.header {
		padding: 20px 0;
		height: 100px;
	}

	.logo a img {
		border-right: none;
		height: 60px;
	}

	.logo a span {
		display: none;
	}

	div.contacts > a {
		display: inline-block;
		width: 40px;
		height: 40px;
		margin-left: 15px;
		margin-top: 10px;
	}

	div.contacts > a:first-child {
		margin-left: 0;
	}

	div.contacts > a span.mobile {
		width: 40px;
		height: 40px;
		/*float: right;*/
		background: url('img/icons/phone-icon.svg') 50% 50% no-repeat;
		/*background-size: 100% auto;*/
	}

	div.contacts > a span.mobile.menu {
		background: url('img/icons/menu-icon.svg') 50% 50% no-repeat;
	}

	div.contacts > ul {
		display: none;
	}

	.slider {
		display: none;
	}

	.sidebar {
		position: absolute;
		padding: 0 20px 20px;
		right: -100%;
		width: 100%;
		z-index: 200;
		background-color: #F9F8F7;
		-webkit-transition:all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}

	.sidebar.show {
		right: 0;
		-webkit-transition:all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}

	.sidebar.show + .content,
	.sidebar.show + .content + .news,
	.sidebar.show + .content + .news + .footer,
	.sidebar.show + .content + .footer{
		/*display: none;*/
	}

	.sidebar .subscribe label.EMAIL-label,
	.sidebar .subscribe input#yikes-easy-mc-form-1-EMAIL,
	.sidebar .subscribe button {
		width: 100%;
	}

	.sidebar form.search input[type="search"] {
		display: inline-block;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.sidebar form.search input[type="search"],
	.sidebar form.search button {
		width: 100%;
	}

	.sidebar form.search button {
		margin-top: 10px;
	}

	.content {
		width: 100%;
		width: calc(100% + 40px);
		margin: 0;
		margin-right: -20px;
		padding: 20px;
	}

	.content .block {
		width: 100%;
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}

	.content article a.thumbnail img {
		display: none;
	}

	div.news {
		display: none;
	}

	.footer .copyright,
	.footer .credits,
	.footer .nav {
		width: 100%;
		text-align: center;
	}

	.footer .nav ul {
		padding-left: 0; 
	}

	.footer .credits {
		position: static;
		display: inline-block;
		margin-top: 40px;
		font-size: 10px;
	}

	/* Мелочи */
	table tbody tr td > img {
		max-width: 100%;
		height: auto;
	}

	table tr td:first-child {
		min-width: 85px;
	}

	div.wpcf7 input[type="text"],
	div.wpcf7 input[type="email"],
	div.wpcf7 input[type="tel"],
	div.wpcf7 textarea,
	div.wpcf7 label {
		width: 100%;
		margin-bottom: 10px;
	}

	div.wpcf7 label {
		margin-bottom: 0px;
	}

	div.wpcf7 input[type="submit"] {
		width: 100%;
	}

	.two-columns-text {
		-webkit-column-count: 1;
		        column-count: 1;
		-webkit-column-width: 100%;
		        column-width: 100%;
	}


	.single-simple-auction .entry-content .dates p.start-date {
		clear: both;
		text-align: center;
	}

	.single-simple-auction .entry-content img {
		display: none;
	}

	.post-type-archive-simple-auction article a img {
		max-width: 100px;
	}

	.single-simple-auction .entry-content .dates .prices {
		position: static;
		width: 100%;
	}

	.single-simple-auction .entry-content .dates .prices:before {
		display: none;
	}


	nf-field {
		width: 100%;
		margin: 0px;
	}

}

/* Tablets, Small Devices */
@media only screen and (min-width:750px) and (max-width: 970px) {
	.wrapper {
		padding: 0 7px;
	}

	.sidebar {
		padding-right: 7.5px;
	}

	.sidebar .subscribe button[type="submit"],
	.sidebar .subscribe label.EMAIL-label,
	.sidebar .subscribe input#yikes-easy-mc-form-1-EMAIL {
		width: 100%;
	}

	.sidebar form.search input[type="search"] {
		display: inline-block;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.sidebar form.search input[type="search"],
	.sidebar form.search button {
		width: 100%;
	}

	.sidebar form.search button {
		margin-top: 10px;
	}

	.content {
		width: calc(100% - 100% / 3 - 7.5px);
		margin-left: 7.5px;
	}

	.content .block {
	    width: 50%;
	    width: calc(50% - 7.5px);
	    float: left;
	    margin-right: 15px;
	}

	.content .block h1 {
		font-size: 28px;
		line-height: 36px;
	}

	div.news {
		width: calc(100% + 14px);
		margin-left: -7px;	
	}
	

	div.news .column {
		width: 50%;
	}

	.footer {
		/*width: -webkit-calc(100% - 15px);
		width: calc(100% - 15px);*/
	}
}

/* Desctops, Medium Devices */
@media only screen and (min-width:970px) and (max-width: 1170px) {
	.sidebar .subscribe button[type="submit"],
	.sidebar .subscribe label.EMAIL-label,
	.sidebar .subscribe input#yikes-easy-mc-form-1-EMAIL {
		width: 100%;
	}

	.sidebar form.search input[type="search"] {
		display: inline-block;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.sidebar form.search input[type="search"],
	.sidebar form.search button {
		width: 100%;
	}

	.sidebar form.search button {
		margin-top: 10px;
	}
}
/* HD Desctops, Large Devices 
@media only screen and (min-width:1170px) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 0px 0 20px 20px;
}
.alignleft {
	float:left;
	margin: 0px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		-webkit-box-shadow:none !important;
		        box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
		orphans:3;
		widows:3;
	h2,
	h3 {
		page-break-after:avoid;
	}

fter:avoid;
idows:3;
	h2,
	h3 {
		page-break-after:avoid;
	}

;
}
oid;
	}
}
	}
}
	}
}
	}
}
	}
}
}
