/* global 
***************************/

img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

hr {
    border-top: 1px solid #B35240;
}

.clear {clear: both;}

.gap {margin: 30px 0px;}

.btn-success {
    color: #fff;
    background-color: #8ACA41;
    border-color: #8ACA41;
}

.grey_bg {background-color: #F3F3F3;padding: 15px;margin-bottom: 25px;}
.grey_bg p {color: #717171;text-align: center;font-size: 1.5em;}

.green_bg {background-color: #8ACA41;padding: 15px;margin-bottom: 25px;}
.green_bg h1 {color: #fff; text-align: center;}

.red_bg {background-color: #B35240;padding: 15px;margin-bottom: 25px;}
.red_bg h1 {color: #fff; text-align: center;}

.bottom_stick_nav {}

.bottom_stick_nav a {color: #fff;}


/* Header 
***************************/
.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

img.right-logo {
    width: 100%;
    max-width: 80px;
  
}

img.xero { margin-left: 35px; max-width: 250px;}

.header_space_for_sticky { margin-top: 80px;}



/* Nav
****************************/

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: #fff;
        box-shadow: inset 0 1px 0 #fff), 0 1px 5px #fff;
}

.navbar-default {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

@media (min-width: 768px) {
.navbar-nav {
    float: left;
    margin: 0;
    padding-top: 50px;
    width: 100%;
    max-width: 1250px;
}
}

.navbar-default .navbar-nav > li > a {
    color: #B35240;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #B35240;
    background-color: #FFFFFF;
}


/* Background color containers
****************************/
.maroon_back {
  background-color: #B35240;
  padding: 5px 0px;
  
}

.maroon_back ul {
  
    color: white;
    font-size: 1.3em;
    margin-top: 10px;
}

/* Buttons
****************************/
.btn-default {
    color: #CA7B69;
    background-color: #fff;
    border-color: #ccc;
}

/* Typography
****************************/
h1 {color:#B35240;font-size: 3.1em;}
p {color:#717171;font-size: 1.2em;}




/* Home Page sections
****************************/

h1.main_header_home {text-align: center;font-weight: 400;font-size: 3.1em;}
h2.main_header_home {text-align: center;font-weight: 400;font-size: 1.9em;}

h2.call {color: #000;font-style: italic;text-align: center;font-weight: 600;}

.main_home_body p {font-size: 1.3em;}

/* First Page section - slider
****************************/

.slider_con {
  margin-top: 82px;
}

@media (max-width: 450px) {
  .slider_con {
    margin-top: 120px;
  }
}


/* First Page section - welcome
****************************/

.focus {}
.focus p { font-size: 14px;color: #000;font-weight: 400;text-align: center;}
.focus img { width: 100%;height: auto; max-width: 385px;}
.home_video{float: right;text-align: center;}
.home_map{float: left;text-align: center;}

/* Second Page section - services
****************************/
.green_header {color:#8ACA41 ;margin-top: 0px;margin-bottom: 35px;}
.services_boxes {text-align: center; margin-bottom: 25px;}	
.services_boxes img {}
.services_boxes h3 { text-align: center;color: #fff;background: #8ACA41;padding: 11px;font-size: 1.5em;margin: 0 0 10px 0;}

.services_boxes a {color: #000;font-weight: 600;transition: all 0.3s ease;}
.services_boxes a:hover {color: #CA7B69}



/* Third Page section - Testimonials
****************************/
.testimonial_bg {
  background-image: url("/img/testimonial_bg.png");
  min-height: 365px;
  display: none;  
}

.white_header {color:#fff ;margin-top: 35px;}

/* Testimonials Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}


small, .small {
    font-size: 85%;
  	color: #fff;
}

.carousel-inner p {
    color:#fff;
    font-size: 1.2em;
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #fff;
}


.item blockquote {
    border-left: none;
    margin: 0;
}


/* Forth Page section - Our People
****************************/

.staff {}
.staff p {text-align: center;}
.staff img{
    width: 100%;
    max-width: 254px;
    border: 1px solid #000;
}

/**** add some margin top the top
*******************************************/
.top_space {margin-top: 15px;}

.da-thumbs {
list-style: none;
max-width: 984px;
max-height: 600px;
position: relative;
margin: 20px auto;
padding: 10px;
color: #fff;
  
}
.da-thumbs li {
	float: left;
	margin: 5px;
	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
  color: #fff;
  font-size: 13px;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(202, 123, 105, 0.81);
	width: 100%;
	height: 100%;
  padding: 15px;
  text-align: center;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

/* Fith Page section - Tax tips
****************************/

.tax {}
.tax em {font-size: 0.65em;}
.tax h3 {margin: 0px;}
.tax p {text-align: left;    margin-bottom: 0px;}
.tax img{
    width: 100%;
    max-width: 254px;
    border: 1px solid #000;
    margin-bottom: 25px;
}

.tax a {color: #000;font-weight: 600;transition: all 0.3s ease;    font-size: 0.75em;}
.tax a:hover {color: #CA7B69}


/* sixth Page section - Tax tips
****************************/

.partners {}
.partners img{
    width: 100%;
    max-width: 254px;
    margin-bottom: 25px;
}

.partners a {color: #000;font-weight: 600;transition: all 0.3s ease;    font-size: 0.75em;}
.partners a:hover {color: #CA7B69}


/* seventh Page section - contact boxes
****************************/

.con_box_bg {background-image: url("/img/testimonial_bg.png");padding: 50px 0px;}

/* fixed_maroon bar bottom
****************************/

.bottomMenu {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    border-top: 1px solid #000;
    background: red;
    z-index: 1;
}


/* Footer
****************************/

.footer_main {background-color: #667977;padding: 25px 0px;color:#fff;margin-bottom: 55px;}
.footer_main img{
    width: 100%;
    max-width: 254px;
    margin-bottom: 25px;
}

.footer_main ul {list-style: none;}
.footer_main li {}

.footer_main a {color: #000;font-weight: 600;transition: all 0.3s ease;    font-size: 0.75em;}
.footer_main a:hover {color: #CA7B69}


/* sub page - people
**************************/
.staff_subpage {}
.staff_subpage h1 {color: #000;font-size: 1.9em;font-weight: 800;margin-bottom: 0px;}
.staff_subpage h2 {color: #000;font-size: 1.3em;font-weight: 600;margin: 3px 0px 0px 0px;}
.staff_subpage h3 {color: #B35240;font-size: 1.4em;margin: 13px 0 20px 0;font-style: italic;}
.staff_subpage h3 {font-size: 1.0em;font-style: italic;}

img.contact_icons {max-width: 57px;}

/* sub page - people
**************************/

.service_subpage {text-align: center;}
.service_subpage h1 {color: #000;font-size: 1.9em;font-weight: 800;margin-bottom: 0px;}
.green_header_services {color: #8ACA41;margin:0px;}
.service_subpage h2 {color: #000;font-size: 1.3em;font-weight: 600;margin: 3px 0px 0px 0px;}
.service_subpage h3 {color: #B35240;font-size: 1.4em;margin: 13px 0 20px 0;font-style: italic;}
.service_subpage a {;color: #717171;font-size: 1.4em;}
.service_subpage a:hover {color: #8ACA41}
.service_subpage_button {text-align: center;    padding: 30px;}
img.service_subpage  {float: left;max-width: 374px;padding: 10px 10px 5px 0px}


/* sub page - tips tax newsletter
**************************/

.service_subpage {text-align: center;}
.service_subpage h1 {color: #000;font-size: 1.9em;font-weight: 800;margin-bottom: 0px;}
.green_header_services {color: #8ACA41;margin:0px;}
.service_subpage h2 {color: #000;font-size: 1.3em;font-weight: 600;margin: 3px 0px 0px 0px;}
.service_subpage h3 {color: #B35240;font-size: 1.4em;margin: 13px 0 20px 0;font-style: italic;}
.service_subpage a {;color: #717171;font-size: 1.4em;}
.service_subpage a:hover {color: #8ACA41}
.service_subpage_button {text-align: center;    padding: 30px;}
img.service_subpage  {float: left;max-width: 374px;padding: 10px 10px 5px 0px}
    
    
/* sub page - contact
**************************/

.contact_subpage {}
.contact_subpage img {width: 100%;max-width: 540px;}    
.contact_subpage h2 {font-size: 1.5em;color: #717171;}
.contact_subpage iframe {width: 100%!important; max-width:583px!important; height:448px!important}

/* Xero page 
**************************/

.xero_subpage {}
.xero_subpage {max-width: 68%;margin: 0px auto;display: block;margin-left: auto;margin-right: auto;}


   

    


