/*
Theme Name: Teh Metal
Theme URI: http://webera.com.ua/
Author: Amerov David
Author URI: http://webera.com.ua/
Description: Theme special from site tehmetal.in.ua
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tehmetal

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	background-color: #ffffff;
	line-height: 1.7;
	overflow-x: hidden;
}
body.hamburgler-active {
    overflow: hidden;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a:focus{
	text-decoration: none !important;
}
#app {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
main {
    flex: 1;
}
.alignleft {
	float: left;
	padding: 10px 10px 10px 0px;
}
.alignright {
	float: right;
	padding: 10px 0 10px 10px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
	padding: 10px;
}
.news-block h3 {
    text-align: left;
    margin: 0;
    font-size: 20px;
}
.news-block h3 a {
    color: #000;
    display: block;
    padding: 15px 0;
}
/*--- Header ---*/
.lang ul {
    margin: 0;
    padding: 0;
    float: right;
}
.lang li{
    display:inline-block;
    margin-right: 10px;
}
.lang li a{
    color: #00a650;
}
.phone-call{
    color: #00a650;
    font-size: 20px;
    margin-right: 10px;
}
.text-call a{
    font-size: 20px;
    color: #757575;
    font-family: 'Open Sans', sans-serif;
    margin-right: -6px;
}
.text-call a:hover{
    color: #00a650;
}
ul.menu {
    padding-left: 0;
    width: 100%;
    font-size: 0;
    text-align: right;
}

header {
    color: #ffffff;
    height: 105px;
}
.top {
    background: #002e5b none repeat scroll 0 0;
    border-top: 1px solid #063461;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 20;
}

.topbar{
    background-color:#fff;
    z-index: 1;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
/*-----Hover Effect------*/
.d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
@media screen and (min-width: 767px) {
    .d-flex {
        display: none;
    }
}
.d-flex a {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background-color: rgb(0, 166, 81);
    color: #fff;
    margin: 0 15px;
    font-size: 30px;
}
.d-flex a:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}
.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ih-item a {
    color: #333;
}

.ih-item img {
    width: 100%;
    height: 100%;
}
.main-navigation a .fa {
    display: inline-block;
}
.main-navigation .current-menu-item>a,
.main-navigation .current-menu-parent>a {
    color: #4c7637 !important;
    font-weight: bold !important;
}
.category_description {
    margin-bottom: 30px;
}
.ih-item.square {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
    /*width: 316px;*/
    /*height: 216px;*/
    border: 8px solid #fff;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);*/
}
.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ih-item.square.effect6 {
    overflow: hidden;
}
.ih-item.square.effect6 .img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ih-item.square.effect6 .info {
    background: #333333;
    background: rgba(255, 255, 255, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 20px;
    background: rgba(76, 118, 55, 0.85);
    margin: 82px 0 0 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px 20px 20px;
    text-align: center;
    -webkit-transition: all 0.35s 0.1s linear;
    -moz-transition: all 0.35s 0.1s linear;
    transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
    visibility: visible;
    opacity: 1;
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.img-img img{
    margin-top: 10px;
}
/*---Galery--------*/
.gallery-item img{
    width:250px;
    height:250px;
    border: 2px solid #00a650 !important;
    margin-top: 20px;
}
/*---Content--------*/
.slider-gallery__item {
    padding: 0 1px;
}
section{
    padding-top: 40px;
}
.content-main{
    padding: 20px 0;
}
.title-cat{
    font-size: 30px;
    letter-spacing: 4px;
    color: #5a5a5a;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0 0 30px 0;
}
.title-cat:after {
    background: #4bb118;
    content: "";
    position: relative;
    height: 3px;
    width: 150px;
    display: block;
    text-align: center;
    margin: 18px auto;
}

.title-cat-bg{
    font-size: 30px;
    letter-spacing: 4px;
    color: #fff;
    background: #00a650;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 30px 0;
}
.title-heading{
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 48px;
    background: #00a650;
    margin-top: 25px;
}
.title-heading2{
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-transform: uppercase;
    padding: 33px 25px;
    background: #00a650;
    margin-top: 25px;
}
.title-text{
    font-size: 16px;
    text-align: justify;
    border: 2px solid #00a650;
    height: 465px;
    padding: 30px 40px;
}
.text{
    margin-top:40px;
}
.text p{
    font-size: 16px;
    text-align: justify;
}
@media screen and (min-width: 767px) {
    .contact-text p {
        margin-left: 30px;
        font-size: 18px;
    }
}
.contact-text p a {
    color: #00a651;
    font-size: 30px;
}
.img-style img{
    margin-top: 34px;
    height: 237px;
}
.poslugu {
    margin-top: 20px;
}
.poslugu img{
    margin-top: 6px;
    margin-bottom: 20px;
}
.partner{
    text-align: center;
}
.partner img{
    width: 300px;
    margin: 15px 0;
}
.block {
    background-color: #ffffff;
    position: relative;
    outline-offset: -10px;
    margin-bottom: 30px;
    border-radius: 18px;
    box-shadow: 4px 2px 16px rgba(136, 165, 191, 0.48), -4px -2px 16px #FFFFFF;
}
.block h3 {
    margin: 0;
    height: 100%;
    border-radius: 18px;
    transition: all .3s ease 0s;
}
.block:hover h3 {
    box-shadow: inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #FFFFFF;
}
.block a {
    color: #5a5a5a;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 160px;
}

.block a:hover {
    text-decoration: none;
}
.text-akrul{
    margin-top: 80px;
    text-align: justify;
}
.img-akrul{
    margin-top: 15px;
    margin-bottom: 15px;
}
/*------Menu2-----*/
nav.menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
nav.menu ul li {
    border-left: 1px solid #063461;
    border-right: 1px solid #052653;
    float: left;
}
nav.menu ul li:first-child {
	border-right: 1px solid #052653;
	border-left: none;
}
nav.menu ul li:last-child {
	border-left: 1px solid #063461;
	border-right: none;
}
nav.menu ul li a {
    color: #ffffff;
    display: block;
    font-size: 17px;
    font-weight: 600;
    padding: 23px 45px;
    text-decoration: none;
    text-transform: uppercase;
}

nav.menu ul li a:hover{
	text-decoration: none;
	background: #002b58 none repeat scroll 0 0;
}
nav.menu ul li.current-menu-item a{
	background: #002b58 none repeat scroll 0 0;
}
nav.menu ul li.have-sub:hover ul.sub-menu{
    opacity: 1;
    visibility: visible;
}
nav.menu ul.sub-menu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
    margin-left: 0;
    opacity: 0;
    padding: 5px 0;
    visibility: hidden;
    position: absolute;
    width: 230px;
    z-index: 99;
}
nav.menu ul li.have-sub ul li {
	border: medium none;
    float: none;
    margin: 0;
    padding: 0;
}
nav.menu ul li.have-sub ul li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333333;
    font-size: 16px;
    padding: 5px 10px;
    text-transform: none;
}
nav.menu ul li.have-sub ul li a:hover {
    background: #002e5b none repeat scroll 0 0;
    color: #ffffff;
}




/*Contact*/

.text-contact{
    color: #ffffff;
    font-size: 20px;
    text-align: right;
}
.text-contact2{
    color: #000;
    font-size: 20px;
}
.item {
    color: rgb(0, 159, 187);
    padding-right: 25px;
}

/*Button*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    padding: 12px 58px;
    border: 1px solid #00a650;
    color: #00a650;
    letter-spacing: 2px;
    text-decoration: none;
    box-shadow: none;
    background: none;
    /*font-family: "Poppins", "Roboto", sans-serif;*/
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase !important;
    border-radius: 0;
    outline: none !important;

}
.button:focus, .button:active,
button:focus,
button:active,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="button"]:focus,
input[type="button"]:active {
    /*color: #75A3D1;*/ }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    color: #fff;
    background: #00a650;
    border-color: #00a650;
}

.poz-contact-bt{
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="tel"],
textarea,
select {
    color: #000;
    border: 1px solid #00a650;
    border-radius: 0;
    padding: 8px 10px 9px;
    margin-top: 10px !important;
    margin-bottom: 6px !important;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    /*background: rgb(0, 0, 0);*/
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    color: #000;
}

textarea {
    width: 100%;
    resize: vertical;
    height: 120px;
    color: black !important;
}

div.wpcf7 .ajax-loader{
    position: absolute;
}


.post-password-form input {
    vertical-align: top; }
.post-password-form label {
    display: inline-block;
    vertical-align: middle;
    float: none; }

#eModal-1, #eModal-2, #eModal-3{
    width:30%;
}


/*--- Blog ---*/

.button a {
    -moz-appearance: none;
    background-color: #1a1a1a;
    border: 0 none;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 128%;
    line-height: 24px;
    margin: 0;
    min-width: 88px;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
}
.button a:hover{
    text-decoration: none;
    background-color: rgb(233, 30, 34);
    color: #ffffff;
}

/*--- Footer ---*/
footer {
    padding-bottom: 30px;
    background: #00a650 none repeat scroll 0 0;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.39) inset;*/
}
.copyright {
    float: left;
    color: #ffffff;
}
.created {
    float: right;
    color: #ffffff;
}
.created a {
    color: #ffffff;
    text-decoration: underline;
}
.created a:hover {
    text-decoration: none;
    color: #ffffff;
}
nav.footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
nav.footer ul li {
    float: left;
    margin-right: 15px;
}
nav.footer ul li a {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}
.footer.navbar-collapse {
    margin: 0;
    padding: 20px 0 20px 0px;
}
.social {
    font-size: 30px;
    margin: 10px 0;
    text-align: right;
}
.social a {
    background: #fec601 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    width: 50px;
}
.social a.facebook:hover {
    background-color: #3b5998 !important;
    color: #ffffff;
}
.social a.instagram:hover {
    background-color: #bc2a8d !important;
    color: #ffffff;
}
.social a.vk:hover {
    background-color: #45668e !important;
    color: #ffffff;
}

/*-----Adaptive-----*/
@media(max-width: 1199px){
    .gallery-item img{
        width: 200px;
        height: auto;
    }
}
@media(max-width: 1024px){
    #eModal-1, #eModal-2, #eModal-3{
        width:50%;
    }

}
@media(max-width: 768px) {

    .button {
        float: none;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    #eModal-1, #eModal-2, #eModal-3{
        width:90%;
    }

}

@media only screen and (max-width: 991px) {
    #gallery-1 .gallery-item{
        width: 50% !important;
    }

}

@media(max-width: 767px) {
    
    ul.menu {
        text-align: left;
    }
    header {
        height: 96px;
        position: relative;
        z-index: 999;
    }
    .topbar {
        position: sticky;
    }
    .main-navigation.toggled-on {
        position: absolute;
        right: 0;
        left: 0;
        background-color: #fff;
        z-index: 10;
    }
    .block-container {
        margin: 15px 0 0 0;
        position: relative;
    }

    .copyright {
        float: none;
        text-align: center;
    }

    .created {
        float: none;
        text-align: center;
    }

    .social {
        text-align: center;
    }

    nav.footer ul li {
        float: none;
        margin-right: 0;
        text-align: center;
    }
}