.test-list {
	position: relative;
	font-family: "Open Sans", sans-serif;
	background: url(/assets/img/slider-bg.jpg) no-repeat bottom center;
	padding-bottom: 66px;
}
.test-list .title {
	padding: 10px 10px 10px 30px;
	background: #000000;
	color: #ffffff;
	font-size: 23px;
	position: relative;
	margin-left: -20px;
	border-bottom: 5px solid #ed1c2e;
}
.test-list > div {
	background: #f3f3f3;
	overflow: hidden;
}
.test-list .info {
	margin: 10px 0 10px 40px;
	width: 230px;
	border-right: 1px solid #cccccc;
	padding: 60px 15px 10px 10px;
	float: left;
	height: 190px;
	box-sizing: border-box;
}
.test-list .info span {
	display: block;
	text-align: right;
}
.test-list .info .n {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
}
.test-list .info .t {
	font-size: 11px;
	font-style: italic;
}
.test-list .info .l {
	font-size: 11px;
	font-weight: bold;
}
.test-list .info .v {
	font-size: 11px;
}
.test-list p {
	width: 370px;
	display: block;
	float: right;
	font-size: 13px;
	font-weight: bold;
	margin: 40px 25px 20px 25px;
	line-height: 18px;
	height: 150px;
	overflow: hidden;
}
.test-list .cycle-prev {
	position: absolute;
	left: 25px;
	top: 130px;
	border-radius: 30px;
	width: 33px;
	height: 33px;
	color: #ffffff;
	z-index: 1000;
}
.test-list .cycle-next {
	position: absolute;
	right: 20px;
	top: 130px;
	border-radius: 30px;
	width: 33px;
	height: 33px;
	color: #ffffff;
	z-index: 1000;
}
.test-list .cycle-prev:hover,
.test-list .cycle-next:hover {
	opacity: 0.5;
}
.videos {
	position: relative;
	font-family: "Open Sans", sans-serif;
	padding-bottom: 50px;
}
.videos .title {
	padding: 10px 10px 10px 30px;
	color: #000000;
	font-size: 23px;
	font-weight: bold;
	position: relative;
	margin-left: -20px;
	margin-bottom: 25px;
	border-bottom: 5px solid #ed1c2e;
}
.videos .title a {
	float: right;
	font-size: 0;
	background: url(/assets/img/all-videos.png) no-repeat;
	width: 193px;
	height: 33px;
	display: inline-block;
	position: relative;
	top: -10px;
	left: 18px;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.videos .title a:hover {
	background-position: 4px 0;
	opacity: 0.8;
}
.videos .list {
	padding-left: 60px;
}
.videos .list a {
	border-right: 1px solid #cccccc;
	max-width: 292px;
	display: inline-block;
	position: relative;
}
.videos .list a:hover {
	background: #f1f1f1;
}
.videos .list a:first-child {
	margin-right: 60px;
}

.videos .list .caption {
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 100%;
	height: 55px;
	box-sizing: border-box;
	padding: 10px 25px 10px 10px;
	background: #000000;
	color: #ffffff;
	font-family: Lato, sans-serif;
	border-bottom: 5px solid #ed1c2e;
}

.videos .list .caption span {
	display: block;
	text-align: right;
}

.videos .list .caption span:first-child {
	font-size: 15px;
	margin-bottom: 3px;
}

.videos .list p {
	font-family: Lato, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding: 10px 5px 0 10px;
}
.reviews {
	position: relative;
	font-family: Lato, sans-serif;
	padding-bottom: 50px;
}
.reviews .title {
	padding: 10px 10px 10px 30px;
	color: #000000;
	font-size: 23px;
	font-weight: bold;
	position: relative;
	margin-left: -16px;
	border-bottom: 5px solid #ed1c2e;
}
.reviews .title a {
	float: right;
	font-size: 0;
	background: url(/assets/img/all-reviews.png) no-repeat;
	width: 193px;
	height: 33px;
	display: inline-block;
	position: relative;
	top: -10px;
	left: 18px;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.reviews .title a:hover {
	background-position: 4px 0;
	opacity: 0.8;
}
.reviews .form {
	padding: 8px;
	text-align: right;
	position: relative;
	background: #e6e5e5;
	margin-bottom: 5px;
}
.reviews .form:before {
	content: '';
	background: #e6e5e5;
	left: -16px;
	width: 20px;
	top: 0;
	height: 100%;
	position: absolute;
}
.reviews .form label {
	display: inline-block;
	margin-left: 20px;
	margin-right: 10px;
	font-size: 13px;
	font-weight: bold;
}
.reviews .form select {
	display: inline-block;
	width: 120px;
}
.reviews .list {
	/*padding-left: 60px;  */
	margin-left: -15px;
}
.reviews .list > div {
	overflow: visible;
	background: url(/assets/img/reviews-bg.jpg) repeat-x;
	position: relative;
	height: 140px;
}
.reviews .list > div:before {
	content: '';
	position: absolute;
	/*left: -75px;*/
	left: -45px;
	top: 0;
	width: 0px;
	height: 100%;
	background: url(/assets/img/reviews-bg.jpg) repeat-x;
}
.reviews .info {
	margin: 10px 0 10px -25px;
	width: 345px;
	border-right: 1px solid #cccccc;
	padding: 30px 15px 10px 30px;
	float: left;
	height: 110px;
	box-sizing: border-box;

}
.reviews .info span {
	display: block;
	text-align: right;
}
.reviews .info .n {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}
.reviews .info .t {
	font-size: 13px;
	font-weight: bold;
}
.reviews .info .l {
	font-size: 13px;
	font-style: italic;
}
.reviews .info .v {
	font-size: 11px;
	font-style: italic;
	color: #ed1c2e;
	font-weight: bold;
}
.reviews p {
	width: 370px;
	display: table;
	float: left;
	letter-spacing: 0.3px;
	font-size: 12.0px;
	font-weight: bold;
	margin: 20px 15px 20px 20px;
	line-height: 16px;
	height: 95px;
	overflow: hidden;
}
.reviews p span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */

.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0, 0, 0, 0.9);
	outline: none !important;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.lity.lity-opened {
	opacity: 1
}
.lity.lity-closed {
	opacity: 0
}
.lity * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important
}
.lity-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em
}
.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.lity-loading .lity-loader {
	opacity: 1
}
.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important
}
.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: -o-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}
.lity-loading .lity-content,
.lity-closed .lity-content {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}
.lity-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}
.lity-close {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.lity-close::-moz-focus-inner {
	border: 0;
	padding: 0
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.lity-close:active {
	top: 1px
}
.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0
}
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
	width: 100%;
	max-width: 964px
}
.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch
}
.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000
}
.lity-hide {
	display: none
}
