.desktop {
	display: block;
}
.mobile {
	display: none;
}

.mainhomeslider .nectar-slider-wrap .image-bg {
}

.mainhomeslider .nectar-slider-wrap .container {
	position: absolute;
	top: 0;
	left: 0;
	width: 35% !important;
	height: 100%;
	text-align: center;

}

.mainhomeslider .nectar-slider-wrap .container .content {
}

.mainhomeslider .nectar-slider-wrap .container .content h2 {
	line-height: 75px;
	margin-top: 35px;
}

.nectar-slider-wrap .container .button .plus_x {
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	vertical-align: middle;
	transition: .5s ease-in-out;
}
.nectar-slider-wrap .container .button .plus_x.rotate {
	transform: rotate(45deg);
	transition: .5s ease-in-out;
}

.nectar-slider-wrap .swiper-slide .content p, 
.nectar-slider-wrap .swiper-slide .content h2, 
.nectar-slider-wrap .swiper-slide .content .buttons {
	opacity: 1;
}

.box_slide {
	position: absolute;
	top: 0;
	right: 67%;
	background: #f1f1f1;
	z-index: 99;
	width: 67%;
	height: 100%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	transition: .5s ease-in-out;
}
.box_slide.open {
	right: 0;
	transition: .5s ease-in-out;
}

.box_slide .minimal-form-input {
	display: inline-block;
	width: 250px !important;
}
.box_slide .minimal-form-input input {
	background: #ffffff;
}

body[data-form-submit="regular"] .box_slide input[type=submit] {
	background: #00aeef !important;
	color: #ffffff;
	font-weight: bold;
}

.box_slide .fa-share-alt {
	margin-top: 2em;
}

.box_slide ul {
	margin: 0;
	padding: 0;
	margin-bottom: 2em;
}

.box_slide li {
	margin: 0 2px;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

.box_slide li a {
	display: block;
	width: 40px;
	height: 40px;
	background: #00aeef;
}
.box_slide li a i {
	color: #ffffff;
	font-size: 24px;
	top: 3px;
	left: 3px;
}

.box_slide p {
	width: 60%;
	max-width: 600px;
	text-align: center;
}

.box_slide.mobile {
	display: none;
}

.box_base {
	position: absolute !important;
	top: -460px;
	display: none !important;
}

.secondslider .swiper-slide .content p, .secondslider .swiper-slide .content .buttons, .swiper-slide .content .buttons,  .swiper-slide .content p
{padding-top: 20px; font-weight: 600;}

.secondslider .swiper-slide .button a,  .swiper-slide .button a
{font-size: 15px;}

@media only screen and (min-width: 1000px)
{
body .swiper-slide .container .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
width: 35%!important;
padding: 0!important;
}
}

@media only screen and (max-width: 1000px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.swiper-slide {
	}
	.nectar-slider-wrap .image-bg {
		width: 100% !important;
		left: unset !important;
		right: 0 !important;
	}

	.nectar-slider-wrap .container {
		display: block;
		height: 40%;
		left: 10%;
		width: 80% !important;
		top: 5%;
	}
	
	
.nectar-slider-wrap .container .content {
	top: 0px !important;
	width: 100%;
	background: transparent;
	height: 100%;
}

.nectar-slider-wrap .slidefix .container .content h2, .nectar-slider-wrap .swiper-slide.slidefix .content h2, #boxed .swiper-slide .content h2 {
	font-size: 30px !important;
	line-height: 40px;
}

	.nectar-slider-wrap .container .buttons {
		display: block;
	}
	
	.nectar-slider-wrap .swiper-slide .content .buttons
	{opacity: 1;}
	
	.swiper-container .slider-prev, .swiper-container .slider-next, .nectar-slider-wrap .swiper-container .slider-next.next-arrow-move
{
	display: none !important;
}


	.box_slide.mobile {
		display: flex;
		position: static;
		width: 100%;
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.box_slide.mobile h1 {
		text-align: center;
		margin-bottom: 1em;
	}
}
#header-outer.small-nav #logo img {
	height:100px!important
}
