@media (min-width: 979px) {
	ul.nav li.dropdown.show-on-hover:hover>ul.dropdown-menu {
		display: block
	}

	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px
	}

	.comment-list .media {
		margin-top: 0
	}
}

p {
	margin: 0
}

.h4,
h4 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px !important;
}

.h3,
h3 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px !important;
}

.alignnone {
	margin: 0 5px 0 0
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px
}

a img.alignnone {
	margin: 5px 20px 20px 0
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

body {
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	color: #3A3037;
	background-color: #F1F1F1 !important;
}

.bg-grey-gradient {
	background-color: #F1F1F1 !important;
	background: #eceeed;
	background: -webkit-radial-gradient(center, #eceeed, #d0d1d3);
	background: -o-radial-gradient(center, #eceeed, #d0d1d3);
	background: -moz-radial-gradient(center, #eceeed, #d0d1d3);
	background: radial-gradient(ellipse at center, #eceeed, #d0d1d3);
	background-repeat: repeat
}

.bg-pink-gradient {
	background-color: #e17e9b !important;
	background-image: url(img/candy-bg.png);
	color: #fff;
}

@media (min-width: 768px) {
	#headerbg {
		background: #040404;
		margin-bottom: 0;
	}
}

.nav li.active a {
	color: #EF81A0;
	text-decoration: none;
}

@media (min-width: 768px) {
	.title-logo {
		color: #000 !important;
		width: 90px;
		font-weight: 900;
		font-size: 1.3em
	}
}

.mini-logo {
	width: auto;
	height: auto;
	max-height: 45px;
	margin-left: 15px;
}

.top-btn {
	padding: 0;
	min-width: 32px;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: transparent;
	color: #fff;
	border: 1.2px solid #fff;
	border-radius: 6px
}

.mode-row {
	right: 0;
	font-size: .8em;
	position: absolute;
	left: 0;
	padding: 0 20px
}

.right-text {
	text-align: right !important
}

.phone-row {
	font-size: 1.5em;
	color: #fff
}

#topnav {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2em
}

.nav-justified>li>a {
	color: #777;
	text-align: center
}

.nav-justified>.active>a,
.nav-justified>.active>a:hover,
.nav-justified>.active>a:focus {
	background-color: transparent;
	background-image: none;
	border-bottom: 0;
	-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15)
}

.nav-justified>li:first-child>a {
	border-radius: 0
}

.nav-justified>li:last-child>a {
	border-bottom: 0;
	border-radius: 0
}

@media (min-width: 768px) {
	.nav-justified {
		max-height: 60px
	}

	.nav-justified>li>a {
		border-left: 0;
		border: 0 !important
	}

	.nav-justified>li:first-child>a {
		border-left: 0;
		border-radius: 0
	}

	.nav-justified>li:last-child>a {
		border-right: 0;
		border-radius: 0
	}

	.nav-justified>li {
		display: table-cell;
		width: 1%;
		border-left: 0
	}

	.nav-justified>li:first-child {
		border-left: 0
	}
}

@media (min-width: 768px) {
	.navbar-wrapper .container {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
}

.display-cell {
	display: table-cell;
	vertical-align: middle;
	float: none !important
}

.display-cell-top {
	display: table-cell;
	vertical-align: top;
	float: none !important
}
}

.center-text {
	text-align: center !important;
}

.text-white {
	color: #fff;
}

.text-black {
	color: #000 !important;
}

.text-pink {
	color: #EF81A0 !important;
}

.btn-yell {
	background: #EF81A0 !important;
	border-radius: 4px !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-size: 1.1em !important;
	padding: 10px 12px !important;
	box-shadow: 0 2px 3px #00000047 !important;
}

.btn-success {
	color: #f1f1f1;
	background-color: #f1f1f1;
	border: 1.3px solid #050303;
	padding-bottom: 6px !important;
	margin-top: 5px;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
	color: #f1f1f1;
	background-color: #ef81a0;
	border-color: #ef81a0;
	padding-bottom: 6px !important;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #f9b4c7;
	border-color: #f9b4c7;
	box-shadow: none;
}

.map-icon:before {
	content: "\f041";
	font-family: FontAwesome;
	position: absolute;
	color: #EF81A0;
	left: -18px;
}

.header-widget1 {
	color: #42363e;
}

.header-widget2 {
	margin-top: 3px;
}

.header-widget2:before {
	content: "\f017";
	font-family: FontAwesome;
	position: absolute;
	color: #EF81A0;
	left: -20px;
}

.header-widget4 {
	margin-top: 3px;
}

.header-widget3:before {
	content: "\f098";
	font-family: FontAwesome;
	position: absolute;
	color: #EF81A0;
	left: 5px
}

.header-widget4:before {
	content: "\f0e0";
	font-family: FontAwesome;
	position: absolute;
	color: #EF81A0;
	left: 5px
}

.header-widget5:before {
	content: "\f189";
	font-family: FontAwesome;
	position: absolute;
	color: #EF81A0;
	left: 5px
}

.header-widget6:before {
	content: "\f2c6";
	font-family: FontAwesome;
	position: absolute;
	color: #EF81A0;
	left: 5px
}

.header-widget3 strong {
	font-size: 1.4em;
	/* color:#EF81A0; */
	font-weight: 400;
}

.footer3:before {
	content: "\f098";
	font-family: FontAwesome;
	position: absolute;
	color: #EF81A0;
	left: 5px
}

.footer4:before {
	content: "\f1e0";
	font-family: FontAwesome;
	position: absolute;
	color: #EF81A0;
	left: 5px
}

.navbar-fixed-top {
	/* box-shadow:0 0 8px 0 #000000d6; */
}

.mobi-icons {
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 60px;
}

.mobi-icons a {
	padding-right: 10px;
	font-size: 20px;
}

#menu>.container-fluid {
	background: #0e0f0e;
	background-image: url(img/top-menu.png);
	box-shadow: 0 0 6px 4px #00000038;
}

#menu>.container-fluid~.container-fluid {
	background: transparent;
}

@media (min-width: 769px) {
	.top-menu {
		font-size: 1.3em
	}

	.mobi-icons {
		display: none;
	}
}

.top-phone {
	font-size: 1.5em;
	font-weight: 700
}

.txt16,
.txt16 span {
	font-size: 17px;
	color: #fff !important;
}

.dropdown-menu-custom {
	width: 100% !important;
	margin: 0 !important;
	border-radius: 0 !important
}

.dropdown-menu-custom>li>a {
	white-space: normal !important
}

.nav>li>a:focus,
.nav>li>a:hover {
	background: transparent;
	color: #EF81A0;
	border-bottom: 0 !important;
	border-left: 0;
	border-right: 0
}

.navbar-green {
	background: #EF81A0;
	padding: 0;
}

.nav-custom>li>a {
	color: #b3b2b2;
	text-transform: uppercase;
	font-weight: 500
}

.glyph-bg {
	background: rgba(0, 0, 0, 0.52);
	height: 60px !important;
	width: 40px !important;
	padding: 13px 5px !important
}

.carousel-control-custom {
	width: 1.5% !important;
	z-index: 1000 !important
}

.carousel-indicators-custom {
	bottom: 35% !important;
	left: 14% !important;
	background: rgba(0, 0, 0, 0.35) !important;
	border-radius: 50px;
	height: 30px !important;
	padding: 6px 0 2px !important;
	width: 70px !important;
	margin-left: -8px !important
}

.carousel-indicators-custom .active {
	background-color: #be152b !important
}

.carousel-indicators-custom li {
	background-color: #fff !important;
	border: 2px solid #fff !important;
	width: 15px !important;
	height: 15px !important
}

.carousel-indicators-custom .active {
	width: 15px !important;
	height: 15px !important;
	margin: 1px !important;
	background-color: #fff
}

@media (min-width: 768px) {
	.navbar-wrapper .navbar {
		border-radius: 5px;
		padding: 0 22px
	}
}

.no-padding {
	padding: 0 !important
}

.no-margin-bottom {
	margin-bottom: 0 !important
}

.right {
	float: right
}

@media screen and (min-width: 768px) {

	.carousel-control .glyphicon-menu-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}

	.carousel-control .glyphicon-menu-left,
	.carousel-control .glyphicon-menu-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}
}

.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next {
	right: 50%
}

.carousel-control .glyphicon-menu-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.p-b {
	padding-bottom: 10px;
	padding-left: 5px !important;
	padding-right: 5px !important
}

.p-b-last-child {
	padding-bottom: 0;
	padding-left: 5px !important;
	padding-right: 5px !important
}

.a-right {
	text-align: right
}

.top-p-fsize {
	font-size: 1.3em;
	margin: 0 0 25px
}

@media (min-width: 768px) {
	.navbar-wrapper .navbar {
		border-radius: 50 !important
	}
}

.carousel {
	margin-bottom: 0
}

.grey-bg {
	background: rgba(255, 255, 255, 0);
	margin-bottom: 2px;
	padding: 10px 0
}

.title-text-inner {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 2em;
	padding-bottom: 15px;
	margin-bottom: 0;
	margin-top: 5px
}

.footer-copyright {
	width: 100%;
	background-color: #1d1d1d;
	background-repeat: repeat;
	min-height: 50px
}

.copyright {
	color: #555;
	padding-top: 15px
}

.copyright a {
	color: #555
}

.footer-bottom {
	margin: 30px 0;
}

@media (max-width: 560px) {
	.footer-bottom {
		margin: 5px 0;
	}
}

@media (max-width: 768px) {
	.carousel-indicators-custom {
		bottom: 10% !important;
		left: 50% !important;
		margin-left: -35px !important
	}

	.top-phone {
		text-align: center
	}

	.a-right {
		text-align: center
	}

	.navbar-toggle {
		color: #fff !important
	}

	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 3px;
		border-radius: 2px;
		background: #fff
	}

	.marketing {
		margin-top: 60px
	}
}

.logo {
	float: none;
	margin: 0 auto
}

.top-text {
	position: absolute;
	right: 0;
	top: 69px;
	z-index: 10
}

.envira-gallery-wrap .envira-gallery-public {
	margin: 0 auto !important
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths,
.col-xs-two5ths,
.col-sm-two5ths,
.col-md-two5ths,
.col-lg-two5ths,
.col-xl-two5ths,
.col-xs-three5ths,
.col-sm-three5ths,
.col-md-three5ths,
.col-lg-three5ths,
.col-xl-three5ths,
.col-xs-four5ths,
.col-sm-four5ths,
.col-md-four5ths,
.col-lg-four5ths,
.col-xl-four5ths,
.col-xs-five5ths,
.col-sm-five5ths,
.col-md-five5ths,
.col-lg-five5ths,
.col-xl-five5ths,
{
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}

@media (min-width: 576px) {
	.col-sm-5ths {
		width: 20%;
		float: left
	}

	.col-sm-two5ths {
		width: 40%;
		float: left
	}

	.col-sm-three5ths {
		width: 60%;
		float: left
	}

	.col-sm-four5ths {
		width: 80%;
		float: left
	}
}

@media (min-width: 768px) {
	.col-md-5ths {
		width: 20%;
		float: left
	}

	.col-md-two5ths {
		width: 40%;
		float: left
	}

	.col-md-three5ths {
		width: 60%;
		float: left
	}

	.col-md-four5ths {
		width: 80%;
		float: left
	}
}

@media (min-width: 992px) {
	.col-lg-5ths {
		width: 20%;
		float: left
	}

	.col-lg-two5ths {
		width: 40%;
		float: left
	}

	.col-lg-three5ths {
		width: 60%;
		float: left
	}

	.col-lg-four5ths {
		width: 80%;
		float: left
	}
}

@media (min-width: 1200px) {
	.col-xl-5ths {
		width: 20%;
		float: left
	}

	.col-xl-two5ths {
		width: 40%;
		float: left
	}

	.col-xl-three5ths {
		width: 60%;
		float: left
	}

	.col-xl-four5ths {
		width: 80%;
		float: left
	}
}

@media (min-width: 768px) {
	.post-anons .post-img {
		width: auto;
		max-height: 160px;
		overflow: hidden;
		border: 0;
		border-radius: 2px;
	}

	.post-img {
		width: auto;
		max-height: 240px;
		overflow: hidden;
		border: 0;
		border-radius: 2px;
	}
}

@media (max-width: 768px) {
	.post-img {
		width: auto;
		max-height: 260px;
		overflow: hidden;
		border: 0;
		border-radius: 2px;
	}
}

.post-img img {
	width: 100%;
	height: auto
}

.post-list>li {
	position: relative;
	margin-left: 20px
}

.post-list>li:before {
	content: "\f138";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #888;
	font-size: 10px;
	position: absolute;
	top: 3px;
	left: -15px
}

.post-title-more {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.3em
}

.post-price {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	margin-top: 30px
}

#print-nav a {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1em;
	padding: 5px 20px;
	color: #5d6a75
}

.img-crop {
	overflow: hidden
}

#myCarousel {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.69)
}

.imghvr-push-left {
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55)
}

.m-b-20 {
	margin-bottom: 20px
}

[class*=" imghvr-"] figcaption,
[class^=imghvr-] figcaption {
	background-color: #b24355 !important;
	padding: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff
}

.t-m-0 {
	margin-top: 0
}

.m-10 {
	margin: 10px 0
}

.menu-toggle {
	font-family: 'Roboto', sans-serif !important;
	background: none;
	border: 0;
	margin-top: 2px;
	text-transform: uppercase
}

.menu-toggle-title {
	font-size: 1.9em;
	padding-left: 5px;
	font-weight: 700
}

#menu-menyu-kategorij {
	list-style-type: none;
	max-width: 1200px;
	margin: 0 auto;
	margin: 0;
	padding: 0
}

#menu-menyu-kategorij li a img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
	border-radius: 4px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.46)
}

@media (min-width: 991px) {
	#menu-menyu-kategorij li {
		display: inline-block;
		padding: 3px;
		width: 24.7%
	}
}

@media (max-width: 991px) {
	#menu-menyu-kategorij li {
		display: inline-block;
		padding: 3px;
		width: 24.1%
	}
}

@media (max-width: 768px) {
	#menu-menyu-kategorij li {
		display: inline-block;
		padding: 3px;
		width: 32.9%;
		overflow: hidden
	}
}

@media (min-width: 576px) {
	.my-new-sidebar {
		margin-bottom: 10px
	}
}

@media (max-width: 576px) {
	#menu-menyu-kategorij li {
		display: inline-block;
		padding: 3px;
		width: 49%;
		overflow: hidden
	}

	.my-new-sidebar {
		margin-top: 20px
	}
}

@media (min-width: 768px) {
	.galleryid-999 .gallery-item {
		float: left;
		margin-top: 10px;
		text-align: center;
		width: 25% !important;
		height: 150px !important;
		overflow: hidden;
		padding: 10px !important
	}
}

@media (max-width: 768px) {
	.galleryid-999 .gallery-item {
		float: left;
		margin-top: 0;
		text-align: center;
		width: 50% !important;
		height: 150px !important;
		overflow: hidden;
		padding: 5px !important
	}
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	width: 150px;
	height: 50px;
	text-align: center;
	margin-left: -75px;
	left: 50%;
	background: #666\9;
	color: #000 !important;
	background: rgba(80, 80, 80, 0)
}

.bx-wrapper .bx-caption a {
	color: #000 !important
}

.bx-wrapper .bx-caption span {
	color: #1f1f1f !important;
	font-family: roboto;
	font-weight: 900;
	display: block;
	font-size: 1em;
	padding: 10px
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 40px !important;
	padding: 0
}

.bx-wrapper .bx-controls {
	opacity: 1 !important;
	transition: 500ms;
	-webkit-transition: 500ms;
	-moz-transition: 500ms
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #b22222 !important
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc !important
}

.white-text-link {
	color: #fff
}

#menu-futer1,
#menu-futer2 {
	list-style-type: none
}

#menu-futer1 a,
#menu-futer2 a {
	color: #fff
}

.widget_sp_image-description {
	text-align: left;
	display: table;
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.1;
	height: 110px;
}

.widget_sp_image-description p {
	font-family: 'Oswald', sans-serif;
	display: table-cell;
	vertical-align: middle;
}

@media (max-width: 768px) {
	.widget_sp_image-description {
		text-align: left;
		display: table;
		font-weight: 700;
		font-size: 1.4em;
		line-height: 1.1;
		height: 60px;
		margin-bottom: 15px
	}

	.widget_sp_image-description {
		font-size: 1.2em;
	}
}

.sub-title-text {
	font-family: 'Oswald', sans-serif;
	font-size: 1.6em;
	font-weight: 300;
	margin-bottom: 40px;
	margin-top: 10px;
}

.sub-title-text a {
	color: #66cc66;
	text-decoration: underline;
}

.breadcrumbs a {
	color: #8a8a8a;
	font-weight: 500;
	font-style: italic
}

.current {
	color: #555;
	font-weight: 500;
	font-style: italic
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #B22222;
	font-weight: 900;
	border: 2px solid #B22222 !important;
	background: #fff !important;
	padding: 8px 20px !important
}

.nav-pills>li>a,
.nav-pills>li>a:focus,
.nav-pills>li>a:hover {
	color: #999;
	font-weight: 900;
	border: 2px solid #999 !important;
	background: #fff !important;
	padding: 8px 20px !important
}

.strong-form input[type="text"],
.strong-form input[type="email"],
.strong-form input[type="url"],
.strong-form input[type="file"],
.strong-form select,
.strong-form textarea {
	box-sizing: border-box;
	display: block;
	border-radius: 5px !important;
	border: 1px solid #ddd !important;
	background: #fff !important;
	line-height: 2em !important;
	float: none;
	width: 100%
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border-bottom: 1px solid #ddd !important
}

.btn-more {
	padding: 4px 12px;
	line-height: 1.2;
}

.ninja-forms-req-symbol,
.nf-error-msg {
	color: #B22222 !important
}


.clear {
	clear: both
}

.nf-field-container,
#ninja_forms_required_items {
	clear: none !important;
	position: relative;
	margin-bottom: 25px;
	min-height: 90px
}

.submit-container {
	clear: both !important;
	min-height: 20px !important;
	float: none
}

.nf-field-container,
#ninja_forms_required_items {
	clear: both;
	position: relative;
	margin-bottom: 10px !important
}

.strong-form .form-field {
	margin-bottom: .5em
}

.nf-before-form-content {
	margin-left: 15px;
	margin-bottom: 10px;
	color: #999;
	font-style: italic
}

.modal-header-top {
	background: #EF81A0;
	color: #fff;
	border-radius: 4px 4px 0 0
}

#wpmtst_submit_testimonial {
	background: #b22222;
	border: 0;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
	margin-top: 10px
}

#wpmtst_submit_testimonial:hover {
	background: #333;
	border: 0;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
	margin-top: 10px
}

#wpmtst-form {
	background: #fbfbfb;
	margin-top: 30px;
	border-radius: 5px
}

#nf-field-19-container {
	border-bottom: 1px dashed #ccc;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px !important
}

.form-h4-title {
	margin-top: 50px;
	margin-left: 15px
}

#nf-form-3-cont {
	background: #f5f5f5;
	padding: 20px;
	border-radius: 4px
}

.product-title {
	margin-top: 0;
	margin-bottom: 5px;
	line-height: .8em
}

.product-title-main {
	margin-top: 0;
	margin-bottom: 25px;
	line-height: .8em;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
	padding: 10px
}

.product-title-main a {
	font-size: .6em !important;
	color: #333 !important
}

.product-title-main a:hover {
	font-size: .6em !important;
	color: #b22222 !important;
	text-decoration: none
}

.product-title a {
	font-size: .7em !important;
	color: #b22222 !important
}

.product-title a:hover {
	font-size: .7em !important;
	color: #5a5a5a !important;
	text-decoration: none
}

.thumbnail-custom {
	display: block;
	padding: 0;
	margin-bottom: 10px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 0;
	max-height: 150px;
	overflow: hidden;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail-custom-main {
	display: block;
	padding: 0;
	margin-bottom: 0;
	line-height: 1.42857143;
	background-color: #fff;
	border: 2px solid #ddd;
	border-bottom: transparent;
	border-radius: 4px 4px 0 0;
	max-height: 150px;
	overflow: hidden;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail-custom-main img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%)
}

.thumbnail-custom-main img:hover {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all .5s ease
}

.product-cat-item {
	border-bottom: 1px dashed #ccc;
	padding-top: 10px
}

.thumbnail-custom img {
	width: 100% !important;
	height: auto !important;
	overflow: hidden
}

@media (max-width: 576px) {
	.thumbnail-custom {
		max-height: 200px
	}

	.row {
		margin-right: 0;
		margin-left: 0
	}
}

.field-client_name {
	width: 48%;
	float: left;
	margin-right: 2%
}

.field-email {
	width: 48%;
	float: left;
	margin-left: 2%
}


.card-footer {
	border-top: 1px solid #ccc;
	padding-top: 20px !important
}

.switch-product {
	border-radius: 40px;
	color: #b5495b;
	font-weight: 700
}

.galleryid-50 img {
	border: 0 !important;
	max-width: 70% !important;
	height: auto !important;
	margin-bottom: 20px !important
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #b34557;
	outline: 0
}

.bx-wrapper .bx-controls-direction a {
	z-index: 999
}

.aioseop_option_input {
	display: none !important
}

.info-page-border {
	margin-top: 15px;
	padding-top: 15px !important
}

.info-page-ul {
	background: #f5f5f5;
	padding: 15px;
	border-radius: 4px
}

.fscf-div-form {
	width: 100%;
	background: #f2f2f2;
	padding: 15px 30px;
	border-radius: 4px;
	color: #777
}

.fscf-div-left-box {
	float: left;
	width: 55%;
	max-width: 270px
}

.fscf-div-right-box {
	float: left;
	width: 235px
}

.fscf-div-clear {
	clear: both
}

.fscf-div-field-left {
	clear: left;
	float: left;
	width: 100%
}

.fscf-div-field-prefollow {
	clear: left;
	float: left;
	width: 99%;
	max-width: 250px;
	margin-right: 10px
}

.fscf-div-field-follow {
	float: left;
	padding-left: 10px;
	width: 99%;
	max-width: 250px
}

.fscf-div-label {
	text-align: left;
	padding-top: 5px
}

.fscf-div-field {
	text-align: left
}

.fscf-div-captcha-sm {
	width: 175px;
	height: 50px;
	padding-top: 2px
}

.fscf-div-captcha-m {
	width: 250px;
	height: 65px;
	padding-top: 10px
}

.fscf-image-captcha {
	border-style: none;
	margin: 0;
	border-radius: 4px;
	padding: 0;
	padding-right: 5px;
	float: left
}

.fscf-image-captcha-refresh {
	border-style: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom
}

.fscf-div-submit {
	text-align: center;
	clear: both;
	padding-top: 15px;
	margin-bottom: 10px
}

.fscf-fieldset {
	border: 1px solid #000;
	width: 99%;
	max-width: 550px;
	padding: 10px
}

.fscf-required-indicator {
	text-align: left;
	color: #b22222
}

.fscf-required-text {
	text-align: left;
	color: #bbb;
	font-style: italic
}

.fscf-hint-text {
	font-size: 14px;
	font-weight: 400
}

.fscf-div-error {
	text-align: left;
	color: #b22222
}

.fscf-div-redirecting {
	text-align: left
}

.fscf-fieldset-field {
	border: 1px solid #000;
	width: 97%;
	max-width: 500px;
	padding: 10px
}

.fscf-label {
	text-align: left
}

.fscf-option-label {
	display: inline
}

.fscf-input-text {
	text-align: left;
	margin: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.fscf-input-captcha {
	text-align: left;
	margin: 0;
	width: 100px;
	text-align: left;
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.fscf-input-textarea {
	text-align: left;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 150px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.fscf-input-select {
	text-align: left
}

.fscf-input-checkbox {
	width: 22px;
	height: 32px
}

.fscf-input-radio {
	width: 22px;
	height: 32px
}

.fscf-button-submit {
	cursor: pointer;
	margin: 0;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	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-color: #b22222;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 4px
}

.fscf-button-reset {
	cursor: pointer;
	margin: 0
}

.fscf-button-vcita {
	text-decoration: none;
	display: block;
	text-align: center;
	background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%);
	color: #fff !important;
	padding: 8px
}

.fscf-button-div-vcita {
	border-left: 1px dashed #ccc;
	margin-top: 25px;
	padding: 8px 20px
}

.fscf-powered-by {
	font-size: x-small;
	font-weight: 400;
	padding-top: 5px;
	text-align: center
}

::-webkit-input-placeholder {
	opacity: .6;
	color: #333
}

:-moz-placeholder {
	opacity: .6;
	color: #333
}

::-moz-placeholder {
	opacity: .6;
	color: #333
}

:-ms-input-placeholder {
	opacity: .6;
	color: #333
}

.workstage-icon {
	float: none;
	width: 85px !important;
	height: auto !important;
	margin: 0 auto;
	margin-bottom: 15px
}

@media (min-width: 768px) {
	.workstage-block:after {
		content: "\f138";
		font-family: FontAwesome;
		display: inline-block;
		color: #ccc;
		font-size: 2em;
		position: absolute;
		right: 0;
		top: 30px;
		padding-right: 3px;
		vertical-align: middle
	}
}

.envira-gallery-wrap .envira-gallery-public {
	margin: 0 auto !important
}

.accordion {
	width: 500px;
	margin: 0 auto
}

.accordion-toggle {
	cursor: pointer;
	margin: 0;
	position: relative
}

.accordion-toggle.active:after {
	content: "";
	position: absolute;
	right: 0;
	top: 17px;
	width: 0;
	height: 0;
	border-bottom: 5px solid red;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0)
}

.accordion-toggle:before {
	content: "";
	position: absolute;
	right: 0;
	top: 17px;
	width: 0;
	height: 0;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0)
}

.accordion-toggle.active:before {
	display: none
}

.accordion-content {
	display: none
}

.accordion-toggle.active {
	color: #b22222
}

.right-arrow {
	cursor: pointer;
	background: #999;
	padding: 1px 5px;
	border-radius: 50px;
	color: #f5f5f5;
	margin-top: -2px
}

.right-arrow:hover,
.right-arrow:focus,
.right-arrow:active {
	cursor: pointer;
	background: #b22222;
	padding: 1px 5px;
	border-radius: 50px;
	color: #f5f5f5;
	margin-top: -2px
}

.panel-group .panel+.panel {
	margin-top: 0 !important
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0 !important
}

.panel-heading {
	padding: 15px !important
}

.accordion-toggle:after {
	font-family: 'FontAwesome';
	content: "\f146";
	float: right;
	color: inherit
}

.panel-heading.collapsed .accordion-toggle:after {
	content: "\f0fe"
}

.panel-default>.panel-heading {
	color: #777;
	background-color: #f5f5f5;
	border-color: #ddd
}

.ya-share2__container_size_s .ya-share2__icon {
	background-color: #b22222 !important
}

#wptime-plugin-preloader {
	z-index: 1000001 !important
}

.ya-share2__container_size_s {
	margin-top: 4px
}

#menu-menyu-uslugi {
	list-style-type: none;
	max-width: 1200px;
	margin: 0 auto;
	margin: 0;
	padding: 0
}

#menu-menyu-uslugi li a img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	height: auto !important;
	padding: 0;
	margin-bottom: 0;
	border-radius: 4px;
	border: 4px solid #ccc
}

@media (max-width: 767px) {
	#top-nav-ul {
		margin-top: 52px
	}
}

@media (min-width: 991px) {
	#menu-menyu-uslugi li {
		display: inline-block;
		padding: 3px;
		width: 32.333333333333%;
		text-align: center;
		font-weight: 900;
		text-transform: uppercase;
		font-size: 1.1em;
		line-height: 3em
	}
}

@media (max-width: 991px) {
	#menu-menyu-uslugi li {
		display: inline-block;
		padding: 3px;
		width: 32.333333333333%
	}
}

@media (max-width: 768px) {
	#menu-menyu-uslugi li {
		display: inline-block;
		padding: 3px;
		width: 49%;
		overflow: hidden
	}
}

.tab-content {
	margin-top: 30px;
}

.tabs-left,
.tabs-right {
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 20px
}

.tabs-left {
	border-right: 1px solid #ddd
}

.tabs-right {
	border-left: 1px solid #ddd
}

.tabs-left>li,
.tabs-right>li {
	float: none;
	margin-bottom: 2px
}

.tabs-left>li {
	margin-right: -1px
}

.tabs-right>li {
	margin-left: -1px;
	color: #ff
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
	border-bottom-color: #ddd;
	border-right-color: transparent
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
	border-bottom: 1px solid #ddd;
	border-left-color: transparent;
	color: #EF81A0 !important
}

.tabs-left>li>a {
	border-radius: 4px 0 0 4px;
	margin-right: 0;
	display: block
}

.tabs-right>li>a {
	border-radius: 0 4px 4px 0;
	margin-right: 0
}

.sideways {
	margin-top: 50px;
	border: none;
	position: relative
}

.sideways>li {
	height: 20px;
	width: 120px;
	margin-bottom: 100px
}

.sideways>li>a {
	border-bottom: 1px solid #ddd;
	border-right-color: transparent;
	text-align: center;
	border-radius: 4px 4px 0 0
}

.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
	border-bottom-color: transparent;
	border-right-color: #ddd;
	border-left-color: #ddd
}

.sideways.tabs-left {
	left: -50px
}

.sideways.tabs-right {
	right: -50px
}

.sideways.tabs-right>li {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sideways.tabs-left>li {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

#company {
	background-image: url(img/company.jpg);
	background-size: cover;
	background-position: center center;
	background-color: #231f20;
	padding: 20px 15px 40px;
	margin-top: 0;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

#portfolio>.section {
	padding-bottom: 0;
}

.section {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.section-min {
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.container-half {
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0
}

.container-half-right {
	right: 0;
	-webkit-box-shadow: inset 68px 0px 51px -18px rgba(241, 241, 241, 1);
	-moz-box-shadow: inset 68px 0px 51px -18px rgba(241, 241, 241, 1);
	box-shadow: inset 68px 0px 51px -18px rgba(241, 241, 241, 1);
	Copy Text;
}

.container-half-left {
	left: 0;
}

img.full-height {
	height: 100%;
	width: auto;
}

img.full-width {
	width: 100%;
	height: auto;
}

@media (max-width: 992px) {

	.container-half-right,
	.container-half-left {
		display: none;
	}
}

.cover-bg,
.fixed-bg,
.pattern-bg,
.contain-bg {
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}

* {
	box-sizing: border-box;
}

.textwidget hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #eee;
}

.bg-color2 {
	background-color: #e17e9b !important;
	background-image: url(img/candy-bg.png);
}

#scrollblock {
	height: 230px;
}

#scrollblock1 {
	height: 270px;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none
}

.carousel-control.left {
	left: 0;
	right: auto;
	background-image: none
}

.carousel-inner>.item {
	overflow: hidden;
	max-height: 620px;
	min-height: 290px;
}

@media (min-width: 768px) {

	.carousel-inner>.item>a>img,
	.carousel-inner>.item>img {
		display: block;
		width: 100%;
		height: auto
	}
}

@media (max-width: 760px) {

	.carousel-inner>.item>a>img,
	.carousel-inner>.item>img {
		display: block;
		width: auto;
		height: 100%;
		object-fit: cover;
		max-height: 350px
	}
}

.carousel-inner>.item:after {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	background: #000;
	opacity: .4
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5%;
	color: #fff;
	text-align: center;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .8
}

@media (min-width: 979px) {
	ul.nav li.dropdown.show-on-hover:hover>ul.dropdown-menu {
		display: block
	}

	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px
	}

	.comment-list .media {
		margin-top: 0
	}
}

a {
	color: #0e0f0e;
	text-decoration: none;
}

.alignnone {
	margin: 0 5px 0 0
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px
}

a img.alignnone {
	margin: 5px 20px 20px 0
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.navbar-header {
	padding-left: 10px;
	padding-right: 10px;
	background: #0000;
}

@media (min-width: 768px) {
	.title-logo .attachment-logo {
		color: #000 !important;
		width: 90px;
		font-weight: 900;
		font-size: 1.3em
	}
}

@media (min-width: 768px) {
	.logo-img .attachment-logo {
		width: auto;
		max-height: 62px;
		position: relative;
		padding: 10px 0 0 0;
	}
}

@media (max-width: 768px) {
	.title-logo .attachment-logo {
		color: #000 !important;
		width: 100%;
		padding: 10px 0 10px 0;
		font-weight: 900;
		font-size: 1.3em;
	}

	.logo-img .attachment-logo {
		width: auto;
		max-height: 50px;
		position: relative;
		padding: 5px 0 5px 15px;
	}
}

.mode-row {
	right: 0;
	font-size: .8em;
	position: absolute;
	left: 0;
	padding: 0 20px
}

.right-text {
	text-align: right !important
}

@media (max-width: 768px) {
	.right-text {
		text-align: left !important
	}
}


.phone-row {
	font-size: 1.5em;
	color: #fff
}

#navbar {
	background: rgba(58, 48, 55, 0.94);
	box-shadow: 0 2px 6px 1px #0000004a;
	border-radius: 5px;
}

.navbar {
	position: relative;
	min-height: 35px !important;
	margin-bottom: -140px;
}

.nav-top-col {
	height: 100px;
	font-family: 'Roboto Condensed', sans-serif;
}

#topnav {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2em
}

.nav-justified>li>a {
	color: #777;
	text-align: center
}

.nav-justified>.active>a,
.nav-justified>.active>a:hover,
.nav-justified>.active>a:focus {
	background-color: transparent;
	background-image: none;
	border-bottom: 0;
	-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15)
}

.nav-justified>li:first-child>a {
	border-radius: 0
}

.nav-justified>li:last-child>a {
	border-bottom: 0;
	border-radius: 0
}

@media (min-width: 768px) {
	.nav-justified {
		max-height: 60px
	}

	.nav-justified>li>a {
		border-left: 0;
		border: 0 !important
	}

	.nav-justified>li:first-child>a {
		border-left: 0;
		border-radius: 0
	}

	.nav-justified>li:last-child>a {
		border-right: 0;
		border-radius: 0
	}

	.nav-justified>li {
		display: table-cell;
		width: 1%;
		border-left: 0
	}

	.nav-justified>li:first-child {
		border-left: 0
	}
}

@media (min-width: 768px) {
	.navbar-wrapper .container {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
}

@media (min-width: 768px) {
	.display-table {
		display: table;
		table-layout: fixed
	}

	.display-cell {
		display: table-cell;
		vertical-align: middle;
		float: none !important
	}

	.display-cell-top {
		display: table-cell;
		vertical-align: top;
		float: none !important
	}
}

.center-text {
	text-align: center !important
}

.text-white {
	color: #fff
}

.text-yell {
	color: #EF81A0 !important
}

.btn-yell {
	font-family: 'Oswald';
	background: #ef81a0;
	border: 0;
	border-radius: 4px !important;
	color: #f5f6f5;
	text-transform: uppercase;
	font-size: 1.1em !important;
	line-height: 1;
	height: 40px;
	padding: 10px 12px;
	box-shadow: 0 2px 3px #00000047;

}

.btn-yell.focus,
.btn-yell:focus,
.btn-yell:hover {
	color: #f7f7f7 !important;
	text-decoration: none;
	background: #40373e !important;
}

@media (min-width: 769px) {
	.top-menu {
		font-size: 1.2em
	}
}

.top-phone {
	font-size: 1.5em;
	font-weight: 700
}

#top-nav-ul>li {
	border-right: 1px solid #ffffff36
}

#top-nav-ul>li:last-child {
	border-right: 0
}

.txt16 {
	font-size: 17px;
	vertical-align: text-top;
}

.dropdown-menu-custom {
	width: 100% !important;
	margin: 0 !important;
	border-radius: 0 !important
}

.dropdown-menu-custom>li>a {
	white-space: normal !important
}

.navbar {
	border: 0 !important
}

#navbar-mobi {
	z-index: 999999;
	background: #33292f;
}

#navbar-mobi>#navbar {
	background: #ccc !important;
}

.nav>li>a {
	line-height: 35px;
	font-family: 'Roboto Condensed', sans-serif;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background: transparent;
	color: #e6b1c0;
	border-bottom: 0 !important;
	border-left: 0;
	border-right: 0;
}

.navbar-fixed-top {
	border-radius: 0 !important
}

@media (max-width: 767px) {
	.navbar-fixed-top>ul {
		padding-top: 50px;
		color: #fff
	}
}

.nav-custom>li>a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500
}

.glyph-bg {
	background: rgba(0, 0, 0, 0.52);
	height: 60px !important;
	width: 40px !important;
	padding: 13px 5px !important
}

.carousel-control-custom {
	width: 1.5% !important;
	z-index: 1000 !important
}

.carousel-indicators-custom {
	bottom: 35% !important;
	left: 14% !important;
	background: rgba(0, 0, 0, 0.35) !important;
	border-radius: 50px;
	height: 30px !important;
	padding: 6px 0 2px !important;
	width: 70px !important;
	margin-left: -8px !important
}

.carousel-indicators-custom .active {
	background-color: #be152b !important
}

.carousel-indicators-custom li {
	background-color: #fff !important;
	border: 2px solid #fff !important;
	width: 15px !important;
	height: 15px !important
}

.carousel-indicators-custom .active {
	width: 15px !important;
	height: 15px !important;
	margin: 1px !important;
	background-color: #fff
}

@media (min-width: 768px) {
	.navbar-wrapper .navbar {
		border-radius: 5px;
		padding: 0 22px
	}
}

.no-padding {
	padding: 0 !important
}

.no-margin-bottom {
	margin-bottom: 0 !important
}

@media screen and (min-width: 769px) {
	.top-title {
		font-family: 'Oswald', sans-serif;
		margin-top: 0 !important;
		margin-bottom: 30px;
		font-size: 2.5em;
		line-height: 1.2;
		text-transform: uppercase;
	}
}

@media screen and (min-width: 1200px) {
	.top-title {
		width: 40%;
	}
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
	.top-title {
		width: 80%;
	}
}

@media screen and (max-width: 767px) {
	.top-title {
		font-family: 'Roboto Condensed', sans-serif;
		margin-top: 40px !important;
		margin-bottom: 30px;
		font-size: 2em;
		font-weight: 500;
		text-transform: uppercase;
		padding: 0 15px;
	}
}

.right {
	float: right
}

@media screen and (min-width: 768px) {

	.carousel-control .glyphicon-menu-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}
}

@media screen and (min-width: 768px) {

	.carousel-control .glyphicon-menu-left,
	.carousel-control .glyphicon-menu-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}
}

.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next {
	right: 50%
}

.carousel-control .glyphicon-menu-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.p-b {
	padding-bottom: 10px;
	padding-left: 5px !important;
	padding-right: 5px !important
}

.p-b-last-child {
	padding-bottom: 0;
	padding-left: 5px !important;
	padding-right: 5px !important
}

.a-right {
	text-align: right
}

.top-p-fsize {
	font-size: 1.3em;
	margin: 0 0 25px
}

@media (min-width: 768px) {
	.navbar-wrapper .navbar {
		border-radius: 50 !important
	}
}

.carousel {
	margin-bottom: 0
}

.red-link {
	color: #c54422 !important;
	text-decoration: underline
}

.grey-bg {
	background: rgba(255, 255, 255, 0);
	margin-bottom: 2px;
	padding: 10px 0
}

.ag-icon {
	float: none;
	width: 65px !important;
	height: auto !important;
	margin: 0 auto
}

@media (min-width: 768px) {
	.title-text {
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 30px !important;
	}
}

@media (max-width: 768px) {
	.title-text {
		font-family: 'Roboto Condensed', sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		padding-bottom: 0;
		margin: 5px;
		font-size: 24px !important;
	}
}

.title-text-gallery {
	margin-bottom: 0 !important
}

.title-text-inner {
	font-family: 'Roboto ';
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2em;
	padding-bottom: 15px;
	margin-bottom: 0;
	margin-top: 5px
}

@media (min-width: 768px) {
	.m-t-10 {
		margin-top: 10%
	}
}

.p-5 {
	padding: 5px !important
}

.bg-light-grey {
	background: #f6f6f6;
	padding: 30px 0
}

.btn-black {
	background: #40373e !important;
	color: #fff !important;
	margin-top: -10px;
}

.btn-black:hover {
	background: #574854 !important;
}

.btn-hollow {
	color: #fff;
	background-color: #e17e9b00;
	border: 2px solid #ffffff;
	font-size: 0.6em;
}

.btn-hollow:hover {
	color: #3a3037;
	background-color: #e17e9b00;
	border: 2px solid #3a3037;
	font-size: 0.6em;
}

.btn-hollow-black {
	color: #3a3037;
	background-color: #e17e9b00;
	border: 2px solid #3a3037;
	font-size: 0.6em;
}

.btn-hollow-black:hover {
	color: #EF81A0;
	background-color: #e17e9b00;
	border: 2px solid #EF81A0;
	font-size: 0.6em;
}

.min-h-steps {
	min-height: 230px
}

.footer {
	width: 100%;
	background: #3a3037;
	/* background-image: url(img/top-menu.png); */
	background-repeat: repeat;
	border-top: 1px solid #52444e;
	/* box-shadow: inset 0 2px 12px rgba(0,0,0,0.18); */
	min-height: 129px;
	padding: 40px 0;
	margin-top: -1px;
}

.footer-copyright {
	width: 100%;
	background-color: #3a3037;
	/* background-image: url(img/top-menu.png); */
	background-repeat: repeat;
	min-height: 50px;
	color: #9a9a9a;
}

.copyright {
	color: #999;
	padding-top: 15px
}

.copyright a {
	color: #EF81A0
}

@media (max-width: 768px) {
	.navbar {
		margin-bottom: 0 !important;
	}

	.carousel-indicators-custom {
		bottom: 10% !important;
		left: 50% !important;
		margin-left: -35px !important
	}

	.top-phone {
		text-align: center
	}

	.a-right {
		text-align: center
	}

	.navbar-toggle {
		color: #fff !important
	}

	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 3px;
		border-radius: 2px;
		background: #fff
	}

	.marketing {
		margin-top: 60px
	}
}

.logo {
	float: none;
	margin: 0 auto
}

.top-text {
	position: absolute;
	right: 0;
	top: 69px;
	z-index: 10
}

a:focus,
a:hover {
	color: #f8aaaa;
	text-decoration: none;
}

.envira-gallery-wrap .envira-gallery-public {
	margin: 0 auto !important
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths,
.col-xs-two5ths,
.col-sm-two5ths,
.col-md-two5ths,
.col-lg-two5ths,
.col-xl-two5ths,
.col-xs-three5ths,
.col-sm-three5ths,
.col-md-three5ths,
.col-lg-three5ths,
.col-xl-three5ths,
.col-xs-four5ths,
.col-sm-four5ths,
.col-md-four5ths,
.col-lg-four5ths,
.col-xl-four5ths,
.col-xs-five5ths,
.col-sm-five5ths,
.col-md-five5ths,
.col-lg-five5ths,
.col-xl-five5ths,
{
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}

@media (min-width: 576px) {
	.col-sm-5ths {
		width: 20%;
		float: left
	}

	.col-sm-two5ths {
		width: 40%;
		float: left
	}

	.col-sm-three5ths {
		width: 60%;
		float: left
	}

	.col-sm-four5ths {
		width: 80%;
		float: left
	}
}

@media (min-width: 768px) {
	.col-md-5ths {
		width: 20%;
		float: left
	}

	.col-md-two5ths {
		width: 40%;
		float: left
	}

	.col-md-three5ths {
		width: 60%;
		float: left
	}

	.col-md-four5ths {
		width: 80%;
		float: left
	}
}

@media (min-width: 992px) {
	.col-lg-5ths {
		width: 20%;
		float: left
	}

	.col-lg-two5ths {
		width: 40%;
		float: left
	}

	.col-lg-three5ths {
		width: 60%;
		float: left
	}

	.col-lg-four5ths {
		width: 80%;
		float: left
	}
}

@media (min-width: 1200px) {
	.col-xl-5ths {
		width: 20%;
		float: left
	}

	.col-xl-two5ths {
		width: 40%;
		float: left
	}

	.col-xl-three5ths {
		width: 60%;
		float: left
	}

	.col-xl-four5ths {
		width: 80%;
		float: left
	}
}

.post-list>li {
	position: relative;
	margin-left: 20px
}

.post-list>li:before {
	content: "\f138";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #888;
	font-size: 10px;
	position: absolute;
	top: 3px;
	left: -15px
}

.post-title {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.7em
}

.post-title-more {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.3em
}

#print-nav a {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1em;
	padding: 5px 20px;
	color: #5d6a75
}

.img-crop {
	overflow: hidden
}

[class*=" imghvr-"] figcaption,
[class^=imghvr-] figcaption {
	background-color: #b24355 !important;
	padding: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff
}

.menu-toggle {
	font-family: 'Roboto', sans-serif !important;
	background: none;
	border: 0;
	margin-top: 2px;
	text-transform: uppercase
}

.menu-toggle-title {
	font-size: 1.9em;
	padding-left: 5px;
	font-weight: 700
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 15px 25px;
	margin-top: -18px !important;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #ffffff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 0;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#menu-menyu-kategorij {
	list-style-type: none;
	max-width: 1200px;
	margin: 0 auto;
	margin: 0;
	padding: 0
}

#menu-menyu-kategorij li a img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
	border-radius: 4px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.46)
}

@media (min-width: 991px) {
	#menu-menyu-kategorij li {
		display: inline-block;
		padding: 3px;
		width: 24.7%
	}
}

@media (max-width: 991px) {
	#menu-menyu-kategorij li {
		display: inline-block;
		padding: 3px;
		width: 24.1%
	}
}

@media (max-width: 768px) {
	#menu-menyu-kategorij li {
		display: inline-block;
		padding: 3px;
		width: 32.9%;
		overflow: hidden
	}
}

@media (min-width: 576px) {
	.my-new-sidebar {
		margin-bottom: 10px
	}
}

@media (max-width: 576px) {
	#menu-menyu-kategorij li {
		display: inline-block;
		padding: 3px;
		width: 49%;
		overflow: hidden
	}

	.my-new-sidebar {
		margin-top: 20px
	}
}

@media (min-width: 768px) {
	.galleryid-999 .gallery-item {
		float: left;
		margin-top: 10px;
		text-align: center;
		width: 25% !important;
		height: 150px !important;
		overflow: hidden;
		padding: 10px !important
	}
}

@media (max-width: 768px) {
	.galleryid-999 .gallery-item {
		float: left;
		margin-top: 0;
		text-align: center;
		width: 50% !important;
		height: 150px !important;
		overflow: hidden;
		padding: 5px !important
	}
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	width: 150px;
	height: 50px;
	text-align: center;
	margin-left: -75px;
	left: 50%;
	background: #666\9;
	color: #000 !important;
	background: rgba(80, 80, 80, 0)
}

.bx-wrapper .bx-caption a {
	color: #000 !important
}

.bx-wrapper .bx-caption span {
	color: #1f1f1f !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	display: block;
	font-size: 1em;
	padding: 10px
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 40px !important;
	padding: 0
}

.bx-wrapper .bx-controls {
	opacity: 1 !important;
	transition: 500ms;
	-webkit-transition: 500ms;
	-moz-transition: 500ms
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #b22222 !important
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc !important
}

.white-text-link {
	color: #fff
}

.white-text-link:hover {
	color: #b22222;
	text-decoration: none
}

#menu-futer1,
#menu-futer2 {
	list-style-type: none
}

#menu-futer1 a,
#menu-futer2 a {
	color: #fff
}

#menu-futer1 a:hover,
#menu-futer2 a:hover {
	color: #b22222;
	text-decoration: none
}

.dropdown-menu>li>a {
	padding: 8px 20px !important;
	border-bottom: 1px dashed #ccc !important
}

#menu-levoe-menyu {
	list-style-type: none;
	max-width: 1200px;
	margin-bottom: 0 !important;
	padding: 0
}

#menu-levoe-menyu li {
	margin-bottom: 3px
}

#menu-levoe-menyu li a img {
	border: none;
	vertical-align: middle;
	height: auto;
	margin-bottom: 0;
	border-radius: 4px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.56)
}

.breadcrumbs a {
	color: #8a8a8a;
	font-weight: 500;
	font-style: italic
}

.current {
	color: #555;
	font-weight: 500;
	font-style: italic
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #B22222;
	font-weight: 900;
	border: 2px solid #B22222 !important;
	background: #fff !important;
	padding: 8px 20px !important
}

.nav-pills>li>a,
.nav-pills>li>a:focus,
.nav-pills>li>a:hover {
	color: #999;
	font-weight: 900;
	border: 2px solid #999 !important;
	background: #fff !important;
	padding: 8px 20px !important
}

.nav-tabs {
	font-family: 'Oswald', sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.nav-tabs li a {
		font-family: 'Oswald', sans-serif;
		font-size: 1.1em;
		text-transform: uppercase;
		padding: 10px 40px;
	}
}

@media (max-width: 668px) {
	.nav-tabs li {
		font-family: 'Oswald', sans-serif;
		font-size: 1.1em;
		text-transform: uppercase;
		width: 100%;
	}
}

.strong-form input[type="text"],
.strong-form input[type="email"],
.strong-form input[type="url"],
.strong-form input[type="file"],
.strong-form select,
.strong-form textarea {
	box-sizing: border-box;
	display: block;
	border-radius: 5px !important;
	border: 1px solid #ddd !important;
	background: #fff !important;
	line-height: 2em !important;
	float: none;
	width: 100%
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border-bottom: 2px solid #f1f1f1 !important;
}

.nav-tabs>li>a:hover {
	margin-right: 2px;
	border: 1px solid transparent;
	background-color: #ebebeb !important;
	border-radius: 0 4px 4px 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	font-family: 'Oswald', sans-serif;
	color: #242424;
	font-weight: 900;
	cursor: default;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
}

.ninja-forms-req-symbol,
.nf-error-msg {
	color: #B22222 !important
}

.nf-error .ninja-forms-field {
	border: 1px solid #b22222
}

.clear {
	clear: both
}

.nf-field-container,
#ninja_forms_required_items {
	clear: none !important;
	position: relative;
	margin-bottom: 25px;
	min-height: 90px
}

.submit-container {
	clear: both !important;
	min-height: 20px !important;
	float: none
}

.nf-field-container,
#ninja_forms_required_items {
	clear: both;
	position: relative;
	margin-bottom: 10px !important
}

.strong-form .form-field {
	margin-bottom: .5em
}

.nf-before-form-content {
	margin-left: 15px;
	margin-bottom: 10px;
	color: #999;
	font-style: italic
}

.modal-header-top {
	background: #EF81A0;
	color: #fff;
	border-radius: 4px 4px 0 0
}

#wpmtst_submit_testimonial {
	background: #b22222;
	border: 0;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
	margin-top: 10px
}

#wpmtst_submit_testimonial:hover {
	background: #333;
	border: 0;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
	margin-top: 10px
}

#wpmtst-form {
	background: #fbfbfb;
	margin-top: 30px;
	border-radius: 5px
}

#nf-field-19-container {
	border-bottom: 1px dashed #ccc;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px !important
}

.form-h4-title {
	margin-top: 50px;
	margin-left: 15px
}

#nf-form-3-cont {
	background: #f5f5f5;
	padding: 20px;
	border-radius: 4px
}

.product-title {
	margin-top: 0;
	margin-bottom: 5px;
	line-height: .8em
}

.product-title-main {
	margin-top: 0;
	margin-bottom: 25px;
	line-height: .8em;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
	padding: 10px
}

.product-title-main a {
	font-size: .6em !important;
	color: #333 !important
}

.product-title-main a:hover {
	font-size: .6em !important;
	color: #b22222 !important;
	text-decoration: none
}

.product-title a {
	font-size: .7em !important;
	color: #b22222 !important
}

.product-title a:hover {
	font-size: .7em !important;
	color: #5a5a5a !important;
	text-decoration: none
}

.thumbnail-custom {
	display: block;
	padding: 0;
	margin-bottom: 10px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 0;
	max-height: 150px;
	overflow: hidden;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail-custom-main {
	display: block;
	padding: 0;
	margin-bottom: 0;
	line-height: 1.42857143;
	background-color: #fff;
	border: 2px solid #ddd;
	border-bottom: transparent;
	border-radius: 4px 4px 0 0;
	max-height: 150px;
	overflow: hidden;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail-custom-main img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%)
}

.thumbnail-custom-main img:hover {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all .5s ease
}

.product-cat-item {
	border-bottom: 1px dashed #ccc;
	padding-top: 10px
}

.thumbnail-custom img {
	width: 100% !important;
	height: auto !important;
	overflow: hidden
}

@media (max-width: 576px) {
	.thumbnail-custom {
		max-height: 200px
	}

	.row {
		margin-right: 0;
		margin-left: 0
	}
}

.field-client_name {
	width: 48%;
	float: left;
	margin-right: 2%
}

.field-email {
	width: 48%;
	float: left;
	margin-left: 2%
}

.galleryid-50 img {
	border: 0 !important;
	max-width: 70% !important;
	height: auto !important;
	margin-bottom: 20px !important
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #b34557;
	outline: 0
}

.bx-wrapper .bx-controls-direction a {
	z-index: 999
}

.aioseop_option_input {
	display: none !important
}

.info-page-border {
	margin-top: 15px;
	padding-top: 15px !important
}

.info-page-ul {
	background: #f5f5f5;
	padding: 15px;
	border-radius: 4px
}

.fscf-div-form {
	width: 100%;
	background: #f2f2f2;
	padding: 15px 30px;
	border-radius: 4px;
	color: #777
}

.fscf-div-left-box {
	float: left;
	width: 55%;
	max-width: 270px
}

.fscf-div-right-box {
	float: left;
	width: 235px
}

.fscf-div-clear {
	clear: both
}

.fscf-div-field-left {
	clear: left;
	float: left;
	width: 100%
}

.fscf-div-field-prefollow {
	clear: left;
	float: left;
	width: 99%;
	max-width: 250px;
	margin-right: 10px
}

.fscf-div-field-follow {
	float: left;
	padding-left: 10px;
	width: 99%;
	max-width: 250px
}

.fscf-div-label {
	text-align: left;
	padding-top: 5px
}

.fscf-div-field {
	text-align: left
}

.fscf-div-captcha-sm {
	width: 175px;
	height: 50px;
	padding-top: 2px
}

.fscf-div-captcha-m {
	width: 250px;
	height: 65px;
	padding-top: 10px
}

.fscf-image-captcha {
	border-style: none;
	margin: 0;
	border-radius: 4px;
	padding: 0;
	padding-right: 5px;
	float: left
}

.fscf-image-captcha-refresh {
	border-style: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom
}

.fscf-div-submit {
	text-align: center;
	clear: both;
	padding-top: 15px;
	margin-bottom: 10px
}

.fscf-fieldset {
	border: 1px solid #000;
	width: 99%;
	max-width: 550px;
	padding: 10px
}

.fscf-required-indicator {
	text-align: left;
	color: #b22222
}

.fscf-required-text {
	text-align: left;
	color: #bbb;
	font-style: italic
}

.fscf-hint-text {
	font-size: 14px;
	font-weight: 400
}

.fscf-div-error {
	text-align: left;
	color: #b22222
}

.fscf-div-redirecting {
	text-align: left
}

.fscf-fieldset-field {
	border: 1px solid #000;
	width: 97%;
	max-width: 500px;
	padding: 10px
}

.fscf-label {
	text-align: left
}

.fscf-option-label {
	display: inline
}

.fscf-input-text {
	text-align: left;
	margin: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.fscf-input-captcha {
	text-align: left;
	margin: 0;
	width: 100px;
	text-align: left;
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.fscf-input-textarea {
	text-align: left;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 150px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.fscf-input-select {
	text-align: left
}

.fscf-input-checkbox {
	width: 22px;
	height: 32px
}

.fscf-input-radio {
	width: 22px;
	height: 32px
}

.fscf-button-submit {
	cursor: pointer;
	margin: 0;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	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-color: #b22222;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 4px
}

.fscf-button-reset {
	cursor: pointer;
	margin: 0
}

.fscf-button-vcita {
	text-decoration: none;
	display: block;
	text-align: center;
	background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%);
	color: #fff !important;
	padding: 8px
}

.fscf-button-div-vcita {
	border-left: 1px dashed #ccc;
	margin-top: 25px;
	padding: 8px 20px
}

.fscf-powered-by {
	font-size: x-small;
	font-weight: 400;
	padding-top: 5px;
	text-align: center
}

::-webkit-input-placeholder {
	opacity: .6;
	color: #333
}

:-moz-placeholder {
	opacity: .6;
	color: #333
}

::-moz-placeholder {
	opacity: .6;
	color: #333
}

:-ms-input-placeholder {
	opacity: .6;
	color: #333
}

.workstage-icon {
	float: none;
	width: 85px !important;
	height: auto !important;
	margin: 0 auto;
	margin-bottom: 15px
}

@media (min-width: 768px) {
	.workstage-block:after {
		content: "\f138";
		font-family: FontAwesome;
		display: inline-block;
		color: #ccc;
		font-size: 2em;
		position: absolute;
		right: 0;
		top: 30px;
		padding-right: 3px;
		vertical-align: middle
	}
}

.envira-gallery-wrap .envira-gallery-public {
	margin: 0 auto !important
}

.accordion {
	width: 500px;
	margin: 0 auto
}

.accordion-toggle {
	cursor: pointer;
	margin: 0;
	position: relative
}

.accordion-toggle.active:after {
	content: "";
	position: absolute;
	right: 0;
	top: 17px;
	width: 0;
	height: 0;
	border-bottom: 5px solid red;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0)
}

.accordion-toggle:before {
	content: "";
	position: absolute;
	right: 0;
	top: 17px;
	width: 0;
	height: 0;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0)
}

.accordion-toggle.active:before {
	display: none
}

.accordion-content {
	display: none
}

.accordion-toggle.active {
	color: #b22222
}

.right-arrow {
	cursor: pointer;
	background: #999;
	padding: 1px 5px;
	border-radius: 50px;
	color: #f5f5f5;
	margin-top: -2px
}

.right-arrow:hover,
.right-arrow:focus,
.right-arrow:active {
	cursor: pointer;
	background: #b22222;
	padding: 1px 5px;
	border-radius: 50px;
	color: #f5f5f5;
	margin-top: -2px
}

.panel-group .panel+.panel {
	margin-top: 0 !important
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0 !important
}

.panel-heading {
	padding: 15px !important
}

.accordion-toggle:after {
	font-family: 'FontAwesome';
	content: "\f146";
	float: right;
	color: inherit
}

.panel-heading.collapsed .accordion-toggle:after {
	content: "\f0fe"
}

.panel-default>.panel-heading {
	color: #777;
	background-color: #f5f5f5;
	border-color: #ddd
}

.ya-share2__container_size_s .ya-share2__icon {
	background-color: #b22222 !important
}

#wptime-plugin-preloader {
	z-index: 1000001 !important
}

.ya-share2__container_size_s {
	margin-top: 4px
}

#menu-menyu-uslugi {
	list-style-type: none;
	max-width: 1200px;
	margin: 0 auto;
	margin: 0;
	padding: 0
}

#menu-menyu-uslugi li a img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	height: auto !important;
	padding: 0;
	margin-bottom: 0;
	border-radius: 4px;
	border: 4px solid #ccc
}

@media (max-width: 767px) {
	#top-nav-ul {
		margin-top: 0;
		background: #ef81a000;
	}
}

@media (min-width: 991px) {
	#menu-menyu-uslugi li {
		display: inline-block;
		padding: 3px;
		width: 32.333333333333%;
		text-align: center;
		font-weight: 900;
		text-transform: uppercase;
		font-size: 1.1em;
		line-height: 3em
	}
}

@media (max-width: 991px) {
	#menu-menyu-uslugi li {
		display: inline-block;
		padding: 3px;
		width: 32.333333333333%
	}
}

@media (max-width: 768px) {
	#menu-menyu-uslugi li {
		display: inline-block;
		padding: 3px;
		width: 49%;
		overflow: hidden
	}
}

.header-capition {
	height: auto;
	text-align: center
}

.tabs-left,
.tabs-right {
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 20px
}

.tabs-left {
	border-right: 1px solid #ddd
}

.tabs-right {
	border-left: 1px solid #ddd
}

.tabs-left>li,
.tabs-right>li {
	float: none;
	margin-bottom: 2px
}

.tabs-left>li {
	margin-right: -1px
}

.tabs-right>li {
	margin-left: -1px;
	color: #ff
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
	border-bottom-color: #ddd;
	border-right-color: transparent
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
	border-bottom: 1px solid #ddd;
	border-left-color: transparent;
	color: #EF81A0 !important
}

.tabs-left>li>a {
	border-radius: 4px 0 0 4px;
	margin-right: 0;
	display: block
}

.tabs-right>li>a {
	border-radius: 0 4px 4px 0;
	margin-right: 0
}

.sideways {
	margin-top: 50px;
	border: none;
	position: relative
}

.sideways>li {
	height: 20px;
	width: 120px;
	margin-bottom: 100px
}

.sideways>li>a {
	border-bottom: 1px solid #ddd;
	border-right-color: transparent;
	text-align: center;
	border-radius: 4px 4px 0 0
}

.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
	border-bottom-color: transparent;
	border-right-color: #ddd;
	border-left-color: #ddd
}

.sideways.tabs-left {
	left: -50px
}

.sideways.tabs-right {
	right: -50px
}

.sideways.tabs-right>li {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sideways.tabs-left>li {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

@media (min-width: 768px) {
	#company {
		background-image: url(img/green-bg.jpg);
		background-size: cover;
		background-position: center center;
		background-color: #231f20;
		padding: 50px 15px;
		margin-top: 20px;
		margin-bottom: 30px
	}
}

@media (max-width: 768px) {
	#company {
		background-color: #535353;
		background-image: radial-gradient(#5f5c5c 5px, transparent 5px);
		background-size: 30px 30px;
		padding: 20px 15px 50px;
		margin-top: 20px;
		margin-bottom: 30px
	}
}

@media (max-width: 768px) {
	.avantage img {
		max-width: 100%;
		height: 50px;
		width: auto;
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {

	.equal,
	.equal>div[class*='col-'] {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex: 1 0 auto
	}
}

.post-anons {
	border-top: 1.5px dotted #c7c6c6;
	padding: 25px 0;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none
}

.carousel-control.left {
	left: 10px;
	right: auto;
	background-image: none;
}


.carousel-caption {
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 60px;
	font-weight: bold;
}

.carousel-caption span {
	color: #ff99cc;
}

@media (min-width: 767px) {
	.carousel-caption {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 10;
		top: 50%;
		transform: translateY(-30%);
		color: #fff;
		text-align: left;
		width: 80%;
		max-width: 1170px;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 992px) {
	.carousel-caption {
		font-size: 40px;
		line-height: 50px;

	}
}

@media (max-width: 767px) {

	/*.carousel-caption {
		position:absolute;
		right:0;
		left: 0;
		bottom: 0;
		font-size:.7em;
		top: 50%;
		transform: translateY(-60%);
		z-index:10;color:#fff;
		text-align:center;
		text-shadow:none;
	}*/
	.carousel-caption {
		font-size: 20px;
		line-height: 28px;
		transform: translateY(-40%);
		position: absolute;
		right: 0;
		left: 0;
		bottom: auto;
		top: 50%;
	}
}



.carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 0;
	background-color: #fff
}

.carousel-control:focus,
.carousel-control:hover {
	color: #EF81A0;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #EF81A0
}

#materialslider {
	box-shadow: none
}

aterialthumb a.thumbnail.active,
#materialthumb a.thumbnail:focus,
#materialthumb a.thumbnail:hover {
	opacity: .9;
}

.dark-bg {
	background: #000
}

.pink-bg {
	background-color: #e17e9b !important;
	background-image: url(img/candy-bg.png);
	padding: 20px 0 35px 0;
}

.white-bg {
	background: #d7d8d9;
	padding-top: 4px;
}

.envira-gallery-wrap .envira-gallery-public .envira-gallery-item img {
	float: none;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%
}

.black-bg {
	background: #3a3037;
	background-image: url(img/reveiw-bg.jpg);
	background-size: cover;
	background-position: center center;
	padding-top: 4px;
	color: #fff;
	filter: grayscale(40%);
	-webkit-filter: grayscale(40%);
	-moz-filter: grayscale(40%);
	-ms-filter: grayscale(40%);
	-o-filter: grayscale(40%);
	filter: url(desaturate.svg#greyscale);
	filter: gray;
	-webkit-filter: grayscale(0.4);
}

.envira-gallery-wrap {
	width: 100%;
	margin: 0 auto !important
}

.card-body-portfolio {
	padding: 10px 5px 0;
	background: #fff
}

.footer-title {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	color: #ededee;
	margin-bottom: 30px;
}

.ya-share2__badge {
	background: #050000 !important;
}

.text-white a {
	color: #fff;
}

.badge-blog {
	display: inline-block;
	min-width: 10px;
	padding: 4px 12px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #a9a9a9;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid #a9a9a9;
	border-radius: 12px;
	margin-bottom: 5px;
}

.footer-text {
	color: #d3d4d6;
	font-size: 1.2em;
	padding: 0 10px;
}

.footer-text>span {
	padding: 10px;
}

div.wpcf7 .screen-reader-response {
	position: relative !important;
	overflow: hidden;
	clip: auto;
	height: auto;
	width: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	color: #EF81A0;
	font-style: italic
}

label {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

/*Inner pages */

article h1 {
	text-transform: uppercase;
}

.post-banner {
	position: relative;
	min-height: 400px;
	padding-top: 200px;
	padding-bottom: 50px;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	overflow: hidden;
}

@media (max-width: 560px) {
	.post-banner {
		position: relative;
		min-height: 200px;
		padding-top: 100px;
		padding-bottom: 50px;
		background-size: cover;
		background-position: center center;
		background-attachment: fixed;
		overflow: hidden;
	}
}

.post-banner h1,
h3,
p,
button {
	position: relative;
	z-index: 2;
}

.post-banner p {
	font-size: 1em;
	background-color: #EF81A0;
}

article h4 {
	margin-top: 30px;
	font-size: 1.4em;
	text-transform: uppercase;
}

article ul {
	margin-top: 10px;
}

.post-title-article-home {
	margin-top: 0;
	font-size: 1.8em;
}

@media (max-width: 560px) {
	.post-title-article-home {
		margin-top: 15px;
		font-size: 1.8em;
	}

	.btn-black {
		margin-top: 0px;
	}
}

.overlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	background: #000;
	opacity: .4;
	z-index: 1;
}

/*----------------------------------------------------------------------------------------
                        TYPES BLOCK BEGIN
----------------------------------------------------------------------------------------*/

.types-block {
	padding: 0;
}

.types-block .row>div {
	min-height: 300px;
	position: relative;
}

.types-block .content {
	margin: 0 40px 70px 40px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.types-block .content h3 {
	font-size: 2em;
	color: #fff;
}

.types-block .content h3:hover {
	color: #ef81a0;
}

.types-block .content p {
	margin: 0;
}

@media (max-width: 992px) {
	.types-block .row>div {
		min-height: 0px;
		padding: 100px 50px 50px 50px !important;
	}

	.types-block .content {
		position: relative;
		margin: 0;
		left: auto;
		bottom: auto;
	}
}

.mCSB_container table tr td:first-child+td {
	font-weight: 900;
	text-align: right;
}

.mCSB_container .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-bottom: 2px dashed #ddd;
	border-top: 0;
}

.mCSB_container .table>tbody>tr>td:first-child {
	padding-left: 10px
}

.mCSB_container .table>tbody>tr>td:first-child:before {
	content: "\f046";
	font-family: FontAwesome;
	position: relative;
	top: 2px;
	left: -5px;
}

.footer-text .textwidget {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.editContent {
		padding: 0 25px;
	}
}


/*Pagination
========================*/

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #3a3037;
	border-color: #3a3037;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #3a3037;
	text-decoration: none;
	background-color: #f1f1f1;
	border: 1px solid #3a3037;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #f1f1f1;
	background-color: #9a8d96;
	border-color: #9a8d96;
}

.testimonial_rotator_prev,
.testimonial_rotator_next {
	font-size: 20px;
	line-height: 20px;
	color: #666;
	color: rgb(225, 126, 155) !important;
	cursor: pointer;
	position: absolute;
	top: 35%;
	z-index: 8888;
	transition: all 0.35s;
}

blockquote {
	padding: 10px 15px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #ef81a0;
	color: #ef81a0;
	font-style: italic;
}

.testimonial_rotator_wrap.with-prevnext {
	padding: 10px 30px;
}

.post-title-article-home {
	font-size: 1.5em !important;
	color: #3a3037;
	font-weight: 500;
}