/*
	Author: artur kisiolek [artur@datastripes.com]
*/

html, body, div, h1, h2, h3, h4, h5, h6, p, span, a, ul, ol, li, img, form, input, textarea, select {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 14px;
	font-weight: normal;
}

header, hgroup, nav, aside, section, article, footer {
	display: block;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

textarea {
	font-family: sans-serif;
	padding: 5px;
}

html {
	border-top: 6px solid #00adef;
	background: #f6f6f6;
}

body {
	background: #f6f6f6;
	color: #797979;
	width: 940px;
	margin: 0 auto;
	font-family: sans-serif;
}

a {
	color: #00adef;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.header {
	position: relative;
	padding: 15px 0;
}

.header-contact {
	position: absolute;
	top: 20px;
	right: 0;
	line-height: 30px;
	text-align: right;
}

.header-contact a {
	display: block;
	color: #01aef0;
}

a.phone-number {
	font-size: 1.8em;
	font-weight: bold;
	cursor: default;
}

a.phone-number:hover {
	text-decoration: none;
}

.header-contact span {
	font-size: .75em;
	font-weight: bold;
	color: #989898;
}

.header-contact a.contact-email {
	font-size: .85em;
	font-weight: bold;
}

nav li {
	float: left;
}

.top-menu {
	background: #01aef0;
	height: 30px;
	border: 1px solid #71b9cf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.top-menu a {
	color: #faf3fa;
	display: block;
	line-height: 30px;
	padding: 0 15px;
	font-size: .9em;
	font-weight: bold;
	border-left: 1px solid #7cd0f4;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.top-menu a.active {
	background: #c5c4c4;
}

.top-menu li:first-child a {
	border: none;
}

.slider {
	margin: 20px 0;
	height: 220px;
	overflow: hidden;
	border: 1px solid #efefef;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.slider a {
    display: block;
}

.slider div {
	background: url('../img/slider-bg.png');
	width: 260px;
	height: 180px;
	margin-left: 60px;
	padding: 20px;
}

.slider a:hover {
	text-decoration: none;
}

.slider article {
	height: 220px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.slider h2 {
	margin-bottom: 25px;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
}

.slider a {
	color: #fff;
}

.slider p {
	font-size: .9em;
	line-height: 1.2em;
	font-weight: bold;
}

.isaps {
	background: url('../img/isaps.jpg') no-repeat 0 0;
}

.guarantee {
	background: url('../img/guarantee.jpg') no-repeat 200px 0;
}

.surgeons {
	background: url('../img/surgeon.jpg') no-repeat 0 0;
}

.home-page-sections article,
.sidebar section {
	background: #fff;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	width: 218px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: .85em;
	height: 200px;
	position: relative;
	padding-bottom: 10px;
}

article.get-in-touch {
	margin-left: 1px;
}

article.our-partners {
	margin-right: 0;
}

article.our-brands h3,
article.our-partners h3,
article.get-in-touch h3{
	margin-bottom: 0;
}

article.our-brands ul,
article.our-partners ul {
	padding: 0;
}

article.our-brands li,
article.our-partners li {
	overflow: hidden;
}

.home-page-sections article.submit-your-details {
	background: #fff url('../img/doctor.jpg') no-repeat 100% 50%;
}

.home-page-sections article.submit-your-details a {
    font-size: .9em;
    display: block;
    cursor: pointer;
}

.home-page-sections article.submit-your-details a:hover {
    text-decoration: none;
}

.home-page-sections article.submit-your-details p {
	font-size: 1.1em;
	width: 70px;
	margin-top: 25px;
	color: #797979;
}

.home-page-sections h3,
.sidebar h4 {
	background: #01aef0;
	color: #f7faf1;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 2.4em;
	padding: 0 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.home-page-sections article p {
	padding: 0 10px;
	line-height: 1.4em;
	font-size: .95em;
	margin-bottom: 6px;
}

article.get-in-touch label {
	width: 40px;
	display: inline-block;
	font-size: .85em;
	font-weight: bold;
	line-height: 1.8em;
}

.home-page-sections .more,
.sidebar .more {
	background: #c4c4c4;
	color: #f7f7f7;
	display: block;
	line-height: 2.8em;
	padding: 0 10px;
	border: none;
	position: absolute;
	bottom: 0;
	width: 198px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.home-page-sections .more:hover,
.home-page-sections .more-active {
	background: #a4a4a4;
}

.home-page-sections ul {
	padding: 0 10px;
	font-size: .95em;
}

.home-page-tabs {
	background: #fff;
	margin: 20px 0;
	border: 1px solid #d8d8d8;
	height: 245px;
	clear: both;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.home-page-tabs ul {
	float: left;
	width: 219px;
}

.home-page-tabs li a,
section.our-websites li a {
	background: #e7e7e7;
	display: block;
	line-height: 40px;
	padding: 0 10px;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	color: #757575;
	font-size: .85em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.home-page-tabs li a:hover,
.our-websites li a:hover {
	background: #c4c4c4;
	text-decoration: none;
}

.home-page-tabs li:first-child a {
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}

.home-page-tabs li:last-child a {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
}

.home-page-tabs li a.active {
	background: #fff;
	border-right: none;
}

.home-page-tabs article {
	float: left;
	width: 719px;
	height: 245px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.home-page-tabs article div {
	padding: 20px;
	width: 440px;
}

.home-page-tabs article h3 {
	padding: 0 0 6px 0;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 10px;
	font-weight: bold;
}

.home-page-tabs article h4 {
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
}

.home-page-tabs article p {
	line-height: 1.4em;
	font-size: .9em;
	margin: 0 0 10px 0;
}

.home-page-tabs article.about {
	background: url('../img/umbrellas_small.jpg') no-repeat 100% 0;
}

.home-page-tabs article.partners {
	background: url('../img/partners.jpg') no-repeat 100% 10px;
}

.home-page-tabs article.surgery-shield {
	background: url('../img/brands/surgery_shield.jpg') no-repeat 95% 50%;
}

.home-page-tabs article.medical-travel-shield {
	background: url('../img/brands/medical_travel_shield.jpg') no-repeat 95% 50%;
}

.home-page-tabs article.ivf {
	background: url('../img/brands/ivf.jpg') no-repeat 95% 50%;
}

.home-page-tabs article.childsure {
	background: url('../img/brands/childsure.jpg') no-repeat 95% 50%;
}

.find-out-more {
	color: #01aef0;
	font-size: .9em;
}

.bottom-nav {
	background: #01aef0;
	height: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bottom-nav li {
	float: left;
}

.bottom-nav li a {
	display: block;
	padding: 0 10px;
	margin: 9px 0 0 0;
	border-right: 1px solid #b7edf9;
	font-size: .85em;
	color: #fff;
}

.bottom-nav li:last-child a {
	border-right: none;
}

.find-out-more:after {
	content: " \21d2";
}

.disclamer {
	background: #9e9c9d;
	color: #fff;
	margin: 20px 0;
	padding: 10px;
	font-size: .75em;
	line-height: 1.5em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.hidden { display: none; }

/* internal pages */

.main {
	background: #fff;
	float: left;
	width: 670px;
	border: 1px solid #d8d8d8;
	margin: 20px 0;
	min-height: 404px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.main h2 {
	color: #fff;
	background: #00aeef;
	padding: 0 0 0 15px;
	line-height: 32px;
	font-weight: bold;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.main h3,
.main h4 {
	font-weight: bold;
	margin-bottom: 10px;
}

.main div.content {
	padding: 15px;
}

.main a {
	font-size: .95em;
}

.main p {
	line-height: 1.5em;
	font-size: .95em;
	margin-bottom: 15px;
}

.main ul.disc {
	list-style-type: disc;
	margin-left: 15px;
}

.main li {
	line-height: 1.5em;
	font-size: .95em;
	margin-bottom: 5px;
}

/* Sidebar */

.sidebar {
	width: 245px;
	float: right;
	margin-top: 20px;
}

.sidebar section {
	width: 100%;
	margin-bottom: 15px;
	height: auto;
}

.sidebar section div {
	padding: 0 15px;
}

.sidebar .our-websites a {
	display: block;
	line-height: 36px;
	padding-left: 15px;
}

.sidebar .update-details {
    margin-top: 15px;
}

.sidebar .update-details a {
    font-size: .98em;
}

.sidebar .update-details p {
    font-size: 12px;
    padding: 0 10px 40px 10px;
}

.sidebar .more {
    width: 226px;
}

.sidebar .update-details a:hover {
    text-decoration: none;
}

.sidebar p {
	line-height: 1.8em;
}

p.call-us-on,
.sidebar section.get-in-touch a {
	color: #00aeef;
}

.sidebar a.phone-number {
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
}

.sidebar .lines-open {
	margin: 5px 0;
}

.sidebar .get-in-touch span {
	font-size: .85em;
	display: block;
	line-height: 1.3em;
}

.sidebar .callback {
	margin: 10px 0;
	display: inline-block;
}

section.our-websites {
	padding: 0;
	margin: 0;
	border-bottom: none;
	background: transparent;
}

.our-websites li:last-child a {
	border-radius: 0 0 4px 4px;
}

.our-websites li a {
	border-right: none;
	font-size: .98em;
}

.our-websites h4 {
	margin: 0;
}

.team-member {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 20px;
	clear: both;
}

.team-member:last-child  {
	border: none;
	margin-bottom: 0;
}

.team-member:after,
.listing:after,
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.symbols-guide {
    margin-bottom: 8px;
}

.symbols-guide li {
	line-height: 36px;
}

.symbols-guide span {
	display: inline-block;
	width: 30px;
	text-align: center;
	vertical-align: middle;
}

.symbols-products li {
    line-height: 1.4em;
}

.symbols-products img {
    border: 1px solid #ddd;
    height: 26px;
    float: left;
    margin-right: 8px;
}

.team-member img {
	float: left;
}

.team-member .bio {
	float: left;
	width: 465px;
	margin-left: 20px;
}

.team-member h4 {
	color: #00a5e3;
}

ul.pdf {
	margin-bottom: 20px;
}

ul.pdf a {
	background: url('../img/pdf.png') no-repeat 0 50%;
	padding-left: 40px;
	line-height: 3.4em;
	display: inline-block;
}

.brand {
	margin-bottom: 20px;
	border-bottom: 1px solid #d8d8d8;
	min-height: 190px;
}

.brand:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.brand img {
	float: right;
	margin: 0 0 20px 20px;
}

.brand h4 {
	color: #01aef0;
	margin-bottom: 20px;
}

.documents {
	position: relative;
}

.get-acrobat {
	width: 420px;
}

#download-reader {
	display: inline-block;
	padding-left: 35px;
	background: url('../img/pdf.png') no-repeat 0 50%;
	line-height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.internal-page-image {
	float: right;
}

.button {
	background: rgb(64,177,238);
	background: -moz-linear-gradient(top, rgba(64,177,238,1) 0%, rgba(64,177,238,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,177,238,1)), color-stop(100%,rgba(64,177,238,1)));
	background: -webkit-linear-gradient(top, rgba(64,177,238,1) 0%,rgba(64,177,238,1) 100%);
	background: -o-linear-gradient(top, rgba(64,177,238,1) 0%,rgba(64,177,238,1) 100%);
	background: -ms-linear-gradient(top, rgba(64,177,238,1) 0%,rgba(64,177,238,1) 100%);
	background: linear-gradient(top, rgba(64,177,238,1) 0%,rgba(64,177,238,1) 100%);
	padding: 8px 20px;
	display: inline-block;
	border-radius: 3px;
	color: #fff;
	text-shadow: -1px 0 0 rgba(0,0,0,.6);
	cursor: pointer;
	font-weight: bold;
	border: 1px solid rgb(64,150,238);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.3);
	font-size: 1.2em !important;
	margin-bottom: 10px;
}

.button:hover {
	text-decoration: none;
	background: rgb(64,163,238);
	background: -moz-linear-gradient(top, rgba(64,163,238,1) 0%, rgba(64,163,238,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,163,238,1)), color-stop(100%,rgba(64,163,238,1)));
	background: -webkit-linear-gradient(top, rgba(64,163,238,1) 0%,rgba(64,163,238,1) 100%);
	background: -o-linear-gradient(top, rgba(64,163,238,1) 0%,rgba(64,163,238,1) 100%);
	background: -ms-linear-gradient(top, rgba(64,163,238,1) 0%,rgba(64,163,238,1) 100%);
	background: linear-gradient(top, rgba(64,163,238,1) 0%,rgba(64,163,238,1) 100%);
}

.button:active {
	position: relative;
	top: 1px;
}

.policy {
	background: #fff url('../img/policy.jpg') no-repeat 100% 100%;
}

.vcard div.contact-column {
	float: left;
	width: 50%;
}

.vcard span {
	display: block;
	font-size: .95em;
	line-height: 1.4em;
}

.vcard span.org {
	font-weight: bold;
}

.vcard .country-name {
	visibility: hidden;
	display: none;
}

.vcard p.email-address,
.vcard p.tel {
	margin-bottom: 5px;
}

.vcard p.tel span,
.vcard p.email-address span {
	display: inline;
}

.vcard p.tel span:not(:last-child):after,
.vcard p.email-address span:not(:last-child):after {
	content: ":";
}

#download-vcard {
	background: url('../img/vcard.png') no-repeat 0 35%;
	padding-left: 42px;
	line-height: 40px;
	display: inline-block;
}

.contact-form {
	clear: both;
	margin-top: 20px;
}

.contact-form h4 {
	margin: 20px 0;
}

.contact-form label {
	display: inline-block;
	width: 100px;
	vertical-align: top;
}

.contact-form label:after {
	content: ":";
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea,
.contact-form select {
	padding: 5px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 300px;
	font-size: .9em;
	-webkit-box-shadow: inset 1px 1px 1px rgba(100,100,100,.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(100,100,100,.1);
	box-shadow: inset 1px 1px 1px rgba(100,100,100,.1);
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
	-webkit-box-shadow: 0 0 0 #000;
	-moz-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
	border: 1px solid #d4d4d4;
}

.contact-form input[type="submit"] {
	margin-left: 106px;
	background: #00adef;
	color: #fff;
	border: none;
	padding: 8px;
	font-size: .95em;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	-webkit-appearance: none;
}

.contact-form input[type="submit"]:hover {
	background: #00a5e3;
}
.contact-form textarea {
	height: 160px;
}

.contact-form span.required {
	vertical-align: top;
	color: red;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	top: 8px;
}

p.mandatory {
	margin: 15px 0 10px 106px;
}

p.mandatory span {
	color: red;
	font-size: 24px;
	vertical-align: middle;
}

.validation-error {
	background: #f2c4b4;
	color: #99290f;
	border: 1px solid #e2b1a0;
	width: 395px;
	padding: 5px 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.6);
	-moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,.6);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.6);
}

/* Directory */

.directory-select-department {
	margin: 20px 0 10px 0;
}

div.department-surgeons,
div.department-surgeries {
	border: 1px solid #dfdfdf;
	width: 300px;
	float: left;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.department-surgeons {
	margin-right: 20px;
	background: url('../img/surgeon-department-bg.png') no-repeat 100% 50%;
}

div.department-surgeries {
	background: url('../img/surgeries-department-bg.png') no-repeat 100% 50%;
}

div.department-surgeons h4,
div.department-surgeries h4 {
	font-size: 1.3em;
}

div.department-surgeons a:hover,
div.department-surgeries a:hover {
	text-decoration: none;
}

div.department-surgeons p,
div.department-surgeries p {
	color: #797979;
	width: 80px;
}

article.listing {
	position: relative;
	border: 1px solid #f4f4f4;
	background: #fafafa;
	margin-bottom: 10px;
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.4);
	-moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,.4);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.4);
}

.filter-listings {
	background: #f5f5f5;
	padding: 15px;
	margin: 0 0 15px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.filter-listings p span {
	font-size: .9em;
	display: inline-block;
	width: 80px;
}

.filter-listings select,
.filter-listings input[type=text] {
	width: auto;
}

.filter-listings input[type=submit] {
	margin-left: 0px;
}

.listing h3 {
	color: #00aeef;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.6em;
	display: inline-block;
	vertical-align: top;
}

.rating-icon {
	margin-left: 10px;
}

.listing img.profile-thumbnail,
.full-profile-image {
	float: right;
	height: 120px;
	width: auto;
	border: 1px solid #e0e0e0;
	padding: 6px;
	background: #fff;
	background: rgba(255,255,255,.7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.6);
	-moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,.6);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.6);
	margin: 0 0 0 20px;
}

.full-profile-image {
	height: 160px;
	width: auto;
	margin-bottom: 20px;
}

article.full-profile {
	padding: 0;
	background: #fff;
	border: none;
	-webkit-box-shadow: 0 0 0 #000;
	-moz-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
}

.full-profile .address {
	margin-bottom: 15px;
}

.full-profile .address span {
	display: block;
	font-size: .95em;
	line-height: 1.3em;
}

.full-profile .address span.country {
	margin-bottom: 10px;
}

.full-profile img {
	height: auto;
}

ul.directory-partners {
	clear: both;
	margin: 10px 0;
}

ul.directory-partners li {
	display: inline-block;
	vertical-align: top;
}

.directory-partners img,
.partners-images img {
	float: none;
	margin: 0 10px 0 0;
	padding: 1px;
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.6);
	-moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,.6);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.6);
}

.full-profile .procedures {
	clear: both;
	border: 1px solid #f4f4f4;
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.6);
	-moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,.6);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.6);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

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

.full-profile .procedures ul {
	margin: 0;
}

.full-profile .procedures li {
	line-height: 2.8em;
	margin: 0;
	padding: 0 0 0 15px;
}

.full-profile .procedures li:nth-of-type(odd) {
	background: #f9f9f9;
	border-bottom: 1px solid #f4f4f4;
	box-shadow: inset -1px 0 0 rgba(255,255,255,.6);
	
}

.full-profile .procedures li:nth-of-type(even) {
	background: #fefefe;
	border-top: 1px solid #fff;
}

.full-profile .procedures li.green {
	background-image: url('../img/green-tick.png');
	background-repeat: no-repeat;
	background-position: 96% 50%;
}

.full-profile .procedures li.grey {
	background-image: url('../img/grey-tick.png');
	background-repeat: no-repeat;
	background-position: 96% 50%;
}

.full-profile .procedures li.star {
	/*background-color: #fcfaeb;*/
	background-image: url('../img/star.png');
	background-repeat: no-repeat;
	background-position: 95.5% 50%;
}

.listing .more,
.button {
	border: none;
	background: #00aeef;
	color: #fff;
	cursor: pointer;
	padding: 6px 10px;
	display: inline-block;
	margin-top: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.directory-select-department a {
	display: block;
}

div.content .directory-select-department .button {
	font-weight: normal;
	font-size: 12px;
	cursor: pointer !important;
}

.contact-details span {
	display: block;
	font-size: .95em;
	line-height: 1.4em;
}

.error-404 {
	border: 1px solid #d8d8d8;
	margin: 30px 0;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.error-404 h2 {
	background: #00adef;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 0 15px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.error-404 p {
	padding: 30px 15px;
}


/* <3 IE */

.ie7 .get-in-touch .more {
	bottom: 0;
	left: 0;
	position: absolute;
}
