
.testimonies {
	position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
}

.testimonies .btn-orange {
	float: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 220px;
}

.testimonies h1.title {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.testimonies .text {
	font-size: 13px;
    color: #ffffff;
    line-height: 17px;
    position: relative;
    margin-bottom: 20px;
}

.testimonies .attendant-image {
	width: 134px;
    height: 174px;
    float: left;
    margin-right: 10px;
}

.testimonies .first-attendant-image {
	margin-left: 0px;
}


.testimonies-details {
	margin-top: 30px;
	position: relative;
    padding-left: 45px;
    padding-right: 45px;
    min-height: 150px;
}

.testimonies-details .bx-wrapper {
	margin-bottom: 0px;
}

.testimonies-details .bx-wrapper .bx-viewport {
	background: none;
    box-shadow: none;
    border: none;
    padding-bottom: 20px;
}

.testimonies-details .bx-wrapper .bx-pager {
	/*display: none;*/  
}

.testimonies-details .arrow-left {
	position: absolute;
    top: 25px;
    left: 0px;
    width: 28px;
    height: 89px;
    background: url(images/white-arrow-left.png) no-repeat;
    cursor: pointer;
}

.testimonies-details .arrow-right {
	position: absolute;
    top: 25px;
    right: 0px;
    width: 28px;
    height: 89px;
    background: url(images/white-arrow-right.png) no-repeat;
    cursor: pointer;
}

.testimonies-details .arrow-right a {
	display: block;
    width: 100%;
    height: 100%;
}

.testimonies-details .arrow-left a {
	display: block;
    width: 100%;
    height: 100%;
}

.testimonies-details .arrow-left:hover,
.testimonies-details .arrow-right:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
}

.testimonies-details .detail {
	position: relative;
}

.testimonies-details .detail .text {
	position: relative;
    font-size: 13px;
    line-height: 17px;
    text-align: justify;
    color: #ffffff;
    min-height: 120px;
    vertical-align: middle;
    display: table-cell;
}

.testimonies-details .detail .author {
	position: relative;
    margin-top: 20px;
    font-size: 15px;
    line-height: 19px;
    text-align: right;
    font-weight: bold;
    color: #ffffff;
}

.testimonies .add-testimony-teaser {
	position: relative;
    color: #e68802;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

/*** Lightbox ***/


/*** Prediction-lightbox ***/

.testimony-lightbox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.testimony-lightbox .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}


.testimony-lightbox .testimony-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    width: 390px;
    margin-top: -205px;
    background: #3b230c;
    padding: 8px 8px 15px 8px;

    border-radius: 10px;
    -moz-border-radius: 10px;

    -moz-box-shadow: 0 0 5px #3b250d;
	-webkit-box-shadow: 0 0 5px #3b250d;
	box-shadow: 0 0 5px #3b250d;
}

.testimony-lightbox .testimony-box label {
	color: #f5f5f5;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    position: relative;
    float: none;
    display: block;
    text-shadow: 0 -1px 2px #000000;
}

.testimony-lightbox .testimony-box input[type="text"] {
	margin-bottom: 25px;
}

.testimony-lightbox .testimony-box input[type="text"],
.testimony-lightbox .testimony-box textarea {
	width: 375px;
    padding-left: 5px;
    padding-right: 5px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #3c260e;
    background: #cfc8bc;
    border-top: 1px solid #c1bbaf;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #cac3b8;
    border-right: 1px solid #cac3b8;
    border-radius: 8px;
    -moz-border-radius: 8px;
    float: none;
    position: relative;
}

.testimony-lightbox .testimony-box textarea {
	height: 135px;
    resize: none;
    line-height: 18px;
}

.testimony-lightbox .testimony-box .btn-orange {
	position: relative;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    float: none;
}
