/*
Theme Name: zaxidna
Author: zaxidna.pro
Author URI: http://zaxidna.pro
Version: 1.0
*/

body {
        background-color: #fff;
        color: #000;
	font: 15px/1.5 "Open Sans", "Helvetica";
}

.nopadding {
        padding: 0 !important;
        margin: 0 !important;
}

.vcenter {
        display: inline-block;
        vertical-align: middle;
        float: none;
}

img {
        max-width: 100%;
}

h1, h2 {
        font-weight: 700;
        line-height: 1.3;
}

h3, h4, h5, h6 {
        font-weight: 600;
        line-height: 1.4;
}


hr {
        border-color: #ddd;
}

a {
        outline: none!important;
}


.btn-default, .btn-primary {
        background-color: #31518d;
        border-radius: 0;
        text-transform: uppercase;
        letter-spacing: .06em;
        border: 0;
        font-weight: 700;
        color: #fff!important;
        padding: 10px 15px;
        transition: .3s;

        margin-top: 10px;
        outline: none!important;
}

.btn-default:hover, .btn-primary:hover {
        background-color: #29487d;
}
.btn-default:focus, .btn-primary:focus {
        background-color: #29487d!important;   
        color: #e0e5ee;     
}

.form-control {
        border-radius: 0;
        box-shadow: none!important;
}












header {
        background-color: #31518d;
        margin-bottom: 60px;
}

.home header {
        margin-bottom: 0;
}


.logo {
        background-color: #29487d;
        text-align: center;
}

.logo img {
        width: 75px;
        max-width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
        transition: .3s;
}

.logo img:hover {
        opacity: .85;
}




header ul, header p {
        margin-bottom: 0;
}



header .navbar-default {
        border: 0;
        border-radius: 0;
        background: transparent;
        margin: 0;
        min-height: 15px;
}
header .navbar-default .navbar-nav > li {

}
header .navbar-default .navbar-nav > li:last-child {
        margin-right: 0;
}
header .navbar-default .navbar-nav > li > a, header .phones ul.list-unstyled > li > a {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .03em;
        color: #fff;
        text-decoration: none!important;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 10px;
}

header .navbar-default .navbar-nav > li.active > a, header .navbar-default .navbar-nav > li.active > a:hover, header .navbar-default .navbar-nav > li.active > a:focus {
	color: #e0e5ee;
        text-decoration: none;
}
header .navbar-default .navbar-nav > li > a:hover, header .navbar-default .navbar-nav > li > a:focus, header .lang li > a:hover, header .lang li > a:focus {
	text-decoration: underline;
        background-color: transparent;
        color: #e0e5ee;
}

header .navbar-default .navbar-nav > .open > a, header .navbar-default .navbar-nav > .open > a:focus, header .navbar-default .navbar-nav > .open > a:hover {
        background-color: transparent;
        color: #fff;
}



header .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 27px;
        height: 3px;
        border-radius: 0;
}
header .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
}

header .navbar-default .navbar-toggle:focus, header .navbar-default .navbar-toggle:hover {
        background-color: transparent;
}

header .navbar-default .navbar-toggle {
        background-color: transparent;
        border: 0;
        padding: 0;
        margin-left: 15px;
        margin-top: -55px;
        border-radius: 0;
        float: left;
}

header .navbar-collapse {
        border-bottom: 0;
        border-top: 0;
        box-shadow: none;
        padding-bottom: 0;
}
header .navbar-brand {
        padding-left: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #fff;
        background: transparent;
}


header .navbar-nav > li > .dropdown-menu, ul.dropdown-menu {
        background-color: #31518d;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        padding-bottom: 10px;
}
.dropdown-menu > li > a {
        font-weight: 700;
        padding-left: 15px;
        color: #fff;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-color: transparent;
        color: #e0e5ee;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        background-color: #31518d;
        color: #e0e5ee;
}




.phones ul.list-unstyled > li {
        position: relative;
        padding-left: 15px;
}

.phones ul.list-unstyled > li:before {
        font-family: 'Material Icons';
        content: 'label';
        color: #e0e5ee;
        position: absolute;
        top: -1px;
        left: -10px;
        font-size: 1.2em;
}


section.carousel-index {
        position: relative;
}

.slogan {
        padding-top: 30px;
        padding-bottom: 30px;
}
.slogan h1, .slogan h2 {
        margin: 0;
}


.features {
        background-color: #e9ebee;
        padding-top: 30px;
}

.features .container .row > div {
        padding-bottom: 30px;
}

.features .container .row > div:nth-child(odd) i {
        color: #29487d;
        font-size: 2.4em;
}
.features .container .row > div:nth-child(even) i {
        color: #31518d;
        font-size: 2.4em;
}

.features h4, .features p {
        margin: 0;
}



.products {
        padding-top: 60px;
        margin-bottom: 30px;        
}

.products .row > div {
        margin-bottom: 30px;
}

.products .product-block {
        position: relative;
        max-width: 360px;
        margin: 0 auto;
        overflow: hidden;
}


.products .product-block h4 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 15px;
        z-index: 99;
}

.products .product-block h4 {
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: .06em;
        font-weight: 700;
        transition: .3s;
        background-color: #31518d;
}

.products .product-block h4 a {
        color: #fff!important;
        text-decoration: none!important;
}

.products .product-block .product-shadow {
        position: absolute;
        z-index: 97;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
        transition: .3s;
}

.products .product-block:hover .product-shadow {
        opacity: 0;
}
.products .product-block:hover h4 {
        background-color: #29487d;
}





section.about {
        margin-bottom: 60px;
}

section.about h2 {
        margin-bottom: 20px;
        margin-top: 0;
}

.metal-raw img {
        width: 240px;
        margin-bottom: 20px;
        margin-top: 20px;
}

.metal-raw {
        font-style: italic;
}




section.page article h1 {   
        margin-top: 0;
        margin-bottom: 15px;
}



.post-content ul {
        list-style: none;
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0;
}

.post-content ul li {
        margin-left: 20px;
}

.post-content ul li:before {
        font-family: 'Material Icons';
        content: "fiber_manual_record";
        padding-right: 10px;
        color: #31518d;
        font-size: .7em;
        margin-left: -20px;
}


.post-content .stk-ill img {
        width: 210px;
}

section.page, section.category {
        margin-bottom: 60px;
}


article .psgal {
        padding-bottom: 20px;
        margin-top: 20px;
        margin-left: -5px;
        margin-right: 0;
}


article .post-content figcaption {
        display: none;
}

.pswp__caption__center {
        font-size: 18px;
        font-weight: 600;
}


.side .row > div {
        margin-top: 10px;
}

.side .row > div ul li {
        font-weight: 600;
        line-height: 1.8;
}


section.gmap #gmap {
        margin-top: 30px;
        height: 480px;
        width: 100%;
}

.home #gmap {
        height: 180px;
        width: 100%;
}















.post-content img {
         max-width: 100%;
         margin-top: 20px;
         margin-bottom: 20px;
}
.post-content .embed-responsive {
         max-width: 750px;
         margin-top: 20px;
         margin-bottom: 20px;
}






.simple-metal .nav-tabs {
        margin-top: 20px;
}

.simple-metal .nav-tabs > li.active > a, .simple-metal .nav-tabs > li.active > a:focus, .simple-metal .nav-tabs > li.active > a:hover {
        color: #111;
}

.simple-metal .tab-pane {
        padding-top: 20px;
}

.simple-metal .nav-tabs > li > a {
        border-radius: 0;
        font-weight: 600;
}


.bt-colors ul.list-inline li {
        width: 135px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
}

.bt-colors ul.list-inline li img {
        margin-bottom: 5px;
}




section.delivery {
        background-color: #e0e5ee;
        padding-top: 30px;
        padding-bottom: 30px;
}

section.delivery ul li img {
        max-width: 120px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 15px;
}

section.delivery ul {
        margin-bottom: 0px;
        margin-top: 30px;
}






nav .pagination {
        margin-bottom: 0;
}

.pagination > li > a, .pagination > li > span {
        border-radius: 0!important;
        border: 0!important;
        font-weight: 900;
        font-style: italic;
        letter-spacing: .06em; 
}
.pagination > li > span.current {
        background-color: #eee!important;
        color: #000;        
}
.pagination > li > a {
        color: #101116;
}

.pagination > li > a:hover, .pagination > li > a:focus {
        background-color: transparent!important;
        color: #23527c;
        outline: 0;
}







.share {
        margin-top: 30px;
}

address {
        line-height: 1.8em;
}




.form-control::-webkit-input-placeholder {color: #999;}
.form-control:-moz-placeholder {color: #999;}
.form-control::-moz-placeholder {color: #999;}
.form-control:-ms-input-placeholder {color: #999;}
:focus::-webkit-input-placeholder {color: transparent;}
:focus::-moz-placeholder {color: transparent;}
:focus:-moz-placeholder {color: transparent;}
:focus:-ms-input-placeholder {color: transparent;}


.modal-header {
        background-color: #e0e5ee;
        border-bottom: 0;
}
.modal-body {
        background-color: #e0e5ee;
}
.form-control {
        border-radius: 0;
        box-shadow: none;
}
.form-control:focus {
        border-color: #ccc;
        box-shadow: none;
}

.alert {
        border-radius: 0;
}







.error404 {
        background-color: #e9ebee;
}

.error404 footer {
        display: none;
}


.footer-contacts {
        background-color: #31518d;
        color: #fff;
        padding-top: 30px;
}

.footer-contacts a {
        color:#fff;
        white-space: nowrap;
}

footer {
        background-color: #e9ebee;
        padding-top: 30px;
        padding-bottom: 15px;
}

.home footer {
        background-color: #29487d;
        color: #fff;
}




footer .row > div {
        margin-bottom: 15px;
}




footer .zaxidna img {
        width: 90px;
}

footer .logo img {
        width: 90px;
}



/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.logo img {
        width: 105px;
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
}


.carousel-index .item-shadow {
        position: absolute;
        z-index: 99;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}

.slogan {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 97;
        background-color: transparent;
        padding: 0;
}

.slogan i {
        font-size: 2.4em;
        color: #e0e5ee;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
}


.slogan h1, .slogan h2 {
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
        color: #fff;
}
.slogan h1 {
        padding-top: 30px;
}
.slogan h2 {
        padding-bottom: 30px;
}



.displaytable {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.displaycell {
    display: table-cell;
    vertical-align: middle;
}



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.footer-contacts {
        padding-top: 45px;
        padding-bottom: 30px;
}

.services-index {
        padding-top: 45px;
        padding-bottom: 45px;
}


.owl-prev {
        position: absolute;
        top: 33%;
        left: -60px;
}

.owl-next {
        position: absolute;
        top: 33%;
        right: -60px;
}

.features {
        background-color: #e9ebee;
        padding-top: 45px;
        padding-bottom: 15px;
}


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

.services-title {
        padding-top: 60px;
        padding-bottom: 60px;
}


}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

h1 {
        font-size: 24px;
}

h2 {
        font-size: 24px;
}

h3, h4 {
        font-size: 18px;
}

.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding-top: 0;
        padding-bottom: 0;
}
.navbar-default .navbar-nav {
        padding-top: 5px;
        padding-bottom: 5px;

}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        padding-left: 15px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #e0e5ee;
        background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #e0e5ee;
        background-color: transparent;
}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}