/*
Theme Name:ShinnyDvor
Description: Theme for site ShinnyDvor
Author: Biforce
Version: 1.0
*/
/* FONTS */

/*font-family: 'PFAgoraSansProMedium';*/

@import url('fonts/pfagorasanspro-medium/pfagorasanspro-medium.css');

/*font-family: 'PFAgoraSansProBold';*/

@import url('fonts/pfagorasanspro-bold/pfagorasanspro-bold.css');

/*font-family: 'PFAgoraSansProUltraBlack';*/

@import url('fonts/pfagorasanspro-ultrablack/pfagorasanspro-ultrablack.css');

@font-face {
    font-family: 'RobotoBoldCondensed';
    src: url('fonts/Roboto-BoldCondensed-webfont.eot');
    src: url('fonts/Roboto-BoldCondensed-webfont.eot?#iefix') format('embedded-opentype'),

    url('fonts/Roboto-BoldCondensed-webfont.woff') format('woff'),

    url('fonts/Roboto-BoldCondensed-webfont.ttf') format('truetype'),

    url('fonts/Roboto-BoldCondensed-webfont.svg#RobotoBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),

    url('fonts/Roboto-Regular-webfont.woff') format('woff'),

    url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),

    url('fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFAgoraSansProBlack';
    src: url('fonts/pfagorasanspro-black.eot');
    src: url('fonts/pfagorasanspro-black.eot') format('embedded-opentype'),
    url('fonts/pfagorasanspro-black.woff') format('woff'),
    url('fonts/pfagorasanspro-black.ttf') format('truetype'),
    url('fonts/pfagorasanspro-black.svg#PFAgoraSansProBlack') format('svg');
}

@font-face {
    font-family: 'PFAgoraSansProItalic';
    src: url('fonts/pfagorasanspro-italic.eot');
    src: url('fonts/pfagorasanspro-italic.eot') format('embedded-opentype'),
    url('fonts/pfagorasanspro-italic.woff') format('woff'),
    url('fonts/pfagorasanspro-italic.ttf') format('truetype'),
    url('fonts/pfagorasanspro-italic.svg#PFAgoraSansProItalic') format('svg');
}

@font-face {
    font-family: 'PFAgoraSansProRegular';
    src: url('fonts/pfagorasanspro-reg.eot');
    src: url('fonts/pfagorasanspro-reg.eot') format('embedded-opentype'),
    url('fonts/pfagorasanspro-reg.woff') format('woff'),
    url('fonts/pfagorasanspro-reg.ttf') format('truetype'),
    url('fonts/pfagorasanspro-reg.svg#PFAgoraSansProRegular') format('svg');
}


/* BASIC */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'PFAgoraSansProRegular', Helveticva, sans-serif;
    color: #333333;
    font-size: 15px;
    background: #d9d6ca url(images/body.png);
    margin: 0 auto;
    padding: 0 0;
}

img {
    border: 0;
    margin: 0;
}

a {
    color: #f96300;
    text-decoration: none;
    outline: none;
}



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

blockquote {
    color: #59666f;
    font-style: italic;
    font-family: Georgia;
    padding: 10px;
}

.clear {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ffffff;
    margin: 10px 0;
}

table td, table th {
    text-align: left;
    border: 1px solid #ffffff;
    padding: 0.4em 0.8em;
}

table th {
    background: #dddddd;
    color: rgb(64, 49, 50);
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #ffffff;
}

table td {
    border: 1px solid #ffffff;
    background: #eeeeee;
    color: #555555;
}

table tr.even td {
    background: #eeeeee;
    border: none;
}

table tr:hover td {
    background: #fff9df;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.alignright {
    float: right;
    padding-left: 14px;
}

.alignleft {
    float: left;
    padding-right: 14px;
}
.wp-caption {
    text-align: center;
    background: #eeeeee;
    margin: 10px;
    padding: 4px 0 5px;
}

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

.wp-caption p.wp-caption-text {
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    color: #444444;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}


* html .clearfix {
    height: 1%;
}

.rounded {
            border-radius: 5px;
       -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.boxshadow {
       -moz-box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
            box-shadow: 0 0 5px #000000;
}


.breadcrumbs {
    margin: 10px 0 -10px 25px;
    font-size: 16px;
}

.breadcrumbs a {
    text-decoration: underline;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumbs span.current:after {
    content: '▼';
    color: red;
    padding-left: 5px;
}


/* OUTER  */

#wrapper {
    width: 1000px;
    margin: 0 auto;
    margin-top: 25px;
    background: #ececec;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.75);
}

#hometopcover {
    width: 1000px;
    position: relative;
    background: #000000 url(images/banner.jpg) repeat-y;
    height: 500px;
}

#topcover {
    width: 1000px;
    position: relative;
    background: #000000 url(images/banner.jpg) repeat-y;
    height: 295px;
}

/* HEADER */



#masthead {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}



#head {
    width: 1000px;
    margin: 0 auto;
}



#top {
    height: 270px;
}



#blogname {
    width: 450px;
    height: 150px;
    float: left;
    background: url(images/logo.png) left center no-repeat;
    background-position-x: 10px;
}



#blogname h1 {
    font-size: 32px;
    margin: 15px 0 0 170px;
    font-family: 'PFAgoraSansProBold';
}



#blogname h1 a:link, #blogname h1 a:visited {
    color: rgb(253, 253, 0);
}



#blogname h1 a:hover {
    color: rgb(222, 30, 49);
}



#contactlist {
    float: right;
    color: #fff;
    font: 14px/16px 'PFAgoraSansProRegular', Helveticva, sans-serif;
    background: linear-gradient(45deg, #ffffff05, #abababe0);
    padding: 5px 10px;
}

#contactlist a {
    color: #fff;
}

#contactlist span {
    padding: 12px 20px 0 0;
    list-style: none;
    font: 18px/20px 'PFAgoraSansProBold', Helveticva, sans-serif;
}



#contactlist ul {
    padding: 5px 10px 0 10px;
    list-style: none;
    text-align: right;
}





#contactlist ul li {
    padding: 5px 10px 0px 0;
}



#contactlist li.phone {
    background: url(images/phone.png) right no-repeat;
    background-size: contain;
}



#contactlist li.velcom {
    background: url(images/velcom.png) right no-repeat;
    background-size: contain;
}



#contactlist li.mts {
    background: url(images/mts.png) right no-repeat;
    background-size: contain;
}



#contactlist li.email {
    background: url(images/email.png) right no-repeat;
    background-size: contain;
}



#contactlist li.work {
    background: url(images/work.png) right no-repeat;
    background-size: contain;
}



/* TOP-MENU */



#botmenu {
    height: 40px;
    margin: 0 20px 0 20px;
    width: 960px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    background: url(images/menu.png);
    text-transform: uppercase;
}



#submenu {
    margin: 0 0;
    width: 960px;
    padding: 0 10px;
}



#submenu ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 0;
}



#submenu li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #999999;
    text-shadow: 1px 1px 0 #111111;
}



#submenu li a {
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 11px 10px 14px 10px;
    text-decoration: none;
    position: relative;
    text-shadow: 1px 1px 0 #111111;
    border-right: 1px solid #44515a;
}



#submenu li a:hover, #submenu li a:active, #submenu .current_page_item a {
    color: #ffffff;
    text-shadow: 1px 1px 0 #111111;
    background: #41403c;
}



#submenu li a.sf-with-ul {
    padding-right: 10px;
}



#submenu li li a, #submenu li li a:link, #submenu li li a:visited {
    color: #dbd5c0;
    font-size: 11px;
    text-shadow: none;
    width: 148px;
    font-family: Arial, Tahoma, Verdana;
    margin: 0;
    padding: 0 10px;
    line-height: 35px;
    border-bottom: 1px solid #444444;
    border-top: 1px solid #2d2623;
    border-left: 1px solid #2d2623;
    border-right: 1px solid #444444;
    text-transform: none;
    position: relative;
    background: #2e2e2b;
}



#submenu ul ul li:first-child {
    border-top: none;
}



#submenu ul ul li:last-child {
    border-bottom: none;
}



#submenu li li:last-child {
    border-bottom: none;
}



#submenu li li a:hover, #submenu li li a:active {
    background: #343431;
    color: #ffffff;
}



#submenu li ul {
    z-index: 9999;
    position: absolute;
    left: -999em;
    height: auto;
    width: 170px;
    margin: 0 0;
    padding: 0;
    background: #282828;
            border-radius: 3px;
       -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}



#submenu li ul a {
    width: 150px;
}







#submenu li ul ul {
    margin: -37px 0 0 169px;
}



#submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li.sfHover ul ul, #submenu li.sfHover ul ul ul {
    left: -999em;
}



#submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li.sfHover ul, #submenu li li.sfHover ul, #submenu li li li.sfHover ul {
    left: auto;
}



#submenu li:hover, #submenu li.sfHover {
    position: static;
}



li.current_page_item, li.current_page_item a {
    color: #ffffff;
    text-shadow: 1px 1px 0 #111111;
    background: #41403c;
}



li.current-menu-item a, li.current-page-item a, li.current-page-ancestor a {
    color: #ffffff;
    text-shadow: 1px 1px 0 #111111;
    background: #41403c;
}





/* SEARCH FORM   */





#search {
    width: 210px;
    padding: 0;
    margin: 6px 10px 0 5px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.22);
    float: right;
}



#search form {
    margin: 0 0 0 0;
    padding: 0;
}



#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}



#search p {
    margin: 0;
    font-size: 85%;
}



#s {
    width: 200px;
    background: rgba(0, 0, 0, 0.22);
    margin: 0 0 0 3px;
    padding: 7px 0;
    height: 30px;
    border: none;
    font: normal 100% 'PFAgoraSansProRegular', Helveticva, sans-serif;
    color: rgba(255, 255, 255, 0.69);
    float: left;
    display: inline;
}



.searchtitle {
    padding: 10px 10px;
    background: #ffffff;
    margin: 20px 20px 0 20px;
    color: #888888;
    width: 940px;
    float: left;
}



/* Slider */



.bx-wrapper {
    margin: 0 0;
}



#pslider {
    width: 1000px;
    height: 500px;
}



.bx-pager {
    position: absolute;
    padding: 5px 10px 5px 5px;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}



a.pager-link {
    width: 13px;
    height: 13px;
    display: block;
    text-indent: -9000px;
    background: url(images/cog.png);
    float: right;
    margin-left: 5px;
}



a.pager-active {
    width: 13px;
    height: 13px;
    display: block;
    text-indent: -9000px;
    background: url(images/coga.png);
    float: right;
    margin-left: 5px;
}



.spanel {
    margin: 0 0;
    width: 1000px;
}



img.slideimg {
    width: 1000px;
    height: 500px;
}



/* BELOW HEADER */



#casing {
    width: 1000px;
    padding: 0 0 30px 0;
}









/* CONTENT AREA */

#homecontent {
    width: 960px;
    margin: 20px 20px;
}



#content {
    width: 670px;
    float: left;
    margin: 20px 0 0 20px;
}



#content-full {
    width: 959px;
    float: left;
    margin: 20px 0 0 20px;
}



.post {
    margin: 0 0 20px 0;
    color: #666666;
    background: #ffffff;
    padding: 0 0 25px 0;
}



.fullpost {
    margin: 30px 10px 20px 10px;
    color: #555555;
    background: #ffffff;
    padding: 0 0 25px 0;
}



.postimg {
    float: left;
    margin: 10px 15px 10px 0;
}



.title {
    margin: 0 0;
    padding: 0 0;
}



.title  h2 {
    margin: 0 0;
    padding: 30px 20px 10px 20px;
    font-size: 20px;
    font-weight: bold;
}



.title  h2 a, .title  h2 a:link, .title  h2 a:visited {
    color: #222222;
    background-color: transparent;
}



.title  h2 a:hover {
    color: #333333;
    background-color: transparent;
}



h1.main {
    font-family: 'PFAgoraSansProRegular', Helveticva, sans-serif;
    text-align: center;
    font-size: 26px;
    color: #202020;
    padding: 20px 10px;
}



h2.main, h3.main {
    text-align: center;
    color: #202020;
    padding: 10px;
    font: 20px/24px 'PFAgoraSansProBold', Helveticva, sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}



.postmeta {
    padding: 5px 20px;
    font-size: 11px;
    text-transform: uppercase;
}



.author {
    color: #a27548;
    padding: 2px 5px 2px 15px;
    background: url(images/user.png) left center no-repeat;
}



.clock {
    color: #a27548;
    padding: 2px 5px 2px 15px;
    background: url(images/clock.png) left center no-repeat;
}



.comm {
    color: #a27548;
    padding: 2px 5px 2px 15px;
    background: url(images/comm.png) left center no-repeat;
}



.comm a:link, .comm a:visited {
    color: #a27548;
}



.comm a:hover {
    color: #000000;
}



.singleinfo {
    margin-top: 10px;
}



.category {
    padding: 5px 0 5px 25px;
    color: #827a60;
    background: url(images/tag.png) left center no-repeat;
    font-size: 11px;
    text-transform: uppercase;
}



.category a:link, .category a:visited {
    color: #d1512a;
}



.category a:hover {
    color: #000000;
}



.entry {
    margin: 0 0 0 0;
    padding: 0 20px;
}



.entry a:link, .entry a:visited {
    color: #cf0808;
}



.entry a:hover {
    color: #ed1717;
}



.entry ul, .entry ol {
    margin: 0.4em 0 1em;
    font-size: initial;
}



.entry ul li, .entry ol li {
    list-style-position: outside;
    margin-left: 1.6em;
}



.entry p {
    margin: 5px 0 5px 0;
    padding: 5px 0;
    font: 18px/20px 'PFAgoraSansProRegular', Helveticva, sans-serif;
}



a.morer {
    background: #555555;
    padding: 5px 10px;
    float: right;
    color: #ffffff!important;
}



.steps4 ul {
    margin: 0 auto;
    display: block;
}



.steps4 ul li {
    list-style: none;
    margin-bottom: 20px;
    text-align: justify;
}



.steps4 h3 {
    text-align: center;
    font-size: 18px;
}



.steps4 li span {
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    display: block;
    vertical-align: middle;
    zoom: 1;
    webkit-border-radius: 240px;
    -moz-border-radius: 240px;
     -ms-border-radius: 240px;
      -o-border-radius: 240px;
         border-radius: 240px;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.2);
    width: 120px;
    line-height: 120px;
    height: 120px;
    padding: 0;
    border-width: 4px;
    font-size: 28px;
    margin: 0 auto;
}



li.step1 span {
    background-color: #e8543f;
}



li.step2 span {
    background-color: #fa9915;
}



li.step3 span {
    background-color: #8fcf00;
}



li.step4 span {
    background-color: #00b5e5;
}



.whyUl {
    width: 650px;
    padding: 0 0 0 7px;
}

.whyUl li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 270px;
    font-size: 16px;
    margin: 0 21px 33px 0;
    vertical-align: top;
    padding: 118px 0 0;
    position: relative;
}

.whyUl li img {
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}



.whyUl .i1 img {
    top: 9px;
}

.whyUl .i2 img {
    top: 7px;
}

.whyUl .i4 img {
    top: -10px;
}

.whyUl .i5 img {
    top: 20px;
}

.whyUl .i5 {
    margin-left: 160px;
}



a.price {
    background: url(images/xls.png) no-repeat;
    height: 109px;
    width: auto;
    display: block;
}



/* .price span {
    margin-top: 40px;
    margin-right: 80px;
    float: right;
} */



span.pricetyre {
    font-size: 1.5rem;
    font-weight: bold;
}



a.price:hover {
    -webkit-filter: contrast(150%);
}



/* b-files */

.b-files {
    margin-bottom: 30px;
}

.b-files ul {
    list-style: none;
}

.b-files .file {
    padding: 0 0 0 55px;
    position: relative;
    color: #3a3a3a;
    margin: 0;
    background: none;
}

.b-files .file .pic {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    cursor: pointer;
    width: 40px;
    height: 50px;
    background: url('images/sprt-docs.png') no-repeat;
}

.b-files .file._doc .pic {
    padding: 12px 0 0 55px;
    background-position: 0 -65px;
}

.b-files .file._pdf .pic {
    background-position: 0 0;
}

.b-files .file._xls .pic {
    background-position: 0 -130px;
}

.b-files .file .misc {
    color: #7d7d7d;
}



.b-files a {
    border-bottom: 1px solid;
    border-color: rgba(60,99,163,0.6);
}



/* SIDEBAR */



#right {
    margin-right: 20px;
    width: 270px;
    float: right;
}



/* Twitter updates */



p.twitter-message {
    color: #666666;
    margin: 10px 0 10px 0;
    padding-bottom: 5px;
    font-size: 12px;
    text-shadow: 1px 1px 0 #ffffff;
}



a.twitter-link {
    color: #cf4c23;
}



a.twitter-user {
    color: #cf4c23;
}



/* Banners */





.squarebanner {
    margin: 20px 0 10px 0;
}



.squarebanner ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0 0 0 0;
    overflow: hidden;
}



.squarebanner ul li {
    list-style-type: none;
    margin: 10px 20px 10px 0;
    float: left;
    display: inline;
}



.squarebanner ul li.rbanner {
    margin-right: 0;
}



/* WIDGETS */

.sidebar {
    float: left;
}



h3.sidetitl {
    color: #444444;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    background: #ffffff;
    text-transform: uppercase;
}



#menu-side ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px;
}



#menu-side li {
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
}



#menu-side ul ul {
    list-style-type: none;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}



#menu-side ul li {
    height: 100%;
    line-height: 18px;
    clear: left;
    width: 270px;
    list-style-type: none;
    margin: 0;
    font-size: 12px;
}



#menu-side li a {
    display: block;
    color: #ffffff;
    padding: 10px;
    font: 14px/18px 'PFAgoraSansProBold', Helveticva, sans-serif;
    text-transform: uppercase;
    background-image: -webkit-gradient(

    linear,

    left bottom,

    right bottom,

    color-stop(0, rgb(64, 49, 50)),

    color-stop(1, rgb(222, 30, 49))

    );
    background-image:      -o-linear-gradient(right, rgb(64, 49, 50) 0%, rgb(222, 30, 49) 100%);
    background-image:    -moz-linear-gradient(right, rgb(64, 49, 50) 0%, rgb(222, 30, 49) 100%);
    background-image: -webkit-linear-gradient(right, rgb(64, 49, 50) 0%, rgb(222, 30, 49) 100%);
    background-image:     -ms-linear-gradient(right, rgb(64, 49, 50) 0%, rgb(222, 30, 49) 100%);
    background-image:         linear-gradient(to right, rgb(64, 49, 50) 0%, rgb(222, 30, 49) 100%);
}



#menu-side li a:hover, #menu-side li.current-menu-item a, #menu-side li.current-page-ancestor a {
    color: #ffffff;
    background-image: -webkit-gradient(

    linear,

    right bottom,

    left bottom,

    color-stop(0, rgb(64, 49, 50)),

    color-stop(1, rgb(222, 30, 49))

    );
    background-image:      -o-linear-gradient(left, rgb(64, 49, 50) 0%, rgb(222, 30, 49) 100%);
    background-image:    -moz-linear-gradient(left, rgb(64, 49, 50) 0%, rgb(222, 30, 49) 100%);
    background-image: -webkit-linear-gradient(left, rgb(64, 49, 50) 0%, rgb(222, 30, 49) 100%);
    background-image:     -ms-linear-gradient(left, rgb(64, 49, 50) 0%, rgb(222, 30, 49) 100%);
    background-image:         linear-gradient(to left, rgb(64, 49, 50) 0%, rgb(222, 30, 49) 100%);
}



.sidebox {
    width: 270px;
    list-style: none;
    color: #666666;
    margin: 20px 0 10px;
}



.sidebox ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px;
}



.sidebox li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}



.sidebox ul ul {
    list-style-type: none;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}



.sidebox ul li {
    height: 100%;
    line-height: 18px;
    clear: left;
    width: 270px;
    list-style-type: none;
    margin: 0;
    font-size: 12px;
}



.sidebox ul li a:link, .sidebox ul li a:visited {
    color: #666666;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}



.sidebox ul li a:hover {
    color: #c90000;
}



.sidebox.widget_categories ul li, .sidebox.widget_pages ul li, .sidebox.widget_archive ul li, .sidebox.widget_links ul li {
    padding-left: 0;
    border-bottom: 1px solid #fafafa;
}



.sidebox.widget_recent_entries ul li a {
    border-bottom: 1px solid #fafafa;
}



ul#recentcomments li.recentcomments {
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0;
}



div#calendar_wrap {
    border: 1px solid #ffffff;
    margin: 0 auto;
    padding: 0;
}



table#wp-calendar {
    width: 100%;
    border: none;
    margin: 0!important;
    padding: 0;
}



#wp-calendar caption {
    font-size: 16px;
    color: #375752;
    font-weight: 400;
    font-family: BebasNeueRegular,Georgia,Century gothic, Arial, sans-serif;
    text-transform: uppercase;
    padding: 10px 5px 5px;
}



#wp-calendar th, #wp-calendar td {
    text-align: center;
    color: #ffffff;
    background: #555555;
    padding: 7px 5px;
}



#wp-calendar tr {
    margin: 0!important;
}



#wp-calendar td {
    background-color: #eeeeee;
    color: #444444;
    margin: 0!important;
}



#wp-calendar td a {
    border: none;
    color: #d1512a;
}



.sidebox ul ul ul, .sidebox ul ul ul ul {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
}



/* COMMENTS */

#commentsbox {
    margin: 0 0 0 0;
}



h3#comments {
    font-size: 14px;
    color: #111111;
    font-weight: 400;
    margin-top: 10px;
    padding: 15px 0;
}



ol.commentlist {
    clear: both;
    overflow: hidden;
    list-style: none;
    margin: 0;
}



ol.commentlist li {
    line-height: 18px;
    background: #ffffff;
    margin: 5px 0 20px 0;
    padding: 10px;
    color: #777777;
}



.authordata {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #f4f4f4;
}



.authordata .avatar {
    float: left;
}



.avatmeta {
    float: left;
    margin-left: 10px;
}



span.fn {
    display: block;
}



span.commentmetadata {
    color: #f96300;
}



span.reply-container {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    background: #eeeeee;
    border: 1px solid #dddddd;
    color: #888888;
    text-decoration: none;
    padding: 0 10px;
    font-size: 10px;
}



span.reply-container a {
    color: #888888;
}



ol.commentlist li ul.children {
    list-style: none;
    text-indent: 0;
    margin: 1em 0 0;
}



.comment-nav {
    height: 20px;
    padding: 5px;
}



.comment-nav a:link, .comment-nav a:visited {
    color: #e73540;
}



#respond {
    margin: 10px 0;
    padding: 0;
}



#respond h3 {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    padding: 5px 0 0;
}



#commentform {
    padding: 10px 0;
}



#commentform a {
    color: #e1512a;
}



#commentform p {
    color: #999999;
    margin: 5px 0;
}



#respond label {
    display: block;
    color: #999999;
    padding: 5px 0;
}



#respond input {
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #02070f;
    margin: 0 10px 10px 0;
    padding: 5px;
}



#commentform input {
    width: 50%;
}



#respond input#commentSubmit {
    width: 100px;
    background: #545454;
    border: 1px solid #333333;
    color: #ffffff;
    cursor: pointer;
    margin: 10px 0;
    padding: 3px 5px;
}



textarea#comment {
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 70%;
    color: #02070f;
    margin: 10px 0 0;
    padding: 5px;
}



ol.commentlist li .comment-author, ol.commentlist li .comment-author .fn {
    color: #333333;
}



#respond label small {
    font-size: 10px;
}

.img-responsive,
.entry p > img {
    max-width: 100%;
    height: auto;
}


ol.commentlist li ul.children li.depth-2, ol.commentlist li ul.children li.depth-3, ol.commentlist li ul.children li.depth-4, ol.commentlist li ul.children li.depth-5 {
    margin: 0 0 0 20px;
}



.makeorder {
    display: block;
    width: 420px;
    text-align: center;
    margin: 20px auto 0;
    background:    -moz-linear-gradient(top,  rgb(222, 30, 49) 0%, rgb(64, 49, 50) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(222, 30, 49)), color-stop(100%,rgb(64, 49, 50))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(222, 30, 49) 0%, rgb(64, 49, 50) 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  rgb(222, 30, 49) 0%, rgb(64, 49, 50) 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  rgb(222, 30, 49) 0%, rgb(64, 49, 50) 100%); /* IE10+ */
    background:         linear-gradient(to bottom,  rgb(222, 30, 49) 0%, rgb(64, 49, 50) 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DE1E31', endColorstr='#413132',GradientType=0 ); /* IE6-9 */
    border: 2px #ffffff dashed;
    padding: 0 30px;
    -webkit-box-shadow: 0 3px 11px 0 rgba(50, 50, 50, 0.58);
       -moz-box-shadow: 0 3px 11px 0 rgba(50, 50, 50, 0.58);
            box-shadow: 0 3px 11px 0 rgba(50, 50, 50, 0.58);
}



.makeorder h2 {
    color: #ffffff;
    padding-top: 5px;
}



input[type=text].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, textarea.wpcf7-not-valid {
    border: 1px solid #ec3c06;
}



.wpcf7-not-valid {
    border-color: #f15091 !important;
}

.wpcf7-not-valid-tip {
    color: #f15091 !important;
    font-size: 16px !important;
}

div.wpcf7-response-output {
    margin: 30px 0 30px !important;
    padding: 0 !important;
}

div.wpcf7-validation-errors {
    border: 0 !important;
    text-align: center;
    padding: 0 70px !important;
}

div.wpcf7-mail-sent-ok {
    border: 0 !important;
    text-align: center;
}



.wpcf7-captchac {
    padding: 20px 40px;
    border: 1px solid #dee1e1;
    margin-bottom: 10px;
}



textarea, input[type=text], input[type=email], input[type=tel], input[type=password] {
    border: 1px solid #cccccc;
    padding: 10px 10px;
    width: 80%;
            box-sizing: border-box;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
}





.wpcf7 input.wpcf7-submit {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.15);
    background-color: #eeeeee;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
    background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
    background:    -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
    background:      -o-linear-gradient(top, #fbfbfb, #e1e1e1);
    background:         linear-gradient(top, #fbfbfb, #e1e1e1);
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    border: 1px solid #d4d4d4;
    height: 32px;
    line-height: 32px;
    padding: 0 25.6px;
    font-weight: 300;
    font-size: 14px;
    font-family: 'PFAgoraSansProRegular', Helveticva, sans-serif;
    color: #666666;
    text-shadow: 0 1px 1px white;
    margin: 0;
    text-decoration: none;
    text-align: center;
}



.wpcf7 input.wpcf7-submit:hover {
    cursor: pointer;
    background-color: #eeeeee;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #ffffff, #dcdcdc);
    background:    -moz-linear-gradient(top, #ffffff, #dcdcdc);
    background:      -o-linear-gradient(top, #ffffff, #dcdcdc);
    background:         linear-gradient(top, #ffffff, #dcdcdc);
}



.wpcf7 input.wpcf7-submit:active {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 white;
       -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 white;
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 white;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    background: #eeeeee;
    color: #bbbbbb;
    outline: none;
}

/* Archive title and pagination */



h1.pagetitle {
    font-size: 14px;
    margin-bottom: 20px;
    color: #777777;
}





/*warranty*/



.warranty {
    margin: 0 auto;
}



.warranty ul {
    display: inline-flex;
    justify-content: space-between;
    list-style: none;
}



.warranty ul li {
    align-self: flex-start;
    text-align: center;
    font-size: 20px;
}



/* Footer widgets */





#bottom {
    margin: 0 auto;
    width: 999px;
    background: #222222;
    border-left: 1px solid #111111;
    border-right: 1px solid #111111;
    border-bottom: 1px solid #181818;
}



.bottomcover {
    margin: 0 auto;
}



h3.bothead {
    padding: 10px 0 10px 0;
    color: #cccccc;
    font: 16px/20px 'PFAgoraSansProBold', Helveticva, sans-serif;
    text-transform: uppercase;
}



.botwid {
    float: left;
    width: 215px;
    padding-bottom: 30px;
    font-size: 15px;
    font-family: 'PFAgoraSansProRegular', Helveticva, sans-serif;
    margin: 20px 10px 0 20px;
    color: #dddddd;
    list-style: none;
}



.botwid ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 0;
}



.botwid li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}



.botwid ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 0;
    background-repeat: no-repeat;
}



.botwid ul ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}



.botwid ul ul ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}



.botwid ul li {
    height: 100%;
    line-height: 18px;
    clear: left;
    width: 215px;
    list-style-type: none;
}



.botwid ul li a:link, .botwid ul li a:visited {
    color: #777777;
    text-decoration: none;
    padding: 5px 0 5px 0;
    display: block;
    border-bottom: 1px dotted #444444;
}



.botwid ul li a:hover {
    color: #ffffff;
}



.botwid p {
    padding: 7px 0;
    margin: 0;
    line-height: 150%;
}



.botwid table {
    width: 100%;
    text-align: center;
    color: #787d7f;
}



#footer-contacts {
    font: 12px/14px 'PFAgoraSansProRegular', Helveticva, sans-serif;
}



#footer-contacts  span {
    list-style: none;
    font: 18px/20px 'PFAgoraSansProBold', Helveticva, sans-serif;
}



#footer-contacts  ul {
    list-style: none;
}



#footer-contacts ul li {
    padding: 2px 0 2px 25px;
}



#footer-contacts  li.phone {
    background: url(images/phone-foo.png) left no-repeat;
}



#footer-contacts li.velcom {
    background: url(images/velcom-foo.png) left no-repeat;
}



#footer-contacts  li.mts {
    background: url(images/mts-foo.png) left no-repeat;
}



#footer-contacts  li.email {
    background: url(images/email-foo.png) left no-repeat;
}



#footer-contacts  li.write {
    background: url(images/write-foo.png) left no-repeat;
}



#footer-contacts a {
    font: 17px/12px 'PFAgoraSansProBold', Helveticva, sans-serif;
    border-bottom: 1px dashed;
}



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



.products img {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}



.products img:hover {
    -webkit-filter: contrast(120%);
}



.img:hover {
    -webkit-filter: contrast(120%);
}



.item {
    width: 220px;
    display: inline-block;
    margin: 25px 0;
}



.item2 {
    width: 250px;
    display: inline-block;
    margin: 25px 0;
}



.item3 {
    width: 220px;
    display: inline-block;
    margin: 25px 0;
}



.item3 span {
    font: 11px/16px 'PFAgoraSansProBold', Helveticva, sans-serif;
    padding: 14px 0 10px 0;
}



.tires {
    display: block;
    background: #202020;
    color: yellow;
    padding: 10px;
    font: 16px/20px 'PFAgoraSansProBold', Helveticva, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}



.tires:hover {
    color: #202020;
    background: yellow;
}


/*catalog items*/
.catalog_list  .catalog_item{
    display: inline-block;
    width: -webkit-calc(33% - 4rem);
    width: calc(33% - 4rem);
    margin: 0 1.5rem;
    position: relative;
    margin-bottom: 2rem;
}

.catalog_list .catalog_item h2 {
    font-size: 16px;
}



.portfolio_details_inner .left_img {
    width: 25%;
    float: left;
    position: relative;
    padding-right: 10px;
}

.portfolio_details_inner .right_text {
    width: 70%;
    float: right;
    padding-left: 10px;
} 

.end-produced {
    font-size: 22px;
    color: #999;
}

.right_text .entry-title {
    font-size: 22px;
    margin-bottom: 10px;
}


.catalog_item {
  margin-bottom: 30px; }

  .catalog_item img {
    border-radius: 5px; }

.catalog_item span.discount::before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(images/icons_discount.svg) center no-repeat;
    right: 10px;
    top: 0px;
    z-index: 9;
}
.catalog_item span.new::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 25px;
    background: url(images/icons_new.svg) center no-repeat;
    left: 5px;
    top: 10px;
    z-index: 9;
}

.catalog_item span.hit::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 25px;
    background: url(images/icons_hit.svg) center no-repeat;
    left: 5px;
    top: 10px;
    z-index: 9;
}

.home .catalog_item:hover {
    background: linear-gradient(180deg, rgba(248,248,248,0) 0%, rgba(248,248,248,0) 50%, #F8F8F8 100%);
}

.catalog_item .price {
  position: relative;
  text-align: center;
}

.catalog_item__price {
    font-size: 16px;
    color: #1D2838;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.discount .catalog_item__price {
  color: #E93C3C;
}

.catalog_item__oldprice {
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    color: rgba(29, 40, 56, 0.5);
    font-weight: 700;
    display: inline-block;
    position: relative;
}


.catalog_item__oldprice::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #1D2838;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.stock {
    padding: 15px 0
}

.cat_phones {
    margin-top: 15px;
    list-style: none;
    padding-left: 20px;
}

.catalog_item-related {
    width: 23.333%;
    float: left;
    padding: 0 10px 0 0;
}

.catalog_item-related a img {
    width: auto;
    max-height: 200px;
}

.catalog_item-related .end-produced,
.catalog_list .end-produced {
    font-size: 13px;
}

.cat_related {
    margin: 15px 0;
}

.searchandfilter {
    margin: 15px 0
}

.searchandfilter .filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    list-style: none;
    margin-bottom: 2em;
}

.filter-wrapper li {
    margin-bottom: 1rem;
}

.filter-wrapper .filter_label {
    margin-bottom: 1rem;
    font-weight: 700;
}

.filter-wrapper .product_cat {
    width: 100%;
}
.filter-wrapper .product_width,
.filter-wrapper .product_profile {
    width: 30%;
    padding-right: 2em;
}
.filter-wrapper .product_diameter {
    width: 30.9%;
}
.filter-wrapper .product_brand {
    width: 100%;
}
.filter-wrapper .product_brand .filter_label {
    text-align: center;
}

.filter-wrapper .product_brand ul {
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;

}

/* .filter-wrapper .product_brand ul li.cat-item label{
  display: block;
  position: relative;
  cursor: pointer;
} */

.filter-wrapper .product_brand ul li.cat-item label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.1rem;
}

.filter-wrapper .product_brand li.cat-item input {
    width: 18px;
    height: 18px;
    vertical-align: top;

}

.search input[type="text"] {
    border: none;
    height: 72px;
    width: 100%;
    margin: 0 -60px 0 0;
    font: inherit;
    padding: 0 90px 0 30px;
    vertical-align: top;
}

.searchandfilter input[type="submit"] {
    border: none;
    text-align: center;
    vertical-align: middle;
   display: block;
    color: #ffffff;
    padding: 10px;
    font: 14px/18px 'PFAgoraSansProBold', Helveticva, sans-serif;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, rgb(64, 49, 50)),color-stop(1, rgb(222, 30, 49)));
    background-image:      -o-linear-gradient(right, rgb(64, 49, 50) 0%, rgb(222, 30, 49) 100%);
    background-image:    -moz-linear-gradient(right, rgb(64, 49, 50) 0%, rgb(222, 30, 49) 100%);
    background-image: -webkit-linear-gradient(right, rgb(64, 49, 50) 0%, rgb(222, 30, 49) 100%);
    background-image:     -ms-linear-gradient(right, rgb(64, 49, 50) 0%, rgb(222, 30, 49) 100%);
    background-image:         linear-gradient(to right, rgb(64, 49, 50) 0%, rgb(222, 30, 49) 100%);
    cursor: pointer;
}

.searchandfilter input[type="submit"]:hover {
    color: rgb(253, 253, 0);
}

.searchandfilter select {
    padding: 0 50px 0 30px;
    overflow: hidden;
    height: 39px;
    width: 100%;
}

.select select {
    padding: 0 50px 0 30px;
    overflow: hidden;
    height: 72px;
    width: 100%;
}

.select:before {
    content: ">";
    font: 18px;
    color: #2f99eb;
    position: absolute;
    line-height: 72px;
    width: 50px;
    right: 0;
    top: 0;
    text-align: center;
}

.page_link {
    margin: 30px 0 15px 30px;
}


/* --- FOOTER --- */



#footer {
    padding: 30px 0 30px 0;
    color: #ffffff;
    font-size: 11px;
    background: url(images/foo.png) top repeat-x,

    #000000 url(images/footer_tires.png) no-repeat;
    border-top: 1px solid#333333;
    margin-bottom: 25px;
}



#footer a:link, #footer a:visited {
    color: #7aff00;
    text-decoration: underline;
}



#footer a:hover {
    color: #777777;
}



.fcred {
    width: 1000px;
    text-align: center;
    margin: 0 auto;
    line-height: 16px;
}



.site {
    position: absolute;
    margin-top: 150px;
}



.site img {
    opacity: 0.2;
    -webkit-filter: grayscale(100%);
}



.site img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
}



/* Pagenavi */

#navigation {
    padding-left: 0;
}



.wp-pagenavi {
    font-size: 12px;
    text-align: center !important;
}



.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
    text-decoration: none;
    background: #493d3d!important;
    border: 1px solid #191313 !important;
    color: #ffffff !important;
    padding: 3px 7px !important;
    display: block;
    text-align: center;
    float: left;
    margin-right: 4px;
}



.wp-pagenavi a:hover {
    color: #ffffff;
}



.wp-pagenavi span.pages {
    display: none;
}



.wp-pagenavi span.current {
    text-decoration: none;
    background: #333333 !important;
    border: 1px solid #111111!important;
    color: #ffffff !important;
    padding: 3px 7px !important;
    display: block;
    text-align: center;
    float: left;
    margin-right: 4px;
}



.wp-pagenavi span.extend {
    text-decoration: none;
    background: #333333 !important;
    border: 1px solid #111111 !important;
    color: #ffffff !important;
    padding: 3px 7px !important;
    display: block;
    text-align: center;
    float: left;
    margin-right: 4px;
}



.map {
    width: 100%;
    height: 350px;
    margin-bottom: -30px;
    -webkit-box-shadow: 0 1px 12px 0 rgba(50, 50, 50, 0.72);
       -moz-box-shadow: 0 1px 12px 0 rgba(50, 50, 50, 0.72);
            box-shadow: 0 1px 12px 0 rgba(50, 50, 50, 0.72);
}



#map {
    width: 100%;
    height: 350px;
    margin-bottom: -30px;
    -webkit-box-shadow: 0 1px 12px 0 rgba(50, 50, 50, 0.72);
       -moz-box-shadow: 0 1px 12px 0 rgba(50, 50, 50, 0.72);
            box-shadow: 0 1px 12px 0 rgba(50, 50, 50, 0.72);
}



.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity 0.5s;
       -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
         -o-transition: opacity 0.5s;
            transition: opacity 0.5s;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup img {
    display: inline;
    border: none;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background: #ffffff;
}

.popup {
    background-color: #ffffff;
    border: 3px solid #ffffff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 10px;
    position: fixed;
    text-align: justify;
    font: 14px Helvetica, Arial, Sans-Serif;
    top: 40%;
    visibility: hidden;
    z-index: 999;
    color: #000000;
    font-size: 1.2em;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
        -ms-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
       -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
        -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
         -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
            box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -webkit-transition: opacity 0.5s, top 0.5s;
       -moz-transition: opacity 0.5s, top 0.5s;
        -ms-transition: opacity 0.5s, top 0.5s;
         -o-transition: opacity 0.5s, top 0.5s;
            transition: opacity 0.5s, top 0.5s;
}

.overlay:target + .popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

/* Кнопка закрытия окна  */

.close {
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #cccccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 24px;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
        -ms-border-radius: 15px;
         -o-border-radius: 15px;
            border-radius: 15px;
       -moz-box-shadow: 1px 1px 3px #000000;
    -webkit-box-shadow: 1px 1px 3px #000000;
            box-shadow: 1px 1px 3px #000000;
}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: 'X';
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}

.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}

.popup p, .popup div {
    margin-bottom: 10px;
}



.addresses {
    margin-left: 4%;
    font-size: 14px;
    line-height: normal;
}



.addresses .cntc {
    font-weight: 700;
    padding-top: 0.5em;
}


.beer-slider {
    max-width: calc(50% - 12px)
}

.discs-list {
    padding: 1rem 0;
    color: #000;
    column-count: 2;
}
.discs-list li {
    font-weight: normal;
    font-size: 1.375rem;
}

.steps {
    margin: 2rem auto;
    width: 100%;
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    flex-flow: row wrap;
}

h3.steps__title {
    font-size: 1.375rem;
    text-align: center;
    margin: 2rem auto;
}

.steps .step {
    margin: 2rem 0;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

.step__number {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 1rem;
    margin: 0 0 1rem 1rem;
    display: inline-block;
    text-align: center;
    background: #ececec;
    color: #f41900;
    border-radius: 50%;
}
.step__head {
    font-size: 1.375rem;
    font-weight: 700;
    padding: 0 1rem;
    margin-bottom: 1rem;
}

.step__description {
    font-size: 1.1rem;
    padding: 0 1rem;
}


/*      Row + Column

---------------------------------------------------------------*/
.sd-row {
    clear: both;
    zoom: 1;
    margin-bottom: 1.5em;
}

.sd-row:before, .sd-row:after {
    display: table;
    content: '';
}

.sd-row:after {
    clear: both;
}

.sd-column {
    display: block;
    margin: 0 4% 0 0;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.sd-column-last {
    margin-right: 0;
}

.sd-row .sd-column {
    margin: 0 0 0 4%;
}

.sd-row .sd-column.sd-column-size-1-1 {
    margin-left: 0;
    margin-right: 0;
}

.sd-row .sd-column:first-child {
    margin-left: 0;
}

.sd-column-centered {
    margin-right: auto !important;
    margin-left: auto !important;
    float: none !important;
}

.sd-column img, .sd-column iframe, .sd-column object, .sd-column embed {
    max-width: 100%;
}

@media only screen {
    [class*='su-column'] + [class*='su-column']:last-child {
        float: right;
    }
}

.sd-column-size-1-1 {
    width: 100%;
}

.sd-column-size-1-2 {
    width: 48%;
}

.sd-column-size-1-3 {
    width: 30.66%;
}

.sd-column-size-2-3 {
    width: 65.33%;
}

.sd-column-size-1-4 {
    width: 22%;
}

.sd-column-size-3-4 {
    width: 74%;
}

.sd-column-size-1-5 {
    width: 16.8%;
}

.sd-column-size-2-5 {
    width: 37.6%;
}

.sd-column-size-3-5 {
    width: 58.4%;
}

.sd-column-size-4-5 {
    width: 79.2%;
}

.sd-column-size-1-6 {
    width: 13.33%;
}

.sd-column-size-5-6 {
    width: 82.66%;
}

/* Styles for screens that are less than 768px */

@media only screen and (max-width: 768px) {
    .sd-column {
        width: 100% !important;
        margin: 0 0 1.5em 0 !important;
        float: none !important;
    }

    .sd-row .sd-column:last-child {
        margin-bottom: 0 !important;
    }

    .catalog_list .catalog_item {
            width: -webkit-calc(50% - 4rem);
    width: calc(50% - 4rem);
    }

    .searchandfilter .fwrap {
        padding: 0 1em;
    }

    .searchandfilter .filter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            align-items: baseline;
    }
    .filter-wrapper .product_width, 
    .filter-wrapper .product_profile,
    .filter-wrapper .product_diameter {
        width: 100%;
    }
    .catalog_item img {
        width: 200px;
    }
    .beer-slider {
        max-width: calc(50% - 12px)
    }

    .warranty ul {
    display: flex;
    text-align: left;
    flex-direction: column;
    }

    .warranty ul li {
        text-align: left;
    }
}

.top-msg {
    margin: 30px auto;
    background: rgb(245, 25, 0);
    padding: 15px;
    font-size: 1.5em;
    color: #ffffff;
    text-align: center;
}



.promo a {
    display: inherit;
    padding: 15px 0;
    background: #222222;
    background-image: repeating-linear-gradient(transparent 7px, rgba(0, 0, 0, 0.8) 9px, rgba(0, 0, 0, 0.8) 13px, transparent 13px);
    color: #faf37e;
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 25px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 80px #ff0000, 0 0 105px #ff0000;
    font-size: 30px;
    margin: 0 0 25px 0;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.8);
            animation: blinky 10s infinite;
    -webkit-animation: blinky 10s infinite;
    text-align: center;
}



.promo a:hover, .promo a:focus, .promo a:active {
    text-decoration: none;
}

.promo__block a img {
    -webkit-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}

.promo__block a:hover img {
    filter: drop-shadow(-5px 3px 28px #d8b8b8);
-webkit-filter: drop-shadow(-5px 3px 28px #d8b8b8);
-moz-filter: drop-shadow(-5px 3px 28px #d8b8b8);
-webkit-transform: scale(1.04);
-ms-transform: scale(1.04);
-o-transform: scale(1.04);
transform: scale(1.04);
}



/*animations*/



@-webkit-keyframes blinky {
    21%, 39%, 45%, 47%, 53% {
        color: #111111;
        text-shadow: none;
    }



    26%, 38%, 40%, 44%, 46%, 48% {
        color: #faf37e;
        text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 25px #ffa500, 0 0 35px #ff0000, 0 0 50px #ff0000, 0 0 65px #ff0000, 0 0 100px #ff0000;
    }
}

@-moz-keyframes blinky {
    21%, 39%, 45%, 47%, 53% {
        color: #111111;
        text-shadow: none;
    }



    26%, 38%, 40%, 44%, 46%, 48% {
        color: #faf37e;
        text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 25px #ffa500, 0 0 35px #ff0000, 0 0 50px #ff0000, 0 0 65px #ff0000, 0 0 100px #ff0000;
    }
}

@-webkit-keyframes blinky {
    21%, 39%, 45%, 47%, 53% {
        color: #111111;
        text-shadow: none;
    }



    26%, 38%, 40%, 44%, 46%, 48% {
        color: #faf37e;
        text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 25px #ffa500, 0 0 35px #ff0000, 0 0 50px #ff0000, 0 0 65px #ff0000, 0 0 100px #ff0000;
    }
}

@-o-keyframes blinky {
    21%, 39%, 45%, 47%, 53% {
        color: #111111;
        text-shadow: none;
    }



    26%, 38%, 40%, 44%, 46%, 48% {
        color: #faf37e;
        text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 25px #ffa500, 0 0 35px #ff0000, 0 0 50px #ff0000, 0 0 65px #ff0000, 0 0 100px #ff0000;
    }
}

@-ms-keyframes blinky {
    21%, 39%, 45%, 47%, 53% {
        color: #111111;
        text-shadow: none;
    }



    26%, 38%, 40%, 44%, 46%, 48% {
        color: #faf37e;
        text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 25px #ffa500, 0 0 35px #ff0000, 0 0 50px #ff0000, 0 0 65px #ff0000, 0 0 100px #ff0000;
    }
}

@keyframes blinky {
    21%, 39%, 45%, 47%, 53% {
        color: #111111;
        text-shadow: none;
    }



    26%, 38%, 40%, 44%, 46%, 48% {
        color: #faf37e;
        text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 25px #ffa500, 0 0 35px #ff0000, 0 0 50px #ff0000, 0 0 65px #ff0000, 0 0 100px #ff0000;
    }
}



/* Адаптивное меню*/



.button-menu {
    display: none;
}



@media (max-width: 999px) {
    .beer-slider {
        max-width: calc(50% - 12px)
    }
    #wrapper {
        width: 100%;
    }
    #topcover {
        width: 100%;
    }
    #head {
        width: 100%;
    }
    #masthead {
        width: 100%;
    }
    #botmenu {
        width: 100%;
        font-size: 13px;
        margin: 0;
        background: url('images/menu1.png');
        display: block;
    }
    #submenu {
        margin: 0 0;
        width: 100%;
        padding: 0;
    }
    #casing {
        width: 100%;
    }
    #content-full {
        width: 100%;
        margin-left: 0;
    }
    .aligncenter {
        width: 100%;
    }
    .fcred {
        width: 100%;
    }
    #bottom {
        width: 100%;
    }
    .botwid ul li {
        width: 165px;
    }
    .botwid {
        width: 21%;
        margin-top: 20px;
    }


    #footer-contacts ul li {
        padding: 2px 0 2px 22px;
    }
    #content {
        width: 60%;
    }
    #right {
        margin-right: 35px;
        width: 30%;
    }
    .alignleft {
        width: 30%;
        height: auto;
        padding: 0;
        margin-left: 3%;
    }
    .entry p {
        text-align: center;
    }

    .page-list {
        text-align: center;
    }
    .whyUl {
        width: 100%;
        text-align: center;
    }
    .whyUl .i5 {
        margin: 0;
    }
    .entry p img {
        width: auto;
    }
    td:nth-child(4) {
        /*display: none;*/
    }
    #topcover {
        background-size: cover;
    }
}

@media (max-width: 786px) {
    #contactlist {
        display: none;
    }
    #wrapper {
        width: 100%;
        margin: 0;
    }
    #blogname {
        width: 70%;
        height: 90px;
        float: left;
        background: url(images/logo.png) left center no-repeat;
        background-position-x: 5px;
        background-size: 80px 80px;
        background-position-y: 5px;
    }
    #topcover {
        width: 100%;
        position: static;
        background: #000000 url(images/banner.jpg) repeat-y;
        height: 200px;
        background-size: cover;
        z-index: 999;
    }
    #blogname h1 {
        font-size: 14px;
        margin: 33px 0 0 90px;
    }
    #bottom {
        width: 100%;
        margin-right: 0;
        border-left: none;
        border-right: none;
    }
    .botwid {
        width: 41%;
    }
    .botwid ul li {
        width: 95%;
    }
    #footer-contacts span {
        font: 12px/20px 'PFAgoraSansProBold', Helveticva, sans-serif;
    }
    .site {
        display: none;
    }
    #footer {
        margin-bottom: 0;
    }
    #top {
        height: 245px;
    }
    #botmenu {
        overflow: visible;
        height: 360px;
        display: none;
    }
    #submenu li {
        float: none;
    }
    .addresses {
        margin-left: 7%;
    }
    #content-full {
        margin-top: 0;
    }
    .button-menu {
        float: right;
        margin-right: 5%;
        margin-top: 20px;
        display: block;
        cursor: pointer;
    }
    .button-menu img {
        width: 50px;
    }
    .rotate-btn {
        transform: rotate(360deg);
        transition: 0.5s;
    }
    .rotate-btn-q {
        transform: rotate(-360deg);
        transition: 0.5s;
    }

    .button-menu > span {
        color: yellow;
        text-transform: uppercase;
        font-weight: 700;
        width: 100%;
        height: 100%;
    }
    #right {
        display: none;
    }
    #content {
        width: 100%;
        margin: 5px 0 0 0;
    }
    #casing {
        padding: 0;
    }
    .alignleft {
        width: 30%;
        height: auto;
        padding: 0;
        margin-left: 3%;
    }
    .entry p {
        text-align: left;
    }
    .entry p > img {
        margin: 3%;
    }
    .post {
        margin-top: 20px;
    }
    .page-list {
        text-align: center;
    }
    .makeorder {
        width: auto;
    }


    .whyUl {
        width: 100%;
        text-align: center;
    }
    .whyUl .i5 {
        margin: 0;
    }
    .whyUl li {
        width: 41%;
    }
    .postimg {
        max-width: 100px;
    }
    .entry p img {
        width: auto;
    }
    .promo {
        width: 95% !important;
    }

    .overlay:target + .popup {
        width: 90%;
        top: 52%;
        height: 88%;
    }
    #regauto-wrap {
        overflow: scroll;
    }
    .entry {
        overflow: scroll;
    }
    .entry > table {
        margin-left: -20px;
    }
        /*catalog items*/
        .portfolio_details_inner .left_img {
            width: 100%;
            float: none;
        }

        .portfolio_details_inner .right_text {
            width: 100%;
            float: none;
        } 
        .beer-slider {
            max-width: calc(100% - 12px);
            margin-bottom: 2rem;
        }
        .steps {
            flex-flow: column wrap;
        }

        .steps .step {
            flex-basis: 100%;
            max-width: 100%;
        }
        .discs-list {
            column-count: 1;
        }
}
@media (max-width: 767px) and (orientation:landscape) {
    #bottom > ul {
        margin-left: 20%;
    }
    .beer-slider {
        max-width: calc(50% - 12px)
    }
}

table#listing td,
table#listing th {
    position: relative;
}
.listing_popup {
    position: absolute;
    left: 50% !important;
    margin-left: 0 !important;
    transform: translate(-50%,0);
    z-index: 99;
}