/*  
Theme Name: 4Front
Theme URI: http://www.lb-digital.com/
Description: 4Front Accounting Theme.
Version: 1
Author: LB Digtal
Author URI: http://www.lb-digital.com/
License: 
License URI: 
Tags: accounting, template
Text Domain: 4Front
*/

/*
CSS Structure:
-------------------------------------------------------------
01. General
02. Header + Menu
03. Website Styles
04. Desktop
05. iPad Landscape to Macbook
06. Mobile
07. Retina Support
-------------------------------------------------------------
*/

/* 01 General */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}

/* Fonts */
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	width:100%;
	margin:0 auto;
	background-color:#fff;
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
html {
	margin:0 auto;
	/*overflow-x:hidden;*/
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
a, a img, .header, .animate, .navclosed, .wrapper, .logo, .navclosed span, .line1, .line2, .line3, .line4, .client-login, .nav-inner, .title-block, .signmeup-form, .mobile-expandable, .lower, .tab-content, .news-article, .link, .submit-login, .submit-login2, .box-news .link span, .box-news, .service-next span, .button-close-form, .display-form, .result, .person, .person-more-desktop, .thanks {
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}
.nav, .nav-button-left, .bar-top, .client-login-panel, .box-contact {
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
	transition:.8s;
}
.tab-person {
	-o-transition:0s;
	-ms-transition:0s;
	-moz-transition:0s;
	-webkit-transition:0s;
	transition:0s;
}
.tab-person.on {
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}
.show-mobile {
	display:none;
}
a {
	opacity:1.0;
	text-decoration:none;
	outline:0;
}
a:hover {
	text-decoration:none;
	outline:0;
}
strong {
	font-weight:normal;
}
img,
img a {
	border:0;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
a img {
	color:#999;
}
img {
	margin-bottom:-5px;
}
a img:hover {
	opacity:0.7;
}
.hideme {
	display:none!important;
}
.wrapper {
	/*width:100%;
	height:auto;
	min-height:100%;
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	z-index:1;
	opacity:1;*/
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto;
	left:0;
	right:0;
	z-index:1;
	opacity:1;
}
.fade-opacity {
	opacity:0.5;
}
.max-width {
	/*max-width:1800px;*/
	max-width:100%;
	margin:0 auto;
}
h1, h2 {
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5cc7cc;
}
h3 {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5cc7cc;
	margin-top:2px;
}
.selection,
.tab,
.tab-open {
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5cc7cc;
	line-height:30px;
}
.selection a,
.tab a {
	display:block;
	margin-bottom:11px;
	padding-top:4px;
	padding-bottom:10px;
	background-image: url(../images/arrow-right-grey.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:26px;
	-moz-background-size:26px;
}
.tab-open a {
	display:block;
	margin-bottom:11px;
	padding-top:4px;
	padding-bottom:10px;
	background-image: url(../images/arrow-up.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:26px;
	-moz-background-size:26px;
}
.selection a:hover,
.tab a:hover,
.tab-open a:hover {
	opacity:0.7;
	background-position: 99% center;
}
.selection a span,
.tab a span,
.tab-open a span {
	padding-right:38px;
}
.tab-margin {
	margin-bottom:10px;
}
.tab-content {
	margin-top:-10px;
    overflow: hidden;
    height:0;
    transition: all 500ms ease;
}
.tab-content.on {
	margin-top:1px;
	height:auto;
	padding-top:0;
	padding-bottom:10px;
}
.text-paragraph p {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	margin-top:0;
	margin-bottom:14px;
}
.text-paragraph a {
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5cc7cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5cc7cc;
}
.padding-left {
	padding-left:5%;
}

/*.text-paragraph a.expand {
	display:block;
	border-bottom-width: 0px;
}
.text-paragraph a.expand span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}*/

.readmore {
	display:none;
}



p {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-top:4px;
	padding-bottom:4px;
}
p a {
	opacity:0.7;
}
p b,
p strong {
	font-family:'robotomedium', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.person-description ul,
.person-description ol,
.person-description ul li,
.person-description ol li,
.tab-content ul,
.tab-content ol,
.tab-content ul li,
.tab-content ol li,
.text-paragraph ul,
.text-paragraph ol,
.text-paragraph ol li,
.text-paragraph ul li {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
}
.person-description ul,
.tab-content ul,
.text-paragraph ul,
.person-description ol,
.tab-content ol,
.text-paragraph ol {
	margin-bottom:14px;
}
.person-description ul li,
.tab-content ul li,
.text-paragraph ul li {
	list-style:none;
	margin-left:0;
	padding-left:12px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.person-description ol li,
.tab-content ol li,
.text-paragraph ol li {
	margin-left:18px;
	padding-left:8px;
}
.person-description a {
	color:#000;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.person-description a:hover {
	color:#000;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


/* 02 Header + Menu */
.header {
	background-color:#fff;
    position: fixed;
    top:0;
    transition: top 0.3s ease-in-out;
    width: 100%;
	left:0;
	right:0;
	/*max-width:1800px;*/
	max-width:100%;
	z-index:2;
}
.nav-down {
}
.logo {
	float:left;
	background-image: url(../images/4front.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:100%;
	-moz-background-size:100%;
	z-index:-1;
}
.logo a {
	display:block;
}
.logo.fade-opacity {
	position:absolute;
}
nav {
}
.navclosed {
	position:absolute;
	right:0;
	cursor:pointer;
}
.navclicked {
}
.navclicked span {
	opacity:0;
}
.line1,
.line2,
.line3,
.line4 {
	background-color:#5cc7cc;
	position:absolute;
}
.line1-open,
.line4-open {
	opacity:0;
}
.line2,
.line3 {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.line2-open {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.line3-open {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navclosed span {
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5cc7cc;
	text-align:center;
	display:block;
}
.nav-button-left {
	background-color:transparent;
	opacity:1;
	position:fixed;
	width:1px;
	height:100%;
	left:0;
	z-index:4;
}
.nav-button-left-open {
	background-color:transparent;
	opacity:1;
	position:fixed;
	width:50%;
	height:100%;
	left:0;
}
.nav {
	width:50%;
	height:100%;
	position:fixed;
	top:0;
	bottom:0;
	left:100%;
	right:0;
	z-index:3;
	opacity:0;
}
.nav-open {
	width:50%;
	height:100%;
	position:fixed;
	background-color:#fafaf8;
	top:0;
	bottom:0;
	left:50%;
	right:0;
	z-index:3;
	opacity:1;
}
.bar-top {
	width:50%;
	position:fixed;
	top:0;
	bottom:0;
	left:100%;
	right:0;
	z-index:0;
	opacity:0;
	background-color:#fafaf8;
}
.bar-top-open {
	position:fixed;
	background-color:#fafaf8;
	top:0;
	bottom:0;
	left:50%;
	right:0;
	z-index:0;
	opacity:2;
}
.nav-inner {
	position:absolute;
	width:100%;
	background-color:#fafaf8;
	top:0;
	left:0;
	right:0;
}
ul.nav-buttons,
ul.nav-buttons li {
	margin:0;
	padding:0;
	list-style:none;
	background-image:none;
}
ul.nav-buttons li a {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5cc7cc;
}
.logmein a {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#999;
	background-image: url(../images/icon-login.png);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.nav-buttons li a:hover {
	text-decoration:none;
	opacity:0.7;
}
ul.nav-buttons li a.on,
ul.nav-buttons li.current-menu-item a {
	text-decoration:none;
	opacity:0.7;
}
.client-login {
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	position:absolute;
	z-index:3;
}
.client-login-error {
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#cc0000;
	position:absolute;
	z-index:3;
}
.client-login a {
	font-size:17px;
	color:#999;
	padding-left:22px;
	background-image: url(../images/icon-login.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:18px;
	-moz-background-size:18px;
}
.client-login a:hover {
	opacity:0.7;
}
.client-login-hide {
	opacity:0;
}
.contact-details {
	position:absolute;
}
.contact-details .title {
	font-family:'robotomedium', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5cc7cc;
	margin-bottom:5px;
}
.offices {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	margin-bottom:15px;
}
.offices a {
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.offices a:hover {
	border-bottom-color: #999;
	opacity:0.7;
}
.offices a.maplink {
	color:#999;
	border-bottom-width: 0;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:26px;
}
a.gotomap {
	color:#999;
	display:inline-block;
	background-image: url(../images/arrow-right-grey.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:18px;
	-moz-background-size:18px;
	padding-right:26px;
	line-height:26px;
	border:0;
}
a.gotomap:hover {
	padding-right:32px;
}
.icon {
	position:absolute;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:98%;
	-moz-background-size:98%;
}

/* 03 Website Styles */

.gallery,
.gallery-image {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
.gallery-image {
	overflow:hidden;
	width:100%;
	height:auto;
	position:relative;
}
.gallery-image img {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:-4px;
}
.gallery-image a img:hover {
	opacity:1;
}
ul.switcher {
	position:absolute;
	z-index:3;
	width:auto;
	right:50px;
	height:40px;
	text-align:right;
	list-style:none;
	margin:0;
	margin-top:-44px;
	padding:0;
}
ul.switcher li {
	display:inline-block;
	width:20px;
	height:20px;
	border:0px;
	padding-left:15px;
	float:left;
}
ul.switcher li a {
	background-color:#e5e5e5;
	display:block;
	width:20px;
	height:20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:0px;
}
ul.switcher li a:hover {
	background-color:#999;
	display:block;
	width:20px;
	height:20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
ul.switcher li a.on {
	background-color:#5cc7cc;
	display:block;
	width:20px;
	height:20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.gallery .owl-prev,
.gallery .owl-next {
	background-color:#344;
	display:none!important;
}
.arrow-down a {
	width:100px;
	height:56px;
	z-index:7;
	position:absolute;
	left:50%;
	margin-left:-50px;
	margin-top:-16px;
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:40px;
	-moz-background-size:40px;
	animation: pulse 2.5s infinite;
}
.arrow-down a:hover {
	opacity:0.7;
}

.content {
	position:relative;
	z-index:4;
}
.block {
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	z-index:2;
	position:relative;
	background-image: url(../images/line.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.block.no-line {
	background-image:none;
}
.bg-blue {
	background-color:#5cc7cc;
	color:#fff;
}
.bg-grey {
	background-color:#fafaf8;
	color:#5cc7cc;
}
.bg-white {
	background-color:#fff;
	color:#5cc7cc;
}
a:hover .block .title-block {
	opacity:0.7;
}
.news {
	background-color:#5cc7cc;
	background-image: url(../images/news-behind.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-size:25%;
	-moz-background-size:25%;
}
.news-about {
	background-image: url(../images/news-about.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-size:50%;
	-moz-background-size:50%;
}
.news-more {
	position:absolute;
	right:0;
	margin-top:-84px;
	z-index:4;
}
.news-more a {
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:40px;
	display:block;
	color:#fff;
	font-size:15px;
}
.news-more a:hover {
	opacity:0.7;
}
.news-more a span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.width-half {
	right:50%;
}
.service-next {
	position:absolute;
	margin-top:-28px;
	right:40px;
	z-index:4;
	color:#999;
}
.service-next a {
	font-size:17px;
	color:#999;
	display:inline-block;
	padding:10px;
}
.service-next a:hover {
	opacity:0.7;
}
.service-next a span {
	color:#000;
	display:inline-block;
	padding-left:10px;
	padding-right:28px;
	background-image: url(../images/arrow-right-black.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
	line-height:22px;
}
.service-next:hover a span {
	padding-right:32px;
}
.box-news {
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	float:left;
	background-color:#5cc7cc;
}
.news-title-top {
	font-family:'robotomedium', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	position:absolute;
	z-index:4;
}
.line-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
.line-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}
.box-news .link {
	padding-top:10px;
}
.box-news .link a {
	color:#fff;
	background-image: url(../images/arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
	padding-right:28px;
}
.box-news:hover {
	opacity:0.7;
}
.box-news .link a:hover {
	opacity:0.7;
	padding-right:34px;
}
.box-news .link span {
	font-size:17px;
	color:#fff;
	background-image: url(../images/arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
	padding-right:28px;
}
.box-news:hover .link span {
	padding-right:34px;
}
.block-text {
	display:block;
	position:relative;
	padding-bottom:1px;
}
.block-text.no-padding {
	padding-bottom:0;
}
.quote.padding-bottom {
	padding-bottom:5%;
}


.block-text .quote {
	background-color:#fafaf8;
	position:absolute;
	top:auto;
	bottom:0;
	left:50%;
	right:0;
	width:50%;
}
.block-text .quote-top {
	background-color:#fafaf8;
	position:absolute;
	top:0;
	bottom:auto;
	left:50%;
	right:0;
	width:50%;
}
.quote-padding {
	padding-bottom:5%;
}
.testimonial {
	background-color:#fafaf8;
	text-align:left;
}
.quote-from {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	color:#5cc7cc;
	padding-top:10%;
	padding-left:10%;
	padding-right:10%;
}
.quote-by {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	color:#000;
	padding-top:10px;
	padding-bottom:0;
	padding-left:10%;
	padding-right:10%;
}
/*
.quote-next {
	text-align:right;
	width:auto;
	height:34px;
	padding-right:10%;
	float:right;
	margin-top:-12%;
	padding-left:20px;
}
.quote-next a.left {
	width:32px;
	height:32px;
	display:inline-block;
	margin-right:10px;
	background-image: url(../images/arrow-left-grey.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:28px;
	-moz-background-size:28px;
}
.quote-next a.right {
	width:32px;
	height:32px;
	display:inline-block;
	background-image: url(../images/arrow-right-grey.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:28px;
	-moz-background-size:28px;
}
.quote-next a:hover {
	opacity:0.7;
}*/
.owl-testimonial {
	position:relative;
	text-align:right;
}
.owl-testimonial .owl-nav {
	width:90%;
	position:relative;
	text-align:right;
	padding-bottom:4%;
}
.owl-testimonial .owl-prev {
	width:30px;
	height:30px;
	color:transparent;
	display:inline-block;
	margin-right:10px;
	background-image: url(../images/arrow-left-grey.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:24px;
	-moz-background-size:24px;
}
.owl-testimonial .owl-next {
	width:30px;
	height:30px;
	color:transparent;
	display:inline-block;
	background-image: url(../images/arrow-right-grey.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:24px;
	-moz-background-size:24px;
}
.owl-testimonial .owl-prev,
.owl-testimonial .owl-next {
	opacity:0.7;
}


footer {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.credit {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#999;
}
.credit-right {
	float:right;
}
.footer a:hover {
	opacity:0.7;
}
.footer .one {
	float:left;
	width:25%;
}
.footer .two {
	float:left;
	width:25%;
}
.footer .three {
	float:left;
	width:35%;
}
.signup {
	color:#5cc7cc;
	padding-left:14%;
}


/* Form */
form,
fieldset {
	padding:0;
	margin:0;
	border:0;
}
input,
textarea,
select,
.jstyling-select {
	font-weight:normal;
}
textarea {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#000;
	width:100%;
	height:150px;
	background-color:#fff;
}
.textarea {
	background-color:#fff;
	margin-top:20px;
	margin-bottom:15px;
	padding:10px;
}
.form {
}
.form-search {
	margin-top:-8px;
	margin-bottom:-5px;
}
input,
input:focus {
	outline-width:0;
}
input,
textarea {
	-webkit-appearance:none;
	border-radius:0;
	border:0;
	margin:0;
	padding:0;
}
input {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	color:#000;
	-webkit-appearance: none;
	border-radius: 0;
	background-color:transparent;
	text-align:left;
	/*border: 1px solid #000;*/
}
input.field-login {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	color:#000;
	width:78%;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	-webkit-appearance: none;
	border-radius: 0;
	text-align:left;
	border: 1px solid #000;
}
input[type=email] {
	width:93%;
}
input.error {
}
.error-msg,
.error-msg2,
.error-msg3,
.error-msg4 {
	display:none;
	font-size:12px;
	color:#ff6600;
	padding-top:8px;
}
.sendform {
	margin-top:10px;
}
.sendform a {
	color:#5cc7cc;
	display:inline-block;
	float:left;
	background-image: url(../images/arrow-right-blue.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
	padding-right:28px;
	line-height:22px;
}
.sendform a:hover {
	opacity:0.7;
	padding-right:34px;
}
.submit-login,
.submit-login2 {
	cursor:pointer;
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color:#fff;
	color:#5cc7cc;
	margin-bottom:10px;
	margin-top:10px;
	background-image: url(../images/arrow-right-blue.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
	padding-right:28px;
	line-height:22px;
}
.submit-login:hover,
.submit-login2:hover {
	padding-right:32px;
}
.forgot a {
	font-size:14px;
	color:#999;
	display:inline-block;
	line-height:26px;
}
.forgot a:hover {
	opacity:0.7;
}
.forgot span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


/* Make placeholder text 100% visible instead of opacity */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#000;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color:#000;
	opacity:1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color:#000;
	opacity:1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color:#000;
}

input.field-search::-webkit-input-placeholder {
	color:#999;
}
input.field-search::-moz-placeholder {
	color:#999;
	opacity:1;
}
input.field-search:-moz-placeholder {
	color:#999;
	opacity:1;
}
input.field-search::-ms-input-placeholder {
	color:#999;
}

input.field-result::-webkit-input-placeholder {
	color:#5cc7cc;
}
input.field-result::-moz-placeholder {
	color:#5cc7cc;
	opacity:1;
}
input.field-result:-moz-placeholder {
	color:#5cc7cc;
	opacity:1;
}
input.field-result::-ms-input-placeholder {
	color:#5cc7cc;
}


/* Dropdown CSS */
.jstyling-select {	font-family:'swis721_lt_btlight', Arial, sans-serif;font-weight:normal; margin: 0; padding: 0; position:relative; z-index: 0; color:#666; text-align:left;font-size:15px; background-color:#f9f9f9;
}
.jstyling-select-t {white-space: nowrap; overflow: hidden;}
.jstyling-select-l {margin: 0; padding: 0; width: 100%; display: none; position: absolute; overflow-y: auto; z-index: 1000;}
    .jstyling-select-l div {list-style: none; display: block; white-space: nowrap; overflow: hidden;}
    .jstyling-select-l div:hover {}
    .jstyling-select-l div.disabled {}
    .jstyling-select-l div.disabled:hover {}
.jstyling-select.active {z-index: 700; }    
    .jstyling-select.active .jstyling-select-l {display: block;}
.jstyling-checkbox, .jstyling-radio {margin: 0; padding: 0; display: inline-block; z-index: 1;}
.jstyling-checkbox input[type=checkbox], .jstyling-radio input[type=radio] {opacity: 0; filter: alpha(opacity = 0); z-index: 0;}
.jstyling-select select { visibility: hidden; width: 1px; height: 1px; position: absolute; }


/* Select wrapper */ 
.jstyling-select {
	padding-top:0;
	cursor: pointer;
	border: 1px solid #ccc;
}
.red .jstyling-select { background-color:#f9f9f9; border-color: #cc0000; }
/* Select current option */
.jstyling-select-s { height: 28px; padding-top:10px;background: url(../images/dd.png) no-repeat right center; padding-left: 10px;}
.jstyling-select-t {width: 90%;} 

/* Select options list*/
.jstyling-select-l {max-height: 290px; border: 1px solid #000; border-top: 0; top: 0px; left: -1px; background-color: #fff; } 
    .jstyling-select-l div {height: 38px; line-height: 38px; border-top: 1px solid #000;padding-top:0; padding-left:10px;background-color:#f9f9f9;} 
    .jstyling-select-l div:hover { background: #fff; color:#000;}
    .jstyling-select-l div.disabled {background: #fff;}
    .jstyling-select-l div.disabled:hover {color: #000000;}
    .jstyling-select-l div:first-child {border-top: 0}
.jstyling-select.active {background-position: 100% -28px;}
.jstyling-select.disabled {background-color: #fff;}

/* Checkbox */
.jstyling-checkbox {
	font-size:15px;
	width:20px;
	height:22px;
	background-image: url(../images/checkbox.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:22px;
	float:left;
	cursor:pointer;
}
.jstyling-checkbox.active {
	background-position: left -22px;
}
.jstyling-checkbox.disabled {background-position: 100% -32px;}
.jstyling-checkbox.active.disabled {background-position: 100% -48px;}

/* Radio button */
.jstyling-radio {
	font-size:15px;
	width:20px;
	height:22px;
	background-image: url(../images/radio.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	cursor:pointer;
}

.jstyling-radio.active {background-position: left -18px;}
.jstyling-radio.disabled {background-position: 100% -96px;}
.jstyling-radio.active.disabled {background-position: 100% -112px;}

label {
	display:inline-block;
	cursor:pointer;
	margin-right:20px;
}


.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.signmeup a {
	color:#999;
	padding-left:30px;
	background-image: url(../images/icon-pen.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:20px;
	-moz-background-size:20px;
}
.signmeup a span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.signmeup-blue a {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5cc7cc;
	font-size:17px;
	padding-left:26px;
	border:0;
	background-color:#fff;
	background-image: url(../images/icon-pen.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:20px;
	-moz-background-size:20px;
	line-height:40px;
}
.signmeup-blue a span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5cc7cc;
}
.signmeup-hide {
	display:none;
}
.footer .four {
	width:15%;
	margin-left:85%;
	text-align:right;
}
.social {
	text-align:left;
	display:inline-block;
	padding-right:50px;
}
.social a {
	color:#999;
	display:block;
}
.icon-footer {
	width:60px;
	height:80px;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:90%;
	-moz-background-size:90%;
}
ul.nav-footer {
	list-style:none;
	padding-left:50px;
	padding-bottom:20px;
}
ul.nav-footer li a {
	color:#000;
}
ul.nav-footer li.footer-search a {
	color:#999;
	background-image: url(../images/icon-search.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:26px;
	background-size:20px;
	-moz-background-size:20px;
}
ul.nav-footer li.footer-login a {
	color:#999;
	background-image: url(../images/icon-login.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:26px;
	background-size:20px;
	-moz-background-size:20px;
}
.address {
	padding-bottom:20px;
}
.address a {
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.top a {
	margin-left:50px;
	width:30px;
	height:30px;
	display:block;
	background-image: url(../images/arrow-top.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:30px;
	-moz-background-size:30px;
}
.top a:hover {
	opacity:0.7;
}
.client-login-panel {
	position:fixed;
	width:100%;
	top:-100%;
	left:0;
	right:0;
	z-index:2;
	background-color:#fff;
	opacity:0;
}
.client-login-panel-open {
	background-color:#fff;
	left:0;
	top:0;
	bottom:0;
	width:100%;
	opacity:1;
}
.client-login-close a {
	position:fixed;
	z-index:1;
}
.client-login-close-on a {
	z-index:3;
}
.forgot1-closed,
.forgot2-closed {
	display:none;
	padding-top:10px;
}
.forgot1-open,
.forgot2-open {
	padding-top:10px;
	display:block;
}
.panel-inner {
	padding-top:12%;
	padding-bottom:10%;
	padding-left:0;
	padding-right:0;
	max-width:1300px;
	margin:0 auto;
}
.panel-inner-left {
	width:40%;
	float:left;
	padding-top:6%;
	padding-bottom:10%;
	padding-left:10%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
.panel-inner-right {
	width:40%;
	margin-left:50%;
	padding-top:6%;
	padding-left:10%;
	padding-bottom:10%;
}
.signmeup-form {
	height:1px;
	overflow:hidden;
	opacity:0;
}
.signmeup-form-on {
	padding-top:28px;
	height:auto;
	opacity:1;
}
.expand {
	display:none;
}
.people-title {
	padding-left:50px;
}
.people {
	padding-bottom:30px;
}
.person {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	width:25%;
	float:left;
}
.person a:hover {
	opacity:0.7;
}
.staff-info-off {
	background-color:#ccc;
}
.staff-info-on {
	background-color:#c4c;
}
.tab-person {
	background-color:transparent;
	height:0;
	overflow:hidden;
	position:absolute;
	opacity:0;
}
.tab-person.on {
	background-color:#fff;
	position:absolute;
	width:100%;
	left:0;
	right:0;
	height:1000px;
	margin-bottom:300px;
	z-index:4;
	opacity:1;
}
.tab-person.on:hover {
	opacity:1;
}

.person:hover .person-more-desktop {
	padding-right:32px;
}

.person-image,
.news-image {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
.person-info {
	padding-top:40px;
	padding-bottom:40px;
	padding-left:50px;
	padding-right:30px;
}
.person-title {
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5cc7cc;
	padding-bottom:2px;
	font-size:23px;
	line-height:26px;
}
.person-position {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
}
.person-email,
.person-email a {
	font-size:15px;
	color:#999;
}
.person-email a:hover {
	opacity:0.7;
}
.person-description {
	font-size:16px;
	padding-top:10px;
}
.person-description p {
	margin-top:0;
	margin-bottom:10px;
}
.person-more-desktop {
	display:inline-block;
	color:#999;
	font-size:16px;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:18px;
	-moz-background-size:18px;
	padding-right:26px;
}
.person-more-mobile a {
	color:#999;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
	padding-right:28px;
}
.person-more-desktop a:hover,
.person-more-mobile a:hover {
	opacity:0.7;
	padding-right:34px;
}
.image-space-bottom {
	padding-bottom:70px;
}
.hide-desktop {
	display:none;
}
.news-article {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	float:left;
	background-color:#fff;
	z-index:1;
	position:relative;
}
a .news-article {
	margin-bottom:4%;
}
a .news-article:hover,
a .result:hover {
	background-color:#5cc7cc;
	opacity:1;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
	z-index:2;
	position:relative;
}
.news-article img:hover {
	background-color:#fff;
	opacity:1;
}
.news-article:hover .person-title,
.news-article:hover .person-position,
.news-article:hover .person-description,
.news-article:hover .link {
	color:#fff;
}
.news-article:hover .link {
	color:#fff;
	background-image: url(../images/arrow-right-white.png);
	padding-right:34px;
}
.news-info {
	padding-top:30px;
	padding-bottom:50px;
	padding-left:30px;
	padding-right:30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
a .person-description {
	color:#000;
}
.news-article .link {
	color:#999;
	display:inline-block;
	background-image: url(../images/arrow-right-grey.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
	padding-right:28px;
	line-height:26px;
}
.news-article:hover .link {
	opacity:0.7;
	padding-right:34px;
}

.result {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	width:25%;
	float:left;
	background-color:#fff;
	z-index:1;
	position:relative;
}
a .result {
	margin-bottom:4%;
}
a .result:hover {
	background-color:#5cc7cc;
	opacity:1;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
	z-index:2;
	position:relative;
}
.result img:hover {
	background-color:#fff;
	opacity:1;
}
.result:hover .person-title,
.result:hover .person-position,
.result:hover .person-description,
.result:hover .link {
	color:#fff;
}
.result .link {
	color:#999;
	display:inline-block;
	background-image: url(../images/arrow-right-grey.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
	padding-right:28px;
	line-height:26px;
}
.result:hover .link {
	color:#fff;
	opacity:0.7;
	padding-right:34px;
	background-image: url(../images/arrow-right-white.png);
}



.display-form {
	cursor:pointer;
	color:#5cc7cc;
	display:inline-block;
	float:left;
	background-image: url(../images/arrow-right-blue.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
	padding-right:28px;
	line-height:22px;
}
.display-form:hover {
	opacity:0.7;
	padding-right:34px;
}
.display-form span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5cc7cc;
}
.button-close {
	width:50px;
	height:50px;
	float:right;
	margin-right:50px;
	cursor:pointer;
}
.button-close a {
	width:50px;
	height:50px;
	display:block;
}
.button-close-form {
	width:50px;
	height:50px;
	float:right;
	cursor:pointer;
}
.button-close-form a {
	width:50px;
	height:50px;
	display:block;
}
.button-close-form:hover {
	opacity:0.7;
}
.news-opened {
	padding-top:70px;
	width:85%;
}
.line5-open,
.line6-open {
	background-color:#5cc7cc;
	position:absolute;
	width:49px;
	height:4px;
	margin-top:-30px;
}
.line5-open {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.line6-open {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.filters {
	padding-top:17px;
	padding-bottom:60px;
}
ul.filter {
	font-size:16px;
	color:000;
	padding-bottom:40px;
	list-style:none;
}
ul.filter li {
	margin-left:10px;
	margin-right:4px;
	display:inline-block;
}
ul.filter li a {
	color:#999;
}
ul.filter li a:hover {
	color:#666;
}
ul.filter li a.on {
	font-family:'robotomedium', Arial, Helvetica, sans-serif;
	color:#5cc7cc;
}
ul.mythumbs,
ul.mythumbs li {
	list-style:none;
	margin:0;
	padding:0;
}
.restrict-news {
	overflow:hidden;
	height:80px;
	margin-bottom:10px;
}
.prev-text {
	height:30px;
	padding-top:10px;
}
.prev {
	float:left;
}
.next {
	float:right;
	margin-right:3%;
}
.next a {
	color:#999;
	display:inline-block;
	background-image: url(../images/arrow-right-grey.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
	padding-right:28px;
}
.prev a {
	color:#999;
	display:inline-block;
	background-image: url(../images/arrow-left-grey.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:20px;
	-moz-background-size:20px;
	padding-left:28px;
}
.next a:hover,
.prev a:hover {
	opacity:0.7;
}
.loading-more {
	font-size:18px;
	color:#5cc7cc;
	text-align:center;
}
.box-open {
	padding-top:50px;
	padding-bottom:30px;
}
.box-open.no-padding {
	padding-top:0;
}
.box-open .one {
	float:left;
	width:50%;
}
.box-open .one img {
	width:85%;
}
.box-open .two {
	width:50%;
	margin-left:50%;
}

/* Enquiry Popup */
.box-contact {
	position:fixed;
	width:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:3;
	left:100%;
	opacity:0.5;
}
.box-contact-open {
	background-color:rgba(255,255,255,0.9);
	left:0;
	width:100%;
	opacity:1;
}
.enquiry-form {
	padding:50px;
	background-color:#fafaf8;
	width:600px;
	margin:0 auto;
	margin-top:4%;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .15);
}
.enquiry-form-title {
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5cc7cc;
	font-size:26px;
	line-height:30px;
	padding-bottom:20px;
}
.cols-form {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	font-size:15px;
	padding-top:10px;
	padding-bottom:5px;
}
.form-left {
	float:left;
	width:60%;
}
.form-right {
	width:20%;
	float:left;
}
.form-right-end {
	width:20%;
	margin-left:80%;
}
.prefer-to-call {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	line-height:22px;
	width:100%;
	margin-top:20px;
}
.prefer-to-call a {
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.prefer-to-call a:hover {
	opacity:0.7;
}
.prefer-to-call .one {
	float:left;
	width:40%;
}
.prefer-to-call .two {
	float:left;
	width:40%;
}
.prefer-to-call .three {
	width:20%;
	margin-left:80%;
}
.icon-call {
	height:64px;
	background-position: right bottom;
	background-size:40%;
	-moz-background-size:40%;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
}
.staff-open {
	display:none;
	padding-top:50px;
	padding-bottom:50px;
}
.staff-close a {
	width:50px;
	height:50px;
	display:block;
	position:relative;
	z-index:4;
}
.two {
}
/*.office-left {
	float:left;
	width:35%;
	margin-left:32%;
	line-height:26px;
}
.office-right {
	width:30%;
	margin-left:70%;
	line-height:26px;
}*/
.office-left {
	float:left;
	width:33%;
	line-height:26px;
}
.office-right {
	width:33%;
	line-height:26px;
	float:left;
}
.office-right-further {
	width:33%;
	margin-left:66%;
	line-height:26px;
}
.office-right-further span {
	color:#999;
}
input.field-search {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#999;
	font-size:26px;
	width:90%;
	background-image: url(../images/icon-search.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:44px;
	background-size:40px;
	-moz-background-size:40px;
}

/* Google Maps */

.slide-info a {
	color:#999;
	display:inline-block;
	border-bottom-width: 0;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height:28px;
	padding-right:26px;
	background-size:20px;
	-moz-background-size:20px;
	padding-right:26px;
}
.open-map1 a:hover,
.open-map2 a:hover,
.open-map1 a.activated,
.open-map2 a.activated {
	color:#5dc7ca;
	background-image: url(../images/arrow-right-blue.png);
}
.office-info {
}
.office-info a {
}
.office-info a:hover {
}
.map1-info,
.map2-info {
    display: none;
}
.info-group {
	display: none;
}
.map-google,
.map {
	width:100%;
	height:620px;
}
.controls-wrapper {
	display:block;
	position:relative;
}
.controls-inside {
	position:absolute;
	width:64px;
	top:0;
	bottom:0;
	right:0;
	background-color:#fff;
	z-index:1;
}
.controls {
	width:64px;
	height:128px;
	bottom:0;
	position:absolute;
}
.controls:hover{cursor: pointer;}
.zoomin a {
	width:64px;
	height:64px;
	display:block;
	background-image: url(../images/zoomin.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:64px;
	-moz-background-size:64px;
}
.zoomout a {
	width:64px;
	height:64px;
	display:block;
	background-image: url(../images/zoomout.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:64px;
	-moz-background-size:64px;
}
.zoomin a:hover,
.zoomout a:hover {
	background-color:#808080;
}
.results-left {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	color:#999;
	padding-top:10px;
}
input.field-result {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5cc7cc;
	width:96%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(../images/icon-search.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:40px;
	-moz-background-size:40px;
}
.cats {
}
.cats-on { 
}
.cats span {
}
.toggle-cats a {
	display:none;
}
.thanks {
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5cc7cc;
	font-size:18px;
	margin-left:25%;
	background-color:#fafaf8;
	max-width:460px;
	padding:20px;
	border: 1px solid #eee;
	opacity:1;
}
.thanks-off {
	opacity:0;
	padding:0;
	height:0;
	overflow:hidden;
}
.closeme a {
	width:30px;
	height:30px;
	float:right;
	background-image: url(../images/close.png);
	background-position: right top;
	background-size:22px;
	-moz-background-size:22px;
	background-repeat: no-repeat;
}

/* 04 Desktop - Higher than iPad width */
@media screen and (min-width: 1441px) {

.header {
	height:117px;
}
h1, h2 {
	font-size:32px;
	padding-bottom:35px;
}
h3 {
	font-size:22px;
	padding-bottom:20px;
}
.selection,
.tab,
.tab-open {
	font-size:22px;
}
.text-paragraph {
	font-size:17px;
}
.nav-up {
    top:-130px;
}
.nav {
	top:130px;
}
.bar-top {
	height:130px;
}
.bar-top-open {
	width:50%;
}
.wrapper {
	top:117px;
}
.logo {
	margin-left:44px;
	width:294px;
	height:90px;
	margin-top:14px;
}
.logo a {
	width:361px;
	height:130px;
}
.navclosed {
	width:44px;
	height:130px;
	margin-right:44px;
}
.navclosed span {
	width:44px;
	font-size:17px;
	margin-top:71px;
}
.nav-inner {
	bottom:130px;
}
.line1,
.line2,
.line3,
.line4 {
	width:44px;
	height:4px;
}
.line1 {
	margin-top:32px;
}
.line2 {
	margin-top:44px;
}
.line3 {
	margin-top:44px;
}
.line4 {
	margin-top:56px;
}
.navclosed:hover .line1 {
	margin-top:34px;
}
.navclosed:hover .line4 {
	margin-top:54px;
}
ul.nav-buttons {
	padding-top:0;
	padding-left:120px;
}
ul.nav-buttons li {
	margin-bottom:16px;
}
ul.nav-buttons li a,
input.field-search {
	font-size:36px;
	line-height:36px;
}
.logmein a,
input.field-search {
	padding-left:44px;
	background-size:36px;
	-moz-background-size:36px;
	font-size:36px;
	line-height:36px;
	margin-left:120px;
	margin-bottom:12px;
}
.client-login {
	right:130px;
	margin-top:71px;
}
.client-login-error {
	right:130px;
	margin-top:50px;
}
.client-login-close a {
	width:50px;
	height:130px;
	right:50px;
}
.contact-details {
	padding-left:120px;
	bottom:40px;
	font-size:18px;
	line-height:26px;
}
.contact-details .title {
	font-family:'robotomedium', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5cc7cc;
}
.offices {
}
.offices a.maplink {
	background-size:20px;
	-moz-background-size:20px;
	padding-right:26px;
}


.icon {
	width:70px;
	height:70px;
	bottom:50px;
	right:50px;
}
.block {
	padding-top:3%;
	padding-bottom:4%;
	font-size:24px;
	line-height:30px;
	float:left;
	width:25%;
	text-align:center;
}
ul.mythumbs li {
	float:left;
	width:33.3333%;
}
.box-news {
	line-height:32px;
	width:25%;
}
.box-news .heading {
	font-size:26px;
	padding-right:20px;
}
.box-news .date {
	font-size:17px;
	padding-top:5px;
	padding-bottom:14px;
}
.box-news .text {
	font-size:17px;
	line-height:22px;
	padding-right:25px;
}
.box-news .link a {
	font-size:18px;
}
.box-news-inner {
	padding-top:25%;
	padding-left:10%;
	padding-bottom:21%;
}
.news-title-top {
	font-size:18px;
	padding-top:30px;
	padding-left:2.5%;
}
.image-3rd-right,
.image-3rd-left {
	width:100%;
	left:0;
	z-index:0;
	position:relative;
}
.image-3rd-right img {
	width:75%;
	margin-left:25%;
}
.image-3rd-left img {
	width:75%;
	margin-left:0;
}
.blocks-inner {
	position:absolute;
	width:100%;
	height:auto;
}
.quote-from {
	font-size:22px;
	line-height:30px;
}
.quote-by {
	font-size:20px;
}
footer {
	font-size:17px;
	line-height:26px;
	padding-top:50px;
	padding-bottom:40px;
}
.footer {
	padding-top:40px;
}
.p1 {
	padding-top:50px;
	padding-left:50px;
	padding-right:50px;
}
.credit {
	padding-left:50px;
	padding-right:50px;
	padding-bottom:30px;
}
.p1 .one {
	width:100%;
}
.p2 {
	padding:50px;
}
.p2.no-padding-top {
	padding-top:0;
	padding-bottom:50px;
	padding-left:50px;
	padding-right:50px;
}
.p2 .one {
	width:46%;
	float:left;
}
.p2 .two {
	width:50%;
	margin-left:50%;
}
.p4 {
	padding-top:50px;
}
.p4 .one {
	width:25%;
	float:left;
}
.p4 .two-four {
	margin-left:25%;
	width:75%;
}
.news-left {
	padding-left:50px;
}
.restrict-desktop {
	height:70px;
	overflow:hidden;
	margin-bottom:10px;
}
.search-field {
	padding-top:50px;
	padding-bottom:60px;
}
.search-field .one {
	float:left;
	width:25%;
}
.results-left {
	font-size:28px;
	padding-left:50px;
}
input.field-result {
	font-size:28px;
}

}


/* 05 iPad Landscape to Macbook */
@media screen and (min-width: 768px) and (max-width: 1440px) {

.header {
	height:80px;
}
h1, h2 {
	font-size:25px;
	padding-bottom:20px;
}
h3 {
	font-size:19px;
	padding-bottom:20px;
}
.text-paragraph {
	font-size:15px;
}
.arrow-down a {
	background-size:40px;
	-moz-background-size:40px;
}
.nav-up {
    top:-80px;
}
.nav {
	top:80px;
}
.bar-top {
	height:80px;
}
.bar-top-open {
	width:50%;
}
.wrapper {
	top:80px;
}
.logo {
	margin-left:40px;
	width:200px;
	height:80px;
}
.logo a {
	width:220px;
	height:80px;
}
.navclosed {
	width:44px;
	height:80px;
	margin-right:40px;
}
.navclosed span {
	display:none;
}
.nav-inner {
	bottom:70px;
}
.line1,
.line2,
.line3,
.line4 {
	width:44px;
	height:4px;
}
.line1 {
	margin-top:26px;
}
.line2 {
	margin-top:38px;
}
.line3 {
	margin-top:38px;
}
.line4 {
	margin-top:50px;
}
.navclosed:hover .line1 {
	margin-top:28px;
}
.navclosed:hover .line4 {
	margin-top:48px;
}
ul.nav-buttons {
	padding-top:0;
	padding-left:45px;
}
ul.nav-buttons li {
	margin-bottom:10px;
}
input.field-search,
ul.nav-buttons li a {
	font-size:35px;
	line-height:40px;
}
input.field-search,
.logmein a {
	padding-left:40px;
	background-size:36px;
	-moz-background-size:36px;
	margin-left:45px;
	font-size:35px;
	line-height:40px;
	margin-bottom:10px;
}
.client-login {
	right:110px;
	margin-top:34px;
}
.client-login-error {
	right:110px;
	margin-top:14px;
}
.client-login-close a {
	width:50px;
	height:80px;
	right:40px;
}
.contact-details {
	padding-left:45px;
	bottom:35px;
	font-size:16px;
	line-height:24px;
}
.offices a.maplink {
	background-size:16px;
	-moz-background-size:16px;
	padding-right:24px;
}
.icon {
	width:40px;
	height:40px;
	bottom:55px;
	right:40px;
}
.block {
	padding-top:2%;
	padding-bottom:3%;
	font-size:18px;
	line-height:24px;
	float:left;
	width:25%;
	text-align:center;
}
.image-3rd-right,
.image-3rd-left {
	width:100%;
	left:0;
	z-index:0;
	position:relative;
}
.image-3rd-right img {
	width:75%;
	margin-left:25%;
}
.image-3rd-left img {
	width:75%;
	margin-left:0;
}
.blocks-inner {
	position:absolute;
	width:100%;
	height:auto;
}
.box-news {
	line-height:26px;
	width:25%;
}
.box-news-inner {
	padding-top:20%;
	padding-left:10%;
	padding-bottom:16%;
}
.box-news .heading {
	font-size:20px;
	padding-right:20px;
}
.box-news .date {
	font-size:16px;
	padding-top:5px;
	padding-bottom:10px;
}
.box-news .text {
	font-size:16px;
	line-height:23px;
	padding-right:20px;
}
.box-news .link a {
	font-size:16px;
}
.news-title-top {
	font-size:14px;
	padding-top:15px;
	padding-left:2.5%;
}
.news-more {
	margin-top:-45px;
}
.news-more a {
	padding-top:5px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:20px;
	font-size:13px;
}
.quote-from {
	font-size:20px;
	line-height:30px;
}
.quote-by {
	font-size:20px;
}
footer {
	font-size:17px;
	line-height:26px;
	padding-top:40px;
	padding-bottom:20px;
}
.footer {
	padding-top:30px;
}
.credit {
	padding-left:50px;
	padding-right:50px;
	padding-bottom:30px;
}
.p2 {
	padding:50px;
}
.p4 {
	padding-top:50px;
}
.news-left {
	padding-left:40px;
	padding-bottom:30px;
}
.p4 .one {
	width:100%;
	float:none;
}
.p4 .two-four {
	margin-left:0;
	width:100%;
}
.p1 {
	padding-top:50px;
	padding-left:50px;
	padding-right:50px;
}
.p2 .one {
	width:46%;
	float:left;
}
.p2 .two {
	width:50%;
	margin-left:50%;
}
.selection,
.tab,
.tab-open {
	font-size:19px;
	line-height:24px;
}
.selection a,
.tab a,
.tab-open a {
	margin-bottom:6px;
	padding-top:6px;
	padding-bottom:10px;
	background-size:26px;
	-moz-background-size:26px;
}
.person-info {
	padding-top:30px;
	padding-bottom:30px;
	padding-left:40px;
	padding-right:20px;
}
.person-title {
	padding-bottom:2px;
	font-size:20px;
	line-height:24px;
}
.person-position {
	font-size:14px;
}
.person-email,
.person-email a {
	font-size:14px;
}
.person-description {
	font-size:14px;
}
.person-more-desktop a,
.person-more-mobile a {
	font-size:15px;
}
.restrict-desktop {
	height:60px;
	overflow:hidden;
	margin-bottom:5px;
}
.news-article {
	/*width:25%;*/
}
ul.mythumbs li {
	float:left;
	width:25%;
}
.filter {
	padding-left:40px;
}
.restrict-news {
	height:80px;
	margin-bottom:10px;
}
.news-article .link {
	font-size:14px;
}
.prev {
	margin-left:2.5%;
}
.next {
	margin-right:2.5%;
}
.button-close {
	margin-right:40px;
}
.box-open {
	padding-top:40px;
}
.news-opened {
	padding-top:50px;
	width:92%;
}
/*.office-left {
	float:left;
	width:50%;
	margin-left:0;
	font-size:14px;
	line-height:24px;
}
.office-right {
	width:50%;
	margin-left:50%;
	font-size:14px;
	line-height:24px;
}*/
.office-left {
	float:left;
	margin-left:0;
	font-size:14px;
	line-height:24px;
}
.office-right,
.office-right-further {
	font-size:14px;
	line-height:24px;
}
.signmeup-form-on {
	padding-top:14px;
}
.icon-footer {
	width:60px;
	height:80px;
	background-position: center bottom;
}
.search-field {
	padding-top:40px;
	padding-bottom:40px;
}
.search-field .one {
	float:left;
	width:25%;
}
.results-left {
	font-size:26px;
	padding-left:40px;
}
input.field-result {
	font-size:26px;
	background-size:30px;
	-moz-background-size:30px;
}

}

/* 05 iPad Portrait */
@media screen and (min-width: 768px) and (max-width: 1023px) {

.hide-ipad-portrait {
	display:none;
}
.footer .three {
	width:30%;
}
.address span {
	display:block;
}
.icon-footer {
	width:60px;
	height:80px;
	background-position: center bottom;
}
.footer .four {
	margin-left:83%;
}
.block-text .quote,
.block-text .quote-top {
	top:0;
	bottom:0;
	left:50%;
	right:0;
}
.person {
	width:50%;
}
.news-article,
.result {
	/*width:50%;*/
}
.result {
	width:50%;
}
ul.mythumbs li {
	float:left;
	width:50%;
}
.filter {
}
.search-field {
	padding-top:30px;
	padding-bottom:30px;
}
.search-field .one {
	float:left;
	width:25%;
}
.results-left {
	font-size:20px;
	padding-left:40px;
}
input.field-result {
	font-size:20px;
}
.thanks {
	font-size:18px;
	margin-left:40px;
	padding:20px;
}
.office-left {
	float:left;
	width:50%;
}
.office-right {
	width:50%;
	float:left;
}
.office-right-further {
	width:100%;
	margin-left:0;
}


}


/* 06 Mobile */
@media screen and (min-width: 0px) and (max-width: 767px) {

.client-login-panel-open {
	overflow-x:auto;
}
.hide-mobile {
	display:none!important;
}
.show-mobile {
	display:block;
}
.text-mobile {
	padding:20px;
	font-family:'robotomedium', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#1c459e;
}
.arrow-down {
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:0;
	padding-bottom:26px;
}
.arrow-down a {
	width:100px;
	height:34px;
	display:block;
	z-index:5;
	text-align:center;
	margin:0 auto;
	position:relative;
	left:auto;
	margin-left:auto;
	margin-top:auto;
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:38px;
	-moz-background-size:38px;
	animation: pulse 2.5s infinite;
}
.more {
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#999;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}
.more a {
	color:#999;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
	padding-right:28px;
}
.more a span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.more a:hover {
	opacity:0.7;
}
.header {
	height:60px;
}
h1, h2 {
	font-size:23px;
	padding-bottom:20px;
}
h3 {
	font-size:19px;
	padding-bottom:20px;
}
.text-paragraph {
	font-size:15px;
}
.mobile-expandable {
	height:1px;
	overflow:hidden;
	padding-bottom:0;
	opacity:0;
}
.mobile-expandabled {
	padding-bottom:10px;
	height:auto;
	opacity:1;
}
a.expand {
	color:#999;
	display:inline-block;
	background-image: url(../images/arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
	padding-right:28px;
}
a.expand:hover {
	opacity:0.7;
	padding-right:34px;
}

.nav-up {
    top:-60px;
}
.nav {
	top:60px;
}
.bar-top {
	height:60px;
}
.bar-top-open {
	width:80%;
	left:20%;
}
.wrapper {
	top:60px;
}
.logo {
	margin-left:20px;
	width:166px;
	height:60px;
}
.logo a {
	width:164px;
	height:60px;
}
.navclosed {
	width:38px;
	height:60px;
	margin-right:20px;
}
.navclosed span {
	display:none;
}
.nav-inner {
	bottom:60px;
}
.line1,
.line2,
.line3,
.line4 {
	width:38px;
	height:3px;
}
.line1 {
	margin-top:19px;
}
.line2 {
	margin-top:29px;
}
.line3 {
	margin-top:29px;
}
.line4 {
	margin-top:39px;
}
.nav-button-left {
	width:1px;
	height:100%;
	left:0;
}
.nav-button-left-open {
	width:20%;
	left:0;
}
.nav {
	left:100%;
}
.nav-open {
	left:20%;
	width:80%;
}
.nav-inner {
}
ul.nav-buttons {
	padding-top:0;
	padding-left:40px;
}
ul.nav-buttons li {
	margin-bottom:8px;
}
input.field-search,
ul.nav-buttons li a {
	font-size:30px;
	line-height:38px;
}
input.field-search,
.logmein a {
	padding-left:28px;
	background-size:26px;
	-moz-background-size:26px;
	font-size:30px;
	line-height:38px;
	margin-left:40px;
	margin-bottom:8px;
}
.client-login {
	right:60px;
	margin-top:6px;
}
.client-login-error {
	right:120px;
	margin-top:20px;
}
.client-login span {
	display:none;
}
.client-login a {
	display:inline-block;
	width:42px;
	height:49px;
	padding-left:0;
	background-size:32px;
	-moz-background-size:32px;
}
.client-login-close a {
	width:48px;
	height:60px;
	right:15px;
}
.contact-details {
	padding-left:40px;
	bottom:10px;
	font-size:15px;
	line-height:20px;
}
.offices a.maplink {
	background-size:15px;
	-moz-background-size:15px;
	padding-right:22px;
}
a.gotomap {
	background-size:18px;
	-moz-background-size:18px;
	padding-right:24px;
	line-height:26px;
	border:0;
}
a.gotomap:hover {
	padding-right:24px;
}
.icon {
	width:40px;
	height:40px;
	bottom:20px;
	right:20px;
}
.block {
	padding-top:2%;
	padding-bottom:4%;
	font-size:17px;
	line-height:24px;
	float:left;
	width:50%;
	text-align:center;
}
.box-news {
	line-height:26px;
	width:50%;
}
.news {
	background-color:transparent;
	background-size:50%;
	-moz-background-size:50%;	
}
.news-about {
	background-size:100%;
	-moz-background-size:100%;
}
.box-news-inner {
	padding-top:15%;
	padding-left:10%;
	padding-bottom:12%;
}
.box-news .heading {
	font-size:18px;
	padding-right:10px;
}
.box-news .date {
	font-size:16px;
	padding-top:0;
	padding-bottom:10px;
}
.box-news .text {
	font-size:15px;
	line-height:22px;
	padding-right:15px;
}
.box-news .link a {
	font-size:17px;
}
.line-right {
	/*border-right-width: 0;*/
}
footer {
	font-size:13px;
	line-height:20px;
	padding-top:30px;
	padding-bottom:10px;
}
.footer {
	padding-top:30px;
}
.credit {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:30px;
	font-size:12px;
}
.credit-right {
	float:none;
	padding-bottom:5px;
}
.footer .one {
	float:left;
	width:26%;
}
.footer .two {
	float:left;
	width:45%;
}
.footer .three {
	display:none;
}
.footer .four {
	width:25%;
	margin-left:73%;
	text-align:right;
}
ul.nav-footer {
	padding-left:20px;
	padding-bottom:20px;
}
.social {
	padding-right:20px;
}
.top a {
	margin-left:20px;
}
.footer-login span {
	display:none;
}
.icon-footer {
	width:60px;
	height:80px;
	background-position: center bottom;
	background-size:90%;
	-moz-background-size:90%;
}
ul.nav-footer li.footer-search a,
ul.nav-footer li.footer-login a {
	background-image:none;
	padding-left:0;
}
.p2 {
	padding:20px;
}
.p4 {
	padding-top:20px;
}
.news-left {
	padding-left:20px;
	padding-bottom:30px;
}
.p4 .one {
	width:100%;
	float:none;
}
.p4 .two-four {
	margin-left:0;
	width:100%;
}
.p1 {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}
.p2 .one {
	width:100%;
	float:none;
	margin-bottom:15px;
}
.p2 .two {
	width:100%;
	margin-left:0;
}

.readmore {
	display:inline-block;
}
a.readmore,
a.readless {
	font-size:15px;
	color:#999;
	background-image: url(../images/arrow-down-grey.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
	padding-right:28px;
}
a.readless {
	background-image: url(../images/arrow-up-grey.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
	padding-right:28px;
}
a.readmore:hover,
a.readless:hover {
	opacity:0.7;
	padding-right:34px;
}
a.readmore span,
a.readless span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
a.readmore span {
	display:inline-block;
}
a.readless span {
	display:none;
}
a.readmore div {
	display:none;
}
a.readless div {
	display:inline-block;
}

.lower {
    overflow: hidden;
    height:0;
    transition: all 500ms ease;
}
.lower.on { 
	height:auto;
	background-color:#fff;
	padding-bottom:10px;
}
.selection,
.tab,
.tab-open {
	font-size:16px;
	line-height:24px;
}
.selection a,
.tab a,
.tab-open a {
	margin-bottom:6px;
	padding-top:6px;
	padding-bottom:10px;
	background-size:22px;
	-moz-background-size:22px;
}
.padding-left {
	padding-left:0;
}
.people-title {
	padding-left:20px;
}
.hide-desktop {
	display:inline-block;
}
.person {
	width:100%;
	float:none;
}
.person:hover {
	opacity:1;
}
.person-image {
	border-right-width: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}
.person-info {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}
.person-title {
	padding-bottom:2px;
	font-size:20px;
	line-height:24px;
}
.person-position {
	font-size:14px;
}
.person-email,
.person-email a {
	font-size:14px;
}
.person-description {
	font-size:14px;
}
.person-more-desktop a,
.person-more-mobile a {
	font-size:15px;
}
.news-article,
.result {
	/*width:100%;
	float:none;*/
}
.result {
	width:100%;
	float:none;
}
ul.mythumbs li {
	float:none;
	width:100%;
}
.filter {
	padding-left:20px;
	height:auto;
}
ul.filters {
	padding-bottom:20px;
}
ul.filter li {
	margin-left:0;
	margin-right:0;
	margin-top:4px;
	display:block;
}
.news-info {
	padding-top:20px;
	padding-bottom:50px;
	padding-left:20px;
	padding-right:20px;
}
.news-article .link {
	font-size:14px;
}
.prev {
	margin-left:20px;
}
.next {
	margin-right:20px;
}
.news-article:hover,
.result:hover {
	background-color:#fff;
	opacity:1;
	/*-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);*/
}
.news-article img:hover,
.result img:hover {
	background-color:#fff;
	opacity:1;
}
.news-article:hover .person-position,
.news-article:hover .person-description,
.news-article:hover .link a,
.result:hover .person-position,
.result:hover .person-description,
.result:hover .link a {
	color:#000;
}
.news-article:hover .person-title,
.result:hover .person-title {
	color:#fff;
}
.news-article:hover .link a,
.result:hover .link a {
	color:#999;
	background-image: url(../images/arrow-right-grey.png);
	padding-right:34px;
}

.box-open {
	padding-top:20px;
}
.box-open .one {
	float:none;
	width:100%;
}
.box-open .one img {
	width:100%;
}
.box-open .two {
	width:100%;
	margin-left:0;
}
.button-close {
	margin-top:20px;
	margin-right:20px;
}
.news-opened {
	padding-left:20px;
}

.enquiry-form {
	padding:20px;
	background-color:#fafaf8;
	width:auto;
	margin:0 auto;
	margin-top:0;
}
.form-left {
	float:none;
	width:100%;
}
.form-right {
	padding-top:10px;
	padding-bottom:10px;
	width:50%;
	float:left;
}
.form-right-end {
	padding-top:10px;
	padding-bottom:10px;
	width:50%;
	margin-left:50%;
}
/*.office-left {
	float:none;
	width:100%;
	margin-left:0;
	font-size:14px;
	line-height:24px;
}
.office-right {
	width:100%;
	margin-left:0;
	font-size:14px;
	line-height:24px;
}*/
.office-left {
	float:none;
	width:100%;
	margin-left:0;
	font-size:14px;
	line-height:24px;
}
.office-right {
	width:100%;
	margin-left:0;
	font-size:14px;
	line-height:24px;
	margin-bottom:20px;
}
.office-right-further {
	width:100%;
	margin-left:0;
	font-size:14px;
	line-height:24px;
}
.panel-inner {
	padding-top:80px;
	padding-bottom:100px;
	padding-left:20px;
	padding-right:20px;
}
.panel-inner-left {
	width:100%;
	float:none;
	padding-top:0;
	padding-bottom:10px;
	padding-left:0;
	border-right-width: 0;
	border-right-style: solid;
	border-right-color: #000;
}
.panel-inner-right {
	width:100%;
	margin-top:30px;
	margin-left:0;
	padding-left:0;
	padding-bottom:0;
	padding-top:20px;
}
input.field-login {
	font-size:16px;
	padding-top:8px;
	padding-left:10px;
	padding-bottom:8px;
	width:95%;
	margin-top:5px;
	margin-bottom:5px;
}
.forgot a {
	font-size:13px;
}
.map-google,
.map {
	width:100%;
	height:400px;
}
.service-next {
	text-align:right;
	padding:10px;
	position:relative;
	margin-top:0;
	right:auto;
	z-index:4;
}
.service-next a {
	font-size:14px;
}
.search-field {
	padding:20px;
}
.search-field .one {
	float:none;
	width:100%;
}
.results-left {
	font-size:20px;
}
input.field-result {
	font-size:20px;
	background-size:30px;
	-moz-background-size:30px;
	width:100%;
}
.cats {
	overflow: hidden;
	height:10px;
	transition: all 500ms ease;
	opacity:0;
	margin-top:-10px;
}
.cats-on { 
	margin-top:3px;
	padding-bottom:10px;
	height:auto;
	opacity:1;
}
.cats span {
	display:none;
}
.toggle-cats {
	margin-top:10px;
	margin-bottom:20px;
	margin-left:20px;
}
.toggle-cats a {
	display:inline-block;
}
.toggle-cats a:hover {
	opacity:0.7;
}
.toggle-cats a {
	color:#5cc7cc;
	background-image: url(../images/arrow-down-grey.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
	padding-right:28px;
}
.toggle-cats-on a {
	color:#5cc7cc;
	background-image: url(../images/arrow-up-grey.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	-moz-background-size:20px;
	padding-right:28px;
}
.thanks {
	font-size:16px;
	margin-left:20px;
	margin-right:20px;
	max-width:100%;
	padding:14px;
}
.thanks span {
	margin-right:30px;
	display:block;
}

}


/* 06 Mobile Portrait */
@media screen and (min-width: 0px) and (max-width: 479px) {

ul.nav-buttons li {
	margin-bottom:8px;
}
ul.nav-buttons li a,
input.field-search,
.logmein a {
	font-size:23px;
	line-height:28px;
	margin-bottom:8px;
}
.contact-details {
	padding-left:40px;
	bottom:10px;
	font-size:13px;
	line-height:20px;
}

}


/* 07 Retina Support */
@media
screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (-moz-min-device-pixel-ratio: 1.5),
screen and (min-device-pixel-ratio: 1.5) { 



}

/* Warning Sign for Internet Explorer 10 users (This website does not support IE10 or below) */

#warning {
	background-color:#333;
	padding:20px;
	color:#999;
	margin-bottom:10px;
	line-height:21px;
	font-size:16px;
}
#warning strong {
	color:#fff;
}
#warning a {
	color:#fff;
	font-weight:normal;
	padding-bottom:0px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#warning a:hover {
	color:#fff;
	font-weight:normal;
	padding-bottom:0px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
