@import url('fonts/myriad/font.css');
@import url('fonts/tiza/font.css');

/** general **/

body {
	background:url(../images/bg.png) repeat-x;
}

img {
	max-width: 100%!important;
	height: auto!important;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0 0 6px;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.float-l {
	float: left;
}

.float-r {
	float: right;
}	

/** brand **/

.brand-font {
	font-family: !important;
}

.brand-font-alt {
	font-family: !important;
}

.brand-font-colour {
	color: #636363!important;
}


.brand-font-colour-alt-1 {
	color:#0084b6 !important;
}

.brand-font-colour-alt-2 {
	color: !important;
}

.brand-background {
	background: #959595;
}

.brand-background-colour {
	background-color: #f26522!important;
}

.brand-background-colour-alt {
	background-color: #00aeef!important;
}

/** header **/

header {
	width: 100%;
	height:119px;
}

header .logo {
	max-height: 127px;
	overflow: hidden;
}

header .logo img {
	z-index: 100;
}

header .logo span {
	visibility: hidden;
	z-index: 1;
}

header .social {
	margin-top: 13px;
	margin-bottom: 4px;
}

header .social img {
	margin-left: 6px;
}

header .contact {
	padding-top:27px;
}

header .contact .telephone {
	font-family:'MyriadProSemibold';
	font-size:60px;
}

/** slide **/

.slider {
	margin-bottom: 20px;	
}

.slide img {
	display: block;
}

/** navigation **/

#nav-1 {
	margin-bottom: 20px;
}

#nav-1 .container {
	width: 100%;
	height: 41px;
}

#nav-1 li {
	display: block;
	float: left;
	padding: 0 2px 0 0;
	background: url(../images/divider.png) 100% 50% no-repeat;
}

#nav-1 a  {
	display: block;
	padding: 10px 16px 0;
	height: 31px;
}

#nav-1 .page-item-3 a {
	padding-left: 45px;
	background: url(../images/icon-home.png) 11px 11px no-repeat;
}

#nav-1 ul li:last-child {
	padding: 0;
	background: none;
}

a.menu {
	display: block;
	padding-top: 10px!important;
	height: 31px;
	background-image: url(../images/icon-menu.png);
	background-repeat: no-repeat
}

.menu.tablet {
	padding-right: 48px!important;
	background-position: 92% 6px;
}

.menu.mobile {
	padding-left: 48px!important;
	background-position: 8px 6px;
}

/* split nav */

#split {
	margin: 22px 0 16px;
}

#split a {
	display: block;
}

.squeeze-link {
	height: 41px;
	line-height: 41px;
	background: url(../images/split-link-bg.png) 100% 0 no-repeat;
	text-align: center;
}

#split h2 {
	margin: 6px 0 12px;
}

/** content **/

#content .text.top p {
	margin-bottom:0;
}

#content .portfolio {
	margin-top:-10px;
}
#content .content-right p {
	margin-bottom:0;
}
.contact-mobile {
	margin-top:10px;
}


/** sidebars **/

.sidebar {
	padding: 20px;
}

/** footer **/

footer {
	margin-top: 20px;
	background:#0084b6;
	padding-bottom:30px;
}

footer p {
	margin-bottom: 0;
}

footer .grid-25, footer .grid-75 {
	height: 41px;
}

footer .info {
	padding-top: 10px;
	padding-bottom: 10px;
}

footer .info.desktop {
	padding-top: 12px;
}

footer .contact {
	margin: 0 0 12px;
}

footer .cookies {
	margin: 12px 0 6px;
}

.tdm {
	margin: 5px 0 0;
	height: 59px;
}

.tdm span {
	margin: 4px 7px 0 0;
}

.tdm img {
	
}

/** typography **/

body {
	color: #393a39;
	font: 20px 'MyriadProLight', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, h7, #wpmem_reg legend, #wpmem_login legend {
	line-height: 120%;
}

h1, .h1, #wpmem_reg legend, #wpmem_login legend {
	font-size: 35px;
	margin: 0 0 16px;
}

h1 {
	color:#0084b6;
	font-size:35px;
	margin-bottom:10px;
}

h2 {
	font-size: 26px;
}

h2 {
	color:#0084b6;
	font-size:35px;
	margin-bottom:10px;
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 23px
}

h5 {
	font-size: 22px
}

h6 {
	font-size: 21px
}

p, li, address {
	line-height: 120%;
}

p, address {
	margin-bottom: 30px;
}

p, li, h1, h2, h3, h4, h5, h6 {
	word-wrap: break-word;
}

strong, b, .strong {
	font-weight: bold;
	font-family: ;
}

strong.semi, .semi {
	font-family: ;
}

em, i, .em {
	font-style: italic;
	font-family: ;
}

strong em, b em, em b, em strong, strong i, b i, i strong, i b {
	font-style: italic;
	font-weight: bold;
	font-family: ;
}

address {
	font-style: normal;
}

a {
	text-decoration: none;
}

/* custom */

.black {
	color: #000!important;
}

.white {
	color: #FFF!important;
}

.grey {
	color: #808080!important;
}

.lowercase { 
	text-transform: lowercase; 
}

.uppercase { 
	text-transform: uppercase; 
}

.capitalize { 
	text-transform: capitalize; 
}

.small_caps { 
	font-variant: small-caps; 
}

.normal { 
	font-weight: normal;
}
.oblique { 
	font-style: oblique;
}

.underline {
	text-decoration: underline;
}

.text-align-l {
	text-align: left;
}

.text-align-r {
	text-align: right;
}

.text-align-j {
	text-align: justify;
}

.text-align-c {
	text-align: center;
}

#nav-1 a {
	color: #FFF;
	font-size: 23px;
	line-height: 23px;
}

.sidebar, sidebar h2, sidebar p, sidebar li {
	color: #FFF;
}

.sidebar h2 {
	
}

.sidebar .wpcf7 p {
	margin: 0 0 10px;
}

/* font sizes */

.font-15 {
	font-size: 15px;
	line-height: 100%;
}

.font-29 {
	font-size: 29px;
	line-height: 100%;
}
.font-35 {
	font-size: 35px;
	line-height: 100%;
}
.font-47 {
	font-size: 47px;
	line-height: 100%;
}
.font-60 {
	font-size: 60px;
	line-height: 100%;
}

/** forms **/

.contact-form {
	padding:10px 20px;
	overflow:auto
}
.contact-form p {
	margin-bottom:10px;
}

input[type=text], input[type=tel], input[type=email], textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	padding: 0 10px;
	height: 39px;
	border: 1px solid #FFF;
	resize: none;
}

input[type=submit] {
	padding: 0 10px;
	height: 41px;
	background: url(../images/arrow-right.png) 91% 50% no-repeat;
	border: none;
	cursor: pointer;
}

.wpcf7-not-valid-tip {
	display: none!important;
}

.wpcf7-not-valid {
	border-color: #F00!important;
}

.wpcf7-response-output {
	clear: both;
	margin: 20px 0 0!important;
	padding: 12px 20px;
	background: rgba(255,255,255,0.6);
	border: none!important;
	text-align: center;
}

.wpcf7 .ajax-loader {
	display: none;
}

.privacy {
	padding: 6px 0 0 26px;
	width: 120px;
	background: url(../images/icon-padlock.png) 0 6px no-repeat;
}

/* custom forms */

.sidebar input[type=text], .sidebar input[type=tel], .sidebar input[type=email], .sidebar textarea {
}

.sidebar textarea {
	padding: 10px;
	height: 90px;
}

.sidebar input[type=submit] {
	width: 112px;
}

.download {
	margin: 22px 0 16px;
	padding: 20px;
}

.download .form-wrap {
	width: 100%;
	position:relative;
}

.download .d-img {
	position:absolute;
	top:-50px;
	right:-40px;
}
.download .m-img {
	margin-top:-40px;
}

.download .wpcf7 {
	width: 67%;
}

.download .h1 {
	margin: 0 0 2px;
}

.download h2 {
	margin:0;
}

.download p {
	margin: 0 0 6px;
}

.download input[type=email] {
	width: 320px;
}


.split .sidebar {
	padding-bottom: 10px;
}



.split .form-wrap-1, .split .form-wrap-2 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    width: 100%;
    /* <IE7> */
    *width: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
	*padding-left: 0;
	*padding-right: 0;
    /* </IE7> */
}

.split textarea {
	height: 80px;
}

.split input[type=submit] {
	width: 90px;
}
.download input[type=submit] {
	width: 143px;
	background-image: url(../images/arrow-down.png);
}

/** plugins/js **/

/** custom **/

.wp-image-20 {
	
}

.lower-content p {
	line-height:140%;
}

.lower-content h2 {
	font-family:'MyriadProSemibold';
	font-size:34px;
}

.side-contact a {
	margin-bottom:10px;
}
.address .address-text {
	padding-top:7px;
}
.address img {
	padding-right:10px;
}
.accept-emails {
	width:225px;
	margin-left:24px;
}
.accept-emails input[type="checkbox"] {
	margin-left:-24px;
}

.cycle,
.container .cycle,
.cycle .slide {
	width:100%!important;
	max-width:100%!important;
	max-height:auto;
}
.testimonials .slide img {
	float:left;
	margin-right:7px;
}
.testimonials p {
	margin:0;
}
/** misc **/

.top .smaller-text {
	display:none;
}

/** mobile **/

@media (max-width: 700px) {
	
	.download input[type=email] {
		width: 100%;
	}
	.download p.float-r {
		width:100%;
	}
	header .logo {
		text-align:center;
	}
	.contact-form {
		margin-top:10px;
	}
	#content .portfolio {
		margin-top:5px;
	}

}

@media (max-width: 504px) {
	.download .wpcf7 {
		width: 100%;
	}
	
	.split .form-wrap-2 p {
		float: none!important;
	}
	
	.split .form-wrap-2 .privacy {
		display: none;
	}
}

@media (min-width: 617px) and (max-width: 1195px) {
	.split .form-wrap-1, .split .form-wrap-2 {
		width: 50%;
	}
	.split .form-wrap-1 {
		float:left;
		padding-right:10px;
	}
	.split .form-wrap-2 {
		float:right;
		padding-left:10px;
	}
	.download .wpcf7 {
		width:72%;
	}
	.download .d-img {
		width:250px;
	}
	header .contact .telephone {
		font-size:40px;
	}
	header .contact {
		text-align:right;
	}
	.contact-form {
		margin-top:10px;
	}
	#content .portfolio {
		margin-top:5px;
	}
	.accept-emails {
		width:180px;
	}
	.form.download p.float-r {
		float:left!important;
	}
	.form.download input[type="submit"] {
		
	}
	.form.download span.your-email {
		display:block;
		padding-right:10px;
	}
	.form.download input[type="email"] {
		width:100%;
	}
}

@media (min-width: 617px) and (max-width: 776px) {
	.top .tablet-grid-50 p {
		display:none;
	}
	.top .smaller-text {
		display:block;
	}
}


@media (max-width: 750px) {
	.download .d-img {
		display:none;
	}
	.download .wpcf7 {
		width:100%;
	}
}

@media (min-width: 1195px) {
	.contact-form.contact-form-top {
		margin-top:-140px;
	}
}