/*BANNER
***********************************************************/

body#home div#banner {
	width: 750px;
	height: 450px;
	margin: 20px 0 0 0;
	position: relative;
	z-index: 2;
}

/*photo*/

body#home div.bannerPhoto {
	width: 720px;
	height: 450px;
	position: absolute;
	z-index: 5;
	top: 0px;
	right: 0px;
}

body#home div.bannerPhoto a {
	text-decoration: none;
}

body#home div.bannerPhoto div.image {
	width: 720px;
	height: 450px;
	position: absolute;
	z-index: 6;
	top: 0px;
	left: 0px;
}

body#home div.bannerPhoto img {
	position: absolute;
	z-index: 6;
	top: 0px;
	left: 0px;
}

body#home div#banner .frame {
	width: 720px;
	height: 450px;
	position: absolute;
	z-index: 450;
	top: 0px;
	right: 0px;
}

/* .textBar {
	width: 700px;
	height: 30px;
	position: absolute;
	z-index: 40;
	bottom: 0;
	left: 30px;
	background-color: #a1a1a1;
	background: rgba(161,161,161,0.9);
	font-size: 24px;
	color: #fff;
	padding: 5px 0 5px 20px;
	font-weight: normal;
}
 */


/*PROTO NAVIGATION
*******************************************************/

ol.proto-navigation {
	position: absolute;
	z-index: 100 !important;
	right: 10px;
	bottom: 10px;
	display: block !important;
}

ol.proto-navigation li {
	list-style-type: none;
	float: left;
	margin: 0 6px 0 0;
}

ol.proto-navigation li a {
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 2px solid #fff;
	text-indent: -5000px;
	/*border-radius: 25px;*/
	background-color: #fff;
	background: rgba(255,255,255,0.3);
}

ol.proto-navigation li a:hover,
ol.proto-navigation li.current-slide a {
	background-color: #fff;
}



/*CONTENT SECTIONS
************************************************/

ul.contentSections {
	margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
}

ul.contentSections li {
	width: 200px;
	margin: 20px 0 0 50px;
	float: left;
	position: relative;
	overflow: hidden;
	box-sizing: border-box; 
}

ul.contentSections li:nth-child(3n+1) {
	margin: 20px 0 0 30px;
}

ul.contentSections li a {
	text-decoration: none;
}

ul.contentSections li h3 {
	width: 100%;
    position: absolute;
    z-index: 40;
    background-color: #a1a1a1;
    background: rgba(161,161,161,0.9);
    font-size: 16px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    bottom: 47px;
}

ul.contentSections li p {
	font-size: 14px;
	line-height: 20px;
	color: #7D7E7F;
	padding: 7px 0 0 0;
	min-height: 40px;
}

ul.contentSections li p span {
	color: #22bbf4;
}

/*CONTENT SECTIONS - INNER
************************************************/

ul.contentSections_inner {
	margin: -10px 0 0 0;
	padding: 0;
	overflow: hidden;
}

ul.contentSections_inner li {
	width: 32%;
	margin: 10px 2% 0 0;
	float: left;
	position: relative;
	overflow: hidden;
	box-sizing: border-box; 
}

ul.contentSections_inner li:nth-of-type(3n+3) {
	margin: 10px 0 0 0;
}

ul.contentSections_inner li a {
	text-decoration: none;
}

ul.contentSections_inner li h3 {
	width: 210px;
    position: absolute;
    z-index: 40;
    background-color: #a1a1a1;
    background: rgba(161,161,161,0.9);
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    box-sizing: border-box;
}

ul.contentSections_inner li img {
	width: 100%;
	height: auto;
}

ul.contentSections_inner li p {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	padding: 7px 0 0 0;
}

ul.contentSections_inner li p span {
	color: #22bbf4;
}

/*SHORTCUTS
************************************************/

ul.shortCutsList {
	margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
}

ul.shortCutsList li {
	width: 220px;
	margin: 20px 0 0 30px;
	float: left;
	position: relative;
}

ul.shortCutsList li a {
	text-decoration: none;
}

ul.shortCutsList li h3 {
	font-size: 22px;
	letter-spacing: 1px;
	color: #b12c1b;
	padding: 7px 0 5px 0;
}

ul.shortCutsList li p {
	font-size: 16px;
	line-height: 20px;
	/* color: #000; */
	color: #7D7E7F;
	padding: 0 0 0 0;
}

ul.shortCutsList li p span {
	color: #22bbf4;
}

.badgeOverlay {
	width: 200px;
	height: 200px;
	background-color: #666;
	z-index: 500 !important;
	display: block !important;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 15px;
	background: transparent url('../contentFiles/badges/sale.png') 0px 0px no-repeat;
	-webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);
}

.badgeOverlay h3 {
	color:#fff;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 50px;
}

.badgeOverlay p {
	color:#fff;
	font-size: 18px;
	margin-top:15px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.badgeLeft {
	left:-30px;
	top: -20px;
	-ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
    transform: rotate(-10deg);
}

.badgeCenter {
	left:250px;
	top: -20px;
}

.badgeRight {
	float:right;
	right: 50px;
	top: -20px;
	-ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
    transform: rotate(10deg);
}