/*! Place your custom styles here */
a:hover{
	text-decoration:none!important;
}
.cover-main{
	background:url(/src/img/bg4.jpg);
}
.lead{

    color: #777777;
    font-size: 1.15714286em;
}
footer .icon{
	width: 30px;
}
.list-inline li:not(:last-child) {
     margin-right: 10px; 
}
.example h4{
	margin-bottom: 0;
}
.example img{
	    max-width: 234px;
}
.list--hover li:not(:hover){
	opacity: 1;
}
.bar .logo{
	top: 0;
    max-height: 40px;
}
.logo-text{
	line-height: 30px;
    color: black;
    font-weight: 300;
    font-family: sans-serif;
    font-size: 18px;
    padding-left: 10px;
    vertical-align: middle;
}
@media (min-width: 768px){
	.bar__module:not(:only-child) {
	    display: inline-block;
	    text-align: right;
	}

	.admin-section .slide-row{
		display: none;
	}

}
.bg--dark .btn .label{
		border: 1px solid white;
}
@media(max-width: 480px){
	.btn .label{
		top: -18px;
    	right: -17px;
	}
	.section-feature .text-block{
	margin-top: 20px;
	margin-bottom: 20px;
}
}
.pricing-section-2 .slider[data-paging="true"]:not(section) .flickity-page-dots{
	top:  -3.71428571em;
	bottom: auto;
}
.bg--dark-2{
	background-color:#3a3a3a;
}
.icon-lg{
	width: 72px;
}
iframe{
	min-height: auto!important;
}
.btn--cta{
    padding: 15px 34px;
    border-radius: 34px;
}
.btn--cta .btn__text{
	font-size: 18px;
}
.admin-section .feature{
	padding: 15px 0;	
	cursor: pointer;
}
.admin-section .feature:hover{
	color: #ff4f4f;
}
.admin-section .feature:hover h5{
	color: #ff4f4f;
}

.admin-section .feature.active{
	color: #ff4f4f;
}
.admin-section .feature.active h5{
	color: #ff4f4f;
}
.admin-section .slide-row{
	padding-top: 30px;	
}
/*slides*/
.home.main-container .use-context-slide img{
  height: 450px;
}
@media(min-width: 768px) and (max-width: 991px){
	.home.main-container .use-context-slide img{
	  height: auto;
	}
	.home.main-container .boxed--lg{
		padding: 0;
	}
	.admin-img{
		padding-top: 10%;
	}
	.feature-2 i{
		width: 25%;
		float:left;
	}
}
@media(max-width: 1199px){
	.logo-text{
		font-size: 15px;
	}
}

/* price*/
.masonry .dropdown--active .dropdown__container, .masonry .btn.dropdown--active:hover, .masonry .btn.dropdown--active:active{
	z-index: 99999!important;
	-webkit-transform:none!important;
}
.dropdown.dropdown--active > .dropdown__container > .container > .row > .dropdown__content{
	z-index: 99999!important;
}
.logo.title{
	color: #000;
	font-size: 18px;
    font-family: helvetica;
    padding: 0px 15px;
    font-weight: 800;
}
.price{
    color: #f0525b;
    font-weight: 800;
}
.product a:hover img{
	-webkit-transform: none;
}
.btn-about-us{
	vertical-align: -webkit-baseline-middle;
    color: #5d5d5d!important;
    font-size: 15px!important;
    line-height: 32px;
    padding-right: 20px;
}
.landing-container .product.boxed {
    padding: 0;
    margin-bottom: 0px;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
}
.landing-container .boxed .block{
		padding: 0 10px;
	}
.landing-container .boxed .btn-block{
	text-align: center;
	padding-bottom: 10px;
}
.landing-container .boxed .btn-block .btn{
	border-color: #000000;
	padding: 5px 20px;
    border-radius: 41px;
}

blockquote{
	border-left: 5px solid #eee;
    padding: 10px 20px;
}

@media(max-width: 767px){
	.btn-about-us{
		display: none;
	}
}
@media (max-width: 767px){
	

}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #fd4f50;
    border-color: #fd4f50;
}
/*nav*/
.icon:not(.block) {
    display: inline-block;
}
/*btn*/
.btn--primary, .btn--primary:visited {
	color: #fff;
    background: #ff4f4f;
    border-color: #ff4f4f;
}
/*datepicker*/
.datepicker table td, .datepicker table th{
	padding: 0.4em;
}
/*menu*/
.list-group-feature-menu .list-group-item a{
	color: 	#757575;
}