/*
Theme Name: Accuracast Wordpress Theme
Theme URI: http://www.accuracast.com
Template: twentyten
Author: Shotgun Front
Version: 1.0

*/

/*! normalize.css 2011-06-21T18:23 UTC B7 http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 element display
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 * Known limitation: IE6 will not apply style for 'audio[controls]'
 */

audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Removes Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

.faq dd {
    margin: 0 0 1em;
}

nav ul,
nav ol {
    list-style: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent margin and padding
 */

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 * 2. Corrects inner spacing displayed oddly in IE6/7
 */

button,
input {
    line-height: normal; /* 1 */
    *overflow: visible;  /* 2 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
}

/*
 * Addresses box sizing set to content-box in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and aligment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.stylishTable th {background: #C3D9FF}
.stylishTable tr:nth-child(odd) {background: #CCCCCC}
.stylishTable tr:nth-child(even) {background: #FFFFFF}

/* ------------------------------------------ Page layout ------------------------------------------ */

html, body {
	height:100%;
}

html { 
	background:url("/wp-content/uploads/2015/01/london.jpg") fixed center top;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

body {
//	color:#333;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

#grid_bg {
	min-width:100%;
	min-height:100%;
	position:absolute;
	z-index:-1;
}

#wrapper {
	min-height: 100%;
	height:auto !important; /*ie6*/
	height:100%;
	width:100%;
	min-width:100%;
	margin:-130px 0 -70px;
	background:url(/wp-content/themes/accura/images/shared/grid_bg.png) repeat fixed;
}

#content_wrapper {
	width:920px;
	margin:0 auto;	
}

#header_wrapper {
	width:100%;
	height:130px;
	background:url(/wp-content/themes/accura/images/shared/header_wrapper_bg.png) repeat-x;
}

#footer_wrapper, #footer_push {
	height:70px;
}
	
#footer_wrapper {
	width:100%;
	background:#ee0054;
	display:block;
}

#footer_push {
	clear:both;
}

#main_content {
	width:535px;
	min-height:460px;
	padding:26px 30px 30px;
	margin:0 55px 0 0;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.single #main_content {
	width:535px;
	min-height:460px;
	padding:26px 30px 30px;
	margin:0 55px 0 0;
	background:#fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.page #main_content, .home #main_content {
	width:535px;
	min-height:444px;
	padding:26px 30px 40px;
	margin:0 55px 0 0;
	background:#fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.home #main_content {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
}


/* ------------------------------------------ Page styles ------------------------------------------ */

@font-face {
    font-family: 'MyriadProCondensed';
    src: url('/wp-content/themes/accura/fonts/myriadpro-cond-webfont.eot');
    src: url('/wp-content/themes/accura/fonts/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/accura/fonts/myriadpro-cond-webfont.woff') format('woff'),
         url('/wp-content/themes/accura/fonts/myriadpro-cond-webfont.ttf') format('truetype'),
         url('/wp-content/themes/accura/fonts/myriadpro-cond-webfont.svg#MyriadProCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MyriadProSemiboldCondensed';
    src: url('/wp-content/themes/accura/fonts/myriadpro-semiboldcond-webfont.eot');
    src: url('/wp-content/themes/accura/fonts/myriadpro-semiboldcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/accura/fonts/myriadpro-semiboldcond-webfont.woff') format('woff'),
         url('/wp-content/themes/accura/fonts/myriadpro-semiboldcond-webfont.ttf') format('truetype'),
         url('/wp-content/themes/accura/fonts/myriadpro-semiboldcond-webfont.svg#MyriadProSemiboldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1,h2,h3,h4,h5,h6,dt {
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:300;
	margin:0 0 1em;
}

h2,dt { font-size:1.7em; }

a {
	text-decoration:none;
	color:#80002f;
	-webkit-transition:color 0.25s linear;
	-moz-transition:color 0.25s linear;
	-o-transition:color 0.25s linear;
	transition:color 0.25s linear;
}

a:visited {
	color:#80002f;
}
h2 a, h2 a:visited {
	color:#ee0054;
}

a:hover {
	color:#ea0054;
	-webkit-transition:color 0.25s linear;
	-moz-transition:color 0.25s linear;
	-o-transition:color 0.25s linear;
	transition:color 0.25s linear;
}


a:focus, a:active, a img:focus, a img:active {
	outline:none;
}

p {
	line-height:1.4em;
}

.tk {
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:300;
}

.wf-loading .tk, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading #topnav a {
	visibility:hidden;
}

.fl { float:left; }
.fr { float:right; }
.clear { clear:both; }

.alignleft { 
	float:left;
	margin:0 15px 10px 0;
}

.alignright { 
	float:right;
	margin:0 0 10px 15px;
}

.pink {	color:#ee0054; }
.black, #main_content .black { color:#333; }

.pinkline { width: 70%; background: #ee0054; border: #ee0054; clear: both; margin: 20px auto; height: 1px; opacity: 0.3; filter: alpha(opacity=30); }
.lastline { clear: both; margin-bottom: 50px; }

.arrow_button {
	background:url(/wp-content/themes/accura/images/shared/arrow_button.png) left top no-repeat;
	padding-left:40px;
	line-height:28px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	font-size:14px;
}
.arrow_button:hover {
	background-position:left bottom;
}

#main_content p {
	margin:0 0 1em;
}

#main_content h2, #main_content dt {
	margin:1.2em 0 0.8em;
	color:#ee0054;
	clear:left;
}

#main_content h3 {
	font-size:1.3em;
	color:#ee0054;
}

#main_content li {
	margin:2px 0;
	line-height:1.4em;
}


.error404 #main_content, .page-template-page_sitemap-php #main_content, .page-template-page_contact-php #main_content {
	background:#fff;
	padding:30px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom:60px;
}

.page-template-page_sitemap-php .page_item {
	font-weight:bold;
	font-size:18px;
}

.page-template-page_sitemap-php .children .page_item {
	font-weight:normal;
	font-size:14px;
}

.page-template-page_sitemap-php #full_page_header, .error404 #full_page_header, .page-template-page_contact-php #full_page_header {
	padding:36px 30px 27px;
}

/* ------------------------------------------ Header / Nav ------------------------------------------ */


#header {
	padding:37px 0 55px;
	width:920px;
	height:93px;
	margin:0 auto;
	position:relative;
}

#header_contact {
	position:absolute;
	text-transform:uppercase;
	text-align:right;
	width:200px;
	right:0;
	top:47px;
	color:#fff;
	width:180px;
	font-size:18px;
	margin:0;
}

#header_contact em {
	font-style:normal;
	color:#ee0054;
}

#header_contact a {
	padding:0 5px 2px;
	margin-right:-4px;
	color:#fff;
	cursor:pointer;
}
#header_contact a:hover {
	background:#ee0054;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
}

#topnav {
	float:left;
	margin:27px 0 0;
}

#topnav li {
	float:left;
	list-style:none;
	margin:0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#topnav li:hover {
	background:#ee0054;
}

#topnav li.no_sub {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.topnav_link {
	display:block;
	padding:10px 12px 0;
	height:32px;
	color:#fff;
	font-family:'MyriadProCondensed',arial,sans-serif;
	text-transform:uppercase;
	font-size:18px;
	line-height:20px;
	position:relative;
}
#topnav a:hover {
	text-decoration:none;
	color:#000;
}

.topnav_cl {
	width:4px;
	height:4px;
	background:url(/wp-content/themes/accura/images/shared/topnav_cl.png) no-repeat;
	display:block;
	position:absolute;
	bottom:0;
	left:-4px;
	display:none;
}
.topnav_cr {
	width:4px;
	height:4px;
	background:url(/wp-content/themes/accura/images/shared/topnav_cr.png) no-repeat;
	display:block;
	position:absolute;
	bottom:0;
	right:-4px;
	display:none;
}

#topnav li:hover .topnav_cl, #topnav li:hover .topnav_cr {
	display:block;
}


.subnav {
	width:920px;
	height:50px;
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:105px;
	background:url(/wp-content/themes/accura/images/shared/white.png) right repeat-y #ee0054;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:none;
	box-shadow:0 2px 1px rgba(0,0,0,0.1);
}
.subnav_menu {
	margin:0;
	padding:0 3px;
}
.subnav_menu li {
	float:left;
	list-style:none;
}
.subnav_menu li a {
	height:50px;
	line-height:50px;
	padding:0 18px 0 15px;
	display:block;
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:300;
	font-size:18px;
	color:#fff;
	background:url(/wp-content/themes/accura/images/shared/subnav_divider.png) right center no-repeat;
}
.subnav_menu a.end_item {
	background:none !important;
}
.subnav_menu a.find_us, .subnav_menu a.find_us:hover {
	background:none !important;
	color:#ffffff !important;
	cursor:default;
	padding-right: 0;
	margin-left: 30px;
}
.subnav_menu li a img {
	margin-top:15px;
}
.subnav_menu li a img:hover {
	-webkit-filter: invert(90%);
	filter: invert(90%);
}
#topnav li:hover .subnav {
	display:block;
}

.subnav_cta {
	background:url(/wp-content/themes/accura/images/shared/subnav_split.png) left no-repeat #fff;
	width:115px;
	height:50px;
	position:absolute;
	top:0;
	right:0;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
	list-style:none;
}

.subnav_cta a {
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:50px;
	color:#000;
	padding:0 15px;
}
.subnav_cta a.request_quote {
	background:url(/wp-content/themes/accura/images/shared/subnav_divider.png) right center no-repeat;
	padding-right:18px;
}

.subnav_cta a:hover {
	color:#ee0054 !important;
}
.subnav_cta li:hover {
	background:none !important;
}


.breadcrumbs {
	width:411px;
	height:12px;
	margin:0 28px 13px 0;
	font-size:10px;
	color:#666;
	letter-spacing:-0.2px;
}

.breadcrumbs a {
	color:#888;
}

.breadcrumbs a:hover {
	text-decoration:none;
	color:#ddd;
}

#service_page_header .breadcrumbs {
	float:right;
}


/* ------------------------------------------ Footer ------------------------------------------ */

#footer {
	width:920px;
	margin:0 auto;
	padding-top:25px;
}

#footer_nav {
	margin:0;
	padding:0;
	float:left;
}

#footer_nav li {
	list-style:none;
	float:left;
	margin:0;
}

#footer_nav a {
	padding:4px 7px;
	display:block;
	margin-right:5px;
	border-width:1px;
	border-style:solid;
	border-color:#cf0048 #e40050 #f13276 #e40050;
	background:#e40050;
	box-shadow:inset 0 0 2px #d4024b;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:11px;
	color:#fff;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}
#footer_nav a:hover {
	text-decoration:none;
	color:#000;
	background:#fff;
	box-shadow:none;
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	-o-transition:all 0.15s linear;
	transition:all 0.15s linear;
}

#footer_copy {
	float:right;
	width:400px;
	text-align:right;
	color:#fff;
	font-size:11px;
	margin:0;
	padding:5px 0 0;
}



/* ------------------------------------------ Sidebar ------------------------------------------ */

#sidebar {
	width:270px;
	float:right;
}

#sidebar_featured {
	width:270px;
	height:169px;
	margin:0 0 55px;
	padding:0;
	overflow:hidden;
	list-style-type:none;
	position:relative;
	z-index:10;
}


#home_featured {
	width:975px;
	height:169px;
	margin:0 0 55px;
	overflow:hidden;
}

.featured_item {
	width:270px;
	height:169px;
	margin-right:55px;
	float:left;
	background:#000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.jcarousel-item {
	width:270px;
	height:169px;
}

.jcarousel-container {
	width:270px;
	height:169px;
	overflow:hidden;
	margin:0 0 55px;
}


#sidebar_featured_wrapper {
	position:relative;
}

#sidebar_more_cs {
	position:absolute;
	top:165px;
	background:#000;
	color:#fff;
	width:270px;
	height:29px;
	line-height:29px;
	text-align:center;
	padding:5px 0 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display:none;
}
#sidebar_more_cs:hover {
	background:#ea0054;
	color:#fff;
}



#sidebar_quote {
	height:55px;
	width:250px;
	padding-left:20px;
	display:block;
	line-height:54px;
	text-transform:uppercase;
	font-size:30px;
	color:#fff;
	background:url(/wp-content/themes/accura/images/shared/arrow_button_sq.png) 225px 13px no-repeat #ee0054;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:300;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}
#sidebar_quote:hover {
	background:url(/wp-content/themes/accura/images/shared/arrow_button_sq.png) 225px 13px no-repeat #fff;
	color:#ee0054;
	text-decoration:none;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

#sidebar_news {
	width:270px;
	height:422px;
	background:#000;
	margin:55px 0 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:20px 0 0;
}

#sidebar_social {
	width:270px;
	height:250px;
	background:#000;
	margin:55px 0 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:20px 0 0;
}

#sidebar_social_title {
	color:#fff;
	font-size:34px;
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
	margin:0;
}

#sidebar_social_title em {
	font-style:normal;
	font-size:44px;
	padding:0 2px;
	color:#ee0054;
}

#sidebar_social_strap {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:0;
}

#sidebar_tab_wrapper {
	width:270px;
	height:327px;
	overflow:hidden;
	margin:28px 0 0;
	position:relative;
}

#sidebar_tab_main {
	width:1350px;
	height:282px;
	position:absolute;
	top:45px;
	left:0;	
	background:url(/wp-content/themes/accura/images/shared/social_sidebar_bg.png) 0 -46px repeat-x;
	-webkit-transition:left 0.25s linear;
	-moz-transition:left 0.25s linear;
	-o-transition:left 0.25s linear;
	transition:left 0.25s linear;
}
.sidebar_frame {
	width:230px;
	height:246px;
	overflow:hidden;
	float:left;
	padding:18px 20px;
	position:relative;
}


.social_sidebar_tab {
	font-size:24px;
	line-height:28px;
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:300;
	text-transform:uppercase;
	padding:10px 11px 0;
	height:36px;
	width:44px;
	text-align:center;
	float:left;
	color:#bbb;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor:pointer;
	background:#1e1e1e;
}
#social_sidebar_tab1 {
	margin:0 2px;
}

#social_sidebar_tab_fb {
	margin:0 2px 0 0;
	width:26px;
}
#social_sidebar_tab_fb span {
    background: url("/wp-content/themes/accura/images/shared/social_sidebar_icons.png") no-repeat scroll center 0 transparent;
    bottom: 1px;
    display: block;
    height: 30px;
    position: relative;
    text-indent: -9999px;
    width: 26px;
}
#social_sidebar_tab_fb:hover span {
	background-position: center -40px;
}
#social_sidebar_tab_fb.activeTab span {
	background-position: center -40px;
}

#social_sidebar_tab_tw {
	margin:0 2px 0 0;
	width:26px;
}
#social_sidebar_tab_tw span {
    background: url("/wp-content/themes/accura/images/shared/social_sidebar_icons.png") no-repeat scroll center -76px transparent;
    bottom: 1px;
    display: block;
    height: 30px;
    position: relative;
    text-indent: -9999px;
    width: 26px;
}
#social_sidebar_tab_tw:hover span {
	background-position: center -106px;
}
#social_sidebar_tab_tw.activeTab span {
	background-position: center -106px;
}

#social_sidebar_tab_yt {
	margin:0 2px 0 0;
	width:26px;
}
#social_sidebar_tab_yt span {
    background: url("/wp-content/themes/accura/images/shared/social_sidebar_icons.png") no-repeat scroll center -140px transparent;
    bottom: 1px;
    display: block;
    height: 30px;
    position: relative;
    text-indent: -9999px;
    width: 26px;
}
#social_sidebar_tab_yt:hover span {
	background-position: center -177px;
}
#social_sidebar_tab_yt.activeTab span {
	background-position: center -177px;
}

#social_sidebar_tab_fl {
	margin:0 2px 0 0;
	width:26px;
}
#social_sidebar_tab_fl span {
    background: url("/wp-content/themes/accura/images/shared/social_sidebar_icons.png") no-repeat scroll center -210px transparent;
    bottom: 1px;
    display: block;
    height: 30px;
    position: relative;
    text-indent: -9999px;
    width: 26px;
}
#social_sidebar_tab_fl:hover span {
	background-position: center -243px;
}
#social_sidebar_tab_fl.activeTab span {
	background-position: center -243px;
}



#sidebar_tab_wrapper .activeTab {
	background:url(/wp-content/themes/accura/images/shared/social_sidebar_bg.png) top repeat-x;
	color:#fff;
}

#sidebar_tab_main.tab1 { left:0; }
#sidebar_tab_main.tab2 { left:-270px; }
#sidebar_tab_main.tab3 { left:-540px; }
#sidebar_tab_main.tab4 { left:-810px; }
#sidebar_tab_main.tab5 { left:-1080px; }


.social_sidebar_tab:hover {
	text-decoration:none;
	color:#fff;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	transition:all 0.1s linear;
}

.sidebar_social_pro_link {
	width:270px;
	position:absolute;
	bottom:0;
	left:0;
	margin:0 !important;
	text-align:center;
	line-height:25px;
	height:25px;
}

.sidebar_social_pro_link a {
	color:#111;
	font-size:10px;
	display:block;
	background:#eaeaea;
	border-top:1px solid #333;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.sidebar_social_pro_link a:hover {
	background:#fff;
	color:#000;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}


.tweet_list {
	padding:0;
	margin:0;
	list-style:none;
	font-size:12px;
	line-height:14px;
	color:#ddd;
}

.tweet_list li {
	margin:0 0 10px;
	background:url(/wp-content/themes/accura/images/shared/arrow_button_up.png) left top no-repeat;
	padding:0 0 0 40px;
}

.tweet_list a {
	color:#ea0054;
}

.tweet_text {
	display:block;
}

.tweet_time a { 
	font-size:11px;
	color:#999;
}

a.tweet_retweet {
	font-size:11px;
	color:#80002F;
}
a.tweet_retweet:hover {
	color:#ea0054;
}



.flickr_feed_item {
	float:left;
	margin:0 1px 1px 0;
	height:75px;
	width:75px;
}


.sidebar_feed {
	margin:0;
	padding:0;
	list-style-type:none;
}

.sidebr_feed li {
	padding:0;
	margin:0;
}

.sidebar_feed a {
	background:url(/wp-content/themes/accura/images/shared/arrow_button.png) left top no-repeat;
	padding-left:40px;
	height:28px;
	line-height:14px;
	float:left;
	margin-bottom:20px;
	font-size:12px;
}
.sidebar_feed a {
	color:#ddd;
}
.sidebar_feed a:hover {
	background:url(/wp-content/themes/accura/images/shared/arrow_button.png) left bottom no-repeat;
	color:#fff;
	text-decoration:none;
}

#sidebar_frame3 .sidebar_feed a {
	background: none;
	height: auto;
	position: relative;
}

#sidebar_frame3 .sidebar_feed .icon {
	height: 28px;
	width: 28px;
	background:url(/wp-content/themes/accura/images/shared/arrow_button.png) left top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#sidebar_frame3 .sidebar_feed li:hover .icon {
	background-position: left bottom;
}

#sidebar .featured_item {
	float:none;
	margin-bottom:55px;
}

.sidebar_cs_title {
   border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #444444;
    font-size: 11px;
    height: 7px;
    left: 0;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 2px 6px 13px;
    position: absolute;
    top: -1px;
    width: 258px;
    z-index: 50;
}

.iframe_lightbox .sidebar_cs_title {
	background:#000;
	color:#fff;
}

#newsletter-subscriber, #sidebar-spec {
	width:270px;
	height:149px;
	margin:55px auto;
	float:left;
	background:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:relative;
	text-align:center;
}
#newsletter-subscriber span { display:none; }
#newsletter-subscriber:hover span { display:block; padding-top:10px; }

#newsletter-subscriber .strap, #sidebar-spec .strap {
	height:55px;
	background:#000;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
	overflow:hidden;
	padding:10px auto;
	line-height:55px;
	font-size:25px;
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:400;
	color:#fff;
	margin:0;
	text-transform:uppercase;
}
#newsletter-subscriber .strap img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#sidebar-spec {
	height:auto;
	margin-bottom:0;
}
.sidebar-spec-content {
	display:block;
	height:80px;
	padding:100px 0 0;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.sidebar-spec-content span {
	display:block;
	width:240px;
	font-size:1.6em;
	font-weight:300;
	color:#ee0054;
	text-align:center;
	background:#ffffff;
	padding:15px;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#sidebar-spec a:hover .sidebar-spec-content span {
	background:#ee0054;
	color:#ffffff;
	opacity:1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

#quoteform {
	display:block;
	background:url(/wp-content/themes/accura/images/shared/box-bg.png) top repeat-x #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:absolute;
	width:565px;
	padding:18px 0 28px 30px;
	left:135px;
}

#quoteglow-l {
	position:absolute;
	left:-135px;
	top:115px;
	width:135px;
	height:455px;
	background:url(/wp-content/themes/accura/images/shared/glow-w.png) no-repeat;
}

#quoteglow-r {
	position:absolute;
	right:-135px;
	top:115px;
	width:135px;
	height:455px;
	background:url(/wp-content/themes/accura/images/shared/glow-e.png) no-repeat;
}

#request_title {
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:300;
	color:#ea0054;
	font-size:30px;
	text-transform:uppercase;
	margin:-3px 0 33px;
}

#quote_table td {
	padding:0 30px 2px 0;
}

.input_field_wrapper {
	position:relative;
}

label.error {
	position:absolute;
	top:-15px;
	right:0;
	font-size:11px;
	color:#ea0054;
}

.form_heading {
	font-size:20px;
	color:#ccc;
	padding:8px 0 12px !important;
}

.form_label {
	font-size:12px;
	color:#333;
	padding-bottom:15px !important;
}

.quote_text {
	width:232px;
	padding:4px 8px;
	height:20px;
	background:#fbfbfb;
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:12px;
	color:#333;
	margin-bottom:15px;
}

.quote_text:hover, .quote_text:focus {
	border-color:#bbb;
}

.quote_textarea {
	width:512px;
	padding:4px 8px;
	height:65px;
	background:#fbfbfb;
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:12px;
	color:#333;
	resize:none;
	margin-bottom:15px;
}

.quote_check_label {
	font-size:12px;
	color:#666;
	padding:0 20px 5px 7px;
	display:inline-block;
}
select.quote_text {
	height:30px;
	width:250px;
}
.col_r {
	padding-left:24px !important;
}



#quote_budget {
	font-size:12px;
}

#spemail { display:none; }

#quote_submit {
	padding:9px 13px 7px;
	background:#ea0054;
	border:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
	color:#fff;
	height:36px;
	margin-top:10px;
	box-shadow:inset 0 3px 1px rgba(255, 255, 255, 0.3);
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	-o-transition:all 0.15s linear;
	transition:all 0.15s linear;
}

#quote_submit:hover {
	background:#fc2572;
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	-o-transition:all 0.15s linear;
	transition:all 0.15s linear;
}

#quote_submit.submitSending {
	background:#78032d;
}

#quote_close {
	padding:9px 13px 7px;
	background:#444;
	border:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
	color:#fff;
	height:15px;
	position:absolute;
	top:20px;
	right:20px;
	box-shadow:inset 0 3px 1px rgba(255, 255, 255, 0.05);
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	-o-transition:all 0.15s linear;
	transition:all 0.15s linear;
	cursor:pointer;
}

#quote_close:hover {
	background:#777;
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	-o-transition:all 0.15s linear;
	transition:all 0.15s linear;
}

#quote_request {
	position:relative;
	overflow:hidden;
}

#quote_success {
	height:100%;
	width:535px;
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	display:none;
}

#quote_success p {
	font-size:14px;
	color:#555;
}

.quote_success_service {
	padding-bottom:2px;
	border-bottom:1px dotted #ccc;
	color:#777 !important;
	margin-bottom:10px;
	clear:left;
	font-size:11px !important;
}

.quote_success_link {
	padding:4px 5px 3px;
	background:#777;
	font-size:11px;
	border:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
	color:#fff !important;
	box-shadow:inset 0 3px 1px rgba(255, 255, 255, 0.1);
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	-o-transition:all 0.15s linear;
	transition:all 0.15s linear;
	float:left;
	margin:0 5px 5px 0;
}

.quote_success_link:hover {
	background:#ea0054;
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	-o-transition:all 0.15s linear;
	transition:all 0.15s linear;
}

.quote_close_link {
	padding:6px 7px 5px;
	background:#ea0054;
	font-size:16px;
	border:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
	color:#fff !important;
	box-shadow:inset 0 3px 1px rgba(255, 255, 255, 0.1);
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	-o-transition:all 0.15s linear;
	transition:all 0.15s linear;
	clear:left;
	float:left;
	position:relative;
	top:40px;
	cursor:pointer;
}

.quote_close_link:hover {
	background:#000;
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	-o-transition:all 0.15s linear;
	transition:all 0.15s linear;
}


.req_notice {
	color:#ea0054;
	font-size:11px;
	text-align:right;
}

.req_star {
	font-size:11px;
	color:#ea0054;
}

#success_link_wrapper { display:none; }

#main_content .fader {
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, rgba(100,100,100,100)));
    background-image: -webkit-linear-gradient(top, transparent, rgba(100,100,100,100));
    background-image: -moz-linear-gradient(top, transparent, rgba(100,100,100,100));
    background-image: -ms-linear-gradient(top, transparent, rgba(100,100,100,100));
    background-image: -o-linear-gradient(top, transparent, rgba(100,100,100,100));
	margin-bottom:0;
	padding-bottom:0;
}

.dlform {
	background-color:rgba(100,100,100,100);
	margin-top:0px;
	padding: 20px;
}
.dlform-border {
	border:2px solid #ee0054;
	border-radius:10px;
	background:#ffffff;
}
.dlform #review_form {
		margin: 20px;
}
#main_content .dlform  h2 {
	height:65px;
	background: #000;	
	padding:10px;
	margin-top:0;
	-moz-border-top-left-radius: 7px;    /* Firefox 3.6-, removed in Firefox 13 */
	-webkit-border-top-left-radius: 7px; /* Safari 4-, Chrome 3- */
	border-top-left-radius: 7px;
	-moz-border-top-right-radius: 7px;    /* Firefox 3.6-, removed in Firefox 13 */
	-webkit-border-top-right-radius: 7px; /* Safari 4-, Chrome 3- */
	border-top-right-radius: 7px;
}
.dlform .quote_text {
	width: 170px;
}

/* ------------------------------------------ Home Page ------------------------------------------ */

#home_featured {
	width:975px;
	height:169px;
	margin:0 0 55px;
	overflow:hidden;
}

.featured_item {
	width:270px;
	height:169px;
	margin-right:55px;
	float:left;
	background:#000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:relative;
}

.jcarousel-item {
	width:270px;
	height:169px;
}

.home .jcarousel-container {
	width:920px;
	height:169px;
	overflow:hidden;
	margin:0 0 55px;
}

.case_study_featured_tab {
	width:250px;
	height:114px;
	margin:0 auto;
}

#sidebar .case_study_featured_tab {
	width:250px;
	height:104px;
	margin:0 auto;
	position:relative;
	top:10px;
}

.featured_icon {
	width:270px;
	height:114px;
	background:#fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position:relative;
}

.featured_icon img {
	margin:0 auto;
	display:block;
}

.featured_strap {
	height:55px;
	background:#000;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
	overflow:hidden;
}

#sidebar_featured_cs:visited .featured_strap p, #sidebar_featured_cs .featured_strap p {
	line-height:55px;
	text-align:center;
	font-size:25px;
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:400;
	color:#fff;
	margin:0;
	text-transform:uppercase;
	letter-spacing:-0.2px;
}

.featured_strap p strong {
	font-weight:400;
	color:#ea0054;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.featured_item:hover .featured_strap {
	background:#ea0054;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.featured_item:hover .featured_strap strong {
	color:#fff;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

#featured_vid_screen {
	width:270px;
	height:114px;
	display:block;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.video_play {
	background:url(/wp-content/themes/accura/images/shared/video_play.png) 0 0 no-repeat;
	width:68px;
	height:68px;
	margin:0 auto;
	padding:23px 0 0;
	display:block;
	text-indent:-9999px;
	position:relative;
	top:25px;
	opacity:0.75;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

#sidebar_featured .video_play {
	top:35px;
}

.featured_item:hover .video_play {
	opacity:1;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

#home_featured .end_item {
	margin-right:0;
}

.home #main_content h1 {
	color:#ee0054;
	font-size:25px;
	margin-bottom:20px;
	font-weight:400;
}

.home #main_content h2 {
	font-size:25px;
	font-weight:400;
}

.home #main_content h2 strong, .home #main_content h2 a {
	font-weight:400;
	color:#ee0054;
}

a.service_icon {
	width:115px;
	height:115px;
	float:left;
	margin:15px 25px 35px 0;
	line-height:175px;
	font-size:27px;
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:300;
	background:#ea0054;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-align:center;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
	box-shadow:inset 0 3px 2px rgba(255, 255, 255, 0.5);
}
a.service_icon:hover { text-decoration:none !important;}

#service_icon_seo { background:url(/wp-content/themes/accura/images/shared/icon_seo.png) center 24px no-repeat #ee0054; }
#service_icon_ppc { background:url(/wp-content/themes/accura/images/shared/icon_ppc.png) center 19px no-repeat #ee0054; }
#service_icon_social { background:url(/wp-content/themes/accura/images/shared/icon_social.png) center 22px no-repeat #ee0054; }
#service_icon_mobile { background:url(/wp-content/themes/accura/images/shared/icon_mobile.png) center 19px no-repeat #ee0054; }

.home #service_icon_seo:hover { background:url(/wp-content/themes/accura/images/shared/icon_seo.png) center 24px no-repeat #000; }
.home #service_icon_ppc:hover { background:url(/wp-content/themes/accura/images/shared/icon_ppc.png) center 19px no-repeat #000; }
.home #service_icon_social:hover { background:url(/wp-content/themes/accura/images/shared/icon_social.png) center 22px no-repeat #000; }
.home #service_icon_mobile:hover { background:url(/wp-content/themes/accura/images/shared/icon_mobile.png) center 19px no-repeat #000; }


.home a.end_icon {
	margin-right:0 !important;
}

a.services_icon:hover {
	background:#000;
	text-decoration:none;
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	-o-transition:all 0.15s linear;
	transition:all 0.15s linear;
}

.home #main_content .arrow_button {
	margin-right:35px;
	color:#ee0054;
}



#home_share {
	padding-top:20px;
	height:25px;
	clear:both;
}


/* ------------------------------------------ Service Page ------------------------------------------ */

#service_left {
	width:595px;
	float:left;
	margin:0 55px 0 0;
}


#service_page_header {
	background:url(/wp-content/themes/accura/images/shared/service_page_head.png) top repeat-x #000;
	height:110px;
	width:565px;
	padding:30px 0 30px 30px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#social_share {
	background:#f1f1f1;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow:inset 0 0 3px rgba(0,0,0,0.25);
	padding:15px 30px 20px;
	width:535px;
	min-height:55px;
	display:block;
	margin-bottom:55px;
}

#social_share_title {
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:300;
	font-size:18px;
	color:#999;
	margin:0 0 10px;
}

#facebook_share {
	width:180px;
	float:left;
}

#google_share {
	width:125px;
	float:left;
}

#twitter_share {
	width:140px;
	float:left;
}

#service_page_header .attachment-service_icon {
	float:left;
	margin:0 15px 0 0;
}
#service_page_header h1 {
	color:#ee0054;
	font-size:2.4em;
	letter-spacing:-1px;
	text-transform:uppercase;
	margin:0;
	width:429px;
	margin:0 10px 0 0;
	float:right;

}
#service_subheader {
	color:#fff;
	font-size:1.5em;
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:300;
	text-transform:uppercase;
	margin:-12px 28px 0 0;
	width:411px;
	float:right;
}

.page-template-page_service-php h2.black {
	color:#333 !important;
}
.page-template-page_service-php h2.pink {
	color:#ee0054 !important;
}
.page-template-page_service-php h2 a {
	color:#ee0054 !important;
}


.service_icon_sm {
	width:240px;
	padding-right:15px;
	height:55px;
	margin-bottom:25px;
	display:block;
	font-size:12px;
	line-height:1.5em;
}

.service_icon_sm strong {
	width:55px;
	height:55px;
	display:block;
	background:#000;
	position:relative;
	float:left;
	margin-right:15px;
	color:#ee0054;
	font-size:14px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
	box-shadow:inset 0 3px 2px rgba(255, 255, 255, 0.5);
}

.service_icon_sm:hover {
	color:#ea0054;
}

.service_icon_sm:hover strong {
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.service_icon_sm em {
	position:absolute;
	left:70px;
	font-style:normal;
	width:200px;
}

#icon_ethical strong { background:url(/wp-content/themes/accura/images/shared/icon_ethical.png) center no-repeat #000; }
#icon_video strong { background:url(/wp-content/themes/accura/images/shared/icon_video.png) center no-repeat #000; }
#icon_multilingual strong { background:url(/wp-content/themes/accura/images/shared/icon_multilingual.png) center no-repeat #000; }
#icon_affordable strong { background:url(/wp-content/themes/accura/images/shared/icon_affordable.png) center no-repeat #000; }
#icon_techmouse strong { background:url(/wp-content/themes/accura/images/shared/icon_techmouse.png) center no-repeat #000; }
#icon_blogs strong { background:url(/wp-content/themes/accura/images/shared/icon_blogs.png) center no-repeat #000; }
#icon_facebook strong { background:url(/wp-content/themes/accura/images/shared/icon_facebook.png) center no-repeat #000; }
#icon_twitter strong { background:url(/wp-content/themes/accura/images/shared/icon_twitter.png) center no-repeat #000; }
#icon_networks strong { background:url(/wp-content/themes/accura/images/shared/icon_networks.png) center no-repeat #000; }
#icon_rss strong { background:url(/wp-content/themes/accura/images/shared/icon_rss.png) center no-repeat #000; }
#icon_blackberry strong { background:url(/wp-content/themes/accura/images/shared/icon_blackberry.png) center no-repeat #000; }
#icon_ipad strong { background:url(/wp-content/themes/accura/images/shared/icon_ipad.png) center no-repeat #000; }
#icon_iphone strong { background:url(/wp-content/themes/accura/images/shared/icon_iphone.png) center no-repeat #000; }
#icon_mobile2 strong { background:url(/wp-content/themes/accura/images/shared/icon_mobile2.png) center no-repeat #000; }
#icon_comp strong { background:url(/wp-content/themes/accura/images/shared/icon_comp.png) center no-repeat #000; }
#icon_link strong { background:url(/wp-content/themes/accura/images/shared/icon_link.png) center no-repeat #000; }




#icon_ethical:hover strong { background:url(/wp-content/themes/accura/images/shared/icon_ethical.png) center no-repeat #ee0054; }
#icon_video:hover strong { background:url(/wp-content/themes/accura/images/shared/icon_video.png) center no-repeat #ee0054; }
#icon_multilingual:hover strong { background:url(/wp-content/themes/accura/images/shared/icon_multilingual.png) center no-repeat #ee0054; }
#icon_affordable:hover strong { background:url(/wp-content/themes/accura/images/shared/icon_affordable.png) center no-repeat #ee0054; }
#icon_techmouse:hover strong { background:url(/wp-content/themes/accura/images/shared/icon_techmouse.png) center no-repeat #ee0054; }
#icon_blogs:hover strong { background:url(/wp-content/themes/accura/images/shared/icon_blogs.png) center no-repeat #ee0054; }
#icon_facebook:hover strong { background:url(/wp-content/themes/accura/images/shared/icon_facebook.png) center no-repeat #ee0054; }
#icon_twitter:hover strong { background:url(/wp-content/themes/accura/images/shared/icon_twitter.png) center no-repeat #ee0054; }
#icon_networks:hover strong { background:url(/wp-content/themes/accura/images/shared/icon_networks.png) center no-repeat #ee0054; }
#icon_rss:hover strong { background:url(/wp-content/themes/accura/images/shared/icon_rss.png) center no-repeat #ee0054; }
#icon_blackberry:hover strong { background:url(/wp-content/themes/accura/images/shared/icon_blackberry.png) center no-repeat #ee0054; }
#icon_ipad:hover strong { background:url(/wp-content/themes/accura/images/shared/icon_ipad.png) center no-repeat #ee0054; }
#icon_iphone:hover strong { background:url(/wp-content/themes/accura/images/shared/icon_iphone.png) center no-repeat #ee0054; }
#icon_mobile2:hover strong { background:url(/wp-content/themes/accura/images/shared/icon_mobile2.png) center no-repeat #ee0054; }
#icon_comp:hover strong { background:url(/wp-content/themes/accura/images/shared/icon_comp.png) center no-repeat #ee0054; }
#icon_link:hover strong { background:url(/wp-content/themes/accura/images/shared/icon_link.png) center no-repeat #ee0054; }

hr.dashed {clear:both; border:0 #ffffff;}



/* ------------------------------------------ Case Studies ------------------------------------------ */

#case_study_left {
	width:595px;
	float:left;
	margin:0 55px 0 0;
}

#case_study_page_header {
	background:url(/wp-content/themes/accura/images/shared/service_page_head.png) top repeat-x #000;
	height:110px;
	width:535px;
	padding:30px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#case_study_logo_tab {
	width:100px;
	height:100px;
	background:#fff;
}

#case_study_logo_wrapper {
	border:5px solid #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	float:left;
	margin:0 30px 0 0;
	height:100px;
	width:100px;
}

#case_study_page_header h1 {
	color:#ee0054;
	font-size:2.8em;
	text-transform:uppercase;
	margin:0 0 0;
}
#case_study_page_header h2 {
	color:#fff;
	font-size:1.6em;
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:300;
	text-transform:uppercase;
	margin:-12px 0 0;
}
#case_study_page_header h2 strong {
	font-weight:300;
}



#video_popup_body {
	background:none;
}

#video_popup_content {
	width:870px;
	height:435px;
	padding:25px;
	background:url(/wp-content/themes/accura/images/shared/video_popup_bg.jpg) top repeat-x #000;
}

#video_popup_content iframe {
	float:left;
	margin:0 30px 0 0;
	border:1px solid #333;
}

#video_left {
	width:535px;
	float:left;
	margin:0 30px 0 0;
}

#video_right {
	width:305px;
	height:435px;
	float:right;
	position:relative;
}

#video_excerpt .more-link, #video_popup_view_cs {
	padding:10px;
	height:23px;
	line-height:23px;
	font-size:22px;
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:300;
	background:#ea0054;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:absolute;
	bottom:2px;
	left:0;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
	box-shadow:inset 0 3px 2px rgba(255, 255, 255, 0.25);
}

#video_excerpt .more-link:hover, #video_popup_view_cs:hover {
	background:#ffffff !important;
	color:#ea0054 !important;
	text-decoration:none;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}


#video_popup_close {
	padding:10px;
	height:23px;
	line-height:23px;
	font-size:22px;
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:300;
	background:#333;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:absolute;
	bottom:2px;
	right:0;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
	box-shadow:inset 0 3px 2px rgba(255, 255, 255, 0.05);
}
#video_popup_close:hover {
	background:#666;
	text-decoration:none;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}
#video_popup_close:active {
	background:#222;
	box-shadow:none;
	-webkit-transition:all 0s linear;
	-moz-transition:all 0s linear;
	-o-transition:all 0s linear;
	transition:all 0s linear;
}

#cs_popup_close {
    -moz-transition: all 0.25s linear 0s;
    background: none repeat scroll 0 0 #333333;
    border-radius: 5px 5px 5px 5px;
    bottom: 2px;
    box-shadow: 0 3px 2px rgba(255, 255, 255, 0.05) inset;
    color: #FFFFFF !important;
    cursor: pointer;
    float: right;
    font-family: 'MyriadProCondensed',arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: 23px;
    line-height: 23px;
    padding: 10px;
	position:absolute;
	bottom:25px;
	right:25px;

}
#cs_popup_close:hover {
	background:#666;
	text-decoration:none;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}
#cs_popup_close:active {
	background:#222;
	box-shadow:none;
	-webkit-transition:all 0s linear;
	-moz-transition:all 0s linear;
	-o-transition:all 0s linear;
	transition:all 0s linear;
}


#video_popup_close strong, #cs_popup_close strong {
	position:relative;
	top:0px;
}


#video_excerpt {
	clear:right;
	border-top:1px dotted #555;
	padding-top:10px;
	color:#fff;
}

#popup_body {
	background:#000;
}

#cs_popup_main_content {
	clear:both;
	padding:8px 0 20px;
	border-top:1px dotted #555;
}

#cs_popup_main_content a {
	color:#ea0054;
}

#cs_popup_main_content a:hover {
	color:#ff005e;
}

#cs_popup_content {
	padding:25px;
	background:url(/wp-content/themes/accura/images/shared/video_popup_bg.jpg) top repeat-x #000;
	color:#fff;
	min-height:300px;
}

#cs_popup_main_content a.more-link {
    -moz-transition: all 0.25s linear 0s;
    background: none repeat scroll 0 0 #EA0054;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 3px 2px rgba(255, 255, 255, 0.25) inset;
    color: #FFFFFF;
    font-family:'MyriadProCondensed',arial,sans-serif;
    font-size: 22px;
    font-weight: 300;
    height: 23px;
    line-height: 23px;
    padding: 10px;
	margin:35px 0 0;
	position:absolute;
	left:25px;
	bottom:25px;
}
#cs_popup_main_content a.more-link:hover {
	background:#fff;
	color:#ea0054;
	text-decoration:none;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}
#cs_popup_main_content a.more-link:active {
	background:#be3969;
	box-shadow:none;
	-webkit-transition:all 0s linear;
	-moz-transition:all 0s linear;
	-o-transition:all 0s linear;
	transition:all 0s linear;
}

#case_study_logo_tab_sm {
	width:70px;
	height:70px;
	background:#fff;
}

#case_study_logo_wrapper_sm {
	border:5px solid #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	float:right;
	margin:0 0 30px 20px;
	height:70px;
	width:70px;
}

#video_popup_client {
	font-size:28px;
	line-height:22px;
	color:#ea0054;
	text-transform:uppercase;
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:300;
	margin:0;
}
#video_popup_strap {
	font-size:20px;
	line-height:20px;
	color:#fff;
	text-transform:uppercase;
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:300;
	margin:0 0 30px;
}
#video_popup_strap strong {
	font-weight:normal;
}



/* ------------------------------------------ Page template ------------------------------------------ */

#full_page_header {
	background:url(/wp-content/themes/accura/images/shared/service_page_head.png) top repeat-x #000;
	width:535px;
    height: 52px;
    padding: 20px 30px 43px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#full_page_header h1 {
	color:#ee0054;
	font-size:2.8em;
	line-height:36px;
	text-transform:uppercase;
	margin:0;
	clear:left;
}
#full_page_header h2 {
	color:#fff;
	font-size:1.6em;
	font-family:'MyriadProCondensed',arial,sans-serif;
	font-weight:300;
	text-transform:uppercase;
	margin:-12px 0 0;
}

#full_page_header .breadcrumbs {
	float:left;
}


#main_content table {
	width:100%;
}

#case_study_grid {
	width:535px;
	margin-bottom:30px;	
}

#main_content table th {
	text-align:left;
	padding:4px 4px 6px;
}

#main_content table td {
	padding:4px;
}


.page-id-250 table td {
	padding:10px 5px 20px !important;
}


.page-id-284 #main_content {
	padding-top:1px;
}

.case_grid_item {
	border-bottom:1px dotted #ddd;
}

.case_study_page_icon {
	width:100px;
	height:100px;
}

.case_study_page_icon img {
	display:block;
}

#case_study_grid h3 {
	font-size:26px;
	color:#ea0054;
	margin:10px 0 5px;
}

td.case_study_page_excerpt  {
	padding-bottom:25px !important;
}

.read_full_case {
	font-size:12px;
	padding:6px;
	background:#e5e5e5;
	float:left;
	color:#111 !important;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

.read_full_case:hover {
	background:#ea0054;
	color:#fff !important;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}

span.read_full_case {
	padding:3px 6px;
	margin:15px 0 0;
}

.case_grid_item .more-link {
	display:block;

}

.vid_cs_link_wrap .more-link {
	font-size:12px;
	padding:3px 6px 2px;
	background:#e5e5e5;
	width:114px;
	color:#111 !important;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
	margin-top:15px;
}

.vid_cs_link_wrap .more-link:hover {
	background:#ea0054;
	color:#fff !important;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}



/* ------------------------------------------ Showcase Page ------------------------------------------ */

.show-left {float:left; height:230px; width:260px; overflow:hidden; border:1px solid #dddddd; border-radius:10px; -webkit-border-radius:10px; margin-bottom:15px}
.show-right {float:right; height:230px; width:260px; overflow:hidden; border:1px solid #dddddd; border-radius:10px; -webkit-border-radius:10px; margin-bottom:15px}
.show-overlay {position:relative; top:0; transition:all 0.25s linear}
.show-left:hover .show-overlay, .show-right:hover .show-overlay {top:-230px; transition:all 0.25s linear}
.show-img {display:block; height:85px; padding: 0 10px; width:250px; margin: 140px  0 110px; text-align:center; background:#FFFFFF; opacity: 0.8; filter: alpha(opacity=80)}
#main_content .show-img img {border:none; position: relative; top: 50%; transform: translateY(-50%)}
.show-txt {display:block; height:230px; width:240px; padding: 10px; font-weight:bold; background:#FFFFFF; opacity: 0.8; filter: alpha(opacity=80)}
#main_content .show-txt h2 {margin:0 0 10px; font-size:1.2em; font-weight:bold; text-align:center}



/* ------------------------------------------ News Page ------------------------------------------ */

.news_page_item {
	border-bottom:1px dotted #ccc;
	padding:25px 0 60px;
	margin-bottom:5px;
}

.news_page_item h2 {
	margin-top:0 !important;
}

.news_page_item .more-link {
	display:block;
}

.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#ddd; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#ccc; color:#888;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#5f87ae; border:1px solid #89adcf; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

.wp-paginate .current {
    background: none repeat scroll 0 0 #80002F !important;
	border-color:#666 !important;
}

#flexi_page_header {
    background: url("/wp-content/themes/accura/images/shared/service_page_head.png") repeat-x scroll center top #000000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 20px 30px 25px;
    width: 535px;	
}

#flexi_page_header h1 {
	color:#ea0054;
	margin:15px 0 0;
}

#flexi_page_header .breadcrumbs {
	float:none;	
}

.entry-meta, .entry-utility {
	clear:both;
	font-size:80%;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:dotted 1px #eee;
}

.entry-utility {
	border-bottom:dotted 1px #ccc;
}

.news-more-link .read_full_case {
	float:right;
}

.category_feed_item {
	margin-bottom: 40px;
}

.entry-content img, #main_content img {
	max-width: 535px;
	height: auto;
	border: 1px solid #999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: box-shadow 1s;
	-webkit-transition: box-shadow 1s; /* Safari */
	-webkit-transition-timing-function: ease-in-out;
}

.entry-content img.no-shadow, #main_content img.no-shadow, #main_content img.attachment-case_study_icon_sm {
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.entry-content img:hover, #main_content img:hover {
	box-shadow: 5px 5px 5px #888888;
}

.entry-content img.no-shadow:hover, #main_content img.no-shadow:hover {
	box-shadow: none;
}

.category_feed_item .entry-content img {
	display: none;
}

.category_feed_item .entry-content {
	margin-bottom: 15px;
}

#main_content .category_feed_item h2 {
	margin-bottom: 10px;
}

.category_feed_item .entry-meta {
	margin-bottom: 15px;
}

.feed_thumbnail_wrap {
	margin-right: 25px;
}

#comments {
	margin: 40px 0 0;
}

.single-post .entry-utility {
	margin-bottom: 50px;
	margin-top: 30px;
}

.single-post .comments_wrap {
	position: relative;
}

.comments_wrap .comments_shield {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 430px;
	height: 30px;
	background: #fff;
	cursor: default;
	margin: 0 !important;
}

/* ------------------------------------------ Team Page ------------------------------------------ */

.team_img {
	border:1px solid #FFBDD4;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

/* ------------------------------------------ Contact Page ------------------------------------------ */


#contact_form {
	margin-top:-20px;
	position:relative;
}

#contact_submit {
	padding:9px 13px 7px;
	background:#ea0054;
	border:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
	color:#fff;
	height:36px;
	margin-top:10px;
	box-shadow:inset 0 3px 1px rgba(255, 255, 255, 0.3);
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	-o-transition:all 0.15s linear;
	transition:all 0.15s linear;
}

#contact_submit:hover {
	background:#fc2572;
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	-o-transition:all 0.15s linear;
	transition:all 0.15s linear;
}

#contact_submit.submitSending {
	background:#78032d;
}

#contact_success {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 535px;
    z-index: 10;
	padding-top:25px;
}

#con_mail {
	display:none;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(/wp-content/themes/accura/js/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(/wp-content/themes/accura/js/fancybox/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(/wp-content/themes/accura/js/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/wp-content/themes/accura/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/wp-content/themes/accura/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -75px;
	left: 0;
	height:75px;
	width: 100%;
	background-image: url('/wp-content/themes/accura/js/fancybox/box-n.png');
}

#fancybox-bg-ne {
	top:-75px;
	right:-75px;
	width:75px;
	height:75px;
	background-image: url('/wp-content/themes/accura/js/fancybox/box-ne.png');
}

#fancybox-bg-e {
	top: 0;
	right: -9px;
	height: 100%;
	width:9px;
	background: url("/wp-content/themes/accura/images/shared/video_popup_bg.jpg") repeat-x scroll center top #000000;
}

#fancybox-bg-glow-e {
	top: 0;
	right: -144px;
	height: 100%;
	width:135px;
	background:url(/wp-content/themes/accura/js/fancybox/glow-e.png) center no-repeat;
}

#fancybox-bg-se {
	bottom: -75px;
	right: -75px;
	width:75px;
	height:75px;
	background-image: url('/wp-content/themes/accura/js/fancybox/box-se.png');
}

#fancybox-bg-s {
	bottom: -75px;
	left: 0;
	width: 100%;
	height:75px;
	background-image: url('/wp-content/themes/accura/js/fancybox/box-s.png');
}

#fancybox-bg-sw {
	bottom: -75px;
	left: -75px;
	width:75px;
	height:75px;
	background-image: url('/wp-content/themes/accura/js/fancybox/box-sw.png');
}

#fancybox-bg-w {
	top: 0;
	left: -9px;
	height: 100%;
	width:9px;
	background: url("/wp-content/themes/accura/images/shared/video_popup_bg.jpg") repeat-x scroll center top #000000;
}

#fancybox-bg-glow-w {
	top: 0;
	left: -144px;
	height: 100%;
	width:135px;
	background:url(/wp-content/themes/accura/js/fancybox/glow-w.png) center no-repeat;
}


#fancybox-bg-nw {
	top: -75px;
	left: -75px;
	width:75px;
	height:75px;
	background-image: url('/wp-content/themes/accura/js/fancybox/box-nw.png');
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/wp-content/themes/accura/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/wp-content/themes/accura/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/wp-content/themes/accura/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/wp-content/themes/accura/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/accura/js/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/accura/js/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/accura/js/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/accura/js/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/accura/js/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/accura/js/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/accura/js/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/accura/js/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/accura/js/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/accura/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/accura/js/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/accura/js/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/accura/js/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/accura/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/accura/js/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/accura/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#111;}


/* ------------------------------------------ RESPONSIVE STYLES ------------------------------------------ */

/* Styles for mobile navigation */
#navigation { padding: 15px; background-color: #000; color: #fff; text-align: center; }
#navigation ul { display: none; list-style: none; margin-left: 0; padding-left: 0; margin-bottom: 0; }
#navigation ul.expanded { display: block; }
#navigation li a { display: block; padding: 10px 0; border-top: 1px solid #666; font-size: 1.2em; color: #ccc; text-decoration: none; }
.menu_button { 
display: block; 
color: #fff; 
text-decoration: none; 
border-top: 1px solid #333;
padding: 5px 0 0 0;
font-family: 'MyriadProCondensed',arial,sans-serif;
font-size: 18px;
}
.menu_button:hover { color: #fff; text-decoration: none; }

.for-mobile { display: none } 

@media (max-width: 1280px) {
  
.for-mobile { display: none }  
  
}

@media (max-width: 979px) {

.for-mobile { display: none }  

/* layout */
#wrapper { margin: -250px 0 -70px }
#header_wrapper { 
height: 250px;
background: url(/wp-content/themes/accura/images/shared/bkg-header-mobile2.gif) repeat-x }

#service_left,
.page #main_content, 
.home #main_content,
#footer { width: 100% }

#content_wrapper { width: 97%; max-width: 595px }

#footer_wrapper { display: inline-block; height: auto !important }

#sidebar { width: 100%; float: none; }
#sidebar_social, #sidebar_news {margin: 55px auto }
#newsletter-subscriber, #sidebar-spec {margin: 55px auto; float:none;}
#sidebar_tab_wrapper { margin: 14px 0 }
#sidebar_quote { width: auto }
#service_subheader { width: auto; float: none; margin: 10px 0 0 0 }

.page #main_content, .home #main_content { padding: 26px 0 100px 0 }

#full_page_header { width: auto }

#header { width: auto; height: auto; padding: 0 }
#topnav { float: none; background-color: #000; display: inline-block; padding: 0; width: 100% }
#header_contact { 
position: relative; 
top: 0; 
margin: -10px 0 0 0; 
padding: 10px 0; 
width: 100%; 
background-color: #000; 
text-align: center
}

/* hiding */
.jcarousel-container,
#topnav li > div,
ul.subnav_menu,
#service_page_header .breadcrumbs,
#full_page_header .breadcrumbs,
.not-for-mobile { display: none !important}

/* show */
.for-mobile { display: block } 

/* content */
a.service_icon { width: 48%; margin-right: 0 }
#service_icon_ppc,
#service_icon_mobile { float: right }
#social_share { width: auto; min-height: 105px }
#facebook_share,
#google_share,
#twitter-share { float: none; width: auto; padding: 2px 0 }

#comments { width: 95%; margin: 0 auto; }

#service_left { float: none }

#service_page_header,
.service_icon_sm { width: auto; margin-bottom: 0 }
#service_page_header h1 { float: none; width: auto; line-height: 30px }
#service_page_header .attachment-service_icon { width: 20%; height: auto }
.service_icon_sm.fr { float: none }
#main_content .fl { text-align: left !important }

.fl { float: none; clear: both; display: inline-block; width: 100%; text-align: center; margin: 7px 0}

.for-mobile #sidebar_quote { margin: 50px 0 20px 0 }
#pos-for-mobile { display: block; width: 100% }
#sidebar_featured { margin: 0 auto;  }
.quote_textarea { width: 90% }

#contact_content { margin: 0 10px; }

#contact_success { width: 90%; margin: 0 10px; }

.home #main_content h1,
.home #main_content h2,
#main_content p,
#main_content h2, #main_content dt  { margin-left: 10px; margin-right: 10px; clear: both }
#main-content ul,
#main-content ol { margin: 1em 10px 0 0; padding: 0 0 0 20px; }
#footer_copy { width: auto; text-align: center; float: none; text-align: center; padding-bottom: 25px; clear: both }
#footer_nav { padding: 0 0 25px 0; width: 100% }
#footer_nav li { float: none }
#footer_nav a { text-align: center; margin: 5px; font-size: 16px }

table.case_study_featured_tab img { 
 width: auto
}
.single #main_content {	
width: 100%;
padding: 26px 0 30px 0;
}

#flexi_page_header {	
width: auto;
}
  
}

@media (max-width: 767px) {

/* layout */
#wrapper { margin: -250px 0 -70px }
#header_wrapper { 
height: 250px;
background: url(/wp-content/themes/accura/images/shared/bkg-header-mobile2.gif) repeat-x }

#service_left,
.page #main_content, 
.home #main_content,
#footer { width: 100% }

#content_wrapper { width: 97% }

#footer_wrapper { display: inline-block; height: auto !important }

#sidebar { width: 100%; float: none; }
#sidebar_social, #sidebar_news {margin: 55px auto }
#newsletter-subscriber, #sidebar-spec {margin: 55px auto; float:none;}
#sidebar_tab_wrapper { margin: 14px 0 }
#sidebar_quote { width: auto }
#service_subheader { width: auto; float: none; margin: 10px 0 0 0 }

.page #main_content, .home #main_content { padding: 26px 0 100px 0 }

#full_page_header { width: auto }

#header { width: auto; height: auto; padding-bottom: 0 }
#topnav { float: none; background-color: #000; display: inline-block; padding: 0; width: 100% }
#header_contact { 
position: relative; 
top: 0; 
margin: -10px 0 0 0; 
padding: 10px 0; 
width: 100%; 
background-color: #000; 
text-align: center
}
 
/* hiding */
.jcarousel-container,
#topnav li > div,
ul.subnav_menu,
#service_page_header .breadcrumbs,
#full_page_header .breadcrumbs,
.not-for-mobile { display: none !important}

/* show */
.for-mobile { display: block } 

/* content */
a.service_icon { width: 48%; margin-right: 0 }
#service_icon_ppc,
#service_icon_mobile { float: right }
#social_share { width: auto; min-height: 105px }
#facebook_share,
#google_share,
#twitter-share { float: none; width: auto; padding: 2px 0 }

#comments { width: 95%; margin: 0 auto; }

#service_left { float: none }

#service_page_header,
.service_icon_sm { width: auto; margin-bottom: 0 }
#service_page_header h1 { float: none; width: auto; line-height: 30px }
#service_page_header .attachment-service_icon { width: 20%; height: auto }
.service_icon_sm.fr { float: none }
#main_content .fl { text-align: left !important }

.fl { float: none; clear: both; display: inline-block; width: 100%; text-align: center; margin: 7px 0}

.for-mobile #sidebar_quote { margin: 50px 0 20px 0 }
#pos-for-mobile { display: block; width: 100% }
#sidebar_featured { margin: 0 auto;  }

.home #main_content h1,
.home #main_content h2,
#main_content p,
#main_content h2, #main_content dt  { margin-left: 10px; margin-right: 10px; clear: both }
#main-content ul,
#main-content ol { margin: 1em 10px 0 0; padding: 0 0 0 20px; }
#footer_copy { width: auto; text-align: center; float: none; text-align: center; padding-bottom: 25px; clear: both }
#footer_nav { padding: 0 0 25px 0; width: 100% }
#footer_nav li { float: none }
#footer_nav a { text-align: center; margin: 5px; font-size: 16px }  
 
table.case_study_featured_tab img { 
 width: auto
}
.single #main_content {	
width: 100%;
padding: 26px 0 30px 0;

}


#flexi_page_header {	
width: auto;

}

  
}

@media (max-width: 599px) {

/* layout */
#wrapper { margin: -250px 0 -70px }
#header_wrapper { height: 250px; background: url(/wp-content/themes/accura/images/shared/bkg-header-mobile2.gif) repeat-x }

#service_left, 
.page #main_content, 
.home #main_content, 
.archive #main_content, 
#footer { width: 100% }

#content_wrapper { width: 97% }

#footer_wrapper { display: inline-block; height: auto !important }

#sidebar { width: 100%; float: none; }
#sidebar_social, #sidebar_news {margin: 55px auto }
#newsletter-subscriber, #sidebar-spec {margin: 55px auto; float:none;}
#sidebar_tab_wrapper { margin: 14px 0 }
#sidebar_quote { width: auto }
#service_subheader { width: auto; float: none; margin: 10px 0 0 0 }

.page #main_content, .home #main_content, .archive #main_content { padding: 26px 0 100px 0 }

#full_page_header { width: auto }

#header { width: auto; height: auto; padding-bottom: 0 }
#topnav { float: none; background-color: #000; display: inline-block; padding: 0; width: 100% }
#header_contact { position: relative; top: 0; margin: -10px 0 0 0; padding: 10px 0; width: 100%; background-color: #000; text-align: center }
 
/* hiding */
.jcarousel-container,
#topnav li > div,
ul.subnav_menu,
#service_page_header .breadcrumbs,
#full_page_header .breadcrumbs,
.not-for-mobile { display: none !important}

/* show */
.for-mobile { display: block } 

/* content */
img.alignright, img.alignleft, img { float: none; max-width: 100%; height: auto; width: auto\9; margin: 0; }
a.service_icon { width: 48%; margin-right: 0 }
#service_icon_ppc,
#service_icon_mobile { float: right }
#social_share { width: auto; min-height: 105px }
#facebook_share,
#google_share,
#twitter-share { float: none; width: auto; padding: 2px 0 }
.entry-meta, .entry-utility, .feed_thumbnail_wrap, .navigation { padding: 0 10px; }

#comments { width: 95%; margin: 0 auto; }

#service_left { float: none }

#service_page_header,
.service_icon_sm { width: auto; margin-bottom: 0 }
#service_page_header h1 { float: none; width: auto; line-height: 30px }
#service_page_header .attachment-service_icon { width: 20%; height: auto }
.service_icon_sm.fr { float: none }
#main_content .fl { text-align: left !important }

.fl { float: none; clear: both; display: inline-block; width: 100%; text-align: center; margin: 7px 0}

.for-mobile #sidebar_quote { margin: 50px 0 20px 0 }
#pos-for-mobile { display: block; width: 100% }
#sidebar_featured { margin: 0 auto;  }

.home #main_content h1,
.home #main_content h2,
#main_content p,
#main_content h2, #main_content dt  { margin-left: 10px; margin-right: 10px; clear: both }
#main-content ul,
#main-content ol { margin: 1em 10px 0 0; padding: 0 0 0 20px; }
#main_content img.alignleft, #main_content img.alignright { width: 30%; margin: 0 10px 5px; }
#main_content img.alignleft { float: left }
#main_content img.alignright { float: right }
#footer_copy { width: auto; text-align: center; float: none; text-align: center; padding-bottom: 25px; clear: both }
#footer_nav { padding: 0 0 25px 0; width: 100% }
#footer_nav li { float: none }
#footer_nav a { text-align: center; margin: 5px; font-size: 16px }  

table.case_study_featured_tab img { width: auto }
.single #main_content {	width: 100%; padding: 26px 0 30px 0; }

#flexi_page_header { width: auto; }

#main_content .video-container { position: relative; padding-bottom: 56.25%; padding-top: 35px; height: 0; overflow: hidden; }

#main_content .video-container iframe { position: absolute; top:0; left: 0; width: 100%; height: 100%; }
}

@media (max-width: 480px) {

/* layout */
#wrapper { margin: -250px 0 -70px }
#header_wrapper { 
height: 250px;
background: url(/wp-content/themes/accura/images/shared/bkg-header-mobile2.gif) repeat-x }

#service_left,
.page #main_content, 
.home #main_content, 
.archive #main_content,
#footer { width: 100% }

#content_wrapper { width: 97% }

#footer_wrapper { display: inline-block; height: auto !important }

#sidebar { width: 100%; float: none; }
#sidebar_social, #sidebar_news {margin: 55px auto }
#newsletter-subscriber, #sidebar-spec {margin: 55px auto; float:none;}
#sidebar_tab_wrapper { margin: 14px 0 }
#sidebar_quote { width: auto }
#service_subheader { width: auto; float: none; margin: 10px 0 0 0 }

.page #main_content, .home #main_content, .archive #main_content { padding: 26px 0 100px 0 }

#full_page_header { width: auto }

#header { width: auto; height: auto; padding: 0 }
#topnav { float: none; background-color: #000; display: inline-block; padding: 0; width: 100% }
#header_contact { 
position: relative; 
top: 0; 
margin: -10px 0 0 0; 
padding: 10px 0; 
width: 100%; 
background-color: #000; 
text-align: center
}

/* hiding */
.jcarousel-container,
#topnav li > div,
ul.subnav_menu,
#service_page_header .breadcrumbs,
#full_page_header .breadcrumbs,
.not-for-mobile { display: none !important}

/* show */
.for-mobile { display: block } 

/* content */
img.alignright, img.alignleft, img, .entry-content img, #main_content img { float: none; max-width: 100%; height: auto; width: auto\9; margin: 0; }
a.service_icon { width: 48%; margin-right: 0 }
#service_icon_ppc,
#service_icon_mobile { float: right }
#social_share { width: auto; min-height: 105px }
#facebook_share,
#google_share,
#twitter-share { float: none; width: auto; padding: 2px 0 }

#comments { width: 95%; margin: 0 auto; }

#service_left { float: none }

#service_page_header,
.service_icon_sm { width: auto; margin-bottom: 0 }
#service_page_header h1 { float: none; width: auto; line-height: 30px }
#service_page_header .attachment-service_icon { width: 20%; height: auto }
.service_icon_sm.fr { float: none }
#main_content .fl { text-align: left !important }

.fl { float: none; clear: both; display: inline-block; width: 100%; text-align: center; margin: 7px 0 }

.for-mobile #sidebar_quote { margin: 50px 0 20px 0 }
#pos-for-mobile { display: block; width: 100% }
#sidebar_featured { margin: 0 auto;  }

.home #main_content h1,
.home #main_content h2,
#main_content p,
#main_content h2, #main_content dt  { margin-left: 10px; margin-right: 10px; clear: both }
#main-content ul,
#main-content ol { margin: 1em 10px 0 0; padding: 0 0 0 20px; }
#main_content img.alignleft, #main_content img.alignright { width: 30%; margin: 0 10px 5px; }
#main_content img.alignleft { float: left }
#main_content img.alignright { float: right }
#footer_copy { width: auto; text-align: center; float: none; text-align: center; padding-bottom: 25px; clear: both }
#footer_nav { padding: 0 0 25px 0; width: 100% }
#footer_nav li { float: none }
#footer_nav a { text-align: center; margin: 5px; font-size: 16px }

table.case_study_featured_tab img { width: auto }
.single #main_content {	width: 100%; padding: 26px 0 30px 0; }

.dlform .quote_text { width:100px; }
#main_content .dlform  h2 { height:75px; padding:10px; }

#flexi_page_header { width: auto; }

#main_content .video-container { position: relative; padding-bottom: 56.25%; padding-top: 35px; height: 0; overflow: hidden; }
#main_content .video-container iframe { position: absolute; top:0; left: 0; width: 100%; height: 100%; }

}