body
{
	font-size: 16px;
	font-family: 'neris';
	font-weight: 300;
	background-color: #d9d9d9;
}

div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote
{
	z-index: 1;
}

h1
{
	font-size: 2.75em;
}

h2
{
	font-size: 2.3125em;
}

h3
{
	font-size: 1.6875em;
}

h4
{
	font-size: 1.4375em;
}

h5
{
	font-size: 1.125em;
}

h6
{
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: 400;
	font-family: 'neris';
}

p, label, li, ul, ol
{
	cursor: default;
	font-weight: 300;
	font-size: 1em;
}

.f2
{
	background: #F2F2F2;
}

a:hover
{
	color: #d63f52;
}

.text
{
	font-size: 1.3em;
}

span.bold
{
	font-weight: 400;
}

.error-box
{
	color:#D43F51;
}

.success-box
{
	color:#D43F51;
}

.margin-top
{
	margin-top:2em;
}

.panel.alert.errors
{
	background:#D43F51;
	color:#FFF;
}

.panel.alert.errors p
{
	color:#fff;
	margin:0;
}

#flash-box
{
	padding:0.5em 0;
}

#flash-box.success
{
	background:#72B472;
	color:#FFF;
}

#flash-box.message
{
	background:#AAA;
	color:#333;
}

#flash-box.error
{
	background:#D43F51;
	color:#FFF;
}

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

.postfix
{
	position: relative;
	top:2px;
}

.page-wrapper
{
	width: 100%;
	padding: 3em 0;
	background-color: #f2f2f2;
}

#social_buttons
{
	padding:1em 0;
}

#social_buttons .inner
{
	padding:0.5em 0;
	border-bottom: 1px solid #333;
}

#social_buttons .inner .row
{
	white-space: nowrap;
}

#social_buttons .inner a
{
	font-size:1.2em;
	margin:0 0.2em;
	padding:0 0.1em;
}

#header-logo-wrapper
{
	padding: 3em 0;
	background-color: #273846;
}

.header-logo
{
	display: block;
	background-image: url(../img/header-logo.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: 6em;
}

.header-logo.no-svg
{
	background-image: url(../img/header-logo.png);
}

#header
{
	width: 100%;
	padding: 1.5em 0;
	background-color: #273846;
}

#header .logo
{
	display: block;
	background-image: url(../img/logo-medium.svg);
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
	height: 4em;
}

#header .logo.no-svg
{
	background-image: url(../img/logo-medium.png);
}

#nav, #nav div, #nav ul, #nav li, #nav a
{
	z-index: 1000;
}

#nav
{
	background-color: #273846;
}

#nav a
{
	color: #fff;
}

#nav > ul
{
	padding: 0;
	margin: 0 auto;
	width: 62.5em;
	list-style: none;
}

#nav > ul > li
{
	display: inline-block;
	font-size: 1em;
	position: relative;
}

#nav > ul > li:hover
{
	background-color: #2d4151;
}

#nav > ul > li > a
{
	display: inline-block;
	padding: 1em 1em 1em 1em;
	color: #fff;
	border-bottom: 0.3em solid #273846;
}

#nav > ul > li:hover > a
{
	border-bottom: 0.3em solid #d63f52;
}

#nav > ul > li.has_children:hover > a
{
	border-bottom: 0.3em solid #2d4151;	
}

#nav > ul > li.contact
{
	float:right;
}

#nav .dropdown, #nav .dropdown .dropdown
{
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: 0;
	width: 16em;
	background-color: #2d4151;
}

#nav .has_children:hover > .dropdown
{
	display: block;
}

#nav .dropdown li
{
	position: relative;
}

#nav .dropdown li a
{
	display: block;
	padding: 0.7em 0.7em 0.7em 0.7em;
	border-left: 0.3em solid #d63f52;
}

#nav .dropdown li:hover > a
{
	background-color: #354c5e;
}

#nav .dropdown .dropdown
{
	top: 0;
	left: 16em;
}

#nav .dropdown .has_children .dropdown li a
{
	border-left: 0.3em solid #354c5e;
}

.page-title-wrapper
{
	background-color: #fff;
}

.page-title-wrapper.access-control
{
	border-bottom: 1px dotted #d63f52;
}

.page-title-wrapper.building-management
{
	border-bottom: 1px dotted #273846;
}

.page-title h1
{
	font-size: 1.5em;
	font-weight: 300;
	padding: 0;
	margin: 0.87em 0;
}

#slideshow-wrapper
{
	padding:5em 0;
}

#slideshow
{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#slideshow .title
{
	display: block;
	font-size: 2em;
	font-weight: 400;
}

#slideshow .description
{
	margin: 1em 0;
	font-size: 1.4em;
	font-weight: 300;
}

#slideshow .details
{
	text-align: center;
}

#slideshow .image img
{
	width: 100%;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#tiles
{
	padding: 0;
}

#tiles .tile
{
	border-radius: 1em;
	padding: 1em 2em;
	color: #fff;
}

#tiles .box-one
{
	margin-right: 2.25em;
	background-color: #2d4151;
}

#tiles .box-two
{
	margin-left: 2.25em;
	background-color: #d63f52;
}

#tiles .tile .title
{
	color: #fff;
	font-size: 2em;
	font-weight: 500;
}

#tiles .tile p
{
	font-size: 1.2em;
	font-weight: 300;
	margin: 1.3em 0 1.8em 0;
}

#home-blog-wrapper
{
	padding: 5em 0 2em 0;
}

.home-blog-listing
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.home-blog-listing li
{
	display: block;
	padding: 0;
	margin: 3em 0;
	clear: both;
	background-image: url(../img/listing-arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

.home-blog-listing .details
{
	float: left;
	margin-left: 1em;
	width: 19.1em;
}

.home-blog-listing .date
{
	padding: 0.6em 0 0.9em 0;
	display: block;
	width: 4em;
	background-color: #2d4151;
	border-radius: 1em;
	color: #fff;
	float: left;
	line-height: 1.2em;
	font-weight: 400;
}

.home-blog-listing .title a
{
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1em;
}

.home-blog-listing .meta
{
	margin-top: 0.6em;
}

.home-blog-listing .meta a
{
	margin-right: 1em;
}

.home-blog-listing .meta a i
{
	margin-left: 0.5em;
}

#footer .row
{
	padding: 3em 0;
}

#footer p,
.contact-details p
{
	font-size: 1em;
	font-weight: 300;
	margin-bottom: 0;
}

#footer .address
{
	float: left;
}

#footer-links
{
	padding-bottom: 1em;
	margin: 0 auto;
	width: 62.5em;
	list-style: none;
	text-align: center;
}

#footer-links li
{
	display: inline-block;
	margin: 0;
	padding: 0;
}

#footer-links li a
{
	display: inline-block;
	font-size: 0.8em;
	padding: 0em 2.5em;
}

.footer-logo
{
	display: block;
	background-image: url(../img/footer-logo.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: 4em;
	margin-bottom: 2em;
}

.footer-logo.no-svg
{
	background-image: url(../img/footer-logo.png);
}

.contact-form
{
	margin: 0em 0em 3em;
}

#google-map, .contact-details
{
	margin-top: 3em;
}

.backstretch
{
	width: 100%;
	height: 10.5em;
}

#full-width-introduction,
#sidebar-layout-introduction
{
	margin-bottom: 1em;
}

#full-width-main-image,
#sidebar-layout-main-image
{
	margin-bottom: 2em;
}

#full-width-main-content .secondary-content
{
	float: right;
	margin: 0 0 2em 3em;
	width: 20em;
	padding: 1.5em 2em;
	font-size: 0.8em;
	background-color: #e6e6e6;
}

#sidebar-layout-main-content .secondary-content
{
	margin: 0 0 2em 0;
	width: 100%;
	padding: 1.5em 2em;
	font-size: 0.8em;
	background-color: #e6e6e6;	
}

#mobile-sidebar
{
	background-color: #fff;
}

#sidebar ul,
#mobile-sidebar ul
{
	padding: 0;
	margin: 0 0 3em 0 ;
	list-style: none;
}

#sidebar .widget h3,
#mobile-sidebar .widget h3
{
	margin-bottom: 0.7em;
}

#sidebar .widget li,
#mobile-sidebar .widget li
{
	margin-bottom: 1.2em;
}

#sidebar .widget a,
#mobile-sidebar .widget a
{
	display: block;
	line-height: 1.2em;
	font-size: 1.3em;
}

#sidebar .widget a .title,
#mobile-sidebar .widget a .title
{
	display: block;
}

#sidebar .widget .navigation .date,
#mobile-sidebar .widget .navigation .date
{
	font-size: 0.9em;
	line-height: 1em;
	color: #8b9499;
}

#sidebar .widget a:hover,
#mobile-sidebar .widget a:hover
{
	color: red;
}

/* SIDEBAR NAV */
#area-nav, #area-nav ul
{
	padding: 0;
	margin: 0 0 2em 0;
	list-style: none;
}

#area-nav li a
{
	display: block;
	background-color: #2d4151;
	color: #a5b1c2;
	padding: 0.8em;
}

#area-nav li.has_children > a
{
	padding-right: 1.7em;
}

#area-nav li > a:hover,
#area-nav li.current > a,
#area-nav > li.has_current > a,
#area-nav li.has_current.has_children > a
{
	color: #fff;
	background-color: #273846;
}

#area-nav .dropdown > li > a
{
	padding-left: 1em;
	background-color: #273846;
}

	#area-nav .dropdown li a
	{
		padding-left: 1.3em;
	}

	#area-nav .dropdown .dropdown li a
	{
		padding-left: 1.6em;
	}

#area-nav .has_children > a
{
	background-image: url(../img/side-nav-arrows/light-blue-down.png);
	background-position: center right;
	background-repeat: no-repeat;
}

#area-nav .has_children > a:hover,
#area-nav li.current.has_children > a,
#area-nav > li.has_current > a,
#area-nav li.has_current.has_children > a
{
	background-image: url(../img/side-nav-arrows/white-down.png);
	background-position: center right;
	background-repeat: no-repeat;
}

/* HIDE ALL DROPDOWNS */
#area-nav .dropdown,
#area-nav .dropdown .dropdown,
#area-nav .current .dropdown > .has_children.parent .dropdown
{
	display: none;
}

#area-nav .current.has_children > .dropdown,
#area-nav .has_current.has_children > .dropdown
{
	display: block;
}

#area-nav > li.current,
#area-nav > li.has_current
{
	border-left: 0.3em solid #d63f52;
}

#area-nav li.current > a
{
	color: #273846;
	background-color: #f2f2f2;
}

#area-nav li.current:hover > a
{
	color: #d63f52;
}

#area-nav li.has_children.current > a
{
	background-image: url(../img/side-nav-arrows/blue-arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
}

#area-nav li.has_children.current:hover > a
{
	background-image: url(../img/side-nav-arrows/red-arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
}

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

#blog-listing li
{
	margin-bottom: 8em;
}

#blog-listing .title a
{
	line-height: 1em;
	font-size: 2.3125em;
}

#blog-listing .date a,
#post-view .date
{
	font-size: 1.4375em;
	color: #a5b1c2;
}

#blog-listing .meta,
#post-view .meta
{
	padding: 0.5em 0;
}

#blog-listing .meta a,
#post-view .meta a
{
	margin-right: 1em;
}

#blog-listing .meta .keywords,
#post-view .meta .keywords
{
	margin-top: 0.4em;
}

#blog-listing .meta .keywords a,
#post-view .meta .keywords a
{
	margin-right: 0em;
}

#blog-listing .meta a i,
#post-view .meta a i
{
	margin-right: 0.5em;
}

#blog-listing .preview a
{
	font-size: 1em;
}

#blog-listing .preview a:hover
{
	color: inherit;
}

#comments
{
	margin: 3em 0;
}

.comment .image
{
	float: left;
	margin-right: 1em;
}

.comment .details .name
{
	font-size: 1.4em;
	line-height: 1em;
	margin-bottom: 0.4em;
}

#comments-list
{
	padding: 0;
	margin: 3em 0;
	list-style: none;
}

#comments-list li
{
	margin-bottom: 3em;
}

#post-view .body
{
	margin-top: 2em;
}

.page-title i.fa
{
	display: inline;
	margin: 0 0.6em 0 0.8em;
	font-size: 0.8em;
	color: #a5b1c2;
}

/* breadcrumbs */

#breadcrumbs
{
	padding: 0;
	margin: 0.5em 0;
	list-style: none;
}

#breadcrumbs li
{
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 1.7em;
}

#nav-toggle
{
	display: none;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"]
{
	margin: 0 0 1em;
	height: 2.5em;
	font-size: 1em;
}

textarea
{
	padding: 0.5em 0.75em;
	margin: 0 0 1em;
	font-size: 1em;
}

.contact-introduction
{
	margin-bottom: 3em;
}

#side-toggle
{
	display: none;
}

#blog-listing #main-image
{
	float: right;
	width: 8em;
	height: 8em;
}

#post-view #main-image
{
	margin-top: 1em;
}

#content-slider-wrapper #slideshow a.title
{
	line-height: 1em;
}

#content-slider-wrapper #slideshow p.description
{
	line-height: 1.2em;
	font-size: 1.4em;
}

#content-slider-wrapper div.bx-wrapper .bx-pager,
#content-slider-wrapper div.bx-wrapper .bx-controls-auto
{
	bottom: -3em;
}

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

#alt-slideshow li
{
	position: relative;
}

#alt-slideshow img
{
	margin: 0 auto;
}

#alt-slideshow .caption-box
{
	background-color: #fff;
	display: absolute;
	bottom: 0;
	padding: 0.75em 1.5em;
}

#alt-slideshow .caption-box .title
{
	font-size: 1.2em;
	font-weight: 400;
}

#alt-slideshow .caption-box .description
{
	width: 75%;
	padding: 0;
}

#alt-slideshow .caption-box .continue-wrapper
{
	display: block;
	width: 25%;
	padding: 0;
}

.backstretch
{
	background-size: contain;
}

.social-media-links a
{
	width: 100%;
	float: right;
	text-align: left;
}

.social-media-links a i
{
	margin-right: 0.3em;
}

.slidey-menu.move-left > .inner-wrap
{
	webkit-transform: translate3d(-20em, 0, 0);
    -moz-transform: translate3d(-20em, 0, 0);
    -ms-transform: translate3d(-20em, 0, 0);
    -o-transform: translate3d(-20em, 0, 0);
    transform: translate3d(-20em, 0, 0);
}

.slidey-menu.move-right > .inner-wrap
{
	webkit-transform: translate3d(20em, 0, 0);
    -moz-transform: translate3d(20em, 0, 0);
    -ms-transform: translate3d(20em, 0, 0);
    -o-transform: translate3d(20em, 0, 0);
    transform: translate3d(20em, 0, 0);
}

.slidey-menu.left-off-canvas-menu,
.slidey-menu.right-off-canvas-menu
{
    width: 20em;
}

#off-nav
{
	background-color: #273846;
}

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

#off-nav a
{
	font-size: 1.6em;
	display: block;
	padding: 1em 1.5em;
	color: #fff;
}

#off-nav .dropdown
{
	display: none;
}

.inner-mobile-sidebar
{
	padding: 0 1em;
}

.sidebar-off a
{
	display: block;
	padding: 1em 0;
	font-size: 1.6em;
}

#company-input-wrapper
{
	display: none;
}

.alert-box
{
	padding: 0.4em 0.6em;
	margin: 0.6em 0 1em 0;
	font-size: 0.8125em;
}

.alert-box.alert
{
	background-color: #D63F52;
	border-color: #b33445;
}

.required-field
{
	color: #b33445;
}

#login ul
{
	list-style: none;
	margin:1em 0;
	padding:0;
}

#login #remember_me
{
	margin:1em 0;
}

#login #remember_me label
{
	display: inline;
	position: relative;
	top:3px;
}

#testimonials
{
	background-color: #F2F2F2;
}

#testimonial-list
{
	list-style: none;
	margin: 0;
}

.testimonial-block
{
	margin:1em 0;
	padding:2em 0;
	border-bottom:1px solid #CCC;
}

.testimonial-block .testimonial
{
	font-size:1.5em;
}

.testimonial-block .vid-thumb
{
	position: relative;
	display: block;
	color:#d63f52;
}

.testimonial-block .vid-thumb img
{
	width:100%;
}

.testimonial-block .vid-thumb .overlay
{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align: center;
	background: rgba(50, 50, 50, 0.5);
	transition:0.3s;
}

.testimonial-block .vid-thumb:hover .overlay
{
	background: rgba(50, 50, 50, 0);
}

.testimonial-block .vid-thumb .overlay i
{
	position: relative;
	top:33%;
	font-size: 4em;
}

.pagination
{
	text-align: center;
	margin-bottom:1em;
}

.pagination ul
{
	list-style: none;
	margin:0;
}

.pagination ul li
{
	display: inline-block;
	margin: 0 0.5em;
	border:1px solid #ccc;
	border-radius: 4px;
}

.pagination ul li a,
.pagination ul li span
{
	text-align: center;
	padding:0.8em 1em;
}

.pagination ul li.active
{
	background: #273846;
	color:#FFF;
}

#business_business_business .inline-labels label
{
	display:inline;
	margin-right:2em;
	position: relative;
	left:0.3em;
}

#business_business_business .hidden
{
	display:none;
}

#business_business_business #dz_previews
{
	padding:3em;
	text-align: center;
	background: :#FFF;
	border:1px dotted #333;
	cursor: pointer;
}

#business_business_business #dz_previews p
{
	cursor: pointer;
}

#business_business_business #dz_previews .dz-progress
{
	display: none;
}

#business_business_business #submit_button
{
	width:100%;
}

#fullscreen_loading
{
	display:none;
	position: fixed;
	top:0;
	left:0;
	height:100vh;
	width: 100%;
	background: rgba(30, 30, 30, 0.8);
	text-align: center;
	z-index:99999;
	padding-top:40vh;
}

#fullscreen_loading p
{
	color:#FFF;
	font-size:200%;
}

.dz_error_msg
{
	display: none;
}

.dz_error_msg p
{
	color:#D43F51;
	text-align: center;
}

.dz-upload { 
    display: block; 
    background-color: red; 
    height: 10px;
    width: 0%;
}

.dz-remove
{
	margin-top:1em;
	padding:1em;
	background: #1F2D38;
	color:#FFF;
	border-radius:1em;
}

.dz-error
{
	/*border:2px solid #D43F51;*/
}

.dz-error-message
{
	top: 3em !important;
}

.dz-error-message:after
{
	display: none;
}

.dz-progress
{
	display: block !important;
}

.dz-progress .dz-upload
{
	height:100%;
	background: #D43F51 !important;
}
