<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
@import url(fonts/fonts.css);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash&amp;subset=latin-ext');
/************************* Site styles *****************************/

/*******************************************************************/
/*************************** Global styles *************************/
/*******************************************************************/
body {
	padding: 0;
	margin: 0;
	/*overflow-x: hidden;*/
	background: #FFF;
}

#Page {
	background: url('../images/bg_mp.jpg') repeat-x top;
}

#Page.subsite {
	background: #FFF url('../images/bg.jpg') repeat-x top;
}

.whitebg {
	background-color: #FFF;
	padding: 0 20px;
}

/*body * :focus { 
	outline: 1px solid transparent !important; border: 1px solid transparent !important; 
}

a:focus {
	outline: 5px auto transparent !important; 
	border: 0 !important;
}*/

h1 {
	margin: 0;
	color:#EC5401; 
	font-weight: normal;
}
p {
	font-family: 'Open Sans';
	color: #666; 
	line-height: 24px;
}
a {
	color: #6AABD7;
	font-size: 18px;
	text-decoration: none;
}

a:hover {color: #1b7e5a; }

* { box-sizing: border-box; }
/* Fancy blur effect */
#nprogress .peg {
	box-shadow: 0 0 10px #28ab9d, 0 0 5px #28ab9d !important;
}
#nprogress .bar {
	background: #28ab9d !important;
	height: 3px !important;
}
.block-content, .block-content div, .block-content p {
	font-family: 'Open Sans';
	font-size: 18px;
}
#scrollTop{
	text-align: center;
	position: fixed;
	width: 50px;
	height: 46px;
	bottom: 15%;
	right: -50px;
	background: #28ab9d;
	opacity: 0;
	padding: 5px 0;
	-webkit-transition: opacity .5s ease-in-out, right .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out, right .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out, right .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out, right .5s ease-in-out;
	transition: opacity .5s ease-in-out, right .5s ease-in-out;
	z-index: 999;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-ms-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
span.points{
	width: 97px;
	height: 0;
	margin: 13px 5px 18px 0px;
	border-bottom: 2px dotted rgba(255,255,255,0.4);
	display: inline-block;
	float: none !important;
}
span.points.float-right {
	margin: 13px 0px 18px 5px;
	
}

/*******************************************************************/
/*********************** Global styles end *************************/
/*******************************************************************/

/*******************************************************************/
/***************************** COOKIE BAR **************************/
/*******************************************************************/
.cookie-message {
	float: left;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	padding: 5px 1% 5px 1%;
	margin: 0;
	padding-top: 5px;
	position: fixed;
	z-index: 99999;
	min-height: 42px !important;
	border: 0;
	text-align: left;
	background: rgb(252,255,244);
	background: -moz-linear-gradient(top, rgba(252,255,244,1) 0%, rgba(224,224,224,1) 45%, rgba(224,224,224,1) 100%);
	background: -webkit-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(224,224,224,1) 45%,rgba(224,224,224,1) 100%);
	background: linear-gradient(to bottom, rgba(252,255,244,1) 0%,rgba(224,224,224,1) 45%,rgba(224,224,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e0e0e0',GradientType=0 );
	box-shadow: 0 0 25px #222;
}

.cookie-message a {
	float: right;
	color: #fff;
	margin: 0 5px;
	font-size: 13px;
}
.cookie-message p {
	color: #333;
	font: normal 13px 'Open Sans';
	margin: 0.5em 0;
	line-height: 16px;
	float: left;
}


@media all and (max-width: 680px) {
	.cookie-message {
		height: auto !important;
		padding-bottom: 30px;
	}
	.cookie-message a {
		top: auto !important;
		bottom: 0;
		width: 92%;
		font-size: 12px !important;
		text-align: center;
		color: #222 !important;
	}

	.cookie-message p {
		padding: 0 10px;
	}
}
/*******************************************************************/
/*************************** COOKIE BAR END ************************/
/*******************************************************************/

/*******************************************************************/
/**************************** TOOLTIP ******************************/
/*******************************************************************/
body .ui-tooltip, .arrow:after {
	/*background: rgba(255,255,255,.90);*/
	background: #28AB9D;
	border: 0;
}
body .ui-tooltip {
	padding: 10px 20px;
	/*color: #0b9344;*/
	color: #fff;
	border-radius: 0px;
	text-transform: uppercase;
	border: 0;
	box-shadow: none;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 20%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 25px;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	/*box-shadow: 6px 5px 9px -9px blue;*/
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
/*******************************************************************/
/**************************** TOOLTIP END **************************/
/*******************************************************************/

/*******************************************************************/
/****************************** SITE *******************************/
/*******************************************************************/
.wrapper {
	max-width: 1280px;
	margin: auto;
	width: 100%;
	position: relative;
}

.container {position:relative;}

#Page {
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
	font-family: 'Open Sans', Sans-serif;
}

#player_shadow {
	float:left;
	width: 100%;
	clear: both;
	height: 20px;
	background: url('../images/shadow.png') no-repeat center top;
}

#Content {
	width: 100%;
	height: 100%;
	float: left;
	padding: 0;
}

#profile {
	padding: 0;
}
/*************************** NEWSLETTER ****************************/
#NLButton {
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 30%;
	text-align: center;
	background: #F22428;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out, right .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out, right .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out, right .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out, right .5s ease-in-out;
	transition: opacity .5s ease-in-out, right .5s ease-in-out;
}
#NLButton .fa{
	width: 50px;
	padding: 10px 0;
}
#NLButton .NLButtonText{
	float: right;
	padding: 12px 20px;
	font-family: 'Open Sans';
	font-size: 18px;
	color: #ffffff;
	margin-right: -250px;

	-webkit-transition: margin .5s ease-in-out;
	-moz-transition: margin .5s ease-in-out;
	-ms-transition: margin .5s ease-in-out;
	-o-transition: margin .5s ease-in-out;
	transition: margin .5s ease-in-out;
}
.nwl_terms *, .nwl_terms {
	font-size: 14px;
}

#accept_nwl_terms {
	margin: 2px 3px;
}
/*******************************************************************/
/**************************** SITE END *****************************/
/*******************************************************************/

/*******************************************************************/
/****************************** HEAD *******************************/
/*******************************************************************/
#header {
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
	height: 80px;
	margin: 20px 0 10px 0;
	box-sizing: border-box;
}

#header &gt; .container {
	height: 91px;
	background: #fff;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	max-width: 1250px;
	padding: 0;
	width: 100%;
}

#header-inner {
	float: left;
	width: 100%;
	height: 68px;
	padding-left: 5%;
	margin-top: 4px;
	background: #082a50;
}

#Logo {
	float: left;
	margin-top: -35px;
	margin-left: -50px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
#Logo a {
	font-family: 'Norican';
	font-size: 62px;
	color: #fff;
	text-decoration: none !important;
}
#Logo img {
	float: left;
	margin-right: 10px;
	padding: 0;
	max-width: 200px;
}

a.facebook-log{
	float: left;
	width: 125px;
	height: 38px;
	background: url('../images/login_fb.png') no-repeat top left;
	margin: 0px 2px 0;
	text-indent: -1000px;
	font-size: 0px;
	overflow: hidden;
}
a.google-log{
	float: right;
	width: 125px;
	height: 38px;
	background: url('../images/login_gg.png') no-repeat top left;
	margin: 0px 2px 0;
	text-indent: -1000px;
	font-size: 0px;
	overflow: hidden;
}
#userRegister {
	padding: 0 30px;
}

#userRegister a.ui-button.font16 {
	padding: 20px;
}

#userRegister .ui-button.submit {
	font-size: 30px;
	padding: 20px 30px;
}

#password_check, #password_conf_check {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
	line-height: 24px;
}

#password_check.short, #password_conf_check.short{
	font-weight:bold;
	color:#FF0000;
	font-size:12px;
	border-top: 2px solid red;
	max-width: 45%;
}

#password_check.weak{
	font-weight:bold;
	color:orange;
	font-size:12px;
	border-top: 2px solid orange;
	max-width: 60%;
}
#password_check.good{
	font-weight:bold;
	color: gray;
	font-size:12px;
	border-top: 2px solid yellow;
	max-width: 75%;
}

#password_check.strong, #password_conf_check.strong {
	font-weight:bold;
	color: green;
	font-size:12px;
	border-top: 2px solid green;
	max-width: 100%;
}

#loginBox{
	position: absolute;
	top: 100%;
	left: -50px;
	background: #FFF;
	padding: 10px;
	z-index: 1;
	width: 300px;
	box-shadow: 0 5px 10px #CCC;
	border-radius: 0 0 10px 10px;
}
#loginBox .portlet-title{
	float: left;
	width: 100%;
	font-size: 24px;
	text-align: center;
	color: #082A50;
	padding: 10px 0;
	font-weight: normal;
	font-family: 'Raleway';
	text-transform: uppercase;
}
#loginBox .portlet-body{
	float: left;
	padding: 10px;
	width: 100%;
}
#loginBox .portlet-body input,
#loginBox .portlet-body button{
	float: left;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #DDD;
	background: rgba(255,255,255,0.9);
	color: #424242;
	font-size: 16px;
}

#loginBox .portlet-body input:focus {
	border: 1px dotted #DDD !important;
}

#loginBox .portlet-body button{
	background: #28ab9d;
	color: #ffffff;
	margin: 0;
	cursor: pointer;
	-webkit-transition: background .8s;
	-moz-transition: background .8s;
	-ms-transition: background .8s;
	-o-transition: background .8s;
	transition: background .8s;
}

#loginBox .portlet-body a {
	color: #082A50;
}

#loginBox .portlet-body button:hover{
	background: #082A50;
}
/*******************************************************************/
/****************************** HEAD END ***************************/
/*******************************************************************/

/*******************************************************************/
/******************************** MENU *****************************/
/*******************************************************************/
#menu {
	float: left;
	margin: 0;
	padding: 0;
	width: 55%;
	padding-left: 0;
	background: #11447d;
	height: 68px;
}
#menu ul {
	float: left;
	list-style: none;
	width: 100%;
	margin: -2px;
	padding: 0;
}
#menu ul li {
	float: left;
	padding: 5px;
	position: relative;
	background: transparent;
}

#menu ul li .fa {
	display: none;
}

#menu ul li.designated {
	background: #de221e;
	padding: 0 5px;
}

#menu ul li.designated a {
	padding: 20px 20px 5px 20px;
	margin: 0;
	border: none;
}

#menu ul &gt; li:last-child &gt; a {border: none;}

#menu ul li.designated small {
	font-size: 11px;
	text-transform: uppercase;
	clear: both;
	display: block;
	text-align: right;
	padding: 0;
	margin-top: -15px;
}

#menu &gt; ul &gt; li {
	padding-right: 0;
}
#menu &gt; ul &gt; li:last-child {
	padding-right: 0 !important;
	border: 0;
	margin-right: 0;
}

#menu &gt; ul &gt; li:last-child a {
	padding-right: 15px;
}
#menu ul li a {
	font-size: 18px;
	margin: 0 0;
	padding: 7px 10px;
	margin: 8px 0;
	font-family: 'Raleway';
	float: left;
	width: 100%;
	color: #ffffff;
	font-weight: normal;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
	line-height: 32px;
	border-right: 1px dotted #416997;
}
#menu ul li a .icon{
	font-size: 30px;
	float: left;
	margin-right: 15px;
	margin-top: 0px;
}
#menu &gt; ul &gt; li.active, #menu &gt; ul &gt; li:hover {
	text-decoration: none;
	background: #28ab9d;
}

#menu &gt; ul &gt; li.active a, #menu &gt; ul &gt; li:hover a {
	text-decoration: none;
}

#menu ul li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	width: 220px;
	z-index: 9999;
}
#menu ul li.right ul {
	left: auto;
	right: 0;
}
#menu ul li ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #11447d;
}
#menu ul li ul li a {
	padding: 10px 15px;
}
#menu ul li ul li.active a, #menu ul li ul li:hover a {
	border: 0;
	background: #11447d;
	color: #FFF;
}
#menu-trigger{display: none;}

#interactions, #user_nav {
	background: #082a50;
	width: 31%;
	padding: 10px;
	height: 68px;
	position: relative;
	float: right !important;
}

#user_nav {
	float:right;
	width: auto;
	padding: 0;
	height: 48px;
}

#user_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#user_nav &gt; ul {
	position: relative;
}

#user_nav ul ul {
	position: absolute;
	top: 58px;
	right: 0px;
	background: rgba(255,255,255,0.85);
	z-index: 999999;
	padding: 10px 20px;
	width: 240px;
}

#user_nav ul ul li {
	float: left;
	width: 100%;
	clear: both;
	padding: 10px 5px;
	border-bottom: 1px dotted #DDD;
}

#user_nav ul ul li a {
	font-size: 14px;
	color: #333;
}

#user_nav ul ul li input {
	background: #395573;
	color: #fff;
	border: 1px solid #395573;
	padding: 10px;
	width: 100%;
}

#interactions &gt; a, #user_nav &gt; ul &gt; li &gt; a {
	float: left;
	font-size: 16px;
	font-family: 'Raleway';
	font-weight: bold;
	color: #FFF;
	line-height: 50px;
	padding: 0 0;
	margin-bottom: 10px;
}

#interactions &gt; a .fa {
	font-size: 24px;
	padding: 0 10px;
	float: left;
	margin-top: 12px;
}

#user_nav &gt; ul &gt; li &gt; a &gt; .fa-user {
	font-size: 24px;
	padding: 0 10px;
	float: left;
	margin-top: 10px;
	opacity: .80;
}

#user_nav &gt; ul &gt; li &gt; a &gt; .fa-sort-desc {
	float: right;
	font-size: 14px;
	padding: 0 10px;
	margin-top: 16px;
}

#user_nav &gt; ul &gt; li &gt; a {
	border-right: 1px dotted #395573 !important;
	border-left: 1px dotted #395573 !important;
	padding: 0 20px;
}

#interactions a.login {
	margin-right: 7px;
	border-right: 1px dotted #395573 !important;
	padding-right: 20px;
}

#interactions .forgotpassword {
	line-height: 30px;
	float: left;
	margin-bottom: 10px;
	padding: 0 10px;
	text-align: center;
	border-bottom: 1px dotted #DDD;
}

/*******************************************************************/
/****************************** MENU END ***************************/
/*******************************************************************/

/*******************************************************************/
/**************************** CONTENT ******************************/
/*******************************************************************/

/******************************* CONTACT ********************************/
#Contact fieldset {
	border: none;
	padding: 0;
	margin: 5px 0 5px 0;
}
#Contact fieldset legend {
	background: #FF5522;
	padding: 3px 10px;
	color: #FFF;
	font-family: 'Open Sans';
	border-radius: 0 0 5px 0;
}
#Contact fieldset .ui-input, #Contact textarea {
	padding: 10px;
	border: 1px solid #BBB;
	width: 100%;
	margin-top: 5px;
	font-family: 'Open Sans';
}
#Contact textarea {
	height: 50px;
	margin-top: 5px;
	width: 100%;
	height: 70px;
	max-width: 375px;
	max-height: 70px;
}
.contact-submit {
	background: #3F7FBB;
	color: #FFF;
	padding: 5px 10px;
	border: 0;
	font-size: 16px;
	font-family: 'Open Sans';
	text-transform: uppercase;
}
#contact .form-row {
	float: left;
	width: 100%;
	padding: 10px 0;
}
#contact .form-row label {
	float: left;
	width: 40%;
	text-align: right;
	padding: 5px 2%;
	font-family: 'Open Sans';
}
#contact .form-row .ui-input {
	float: left;
	width: 100%;
	padding: 10px;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
}

#contact .form-row input.ui-button {
	padding: 20px 30px;
}

.mce-tinymce {
	float: right !important;
}

/******************************* CATEGORY ********************************/
#category{
	float: left;
	width: 100%;
	padding: 0 0 15px 0;
	min-height: 410px;
}

h2.category-title{
	font-size: 30px;
	font-weight: lighter;
	color: #082a50;
	position: relative;
}


#mainpage .category-title {
	padding-bottom: 16px;
	margin: 0;
	padding-left: 20px;
	font-weight: lighter;
}

#advert-title .category-title {
	padding-bottom: 16px;
	margin: 0;
	padding: 0 10px 20px 10px;
	background: #fff;
	font-weight: lighter;
	min-width: 140px;
}

#advert-title .category-title &gt; small {
	right: 10px;
}

.category-title &gt; small {
	display: inline-block;
	background: #082a50;
	color: #fff !important;
	font-size: 11px !important;
	padding: 3px 10px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.category-title &gt; a{
	font-size: 1em;
	color: #0B9344;
}
.category-default-content{
	float: left;
	width: 100%;
	padding: 10px;
	line-height: 150%;
	color: #343E46;
}
.category-default-content p {
	margin: 0;
}

.category-item.category-list-item a { float: left; width: 100%;  padding: 10px; position: relative; overflow: hidden; }
.category-item.category-list-item .category-item-image { float: left; width: 100%; overflow: hidden; }
.category-item.category-list-item .category-item-image img { float: left; width: 100%; }
.category-item.category-list-item h3 {color: #333;margin: 0;font-size: 18px;width: 100%;float: left;clear: both;padding: 10px 5px;}
.category-item.category-list-item.noImage h3{float: left;width: 100%;position: relative;color: #FFF;font-weight: normal;font-size: 24px;padding: 5px 10px;margin: 0;background: #0B9344;}
.category-item.category-list-item .event-desc {font-size: 12px;font-weight: normal;color: #666;float: right;margin-right: 10px;margin-top: 10px;}
.category-item.category-list-item .intro-description { float: left; padding: 10px 0; font-size: 14px; color: #424242; line-height: 20px;}
#sText, #lText { font-size: 1em; }
#sText table, #lText table {
	display: block;
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 115%;
	overflow: auto;
	width: auto;

}
#sText table th, #lText table th {
	background-color: rgb(37, 123, 197);
	color: white;
	font-weight: normal;
	padding: 20px 30px;
	text-align: center;
}
#sText table td, #lText table td {
	background-color: rgb(229, 235, 243);
	color: rgb(111, 111, 111);
	padding: 15px 30px;
}

#tagsInner {
	float: left;
	width: 100%;
	min-height: 400px;
}

.n-tag {
	float: left;
	padding: 5px 10px;
	font-size: 12px;
	color: #777;
	background-color: #EEE;
	border: 1px solid #DDD;
	border-radius: 5px;
	margin: 3px 0;
}

.n-tag:hover {
	background-color: #DDD;
}

.ts {
	float: left;
	margin: 10px 3px;
}

.block-content .table td {
	vertical-align: middle;
}

/*******************************************************************/
/************************** CONTENT END ****************************/
/*******************************************************************/

/*******************************************************************/
/***************************** FOOTER ******************************/
/*******************************************************************/
footer {
	width: 100%;
	clear: both;
}

#footer {
	float: left;
	width: 100%;
	background: url('../images/bottom_bg.jpg') repeat !important;
	line-height: 16px;
	font-size: 14px;
	color: #fff;
	font-family: 'Raleway';
}
#footer .wrapper {
	max-width: 1280px !important;
	overflow: hidden;
}

#footer-top {
	padding-bottom: 20px;
}

#footer .footer-bottom {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#145195+0,0f3b6d+100 */
	background: #145195; /* Old browsers */
	background: -moz-linear-gradient(top,  #145195 0%, #0f3b6d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #145195 0%,#0f3b6d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #145195 0%,#0f3b6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#145195', endColorstr='#0f3b6d',GradientType=0 ); /* IE6-9 */
	padding: 10px 0;
}

#footer .footer-bottom .f-content a {
	font-size: 12px;
	color: #fff;
	padding: 0 10px 0 10px;
	margin-top: 10px;
	float: left;
	border-right: 1px solid #DDD;
}

#footer .footer-bottom a:first-child {
	padding-left: 0;
}

#footermenu{
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 14px 0 0 0;
}
#footermenu li {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

#footermenu li a:before {
	content: '\f00c';
	float: left;
	font-family: 'FontAwesome';
	margin-right: 10px;
}

#footermenu li:last-child a {
	border-right: 0;
	padding-right: 0;
}

#footermenu li a{
	float: left;
	color: #fff;
	width: 100%;
	padding: 10px 0 13px 0;
	border-bottom: 1px solid #145382 !important;
}
#footermenu li a:hover{
	text-decoration: underline;
}
#footer .f-content {
	padding: 10px;
}
#footer .author{
	font-size: 14px;
	padding: 0px 5px;
	margin: 18px 0px;
	color: #fff;
	text-align: center;
}
/*******************************************************************/
/*************************** FOOTER END ****************************/
/*******************************************************************/

#menu li.messages, #menu li.likes {
	position: relative;
}

.indicator {
	position: absolute;
	background-color: red;
	font-size: 12px;
	color: #fff !important;
	border-radius: 20px;
	width: 18px;
	height: 18px;
	left: 0px;
	top: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 16px;
	text-overflow: clip !important;
	overflow: visible !important;
	font-size: 12px !important;
	padding: 0 !important;
	line-height: 17px !important;
}

#mm-mainmenu .indicator {
	position: absolute;
	background-color: red;
	font-size: 12px;
	color: #fff !important;
	border-radius: 20px;
	width: 18px;
	height: 18px;
	left: 7px;
	top: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 16px;
	text-overflow: clip !important;
	overflow: visible !important;
	font-size: 12px !important;
	padding: 0 !important;
	line-height: 17px !important;
}

.ui-tabs-nav li span.fa {
	position: relative;
}

.ui-tabs-nav li .indicator {
	font-size: 14px;
	font-family: 'Open Sans';
	top: -8px;
	left: -10px;
}

.editBtn {
	float: right;
}

.image-up .jfilestyle {
	position: absolute;
	bottom: -5px;
	left: 1%;
	right: 1.5%;
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
}

.image-up .icon {
	position: absolute;
	bottom: 2%;
	right: 2%;
	color: #fff;
	cursor: pointer;
	line-height: 10px;
	background: #27AD5F;
	padding: 5px 10px 7px 10px;
	border-radius: 5px;
}

.image-up .icon:hover {
	background: #279A5F;
}

.image-up .icon .fa {
	margin-left: 10px;
}

#search_more_form &gt; .row &gt; div.multi-row {
	padding: 0 7px;
	min-height: 65px;
}

#gallery_thumbnails figure {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	float: left;
}

#gallery_thumbnails figure {
    width: auto;
    float: left;
    overflow: hidden;
    margin: 0;
    height: auto;
    position: relative;
    max-height: 80px;
    padding: 1px;
}

#gallery_thumbnails figure .img-options {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    border-radius: 5px;
}

#gallery_thumbnails figure .img-options a {
    color: #cfc;
    font-size: 10px;
    padding: 3px;
    border: 1px solid #afa;
    border-radius: 0;
    text-decoration: none;
    margin: 0;
    background: #2EB065;
    text-align: center;
    width: 18px;
}

#gallery_thumbnails figure img {
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 100%;
    width: auto;
}

#gallery_thumbnails figure figcaption h3 {
    color: #27405e;
    font-size: 24px;
    width: 100%;
    text-align: center;
}

#gallery_thumbnails .hs-button {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
}

#gallery_thumbnails {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0;
    background: #f2eae5;
}

#gallery_thumbnails a.btn {
    position: absolute;
    top: 25px;
    left: -10px;
    background: #2eb065;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
}


#gallery_thumbnails {
}

#gallery_thumbnails .g-images {
}

.iradio_line-green {
	border-radius: 5px !important;
	margin: 0 2px !important;
}

.br-left {
	border-radius: 5px 0 0 5px !important;
}

.br-right {
	border-radius: 0 !important;
}

.img-option-btns .ui-button {
	width: 49.5% !important;
	width: 50%\9 !important;
	margin: 0\9;
}

#tr_info {
	padding-left: 110px;
	line-height: 30px;
	color: #666 !important;
	margin-bottom: 10px;
}

li.line-through a {
	text-decoration: line-through;
	opacity: .90;
}

li.line-through {
	position: relative;
}

li.line-through span.d-sign {
	position: absolute;
	font-size: 10px;
	bottom: 5px;
	right: 0;
	color: #fff;
	background: #26AD5F;
	padding: 1px 5px;
}

/* SEARCH BOX */
#MainBanner {
	width: 100%;
	float: left;
	position: relative;
}

#MainBanner-inner {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 30px;
}

#SearchBox {
   width: 475px;
   height: 295px;
   background: transparent url('../images/search_box.png') no-repeat center top;
   background-size: 100%;
   float: left;
   margin: 0px 0 0 30px;
   min-width: 390px;
   min-height: 320px;
}

#SearchBox &gt; h3 {
	float: left;
	font-size: 17px;
	border-bottom: 2px solid #28ab9d;
	padding: 0 2px 5px 2px;
	margin-left: 10%;
	font-weight: lighter;
	color: #777;
}

#SearchBox .search-inner {
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 20px;
}

.search-inner .search-row {
	width: 100%;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #DDD;
}

.search-inner .search-row:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.search-inner .search-row:last-child div.full-width {
	margin-top: 15px !important;
}

.search-inner .search-row h4 {
	font-weight: normal;
	font-size: 16px;
	font-family: 'Raleway';
	padding-left: 15px;
	color: #595959;
}

.search-row .float-left.full-width.with-padding {
	padding: 0 15px;
}

.search-row label {
	font-weight: normal;
	margin: 0;
	margin-top: 1px;
	color: #595959;
}

.search-row button.ui-button {
	font-size: 18px;
	font-weight: lighter;
	font-family: 'Raleway';
	padding: 15px 19px;
	box-sizing: border-box;
	max-width: 100%;
	float: right;
}

/* Designated */
.full-width.line {
	background: url(../images/line.png) no-repeat center top +20px;
}

.full-width.line .float-right &gt; a {
	font-weight: lighter;
	opacity: .80;
	margin-right: 10px;
}

.left-block.float-left.width30 {
	width: 27%;
	box-sizing: border-box;
	padding: 0 10px 0 0;
	background-color: #FFF;
}

.float-left.width60 {
	width: 73%;
	padding: 0 10px 15px 30px;
	box-sizing: border-box;
	background-color: #FFF;
}

.dsn-outer {
	background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#00ffffff',GradientType=0 );
	margin-bottom: 45px;
	padding: 10px 10px;
}

.dsn-outer .one-adv {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	/*width: 24%;
	margin: 0 0.5%;*/
	float: left;
	position: relative;
	margin-bottom: 10px;
	border-left: 5px solid #EEE;
	border-right: 5px solid #EEE;
}

.one-adv {
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	padding: 10px !important;
	background: #EEE;
}

.one-adv.designated {
	background: #28ab9d;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	padding: 10px;
}

.one-adv.list {
	margin-bottom: 10px;
	box-shadow: 0 6px 20px #DDD;
	border: 0;
	min-height: auto;
}

#advert_list.edit .one-adv.list {
	border: 1px solid #DDD;
}

#advert_list.edit .one-adv.list.designated div.options {
	background: red;
	border-color: #c00;
}

#advert_list.edit .one-adv.list ul {
	min-height: 0;
}

#advert_list.edit .one-adv.list:nth-child(odd) .options {
	background: #11447d;
	border: 1px solid #11447d;
}

#advert_list.edit .one-adv.list.designated {
	background: #2AAFA2 !important;
}

#advert_list.edit .one-adv.list:nth-child(odd) {
	background: #FFF;
}

.one-adv {
	margin-bottom: 15px;
}

.one-adv.grid figure {
	width: 100%;
	float: left;
}

.one-adv.list figure {
	max-width: 17%;
	float: left;
}

#advert_list.edit .one-adv figure {
	max-width: 100%;
}

.one-adv figure {
	position: relative;
}

.one-adv figure img {
	width: 100%;
}

.one-adv figcaption {
	background: #11447d;
	padding: 10px 5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 100%;
	float: left;
	max-height: 65px;
	min-height: 65px;
}

.one-adv.designated figcaption {
	background: #FFF;
	padding: 10px 5px;
	color: #c00;
	font-size: 16px;
}

.one-adv.designated figcaption a {
	color: #11447d;
}

.one-adv figcaption small {
	font-weight: bold;
	font-size: 12px;
}

#advert_details h3.category-title {
	min-width: 150px;
	border-left: 5px solid #28ab9d;
	float: left;
	width: 100%;
	padding-left: 15px;
	font-weight: normal;
	color: #11447d;
}

#advert_details #img_main, #advert_details #img_main img {
	width: 100%;
}

#advert_details #img_main .designate-label {
	right: 30px;
	font-size: 18px;
}

.one-adv ul, #advert_details ul.props {
	list-style-image: url(../images/list.png);
	float: left;
	width: 100%;
	text-align: left;
	line-height: 24px;
	font-style: italic;
	min-height: 75px;
	overflow: hidden;
}

#advert_details ul.props {
	line-height: 28px;
	font-style: normal;
	color: #082a50;
	padding-left: 25px;
}

#advert_details ul.props li {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 50%;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	padding: 5px 0;
	color: #333;
}

.one-adv.grid ul {
	height: 75px;
	/*transition: transform .2s; /* Animation */
}

.one-adv.grid .prop-wrap:hover ul {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	z-index: 999;
	background: #EEE;
	box-shadow: 0 0 20px #666;
	padding-top: 10px;
	padding-bottom: 10px;
	webkit-animation: flip .4s ease-in-out;
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.one-adv.grid .prop-wrap:hover .ui-button {
	z-index: 9999;
	top: -28px;
	bottom: auto;
	right: -2px;
}

@-webkit-keyframes flip {
    0%  {-webkit-transform: rotateX(0deg);}
    100% {-webkit-transform: rotateX(-360deg);}   
}

.one-adv.grid.designated .prop-wrap:hover ul {
	background: #28ab9d;
	box-shadow: 0 0 20px #0b776c;
}

.one-adv.grid div.prop-wrap {
	position: relative;
	width: 100%;
	float: left;
	margin-top: 10px;
	min-height: 100px;
}

.one-adv.list div.prop-wrap {
	float: left;
}

.one-adv.list .prop-wrap .ui-button {
	bottom: 10px;
	right: 10px;
}

.one-adv ul li {
	width: 100%;
	float: left;
}

.one-adv.list div.prop-wrap {
	width: 83%;
	margin-top: 0;
}

.one-adv.designated ul {
	list-style-image: url(../images/list_white.png);
}

.one-adv.designated.grid span.dtext {
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px 10px;
	background: red;
	color: #fff;
	font-weight: lighter;
}

.one-adv.designated.list figure {
	position: relative;
}

.one-adv.designated.list span.dtext {
	font-size: 12px;
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	padding: 3px 10px;
	background: red;
	color: #fff;
	font-weight: lighter;
	text-align: center;
}

#details .one-adv.designated.list {
	padding-bottom: 20px;
}

.one-adv.designated ul li, .one-adv.designated li.title h3 &gt; a {
	color: #fff !important;
}

.one-adv ul li.price {
	font-weight: bold;
	width: 100%;
}

.one-adv li.title {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -20px;
	width: 100%;
	clear: both;
}

.one-adv.list li.title h3 {
	margin: 0 0 5px 0;
	position: relative;
	width: 100%;
	float: left;
}

.one-adv.list li.title h3 small {
	position: relative;
	background: none;
	color: #333 !important;
	font-size: 12px !important;
	padding: 0;
}

.one-adv.list.designated li.title h3 small {
	color: #fff !important;
}

.one-adv a.ui-button {
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 5px 15px;
}

.one-adv.list a.ui-button {
	font-size: 16px;
	padding: 10px 25px;
}

.one-adv.designated .ui-button {
	background: rgb(19,77,141);
	background: -moz-linear-gradient(top,  rgba(19,77,141,1) 0%, rgba(19,77,141,1) 44%, rgba(15,59,109,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(19,77,141,1) 0%,rgba(19,77,141,1) 44%,rgba(15,59,109,1) 100%);
	background: linear-gradient(to bottom,  rgba(19,77,141,1) 0%,rgba(19,77,141,1) 44%,rgba(15,59,109,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#134d8d', endColorstr='#0f3b6d',GradientType=0 );
}

.one-adv a.ui-button .ui-button-text {
	font-weight: lighter;
}

/* ONE ADVERT DETAILS */
#advert_details #more_img {
	float: left;
	width:100%;
	clear: both;
	padding: 10px 0;
}

#advert_details #more_img img {
	width: 32%;
	margin: 0 0.5%;
	float: left;
}

ul.similar-advert {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	clear:both;
}

ul.similar-advert li {
	float: left;
	width: 100%;
	clear: both;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #ddd;
}

ul.similar-advert li h4 {
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	width: 100%;
}

ul.similar-advert li h4 &gt; a {
	color: #082a50 !important;
	font-weight: normal;
	font-size: 20px;
}

ul.similar-advert li &gt; div span {
	clear: both;
	width: 100%;
	display: block;
	font-size: 12px;
	background: url(../images/list.png) no-repeat center left;
	padding-left: 20px;
}

ul.similar-advert li &gt; div span.price {
	font-weight:bold;
}

/* SEARCH PAGE */
.left-block {
	margin-bottom: 20px;
}

.left-block h2.block-title {
	background: #11447d;
	color: #fff;
	padding: 15px 20px;
	font-weight: lighter;
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 9px;
}

.left-block .banners {
	border-top: 1px dotted #CCC;
	margin-top: 15px;
	float: left;
	width: 100%;
}

.left-block h3.block-title {
	color: #11447d;
	font-weight: lighter;
	font-size: 24px;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
}

.left-block .search-row button.ui-button.redbg {
	font-size: 18px;
	background: rgb(227,39,34);
	background: -moz-linear-gradient(top,  rgba(227,39,34,1) 0%, rgba(223,35,31,1) 44%, rgba(217,29,26,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(227,39,34,1) 0%,rgba(223,35,31,1) 44%,rgba(217,29,26,1) 100%);
	background: linear-gradient(to bottom,  rgba(227,39,34,1) 0%,rgba(223,35,31,1) 44%,rgba(217,29,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32722', endColorstr='#d91d1a',GradientType=0 );
	border: 1px solid red;
}

.left-block .search-row button.ui-button.redbg:hover {
	background: #c00;
}

#advert_list h2.category-title {
	margin-top: 10px;
}

h2.category-title .nsmall {
	background: transparent;
	position: relative;
	font-size: 12px !important;
	color: #666 !important;
}

.cata-toolbar {
	margin-top: 15px;
}

.cata-toolbar .grid-list {
    display: inline-block;
    padding: 0
}

.cata-toolbar .grid-list label {
    float: left;
    margin: 7px 10px 0 0
}

.cata-toolbar .grid-list .grid {
    margin-right: 15px;
    font-size: 13px;
    color: #8f8f8f;
    font-weight: 400;
}

.cata-toolbar .grid-list .grid .fa {
    margin: 2px 7px 0 0;
    font-size: 19px;
    float: left
}

.cata-toolbar .grid-list .grid.active,.cata-toolbar .grid-list .grid:hover {
    color: #595959;
    text-decoration: none;
}

.cata-toolbar .grid-list .grid.active .fa,.cata-toolbar .grid-list .grid:hover .fa {
    font-weight: normal;
    color: #11447d;
}

.cata-toolbar .grid-list .list {
    display: inline-block;
    font-size: 13px;
    color: #8f8f8f;
    font-weight: 400
}

.cata-toolbar .grid-list .list.active .fa,.cata-toolbar .grid-list .list:hover .fa {
    font-weight: normal;
    color: #11447d;
}

.cata-toolbar .grid-list .list .fa {
    margin: 0 7px 0 0;
    font-size: 19px;
    float: left
}

.cata-toolbar .group-gl {
    text-align: right;
    padding: 4px 0 0;
}

.cata-toolbar .sort-by {
    display: inline-block;
    font-size: 13px;
    color: #747474
}

.cata-toolbar .sort-by&gt;label {
    margin-right: 10px;
    vertical-align: top;
    margin-bottom: 0;
    display: inline-block;
    line-height: 29px;
    font-weight: normal;
}

.cata-toolbar .sort-by .sort-by-inner {
    display: inline-block;
    position: relative
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle {
    display: inline-block
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button {
    border: 1px solid #ddd;
    padding: 5px 10px;
    background: none;
    color: #3d3d3d;
    text-transform: uppercase;
    width: 180px;
    text-align: left;
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button span {
    padding-right: 15px;
    float: left;
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button span a {
	font-size: 12px;
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button span a:hover {
    text-decoration: none;
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button span.visible-xs {
    padding-top: 0
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button i {
    float: right;
    width: 10px;
    text-align: right;
    padding-top: 4px;
    color: #11447d;
}

.cata-toolbar .sort-by #sort_by_box {
    width: 100%;
    min-width: auto;
    right: 0;
    left: auto
}

.cata-toolbar .sort-by #sort_by_box li {
    padding: 0 10px;
    text-align: left;
    margin-bottom: 0;
    font-size: 12px
}

.cata-toolbar .sort-by #sort_by_box li a {
    padding: 5px 0;
    transition: none;
    font-size: 12px;
}

.cata-toolbar .sort-by #sort_by_box li:hover {
    background: #DDD;
}

.cata-toolbar .sort-by #sort_by_box li:hover a {
    color: #333;
    background: none;
}

.cata-toolbar .sort-by #sort_by_box li.active {
    background: #DDD;
}

.cata-toolbar .sort-by #sort_by_box li.active a {
    cursor: default;
    background-color: transparent;
    color: #333;
    background: none;
}

.cata-toolbar .sort-by:hover #sort_by_box {
    display: block
}

.cata-toolbar .visible-xs {
    cursor: pointer;
    vertical-align: top;
    padding-top: 9px
}


#path {
	float: left;
	width: 100%;
	clear: both;
}

#path ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

#path ul li, #path &gt; span {
	float: left;
	padding: 3px 5px;
	margin: 0;
}

#path ul li a, #path &gt; span a {
	color: #999;
	font-size: 12px;
}

#path ul li a:hover, #path &gt; span a:hover {
	text-decoration: underline;
}

.headline.separator {
	float: left;
	width: 100%;
	height: 1px;
	background: transparent url('../images/headline.png') no-repeat center;
	margin: 10px 0;
}

#image_upload {
	float: left;
	width: 100%;
	clear: both;
	box-sizing: border-box;
	padding: 15px;
	background: #f5f5f5;
	border: 1px solid #e9e9e9;
	margin-bottom: 15px;
}

#image_upload &gt; a {
	float: left;
	width: 200px;
	height: 200px;
	box-sizing: border-box;
	padding: 80px 20px 0 20px;
	border: 2px dashed #CCC;
	text-align: center;
	color: #AAA;
	background: #f9f9f9;
	font-size: 14px;
}

#image_upload &gt; a:hover {
	color: #fff;
	background: #073A73;
	text-decoration: none;
}

#image_upload .upload-wrap {
	float: left;
	width: 196px;
	margin: 0 5px 10px 0;
	position: relative;
	border: 2px dashed #DDD;
}

#image_upload .upload-wrap.first {
	border: 4px solid #073a73;
}

/*#image_upload .upload-wrap:first-child:before, */
#image_upload .upload-wrap .pic1st {
	/*content: 'FĂâŚĂ˘âŹËkĂĆĂÂŠp';*/
	position: absolute;
	left: 0;
	top: 0;
	background: #073a73;
	color: white;
	padding: 3px 10px;
	font-size: 12px;
}

#image_upload .upload-wrap &gt; a {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #fff;
	padding: 3px 8px;
	font-size: 15px;
	color: #c00;
}

#advert_list .chzn-single {
	border: 1px solid #CCC;
}

.chzn-container-single .chzn-single span {
	padding: 5px !important;
}

.chzn-container-active.chzn-with-drop .chzn-single div b {
	background-position: -17px 10px !important;
}

.chzn-container-single .chzn-single div b {
	background-position: 3px 10px !important;
}

#advert_list .form-group {
	padding: 5px 0;
}

#designate-list .block.small {
	margin-left: 35px;
}

#designate-list .block.small * {
	font-size: 12px;
	color: #333;
}

.contact-block {
	width: 100%;
	clear: both;
	padding: 0 10px 10px 10px;
}

.contact-block div {
	line-height: 26px;
}
    
#map {
	width: 100%;
	height: 400px;
}

.btn {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

@media all and (max-width: 1158px) {
	.one-adv {
		width: 32%;
	}

	.search-inner .search-row:last-child div.full-width {
		margin-top: 0px !important;
	}
}

@media all and (max-width: 991px) {
	.float-left.width60 {
		width: 100%;
		padding: 0 20px 15px 20px;
		box-sizing: border-box;
	}
}

@media all and (max-width: 960px) {
	.one-adv {
		width: 49%;
	}
}

@media all and (max-width: 580px) {
	.one-adv {
		width: 99%;
	}
	.search-inner .search-row:last-child div.full-width {
		margin-top: 5px !important;
	}

	.fb_iframe_widget {
		max-width: 100%;
		overflow: hidden;
	}
	.fb_iframe_widget iframe {
		max-width: 100%;
	}
}

@media all and (max-width: 768px) {
	.full-width-sm {
		width: 100% !important;
	}
}

@media all and (max-width: 480px) {
	.full-width-xs {
		width: 100% !important;
	}
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #FFF;
  font-size: 60px;
  }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.white-popup {
	display: block;
	max-width: 600px;
	margin: auto;
	position: relative;
}

.white-popup .mfp-close {
	right: 0;
	top: -10px;
	position: absolute;
}

.white-popup p {
	text-align: center;
}
.white-popup h2 {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-family: 'Raleway';
}

label a {
	font-size: 100%;
}

input.form-control.error {
	border-color: red;
}

.designate-label {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #c00;
	padding: 5px 20px;
	color: #fff;
	font-size: 14px;
}
.parallax-slider {
	cursor: pointer;
}</pre></body></html>