/*

Project: Broadway Dental
Author: James Holmes
Date Created: 26/06/2013

*/

* {
	margin:0;
	padding:0;
}
a, img {
	border:none;
}
html {
	overflow-y: scroll;
}
body {
	background:#EEE;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
.btn {
    background-color: #AAC4BF;
    padding: 20px 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color:white;
    display:inline-block;
    text-decoration:none;
}
.btn-important {
    background-color:#bf0b37;
}
.info-box {
    background-color: #AAC4BF;
    padding: 20px 20px;
    margin-top: 20px;
    font-size: 15px;
}
    .info-box > p {
        padding: 0;
        margin: 0;
        font-size: 15px;
    }
    .info-box > p > a {
    font-size:15px; 
    }
div.main-wrapper {
    width: 960px;
    height: auto;
    background: #FFF;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 100px;
}
div.main-wrapper-internal {
	width:100%;
	height:auto;
	position:absolute;
	top:165px;
}
/* header */

div.content-wrapper {
	width:960px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
div.desktop-header {
	width:100%;
	height:165px;
	background:#FFF;
}
div.header-content-wrapper {
	width:960px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
a.logo {
	width:92px;
	height:120px;
	display:block;
	background:url(/img/logo.png);
	position:absolute;
	left:0;
	top:16px;
}
a.mobile-logo {
	display:none;
}
a.tel-number {
	font-family: 'swiss_721_condensed_btregular';
	font-size:1.1em;
	color:#38504B;
	text-decoration:none;
	position:absolute;
	right:0;
	top:95px;
}
div.header-border-left {
	width:630px;
	border-bottom:10px solid #38504B;
	position:absolute;
	left:0;
	bottom:5px;
}
div.header-border-right {
	width:330px;
	border-bottom:10px solid #AAC4BF;
	position:absolute;
	right:0;
	bottom:5px;
}
/* navigation */

ul.main-nav {
	position:absolute;
	right:0;
	top:20px;
	padding:10px 0;
	background:#38504B;
}
ul.main-nav li {
	display:inline;
}
ul.main-nav a {
	font-family: 'swiss_721_condensed_btregular';
	font-size:1em;
	text-decoration:none;
	color:#FFF;
	padding:10px 12px;
}
ul.main-nav a:hover, a.active {
	background:#000;
	border-bottom:3px solid #AAC4BF;
}
/* hide mobile navigation */

ul#nav {
	display:none;
}
/* slideshow */

div.slideshow-bg {
	width:100%;
	height:250px;
	background:#AAC4BF;
}
div.slideshow {
	width:960px;
	height:250px;
	margin:0 auto;
}
/* hide mobile image */

div.mobile-static-img {
	display:none;
}
/* home page structure */

div.body-border-left {
	width:100%;
	border-top:10px solid #38504B;
	position:absolute;
	left:0;
	top:5px;
}
div.body-border-right {
	width:100%;
	border-top:10px solid #AAC4BF;
	position:absolute;
	right:0;
	top:5px;
}
div.left-column {
	width:550px;
	float:left;
	padding:60px 40px 40px 40px;
	position:relative;
}
div.intro {
	width:92%;
	height:auto;
	background:#F9F9F9;
	padding:4% 4% 1% 4%;
	margin-bottom:4%;
}
div.right-column {
	width:290px;
	float:right;
	padding:40px 20px;
	position:relative;
}
a.right-col-tel-number {
	text-decoration:none;
	color:#555;
}
a.purple-link {
	color:#661E59;
	font-size:12px;
}

a.purple-link:hover {
	color:#000;
}
a.purple-link-body {
	height:30px;
	line-height:30px;
	display:block;
	color:#661E59;
	font-size:0.75em;
	background:url(/img/internal-link-bg.png) no-repeat;
	padding-left:40px;
	margin-bottom:1em;
}
a.purple-link-body:hover {
	color:#000;
	background:url(/img/internal-link-bg-hover.png) no-repeat;
}
ul.opening-times li {
	font-size:0.75em;
	list-style:none;
	padding:0.1em 0;
}
ul.opening-times label {
	float:left;
	width:40%;
	font-weight:bold;
}
/* home page service boxes */

div.service-info {
	width:47%;
	height:auto;
	background:#AAC4BF;
	position:relative;
	margin-bottom:4%;
	padding:4% 12% 2% 41%;
}
div.service-info img {
	border:2px solid #FFF;
	position:absolute;
	top:6px;
	left:6px;
}
a.green-link-default {
	position:absolute;
	top:0;
	right:0;
	width:48px;
	height:48px;
	display:block;
	background:#38504B url(/img/white-arrow.png) no-repeat;
	border-bottom:2px solid #FFF;
	border-left:2px solid #FFF;
}
a.green-link-default:hover {
	background:#000 url(/img/white-arrow.png) no-repeat;
}
div.footer {
	width:92%;
	padding:2% 4%;
	border-top:1px solid #EEE;
	overflow:hidden;
}
div.copyright {
	width:50%;
	float:right;
	font-size:0.7em;
	color:#999;
	text-align:right;
	margin-top:13px;
}
div.web-design {
	width:75%;
	float:right;
	text-align:right;
	text-decoration:none;
}
div.copyright a {

	color:#999;
	text-decoration:none;
}
div.web-design a{
	font-size:0.7em;
	color:#999;
	text-decoration:none;
}
div.web-design a:hover {
	text-decoration:underline;
}
span.pipe {
	color:#999;
	    margin: 0 1px;
}
/* internal pages structure */

div.img-column {
	width:100px;

	float:left;
}
div.text-column {
	width:410px;
	margin-left:140px;
}
div.text-column ol {
	font-size:0.75em;
	line-height:1.8em;
	margin-bottom:2em;
}
div.text-column ul {
	line-height:1.8em;
	margin-bottom:2em;
	margin:20px;
	list-style:square;
}
div.text-column li {
	padding:0.5em 0;
}
/* contact form */

ul.contact-form {
	width:100%;
}
ul.contact-form li {
	list-style:none;
	padding:2% 0;
}
ul.contact-form li label {
	float:left;
	width:170px;
	font-size:0.75em;
	
}

ul.contact-form input, ul.contact-form select, ul.contact-form textarea {
	width:200px;
	padding:1%;
	border:1px solid #CCC;
}


.custom-submit {
	font-family: 'swiss_721_condensed_btregular';
	font-size: 1em;
	color: #FFF;
	border: none;
	text-align: left;
	padding-left: 20px !important;
	max-width: 140px;
	width: 140px;
	height: 50px;
	line-height: 50px;
	background: #38504B url(/img/white-arrow.png) no-repeat right;
	float: left;
	border: none !important;
}
.custom-submit:hover {
	background: #000 url(/img/white-arrow.png) no-repeat right;
}

ul.default-list {
	font-size:0.75em;
	line-height:1.8em;
}

ol.default-list  {
margin-left:20px;	
}



/* helpers */

.clear-float {
	width:100%;
	height:auto;
	overflow:hidden;
}
/* text styles */

h1 {
	font-family: 'swiss_721_condensed_btregular';
	font-weight:normal;
	font-size:1.5em;
	color:#38504B;
	margin-bottom:0.7em;
}
h2 {
	font-family: 'swiss_721_condensed_btregular';
	font-weight:normal;
	font-size:1em;
	color:#333;
	margin-bottom:0.5em;
}
h3 {
}
p {
	font-size:0.75em;
	line-height:1.8em;
	margin-bottom:2em;
}
span.caption-heading {
	font-family: 'swiss_721_condensed_btregular';
	font-weight:normal;
	font-size:1.35em;
	color:#38504B;
	margin-bottom:0.5em;
}
span.tagline {
	color:#681E5B;
	display:block;
	margin-bottom:4%;
	margin-top:-0.7em;
}


div.content-divider {
width:100%;
border-bottom:1px solid #EEE;
margin:15px 0;	
display:block;
}


/* @font-face */

@font-face {
 font-family: 'swiss_721_condensed_btregular';
 src: url('/fonts/swiss721/font-webfont.eot');
 src: url('/fonts/swiss721/font-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/swiss721/font-webfont.woff') format('woff'), url('/fonts/swiss721/font-webfont.ttf') format('truetype'), url('/fonts/swiss721/font-webfont.svg#swiss_721_condensed_btregular') format('svg');
 font-weight: normal;
 font-style: normal;
}

.pop-up-wrapper {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.7);
}

.pop-up-wrapper:before {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        content: '';
        z-index: 0;
        top: 0;
        left: 0;
    }

.pop-up-box {
    background: white;
	max-height:80%;
    max-width: 640px;
    z-index: 1;
    position: relative;
    padding: 20px;
    border: 5px solid #222;
    margin: auto;
    top: 5%;
    width: calc(100% - 60px);
	overflow:auto;
  
}

.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
}

.bullet-list {
	padding-left: 20px;
	font-size: 0.75em;
	line-height: 1.8em;
	margin-bottom: 2em;
}