/* ==========================================================================
   McGarrell Reilly Website 2016
   Walker Communications
   ========================================================================== */

/* ================== BASE STYLES ================== */

/* TYPOGRAPHY */
@font-face {
	font-display: swap;
}

body {
	font-family: "interface",sans-serif;
	font-display: swap;
}

p, a {
	color:#000;
	font-size:14px;
}

a {
	cursor: pointer;
}

#page_content p.title, #page_content p big {
	color:#222;
	font-size:20px;
	margin-top:0;
}

.development-single #page_content p:first-child {
	margin-top:0;
	font-size:1.22em;
	color: #333;
}

h1 {
	font-size:42px;
}

h1.page_title {
	font-size:56px;
	font-weight:100;
	margin:15px 0;
}

h1.page_title._price {
	font-weight:800;
}

h2 {
	font-size:36px;
	color:#222;
	font-weight:100;
}

h3 {
	font-size:24px;
	margin:0 0 14px;
	padding-bottom:14px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	font-weight:100;
}

h4, h4 a {
	font-size:20px;
	color:#222;
	margin: 10px 0;
	padding: 0;
}

.contact-form label {
	display: block;
	font-size: 1.2em;
}

input[type='text'] {
	width: 100%;
	margin-bottom: 15px;
	padding: 4px 6px;
	border:1px solid #ddd;
	font-size: 14px;
}

textarea {
	width: 100%;
	height: 125px;
	padding: 4px 6px;
	margin-bottom: 15px;
	border:1px solid #ddd;
}

input[type='submit'] {
	width: 100%;
	border: 0;
	padding: 4px 6px;
	color: #fff;
}

.commercial input[type='submit'] {
	background: #009ee0;
}

.residential input[type='submit'] {
	background: #22b573;
}

#page_content h2 {
	margin-top:0;
}

#content_container .page_copy ul li {
	font-size:16px;
	color:#666;
}

/* REUSABLE */

.nopadding {
	padding:0;
}

.float-left {
	float:left;
}

img.float-left { border:8px solid #f5f5f5; }

.float-right {
	float:right;
}

img.float-right { border:8px solid #f5f5f5; }

img.circle-logo {
	display:block;
	width:60px;
	height:60px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin:auto;
}

img.circle-logo.left {
	float:left;
	display:block;
	margin-bottom:10px;
}

.steps-links ul {
	padding: 0;
}

.steps-links ul li {
	list-style:none;
}

.steps-links ul li a {
	display: block;
	float: left;
	height: 40px;
	background: #4060A5;
	text-align: center;
	padding: 5px 0px 0 10px;
	position: relative;
	margin: 5px 25px 0 0;
	font-size: 20px;
	text-decoration: none;
	color: #fff;
}

.steps-links ul li a:hover{
	background: #5172B8;
}

.steps-links ul li a:after {
	content: "";
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #4060A5;
	position: absolute;
	right: -20px;
	top: 0;
}

.steps-links ul li a:before {
	content: "";
	position: absolute;
	margin-top: -5px;
	border-width: 20px 0 20px 20px;
	border-style: solid;
	border-color: #4060A5 #4060A5 #4060A5 transparent;
	left: -20px;
}

.steps-links ul li:first-child a{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.steps-links ul li a:hover::before {
	border-color: #5172B8 #5172B8 #5172B8 transparent;
}
.steps-links ul li a:hover::after{
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #5172B8;
}

.steps-links ul li:first-child a:before {
	display: none;
}

/* COLOUR CLASSES */

.blue-text { color:#1d5588;/*color:#009ee0;*/ }
.green-text { color:#1d5588;/*color:#22b573;*/ }
.drk-text { color:#1d5588; }

.blue-bg { background:#009ee0; }
.pale-blue-bg { background:#eef3f5; }
.green-bg { background:#22b573; }
.drk-bg { background:#1d5588; }


.btn {padding:10px;font-size:16px;}
.btn:hover {background:#333;}
.btn.green-bg,.btn.drk-bg,.btn.blue-bg {color:#fff;}


/* HEADER */

#header {
	background: #fff;
}

#header .header-bottom {
	background: #eef3f5;
}

#header #logo {
	float:left;
	padding:25px 15px 25px 0;
	display:inline-block;
	width:50%;
}

#header.mini #logo {
	padding: 15px 15px 15px 0;
}

#header #logo > img {
	max-width:100%;
}

#header.mini #logo > img {
	height: 45px;
}

#header #mob-menu {
	float:left;
	width:50%;
	list-style: none;
	margin:0;
	padding:0;
}

#header #mob-menu a {
	float:left;
	width:50%;
	color:#1d5588;
	text-align: center;
	border-left:1px solid #e2e2e2;
	padding:20px 0;
	text-decoration: none;
}

#header.mini #mob-menu a {
	padding: 10px 0;
}

#header #mob-menu a#search-bar {
	color:#999;
}

#header #mob-menu a i {
	font-size:3em;
	margin-bottom:5px;
}

#header.mini #mob-menu a i {
	font-size: 2em;
}

#header.mini #search input {
	margin-bottom: 0px;
}

#header #mob-menu a span {
	display:block;
	font-size:1em;
	font-weight:600;
}

#header #nav-bar {
	background:#eef3f5;
	padding:0;
}

#header a#left-menu {
	color:#009ee0;
	font-size:1.2em;
	font-weight:600;
	text-decoration: none;
}

#header a#left-menu i {
	margin-right:5px;
	font-size:1.2em;
}

#header #search {
	position: relative;
	clear:both;
	display:none;
}

#header #search input {
	width:100%;
	border:1px solid #ddd;
	padding:8px;
	margin-top:5px;
}

#header #search button {
	background:url('../img/search-icon.png') no-repeat;
	position: absolute;
	top:12px;
	right:8px;
	width:22px;
	height:22px;
	border:none;
}

.social-icons {
	list-style: none;
	float:right;
	margin:0;
}

.social-icons li {
	float:right;
}

.social-icons a {
	font-size:14px;
	color:#fff;
	border-radius:4px;
	float:left;
	margin-right:4px;
}

.social-icons a.fbook {
	background:#3b5998;
	padding:2px 8px;
}

.social-icons a.lkedin {
	background:#0077b5;
	padding:2px 6px;
}

/* MOBILE NAV */

#navigation {
	padding:40px;
}

#navigation a {
	color:#fff;
	display:block;
	text-align: left;
	font-size:1.3em;
	font-weight:600;
	padding:10px 0;
	text-decoration: none;
	border-bottom:1px solid rgba(255, 255, 255, 0.05);
}

a.sidr-class-close-sidr {
	margin-top:0 !important;
	font-size:1.6em !important;
	border-bottom:none !important;
	margin-left:5px;
}

#navigation a.sidr-class-close-sidr {
	position: absolute;
	top:10px;
	right:25px;
}

#group-btn {
	background:#fff;
	border-left:1px solid #ddd;
	padding:0px;
}

#group-btn a {
	font-size:1em;
	text-align: left;
	text-decoration: none;
	padding:25px 10px;
	display:block;
	border-bottom:1px solid rgba(0, 0, 0, 0.08);
}

#group-btn a.sidr-class-active {
	background:#eef3f5;
}

#group-btn a span {
	font-size:2em;
	display:block;
	font-weight:800;
	letter-spacing:-1px;
}

#group-btn .sidr-class-blue-text { color:#009ee0; }
#group-btn .sidr-class-green-text { color:#22b573; }
#group-btn .sidr-class-drk-text { color:#1d5588; }

/* MAIN */
#breadcrumbs {
	list-style: none;
	clear:both;
	height:35px;
	border-bottom:1px solid #eee;
	display:block;
	padding:0 0 10px 0;
	margin:10px 0 20px;
}

#breadcrumbs li {
	float:left;
	font-size:15px;
	color:#1d5588;
}

.residential #breadcrumbs li {
	color:#22b573;
}

.commercial #breadcrumbs li {
	color:#009ee0;
}

#breadcrumbs li span.chev {
	margin:0 15px;
	color: #bbb;
}

#breadcrumbs li a {
	color: #1d5588;
	font-weight:500;
	font-size:15px;
}

.residential #breadcrumbs li a {
	color:#22b573;
}

.commercial #breadcrumbs li a {
	color: #009ee0;
}

#breadcrumbs li a:hover {
	color:#000;
}


/* FOOTER */
#pre-footer {
	border-top:1px solid #e6e6e6;
}

#pre-footer #footer-nav {
	padding:10px 0;
}

#pre-footer #footer-nav a {
	float:left;
	width:25%;
	text-align: center;
}

#footer {
	background:#eef3f5;
	padding:0px 0 0px;
}

#footer section {
	margin-top:15px;
	margin-bottom:5px;
}

#footer p {
	margin-bottom: 5px;
}

#footer section p.title {
	font-size:1.3em;
	color:#1d5588;
	margin-bottom: 5px;
}

#footer .social-icons {
	float:left;
	padding:0;
}

#footer #footer-logo {
	text-align: center;
}

#footer #footer-logo img {
	width: auto;
	height: auto;
}

#footer .copyright {
	text-align: center;
	border-top:1px solid rgba(0, 0, 0, 0.2);
	padding:10px 0;
	display: block;
	clear:both;
}

#footer .copyright a {
	color:#009ee0;
	text-decoration: underline;
}

a.footer-contact:hover {
	text-decoration: none;
	color:#1d5588;
}

#footer a {
	font-size:14px;
}

#footer .social-icons a {
	font-size: 12px;
}

#footer .social-icons a.lkedin {
	padding: 2px 6px;
}

#footer .social-icons a.fbook {
	padding: 2px 7px;
}

/* ================== PAGE STYLES ================== */

/* HOMEPAGE */

.big-slider {
	background: #1d5588;
	height:280px;
}

.big-slider ul li {
	background-position: bottom !important;
}

.big-slider.development {
	height:300px;
}

.big-slider.development .overlay, .page_feat_img .overlay {
	width:100%;
	height:100%;
	display:block;
	z-index:2;
	position:absolute;
	top:0;
}

.big-slider.development-no-logo {
	height: 260px;
}

.big-slider .flick-title {
	letter-spacing: 5px;
	font-weight:800;
	font-size:16px;
	text-transform: uppercase;
	position:relative;
	z-index:9999;
}

.big-slider .flick-title h1 {
	text-shadow: 1px 1px 15px #000;
}

.big-slider.development-no-logo .flick-block-text h1 {
	margin: 25px 0px;
}

.page_feat_img h1 {
	z-index:999;
}

.flick-title h1 {
	font-weight:800;
	letter-spacing: -1px;
	font-size: 2.5em;
	line-height:0.6em;
	margin:0;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
}

.big-slider .flick-sub-text {
	width:90%;
	margin:auto;
	font-size:1.2em;
	color:#fff;
	border-top:3px solid #fff;
	padding-top:20px;
}

#latest-properties {
	margin:20px 0;
}

#latest-properties .owl-pagination {

}

#latest-properties .owl-buttons {
	display:none;
}

#latest-properties .item{
  	margin:12px;
}

#latest-properties .item.text {
	text-align: center;
	color:#808080;
	line-height:1.8em;
}

#latest-properties .item.text p {
	font-size:16px;
}

.portfolio-align:nth-child(2n+2) {
	clear:left;
}

#latest-properties .item.property p, .property-thumb a {
	font-size:20px;
	font-weight:100;
	line-height:1em;
	color:#222;
	margin-top:5px;
	display:block;
	clear:both;
}

#latest-properties .item.property p span, .property-thumb p span {
	color:#7f7f7f;
	font-size:12px;
	font-weight:bold;
}

#latest-properties .item img{
  display: block;
  max-width: 100%;
  height: auto;
}

#latest-properties .item a img:hover {
	opacity:0.8;
}

#latest-properties-slick {
	margin:20px 0;
}

#latest-properties-slick .item{
  	margin:12px;
}

#latest-properties-slick .item.text {
	text-align: center;
	color:#808080;
	line-height:1.8em;
}

#latest-properties-slick .item.text p {
	font-size: 0.8em;
}

#latest-properties-slick .item.property p, .property-thumb a {
	font-size:20px;
	font-weight:100;
	line-height:1em;
	color:#222;
	margin-top:5px;
	display:block;
	clear:both;
}

#latest-properties-slick .item.property p span, .property-thumb p span {
	color:#7f7f7f;
	font-size:12px;
	font-weight:bold;
}

#latest-properties-slick .item img{
  display: block;
  max-width: 100%;
  height: auto;
}

#latest-properties-slick .item a img:hover {
	opacity:0.8;
}

#latest-properties-slick .slick-dots {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#latest-properties-slick .slick-dots li {
	padding: 6px 0px;
	margin:0;
	display: inline-block;
	cursor:pointer;
}

#latest-properties-slick .slick-dots li button {
	background: #eef3f5;
	border: 0;
	margin: 0;
	padding: 4px;
	width: 100%;
	content: "&nbsp;";
	font-size: 0px;
}

#latest-properties-slick .slick-dots li.slick-active button {
	background: #009ee0;
}

#latest-properties-slick .slick-dots li:hover button {
	background: #009ee0;
}

#latest-properties-slick .slick-arrow {
	background: #eef3f5;
}

#latest-properties-slick .slick-arrow:hover {
	background: #009ee0;
}

#home-content {
	margin-bottom:30px;
}

#home-content section {
	margin:10px auto;
}

#commercial-search {
	background:#eef3f5;
	background: #009ee0;
	padding:20px;
	color:#1d5588;
	color: #fff;
}

#commercial-search.blue-bg {
	background:#009ee0;
	color:#fff;
}

#residential-search {
	background:#22b573;
	padding:20px;
	color:#fff;
}

.resi-icon, .comm-icon {
	float:right;
	width:55px;
	height:31px;
}

#commercial-search .panel, #residential-search .panel {
	display:none;
	background:none;
	border:none;
}

#residential-search p.toggle {
	color:#fff;
}

#commercial-search p.toggle, #residential-search p.toggle {
	font-size:16px;
	text-decoration: underline;
	width:100%;
	display:block;
	clear:both;
	padding:5px 0;
	cursor:pointer;
	margin-bottom: 0;
}

#commercial-search p.toggle i, #residential-search p.toggle i {
	float:right;
}

aside .check-box {
	color: #333;
	font-size: 1em;
}

.check-box {
	padding: 15px 15px;
}

.check-box input[type=checkbox] {
	display: none;
}

.check-box input[type=checkbox] + label {
	font-size: 1.4em;
	font-weight: 400;
	padding-left: 28px;
	line-height: 24px;
	height: 28px;
	cursor: pointer;
	background: url('/img/checks.png') no-repeat 0 0;
}

.check-box input[type=checkbox]:checked + label {
	background-position: 0 -24px;
}

.check-box input[type=radio] {
	display: none;
}

.check-box input[type=radio] + label {
	font-size: 1.4em;
	font-weight: 400;
	padding-left: 28px;
	line-height: 24px;
	height: 28px;
	cursor: pointer;
	background: url('/img/checks.png') no-repeat 0 0;
}

.check-box input[type=radio]:checked + label {
	background-position: 0 -24px;
}

.select-box {
	background: #fff url('/img/dropdown.jpg') no-repeat right center;
	margin: 10px 0px;
}

.select-box select {
	background: transparent;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	padding: 5px 10px;
	height: 42px;
	font-size: 16px;
}

.map-panel {
	display:none;
}

.map-toggle p.toggle {
	padding:14px 20px;
	background:#1d5588;
	color:#fff;
	font-weight:700;
	font-size:24px;
	margin-bottom:0;
}

.map-toggle p.toggle span img {
	float:right;
	width:24px;
	height:35px;
}

#commercial-search select, #residential-search select {
	width:100%;
	color:#222;
}

#commercial-search button, #residential-search button {
	background:#424242;
	color:#fff;
	font-size:16px;
	padding:0px 16px;
	border:none;
	width:100%;
	height:40px;
}

#commercial-search span.range-splitter, #residential-search span.range-splitter {
	margin:auto;
	text-align: center;
}

#home-latestnews {
	background: #eef3f5;
	padding:20px;
}

#home-latestnews article {
	padding: 5px 0px;
	display:block;
	clear:both;
	margin-bottom:10px;
}

#home-latestnews img {
	width:100%;
	height:auto;
}

#home-latestnews div {
	padding: 0;
	padding-left: 15px;
}

#home-latestnews div:first-child {
	padding: 0;
}

#home-latestnews h4 {
	margin-top: 0;
}

/* SIDEBAR */

#left-sidebar {
	background:#fff;
	z-index:999;
	position: absolute;
	width: 100%;
}

#left-sidebar p.title {
	margin-top:0;
	display: none;
}

#left-sidebar-search #residential-search {
	background:#eef3f5;
}

#left-sidebar-search #residential-search .select-box {
	width:100% !important;
	margin-top:8px;
}

#left-sidebar-search #residential-search .range-splitter {
	display:none;
}

#left-sidebar-search #residential-search .half-select-box {
	width:50%;
	float:left;
	margin-top:8px;
}

#left-sidebar-search {
	margin-bottom: 50px;
	z-index:999;
	width: 100%;
}

.residential #sidebar-nav a.active, .residential #sidebar-nav a:hover {
    border-left: 5px solid #22b573;
    text-decoration: none;
    background: #22b573;
    color: #fafafa;
}

.residential #sidebar-nav a {
    border-left: 5px solid #22b573;
    text-decoration: none;
    background: rgba(34,181,115,.1);
    color: #444;
}

.commercial #sidebar-nav a {
	border-left:4px solid #eee;
	color:#777;
	font-size:1.1em;
	width:100%;
	display:block;
	padding:14px;
	background:#f1f1f1;
	border-left:5px solid #009ee0;
	text-decoration: none;
	background:rgba(0,158,224,.1);
}

.commercial #sidebar-nav a.active, .commercial #sidebar-nav a:hover {
	border-left:5px solid #009ee0;
	text-decoration: none;
	background: #009ee0;
	color:#fafafa;
}

#sidebar-nav a {
	border-left:4px solid #eee;
	color:#777;
	font-size:1.1em;
	width:100%;
	display:block;
	padding:14px;
	background:#eef3f5;
	border-left:5px solid #1d5588;
}

#sidebar-nav a.active, #sidebar-nav a:hover {
	border-left:5px solid #1d5588;
	text-decoration: none;
	background: #1d5588;
	color:#fafafa;
}

#sidebar-nav ul {
	padding:0;
	list-style: none;
}

#sidebar-nav a i {
	margin-right:10px;
	color:#777;
}

#sidebar-nav a.active i, #sidebar-nav a:hover i {
	color:#81be2a;
}

#sidebar-nav a span {
	float:right;
}

.sidebar-asset {
	margin-bottom:25px;
}

.sidebar-asset img {
	max-width:100%;
	height:auto;
}

.sidebar-asset div {
	padding:15px;
}

#page_content {
	margin-top:0;
	margin-bottom:0;
}

#page_content .sidebar-asset div.blue-bg p {color:#fff;}
#page_content .sidebar-asset div.green-bg p {color:#fff;}
#page_content .sidebar-asset div.drk-bg p {color:#fff;}

#page_content .sidebar-asset div p {
	line-height:1.4em;
}

#page_content .sidebar-asset div p.title {
	margin:5px 0;
}

/* ================== PAGE STYLES ================== */
#page_content img {
	max-width:100%;
	height:auto;
	min-height: 200px;
}

#page_content a img:hover {
	opacity:0.8;
}

.news_thumb {
	margin-bottom:20px;
}

.news_thumb img {
	border:1px solid #e6e6e6;
}

#page_content .news_thumb p.date {
	margin:5px 0;
	font-size:1em;
}

.news_thumb i { margin-right:5px; }

.news_thumb img {
	margin-bottom:15px;
}

.news_thumb img:hover {
	opacity: 0.8;
}

.news_content img {
	margin-bottom:25px;
}

.page_feat_img {
	background-color:#1d5588;
	background: #1d5588;
	height:220px;
	position: relative;
	text-align: center;
	background-size:cover;
	background-repeat:no-repeat;
}

.page_feat_img h1 {
	position: absolute;
	bottom:85px;
	left:0;
	right:0;
	margin:auto;
	color:#fff;
	width:100%;
	height:70px;
	line-height:0.8em;
}

/* ================== CONTACTS STYLES ================== */
.contact-bubble {
	width: 50%;
	float: left;
	font-size: 1.2em;
}

.contact-bubble hr {
	margin: 8px;
}

.contact-bubble img.contact-logo {
	float left;
	padding-bottom: 5px;
	padding-right:5px;
}

.contact-bubble img.contact-building {
	float: right;
	margin-top:50px;
	padding-left:5px;
	width:250px;
}

/* ================== AWARDS STYLES ================== */

#page_content .award:first-child {
	margin-top: 0px;
}

.award {
	margin: 35px 0;
}

.award img.float-left {
	margin: 25px;
	margin-left: 0;
}


/* ================== RESIDENTIAL STYLES ================== */

/* GOOGLE MAP CUSTOMISATION */
#bgmap {
	width:100%;
	height: 400px;
}

#rhsmap {
	width:100%;
	height: 100%;
	min-height: 550px;
}

#footermap {
	width:100%;
	height:400px;
}

/* RESI HOMEPAGE STYLES */
#search-overlay {
	margin-bottom:30px;
}

.marker-key {
	background:#fff;
	padding:8px 12px;
	margin-bottom:0;
	display:none;
	width:100%;
	z-index:999;
}

.marker-key li {
	float:left;
	width:25%;
	list-style:none;
	font-size:14px;
	text-align: center;
	margin-top:2px;
}

.marker-key li span img {
	width:18px;
	height:26px;
	margin-right:5px;
}

#search-overlay #residential-search p {
	color:#fff;
	margin:20px 0;
	font-size:15px;
}

#latest_properties {
	margin-bottom:15px;
	margin-top:30px;
}

.property-thumb img {
	width:100%;
	height:auto;
}

.property-thumb a img:hover {
	opacity: 0.8;
}

.property-thumb p a {
	margin-top:15px;
	margin-bottom:5px;
}

.property-thumb .property-image {
	position: relative;
	color:#fff;
	font-size:18px;
}

.property-thumb .property-image p {
	color:#fff;
	font-size:15px;
	z-index:9999;
	font-weight:400;
	letter-spacing:-0.5px;
	line-height:1em;
	margin-bottom:0;
}

.property-thumb .property-image .overlay {
	position: absolute;
	bottom:15px;
	right:0;
	padding:4px 10px;
	width:auto;
	background:#22b573;
}

.property-thumb .property-image .overlay.blue {
	background:#009ee0;
}

.property-thumb .property-image .overlay.blue a {
	padding: 4px 10px;
	color: #fff;
	text-decoration: none;
}

.property-thumb.unit-thumb .property-image .overlay { padding:0; }
.property-thumb.unit-thumb .property-image .overlay p { padding:4px 10px; }

.property-thumb.unit-thumb .property-image .overlay.Residential p,.property-thumb.unit-thumb .property-image .overlay.Retail p,.property-thumb.unit-thumb .property-image .overlay.Industrial p,.property-thumb.unit-thumb .property-image .overlay.Leisure p,.property-thumb.unit-thumb .property-image .overlay.Office p {
	font-size:24px !important;
}

i.Residential, i.Retail, i.Industrial, i.Leisure, i.Office { color:#fff; padding:4px; }

#property-info-buttons.unit-key {
	padding-top:8px;
	padding-bottom:8px;
}

#property-info-buttons.unit-key ul li {
	line-height:2.5em;
	margin-right:20px;
	margin-left:20px;
}

.Residential { background:#22b573; }
.Retail { background:#774d9b; }
.Industrial { background:#b73535; }
.Leisure { background:#46b3a5; }
.Office { background:#009ee0; }

.property-thumb .property-image .overlay span {
	font-size:14px;
	margin-right:5px;
	color:#fff;
	opacity:0.75;
	font-weight:300;
}

.property-thumb.unit-thumb .property-image .overlay p {
	font-size:28px !important;
	margin:0 !important;
	line-height:1.2em !important;
}

.property-thumb.unit-thumb .property-image .overlay p.Residential,
.property-thumb.unit-thumb .property-image .overlay p.Retail,
.property-thumb.unit-thumb .property-image .overlay p.Industrial,
.property-thumb.unit-thumb .property-image .overlay p.Leisure,
.property-thumb.unit-thumb .property-image .overlay p.Office
{
	font-size:22px !important;
}


/*
.property-thumb .property-image:hover .overlay {
	background:none;
}

.property-thumb .property-image .overlay {
	position: absolute;
	bottom:0;
	height:100px;
	width:100%;
	background: -moz-linear-gradient(top, rgba(60,75,84,0) 0%, rgba(60,75,84,0.01) 1%, rgba(60,75,84,0.65) 81%); /* FF3.6+
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,75,84,0)), color-stop(1%,rgba(60,75,84,0.01)), color-stop(81%,rgba(60,75,84,0.65))); /* Chrome,Safari4+
	background: -webkit-linear-gradient(top, rgba(60,75,84,0) 0%,rgba(60,75,84,0.01) 1%,rgba(60,75,84,0.65) 81%); /* Chrome10+,Safari5.1+
	background: -o-linear-gradient(top, rgba(60,75,84,0) 0%,rgba(60,75,84,0.01) 1%,rgba(60,75,84,0.65) 81%); /* Opera 11.10+
	background: -ms-linear-gradient(top, rgba(60,75,84,0) 0%,rgba(60,75,84,0.01) 1%,rgba(60,75,84,0.65) 81%); /* IE10+
	background: linear-gradient(to bottom, rgba(60,75,84,0) 0%,rgba(60,75,84,0.01) 1%,rgba(60,75,84,0.65) 81%); /* W3C
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c4b54', endColorstr='#a63c4b54',GradientType=0 ); /* IE6-9
}
*/


/* ================== PROPERTY LIST STYLES ================== */

.property-listing {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}

.property-listing .thumb-caro {
	height:220px;
	padding:0;
}

.property-listing .property-detail h4 {
	margin-top:20px;
}

.property-listing .property-detail h4 a {
	font-weight:600;
	color:#000;
	font-size:1em;
}

#page_content .property-listing .property-detail p {
	font-size:14px;
	margin:12px 0;
	color:#888;
}

#page_content .property-listing .property-detail p big {
	font-size:15px;
	color:#888;
}

.property-meta {
	border-top:1px solid #eee;
	padding:0;
	font-weight:800;
}

.property-information .property-meta {
	border-top:none;
	border-bottom:1px solid #eee;
	margin-bottom:25px;
}

.property-meta li {
	float:left;
	width:33.333%;
	list-style: none;
	padding:10px 0;
	text-align: center;
	border-right:1px solid #eee;
	font-size:13px;
}

.property-information .property-meta li {
	width:25%;
}

.development-unit-single .property-meta li i {
	height:40px;
	margin-top:10px;
}

.property-meta li i {
	font-size:30px;
	color:#ccc;
	display:block;
	height:40px;
}

.property-information .property-meta i {
	font-size:32px;
	height:40px;
	color:#009ee0;
}

.property-information .property-meta a:hover, .property-information .property-meta a:hover i {
	color:#222;
	text-decoration: none;
}

.property-meta li i.fa-camera {
	font-size:30px;
}

.property-meta li:last-child {
	border-right:none;
}

.property-listing .property-price {
	margin:20px 0;
}

#page_content {
	margin-bottom:35px;
}

#page_content .property-listing .property-price p {
	font-size:34px;
	color:#009ee0;
	letter-spacing: -2px;
	line-height: 0.7em;
	margin:0 0 25px;
	float:left;
	width:50%;
}

.property-listing .property-price p span {
	display:block;
	font-size:14px;
	font-weight:600;
	color:#aaa;
	letter-spacing: 0px;
}

#page_content .property-listing .property-price a {
	float:left;
	width:50%;
	margin-top:10px;
}

#property-info-buttons{
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:15px;
	clear:both;
}

#property-info-buttons h4 {
	margin:5px 0 0px;
	color: #666;
}

#property-info-buttons ul {
	padding:0;
	list-style: none;
	padding-left: 15px;
}

#property-info-buttons ul li {
	float:left;
	text-align: center;
	margin-bottom:0;
	padding-left: 0;
	margin-top:15px;
}

#property-info-buttons ul li i {
	margin-right:5px;
	font-size:16px;
}

#property-info-buttons ul li a {
	width:100%;
	padding:10px 0;
	background:#fff;
	display:block;
	margin-bottom:0px;
	font-size:16px;
	background: #009ee0;
	color: #fafafa;
}

#property-info-buttons.residential ul li a {
	background: #22b573;
}

#property-info-buttons ul li a:hover {
	background:#fff;
	color:#666;
	text-decoration: none;
}

.property-actions {
	padding:0;
	color:#aaa;
	margin-bottom:0 !important;
	margin-top:25px;
}

.property-actions li {
	list-style: none;
	float:left;
	color:#666;
	margin-bottom:5px;
}

.property-actions li a {
	padding-right:10px;
	margin-left:10px;
	font-size:15px;
}

.property-information .img-caro {
	height:300px;
}

.property-button {
	padding:10px 25px;
	margin: 15px;
	display:block;
	font-size:1.4em;
	background: #009ee0;
	color: #fafafa;
}

.development-single .property-button {
	background: #22b573;
}

.development-single .slick-arrow:hover {
	background: #22b573;
}

a.property-button {
	color: #fff;
}

#gallery {
	list-style:none;
	padding:0;
	margin:0;
}

#gallery li {
	margin-bottom:15px;
}

#gallery li img {
	max-width:100%;
	border:5px solid #eee;
}

#gallery li img:hover {
	border:5px solid #bbb;
}

#gallery.videoGallery img {
	height:auto;
}

#gallery.videoGallery li h4 {
	min-height: 70px;
}

.document-download {
	background:#eef3f5;
	padding:10px;
	margin-bottom:10px;
}

.document-download img {
	margin-right:15px;
}

.document-download a {
	color:#111;
	font-weight:bold;
	line-height:1em;
	font-size:18px;
	min-height: 60px;
	margin: 10px 0 0;
	display: inline-block;
}

.document-download span.added {
	margin-top:10px;
	font-weight: 300;
	font-size:11px;
}

.residential-icon {
	color: #22b573;
	font-size: 16pt;
	vertical-align: middle;
	padding-right: 5px;
}

.commercial-icon {
	color: #009ee0;
	font-size: 16pt;
	vertical-align: middle;
	padding-right: 5px;
}


/* ================== MEMBER AREA STYLES ================== */

.login-container {
	background:#fff;
}

.login-container p {
	position:relative;
}

.login-container p.login-header {
	font-size:16px;
}

.login-container p.login-header a {
	font-size:1em;
}

.login-container i {
	position:absolute;
	top:16px;
	right:14px;
	font-size:12px;
	color:#aaa;
}

.login-container input {
	background:#fff;
	width:100%;
	padding:8px 35px 8px 8px;
	border:1px solid #ddd;
}

.login-container input.submit {
	background:#009ee0;
	width:120px;
	padding:10px;
	border:none;
	color:#fff;
	float:left;
	border-radius:4px;
}

.login-container input.submit:hover {
	background:#222;
}

.login-container a.login-forgot {
	float:left;
	margin-left:25px;
	display:inline-block;
	margin-top:5px;
}

#login-customer {
	border-top:1px solid #eee;
	padding-top:20px;
	margin-top:20px;
}

#header #nav-bar {
	padding: 10px;
}

.lhs-developments div:nth-child(2n+1) {
	clear:left;
}

table {
	width: 100%;
	margin: 25px 0px;
}

table tr td {
	background: #eef3f5;
	padding: 8px 14px;
}

table tr:nth-child(even) td {
	background: #f7fdff;
}


table tr[data-href]:hover td {
	background: rgba(0,158,224,.1);
	cursor: pointer;
}

table thead tr td {
	background: #009ee0;
	color: #fff;
	text-align: center;
}

.testimonial-text {
	background: #eee;
	height: 272px;
	padding: 5px;
}

#gallery.videoGallery li .testimonial-text h4 {
	min-height: auto;
	border-bottom: 1px solid #ddd;
}

.main-search {
	background: #1d5588;
	border: 0;
	color: #fff;
	border-radius: 5px;
	padding: 8px 13px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* MOBILE PORTRAIT STYLES */

@media only screen and (min-width: 12em) {

	/* HIDE */
	#header #search, #header nav#group-nav, #header nav#nav, .flick-inner .flick-content .flick-sub-text span.flick-block-text {
		display:none;
	}

	/* TYPOGRAPHY */
	.development-unit-single h1.page_title {
		margin-bottom:0;
	}

	h1.page_title.property_price {
		font-size:28px;
		margin-top:5px;
		margin-bottom:25px;
	}

	/* PAGES */

	#content_container {
		margin-top:30px;
	}

	#page_content, .mob-padding {
		background:#fff;
		padding:20px auto;
	}

	#page_content p {
		font-size:16px;
		margin:1em 0;
		line-height:1.5em;
	}

	a {
		font-size:16px;
	}

	#map_container .container {
		padding:0;
	}

	#search-overlay {
		margin-bottom:0;
	}

	.flick-title img.circle-logo {
		margin-top:-25px;
	}

	.news_thumb {
		min-height: 450px;
	}

	#content_container.static_page img.float-right {
		margin:20px 0 10px 10px;
		width:auto;
		height:auto;
	}

}

/* MOBILE LANDSCAPE STYLES */

@media only screen and (min-width: 30em) {

	#latest-properties-slick .item.text p {
		font-size: 1em;
	}

	.big-slider .flick-title {
		font-size:18px;
	}

	.flick-title h1 {
		letter-spacing: -2px;
		font-size:2.8em;
		line-height:0.6em;
	}

	.big-slider .flick-sub-text {
		width:60%;
		font-size:1.2em;
	}

}

/* TABLET STYLES */

@media only screen and (min-width: 768px) {

	#property-info-buttons ul li i {
		margin-right: 2px;
    	font-size: 22px;
	}

	#left-sidebar {
		width: 187px;
		position: absolute;
	}

	/* SHOW */

	.flick-inner .flick-content .flick-sub-text span.flick-block-text {
		display:block;
	}

	/* TYPOGRAPHY */

	h1.page_title {
		margin:15px 0 15px;
		color: #666;
	}

	h1.page_title.property_price {
		float:right;
		font-size:56px;
		margin-top:25px;
		margin-bottom:25px;
	}

	.page_feat_img h1 {
		height:50px;
	}

	.flick-title h1 {
		font-size: 3.2em;
	}

	/* GENERAL */

	body.grey {
		/* background:#fbfbfb; */
	}

	.mob-padding {
		padding:auto !important;
		/* margin-top:35px; */
	}

	/* HEADER */

	#header {
		background:#fff;
		position: relative;
		left:0;
		right:0;
		z-index:999;
	}

	/*#header[role=overlay] {
		position: absolute;
	}*/

	body.no-feat-img #header[role=overlay] {
		position: relative;
	}

	#header #logo {
		padding:15px 20px 15px 0px;
		width:44%;
	}

	#header #mob-menu {
		width:56%;
	}

	#header #mob-menu a {
		width:50%;
	}

	#header.mini #mob-menu a {
		padding: 10px 0;
	}

	#header.mini #mob-menu a i {
		font-size: 1.5em;
		margin-bottom: 0px;
	}

	#header.mini #logo > img {
		height: 38px;
	}

	#header.mini #nav-bar {
		padding: 10px 15px;
	}

	#header #mob-menu a#login {
		color:#009ee0;
	}

	/* SLIDER */

	.big-slider {
		position: absolute;
		top:0;
		left:0;
		z-index:1;
		height:650px;
	}

	.big-slider.development {
		height:450px;
	}

	.big-slider.development-no-logo {
		height: 480px;
	}

	.big-slider .flick-content {
		margin-top:120px;
	}

	.big-slider.development-no-logo .flick-content {
		margin-top:170px;
	}

	.big-slider.development-no-logo .flick-block-text h1 {
		margin: 10px;
	}

	.flick-title img.circle-logo {
		margin-top:15px;
	}

	.property-information .img-caro {
		height:350px;
	}

	/* FOOTER */

	#pre-footer #footer-nav {
		max-width:768px;
		margin:auto;
	}

	#pre-footer #footer-nav a {
		width:20%;
		font-size:14px;
	}

	/* HOMEPAGE */

	#commercial-search p.toggle, #residential-search p.toggle {
		display:none;
	}

	#commercial-search .panel, #residential-search .panel {
		display:block;
	}

	#commercial-search {
		min-height: 404px;
	}

	/* PAGES */

	#content_container {
		margin-top:0;
	}

	#content_container.static_page img.float-right {
		margin:0 0 20px 20px;
	}

	#page_content {
		padding-bottom:20px;
		margin-bottom:20px;
		margin-top:0px;
	}

	.news_thumb {
		min-height: 440px;
	}

	.news_content img {
		float:right;
		margin-left:25px;
		max-width:50% !important;
	}

	.page_feat_img {
		height:380px;
	}

	/* ================== RESIDENTIAL STYLES ================== */

	#latest_properties {
		margin-top:30px;
	}

	#bgmap {
		position:absolute !important;
	}

	#footermap {
		position:absolute !important;
	}

	.map-panel {
		display:block;
	}

	#bgmap, #map_container {
		height:500px;
	}

	#map_container .container {
		position: relative;
		top:180px;
		padding:0;
	}

	#map_container .container #residential-search {
		padding-top: 10px;
	}

	#map_container .container #residential-search h3 {
		margin: 0;
    	padding-bottom: 5px;
	}

	#map_container .container #residential-search .check-box {
		padding: 5px 15px;
	}

	#map_container.footermap .container {
		top: 50px;
	}

	#map_container #search-overlay, #map_container .marker-key {
		max-width: 450px;
	}

	.marker-key {
		display:inline-block;
		margin-bottom:-5px;
	}

	#map_container #search-overlay, #map_container .marker-key {
		position:absolute;
	}

	#map_container #search-overlay {
		top:44px;
	}

	/* MEMBERS AREA STYLES */

	.login-container {
		border-right:1px solid #eee;
		padding-right:50px;
	}

	/* ================== PROPERTY STYLES ================== */

	.property-listing .thumb-caro {
		width:45%;
		float:left;
		height:220px;
	}

	.property-listing .property-detail {
		width:50%;
		float:left;
		margin-left:5%;
	}

	.property-listing .property-detail h4 {
		margin-top:5px;
	}

	.property-listing .property-price {
		clear:both;
		display:block;
	}

	#page_content .property-listing .property-price p, #page_content .property-listing .property-price a {
		margin-top:10px;
	}

	#latest-properties .item.property p, .property-thumb a {
		font-size:24px;
	}

	#latest-properties .item.property p span, .property-thumb p span {
		font-size:14px;
	}

	.property-thumb .property-image p {
		font-size:28px;
	}

	.property-thumb {
		/*min-height:280px;*/
	}

}

/* DESKTOP STYLES */

@media only screen and (min-width: 992px) {
	.portfolio-align:nth-child(2n+2) {
		clear: none;
	}
	.portfolio-align:nth-child(3n+2) {
		clear: left;
	}

	#left-sidebar {
		width: 250px;
	}

	#left-sidebar-search {
		width: 220px;
		position: absolute;
	}

	.left-sidebar-search-clear {
		height: 400px;
	}

	#latest-properties-slick .item.text p {
		font-size: 1.2em;
	}

	#property-info-buttons ul li a {
		font-size: 0.9em;
	}


	/* TYPOGRAPHY */
	h1.page_title {
		margin:20px 0;
	}

	/* SHOW */
	#header #search, #header nav#group-nav, #header nav#nav {
		display:block;
	}

	/* HIDE */
	a#left-menu, a#right-menu, #mob-menu, #group-btn.sidr, #navigation.sidr, #header #nav a.close-sidr {
		display:none;
	}

	/* HEADER */

	#header #logo {
		padding:15px 20px;
		width:34%;
	}

	#header.mini #logo {
		padding: 5px 20px;
	}

	#header.mini #logo > img {
		max-height: 30px;
	}

	#header #nav-bar {
		padding:0;
	}

	#header.mini #nav-bar {
		padding:0;
	}

	#header nav#nav a {
		font-size:14px;
		padding:18px;
		display:inline-block;
		float:left;
		margin:0;
	}

	#header nav#nav a.active, #header nav#nav a:hover{
		background:#009ee0;
		background:#1d5588;
		color:#fff;
		text-decoration: none;
	}

	#header nav#nav a.active{
		font-weight:bold;
	}

	#header nav#nav.resi a.active, #header nav#nav.resi a:hover {
		background:#22b573;
	}

	#header nav#nav.comm a.active, #header nav#nav.comm a:hover {
		background:#009ee0;
	}

	#header nav#group-nav {
		float:left;
		padding:0;
		margin:0;
		width:66%;
	}

	#header nav#group-nav a.close-sidr {
		display:none;
	}

	#header nav#group-nav a {
		float:left;
		/* WHEN COMMERCIAL GOES LIVE width:33.333%; */
		width:50%;
		width:33.333%;
		font-size:1em;
		text-align: center;
		padding:32px 14px;
		border-left:1px solid #e2e2e2;
		text-decoration: none;
	}

	#header.mini nav#group-nav a {
		font-size:0.9em;
		padding: 10px;
	}

	#header nav#nav a {
		padding: 18px;
	}

	#header.mini nav#nav a {
		padding: 10px;
	}

	#header nav#group-nav a:last-child {
		border-right:1px solid #e2e2e2;
	}

	#header nav#group-nav a:hover, #header nav#group-nav a.active {
		background:#eef3f5;
		color:#111;
	}

	#header nav#group-nav a span {
		font-size:1.4em;
		display:block;
		font-weight:600;
	}

	#header a.header-link {
		color:#009ee0;
		font-weight:600;
		float:right;
		font-size:1.1em;
		margin:15px 0 10px 10px;
	}

	.social-icons {
		padding-top:15px;
	}

	.social-icons li:first-child {
		margin-right:10px;
		margin-left:0;
	}

	#header.mini .social-icons {
		padding-top: 10px;
	}

	/* FOOTER */

	#pre-footer {
		background:#fff;
	}

	#pre-footer #footer-nav {
		max-width:1100px;
	}

	/* PAGE CONTENT */

	#breadcrumbs.right {
		float:right;
		border-bottom:0;
		margin-top:35px;
	}

	#page_content {
		margin-bottom:35px;
		margin-top:0px;
	}

	.page_feat_img {
		height:420px;
	}

	#commercial-search {
		min-height: 404px;
	}

	#residential-search {
		min-height: 404px;
	}

	#home-latestnews {
		min-height: 404px;
	}

	#home-latestnews article:nth-child(4) {
		display:none;
	}

	/* RESIDENTIAL WEBSITE */

	#latest_properties {
		margin-top:30px;
	}

	#bgmap, #map_container {
		height:650px;
	}

	#map_container.footermap #bgmap {
		height:480px;
	}

	#map_container .marker-key {
		height:45px;
	}

	#map_container #search-overlay, #map_container .marker-key{
		max-width:450px;
	}

	#search-overlay {
		-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	}

	#map_container .container {
		top:160px;
	}

	/* ================== PROPERTY STYLES ================== */

	.property-listing .thumb-caro {
		width:27.5%;
		height:200px;
	}

	.property-listing .property-detail {
		width:45%;
		margin-left:2.5%;
	}

	.property-listing .property-detail h4 {
		margin-top:15px;
	}

	.property-listing .property-price {
		float:left;
		width:20%;
		padding-left:2.5%;
		margin-left:2.5%;
		border-left:1px solid #eee;
		text-align: center;
		margin-top:40px;
		clear:none;
	}

	#page_content .property-listing .property-price p, #page_content .property-listing .property-price a {
		width:100%;
	}

	.property-information .img-caro {
		height:420px;
	}


	#content_container {
		margin-left:-1px;
	}


}

/* LARGE DESKTOP STYLES */

@media only screen and (min-width: 1200px) {

	#left-sidebar {
		width: 15%;
		max-width: 220px;
	}

	#left-sidebar-search {
		width: 20%;
		max-width: 300px;
	}

	#property-info-buttons ul li a {
		font-size: 1.15em;
	}

	.container {
		max-width:1320px;
		width:90%;
	}

	/* HEADER */

	#header #logo {
		width:40%;
	}

	#header #logo > img {
		max-height: 60px;
	}

	#header nav#group-nav {
		width:58%;
	}

	/* ================== PROPERTY STYLES ================== */

	.property-information .img-caro {
		height:500px;
	}

}


/* ==========================================================================
   Javascript Styles
   ========================================================================== */

@media only screen and (max-width: 992px) {

	/* =============
		MENUS
	================ */

	#right-menu, #left-menu {
		display:block;
	}

	.testimonial-text {
		height: 200px;
	}

	/* line 3, ../../src/scss/sidr/_base.scss */
	.sidr {
	  /* Default Settings */
	  display: none;
	  position: absolute;
	  position: fixed;
	  top: 0;
	  height: 100%;
	  z-index: 999999;
	  width: 280px;
	  overflow-x: none;
	  overflow-y: auto;
	  /* Theme Settings */
	  font-size: 15px;
	  background: #1d5588;
	  color: white;
	}
	/* line 15, ../../src/scss/sidr/_base.scss */
	.sidr .sidr-inner {
	  padding: 0 0 15px;
	}
	/* line 18, ../../src/scss/sidr/_base.scss */
	.sidr .sidr-inner > p {
	  margin-left: 15px;
	  margin-right: 15px;
	}
	/* line 24, ../../src/scss/sidr/_base.scss */
	.sidr.right {
	  left: auto;
	  right: -260px;
	}
	/* line 29, ../../src/scss/sidr/_base.scss */
	.sidr.left {
	  left: -260px;
	  right: auto;
	}
	/* line 41, ../../src/scss/sidr/_base.scss */
	.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
	  font-size: 11px;
	  font-weight: normal;
	  padding: 0 15px;
	  margin: 0 0 5px;
	  color: white;
	  line-height: 24px;
	  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
	  background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
	  background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
	  background-image: linear-gradient(#4d4d4d, #1a1a1a);
	  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
	  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
	  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
	}
	/* line 52, ../../src/scss/sidr/_base.scss */
	.sidr p {
	  font-size: 13px;
	  margin: 0 0 12px;
	}
	/* line 55, ../../src/scss/sidr/_base.scss */
	.sidr p a {
	  color: rgba(255, 255, 255, 0.9);
	}
	/* line 60, ../../src/scss/sidr/_base.scss */
	.sidr > p {
	  margin-left: 15px;
	  margin-right: 15px;
	}
	/* line 65, ../../src/scss/sidr/_base.scss */
	.sidr ul {
	  display: block;
	  margin: 0 0 15px;
	  padding: 0;
	  border-top: 1px solid #1a1a1a;
	  border-bottom: 1px solid #4d4d4d;
	}
	/* line 72, ../../src/scss/sidr/_base.scss */
	.sidr ul li {
	  display: block;
	  margin: 0;
	  line-height: 48px;
	  border-top: 1px solid #4d4d4d;
	  border-bottom: 1px solid #1a1a1a;
	}
	/* line 81, ../../src/scss/sidr/_base.scss */
	.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
	  border-top: none;
	  line-height: 49px;
	}
	/* line 85, ../../src/scss/sidr/_base.scss */
	.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
	  -webkit-box-shadow: inset 0 0 15px 3px #222222;
	  -moz-box-shadow: inset 0 0 15px 3px #222222;
	  box-shadow: inset 0 0 15px 3px #222222;
	}
	/* line 90, ../../src/scss/sidr/_base.scss */
	.sidr ul li a, .sidr ul li span {
	  padding: 0 15px;
	  display: block;
	  text-decoration: none;
	  color: white;
	}
	/* line 97, ../../src/scss/sidr/_base.scss */
	.sidr ul li ul {
	  border-bottom: none;
	  margin: 0;
	}
	/* line 100, ../../src/scss/sidr/_base.scss */
	.sidr ul li ul li {
	  line-height: 40px;
	  font-size: 13px;
	}
	/* line 104, ../../src/scss/sidr/_base.scss */
	.sidr ul li ul li:last-child {
	  border-bottom: none;
	}
	/* line 110, ../../src/scss/sidr/_base.scss */
	.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
	  border-top: none;
	  line-height: 41px;
	}
	/* line 114, ../../src/scss/sidr/_base.scss */
	.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
	  -webkit-box-shadow: inset 0 0 15px 3px #222222;
	  -moz-box-shadow: inset 0 0 15px 3px #222222;
	  box-shadow: inset 0 0 15px 3px #222222;
	}
	/* line 119, ../../src/scss/sidr/_base.scss */
	.sidr ul li ul li a, .sidr ul li ul li span {
	  color: rgba(255, 255, 255, 0.8);
	  padding-left: 30px;
	}
	/* line 128, ../../src/scss/sidr/_base.scss */
	.sidr form {
	  margin: 0 15px;
	}
	/* line 132, ../../src/scss/sidr/_base.scss */
	.sidr label {
	  font-size: 13px;
	}
	/* line 146, ../../src/scss/sidr/_base.scss */
	.sidr input[type="text"],
	.sidr input[type="password"],
	.sidr input[type="date"],
	.sidr input[type="datetime"],
	.sidr input[type="email"],
	.sidr input[type="number"],
	.sidr input[type="search"],
	.sidr input[type="tel"],
	.sidr input[type="time"],
	.sidr input[type="url"],
	.sidr textarea, .sidr select {
	  width: 100%;
	  font-size: 13px;
	  padding: 5px;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  margin: 0 0 10px;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	  -ms-border-radius: 2px;
	  -o-border-radius: 2px;
	  border-radius: 2px;
	  border: none;
	  background: rgba(0, 0, 0, 0.1);
	  color: rgba(255, 255, 255, 0.6);
	  display: block;
	  clear: both;
	}
	/* line 160, ../../src/scss/sidr/_base.scss */
	.sidr input[type=checkbox] {
	  width: auto;
	  display: inline;
	  clear: none;
	}
	/* line 167, ../../src/scss/sidr/_base.scss */
	.sidr input[type=button],
	.sidr input[type=submit] {
	  color: #333333;
	  background: white;
	}
	/* line 171, ../../src/scss/sidr/_base.scss */
	.sidr input[type=button]:hover,
	.sidr input[type=submit]:hover {
	  background: rgba(255, 255, 255, 0.9);
	}
}



/* SLIDER */
@font-face{font-family:'flickerplate';src:url("/fonts/icomoon.eot");src:url("/fonts/icomoon.eot") format("embedded-opentype"),url("/fonts/icomoon.woff") format("woff"),url("/fonts/icomoon.ttf") format("truetype"),url("/fonts/icomoon.svg") format("svg");font-weight:normal;font-style:normal}

.icon-shop:before {
	font-family:'flickerplate';
	font-style: normal;
	content: "\e900";
}

.icon-home2:before {
	font-family:'flickerplate';
	font-style: normal;
	content: "\e901";
}

.icon-office:before {
	font-family:'flickerplate';
	font-style: normal;
	content: "\e902";
}

.icon-airline_seat_flat:before {
	font-family:'flickerplate';
	font-style: normal;
	content: "\e234";
}

.flickerplate{position:relative;width:100%;background-color:#e6e6e6;overflow:hidden}.flickerplate ul.flicks{width:10000%;height:100%;padding:0px;margin:0px;list-style:none}.flickerplate ul.flicks>li{float:left;width:1%;height:100%;background-position:center;background-size:cover;display:table}.flickerplate ul.flicks>li .flick-inner{height:100%;padding:10px;color:#fff;display:table-cell;vertical-align:middle}.flickerplate ul.flicks>li .flick-inner .flick-content{max-width:68.75em;margin-left:auto;margin-right:auto}.flickerplate ul.flicks>li .flick-title{padding:0px;text-align:center;line-height:56px;line-height:3.5rem;}@media only screen and (min-width: 43.813em){.flickerplate ul.flicks>li .flick-title{line-height:75px;line-height:4.6875rem;}}.flickerplate ul.flicks>li .flick-sub-text{text-align:center;line-height:42px;line-height:2.625rem;}.flickerplate ul.flicks>li .flick-title span.flick-block-text,.flickerplate ul.flicks>li .flick-sub-text span.flick-block-text{padding-left:18px;padding-right:18px;padding-top:12px;padding-bottom:12px;}.flickerplate .arrow-navigation{display:block;position:absolute;top:10%;width:10%;height:80%;z-index:100;overflow:hidden;font-family:"flickerplate";vertical-align:middle}.flickerplate .arrow-navigation:before{position:absolute;top:50%;left:50%;margin-left:-25px;margin-top:-25px;height:50px;width:50px;opacity:0;filter:alpha(opacity=0);text-align:center;color:#fff;font-size:48px;font-size:3rem;-webkit-transition:opacity 0.2s ease-out;-moz-transition:opacity 0.2s ease-out;-o-transition:opacity 0.2s ease-out;-ms-transition:opacity 0.2s ease-out;transition:opacity 0.2s ease-out}.no-touch .flickerplate .arrow-navigation:hover{cursor:pointer}.no-touch .flickerplate .arrow-navigation:hover.left:before,.no-touch .flickerplate .arrow-navigation:hover.right:before{opacity:1;filter:alpha(opacity=100)}.no-touch .flickerplate .arrow-navigation:active.left:before,.no-touch .flickerplate .arrow-navigation:active.right:before{margin-top:-23px}.flickerplate .arrow-navigation.left{left:0%}.flickerplate .arrow-navigation.left:before{content:"\f104";font-size:4em;font-family:FontAwesome;}.flickerplate .arrow-navigation.right{right:0%}.flickerplate .arrow-navigation.right:before{content:"\f105";font-size:4em;font-family:FontAwesome;}.thumb-caro.flickerplate .dot-navigation{bottom:5px;}.flickerplate .dot-navigation{position:absolute;bottom:15px;width:100%;text-align:center;z-index:100}.flickerplate .dot-navigation ul{text-align:center;list-style:none;padding:0px 15px}.flickerplate .dot-navigation ul li{display:inline-block;float:none}.thumb-caro.flickerplate .dot-navigation .dot{width:10px;height:10px;}.flickerplate .dot-navigation .dot{width:14px;height:14px;margin:0px 6px;background-color:rgba(255,255,255,0.3);border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;background-clip:padding-box;-webkit-transition:background-color 0.2s ease-out;-moz-transition:background-color 0.2s ease-out;-o-transition:background-color 0.2s ease-out;-ms-transition:background-color 0.2s ease-out;transition:background-color 0.2s ease-out}.flickerplate .dot-navigation .dot:hover{cursor:pointer;background-color:rgba(255,255,255,0.6)}.flickerplate .dot-navigation .dot.active{background-color:#fff}.flickerplate .dot-navigation.left,.flickerplate .dot-navigation.left ul{text-align:left}.flickerplate .dot-navigation.right,.flickerplate .dot-navigation.right ul{text-align:right}.flickerplate.flicker-theme-dark .dot-navigation .dot{background-color:rgba(0,0,0,0.12)}.flickerplate.flicker-theme-dark .dot-navigation .dot:hover{background-color:rgba(0,0,0,0.6)}.flickerplate.flicker-theme-dark .dot-navigation .dot.active{background-color:#000}.flickerplate.flicker-theme-dark ul.flicks li .flick-inner{color:rgba(0,0,0,0.9)}.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text{color:rgba(0,0,0,0.9)}.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text,.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text{background-color:rgba(255,255,255,0.5)}.flickerplate ul.flicks li.flick-theme-dark .flick-inner{color:rgba(0,0,0,0.9)}.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text{color:rgba(0,0,0,0.9)}.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text,.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text{background-color:rgba(255,255,255,0.5)}.flickerplate.animate-transform-slide ul.flicks{-webkit-perspective:1000;-webkit-backface-visibility:hidden;transform:translate3d(0%, 0px, 0px);-webkit-transform:translate3d(0%, 0px, 0px);-webkit-transition:-webkit-transform 0.2s ease-out;-o-transition:-o-transform 0.2s ease-out;-moz-transition:-moz-transform 0.2s ease-out;transition:transform 0.2s ease-out}@media only screen and (min-width: 43.813em){.flickerplate.animate-transform-slide ul.flicks{-webkit-transition:-webkit-transform 0.6s ease-out;-o-transition:-o-transform 0.6s ease-out;-moz-transition:-moz-transform 0.6s ease-out;transition:transform 0.6s ease-out}}.flickerplate.animate-transition-slide ul.flicks{position:relative;left:0%;-webkit-transition:left 0.2s ease-in-out;-moz-transition:left 0.2s ease-in-out;-o-transition:left 0.2s ease-in-out;-ms-transition:left 0.2s ease-in-out;transition:left 0.2s ease-in-out}@media only screen and (min-width: 43.813em){.flickerplate.animate-transition-slide ul.flicks{-webkit-transition:left 0.6s ease-in-out;-moz-transition:left 0.6s ease-in-out;-o-transition:left 0.6s ease-in-out;-ms-transition:left 0.6s ease-in-out;transition:left 0.6s ease-in-out}}.flickerplate.animate-jquery-slide ul.flicks{position:relative;left:0%}.flickerplate.animate-scroller-slide{padding-bottom:0px;overflow:auto}.flickerplate.animate-scroller-slide ul.flicks{position:auto}.flickerplate.animate-transition-fade ul.flicks{position:relative}.flickerplate.animate-transition-fade ul.flicks li{float:none;position:absolute;top:0;left:0;opacity:0;filter:alpha(opacity=0)}.flickerplate.animate-transition-fade.fade-inited ul.flicks li{-webkit-transition:opacity 0.8s linear;-moz-transition:opacity 0.8s linear;-o-transition:opacity 0.8s linear;-ms-transition:opacity 0.8s linear;transition:opacity 0.8s linear}.flickerplate.animate-transition-fade.fade-inited ul.flicks li.first-flick{opacity:1;filter:alpha(opacity=100)}.flickerplate.animate-jquery-fade ul.flicks{position:relative}.flickerplate.animate-jquery-fade ul.flicks li{float:none;position:absolute;top:0;left:0;opacity:0;filter:alpha(opacity=0)}



/* CAROUSEL */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}



/* FLEX NAV */
.resp-menu {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0; }
  .resp-menu.opacity {
    opacity: 0; }
  .resp-menu.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .resp-menu.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px; }
  .resp-menu li {
    font-size: 99%;
    position: relative;
    overflow: hidden; }
  .resp-menu li a {
    position: relative;
    display: block;
    padding: .96em;
    z-index: 2;
    overflow: hidden;
    color: #222222; }
  .resp-menu li ul {
    width: 100%; }
    .resp-menu li ul li {
      font-size: 100%;
      position: relative;
      overflow: hidden; }
  .resp-menu li ul.flexnav-show li {
    overflow: visible; }
  .resp-menu li ul li a {
    display: block;
    background: #b2b2af; }
  .resp-menu ul li ul li a {
    background: #bfbfbc; }
  .resp-menu ul li ul li ul li a {
    background: #cbcbc9; }
  .resp-menu .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #acaca1;
    background: rgba(0, 0, 0, 0.075);
    text-align: center; }
    .resp-menu .touch-button:hover {
      cursor: pointer; }
    .resp-menu .touch-button .navicon {
      position: relative;
      top: 1.4em;
      font-size: 12px;
      color: #666; }

.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  border:1px solid #ddd;
  cursor: pointer;
  background:#fff;
  z-index:9999;}
  .menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px; }
  .menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    display: inline-block;
    text-align: center;
    text-indent: -9999px; }
    .menu-button .touch-button .navicon {
      width: 0;
height: 0;
border-style: solid;
border-width: 9px 6px 0 6px;
border-color: #616161 transparent transparent transparent;
top:0.5em;
left:-2.2em;
position:absolute; }

@media all and (min-width: 768px) {
  body.one-page {
    padding-top: 70px; }

  .resp-menu {
    overflow: visible; }
    .resp-menu.opacity {
      opacity: 1; }
    .resp-menu.one-page {
      top: 0;
      right: auto;
      max-width: 1080px; }
    .resp-menu li {
      position: relative;
      list-style: none;
      float: left;
      display: block;
      overflow: visible;
      width:100%; }
    .resp-menu li a {
      border-bottom: none; }
    .resp-menu li > ul {
      position: absolute;
      top: auto;
      left: 0; }
      .resp-menu li > ul li {
        width: 100%; }
    .resp-menu li ul li > ul {
      margin-left: 100%;
      top: 0; }
    .resp-menu li ul li a {
      border-bottom: none; }
    .resp-menu li ul.open {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 1; }
      .resp-menu li ul.open li {
        overflow: visible;
        max-height: 100px; }
      .resp-menu li ul.open ul.open {
        margin-left: 100%;
        top: 0; }

  .menu-button {
    display: none; } }
.oldie body.one-page {
  padding-top: 70px; }
.oldie .flexnav {
  overflow: visible; }
  .oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }
  .oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    min-height: 50px;
    overflow: visible; }
  .oldie .flexnav li:hover > ul {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .flexnav li:hover > ul li {
      width: 100%;
      float: none; }
  .oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
    overflow: visible; }
  .oldie .flexnav li > ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 1;
    overflow: visible; }
  .oldie .flexnav li ul li ul {
    top: 0; }
  .oldie .flexnav li ul li a {
    border-bottom: none; }
  .oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .flexnav li ul.open li {
      width: 100%; }
    .oldie .flexnav li ul.open ul.open {
      margin-left: 100%;
      top: 0;
      display: block;
      width: 100%;
      overflow: visible; }
  .oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0; }
.oldie .menu-button {
  display: none; }
.oldie.ie7 .flexnav li {
  width: 19.9%; }


/* Chosen v1.4.2 */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{margin-bottom:10px;position:relative;display:block;overflow:hidden;font-size:16px;padding:10px;text-align:left;height:40px;background-color:#fff;background:#fff;);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:18px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../img/../img/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../img/chosen-sprite.png) no-repeat 0 10px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(../img/chosen-sprite.png) no-repeat 100% -20px;background:url(../img/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../img/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(../img/chosen-sprite.png) no-repeat -30px -20px;background:url(../img/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(../img/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 100%;
	height: 6px;
	margin: 20px 0 10px;
	background: #eef3f5;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #009ee0;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../img/AjaxLoader.gif) no-repeat center center
}


/* Cookie Consent */
#eu-cookie-law {
    display: none;
    text-align: center;
    position: fixed;
    width: 350px;
    right: 0;
    bottom: 0;
    background: #eef3f5;
    -webkit-box-shadow: 10px 10px 47px -19px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 47px -19px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 47px -19px rgba(0,0,0,0.75);
    color: #FFF;
    padding: 10px;
    z-index: 2;
    margin: 10px;
    p {
        margin: 0 20px;
        display: inline-block;
        line-height: 12px;
        color: #fff;
    }
    button {
        color: #000;
        background: #DDD;
        border: 0;
        outline: 0;
        margin-top: 10px;
        height: 20px !important;
        &:focus {
            outline: 0;
        }
    }
}


