@import url(https://fonts.googleapis.com/css?family=Bree+Serif);/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. Embedded bootstrap customization
   3. Embedded mixins and helpers
   4. Common site styles
   5. Custom scroll
   ---------------------------------------------------------*/

/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?-ffam4l");
	src: url("../fonts/icomoon.eot?#iefix-ffam4l") format("embedded-opentype"), url("../fonts/icomoon.ttf?-ffam4l") format("truetype"), url("../fonts/icomoon.woff?-ffam4l") format("woff"), url("../fonts/icomoon.svg?-ffam4l#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
	content: "\e604";
}

.icon-greed:before {
	content: "\e601";
}

.icon-list:before {
	content: "\e602";
}

.icon-search:before {
	content: "\e603";
}

.icon-check:before {
	content: "\e600";
}

/* ---------------------------------------------------------
   2. Embedded bootstrap customization
   ---------------------------------------------------------*/

/* ---------------------------------------------------------
   3. Embedded mixins and helpers
   ---------------------------------------------------------*/

.menu ul,
.faq-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.thmbs-area:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.menu ul li.mark > a:before {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ---------------------------------------------------------
   4. Common site styles
   ---------------------------------------------------------*/

/* set default container styles */

html,
body {
	height: 100%;
}

body {
	min-width: 768px;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.container-fluid {
	padding: 0;
}

/* set styles for default page links and buttons */

.btn,
a {
	outline: none !important;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.btn {
	font-size: 16px;
	font-family: "Bree Serif", "Times New Roman", Times, serif;
	border-width: 2px;
	padding: 14px;
}

/* left header bar styles */

.header-bar {
	width: 310px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.header-bar .scroll-frame {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 310px;
}

.header-bar .holder {
	padding: 45px 25px 45px 40px;
}

.jcf-scrollable {
	width: 100%;
	height: 100%;
	overflow: auto;
}

/* page logo styles */

.logo {
	width: 163px;
	height: 73px;
	margin: 0 0 35px;
	display: block;
}

.logo img {
	max-width: 100%;
	vertical-align: top;
}

/* main navigation styles */

.menu {
	font: 24px/1.2 "Bree Serif", "Times New Roman", Times, serif;
	margin: 0 0 16px;
	max-width: 240px;
}

.menu ul {
	padding: 0 0 6px;
	min-height: 484px;
}

.menu ul li {
	margin: 0 0 18px;
	position: relative;
}

.menu ul li.active > a {
	color: #46db91;
}

.menu ul li.mark {
	background: none;
	padding: 0;
}

.menu ul li.mark > a {
	color: #c7c7c7;
}

.menu ul li.mark > a:before {
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -7px;
	background: #46db91;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	content: "\e600";
	color: #fff;
	text-align: center;
	font-size: 6px;
	line-height: 16px;
}

.menu ul li.mark > a:after {
	display: none;
}

.menu ul ul {
	font-size: 13px;
	line-height: 18px;
	padding: 29px 27px 1px 24px;
	min-height: 0;
}

.menu ul ul li {
	margin: 0 0 10px;
}

.menu ul ul li.active > a {
	color: #333;
}

.menu ul ul li.active > a:after {
	content: "";
	position: absolute;
	left: -17px;
	top: 50%;
	margin-top: -3px;
	height: 0;
	width: 0;
	border-bottom: 3.5px solid transparent;
	border-left: 3.5px solid #333;
	border-top: 3.5px solid transparent;
	border-width: 3px 5px;
}

.menu ul ul a {
	color: #929292;
}

.menu ul ul a:hover {
	color: #333;
}

.menu a {
	color: #333;
}

.menu a:hover {
	text-decoration: none;
	color: #46db91;
}

.menu .add-links {
	font: bold 11px/14px Helvetica, Arial, sans-serif;
	margin: 0;
	min-height: 0;
}

.menu .add-links li {
	margin: 0 0 12px;
}

.menu .add-links li.active > a {
	color: #333;
}

.menu .add-links a {
	color: #929292;
}

.menu .add-links a:hover {
	color: #333;
}

/* main informative part styles */

.content-scroll {
	position: absolute;
	top: 37px;
	left: 320px;
	right: 290px;
	bottom: 50px;
	z-index: 1;
}

.content-scroll .content {
	float: none;
	padding: 0 30px 0 0;
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	max-height: none;
}

.content {
	padding: 37px 320px 50px;
	float: left;
	overflow: auto;
	max-height: 100vh;
	width: 100%;
}

.content h2 {
	margin: 43px 0 40px;
}

/* page headline */

.headline {
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 31px;
	padding: 0 0 11px;
}

.headline h1 {
	margin: 0 0 23px;
}

.headline h1 + .row {
	margin-top: -7px;
}

/* search form styles */

.search-form {
	padding: 3px 0 0;
}

.search-form .form-group {
	margin: 0;
}

.search-form .input-group-addon {
	background: none;
	font-size: 15px;
	color: #d2d2d2;
	border: none;
	width: auto;
	padding: 0 11px 0 2px;
}

.search-form .form-control {
	border: none;
	height: auto;
	padding: 1px 0 3px;
	border: none;
	box-shadow: none;
	font: 18px/18px "Bree Serif", "Times New Roman", Times, serif;
}

.search-form .form-control::-webkit-input-placeholder {
	color: #c8c8c8;
}

.search-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #c8c8c8;
}

.search-form .form-control:-moz-placeholder {
	color: #c8c8c8;
}

.search-form .form-control:-ms-input-placeholder {
	color: #c8c8c8;
}

.search-form .form-control.placeholder {
	color: #c8c8c8;
}

/* view type styles */

.view-type {
	margin: 0 14px;
}

.view-type li {
	padding: 0 0 0 16px;
}

.view-type li.active a {
	color: #333;
}

.view-type a {
	color: #d7d7d7;
	display: block;
	height: 24px;
	line-height: 24px;
}

.view-type a:hover {
	text-decoration: none;
	color: #333;
}

.view-type a i {
	vertical-align: middle;
}

.view-type .icon-greed {
	font-size: 13px;
}

.view-type .icon-list {
	font-size: 12px;
}

/* main thumbnails */

.thmbs-area {
	margin: 0 0 0 -24px;
	font-size: 0;
	letter-spacing: -4px;
}

.thmbs-area .thmb-item {
	margin: 0 0 11px 24px;
}

.thmb-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 182px;
	background: #fff;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
}

.thmb-item.ui-draggable-dragging {
	z-index: 1000;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}

.thmb-item.ui-draggable-dragging .img-holder .plus {
	visibility: visible;
	opacity: 1;
}

.thmb-item.ui-draggable-dragging .img-holder .play {
	background: none;
}

.thmb-item .handle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
	opacity: .2;
	z-index: 5;
}

.thmb-item .img-holder {
	position: relative;
}

.thmb-item .img-holder img {
	width: 100%;
	display: block;
}

.thmb-item .img-holder .play {
	z-index: 4;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 38px;
	height: 38px;
	background: #46db91;
	-webkit-transition: background .5s ease;
	transition: background .5s ease;
}

.thmb-item .img-holder .play:before {
	content: "";
	position: absolute;
	left: 13px;
	top: 11px;
	height: 0;
	width: 0;
	border-bottom: 3.5px solid transparent;
	border-left: 3.5px solid #fff;
	border-top: 3.5px solid transparent;
	border-width: 8px 14px;
}

.thmb-item .img-holder .play.poused:after,
.thmb-item .img-holder .play.poused:before {
	border: 2px solid #fff !important;
	border-width: 0 4px 0 0 !important;
	height: 14px;
	content: "";
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin-top: -7px;
	margin-left: -6px;
	width: auto;
}

.thmb-item .img-holder .play.poused:after {
	margin-left: 2px;
}

.thmb-item .img-holder.hover .plus {
	visibility: visible;
	opacity: 1;
}

.thmb-item .img-holder.hover .play {
	background: rgba(70, 219, 145, 0);
}

.thmb-item .img-holder .plus {
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background: rgba(70, 219, 145, .95);
	-webkit-transition: opacity .25s ease, visibility .25s ease;
	transition: opacity .25s ease, visibility .25s ease;
}

.thmb-item .img-holder .plus:before {
	position: absolute;
	left: 50%;
	top: 50%;
	border: 2px solid #fff;
	width: 74px;
	height: 74px;
	margin: -37px 0 0 -37px;
	content: "";
	border-radius: 50%;
}

.thmb-item .img-holder .plus span:after,
.thmb-item .img-holder .plus span:before {
	top: 50%;
	left: 50%;
	position: absolute;
	content: "";
	border: 1px solid #fff;
	border-width: 2px 0 0;
	width: 30px;
	margin: -1px 0 0 -15px;
}

.thmb-item .img-holder .plus span:before {
	width: auto;
	height: 30px;
	border-width: 0 2px 0 0;
	margin: -15px 0 0 -1px;
}

.thmb-item .descr {
	min-height: 99px;
	padding: 13px 10px 0;
}

.thmb-item .title {
	display: block;
	font: 18px/24px "Bree Serif", "Times New Roman", Times, serif;
}

.thmb-item .title a {
	color: #333;
}

.thmb-item .title a:hover {
	text-decoration: none;
	color: #46db91;
}

.thmb-item p {
	margin: 0 0 4px;
}

.thmb-item .category {
	display: block;
	font: 11px/14px Helvetica, Arial, sans-serif;
}

.thmb-item .category a {
	color: #929292;
}

.thmb-item .category a:hover {
	text-decoration: none;
	color: #46db91;
}

/* side thumbnails styles */

.drop-area {
	min-height: 453px;
	position: relative;
	overflow: hidden;
	margin: 0 -23px 20px;
	counter-reset: item;
}

.drop-area .empty-bg {
	visibility: visible;
	opacity: 1;
	background: #f9f9f9;
	position: absolute;
	left: 50%;
	top: 39px;
	width: 360px;
	height: 360px;
	margin-left: -180px;
	line-height: 357px;
	border-radius: 50%;
	padding: 0 0 0 13px;
	-webkit-transition: opacity .5s, visibility .5s;
	transition: opacity .5s, visibility .5s;
}

.drop-area.has-items {
	position: static;
}

.drop-area.has-items .empty-bg {
	display: none;
}

.drop-area .thmb-item {
	background: none;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	display: block;
	width: 100% !important;
	height: auto !important;
	padding: 15px 23px 15px 49px;
	position: relative;
	margin: 0 !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	overflow: hidden;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.drop-area .thmb-item:before {
	content: counters(item, ".") "";
	counter-increment: item;
	font: 42px/1 "Bree Serif", "Times New Roman", Times, serif;
	color: #bababa;
	position: absolute;
	right: auto;
	left: 5px;
	top: 19px;
	text-align: center;
	width: 43px;
}

.drop-area .thmb-item:after {
	border-top: 1px solid #e5e5e5;
	width: 100%;
	position: absolute;
	left: 49px;
	top: 0;
	content: "";
}

.drop-area .thmb-item:first-child:after {
	display: none;
}

.drop-area .thmb-item.hover {
	background: #fafafa;
}

.drop-area .thmb-item.hover .img-holder .plus {
	opacity: 1 !important;
	visibility: visible !important;
}

.drop-area .thmb-item .img-holder {
	float: left;
	width: 55px;
	margin: 0 14px 0 0;
}

.drop-area .thmb-item .img-holder .play {
	display: none;
}

.drop-area .thmb-item .img-holder .plus:before {
	display: none;
}

.drop-area .thmb-item .img-holder .plus span:after,
.drop-area .thmb-item .img-holder .plus span:before {
	-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
	transform: translate3d(0, 0, 0) rotate(45deg);
	width: 20px;
	margin-left: -10px;
}

.drop-area .thmb-item .img-holder .plus span:before {
	height: 20px;
	width: auto;
	margin: -10px 0 0 -1px;
}

.drop-area .thmb-item.ui-draggable-dragging {
	left: auto !important;
}

.drop-area .thmb-item.ui-sortable-helper,
.drop-area .thmb-item.ui-draggable-dragging {
	background: #fafafa;
	position: relative !important;
	left: 0 !important;
}

.drop-area .thmb-item.ui-sortable-helper:before,
.drop-area .thmb-item.ui-draggable-dragging:before {
	content: "-";
}

.drop-area .thmb-item.ui-sortable-helper .img-holder .plus,
.drop-area .thmb-item.ui-draggable-dragging .img-holder .plus {
	opacity: 0 !important;
	visibility: hidden !important;
}

.drop-area .thmb-item .descr {
	padding: 0;
	overflow: hidden;
	min-height: 0;
}

.drop-area .thmb-item .title {
	font-size: 14px;
	line-height: 18px;
	margin: -3px 0 1px;
}

.drop-area .thmb-item .category {
	display: none;
}

/* list thumbnails styles */

.list-type .thmbs-area {
	margin: -18px 0 0 -10px;
}

.list-type .thmb-item {
	overflow: hidden;
	padding: 15px 60px 16px 10px;
	margin: 0;
	border-bottom: 1px solid #f3f3f3;
	display: block;
	width: 100%;
	position: relative;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
}

.list-type .thmb-item .img-holder {
	float: left;
	margin: 0 25px 0 0;
	width: 75px;
	position: static;
}

.list-type .thmb-item .img-holder .play {
	width: 24px;
	height: 24px;
	right: auto;
	bottom: auto;
	top: 66px;
	left: 61px;
	background: #46db91;
}

.list-type .thmb-item .img-holder .play:before {
	left: 8px;
	top: 6px;
	border-width: 6px 9px;
}

.list-type .thmb-item .img-holder .play.poused:after,
.list-type .thmb-item .img-holder .play.poused:before {
	height: 10px;
	margin-top: -5px;
	border-width: 0 2px 0 0 !important;
	margin-left: -3px;
}

.list-type .thmb-item .img-holder .play.poused:after {
	margin-left: 2px;
}

.list-type .thmb-item .img-holder .plus {
	position: absolute;
	right: 22px;
	top: 50%;
	margin-top: -19px;
	left: auto;
	bottom: auto;
	width: 34px;
	height: 34px;
	background: none;
	opacity: 1;
	visibility: visible;
}

.list-type .thmb-item .img-holder .plus:before {
	border-width: 1px;
	border-color: #46db91;
	width: 34px;
	height: 34px;
	margin: -17px 0 0 -17px;
}

.list-type .thmb-item .img-holder .plus span:after,
.list-type .thmb-item .img-holder .plus span:before {
	border-color: #46db91;
	width: 14px;
	margin-left: -7px;
}

.list-type .thmb-item .img-holder .plus span:before {
	width: auto;
	height: 14px;
	margin: -7px 0 0 -1px;
}

.list-type .thmb-item .descr {
	min-height: 0;
	padding: 0;
	overflow: hidden;
}

.list-type .thmb-item .title {
	font-size: 20px;
	margin: 0 0 5px;
}

.list-type .thmb-item p {
	margin: 0 0 6px;
}

.list-type .drop-area .thmb-item {
	font-size: 12px;
	line-height: 18px;
	padding: 15px 23px 15px 49px;
	border: none;
}

.list-type .drop-area .thmb-item .img-holder {
	float: left;
	width: 55px;
	margin: 0 14px 0 0;
	position: relative;
}

.list-type .drop-area .thmb-item .img-holder .plus {
	width: 100%;
	height: 100%;
	background: rgba(70, 219, 145, .95);
	margin: 0;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s ease, visibility .25s ease;
	transition: opacity .25s ease, visibility .25s ease;
}

.list-type .drop-area .thmb-item .img-holder .plus span:after,
.list-type .drop-area .thmb-item .img-holder .plus span:before {
	width: 20px;
	margin-left: -10px;
	border-color: #fff;
}

.list-type .drop-area .thmb-item .img-holder .plus span:before {
	height: 20px;
	width: auto;
	margin: -10px 0 0 -1px;
}

.list-type .drop-area .thmb-item .title {
	font-size: 14px;
	margin: -3px 0 1px;
}

/* intro-text */

.intro-text {
	font-size: 22px;
	line-height: 32px;
	margin: 12px 0 35px;
	color: #333;
}

/* required color */

label .required {
	color: #fe2525;
}

/* form elements */

label {
	font-weight: normal;
	font-family: "Bree Serif", "Times New Roman", Times, serif;
	color: #333;
	margin-bottom: 7px;
}

label span {
	color: #929292;
}

.form-control {
	box-shadow: none !important;
	padding-left: 16px;
}

.has-error .error-message {
	display: block;
}

.error-message {
	display: none;
	font-family: "Bree Serif", "Times New Roman", Times, serif;
	max-width: 268px;
	margin: 10px 0 -5px;
}

/* faq list styles */

.faq-list {
	color: #333;
	font-size: 22px;
	line-height: 31px;
	counter-reset: item;
}

.faq-list li {
	position: relative;
	padding: 0 30px 32px 55px;
}

.faq-list li:before {
	content: counters(item, ".") ".";
	counter-increment: item;
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 24px;
	font-family: "Bree Serif", "Times New Roman", Times, serif;
}

/* sidebar styles */

.aside {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 288px;
	border-left: 1px solid #e8e8e8;
	background: #f4f4f4;
	text-align: center;
	line-height: 21px;
	overflow: hidden;
}

.aside .scroll-frame {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.aside .holder {
	padding: 25px 23px;
}

.aside .jcf-scrollbar-vertical {
	right: auto !important;
	left: 0 !important;
	background: #c7c7c7;
}

.aside .jcf-scrollable {
	width: 100% !important;
}

.aside:before {
	border-left: 1px solid #e8e8e8;
	background: #f4f4f4;
	position: absolute;
	right: 0;
	top: 0;
	width: 288px;
	z-index: -1;
	content: "";
	height: 100%;
}

.aside h3 {
	border-bottom: 1px solid #e8e8e8;
	margin: 0 -23px 27px;
	padding: 0 23px 23px;
}

.aside > p {
	margin: 0 20px 20px;
}

/* copyright */

.copy {
	margin: 0;
	padding: 25px 0 0;
	position: relative;
	font: 10px/14px Helvetica, Arial, sans-serif;
	color: #bababa;
}

.copy a {
	color: #bababa;
}

.copy a:hover {
	text-decoration: none;
	color: #333;
}

.copy:before {
	border-top: 2px solid #e5e5e5;
	width: 45px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

/* success button area */

.success-area.drag-process .text-danger {
	visibility: visible;
}

.success-area.drag-success .success-message {
	display: block;
}

.success-area.drag-success .text-danger,
.success-area.drag-success .btn {
	display: none;
}

.success-area .text-danger {
	color: #fe2525;
	position: relative;
	padding: 0 0 21px 47px;
	font-family: "Bree Serif", "Times New Roman", Times, serif;
	line-height: 18px;
	visibility: hidden;
}

.success-area .text-danger i {
	position: absolute;
	left: 2px;
	top: 3px;
	text-align: center;
	border: 2px solid #fe2525;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	font-size: 18px;
	line-height: 28px;
}

.success-area .btn.disabled {
	background: none;
	color: #c3c3c3;
	border-color: #dbdbdb;
}

.success-area .success-message {
	display: none;
	color: #333;
	line-height: 20px;
	font-family: "Bree Serif", "Times New Roman", Times, serif;
	margin: 0 auto;
	max-width: 180px;
}

.success-area .success-message i {
	display: block;
	margin: -23px auto 10px;
	border: 3px solid #46db91;
	color: #46db91;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 18px;
	line-height: 42px;
}

.success-area .success-message h3 {
	font-size: 24px;
	margin: 0 0 9px;
	padding: 0;
	border: none;
}

.success-area .success-message p {
	margin: 0;
}

/* login page */

.login-page {
	min-width: 400px;
}

.login-page .container-fluid {
	max-width: 362px;
}

.login-page #wrapper {
	height: auto;
}

.login-page .headline {
	padding: 106px 0 19px;
	border: none;
	margin: 0;
}

.login-page .logo {
	margin: 0 auto 49px;
	width: 206px;
	height: 190px;
}

.login-page h1 {
	font-size: 24px;
	margin: 0;
}

.login-page .content-box {
	border: 1px solid #e0e0e0;
	background: #f4f4f4;
	padding: 29px 36px;
	margin: 0 0 50px;
}

.login-page form {
	margin: 0 0 11px;
}

.login-page .btn {
	margin: 0;
}

.login-page .forgot-active .main-form {
	display: none;
}

.login-page .forgot-active .forgot-opener {
	display: none;
}

.login-page .forgot-form {
	display: none;
}

.login-page .forgot-form .form-group {
	margin-bottom: 20px;
}

.login-page .main-form {
	padding: 0;
}

/* modal windows style */

.modal {
	/* modal close buton */ /* modal content area */
}

.modal .close {
	position: absolute;
	right: 33px;
	top: 20px;
	opacity: 1;
	color: #333;
	font-size: 32px;
	font-weight: bold;
}

.modal .modal-dialog {
	margin-top: 60px;
	margin-bottom: 60px;
	min-width: 600px;
	overflow: auto;
}

.modal .modal-content {
	border-radius: 0;
	border: none;
	box-shadow: none;
}

.modal .icon-holder {
	margin: 0 0 38px;
}

.modal .icon-holder img {
	vertical-align: top;
}

.modal .modal-title {
	font-size: 32px;
	position: relative;
	margin: 0 0 32px;
}

.modal .modal-title:after {
	display: block;
	margin: 21px auto 0;
	width: 86px;
	border-top: 2px solid #dedede;
	content: "";
}

.modal .intro-text {
	font-size: 20px;
	margin: 0 0 60px;
}

.modal .btn {
	min-width: 384px;
}

/* ---------------------------------------------------------
   5. Custom scroll
   ---------------------------------------------------------*/

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #f4f4f4;
	width: 5px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 0;
	width: 0;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #929292;
	height: 1px;
	width: 5px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 0;
	width: 5px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

@media only screen and (max-width: 1439px) {
	.content-scroll {
		right: 260px;
		left: 230px;
	}

	.thmbs-area {
		margin-left: -10px;
	}

	.thmbs-area .thmb-item {
		margin-left: 10px;
	}

	.content-scroll {
		right: 0;
		left: 230px;
	}

	.content {
		padding: 37px 260px 50px 230px;
	}

	.header-bar {
		width: 220px;
	}

	.header-bar .scroll-frame {
		width: 100%;
	}

	.header-bar .holder {
		padding: 45px 10px 45px 20px;
	}

	.aside {
		width: 230px;
	}

	.home .content-scroll {
		right: 260px;
	}

	.home .headline .row > div {
		width: 50%;
	}

	.home .headline .view-type {
		margin: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.content-scroll .content {
		padding-right: 0;
	}

	.thmb-item {
		width: 170px;
	}
}

@media only screen and (max-width: 1023px) {
	.list-type .thmb-item {
		padding-right: 37px;
	}

	.list-type .thmb-item .img-holder {
		margin-right: 10px;
	}

	.list-type .thmb-item .img-holder .plus {
		right: 0;
	}
}

@media only screen and (max-width: 1000px) {
	.thmb-item {
		width: 132px;
	}
}
.validation-summary-errors ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    color: red;
    list-style: none;
}