/* Home page
-------------------------------------------------------------- */

.frontend .main {
    min-height: 400px;
    padding-bottom: 2em;
	border-bottom: 0;
}
.subnavbar {
    margin-bottom: 0; 
}
.frontend .subnavbar .container {
	padding-right: 1px;
	border-left: 1px solid #292929;
	border-right: 1px solid #4A4A4A;
}
.frontend ul.mainnav {
	width: 100%;
	border-left: 0;
	border-right: 1px solid #292929;
}
.frontend .mainnav li {
	display: block;
	float: left;
	width: 33%;
}
.frontend .mainnav li:last-child {
	border-right: 0;
}
.frontend .mainnav i {
	display: block;
	float: right;
	color: #FCAA00;
}
.frontend .mainnav li a {
	text-align: left;
	margin-right: 10px;
}
.frontend .mainnav a span {
	padding: 20px 0 10px 0;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
}
.frontend .mainnav a strong {
	color: #fff;
}
.frontend .mainnav a:hover span {
	color: #FCAA00;
}
.frontend .mainnav a:hover i {
	font-size: 40px;
}

/* Carousel base class
-------------------------------------------------------------- */
.carousel {
	display: block;
	@position: relative;
	width: auto;
	@height: 300px;
	margin-bottom: 20px;
	overflow: hidden;
}
.carousel-inner {
	@height: 300px;
}
.carousel .container {
	@position: relative;
	z-index: 9;
}

.carousel-control {
	height: 80px;
	margin-top: 0;
	@font-size: 120px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
	z-index: 10;
}

.carousel .item {
	@min-height: 300px;
}
.carousel img {
	@position: absolute;
	@top: 0;
	@left: 0;
	margin: auto;
	@width: 100%;
	@height: auto;
}
.carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 550px;
	padding: 0 20px;
	margin-top: 20px;
}
.carousel-caption h1,
.carousel-caption .lead {
	margin: 0;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption h1 {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 10px;
	background: none repeat scroll 0 0 rgba(0,0,0,0.5);
	line-height: 40px;
}
.carousel-caption .lead {
	line-height: 30px;
    text-shadow: 0 1px 1px rgba(0,0,0,1), 0 0 10px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.8);
}
.carousel-caption .btn {
	margin-top: 10px;
}
.carousel .overlay-grid {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../img/overlay-grid.png) repeat 0 0;
	z-index: 2;
}
.carousel .btn {
	font-weight: bold;
}

.promo {
	position: relative;
	max-width: 370px;
	height: 285px;
	margin: 0 auto 20px;
	background: #B3BEAD;
	border: none;
	overflow: hidden;
}
.promo a, .promo a:hover, .promo a:focus {
	color: #333;
}
.promo img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.promo h2 {
	position: absolute;
	top: 17px;
	left: 15px;
	font-size: 28px;
	line-height: 32px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.promo h2 span {
	display: block;
	font-size: 27px;
	color: #FCAA00;
	text-transform: uppercase;
}
.promo p {
	position: absolute;
	bottom: 14px;
	margin: 0;
	padding: 0 20px;
	font-size: 15px;
	line-height: 22px;
}

.best-offers {
	background: #fff;
	border: 1px solid #D5D5D5;
}
.best-offers-claim {
	display: inline-block;
	position: relative;
	float: left;
	height: 80px;
	margin: -1px;
	padding: 10px 40px;
	background: #333;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.best-offers-claim:after, .best-offers-claim:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.best-offers-claim:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #333;
	border-width: 50px;
	top: 50%;
	margin-top: -50px;
}
.best-offers-claim:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 26px;
	top: 50%;
	margin-top: -26px;
}
.best-offers-claim span {
	display: inline-block;
	float: right;
	line-height: 30px;
	font-size: 30px;
	color: #FCAA00;
}
.best-offer-content {
	font-size: 30px;
	text-align: center;
	line-height: 94px;
	color: #595E57;
}
.best-offer-content strong,
.best-offer-content span {
	padding: 0 15px;
	font-size: 40px;
}
.best-offer-content strong {
	color: #333;
}

.extra.extra-features {
    border-top: 1px solid #393F37;
	border-bottom: 1px solid #333;
}
.extra-features .extra-inner {
	padding: 15px 0;
	background: #595E57;
	border-top: 1px solid #7F7F7F;
}
.extra-features a {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.8);
}
.extra-entry {
	padding: 10px;
	text-align: center;
	background: #333;
}
.extra-entry p {
	height: 44px;
}



/* Content
-------------------------------------------------------------- */

.frontend .content {
	@min-height: 500px;
	padding-bottom: 20px;
}
/* .frontend .content,
.frontend .content li, Alessia: I added this to improve DNS guide
.frontend .content p {
	font-size: 15px;
	line-height: 22px;
}
.frontend .content ul li {
	line-height: 22px;
} */
.frontend h1 {
	margin-top: 30px;
}
.frontend h4 {
    margin-top: 10px;
	font-size: 16px;
    line-height: 24px;
}
.separator {
	margin-top: 20px;
}

.features-list {
	margin-left: 10px;
	list-style: none;
}
.monster-icon {
	text-align: center;
}
.monster-icon i {
	font-size: 200px !important;
	color: #ccc;
}
.pricetable strong {
	font-size: 18px;
}
.pricetable span {
	font-size: 22px;
	font-weight: bold;
	color: #f90;
}


/* Price table
-------------------------------------------------------------- */
.pricing {
	margin-top: 10px;
}
.pricing strong, .pricing span {
	font-size: 14px;
}
.pricing span {
	font-weight: bold;
	color: #f90;
}
.pricing span a {
	font-weight: bold;
	color: #f90;
}
.pricing .price {
	width: 120px;
}
.pricing th.price {
	text-align: center;
}

.price-badge {
	display: block;
	float: right;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 10px 0 20px 20px;
	background: rgba(0,0,0,0.05);
	border-radius: 50px;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	text-align: center;
}


/* Media queries for responsive
-------------------------------------------------------------- */

@media (min-width: 980px) and (max-width: 1199px) {
	.subnavbar-inner, .subnavbar .container, .subnavbar .container > ul, .subnavbar .container > ul > li {
		height: 100px;
	}
	.extra-entry p {
		font-size: 12px;
	}
}

@media (max-width: 979px) {
	.subnavbar-inner, .subnavbar .container, .subnavbar .container > ul, .subnavbar .container > ul > li {
		height: 100px;
	}
	.subnavbar .container > ul > li > a {
		padding-left: 10px;
	}
	.extra-entry p {
		height: auto;
	}
}



/* Misc
-------------------------------------------------------------- */
figure img {
	max-width:100%;
}

.modal {
	min-width:50%;
	width:auto !important;
    margin-left: -30% !important; 
}
.footer .modal {
    overflow: hidden
}
.modal-body .img {
	text-align: center;
}

.modal.fade {
    top: -250%;
}