body {
    background: #FFFFFF;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 300;
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    scrollbar-base-color: #ABABAB;
    scrollbar-3dlight-color: #F5F5F7;
    scrollbar-highlight-color: #F5F5F7;
    scrollbar-track-color: #F5F5F7;
    scrollbar-arrow-color: #e4581a;
    scrollbar-shadow-color: #F5F5F7;
    scrollbar-dark-shadow-color: #F5F5F7;
    /*f2f1f6*/
}
.cv_div {}
.mw2000 {
    max-width: 1800px;
}
.mw1000 {
    max-width: 1000px;
}

.ul_center{
text-align: center;
list-style-position: inside;
margin: 0px;
padding:0px;
}
.ul_center li{
padding:0px;
margin: 0px;
}



.cleardiv {
    clear: both;
}
.cleardiv_pad {
    clear: both;
    padding: 8px;
}
strong {
    font-weight: 600 !important;
}
a {
    color: #e4581a;
    /*transition: 0.3s;*/
    text-decoration: underline;
}
a:hover, a:active, a:focus {
    color: #1a1a1a;
    outline: none;
    text-decoration: none;
}
a.unlink {
  color: inherit;
  text-decoration: none;  
}
a.unlink:hover {
      color: inherit;
    text-decoration: underline;
}


.nolink {
    text-decoration: none;
}
.white, .with-discount {
    color: #fff !important;
}
.orange {
    color: #e7591b !important;
}

.red {
    color: #C30707 !important;
}

.hdark, .dark {
    color: #1a1a1a !important;
}
.grey, .gray {
    color: #666666 !important;
}
.orangebg {
    background: #e7591b;
}
.whitebg {
    background: #fff;
}
.orangebg_half {
background: linear-gradient(
    to left, 
    #ffffff 0%, 
    #ffffff 50%, 
    #e7591b 50%, 
    #e7591b 100%
  );
}


.greybg {
    background: #efefef;
}
.mobilenav_logo {
    display: none;
}

.home_ico {
    max-height: 56px;
}


.ul_center {
    text-align: center;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}
.ul_center li {
    padding: 0px;
    margin: 0px;
}

.whitebg50 {
  background: rgba(255,255,255,0.85);
}
.transbg {
  background: transparent;
}

.darkbg {
  background: rgba(22,22,22,1);
    color: #eee;
}
.darkbg50 {
  background: rgba(22,22,22,0.80);
    color: #eee;
}

.orangebg50 {
  background: rgba(137,49,10,0.80);
}


p {
    padding: 0;
    margin: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-weight: 200;
    margin: 0 0 20px 0;
    padding: 0;
}
/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #e4581a;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}
.back-to-top i {
    padding-top: 12px;
    color: #fff;
}
@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}
#page_go_next {
    padding: 30px 0 30px 0;
    clear: both;
    margin: auto;
    text-align: center;
}
.pgn_next_a {
    display: inline-block;
    margin: 0 0px 0 0px;
    padding: 10px;
}

#main {
    margin-top: 120px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 0px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid #ccc;
}
#header #logo {
    float: left;
}
@media (min-width: 1024px) {
    #header #logoxxxxxxxxxx {
        padding-left: 60px;
    }
}
#header #logo a {
    display: block;
    background: url(../_img/logo.png) no-repeat;
    width: 200px;
    height: 55px;
    background-size: contain;
    text-indent: -4000px;
    margin: 20px 10px 15px 0;
    ;
}
@media (max-width: 793px) {
    #header #logo a {
        width: 170px;
        height: auto;
        padding-bottom: 10px;
        margin: 14px 0 10px 0;
    }
}





/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.nav-menu li {
    position: relative;
    white-space: nowrap;
}
.nav-menu > li {
    float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
    display: block;
}
.nav-menu ul ul {
    top: 0;
    left: 100%;
}
.nav-menu ul li {
    min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #e7591b;
}
.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

#header.header-scrolled {
    background: rgba(77, 77, 77, 0.7);
    padding: 0px 0 0px 0;
    transition: all 0.5s;
}
#header.header-scrolled #logo a {
    width: 120px;
    height: 33px;
    transition: all 0.5s;
}

#header.header-scrolled #head_address_bit {
    display: none;
}
#header.header-scrolled #nav-menu-container {
    margin-top: 22px;
    transition: all 0.5s;
}
#header.header-scrolled .nav-menu a {
    color: #fff;
}
#header.header-scrolled .nav-menu > li {
    height: 25px;
}
/* Nav Meu Container */
#nav-menu-container {
    margin: 33px 0 0 30px;
    display: inline-block;
}
@media (min-width: 1200px) {
    #nav-menu-container {
        padding-right: 0px;
    }
}
@media (max-width: 1200px) {
    #nav-menu-container {
        display: none;
    }
    #header #logo a {
        width: 120px;
        height: 33px;
        transition: all 0.5s;
        margin: 14px 0 10px 0;
    }
}
/* Nav Meu Styling */
.nav-menu a {
    padding: 0 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-weight: 500;
    font-size: 15px;
    outline: none;
    color: #444;
    text-transform: uppercase;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: #e4581a;
}
.nav-menu > li {
    /*margin-left: 10px;height: 90px;*/
}
.nav-menu ul {
    margin: 2px 0 0 0;
}
.nav-menu ul li {
    transition: 0.3s;
    margin-bottom: 1px;
    background: rgba(14, 14, 14, 0.9);
}
.nav-menu ul li a {
    padding: 10px 10px;
    color: #fff !important;
    transition: 0.3s;
    display: block;
    /*font-size: 14px;*/
    text-transform: none;
}
.nav-menu ul li:hover > a {
    color: #FF5C03 !important;
    background: rgba(14, 14, 14, 0.95);
}
.nav-menu ul ul {
    margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 3px 15px 0 0;
    border: 0;
    background: none;
    font-size: 32px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}
#mobile-nav-toggle i {
    color: #e4581a;
}
@media (max-width: 1200px) {
    #mobile-nav-toggle {
        display: inline;
    }
}
/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}
#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#mobile-nav ul li {
    position: relative;
}
#mobile-nav ul li a {
    color: #fff;
    font-size: 1.2em;
    overflow: hidden;
    padding: 14px 22px 14px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 500;
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    border-bottom: 1px dashed #313131;
}
#mobile-nav ul li a:hover {
    color: #e4581a;
}
#mobile-nav ul li li {
    padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #e4581a;
}
#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}
#mobile-nav ul .menu-item-active {
    color: #e4581a;
}
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #head_address_bit {
    display: none;
}
@media (max-width: 1260px) {
    #head_address_bit {
    display: none;
    }
    #main {
    margin-top: 60px;
    }  
}



body.mobile-nav-active #mobile-nav {
    left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

body.mobile-nav-active .mobilenav_logo {
    display: inline-block;
    max-width: 200px;
    margin:auto;
    text-align: center;
}



.nobanner_bgimage {
    margin-top: 90px;
    /*background: linear-gradient(  rgba(255, 255, 255, 0.1),  rgba(255, 255, 255, 0.0)  ), url(../_user/images/main_bg.jpg) no-repeat;*/
    background: url(../_user/images/main_bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: 1
}
.header-scrolled .nobanner_bgimage {
    padding-top: 40px;
    transition: all 0.5s;
}

.header-scrolled .genspacer {
    padding-top: 67px;
    transition: all 0.5s;
}
.parallax-image {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
}
@media only screen and (max-device-width: 1000px) {
    .parallax {
        background-attachment: scroll;
    }
}




.roadbgbuttons {
    font-size: 1.1em;
    color: #FFFFFF;
    background: url("../_img/road_strip.jpg") repeat;
}



.roadbgbuttons .rb1 {
    background: #FFFFFF22;
}
.roadbgbuttons .rb2 {
    background: #00000022;
}
.roadbgbuttons .rb1:hover {
    background: #00000044;
}
.roadbgbuttons .rb2:hover {
    background: #00000044;
}
.roadbgbuttons a {
    font-size: 1.1em;
    color: #FFFFFF;
    padding: 20px 0px 10px 0px;
    text-decoration: none;
    box-sizing: border-box;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1000px) {
    .roadbga {
        margin: 9px 0px 6px 0px;
    }
}
blockquote {
    border-left: 4px solid #145C03;
    margin: 1.8em 1.3em 1.8em 2em;
    padding: 1em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-size: 1.1em;
    color: #444;
}
blockquote:before {
    color: #145C03;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.1em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}
.smrow1 {
    padding: 3px 0 3px 8px;
    background-image: url(../_img/bulletx.gif);
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
.smrow2 {
    padding: 3px 0 3px 0;
    margin-left: 25px
}
.smrow3 {
    padding: 3px 0 3px 0;
    margin-left: 50px
}
.smrow4 {
    padding: 3px 0 3px 0;
    margin-left: 75px
}
.smrow2 a {
    color: #222
}
.smrow3 a, .smrow4 a {
    color: #555
}
.smrow2 a:hover, .smrow3 a:hover, .smrow4 a:hover {
    color: #e5690d
}
.sm_block {
    display: block;
    margin: 3px 0 60px 0px;
    vertical-align: top;
    width: auto;
    border: 0px solid #ccc;
    padding: 0px;
}
.sm_block.no_right_bord {
    border-right: 0
}
.block-section {
    display: block;
    margin-bottom: 30px;
    border: 1px dashed #777;
    padding: 20px;
    box-sizing: border-box;
}


.imageBottom {
position: relative;
}

.imageBottom img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto; /* to keep proportions */
  height: auto; /* to keep proportions */
  max-width: 100%; /* not to stand out from div */
  max-height: 100%; /* not to stand out from div */
  margin: auto auto 0; /* position to bottom and center */
}

.imageMiddle {
position: relative;
}

.imageMiddle img {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  width: auto; /* to keep proportions */
  height: auto; /* to keep proportions */
  max-width: 300px; /* not to stand out from div */
  max-height: 100%; /* not to stand out from div */
  margin: auto auto 0; /* position to bottom and center */
}





.imageBottomR img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto; /* to keep proportions */
  height: auto; /* to keep proportions */
  max-width: 100%; /* not to stand out from div */
  max-height: 100%; /* not to stand out from div */
  margin: auto auto 0; /* position to bottom and center */
}

@media (max-width: 1008px) {
.imageBottomR img {
  position: relative;
  width: 100%;
 
}
}





.carbgnew{
    background: url(../_user/images/big-page-section-car2.png), url("../_user/images/big-page-section-car.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 100% 4%,top right;
    background-size: 100%, auto;
    padding-top: 0px;
}

@media (max-width: 600px) {
.carbgnew{
    background: none;
    background-repeat: no-repeat;
    padding-top: 20px;
}
.carbgnew h2{
    background: #fff!important;
    color: #e7591b!important;
    padding: 0px!important;
}
}





.point_box_outer{
    display: inline-block;
    vertical-align: top;
    max-width: 425px;
    margin: auto;
    text-align: center;
}

.point_box{
    display: inline-block;
    vertical-align: top;    
    margin: 5px 5px 5px 5px;
    background: #fff;
    border-radius: 5px;
    text-align: left;
    padding: 10px;
    box-shadow: 3px 3px 6px rgba(127, 137, 161, 0.55);
}
.point_box_head{
    padding: 10px 10px 1px 10px;
    font-size: 1.2em;
    margin-bottom: 0px;
    color: #e4581a; 
    font-weight:600;
    text-transform: uppercase;
    /*border-radius: 9px;
    background: url("../_img/slash.png") no-repeat center bottom;
    background-size: 220px;*/
    
    
}
.point_box_body{
    padding: 10px;
    min-height: 140px;
    /*
    border: 1px dashed #e4581a;
    border-radius: 11px;background: #fff;*/
    
}

.spanhide{
    background: rgba(255,255,255,0.15);
    padding: 10px 20px;
    margin-bottom: 10px;
}


.ticksize{
    max-width: 80px!important;
}

















/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #efefef;
    padding: 0 0 30px 0;
    font-size: 14px;
}
#footer .footer-top {
    padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
    margin: 0 auto 30px auto;
    width: 100%;
}
#footer .footer-top .footer-info img {
    padding-bottom: 15px;
    max-width: 280px;
    height: auto;
}
#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    border-left: 4px solid #145C03;
}
#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;

}
#footer .footer-top .social-links a {
    font-size: 28px;
    display: inline-block;
    color: #707070;
    line-height: 1;
    padding: 8px 20px 0 0;
    margin-right: 4px;
    text-align: center;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    color: #444;
}
#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top h4::before, #footer .footer-top h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}
#footer .footer-top h4::before {
    right: 0;
    background: #666;
}
#footer .footer-top h4::after {
    background: #e4581a;
    width: 60px;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #555;
}
#footer .footer-top .footer-links ul li {
    padding: 8px 0;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #555;
    text-decoration: none;
}
#footer .footer-top .footer-links ul a:hover {
    color: #e7591b;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
    line-height: 26px;
}
#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #145C03;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #13a456;
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
#footer .copyright a {
    color: #666;
    padding: 0 5px;
}
#footer .copyright a:hover {
    color: #e7591b;
}
#footer .credits {
    text-align: center;
    font-size: 11px;
    color: #ddd;
    margin-top: 25px;
}

.tfcredit {
    font-weight: normal;
    color: #828488;
    display: inline-block;
    padding: 16px 0 0px 0px;
    width: 30px;
    height: 29px;
    overflow: hidden;
    background: url(../_img/tayfusion-web-design-dundee.png) no-repeat left bottom;
    background-size: contain;
    text-indent: -3000px;
}
.clear {
    clear: both;
}
.img-responsive, .img-fluid {
    max-width: 100%;
    height: auto;
}
.alphabox_here {
    display: inline-block;
    padding: 6px 10px;
    background: #e4581a;
    color: #ffffff;
    margin-right: 3px;
    text-decoration: none;
}
.alphabox_here:hover {
    background: #e5690d;
    color: #ffffff;
    text-decoration: none;
}
.alphabox_nohere {
    display: inline-block;
    padding: 6px 10px;
    background: #ccc;
    color: #555;
    margin-right: 3px;
    text-decoration: none;
}
.a_z_letters {
    font-size: 1.6em;
    color: #3a3a3a;
    padding: 15px 0 0px 1px;
}




.itm_box{
text-align:center;
background-color:#fff;
vertical-align:top;
display:block;
width:100%!important;
height:auto;
min-height: 205px;
min-width: 180px;
text-decoration:none;
font-size: 1.1em;
padding:0px 0px 10px 0px;
}

.itm_box img{
display:block;
max-width: 100%;
height:auto;
text-align:center;
vertical-align:top;
margin: auto;
border-radius: 0.5rem;
}

.itm_box:hover{	
/*border:1px solid #e4581a;*/

}


@media (max-width: 600px) {
.itm_box{
font-size: 1.4em;

}
}







.BALTable {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    width: 100%;
}
.BALTable tr:nth-child(odd) {
    background-color: rgba(228, 88, 26, 0.5);
}
.BALTable tr:nth-child(even) {
    background-color: rgba(221, 221, 221, 0.7);
}
.BALTable tr:nth-child(even) td {}
.BALTable td {
    vertical-align: middle;
    text-align: left;
    padding: 5px 4px;
    font-weight: normal;
    color: #222;
    border: 2px solid transparent;
}
.BALTable tr:nth-child(odd) td {
    color: #FFF;
}
.BALTable td.highlight {
    color: #222;
    background: #333;
}
.BALTable td a {
    color: #222;
}
.BALTable td a:hover {
    /* color:#49e441; */
    color: #006881;
}
.BALTable tr:first-child td {
    background: #252525;
    text-align: left;
    font-size: 1.1em;
    font-family: Arial;
    font-weight: normal;
    color: #FFF;
}


#testimonials {
  padding: 0 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
    box-sizing: border-box;
}

#testimonials .testimonial-item .testimonial-img {
  max-width: 20%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
box-sizing: border-box;
    
}

#testimonials .testimonial-item .testimonial-img.all {
  max-width: 100%;
  margin-bottom: 8px;
}

#testimonials .testimonial-item .testimonial-img img {
    width: 100%;
    height: auto;
    background: #FFF;
    padding: 3px;
    border: 2px solid #e95326;
	 max-width: 140px;
}

#testimonials .testimonial-item .testimonial-text {
	width:75%;
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
    box-sizing: border-box;
}
#testimonials .testimonial-item .testimonial-text p {
  margin: 0 0 5px 0;
}

#testimonials .testimonial-item strong {
  font-size:1.1em;
}



#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #145C03;
}


.testimonials_box{
width:auto;
padding:0px;
margin: 0px auto 10px auto;
text-align:left;
display:inline-block;
}

.testimonials_box.h_2nd{
border-left:1px solid #282826;
margin-left:40px;
}

.testimonials_box.sml {
width:317px;
float:left;
}
.testimonials_box .container-img {
	max-width: 30%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.testimonials_box .container-img img {
	width: 100%;
	height: auto;
	background: #FFF;
	padding: 3px;
	border: 2px solid #e95326;
}
.testimonials_box.sml .container-img {
	float: left;
	width: 70px;
}
.testimonials_box.sml .container-img img {
	width: 60px;
	height: 60px;
	background: #FFF;
padding: 2px;
border: 1px solid #e95326;
}


.testimonials_box .container-text{
	max-width: 68%;
	display: inline-block;
	vertical-align: top;
	background: url(../_img/quote_03.png) no-repeat;
	font-style: italic;
	color:#fff;
	box-sizing: border-box;
	padding: 6px 0 0 16px;
}
.testimonials_box .container-text p {
	margin: 0px 0 5px 0;
}
.testimonials_box.sml .container-text {
	width:auto;
	font-size:0.95em;
}

.testimonials_box .container-text .container-home-date {
	font-style: normal;
	margin:0px 0 5px 0; 
}
.testimonials_box .container-home-date strong {
	font-style: normal;
	color:#e95326;
}
.container-home-date small {
	font-size:0.8em;
	color:#999999;
}

.testimonials_box.hometown {
	padding-left: 20px;
	color:#fff;
	font-size:0.9em;
	background: url(../_img/home_03.png) 0 50% no-repeat;
}


.testimonials_box a{max-width:250px; margin: auto;}