@import url('https://fonts.googleapis.com/css?family=Philosopher|Montserrat:400,700&display=swap&subset=cyrillic');
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    line-height: 1.6em;
    color: #777;
	overflow-x: hidden;
	background-color: #f2f4f3;
}

header {min-height: 127px;}
.top-header-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
*:focus, *:active{
	outline:0;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover {
    text-decoration: none;
}

a{color: #4e9875;}

a:focus, a:hover {
	color: #22aa86;
}

/*#zabor span {font-family: 'Philosopher', serif; font-size: 1.5em; line-height: 2em;}*/

h1{text-align: center;}

h1,h2,h3,h4,h5 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #333;
    line-height: 1.1;
}
h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}
h4 {
    font-weight: 600;
    text-transform: uppercase;
}
img {
    max-width: 100%;
	height: auto ;
}

.monospc {white-space:nowrap;padding-right:7px;} /* Моноширинные надписи */

.btn {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
}
.theme-btn, .btn-default, .btn-primary{
    background: #3fac8e none repeat scroll 0 0;
    color: #fff;
    margin: 15px 0;
}

.btn a{color: #FFF !important; text-decoration: none;}

.btn {
    display: inline-block;
    text-align: center;
//    border: 3px solid #3fac8e;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.btn-primary:before, .btn:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
 //   position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background: rgba(0,0,0,.5);
    color: #fff;
    z-index: -1;
}
.btn-primary:hover:before, .btn:hover:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
.btn:focus:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
	outline: none;
}
.d-table {
    display: table;
    width: 100%;
    height: 100%;
}
.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.content-block-area {
    padding: 50px 0;
}
.section-title h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
}
.section-title span {
    color: #00299b;
}
.car-icon {
    display: inline-block;
    margin: 30px 0;
    position: relative;
}
.car-icon::before {
    background: #777 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -50px;
    position: absolute;
    top: 15px;
    width: 40px;
}
.car-icon::after {
    background: #777 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -50px;
    position: absolute;
    top: 15px;
    width: 40px;
}
.separator-line {
    height: 1px;
    background: #eee;
    margin: 50px 0;
}
.gray-bg {
    background: #f9fbfd;
}
.space-tb-30 {
    height: 30px;
}

/* ==============
    End Default CSS 
======================== */
/* ============== 
    Preloader CSS Area 
========================= */
.site-preloader-wrap {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.site-preloader-wrap .cssload-loader {
    left: 50%;
    margin: -75px 0 0 -75px;
    position: absolute;
    top: 50%;
	width: 146px;
	height: 146px;
	line-height: 146px;
	box-sizing: border-box;
	text-align: center;
	z-index: 0;
	text-transform: uppercase;
		-o-text-transform: uppercase;
		-ms-text-transform: uppercase;
		-webkit-text-transform: uppercase;
		-moz-text-transform: uppercase;
}

.cssload-loader:before,
.cssload-loader:after {
	opacity: 0;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	content: "\0020";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 97px;
	border: 5px solid rgb(0,41,155);
	box-shadow: 0 0 49px rgb(0,41,155), inset 0 0 49px rgb(0,41,155);
		-o-box-shadow: 0 0 49px rgb(0,41,155), inset 0 0 49px rgb(0,41,155);
		-ms-box-shadow: 0 0 49px rgb(0,41,155), inset 0 0 49px rgb(0,41,155);
		-webkit-box-shadow: 0 0 49px rgb(0,41,155), inset 0 0 49px rgb(0,41,155);
		-moz-box-shadow: 0 0 49px rgb(0,41,155), inset 0 0 49px rgb(0,41,155);
}

.cssload-loader:after {
	z-index: 1;
	animation: cssload-gogoloader 2.3s infinite 1.15s;
		-o-animation: cssload-gogoloader 2.3s infinite 1.15s;
		-ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
		-webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
		-moz-animation: cssload-gogoloader 2.3s infinite 1.15s;
}

.cssload-loader:before {
	z-index: 2;
	animation: cssload-gogoloader 2.3s infinite;
		-o-animation: cssload-gogoloader 2.3s infinite;
		-ms-animation: cssload-gogoloader 2.3s infinite;
		-webkit-animation: cssload-gogoloader 2.3s infinite;
		-moz-animation: cssload-gogoloader 2.3s infinite;
}

@keyframes cssload-gogoloader {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

@-o-keyframes cssload-gogoloader {
	0% {
		-o-transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-o-transform: scale(1);
		opacity: 0;
	}
}

@-ms-keyframes cssload-gogoloader {
	0% {
		-ms-transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-ms-transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-gogoloader {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@-moz-keyframes cssload-gogoloader {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0;
	}
}
/* ============== 
    End Preloader CSS Area 
========================= */
/* ==============
    Top Header CSS 
======================== */
.top-header-area {
    background-color: #34a031;
    color: #FFF;
}
.top-header-area ul li {
    display: inline-block;
    border-right: 1px solid #4b8539;
}
.top-header-area ul li:first-child {
    border-left: 1px solid #4b8539;
}
.top-header-area ul li a{
  color: #FFF;
  display: block;
  font-size: 1.4rem;
  padding: 10px;
}
.top-header-area ul li a:hover {
    opacity: .5;
}
.share-icons {
    text-align: right;
}
.share-icons ul li a {
    font-size: 16px;
}
/* ==============
    End Top Header CSS 
======================== */
/* 	============= 
	Default Main Menu CSS 
	======================= */
.main-menu-area {
    position: fixed;
	background: #fff;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
	z-index: 999;
	width: 100%;
    
}
.main-menu-area .navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
}

.logo{
	max-height: 90px;
}

.main-menu-area .logo {
    height: 100%;
    padding: 12px 0;
    position: relative;
}
.main-menu-area .logo::before {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    z-index: 999;
}
.logo a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    //z-index: 9999;
}
.logo-two {
	text-align: center;
	background-color: #00299b;
	max-width: 390px;
	margin: auto;
	padding-bottom: 15px;
}
.main-menu ul li a {
    //font-size: 1.2rem;
    text-transform: uppercase;
    padding: 35px 8px;
    transition: .3s;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    transition:.5s ease;
    display: inline-block;
    color:#fbc201;
    line-height: 1;
    text-decoration:none;
    cursor: pointer;
    position:relative;
}

.main-menu ul li a:hover:after,
.main-menu ul li a:focus:after {
    width: 100%;
}

.main-menu a:after, .main-menu-area .navbar-default .navbar-nav > .active:after {
    background-color: #fbc201;
    display: block;
    content: "";
    height: 3px;
    width: 0%;
    left:50%;
    position:absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    transform:translateX(-50%);
	margin-top: 5px;
}

.main-menu-area .navbar-default .navbar-nav > .active > a, 
.main-menu-area .navbar-default .navbar-nav > .active > a:focus, 
.main-menu-area .navbar-default .navbar-nav > .active > a:hover {
	background-color: #FFF;
	color: #4e9875;
}
.main-menu-area .navbar-nav > li > a:focus, 
.main-menu-area .navbar-nav > li > a:hover {
	background-color: #FFF;
}
.main-menu-area .dropdown-menu > .active > a, 
.main-menu-area .dropdown-menu > .active > a:focus, 
.main-menu-area .dropdown-menu > .active > a:hover {
	background-color: #FFF;
}
.main-menu-area .dropdown-menu > li > a:focus, 
.main-menu-area .dropdown-menu > li > a:hover {
	background-color: #FFF;
}
.main-menu-area .navbar-default .navbar-nav > .open > a, 
.main-menu-area .navbar-default .navbar-nav > .open > a:focus, 
.main-menu-area .navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #f5f5f5;
}

.main-menu ul li a i.fa-angle-down {
    position: relative;
    top: 2px;
    left: 4px;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    transition:.5s ease;
}
.main-menu ul li:hover i.fa-angle-down {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
.navbar-right .dropdown-menu {
	left: 0;
}
.main-menu ul li ul {
    box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.2);
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.main-menu ul li ul li {
	display: block;
    position: relative;
}
.main-menu ul li ul li a {
    display: block;
    padding: 10px 26px;
    background-color: #fff;
    color: #777;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #eee;
	text-transform: initial;
}
.main-menu ul li ul li.right-top ul {
    margin: 0px;
    padding: 0px;
    top: 0;
    position: absolute;
    text-align: left;
    left: 120%;
    visibility:hidden;
    opacity: 0;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    transition:.5s ease;
    z-index: 9999;
    width: 200px;
    border-left: 1px solid #eee;
}
.main-menu ul li ul li.right-top:hover ul {
    opacity: 1;
    visibility: visible;
    display: block;
    left: 100%;
}
@media screen and (min-width: 768px) {
    .main-menu ul li ul {
        box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.2);
        margin: 0px;
        padding: 0px;
        position: absolute;
        text-align: left;
		text-transform: capitalize !important;
        left: 0;
        top: 120%;
        visibility:hidden;
        opacity: 0;
        -webkit-transition:.5s ease;
        -moz-transition:.5s ease;
        -ms-transition:.5s ease;
        -o-transition:.5s ease;
        transition:.5s ease;
        z-index: 9999;
        width: 250px;
		border: 1px #34a031 solid;
    }
    .main-menu ul li:hover ul {
        margin-top: 0px;
        opacity: 1;
        visibility: visible;
        display: block;
        top: 100%;
    }
    .main-menu ul li ul li.right-top {
        margin: 0;
        padding: 0;
        box-shadow: none;
        border: none;
        float: none;
    }
}
.affix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 25px #000; 
}
/* 	============= 
	End Default Main Menu CSS 
	======================= */

/* 	============= 
	Menu Style Two CSS 
	======================= */
.main-menu-area-style-2 {
    background: #fff;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) */
}
/* 	============= 
	End Default Main Menu CSS 
	======================= */

/* 	============= 
	Main Menu Two CSS 
	======================= */
.main-menu-area-two {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: .3s;
    -webkit-transition: .3s;
}
.main-menu-area-two .navbar-default {
    background-color: transparent;
    margin: 0;
    border: none;
    border-radius: 0;
}
.main-menu-area-two .navbar-default .navbar-brand {
    padding-top: 5px;
}
.main-menu-area-two .logo > a {
    display: inline-block;
    padding: 7px 0;
}
.main-menu-two {
    padding-right: 0px;
}
.main-menu-two ul li a {
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    padding: 30px 10px;
    transition: .3s;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    transition:.5s ease;
}
.main-menu-two .searchbox-area > a {
    color: #eee;
}
.main-menu-area-two .navbar-default .navbar-nav > .active > a, 
.main-menu-area-two .navbar-default .navbar-nav > .active > a:focus, 
.main-menu-area-two .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #3A3A3A;
}
.main-menu-area-two .navbar-nav > li > a:focus, 
.main-menu-area-two .navbar-nav > li > a:hover {
	background-color: #3A3A3A;
}
.main-menu-area-two .dropdown-menu > .active > a, 
.main-menu-area-two .dropdown-menu > .active > a:focus, 
.main-menu-area-two .dropdown-menu > .active > a:hover {
	background-color: #3A3A3A;
}
.main-menu-area-two .dropdown-menu > li > a:focus, 
.main-menu-area-two .dropdown-menu > li > a:hover {
	color: #fff;
	background-color: #3A3A3A;
}
.main-menu-area-two .navbar-default .navbar-nav > .open > a, 
.main-menu-area-two .navbar-default .navbar-nav > .open > a:focus, 
.main-menu-area-two .navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #3A3A3A;
}
.main-menu-two ul li a i.fa-angle-down {
    position: relative;
    top: 2px;
    left: 4px;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    transition:.5s ease;
}
.main-menu-two ul li:hover i.fa-angle-down {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
.main-menu-two ul li ul {
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.main-menu-two ul li ul li {
	display: block;
    position: relative;
}
.main-menu-two ul li ul li a {
    display: block;
    padding: 10px 26px;
    background: #000;
    color: #fff;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #2E2E2E;
}
@media screen and (min-width: 768px) {
    .main-menu-two ul li ul {
        margin: 0px;
        padding: 0px;
        position: absolute;
        text-align: left;
        left: 0;
        top: 120%;
        visibility:hidden;
        opacity: 0;
        -webkit-transition:.5s ease;
        -moz-transition:.5s ease;
        -ms-transition:.5s ease;
        -o-transition:.5s ease;
        transition:.5s ease;
        z-index: 9999;
        width: 200px;
    }
    .main-menu-two ul li:hover ul {
        margin-top: 0px;
        opacity: 1;
        visibility: visible;
        display: block;
        top: 100%;
    }
}
.main-menu-two ul li ul li.right-top ul {
    margin: 0px;
    padding: 0px;
    top: 0;
    position: absolute;
    text-align: left;
    left: 120%;
    visibility:hidden;
    opacity: 0;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    transition:.5s ease;
    z-index: 9999;
    width: 200px;
    border-left: 1px solid #0f0f0f;
}
.main-menu-two ul li ul li.right-top:hover ul {
    opacity: 1;
    visibility: visible;
    display: block;
    left: 100%;
}
.main-menu-two ul li ul li.right-top {
	margin: 0;
	padding: 0;
	box-shadow: none;
	border: none;
	float: none;
}
.main-menu-area-two.menu-shrink {
    background-color: #000;
    box-shadow: 0 0 25px #000;  
}
/* 	============= 
	End Main Menu Two CSS 
	======================= */
    
/* 	============= 
	Navbar toggle CSS 
	======================= */
    .navbar-default .navbar-toggle {
        border: none;
        background: #588f27 !important;
    }
    .navbar-default .navbar-toggle:hover {
        background: #588f27c9 !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        width: 22px;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .navbar-default .navbar-toggle .top-bar {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform-origin: 10% 10%;
        -webkit-transform-origin: 10% 10%;
    }
    .navbar-default .navbar-toggle .middle-bar {
        opacity: 0;
    }
    .navbar-default .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform-origin: 10% 90%;
        -webkit-transform-origin: 10% 90%;
    }
    .navbar-default .navbar-toggle.collapsed .top-bar {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    .navbar-default .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }
    .navbar-default .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
/* 	============= 
	End Navbar toggle CSS 
	======================= */

/* search Form */
.searchbox-area {
    margin-top: -13px;
    position: absolute;
    right: 0;
    top: 50%;
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 9999;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100% !important;
    color: white;
    background: transparent;
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding: 15px 30px 15px 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    border: black;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: red;
    border-color: red;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}
/* 	============= 
	Default Slider CSS 
	======================= */
.slider-area{
	height: 500px;
	color: #fff;
	background-position: center center;
    background-size: cover;
    position: relative;
}

.slider-area h2{
	color: #fff;
	font-weight: 700;
	
}

.swiper-slide {
    height: 720px;
    background-size: cover;
    background-position: center center;
}
.swiper-slide h1 {
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 7px #000;
}
.swiper-slide p {
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin-top: 20px;
}
/* 	============= 
	End Default Slider CSS 
	======================= */
	
/* 	============= 
	Homepage Background Image 
	======================= */
.background-preview h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 7px #000;
}
.hero-bg-1 {
    background-image: url(images/hero-image-1.jpg);
}
.background-preview p {
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin-top: 20px;
}
.background-preview {
    background-size: cover;
    background-color: #ddd;
    background-position: center center;
    width: 100%;
    height: 100vh;
}
/* 	============= 
	End Homepage Background Image 
	======================= */

/* 	============= 
	Homepage background-video 
	======================= */
#videobg {
    position: relative;
    height: 100vh;
    background: transparent;
    padding: 0;
    overflow: hidden;
}
.videobg.player {
    position: relative;
}
.background-video h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    text-shadow: 0 0 7px #000;
}
.background-video p {
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin-top: 20px;
}
.background-video {
    width: 100%;
    height: 100vh;
    position: relative;
}
.background-video:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: url(images/raster_dot.png);
}
/* 	============= 
	End Homepage background-video 
	======================= */
/* ==============
    Featured Services Area CSS 
======================== */
.featured-boxed {
    margin-top: 40px;
}
.octagonWrap {
  height: 120px;
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
  width: 120px;
}
.octagon {
    position: absolute;
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    overflow: hidden;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #f9fbfd;
    border: 2px solid #00299b;
}
.octagon:before {
    position: absolute;
    /* There needs to be a negative value here to cancel
     * out the width of the border. It's currently -3px,
     * but if the border were 5px, then it'd be -5px.
     */
    top: -2px; 
    right: -2px; 
    bottom: -2px; 
    left: -2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
    border: inherit;
}
.flaticon-oil:before, .flaticon-motor-1:before, .flaticon-breaks:before {
    color: #00299b;
    display: inline-block;
    font-size: 55px;
    line-height: 80px;
    margin: 14px 0 0;
    padding: 0;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.featured-boxed h3 {
    font-size: 20px;
    letter-spacing: .5px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.featured-boxed.text-center > p {
    margin: 30px 0 0;
}
.upper-line {
    background: #00299b none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 75px;
}
.bottom-line {
    background: #00299b none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto;
    width: 42px;
}
/* ==============
    End Featured Services Area CSS 
======================== */
/* ==============
    Services Area CSS 
======================== */
.services-item {
    margin-left: -15px;
    margin-right: -15px;
    //display: none;
}
.box{
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
	max-height: 250px;
	margin-bottom: 20px;
}
.box > h3{
    bottom: 10px;
    color: #fff ;
    font-size: 20px;
    left: 15px;
    opacity: 1;
    position: absolute;
    text-transform: uppercase;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
}
.box:hover > h3 {
   opacity: 0;
    visibility: hidden;
}

.box > h3 a{
	color: #FFF !important;
}

.box:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
}
.box:hover:before{
    opacity: 1;
}
.box img{
    width: 100%;
    height: 100%;
}
.box .box-content{
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
}
.box .box-content:before,
.box .box-content:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
.box .box-content:before{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
}
.box .box-content:after{
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform-origin: 100% 0 0;
    -webkit-transform-origin: 100% 0 0;
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}
.box .title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 25px 0 0;
    opacity: 0;
    transform: translate3d(0px, -50px, 0px);
    -webkit-transform: translate3d(0px, -50px, 0px);
    transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
}
.box:hover .title{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.box .post{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding: 10px 15px;
    opacity: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
.box:hover .post{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}
.box .icon{
    width: 100%;
    list-style: none;
    padding: 0 5%;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
.box:hover .icon{
    bottom: 25px;
    opacity: 1;
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}
.box .icon li{
    display: inline-block;
}
.box .icon li a{
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #fff;
    border-radius: 0 16px 0 16px;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.box .icon li a:hover, .icon a:hover{
    background: #22aa86;
    border-color: #4ab74c;
}

.icon a{
	color: #fff !important;
}
/* ==============
    End Services Area CSS 
======================== */
/* ==============
    Single Services Area CSS 
======================== */
.slider-wrapper .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.slider-wrapper .swiper-slide {
    background-size: cover;
    background-position: center;
    height: 290px;
}
.slider-wrapper .gallery-top {
    height: 80%;
    width: 100%;
}
.slider-wrapper .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.slider-wrapper .gallery-thumbs .swiper-slide {
    height: 100px;
    opacity: 0.4;
}
.slider-wrapper .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.left-widget {
  box-shadow: 0 0 35px 5px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}
.vertical-menu ul li a {
  border-bottom: 1px solid #eee;
  color: #222;
  display: block;
  padding: 15px;
    transition: .4s;
    -webkit-transition: .4s;
}
.vertical-menu ul li a:hover, .vertical-menu ul li.active a {
    background-color: #00299b;
    color: #fff;
}
.vertical-menu .fa.fa-arrow-circle-right {
  font-size: 17px;
  line-height: 27px;
}
.discount-box {
    padding: 15px;
    text-align: center;
}
.discount-box h4 {
    line-height: 25px;
}
.discount-box > p {
  font-size: 14px;
}
.discount-box .theme-btn {
    margin-top: 0;
}
.left-widget.download-box > a {
  border: 1px solid #eee;
  color: #828282;
  display: block;
  margin: 15px 0;
  padding: 7px 12px;
  text-align: left;
}
.left-widget.download-box > a:hover {
    background-color: #333;
    color: #fff;
}
.left-widget.download-box i {
  line-height: 27px;
}
.pricingTable{
    background: #f5f5f5;
    padding-bottom: 20px;
    overflow: hidden;
}
.pricingTable .pricingTable-header{
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.pricingTable .pricingTable-header:before{
    content: "";
    width: 100%;
    height: 150%;
    background: #606aa3;
    position: absolute;
    top: -90%;
    left: -20%;
    z-index: -1;
    transform: rotate(-42deg);
}
.pricingTable .pricingTable-header:after{
    content: "";
    width: 100%;
    height: 190%;
    background: #727cb6;
    position: absolute;
    top: -76%;
    right: -16%;
    z-index: -2;
    transform: rotate(20deg);
}
.pricingTable .price-value{
    display: inline-block;
    width: 50%;
    padding: 30px 0;
    float: left;
    font-size: 30px;
    color: #fff;
    line-height: 20px;
    position: relative;
    top: 10px;
    left: 20px;
}
.pricingTable .currency{
    font-size: 20px;
    position: relative;
    top: -10px;
    right: -3px;
}
.pricingTable .title{
    display: inline-block;
    width: 50%;
    padding: 30px 0;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    top: 10px;
    right: 7px;
}
.pricingTable .pricing-content{
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
    clear: both;
}
.pricingTable .pricing-content li{
    color: #828282;
    line-height: 40px;
}
.pricingTable .pricingTable-signup{
    display: block;
    width: 80%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #606aa3;
    border-radius: 40px;
    margin: 0 auto;
    font-size: 18px;
    color: #606aa3;
    z-index: 1;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}
.pricingTable .pricingTable-signup:before,
.pricingTable .pricingTable-signup:after{
    content: "";
    border-width: 0;
    border-style: solid;
    position: absolute;
    z-index: -1;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
.pricingTable .pricingTable-signup:before{
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #606aa3;
    bottom: 0;
    left: 0;
}
.pricingTable .pricingTable-signup:after{
    border-color: rgba(0, 0, 0, 0) #606aa3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    top: 0;
    right: 0;
}
.pricingTable .pricingTable-signup:hover:before,
.pricingTable .pricingTable-signup:hover:after{
    border-width: 150px 262px;
}
.pricingTable.deep-green .pricingTable-header:before{ background: #18a288; }
.pricingTable.deep-green .pricingTable-header:after{ background: #1abc9c; }
.pricingTable.deep-green .pricingTable-signup{ border-color: #1abc9c; color: #1abc9c; }
.pricingTable.deep-green .pricingTable-signup:before{ border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #18a288; }
.pricingTable.deep-green .pricingTable-signup:after{ border-color: rgba(0, 0, 0, 0) #18a288 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
.pricingTable.orange .pricingTable-header:before{ background: #ee6e00; }
.pricingTable.orange .pricingTable-header:after{ background: #e67e22; }
.pricingTable.orange .pricingTable-signup{ border-color: #e67e22; color: #e67e22; }
.pricingTable.orange .pricingTable-signup:before{ border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ee6e00; }
.pricingTable.orange .pricingTable-signup:after{ border-color: rgba(0, 0, 0, 0) #ee6e00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
.pricingTable.purple .pricingTable-header:before{ background: #b14468; }
.pricingTable.purple .pricingTable-header:after{ background: #cf4d78; }
.pricingTable.purple .pricingTable-signup{ border-color: #cf4d78; color: #cf4d78; }
.pricingTable.purple .pricingTable-signup:before{ border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b14468; }
.pricingTable.purple .pricingTable-signup:after{ border-color: rgba(0, 0, 0, 0) #b14468 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .pricingTable .pricingTable-header:before{
        height: 300%;
        top: -267%;
    }
    .pricingTable .pricingTable-header:after{
        height: 270%;
        top: -106%;
    }
    .pricingTable .title{ text-align: center; }
	
	.panel-leftmenu{margin-top: 0 !important;}
	
}
@media only screen and (max-width: 480px){
    .pricingTable .pricingTable-header:after{ top: -146%; }
}
@media only screen and (max-width: 479px){
    .pricingTable .pricingTable-header:before{
        height: 200%;
        top: -120%;
        left: -20%;
    }
}

.single-line {
    background: #eee;
    height: 1px;
}
.single-icon {
    background-color: #333;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    transition: .4s;
    -webkit-transition: .4s;
}
.single-item-boxed:hover .single-icon {
   background-color: #00299b; 
}
.single-item-boxed {
  margin-bottom: 20px;
  padding-left: 60px;
  position: relative;
}
.single-item-boxed h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.single-item-boxed > p {
    font-size: 14px;
}
.single-service-image img {
    width: 100%;
}

/* ==============
    End Single Services Area CSS 
======================== */
/* ==============
    Who Choose Area CSS 
======================== */
.boxed-item {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 0 1px #e2e9ed;
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
  padding: 50px 20px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.boxed-item:hover {
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.15);
}
.sirial-number {
    display: block;
    text-align: right;
    font-size: 17px;
    color: #777;
}
.boxed-item .flaticon-crane::before, .boxed-item .flaticon-wheel-1:before, .boxed-item .flaticon-speedometer:before, .boxed-item .flaticon-car-radio:before {
  color: #00299b;
  font-size: 25px;
  line-height: 55px;
  margin-left: 0;
}
.single-boxed {
    border-radius: 50%;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
    display: inline-block;
    height: 50px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    width: 50px;
}
.boxed-item > h3 {
  margin: 30px 0 20px;
}
/* ==============
    End Who Choose Area CSS 
======================== */

/* ==============
    Count Down Area CSS 
======================== */
.count-down-area {
    background-color: #ddd;
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
    position: relative;
}
.count-down-area::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.count-bg {
   background-image: url(images/count-bg.jpg);
}
.count-down-boxed {
    border: 1px solid #eee;
    color: #eee;
    padding: 25px 15px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.count-down-boxed .ion-ios-people-outline::before, .count-down-boxed .ion-ios-partlysunny-outline::before, .count-down-boxed .ion-ios-paperplane-outline::before, .count-down-boxed .ion-ios-thunderstorm-outline::before {
  display: inline-block;
  font-size: 55px;
  line-height: 35px;
}
.count-down-boxed .count-number {
  display: inline-block;
  font-size: 35px;
  margin-left: 10px;
  position: relative;
  top: -7px;
}
.count-down-boxed h3 {
  color: #eee;
  font-size: 17px;
  margin: 13px 0 0;
}
/* ==============
    End Count Down Area CSS 
======================== */
/* ==============
    Body Services Area CSS 
======================== */
.body-service-boxed-item {
    margin-left: -15px;
    background-color: #ddd;
    height: 560px;
    background-size: cover;
    background-position: center center;
}
.auto-body-bg {
     background-image: url(images/body-service-bg.jpg);
}
.services-list {
    margin-top: 30px;
}
.services-list ul li {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
  padding-left: 25px;
  position: relative;
    letter-spacing: .5px;
}
.services-list ul li:before {
    position: absolute;
    content: "\f046";
    color: #00299b;
    font-family: FontAwesome;
    left: 0;
    top: 0;
}

/* ==== Services V.2 ===*/
.services-item-two {
    display: none;
    margin-bottom: 30px;
}
.services-item-two .services-item-mask {
    position: relative;
    padding: 10px 0 10px 20px;
}
.services-item-two .services-item-mask:before{
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #011627;
}
.services-item-two .pic{
    position: relative;
    overflow: hidden;
}
.services-item-two .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-item-two:hover .pic:after{
    opacity: 1;
}
.services-item-two .pic img{
    width: 100%;
    height: auto;
}
.services-item-two .single-links{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    bottom: -40%;
    left: 0;
    text-align: center;
    z-index: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-item-two:hover .single-links {
    bottom: 20px;
}
.services-item-two .single-links li{
    display: inline-block;
    margin-right: 5px;
}
.services-item-two .single-links li a {
  border: 1px solid #fdfffc;
  color: #fdfffc;
  display: block;
  font-size: 15px;
  height: 35px;
  line-height: 30px;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  width: 130px;
}
.services-item-two .single-links li a:hover{
    background: #00299b;
    border: 1px solid #00299b;
}
.services-item-two .services-item-info{
    padding: 20px;
    background: #00299b;
    color: #eee;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-item-two .services-item-info:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #011627;
    z-index: -1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-item-two:hover .services-item-info:before{
    left: 0;
}
.services-item-two .title{
    color: #eee;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-item-two:hover .title{
    color: #fff;
}
.services-item-two .post{
    display: block;
    font-size: 13px;
    color: #eee;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.services-item-two:hover .services-item-info,
.services-item-two:hover .post{
    color: #fdfffc;
}
.services-item-two .description{
    font-size: 14px;
    line-height: 22px;
}
@media screen and (max-width: 990px){
    .services-item-two{ margin-bottom: 20px; }
}
/* ==============
    End Body Services Area CSS 
======================== */
/* ==============
    Breadcumbs Area CSS 
======================== */
.breadcumbs-area {
  background-position: center center;
  background-size: cover;
  height: 300px;
  position: relative;
}
.breadcumbs-bg-1 {
    background-image: url(images/breadcumbs-bg-1.jpg);
}
.breadcumbs-bg-2 {
    background-image: url(images/breadcumbs-bg-2.jpg);
}
.breadcumbs-area::before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.breadcumbs-area h2 {
  color: #fff;
  letter-spacing: 1px;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.breadcumbs-area a {
  color: #fff;
}
.breadcumbs-area span {
  text-transform: capitalize;
}

.breadcumbs-banner-area h2 {
	color: #fff;
	letter-spacing: 1px;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 40px;
}
.breadcumbs-banner-area span {
	text-transform: capitalize;
	display: inline-block;
	margin: 25px 0 0;
}
.breadcumbs-banner-area a {
	color: #fff;
	text-transform: capitalize;
}
.breadcumbs-banner-area {
	background-position: center center;
	background-size: cover;
	height: 540px;
	position: relative;
}
.breadcumbs-banner-bg {
    background-image: url(images/breadcumbs-banner-bg.jpg);
}
/* ==============
   End Breadcumbs Area CSS 
======================== */

/* ==============
    Banner Area CSS 
======================== */
.banner-man-boxed {
    background-size: cover;
    background-position: center center;
    height: 436px;
    max-width: 350px;
    margin: 0 auto;
}
.banner-man-bg {
    background-image: url(images/banner-man-bg.png);
}
.banner-boxed span {
    color: #00299b;
}
.banner-boxed > h2 {
  font-size: 33px;
  line-height: 40px;
}
.banner-boxed .subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin: 40px 0 30px;
}
.signature {
  margin-top: 30px;
}
/* ==============
    End Banner Area CSS 
======================== */
/* ==============
    Our Team Area CSS 
======================== */
.our-team{
    border-left: 8px solid #00299b;
    border-bottom: 8px solid #00299b;
    margin-top: 40px;
}
.our-team .team-image{
    position: relative;
    text-align: center;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .description{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 40px 50px;
    opacity: 0;
    background-color: rgba(59, 51, 106, 0.6);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.our-team:hover .description{
    opacity: 1;
}
.our-team .social{
    padding: 10px 0 0 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 40px;
    left: -27px;
    background: #00299b;
    text-align: center;
    transform: translate(25px, 0px) rotateY(90deg);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.our-team:hover .social{
    transform: translate(0px, 0px) rotateY(0deg);
}
.our-team .social li{
    display: block;
    margin-bottom: 10px;
}
.our-team .social li a{
    display: block;
    width: 40px;
    height: 35px;
    font-size: 17px;
    color: #fff;
    line-height: 38px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{
    background: #011f73;
}
.our-team .team-info{
    padding: 20px;
}
.our-team .title{
    font-size: 18px;
    color: #3b336a;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.our-team .post{
    display: block;
    font-size: 14px;
    color: #3b336a;
    text-transform: capitalize;
}
.our-team .title:hover,
.our-team .post:hover{
    color: #011f73;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .our-team .social{ left: -20px; }
}
@media only screen and (max-width: 480px){
    .our-team .social{ left: -20px; }
}
/* ==============
    End Our Team Area CSS 
======================== */
/* ==============
    Testimonials Area CSS 
======================== */
.testimonials-car-boxed {
    margin-top: 70px;
}
.testimonial-single-item p {
    font-style: italic;
    padding-left: 20px;
    position: relative;
}
.testimonial-single-item p:before {
    position: absolute;
    content: "\f347";
    color: #777;
    font-family: Ionicons;
    left: 0;
    top: -5px;
}
.testimonial-single-item {
    position: relative;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}
.testimonial-single-item::before {
  border-left: 0 solid transparent;
  border-right: 23px solid transparent;
  border-top: 32px solid #fff;
  bottom: -32px;
  content: "";
  height: 0;
  left: 50px;
  position: absolute;
  width: 0;
}
.testimonial-single-item ul li {
    display: inline-block;
    color: #e8e011;
}
.testimonial-single-item > ul {
    text-align: center;
}
.testimonial-single-item {
    background: #fff none repeat scroll 0 0;
    padding: 25px;
}
.quotation-profile {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 70px;
  margin-top: 35px;
    margin-left: 10px;
  overflow: hidden;
  width: 70px;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}
/* ==============
    End Testimonials Area CSS 
======================== */
/* ==============
    Appointment Area CSS 
======================== */
.appointment-form {
    margin-top: 30px;
}
.appointment-form label {
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    color: #777;
}
.appointment-form input, select, .cm_editor textarea, .cm_guest_name input, .srchform input{
  background-color: #fff;
  border: 1px solid #4ab74c;
  color: #333;
  font-size: 14px;
  height: 40px;
  margin-bottom: 15px;
  padding: 5px 15px;
  width: 100% !important;
}
.appointment-form p {
    border-bottom: 1px solid #eee;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 7px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
}
.appointment-form textarea, .srchform textarea{
    background-color: #fff;
    border: 1px solid #4ab74c;
    color: #333;
    height: 90px;
    margin-bottom: 15px;
    padding: 5px 15px;
    font-size: 14px;
    width: 100% !important;
}

.appointment-form input:focus, .appointment-form textarea:focus, .appointment-form select:focus, .cm_editor textarea:focus, .cm_guest_name input:focus, .srchform input:focus, .srchform select:focus{
	-webkit-box-shadow: 0px 2px 10px 1px rgb(63, 172, 142, 0.35);
	-moz-box-shadow:    0px 2px 10px 1px rgb(63, 172, 142, 0.35);
	box-shadow:         0px 2px 10px 1px rgb(63, 172, 142, 0.35);
}

.apointment-preview-boxed {
  background-position: center center;
  background-size: cover;
  height: 810px;
  position: relative;
  top: 100px;
}
.man-image-bg {
  background-image: url(images/appoinment-man-bg.png); 
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #999;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fbfcff;
    border: 1px solid #eee;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #999 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #fbfcff;
}
.select-styled:active, .select-styled.active {
  background-color: #fbfcff;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #999 transparent;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fbfcff;
    border: 1px solid #eee;
}
.select-options li {
  margin: 0;
  padding: 8px 0;
  text-indent: 15px;
  border-top: 1px solid #eee;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #333;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}
/* ==============
    End Appointment Area CSS 
======================== */
/* ==============
    Blog Area CSS 
======================== */
.single-blog-item {
    margin-top: 40px;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
}
.single-blog-item .zoomin {
    display: block;
    overflow: hidden;
    transition: .6s;
    -webkit-transition: .6s;
}
.single-blog-item:hover .zoomin {
    transform: scale(1.1);
    -webkit-transform: cale(1.1);
}
.single-blog-item img {
    width: 100%;
    height: auto;
}
.blog-item-info {
  padding: 20px;
    background-color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
}
.blog-item-info h3 {
  margin: 20px 0;
    transition: .4s;
    -webkit-transition: .4s;
}
.blog-item-info h3:hover {
    color: #00299b;
}
.blog-date {
    font-size: 14px;
}
.red {
  background-color: red;  
}
.green {
  background-color: #72c02c;  
}
.blue {
  background-color: #00299b;  
}
.blog-tags {
  font-size: 13px;
  padding: 1px 12px;
  text-transform: uppercase;
    color: #fff;
}
a.blog-tags:hover {
    color: #fff;
    opacity: .5;
}
.separator {
    display: inline-block;
    margin: 0 10px;
}
.blog-item-profile, .blog-item-c-v-info {
    margin-top: 20px;
}
.blog-item-profile > img {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    margin-right: 6px;
    width: 30px;
}
.blog-item-profile a {
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #999;
}
.blog-item-profile a:hover {
    color: #222;
}
.blog-item-c-v-info span:first-child {
    display: inline-block;
    margin-right: 5px;
}
.blog-item-c-v-info span a {
    color: #999;
    font-size: 14px;
}
.pagination-area {
  margin-top: 30px;
}
a.pagi-arrow {
  border: 1px solid #eee;
  border-radius: 50px;
  color: #777;
  display: inline-block;
  padding: 5px 29px;
}
a.pagi-arrow:hover {
    color: #00299b;
    border: 1px solid #00299b;
}
a.pagi-number {
  border: 1px solid #eee;
  border-radius: 50%;
  color: #777;
  display: block;
  height: 40px;
  line-height: 19px;
  padding: 10px;
  text-align: center;
  width: 40px;
    font-weight: 700;
    transition: .5s;
    -webkit-transition: .5s;
}
a.pagi-number:hover, .pagination-area li.active a.pagi-number {
    background-color: #00299b;
    color: #fff;
    border: 1px solid #00299b;
}
.blog-content .single-blog-item {
  margin-top: 0;
    margin-bottom: 30px;
}
.widget-boxed {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.06);
  padding: 30px 15px;
    margin-bottom: 40px;
}
.blog-serch-form {
    position: relative;
}
.blog-serch-form > input {
  border: 1px solid #00299b;
  height: 45px;
  padding: 15px;
  width: 100%;
}
.blog-serch-form > button {
  background: #00299b none repeat scroll 0 0;
  border: 1px solid #00299b;
  color: #fff;
  height: 45px;
  position: absolute;
  right: 0;
  width: 45px;
}
.widget-tile {
    margin: 0 0 20px;
    position: relative;
}
.widget-tile::after {
  background: #eee none repeat scroll 0 0;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 36px;
}
.widget-follow-us > ul {
  text-align: center;
}
.widget-follow-us ul li {
  display: inline-block;
  margin: 0 15px;
}
.widget-follow-us ul li a {
  font-size: 20px;
}
.single-popular-news-item img {
    float: left;
    margin-right: 10px;
}
.single-popular-news-item {
    color: #333;
    display: block;
    font-size: 18px;
    transition: .4s;
    -webkit-transition: .4s;
}
.single-popular-news-item:hover {
    opacity: .7;
}
.widget-popular-post ul li {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 20px;
}
.widget-popular-post ul li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.single-popular-news-item > h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 5px;
  text-transform: capitalize;
}
.single-popular-news-item > span {
  color: #999;
  display: block;
  font-size: 13px;
}
.widget-categories ul li a {
  color: #333;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
    transition: .4s;
    -webkit-transition: .4s;
}
.widget-categories ul li a:hover {
    opacity: .6;
}
.widget-categories img {
  border-radius: 50%;
  float: left;
  height: 45px;
  margin-right: 10px;
  width: 45px;
}
.widget-categories li {
  line-height: 42px;
  margin-bottom: 15px;
}
.widget-categories li:last-of-type {
  margin-bottom: 0;
}
.widget-tags ul li {
  display: inline-block;
  margin: 0 2px 5px 0;
}
.widget-tags ul li a {
    background: #eee none repeat scroll 0 0;
    border-radius: 100px;
    color: #333;
    display: block;
    font-size: 13px;
    padding: 3px 9px;
    text-transform: capitalize;
    transition: .4s;
    -webkit-transition: .4s;
}
.widget-tags ul li a:hover {
    background: #00299b;
    color: #fff;
}
.single-blog-post {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}
.single-blog-post .blog-item-info {
    padding: 50px 30px;
}
.blog-content .single-blog-post {
  margin-bottom: 30px;
  margin-top: 0;
}

.blog-comment {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  overflow: hidden;
  padding: 50px 30px;
}
.blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.blog-comment .avatar {
  background: #ffffff none repeat scroll 0 0;
  border: 1px dashed #346afe;
  border-radius: 3px;
  float: left;
  margin-right: 15px;
  padding: 5px;
}
.blog-comment .comment-list {
  list-style: outside none none;
  margin: 0 0 50px;
  padding: 0;
}
.blog-comment .comment-author {
  margin-bottom: 10px;
}
.blog-comment .meta {
  color: #999;
  font-size: 13px;
  margin-bottom: 10px;
}
.blog-comment .comment-list .children {
  padding-left: 40px;
}
.blog-comment > h4 {
  margin: 0 0 30px;
}
.comment-text > p {
  font-size: 14px;
  margin-bottom: 0;
}
#comment-form .form-control {
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 18px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    height: auto;
}
.btn-common {
    background-color: #00299b;
    border-color: #00299b;
    color: #fff;
}
/* ==============
    Blog Area CSS 
======================== */


/* ==============
    Our partner Area CSS 
======================== */
.partners-logo {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eee;
  display: block;
  padding: 30px;
}
.partners-logo:hover {
    opacity: .5;
}
.partner-slides {
    margin-top: 40px;
}
/* ==============
    End Our partner Area CSS 
======================== */

/* === Footer Area CSS === */
.footer-top-area {
    background: #45514f;
}
.footer-logo {
  display: inline-block;
  padding: 15px;
}
.footer-top-area {
    color: #cacaca;
    font-size: 14px;
    font-weight: 400;
	
    
}
.footer-wid.footer-menu li {
  line-height: 29px;
}
.footer-top-area a.link-color {
    color: #3d53e5;
    font-weight: 700;
}
.footer-top-area a {
  color: #cacaca;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-top-area a:hover {
    color: #34a031;
}
.footer-wid {
    padding: 30px 15px;
}
.footer-wid-title {
  color: #e1e1e1;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.footer-heading h4{
	font-size: 1.3em;	
	font-weight: 100;
	color: #fff;
	margin-top: 0;
}

.footer-title::after {
    display: block;
    content: "";
    height: 3px;
    width: 100%;
	margin-top: 5px;
    background-repeat: no-repeat;
    background-position: center bottom 1px;
    background-size: 100% 3px;
    background-image: linear-gradient(to right, #4a9580 5%, #626e6c 95%);
}

.footer-body .nav > li {
    border-bottom: 1px solid #3c4846;
}

.footer-body .nav > li > a:focus, .footer-body .nav > li > a:hover{
	background-color: #22aa86;
	color: #fff;
}

.footer-body .nav a{
	font-size: 0.85em;
}

.social-icos a {
  background: #838b8c none repeat scroll 0 0;
  border-radius: 50%;
  color: #262829;
  display: block;
  font-size: 17px;
  height: 34px;
  line-height: 36px;
  width: 34px;
}
.social-icos a:hover {
    background: #34a031;
    color: #fff;
}
.footer-copyright-area {
  background: #313d3b;
  color: #838b8c;
  padding: 15px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 50px;
}
.footer-copyright-area a {
    color: #34a031;
    font-size: 14px;
    font-weight: 400;
}
.footer-copyright-area a:hover {
    opacity: .5;
}
.footer-top-info {
  margin-top: 40px;
  padding-left: 82px;
  position: relative;
}
.footer-top-info > p {
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  margin: 0;
}
.footer-icons {
border: 4px solid #9c9c9c;
    border-radius: 50%;
    display: inline-block;
    font-size: 26px;
    height: 50px;
    left: 0;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.footer-top-info .flaticon-crane::before {
  font-size: 30px;
  margin-left: 5px;
}
.hr-line {
    background-color: #9c9c9c;
    opacity: .5;
    height: 1px;
    margin: 40px 0;
}
/* === End Footer Area CSS === */

.hexagon {
  position: relative;
  width: 215px; 
  height: 124.13px;
  margin: 62.07px 0;
  background-image: url(images/hexagon-2.png);
  background-size: auto 248.2606px;
  background-position: center;
    float: left;
}
.hexagon:first-child {
    background-image: url(images/hexagon-1.png);
}
.hexagon:last-child {
  margin-left: 107px;
  margin-top: -1px;
    background-image: url(images/hexagon-3.png);
}
.hexTop,
.hexBottom {
  position: absolute;
  z-index: 1;
  width: 152.03px;
  height: 152.03px;
  overflow: hidden;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background: inherit;
  left: 31.49px;
}

/*counter transform the bg image on the caps*/
.hexTop:after,
.hexBottom:after {
  content: "";
  position: absolute;
  width: 215.0000px;
  height: 124.13030787576955px;
  -webkit-transform:  rotate(45deg) scaleY(1.7321) translateY(-62.0652px);
  -ms-transform:      rotate(45deg) scaleY(1.7321) translateY(-62.0652px);
  transform:          rotate(45deg) scaleY(1.7321) translateY(-62.0652px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: inherit;
}
.hexTop {
  top: -76.0140px;
}
.hexTop:after {
  background-position: center top;
}
.hexBottom {
  bottom: -76.0140px;
}
.hexBottom:after {
  background-position: center bottom;
}
.hexagon:after {
  content: "";
  position: absolute;
  top: 0.0000px;
  left: 0;
  width: 215.0000px;
  height: 124.1303px;
  z-index: 2;
  background: inherit;
}
/* ==============
    Gallery Page CSS 
========================= */
.gallery-item {
   margin-right: -15px;
    margin-left: -15px;
}
.gallery-boxed {
    display: none;
}
.gallery-item-one {
    text-align: center;
    margin-bottom: 30px;
}
.gallery-item-one .pic{
    position: relative;
}
.gallery-item-one .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.gallery-item-one .pic:after{
    content: "";
    width: 90%;
    height: 90%;
    border: 1px solid #f5f5f6;
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.gallery-item-one:hover .pic:before,
.gallery-item-one:hover .pic:after{
    opacity: 1;
}
.gallery-item-one .pic img{
    width: 100%;
    height: auto;
}
.gallery-item-one .lightbox-link {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 60%;
    left: 0;
    opacity: 0;
    z-index: 1;
    margin-top: -20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.gallery-item-one:hover .lightbox-link {
    opacity: 1;
    top: 50%;
}
.gallery-item-one .lightbox-link li{
    display: inline-block;
    margin-right: 10px;
}
.gallery-item-one .lightbox-link li a{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 51px;
    border-radius: 50%;
    font-size: 25px;
    color: #f5f5f6;
    border: 1px solid #f5f5f6;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.gallery-item-one .lightbox-link li a:hover{
    background: #00299b;
    border-color: #00299b;
}
.gallery-item-one .gallery-content{
    padding: 15px 0;
    background: #323232;
    border-top: 2px solid #00299b;
    overflow: hidden;
    position: relative;
}
.gallery-item-one .gallery-content:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #00299b;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.gallery-item-one:hover .gallery-content:before{
    top: 0;
}
.gallery-item-one .title{
    font-size: 24px;
    color: #f2f2f2;
    margin: 0 0 5px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.gallery-item-one .post{
    display: block;
    font-size: 14px;
    color: #eeeeee;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.gallery-item-one:hover .title,
.gallery-item-one:hover .post{
    color: #fff;
}
@media screen and (max-width: 990px){
    .gallery-item-one{ margin-bottom: 20px; }
}
.shorting-menu {
    margin-bottom: 50px;
}
.shorting-menu > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #9d9d9d;
    color: #9d9d9d;
    margin: 0 5px;
    padding: 10px 25px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.shorting-menu > button.mixitup-control-active, .shorting-menu > button:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #666;
    color: #666;
}
.shorting-menu > button.mixitup-control-active::before {
  bottom: -13px;
  color: #bbbbbb;
  content: "";
  font-family: FontAwesome;
  height: auto;
  left: 50%;
  margin-left: -10px;
  position: absolute;
}
/* ==============
   End Gallery Page CSS 
========================= */
/* ==============
   Instagram-block CSS 
========================= */
.instagram-block-area {
  border-top: 1px solid #eee;
  padding: 50px 0 0;
}
.instagram-pic .swiper-slide {
    width: 250px;
    height: 250px;
}
.instagram-pic {
    margin: 50px auto 0;
}
.insta-lightbox:hover {
    opacity: .4;
}
/* ==============
   End Instagram-block CSS 
========================= */

.contact-us .media {
    border: 1px solid #f7f8fa;
    padding: 40px 20px 0;
    transition: .4s;
    -webkit-transition: .4s;
}
.contact-us .media:hover {
    background: #f7f8fa;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}
.contact-us .media .media-left  {
    padding-right: 15px; 
}
.contact-us .media .media-left i {
    font-size: 40px;
    color: #3d53e5;
}
.contact-us .media .media-body h4 {
    color: #666;
  font-weight: 300;
  line-height: 27px;
  margin: 0;
}
.contact-form-area {
    padding: 100px 0 0;
}
.contact-form-area .form-group .form-control {
    background: #f7f8fa none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 45px;
    box-shadow: none;
}
.contact-form-area .form-group textarea.form-control {
    height: auto !important;
}
.contact-form-area .form-group label {
  color: #666;
  font-weight: 400;
}
.contact-form-area .btn-send-message {
    background: #000000 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 25px;
}
.contact-img-bg {
    height: 470px;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
}
.contact-img-bg {
    background-image: url(images/contact-img-bg.png);
}
#map {
  background-color: #eaeaea;
  height: 500px;
    width: 100%;
}
/* === End Contact Page CSS === */
/* === Back To Top === */
.back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: -7.5%;
  height: 15px;
  width: 40px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  color: transparent;
  opacity: 0.5;
  z-index: 3;
  visibility: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #858585;
}
.back-to-top:hover, .back-to-top:focus {
  opacity: 1;
  text-decoration: none;
}
.back-to-top:focus {
  outline: thin dotted;
}
.back-to-top::before,
.back-to-top::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 0;
}
.back-to-top::before {
  top: -20px;
  z-index: 4;
  border-bottom: 20px solid #858585;
}
.back-to-top::after {
  bottom: 0;
  z-index: 5;
  border-bottom: 20px solid #505050;
}
.back-to-top:hover,
.back-to-top:focus {
  height: 40px;
  color: #212223;
}
.show-back-to-top {
  display: block;
  bottom: 1.25%;
  visibility: visible;
}
/* === End Back To Top === */
/* === SignUp and SignIn === */
.form-control, .form-control:focus, .input-group-addon {
    border-color: #e1e1e1;
    border-radius: 0;
}
.signup-form {
    width: 390px;
    margin: 30px auto;
}
.signup-form h2 {
    color: #636363;
    margin: 0 0 15px;
    text-align: center;
}
.signup-form .lead {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
}
.signup-form form {
    color: #999;
    border-radius: 1px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.signup-form .form-group {
    margin-bottom: 20px;
}
.signup-form label {
    font-weight: normal;
    font-size: 13px;
}
.signup-form .form-control {
    min-height: 38px;
    box-shadow: none !important;
    border-width: 0 0 1px 0;
}	
.signup-form .input-group-addon {
    max-width: 42px;
    text-align: center;
    background: none;
    border-width: 0 0 1px 0;
    padding-left: 5px;
}
.signup-form .btn {        
    font-size: 16px;
    font-weight: bold;
    background: #00299b;
    border-radius: 3px;
    border: none;
    min-width: 140px;
    outline: none !important;
}
.signup-form .btn:hover, .signup-form .btn:focus {
    background: #00299b;
}
.signup-form a {
    color: #00299b;
    text-decoration: underline;
}
.signup-form a:hover {
    text-decoration: none;
}
.signup-form form a {
    color: #00299b;
    text-decoration: none;
}	
.signup-form form a:hover {
    text-decoration: underline;
}
.signup-form .fa {
    font-size: 21px;
}
.signup-form .fa-paper-plane {
    font-size: 17px;
}
.signup-form .fa-check {
    color: #fff;
    left: 9px;
    top: 18px;
    font-size: 7px;
    position: absolute;
}
/* === End SignUp and SignIn === */

/* === Parsley form validation CSS === */
input.parsley-error, select.parsley-error, textarea.parsley-error {
  background-color: #f2dede !important;
  border: 1px solid #eed3d7 !important;
  color: #b94a48 !important;
}
li.parsley-required, #contact_send_status {
    color: red !important;
}
.parsley-minlength, .parsley-type {
  font-size: 13px;
}
/* === End Parsley form validation CSS === */

/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}
.panel-default > .panel-heading {
    padding: 30px 0;
    color: #212121;
	border: none;
}
.panel-title {
    font-size: 2.4em;
	text-align: center;
	font-weight: 400;
	text-transform: none;
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.more-less {
    float: right;
    color: #212121;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}




.cooming-soon {
  background-color: #ddd;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width: 100%;
    color: #fff;
}
.site-logo {
  margin-bottom: 45px;
}
.cooming-soon h1 {
  color: #fff;
  font-weight: 300;
  line-height: 50px;
  text-transform: uppercase;
}
.cooming-soon span {
  font-weight: 700;
}
.cooming-soon p {
    color: #c7c3c7;
}
.subscribe-form {
  position: relative;
    max-width:  450px;
    margin: 40px auto 0;
}
.subscribe-form input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #eee;
  color: #fff;
  height: 45px;
  padding: 7px 15px;
  width: 100%;
    border-radius: 4px;
}
.subscribe-form button {
  border: 1px solid #eee;
  height: 45px;
  margin: 0;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.social-follow-us {
    margin: 40px 0 20px;
}
.social-follow-us ul li {
  display: inline-block;
  margin: 0 10px;
}
.social-follow-us ul li a {
  border-radius: 50%;
  display: block;
  font-size: 22px;
  height: 40px;
  line-height: 42px;
  width: 40px;
}
.social-follow-us ul li a:hover {
    color: #fff;
    opacity: .7;
}
.facebook {
    background: #3b5999;
    color: #fff;
}
.twitter{
   background: #55acef;
   color: #fff; 
}
.linkedin {
   background: #0077b5;
   color: #fff; 
}
.google-plus {
    background: #e14a39;
   color: #fff;
}
@media screen and (min-width: 1200px) {
	.top_module{
			height: 700px
	
	}
}

.panel-top{
	padding: 50px 0;
	height: 100%;
	margin: 0;
    border-radius: 0;
	border: none;
}

.panel-gray{
	background: #f9fbfd;
	position:relative;
-webkit-box-shadow: 0px 10px 10px -9px rgba(50, 50, 50, 0.8);
-moz-box-shadow:    0px 10px 10px -9px rgba(50, 50, 50, 0.8);
box-shadow:         0px 10px 10px -9px rgba(50, 50, 50, 0.8);
}


.push {
  list-style: none;
}
.push li {
  position: relative;
  padding: 20px 0 10px 20px;
  
  cursor: pointer;
}
.push li:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4F5151;
  content: "";
  left: 0;
  transition: .3s ease-in-out;
  top: 27px;
}
.push li:after {
  position: absolute;
  border-left: 1px dotted #4F5151;
  width: 1px;
  bottom: -12px;
  content: "";
  left: 3px;
  top: 48px;
}
.push li:hover:before{box-shadow: 0 0 0 10px rgba(0,0,0,.2)}
.push li:last-child:after {content: none;}

.spoiler-title {
		font-family: 'Montserrat', sans-serif;
		font-size: 1em !important;
}

.hide-icon{	background: none !important;}

.hide-icon:before {
	content: "\f0aa";
    font-family: FontAwesome;
}

.show-icon{	background: none !important;}
.show-icon:before{
	content: "\f0ab";
    font-family: FontAwesome;
}
img.captcha{
	margin-right:15px;
}
@media screen and (max-width: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}

}

.auth{
	background: url(/images/login.png) no-repeat scroll 10px 10px #FFF;
	padding-left: 40px !important;
}



.mustbe {color:red; font-size: 1em;}

//.panel-body{ padding: 15px 0;}

.item-description h3{
	//border-bottom: 1px solid #f7f8fa;
    //margin-top: 30px;
    //padding-bottom: 10px;
    //position: relative;
    text-transform: capitalize;
}

.item-description h3::before {
    //background: #3d53e5 none repeat scroll 0 0;
    //bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 110px;
}

.item-description, .con_description {margin:0 0 20px 0;}
/* Костыли для картинок и ифреймов в "Каталоге статей" */
//.item-description .cboxElement img {padding:2px;border:#dedede 1px solid;margin:0 15px 15px 0;float:left;}
.item-description .embeddedContent iframe {padding:2px;border:#dedede 1px solid;margin:0 15px 15px 0;float:left;}
.item-description .locationmap iframe {padding:2px;border:#dedede 1px solid;margin:0 15px 15px 0;float:left;}
@media (max-width: 767px) {
//.item-description .cboxElement img {position:relative !important;width:100% !important;height:auto !important;margin:15px 0 !important;}
.item-description .embeddedContent iframe {position:relative !important;width:100% !important;height:240px !important;margin:15px 0 !important;}
.item-description .locationmap iframe {position:relative !important;width:100% !important;height:240px !important;margin:15px 0 !important;}
}

/* Общие стили для компонентов и модулей, предполагающих вывод списком */
.media {background-color: #fff; color: #000; padding: 15px; box-shadow: 0 10px 20px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22); min-height: 250px; margin: 20px 0;} 
.media .pull-left {padding-right:15px;}
.media-heading, h4.media-heading {font-size:1.1em;line-height:1.2em; min-height: 56px;}
h3.media-heading {font-size:1em;line-height:1.3em;margin-bottom:5px;}
.media-object {width:120px;height:auto;border:#dedede 1px solid;padding:2px;} /* 120px => 64px  -  vam */
.media-body {}
.media-body .title{height: 60px; overflow:hidden;font-size: 16px;
    line-height: 20px;}
.media-hinttext {font-size:.8em;border-top:#dedede 1px dashed;padding-top:5px;margin-top:5px;}
.media-hinttext a {color:#333 !important; padding: 5px;}
.media-hinttext a:hover {color:#666666 !important;}
.main-shop .media-hinttext {font-size:0.9em;}
 .media-hinttext a:hover {
    background-color: #4e9875;
	padding: 5px;
	border-radius: 5px;
	color:   #fff !important;
}
.itemslist_price{
height:23px;
}
.media-description {margin:10px 0;}
.crsl-item .media-description {min-height:135px;}

@media (max-width: 415px) {
.media .pull-left {width:100% !important;margin-right:0px !important;clear:both;margin-bottom:10px;}
.media-object {width:64px;height:auto;}	
}
/* Общие стили для компонентов и модулей, предполагающих вывод сеткой */
.media-gird {overflow:hidden;}
.media-gird .media-heading {font-size:1.15em;line-height:1.25em;}
.media-gird .media-object {position:relative !important;width:100% !important;max-width:350px;height:auto !important;border:#dedede 1px solid;padding:2px;margin-bottom:10px;}
.media-gird .panel .media-object {width:32px !important;height:32px !important;} /* ПОКА ТОЛЬКО В КЛУБАХ */
.media-gird .media-body {}
.media-gird .media-hinttext {font-size:.8em;font-style:italic;border-top:#dashed 1px dotted;padding-top:5px;margin-top:5px; min-height: 50px; line-height: 1.3em;}
.media-gird .media-hinttext a {color:#333 !important;}
.media-gird .media-hinttext a:hover {color:#FFF !important;}
.media-gird .media-description {}


* 
* Формируем базовый контейнер аккордеона 
*/
.accordion {
    width: 100%;
/*
ширина произвольная выбирается
*в зависимости от места размещения 
*/
    max-width: 600px;
    min-height: 0;
    display: block;
/* относительное позиционирование */
    position: relative;
    margin: 0 auto;
    padding: 0;
    background-color: #fefffa;
    overflow: hidden
}
/* заголовки панелей аккордеона */
.accordion h2 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    padding: 10px 25px;
    cursor: pointer;
    color: #f4f4f4;
    background: #2d8bbb;
    border-top: 1px solid #3face4;
    border-bottom: 1px solid #2479a5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* заголовки панелей аккордеона при наведении
* в данном варианте не срабатывает
*/
/* .accordion h2:hover {
    display: block;
    background-color: #005049;
}
*/
 
/* Формируем блоки с содерханием */
.msg {
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
}
 
/* оформляем параграфы */
.msg p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 0 20px
}
 
/* Позаботимся о небольших экранах */
@media (max-width: 550px) {
  .accordion {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
} 
 
/* Формируем неупорядоченный список */
.accordion ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
 
/* Определяем и формируем отдельный элемент списка 
 * в который поместим скрытый флажек,
 * заголовок панелей и блок с содержанием
*/
.accordion ul li {
  position: relative;
  padding: 0;
  margin: 0;
}
 
/* устанавливаем время ожидания перед воспроизведением анимации 
 * на основе нумерации в дереве элементов
*/
.accordion ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.accordion ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.accordion ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.accordion ul li:last-of-type {
  padding-bottom: 0;
}
 
/* Сформируем  указатель переключения состояния аккордеона */
.accordion ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
/* расположим указатель на панели заголовка справа */
  right: 25px;
}
 
/* "Рисуем " сам указатель */
.accordion ul li i:before, .accordion ul li i:after {
  content: "";
  position: absolute;
  background-color: #404040;
  width: 3px;
  height: 9px;
}
/* Добавляем элемент трансформации указателя при переключении */
.accordion ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
 
/* Делаем чекбокс скрытым*/
.accordion ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
/* Когда у флажка установлен checked  
 * блок с содержанием скрыт
*/
.accordion ul li input[type=checkbox]:checked ~ div.msg {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
/* А указатель показывает вниз */
.accordion ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.accordion ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
/*  Устанавливаем эффект перехода
 * между двумя состояниями указателя 
*/
div.msg, ul li i:before, ul li i:after {
    transition: all 0.5s ease-in-out;
}
/**
 * Изображения внутри аккордеона
 * ...сделаем их отзывчивыми
 */
.accordion .msg img {
    width: 100%;
    height: auto;
    -moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
 
/* полноразмерная картинка */
.msg img .large-img {
    width: 100%;
    margin-bottom: 10px;
}
/* миниатюра слева */
 .msg img.img-left {
    width: 25%;
    float:left;
    margin:5px 15px 5px 0;
}
/* миниатюра справа */
.msg img.img-right {
    width: 25%;
    float:right;
    margin:5px 0 5px 15px;
}

#zabor, #number{margin: 0 10px; background-color:#FFF;}

.tools-bg{
	min-height: 300px;
	color: #fff;
	position: relative;
	background: #41B394;
	background: -webkit-linear-gradient(bottom right, #85A526, #41B394);
	background: -moz-linear-gradient(bottom right, #85A526, #41B394);
	background: linear-gradient(to top left, #85A526, #41B394);
}
.tooth-color-w {
    height: 10px;
    width: 100%;
    background-image: url("../images/tooth-color-w.png");
    background-repeat: repeat;
    background-position: 20px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tooth-color-top {
    height: 10px;
    width: 100%;
    background-image: url("../images/tooth-color-top.png");
    background-repeat: repeat;
    background-position: 20px 0;
    //position: absolute;
    bottom: 0;
    left: 0;
	margin-top: 20px;
	padding: 0 10px;
}

.tools-bg-top, .tools-bg-down{
	min-height: 100px;
	color: #000;
	background-color: #fff;
}

.tools-number::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.tools-number{
	position: relative;
	min-height: 300px;
    background: url(../images/numbers.jpg) 100% 50%;
	background-size: cover;
	margin: 30px 0;
	text-align: center;
	color: #FFF;
}

.number-main{padding: 120px 0;}

.tools-n-lr{margin-bottom: 30px;}

.carousel-caption h3{color: #fff; font-size: 3rem;}

.carousel-caption h3::after{
	background-color: #fbc201;
	display: block;
	content: "";
	height: 3px;
	width: 20%;
	left: 40%;
	position: absolute;
	margin-top: 25px;
}

.carousel-caption {
    right: 20%;
    left: 20%;
	bottom: 50px;
}

.carousel-inner img{width: 100%;}

.panel-top_slider{margin-top: -50px;}

//.top-slider-block span {font-family: 'Philosopher', serif; font-size: 1.6em; line-height: 2.5em;}

.top-slider-block h4{color: #22aa86;}
.top-slider-block{
	padding: 5%;
	background-color:#fff;
}
.top-slider-block a:hover{
	color: #FFF
}

.top-slider-block p{
	text-decoration: none;
	color: #777;
}

.top-slider-block span{
	font-family: Philosopher;
	font-size: 1.2em;
	line-height: 2.5em;
	color: #777;
}


.top-slider-block:hover a, .top-slider-block:hover{
	background-color:#22aa86;
}

div.top-slider-block:hover h4, div.top-slider-block:hover p, div.top-slider-block:hover span{ color: #FFF; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {background-color: #4ab74c;}

.nav > li > a:focus, .nav > li > a:hover {color: #4ab74c;}

.tab-content{background-color: #FFF; padding: 10px; display: grid;}
.tab-content img{max-width: 300px; float: left;}

.panel-title::after {
    background-color: #e1e3e2;
    display: block;
    content: "";
    height: 3px;
    width: 10%;
    left: 45%;
    position: absolute;
	margin-top: 15px;
}

.panel-rec, .panel-service {padding: 50px 0;}

.panel-service{color: #777;}

/* Пользовательское меню*/
/*.nav-wrap-user {float:right;}*/
.nav-wrap-user .menu-icon-user {display: none;}
.nav-wrap-user .nav, .nav-wrap-user .nav li {margin: 0;	padding: 0;}
.nav-wrap-user .nav li {list-style: none;float: left;}
/* .nav-wrap-user .nav a {	padding: 10px;display: block;color: #fff;background: #337ab7}  */
.nav-wrap-user .nav a {	padding: 10px;display: block;color: #fff;}
/* .nav-wrap-user .nav a:hover {background: #286090;} */
.nav-wrap-user .nav a:hover {background:#000000;}
.nav-wrap-user .nav ul {background: #fff;z-index:44;position: absolute;border: solid 1px #dedede;padding:0;display: none;width: 200px;}
/* .nav-wrap-user .nav ul a {background:#fff;color:#337ab7} */
.nav-wrap-user .nav ul a {background:#fff;color:#000000}
/* .nav-wrap-user .nav ul a:hover {background:#fff;color:#333} */
.nav-wrap-user .nav ul a:hover {background:#fff;color:#ff0000}
.nav-wrap-user .nav ul li {float: none;margin: 0;padding: 0;}
.nav-wrap-user .nav li:hover > ul {	display: block;}
@media screen and (max-width: 991px) {
.nav-wrap-user .nav-wrap {position: relative;}
.nav-wrap-user .menu-icon-user {width: 42px;height: 42px;padding-top: 10px;cursor: pointer;display: block;}
.nav-wrap-user .menu-icon-user:before {font-family: FontAwesome; content: "\f007"; display: block; padding-right: 3px; vertical-align: middle; font-weight: 900; }
.nav-wrap-user .menu-icon-user:hover {}
.nav-wrap-user .menu-icon-user.active {}	
.nav-wrap-user .nav {clear: both;position: absolute;top: 42px;right:15px;width: 160px;z-index: 55;padding: 5px;background: #FFF; border: solid 1px #dedede;	border-top:0;display: none; }
.nav-wrap-user .nav li {clear: both;float: left;margin: 5px 0 5px 10px;	border: none !important;}
.nav-wrap-user .nav a, 	.nav-wrap-user .nav ul a {font: inherit;background: none;display: inline;padding: 0;color: #666;border: none !important;}
.nav-wrap-user .nav a:hover, .nav-wrap-user .nav ul a:hover {background: none;	color: #000;}
.nav-wrap-user .nav ul {width: auto;position: static;display: block;border: none;background: inherit;}
.nav-wrap-user .nav ul li {	margin: 3px 0 3px 15px;	}
}
@media screen and (min-width: 992px) {
.nav-wrap-user .nav {display: block !important;}
}


.cart-top{
	padding-top: 10px;
}

.cart-top a{
	color: #fff
}

.badge{margin-left: 5px; font-weight: normal; font-size: 1.4rem;}

.mod_inshop_cart_list{
    margin-left:0px;
    padding-left:0px;
    list-style:none;
}

.mod_inshop_cart_list li{
    margin-top:10px;
    padding-top:10px;
    border-top:dotted 1px silver;
}

.mod_inshop_cart_total{
    padding-top:10px;
    border-top:dotted 1px silver;
    text-align:right;
}

.mod_inshop_cart_total span{
    font-weight:bold;
}

.mod_inshop_front .item_wrap{
    text-align:center;
}

.mod_inshop_front .price span{
    height:34px;
    display:block;
    line-height:34px;
    padding-left:15px;
    padding-right:0px;
    background:url(../images/shop_price.gif) no-repeat left top;
    text-align:center;
    font-size:14px;
}

.mod_inshop_front .price {
    display:block;
    height:34px;
    line-height:34px;
    padding-right:15px;
    background:url(../images/shop_price.gif) no-repeat right -34px;
    width:120px;
    margin-left:auto;
    margin-right:auto;
}

.mod_inshop_front .is_hit{
    background: url("../images/shop_hit.png") no-repeat scroll 0 0 transparent;
    height: 81px;
    left: 60%;
    position: relative;
    margin-top: -55px;
    width: 82px;
}

/* ========================================================================== */
/* ========================================================================== */

#inshop_tree{ padding:0px; list-style:none; margin:0px; }
#inshop_tree ul{
    margin-left:0px;
    padding-left:16px;
}
#inshop_tree li { list-style:none; margin-left:0px; padding:5px 0px; }

.nocat li:hover {background-color: #34a031; color: #FFF !important;}


#inshop_tree li span {
    padding-left:10px;
    margin-left:0px;
    font-weight:bold;
}

#inshop_tree li span a{
    font-weight:normal;
}

#inshop_tree li a.cat_plus,
#inshop_tree li a.cat_minus,
#inshop_tree li a.cat_none{
    display:block;
    float:left;
    width:16px;
    height:16px;
    margin-right:3px;
}

#inshop_tree li a.cat_plus{ }
#inshop_tree li a.cat_minus{  }

#inshop_tree .current{
	border-bottom: 1px #fbc201 solid;
	color: #000;
}

.subtree li{
	//background-color:#d9d5d5;
	//margin: 0 -15px;
}

.panel-leftmenu {
    border: 1px solid #d9cbcb;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
	margin-top: 20px;
}

#upr_p_shop_orders .order{ margin-bottom:15px; }
#upr_p_shop_orders .order .head{ font-size:16px; color:#27537A; }
#upr_p_shop_orders .order .data{ margin-top:2px; margin-bottom:6px; font-size:12px; }
#upr_p_shop_orders .order .data span{ font-weight:bold; }
#upr_p_shop_orders .order .data .date{ margin-left:10px; }
#upr_p_shop_orders .order .items{ padding:5px; border:solid 1px silver; }
#upr_p_shop_orders .order .items td{ padding:2px; }

/* ========================================================================== */
/* ========================================================================== */

#inshop_vendors_list .vendor{
    font-size:18px;
    padding-left:15px;
}

/* ========================================================================== */
/* ========================================================================== */

h2 { color:#34a031; font-weight:normal; }

.go_hits{ 
    font-size: 9px;
    margin-left:4px;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

/* ========================================================================== */
/* ========================================================================== */

table.customer_info td{ padding-bottom:15px; }
table.customer_info td.first{ padding-top:15px; }
table.customer_info .input{ width:340px; }

.psys_price {padding-top: 20%; }
.psys_price span { font-size:16px; font-weight:bold; }

.payblock{text-align: center; margin:10px 0; border: 1px solid #d9cbcb; border-radius: 5px;background:#fff;}
.payblock:hover {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

/* ========================================================================== */
/* ========================================================================== */

.shop_vendors_list .vendor { font-size:18px; margin-bottom:15px; }

/* ========================================================================== */
/* ========================================================================== */

.total_to_pay{ font-size: 18px; }

.total_to_pay .label{ color: #5F98BF; }

/* ========================================================================== */
/* ========================================================================== */

.con_heading{
    overflow:hidden;
}

.con_heading .is_hit{
    display:inline;
    padding-right:70px;
    background:url(../images/shop_hit_small.gif) no-repeat right center;
}

.shop_items_list .is_hit{
    position:absolute;
    margin-top:-60px;
    margin-left: 80px;
    width:82px;
    height:81px;
    background:url(../images/shop_hit.png) no-repeat;
}

.imghint{
    position:absolute;
    padding:10px;
    background:#FFF;
    border:solid 2px gray;
    display:none;
}

.itemlink{
    cursor:help;
}

.shop_items_list .chars_list li{
    margin:0px;
}

.shop_items_list .chars_list {
    list-style:none outside none;
    margin:0px;
    padding:0px;
}

.shop_items_list .chars_list .quest{
    font-weight: bold;
    display: block;
    width:200px;
    float:left;
    color:#5F98BF;
}

/* ========================================================================== */
/* ========================================================================== */

ul.shop_cat_list{
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
    padding-bottom:15px;
}

ul.shop_cat_list li.shop_cat_item{	
    line-height:32px;
	padding-left:40px;
    float:left;
    font-size:18px;
    margin-right:20px;
    margin-bottom:1px;
    width:250px;
}

ul.shop_cat_list li.shop_cat_item .subcats{
    font-size:12px;
    line-height:20px;
}

/* ========================================================================== */
/* ========================================================================== */

.shop_items_list{}

.shop_item {
    width:99%;
    margin-bottom:5px;
    padding-top:20px;
    padding-bottom:20px;
    border-top: solid 1px #E0EAEF;
}


.shop_item .image_td{
    width:150px;
    padding:15px 0;
    padding-left:15px;
    padding-right:25px;
    text-align:center;
}

.shop_item .details_td{
    padding:15px 0;
}

.shop_item .details .desc{
    margin-bottom:15px;
}
.shop_item .details .title{
    font-size:18px;
}

.shop_item .details .vendor{
    color:gray;
}

.shop_item .title .compare{
    float:right;
    margin-top:2px;
    font-size:11px;
    color:silver;
}

.shop_item .title .compare a {
    color:#09c;
}

.shop_item .title .compare a.add {
    padding:2px;
    padding-left:20px;
    background:url(../images/shop_compare_add.gif) no-repeat left top;
}

.details .price span{
    height:34px;
    display:block;
    line-height:34px;
    padding-left:15px;
    padding-right:0px;
    background:url(../images/shop_price.gif) no-repeat left top;
    text-align:center;
    font-size:14px;
}

.details .price {
    display:block;
    height:34px;
    line-height:34px;    
    padding-right:15px;
    background:url(../images/shop_price.gif) no-repeat right -34px;
    width:120px;
}

.details .old_price span{
    height:34px;
    display:block;
    line-height:34px;
    padding-left:15px;
    padding-right:0px;
    background:url(../images/shop_price_old.gif) no-repeat left top;
    text-align:center;
    font-size:14px;
    text-decoration:line-through;
}

.details .old_price {
    display:block;
    height:34px;
    line-height:34px;
    padding-right:15px;
    background:url(../images/shop_price_old.gif) no-repeat right -34px;
    width:120px;
}

.new_price{font-size: 2em;}

/* ========================================================================== */
/* ========================================================================== */

.d_table  { border-bottom: dashed 1px silver; }
.d_table td { padding-top:10px; padding-bottom:15px; }
.d_table td.btop { border-top: dashed 1px silver; padding-bottom:0px; }
.d_table .d_type { font-size:14px; font-weight:bold; float:left; margin-top:5px; }
.d_table .d_price { font-size:1.3rem; font-weight:bold;  margin-top:5px; }

/* ========================================================================== */
/* ========================================================================== */

.cart_table  { border-bottom: dashed 1px silver; }
.cart_table td { border-top: dashed 1px silver; padding-top:10px; padding-bottom:10px; }

.cart_table a.title { font-size:14px; }
.cart_table .var_title { font-size:14px; margin-left:15px; }

.cart_table .totalprice { font-size:12px; font-weight:bold; }
.cart_table .art_no { 
    padding-top:5px;
    color:#000;
    font-size:11px;
}

.cart_table .total_summ_title{ font-size:14px; font-weight:bold; }
.cart_table .total_summ_price, #result{ font-size:16px; font-weight:bold; }

.cart_form { margin-top:20px; float;left; }
.cart_save_form { margin-top:20px; float;right; }

/* ========================================================================== */
/* ========================================================================== */

.shop_filter_link a{
    padding:4px 15px;
    clear:both;
    border-radius:8px;
	background:#deeeea;
    -moz-border-radius:8px 8px 0px 0px ;
    display: inline-block;
    color:#4e9875;
    text-decoration: none;
}

.shop_filter{
    width:300px;
    padding:15px;
    background:#deeeea;
    display:none;
    position: absolute;
    z-index: 999999;
    -moz-box-shadow:1px 1px 0 #1F3147;
}

.shop_filter .filter_title{
    font-size:14px;
    font-weight:bold;    
    height:32px;
    line-height:32px;
    padding-right:20px;
    padding-left:2px;
    display:inline;
}

.shop_filter table{
    margin-top:10px;
    margin-bottom:10px;
}

/* ========================================================================== */
/* ========================================================================== */

.shop_detail_item .details_td { padding-left:20px; }
.shop_detail_item .image_td { padding:15px; }
.shop_detail_item .image_td .images { margin-top:15px; }
.shop_detail_item .image_td .images a { border:solid 1px #ccc; display:table;float:left;padding:2px;margin-left:4px;margin-bottom:4px; }
.shop_detail_item .details_td .description p { margin-top:0px; }

.shop_detail_item .details_td .cats { margin-bottom:15px; font-size:14px; }
.shop_detail_item .details_td .cats { font-weight:bold; }
.shop_detail_item .details_td .cats a { font-weight:normal; }

.shop_detail_item .details_td .vendor { margin-bottom:15px; font-size:14px; }
.shop_detail_item .details_td .vendor { font-weight:bold; }
.shop_detail_item .details_td .vendor a { font-weight:normal; }

.shop_detail_item .details_td .chars_list {
    list-style:none;
    margin:0px;
    padding:0px;
    margin-top:20px;
    font-size:12px;
}

.shop_detail_item .details_td .chars_list li{
    clear: both;
    margin: 0 0 6px;
    overflow: hidden;
}

.shop_detail_item .details_td .chars_list .quest{
    color: #375E93;
    display: block;
    float: left;
    width: 200px;
}

.shop_detail_item .details_td .chars_list .answer{
    float: left;
}

.shop_detail_item .details_td .chars_list .grp{
    padding:4px;
    padding-left:0px;
    margin:0px;
    margin-bottom:4px;
    border-bottom:solid 1px silver;
    font-size:14px;
    font-weight:bold;
}

.price_table { margin-top:20px; }
.price_table td { padding-right:10px; }

/* ========================================================================== */
/* ========================================================================== */

.compare_table{}
.compare_table td { padding:4px; font-size:14px; text-align:center; }

.compare_table td.char_title { text-align:left; font-weight:bold; padding:7px; }
.compare_table td.item_image { padding-bottom:5px; padding-top:15px; }
.compare_table td.item_title { font-weight:bold; }

.compare_table .compare_remove { font-size:12px; margin-bottom:15px; }
.compare_table .compare_remove a { color:gray; }

/* ========================================================================== */
/* ========================================================================== */

a.shop_download,
a.shop_map,
a.shop_user,
a.shop_link {
    padding:2px;
    padding-left:20px;
}

a.shop_download{ background:url(../images/shop_download.png) no-repeat left 2px; }
a.shop_user{ background:url(../images/shop_user.png) no-repeat left 2px; }
a.shop_map{ background:url(../images/shop_map.png) no-repeat left 2px; }
a.shop_link{ background:url(../images/shop_link.png) no-repeat left 2px; }

/* ========================================================================== */
/* ========================================================================== */

.mod_inshop_cart_list{
    margin-left:0px;
    padding-left:0px;
    list-style:none;
}

.mod_inshop_cart_list li{
    margin-top:10px;
    padding-top:10px;
    border-top:dotted 1px silver;
}

.mod_inshop_cart_total{
    padding-top:10px;
    border-top:dotted 1px silver;
    text-align:right;
}

.mod_inshop_cart_total span{
    font-weight:bold;
}


.shop_items_sort { text-align: right; margin-bottom:4px; }
.shop_items_sort span { color:#000; }
.shop_items_sort a.selected { text-decoration: none; color:#34A031; font-weight: 600;}
.shop_items_sort a.selected:hover { text-decoration: none; color:#34A031; }

.item_rating{  float:right; overflow:hidden; padding-right:15px; text-align:center; }
.item_rating small{ line-height:20px; }
.image_td .rating{ margin-top:3px; overflow:hidden; }
.image_td .rating small{ line-height:20px; margin-left:6px; }

.main-shop {background-color: #fff; overflow:hidden;margin-bottom: 30px;text-align: center; min-height: 350px;}
.main-shop h4{padding: 10px 0; text-transform: none; font-weight: 100; height:55px}
.main-shop p{padding: 0 10px; height: 120px;}
.main-shop img {
    width: 100%;
    height: auto !important;
    max-height: 220px;
}

.carousel {min-height: 200px;}

.con_text {margin: 10px 0;}

.number_left {background-color: #f2f4f3; margin-bottom: 30px;}

.form_name, .form_company, .form_email, .form_phone {
	padding-right: 35px !important;
}

.fa_form_name:after{
    content: "\f007";
    font-family: FontAwesome;
    right: 25px;
    position: absolute;
    font-size: 1.6em;
    top: 10px;
    color: #3fac8e;
    z-index: 1;
 }

.fa_form_company:after{
    content: "\f005";
    font-family: FontAwesome;
    right: 25px;
    position: absolute;
    font-size: 1.6em;
    top: 10px;
    color: #3fac8e;
    z-index: 1;
 }

.fa_form_email:after{
    content: "\f003";
    font-family: FontAwesome;
    right: 25px;
    position: absolute;
    font-size: 1.6em;
    top: 10px;
    color: #3fac8e;
    z-index: 1;
 }
 
 .fa_form_phone:after{
    content: "\f095";
    font-family: FontAwesome;
    right: 25px;
    position: absolute;
    font-size: 1.6em;
    top: 10px;
    color: #3fac8e;
    z-index: 1;
 }

.panel-form_main {padding: 30px 0;}
.panel-form_main  .panel-title::after {left: 30px;}
.panel-form_main h4{text-align: left; color:#3fac8e;}

/* Всплывающие модальные окна */
.button_yes, .button_no { margin-left: 3px;}
.usr_msgreply_sourcetext {padding:10px;background:#f9f9f9;} /* в сообщениях пользователя */
.usr_msgreply_author {margin:10px;font-weight:700;}
#popup_container textarea {width:100%;margin:10px 0;} 
#popup_container { position: absolute; top:20px !important;left:20px !important;right:20px !important;bottom:20px !important;    z-index: 999;  text-align: left;}
#popup_overlay { position: absolute; z-index: 998; top: 0; left: 0; width: 100%; background: #000; opacity: 0.7;-moz-opacity: 0.7;-khtml-opacity: 0.7;}
#popup_container .popup_body { background: #fff;opacity: 0.9;-moz-opacity: 0.9;-khtml-opacity: 0.9; box-shadow: 0 5px 10px #333;    overflow: hidden;padding:20px;}
.popup_body > div {}
#popup_title, #note_title { background: none repeat scroll 0 0 #666666; border-bottom: 1px solid #333; color: #FFF; font-size: 16px;line-height: 1; margin: 0;font-weight:700; padding: 15px;}
#popup_container .popup_x_button, #noteform .popup_x_button { background: url("../images/core/close_btn.png") no-repeat center center; cursor: pointer; float: right; height: 16px; margin: 16px 16px 0 0; opacity: 0.7; padding: 3px; width: 16px;}
#popup_container .popup_x_button:hover, #noteform .popup_x_button:hover { opacity: 1.0;}
#popup_progress { display: none; text-align: center; width: 100%; margin: 45px 0 28px;}
#popup_content { padding: 0; margin: 0;}
#popup_message { font-size: 13px; margin: 7px;}
#popup_message .box_message_content { font-size: 13px; padding: 5px;}
#popup_panel, #note_panel { background: #f9f9f9; border-top: 1px solid #ccc; padding: 15px; text-align: right; overflow: hidden;}
#popup_prompt { margin: 0.5em 0;}
span.ajax-loader { background: url('../images/core/ajax-loader.gif') no-repeat; display: none; float: left; left: 6px; position: relative; top: 11px; width: 36px;}
#popup_info { border: 1px solid #333333; display: none; float: left; margin: 3px 2px; padding: 2px 9px 1px; position: relative;}
#popup_info.error { background-color: #E6A4A4;}
#popup_info.info { background-color: #AEFFA4;}
#popup_message div.js_smiles, #smileajax { height: 1px;}
#popup_message div.js_smiles a, #smileajax a { text-decoration: none;}
.hint {font-style:italic;font-size:.8em;}
/* Сообщения сессии */
.sess_messages {padding:15px;background:#FCF8E3;margin-bottom:20px;display:block;clear:both;}
.sess_messages div {padding-left:20px;line-height:16px;margin-bottom:2px;}
.sess_messages .message_info {background:url(../images/icons/info.png) no-repeat left center;}
.sess_messages .message_success {background:url(../images/icons/yes.png) no-repeat left center;color:green;}
.sess_messages .message_error {background:url(../images/icons/no.png) no-repeat left center;color:red;}

/* -------------------------------------- КОМПОНЕНТЫ И МОДУЛИ --------------------------------------- */
/* COM ACTIONS ===============================================================*/
.action-item-date {display:inline-block;margin:10px 0;width:100%;border-bottom:#dedede 1px dashed;padding-bottom:5px;}
.action_title:before {position:relative;top:1px;margin-right:5px;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1;opacity:.7;-moz-opacity:.7;-khtml-opacity:.7;}
.act_add_comment:before { content: "\e111"; }
.act_add_photo:before, .act_add_photo_club:before { content: "\e060"; }
.act_add_article:before { content: "\1f4c5"; }
.act_set_status:before { content: "\e111"; }
.act_add_friend:before { content: "\e008";}
.act_add_blog:before { content: "\e043"; }
.act_add_post:before { content: "\1f4c5"; }
.act_add_board:before {  content: "\e032";}
.act_add_catalog:before {  content: "\e012";}
.act_add_club:before { content: "\e034"; }
.act_add_club_user:before { content: "\e034";}
.act_add_quest:before { content: "\e085";}
.act_add_fpost:before { content: "\e111"; }
.act_add_thread:before { content: "\e111"; }
.act_add_avatar:before  { content: "\e008";}
.act_add_award:before {content: "\e102";}
.act_add_file:before {  content: "\e167";}
.act_add_wall:before { content: "\e111"; }
.act_add_wall_club:before { content: "\e111"; }
.act_add_post_club:before { content: "\1f4c5"; }
.act_add_user_photo:before { content: "\e060"; }
.act_add_user_photo_multi:before { content: "\e060"; }
.act_add_user:before { content: "\e008";}
.act_add_wall_my:before { content: "\e111"; }
.act_add_maps_obj:before { content: "\e062"; }
.act_add_maps_news:before { content: "\1f4c5"; }
.act_add_maps_event:before { content: "\e032"; }
.act_add_maps_attend:before { content: "\e143"; }
.act_vote_movie:before { content: "\e125"; }
.act_add_movie:before { content: "\e009"; }
.act_fav_movie:before { content: "\e007"; }
.act_subscr_movie:before { content: "\270f"; }
.action_entry {margin-bottom: 7px;}
.action_entry:hover {
-moz-box-shadow: 0 0 5px #000;
-webkit-box-shadow: 0 0 5px #000;
box-shadow:0 0 5px #000; 
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}


.action_title {}
.action_details {font-size:.9em;font-style:italic;padding-top:8px;}
.act_photo img {width:48px !important;height:48px !important;margin-right:3px;padding:2px;border:#dedede 1px solid;}
.action_date {font-size:.7em;margin-left:30px;padding-top:3px;}
.action_entry .is_new {color:orange;font-weight:700;}

/* COM COMMENTS & WALLS & BLOGS ==============================================================*/
@media (max-width: 767px) {
.cmm-tree {margin-left:0px !important;}
}
.small-italic {font-style:italic;font-size:.8em;}
.cmm-entry {margin-bottom:20px;}
.cmm-heading {border-bottom:#dedede 1px dashed;padding-bottom:5px;margin-bottom:5px;width:100%;display:inline-block;}
.cmm-avatar {width:36px;height:36px;padding:2px;border:#dedede 1px solid;margin-right:10px;}
.manage-cmm {font-size:.8em;margin-top:5px;font-style:italic;}
.cmm-mess {position:relative;width:100%;}
img.captcha {margin-right:10px;}
.cm_addentry {}
.cm_codebar {display:inline-block;width:100%;margin-top:10px;}
.cm_guest_name {float:left;margin-bottom:0 !important;}

.margin-bottom-row [class^="col-"], .margin-bottom-row [class*=" col-"] {margin-bottom:20px;}
.no-padding-bottom {padding-bottom:0 !important;}
.no-margin-bottom {margin-bottom:0 !important;}

/* Слайдер при просмотре товара */
.main-slider{
  width: 100%;
  margin:0 auto;
}
.slick-slide{
  overflow:hidden;
  height: 310px;
  position: relative;
  z-index:999;
}
.slick-slide img{
  transition: width 0.5s;
  height: auto;
  width:100%;
  object-fit:cover;
}
.slick-list img{
  width:100%;
  height: auto;
  object-fit: cover;
}
.slick-dots li{
  width: 25%;
  object-fit:cover;
  display:inline-block;
  margin:0;
  height: auto;
  padding:20px 10px;
  
}
.slick-dots li img{
  width:100%;
  height: 100px;
  object-fit:cover;
  border-radius:6px;
  transition: 0.5s;
  border: 1px solid #fff;
  padding:5px;
  box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.slick-dots li:hover img{
  -webkit-box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
  box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
  border: 1px solid #e2e2e2;
}
.slick-dots{
  position: relative;
  text-align:left;
  bottom: 0;
}

/* COM MAPS & COM SHOP ================================================================*/
/* также смотри в файле inmaps.css и inshop.css */
.item-addr {border-left:#dedede 5px solid;padding-left:10px;font-size:.85em;margin-top:5px;}
.ui-datepicker-trigger {display:none;}
.map-latest {width:24px !important;height:24px !important;padding:0 !important;border:0 !important;}
.today, .tomorrow, .days_to { padding:2px 5px; border-radius:4px; -moz-border-radius:4px; margin-right: 5px;}
.today{ background:#338DCF; color:#FFF;}
.tomorrow{ background:#375E93; color:#FFF;}
.days_to{ background:#9BA1BF; color:#FFF;}
/* Замена стандартных стилей InstantShop */
.cats-list{padding-bottom:20px;}
.cats-list .media-hinttext {border-top:0;padding-top:0;} /* Также используется в объявлениях и maps */
.cats-list .media-heading {padding-bottom:5px;}
.cats-list .media-object {width:100%; max-height:175px;}
/* Стили для вывода плитки дополнительных фото без заголовков в Maps и Shop */
.additional-gird{margin:0 -19px 20px -16px;overflow:hidden}
.additional-gird-list{padding-left:0;list-style:none}
.additional-gird li{float:left;width:25%;height:auto;font-size:10px;line-height:1.4;text-align:center;border:1px solid #fff;}
.additional-gird .media-object{position:relative;width:100%;}
.additional-gird .additional-caption{display:block;text-align:center;word-wrap:break-word}
.additional-gird li:hover{}
@media (min-width:768px){
.additional-gird{margin-left:0;margin-right:0}
.additional-gird li{width:25%;font-size:12px}
}


/* Поиск */

.srch{
  margin: 5px auto;
  width: 100%;
}

.container-4{
  overflow: hidden;
  //width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  color: #000;
}

.container-4 input#query{
	border: 0;
	box-sizing: border-box;
	padding: 6px 6px 6px 19px;
	//margin: 7px 0;
	height: 28px;
	line-height: 16px;
	width: 80%;
	border-radius: 14px;
	-o-transition: background-color 0.05s, color 0.05s;
	transition: background-color 0.05s, color 0.05s;
	background: #1f641d url('../images/ic_head_loupe.svg') no-repeat;
	padding-left: 19px;
	border-left: 8px solid transparent;
	background-position: left 8px;
	color: #FFF;
}

	
.container-4 input#query::-webkit-input-placeholder {
   color: #FFF;
}
 
.container-4 input#query:-moz-placeholder { /* Firefox 18- */
   color: #FFF; 
}
 
.container-4 input#query::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF; 
}
 
.container-4 input#query:-ms-input-placeholder {  
  color: #FFF; 
}

.container-4 button.icon{
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
   border: none;
  //background: #232833;
  height: 25px;
  width: 25px;
  color: #014219;
  font-size: 12px;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
}

.success{
    display: none;
    position: fixed;
    padding: 20px 20px 20px 50px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    z-index: 10;
    width: 300px;
    //line-height: 16px;
	font-size: 16px;
    color: #fff;
}
.success::before{
    content: "✓";
    font-size: 20px;
    font-family: sarif;
    float: left;
    display: block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: 600;
    color: rgb(0, 201, 169);
    margin-right: 20px;
    position: absolute;
	padding-top:10px;
    top: 0;
    left: 0;
}

/* Карточка(и) товара(ов) */

.menu-gal{
	border: solid 1px #e6e6e6;
	border-radius: 5px;
	margin: 5px 0;
}

.menu-gal:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.menu-gal img{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.qty .text{
    display: inline-block;
	font-size: 11px;
    color: #666;
    line-height: 1.1;
	padding-left: 10px;
}

.minus_qty, .plus_qty {
	cursor: pointer;
	color: #4ab74c;
	padding: 0 5px;
	font-size: 1.8em;
	vertical-align: bottom;
}
 
.item_price {
	padding: 20px;
	background-color: #6fffd745;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.btn.full-width {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.cost, .plus_minus{
	padding: 20px 0;
}

.cost{
	color: #000;
}


.to-cart-btn{
	border-radius: 25px;
	background-color: #34a031;
	color:#fff;
	padding: 10px 0;
}

.all_service{
	padding: 30px 0;
}

/* Код для адаптации видео */
.video-responsive {
  position: relative; 
  padding-bottom: 57.50%; 
  height: 0; 
  overflow:hidden; 
    -moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
	border: 10px solid #FFF;
}
/* Конец кода для адаптации видео */


.download_item {
    background-color: #3fac8e;
    display: inline-block;
    width: 100%;
    font-size: 0px;
	line-height: 0;
	color: #FFF !important;
}

.download_item a{color: #FFF !important;}

.download_inner {
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px;
    line-height: 19px;
}

.download_inner b {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: #139b77;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.download_inner b::after {
    content: "\f019"; /* добавляем иконку */
	font-family: FontAwesome;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 4px;
    background-color: #139b77;
	color: #FFF;
	font-size: 1.5em;
	font-weight: normal;
}

.download_inner.green b, .download_inner.green b::after {
	 background-color: #8eb117;
}

.iconstyle{
	color:#00a8ad;
}

.quality, .rus, .payment{
	min-height: 70px;
	margin-left: 60px;
}

.quality::before {
    content: '';
    background-image: url(../images/quality.png);
    width: 50px;
    height: 50px;
    left: 5px;
	position: absolute;
}
.rus::before {
	content: '';
    background-image: url(../images/rus.png);
    width: 50px;
    height: 50px;
    left: 5px;
	position: absolute;
}
.payment::before {
	content: '';
    background-image: url(../images/payment.png);
    width: 50px;
    height: 50px;
    left: 5px;
	position: absolute;
}


.big {
    font-size: 20px;
    font-weight: 800;
    color: #000;
    margin-top: 0;
}

/* Костыли для постраничной навигации */
.pagebar {display:inline-block;padding-left:2px;margin:20px 0;}
.panel .pagebar {margin-bottom:0;}
.pagebar .pagebar_title {display:none;} /* Уберём слово "Страницы" */
.pagebar .pagebar_page, .pagebar .pagebar_current {display:inline;position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;text-decoration:none;border:1px solid #dedede; border-radius: 25px;}
.pagebar .pagebar_current {background-color:#4e9875; color: #fff;}

/* Карточка в контактах */
.card {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px 15px 20px 30px;
    margin: 15px 5px 15px;
    line-height: 22px;
	min-height: 305px;
}

.card:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.11);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.11);
	border: 1px solid transparent;
}

.card .title {
    margin-bottom: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	color: #17a2bd;
}
.card .phone {margin-bottom: 10px;}

.panel-down_catalog{
	border: 3px dashed #588f27;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* Костыли для bb-кодов в форуме, блогах, стенах и комментариях */
.bb_add_photo {margin:10px 0 0 0;padding:10px;background:#f9f9f9;}
.bb_add_photo input {display:inline !important;}
.usr_msg_smilebox {padding:5px 0;}
.forum_zoom {position:relative !important;width:100% !important;padding-bottom:0 !important;background:#f9f9f9;text-align:center;margin:10px 0;transition:.5s;}
.forum_zoom div {display:inline;padding-bottom:0 !important;}
.forum_zoom:hover {background:#f1f1f1;transition:.5s;}
.forum_zoom img {position:relative !important;width:100% !important;height:auto !important;max-width:312px !important;margin:0;padding:0;}
.bb_img {position:relative !important;width:100% !important;padding-bottom:0 !important;background:#f9f9f9;text-align:center;margin:10px 0;transition:.5s;}
.bb_img div {display:inline;padding-bottom:0 !important;}
.bb_img:hover {background:#f1f1f1;transition:.5s;}
.bb_img img {position:relative !important;width:100% !important;height:auto !important;max-width:312px !important;margin:0;padding:0;}
.bb_tag_spoiler {padding:15px !important;background:#f9f9f9;border:#dedede 1px solid;margin:10px 0 !important;}
.bb_tag_spoiler .spoiler_title, .bb_tag_spoiler .spoiler_body {padding-bottom:0 !important;}
.bb_quote, .bb_tag_code {background-color: #f9f9f9;padding: 10px 20px;margin: 0 0 20px;border:0;border-left: 5px solid #dedede;margin:10px 0;}
.bb_quote strong, .bb_tag_code strong {display: block;font-size: 80%;line-height: 1.42857143;color: #777;}
.bb_quote strong:before,  .bb_tag_code strong:before {content: '\2014 \00A0';}

li.r1 { list-style-image: url(../images/1.png); }
li.r2 { list-style-image: url(../images/2.png); }
li.r3 { list-style-image: url(../images/3.png); }
li.r4 { list-style-image: url(../images/4.png); }
li.r5 { list-style-image: url(../images/5.png); }
li.r6 { list-style-image: url(../images/6.png); }
li.r7 { list-style-image: url(../images/7.png); }

.sale {
    border-radius: 50%;
    background: #9fc378;
    color: #fff;
    font-size: 1.5em;
    padding: 0.65em 0.25em;
    line-height: 2em;
}

.fixedsticky {
  position: sticky !important;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 130px;
}

.moduletitle{padding-top: 20px;}

.component{background-color: #f2f4f3;}

.con_heading_catalog i{
	background: linear-gradient(135deg, #12BCB0 20%, #FABE0E 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[id^=d_type] {
  display: none;
}

[id^=d_type] + label img {
	height: 80px !important;
}
[id^=d_type] + label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3rem;
  color: #555;
  cursor: pointer;
  border: 2px solid #9d9d9d;
  padding: 10px;
  width: 100%;
  height: 250px;
  overflow: hidden;
  font-weight: 300;
  line-height: 1.35rem;
  margin-bottom:15px;
  
}

[id^=d_type]:checked + label {
  background-color: #b8e4b6;
  border: 2px solid #34a031;
  cursor: text;

}

/* Чередование стилей строк в модулях и компоненте "Лента активности" */
.rowa1 {background:#e5e8e4;padding:10px !important;}
.rowa2 {background:#ececec;padding:10px !important;}

.loadbox{
	position:relative;
}
.loadbox::after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	background-image:url(../images/loading.gif);
	background-size:cover;
	background-color:rgba(0,0,0,0.4);
	background-position:center center;
	background-repeat:no-repeat;
}


.clear{
	float:none;
	clear:both;
	width:100%;
}
.cartbox{
	padding: 20px;
	margin-top:20px;
	color:#fff;
    background-color: #34a031;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
	.cartbox{
		margin-top:0px;
		margin-bottom:20px;
		padding: 10px 15px;
	}
	.fixedsticky {
	  top: 150px;
	}
}
.cartbox:hover{
    background-color: #6fffd745;
}
.cartbox a{
	color:#fff;
	display:block;
}
.cartbox:hover a{
    color: #000;
}
.cartbox .fa-shopping-cart{
	float:left;
	font-size:20px;
	margin-right:15px;
	border:1px solid #fff;
	text-align:center;
	width:40px;
	height:40px;
	display:inline-block;
	line-height:38px;
	border-radius:50%;
}
.cartbox:hover .fa-shopping-cart{
    border:1px solid #000;
}
.cartbox .bl2{
	float:left;
}
.cartbox .count{
	font-size:12px;
}
.cartbox .total{
	font-size:18px;
}

.shopfilterblock{
	margin:20px 0;
	color:#555;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.shopfilterblock .title{
	padding: 20px;
	color:#fff;
    background-color: #34a031;
	font-size:16px;
	font-weight:600;
}
.shopfilterblock .title a{
	padding: 0 5px;
	color:#fff;
    float:right;
}
.shopfilterblock .filter_body{
	padding: 20px;
}
.shopfilterblock  .pri{
	border:0px;
	border-bottom:1px solid #c7c7c7;
	width:100%;
}
.shopfilterblock select {
    padding: 3px 20px 3px 0;
	border:0px;
	border-bottom:1px solid #c7c7c7;
}
select:focus,select:active{
	outline:none;
}
.shopfilterblock .btn {
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 400;
	margin: 5px 0;
}

@media (max-width: 768px) {
	.shopfilterblock  .filter_body{
		display:none;
	}
}

.fixedsticky .cartboxtop, .top-header-area .cartbox{
	display:none;
}


.item_price .cost{
	position:relative;
}
.item_price .cost .addtofav{
	position:absolute;
	top:-5px;
	right:-5px;
	display:inline-block;
	font-size:20px;
	padding:2px;
}

.p_favors .item{
	width:49%;
	padding:15px;
	background:#fff;
	margin:5px;
	float:left;
	position:relative;
}
.p_favors .item .addtofav{
	position:absolute;
	top:-5px;
	right:10px;
	display:inline-block;
	font-size:20px;
	padding:5px;
}


/** posts slider widget **/
.crsl-items {
  display: block;
  padding: 5px;
  
}

.crsl-item{
	max-width:700px;
}

/** posts slider nav **/
.slidernav {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.slidernav a {
  display: inline-block;
  padding: 5px 8px;
  margin-right: 8px;
  font-size: 1.4em;
  background: #fff;
  color: #666;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
.slidernav a:active {
  -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

.optpage{
	background:#fff url(../images/bg.jpg) top center no-repeat;
}
.opthead{
	margin-top:70px;
	margin-bottom:70px;
}
.opthead .col-xs-12{
	padding:0;
}
.opthead .col-xs-12{
	padding:0;
}
.opthead .optcentr{
	position:absolute;
	top:calc(50% - 57px);
	left:50%;
	margin-left:-113px;
	padding:20px;
	background:rgba(255,255,255,0.55);
}
.opthead .inform{
	position:absolute;
	padding:0 0 0 0;
	top:calc(50% - 123px);
	right:130px;
	left:5px;
}

.optpage  h3{
	margin: 0 0 15px 0;
	padding:25px 0 10px 0;
	font-size:22px;
	text-align:center;
	display:block;
	color:#fff;
	text-transform: none;
}
.opthead .inform ol{
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
.optpage .form-horizontal input.form-control {
	width:100%!important;
	border-radius:4px;
}

.optpage .form-horizontal label {
    font-weight: 600;
	color:#fff;
	text-shadow: 0 0 7px #333; 
}

#video-bg {
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:850px;
	overflow:hidden;
	z-index:0;
}
#video-bg:after {
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:850px;
background: transparent;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(20%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 100%);
    content: "";
}
.optpage .container{
	z-index:5;
	position:relative;
	
}
.optpage .coninfo{
	background-color:rgba(255,255,255,0.5);
}
.optpage .opthead{
	border:10px solid rgba(255,255,255,0.5);
	
}
.optpage blockquote p{
	color:#000;
}
.optpage blockquote {
    border-left: 5px solid #34a031;
}

.getcatalog{
	background-color:#f6f7fb;
	min-height:376px;
	padding:20px;
	margin:30px 0;
	background-image:url(../images/trava3.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	
}
.optpage  .a_bl{
	margin-top:30px;
	margin-bottom:30px;
}
.optpage  .slick-next, .optpage  .slick-prev {
	display:none!important;
}

.inlinegroup{
	display:inline-block!important;
	margin-bottom:5px;
}

.cont_items_sort a{
	display:inline-block;
	padding:2px;
	margin:0 5px;
	border-bottom:1px solid #333;
}

.d_table > div img{
	float:left;
	margin-right:15px;
}
@media (max-width: 520px) {
	.d_table > div img{
		max-width:90px;
		height:auto!important;
	}
}
.getcartlinks{
	margin-top:25px;
	margin-bottom:15px;
}
.getcartlinks i{
	font-size:28px;
}
.getcartlinks a{
	font-size:16px;
}
.getcartlinks a:hover{
	color:#333;
}

.carousel-shop-block, .carousel-shop-block img {
	border-radius: 0 16px 0 16px;
}
.catbg{
	width:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	max-width:600px;
}

.module_shopblock{
	background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	padding:15px;
}



#getcostmore{	
	display:flex;
	align-items: center;
	padding:5px 7px ;
	border:1px solid #34a031;
	border-radius:4px;
}
#getcostmore svg{
	float:left;
	margin:0 7px 0 0;
}
#getcostmore span{
	display:block;
	color:#34a031;
	font-weight:bold;
	line-height:18px;
}
#getcostmore:hover{	
	border:1px solid #00a8ad;
}
#getcostmore:hover span{
	color:#00a8ad;
}
#getcostmore:hover svg path{
	stroke:#00a8ad;
}
.modal-body .choices {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.modal-body .choices span {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.2em;
    color: #031420;
    margin-right: 1.5rem;
}

.modal-body .choices .choice {
    margin-right: 1rem;
    border: 1px solid #34a031;
    box-sizing: border-box;
    border-radius: 16px;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.1em;
    color: #34a031;
    width: 38px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 200ms;
    -webkit-transition: 200ms;
    cursor: pointer;
}

.modal-body .choices .choice:hover {
    background: #00a8ad;
    color: #FFFFFF;
    border: 1px solid #00a8ad;
}

.modal-body .choices .choice.active {
    background: #34a031;
    color: #FFFFFF;
    border: 1px solid #34a031;
}
#costModal{
	font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2em;
    color: #34a031;
    margin-bottom: 0.6rem;
}
#costModal small {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.2em;
    color: #4E5155;
    margin-bottom: 20px;
	display:block;
}
#costModal .item {
    display:flex;
}
#costModal .item .image {
   margin-right:10px;
}
#costModal .item .info {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.2em;
    color: #031420;
    margin-bottom: 0.9rem;
    max-width: 260px;
}
#costModal .item .info .price {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.1em;
    color: #031420;
	margin-top:9px;
}
#costModal .item .info .price span {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.2em;
    color: #717477;
    margin-left: 1.5rem;
    display: block;
}
#costModal .itemcostprice {
    background: #EAF7FF;
    height: 50px;
    width: 100%;
    border: 1px solid #D8D8DA;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.1em;
    display: flex;
    align-items: center;
    padding-left: 1.8rem;
    color: #031420;
    margin: 15px 0;
}
#costModal input.email {
    background: none;
    border: 1px solid #C5C3C6;
    height: 50px;
    border-radius: 5px;
    line-height: 1.2em;
    color: #031420;
    font-size: 16px;
}
.bastcomp{
	margin-top:30px;
	display: flex;
	flex-wrap: wrap;
}
.bastcomp .item{
	padding:20px;
	background:#fff;
	border-radius:10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	font-size: 16px;
}
.bastcomp .col-md-4 .item img{
	display:block;
	margin: 0 auto 15px auto;
	text-align:center;
}
.bastcomp .col-md-8 .item img{
	float:right;
	width:150px;
}
.bastcomp .col-md-4 .item{
	background-color: #34a031;
	color:#fff;
}
.bastcomp .col-md-4 .item  h4{
	color:#fff;
}
.bastcomp .col-md-8 .item:first-child{
	margin-bottom:30px;	
	background-color: #3fac8e;
	color:#fff;
}
.bastcomp .col-md-8 .item:first-child h4{
	color:#fff;
}

 
.bastcomp .col-md-8 .item{
	height:calc(50% - 15px);	
}

@media screen and (max-width: 992px){
	.bastcomp .col-md-4 .item{
		margin-bottom:30px;	
	}
	.bastcomp .col-md-8 .item{
		height:auto;	
	}
	.bastcomp .col-md-4 .item img{
		float:right;
		width:150px;
	}
}


.bottomadv{
	margin:25px 0;
	clear: both;
	
}

.bottomadv img{
	margin:10px 0;
	width:100%!important;
	height:auto!important;
	
}
.captcha_wrap{
	display: flex;
    align-items: center;
    justify-content: center;
}

.itemqtyblock{
	margin-bottom:20px;
	border-top:1px solid #34a031;
	padding-top:10px;
	font-size:10px;
	font-weight:600;
	color:#000;
}
.itemqtyblock b{
	font-size:13px;
	color: #4ab74c;
}
.itemqtyblock i{
	font-size:8px;
	color: #fff;
	Background: #4ab74c;
	border-radius:50%;
	width:15px;
	height:15px;
	text-align:center;
	line-height:15px;
	margin:0 2px 0 5px;
	top: -1px;
    position: relative;
}
.itemqtyblock .up i{
	Background: #4ab74c;
}
.itemqtyblock .down i{
	Background: #00a8ad;
}
.itemqtyblock .down b{
	color: #00a8ad;
}


.col-md-6.number_left .panel-default {
    border-bottom: 3px solid #959595;
    margin: 30px 0 10px 0;
}

.item_price .old_price{
	display: block;
    text-decoration: line-through;
}
.itemslist_price .old_price{
	display: block;
	text-align: center;
    text-decoration: line-through;
}

#getoptpriceform .captcha_wrap {
    justify-content: left;
}
.site-footer ul.nav#myTree{
	column-count: 2;
	border-bottom: 1px solid #3c4846;
	
}
.site-footer h3{
	font-size: 1.3em;
    font-weight: 100;
    color: #fff;
	text-transform: none;
	text-align:center;
}
.site-footer .newtgblock{
	display:flex;
}
.site-footer .newtgblock img{
	max-width:130px;
}
.site-footer .newtgblock ul{
	padding:30px 0 0 30px;
	margin-left: 0;
}
@media screen and (max-width: 490px){
	.site-footer ul.nav#myTree{
		column-count: 1;
	}
	.site-footer .newtgblock {
		flex-wrap: wrap;
	}
	
	.site-footer .newtgblock a{
		display: block;
		margin: 0 auto;
	}
	.site-footer .newtgblock ul{
		padding:10px 0 0 30px;
	}
}


