/**
 * =============================================================
 * RAXO All-mode PRO J2.5 - Template CSS
 * -------------------------------------------------------------
 * @package		RAXO All-mode PRO
 * @subpackage	All-mode Carousel Template
 * @copyright	Copyright (C) 2009-2014 RAXO Group
 * @license		RAXO Commercial License
 * 				This file is forbidden for redistribution
 * @link		http://www.raxo.org
 * =============================================================
 */


/* ----- RESET Styles ----- 
.allmode-carousel .allmode-name, .allmode-carousel .allmode-showall,
.allmode-carousel .allmode-item,
.allmode-carousel .allmode-title, .allmode-carousel img {
	margin: 0; padding: 0;
	text-transform: none;
	background: none; border: 0 none;
}
.allmode-carousel .allmode-clear {clear: both;}
.allmode-carousel a {text-decoration: none;}
.allmode-carousel :focus {outline: 0;}
*/

/* ----- MODULE BOX Styles ----- */
.allmode-carousel-double {
	overflow: hidden;
}


#allmode-second {
padding-top:5px;
}

.allmode-carousel-double .allmode-itemsbox {
	position: relative;
	margin: 8px;
	border-width: 1px 0 1px 0; border-style: solid;
}
.allmode-carousel-double .allmode-left {													/* LEFT DIV */
	position: absolute;
	top: 0; left: -8px;
	width: 34px; height: 100%;
	background-position: 0 50%; background-repeat: no-repeat;
}
.allmode-carousel-double .allmode-right {													/* RIGHT DIV */
	position: absolute;
	top: 0; right: -8px;
	width: 34px; height: 100%;
	background-position: 0 50%; background-repeat: no-repeat;
}
.allmode-carousel-double .allmode-prev, .allmode-carousel-double  .allmode-next {					/* PREV & NEXT */
	position: absolute; display: block;
	top: 50%; margin-top: -17px;
	width: 32px; height: 33px;
	background-repeat: no-repeat;
}
	.allmode-carousel-double .allmode-prev {left: 0; background-position: 0 50%;}
	.allmode-carousel-double .allmode-next {right: 0; background-position: -150px 50%;}
/*	.allmode-carousel-double .allmode-prev:hover {background-position: -50px 50%;}
	.allmode-carousel-double .allmode-next:hover {background-position: -100px 50%;} */
	.allmode-carousel-double .allmode-center {
	margin: 0 26px; padding: 14px 0;
	min-height: 45px;
	overflow: hidden;
}
/*.allmode-carousel .allmode-name {													/* Module Block NAME 
	margin: 4px 16px -4px;
	font: normal 14px/20px "Verdana","Geneva",sans-serif;
	text-transform: none;
}*/
/*.allmode-carousel .allmode-showall {												/* "Show All" TEXT 
	position: absolute;
	top: 6px; right: 10px;
	font: normal 12px/18px "Arial","Helvetica",sans-serif;
}*/


/* ----- SLIDER Styles ----- */
.allmode-carousel-double .allmode-slider {
	position: relative;
	margin: 0 -10px;
	overflow: hidden;
}
.allmode-carousel-double .allmode-items {
    height: 0;
	overflow: hidden;
}
.allmode-carousel-double .allmode-item {													/* Item DIV */
	margin: 0 16px;
	float: left;
	overflow: hidden;
}


/* ----- IMAGE Block ----- */
.allmode-carousel-double .allmode-show {
	border-width: 1px; border-style: solid;
}
.allmode-carousel-double .allmode-img {													/* Items IMAGE */
	position: relative;
	margin-bottom: 3px;
}
	.allmode-carousel-double .allmode-show .allmode-img {
		margin: 3px;
	}
	.allmode-carousel-double .allmode-img img{
		height: auto;
		max-width: 100%; width: 100%;
	}
.allmode-carousel-double .allmode-info {													/* Items INFO */
	padding: 3px 0 2px;
	font: bold 11px/14px "Arial","Helvetica",sans-serif;
	background-repeat: repeat;
}
	.allmode-carousel-double .allmode-show .allmode-info {
		position: absolute;
		bottom: 0; left: 0;
		padding: 5px 0 4px 0;
		width: 100%;
	}
	.allmode-carousel-double .allmode-info span {
		margin-left: 10px;
	}
	.allmode-carousel-double .allmode-info a {
		font-weight: bold;
	}


/* ----- FIELDS Styles ----- */
.allmode-carousel-double .allmode-title {													/* Items TYTLE 
	margin-top: 6px;
	font: bold 12px/18px "Verdana","Geneva",sans-serif;
	text-transform: none;*/
}
/*	.allmode-carousel-double .allmode-title a {
		font-weight: bold;
	} */
.allmode-carousel-double .allmode-text {													/* Items TEXT */
	padding-top: 4px;
	font: 11px/18px "Verdana","Geneva",sans-serif;
}
	.allmode-carousel-double .allmode-title a:hover,
	.allmode-carousel-double .allmode-text a:hover {
		text-decoration: underline;
	}
.allmode-carousel-double .allmode-readmore {												/* Items READ MORE */
	font-size: 11px; line-height: 18px;
}


/* ----- DETAILS FIELDS Styles ----- */
.allmode-carousel-double .allmode-details {												/* Items DETAILS */
	margin-top: 8px; padding: 2px 0;
	font: 10px/13px "Arial","Helvetica",sans-serif;
	border-top-width: 1px; border-top-style: solid;
}
	.allmode-carousel-double .allmode-details span {
		padding-right: 6px;
	}
	.allmode-carousel-double .allmode-details span:last-child {
		padding-right: 0;
	}


/* ----- COLOR Schemes ----- */
.allmode-carousel-double .allmode-prev, .allmode-carousel-double .allmode-next {background-image: url(white-arrows.png);}
