/*Bootstrap 4 CSS
------------------*/
@import url('main.css');


/* CUSTOM CSS 
------------------*/
#magintro{
	overflow: hidden;
	position: relative;
}
#magintro .mag-intro-bg:before{
	background: url(../img/mag/intro-bannerimg.png) no-repeat bottom right;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	display:block;
}
#magintro .container-box{
	background-color:rgba(255,255,255,0.9);
	border-radius: 1.625rem;
	padding-left:1.25rem;
	padding-right:1.25rem;
}



/*Info---------------------------*/
.info-box{
	margin-bottom: 1.875rem;
}

.info-box-right h4{
	padding-right: 5.3125rem;
	margin: 10px 0px 0px;
}
.info-box-right p{
	padding-right: 5.3125rem;
	margin: 0rem;
}
.info-box-left h4{
	padding-left: 5.3125rem;
	margin: 0.625rem 0 0;
}
.info-box-left p{
	padding-left: 5.3125rem;
	/*padding-top: 10px;*/
	margin: 0rem;
}

.info-ball{
	border-radius: 50%;
	display: inline-block;
	border: 2px solid #f0b323;
	width: 70px;
	height: 70px;
	padding:16px 13px;
}
.info-ball i.fas,
.info-ball i.fab,
.info-ball i.far{
	text-align: center;
	position:relative;
	color: #f0b323;
	font-size: 2em;
}
.info-box-left .info-ball{
	float: left;
}
.info-box-right .info-ball{
	float: right;
}


.featurette-image{
	width:100%;
}



/* Demos -------------------*/
#demos .container{
	width:100%;
}
#demos {
	position: relative;
	display: block;
}
.bg-circle1{
	background-color: #FCE7C5; /*30% #f0b323*/
	border-radius: 50%;
	width: 760px;
	height: 760px;
	position: absolute;
	top: 5%;
	right:50%;
}

img.handclickicon{
	width:50px;
	color: #54585a !important;
}

.thumbs-titel-pad{
	padding-top:160px;
}

.thumbs-pad{
	padding-top:20px;
}

.mag-thumbs{
	margin:20px 10px;
	position: relative;
}
.mag-thumbs .image{
	max-width: 100%;
	border-radius: 0.5rem;
	box-shadow: 0 16px 24px rgba(0,0,0,0.25);
	display: block;
}

.thumb-overlay{
	position: absolute;
	border-radius: 0.5rem;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	background-color: rgba(89,203,232,0.8);

}
.mag-thumbs:hover .thumb-overlay {
	opacity: 1;
}
.thumb-overlay .fas{
	color: #fff;
	font-size: 3em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.thumb-overlay .handclickicon{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;

}

/* .display-link {
	border-top: 1px dotted #e1e1e1;
	border-bottom: 1px dotted #e1e1e1;

} */

/* PRICING STYLE
---------------------------------- */
#pricing .plan {
	padding: 0 0 0.9375rem 0;
	margin: 1.875rem 0;
	list-style: none;

}
#pricing .plan li {
	padding: 0.9375rem 0;
	font-size: 1em;
	border-bottom: 1px dotted #e1e1e1;
}

#pricing .panel-top > .panel-heading {
	color: #fff;
	border: none;
	padding-top: 0.9375rem;
	padding-bottom:0.1875rem;
	letter-spacing: 0.25em;
}

#pricing .price-shadow:hover{
	box-shadow: 0 14px 54px rgba(0, 0, 0, .22);
	border-color: #dbdbdb;
}

#pricing .panel-basic {border: 1px solid #dbdbdb; }
#pricing .panel-business {border: 1px solid #dbdbdb;}
#pricing .panel-premium {border: 1px solid #dbdbdb;}

#pricing .panel-top > .basic {
	background-color: #b7a99a;
}
#pricing .panel-top > .buisness {
	background-color: #54585a;
}
#pricing .panel-top > .premium {
	background-color: #f0b323;
}

#pricing .plan li i {
	padding-right:10px;
}
#pricing .plan li i.color-green{
	color: #279989;
}
#pricing .plan li i.color-red{
	color: #ef3340;
}
#pricing .plan .prices {
	margin: 0 auto 1.25rem;
	width: 10rem;
	height: 10rem;
	line-height: 1.25em;
	font-size: 1.5625em;
	font-weight: 700;
	color: #ffffff;
	-webkit-border-radius: 5rem;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5rem;
	-moz-background-clip: padding;
	border-radius: 5rem;
	background-clip: padding-box;
}
#pricing .plan .prices.basic{
	background: #b7a99a;
}
#pricing .plan .prices.buisness{
	background: #54585a;
}
#pricing .plan .prices.premium{
	background: #f0b323;
}

#pricing .prices a{
	color:#fff;
	text-decoration: none;
}

#pricing .prices span {
	font-size: 0.75em;
	font-weight: normal;
}
#pricing .adjust-border-radius {
	-webkit-border-radius: 1.625rem;
	-moz-border-radius: 1.625rem;
	border-radius: 1.625rem;
}
#pricing .adjust-border {
	border-top-left-radius: 1.625rem;
	border-top-right-radius: 1.625rem;
	-webkit-border-top-left-radius: 1.625rem;
	-webkit-border-top-right-radius: 1.625rem;
	-o-border-top-left-radius: 1.625rem;
	-o-border-top-right-radius: 1.625rem;
}
#pricing .plan small{
	font-weight: 300;
}

#pricing #free-offer{
	padding:1.25rem;
}

#pricing .resp-img{
	width: 100%;
}

#pricing #price-splash.splash-offer{
	position:absolute;
	left:66%;
	top:-1%;
	width:7.875rem;
	z-index: 1;

}
#pricing #price-splash .fas{
	font-size:7.875em;
	color:#59cbe8;

}

#pricing #price-splash .fas.fa-bookmark{
	text-shadow: 0 14px 54px rgba(0, 0, 0, .22);

}
#pricing #price-splash .splash-text{
	font-size: 1rem;
	line-height: 1.375em;
	font-weight: 400;
	color: #fff;
	text-align: center;
	display: inline-block;
	/*position: absolute;
	top: 23%;
	left: 17%;*/
	text-decoration: none;
}
a.arrow-link {
	font-size: 1em;
  font-weight: 400;
	color:#54585a;
	text-decoration: none;
}
a.arrow-link:hover{
	color:#59cbe8; /*002F5F*/
}
#pricing .price-spec{
	font-size:1rem;
	color:#666;
	padding-top:1.25rem;
}

#pricing .panel-footer{
	padding-top:0.625rem;
	padding-bottom:1.25rem;
}



.hide-desktop {
	border-bottom: 1px solid #f0f0f0;
	padding: 16px 0;
}


/* RESPONSIVE CSS
=================================================== */
@media screen and (max-width: 1366px){
	.mag-thumb {
		height: 220px;
	}
}

@media screen and (max-width: 1112px){
	.mag-thumb {
		height: 220px;
	}
	.mag-intro-bg{
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
}

@media screen and (max-width: 1024px){
	.mag-thumb {
		height: 200px;
	}
}

@media screen and (max-width: 991px){
	.info-box-right {
		text-align: left !important;
	}
	.info-box-right .info-ball{
		float: left;
	}
	.info-box-right h4{
		padding-left: 5.3125rem;
		margin: 0.625rem 0 0;
	}
	.info-box-right p{
		padding-left: 5.3125rem;
		/*padding-top: 10px;*/
	}
}
@media screen and (max-width: 800px){
	.mag-thumb {
		height: 250px;
	}
	@media screen and (max-width: 736px){
		#pricing .plan li{
			font-size: 14px;
		}
	}
	@media screen and (max-width: 576px) {
		.container-box{
			padding-left:5px;
			padding-right: 5px;
		}
		.info-box h3{
			font-size: 20px;
			margin-top: 10px;
		}
	}
}