@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------- */
/* Imported Stylesheets (Their order is important.)
/* ---------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Metrophobic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300italic,400italic,600italic,700italic,300,600,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Tinos:400,700,400italic,700italic);

@import url('html5-reset.css');
@import url('flexslider.css');
@import url('jquery.fancybox.css');
@import url('shortcodes.css');

/* ---------------------------------------------------------------------- */
/* Generic
/* ---------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.5em; /* 18px */
	background-color: #fff;
	background-image: none;
	background-repeat: repeat;
	background-position: left top;
	/* Fix for webkit rendering */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

iframe, img, video, audio {
	display: block;
}

ul {
	list-style: none;
}

/* Clearfix */

.ie7 body, .ie7 div, .ie7 td, .ie7 p, .ie7 h1, .ie7 h2, .ie7 h3, .ie7 h4, .ie7 h5, .ie7 h6, .ie7 ul#navlist li a{font-family:arial !important;}
.ie7 #enquiryForm.content-form input, .ie7 #enquiryForm.content-form textarea{width:400px;padding:3px 0;}
.ie7 #enquiryForm.content-form input, .ie7 #enquiryForm.content-form textarea, .ie7 #enquiryForm.content-form div.checkbox{width:400px;padding:3px 0;}

.ie7 #outerSearchForm{width:200px;overflow:hidden;}
.ie7 #outerSearchForm input[type="text"]{padding:3px;height:18px;line-height:18px;}
.ie7 .sidebar{float:left;width:200px;padding:0;margin:0 10px 0 0;}
.ie7 .searchResults{float:left;width:750px;}

.ie7 .hidden-sm{display:none}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

/* ---------------------------------------------------------------------- */
/* Containers
/* ---------------------------------------------------------------------- */
.container {
	width: 940px;
	max-width: 100%;
	margin: 0 auto;
}
.extraPadding {
	padding:0px 20px;background:#fff;
}
.whiteBackground {
	background: #FFFFFF;
	padding: 10px;

}
#main {
	margin-bottom: 0;
}

/* ---------------------------------------------------------------------- */
/* Headings
/* ---------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}

h1#page-title {
    	padding: 25px 0;
	border-bottom: 1px solid #e5e5e5;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 2.333em; /* 28px */
	line-height: 1.214em; /* 34px/28px */
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 1.5em; /* 18px */
	line-height: 1.333em; /* 24px/18px */
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.333em; /* 16px */
	line-height: 1.375em; /* 22px/16px */
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.166em; /* 14px */
	line-height: 1.428em; /* 20px/14px */
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 1.083em; /* 13px */
	line-height: 1.461em; /* 19px/13px */
}

h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 1em; /* 12px */
	line-height: 1.5em; /* 18px */
}

b {
	color: #000;
}

/* ---------------------------------------------------------------------- */
/* Links
/* ---------------------------------------------------------------------- */
a, a > * {
	text-decoration: none;
}

a, a > *,
.button,
.jcarousel-prev, .jcarousel-next {
	-webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-moz-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-ms-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-o-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
}

a:hover, a > * {
	color: #666666;
}

/* ---------------------------------------------------------------------- */
/* Text & Content Blocks
/* ---------------------------------------------------------------------- */
p {
	margin-bottom: 20px;
}

section,
#page-header {
	margin-bottom: 20px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.tip, caption, .caption {
	color: #999;
	font-size: 0.916em; /* 11px */
	font-style: italic;
}

.grey-text {
	color: #999;
}

.invisible {
	display: none !important;
}

hr {
	background-color: #e5e5e5;
	color: #e5e5e5;
	border: none;
	height: 1px;
	clear: both;
	margin: 10px 0 20px;
}

.intro {
	font-weight: 600;
	font-size: 1.083em; /* 13px */
}

/* ---------------------------------------------------------------------- */
/* Header
/* ---------------------------------------------------------------------- */
#header-top {
	margin-bottom: 30px;
}

#header-top .one-half.column-last {
	float: right;
}

/* Logo & Tagline */

#logo {
	font: 2.666em/1em 'Metrophobic', sans-serif; /* 32px */
	float: left;
	text-transform: lowercase;
	margin-right: 15px;
	margin-bottom: 0;
	max-width: 100%;
}

#logo a {
	display: block;
	color: #383838;
}

#logo a img {
	max-width: 100%;
}

#tagline {
	float: left;
	margin-top: 11px;
	margin-bottom: 0;
	color: #888;
}

/* Contact Info */

.contact-info {
	word-wrap: break-word;
}

#header .contact-info {
	float: right;
	margin-top: 11px;
}

#header .contact-info p {
	float: right;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 20px;
	margin-bottom: 0;
}

#header .contact-info .email {
	background-image: url('/images/common/jeff/mail.png');
	padding-left: 21px;
}

#header .contact-info .phone {
	background-image: url('/images/common/jeff/phone.png');
	padding-left: 22px;
}

/* ---------------------------------------------------------------------- */
/* Navigation Bar
/* ---------------------------------------------------------------------- */
#navbar {
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

	height: 38px;
	font-size: 12px;
      line-height: 1.5em;
}

/* Navigation */

#nav {
	float: left;
	height: 38px;
	position: relative;
	top: -1px;
	left: -1px;
}

/* Navigation List */

ul#navlist li {
	float: left;
	/*min-width: 8.666em; /* 104px */
}

ul#navlist li a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 36px;
	font-weight: bold;
	/*padding: 0 20px;*/
	text-align: center;
	color: #383838;
	border: 1px solid #e5e5e5;
	border-left: none;
	box-shadow: 1px 0 rgba(255,255,255,0.75);
}

ul#navlist li:first-child a {
	border-left: 1px solid #e5e5e5;
}

ul#navlist li.active a, .no-touch ul#navlist li a:hover, ul#navlist li a.selected {
	color: #fff;
	text-decoration:none;
}

.no-touch ul#navlist li a:hover, ul#navlist li a.selected {
	background-color: #383838 !important;
	border-color: #383838 !important;
}

/* Drop-Down Menus */

.ddsubmenustyle, .ddsubmenustyle div {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle > ul {
	top: -1px !important;
}

.ddsubmenustyle ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
}

.ddsubmenustyle li a {
	display: block;
	color: #fff;
	background-color: #383838;
	padding: 8px 15px;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #262626;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
.ddsubmenustyle li a:hover{text-decoration:none;}

.ddsubmenustyle > ul > li:first-child a {
	border-top: none;
}

/* Neutral CSS */

.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

/* Tiny Nav */

.tinynav {
	display: none;
	height: 28px;
	padding: 5px 10px;
	margin: 5px 14px;
	background-color: #FFFFFF;
	border: none;
	color: #000;
}

.tinynav option {
	padding: 5px 10px;
}

/* ---------------------------------------------------------------------- */
/* Forms
/* ---------------------------------------------------------------------- */
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

input, textarea {
	-webkit-appearance: none; /* Fix for Mobile Safari */
}

/* Fix for Mobile Safari */
input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

input {
	line-height: normal;
}

textarea {
	overflow: auto; /* removes scrollbar in IE */
}

input[type="submit"] {
	width: auto;
}

::-webkit-input-placeholder { /* Chrome, Safari */
	color: #999;
}

/* Firefox */
:-moz-placeholder {
   color: #999;
}

::-moz-focus-inner { /* removes the extra padding and dotted border on buttons in Firefox */
	padding: 0;
	border: none;
}

/* Search Form */

#search-form {
	float: right;
	position: relative;
	margin: 5px 14px 5px 20px;
}

/* Initial */

#s {
	position: absolute;
	top: 0;
	right: 0;
	width: 174px;
	height: 16px;
	padding: 6px 36px 6px 10px;
	border: none;
	background-color: #e5e5e5;
}

.small-search {
    width: 200px !important;
    padding-right: 10px !important;
    top: 38px !important;
    z-index: 10;
}

#s::-webkit-input-placeholder { /* Chrome, Safari */
	color: #888;
}

#s:-moz-placeholder { /* Firefox */
   color: #888;
}

#search-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 28px;
	background: url('/images/search.png') no-repeat center center;
	border: none;
	text-indent: -10000em;
	background-color: #e5e5e5;
	cursor: pointer;
}

/* Content Form */

.content-form p {
    margin-bottom: 10px;
}

.content-form input, .content-form textarea, .content-form select {
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	padding: 6px 10px;
	border-radius: 0;
}

.content-form input:hover, .content-form textarea:hover, .content-form select:hover {
	border-color: #d9d9d9;
}

.content-form input:focus, .content-form textarea:focus, .content-form select:focus {
	border-color: #ccc;
}

.content-form input {
	width: 50%;
}

.content-form label, .content-form input, .content-form textarea, .content-form select {
    margin-bottom: 5px;
}

.content-form label {
	display: block;
	clear: both;
}

.content-form .error {
	color: #f25824;
}

.content-form textarea, .content-form select {
	width: 60%;
}

.content-form textarea {
	height: 160px;
}

.content-form input[type="file"] {
    padding: 0;
    border: none;
}

/* Comment Form */

#comment-form p {
    margin-bottom: 10px;
}

#comment-form input, #comment-form textarea {
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	padding: 6px 10px;
	border-radius: 0;
}

#comment-form input:hover, #comment-form textarea:hover {
	border-color: #d9d9d9;
}

#comment-form input:focus, #comment-form textarea:focus {
	border-color: #ccc;
}

#comment-form input {
	width: 50%;
}

#comment-form label, #comment-form input, #comment-form textarea {
    margin-bottom: 5px;
}

#comment-form label {
	display: block;
	clear: both;
}

#comment-form .error {
	color: #f25824;
}

#comment-form textarea {
	width: 60%;
	height: 160px;
}

.searchResults .description {
	color: #000000 !important;
}
.searchResults h5 {
	color: #000000 !important;
}
.searchResults .row {
	margin-left: -12px;
	margin-right: -10px;
}
label  {
	color: #000000;
}
.space20 {
	height: 5px;
}
h1#page-title {
	color: #666666;
}

.form-group {
	margin-top: 15px;
}
.form-group .button{
	background: #333;
}
.well h4 {
	color: #000;
}
.well p {
	color: #000;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	color: #333;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td{
	color: #333;
}

/* ---------------------------------------------------------------------- */
/* Homepage
/* ---------------------------------------------------------------------- */
#slider-home {
	margin-bottom: 15px;
}

/* ---------------------------------------------------------------------- */
/* Icon Boxes
/* ---------------------------------------------------------------------- */
.iconbox {
	border: 1px solid #dedede;
	margin: 10px 10px 10px 12px;
	text-align: center;
	overflow:hidden;
}

.iconbox h4 img,
.iconbox-icon {
	margin: 0 auto 12px;
}

span.iconbox-icon {
	display: block;
	height: 118px;
	background-repeat: no-repeat;
}

img.iconbox-icon {
	display: block;
	max-width: 100%;
}

.iconbox span.iconbox-icon {
	width: 210px;
}
.iconbox.stock span.iconbox-icon {
	background-image: url('im/icon-boxes/stock.png');
}

.iconbox.homeabout span.iconbox-icon {
	background-image: url('im/icon-boxes/about.png');
}

.iconbox.finance span.iconbox-icon {
	background-image: url('im/icon-boxes/finance.png');
}

.iconbox.service span.iconbox-icon {
	background-image: url('im/icon-boxes/service.png');
}
.iconbox.brands{background-color:#fff;background-position:50% 0;}

.iconbox.bmw span.iconbox-icon{background-image: url('/images/common/jeff/brands/bmw-smll.jpg');}
.iconbox.audi span.iconbox-icon{background-image: url('/images/common/jeff/brands/audi-smll.jpg');}
.iconbox.landrover span.iconbox-icon{background-image: url('/images/common/jeff/brands/landrover-smll.jpg');}
.iconbox.volkswagen span.iconbox-icon{background-image: url('/images/common/jeff/brands/vw-smll.jpg');}
.iconbox.volvo span.iconbox-icon{background-image: url('/images/common/jeff/brands/volvo-smll.jpg');}
.iconbox.saab span.iconbox-icon{background-image: url('/images/common/jeff/brands/saab-smll.jpg');}
.iconbox.mercedes span.iconbox-icon{background-image: url('/images/common/jeff/brands/mercedes-smll.jpg');}
.iconbox.used span.iconbox-icon{background-image: url('/images/common/jeff/brands/other-smll.jpg');}

/* ---------------------------------------------------------------------- */
/* Carousel
/* ---------------------------------------------------------------------- */
h2 span.more {
	font-weight: normal;
	font-size: 0.666em; /* 12px/18px */
	line-height: 1.5em; /* 18px/12px */
}

h2 span.more a {
	font-style: italic;
}

.jcarousel-container {
	max-width: 100%;
	padding-top: 25px;
	border-top: 1px solid #e5e5e5;
}

.jcarousel-clip {
	overflow: hidden;
	width: 100%;
}

.iconbox-carousel > li,
.project-carousel > li,
.post-carousel > li {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.jcarousel-prev, .jcarousel-next {
	position: absolute;
    	top: -35px;
    	width: 19px;
    	height: 19px;
    	cursor: pointer;
    	background-color: #bfbfbf;
    	background-image: url('/images/common/jeff/carousel-arrows.png');
 	background-repeat: no-repeat;
}

.jcarousel-prev {
	right: 20px;
	background-position: 7px 5px;
}

.jcarousel-next {
	right: 0;
	background-position: -18px 5px;
}

.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover, .jcarousel-prev-disabled:focus,
.jcarousel-next-disabled, .jcarousel-next-disabled:hover, .jcarousel-next-disabled:focus {
	background-color: #d9d9d9 !important;
	cursor: default;
}

.serviceContainer{
	width: 940px;
	display: block;
}

/* Overlay */

.entry-image > a .overlay,
.entry-slider > ul > li > a .overlay {
	opacity: 0;
	filter: alpha(opacity=0);
    z-index: 0; /* for Opera */
}

.entry-image > a:hover .overlay,
.entry-slider > ul > li > a:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
    z-index: 1; /* for Opera */
}

.overlay {
	display: block;
	background-color: rgba(0,0,0,0.3);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* ---------------------------------------------------------------------- */
/* Columns
/* ---------------------------------------------------------------------- */
.one-half, .one-third, .one-fourth, .two-thirds, .three-fourths {
	display: inline;
	float: left;
   margin-right: 12px;
}

.one-half {
	width: 49%;
	max-width: 460px;
}

.one-third {
	width: 32%;
	max-width: 300px;
}

.one-fourth {
	width: 23.2%;
	max-width: 220px;
}

.two-thirds {
	width: 66%;
	max-width: 620px;
}

.three-fourths {
	width: 74.5%;
	max-width: 700px;
}

.four-four {
	width: 100%;
	max-width:940px;
}

.one-one {
	display: inline;
   float: left;
   max-width: 220px;
   width: 22.2%;
}

.column-last {
	margin-right: 0 !important;
}

/* ---------------------------------------------------------------------- */
/* Footer
/* ---------------------------------------------------------------------- */
#footer {
	color: #999;
	background-color: #333333;
	border-top: 1px solid #CCCCCC;
	margin-top: 60px;
}

#footer h2,
#footer h3 {
	color: #CCCCCC;
}

#footer h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #666666;
	margin-bottom: 25px;
}

#footer-top {
	overflow: hidden;
	padding: 36px 0 20px;
}

#footer-top a:hover {
	color: #333333;
}

#footer-bottom {
	overflow: hidden;
	padding: 25px 0;
	border-top: 1px solid #B9B9B9;
	font-size: 0.916em; /* 11px */
}

#footer-bottom a {
	color: #bfbfbf;
}

#footer-bottom p {
	margin: 0;
}

#footer-nav ul {
	text-align: left;
}

#footer-nav ul li {
	display: inline;
}

/* Contact Info */

.contact-info p {
    background-repeat: no-repeat;
    padding-left: 23px;
	margin-bottom: 15px;
}

.contact-info .address {
	background-image: url('/images/common/jeff/home.png');
	background-position: left 0.083em; /* 1px */
}

#footer .contact-info .address {
	background-image: url('/images/common/jeff/home-footer.png');
}

.contact-info .phone {
	background-image: url('/images/common/jeff/phone.png');
	background-position: left 0.083em; /* 1px */
}

#footer .contact-info .phone {
	background-image: url('/images/common/jeff/phone-footer.png');
}

.contact-info .fax {
	background-image: url('/images/common/jeff/fax.png');
	background-position: left 0.166em; /* 2px */
}

#footer .contact-info .fax {
	background-image: url('/images/common/jeff/fax-footer.png');
}

.contact-info .email {
	background-image: url('/images/common/jeff/mail.png');
	background-position: left 0.25em; /* 3px */
}

#footer .contact-info .email {
	background-image: url('/images/common/jeff/mail-footer.png');
}

.contact-info .business-hours {
	background-image: url('/images/common/jeff/clock.png');
	background-position: left 1px;
}

.contact-info .social-links {
	margin-top: 20px;
}

/* Social Links */

.social-links ul {
	overflow: hidden;
	margin-right: -6px;
}

.social-links li {
	float: left;
	margin: 0 6px 6px 0;
}

.social-links a {
	display: block;
	width: 24px;
	height: 24px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

.social-links li.twitter a {
	background-image: url('/images/common/jeff/twitter-circular.png');
}

.social-links li.facebook a {
	background-image: url('/images/common/jeff/facebook-circular.png');
}

.social-links li.google a {
	background-image: url('/images/common/jeff/google-circular.png');
}

.social-links li.youtube a {
	background-image: url('/images/common/jeff/youtube-circular.png');
}

.social-links li.pininterest a {
	background-image: url('/images/common/jeff/pininterest-circular.png');
}

.social-links li.linkedin a {
	background-image: url('/images/common/jeff/linkedin-circular.png');
}

/* ---------------------------------------------------------------------- */
/* Scroll to Top
/* ---------------------------------------------------------------------- */
#toTop, #toTopHover {
	background: no-repeat url('/images/common/jeff/scroll-top.png') center center;
	width: 30px;
	height: 30px;
	overflow: hidden;
	bottom: 30px;
	right: 20px;
	text-indent: -10000em;
	position: fixed;
}

#toTop {
	display: none;
	background-color: #999;
}

#toTopHover {
	display: block;
	opacity: 0;
}

#toTop:active, #toTop:focus {
	outline: none;
}

/* ---------------------------------------------------------------------- */
/* About Us
/* ---------------------------------------------------------------------- */
.article-image img{
	max-width: 100%;
}

.team {
	margin-right: -20px;
}

.team-member {
	text-align: center;
	margin-bottom: 20px;
}

.team-member .photo {
	max-width: 100%;
	margin: 0 auto 15px;
}

.team-member .name {
	margin-bottom: 5px;
}

.team-member span.job-title {
	display: block;
	margin-bottom: 10px;
	color: #999;
}

/* Social Links */

.team-member .social-links {
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
}

.team-member .social-links li {
	display: inline-block;
	float: none;
	margin: 0 15px 15px 0;
	vertical-align: middle;
}

.team-member .social-links a {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -10000em;
	height: 16px;
}

.team-member .social-links li.twitter a {
	width: 20px;
	background-image: url('/images/common/jeff/twitter.png');
}

.team-member .social-links li.facebook a {
	width: 16px;
	background-image: url('/images/common/jeff/facebook.png');
}

.team-member .social-links li.linkedin a {
	width: 16px;
	background-image: url('/images/common/jeff/linkedin.png');
}

.team-member .social-links li.googleplus a {
	width: 16px;
	background-image: url('/images/common/jeff/googleplus.png');
}

.team-member .social-links li.skype a {
	width: 16px;
	background-image: url('/images/common/jeff/skype.png');
}

.team-member .social-links li.email a {
	width: 15px;
	background-image: url('/images/common/jeff/email.png');
}

/* ---------------------------------------------------------------------- */
/* Media Queries
/* ---------------------------------------------------------------------- */

/* Standard 960 or larger (browsers) */
@media only screen and (min-width: 960px) {

}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

	.four-four {
		margin: auto 20px;
		width: 100%;
	}

	.one-one {
		width: 100%;
		max-width: 210px;
	}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	/* Container */

	.container {
		width: 748px;
	}

	/* Carousel */

	.iconbox-carousel > li,
	.project-carousel > li,
	.post-carousel > li {
		margin-right: 44px;
	}

	/* Portfolio Grid */

	ul.portfolio-grid {
		margin-right: -44px;
	}

	ul.portfolio-grid > li.one-fourth {
		margin-right: 44px;
	}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	/* Tiny Nav */

    .js .tinynav {
		display: block;
	}

    .js #navlist {
		display: none;
	}

	/* Slider */

    .flex-caption {
		display: none;
	}

	/* Columns */

	.one-half, .one-third, .one-fourth, .two-thirds, .three-fourths {
		float: none;
		display: block;
		margin-right: 0;
		width: 100%;
		max-width: none;
	}

	.four-four {
		margin: auto 35px;
		text-align: center;
		width: 70%;
	}

	/* Floats */

	.float-left, .float-right {
		float: none;
	}

	/* Containers */

	#main, #sidebar {
		margin-bottom: 40px;
	}

	/* Header */

	#header-top .one-half:first-child {
		text-align: center;
	}

	#header-top .one-half.column-last:after {
		content: "";
		display: block;
		height: 0;
		overflow: hidden;
		clear: both;
	}

	#header-top .one-half.column-last {
		margin-top: 20px;
	}

	#logo {
		float: none;
		margin: 0 auto;
	}

	#logo, #logo a, #logo img {
		display: inline;
	}

	#tagline {
		float: none;
		margin-top: 5px;
	}

	#polyglotLanguageSwitcher {
		margin-top: 0;
	}

	#header .contact-info {
		float: left;
		margin-top: 0;
	}

	#header .contact-info p {
		float: none;
		margin-top: 5px;
		margin-left: 0;
	}

	#header .contact-info p:first-child {
		margin-top: 0;
	}

	/* Footer */

	#footer-nav ul {
		text-align: left;
	}

	#footer-top > .one-half, #footer-top > .one-third, #footer-top > .one-fourth, #footer-top > .two-thirds, #footer-top > .three-fourths {
		margin-top: 40px;
	}

	#footer-top > .one-half:first-child, #footer-top > .one-third:first-child, #footer-top > .one-fourth:first-child, #footer-top > .two-thirds:first-child, #footer-top > .three-fourths:first-child {
		margin-top: 0;
	}

	/* Pagination */

	.page-nav li, .page-nav > span {
		margin-bottom: 10px;
	}

	/* About Us */

	.team-member {
		margin-right: 0;
	}

	/* Responsive Tables */

	.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; }
	.table-wrapper table { margin-bottom: 0; }
	.table-wrapper .scrollable table { margin-left: 37.3%; }
	.table-wrapper .scrollable { overflow: scroll; overflow-y: hidden; }
	.table-wrapper caption { display: none; }

	.pinned { position: absolute; left: 0; top: 0; width: 37.3%; height: 100%; background-color: #fff; overflow: hidden; overflow-x: scroll; }
	.pinned table th, .pinned table td { white-space: nowrap; border-right: none; }
	.pinned .empty-left-top, table.responsive th { height: 88px; }

	table.responsive td, table.responsive th { white-space: nowrap; overflow: hidden;}
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }

	/* Images */

	.entry-image.float-left, .float-left.caption,
	.entry-image.float-right, .float-right.caption {
		margin: 20px 0;
	}

	/* Comment Form and Contact Form */

	#comment-form input, .content-form input {
		width: 80%;
	}

	#comment-form textarea, .content-form textarea, .content-form select {
		width: 90%;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	/* Container */

	.container {
		width: 420px;
	}

	/* Tiny Nav */

	.tinynav {
		width: 340px;
	}
	/* Columns */
	.one-half, .one-third, .one-fourth, .two-thirds, .three-fourths {
		width: 50%;
	}
	.four-four {
		margin: auto 90px;
		text-align: center;
		width: 70%;
	}
	.three-fourths {
		width: 100%;
	}

	/* Logo */
	#logo {
		float: left;
	}
	/*Header*/
	#header .contact-info {
		margin: auto 40px;
	}
	.team-member {
		margin-left: 100px;
	}
	/*Footer*/
	#footer-nav {
		width: 310px;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	/* Container */

	.container {
		width: 300px;
	}

	/* Tiny Nav */

	.tinynav {
		width: 220px;
	}

	/* Columns */

	/* Logo */
	#logo {
		margin: auto 110px;
	}
}

.enquiryFormDiv label{display:none;}
.ie7 .enquiryFormDiv label, .ie8 .enquiryFormDiv label, .ie9 .enquiryFormDiv label{display:block;}


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

#searchForm{font-family:arial;}
#searchForm legend{font-weight:bold;font-size:18px;}
#searchForm .form-group{margin-bottom:10px;}
#searchForm .control-label{padding-top:0;text-align:left;}

.pages .row{padding:0;margin:0;}
.pages .col-lg-4{padding:0;}
.pages .pagination{margin:0;padding:0;}

.searchResults{font-family:arial;}
.searchResults .row.odd, .searchResults .row.even{padding-right:0 !important;}
.searchResults .mainImage{margin:-5px}
.searchResults .thumbs{padding:0;margin-top:-4px;margin-bottom:0;margin-left:-5px;margin-right:-5px;}
.searchResults .features li{margin-right:0 !important;}
.clear5{padding:0;margin:0;height:15px;font-size:5px;clear:both;}

.description{padding:10px 15px}

.searchResults ul.features li{font-size:12px;}

#enquiryForm.content-form input, #enquiryForm.content-form textarea{width:100%;}

.tab-pane h4{padding:15px 0 5px;margin:0;}

.tab-pane dt, .tab-pane dd{height:28px;line-height:28px;border-top:1px solid #ddd;}

.odd{background:#F9F9F9;}
.even{background:#fff;}

.flexslider .slides img{
	height: auto;
}

#enquire,#enqButton{display:none}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 190px;
    clear: left;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 190px;
	text-indent:10px;
  }
}

@media(max-width:768px){
	/*ul#navlist li{min-width: 80px}*/

	.one-fourth.column-last{width:90%;margin-left:5%;}
	#enquire, a:hover#enquire{display:block;font-size:16px;font-weight:normal;color:#333;text-decoration:none;margin-bottom:10px;}
	#enqButton{display:block;}
	#main.three-fourths{margin-bottom:10px;}

	#sidebar{margin-bottom:10px;}

	.hidden-sm{display:none;}

	.pages .row .paginationResults{float:none;text-align:left;}
	.pages .paginationResults{margin-top:10px;}
	.pages ul.pagination{display:block !important;}
	.searchResults .photos .mainImage{height:auto}
	ul.features li{width:45%;}
	.searchResults .row.odd, .searchResults .row.even{}
	.searchResults .mainImage{margin:0 10px;clear:both;}
	.otherFeatures .btn{float:right;margin:-45px 10px 0;}
	.form-group label{height:20px;width:100%;}
}

.dl-horizontal dd:before,
.dl-horizontal dd:after{
  content: " ";
  display: table;
}
.dl-horizontal dd:after{
  clear: both;
}

div.checkbox{padding:8px 5px 5px;background:#f7f7f7;border:1px solid #E5E5E5;}
div.checkbox input{float:left;width:18px !important;height:18px;margin:0;padding:0;}
div.checkbox label{display:block;text-align:left;}

ul#navlist li:last-child a {
	border-right: none;
}

.nav.nav-tabs{height:30px;padding:0;margin:0;}
.nav.nav-tabs li{float:left;padding:0;margin:0;}
.nav.nav-tabs li a{display:block;height:30px;line-height:30px;padding:0 6px;text-align:center;color:#333;border:1px solid #eee;font-weight:bold;}
.nav.nav-tabs li a:hover{text-decoration:none;}
.nav.nav-tabs li.active a{border:1px solid #ccc;}

@media(min-width:960px){
	#nav, .nav{width:910px;}
	.navlist9 li{width:11.11%;}
	.navlist8 li{width:12.5%;}
	.navlist7 li{width:14.25%;}
	.navlist6 li{width:16.66%;}
	.navlist5 li{width:20%;}
	.navlist4 li{width:25%;}
	.navlist3 li{width:33%;}
}

@media(min-width:768px) and (max-width:959px){
	#nav, .nav{width:718px;}
	.navlist9 li{width:11.11%;}
	.navlist8 li{width:12.5%;}
	.navlist7 li{width:14.25%;}
	.navlist6 li{width:16.66%;}
	.navlist5 li{width:20%;}
	.navlist4 li{width:25%;}
	.navlist3 li{width:33%;}
}




.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.cf{clear:both;height:0;font-size:0;margin:0;padding:0;}

.about{background:#fff;color:#000;word-wrap:break-word;padding:10px;margin-bottom:15px;}

.womo-widget-container{float:right;margin-right:20px;}
@media(max-width:779px){
	.womo-widget-container{display:none;}
}

ul#navlist .dropdown-menu li{clear:both;width:100%;border:0;}
ul#navlist .dropdown-menu li a{text-align: left;border:0}

.caseih-logo {
	display:none;
}
