/*----------------------------------------------------------------------------------
    CSS :: MICROPOLY :: HEADER :: ROTATOR
----------------------------------------------------------------------------------*/

#carousel_rotator {
	font-family: "Open Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	
    background: #040404;
}

div#carousel_rotator div.item {
	height: 500px;
	width: 100%;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);

	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

div.carousel-left {
	color: #fff;
	padding-top: 80px;
}

div.carousel-left span.pre_title {
	color: #F6263F;
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin: 0;
	text-transform: uppercase;
}

div.carousel-left span.title {
	color: #fff;
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	margin: 7px 0 30px 0;
	text-transform: uppercase;
}

div.carousel-left a {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 28px;
	padding: 15px 0;
	margin: 43px 0 0 0;
	text-align: center;
	text-decoration: none;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.75);
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.75);

	-webkit-transition: background-color .5s linear 0s;
	transition: background-color .5s linear 0s;
}

div.carousel-left a:hover {
	background: rgba(246, 38, 63, 0.8);
	border: 1px solid #b02910;
}

div.carousel-right div.statistic span.statistic_title {
	background: #F6263F;
	color: #ffffff;
	display: table-cell;
	float: left;
	font-size: 22px;
	font-style: italic;
	height: 170px;
	line-height: 27px;
	padding: 0 10px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 170px;

	-webkit-border-radius: 85px;
	-moz-border-radius: 85px;
	border-radius: 85px;
	
	-webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.75);
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.75);
}

div.carousel-right {
	padding-top: 125px;
}

div.carousel-right div.statistic span.statistic_title span {
	display: block;
	position: relative;
    top: 50%; 
	
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

div.carousel-right div.statistic div.statistic_right {
	color: #fff;
	padding-top: 22px;
}

div.carousel-right div.statistic div.statistic_right span.statistic_top,
div.carousel-right div.statistic div.statistic_right span.statistic_bottom {
	display: block;
	line-height: 20px;
	padding: 10px 10px 10px 180px;
	text-transform: uppercase;
}

div.carousel-right div.statistic div.statistic_right span.statistic_top p,
div.carousel-right div.statistic div.statistic_right span.statistic_bottom p {
	margin: 0;
}

div.carousel-right div.statistic div.statistic_right span.statistic_top strong,
div.carousel-right div.statistic div.statistic_right span.statistic_bottom strong {
	font-size: 30px;
	font-style: italic;
	font-weight: 800;
}

div.carousel-right div.statistic div.statistic_right span.statistic_top {
	border-bottom: 1px solid #F6263F;
}

ol.carousel-indicators {
	bottom: auto;
	left: auto;
	right: 0;
	top: 65px;
	top: auto;

	bottom: 0;
	left: 50%;
}

.carousel-indicators li {
	background: #fff;
	border: none;
	height: 20px;
	margin: 0 3px;
	width: 20px;
	
	-webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.33), inset -1px -1px 0 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.33), inset -1px -1px 0 0 rgba(0, 0, 0, 0.33);
	box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.33), inset -1px -1px 0 0 rgba(0, 0, 0, 0.33);
}

.carousel-indicators .active {
	background: #F6263F;
	border: none;
	height: 20px;
	margin: 0 3px;
	width: 20px;

	-webkit-box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.33), inset -1px -1px 0 0 rgba(255, 255, 255, 0.33);
	-moz-box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.33), inset -1px -1px 0 0 rgba(255, 255, 255, 0.33);
	box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.33), inset -1px -1px 0 0 rgba(255, 255, 255, 0.33);
}

/*----------------------------------------------------------------------------------
    CSS :: MICROPOLY :: HEADER :: ROTATOR :: UP TO 991PX
----------------------------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
	
	div.carousel-left {
		padding-top: 50px;
	}
	
	div.carousel-left span.pre_title {
		font-size: 18px;
		line-height: 26px;
	}
	
	div.carousel-left span.title {
		font-size: 34px;
		line-height: 40px;
		margin: 0 0 15px 0;
	}
	
	div.carousel-left a {
		font-size: 14px;
		margin: 30px 0 0 0;
	}
}

/*----------------------------------------------------------------------------------
    CSS :: MICROPOLY :: HEADER :: ROTATOR :: UP TO 767PX
----------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	
	div#carousel_rotator div.item {
		height: auto;
		padding-bottom: 50px;
	}

	div.carousel-right {
		padding-top: 20px;
	}
	
	div.carousel-right div.statistic span.statistic_title {
		font-size: 18px;
		height: 150px;
		line-height: 25px;
		width: 150px;
	}
	
	div.carousel-right div.statistic div.statistic_right span.statistic_top,
	div.carousel-right div.statistic div.statistic_right span.statistic_bottom {
		line-height: 20px;
		padding: 10px 10px 10px 160px;
		text-transform: uppercase;
	}
	
	div.carousel-right div.statistic div.statistic_right span.statistic_top strong,
	div.carousel-right div.statistic div.statistic_right span.statistic_bottom strong {
		font-size: 20px;
	}
	
}
	
/*----------------------------------------------------------------------------------
    CSS :: MICROPOLY :: HEADER :: ROTATOR :: 768PX TO 991PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	div.carousel-right {
		padding-top: 110px;
	}
	
	div.carousel-right div.statistic div.statistic_right span.statistic_top strong,
	div.carousel-right div.statistic div.statistic_right span.statistic_bottom strong {
		font-size: 24px;
	}
	
}
	
/*----------------------------------------------------------------------------------
    CSS :: MICROPOLY :: FREQUENTLY ASKED QUESTIONS
----------------------------------------------------------------------------------*/

div.panel-group div.panel-heading {
	background: #fff;
	color: #F6263F;
	padding: 0;
}

h4.panel-title > a {
	display: block;
	font-weight: bold;
	padding: 15px 15px;
	text-decoration: none;

	-webkit-transition: background-color .5s linear 0s;
	transition: background-color .5s linear 0s;
}

h4.panel-title > a i {
	color: #000;
	margin-right: 5px;
}

h4.panel-title > a span.startdate {
	color: #000;
	float: right;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

h4.panel-title > a:hover {
	background: #f8f8f8;
}

div.panel {
	background: #f8f8f8;
	line-height: 24px;
}

div.panel h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 6px;
	text-transform: uppercase;
}
	
/*----------------------------------------------------------------------------------
    CSS :: MICROPOLY :: RIGHT SIDE
----------------------------------------------------------------------------------*/

div.right-side {}

div.right-side span.parentname {
	background: #F6263F;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);	
}

div.right-side .nav > li > a {
	color: #000;

	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);	
}

div.right-side .nav > li.active > a {
	background: #eee;
	font-weight: bold;
}

div.right-side img.product_photo {
	display: block;
	margin: 0 auto 20px auto;
}