/*
Theme Name: 
Theme URI: 
Author: the  team
Author URI: 
Description: 
Version: 1.1
License: 
License URI: 
Tags:  
Text Domain: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html .mceContentBody {
	font-size: 100%;
	max-width: 100%;
}

@font-face {
    font-family: 'accurablack';
    src: url('../fonts/accura_black-webfont.woff2') format('woff2'),
         url('../fonts/accura_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'accurabold';
    src: url('../fonts/accura_bold-webfont.woff2') format('woff2'),
         url('../fonts/accura_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'accuralight';
    src: url('../fonts/accura_light-webfont.woff2') format('woff2'),
         url('../fonts/accura_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'accurasemibold';
    src: url('../fonts/accura_semibold-webfont.woff2') format('woff2'),
         url('../fonts/accura_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'accuraregular';
    src: url('../fonts/accura-webfont.woff2') format('woff2'),
         url('../fonts/accura-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Conv_Atelas_PersonalUseOnly';
	src: url('../fonts/Atelas_PersonalUseOnly.eot');
	src: url('../fonts/Atelas_PersonalUseOnly.woff') format('woff'), 
		 url('../fonts/Atelas_PersonalUseOnly.ttf') format('truetype'), 
		 url('../fonts/Atelas_PersonalUseOnly.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #e5e2df;
	color:#000000;
    font-family: 'accuraregular';
	font-size:16px;
	line-height: 28px;
	vertical-align: baseline;
}


/**
 * 2.0 Headings
 * ----------------------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight:normal;
	margin:0;
	padding: 0;
}

h1 {
    color: #532a45;
    font-family: 'accurabold';
    font-size: 36px;
    line-height: 36px;
}
h2 {
    color: #532a45;
    font-family: 'accurabold';
    font-size: 34px;
    line-height: 32px;
    padding-bottom: 45px;
}
h3 {
	color: #532a45;
    font-family: 'accurabold';
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 35px;
}
h4 {
	color: #532a45;
    font-family: 'accurabold';
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 10px;
}
h5{
	color: #532a45;
    font-family: 'accurabold';
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 10px;
}
h6 {
	color: #532a45;
    font-family: 'accurabold';
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}


/**
 * 3.0 Text Elements
 * ----------------------------------------------------------------------------
 */

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
	font-size: 18px;
	line-height: 36px;
}

cite {
	border: 0;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	border: 0;
	color: inherit;
	text-decoration: none;
}

p {
	font-size:16px;
	line-height: 28px;
	margin: 0 0 40px 0;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin: 0 0 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin: 0 0 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 0px;
	padding-left: 0;
}

ul {
	list-style: disc;
	padding-left: 20px;
}

ul li {
	
	padding: 0 0 0 0px;
}

ol {
	list-style: decimal inside;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

del {
	color: #767676;
}

hr {
	border-top: 2px dotted #000;
	height: 1px;
	margin-bottom: 20px;
	margin-top: 0;
}


/**
 * 4.0 Links
 * ----------------------------------------------------------------------------
 */

a {
	color: #be3a49;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:visited {
	color: #be3a49;
	text-decoration: none;
}

a:focus {
	outline:none;
	text-decoration: none;
}

a:active,
a:hover {
	color: #532a45;
	outline: 0;
	text-decoration: none;
}

input[type="text"],
input[type="text"]:focus{
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
	font-family: 'accuraregular';
	font-size: 16px;
	color: #000000;
	padding: 0 15px;
	margin: 0;
	border: 2px solid #e5e2df;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
	box-shadow: none;
	-webkit-appearance: none;
}

textarea,
textarea:focus{
	width: 100%;
	height: 170px;
	float: left;
	font-family: 'accuraregular';
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	padding: 15px;
	margin: 0;
	border: 2px solid #e5e2df;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
	box-shadow: none;
	-webkit-appearance: none;
	resize: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #000000;
  	opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
  	color: #000000;
  	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  	color: #000000;
  	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  	color: #000000;
  	opacity: 1;
}


/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */

.alignleft {
	float: left;
	margin: 7px 24px 7px 0;
}

.alignright {
	float: right;
	margin: 7px 0 7px 24px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}

blockquote.alignleft,
blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

blockquote.alignleft p,
blockquote.alignright p {
	margin-bottom: 17px;
}


/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */

.mceItemTable {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 1px 0 0 1px;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
	width: 100%;
}

.mceItemTable th,
.mceItemTable caption {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px 0;
	font-weight: 700;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: baseline;
}

.mceItemTable td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px 0;
	font-family: Lato, sans-serif;
	font-size: 14px;
	padding: 8px;
	vertical-align: baseline;
}


/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.wp-caption {
	background: transparent;
	border: none;
	color: #767676;
	margin: 0 0 24px 0;
	max-width: 474px;
	padding: 0;
	text-align: left;
}

.html5-captions .wp-caption {
	padding: 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

.html5-captions .wp-caption.alignleft {
	margin-right: 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

.wp-caption.alignright img,
.wp-caption.alignright .wp-caption-dd {
	padding-left: 10px;
}

.html5-captions .wp-caption.alignright {
	margin-left: 24px;
}

.html5-captions .wp-caption.alignright img,
.html5-captions .wp-caption.alignright .wp-caption-dd {
	padding: 0;
}

.wp-caption.aligncenter {
	margin: 7px 0;
}

.wp-caption-dt {
	margin: 0;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding: 0 10px 0 0; /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
	text-align: left;
}

.mceTemp + ul,
.mceTemp + ol {
	list-style-position: inside;
}

/**
 * 8.0 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery .gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
	width: auto;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 14px);
	max-width:         calc(50% - 14px);
	width: auto;
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 11px);
	max-width:         calc(33.3% - 11px);
	width: auto;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 9px);
	max-width:         calc(25% - 9px);
	width: auto;
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 8px);
	max-width:         calc(20% - 8px);
	width: auto;
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 7px);
	max-width:         calc(16.7% - 7px);
	width: auto;
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 7px);
	max-width:         calc(14.28% - 7px);
	width: auto;
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 6px);
	max-width:         calc(12.5% - 6px);
	width: auto;
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 6px);
	max-width:         calc(11.1% - 6px);
	width: auto;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n - 1),
.gallery-columns-3 .gallery-item:nth-of-type(3n - 2),
.gallery-columns-4 .gallery-item:nth-of-type(4n - 3),
.gallery-columns-5 .gallery-item:nth-of-type(5n - 4),
.gallery-columns-6 .gallery-item:nth-of-type(6n - 5),
.gallery-columns-7 .gallery-item:nth-of-type(7n - 6),
.gallery-columns-8 .gallery-item:nth-of-type(8n - 7),
.gallery-columns-9 .gallery-item:nth-of-type(9n - 8) {
	margin-left: 12px; /* Compensate for the default negative margin on .gallery, which can't be changed. */
}

.gallery .gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery .gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 9.0 Audio/Video
 * ----------------------------------------------------------------------------
 */

.mejs-mediaelement,
.mejs-container .mejs-controls {
	background: #000;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.mejs-overlay-loading {
	background: transparent;
}


/**
 * 10.0 RTL
 * ----------------------------------------------------------------------------
 */

html .mceContentBody.rtl {
	direction: rtl;
	unicode-bidi: embed;
}

.rtl ol,
.rtl ul {
	margin-left: 0;
	margin-right: 24px;
}

.rtl .wp-caption,
.rtl tr th {
	text-align: right;
}

.rtl td {
	text-align: right;
}


/*==================================Bootstrap style for ie=======================*/


body {
	width: 100%;
}


.ie7 .row {
	float: left;
	width: 100%;
	
}
.ie7 .col-sm-1 {
	width: 6.33333%;
}
.ie7 .col-sm-2 {
	width: 6.33333%;
}

.ie7 .col-sm-3 {
	width: 22%;
}
.ie7 .col-sm-4 {
	width: 31.3333%;
	float: left;
}
.ie7 .col-sm-5 {
	width: 36%;
}
.ie7 .col-sm-6 {
	width: 47%;
}
.ie7 .col-sm-7 {
	width: 57%;
}
.ie7 .col-sm-8 {
	width: 64.6667%;
}
.ie7 .col-sm-9 {
	width: 73%;
}
.ie7 .col-sm-10 {
	width: 73%;
}
.ie7 .col-sm-11 {
	width:89.6667%
}

.ie7 .col-sm-12 {
	width: 98%;
	
}
.ie7 .col-sm-1, .ie7 .col-sm-2, .ie7 .col-sm-3, .ie7 .col-sm-4, .ie7 .col-sm-5, .ie7 .col-sm-6, .ie7 .col-sm-7, .ie7 .col-sm-8, .ie7 .col-sm-9, .ie7 .col-sm-10, .ie7 .col-sm-11 {
	float: left;
}
.ie7 .col-sm-1, .ie7 .col-sm-2, .ie7 .col-sm-3, .ie7 .col-sm-4, .ie7 .col-sm-5, .ie7 .col-sm-6, .ie7 .col-sm-7, .ie7 .col-sm-8, .ie7 .col-sm-9, .ie7 .col-sm-10, .ie7 .col-sm-11, .ie7 .col-sm-12{
	min-height: 1px;
	padding-left: 1%;
	padding-right: 1%;

}

/******************************* custom styles *********************************/



/*======= Foundation overwrite start=========*/
.row {
	max-width: 100%;
}
.column, .columns {
	padding-left: 0px;
	padding-right: 0px;
}
/*======= Foundation overwrite end=========*/

.no-padding {
	padding: 0;
}

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

*, *::before, *::after {
    box-sizing: border-box;
}


.wrapper {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px
}
.header-container {
	float: left;
	width: 100%;
	background: #ffffff;
	position: fixed;
	z-index: 9999;
}
.header-inner {
	float: left;
	width: 100%;
}
.logo {
	float: left;
	width: 32%;
	padding: 28px 0 34px;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.header-container.sticky .logo {
	padding:5px 0;
}

.header-right {
	float: right;
	width: 66%;
}
.header-top {
	float: left;
	width: 100%;
	background: #532a45;
	position: relative;
	padding: 0 0 0 60px;
}
.header-top:after {
	content: "";
	background:#532a45;
	width: 1000%;
	height: 100%;
	position: absolute;
	left: 100%;
}
.header-top:before {
	content: "";
	background:#fff;
	width: 0; 
	height: 0; 
	border-top: 0px solid transparent;
	border-bottom: 60px solid transparent;
	border-right: 60px solid #532a45;
	left:0;
	top:0;
	position: absolute;
	height: 60px;
}
.top-menu {
	float: left;
	width: 50%;
	padding: 21px 0 3px;
	border-right: 1px solid #7f416c;
}
.top-menu ul{
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-menu > ul > li{
	float: left;
	position: relative;
	padding: 0 0 18px 23px;
	line-height: 18px;
}
.top-menu ul li:first-child {
	padding-left: 12px;
}

.top-menu ul li i {
	color: #8e4979;
	cursor: pointer;
	margin-left: 8px;
	font-size: 16px;
	line-height: 18px;
	vertical-align: top;
}

.top-menu ul li ul{
	position: absolute;
	left: 0;
	top: 36px;
	width: 200px;
	background: #532a45;
	display: none;
	padding:10px 20px 0;
	z-index: 99999;
}
.top-menu ul li ul li {
	float: left;
	width: 100%;
	padding: 0px 0 20px 0;
	margin: 0;
}
.top-menu ul li ul li:first-child {
	padding-left: 0;
}

.top-menu ul li:hover > a{
	color:#8e4979;
}

.top-menu ul li ul li a:hover {
	color:#8e4979; 
}

.top-menu ul li a{
	float: left;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}
.font-resizeblock {
	float: left;
	width: 14%;
	text-align: center;
	padding: 15px 0 16px 0;
	border-right: 1px solid #7f416c;
}
.jfontsize-button {
	margin:0 2px;
	color: #fff;
}
.jfontsize-button:hover {
	color:#8e4979; 
}

.font-resizeblock #jfontsize-m2{
	font-size: 16px;
	line-height: 24px;
}
.font-resizeblock #jfontsize-d2{
	font-size: 20px;
	line-height: 24px;
}
.font-resizeblock #jfontsize-p2{
	font-size: 24px;
	line-height: 24px;
}
.top-enquire {
	float: left;
	width: 36%;
	padding: 16px 0 14px 22px;
}
.top-enquire ul{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-enquire ul li{
	float: left;
	margin-left: 18px;
}
.top-enquire ul li:first-child {
	margin-left: 0;
}

.top-enquire ul li a{
	float: left;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}
.top-enquire ul li a:hover {
	color: #8e4979;
}

.top-enquire ul li a i {
	float: left;
	color: #8e4979;
	margin-right: 7px;
	font-size: 25px;
	line-height: 30px;
}
.top-enquire ul li a.search-popup i {
	font-size: 22px;
	line-height: 26px;
	margin-right: 8px;
}

.search-pop-block {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(83,42,68,.9);
	width: 100%;
	height: 100%;
	display: none;
}
.pop-inner {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
.pop-section {
	display: table-cell;
	vertical-align: middle;
}
.pop-section form {
	max-width: 700px;
	display: inline-block;
	width: 100%;
	position: relative;
	
}
.pop-section form input[type="text"] {
	float: left;
	width: 100%;
	height: 90px;
	border:0;
	border-bottom: 2px solid #ffffff;
	color: #fff;
	background: none;
	box-shadow: none;
	font-size: 46px;
	line-height: 46px;
	padding: 0 60px 0 0;
	margin: 0;
}
.pop-section form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.pop-section form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.pop-section form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.pop-section form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.pop-section form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 20px;
	background: url(../img/search.png) no-repeat center center;
	width: 50px;
	height: 50px;
	font-size: 0;
	border: 0;
}
.pop-close {
	position: absolute;
	right: 60px;
	top: 240px;
}
.pop-close img {
	width: 50px;
}

.body-hide {
	overflow: hidden;
}
.header-container.sticky .main-menu {
	padding-top: 30px;
}

.main-menu {
	float: left;
	width: 100%;
	padding: 50px 0 0px;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	
}
.main-menu ul{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-menu > ul > li{
	float: left;
	position: relative;
	padding: 0 0 18px 23px;
	line-height: 18px;
}
.main-menu ul li:first-child {
	padding-left: 22px;
	padding-right: 2px;
}

.main-menu ul li i {
	color: #be3a49;
	cursor: pointer;
	margin-left: 5px;
	font-size: 22px;
	line-height: 18px;
	vertical-align: top;
}

.main-menu ul li ul{
	position: absolute;
	left: 0;
	top: 36px;
	width: 230px;
	background: #ffffff;
	display: none;
	padding:10px 20px 0;
	z-index: 99999;
}
.main-menu ul li ul li {
	float: left;
	width: 100%;
	padding: 0px 0 20px 0;
	margin: 0;
}
.main-menu ul li ul li a {
	font-size: 16px;
}

.main-menu ul li ul li:first-child {
	padding-left: 0;
}

.main-menu ul li:hover > a{
	color:#532a45;
}

.main-menu ul li ul li a:hover {
	color:#532a45;
}

.main-menu ul li a{
	float: left;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	font-family: 'accurasemibold';
}
.main-menu ul li a img {
	float: left;
	margin-top: -2px;
}
.move-right .exit-off-canvas{
    background: rgba(0, 0, 0, 0.8);
}

.content-container {
	float: left;
	width: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-top:180px !important;
}
.footer-container {
	float: left;
	width: 100%;
}
.pop-section form input[type="submit"]:focus {
	outline: none;
}
.banner-slider {
	float: left;
	width: 100%;
	max-height: 507px;
	overflow: hidden;
	background: url(../img/shadow.png) no-repeat top center;
	
}
.slider-item {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	
}
.banner-wrapper {
	max-width: 1140px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top:0;
}
.banner-content {
	float: right;
	min-height: 400px;
	position: relative;
	z-index: 1;
	min-width: 460px;
	background: url(../img/overlay.png) no-repeat right top;
	
}

.banner-content:after {
	content: "";
	background: rgba(190,58,73,.9);
	width: 1000%;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	
}
.banner-inner {
	max-width: 288px;
	float: right;
	text-align: right;
	margin: 60px 0 0 0;
}
.banner-inner h2 {
	color: #fff;
	line-height: 40px;
	padding-bottom: 26px;
}
.banner-inner p {
	color: #fff;
	font-size: 18px;
}
.banner-slider .owl-dots {
	float: right;
}
.banner-slider .owl-controls {
	max-width: 1140px;
	margin: 0 auto;
	left: 0;
	right: 0;
	position: absolute;
	bottom: 150px;
}
.banner-slider .owl-dot {
	float: left;
	margin: 0 0px 0 8px;
}
.banner-slider .owl-dot:first-child{
	margin: 0;
}
.banner-slider .owl-dot span{
	float: left;
	width: 14px;
	height:14px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid #ffffff;
}
.banner-slider .owl-dot.active span{
	background: #ffffff;
}
.contact-page .content-area-left {
	max-width: 100%;
	padding: 0 10px 0 0;
	width: 100%;
}
.contact-page .content-area-right {
	padding: 0 0 0 40px;
	max-width: 100%;
	width: 100%;
}
.location-map {
	float: left;
	width: 100%;
	margin-bottom: 45px;
}
#map {
	float: left;
	width: 100%;
	height: 260px;
}
.info-row {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.info-box {
	float: left;
	width: 33.33%;
	max-width: 180px;
	margin-left: 72px;
}
.info-box:first-child {
	margin-left: 0;
}

.info-box h6 {
	color: #be3a49;
	padding-bottom: 5px;
}
.info-box p {
	margin-bottom: 0;
}
.info-box a {
	text-decoration: underline;
	color: #000000;
}
.info-box a:hover {
	text-decoration: none;
}
.contact-page p strong {
	line-height: 34px;
}
.contact-page h2 {
	padding-bottom: 40px;
}

.latest-news-container{
	width: 100%;
	float: left;
	background: #e5e2df;
	border-top: 4px solid #ffffff;
	padding: 0 0 80px;
	margin: 21px 0 0;
}

.latest-news-list{
	width: 100%;
	float: left;
	margin: -15px 0 0;
}

.latest-news{
	width: 100%;
	float: left;
	position: relative;
	padding: 51px 0 0;
}

.latest-news:before{
	width: 26px;
	height: 26px;
	content: "";
	background: #e5e2df;
	border: 4px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.date{
	width: 100%;
	float: left;
	font-family: 'accurabold';
	font-size: 22px;
	color: #532a45;
}

.news-image{
	width: 100%;
	float: left;
	margin: 17px 0 0;
}

.news-image a{
	width: 100%;
	float: left;
}

.news-desc{
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 28px 30px 23px;
}

.news-desc-inner{
	width: 100%;
	float: left;
}

.news-desc h6{
	padding: 0 0 6px;
}

.news-desc p{
	margin: 0 0 9px;
}

a.read-more{
	width: auto;
	float: left;
	font-family: 'accurasemibold';
	font-size: 16px;
	color: #000000;
	padding-right: 13px;
	position: relative;
}

.read-more:hover,
.read-more:hover:after{
	color: #be3a49;
}

.read-more:after{
	width: 6px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 1px;
	content: "\f105";
	font-family:'FontAwesome';
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.owl-controls{
    width: 100%;
    float: left;
}

.owl-prev{
    width: 50px;
    height: 50px;
    background: #ffffff;
    font-size: 0;
    position: absolute;
    left: -80px;
    top: 50%;
    margin-top: 12px;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.owl-prev:hover,
.owl-next:hover{
	background: #532a45;
}

.owl-prev:before{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	content: "\f104";
	font-family:'FontAwesome';
	font-size: 18px;
	color: #e5e2df;
	font-weight: bold;
}

.owl-next{
    width: 50px;
    height: 50px;
    background: #ffffff;
    font-size: 0;
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: 12px;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.owl-next:before{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	content: "\f105";
	font-family:'FontAwesome';
	font-size: 16px;
	color: #e5e2df;
	font-weight: bold;
}

.accomodation-container{
	width: 100%;
    float: left;
    padding: 76px 0 80px;
    background: #ffffff;
}

.accomodation-content{
	width: 100%;
    float: left;
    padding: 0 50px 0 0;
}

.offer-section{
	width: 100%;
    float: left;
}

.offer-list{
	width: 100%;
    float: left;
    border: 2px solid #e5e2df; 
    margin: 11px 0 0;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.offer-list:first-child{
	margin: 0;
}

.offer-list label{
	width: 60.8%;
    float: left;
    font-family:'accuraregular';
	font-size: 16px;
	color: #000000;
	padding: 9px 14px 13px;
	cursor: default;
	background: #ffffff;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.selectbox-outer{
	width: 39.2%;
    float: left;
}

/*--- select box style starts ---*/
.sbHolder {
	width: 100%;
	height: 46px;
	float: left;
	position: relative;
	background: #ffffff;
	border-left: 2px solid #e5e2df;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

.sbSelector {
	display: block;
	height: 46px;
	left: 0;
	line-height: 45px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 0;
	top: 0;
	padding: 0 0 0 13px;
	width: 100%;
	font-family:'accuraregular';
	font-size: 16px;
	color: #000000;
}

.sbSelector:link, .sbSelector:visited {
	color: #000000;
	outline: none;
	text-decoration: none;
}

.sbSelector:hover {
	color: #be3b4a;
	outline: none;
	text-decoration: none;
}

.sbToggle {
	background: none;
	width: 45px;
	height: 46px;
	display: block;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
}

.sbToggle:before {
	width: 45px;
	height: 46px;
	line-height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	content: "\f107";
	font-family:'FontAwesome';
	font-size: 16px;
	color: #be3b4a;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.sbOptions {
	border: 2px solid #e5e2df;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #ffffff;
	list-style: none;
	left: -2px;
	margin: 0;
	padding: 0;
	position: absolute !important;
	top: 54px;
	width: 102%;
	z-index: 600;
	overflow-y: auto;
}

.sbOptions li {
	padding: 0 7px;
}

.sbOptions li:first-child a {
	border: none;
}

.sbOptions a {
	border-top: dotted 1px #000000;
	display: block;
	outline: none;
	padding: 7px;
	font-family:'accuraregular';
	font-size: 16px;
	color: #000000;
}

.sbOptions a:link, .sbOptions a:visited {
	color: #000000;
	text-decoration: none;
}

.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
	color: #be3b4a;
}

.sbOptions li.last a {
	border-bottom: none;
}

.sbOptions .sbDisabled {
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
/*--- select box style ends ---*/

.offer-section .btn-outer{
	padding: 16px 0 0;
}

.apartment-section{
	width: 100%;
    float: left;
    padding: 4px 0 0 10px;
}

.apartment-section ul{
	width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.apartment-section ul li{
	width: 46%;
    float: left;
    list-style: none;
    margin: 0 30px 0 0;
    padding: 0;
}


.apartment-section ul li:nth-child(3n+3) {
  margin-right: 0;
}
.apartment-list{
	width: 100%;
    float: left;
    background: #e5e2df;
}

.apartment-image{
	width: 100%;
    float: left;
	position: relative;
}

.apartment-image img{
	width: 100%;
    float: left;
}

.apartment-image span{
	width: auto;
	font-family: 'accurabold';
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	padding: 16px 17px;
	position: absolute;
	left: 30px;
	bottom: 0;
}

.nieuw .apartment-image span{
	background: #532a44;
}

.verhuurd .apartment-image span{
	background: #be3a49;
}

.optie .apartment-image span{
	background: #e16a2c;
}
.huur .apartment-image span{
	background: #be3a49;
}

.apartment-desc{
	width: 100%;
    float: left;
    padding: 30px 30px 27px;
    border-bottom: 2px solid #ffffff;
}

.apartment-desc h6 a{
	color: #532a45;
}

.apartment-desc h6 a:hover{
	color: #000000;
}

.apartment-desc ul{
	width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 1px 0 0;
}

.apartment-desc ul li{
	width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 11px 0 0;
}

.apartment-desc ul li:first-child{
	padding: 0;
}

.apartment-desc ul li span{
	width: auto;
	float: left;
	font-family: 'accuraregular';
	font-size: 16px;
	line-height: 17px;
	color: #000000;
}

sup{
	font-size: 10px;
}

.apartment-desc ul li span.details{
	min-width: 144px;
}

.apartment-link{
	width: 100%;
    float: left;
    padding: 17px 30px 22px;
}

.apartment-link a{
	width: auto;
    float: left;
    font-family: 'accurasemibold';
    padding: 0 15px 0 0;
    position: relative;
}

.apartment-link a:after{
	width: 6px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 1px;
	content: "\f105";
	font-family:'FontAwesome';
	font-size: 16px;
	font-weight: 600;
	color: #be3a49;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.apartment-link a:hover:after{
	color: #000000;
}

.apartment-container{
	width: 100%;
    float: left;
    background: #e5e2df;
	padding: 0 0 80px;
}

.apartment-inner{
	width: 100%;
    float: left;
}

.short-desc{
	width: 47.4%;
    float: left;
    background: #ffffff;
    padding: 57px 60px 50px;
}

.short-desc h2{
	font-family: 'accurablack';
	padding-bottom: 39px;
}

.short-desc p{
	font-family: 'accuraregular';
	font-size: 18px;
	line-height: 34px;
	/*margin: 34px 0 0;*/
}

.short-desc span{
	font-family: 'accurabold';
	font-size: 18px;
	line-height: 34px;
	font-weight: normal;
}

.breadcrumb-section{
	width: 52.6%;
    float: left;
    padding: 0 0 0 60px;
}

.breadcrumb{
	width: 100%;
    float: left;
    padding: 19px 0 0 1px;
}

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

.breadcrumb ul li{
	width: auto;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 8px 0 16px;
    font-family: 'accuralight';
	font-size: 16px;
	line-height: 17px;
	color: #817771;
	position: relative;
}

.breadcrumb ul li:first-child{
	padding-left: 0;
}

.breadcrumb ul li:before{
	width: 7px;
	height: 8px;
	content: "";
	background: url(../img/breadcrump-divider.png) left top no-repeat;
	position: absolute;
	left: 0;
	top: 5px;
}

.breadcrumb ul li:first-child:before{
	content: none;
}

.breadcrumb ul li a{
	width: 100%;
    float: left;
    font-family: 'accuralight';
	font-size: 16px;
	line-height: 17px;
	color: #817771;
}

.breadcrumb ul li a:hover{
	color: #000000;
}

.wishes-form{
	width: 100%;
	max-width: 330px;
    float: left;
    padding: 60px 0 0;
}

.wishes-form h4{
	padding: 0 0 14px;
}

.wishes-form .offer-list{
    margin: 7px 0 0;
}

.wishes-form .offer-list:first-child{
	margin: 0;
}

.wishes-form .offer-list label{
    padding: 11px 14px 15px;
}

.wishes-form .sbHolder{
    height: 50px;
}

.wishes-form .sbToggle:before{
    height: 50px;
    line-height: 50px;
}

.wishes-form .sbToggle{
    height: 50px;
}

.wishes-form .sbSelector{
    height: 50px;
    line-height: 50px;
}

.apartment-offer-list{
	width: 100%;
	float: left;
	padding: 80px 0 0;
}

.apartment-offer-list .apartment-section{
	padding: 0;
}

.apartment-offer-list .apartment-section ul li{
    width: 31.5%;
}

.apartment-offer-list .apartment-list{
	background: #ffffff;
}

.apartment-offer-list .apartment-desc{
    border-bottom: 2px solid #e5e2df;
}

.apartment-offer-list .apartment-desc ul li{
	width: 100%;
}

.living-link-section{
	width: 100%;
	float: left;
	text-align: center;
	/*padding: 75px 0 75px;*/
	padding: 20px 0 75px;
}

.living-link-section h2{
	font-size: 32px;
	line-height: 34px;
	padding-bottom: 24px;
}

.living-link-section .btn-outer{
	padding: 0;
}

.living-link-section .btn-outer .btn{
    padding: 0 75px 0 35px;
}

.activities-container{
	width: 100%;
	float: left;
	background: #e5e2df;
	border-top: 2px solid #ffffff;
	padding: 0 0 150px;
}

.activities-section{
	width: 100%;
	float: left;
}

.news-section{
	float: left;
	padding: 75px 0 0 10px;
	width: 100%;
}

.filter-menu{
	width: 100%;
	float: left;
}

.filter-title-section ul{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 6px 0 0;
}

.filter-title-section ul li{
	width: auto;
	float: left;
	list-style: none;
	padding: 0 0 0 24px;
}

.filter-title-section ul li:first-child{
	padding: 0;
}

.filter-title-section ul li a{
	width: 100%;
	float: left;
	font-family: 'accuralight';
	font-size: 16px;
	color: #000000;
	position: relative;
	padding: 0 0 0 23px;
}

.filter-title-section ul li a:before{
	width: 16px;
	height: 16px;
	border: 2px solid #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.filter-title-section ul li.algemeen a.active:before{
	border: 2px solid #532a44;
	background: #532a44;
}

.filter-title-section ul li.zorg a.active:before{
	border: 2px solid #e16a2c;
	background: #e16a2c;
}

.filter-title-section ul li.diensten a.active:before{
	border: 2px solid #8e4979;
	background: #8e4979;
}

.filter-title-section ul li.bouw a.active:before{
	border: 2px solid #be3a49;
	background: #be3a49;
}

.westhoek .apartment-image span{
	background: #532a44;
}

.westhoek .apartment-image span{
	background: #532a44;
}

.westhoek .apartment-desc h6 a{
	color: #532a44;
}

.westhoek .apartment-desc h6 a:hover{
	color: #000000;
}

.algemeen .apartment-image span {
    background: #532a45;
}

.diensten .apartment-image span
{
    background: #8e4979;
}
.activities-section .westhoek .apartment-link a:hover,
.activities-section .westhoek .apartment-link a:after,
.activities-section .westhoek .apartment-link a:hover:after{
	color: #532a44;
}

.bouw .apartment-image span{
	background: #be3a49;
}

.bouw .apartment-desc h6 a{
	color: #be3a49;
}

.bouw .apartment-desc h6 a:hover{
	color: #000000;
}

.activities-section .bouw .apartment-link a:hover,
.activities-section .bouw .apartment-link a:after,
.activities-section .bouw .apartment-link a:hover:after{
	color: #be3a49;
}

.zorg .apartment-image span{
	background: #e16a2c;
}

.zorg .apartment-desc h6 a{
	color: #e16a2c;
}

.zorg .apartment-desc h6 a:hover{
	color: #000000;
}

.activities-section .zorg .apartment-link a:hover,
.activities-section .zorg .apartment-link a:after,
.activities-section .zorg .apartment-link a:hover:after{
	color: #e16a2c;
}

.apartment-desc .date{
	font-size: 16px;
	color: #000000;
	padding: 0 0 16px;
}

.apartment-desc p{
	margin: 0;
}

.activities-section .apartment-link a{
	color: #000000;
}

.activities-section .apartment-link a:hover,
.activities-section .apartment-link a:after,
.activities-section .apartment-link a:hover:after{
	color: #be3a49;
}

.activities-section .apartment-image span{
    left: 32px;
}

.activities-section .apartment-desc{
    padding: 25px 30px 16px;
}

.activities-section .apartment-desc h6{
	padding-bottom: 5px;
}

.activities-section .apartment-link{
    float: left;
    padding: 24px 30px;
}

.activities-section .apartment-section{
	overflow: hidden;
}

.activities-section .apartment-section ul{
	width: 1170px;
	margin: 0 0 0 -30px;
}

.activities-section .apartment-section ul li{
    width: 30.7%;
    margin: 0 0 0 30px;
}

.intention-form-container{
	width: 100%;
	float: left;
	border-top: 2px solid #ffffff;
	background: #e5e2df;	
	padding: 0 0 80px;
}

.intention-form-section{
	width: 65.8%;
	float: left;
	background: #ffffff;
	padding: 57px 60px;	
}

.intention-form-section h2{
	font-family: 'accurablack';
	padding-bottom: 39px;
}

.intention-form-section p{
    margin: 0 0 34px;
}

.intention-form-section b{
	font-family: 'accurasemibold';
	font-size: 18px;
	line-height: 34px;
	color: #000000;
}

.intention-form-section h6{
	color: #be3a49;
	padding-bottom: 5px;
}

.intention-form{
	width: 100%;
	float: left;
	padding: 13px 0 0;
}

.form-row{
	width: 100%;
	float: left;
	margin: 10px 0 0;
}

.form-row:first-child{
	margin: 0;
}

.textbox-outer{
	width: 100%;
	float: right;
}

.textbox-outer:first-child{
	float: left;
}

.textbox-outer.address{
	width: 70.4%;
}

.textbox-outer.number{
	width: 28%;
}

.textbox-outer.postcode{
	width: 41.2%;
}

.textbox-outer.place{
	width: 57.1%;
}

.textarea-outer{
	width: 100%;
	float: left;
}

.form-row .btn-outer{
	padding: 10px 0 0;
}

.form-row .btn-outer a{
	float: right;
}

.form-row .offer-section{
	max-width: 350px;
}

.form-row .offer-list label{
    width: 67%;
    padding: 10px 14px 12px;
}

.form-row .selectbox-outer{
    width: 33%;
}

.top-content-container{
	width: 100%;
	float: left;
	padding: 60px 0;
	background: #e5e2df;
}

.top-content-section{
	width: 100%;
	float: left;
}

.top-content-section .short-desc{
	margin: -120px 0 0;
	position: relative;
    z-index: 100;
    padding: 57px 60px 58px;
}

.top-content-section .btn-outer{
    padding-top: 40px;
}

.video-section{
	width: 100%;
	float: left;
	position: relative;
}

.vimeo-buttons{
	width: 80px;
	height: 80px;
  	position: absolute;
  	left: 50%;
  	top: 50%;
  	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.vimeo-button{
  	width: 80px;
	height: 80px;
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
  	cursor: pointer;
}

#pause-button{
	display: none;
}

#play-button{
	background: rgba(110,58,93,0.9);
  	position: relative;
  	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#play-button:hover{
	background: rgba(110,58,93,1);
}

#play-button:before{
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	position: absolute;
	left: 5px;
	top: 0;
	content: "\f0da";
	font-family:'FontAwesome';
	font-size: 50px;
	color: #ffffff;
}

.apartment-form-section{
	width: 100%;
	float: left;
	background: #be3a49;	
}

.apartment-form-top{
	width: 100%;
	float: left;
	padding: 40px 40px 37px;
	border-bottom: 2px solid #a83748;
}

.admin-image{
	width: 34.8%;
	float: left;
}

.admin-image img{
	width: 100%;
	float: left;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.admin-desc{
	width: 65.2%;
	float: left;
	text-align: center;
	padding: 7px 0 0;
}

.admin-desc h6{
	color: #ffffff;
	padding-bottom: 4px;
}

.admin-desc p{
	color: #ffffff;
	padding: 0 50px;
	margin: 0;
}

.admin-desc .mobile-link{
    padding-top: 34px;
}

.admin-desc .mobile-link a{
    display: inline-block;
}

.admin-desc .mobile-link a:hover{
	color: #532a45;
}

.apartment-form-bottom{
	width: 100%;
	float: left;
	padding: 40px;
}

.apartment-form-bottom h6{
	color: #ffffff;
	padding-bottom: 6px;
}

.apartment-form-bottom p{
	color: #ffffff;
	margin: 0;
}

.apartment-form-bottom input[type="text"], 
.apartment-form-bottom input[type="text"]:focus {
    border: 1px solid #922431;
}

.apartment-form-bottom .intention-form{
    padding: 31px 0 0;
}

.apartment-form-bottom .btn,
.apartment-form-bottom .btn:hover:after{
	background: #922431;
}

.apartment-form-bottom .btn:after,
.apartment-form-bottom .btn:hover{
	background: #6b191c;
}

.textbox-outer.date{
	width: 49%;
	position: relative;
	background: #ffffff;
    border: 1px solid #922431;
    border-radius: 3px;
}

.textbox-outer.date:after{
	width: 19px;
	height: 19px;
	content: "\f073";
	font-family:'FontAwesome';
	font-size: 20px;
	color: #922431;
	position: absolute;
	right: 14px;
	top: 11px;
	z-index: 1;
}

.textbox-outer.date input[type="text"], 
.textbox-outer.date input[type="text"]:focus{
	height: 48px;
	line-height: 48px;
	z-index: 2;
	position: relative;
	background: none;
    border: 0;
    border-radius: 0;
}

.textbox-outer.time{
	width: 49%;
}

.datepicker.dropdown-menu{
	min-width: 225px;
}

.datepicker table{
    width: 100%;
}

.btn-link{
	width: 100%;
	float: left;
}

.testimonial-block{
	width: 100%;
	float: left;
}

.testimonial-block h6{
	color: #be3a49;
	padding-bottom: 5px;
}

.author-image{
	width: 28.6%;
	float: left;
	margin: 2px 0 0;
	background: #e5e2df;
	overflow: hidden;
	-webkit-border-radius: 50% 0 0 50%;
	-moz-border-radius: 50% 0 0 50%;
	border-radius: 50% 0 0 50%;
}

.author-image img{
	width: 100%;
	float: left;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.testimonial-content{
	width: 71.4%;
	float: left;
	text-align: center;
	background: #e5e2df;
	padding: 32px 55px 27px;
	margin: 2px 0 0;
}

.testimonial-content p{
	width: 100%;
	float: left;
	font-family: 'Conv_Atelas_PersonalUseOnly';
	font-size: 42px;
	line-height: 42px;
	color: #be3a49;
	margin: 0;
	padding: 0 0 9px;
}

.testimonial-content span{
	width: 100%;
	float: left;
	font-family: 'accuraregular';
	font-size: 16px;
	color: #000000;
}

.contact-form-section{
	width: 100%;
	float: left;
	padding: 46px 0 0;
}

.contact-form-section h6{
	color: #be3a49;
}

.contact-form{
	width: 100%;
	float: left;
}

.contact-form-wrap{
	width: 49.2%;
	float: right;
	padding: 3px 0 0;
}

.contact-form-wrap:first-child{
	float: left;
}

.contact-form-wrap input[type="text"], 
.contact-form-wrap input[type="text"]:focus{
    padding: 0 12px;
}

.contact-form-wrap textarea, 
.contact-form-wrap textarea:focus{
    padding: 12px;
}

.contact-page .breadcrumb-out .breadcrumb{
    width: 30%;
}

.contact-page .content-area-right{
	padding: 0 0 0 40px;
}

.footer-container{
	float:left;
	width:100%;
	height:auto;
	background:#532a45;
	position:relative;
	height:400px;
}
.footer-left{
	width:36%;
	float:left;
	height:400px;
	background:url("../img/content/footer_bg2.jpg") center center no-repeat;
	background-size:100% 100%;
	position:absolute;
}
.footer-logo{
	float:left;
	width:auto;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:2;
}
.footer-horse{
	float:left;
	width:auto;
	position:absolute;
	left:30px;
	bottom:30px;
	z-index:3;
}

.footer-right{
	width:100%;
	float:left;
	position:absolute;
	overflow:hidden;
}
.footer-box-inner{
	width:100%;
	float:left;
	position:relative;
}

.footer-box{
	width:50%;
	float:left;
	height:auto;
	padding:0px 60px;
}
.footer-box h6{
	color:#8e4979;
	padding-bottom:16px;
}
.footer-box ul{
	margin:0px;
	padding:0px;
	float:left;
}
.footer-box ul li{
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	position:relative;
	padding-left:13px;
	padding-bottom:8px;
	width:100%;
}
.footer-box ul li:before{
	position:absolute;
	font-family:'FontAwesome';
	content:"\f105";
	left:0px;
	top:0px;
	color:#ffffff;
}
.footer-box ul li a{
	color:#ffffff;
}
.footer-box ul li a:hover{
	color:#be3a49;
}

.footer-box-area{
	width:100%;
	float:left;
}
.mobile-link{
	width:100%;
	float:left;
	padding-top:80px;
}
.mobile-link a{
	color:#ffffff;
	font-family: 'accurabold';
	font-size:26px;
	line-height:28px;
}
.mobile-link a:hover{
	color:#be3a49;
}
.mobile-link a i{
	padding-right:10px;
	margin-top:-2px;
	display:inline-block;
	font-size:35px;
	float:left;
}
.mobile-link a span{
	display:inline-block;
	float:left;
}
.footer-box-area p{
	margin-bottom:15px;
	color:#ffffff;
	font-family: 'accuraregular';
	font-size:16px;
	line-height:19px;
}
.footer-box-area p a{
	color:#ffffff;
	font-family: 'accuraregular';
	font-size:16px;
	line-height:19px;
}
.footer-box-area p a:hover{
	color:#be3a49;
}
.btn-outer{
	width:100%;
	float:left;
	padding-top:70px;
}
.btn{
	font-family: 'accurabold';
	font-size:16px;
	color:#ffffff;
	padding:0px 66px 0px 23px;
	background:#be3a49;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	height:50px;
	display:inline-block;
	line-height:50px;
	position:relative;
}
.btn.rev{
	padding:0px 23px 0px 66px;
}
.btn.rev:after{
	left:0px;
	content: "\f104";
}

.btn:after{
	position:absolute;
	font-family:'FontAwesome';
	content:"\f105";
	right:0px;
	top:0px;
	color:#ffffff;
	height:50px;
	width:50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:#902e37;
	text-align:center;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.btn:hover{
	background:#902e37;
	color:#ffffff;
}
.btn:focus, .btn:visited{
	color:#ffffff;
}
.btn:hover:after{
	background:#be3a49;
}
.btn-right {
	float: right;
}

.footer-box-inner:after{
	position:absolute;
	content:" ";
	left:60px;
	bottom:80px;
	height:2px;
	width:1000%;
	background:#8e4979;
}
.footer-box-top{
	width:100%;
	float:left;
	padding:60px 0px 0px;
}
/* inner page style */
.inner-content-area{
	width:100%;
	float:left;
	height:auto;
}
.content-area-left{
	width:100%;
	max-width:540px;
	float:left;
	margin-top: -60px;
}
.content-area-right{
	width:100%;
	max-width:540px;
	float:right;
}
.content-block{
	background:#ffffff;
	padding:55px 60px 60px;
	width:100%;
	float:left;
	margin-bottom:60px;
	z-index:1;
	position:relative;
}

.content-block h2{
    padding-bottom: 39px;
}

.inner-page-area{
	position:relative;
}

.breadcrumb-container{
	float:left;
	width:100%;
	padding: 0 0 22px;
	border-bottom: 2px solid #ffffff;
}

.breadcrumb-out{
	float:left;
	width:100%;
}

.breadcrumb-out .breadcrumb{
	width: 47.5%;
	float: right;
}

.gallery-out{
	float:left;
	width:100%;
	height:auto;
	padding:60px 0px 40px;
}

.gallery-out .owl-carousel {
	height: 100%;
}

.gallery-out .owl-carousel .owl-item, .gallery-out .owl-carousel .item {
	width:100%;
	height:auto;
}

.gallery-out .owl-carousel .owl-item img {
	transform-style: initial;
	height: 100%;
	object-fit: cover;
}

.gallery-out .owl-thumb-item img {
	width:100%;
	height:100%;
}

.gallery-out .owl-thumbs {
	position: relative;
	bottom: 0;
	left: 0;
	display: table;
	width: 103.70%;
	text-align: center;
	padding: 20px 0px 0px;
	float:left;
	margin-left:-3.70%;
}

.gallery-out .owl-thumb-item {
	display: table-cell;
	border: none;
	background: none;
	padding: 0;
	float:left;
	margin-left:3.70%;
	margin-bottom:20px;
	width: 21.30%;
	height: 120px;
	position:relative;
}

.gallery-out .owl-thumb-item.active {
	opacity: 1;
	
}

.gallery-out .owl-thumb-item.active:after{
	position:absolute;
	content:" ";
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	border:2px solid #be3a49;
}
.gallery-out .owl-controls{
	display:none;
}

.detail-box{
	float:left;
	width:100%;
	padding-bottom:68px;
}
.detail-box h6{
	float:left;
	width:100%;
	font-size:18px;
	color:#be3a49;
	padding-left:10px;
}
.detail-box ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.detail-box ul li:first-child{
	border-top:2px solid #f3f1f0;
}
.detail-box ul li{
	float:left;
	width:100%;
	list-style:none;
	font-family: 'accuraregular';
	font-size:16px;
	color:#000000;
	padding:13px 10px 7px 10px;
	border-bottom:2px solid #f3f1f0;
	line-height:18px;
}
.detail-box ul li .label-i{
	width:45%;
	float:left;
}
.detail-box ul li .label-val{
	width:55%;
	float:left;
}
.leaflet{
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 40px 0;
    display: block;
}
.plotted-image-wrap{
	float:left;
	width:100%;
	height:auto;
	padding-bottom: 68px;
	
}
.plotted-image-wrap h6{
	float:left;
	width:100%;
	font-size:18px;
	color:#be3a49;
	padding-left:10px;
}
.zoomwrap{
	width:100%;
	height:300px;
	border:1px solid #e5e2df;
	position:relative;
	overflow:hidden;
}
.panzoom-parent{
	height:100%;
	width:100%;
	float:left;
}
.control-outer{
	position:absolute;
	left:-70px;
	bottom:125px;
	width:212px;
	height:21px;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.control-outer button{
	padding:0px;
	background:#3f3f3f;
	width:18px;
	height:19px;
	text-align:center;
	margin-bottom:0px;
	float:left;
	font-size:10px;
}
.control-outer button.zoom-in{
	float:left;
	margin-top:0.5px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
.control-outer button.zoom-out{
	margin-top:0.5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
.control-outer button.zoom-out i{
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
.control-outer button.zoom-in i{
	
}
.zoom-range-out{
	width:175px;
	float:left;
	height:auto;
}
.slide-title{
	position:absolute;
	left:60px;
	top:0px;
	width:auto;
	background:#532a44;
	padding:12px 17px;
	color:#ffffff;
	font-family: 'accurabold';
	font-size:18px;
	color:#ffffff;
}
.slide-title.red{
	background:#be3a49;
}
.slide-title.orange{
	background:#e16a2c;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 0px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 18px;
  cursor: pointer;
  animate: 0.2s;
  background: url("../img/track_bg.jpg") repeat;
}
input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 7px;
  cursor: pointer;
  -webkit-appearance: none;
  background: url("../img/scroler.png") repeat;
  margin-top: -1px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: url("../img/track_bg.jpg") repeat;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 18px;
  cursor: pointer;
  animate: 0.2s;
  background: url("../img/track_bg.jpg") repeat;
}
input[type=range]::-moz-range-thumb {
 
  height: 20px;
  width: 7px;
  background: url("../img/scroler.png") repeat;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 20px;
  width: 7px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}

.contact-info-right{
	float:left;
	width:100%;
	margin-top:40px;
	margin-bottom:40px;
}
.admin-image-out{
	width:100%;
	float:left;
	text-align:center;
	padding-bottom:22px;
}
.admin-image-out .admin-image{
	width:160px;
	height:160px;
	float:none;
	display:inline-block;
}
.contact-info-right .admin-desc{
	width:100%;
}
.contact-info-right .admin-desc p{
	padding:0 10px;
}
.contact-info-right .apartment-form-top{
	padding-bottom:32px;
}
.contact-info-right .apartment-form-bottom{
	text-align:center;
}
.form-row-itm{
	padding-top:10px;
	width:100%;
	float:left;
}
.testimonial-block {
	margin-bottom: 20px;
}
.bottom-0 {
	margin-bottom: 0px;
}
.bottom-30 {
	margin-bottom: 30px;
}
.filter-list {
	margin-bottom: 50px !important;
}
.black {
	color: black;
}
/*.apartment-section ul li:nth-child(3n+1) {
	margin: 0;
}*/
.activities-section .apartment-section ul li:first-child {
	margin: 0 0px 0 30px;
}
.apartment-section > ul > li {
	margin-bottom: 30px;
}
.error {
	border: 3px solid #9e0c0f !important;
}

.left-off-canvas-menu {
	display: none;
}

@media only screen and (max-width: 767px) {
	.left-off-canvas-menu {
		display: block;
	}
}