.hidden {
	display: none!important;
}

.invisible {
	visibility: hidden;
}

.required {
	color: #FF0000!important;
}

.disabled {
	opacity: 0.5!important;
	cursor: default!important;
}

.center {
	text-align: center;
}

.through {
	text-decoration: line-through;
}

.red {
	color: #FF0000;
}

.white {
	color: #fff;
}

.no-padding {
	padding-top: 0!important;
	padding-right: 0!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
}

.no-margin {
	margin-top: 0!important;
	margin-right: 0!important;
	margin-bottom: 0!important;
	margin-left: 0!important;
}

.no-shadow {
	box-shadow: none!important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.t-0 {
	top: 0;
}

.b-0 {
	bottom: 0;
}

.l-0 {
	left: 0;
}

.r-0 {
	right: 0;
}

.tb-0 {
	top: 0;
	bottom: 0;
}

.lr-0 {
	left: 0;
	right: 0;
}

.tblr-0 {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.nowrap {
	white-space: nowrap;
}

.undecorated {
	text-decoration: none;
}

a.undecorated:hover {
	text-decoration: none;
}

select.error, input.error, textarea.error {
	border: 1px solid #FF0000;
	background: #FFEBE8;
}

span.error {
	color: #FF0000;
	font-size: 10px;
	display: block;
	line-height: 1;
}

span.field-hint {
	font-size: 10px;
	color: #aaa;
}

.clear {
	clear: both;
}

.site-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.site-loader .loader-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    margin: auto;	
	background: #000;
	border-radius: 5px;
}

.site-loader .loader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    margin: auto;
}

.popup-wrap {
	position: fixed;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0; 
	z-index: 9999;
}

.popup-content {
	position: absolute;
	width: 100%;
	height: 600px;
	margin: auto;
	top: 0;
	bottom: 0;
}

.popup-wrap .popup-content .form-block {
	width: 800px;
    max-width: 90%;
    max-height: 90%;
    overflow-y: auto;
    background: #fff;
    margin: auto;
}

.popup-wrap .popup-content .form-block .popup-close {
	position: absolute;
    top: 10px;
    right: 10px;
}

.form-block {
	border: 1px solid #e7e7e7;
	padding: 20px;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
}

.form-block .form-block-title {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
}

.form-block .success {
	color: #5cb85c;
	border: 1px solid #5cb85c;
	background: #dff0d8;
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
}

.form-block .form-block-loader {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.5);
}

.form-block .form-block-loader img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

#subscribe-form-content .form-block {
	width: 300px;
    max-width: 100%;
    margin: auto;
    background: #fff;
    top: 70px;
}

#subscribe-form-content .form-block .modal-loader {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.5);
    z-index: 1000;
}

#subscribe-form-content .form-block .modal-loader img {
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.form-row {
	margin-bottom: 5px;
}

.input-text {
	display: block;
	width: 100%;
	height: 35px;
	border: 1px solid #ccc; 
	text-indent: 5px;
}

textarea.input-text {
	height: 100px;
}

.owl-carousel .owl-stage {
	margin: auto;
}