/*
Included on Custom.css
*/

/*.col-xs-12.main-content, .col-md-9.main-content {*/
/*	background-color: rgb(26, 29, 30);*/
/*	box-shadow: rgba(91, 99, 102, 0.1) 0px 5px 15px 0px;*/
/*	border-color: rgb(58, 63, 65);*/
/*}*/
/*.col-xs-12.main-content, .col-md-9.main-content {*/
/*	border-radius: 12px;*/
/*	background-color: #fff;*/
/*	padding: 40px;*/
/*	box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);*/
/*	border: none !important;*/
/*}*/
/*.main-content {*/
/*	margin-bottom: 60px;*/
/*	min-height: 300px;*/
/*}*/

/*.news-cta {*/
/*	margin-bottom: 80px !important;*/
/*}*/

/*
Header
*/
#coodiv-header {
	background: #53caae;
	background: -moz-linear-gradient(top, #53caae 0%, #587ae1 85%);
	background: -webkit-linear-gradient(top, #53caae 0%,#587ae1 85%);
	background: linear-gradient(to bottom right, #53caae 0%, #587ae1 85%);
}

.circle-sub-title-header-slider {
    background: #53caae;
}
div.header-lined h1, .main-header-sub-pages-informations div.header-lined h1 small {
    color: #184e67;
}

/*
Content Box
*/
.col-xs-12.main-content, .col-md-9.main-content {
	border-radius: 12px;
	background-color: #fff;
	padding: 40px;
	box-shadow: 0 5px 15px 0 rgba(110, 110, 110, 0);
	border: 1px solid #eee0;
	overflow-x: hidden;
}
.announcement-single.homepage-anouncement {
	border: 1px solid #eee;
	padding: 10px;
	margin: 20px 0;
}
section#main-body #order-standard_cart .order-summary {
    background: #53caae;
}
.tree-steps-hosting-plans-list li {
    padding: 0px !important;
}
.bg_overlay_header::after {
	background: none !important ;
}
/*
Footer
*/
.footer-area-under .footer-logo-blue {
	width: 60px;
}

.footer-section {
	padding: 30px 0 30px;
	background: #33334f;
	color: #fff;
}

.final-footer-area-text, .under-footer-ullist li a, .footer-lang-changer .menu-btn-changer {
	color: #fff;
}

#main-body .main-content p:last-of-type {
	/*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/
	/*background-size: 400% 400%;*/
	/*animation: gradient 15s ease infinite;*/
	margin: 0 !important;
	padding: 5px !important;
}

/*
Animations
*/
.bg-gradient {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
.txt-gradient {
	color: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}