html {
	width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}
body {
	font: 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #aeaeae;
	position: relative;
	min-width: 960px;

}

address {
	font-style: normal;
}
p {
	margin-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:  'Changa One', cursive;
	color: #4a2849;
	font-weight: normal;
}

h2 {
	font-size: 60px;
	line-height: 45px;
	margin-bottom: 15px;
}

h3 {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 36px;
}

h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 17px;
	font: 800 16px/18px 'Open Sans', sans-serif;
}

img {
	max-width: 100%;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list  li {
	font-size: 13px;
	color: #4a2849;
	background: url(../images/marker.png) 0 7px no-repeat;
	padding-left: 14px;

}

ul.list.l1 {
	margin-top: -3px;
}

ul.list.l2 {
	margin-top: -1px;
	margin-bottom: 19px;
}

ul.list  li a:hover {
	color: #a0a0a0;
}

ul.list  li+li {
	margin-top: 6px;
}

ul.list1 {
	padding-bottom: 12px;
	padding-top: 14px;
	background: #fff;
	border: 1px solid #bfbfbf;
	margin-top: 15px;
}

ul.list1:not(.list-execlude) {
	margin-top: 54px;

}

ul.list1 li {
	font: 800 16px/18px 'Open Sans', sans-serif; 

}

ul.list1 a {
	color: #4a2849;
	display: block;
	background: #fff;
	text-transform: uppercase;
	padding: 9px 0px 9px 21px;
		background: url(../images/marker1.png) -9px 14px no-repeat;

}

ul.list1 a:hover {
	color: #fff;
	background-position: 8px 14px;
	background-color: #eb6b56;
}

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
a:hover {
	color: #4a2849;
}

a.button {
	background: #fff;
	margin-top: 12px;
	color: #4a2849;
	border: 1px solid #c1c1c1;
	display: block;
	font: 800 16px/18px 'Open Sans', sans-serif;
	text-transform: uppercase;
	padding: 9px 18px 12px;
	margin-bottom: 8px;
}

a.button.b1 {
	color: #b05f6d;
}

a.button.b2 {
	color: #eb6b56;
}

a.button:hover {
	color: #aeaeae;
}

.pricing a.btn {
	margin-top: -4px;
}

.btn {
	display: inline-block;
	font: normal 12px/18px 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: underline;
	color: #4a2849;
}

button.btn {
	background: none;
	box-shadow: none;
	border: none;
}

a.btn:hover, a.link-1:hover {
	color: #a0a0a0;	
}

a.link-1 {
	color: #eb6b56;
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}
.img_inner {
	max-width: 100%;
	margin-top: 4px;
	margin-bottom: 22px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	object-fit: cover;
	object-position: top center;
}

.img_inner.i1 {
	margin-top: 5px;
	margin-bottom: 20px;
}
.fleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 0 !important;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}
.rel {
	position: relative;
	height: 288px;
}
.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.col1 {
	color: #4a2849;
}

/*header*/


.body_img {
	height: 9px;
	width: 100%;
	display: block;
	pointer-events: none;
}
header {
	display: block;
	position: relative;
	z-index: 999;
	padding-bottom: 24px;
	padding-top: 37px;
}

header.bg-cover:not([style*="background-image"]) {
	background-image: url(../images/bg_header.png);
	background-repeat: repeat;
	background-position: 0 0;
	-webkit-background-size: unset;
	background-size: unset;
}


.page1 header  {
	padding-bottom: 0;
}

header h1 {
	z-index: 910;
	float: left;
}
header h1 a {
	display: block;
	overflow: hidden;
	width: 162px;
	height: 48px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

.banners {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 53px;

}

.banner {
	color: #b18ca2;
	float: left;
	position: absolute;
	width: 233px;
	bottom: 0;left: 0;
	cursor: pointer;
	background: #5b2e3f;
}

.banner  p {
	overflow: hidden;
	max-height: 0;
	margin-bottom: 0;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 0px 32px 0px;
	
}

.ban_title {
	font: 16px/20px 'Open Sans', sans-serif;
	text-transform: uppercase;
	 color: #fff;
	 overflow: hidden;
	 padding: 13px 14px 10px;
	 padding-left: 14px;
	 background: #4c2634;
}

.banner+.banner {
	background: #9d5561;
	left: 233px;
	color: #d08b97;
}

.banner:hover p{
	max-height: 1000px;
	padding: 15px 32px 37px;
}

[data-x-mode="true"] .banner p {
	max-height: 1000px;
	padding: 15px 32px 37px;
}

.banner:hover p a:hover {
	color: #fff;
}

.banner+.banner .ban_title {
	background: #8b4b56;
}

.banner+.banner+.banner {
	left: 466px;
	color: #fb9888;
	background: #d4614e;
}

.banner+.banner+.banner .ban_title {
	background: #c05847;
}

.icon {
	float: left;
	width: 62px;
	height: 63px;
}

.icon.ic1 {
	background: url(../images/icon1.png) center center no-repeat #673653;
}
.icon.ic2 {
	background: url(../images/icon2.png) center center no-repeat #9d5561;
}
.icon.ic3 {
	background: url(../images/icon3.png) center center no-repeat #d4614e;
}

.h_phone {
	position: absolute;
	right: 0px;
	padding-left: 20px;
	padding-top: 13px;
	width: 220px;
	height: 50px;
	background: #fff;
	font: 16px/16px 'Changa One', cursive;
	color: #eb6b56;
	bottom: 0;
}

.h_phone span {
	padding-top: 5px;
	letter-spacing: 1px;
	word-spacing: 2px;
	display: block;
	font-size: 24px;
}

.autor {
	position: absolute;
	top: 0;
	right: 0;
}

.autor a {
	display: block;
	letter-spacing: 2px;
	float: left;
	font: 11px/14px 'Open Sans', sans-serif;
	color: #fff;
	min-width: 65px;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 32px 16px;
	background: #eb6b56;

	border-bottom: 5px solid #dd624f;
}

.autor a+a {
	background: #ffc153;
	border-bottom-color: #e3ab4a;
}

.autor a+a+a {
	background: #47b39d;
	border-bottom-color: #40a18e;
}

.autor a:hover {
	margin-top: -9px;
	padding-bottom: 20px;
	padding-top: 25px;
}

/**Content**/



.page h3 {
	letter-spacing: 1px;
	margin-bottom: 19px;

}

.page h3:not(.heading-execlude) {
	padding-top: 45px;
}

.page .pr h3 {
	margin-bottom: 18px;
}

.page h3.head1 {
	margin-top: 5px;
	margin-bottom: 18px;
}

.page h3.head2 {
	padding-top: 51px;
	line-height: 24px;
	margin-bottom: 25px;
}



.page h3.page1{
	font-size: 36px;
	letter-spacing: 1px;
	padding-top: 8px;
	margin-bottom: 24px;
}

.support {
	font: 800 16px/18px 'Open Sans', sans-serif;
	color: #4a2849;
	padding-top: 11px;
	text-transform: uppercase;
}

.support span {
	margin-bottom: 7px;
	display: block;
	font-size: 30px;
}

.pricing .price_title {
	font: 800 16px/20px 'Open Sans', sans-serif;
	color: #eb6b56;
	padding-top: 10px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.pricing .price_title span {
	padding-top: 7px;
	display: block;
	font-size: 24px;
	text-transform: none;
	font-weight: bold;
}

.price {
	display: block;

	padding: 10px 0px 15px 7px;
	font: bold 36px/25px 'Open Sans', sans-serif;
	color: #fff;
	margin-right: 24px;
	margin-bottom: 20px;
	background: #eb6b56;
}

.price span {
	font-size: 24px;
	position: relative;
	left: 2px;
	top: 5px;
}

.pricing p {
	color: #eb6b56;
	padding-right: 14px;
}




.pricing .per {
	font: 800 14px/18px 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #eb6b56;
	margin-bottom: 9px;
}

.pricing .upp {
	margin-bottom: 13px;
	line-height: 16px;
}


.pricing.pr2 .price_title, .pricing.pr2 .per, .pricing.pr2 p {
	 color: #e69c19;
}

.pricing.pr2 .price {
	background: #e69c19;
}

.pricing.pr3 .price_title, .pricing.pr3 .per, .pricing.pr3 p {
	 color: #47b39d;
}

.pricing.pr3 .price {
	background: #47b39d;
}

.text1 {
	text-transform: uppercase;
	line-height: 16px;
	color: #bb7480;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
}

blockquote {

	padding-left: 14px;
	background: url(../images/quotes.png) 0 4px no-repeat;
}

blockquote p {
	text-transform: uppercase;
	padding-top: 23px;
	margin-bottom: 14px;
	letter-spacing: 1px;
	font: 12px/16px 'Open Sans', sans-serif;
}

.text2 {
	color: #4a2849;
	font:  16px/18px 'Changa One', cursive;
	text-transform: uppercase;
}

.car_div {
	margin: 0 -10px;
}

.carousel1 {
	cursor: default !important;
}

.carousel1 .owl-nav {
	position: absolute;
	top: -16px;
	right: 0;
}

@media only screen and (min-width: 480px) {
	.carousel1 .owl-nav {
		top: -45px;
		right: 10px;
	}
}


* + .carousel1 {
	margin-top: 20px;
}

.carousel1 li {
	float: left;
	margin: 0 10px;
}


.prev {
	display: inline-block;
	background: url(../images/prevnext1.png) 0 0 no-repeat;
	width: 31px;
	height: 31px;
transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}


.next {
	display: inline-block;
	background: url(../images/prevnext1.png) right bottom no-repeat;
	width: 31px;
	height: 31px;
	z-index: 999;
transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}


.prev:hover {
	background-position: 0 bottom;
	cursor: pointer;
}

.next:hover {
	background-position: right 0; 
	cursor: pointer;
}


.icns img {
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}

.icns span {
	letter-spacing: 1px;
	display: block;
	font: 800 14px/18px 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #eb6b56;
	margin-bottom: 5px;
}

.icns .clear {
	height: 29px;
}
/**Map**/

.map {
	margin-bottom: 0 !important;
	padding-top: 4px;
}
.map>p {
	margin-bottom: 18px;
	padding-right: 10px;
}
.map figure {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 22px;
}
.map figure iframe {
	width: 100%;
	height: 338px;
	max-width: 100%;
}
.map address {
	display: block;
	padding-top: 3px;
}

.map address dd span {
	min-width: 75px;
	display: inline-block;
	text-align: left;
}
/**Footer**/

footer {
	display: block;
	padding: 34px 0 40px;
}

footer.bg-cover:not([style*="background-image"]) {
	background-image: url(../images/bg_body.png);
	background-repeat: repeat;
	background-position: 0 0;
	-webkit-background-size: unset;
	background-size: unset;
}

.foot_top {
	padding: 52px 0 53px;
}

.foot_top.bg-cover:not([style*="background-image"]) {
	background-image: url(../images/foot_top.png);
	background-repeat: repeat;
	background-position: 0 0;
	-webkit-background-size: unset;
	background-size: unset;
}

.footer_logo {
	float: left;
	margin-right: 11px;
	margin-top: -4px;
}

.copy {
	font: 800 11px/13px 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 11px;
}

/**To Top**/

.ui-to-top {
	display: inline-block;
	text-decoration: none;
	position: fixed;
	bottom: 140px;
	left: 51%;
	margin-left: 500px;
	overflow: hidden;
	width: 25px;
	height: 15px;
	border: none;
	text-indent: -999px;
	z-index: 20;
	background: url(../images/totop.png) no-repeat left 0;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
	opacity: 0;
}

.ui-to-top.active {
	opacity: 1;
}

.ui-to-top:hover {
	outline: none;
	background-position: right 0;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}


.icns img {
	margin-bottom: 10px;
}

 .nowrap {
 white-space: normal;
}
 .map address {
 float: left;
 margin-right: 50px;
}

 .map address+address {
 	margin-top: 0;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}


.banner {
	width: 176px;
}

.banner+.banner {
	left: 176px;
}

.banner+.banner+.banner {
	left: 352px;
}

a.button {
	font-size: 12px;
}

.page.page1 {
	padding-top: 185px;
}

.pricing .price_title {
	font-size: 14px;
}

.h_phone {
	width: 200px;
}

.price {
	margin-right: 0;
}

.h_phone span {
	font-size: 20px;
}

.ban_title {
	font-size: 12px;
}

.caption {
	top: 80px !important;
}

}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

.foot_top .maxheight3 {
	width: 50% !important;
	
}


.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

header {
        position: relative;
        padding-bottom: 0;
    }
    
    .page1 header {
        padding-bottom: 80px;
    }
 header h1 {
 float: none;
}
 header h1 a {
 height: auto;
 margin: 0 auto !important;
 text-align: right;
}
 header h1 a img {
 margin: 0 auto;
}

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}

 .map address+address {
 	margin-left: 20px;
 }
 .page .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}


 .img_inner {
 margin-top: 20px;
}

.banners {
	position: relative;
}

.banner {
	position: static;
	word-spacing: auto;
	float: none;
	width: auto;
}

.autor a {
	min-width: 5px;
}

.camera_prev, .camera_next {
	bottom: 0 !important;
	top: auto !important;
}

.caption {
	display: none !important;
}

.slider_wrapper {
	position: relative !important;
	left: 0 !important;
	right: 0 !important;
}


.rel {
	height: auto ;
}

.price_title {
	padding-top: 40px !important;
}

a.button {
	font-size: 20px;
}
.h_phone {
	position: static;
	width: auto;
}

.page.page1 {
	padding-top: 130px ;
}

.icns img {
	margin-bottom: 10px;
}

.icns .clear {
	height: 0px;
	padding-bottom: 0 !important;
}

.icns>div {
	padding-bottom: 20px;
}

}
@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

.autor a {
	padding-left: 15px;
	padding-right: 15px;
}

 .map address {
 	float: none;
 }

 .map address+address {
 	margin-left: 0px;
 	margin-top: 20px;
 }

 .map figure iframe {
 width: 100%;
 height: 200px;
}

}

/*
*
* Owl Carousel
*/
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
	content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-nav.disabled {
	display: none !important;
}




/*
 * Owl Pagination
 */
.owl-dots {
	text-align: center;
	margin-top: 10px;
}

.owl-dots.disabled {
	display: none !important;
}

.owl-dot {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #cccccc;
	border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	transition: .2s;
}

.owl-dot:only-child {
	display: none;
}

.owl-dot:hover, .owl-dot:focus {
	background-color: #cccccc;
}

.owl-dot.active {
	background-color: #cccccc;
}

.owl-carousel.owl-carousel-light-dots .owl-dot {
	border-color: #ffffff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot:hover, .owl-carousel.owl-carousel-light-dots .owl-dot:focus {
	background-color: #ffffff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot.active {
	background-color: #ffffff;
}


/*
* Form styles
*/
.rd-form {
	position: relative;
	text-align: left;
}

.rd-form .button {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 50px;
}

* + .rd-form {
	margin-top: 20px;
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
	color: #000000 !important;
}

.form-wrap {
	position: relative;
}

.form-wrap.has-error .form-input {
	border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
	border-color: #b6c062;
}

.form-wrap + * {
	margin-top: 20px;
}

.form-input {
	display: block;
	width: 87%;
	padding: 6px 19px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #aeaeae;
	border: 1px solid #c0c0bf;
	background-color: #ffffff;
	background-image: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
}

[data-x-mode="true"] .form-input {
	width: 100%;
}

.form-input:focus {
	outline: 0;
}

textarea.form-input {
	height: 371px;
	min-height: 50px;
	max-height: 450px;
	resize: vertical;
}

.form-label,
.form-label-outside {
	margin-bottom: 0;
	color: #9b9b9b;
	font-weight: 400;
}

.form-label {
	position: absolute;
	top: 19px;
	left: 0;
	padding-left: 19px;
	padding-right: 19px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	pointer-events: none;
	text-align: left;
	z-index: 9;
	transition: .25s;
	will-change: transform;
	transform: translateY(-50%);
}

.form-label.focus {
	opacity: 0;
}

.form-label.auto-fill {
	color: #b7b7b7;
}

.form-label-outside {
	width: 100%;
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	.form-label-outside {
		position: static;
	}
	.form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
		transform: none;
	}
}

[data-x-mode='true'] .form-label {
	pointer-events: auto;
}

.form-validation {
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 11;
	margin-top: 2px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
	transition: .3s;
}

.form-validation-left .form-validation {
	top: 100%;
	right: auto;
	left: 0;
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	z-index: 2000;
	visibility: hidden;
	transform: translate3d(-500px, 0, 0);
	transition: .3s all ease;
}

#form-output-global.active {
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
	#form-output-global {
		left: 30px;
	}
}

.form-output {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.form-output.active {
	opacity: 1;
	visibility: visible;
}

.form-output.error {
	color: #f5543f;
}

.form-output.success {
	color: #98bf44;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
	opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	outline: none;
	cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	background: #ffffff;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	position: absolute;
	opacity: 0;
	transition: .22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
	outline: none;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	clip-path: inset(50%);
	border: 0;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
	opacity: 1;
}

.radio,
.radio-inline {
	padding-left: 28px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #b7b7b7;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
	content: '';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #2c343b;
	border-radius: inherit;
}

.checkbox,
.checkbox-inline {
	padding-left: 28px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	left: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #b7b7b7;
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	content: '\f222';
	font-family: "Material Design Icons";
	position: absolute;
	top: -1px;
	left: -2px;
	font-size: 20px;
	line-height: 18px;
	color: #cccccc;
}

.toggle-custom {
	padding-left: 60px;
	-webkit-appearance: none;
}

.toggle-custom:checked ~ .checkbox-custom-dummy::after {
	background: #b6c062;
	transform: translate(20px, -50%);
}

.toggle-custom ~ .checkbox-custom-dummy {
	position: relative;
	display: inline-block;
	margin-top: -1px;
	width: 44px;
	height: 20px;
	background: #f5f5f5;
	cursor: pointer;
}

.toggle-custom ~ .checkbox-custom-dummy::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	background: #b7b7b7;
	transform: translate(4px, -50%);
	opacity: 1;
	transition: .22s;
}

.rd-form-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: center;
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -4px;
	margin-right: -4px;
}

.rd-form-inline > * {
	margin-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
}

.rd-form-inline > * {
	margin-top: 0;
}

.rd-form-inline .form-wrap {
	flex-grow: 1;
	min-width: 185px;
}

.rd-form-inline .form-wrap-select {
	text-align: left;
}

.rd-form-inline .form-button {
	flex-shrink: 0;
	max-width: calc(100% - 10px);
	min-height: 50px;
}

.rd-form-inline .form-button .button {
	min-height: inherit;
}

@media (min-width: 576px) {
	.rd-form-inline .button {
		display: block;
	}
}

.rd-form-inline.rd-form-inline-centered {
	justify-content: center;
}

.form-sm .form-input,
.form-sm .button {
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 40px;
}

.form-sm .form-validation {
	top: -16px;
}

.form-sm .form-label {
	top: 20px;
}

.form-sm * + .button {
	margin-top: 10px;
}

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
	padding-top: 17px;
	padding-bottom: 17px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	min-height: 58px;
}

.form-lg .form-button {
	min-height: 60px;
}

.form-lg .form-label {
	top: 30px;
}

/*
* Snackbars
*/
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: left;
	background-color: #151515;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.snackbars .icon-xxs {
	font-size: 18px;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}

.snackbars-right:hover {
	text-decoration: underline;
}

@media (min-width: 576px) {
	.snackbars {
		max-width: 540px;
		padding: 12px 15px;
		font-size: 15px;
	}
}

/*
Builder Styles Here
 */

.dropdown-toggle {
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	display: none;
}

.dropdown-toggle:before  {
	content: '\f107';
	font-family: FontAwesome;
}

[data-x-mode="true"]  .dropdown-toggle {
	display: block;
}

[data-x-mode="true"] .sf-menu>li>ul>li>ul {
	top: 78px;
}

.section-md {
	padding: 47px 0;
}

.section-md.bg-cover:not([style*="background-image"]) {
	background-image: url(../images/cont_bg.png);
	background-repeat: repeat;
	background-position: 0 0;
	-webkit-background-size: unset;
	background-size: unset;
}

.header-slider + .section-md {
	padding-top: 285px;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.container-20 {
	margin-bottom: -20px;
}

.container-20 > *:not(.clear) {
	margin-bottom: 20px;
}

.container-29 {
	margin-bottom: -29px;
}

.container-29 > *:not(.clear) {
	margin-bottom: 29px;
}

.page .btns {
	padding-top: 0;
}

.btns > * {
	vertical-align: middle;
	display: inline-block;

}