
/* Icon Up */
@-webkit-keyframes hvr-icon-up {
 0%, 50%, 100% {
 top: 5px;
 top: 5px;
}
00679d 25%, 75% {
 top: -1px;
 top: -1px;
}
}
@keyframes hvr-icon-up {
 0%, 50%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 25%, 75% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}
}
/* Icon Up */
.begaj, #begaj {
	display: none;
}
.clear {
	clear: both;
}
.content-page img, img {
	max-width: 100%;
	height: auto!important;
	transition: all 0.5s;
}
iframe {
	max-width: 100%;
}

@font-face {
	font-family: BankGothik;
	src: url(BankGothik.ttf);
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
	background: #fff;
	color: #000;
	font-family: 'Raleway', sans-serif;
}
a {
	color: #a41951;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #18d36e;
	outline: none;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 15px 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0px;
	padding: 0;
}
/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: rgba(104, 104, 104, 0.75);
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
}
.back-to-top i {
	padding-top: 10px;
	color: #fff;
}
/* Prelaoder */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}
#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid #686868;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}
 @-webkit-keyframes animate-preloader {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes animate-preloader {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	padding: 30px 0;
	height: 90px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
	background: #000000;
}
#header.header-scrolled {
	background: rgba(0, 0, 0, 1);
	padding: 20px 0;
	height: 75px;
	transition: all 0.5s;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.12);
}
#header.header-scrolled #nav-menu-container {
	padding-top: 3px;
	transition: all 0.5s;
}
#header.header-scrolled:before {
	background: none;
}
#header.header-scrolled img {
	max-width: 85%;
	transition: all 0.5s;
	padding-top: 3px!important
}
#header #logo {
	/*float: left;*/
	position: absolute;
	z-index: 1;
}
#header #logo h1 {
	font-size: 34px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 3px;
}
#header #logo h1 a, #header #logo h1 a:hover {
	color: #fff;
	padding-left: 10px;
	border-left: 4px solid #18d26e;
}
#header #logo img {
	padding: 0 0 0 0;
	margin: 0;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.into-text{
    height:auto;
    position: relative;
    margin:90px auto 0 auto;
    padding:20px 10px 20px 10px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.into-text h2 {
	font-family: 'BankGothik', sans-serif;
	color: #202020;
	font-size: 32px;
	font-weight: normal;
	margin:0;
	line-height: 100%;
	text-align: center;
}
@media (max-width: 1200px) {
.into-text h2 {
	font-size: 28px;
}
}
@media (max-width: 768px) {
.into-text{
    padding:10px 10px 10px 10px;
}
.into-text h2 {
	font-size: 24px;
}
}
#intro {
	display: table;
	width: 100%;
	/*height: 100vh; */
	background: #fff;
    /*height:550px; */
    height: auto;
}
#intro .carousel-item {
	width: 100%;
	/*height: 100vh;*/
    /*height:550px; */
    height: auto;
    padding-top:30%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (max-width: 991px) {
#intro {
    height:auto;
}
#intro .carousel-item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: auto;
    padding-top:38%;
}
}
#intro .carousel-item::before {
	content: '';
	/*background-color: rgba(0, 0, 0, 0.2);*/
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
/*#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  align-items: end;
  align-items: flex-end;
}
#intro .carousel-background img {
	max-width: 100%;
}
#intro .carousel-content {
	text-align: left;
	width: 90%;
}
#intro h2 {
	color: #fff;
	margin-bottom: 100px;
	font-size: 48px;
	font-weight: 600;
	line-height: 110%;
	padding: 0px 50px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
#intro p {
	width: 80%;
	margin: 0 auto 30px auto;
	color: #fff;
	font-size: 20px;
	font-style: italic;
}
#intro .carousel-fade {
	overflow: hidden;
}
#intro .carousel-fade .carousel-inner .carousel-item {
	transition-property: opacity;
}
#intro .carousel-fade .carousel-inner .carousel-item, #intro .carousel-fade .carousel-inner .active.carousel-item-left, #intro .carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
#intro .carousel-fade .carousel-inner .active, #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	transition: 0.5s;
}
#intro .carousel-fade .carousel-inner .carousel-item-next, #intro .carousel-fade .carousel-inner .carousel-item-prev, #intro .carousel-fade .carousel-inner .active.carousel-item-left, #intro .carousel-fade .carousel-inner .active.carousel-item-right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#intro .carousel-control-prev, #intro .carousel-control-next {
	width: 10%;
}
#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
	background: none;
	font-size: 32px;
	line-height: 1;
}
#intro .carousel-indicators li {
	cursor: pointer;
}
#intro .btn-get-started {
	font-size: 16px;
	/*! letter-spacing: 1px; */
	display: inline-block;
	padding-left: 45px;
	transition: 0.5s;
	margin: 10px;
	color: #ed1c24;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 50px;
	height: 50px;
	line-height: 48px;
	padding-right: 45px;
	font-weight: bold;
}
#intro .btn-get-started:hover {
	background: none;
	color: #fff;
	border: 2px solid #fff;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.nav-menu li {
	position: relative;/*white-space: nowrap;*/
}
.nav-menu > li {
	float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
	display: block;
}
.nav-menu ul ul {
	top: 0;
	left: 100%;
}
.nav-menu ul li {
	min-width: 180px;
}
/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
	padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}
/* Nav Meu Container */

#nav-menu-container {
	float: right;
	margin: 0;
}
/* Nav Meu Styling */

.nav-menu a {
	padding: 0 8px 0px 8px;
	text-decoration: none;
	display: inline-block;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	outline: none;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
	color: #626262;
}
.nav-menu > li {
	margin-left: 10px;
}
.nav-menu ul {
	margin: 4px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #000000;
}
.nav-menu ul li {
	transition: 0.3s;
}
.nav-menu ul li a {
	padding: 10px;
	color: #FFFFFF;
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
}
.nav-menu ul li:hover > a {
	color: #626262;
}
.nav-menu ul ul {
	margin: 0;
}
.title-iztr {
	text-transform: uppercase;
	font-size: 24px!important;
	line-height: 100%;
	font-weight: 600!important;
	color: #000!important;
}
/* Mobile Nav Toggle */

#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 25px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}
#mobile-nav-toggle i {
	color: #FFFFFF;
}
/* Mobile Nav Styling */

#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(0, 0, 0, 0.8);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}
#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobile-nav ul li {
	position: relative;
}
#mobile-nav ul li a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
	font-weight: 700;
}
#mobile-nav ul li a:hover {
	color: #626262;
}
#mobile-nav ul li li {
	padding-left: 30px;
}
#mobile-nav ul li.menu-active a {
	color: #626262;
}
#mobile-nav ul li a.title-iztr {
    color: #fff !important;
	font-size: 20px !important;
}
#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #626262;
}
#mobile-nav ul .menu-has-children li a {
	text-transform: none;
}
#mobile-nav ul .menu-item-active {
	color: #626262;
}
#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}
/* Mobile Nav body classes */

body.mobile-nav-active {
	overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
	left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}
.antetka, .section-header h3, .section-header h3.right-pos {
	font-size: 32px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	position: relative;
	line-height: 100%;
	padding: 29px 0px 20px 118px;
	text-transform: uppercase;
    font-family: 'BankGothik', sans-serif;
}
.section-header h3.right-pos {
	text-align: right;
	padding: 29px 118px 20px 0px;
}
.antetka {
	text-align: center;
}
.antetka-1.section-header p {
/*padding-bottom: 30px;*/
}
.section-bg {
	background: #f7f7f7;
}
#featured-services {
	background: #000;
}
#featured-services .box {
	padding: 30px 20px;
}
#featured-services .box-bg {
	background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}
#featured-services i {
	color: #18d26e;
	font-size: 48px;
	display: inline-block;
	line-height: 1;
}
#featured-services h4 {
	font-weight: 400;
	margin: 15px 0;
	font-size: 18px;
}
#featured-services h4 a {
	color: #fff;
}
#featured-services h4 a:hover {
	color: #18d26e;
}
#featured-services p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 0;
}
#slide-2 {
	position: relative;
	z-index: 6;
}
#slide-2 .container {
	position: relative;
	z-index: 10;
}
#slide-2 .slide-2-col {
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}
#slide-2 .slide-2-col .img {
	position: relative;
}
#slide-2 .slide-2-col .img img {
	border-radius: 4px 4px 0 0;
}
#slide-2 .slide-2-col .icon {
	width: 64px;
	height: 64px;
	padding-top: 8px;
	text-align: center;
	position: absolute;
	background-color: #18d26e;
	border-radius: 50%;
	text-align: center;
	border: 4px solid #fff;
	left: calc( 50% - 32px);
	bottom: -30px;
	transition: 0.3s;
}
#slide-2 .slide-2-col i {
	font-size: 36px;
	line-height: 1;
	color: #fff;
	transition: 0.3s;
}
#slide-2 .slide-2-col:hover .icon {
	background-color: #fff;
}
#slide-2 .slide-2-col:hover i {
	color: #18d26e;
}
#slide-2 .slide-2-col h2 {
	color: #000;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	padding: 0;
	margin: 40px 0 12px 0;
}
#slide-2 .slide-2-col h2 a {
	color: #000;
}
#slide-2 .slide-2-col h2 a:hover {
	color: #18d26e;
}
#slide-2 .slide-2-col p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 0;
	padding: 0 20px 20px 20px;
}
 #slide-2, #slide-3, #slide-4, #slide-5, #slide-6, #slide-7,  #slide-8,  #slide-9, #slide-10,  #slide-11 {
	padding: 40px 0 20px 0;
}
#slide-10 {
	padding: 10px 0 20px 0;
}
#slide-4 .box, #slide-3 .box {
	margin-bottom: 30px;
}
#slide-4 .icon, #slide-3 .icon {
	float: left;
}
#slide-4 .icon i, #slide-3 .icon i {
	color: #18d26e;
	font-size: 36px;
	line-height: 1;
	transition: 0.5s;
}
#slide-4 .title, #slide-3 .title {
	margin-left: 60px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}
#slide-4 .title a, #slide-3 .title a {
	color: #111;
}
#slide-4 .box:hover .title a, #slide-3 .box:hover .title a {
	color: #18d26e;
}
#slide-4 .description, #slide-3 .description {
	font-size: 14px;
	margin-left: 60px;
	line-height: 24px;
	margin-bottom: 0;
}
#slide-3 {
	position: relative;
	/*! z-index: 5; */
}
#slide-4 {
	position: relative;
}
#slide-5 {
	position: relative;

}
#slide-6 {
	position: relative;
}
#slide-7 {
	position: relative;
}
#slide-8 {
	background: url(img/part_back.gif) repeat;
	position: relative;
}
#call-to-action {
	background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
	background-size: cover;
	padding: 60px 0;
}
#call-to-action h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
#call-to-action p {
	color: #fff;
}
#call-to-action .cta-btn {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 25px;
	transition: 0.5s;
	margin-top: 10px;
	border: 2px solid #fff;
	color: #fff;
}
#call-to-action .cta-btn:hover {
	background: #18d26e;
	border: 2px solid #18d26e;
}
#nav-menu-container {
	padding-right: 10px;
	padding-left: 370px;
	transition: all 0.5s;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/


@media (min-width: 1024px) {
#header #logo {
	padding-left: 20px;
}
#intro p {
	width: 90%;
}
#intro .carousel-control-prev,  #intro .carousel-control-next {
	width: 5%;
}
}

@media (max-width: 768px) {
.back-to-top {
	bottom: 15px;
}
#header #logo h1 {
	font-size: 28px;
}
#header #logo img {
	max-height: 30px;
	margin-top: 10px;
}
#intro h2 {
	font-size: 28px;
}
}
body {
	color: #000000;
	background: #ffffff;
}
#logo {
	margin-top: 0px;
}
#slide-2 {
	
}
.izvivka {
	position: absolute;
	width: 100%;
	height: 98px;
	z-index: 20;
	top: -84px;
	left: 0px;
	right: 0px;
	background: url(img/izvivka.svg) no-repeat top center;
	background-size: cover;
}
.izvivka-2 {
	position: absolute;
	width: 100%;
	height: 98px;
	z-index: 2;
	top: -84px;
	left: 0px;
	right: 0px;
	background: url(img/izvivka-2.svg) no-repeat top center;
	background-size: cover;
}

.bialo {
	background-color: #fff;
}
.sinio {
	background-color: #ebebeb;
}

.green {
	background: #365018;
	background: -moz-linear-gradient(left, #365018 0%, #4d7223 50%, #4d7223 100%);
	background: -webkit-linear-gradient(left, #365018 0%, #4d7223 50%, #4d7223 100%);
	background: linear-gradient(to right, #365018 0%, #4d7223 50%, #4d7223 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365018', endColorstr='#4d7223', GradientType=1 );
}
.brown {
	background: #6e4c39;
	background: -moz-linear-gradient(left, #6e4c39 0%, #9e6d52 50%, #9e6d52 100%);
	background: -webkit-linear-gradient(left, #6e4c39 0%, #9e6d52 50%, #9e6d52 100%);
	background: linear-gradient(to right, #6e4c39 0%, #9e6d52 50%, #9e6d52 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e4c39', endColorstr='#9e6d52', GradientType=1 );
}
.blue {
	background: #125e74;
	background: -moz-linear-gradient(left, #125e74 0%, #1985a4 50%, #1985a4 100%);
	background: -webkit-linear-gradient(left, #125e74 0%, #1985a4 50%, #1985a4 100%);
	background: linear-gradient(to right, #125e74 0%, #1985a4 50%, #1985a4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125e74', endColorstr='#1985a4', GradientType=1 );
}
.red {
	background: #721139;
	background: -moz-linear-gradient(left, #721139 0%, #a41951 50%, #a41951 100%);
	background: -webkit-linear-gradient(left, #721139 0%, #a41951 50%, #a41951 100%);
	background: linear-gradient(to right, #721139 0%, #a41951 50%, #a41951 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#721139', endColorstr='#a41951', GradientType=1 );
}
.title-wrap {
	padding: 24px;
	width: 90%;
	position: relative;
	z-index: 1;
	margin: 0px 0px -50px 0px;
	font-size: 24px;
	line-height: 120%;
	color: #fff;
}
.title-wrap-2 {
	padding: 24px;
	width: 90%;
	position: relative;
	z-index: 1;
	margin: 0px 0px -50px 0px;
	font-size: 24px;
	line-height: 120%;
	color: #fff;
	text-align: right;
	float: right;
}
.title-wrap-space {
	width: 50%;
}
.title-wrap-space-2 {
	width: 50%;
	float: right;
}
.my-services {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}
.my-services .text {
	color: #fff;
}
.my-services-pic .wrap-image {
	transition: all 0.25s;
	overflow: hidden;
	background: #fff;
	padding: 50px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
}
#offer-slider-3 .item,
#offer-slider-2 .item,
#offer-slider .item {
		transition: all 0.25s;
	overflow: hidden;
	background: #000;
	    -webkit-box-shadow:inset 0px 0px 0px 1px #fff;
    -moz-box-shadow:inset 0px 0px 0px 1px #fff;
    box-shadow:inset 0px 0px 0px 1px #fff;
}
.my-services-pic .image {
	transition: all 0.25s;
	display: block;
	height: 0;
	padding-top: 370px;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
}
.my-services-pic .green {
	border: 10px solid #74a042;
}
.my-services-pic .brown {
	border: 10px solid #c59d87;
}
.my-services-pic .blue {
	border: 10px solid #4eb4d1;
}
.my-services-pic .red {
	border: 10px solid #de4381;
}
.my-services-pic .image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.my-services-pic:hover .green {
	border-color: inherit;
}
.slider-fill:hover .image,
.my-services-pic:hover .wrap-image .image {
	/*transform: scale(1.06);
	transition: all 0.25s;
	opacity: 0.5;*/
}
.my-services-pic .wrap-image .link-preview {
	left: calc(50% - 38px);
	top: calc(50% - 18px);
}
.my-services-pic .wrap-image .link-preview {
	position: absolute;
	display: inline-block;
	opacity: 0;
	line-height: 1;
	text-align: center;
	width: 44px;
	height: 44px;
	background: #e83e44;
	border-radius: 50%;
	transition: 0.2s linear;
	z-index: 1;
}
.my-services-pic .wrap-image:hover .link-preview {
	opacity: 1;
	top: calc(50% - 22px);
}
.my-services-pic .wrap-image .link-preview {
	left: calc(50% - 22px);
	top: calc(50% - 18px);
}
.my-services-pic .wrap-image .link-preview i {
	padding-top: 8px;
	font-size: 25px;
	color: #fff;
}
.my-services-pic .wrap-image .link-preview:hover {
	background: #000;
}
.my-services-pic .wrap-image .link-preview:hover i {
	color: #fff;
}
.price {
}
.price span {
	font-size: 30px;
}
.my-services-gallery {
	display: none;
}
.section-header h3.ant-green {
	color: #fff;
}
.section-header h3.ant-brown {
	color: #000000;
}
.section-header h3.ant-blue {
	color: #000000;
}
.section-header h3.ant-red {
	color: #000000;
}
#footer {
	background: #000000;
	padding: 50px 0px;
	position: relative;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #ec1f27;
}
#footer .st1 {
	border: 5px solid currentColor;
}
.footer-logo {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	vertical-align: center;
	z-index: 1;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#footer-bottom {
	text-align: center;
	color: #fff;
}
#footer-bottom .copyright-containter .peakview a:after {
	content: "";
	display: block;
	width: 104px;
	height: 21px;
	background: url('img/all-pics.png') no-repeat -1px -431px;
	vertical-align: middle;
	margin-left: 7px;
	position: absolute;
	top: 6px;
	right: 0px;
}
#footer-bottom .copyright-containter a {
	color: #fff;
}
#footer-bottom .copyright-containter a:hover {
	text-decoration: underline;
}
#footer-bottom .copyright-containter > div {
	display: inline-block;
	padding: 0px;
	font-size: 14px;
}
#footer-bottom .copyright-containter .created a {
	position: relative;
	text-decoration: none;
}
#footer-bottom .copyright-containter .created a:hover {
	color:#8B8B8B;
}
#footer-bottom .copyright-containter .created a:hover .icon {
	animation-duration: 0.75s;
	animation-name: hvr-icon-up;
	animation-timing-function: ease-out;
}
#footer-bottom .copyright-containter .all {
 text-align: left; 
	 float: left;
	padding: 2px 0px 0px 0px;
}
#footer-bottom .copyright-containter .peakview {
	text-align: center;
}
#footer-bottom .copyright-containter .peakview a {
	position: relative;
	padding: 7px 112px 7px 0px;
}
#footer-bottom .copyright-containter .created {
 text-align: right; 
	float: right; 
}
#footer .row.copyright-containter > div {
	padding: 0;
}
#footer .copyright-containter .created a:hover .icon {
	animation-duration: 0.75s;
	animation-name: hvr-icon-up;
	animation-timing-function: ease-out;
}
#footer .copyright-containter .created a .icon {
	height: 23px;
	position: absolute;
	right: 0;
	top: -5px;
	font-size: 20px;
}
#footer .copyright-containter .created a {
	display: inline-block;
	padding: 0px 33px 0px 0;
	position: relative;
}
#footer .container {
	z-index: 2;
	position: relative;
}
.footer-links a {
	display: inline-block;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	/*! background: #fff; */
	margin: 1px 5px;
	text-transform: uppercase;
	font-weight: 600;
}
.footer-links a:after {
	display: inline-block;
	content: '';
	background-color: #8b8b8b;
	width: 1px;
	height: 11px;
	vertical-align: middle;
	margin-left: 9px;
	margin-right: 5px;
}
.footer-links a:last-child:after {
	display: none;
}
.footer-links {
	text-align: center;
	margin-bottom: 50px;
}
.footer-links-wrap {
	margin-bottom: 20px;
}
#partners-slider {
	background: #ff9a00;
	width: 85%;
	margin: 0px auto;
	text-align: center;
}
#partners-slider .item {
	text-align: center;
	background: #bf3dac;
}
#partners-slider.owl-theme .owl-dots .owl-dot {
	display: inline-block;
}
#partners-slider.owl-theme .owl-controls {
	margin: 0;
	position: absolute;
	bottom: -10px;
	left: 0px;
	right: 0px;
}
#partners-slider.owl-theme .owl-controls .owl-dots {
	line-height: 0
}
#partners-slider.owl-theme .owl-dots .owl-dot span {
	margin: 0 3px;
	width: 13px;
	height: 13px;
	border: 2px solid #000;
	background: 0 0;
	transition: all .3s ease;
	text-align: center;
	display: block;
}
#partners-slider.owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(0,0,0,.25)
}
#partners-slider.owl-theme .owl-dots .owl-dot.active span {
	background: #000;
}
#partners-slider .image {
	transition: all 0.25s;
	display: block;
	height: 0;
	padding-top: 410px;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.antetka {
	position: relative;
	padding-left: 0px;
}
/*.carousel-indicators {
	display: none;
}*/
.slide-3-sub {
	background: #d173c3;
	padding: 49px 0px;
}
.slide-4-sub {
	padding: 49px 0px;
}
.slide-5-sub {
	background: #51b6e0;
	padding: 49px 0px;
}
.text h4 {
	font-size: 26px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
#offer-slider-3 .slider-fill,
#offer-slider-2 .slider-fill,
#offer-slider .slider-fill {
	position: relative;
	overflow: hidden;
}
#offer-slider-3 .slider-fill .image,
#offer-slider-2 .slider-fill .image,
#offer-slider .slider-fill .image {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;/*-webkit-animation: zoomin 15s ease-in infinite;
	animation: zoomin 15s ease-in infinite;
	transition: all .5s ease-in;*/
}
#offer-slider-3 .slider-fill .image,
#offer-slider-2 .slider-fill .image,
#offer-slider .slider-fill .image {
	padding-top: 75%;
	transition: all 0.25s;
}
#offer-slider-3 .owl-dots .owl-dot span,
#offer-slider-2 .owl-dots .owl-dot span,
#offer-slider .owl-dots .owl-dot span {
    background: rgba(255,255,255,0);
	border: 2px solid #ffffff;
    margin: 3px;
    width: 12px;
    height: 12px;
    display: inline-block;
    outline: none;
	border-radius: 50%
}
#offer-slider-3 .owl-dots .owl-dot.active span, 
#offer-slider-3 .owl-dots .owl-dot:hover span,
#offer-slider-2 .owl-dots .owl-dot.active span, 
#offer-slider-2 .owl-dots .owl-dot:hover span,
#offer-slider .owl-dots .owl-dot.active span, 
#offer-slider .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.slider-fill:hover .image {
 opacity: 0.7!important;
}

#offer-slider-2 .owl-prev, #offer-slider-2 .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	transition: all 0.25s ease-out;
	outline: none;
	color: #000000;
	background: #fff;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #4D4D4D;
	border-radius: 50%;
	font-size: 18px;
}
#offer-slider-2.owl-prev:hover, #offer-slider-2.owl-next:hover {
	background: rgba(0,0,0,1);
	transition: all 0.25s ease-out;
	outline: none;
}
#offer-slider-2 .owl-prev:hover, #offer-slider-2 .owl-next:hover {
	background: #000000;
	color:#fff;
	border-color: #000000;
	transition: all 0.25s ease-out;
	outline: none;
}
 #offer-slider-2 .owl-next {
	right: -20px;
}
#offer-slider-2 .owl-prev {
	left: -20px;
}
#offer-slider-2 .owl-prev:before {
	content: "\f124";
	font-family: "Ionicons";
  speak: never;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
	display: block;
	padding: 10px 0px 0px 0px;
	margin-left: -2px;
}
#offer-slider-2 .owl-next:before {
	content: "\f125";
	font-family: "Ionicons";
  speak: never;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
	display: block;
	padding: 10px 0px 0px 0px;
}
#offer-slider-2 .owl-nav .owl-next .icon {
	content: "\e902";
}
.owl-text {
	padding: 10px 0px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	font-weight: 600;
	background: #fff;
}
.text-articles {
	width: 90%;
	margin: 50px auto 0px auto;
}
.text-articles ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.text-articles ul li  {
	color: #fff;
	font-size: 18px;
	display: block;
	position: relative;
	padding: 0px 30px 0px 25px;
	font-weight: bold;
}
.text-articles ul li:before  {
	content: "";
	position: absolute;
	top: 3px;
	left: 0px;
	width: 20px!important;
	height: 20px!important;
	color: #fff;
	background: url(img/all-pics.png) no-repeat 0px -324px;
	display: inline-block;
}
.text-articles ul li.without-tick  {
	position: relative;
	padding: 0px 0px 0px 43px;
	font-weight: normal;
	font-size: 16px;
}
.text-articles ul li.without-tick:before  {
	content: "-";
	position: absolute;
	background: none!important;
	top: -2px;
	left: 30px;
}

.contnainer-wrap {
	display: table;
	width: 100%;
}
.contnainer-wrap-left {
	display: table-cell;
	width: 20%;
	background: #fff;
}
.contnainer-wrap-center {
	display: table-cell;
	width: auto;
	width: 1400px!important;
}
.contnainer-wrap-right {
	display: table-cell;
	width: 20%;
	background: #000;
}
.left-flat-back {
	position: relative;
	display: table;
	width: 100%;
}
.left-flat-back:after {
    content: '';
    width: 236px;
	height: 226px;
	position: absolute;
	background: url(img/back_dots.png) no-repeat;
	top: 0px;
	left: -107px;
}
.left-flat-back:before {
    content: '';
    display: table-cell;
    width: 135px;
    background-color: #fff;
}
.right-flat-back {
	position: relative;
	display: table;
	width: 100%;
}
.right-flat-back:before {
    content: '';
    width: 236px;
	height: 226px;
	position: absolute;
	background: url(img/back_dots.png) no-repeat;
	top: 0px;
	right: -101px;
}
.right-flat-back:after {
    content: '';
    display: table-cell;
    width: 135px;
    background-color: #fff;
}
.padding-right-zero {
	padding-right: 0px;
}
.padding-left-zero {
	padding-left: 0px;
}
.test_01 {
	background: #006666;
}
.content-left,
.content-right {
	position: relative;
}
.content-left:before, .content-left:after,
.content-right:before, .content-right:after {
	content: "";
	position: absolute;
	top: 0px;
	width: 50%;
	height: 100%;
}
.content-right:before {
	left: 0;
	background: #fff;
}
.content-right:after {
	right: 0;
	background: #ebebeb;
}

.content-left:before {
	right: 0;
	background: #fff;
}
.content-left:after {
	left: 0;
	background: #ebebeb;
}
.h-100 {
    height: 100% !important;
}
.slide-text-cont {
	position: relative;
display: flex;
flex-direction: column;
	z-index: 2;
}
.product-pic-right,
.product-pic{
    display: block;
    height: 100%;
    position: relative;
    padding:0;
	padding-top: 66px;
	padding-bottom: 35px;
	z-index: 5;
    /*overflow: hidden;*/
}
.product-pic{
	margin-left: -135px;
}
.product-pic-right {
	margin-right: -135px;
}
.product-pic-right .wrap-image, 
.product-pic .wrap-image {
    /*overflow: hidden;*/
    margin: 0;
    position: relative;
    display: block;
}
.product-pic-right .wrap-image img,
.product-pic .wrap-image img{
   width:100%;
   max-width: 100%;
   margin: auto;
   object-fit:cover;
}
.product-pic-right:hover .wrap-image img,
.product-pic:hover .wrap-image img {
	transition: all 0.15s ease-out 0s;
	transform: scale(1.05);
}
.otstap-2 {
	padding-bottom: 30px;
}
.details {
	padding: 20px 0px;
}
.details ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.details ul li  {
	font-size: 20px;
	display: block;
	position: relative;
	line-height: 120%;
	padding: 6px 0px 0px 40px;
	margin: 15px 0px;
}
.details ul li:before  {
	content: "\e900";
	font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
	position: absolute;
	top: 3px;
	left: 0px;
	color: #000000;
	background: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #000000;
	border-radius: 100%;
	font-size: 12px;
	padding: 8px 0px 0px 7px;
}
.button-wrap {
	margin-bottom: 30px;
}
.form-wrap .submit:focus,
.button-func:focus {
	outline: none;
}

.form-wrap .submit, 
.button-func {
	font-size: 18px;
	font-weight: 600;
	padding: 13px 30px;
	display: inline-block;
	border: none;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	 border-radius: 5px;
	background: #000000;
	color: #fff;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.form-wrap .submit::before,
.form-wrap .submit::after,
.button-func::before,
.button-func::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.form-wrap .submit::before,
.button-func::before {
	background: #828282;
}
.form-wrap .submit::after,
.button-func::after {
	background: #6a6a6a;
}
.form-wrap .submit:hover,
.button-func:hover {
	color: #fff;
}
.form-wrap .submit:hover::before,
.form-wrap .submit:hover::after,
.button-func:hover::before,
.button-func:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.form-wrap .submit:hover::after,
.button-func:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}


.form-wrap{
}
.form-wrap-row{
	display: table-row;
	position: relative;
}
.form-right-col,
.form-left-col {
	display: table-cell;
	vertical-align: top;
}
.form-wrap .form-box{
    padding:0 10px 10px 0;
	position: relative;
}
.form-box span{
    padding:0 0 20px 0;
	position: absolute;
	top: 0px;
	right: -2px;
	font-size: 26px;
	line-height: 100%;
}
.form-wrap label.zapoznat{
    display: block;
    cursor: pointer;
    margin:0 auto 10px auto;
    text-align: left;
}
.form-wrap label.zapoznat a {
	color: #005EB8;
	text-decoration: none;
}
.form-wrap label.zapoznat a:hover {
	text-decoration: none;
    color: #005EB8;
}

.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="tel"],
.form-wrap textarea {
	font-size: 16px;
	height: 45px;
	padding: 5px 10px 5px 10px;
	width: 100%;
	border: 1px solid #949494;
	background: #FFFFFF;
	color: #000000;
	transition: all 0.15s ease-out;
	display: inline-block;
    border-radius:5px;
    margin:0;
}
.form-wrap input[type="text"]:focus,
.form-wrap input[type="email"]:focus,
.form-wrap input[type="tel"]:focus,
.form-wrap textarea:focus {
	transition: all 0.15s ease-out;
	border:1px solid #000000;
    background-color: #FFFFFF;
    outline: none;
    color: #000000;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(201,201,201,0.60);
    -moz-box-shadow: 0px 0px 3px 0px rgba(201,201,201,0.60);
    box-shadow: 0px 0px 3px 0px rgba(201,201,201,0.60);
}
.form-wrap textarea {
    height: 266px;
}
.form-wrap input:hover {
    outline: none
}
.form-wrap input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4d4d4d;
    opacity: 1; /* Firefox */
}
.form-wrap input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4d4d4d;
}
.form-wrap input::-ms-input-placeholder { /* Microsoft Edge */
    color: #4d4d4d;
}
.form-wrap textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4d4d4d;
    opacity: 1; /* Firefox */
}
.form-wrap textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4d4d4d;
}
.form-wrap textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #4d4d4d;
}

/*.form-wrap .submit {
	display: block;
    margin:0 auto;
	color: #FFFFFF;
	border: 0;
	outline: none;
	line-height: 90%;
	position: relative;
	font-size: 25px;
	text-align: center;
	padding: 0px;
	height: 70px;
    width:100%;
    font-weight: 400;
    background: #005eb8;
    border-radius:0;
    vertical-align: middle;
    font-family: 'Play', sans-serif;
}
.form-wrap .submit:hover {
	background: #cc3333;
	transition: all 0.15s ease-out 0s;
	color: #fff;
}*/
.form-wrap .submit:hover {
	background: #646464;
	transition: all 0.15s ease-out 0s;
	color: #fff;
}
.submit-wrap {
	text-align: center;
}
.form-wrap p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    padding:20px 0 20px 0;
    text-align: center;
}
.zadylzitelni span,
.form-wrap span{
    color: #ed1429;
}
.form-landing {
	background: #ebebeb;
	padding: 50px 135px;
	margin: 0px 0px 70px 0px;
}

/* The custom-checkbox */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin: 0px 5px 12px 0px;
  text-align: left;
  font-weight: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #949494;
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: #fff;
	 border: 1px solid #949494;
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #000000;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
left: 5px;
top: 0px;
width: 7px;
height: 13px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contact {
	margin: 50px 0px 0px 0px;
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
 content:"\f00d";
 color: #fff;
}
#header.header-scrolled #mobile-nav-toggle {
	margin: 25px 20px 0 0!important;
    transition: all 0.4s;
}
.zadylzitelni {
	font-size: 14px;
	margin-top: 15px;
}
.zadylzitelni span {
    font-size: 26px;
    line-height: 100%;
	vertical-align: middle;
padding: 0px 2px 0px 0px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
	background: url(Nivo-Lightbox/themes/default/close@2x.png) no-repeat 0px 0px;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    padding: 5px;
    opacity: 0.7;
}
.nivo-lightbox-close {
    position: absolute;
    top: 26px;
    right: 21px;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
    opacity: 0.7;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0,0,0,0.8);
}
/* media queries -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/






/* bootsrap custom grid */
@media (max-width:1500px) {
#nav-menu-container {
	padding-top: 0px!important;
	margin-top: 1px;
}
}

@media (min-width:576px) {
.container {
	max-width: 98%
}
}

@media (min-width:768px) {
.container {
	max-width: 98%
}
}

@media (min-width:992px) {
.container {
	max-width: 98%
}
}

@media (min-width:1200px) {
.container {
	max-width: 1200px
}
}

@media (min-width:1541px) {
.container {
	max-width: 1300px;
}
}
@media (min-width: 1200px) and (max-width: 1540px) {
	.container {
	max-width: 80%;
}
}
/* bootsrap custom grid */
@media (min-width: 768px) and (max-width: 991px) {
#main-slider .slider-fill .slider-text {
	padding: 10px;
}
#main-slider .slider-fill .slider-text .title {
	font-size: 24px;
}
#main-slider .slider-fill .slider-text .subtitle {
	font-size: 18px;
	font-weight: normal;
}
.container {
	width: 98%;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
/* md */
.container {
	width: 96%;
}
}

@media (max-width: 1200px) {
/* lg */
	.antetka, .section-header h3 {
	padding: 29px 0px 20px 0px;
}
.section-header h3.right-pos {
	text-align: right;
	padding: 29px 0px 20px 0px;
}
	.right-flat-back:before {
    right: 0px;
}
	.left-flat-back:after {
    left: 0px;
}
.container {
    width: 96%;
}
	.text-articles {
	width: 100%;
}
	.form-landing {
    padding: 50px;
}
#main-slider .slider-fill {
	height: 500px;
	padding-top: 0;
}
}

@media (max-width: 991px) {
#footer-bottom .copyright-containter .created, #footer-bottom .copyright-containter .peakview, #footer-bottom .copyright-containter .all {
	text-align: center;
	float: none;
	margin: 5px 0px;
}
#nav-menu-container {
	display: none;
}
#mobile-nav-toggle {
	display: inline;
}
}

@media (max-width: 767px) {
	#contact .container {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;

}
	.right-flat-back:after,
	.left-flat-back:after {
display: none;
}
.right-flat-back:before,
.left-flat-back:before {
display: block;
width: auto;
}
	.padding-right-zero {
	padding-right: 15px;
}
.padding-left-zero {
	padding-left: 15px;
}
	
	.product-pic {
    margin-left: 0px;
}
	.product-pic-right {
		margin-right: 0px;
	}
	.product-pic-right, .product-pic {
    padding-top: 30px;
    padding-bottom: 0px;
}
	.antetka, .section-header h3, .section-header h3.right-pos {
    font-size: 44px;
    padding: 29px 0px 20px 0px;
		text-align: left;
}
	.content-left:before, .content-left:after,
	.content-right:before {
    background: #ebebeb;
}
	.form-landing {
    padding: 20px;
}
	.text-articles ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
	.valign {
    padding-bottom: 50px;
}
.footer-logo {
	display: none;
}
	#footer {
    padding: 60px 0px 80px 0px;
}
#slide-2:before {
	content: "";
	display: none;
}
.my-services-pic {
	margin-bottom: 40px;
}
.my-services-pic .wrap-image {
	padding: 30px;
}
/*#slide-4, #slide-3, #slide-5, #slide-6, #slide-7 {
	padding: 20px 0 20px 0;
}*/
.title-wrap, .title-wrap-2 {
	width: inherit;
}
.title-wrap-2 {
	width: 100%;
	text-align: left;
}
.my-services .text {
	padding-bottom: 30px;
}
.title-wrap-space, .title-wrap-space-2 {
	width: 100%;
}
.section-bg {
	background: #fff;
}
}

@media (max-width: 576px) {
		.text-articles ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	-webkit-column-count: auto;
	-moz-column-count: auto;
	column-count: auto;
}
	.antetka, .section-header h3, .section-header h3.right-pos {
    font-size: 28px;
    overflow: hidden;
}
	#slide-2, #slide-3, #slide-4, #slide-5, #slide-6, #slide-7, #slide-8, #slide-9, #slide-10, #slide-11 {
    padding: 10px 0 20px 0;
}
}
.otstap {
	padding: 30px 0px 0px 0px;
}

@media (max-width: 1240px) {
	#nav-menu-container {
    margin-top: 5px;
}
.nav-menu a {
    padding: 0 4px 0px 4px;
    font-size: 16px;
}
	.title-iztr {
    font-size: 18px !important;
}
}

@media (min-width: 992px) and (max-width: 1100px) {
.nav-menu a {
    padding: 0 1px 0px 1px;
    font-size: 14px;
}
	.title-iztr {
    font-size: 16px !important;
}
}