/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	outline:none;
}
html, body {
	color:#333
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
	display: block;
}
address {
    font-style:normal;
}
a:link, a:visited {
	text-decoration:none
}
b, strong {
	/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
ul {
	margin:0	
}
li {
	/*
  For IE6 + IE7.
*/
	list-style:none;
	display: list-item;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
sub, sup, small {
	font-size: 75%;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg {
	/*
  For IE9.
*/
	overflow: hidden;
}

/* Fonts
----------------------------------------------------------------------------------------------------*/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size:14px;
    font-weight:normal;
    color:#282828;
}

h1,
h2,
h3,
h4 {
    font-family: 'Titillium Web', sans-serif;
    font-weight:700;
}

h2,
h3,
h4,
h5 {
    color:#D1202C;
}

h1 {
    display:block;
    font-size:36px;
    line-height:36px;
    color:#ffffff;
    text-align:center;
}

h2 {
    display:block;
    height:auto;
    font-size:24px;
    line-height:41px;
    margin-bottom:15px;
}

h3 {
    font-size:18px;
    margin-bottom:15px;
}

h4 {
    font-size:16px;
    line-height:20px;
    margin-bottom:5px;
}

h5 {
    font-size:14px;
    line-height:22px;
}

p {
	line-height:20px;
	margin-bottom:20px;
}

p a {
    color:#D1202C;
    text-decoration:underline !important;
}

.social p a {
    text-decoration:none !important;
}

p .match {
    display:inline-block;
    width:40px;
}

/* FONT OPTIONS */

.font-size16 {
    font-size:16px;
    line-height:26px;
}

.font-black {
    color:#282828;
}

.font-underline {
    text-decoration:underline;
}

/* MAIN LAYOUT
----------------------------------------------------------------------------------------------------*/

body {
    background-color: #282828;
}

.container, .content {
	position:relative;
	display:block;
	min-width:960px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.container:after,
.content:after,
.expanding-content:after {
	display:block;
	content: " ";
	clear: both;
	height:0;
	width:100%;
	*zoom: 1;
}

.container {
    background-color:#ffffff;
	width:100%;
}

.content {
	margin:0 auto;
	width:960px;
    padding:50px 10px 70px;
}

/* LAYOUT DIVISIONS */

.divide-column {
    display:block;
    float:left;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.divide-column.split-2:nth-child(2n) {
    float:right;   
}

.split-2 {
    width:48%;
}

.split-3 {
    width:33.3333333%;
}

#left-column,
#right-column {
    display:block;
    width:48%;
}

#left-column {
    float:left;
}

#right-column {
    float:right;
}

/* LAYOUT OPTIONS */

.bg-grey {
    background-color:#f2f2f2;
}

.paddingB {
    padding-bottom:90px;
}

/* HEADER
----------------------------------------------------------------------------------------------------*/

#main {
    height:164px;
    padding:0;
}

#main .content {
    padding:10px;   
}

#main #logo {
    display:block;
    float:left;
    margin-left:40px;
}

/* HEADER NAVIGATION */

#header-navigation-wrapper, nav,
ul#header-navigation,
ul#header-navigation li,
ul#header-navigation li a {
    display:block;
}

#header-navigation-wrapper, nav {
    width:100%;
    min-width:960px;
    height:44px;
    background-color:#2d2d2d;
}

nav.detached {
    position:fixed;
    top:0;
    left:0;
    z-index:10;
}

nav.detached.fancybox-margin {
    margin-left:-7.5px;
}

ul#header-navigation {
    width:960px;
    padding:0 9px;
    margin:0 auto;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

ul#header-navigation li {
    float:left;
}

ul#header-navigation li a {
    position:relative;
    height:44px;
    line-height:44px;
    font-family: 'Titillium Web', sans-serif;
    font-size:16px;
    font-weight:700;
    padding:0 20px;
    color:#ffffff;
    -webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

ul#header-navigation li a:before {
    position:absolute;
    bottom:0;
    left:0;
    content: "";
    display:block;
    height:4px;
    width:0;
    background-color:#D1202C;
    -webkit-transition: width 200ms;
	-moz-transition: width 200ms;
	transition: width 200ms;
}

ul#header-navigation li a.active:before,
ul#header-navigation li a:hover:before {
    width:100%;
}

ul#header-navigation li a.active,
ul#header-navigation li a:hover {
    background-color:#111111;
}

/* CONTENT - GENERAL
----------------------------------------------------------------------------------------------------*/

/* LINKS AND BUTTONS */

a.link {
    position:relative;
    display:inline-block;
    font-family: 'Titillium Web', sans-serif; 
    font-weight:700;
    color:#ffffff;
    padding-left:15px;
    background-color: #D1202C;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

a.link:after {
    position:absolute;
    top:0;
    right:0;
    content: "";
    display:block;
    background-color: #8E1C2A;
    background-image: url(../images/icon-link-arrow.png);
    background-repeat:no-repeat;
    -webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
}

a.link,
a.link:after {
    -webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

a.link.invert,
a.link.dark {
    background-color: #2d2d2d;
}

a.link.invert:after,
a.link.dark:after {
    background-color: #000000;
}

a.link.sml {
    font-size:14px;
    height:30px;
    line-height:30px;
    padding-right:45px;
}

a.link.sml:after {
    width:30px;
    height:30px;
    background-size:30px 30px;
}

a.link.med {
    font-size:18px;
    height:35px;
    line-height:34px;
    padding-right:50px;
}

a.link.med:after {
    width:35px;
    height:35px;
    background-size:35px 35px;
}

a.link.view:after {
    background-image: url(../images/icon-view.png);
}

a.link:hover {
    background-color: #2d2d2d;  
}

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

a.link.invert:hover {
    background-color: #D1202C;
}

a.link.invert:hover:after {
    background-color: #8E1C2A;
}

a.link.dark:hover {
    background-color: #ffffff;
    color:#000000;
}

a.link.dark:hover:after {
    background-color: #ffffff;
    background-image:url(../images/icon-link-arrow-dark.png);
}

a.text-link {
    font-size:16px;
    color:#D1202C;
    text-decoration:underline;
}

/* BORDER OPTIONS */

.bordered {
    border:1px solid #cccccc;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.bordered.pad {
    padding:2px;
}

.bordered.dark {
    border:1px solid #666666;
}

/* MISC OPTIONS */

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

/* LIST STYLE - FLOAT LIST */

ul.float-list li {
    float:left;
}

/* LIST STYLE - FLOAT LIST - IMAGES */

ul.float-list.images {
    width:690px;
}

ul.float-list.images.full {
    width:960px;
}

ul.float-list.images li {
    margin:0 10px 10px 0;
}

ul.float-list.images li img {
    border:1px solid #666666;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/* LIST STYLE - FLOAT LIST - SERVICES */

ul.float-list.services li {
    text-align:center;
}

ul.float-list.services li a,
ul.float-list.services li h4,
ul.float-list.services li span {
    display:block;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

ul.float-list.services li {
    margin:0 20px 20px 0;
}

ul.float-list.services li:last-child {
    margin-right:0;
}

ul.float-list.services li a img,
ul.float-list.services li a h4 {
    -webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

ul.float-list.services li a {
    width:300px;
    color:#282828;
}

ul.float-list.services li a img {
    border:1px solid #cccccc;
    padding:2px;
}

ul.float-list.services li h4 {
    color:#282828;
    padding:20px;
    width:100%;
    height:85px;
}

ul.float-list.services li span {
    padding:0 10px;
    height:130px;
}

ul.float-list.services li a:hover img {
    border-color:#D1202C;
}

ul.float-list.services li a:hover h4 {
    color:#D1202C;   
}

/* LIST STYLE - FLOAT LIST - HEADER IMAGE */

ul.float-list.header-img {
    margin-bottom:10px;
}

ul.float-list.header-img li {
    margin:0 10px 10px 0;
}

ul.float-list.header-img img {
    border:1px solid #666666;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

ul.float-list.header-img li:nth-child(3n) {
    margin-right:0;   
}

/* LIST STYLE - BULLET LIST */

ul.bullet-list {
    margin-bottom:30px;
}

ul.bullet-list li {
    position:relative;
    display:block;
    line-height:22px;
    padding-left:15px;
    clear:both;
}

ul.bullet-list li:before {
    position:absolute;
    top:0;
    left:0;
    display:block;
    content: "•";
    float:left;
    font-size: 14px;
    line-height:22px;
    padding-right: 5px;
}

ul.bullet-list li.no-bullet:before {
    display:none;   
}

ul.bullet-list li.heading {
    line-height:25px;
    font-weight:bold;
    padding:0;
    color:#000000;
}

ul.bullet-list li.heading.font-red {
    color:#D1202C;
}

ul.bullet-list li.narrow {
    height:auto;
    line-height:22px;
}

ul.bullet-list li.heading:before {
    display:none;   
}

/* LIST STYLE - EXPANDING LIST */

ul.expanding-list,
ul.expanding-list li > a,
ul.expanding-list li .expanding-content {
    display:block;
}

ul.expanding-list li {
    margin-bottom:1px;
}

ul.expanding-list li > a {
    position:relative;
    height:40px;
    line-height:40px;
    font-family: 'Titillium Web', sans-serif;
    font-size:16px;
    font-weight:700;
    color:#ffffff;
    padding:0 55px 0 15px;
    background-color:#2d2d2d;
    -webkit-transition: background-color 200ms;
	-moz-transition: background-color 200ms;
	transition: background-color 200ms;  
}

ul.expanding-list li > a:after {
    content: "";
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:40px;
    height:40px;
    background:#000000 url(../images/icon-expand.png) no-repeat center center;
    -webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;  
}

ul.expanding-list li > a.active,
ul.expanding-list li > a:hover {
    background-color:#D1202C;
}

ul.expanding-list li > a.active:after,
ul.expanding-list li > a:hover:after {
    background: #8E1C2A url(../images/icon-close.png) no-repeat center center;
}

ul.expanding-list li .expanding-content {
    position:relative;
    display:none;
    padding:25px 15px 20px;
    background-color: #f2f2f2;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

ul.expanding-list li .expanding-content a.link.contact {
    position:absolute;
    right:40px;
    bottom:45px;
}

ul.expanding-list li .expanding-content a.link.pdf {
    position:absolute;
    right:180px;
    bottom:45px;
}

ul.expanding-list li .expanding-content.projects {
    padding:15px;
}

ul.expanding-list li .expanding-content.projects img {
    border:1px solid #A0A0A0;
    padding:2px;
    float:left;
    margin:0 15px 15px 0;
}

ul.expanding-list li .expanding-content.projects p span {
    font-family: 'Titillium Web', sans-serif;
    font-weight:700;
    margin-right:5px;
}

/* LIST STYLE - CLEAR LIST */

ul li.clear-list {
	clear:both !important;
	float:none !important;
	width:100% !important;
	height:auto !important;
	padding:0 !important;
	margin:0 !important;
	border:none;
	background:none !important	
}

ul li.clear-list:before,
ul li.clear-list:after {
	display:none !important
}

/* CONTENT - SIDE NAVIGATION
----------------------------------------------------------------------------------------------------*/

#side-navigation {
    display:block;
    float:left;
    width:220px;
}

ul#side-navigation-links {
    display:block;
}

ul#side-navigation-links li {
    display:table;
}

ul#side-navigation-links li a {
    position:relative;
    display:table-cell;
    width:220px;
    height:41px;
    line-height:18px;
    padding:10px 25px 10px 10px;
    background: url(../images/icon-sidenav-arrow-hover.jpg) no-repeat center right;
    border-bottom:1px solid #e6e6e6;
    font-family: 'Titillium Web', sans-serif;
    font-weight:700;
    color:#282828;
    vertical-align: middle;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    -webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	transition: color 200ms;
}

ul#side-navigation-links li a:after {
    display:block;
    content: "";
    position:absolute;
    top:0;
    right:0;
    width:25px;
    height:100%;
    background: url(../images/icon-sidenav-arrow.jpg) no-repeat center right;
    -webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	transition: opacity 200ms;
}

ul#side-navigation-links li a.active,
ul#side-navigation-links li a:hover {
    color:#D1202C;
}

ul#side-navigation-links li a.active:after,
ul#side-navigation-links li a:hover:after {
    opacity:0;
}

/* CONTENT - MAIN CONTENT
----------------------------------------------------------------------------------------------------*/

#main-content {
    display:block;
    width:680px;
    float:right;
    padding-bottom:20px;
}

/* HEADER IMAGE */

img.header-img {
    border:1px solid #666666;
    margin-bottom:20px;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/* CONTENT - PROJECTS PAGE
----------------------------------------------------------------------------------------------------*/

.project-list {
    display:block;
    padding-bottom:20px;
    border-bottom:1px dotted #cccccc;
    margin-bottom:20px;
}

.project-list:last-child {
    border:none;   
}

.project-list .project-details,
.project-list img {
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
    
.project-list .project-details {
    display:block;
    float:left;
    width:465px;
    padding-right:20px;
}

.project-list .project-details h3 {
    margin-bottom:10px;
}

.project-list .project-details p {
    margin:0;
}

.project-list .project-details p span {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    margin-right: 5px;
}

.project-list img {
    float:right;
    border: 1px solid #666666;
}

/* CONTENT - HOME SLIDER
----------------------------------------------------------------------------------------------------*/

#home-slider .content {
    padding: 50px 10px 80px;
}

#home-slider ul li {
    min-width:940px;
    height:500px;
    overflow:hidden;
}


/* BXSLIDER OVERRIDE - CSS LOCATION */

.bx-wrapper {
    margin: 0 auto 0;
}

.bx-wrapper .bx-loading {
	background: url(../images/bxslider/bx_loader.gif) center center no-repeat #fff;
}

.bx-wrapper .bx-prev {
	background: url(../images/bxslider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	background: url(../images/bxslider/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-controls-auto .bx-start {
	background: url(../images/bxslider/controls.png) -86px -11px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	background: url(../images/bxslider/controls.png) -86px -44px no-repeat;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow:none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
}

.bx-wrapper img {
    width: 100%;
}

.bx-wrapper .bx-pager {
    padding-top:0;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: -30px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #000000;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #D1202C;
}

/* BXSLIDER OVERRIDE - CUSTOM CSS OVERRIDE */

.bx-wrapper .bx-controls-direction a {
    width:40px;
    height:40px;
}

.bx-wrapper .bx-prev {
    left:-60px;
    background: url(../images/btn-prev.png) no-repeat center center;
}

.bx-wrapper .bx-prev:hover {
    background: url(../images/btn-prev-hover.png) no-repeat center center;
}

.bx-wrapper .bx-next {
    right:-60px;
    background: url(../images/btn-next.png) no-repeat center center;
}

.bx-wrapper .bx-next:hover {
    background: url(../images/btn-next-hover.png) no-repeat center center;
}

/* BXSLIDER OVERRIDE - CAROUSEL */

#latest-news .bx-wrapper li {
    height:250px;
}

#latest-news .bx-wrapper li a img {
    margin-bottom:15px;
}

#latest-news li a h4 {
    display:block;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color:#D1202C;
    font-weight:normal;
    text-decoration:underline;
}

#latest-news .bx-wrapper .bx-pager.bx-default-pager a {
    background: #000000;
}

#latest-news .bx-wrapper .bx-pager.bx-default-pager a:hover,
#latest-news .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #D1202C;
}

#latest-news .bx-wrapper .bx-pager,
#latest-news .bx-wrapper .bx-controls-auto {
    bottom: 0;
}

/* FANCYBOX CSS OVERRIDE */

.fancybox-margin {
    margin-right: 15px !important;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading div {
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-nav {
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
}

.fancybox-overlay {
	background: url('../images/fancybox/fancybox_overlay.png');
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox/fancybox_sprite@2x.png');
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox/fancybox_loading@2x.gif');
	}
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* FANCYBOX CUSTOM CSS OVERRIDE */

.fancybox-skin {
    background: #000000;
}

/* CONTENT - HOME - ABOUT US
----------------------------------------------------------------------------------------------------*/

#about-us {
    text-align:center;
}

#about-us p {
    font-size:18px;
    font-weight:300;
    line-height:24px;
}


/* CONTENT - HOME - PARTNERSHIP
----------------------------------------------------------------------------------------------------*/

#partnership {
    text-align:center;
}

#partnership h4 {
    margin-bottom:20px
}

#partnership img {
    margin-right:20px;
}

#partnership img:last-child {
    margin:0;   
}

/* CONTENT - LICENSES & REGISTRATION
----------------------------------------------------------------------------------------------------*/

.popuplink {
    float:left;
    margin-right:20px;
    color:#282828;
    margin-bottom:40px;
    -webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	transition: color 200ms;
}

.popuplink img {
    padding:2px;
    border:1px solid #cccccc;
    margin-bottom:10px;
    -webkit-transition: border-color 200ms;
	-moz-transition: border-color 200ms;
	transition: border-color 200ms;
}

.popuplink span {
    display:block;
    width:100%;
    padding:0 25px;
    text-align: center;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.popuplink:hover {
    color:#D1202C;
}

.popuplink:hover img {
    border-color:#D1202C   
}

/* CONTENT - EVENTS & ROADSHOWS (NEWS)
----------------------------------------------------------------------------------------------------*/

article.news {
    display:block;
    padding:2px;
    border:1px solid #cccccc;
    min-height:156px;
    margin-bottom:20px;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

article.news img {
    float:left;
    margin-right:15px;
}

article.news h3 {
    color:#282828;
    line-height:18px;
    margin-bottom:5px;
}

article.news section {
    position:relative;
    display:block;
    min-height:126px;
    padding:12px 15px 12px 0;
}

article.news section a.link {
    position:absolute;
    bottom:12px;
}

/* CONTENT - CONTACT US
----------------------------------------------------------------------------------------------------*/

/* CONTENT - GOOGLE MAPS
----------------------------------------------------------------------------------------------------*/

#map-canvas {
    height:500px;
    overflow:hidden;
}
    

/* CONTENT - FORMS
----------------------------------------------------------------------------------------------------*/

#enquiryform-container{
    width:100%;
}

#enquiryform,
#enquiryform-success-message,
#enquiryform-container .form-status {
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#enquiryform-success-message {
	display:none;
}

.form {
	position:relative;
	display:block;
	padding:0;
}

.form .container {
	position:relative;
	text-align:left;
	min-width:inherit;
	background:none;
	padding:0 0 10px;
}

.form .container.captcha {
    padding:5px 0 15px;
}

.form span.required {
	color:#F00;	
}

.form input,
.form textarea,
.form select {
	width:100%;
	border:1px solid #e6e6e6;
	background-color:#ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:14px;
    font-weight:normal;
	line-height:40px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
}

.form input:focus,
.form textarea:focus {
	border-color:#D1202C;
}

.form input,
.form select {
	height:40px;
	padding:0 10px;
}

.form textarea {
	padding:5px 10px;
	height:130px;
	line-height:20px;
	resize:none;
	overflow-y:hidden;
}

.form select {
	-webkit-appearance: none;
	-moz-appearance: window;
	background:url(../images/icon-select-arrow.png) no-repeat center right;
    -webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

@-moz-document url-prefix() {
.select-moz{
    border:1px solid #e6e6e6;
    background:url(../images/icon-select-arrow.png) no-repeat center right !important;
	margin-bottom:10px;
	padding-bottom:0 !important;
  }
}

/* IE Hide Select Arrow */
.form select::-ms-expand {
    display: none
}

.form div#spamtrap {
	visibility:hidden
}

.form .container-error-all {
	position:relative;
	display:block;
	height:auto !Important;
	margin-bottom:10px
}

.form .container-error-all span {
	height:auto !important	
}

.form .error {
	position:relative;
	display:block;
	margin:0;
	z-index:2;
	float:none;
	clear:both;
	color:#f00;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form #enquiryform_server_errors {
	position:relative;
	background:none;
	white-space: nowrap;
	width: auto;
	margin-bottom:10px;
	color:#f00 !important;
	visibility:visible !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form .error div {
	display:block;
	clear:both;
	font-size:12px;
	line-height:20px;
	padding:0 10px 0;
	margin:0;
}

.form .error, .form .error-all {
	font-size: 11px;
	color: #f00;
}

.form .error-all {
	padding:0;
	line-height:15px;
	margin:0
}

.form fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}

.form fieldset#antispam legend {
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}

.form .button {
	position:relative;
    height:30px;
    line-height:30px;
    padding:0 45px 0 15px;
    background: #2d2d2d url(../images/icon-link-arrow-submit-dark.png) no-repeat center right;
    border:none;
    width:auto;
    display:inline-block;
    font-family: 'Titillium Web', sans-serif; 
    font-size:14px;
    font-weight:700;
    color:#ffffff;
	cursor:pointer;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.form .button:hover {
    background: #D1202C url(../images/icon-link-arrow-submit.png) no-repeat center right;
}


/* spam_trap: This input is hidden. This is here to trick the spam bots*/

.form .spmhidip {
	display:none;
	width:10px;
	height:3px
}
#fg_crdiv {
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}

input[type=submit]:disabled,
button:disabled,
input[type=submit][disabled=disabled],
button[disabled=disabled],
input[type=text]:disabled,
input[type=text][disabled=disabled],
text:disabled,
text[disabled=disabled] {
	background:#b5b5b5 url(../images/icon-link-arrow-submit-disabled.png) no-repeat center right !important;
}

input[type=submit]:disabled,
button:disabled,
input[type=submit][disabled=disabled],
button[disabled=disabled] {
	color:#ccc !important;
}

/* SUB-FOOTER
----------------------------------------------------------------------------------------------------*/

#sub-footer {
    background: url(../images/bg-sub-footer.jpg) no-repeat center top;
    background-size:cover;
    padding:55px 0;
    height:170px;
    overflow:hidden;
}

#sub-footer .content {
    padding:0 10px;
}
    
#sub-footer h2 {
    float:left;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight:bold;
    line-height:30px;
    color:#ffffff;
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/

footer.container {
    background-color: #282828;
    text-align: center;
}

footer .content {
    padding:45px 10px 35px;  
}

footer .social {
    display:block;
    height:20px;
    line-height:20px;
    font-family: 'Titillium Web', sans-serif;
    font-size:16px;
    font-weight:700;
    color:#ffffff;
    margin-bottom:40px;
}

footer .social a {
    margin-left:10px;   
}

/* Footer Copyright */

footer p {
	color:#ffffff;
	margin:0;
}

footer p span,
footer p span a {
	color:#282828;
    font-weight:normal;
    text-decoration:none !important;
}