/*
Theme Name: zaxidna
Author: zaxidna.pro
Author URI: http://zaxidna.pro
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,600,600i,800,800i&amp;subset=cyrillic');

body {
        background-color: #fff;
        color: #111;
	font: 15px/1.5 "Fira Sans", "Helvetica";
}

h1 {
        font-weight: 800;
        line-height: 1.2;
        font-style: italic;
        text-transform: uppercase;
        letter-spacing: .06em;
        font-size: 30px;
}

h2 {
        font-size: 24px;
}

h3 {
        font-size: 18px;
}

h4 {
        font-size: 16px;
}

h2,h3 {
        font-weight: 800;
        line-height: 1.3;
        font-style: italic;
        text-transform: uppercase;
        letter-spacing: .06em;
}

h4,h5,h6 {
        font-weight: 600;
        line-height: 1.4;
}

img {
        max-width: 100%;
}

hr {
        border-color: #ddd;
}

hr.divider {
        border-color: #9ebb24;
        border-width: .6em;
        width: 6em;       
        margin-top: 1.5em;
        margin-bottom: 1.5em; 
}

a {
        color: #1d2b33;
}

a:hover, a:focus {
        color: #9ebb24;
        outline: none;
}

.nopadding {
        padding: 0 !important;
        margin: 0 !important;
}


.btn-default, .btn-primary {
        background-color: #9ebb24;
        border-radius: 0;
        text-transform: uppercase;
        letter-spacing: .06em;
        border: 0;
        font-weight: 800;
        color: #fff!important;
        padding: .6em 1.8em;
        transition: .3s;
        margin-top: 2em;
        outline: none!important;
}

.btn-default:hover, .btn-primary:hover {
        background-color: #3e9f3f;
}
.btn-default:focus, .btn-primary:focus {
        background-color: #3e9f3f!important;        
}

.form-control {
        border-radius: 0;
        box-shadow: none!important;
}


header {
        background: rgba(4,20,29,1);
        margin-bottom: 4em;
        overflow: hidden;
}

.home header, .page-template-parallax header, .error404 header  {
        background: rgba(4,20,29,.9);
        margin-bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
}

header .logo img {
        width: 120px;
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
}

header ul, header p {
        margin-bottom: 0;
}

header .navbar-default {
        border: 0;
        border-radius: 0;
        background: transparent;
        margin: 0;
        min-height: 0;
}

header .navbar-default .navbar-nav > li:last-child {
        margin-right: 0;
}

header .navbar-default .navbar-nav > li > a {
        font-weight: 800;
        font-style: italic;
        text-transform: uppercase;
        letter-spacing: .06em;
        color: #fff;
        text-decoration: none!important;
        padding-top: 5px;
        padding-bottom: 5px;
}

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: #9ebb24;
        text-decoration: none;
}

header .navbar-default .navbar-nav > li > a:hover, header .navbar-default .navbar-nav > li > a:focus {
	text-decoration: underline;
        background-color: transparent;
        color: #9ebb24;
}

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: 33px;
        height: 3px;
        border-radius: 0;
}

header .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
}

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: 0;
        border-radius: 0;
        margin-top: -48px;
}

header .navbar-collapse {
        border-bottom: 0;
        border-top: 0;
        box-shadow: none;
        padding-bottom: 10px;
}

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;
}





.menu-social-container li a {
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        text-indent: -9999px;
        background-size: cover;
        background-color: #fff;
        transition: .3s;
}
.menu-social-container li a:hover {
        background-color: #9ebb24;
}

.menu-social-container li.facebook a {
        background-image: url(images/facebook.png);
}
.menu-social-container li.google-plus a {
        background-image: url(images/google-plus.png);
}
.menu-social-container li.youtube a {
        background-image: url(images/youtube.png);
}


header .sociallink {
        position: absolute;
        top: 50px;
        right: 15px;
}









.parallax.intro div.px_area {
	overflow: hidden;
	display: block;
	width: 100%; 
        height: 90vh;
	position: relative;
  transition: .3s;
}

.parallax.links div.px_area {
	overflow: hidden;
	display: block;
	width: 100%; 
        height: 90vh;
	position: relative;
  transition: .3s;
}

.parallax div.px_layer {
	display: block;
	position: absolute;
	width: 100%;
        height: 100%;
	top: 0;
        left: 0;
}

.parallax.intro div.px_layer.toned { 
        background: rgba(4,20,29,.45);
}

.parallax.links div.px_layer.toned { 
        background: rgba(4,20,29,.9);
}

.parallax {
        margin-bottom: 4em;
}

.parallax .displaytable {
        display: table;
        position: absolute;
        height: 100%;
        width: 100%;
}

.parallax .displaycell {
        display: table-cell;
        vertical-align: middle;
}

.parallax.intro h1 {
        margin-top: 3em;
        margin-bottom: 0;
        font-size: 36px;
}

.parallax.intro h1 span {
        white-space: nowrap;
}

.parallax.intro h3 {
        font-weight: 800;
        font-style: italic;
        text-transform: uppercase;
        letter-spacing: .06em;
        margin-bottom: 0;
        margin-top: .3em;
}

.parallax.intro .btn-default {
        position: relative;
}
.parallax.intro .btn-default:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 1em 1em 0 1em;
        border-color: #9ebb24 transparent transparent transparent;
        position: absolute;
        left: 1.8em;
        bottom: -1em;
        transition: .3s;
}
.parallax.intro .btn-default:hover::before, .parallax.intro .btn-default:focus::before {
        border-color: #3e9f3f transparent transparent transparent;
}

.parallax, .parallax a {
        color: #fff; 
        text-decoration: none!important;
}

.parallax.links img {
        width: 180px;
        margin-top: 1em;
}

.parallax.links .btn-default {
        margin-top: 1em; 
}


section.about {
        margin-bottom: 4em;
}

section.about img {
        width: 270px;
        margin-bottom: 1em;
}

section.about p, section.about ul {
        margin: 0;
}

section.about h4 {
        font-weight: 800;
        font-style: italic;
        text-transform: uppercase;
        letter-spacing: .06em; 
        margin-top: 0;         
}

section.about li h4 {
        margin-bottom: 0;
}



section.gallery div > a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(4,20,29,.3);
        z-index: 99;
        transition: .3s;
}

section.gallery div > a:hover::before {
        background: rgba(4,20,29,0);
}







section.catalog {
        padding-top: 15px;
        margin-top: -15px;
        margin-bottom: 4em;
}

section.catalog .catalog-block {
        position: relative;
        background: rgba(4,20,29,1);
        max-width: 450px;
        margin: 0 auto;
}

section.catalog .catalog-block img {
        opacity: 0.9;
}

section.catalog .catalog-title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: .8em;
        margin: 0;
        color: #fff;
        background: rgba(4,20,29,.9);  
        z-index: 99;      
}

section.catalog ul {
        margin-top: 2em;
        margin-bottom: 2em;
}

section.catalog ul li h4 {
        font-weight: 800;
        font-style: italic;
        text-transform: uppercase;
        letter-spacing: .06em; 
        margin: 0;
}

section.catalog ul li {
        margin-top: .3em;
}





article h1, section.category h1, section.page h1 {
        margin-top: 0;
        margin-bottom: .6em; 
}

section.category .item {
        max-width: 300px;
        background: rgba(4,20,29,1);
        position: relative;
        margin-top: 1em;  
        margin-bottom: 1em;  
}

section.category .item-title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: .8em;
        margin: 0;
        color: #fff;
        background: rgba(4,20,29,.9);  
        z-index: 99;    
        font-weight: 800;
        font-style: italic;
        text-transform: uppercase;
        letter-spacing: .06em;   
}

section.category .item img {
        opacity: 0.9;
}

section.category .btn-default {
        margin-top: 0;
        width: 100%;
}





article img {
        margin-top: 1em;  
        margin-bottom: 1em;        
}

article.post ul {
        list-style: none;
        margin: 0;
        padding: 0;
}

article.post ul li {
        margin-left: 20px;
}

article.post ul li:before {
        font-family: 'Glyphicons Halflings';
        content: "\e013";
        padding-right: 10px;
        color: #1d2b33;
        font-size: .85em;
        margin-left: -22px;
}











section.page, section.contacts, section.category {
        margin-bottom: 4em;
}



section.page .side h4 {
        text-transform: uppercase;
        font-weight: 800;
        font-style: italic;
        letter-spacing: .06em; 
}
section.page .side ul li {
        font-weight: 600;
}


section.contacts h4 {
        text-transform: uppercase;
        font-weight: 800;
        font-style: italic;
        letter-spacing: .06em; 
}

section.contacts ul, section.contacts ul li h4 {
        margin: 0;
}




section.gmap #gmap {
        margin-top: 1.5em;
        height: 90vh;
        width:100%;
}







.navblock {
         margin-bottom: 0;
}

.navblock li {
        text-transform: uppercase;
        font-weight: 800;
        font-style: italic;
        letter-spacing: .06em; 
}

.navblock li + li {
         margin-top: 10px;
}




nav .pagination {
        margin-bottom: 0;
}

.pagination > li > a, .pagination > li > span {
        border-radius: 0!important;
        border: 0!important;
        font-weight: 800;
        font-style: italic;
        letter-spacing: .06em; 
}
.pagination > li > span.current {
        background-color: #eee!important;
        color: #000;        
}
.pagination > li > a {
        color: #1d2b33;
}

.pagination > li > a:hover, .pagination > li > a:focus {
        background-color: transparent!important;
        color: #23527c;
        outline: 0;
}






.form-control {
       text-align: center;
}

.modal-header .close {
       text-shadow: none;
       font-size: 24px;
       color: #fff!important;
       opacity: 1!important;
}


.form-control::-webkit-input-placeholder {color: #666;}
.form-control:-moz-placeholder {color: #666;}
.form-control::-moz-placeholder {color: #666;}
.form-control:-ms-input-placeholder {color: #666;}
: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: #1d2b33;
        color: #fff;
        border-bottom: 0;
}
.modal-body {
        background-color: #fff;
}
.form-control {
        border-radius: 0;
        box-shadow: none;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        font-size: 15px;
}

.help-block {
        font-size: 13px;
}

.form-control:focus {
        border-color: #ccc;
        box-shadow: none;
}

.alert {
        border-radius: 0;
        border: 0;
        margin-bottom: 0;
}

.modal-body div.wpcf7 .ajax-loader {
        display: none;
}

.modal-body textarea {
        resize: none;
}

.g-recaptcha > div {
	    margin: 0 auto;
}



section.page .dgwt-jg-gallery {
        margin-top: 2rem;
}


footer {
        background-color: #1d2b33;
        color: #fff;
        padding-top: 2em;
}

.home footer {
        padding-top: 3em;
        text-align: center;
}

footer a {
        color:#fff;
        white-space: nowrap;
        text-decoration: none!important;
}

footer .row > div {
        margin-bottom: 1em;
}

footer p {
        margin: 0;
}

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;
}

.displaytable {
        display: table;
        position: absolute;
        height: 100%;
        width: 100%;
}

.displaycell {
        display: table-cell;
        vertical-align: middle;
}

body {
        font: 16px/1.5 "Fira Sans", "Helvetica";
}

.parallax.links div.px_area {
        height: 45vh;
}

section.catalog {
        padding-top: 30px;
        margin-top: -30px;
}

section.gmap #gmap {
        height: 60vh;
}

.parallax.intro h1 {
        font-size: 45px;
}

h1 {
        font-size: 33px;
}

h2 {
        font-size: 27px;
}

h3 {
        font-size: 21px;
}

h4 {
        font-size: 18px;
}


header .logo img {
        width: 150px;
}

section.services .service-block .service-title {
        padding-top: 30px;
}

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

header .logo img {
        width: 180px;
}

.btn-default, .btn-primary {
        font-size: 18px;
}

}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

.parallax.intro h1 {
        font-size: 54px;
}

h1 {
        font-size: 36px;
}

h2 {
        font-size: 30px;
}

h3 {
        font-size: 24px;
}

h4 {
        font-size: 18px;
}

header .navbar-default .navbar-nav > li > a {
        font-size: 18px;
}

}



/*==========  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) {

header .navbar-default {
        margin-left: -30px;
}

section.page .side {
        padding-top: 1em;
}

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {


header .navbar-default {
        margin-left: -15px;
        margin-top: -15px;
}

header .navbar-default .navbar-nav > li {
        text-align: right;
}

header .navbar-default .navbar-nav > li > a {
        padding-right: 0;
}

}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}