html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}


/* Sections
	 ========================================================================== */

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1.2rem !important;
	color:#444444 !important;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

.h3, h3 {
	font-size: 1.5rem  !important;
}

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}


small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
input { /* 1 */
	overflow: visible;
}

button,
select { /* 1 */
	text-transform: none;
}


button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
	padding: 0;
}


button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}


legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}


progress {
	vertical-align: baseline;
}


textarea {
	overflow: auto;
}


[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}



[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}



[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}



details {
	display: block;
}



summary {
	display: list-item;
}



template {
	display: none;
}



[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}



p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #898a7a;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.no-select, nav {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

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

ul.child-pages {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


.entry-header {
	margin-top: 2rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	/*margin: 0 0 1.5em;
	 Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.searchbox{
	display:none;
}

.searchbox input[type="text"]{
	border-radius: 0px;
	padding: 4px;
	border: 1px solid #3ec6a3;
}

.searchbox input[type="submit"]{
	font-size:1rem;
}

.searchbox .form-inline .form-control {
	width: 70%;
}

#masthead {
	position: relative;
	top: 0;
	z-index: 100;
	width: 100%;
	background-color:#ffffff;
}

.top{
	 background-color: #3ec6a3;
}

#logo{
	max-width: 80px;
	padding: 8px 0 8px;
}

.top a{
	color:#ffffff;
}

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

.top ul  , .top ul li , .top nav , .top .accessibility{
	display: inline-flex;
}

.top .accessibility:after, .top .topmenu:after{
	content: " | ";
}

#menu-top-menu{
	font-size:0.8rem;
	margin-bottom: 0.4rem;
}

#menu-top-menu li {
	padding-left: 1rem;
}

.top p{
	margin-bottom: 0;
}


.top ul i, .top , .top ul a {
	color:#ffffff;
}

.top .contact {
	font-size:1rem;
	font-weight: bold;
}

.top .contact i {
	margin-left:1rem;
	padding-top:0.2rem;
}

.top .resize-span{
	margin-right:0.5rem;
}

.main-header #happy {
	margin-right: 1rem;
}

.main-header .feedback {
	text-align: right;
}

.feedback i {
	display: inline-flex;
}

.error-404 , .single , .search {
	min-height: 70vh;
}

.metaslider img {
	min-height: 200px;
	object-fit: cover;
}


/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/

 .social a{
	color:#ffffff;
	 font-size: 0.9rem;
}

.social a i {
	width: 25px;
	height: auto;
	text-align: center;
	padding:0.4rem;
}

 .social .facebook{
	border:  0.2rem solid;
}

}

 .social .facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}


 .social .twitter{
display: none !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
	background-color: #555555;
	padding-top:2rem;
	text-align: center;
	font-size: 0.8rem;
	color:#ffffff;
}

/*
footer .upper{
	margin-top:1rem;
}
*/

footer .upper a{
	font-size: 0.8rem;
	color:#ffffff;
}

footer .lower a{
	font-size: 0.7rem;
	color:#ffffff;
}

footer .email {
	padding-top: 3rem;
}

footer .mailchimp {
	display: inline-flex;
	width: 100%;
}


footer p {
	margin-bottom:0.5rem;
}

#mc-email {
	width: 100%;
}

footer .mailchimp input[type="email"] {
	border-radius: 0px;
}

.btn-success{
	color: #ffffff !important;
	background-color: #3ec6a3 !important;
	border-color: #3ec6a3 !important;
	text-transform: uppercase;
}

footer .designers{
	text-align: center;
}

footer  .designers i {
	position:relative;
	top: 4px;
}

footer .lower{
	padding-bottom:1rem;
}

footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu-footer-menu li a {
	display: block;
}

footer .associates{
	background-color: #ffffff;
}

footer .associates ul{
	margin:0 auto;
}

footer  .associate-list{
	text-align: center;
	padding-top: 0.5rem;
}

footer .foot{
	font-size: 0.7rem;
	background-color: #222222;
}

footer .fa-map-marked{
 color:#3ec6a3;
 cursor:pointer;
}

#scroll-up {
 cursor:pointer;
}

.modal h4{
	color:#3ec6a3;
}

/*--------------------------------------------------------------
# WP forms
--------------------------------------------------------------*/

.wpforms-form button[type="submit"]{
  background-color: #3ec6a3 !important;
	color:#ffffff !important;
	border:none !important;
}

.wpforms-submit-container .right {
	float: right !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/




/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {

	width: 100% !important;
}

.updated:not(.published) {
	display: none;
}

/*--------------------------------------------------------------
## Standard
--------------------------------------------------------------*/

.page-banner{
	overflow:hidden;
}

.page-banner img {
	object-fit: cover;
	height: auto;
	verflow:hidden;
	width: 100%;
	min-height: 40vh;
}

.page-banner .title {
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.page-banner .title h1{
	color:#ffffff;
	text-shadow: 0px 0px 5px rgba(45, 45, 45, 1);
	background: rgba(0,0,0,0.7);
	padding: 0.5rem ;
	font-size:1.5rem;
}


.page-banner img{
	width:100%;
}


.sitemap ul{
	list-style: none;
}

.sitemap ul.children li a{
	color:grey;
}

.sitemap ul:not( .children ){
 	margin:0;
	padding:0;
}

.standard{
	min-height:45vh;
}

.single h1{
	color: #3ec6a3;
}

/*--------------------------------------------------------------
## archive
--------------------------------------------------------------*/

.archive{
	margin:2rem 0;

}

#breadcrumbs  a,  a:visited, .archive-item a,.archive-item a:visited, .archive-item a:hover{
	color:#3ec6a3;
}

.archive .monthly-archive{
	list-style: none;
	padding:0;
	margin:0;
}

.archive h2{
	font-size: 1.5rem;
	padding:0.5rem 0;
}

.archive .monthly-archive li {
	width: 40%;
	display: inline-block;
}

/*--------------------------------------------------------------
## map page
--------------------------------------------------------------*/

.btn.dropdown-toggle.bs-placeholder.btn-light {
    color:rgb(33, 37, 41);
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    color:#3ec6a3;
}

.map-search{
	color:#ffffff;
	background-color:#3ec6a3;
}

#map {
	height:400px;
	height:86vh;
}

.map-inner-search {
	padding:10px;
}

.map-inner-search h1 {
    font-size:1.6rem;
}

.map-inner-search p {
	font-size:80%;
}

.map-search-dd label {
	display:block;
}

.map-search-dd {
	padding-bottom:30px;
}

.map-search-dd select {
	width:100%;
}

.map-search-btn {
	padding-top:10px;
	font-size: 100%;
}

.map-search-btn button {
	width:100%;
	background-color:transparent;
	color:#fff;
	cursor:pointer;
	font-weight: bold;
	transition: background-color 0.2s ease-out;
}

.map-search-btn button:hover {
	background-color:#555555;
	transition: background-color 0.4s ease-in;
}

.infoBox[style],.map-box {
	background-color:#fff;
	width:260px;
}

.gm-style .map-box-image img {
	width:100%;
	min-width:260px;
	min-height:240px;
	max-width:260px;
	max-height:240px;
	height:auto;
	padding-bottom:8px;
    opacity: 1;
    transition: opacity 0.3s
}

.gm-style .map-box-image img[data-src] {
    opacity: 0;
}

.map-box-content {
	margin:10px;
	font-size: 1.2em;
}

.map-box-website {
	font-weight:bold;
	font-size: 1em;
}

.map-box-content > div:not(:last-child) {
	margin-bottom:10px;
}

.map-box-website a {
	color:#333;
	text-decoration: none;
}

.map-search-close {
	float: right;
	margin-bottom: 10px;
	cursor:pointer;
}

.map-box-title {
	font-weight:bold;
}

.map-number {
	font-size: 1.1em;
	padding:10px;
	background-color:#3EC6A3;
	color:#fff;
	text-align: center;
}

.map-box-image-thumb{
	width: 100%;
	min-width: 60px;
	min-height: 60px;
	max-width: 60px;
	max-height: 60px;
	height: auto;
	display: block;
	cursor:pointer;
}

.map-box-image-thumbs ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.map-box-image-thumbs ul li {
	display: inline-block;
	width: 23%;
}

.map-box-image-thumbs > ul > li {
	margin-left: 5px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## BB styles
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## home slider
--------------------------------------------------------------*/

.rslides {
	padding: 0 !important;
	margin: 0 !important;
}

.metaslider .caption-wrap {
	top: 0;
	background: transparent !important;
	opacity: 1 !important;
}

.metaslider .caption {
	text-align: center;
	background: rgba(0,0,0,0.5);
	padding: 4px 0 6px 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/*--------------------------------------------------------------
## sprites
--------------------------------------------------------------*/

.sprite {
	background-image: url("../albyn/images/spritesheet.png");
	background-repeat: no-repeat;
	display: inline-flex;
}


.sprite-OCSR {
	width: 57px;
	height: 59px;
	background-position: -5px -5px;
}

.sprite-de {
	width: 91px;
	height: 22px;
	background-position: -72px -5px;
}

.sprite-gas {
	width: 46px;
	height: 32px;
	background-position: -173px -5px;
}

.sprite-happy {
	width: 37px;
	height: 37px;
	background-position: -72px -47px;
}

.sprite-highland-res {
	width: 176px;
	height: 59px;
	background-position: -5px -94px;
}

.sprite-sad {
	width: 37px;
	height: 37px;
	background-position: -119px -47px;
}

.sprite-scottish-housing {
	width: 218px;
	height: 59px;
	background-position: -229px -5px;
}

.sprite-sfha {
	width: 94px;
	height: 59px;
	background-position: -191px -74px;
}

.fl-row-content-wrap {
	padding: 20px 0 20px 0;
}

/*--------------------------------------------------------------
## tiles
--------------------------------------------------------------*/

.dates-of-interest {
	background-color: #00b719;
}

.energy-advice{
	background-color: #2388cf;
}

.update-your-details{

	background-color: #c41b53;
}

.pay-your-rent{

	background-color: #034349;
}

.faqs{

	background-color: #11737b;
}

.tenants-handbook{
	background-color: #f9b105;
}

footer i, .feedback i, .tile , .fa-search{
	cursor: pointer;
}

footer .email-label{
	font-weight: bold;
}

.tile .icon , .tile .link {
	text-align: center;
}

.tile .link {
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
}

.latest-news a ,.latest-news a:hover , .single a , .single  a:hover , .feedback a, .feedback a:hover , .fl-module-content a , .fl-module-content a:hover, .search-result a, .search-result a:hover {
	color:  #3ec6a3;
}

.tile a {
	color: #ffffff;
	text-transform: uppercase;
	max-width: 100px;
	text-align: center;
}

.tile a:hover {
	color: #ffffff;
    text-decoration: none;
}

.front-page .tile a {
	font-size: 0.9rem;
}

.standard .tile a {
	font-size: 0.6rem;
}

.tile {
	padding: 1rem 0 1rem 0;
}

.standard .tile {
	margin-bottom: 0.5rem;
	margin-right: 0.4rem;
}

.front-page .tiles {
	margin-top: 0.5rem;
}

.tiles .fas , .tiles .far{
	color:#ffffff;
}

/*--------------------------------------------------------------
## Property search
--------------------------------------------------------------*/
.property-search {
	background-color: #ebebe5;
	padding-top: 2rem;
	padding-bottom: 4rem;
}

/*--------------------------------------------------------------
## front page
--------------------------------------------------------------*/

.front-page .intro {
	color: #767676;
	margin: 2rem 0 4rem 0;
}


.front-page .intro h1{
	color:#3ec6a3;
	font-weight: bold;
}

.front-page .intro p:first-of-type{
	color:#3ec6a3;
}

/*--------------------------------------------------------------
## latest news
--------------------------------------------------------------*/

.latest-news  {
	margin: 1.5rem 0 4rem 0;
}


.latest-news h3 {
	margin-bottom: 1.5rem;
}

.latest-news img{
	margin-bottom:1rem;
}

.latest-news p:first-of-type , .latest-news .d-flex i{
	color:#7b7b7b;
	font-size: 1rem;
}

.latest-news .d-flex i{
	margin-left:1rem;
}

.latest-news .d-flex p{
	color:  #3ec6a3;
	font-weight:bold;
}

.latest-news a:hover{
	text-decoration: none;
}

.latest-news .d-flex p{
	margin-bottom: 0;
}

.latest-news .news-item {
	margin-bottom: 5.4rem;
	clear:both;
}

.latest-news .left {
	float: left;
}

.latest-news .right {
	float: right;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/

.btn-primary {
	color: #ffffff !important;
	background-color: #3ec6a3 !important;
	border-color: #3ec6a3 !important;
	text-transform: uppercase;
}

.btn{
	border-radius: 0 !important;
}


.toTop p{
	display: inline-block;
}

/*--------------------------------------------------------------
## standard page
--------------------------------------------------------------*/

.fl-heading-text  {
	color:#3ec6a3;
}

.standard .events {
	width: 100%;
	height: 1300px;
	border: none;
}

.board-member .image img{
	width:100%;
	height:auto;

}

/*--------------------------------------------------------------
## accordion
--------------------------------------------------------------*/

.fl-accordion-button-icon.fas.fa-plus , .fl-accordion-button-icon.fas.fa-minus , .fl-accordion-button-label {
	color:#3ec6a3;
}

.fl-accordion-item {
	border: 1px solid #eaeaea;
	background-color: #eaeaea;
}


#contact-us .office-details {

	margin:1rem 0;

}



@media (min-width: 480px) {
	.infoBox[style],.map-box {
		width:320px;
	}

	.map-search-box {
		width:320px;
	}

	.gm-style .map-box-image img {
		max-width:320px;
		max-height:260px;
		min-width:320px;
		min-height:260px;
	}

	.map-box-content {
		margin:15px;
		font-size: 1.3em;
	}

	.map-box-content .modal-body .gallery ul li {
		width:23.05%;
	}

	.map-box-content > div:not(:last-child) {
		margin-bottom:15px;
	}

	.map-number {
		font-size: 1.5em;
		padding:15px;
	}
}

@media (max-width: 767.98px) {

	.fl-module-content {
		margin: 20px 0 20px 0;
	}

	.main-header .col-xs-12{
		padding-right: 0px;
		padding-left: 0px;

	}


	footer .switcher {
		padding-top:10px;
		margin: 0 auto;
	}



	.nudge {
		margin-right:2%
	}

	.tiles .col-6{
		max-width: 49%;
		margin-bottom:2%;
	}

}



@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {



	.ubermenu {
		margin-bottom: 1rem !important;
	}

}



@media (min-width: 768px) {

	.page-banner .title h1{
		padding: 0.5rem 3rem;

	}


	footer .switcher {
		float: right;
	}


	#contact-us .office-details {
		width: 50%;
		display: inline-block;

	}

	#contact-us .office-map {
		width: 50%;
		display: inline;

	}


	.board-member{
		clear:left;
	}

	.board-member .text h2{
		font-size:1.5rem;
	}

	.board-member .image{
		width:25%;
		float:left;
		margin-bottom: 1rem;
	}

	.board-member .text {
		width: 75%;
		float: left;
		font-size: 0.9rem;
		padding:0 15px 0 20px;
		margin-bottom:0;
	}

	footer .email-label{
		width:100%;
		margin-bottom:1rem;
	}

	.page-banner .title h1{
		font-size:3.5rem;
	}

	.fa-facebook , .fa-twitter{
		font-size: 2em !important;
	}

	.social a i {
		width: 40px;
	}

	#logo{
		max-width: 100px;
	}

	.tiles .col-6{
		padding-right: 0px;
		padding-left: 0px;
		max-width: 49%;
	}

	.tiles .col-md-6{
		max-width: 47%;
	}

	footer {
		text-align: left;
	}

	.front-page .tiles{
		margin-top: 1.5rem;
	}

	.tiles {
		margin-left: 0px !important;
	}

	footer .designers{
		text-align: right;
		position: relative;
		top: -2px;
	}

	#menu-footer-menu li:not(:first-child){
		margin-left:1rem;
	}

	.property-search .custom-select{
		width:15%;
		font-size:1rem;
	}

	.property-search .btn-success {
		width: 20%;

	}

	.property-search h3{
		margin-bottom: 1rem;
	}

	.property-map:after{
		content: url("../albyn/images/property-search-map.png");
	}

	.property-map {
		position: absolute;
		z-index: 100;
		right:0;
		top:50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	.property-search .container{
		position: relative;
	}

	.latest-news .featured {
		padding-right: 3rem;
	}

	.standard .property-search {
		margin: 4rem 0 5rem 0;
	}
}

@media (min-width: 992px) {
	.standard .tiles .col-6 {
		max-width: 48%;
	}

	.front-page .tiles .col-lg-2 {
		max-width: 15.5%;
	}

	.front-page .tiles .col-lg-2:not(.tenants-handbook){
		margin-right: 0.5rem;
	}

	.fl-builder-content .container{
		padding-right: 0px;
		padding-left: 0px;
	}

	.fl-builder-content .container .fl-col-small .fl-module-content {
		margin: 20px 0 20px 20px;
	}

    .map-inner-search {
        padding:20px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

}

@media (min-width: 1200px) {
	.standard .tile a {
		font-size: 0.8rem;
	}

	.page-banner, .page-banner img  {
		height: auto;
		width: 100%;
	}

	.page-banner{
		overflow:hidden;
		height:45vh;
	}

	.tiles .col-sm-6 , .standard .tiles .col-md-6{
		max-width: 48%;
	}

    .map-search-btn {
        font-size: 150%;
    }

	.map-inner-search p {
		font-size:90%;
	}

    .map-search-btn {
        padding-top:50px;
    }
}

@media (min-width: 1366px) {
    .map-inner-search {
        padding:30px;
    }
}

@media (min-width: 1650px) {
    .map-inner-search h1 {
        font-size:2.25rem;
    }

    .map-inner-search {
        padding:50px;
    }
}

@media (min-width: 1900px) {
	.container {
		max-width: 1600px !important;
	}

	.front-page .intro {
		margin: 1.5rem 10rem 3rem 10rem;
	}

	.searchbox .form-inline .form-control {
		width: 74.44%;
	}

	.front-page .tiles .col-lg-2:not(.tenants-handbook){
		margin-right: 0.75rem;
	}

	.front-page .tiles .col-lg-2 {
		max-width: 16%;
	}

	.feedback i {
		margin-left:10px;
	}
}