/* =============================================================== */
/* Import Section
================================================================ */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,400italic,300);

@import url("skeleton.css");			/* 960 Grid + Media Query Layouts */ 
@import url("flexslider.css");			/* Flex Slider Styles */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; 
	}
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

code {
	padding: 3px 6px;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	background: #fcfcfc;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #3f8faf;
}

/* #Basic Styles
================================================== */
body {
		background: #00232A;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		color: #222;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		overflow-x: hidden;
}


/* Basic Alginment
================================================== */
.columns img, .column img{max-width: 100%; height: auto;}
.content img{margin-bottom: 15px;}

.item-img img {width: 100%; height: auto;}

.align-left{float: left;}
.align-center{text-align: center;}
.align-right{float: right}

img.align-left{float: left; margin: 0 15px 12px 0;}
img.align-center{text-align: center; clear: both; margin: 15px auto; display: block;}
img.align-right{float: right; margin: 0 0 12px 15px;}

img, object, video {max-width: 100%; height: auto;display:block;}
img {width: auto;max-width: 100%; border: 0;-ms-interpolation-mode: bicubic;}

/* Flexible Embeds */
.embed {
    position: relative;
    padding: 0px;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clearfix {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}

/* #Links
================================================== */
a, a:visited {
	color: #CB8700;
	text-decoration: none;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	-transition: color 0.1s ease-in-out;
	cursor: pointer;
}

p a {
	color: #CB8700;
	text-decoration: none;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	-transition: color 0.1s ease-in-out;
	cursor: pointer;
}

a:visited, p a:visited {
	color: #8C7850;
}

a:hover, a:visited:hover { color: #005565; }

.links a:visited {
	color: #8C7850;
}

/* #Typography and Homepage Styles
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-weight: 600;
}
	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

h1 { font-size: 28px; line-height: 50px; margin-top: 17px; }

h2 { font-size: 22px; line-height: 38px; padding: 2px 0px 14px; }

h3 { font-size: 19px; line-height: 34px; }


h4 { font-size: 18px; line-height: 30px; }

h5 {
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 16px;
}

h6 { font-size: 14px; line-height: 21px; }
.subheader { color: #777; }

p { margin: 0 0 20px 0; line-height: 28px;}
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 28px; color: #777;  }

em { font-style: italic; }
strong, b { font-weight: 600; }
strong.header {
	margin-right: 5px;
}
small { font-size: 80%; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/* #Lists
================================================== */
ul, ol { margin: 15px 0 15px 35px; }
ul { list-style: disc;  }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul {}
ul ul li, ul ol li,
ol ol li, ol ul li {}
li { line-height: 24px; padding-bottom: 5px; }
ul.large li { line-height: 21px; }
li p { line-height: 24px; }
ul.intro {
	list-style: none;
	margin: 15px 0;
}

ul.side-menu {
	list-style: none;
}

ul.side-menu li {
	color: #FFF;
	background: #00232A none repeat scroll 0% 0%;
	margin-top: 1px;
	font-weight: 600;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul.side-menu li a, ul.side-menu li a:hover {
	color: #FFF;
	display: block;
	width: 100%;
	padding: 11px 21px 6px;
}

ul.side-menu li:hover {
	background: #003E4A;
	cursor: pointer;
}

/* #Forms
================================================== */
.t2 { display: none; }  /*  For form validation - do not remove  */

form {
	margin-bottom: 78px; }
fieldset {
	margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #B6A99F;
	padding: 5px 9px;
	outline: none;
	font: 14px 'Open Sans', sans-serif;
	color: #888;
	margin: 0;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.2);
    box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.2);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	}
select {
	padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #565656;
	color: #606060; 
	}
textarea {
	min-height: 60px; }
label,
legend {
	display: block;
	font-weight: bold;
	font-size: 14px; 
	font-weight: normal;
	margin-bottom: 7px;}
select {
	 }
input[type="checkbox"] {
	display: inline; }
label span,
legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* =============================================================== */
/* Miscellaneous Site Styles
================================================================ */

.small-border {
	border-top: 1px solid #AAA;
	width: 130px;
	margin: 14px auto;
	display: block;
}

img.intro {
	margin: 4px auto 16px;
	display: block;
}

/* Background Wrappers and Sections
==========================*/

.dark-wrapper { background: #00232A; }


#homepage-wrapper {
	background: #141414;
	color: #FFF;
	padding: 36px 0;
}

#homepage-wrapper h1 {
	color: #FFF;
	margin: 10px 0;
}

#homepage-wrapper a {
	color: #EEE;
}

#homepage-wrapper a:hover {
	color: #FCD484;
}

.grid-section {
	background: #585858 none repeat scroll 0% 0%;
	height: 205px;
}

.grid-section p {
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	margin-top: 13px;
}

.grid-section img {
    margin: 0 auto;
}

.grid-section i {
	font-size: 40px;
	line-height: 0;
	display: block;
	text-align: center;
	padding-top: 56px;
}

.container.grid {
	margin-top: 24px;
}

#content {
	background: #FFF;
}

#motto-wrapper {
	background: #003E4A;
}

#motto-wrapper p {
	color: #FFF7E7;
	font-size: 20px;
	text-align: center;
	font-style: italic;
	margin: 25px 0px;
}

/* Headlines
==========================*/
.headline {
	display: block;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 0px 10px;
	margin: 20px 0px;
}

.headline span {
	color: #888;
	font-weight: normal;
	font-size: 12px;
	float: right;
}

h5.headline {
	padding: 0 0 8px 0;
	margin: 0px 0 12px 0;
}

/* Page Title
==========================*/
#page-title {
}

#page-title h1 {
	font-weight: 600;
	font-size: 1.6rem;
	padding: 26px 0px 15px;
	color: #222;
}

#page-title span {color:#a0a0a0;}

/* Back To Top Button
==========================*/
#backtotop {
	position: fixed;
	right:0px;
	display:none;
	bottom: 20px;
	margin: 0 20px 0 0;
}

#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	opacity: 0.9;
	font-size: 44px;
	text-shadow: 1px 1px #555;
}

#backtotop a:hover {color: #148E94;}

/* =============================================================== */
/* Header
================================================================ */
#header {
	position: relative;
	background: #003E4A;
}

#topbar { 
	border-bottom: 1px solid #e2e2e2;
	background-image: linear-gradient(bottom, #f4f4f4 0%, #efefef 100%);
	background-image: -o-linear-gradient(bottom, #f4f4f4 0%, #efefef 100%);
	background-image: -moz-linear-gradient(bottom, #f4f4f4 0%, #efefef 100%);
	background-image: -webkit-linear-gradient(bottom, #f4f4f4 0%, #efefef 100%);
	background-image: -ms-linear-gradient(bottom, #f4f4f4 0%, #efefef 100%);
	background-color: #fafafa;
}

/* Logo
================================================== */

#logo_left {
    padding: 36px 0px 18px;
}

#logo_right {
	padding: 110px 51px 0px;
}

.logoimg {

}

#logo_left {
	background-position: top center;
}

#logo_left p {
	font-size: 23px;
	color: #FFF;
	padding-top: 7px;
	margin: 0px;
}

#logo_right { text-align: right; }
#logo_right p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 33px;
	color: #FFF;
}
#logo_right a { text-decoration: none; color: #FFF; }
#logo_right a:hover { text-decoration: underline; }

#contact_area { margin: 7px 0; font-size: 13px; line-height: 16px; }
.contact_item { text-align: left; padding: 0 15px 0 0; float: left; }
#socialmedia { text-align: right; margin: 7px 0; float: right; font-size: 13px; line-height: 16px; }
#socialmedia span { padding-right: 10px; float: left; }
#socialmedia_container { position: relative; }
#socialmedia_container a { display: block; padding: 0 3px; float: right; }

img.taxagent {
	background: #EEE;
	border-radius: 10px;
	padding: 18px;
	margin-top: 26px;
	float: left;
}

img.ca {
	background: #EEE;
	border-radius: 10px;
	padding: 65px 18px;
	margin-top: 26px;
	float: left;
	margin-left: 42px;
}

/* Main Navigation
==========================*/
.selectnav {
	display: none;
	cursor: pointer;
	width: 80%;
	padding: 8px;
	height: 37px;
	font-size: 14px;
}

.nav-bar {
	background: #003E4A;
}

#navigation {
	position: relative;
	width: 100%;
	border-left: 0px;
	border-right: 0px;
}

#navigation ul {list-style:none; padding:0; margin:0; text-align: left; }
#navigation li {list-style:none; padding:0; margin:0; display:inline-block; }
#navigation ul li {position:relative;}
#navigation ul ul { text-align: left; }

#navigation ul li a { 
    display: inline-block;
    padding: 11px 39px 29px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFF;
    font-weight: 700;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#navigation ul ul {
	opacity: 0; 
	margin: 0;
  	filter: alpha(opacity=0); 
	position: absolute;
	top:-99999px; 
	left: 0;
	background: #003E4A;
	z-index: 999;
}

#navigation ul ul li a {
	display: block;
	width: 199px;
	margin: 0 16px;
	font-weight: 700;
	font-size: 14px;
	border-bottom: 1px solid #565656;
	border-top: 1px solid transparent;
	color: #FFFFFF !important;
	text-transform: uppercase;
	padding: 14px 0;
}

#navigation ul ul ul { 
	position:absolute; 
	top:-99999px; 
	left:100%; 
	opacity: 0;
	margin: -3px 0 0 0;
	z-index: 999;
}

#navigation ul ul ul li a { 
	border-bottom: 1px solid #dddddd !important;
	border-top: 1px solid transparent;
}

#navigation ul ul li:last-child a, #navigation ul ul li:last-child a:hover {border-bottom: 1px solid transparent}
#navigation ul ul ul li:last-child a {border-bottom: 1px solid transparent !important}
#navigation ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0;}
#navigation ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #fff border: 0; }
#navigation ul li:hover > a { color: #FCD484; }
#navigation ul ul li:hover > a {border-top: 1px solid transparent; color: #FCD484 !important; background: none; }
#current > a { color: #FCD484 !important; }
#current ul #current > a { background: none; }

#navigation .caid33843 a { background: #eaeaea !important; padding: 15px !important; color: #39B54A !important; }
#navigation .caid33843 a:hover { background: #b0b0b0 !important; color: #F58220 !important; }
#navigation #current.caid33843 a { background: #b0b0b0 !important; color: #F58220 !important; }

li.hasChild::after {
	font-family: "fontello";
	position: absolute;
	content: "\e802";
	color: #FFF;
	font-size: 12px;
	top: 10px;
	right: 24px;
}

li.hasChild:hover:after, li#current.hasChild:after {
	color: #FCD484;
}


/* IE Dropdown Fix
==========================*/
.ie7 .ie-dropdown-fix {position: relative; z-index: 5;}
.ie8 .ie-dropdown-fix {position: relative; z-index: 5;}

/* Content Area
==========================*/
.content { padding: 30px 0 20px 0; }

/* =============================================================== */
/* Welcome
================================================================ */
#welcome { padding: 15px 0; }
#welcome h1 { text-align: center; color: #616265; font-size: 1.7em; line-height: 30px; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 400; margin: 10px 0; }
#welcome p { text-align: center; color: #777777; font-size: 1.3em; font-weight: 300; line-height: 150%; margin-top: 15px; padding: 0 100px; }
#welcome p a { position: relative; display: inline-block; padding: 5px 10px; margin: 20px 5px; font-size: 16px; background: #FFFFFF; color: #616265; border: 2px solid #616265; text-transform: uppercase; }
#welcome p a:hover { color: #FFFFFF; background: #616265; }

/* =============================================================== */
/* Services
================================================================ */
.service-intro h1 { text-align: center; color: #5f5c5c; font-size: 30px; line-height: 40px; font-weight: 300; margin: 20px 0 25px 0; }
.services-group { position: relative; width: 100%; padding: 20px 0; }
.services-group h3 a { color: #616265; font-weight: 400; font-size: 20px; padding: 10px 0; }
.services-group p { color: #777777; font-size: 16px; font-weight: 300; line-height: 150%; padding: 0 0 10px 0; }
.services-group img { display: block; margin: 0 auto; }
.services-group ul { display: block; margin: 0 auto 0 130px; }
.services-group li { float: left; width: 40%; color: #777777; font-size: 16px; font-weight: 300; line-height: 130%; }
.services-link { text-align: center; }
.services-link a { position: relative; padding: 10px 20px; display: inline-block; background: transparent; color: #616265; border: 2px solid #616265; font-size: 16px; text-transform: uppercase; margin: 5px 0 15px 0; -webkit-transition: color 0.3s ease-in-out; -moz-transition: color 0.3s ease-in-out; -o-transition: color 0.3s ease-in-out; -transition: color 0.3s ease-in-out; }
.services-link a:hover { background: #616265; color: #FFFFFF; }

.serviceicon-personaltax { background: url(../images/icon-personaltax.png) no-repeat; background-size: 117px 160px; width: 117px; height: 160px !important; }
.svg .serviceicon-personaltax { background: url(../images/icon-personaltax.svg) no-repeat; background-size: 117px 160px; width: 117px; height: 160px; }
.serviceicon-businessaccounting { background: url(../images/icon-businessaccounting.png) no-repeat; background-size: 160px 171px; width: 160px; height: 171px !important; }
.svg .serviceicon-businessaccounting { background: url(../images/icon-businessaccounting.svg) no-repeat; background-size: 160px 171px; width: 160px; height: 171px; }
.serviceicon-whoweserve { background: url(../images/icon-whoweserve.png) no-repeat; background-size: 160px 108px; width: 160px; height: 108px !important; }
.svg .serviceicon-whoweserve { background: url(../images/icon-whoweserve.svg) no-repeat; background-size: 160px 108px; width: 160px; height: 108px; }


.whoweserve_list { display: block; margin: 0 auto 0 30px; }
.whoweserve_list li { float: left; width: 50%; }
/* =============================================================== */
/* News
================================================================ */

#news_holder .headline { margin-top: 0; }
#listing ul { margin-left: 5px; }
#listing a:visited { color: #054264; }
.news-wrapper ul { margin: 0; list-style-type: none; }
.news-wrapper li { border-bottom: 1px solid #727272; }

.news_summary_title { text-transform: capitalize; display: block; padding: 12px 0 10px 0; font-size: 14px; }
.news_summary_title a { color: #DDD; text-decoration: none; }
.news_summary_title a:hover { color: #DDD; text-decoration: underline; }
.news_summary_desc { padding: 0 0 10px 0; }
.news_summary_more { padding: 10px 0; }
.news_summary_more a { color: #DDD; font-size: 15px; }
.news_summary_more a:hover { text-decoration: underline; }
#article img { width: 100% !important; height: auto !important; }
.articledescription { font-weight: 400; font-size: 20px; margin-bottom: 15px; }

.home-news {
	background: #FCFCFC none repeat scroll 0% 0%;
	border-radius: 3px;
	padding: 0px 20px 20px;
	border: 1px solid #CCC;
}

.home-news .news_summary_title a {
	color: #F58220;
	font-size: 16px;
}

.home-news .news_summary_more a {
    color: #F58220;
    font-size: 16px;
}

/* =============================================================== */
/* Contact Block
================================================================ */
#contact_block { margin-top: 12px; }
#contact_block p { color: #FFFFFF; font-size: 14px; margin-bottom: 10px; }
#contact_block a { color: #FFFFFF; text-decoration: underline; }
#contact_block a:hover { text-decoration: none; }

/* =============================================================== */
/* eWombat and ASX Search
================================================================ */
#quicksearch { display: none; }
#aioresult { margin: 30px 0; }
.search_tip p { padding: 10px 0 0 0; }
.search_tip a { color: #888; font-size: 14px; }
.search_tip a:hover { text-decoration: underline; }
#ewombatsearch, #ewombatsearch input, #asxsearch, #asxsearch input {
	margin-bottom: 0;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	box-shadow: none;
}
#marketwatch { display: block; margin: 0 auto; width: 318px; }

/* =============================================================== */
/* Homepage Icon Areas
================================================================ */
p.scrolldown {
	text-align: center;
	text-shadow: 1px 1px #000;
	margin-top: 38px;
	color: #FFF;
}

p.scroll, p.scroll a {
	text-align: center;
	color: #FFF;
	margin-top: 15px;
}

p.scroll a:hover {
	color: #05757A;
}

p.intro-text {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	margin: 22px 0px 8px;
	line-height: 28px;
}

/* =============================================================== */
/* Secure File Transfer
================================================================ */
#sftp { display: block; margin: 0 auto; max-width: 300px; }

/* =============================================================== */
/* Aligned Images
================================================================ */
.rightimage { float: right; padding: 0 0 25px 25px; width: 320px; }
.leftimage { float: left; padding: 0 25px 25px 0; width: 320px; }
.rightimage p, .leftimage p { margin: 10px 0 0 0; }
.rightimage span, .leftimage span { font-size: 18px; color: #000000; font-weight: bold; }
.servicesimage { width: 180px !important; }

/* =============================================================== */
/* Newsletters
================================================================ */
#newsletters { max-width: 660px; float: left; margin-bottom: 30px; }
#newsletters a { display: block; margin: 5px auto; text-align: center; }
#newsletters img { display: block; margin: 0 auto; }
.newsletter-item { padding: 15px 0 5px 0; }

/* =============================================================== */
/* jsticker_scroll
================================================================ */
#jsticker_wide { background: #00232A;}
.scrollingtext { position: absolute; }
#jsticker_scroll { position: relative; height: 46px; width: 100%; display: block; overflow: hidden; margin: 0 auto;  }
#jsticker_scroll div { display: inline-block; margin: 0; }
#jsticker_scroll a { color: #FEFEFE; display: block; padding: 0 20px; line-height: 46px; font-size: 14px; }

#jsticker_scroll a:hover {
	color: #FCD484;
}

#jsticker_scroll .scrollingtext {
	white-space: nowrap;
}

/* =============================================================== */
/* Info Box
================================================================ */
.info-box {
	background-image: linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%); background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e4e4e4;
	padding: 18px 25px;
	margin: 20px 0 5px 0;
}

.info-box p {margin: 0;}
.info-box h4 {line-height: 24px; }
.info-box a {margin: 7px 0 0 0;}
.info-content {float: left;}

/* Sidebar
==========================*/

.blog-sidebar, .sidebar {margin: 15px 0px 24px;}

.sidebar h4 {
	margin: 0px 0px 23px;
	padding: 0px 0px 23px;
	font-size: 20px;
	line-height: 22px;
	color: #888;
}

.sidebar p {
	font-size: 14px;
}

.sidebar .news-wrapper { margin-bottom: 20px; }

.widget {
	margin: 20px 0 30px 0;
	line-height: 20px;
}

.widget h5 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
}

.widget ul { margin-left: 0; }
.widget li ul { margin: 5px 0 5px 15px; }

/* Search */
.search input {
	width: 88%;
	padding-left: 43px;
	color: #888;
	background:url(../images/search_ico.png) no-repeat 4% 54%;
	font-size: 14px;
}

.search:focus {border: 1px solid #ddd;}


/* Social Icons */
.social-blog {margin: 5px 0 25px 0; float: left;}
.social-blog:first-child {margin-right: 30px;}

.feed img {float: left;}
.feed p {line-height: 14px; float: left; margin: 2px 0 0 7px;}

a.feed {
	display: inline-block;
	font-size: 11px;
	color: #444;
	font-weight: bold;
}

a.feed span {
	color: #888;
	font-weight: normal;
}


/* Categories */
.categories ul { list-style-type: none; }
.categories li a {
	color: #888;
	display: block;
	padding: 7px 0;
	padding-left: 12px;
	border-bottom: 1px solid #e7e7e7;
	background: url(../images/link_list_arrow_02.png) no-repeat left 47%;
}
.categories li a:hover {color: #444;}


/* Tabs */
.latest-post-blog {margin: 0 0 20px 0; height: 50px;}
.latest-post-blog:last-child {margin-bottom: 5px;}

.latest-post-blog p,
.latest-post-blog a {
	margin: 0;
	color: #606060;
	line-height: 18px;
}

.latest-post-blog span {
	color: #888;
	margin: 3px 0 0 0;
	display: block;
}

.latest-post-blog img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #dedede;
	padding: 3px;
	height: 49px; width: 49px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul.arrow_list a:visited {
	color: #5988A6 !important;
}

/* =============================================================== */
/* Contact
================================================================ */


/* Google Map
==========================*/
#google-map {
    position: relative;
    padding: 0px;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}


/* Contact Details
==========================*/
.contact-details { list-style-type: none; }
.contact-details li {
	margin: 0 0 15px 0;
}

.contact-details p {
	margin: 0 0 0 40px;
	line-height: 28px;
}

.contact-details li i {
	float: left;
	margin: 2px 0 0 0;
}


/* Contact Form
==========================*/

p.intro {
	padding-right: 45px;
}

.field textarea {
	width: 92%;
	height: 120px;
}

.field input {
	width: 92%;
}

.field:focus {border: 1px solid #ddd;}

.field label span {color:#ea1c1c;}

.field .validation-error, 
.field .validation-error:focus {
	border:1px solid #f2c4c2;
	background: #ffeceb;           
}

.loading {
	background:url(../images/loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display: none;
	float: left;
	margin: 5px;
}

.success-message {display:none;}

.submitbutton {
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px 5px 0;
  padding: 7px 14px !important;
  width: auto !important;
}

/* =============================================================== */
/* Footer
================================================================ */
footer {
	color: #CDCDCD;
	font-size: 14px;
}
footer .headline {
	margin: 0;
	color: #CDCDCD;
	font-weight: 600;
	border-bottom: 1px solid #363636;
	padding: 0 0 15px 0;
}

footer a, footer a:visited {
	color: #CDCDCD;
	margin-right: 30px;
}

footer a:hover, footer a:visited:hover {
	color: #FCD484;
}

footer ul {
	list-style: none;
	margin: 15px 0;
}

footer h4 {
	font-size: 16px;
}

.footer-block {
	padding-top: 23px;
}

.footer-block-border {
	border-top: 1px solid #727272;
	padding-top: 23px;
}

#footer-bottom {
	background: #00232A;
	font-size: 0.95em;
}

#dealer { margin-top: 20px; }
#dealer p { color: #FFFFFF; text-align: center; }
#dealer a { color: #FFFFFF; text-decoration: underline; }
#dealer a:hover { text-decoration: none; }

/* Copyright
==========================*/

#copyright {
	margin: 10px 0px 25px;
	color: #888;
}

#copyright img {
	opacity: 0.9;
}

a.siteby, a.siteby:visited {
	margin-left: 53px;
	color: #AEA5A5;
}

#siteby {
	margin: 22px 0; text-align: right;
}

#siteby a {
	color: #CCC;
}

#siteby a:hover {
	text-decoration: underline; color: #CCC;
}              

/* Social Icons
==========================*/
.social-links {margin: 22px 0; float: right;}
.social-links-about {
	padding: 15px 0 5px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.social-links li:first-child, 
.social-links-about li:first-child {margin-left: 0;}

.social-links li {
	display: inline;
	list-style: none;
	opacity: 0.4;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	text-indent: -9999px;
	margin-left: 15px;
	float: left;
}

.social-links-about li {
	display: inline;
	list-style: none;
	opacity: 0.4;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	text-indent: -9999px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
			
.social-links a,
.social-links-about a {
	background-repeat: no-repeat;
	background-position: 0 -16px;
	display: block;
	height: 32px;
	width: 32px;
}

.social-links li:hover,
.social-links-about li:hover {opacity: 1;}

.twitter {background: url(../images/social_icons_twitter.png) no-repeat;}
.facebook {background: url(../images/social_icons_facebook.png) no-repeat;}
.digg{background: url(../images/social_icons_digg.png) no-repeat;}
.vimeo{background: url(../images/social_icons_vimeo.png) no-repeat;}
.youtube{background: url(../images/social_icons_youtube.png) no-repeat;}
.skype{background: url(../images/social_icons_skype.png) no-repeat;}
.linkedin{background: url(../images/social_icons/linkedin.png) no-repeat;}

/* =============================================================== */
/* Buttons
================================================================ */
.button {
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	margin: 0 5px 5px 0;
	*float: left;
	-webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, .3);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3);
}

.button:active {
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}

.button.medium i {float: left;margin: 2px 5px 0px -5px;}
.button.small i {float: left;margin: 1px 5px 0px -3px;}

.button.medium  {
	padding: 7px 14px;
	font-size: 14px;
}

.button.small {
	padding: 6px 12px;
	font-size: 12px;
	line-height: 16px;
}

.buttonfull { position: relative; display: inline-block; padding: 10px 20px; font-size: 16px; background: #FFFFFF; color: #3A6E8F !important; border: 2px solid #3A6E8F; text-transform: uppercase; cursor: pointer; transition: all 0.15s ease-in-out 0s; }
.buttonfull:hover { color: #FFFFFF !important; background: #3A6E8F; }

.buttonfullreverse {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	font-size: 14px;
	background: #003E4A;
	color: #FFF !important;
	border: 1px solid #003E4A;
	cursor: pointer;
	transition: all 0.15s ease-in-out 0s;
	width: 96.2% !important;
	font-family: "Open Sans",sans-serif;
	font-weight: 600;
	border-radius: 1px;
}

.buttonfullreverse:hover {
	color: #054479 !important;
	background: #FFF;
}


/* Input Button
==========================*/
input[type="button"] {
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	margin: 0 5px 5px 0;
	*float: left;
	-webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, .3);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3);
	padding: 7px 14px !important;
	font-size: 14px;
	width: auto !important;
	float: left;
}

input[type="button"]:active {
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}


/* Yellow Button
==========================*/
.button.yellow, input[type="button"] {
	border: 1px solid #e6bd4c;
	background-image: linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
	background-image: -o-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
	background-image: -moz-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
	background-image: -webkit-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
	background-image: -ms-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
	background-color: #FCCC73;
	color:#754c00;
	text-shadow: 1px 1px 0px #ffebb7;
	filter: dropshadow(color=#ffebb7, offx=1, offy=1);
}

.button.yellow:hover, input[type="button"]:hover {background: #fbd684;}


/* White Button
==========================*/
.button.white {
	border: 1px solid #dddddd;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F7F7F7;
	color:#444;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}

.button.white:hover {background: #fbfbfb;}


/* Black Button
==========================*/
.button.black {
	border: 1px solid #464646;
	background-image: linear-gradient(bottom, #464646 0%, #656565 100%);
	background-image: -o-linear-gradient(bottom, #464646 0%, #656565 100%);
	background-image: -moz-linear-gradient(bottom, #464646 0%, #656565 100%);
	background-image: -webkit-linear-gradient(bottom, #464646 0%, #656565 100%);
	background-image: -ms-linear-gradient(bottom, #464646 0%, #656565 100%);
	background-color: #464646;
	color:#fff;
	text-shadow: 1px -1px 0px #444;
	filter: dropshadow(color=#4444444, offx=1, offy=1);
}

.button.black:hover {background: #535353;}


/* Red Button
==========================*/
.button.red {
	border: 1px solid #b23730;
	background-image: linear-gradient(bottom, #C74039 0%, #E35752 100%);
	background-image: -o-linear-gradient(bottom, #C74039 0%, #E35752 100%);
	background-image: -moz-linear-gradient(bottom, #C74039 0%, #E35752 100%);
	background-image: -webkit-linear-gradient(bottom, #C74039 0%, #E35752 100%);
	background-image: -ms-linear-gradient(bottom, #C74039 0%, #E35752 100%);
	background-color: #C74039;
	color:#fff;
	text-shadow: 1px -1px 0px #a43b37;
	filter: dropshadow(color=#a43b37, offx=1, offy=1);
}

.button.red:hover {background: #ce4640;}


/* Green Button
==========================*/
.button.green {
	border: 1px solid #819633;
	background-image: linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
	background-image: -o-linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
	background-image: -moz-linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
	background-image: -webkit-linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
	background-image: -ms-linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
	background-color: #8DA046;
	color:#fff;
	text-shadow: 1px -1px 0px #77873b;
	filter: dropshadow(color=#77873b, offx=1, offy=1);
}

.button.green:hover {background: #93a749;}


/* Blue Button
==========================*/
.button.blue {
	border: 1px solid #1f70ad;
	background-image: linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
	background-image: -o-linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
	background-image: -moz-linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
	background-image: -webkit-linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
	background-image: -ms-linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
	background-color: #2778C8;
	color:#fff;
	text-shadow: 1px -1px 0px #1c6396;
	filter: dropshadow(color=#1c6396, offx=1, offy=1);
}

.button.blue:hover {background: #287fc8;}


/* =============================================================== */
/* Social Widget
================================================================ */
#social a{
	width: 32px;
	height: 32px;
	margin: 0 9px 9px 0;
	display: block;
	float: left;
}

#social a img{
	border: none;
}


/* =============================================================== */
/* Blockquote
================================================================ */
blockquote {
	border-left: 4px solid #e7e7e7;
	padding-left: 20px;
	color: #888;
	line-height: 20px;
	margin: 5px 0 20px 0;
}


/* =============================================================== */
/* Breadcrumbs
================================================================ */
#breadcrumbs {
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F7F7F7;
	border: 1px solid #ddd;
	padding: 11px 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	color: #888;
	margin: -1px 0 0 0;
}

#breadcrumbs li {display: inline;}
#breadcrumbs li span {margin: 0 5px;}
#breadcrumbs li i {opacity: 0.3; margin: 0 3px 0 0;}


/* =============================================================== */
/* Accordion
================================================================ */
.acc-trigger {
	border: 1px solid #ddd;
	cursor: pointer;
	display: block;
	margin: 10px 0;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.acc-trigger a {
	background: url(../images/accordion_plus_ico.png) no-repeat right;
	border-left: #ddd;
	display: block;
	color: #888;
	outline:  none;
	padding: 11px 15px;
	text-decoration: none;
	font-weight: bold;
}

.acc-trigger.active a {cursor: default; background: url(../images/accordion_minus_ico.png) no-repeat right;}
.acc-trigger a:hover, .acc-trigger.active a{color: #444;}
.acc-trigger a h3 {font-weight: bold; font-size: 14px; letter-spacing: -0.5px; line-height: 28px; color: #777;}
.acc-container .content{ padding: 2px 15px 5px 15px; 	line-height: 19px;}

/* =============================================================== */
/* Tabs
================================================================ */
.tabs-nav {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.tabs-nav li {
	float: left;
	line-height: 34px;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0 0 -1px 0;
}

.tabs-nav li a {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	margin-right: 5px;
}

.tabs-nav li a {
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
	border: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #888;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 0 16px;
	text-decoration: none;
}

.tabs-nav li:first-child a {border-left: 1px solid #ddd; }

.tabs-nav li.active a {	color: #444; font-weight: bold;}
.tabs-nav li.active a i {opacity: 0.8}
.tabs-nav li i {opacity: .5}
				
.tabs-nav li.active a, .tabs-nav li a:hover  {
	background: #fff;
	border-bottom: 2px solid #fff;
}

.tabs-container {
	border: 1px solid #ddd;
	margin: -1px 0 20px;
	overflow: hidden;
	width: 100%;
	line-height: 19px;
	-webkit-border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	border-radius: 0 3px 3px 3px;
}

.tab-content {padding: 20px;}


/* =============================================================== */
/* List Styles
================================================================ */
.check_list li, .plus_list li, .minus_list li, .star_list li, .arrow_list li, .square_list li, .circle_list li, .cross_list li {list-style: none;margin: 7px 0;}

.check_list li {background: url(../images/list_icons/list_check.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.plus_list  li {background: url(../images/list_icons/list_plus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.minus_list  li {background: url(../images/list_icons/list_minus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.star_list  li {background: url(../images/list_icons/list_star.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.arrow_list  li {background: url(../images/list_icons/list_arrow.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.square_list  li {background: url(../images/list_icons/list_square.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.circle_list  li {background: url(../images/list_icons/list_circle.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.cross_list  li {background: url(../images/list_icons/list_cross.png) no-repeat 0% 50%; padding: 0 0 0 16px;}


/* =============================================================== */
/* Table
================================================================ */
table.standard-table{
	width:100%;
	border-radius:3px;
	border-collapse:separate;
	border-spacing:0;
	border:none;
	margin-bottom:15px;
}

table.standard-table th{
	border: 1px solid #dddddd;
	border-right: none;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F7F7F7;
	text-align:left;
	padding:10px 15px;
	color:#444;
	vertical-align:top;
	font-size: 14px;
	font-weight: bold;
}
	
table.standard-table th:first-child{
	border-radius: 3px 0 0 0;
}

table.standard-table td:last-child {
	border-right: 1px solid #ddd;
}

table.standard-table th:last-child {
	border-radius: 0 3px 0 0;
	border-right: 1px solid #ddd;
}

table.standard-table td{
	padding:10px 15px;
	border:#e7e7e7 1px solid;
	border-top: none;
	border-right: none;
}
	
table.standard-table tr:hover td{background-color:#fafafa;}


/* =============================================================== */
/* Alert Boxes
================================================================ */
.notification {
	font-size: 12px;
	line-height: 18px;
	margin: 15px 0;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.notification p {margin: 0;}
.notification span {font-weight: bold;}

.notification.success {
	background-color: #EBF6E0;
	color: #5f9025;
	border: 1px solid #b3dc82;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -o-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -moz-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -webkit-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -ms-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
}

.notification.error {
	background-color: #ffe9e9;
	color: #de5959;
	border: 1px solid #fbc4c4;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -o-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -moz-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -webkit-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -ms-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
}

.notification.warning {
	background-color: #FBFADD;
	color: #8f872e;
	border: 1px solid #ded58a;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -o-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -moz-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -webkit-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -ms-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
}

.notification.notice {
	background-color: #E9F7FE;
	color: #5091b2;
	border: 1px solid #b6d7e8;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -o-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -moz-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -webkit-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -ms-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
}

.notification.success .close, .notification.error .close, .notification.warning .close, .notification.notice .close {
	padding: 0px 14px;
	position: absolute;
	right: 0;
	top: 20px;
	display: block;
	height: 8px;
	weight: 8px;
}

.notification.success .close {background: url(../images/alert_boxes_close_ico.png) 0 -8px no-repeat;}
.notification.error .close {background: url(../images/alert_boxes_close_ico.png) 0 0 no-repeat;}
.notification.warning .close {background: url(../images/alert_boxes_close_ico.png) 0 -16px no-repeat;}
.notification.notice .close {background: url(../images/alert_boxes_close_ico.png) 0 -24px no-repeat;}


/* =============================================================== */
/* Large Notice
================================================================ */
.large-notice {
	background: #fcfcfc;
	border: 1px solid #e4e4e4;
	padding: 32px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.large-notice h2 {
	margin-bottom: 10px;
}

.large-notice p {
	font-size: 14px;
	color: #777;
}


/* =============================================================== */
/* Tooltip / Popover
================================================================ */
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #555;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #555;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #555;
  border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #555;
  border-bottom: 5px solid transparent;
}

.tooltip-inner {
  max-width: 200px;
  padding: 4px 10px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
   border-radius: 3px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 2px;
}

.popover.top {margin-top: -5px;}
.popover.right {margin-left: 5px;}
.popover.bottom {margin-top: 5px;}
.popover.left {margin-left: -5px;}


.popover-inner {
  width: 280px;
  overflow: hidden;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
   border-radius: 2px;
}

.popover-title {
  padding: 11px 15px;
  line-height: 1;
  background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  font-size: 14px;
}

.popover-content {
  padding: 14px;
  background-color: #ffffff;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
      -ms-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}


/* =============================================================== */
/* Media Queries
================================================================ */


/* Higher than 960 (desktop devices) */
@media only screen and (min-width: 960px) {
	.flexslider {height: 260px;}
	.project .flexslider {min-height: 1px; margin-bottom: 20px;}
}


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


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#logo_right p { font-size: 16px; line-height: 22px; }
	.aboutyou-element { width: 236px; }
	.rightimage, .leftimage { width: 260px; }
	#feature h2 { font-size: 24px; line-height: 36px; padding: 20px 0; }
	.services-group ul { margin: 0 auto 0 30px; }
	.services-group li { width: 45%; }
	#cpa p { text-align: center; }
	.serviceicon-businessaccounting { background-size: 124px 133px; width: 124px; height: 133px !important; }
	.svg .serviceicon-businessaccounting { background-size: 124px 133px; width: 124px; height: 133px; }
	.serviceicon-whoweserve { background-size: 124px 83px; width: 124px; height: 83px !important; }
	.svg .serviceicon-whoweserve { background-size: 124px 83px; width: 124px; height: 83px; }
	#navigation ul li a {
	font-size: 12px;
	padding: 10px 13px;
}
li.hasChild::after {
    right: 0;
}

.grid-section {
	height: 159px;
}

}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	img.panel {
		display: none;
	}
	.grid-section {
		display: none;
	}
	.search input { width: 83%; }
	#slider { display: none; }
	.slider_description {display: none;}
	#navigation{float: none; background: none; }
	.js #nav { display: none; }
	.js .selectnav { display: block; margin: 20px auto; }
	.social-links {margin: -5px 0 20px 0; float: left;}
	.info-box a {margin: 15px 0 0 0;}
	.info-box p {margin: 10px 0 0 0;}
	.post-content {margin: 0 !important;}
	.post-title h2 a {padding:0;}
	.post-date {text-align: left;}
	.blog-sidebar {display: none;}
	.project .flexslider {margin-bottom: 20px;}
	.mr-rotato-prev, .mr-rotato-next, .mr-rotato-disabled {margin-right: -10px;}
	#copyright, #siteby { text-align: left; }
	#welcome p, .aboutyou-intro p { padding-left: 0; padding-right: 0; }
	.contact_item { text-align: center; padding: 5px 0; float: none; font-size: 15px; }
	#socialmedia { text-align: center; padding: 5px 0 10px 0; float: none; margin: 0 auto; font-size: 15px; }
	#socialmedia span { padding: 0; text-align: center; float: none; }
	#socialmedia_container { position: relative; }
	#socialmedia_container a { display: inline-block; float: none; }
	#index ul, #archive ul { margin: 0 0 15px 0; }
	#index a, #archive a { font-size: 16px; display: block; width: 100%; padding: 10px 0; border-bottom: 1px solid #e2e2e2; }
	.news_summary_more { padding: 10px; }
	#affiliate_logos, #jsticker_scroll, .container .welcome_side, #coe { display: none; }
	.first_paragraph { padding-top: 15px; }
	.rightimage, .leftimage { float: none; width: 100%; padding: 0 0 25px 0; margin: 0 auto; }
	.servicesimage { width: 100%; }
	#aboutyou_workingfamilies, #aboutyou_careerprofessionals, #aboutyou_readytoretire { min-height: 110px; }
	#feature h2 { font-size: 24px; line-height: 36px; padding: 20px 0; }
	.services-group ul { margin: 0 auto 0 15px; }
	.services-group li { width: 45%; float: left; }
	.footer-element { display: inline-block; margin-bottom: 40px; }
	.aboutyoufullpage .three.columns.first { width: 100%; margin-left: 0px; margin-right: 0px; }
	.aboutyoufullpage .three.columns { width: 100%; margin-left: 0px; margin-right: 0px; }
	#logo_right { text-align: left; }
	#cpa p { text-align: center; }
	.services-group h3 { text-align: center; }
	.services-group p { text-align: center; }
	.homepage-wrapper { background-image: none; background-position: center top; position: relative; background: #396d8e; /* Old browsers */
background: -moz-linear-gradient(left, #396d8e 0%, #2989d8 50%, #207cca 51%, #5f6062 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#396d8e), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#5f6062)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #396d8e 0%,#2989d8 50%,#207cca 51%,#5f6062 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #396d8e 0%,#2989d8 50%,#207cca 51%,#5f6062 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #396d8e 0%,#2989d8 50%,#207cca 51%,#5f6062 100%); /* IE10+ */
background: linear-gradient(to right, #396d8e 0%,#2989d8 50%,#207cca 51%,#5f6062 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#396d8e', endColorstr='#5f6062',GradientType=1 ); /* IE6-9 */}
	#logo_left { margin: -9px auto 0px; }
	#logo_right { padding: 0px 0px 5px; text-align: center; }
	p.homepage { width: 90%; padding: 10px 10px 10px 15px; margin-top: 30px; font-size: 19px; }
	.services-desc {
    margin-top: 25px;
    padding: 22px 20px 10px 20px;
    width: 100%;
    }
    #logo_left img { margin: 0 auto; }
    footer a { display: block; margin-bottom: 20px; }
}
	
	
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#sequence { display: none; }
	#homepage-wrapper { background: #212121; }
	.client-logo img {width: 139px; height: auto;}
	.custom-slide {height: 270px;}
	.avatar {height: 35px; width: 35px;}
	.option {margin: 0px auto 10px;}
	#backtotop a {opacity: 0.6;}
	#backtotop {bottom: 10px; margin: 0px 10px 0px 0px;}
	img.ca { margin-left: 32px; margin-bottom: 32px; }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#sequence { display: none; }
	#homepage-wrapper { background: #212121; }
	.client-logo img {width: 149px; height: auto;}
	.custom-slide {height: 193px;}
	.avatar {height: 25px; width: 25px;}
	.services-group ul { margin: 0 auto 0 60px; }
	.services-group li { width: 90%; float: none; }
	.whoweserve_list li { float: none; width: 90%; }
	.option {margin: 0px auto 10px;}
	#backtotop a {opacity: 0.6;}
	#backtotop {bottom: 10px; margin: 0px 10px 0px 0px;}
	#services-wrapper {
	    background-image: none;
	}
	img.ca { margin-left: 0; margin-bottom: 27px; }


}


/*
Fontello Icons --------------------------------------------------------
*/

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?4840636');
  src: url('../font/fontello.eot?4840636#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?4840636') format('woff'),
       url('../font/fontello.ttf?4840636') format('truetype'),
       url('../font/fontello.svg?4840636#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?4840636#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-down-open:before { content: '\e800'; } /* '' */
.icon-down-micro:before { content: '\e801'; } /* '' */
.icon-down-dir:before { content: '\e802'; } /* '' */
.icon-down-dir-1:before { content: '\e803'; } /* '' */
.icon-angle-down:before { content: '\e804'; } /* '' */
.icon-fax:before { content: '\e805'; } /* '' */
.icon-mail:before { content: '\e806'; } /* '' */
.icon-phone-bold:before { content: '\e807'; } /* '' */
.icon-location:before { content: '\e808'; } /* '' */
.icon-left-open:before { content: '\e809'; } /* '' */
.icon-right-open:before { content: '\e80a'; } /* '' */
.icon-up-open:before { content: '\e80b'; } /* '' */
.icon-comment-alt:before { content: '\e80c'; } /* '' */
.icon-comment:before { content: '\e80d'; } /* '' */
.icon-comment-alt-1:before { content: '\e80e'; } /* '' */
.icon-comment-1:before { content: '\e80f'; } /* '' */
.icon-comment-2:before { content: '\e810'; } /* '' */
.icon-facebook:before { content: '\e811'; } /* '' */
.icon-googleplus:before { content: '\e812'; } /* '' */
.icon-twitter:before { content: '\e813'; } /* '' */
.icon-phone:before { content: '\e814'; } /* '' */
.icon-calc:before { content: '\e815'; } /* '' */
.icon-box:before { content: '\e816'; } /* '' */
.icon-lock:before { content: '\e817'; } /* '' */
.icon-clock-circled:before { content: '\e818'; } /* '' */
.icon-lock-open-alt:before { content: '\e819'; } /* '' */
.icon-linkedin:before { content: '\e81a'; } /* '' */
.icon-link:before { content: '\e81b'; } /* '' */
.icon-link-1:before { content: '\e81c'; } /* '' */
.icon-wrench:before { content: '\e81d'; } /* '' */
.icon-tools:before { content: '\e81e'; } /* '' */
.icon-attention-alt:before { content: '\e81f'; } /* '' */
.icon-exclamation:before { content: '\e820'; } /* '' */
.icon-attention-circled:before { content: '\e821'; } /* '' */
.icon-newspaper:before { content: '\e822'; } /* '' */
.icon-down-open-thin:before { content: '\e823'; } /* '' */
.icon-down-circle:before { content: '\e824'; } /* '' */
.icon-left-circle:before { content: '\e825'; } /* '' */
.icon-right-circle:before { content: '\e826'; } /* '' */
.icon-up-circle:before { content: '\e827'; } /* '' */
.icon-chat:before { content: '\e828'; } /* '' */
.icon-users:before { content: '\e829'; } /* '' */
.icon-users-1:before { content: '\e82a'; } /* '' */
.icon-news:before { content: '\e82b'; } /* '' */