﻿/*****************/
/* css normalize */
/*****************/
html {
  font-family: sans-serif; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}


body {
  margin: 0;
  overflow-y: scroll;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover,
input,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}


mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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


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


input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}


legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@-webkit-viewport {width: device-width;}
@-moz-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@-o-viewport {width: device-width;}
@viewport {width: device-width;}

*, 
*:before, 
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clr:after {
	display: table;
	content: '';
	clear: both;
}

@font-face {
	font-family: 'telephone';
	src: url('fonts/telephone.eot?27978521');
	src: url('fonts/telephone.eot?27978521#iefix') format('embedded-opentype'),
		url('fonts/telephone.woff?27978521') format('woff'),
		url('fonts/telephone.ttf?27978521') format('truetype'),
		url('fonts/telephone.svg?27978521#telephone') format('svg');
	font-weight: normal;
	font-style: normal;
}

/******************/
/* embedded fonts */
/******************/

@font-face {
    font-family: 'lobster_1.3regular';
    src: url('fonts/lobster_1.3-webfont.eot');
    src: url('fonts/lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lobster_1.3-webfont.woff') format('woff'),
         url('fonts/lobster_1.3-webfont.ttf') format('truetype'),
         url('fonts/lobster_1.3-webfont.svg#lobster_1.3regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'colaborate-mediumregular';
    src: url('fonts/colabmed-webfont.eot');
    src: url('fonts/colabmed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/colabmed-webfont.woff') format('woff'),
         url('fonts/colabmed-webfont.ttf') format('truetype'),
         url('fonts/colabmed-webfont.svg#colaborate-mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'colaboratelightregular';
    src: url('fonts/colablig-webfont.eot');
    src: url('fonts/colablig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/colablig-webfont.woff') format('woff'),
         url('fonts/colablig-webfont.ttf') format('truetype'),
         url('fonts/colablig-webfont.svg#colaboratelightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'colaborate-boldregular';
    src: url('fonts/colabbol-webfont.eot');
    src: url('fonts/colabbol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/colabbol-webfont.woff') format('woff'),
         url('fonts/colabbol-webfont.ttf') format('truetype'),
         url('fonts/colabbol-webfont.svg#colaborate-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'colaborate-thinregular';
    src: url('fonts/colabthi-webfont.eot');
    src: url('fonts/colabthi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/colabthi-webfont.woff') format('woff'),
         url('fonts/colabthi-webfont.ttf') format('truetype'),
         url('fonts/colabthi-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'colaborate-regularregular';
    src: url('fonts/colabreg-webfont.eot');
    src: url('fonts/colabreg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/colabreg-webfont.woff') format('woff'),
         url('fonts/colabreg-webfont.ttf') format('truetype'),
         url('fonts/colabreg-webfont.svg#colaborate-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opensans-regular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#opensans-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opensans-semibold';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold-webfont.woff') format('woff'),
         url('fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans-semibold-webfont.svg#opensans-semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opensans-regular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#opensans-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opensans-lightitalic';
    src: url('fonts/opensans-lightitalic-webfont.eot');
    src: url('fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-lightitalic-webfont.woff') format('woff'),
         url('fonts/opensans-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/opensans-lightitalic-webfont.svg#opensans-lightitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans400_regular';
    src: url('fonts/sinkinsans-400regular-webfont.eot');
    src: url('fonts/sinkinsans-400regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sinkinsans-400regular-webfont.woff') format('woff'),
         url('fonts/sinkinsans-400regular-webfont.ttf') format('truetype'),
         url('fonts/sinkinsans-400regular-webfont.svg#sinkin_sans400_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans800_black';
    src: url('fonts/sinkinsans-800black-webfont.eot');
    src: url('fonts/sinkinsans-800black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sinkinsans-800black-webfont.woff') format('woff'),
         url('fonts/sinkinsans-800black-webfont.ttf') format('truetype'),
         url('fonts/sinkinsans-800black-webfont.svg#sinkin_sans800_black') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans700_bold';
    src: url('fonts/sinkinsans-700bold-webfont.eot');
    src: url('fonts/sinkinsans-700bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sinkinsans-700bold-webfont.woff') format('woff'),
         url('fonts/sinkinsans-700bold-webfont.ttf') format('truetype'),
         url('fonts/sinkinsans-700bold-webfont.svg#sinkin_sans700_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans500_medium';
    src: url('fonts/sinkinsans-500medium-webfont.eot');
    src: url('fonts/sinkinsans-500medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sinkinsans-500medium-webfont.woff') format('woff'),
         url('fonts/sinkinsans-500medium-webfont.ttf') format('truetype'),
         url('fonts/sinkinsans-500medium-webfont.svg#sinkin_sans500_medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sinkin_sans600_semibold';
    src: url('fonts/sinkinsans-600semibold-webfont.eot');
    src: url('fonts/sinkinsans-600semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sinkinsans-600semibold-webfont.woff') format('woff'),
         url('fonts/sinkinsans-600semibold-webfont.ttf') format('truetype'),
         url('fonts/sinkinsans-600semibold-webfont.svg#sinkin_sans600_semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'danielregular';
    src: url('fonts/daniel-webfont.eot');
    src: url('fonts/daniel-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/daniel-webfont.woff') format('woff'),
         url('fonts/daniel-webfont.ttf') format('truetype'),
         url('fonts/daniel-webfont.svg#danielregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'danielblack';
    src: url('fonts/daniel-black-webfont.eot');
    src: url('fonts/daniel-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/daniel-black-webfont.woff') format('woff'),
         url('fonts/daniel-black-webfont.ttf') format('truetype'),
         url('fonts/daniel-black-webfont.svg#danielblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansbold';
    src: url('fonts/pt_sans-web-bold-webfont.eot');
    src: url('fonts/pt_sans-web-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pt_sans-web-bold-webfont.woff') format('woff'),
         url('fonts/pt_sans-web-bold-webfont.ttf') format('truetype'),
         url('fonts/pt_sans-web-bold-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
	font-family: 'lobster_1.3regular';
}

p, .navigation a, h3 {
	font-family: 'opensans-semibold';
}

p {
	font-family: 'opensans-regular';
}

h2, .strapline p, .candidate-form-container h3, h4, label  {
	font-family: 'sinkin_sans700_bold';
}

.box-col h3, .job-desc p, .job-title p, .job-desc li, .home .box-col p {
	font-family: 'sinkin_sans600_semibold';
	font-weight: normal;
}

.in-touch p {
	font-family: 'sinkin_sans500_medium';
	text-transform: uppercase;
	margin: 0;
}

/*******************/
/* layout elements */
/*******************/

.container {
	width: 1180px;
	margin: 0 auto;
	max-width: 100%;
}

.relative {
	position: relative;
}

.background {
	background: url(images/jpeg/homepage-bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 0 0 40px
}

.employers .background {
	background: url(images/jpeg/employers-bg.jpg) top center no-repeat;
	background-size: cover;
}

.candidate .background {
	background: url(images/jpeg/candidate-bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 0;
}

.vacancies .background {
	background: #000 url(images/jpeg/vacancies-bg.jpg) top center no-repeat;
	padding: 0;
}

.about .background {
	background: #000 url(images/jpeg/about-bg.jpg) top center no-repeat;
	background-size: 100%;
	padding: 0 0 60px;
}

.contact .background {
	background: url(images/jpeg/contact-bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 0 0 60px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.content {
	padding: 10px;
}

header {
	position: relative;
}

.column {
	display: block;
}

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

.candidate .hero-text-inner {
	margin: 0 0 50px;
}

.dark-blue {
	background: #041C20;
	text-align: center;
}

.lighter-blue {
	background: #06353D;
}

.box-col-row {
	margin: 40px auto 0;
}

.inner-page .box-col-row {
		margin: 0 auto 0;
	}

.box-col {
	background: rgb(3,61,71);
	background: rgba(3,61,71,0.75);
	padding: 10px 20px 10px 10px;
	border: 1px solid rgb(255,255,255);
	border: 1px solid rgba(255,255,255,0.51);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.box-col:hover {
	background: rgb(3,61,71);
	background: rgba(3,61,71,1);
	border: 1px solid rgb(255,255,255);
	border: 1px solid rgba(255,255,255,1);
	-moz-transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

.inner-page .box-col {
	padding: 10px 20px 30px 10px;
}

.box-col img {
	float: left;
	display: inline-block;
}

.main-content-row {
	margin: 40px auto 0;
}

.contact .main-content-row {
	margin: 50px auto 0;
}
 
.client-ul {
	margin: 40px 0 40px;
	padding: 0;
}

.client-ul li {
	float: left;
	display: block;
	padding: 0 20px;
	width: 100%;
	text-align: center;
}

.news-post {
	margin: 20px 0 0;
}

.news-post-image {
	display: block;
	width: 84px;
	height: 73px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #fff;
	float: left;
}

.news-post-title {
	width: 65%;
	float: left;
	margin: 2px 0 0 15px;
}

.news-post-title .date, .date {
	color: #b0e8da;
	font-size: 11px;
	font-family: 'Arial', sans-serif;
	padding: 0 0 0 20px;
	margin: 5px 0 0;
	background: url(images/png/news-date.png) 0 2px no-repeat;;
}

.news-col .date {
	margin: 0 0 10px;
}

.news-desc {
	margin: 10px 0 0;
	float: left;
	height: 90px;
	overflow: hidden;
	width: 100%;
}

.news-desc p {
	font-size: 13px;
}

.footer-ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 49%;
}
 
.footer-ul li {
	color: #fff;
	list-style: none;
	font-size: 13px;
	padding: 0 0 14px 30px;
	line-height: 20px;
}

.tel-icon {
	background: url(images/png/tel-icon.png) 0 1px no-repeat;
}

.mail-icon {
	background: url(images/png/mail-icon.png) 1px 1px no-repeat;
}

.address-icon {
	background: url(images/png/address-icon.png) 1px 0px no-repeat;
}
 
.copy a {
	color: #fff;
	text-decoration: none;
}

.copy a:hover {
	text-decoration: underline;
}

.facebook, .twitter, .linkedin {
	height: 28px;
	width: 30px;
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

.facebook {
	background: url(images/png/facebook.png) top center no-repeat;
}

.facebook:hover {
	background: url(images/png/facebook.png) bottom center no-repeat;
}

.twitter {
	background: url(images/png/twitter.png) top center no-repeat;
}

.twitter:hover {
	background: url(images/png/twitter.png) bottom center no-repeat;
}

.linkedin {
	background: url(images/png/linkedin.png) top center no-repeat;
	margin: 0;
}

.linkedin:hover {
	background: url(images/png/linkedin.png) bottom center no-repeat;
	margin: 0;
}

.footer-ul .social-li {
	padding: 18px 0 8px;
}

.black-box {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.62);
	padding: 10px;
	width: 100%;
}

.blue-box-arrow {
	background: rgb(3,61,71);
	background: rgba(3,61,71,0.75);
	border: 1px solid rgb(255,255,255);
	border: 1px solid rgba(255,255,255,0.51);
	margin: 20px 0;
	padding: 20px 10px 0;
	width: 100%;
	position: relative;
}

.in-touch {
	background: #2F575F;
	padding: 10px 20px;
	text-align: right;
}

.testimonial-section {
	background: rgb(7,53,61);
	background: rgba(7,53,61,.50);
	padding: 40px 0;
	margin: 60px 0 0;
}

.testimonial-section .full {
	text-align: center;
}

.testimonial-col {
	text-align: center;
	margin: 20px 0 0;
}

.testimonial-image {
	width: 100px;
	height: 100px;
	border: 2px solid #fff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	margin: 0 auto;
}

.job-col {
	background: #2b2a2a;
	padding: 29px 10px 10px;
	-moz-border-radius: 10px;
	-wekbit-border-radius: 10px;
	border-radius: 10px;
}


.job-desc {
	background: #e6e1e1;
	border: 2px solid #2b2a2a;
	width: 80%;
	margin: 0 auto;
	-moz-border-radius: 0 0 16px 16px;
	-webkit-border-radius: 0 0 16px 16px;
	border-radius: 0 0 16px 16px;
	padding: 10px 0;
}

.job-desc-inner {
	overflow: hidden;
	padding: 10px 0;
}

.job-title {
	width: 100%;
	margin: 0;
}

.job-location, .job-date, .job-price {
	margin: 0 60px 0 0;
	text-align: left;
}

.job-price {
	margin: 0 10px 0 0;
}

.job-title p {
	font-size: 14px;
	color: #fff;
	margin: 0 0 18px 8px;
	padding: 2px 0 9px 39px;
	background: url(images/png/job-title-icon.png) 5px -2px no-repeat;
	float: left;
}

.job-desc p, .job-desc li {
	color: #383838;
	font-size: 10px;
	margin: 0;
	padding: 5px 30px;
}

.job-desc ul {
	margin: 0 0 10px;
	padding: 0 29px;
}

.job-desc li {
	font-size: 10px;
	padding: 5px 0 0 0;
	margin: 0 20px;
	list-style: none;
	list-style: disc;
}

.job-desc strong {
	font-family: 'sinkin_sans700_bold';
}

.job-location p, .job-date p, .job-price p {
	font-size: 12px;
	margin: 0;
	word-wrap:break-word;
}

.job-location:before, .job-date:before, .job-price:before, .job-title:before  {
	content: "";
	display: block;
	background: #2b2a2a url(images/png/job-location.png) center center no-repeat;
	width: 50px;
	height: 50px;
	margin: 0;
	float: left;
	padding: 20px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	margin: -10px 0 10px;
}

.job-date:before {
	background: #2b2a2a url(images/png/job-date.png) center center no-repeat;
}

.job-price:before {
	background: #2b2a2a url(images/png/job-price.png) center center no-repeat;
}

.job-title:before {
	display: none;
}

.job-go .job-btn, .job-btn {
	background: #ffae2e;
	color: #2b2a2a;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 20px;
	margin: 0;
	display: block;
	float: right;
	cursor: pointer;
	width: 100%;
	text-align: center;
}

.job-row {
	margin: 0 auto 70px;
}

.about-row {
	margin: 50px auto 40px;
}

.about-col {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.75);
	padding: 0 20px;
	text-align: center;
	border-bottom: 2px solid rgb(255,255,255);
	border-bottom: 2px solid rgba(255,255,255,0.6);
}

.photo-col {
	text-align: center;
	width: 229px;
	margin: 0 auto 40px;
}

.photo-col img{
	border: 10px solid #ededed;
	box-shadow: 0 22px 0 0 #ededed;
	margin: -10px 0 0 0;
}

.alison-photo img {
	margin: 10px 0 0 0;
}

.photo-col span {
	margin: -5px 10px 0;
	float: right;
	position: relative;
	z-index: 10;
	font-family: 'danielregular';
	font-size: 12px;
}

.alison-photo span {
	margin: -5px 23px;
}

.news-section {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.59);
}

.news-image {
	margin: 4px 0 12px;
	float: left;
}

.news-image img {
	width: 50%;
	float: left;
}

.news-article-row {
	margin: 0 0 0 10px;
}

.contact-col ul {
	margin: 0;
	padding: 0;
}

.contact-col ul li {
	list-style: none;
	color: #fff;
	float: left;
	width: 100%;
	padding: 4px 0 30px 40px;
	font-family: 'opensans-semibold';
	background: url(images/png/mail-li.png) 0 0 no-repeat;
}

.contact-col .tel-li {
	background: url(images/png/tel-li.png) 0 0 no-repeat;
}

.contact-col .address-li {
	width: 100%;
	background: url(images/png/address-li.png) 0 0 no-repeat;
}
 
.contact-col .social-li {
	float: none;
	padding: 0;
}

.maparea {
	height: 200px;
	width: 100%;
	margin: 0 0 20px;
}

.news-content {
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	min-height: 200px;
	float: left;
}

.news-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(images/png/news-bot.png) center bottom no-repeat;
	width: 100%;
	height: 70px;
}

.show-news {
	height: 100%;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
 
.news-col {
	min-height: 294px;
}
 
.foot-mid-col {
	margin: 30px 0 0;
}

.lighter-blue footer {
	padding: 20px 10px 10px;
}


@media screen and (min-width: 600px){
	.client-ul li {
		width: 50%;
	}
	
	.client-ul li:nth-child(3){
		clear: both;
	}
}
 
@media screen and (min-width: 960px) {

	.container {
			padding-left: 30px;
	}
		
	.column {
		float: left;
		margin-left: 2.5%;
	}
	
	.news-content {
		margin-left: 0;
	}

	.column:first-child {
		margin-left: 0;
	}
	
	.column.full {
		width: 100%;
	}
	  
	.column.two-thirds {
		width: 65.3333333333%;
	}
	  
	.column.half {
		width: 48.75%;
	}
	 
	.column.one-third {
		width: 31.6666666666666%;
	}
	 
	.column.one-fourth {
		width: 23.125%;
	}
	
	.column.three-fourths {
		width: 73.75%;
	}
	
	.column.one-fifth {
		width: 18%;
	}	
	
	.column.two-fifths {
		width: 38.5%;
	}
	
	.column.three-fifths {
		width: 59%;
	}
	
	.column.four-fifths {
		width: 79.5%;
	}
	
	.column.foot-mid-col {
		width: 30%;
		margin-left: 9%;
	}

	.column.foot-last-col {
		width: 23%;
		margin-left: 6%;
	}
	
	.column .news-ul-col {
		padding-left: 2.5%;
		margin: 85px 0 0 2%;
		width: 32.6666666666666%;
	}
	
	.news-col {
		padding: 20px 0 0 20px;
	}
	
	.contact-row .column.two-fifths {
		margin-left: 12%;
	}
	
	.box-col-row {
		margin: 205px auto 0;
		padding-right: 30px;
	}
	
	.content {
		padding: 0;
	}
	
	.client-ul li {
		width: 25%;
	}
	
	.client-ul li:nth-child(3){
		clear: none;
	}
	
	.news-post-title {
		width: 64%;
	}
	
	.lighter-blue footer {
		padding: 40px 20px 20px;
	}
	
	.inner-page .container {
		padding-right: 30px;
	}
	
	.main-content-row {
		margin: 60px auto 0;
	}
	
	.employers .main-content-row, .about .main-content-row {
		padding-left: 30px;
	}
	
	.blue-box-arrow p {
		font-size: 12px;
	}	
	
	.black-box {
		padding: 10px 30px;
		width: 90%;
	}
	
	.blue-box-arrow {
		padding: 16px 35px 0 35px;
	}
	
	.vacancies .background {
		background-size: 100%;
	}
	
	.job-location:before, .job-date:before, .job-price:before, .job-title:before  {
		content: "";
		display: block;
		background: #2b2a2a url(images/png/job-location.png) center center no-repeat;
		height: 50px;
		width: 50px;
		margin: -35px auto -5px;
		padding: 20px;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
		border-radius: 100px;
		float: none;
	}
	
	.job-title {
		width: 37%;
		margin: 0 20px 0 0;
	}
	
	.job-date:before {
		background: #2b2a2a url(images/png/job-date.png) center center no-repeat;
	}

	.job-price:before {
		background: #2b2a2a url(images/png/job-price.png) center center no-repeat;
	}

	.job-title:before {
		background: #2b2a2a url(images/png/job-title.png) center center no-repeat;
	}
	
	.job-go .job-btn, .job-btn {
		width: auto;
	}
	
	.job-desc {
		padding: 0 0 10px;
		height: 38px;
		overflow: hidden;
	}
	
	.job-desc-inner {
		padding: 10px 0 10px;
		height: 100%;
	}
	
	.about-col {
		min-height: 240px;
		text-align: left;
		border: 2px solid rgb(255,255,255);
		border: 2px solid rgba(255,255,255,0.6);
	}
	
	.about-col .half {
		padding: 14px 0 0;
	}
	
	.alison-col .half {
		padding: 7px 0 0;
	}
	
	.alison-col .alison-photo{
		float: right;
	}
	
	.alison-col .quote-col {
		float: left;
	}
	
	.alison-col .column.half {
		float: right;
	}
	
	.photo-col img{
		margin: -10px 0 0 20px;
	}
	
	.alison-photo img {
		margin: -10px 0 0 0;
	}
	
	.photo-col {
		margin: 0;
	}
	
	.news-section {
		background: rgb(0,0,0);
		background: rgba(0,0,0,0.59);
		padding: 40px 0 0;
		margin: 100px 0 0;
	}
	
	.news-image {
		margin: 4px 0 0;
		float: right;
	}
		
	.contact-col ul li {
		width: 40%;
	}
	
	.maparea {
		height: 300px;
		margin: 0 0 40px;
	}
	
	.job-row {
		margin: 0 auto 120px;
	}
	
	.job-col {
		padding: 10px;
	}
	
	.foot-mid-col {
		margin: 0;
	}
	
	.dark-blue .container {
		padding-left: 0;
	}
	
	.box-col img {
		width: 100px;
	}
	
	.box-col:first-child img {
		width: 140px;
	}
	
	.employers .box-col:first-child img {
		width: 100px;
	}

	.right-col {
		text-align: right;
	}
	
	.job-location, .job-date, .job-price {
		text-align: center;
	}
	
	.inner-page .box-col-row {
		margin: 20px auto 0;
	}
	
	.job-title:before {
		background: #2b2a2a url(images/png/job-title.png) center center no-repeat;
	}
	
	.news-image img {
		width: 100%;
		float: left;
	}
	
	.employers .box-col {
		min-height: 250px;
	}
	
	.job-location, .job-date, .job-price {
		width: 9%;
	}
	
}

@media screen and (min-width: 1024px) {

	.lighter-blue footer {
		padding: 40px 20px 20px;
	}
	
	.news-post-title {
		width: 70%;
	}
	
	.job-title {
		margin: 0 20px 0 0;
	}
	
	.main-content-row {
		padding: 0 30px;
	}
	
	.blue-box-arrow p {
		font-size: 14px;
	}

}

@media screen and (min-width: 1080px){

	.box-col img, .box-col:first-child img {
			width: auto;
		}

}

@media screen and (min-width: 1200px){

	.blue-box-arrow {
		width: 93.9%;
		border-right: 0;
	}

	.blue-box-arrow:after {
		content: "";
		background: url(images/png/candidate-box.png) center center no-repeat;
		position: absolute;
		right: -56px;
		top: 0;
		bottom: 0;
		z-index: 10;
		width: 75px;
	}
	
	.blue-box-arrow:after {
		right: -73px;
	}
	
}


/*************************/
/* links and navigations */
/*************************/

a {
	color: #fff;
}

nav:after {
	background: none; /* your base colour */
	border: 1px solid #fff; /* your base colour */
	width: 38px;
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -19px 0 0;
	height: 38px;
	cursor: pointer;
	clear: both;
}

.anav:after {
	
}

nav:before {
	background: url(images/png/menu.png) center center no-repeat;
	content:"";
	height: 22px; 
	width: 22px;
	z-index: 1;
	display: block;
	top: 50%;
	margin: -11px 0 0;
	position: absolute;
	right: 18px;
	cursor: pointer;
}

.anav:before {
	content: '';
	background: url(images/png/menu-close.png) center center no-repeat;
	border: none;
	text-align: center;
	font-size: 28px;
	height: 22px;
	width: 22px;
	font-family: arial, sans-serif;
	font-weight: bold;
	margin: -10px 0 0;
	color: #fff;
}

nav {
	padding: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
}

.navigation {
	display: none;
	position: absolute;
	top: 54px;
	left: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background: #111111; /* your base colour */
	-moz-border-radius: 4px 0 4px 4px;
	-webkit-border-radius: 4px 0 4px 4px;
	border-radius: 4px 0 4px 4px;
	z-index: 60;
}

.anav .navigation {
	display: block;
}

.navigation li {
	display: block;
	margin: 0;
	padding: 0;
}

.navigation a {
	padding: 10px;
	display: block;
	border-top: 1px solid #333;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.nav-home a {
	border-top: 0;
}

a[href^=tel] {
	display: block;
	position: absolute;
	right: 58px;
	top: 50%;
	margin: -19px 0 0;
	height: 38px;
	width: 38px;
	text-indent: -9999px;
	background: #9c9c9c; /* your secondary colour */
	border: 1px solid #9c9c9c; /* your secondary colour */
	z-index: 99;
}

a[href^=tel]:after {
	position: absolute;
	display: block;
	text-align: center;
	color: #fff;
	content: '\e800'; 
	font-family: "telephone";
	line-height: 36px;
	height: 36px;
	width: 36px;
	top: 0;
	left: 0;
	text-indent: 0;
	
}

.news-ul-col {
	background: url(images/png/news-bg.png) center left no-repeat;
	margin: 30px 0 0;
}

.news-articles {
	margin: 0;
	padding: 0 0 0 20px;
}

.news-articles li {
	margin: 0 0 10px;
	background: url(images/png/news-li.png) 0 3px no-repeat;
	padding: 0 0 0 25px;
	list-style: none;
}

.news-articles a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-family: 'pt_sansbold';
	font-weight: 400;
}

.news-articles a:hover {
	text-decoration: underline;
}

.news-articles .news-article-active {
	color: #ffae2e;
}

.news-article a {
	color: #b1e8da;
	font-family: 'opensans-semibold';
	text-decoration: none;
}

.news-article a:hover {
	text-decoration: underline;
}

.job-btn {
	background: #ffae2e;
	border: 2px solid #2b2a2a;
	color: #2b2a2a;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	float: left;
	margin: 0 0 60px;
	text-decoration: none;
	font-family: 'sinkin_sans700_bold';
	font-size: 12px;
}

.job-btn:hover {
	background: #2b2a2a;
	color: #ffae2e;
	border: 2px solid #ffae2e;
}

.read-more {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #b1e8da;
	font-family: 'opensans-semibold';
	cursor: pointer;
	background: #000;
	padding: 0 0 0 15px;
}

.read-more:hover {
	text-decoration: underline;
}

.read-article {
	color: #b1e8da;
	font-family: 'opensans-semibold';
	float: left;
	font-size: 14px;
	text-decoration: none;
}

.read-article:hover {
	text-decoration: underline;
}

.news-post-title a {
	color: #58bca1;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Arial', sans-serif;
}

.pagination {
	float: right;
}

.pagination a, .pagination span {
	width: 55px;
	height: 55px;
	display: block;
	background: #fff;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	font-family: 'sinkin_sans600_semibold';
	color: #000;
	text-decoration: none;
	cursor: pointer;
	margin: 0 8px 0 0;
	text-align: center;
	float: left;
	padding: 16px 0 0;
	font-size: 14px;
}

.pagination span {
	background: #ffae2e;
}

.pagination a:hover, .pagination span:hover {
	background: #ffae2e;
}

@media screen and (min-width: 960px) {
	.home .nav-home a,
	.employers .nav-employers a, 
	.candidate .nav-candidates a,
	.vacancies .nav-vacancies a,
	.about .nav-about a,
	.contact .nav-contact a{
		border-bottom: 3px solid #FFAE2E;
		color: rgb(255,255,255);
	}
	
	
	nav:before,
	nav:after,
	.anav:after {
		display: none;
	}
   
	nav {
		cursor: default;
		position: static;
	}
	
	nav .navigation {
		display: block;
		position: static;
		border: 0;
		float: right;
		margin: 32px 30px 0 0;
		background: none;
		width: 62%;
	}
	
	.inner-page nav .navigation {
		margin: 32px 10px 0 0;
	}
	
	nav .navigation:after {
		display: table;
		clear: both;
		content: '';
	}
	
	.navigation li {
		float: left;
		display: block;
		margin: 0;
		padding: 0 16px;
	}
	
	.navigation .nav-contact {
		padding: 0 0 0 26px;
	}
	
	.navigation a {
		padding: 5px 0;
		display: block;
		border: 0;
		color: rgb(255,255,255);
		color: rgba(255,255,255,0.6);
		text-transform: none;
	}
	
	.navigation a:hover {
		color: rgb(255,255,255);
	}
		
	a[href^=tel],
	.telephone {
			text-decoration: none;
			position: static;
			text-indent: 0;
			border: 0;
			width: auto;
			height: auto;
			margin: 0;
			background: none;
			display: inline;
	}
	
	a[href^=tel]:after,
	.telephone:after {
		display: none;
	}
	
	.news-articles {
		margin: 0;
		padding: 0;
	}
	
	.news-ul-col {
		margin: 80px 0 0;
	}
	
}

@media screen and (min-width: 1024px) {

	nav .navigation {
		width: auto
	}
	
	.navigation li {
		padding: 0 24px;
	}
	

}

/********/
/* text */
/********/
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	color: #ffae2e;
	font-size: 50px;
	margin: 20px 0 0;
	font-weight: 400;
}

.hero-text-inner h1 {
	margin: 20px 0 0;
	font-size: 49px;
}

.vacancies .hero-text-inner {
	margin: 0 0 70px;
}

h2 {
	color: #ffae2e;
	font-weight: 400;
	margin: 0;
	font-size: 22px;
	font-family: 'opensans-semibold';
}

.contact-col h2 {
	margin: 0 0 15px;
}

.about .main-content-row h2 {
	margin: -12px 0 10px;
}

h3 {
	color: #ffae2e;
	font-weight: 400;
}

.about-col h3{
	margin: 20px 0 5px;
	color: #fff;
}

.about-col p {
	margin: 0 0 12px;
	line-height: 20px;
	padding: 0;
}

.about-col p span {
	color: #ffae2e;
}

footer h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}

.black-box h4 {
	color: #ffae2e;
	margin: 10px 0;
	font-family: 'opensans-semibold';
	font-size: 20px;
}

.blue-box-arrow h4{
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'opensans-semibold';
}

p {
	color: #fff;
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 22px;
}

.dark-blue h3 {
	padding: 45px 0 10px;
	font-size: 24px;
	margin: 0;
}

.hero-text p {
	font-family: 'colaborate-regularregular';
	text-transform: uppercase;
	margin: 15px 0 0;
	font-size: 24px;
	letter-spacing: 1px;
	color: #fff;
}

.box-col h3 {
	font-size: 22px;
	color: #fff;
	text-align: right;
	float: right;
	display: inline-block;
	width: 48%;
	margin: 10px 0 0;
	letter-spacing: 1px;
	line-height: 26px;
	font-family: 'opensans-regular';
}

.inner-page .box-col h3 {
	width: 56%;
}

.home .box-col p {
	font-size: 20px;
	float: right;
	width: 54%;
	text-align: right;
	padding: 10px 0;
	line-height: 26px;
	margin: 0 0 70px;
	font-family: 'opensans-regular';
}

.home .first-box-col p {
	width: 40%;
}

.box-col p {
	font-size: 14px;
	float: left;
	padding: 10px 20px 0;
}

.home .box-col .link {
	color: #ffae2e;
	text-align: right;
	display: block;
	float: right;
	position: absolute;
	bottom: 0;
	right: 20px;
	text-decoration: none;
	font-family: 'sinkin_sans500_medium';
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	width: 100%;
}

.inner-page .box-col p {
	padding: 15px 10px 0;
}

.dark-blue p {
	color: #cbcbcb;
	width: 88%;
	margin: 0 auto;
}

footer p {
	font-size: 13px;
}

.right-col p {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

.strapline p {
	text-align: center;
	font-size: 20px;
	padding: 10px 0 0;
	line-height: 30px;
}

.quote-col p {
	font-family: 'danielblack';
	text-align: center;
	line-height: 20px;
	margin: 20px 0;
	padding: 0 20px 0 0;
}

.news-col p {
	margin: 0;
}

.news-article p {
	margin: 0 0 20px;
}

.news-content p:nth-child(even){
	margin: 0 0 10px;
}

.testimonial-section .full h3 {
	font-size: 24px;
	margin: 10px 0 10px;
}

.testimonial-section .full p {
	padding: 0 10px;
	margin: 0 0 30px;
}

.testimonial-name p {
	font-size: 14px;
	font-family: 'opensans-semibold';
	margin: 5px 0;
	padding: 0;
}

.testimonial-company p {
	font-size: 12px;
	color: #ffae2e;
	font-family: 'opensans-regular';
	margin: 0 0 5px;
}

.testimonial-desc p {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0 20px;
	font-family: 'opensans-lightitalic';
}

.little-notice {
	position: absolute;
	top: 80px;
	left: 80px;
	font-family: 'danielblack';
	display: none;
}

.little-notice:before {
	background: url(images/png/arrow.png) center bottom no-repeat;
	width: 40px;
	height: 40px;
	content: "";
	display: block;
	margin: 0 auto;
}

@media screen and (min-width: 960px) {

	h1 {
		margin: 160px 0 0;
		font-size: 80px;
		background: url(images/png/h1-underline.png) bottom center no-repeat;
	}
	
	.employers h1 {
		background: url(images/png/employers-h1.png) bottom center no-repeat;
	}

	.candidate h1 {
		background: url(images/png/candidates-h1.png) bottom center no-repeat;
	}

	.vacancies h1 {
		background: url(images/png/vacancies-h1.png) bottom center no-repeat;
	}

	.about h1 {
		background: url(images/png/about-h1.png) bottom center no-repeat;
	}

	.contact h1 {
		background: url(images/png/contact-h1.png) bottom center no-repeat;
	}
	
	.dark-blue p {
		width: 75%;
	}
	
	.home .box-col p {
		width: 56%;
		margin: 0 0 40px;
	}
	
	.home .first-box-col p {
		width: 40%;
	}
	
	.hero-text-inner h1 {
		margin: 70px 0 0;
		font-size: 49px;
	}
	
	.inner-page .box-col h3 {
		width: 55%;
	}
	
	.inner-page .box-col p {
		padding: 10px 28px 0;
	}
	
	.strapline p {
		padding: 0;
	}
	
	.testimonial-section .full p {
		padding: 0 120px;
		margin: 0 0 40px;
	}
	
	.job-title p {
		margin: 0;
		padding: 2px 0 9px 45px;
	}
	
	.quote-col p {
		margin: 88px 0 0;
		padding: 0 20px 0 0;
	}
	
	.news-content p:nth-child(1) {
		float: left;
		width: 47%;
		margin: 0 6% 15px 0;
	}
	
	.news-content p:nth-child(2) {
		float: left;
		width: 47%;
		margin: 0 0 15px 0;
	}
	.news-content p {
		float: left;
		width: 100%;
	}
	
	.right-col p {
		text-align: right;
	}
	
	.half-p p {
		width: 48%;
		float: left;
		margin: 0 4% 10px 0;
	}

	.half-p p:nth-child(even) {
		margin: 0 0 10px;
	}
	
	.home .box-col .link {
		bottom: 15px;
	}
	
	.about-col p {
		padding: 0 30px 0 0;
	}
	
	.little-notice {
		display: block;
	}
	
}

@media screen and (min-width: 1024px) {
	
}

@media screen and (min-width: 1200px){
	.inner-page .box-col h3 {
		width: 63%;
	}
}

/*****************/
/* website forms */
/*****************/
.formrow {
	overflow: hidden;
	clear: both;
	padding: 0 0 16px;
	zoom: 1;
}

.candidate-form .formrow {
	clear: none;
}

.candidate-form .submitrow {
	clear: both;
}

.errormessage {
	border: 1px solid #DF8F8F;
	background: #FFCECE url(images/png/errormessage.png) no-repeat 9px center;
	padding: 8px 8px 8px 33px;
	color: #585B66;
	font-size: 13px;
	margin: 5px 0 13px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.notice {
	background: #DBE3FF url(images/png/notice.png) no-repeat 9px center;
	border: 1px solid #A2B4EE;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 8px 8px 33px;
	color: #585B66;
	font-size: 12px;
	margin: 5px 0 10px;
}

.input, .textarea {
	width: 100%;
	background: #E6E6E6;
	border: 2px solid #B4B4B4;
	padding: 10px;
	font-size: 14px;
	color: #222;
}

.input:focus, .textarea:focus {
	border: 2px solid #2f555d;
}

.candidate-form-container {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.95);
}

.candidate-form-container h3 {
	padding: 17px 9px 17px 56px;
	background: #2f565e url(images/png/form-h3.png) 15px 15px no-repeat;
	border-top: 1px solid #0a3039;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}

.candidate-form {
	padding: 10px;
}

label {
	text-transform: uppercase;
	color: #a8a199;
	font-size: 12px;
	margin: 0 0 6px;
	display: block;
}

.contact label {
	color: #fff;
}

.contact form {
	margin: 64px 0 0;
}

.contact .input, .contact .textarea {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.83);
	width: 100%;
}

.contact .input:focus, .contact .textarea:focus {
	border: 2px solid #06353D;
}

.contact .textarea {
	height: 200px;
	resize: none;
}

.contact .button, .button {
	-webkit-appearance: none;
	float: right;
	padding: 8px 67px 8px 50px;
	padding: 8px 20px;
	width: 56%;
	background: #834e6d url(images/png/submit-btn-small.png) center right no-repeat;
	border: 2px solid rgb(170,165,165);
	border: 2px solid rgba(170,165,165,0.83);
	color: #fff;
	font-weight: 400;
	font-family: 'sinkin_sans700_bold';
	text-transform: uppercase;
	font-size: 12px;
	margin: 14px 22px 0 0;
}

.button:hover {
	background: #5f1c44 url(images/png/submit-btn-small.png) center right no-repeat;
}

.candidate .submitrow .button {
	margin: 10px 0 0;
	width: 49%;
}

.upload-btn {
	display: none;
}

.cv-upload {
	width: 48%;
	font-size: 12px;
	color: #fff;
	float: left;
	font-family: 'opensans-regular';
	margin: 10px 0 0;
	border: 2px solid #b7b2b2;
	padding: 6px 3px;
	background: #4d857f;
	display: block;
	font-family: 'sinkin_sans700_bold';
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
}

.cv-upload:hover {
	background: #205e57;
}

.cv-upload:before {
	content: "";
	display: block;
	background: url(images/png/attach-cv.png) center center no-repeat;
	width: 20px;
	height: 27px;
	float: right;
	margin: -2px 0 0 -15px;
}

.file-upload {
	font-size: 14px;
}

.form-message {
	float: right;
	margin: 16px 22px 0 0;
	text-transform: uppercase;
	font-family: 'sinkin_sans400_regular';
	font-size: 12px;
}

.error:focus,
.error {
	border-color: #f00;
}

@media screen and (min-width: 960px) {
	.candidate-form {
		padding: 10px 20px;
	}
	
	.candidate-form-container h3 {
		padding: 15px 60px;
	}
	
	.contact .button {
		width: 46%;
	}
	
	.contact form {
		padding: 0 30px 0 0;
	}
	
	.contact #loading {
		padding: 0 30px 0 0;
	}

	.contact .input, .contact .textarea {
		width: 100%;
	}
	
	.contact form {
		margin: 40px 0 0;
	}
	
	.contact .button:hover {
		background: #5f1c44 url(images/png/submit-btn.png) center right no-repeat;
	}
	
	.contact .button, .button {
		padding: 8px 67px 8px 50px;
		background: #834e6d url(images/png/submit-btn.png) center right no-repeat;
		width: 45%;
		margin: 14px 22px 0 0;
	}
	
	.cv-upload {
		padding: 6px 8px;
	}
	
}

@media screen and (min-width: 1024px) {

}

/********/
/* misc */
/********/


.clear {
	clear: both;
}

.loading {
	display: block;
}

.error_container {
	text-align: center;
	padding: 10px 0;
	background: url(images/gif/loader.gif) center center no-repeat;
}

.logo {
	float: left;
	width: 230px;
	margin: 0 0 0 10px;
}

.footer-logo {
	margin: 45px 0 20px;
	text-align: center;
}

.foot-last-col {
	text-align: center;
}

.news-load {
	text-align: center;
	background: url(images/gif/news-loader.gif) center center no-repeat;
	min-height: 240px;
	height: 100%;
}

@media screen and (min-width: 960px) {
	.footer-logo {
		text-align: right;
	}
	
	.foot-last-col {
		text-align: right;
	}


	.left {
		float: left;
	}

	.right {
		float: right;
	}
	
	.logo {
		width: auto;
		margin: 0;
	}
}

@media screen and (min-width: 1024px) {

}

@media screen and (max-width: 960px) {
	.same_height {
		min-height: 0 !important;
	}
}