/*------------------------------------------------------------------
[Table of contents]

        General Styling
        Header
        Footer
        About Us
        Blog
        Contact
        Portfolio
        Sidebar
        Typography
        Elements [Forms, buttons etc..]
        Other Plugins
		
[/Table of contents]
-------------------------------------------------------------------*/
.primary-font,
a.side-menu-button,
nav.main-navigation ul li ul.sub-menu li a,
nav.main-navigation ul a,
nav.responsive-menu ul li .sub-menu a,
nav.responsive-menu a,
h1,
h2,
h3,
h4,
h5,
h6,
.first-line,
.second-line {
    font-family: 'Lato', sans-serif;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 93.75%;
}
html ::selection {
    color: #ffffff;
    background: #CD1D1F;
}
section {
    padding: 100px 0;
}
p {
    font-size: 13px;
    line-height: 22px;
    color: #7a7a7a;
}
.pre-header {
    background-color: #232323;
	padding: 12px 0 5px 0;
}
.pre-header .left-info {
    /*background-color: #2a2a2a;*/
    float: left;
    padding: 10px 15px;
}
@media (max-width: 991px) {
    .pre-header .left-info {
        padding: 11px 15px;
    }
}
.pre-header .left-info a {
    color: #ffffff;
    font-size: 14px;
}
.pre-header .left-info a i {
    padding-right: 8px;
}
.pre-header .right-info {
	/*
	background-color: #2a2a2a;
    padding: 10px;
	*/
    float: right;
}
.pre-header .right-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pre-header .right-info ul li {
    display: inline-block;
    vertical-align: middle;
}
.pre-header .right-info ul li a {
    color: #ffffff;
    font-size: 14px;
    margin: 0px 10px;
}
.pre-header .right-info ul li a:hover {
    /*color: #ffba00;*/
    color: #999;
    transition: all 0.5s;
}
.site-header {
    /*position: fixed;*/
    width: 100%;
    left: 0;
    /*background-color: rgba(250, 250, 250, 0.95);*/
    background-color: rgba(49, 49, 49, 0.90);
    z-index: 9999;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
@media (max-width: 991px) {
    .site-header {
        position: relative;
        /*background-color: rgba(255, 186, 0, 0.9);*/
        background-color: rgba(49, 49, 49, 0.9);
    }
}
.site-header .inner-header {
    padding: 0 105px;
}
@media (max-width: 991px) {
    .site-header .inner-header {
        padding: 0 15px;
    }
}
.site-header .main-header .logo {
    text-align: center;
}
.site-header .main-header .logo a {
	width: 248px;
/*    height: 57px;*/
    padding: 10px 0px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    /*background-color: #ffba00;*/
}
.site-header .main-header .logo img {
	width: 100%
}
@media (max-width: 991px) {
    .site-header .main-header .logo a {
        background-color: transparent!important;
    }
}
.site-header .main-header .logo em {
    margin-top: -5px;
    font-size: 10px;
    display: block;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
}
.scrolled-header {
    position: fixed;
    top: 0;
    left: 0;
    /*background-color: rgba(250, 250, 250, 0.95) !important;*/
    background-color: rgba(49, 49, 49, 0.9) !important;
    -webkit-transition: opacity 2s fade-in;
    -moz-transition: opacity 2s fade-in;
    -o-transition: opacity 2s fade-in;
    -ms-transition: opacity 2s fade-in;
    transition: opacity 2s fade-in;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
    .scrolled-header {
        /*background-color: rgba(255, 186, 0, 0.95) !important;*/
        /*background-color: rgba(250, 250, 250, 0.95) !important;*/
    }
}
.scrolled-header .logo a {
    height: 70px!important;
    padding: 10px 0px!important;
    /*background-color: #ffba00;*/
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.scrolled-header nav.main-navigation ul li a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.scrolled-header nav.main-navigation ul li ul.sub-menu {
    top: 70px!important;
}
.scrolled-header .header-right-toggle {
    padding: 15px 10px;
}
.header-right-toggle {
    padding: 25px 10px;
}
.header-right-toggle a {
    font-size: 20px;
    letter-spacing: 1px;
    color: #FEFEFE !important;
    background-color: #333;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    /*
    border: 1px solid #333;
    border-radius: 5px;
    */
}
a.side-menu-button {
    text-transform: uppercase;
    font-weight: 700;
    color: #272727;
}
nav.main-navigation {
    position: relative;
    z-index: 20;
}
nav.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav.main-navigation ul li {
    position: relative;
    display: inline-block;
/*    padding: 16px 10px;*/
	padding: 20px 0 15px 0;
}
nav.main-navigation ul li ul.sub-menu {
    position: absolute;
    top: 90px!important;
    left: 0;
    width: 190px;
    background-color: rgba(250, 250, 250, 0.95);
    /*border-top: 3px solid #ffba00;*/
    border-top: 3px solid #333;
    visibility: hidden;
    opacity: 0;
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav.main-navigation ul li ul.sub-menu li {
    display: block;
    padding: 0;
    margin: 0;
}
nav.main-navigation ul li ul.sub-menu li a {
    text-transform: capitalize;
    border-bottom: 1px solid #eeeeee;
    color: #272727;
    font-size: 12px;
    font-weight: 400;
    padding: 12px 20px;
}
nav.main-navigation ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
nav.main-navigation ul a {
    font-size: 14px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    /*color: #4d4d4d;*/
    color: #f8f8f8;
    display: block;
    padding: 20px 5px;
}
nav.main-navigation ul a:hover {
    color: #999;
}
nav.main-navigation ul a i {
    margin-left: 7px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    nav.main-navigation ul a {
        padding: 15px 0;
    }
}
nav.responsive-menu ul {
    padding: 25px 15px;
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    list-style: none;
    float: left;
}
nav.responsive-menu ul li {
    margin: 1px 0px;
    display: block;
    position: relative;
}
nav.responsive-menu ul li .show-submenu {
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    color: #ffffff;
}
nav.responsive-menu ul li .show-submenu i {
    width: 47px;
    height: 47px;
    background-color: #2f2f2f;
    text-align: center;
    display: inline-block;
    line-height: 47px;
}
nav.responsive-menu ul li .sub-menu {
    display: none;
    padding: 0 0 0 0px;
}
nav.responsive-menu ul li .sub-menu.open {
    display: block;
}
nav.responsive-menu ul li .sub-menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 0 0 10px;
}
nav.responsive-menu ul li .sub-menu li:before {
    content: '-';
    position: absolute;
    left: 25px;
    color: #ffffff;
    top: 8px;
}
nav.responsive-menu ul li .sub-menu li:last-child {
    padding: 0 0 0px 10px;
    margin: 0 0 10px 0px;
    border-bottom: 1px solid #CD1D1F;
}
nav.responsive-menu ul li .sub-menu a {
    /*padding: 10px 30px;*/
    text-transform: capitalize;
    color: #ffffff;
    background-color: #444444;
    margin-right: 15px;
    margin-top: 1px;
}
nav.responsive-menu a {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.5px;
    padding: 15px 15px;
    margin: 0;
    color: #ffffff;
    background-color: #333;
}
.sidebar-menu-inner {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.sidebar-menu-container {
    position: relative;
    overflow: hidden;
}
.sidebar-menu-push {
    position: relative;
    left: 0;
    z-index: 9999;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.sidebar-menu-overlay {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.sidebar-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    width: 250px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #555;
    -webkit-transition: all 1s;
    transition: all 1s;
    overflow-y: auto;
}
.sidebar-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
    margin-left: 250px;
}
.slide-from-left.sidebar-menu {
    z-index: 1;
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0s;
    transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
    display: none;
}
/* Medium Screens */
@media only screen and (min-width: 40.063em) {
    .sidebar-menu {
        width: 320px;
    }
    .slide-from-left.sidebar-menu-open .sidebar-menu-push {
        -webkit-transform: translate3d(320px, 0, 0);
        transform: translate3d(320px, 0, 0);
    }
    .ie9 .slide-from-left .sidebar-menu-push {
        margin-left: 320px;
    }
}
footer {
    margin-top: 80px;
    background-color: #2a2a2a;
    padding: 60px 15px;
}
@media (max-width: 991px) {
    footer .footer-item {
        margin-bottom: 60px;
    }
}
footer .footer-item h2 {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0px;
}
footer .footer-item .line-dec {
    margin-top: 15px;
    margin-bottom: 30px;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
}
footer .footer-item p {
    color: #ffffff;
    font-weight: 300;
}
footer .footer-item ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
footer .footer-item ul li {
    display: block;
    margin-bottom: 5px;
}
footer .footer-item ul li a {
    font-size: 12px;
    color: #ffffff;
}
footer .footer-item ul li a:hover {
    /*color: #ffba00;*/
    color: #333;
    transition: all 0.5s;
}
footer .footer-item .recent-posts .recent-item {
    margin-bottom: 25px;
}
footer .footer-item .recent-posts .recent-item img {
    float: left;
}
footer .footer-item .recent-posts .recent-item h4 {
    padding-top: 5px;
    margin-left: 80px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
}
footer .footer-item .recent-posts .recent-item h4:hover {
    /*color: #ffba00;*/
    color: #999;
    transition: all 0.5s;
}
footer .footer-item .recent-posts .recent-item .line-dec {
    width: 40px;
    height: 2px;
    background-color: #555;
    margin-left: 80px;
    padding: 0;
    margin-bottom: 8px;
    margin-top: 8px;
}
footer .footer-item .recent-posts .recent-item span {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #ffba00;
}
@media (max-width: 991px) {
    footer .footer-item .connect-us {
        margin-bottom: -60px;
    }
}
footer .footer-item .connect-us ul li {
    display: inline-block;
}
footer .footer-item .connect-us ul li a {
    width: 38px;
    height: 38px;
    background-color: #333;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 44px;
    color: #ffffff;
border-radius: 2px;
}
footer .footer-item .connect-us ul li a:hover {
    /*color: #ffba00;*/
    color: #999;
    transition: all 0.5s;
}
.sub-footer {
    background-color: #242424;
    height: 60px;
    text-align: center;
}
.sub-footer p {
    color: #999;
    font-size: 12px;
    line-height: 50px;
    font-family: "Lato";
}
.sub-footer em {
    font-style: normal;
    color: #777;
}


/*#owl-similar .item img{display: block;width: 100%;height: auto;}
#owl-similar .owl-pagination span{background-color: rgba(255, 255, 255,0); border: 2px solid #fff}
#owl-similar .owl-pagination .owl-page.active span{background-color: #fff!important;}
#owl-similar .owl-controls{height: 0; width: 100%; margin: 0}
#owl-similar .owl-controls .owl-pagination{height: 0; position: relative; top: 220px}
#owl-similar .owl-buttons div{border-radius: 0; background-color: #FFC119;; color: #fff; font-size: 20px; padding: 3px 15px; margin: 0 2px;cursor: pointer;opacity: 0.5;transition: all 0.5s}
#owl-similar .owl-buttons div:hover{opacity: 1}
#owl-similar .owl-buttons .owl-prev{float: left}
#owl-similar .owl-buttons .owl-next{float: right}*/


.latest-news #owl-blog .item {
    background-color: #eee;
    height: 100%;
    text-align: center;
    padding-bottom: 15px;
}
.latest-news #owl-blog .item .thumb-content .date-post {
    position: absolute;
    margin-top: 0px;
    left: 0;
}
.latest-news #owl-blog .item .thumb-content .date-post a {
    padding: 8px;
    background-color: rgba(255, 186, 0, 0.9);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
}
.latest-news #owl-blog .item .thumb-content .date-post em {
    font-size: 12px;
    display: block;
    font-style: normal;
}
.latest-news #owl-blog .item .thumb-content img {
    width: 100%;
    overflow: hidden;
    background-size: cover;
}
.latest-news #owl-blog .item .down-content {
    background-color: #ffffff;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: -18px;
    text-align: center;
    padding: 15px;
}
.latest-news #owl-blog .item .down-content h4 {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 700;
}
.latest-news #owl-blog .item .down-content span {
    font-size: 12px;
    color: #9a9a9a;
}
.latest-news #owl-blog .item .down-content .line-dec {
    margin-top: 15px;
    width: 40px;
    height: 2px;
    background-color: #eeeeee;
    margin-left: auto;
    margin-right: auto;
}
.latest-news #owl-blog .item .down-content p {
    margin-top: 15px;
    padding-bottom: 10px;
}
.latest-news #owl-blog .item .down-content .primary-button {
    margin-top: -30px;
    margin-bottom: 15px;
}
.latest-news #owl-blog .item-2 {
    background-color: #f5f5f5;
    height: 100%;
    text-align: center;
    padding-bottom: 15px;
}
.latest-news #owl-blog .item-2 .thumb-content .date-post {
    position: absolute;
    margin-top: 0px;
    left: 0;
}
.latest-news #owl-blog .item-2 .thumb-content .date-post a {
    padding: 8px;
    background-color: rgba(255, 186, 0, 0.9);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
}
.latest-news #owl-blog .item-2 .thumb-content .date-post em {
    font-size: 12px;
    display: block;
    font-style: normal;
}
.latest-news #owl-blog .item-2 .thumb-content img {
    width: 100%;
    overflow: hidden;
    background-size: cover;
}
.latest-news #owl-blog .item-2 .down-content {
    background-color: #ffffff;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: -18px;
    text-align: center;
    padding: 15px;
}
.latest-news #owl-blog .item-2 .down-content h4 {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 700;
}
.latest-news #owl-blog .item-2 .down-content span {
    font-size: 12px;
    color: #9a9a9a;
}
.latest-news #owl-blog .item-2 .down-content .line-dec {
    margin-top: 15px;
    width: 40px;
    height: 2px;
    background-color: #eeeeee;
    margin-left: auto;
    margin-right: auto;
}
.latest-news #owl-blog .item-2 .down-content p {
    margin-top: 15px;
    padding-bottom: 10px;
}
.latest-news #owl-blog .item-2 .down-content .primary-button {
    margin-top: -30px;
    margin-bottom: 15px;
}
.blog-page .blog-grid-post .item {
    margin-bottom: 30px;
}
.blog-page .blog-grid-post .item img {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    /*border-bottom: 3px solid #ffba00;*/
    border-bottom: 3px solid #333;
}
.blog-page .blog-grid-post .item .down-content {
    padding: 20px;
    border: 1px solid #eeeeee;
    border-top: 0px;
}
.blog-page .blog-grid-post .item .down-content h4 {
    margin-top: 0px;
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 700;
}
.blog-page .blog-grid-post .item .down-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-page .blog-grid-post .item .down-content ul li {
    display: inline;
    margin-right: 15px;
}
.blog-page .blog-grid-post .item .down-content ul li span {
    font-size: 11px;
    font-weight: 700;
    color: #b1b1b1;
}
.blog-page .blog-grid-post .item .down-content ul li em {
    margin-right: 5px;
    font-style: normal;
    font-size: 11px;
    font-weight: 400;
    color: #b9b9b9;
}
.blog-page .blog-grid-post .item .down-content ul li a {
    font-size: 11px;
    font-weight: 700;
    color: #b1b1b1;
    margin-right: 5px;
}
.blog-page .blog-grid-post .item .down-content ul li a:hover {
    /*color: #ffba00;*/
    color: #333;
    transition: all 0.5s;
}
.blog-page .blog-grid-post .item .down-content .line-dec {
    margin-top: 15px;
    width: 40px;
    height: 2px;
    background-color: #eeeeee;
}
.blog-page .blog-grid-post .item .down-content p {
    margin-top: 15px;
    padding-bottom: 0px;
}
.blog-page .blog-grid-post .item .down-content .continue-button a {
    font-weight: 600;
    font-size: 12px;
    color: #CD1D1F;
}
.blog-page .blog-grid-post .item .down-content .continue-button a i {
    margin-left: 5px;
    font-size: 10px;
}
.blog-page .blog-grid-post .item .down-content .continue-button a:hover {
    /*color: #ffba00;*/
    color: #333;
    transition: all 0.5s;
}
.blog-page .blog-grid-post .pagination-content {
    margin-top: 30px;
}
.blog-page .blog-classic-post .item img {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    /*border-bottom: 3px solid #ffba00;*/
    border-bottom: 3px solid #333;
}
.blog-page .blog-classic-post .item h4 {
    margin-top: 20px;
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 700;
}
.blog-page .blog-classic-post .item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-page .blog-classic-post .item ul li {
    display: inline;
    margin-right: 15px;
}
.blog-page .blog-classic-post .item ul li span {
    font-size: 11px;
    font-weight: 700;
    color: #b1b1b1;
}
.blog-page .blog-classic-post .item ul li em {
    margin-right: 5px;
    font-style: normal;
    font-size: 11px;
    font-weight: 400;
    color: #b9b9b9;
}
.blog-page .blog-classic-post .item ul li a {
    font-size: 11px;
    font-weight: 700;
    color: #b1b1b1;
    margin-right: 5px;
}
.blog-page .blog-classic-post .item ul li a:hover {
    /*color: #ffba00;*/
    color: #333;
    transition: all 0.5s;
}
.blog-page .blog-classic-post .item .line-dec {
    margin-top: 15px;
    width: 40px;
    height: 2px;
    background-color: #eeeeee;
}
.blog-page .blog-classic-post .item p {
    margin-top: 15px;
    padding-bottom: 5px;
}
.blog-page .blog-classic-post .item .primary-button {
    padding-bottom: 40px;
}
@media (max-width: 991px) {
    .blog-page .blog-classic-post .item .primary-button {
        text-align: left;
    }
}
.blog-page .blog-classic-post .pagination-content {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .blog-page .blog-classic-post .pagination-content {
        margin-bottom: 80px;
    }
}
.blog-page .single-post .item img {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    /*border-bottom: 3px solid #ffba00;*/
    border-bottom: 3px solid #333;
}
.blog-page .single-post .item h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}
.blog-page .single-post .item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-page .single-post .item ul li {
    display: inline;
    margin-right: 15px;
}
.blog-page .single-post .item ul li span {
    font-size: 12px;
    font-weight: 700;
    color: #b1b1b1;
}
.blog-page .single-post .item ul li em {
    margin-right: 5px;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    color: #b9b9b9;
}
.blog-page .single-post .item ul li a {
    font-size: 12px;
    font-weight: 700;
    color: #b1b1b1;
    margin-right: 5px;
}
.blog-page .single-post .item ul li a:hover {
    /*color: #ffba00;*/
    color: #333;
    transition: all 0.5s;
}
.blog-page .single-post .item .line-dec {
    margin-top: 15px;
    width: 40px;
    height: 2px;
    background-color: #eeeeee;
}
.blog-page .single-post .item p {
    margin-top: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.blog-page .single-post .item p em {
    background-color: #f2f2f2;
    display: inline-block;
    padding: 15px 30px;
    margin: 0px 20px;
    font-size: 15px;
    font-family: 'georgia', serif;
    line-height: 26px;
    border-left: 3px solid #CD1D1F;
}
.blog-page .single-post .item .primary-button {
    padding-bottom: 40px;
}
.blog-page .single-post .comments {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 2px solid #eeeeee;
}
.blog-page .single-post .comments .comments-content {
    background-color: #f2f2f2;
    padding: 20px;
}
.blog-page .single-post .comments .comments-content img {
    float: left;
    width: 80px;
}
.blog-page .single-post .comments .comments-content h6 {
    margin-top: 0px;
    margin-left: 95px;
    margin-bottom: 3px;
}
.blog-page .single-post .comments .comments-content span {
    font-size: 11px;
    font-weight: 400;
    color: #9a9a9a;
    margin-left: 15px;
}
.blog-page .single-post .comments .comments-content p {
    margin-left: 95px;
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 20px;
}
.blog-page .single-post .comments .comments-content .continue-button {
    float: right;
    top: 0;
}
.blog-page .single-post .comments .comments-content .continue-button a {
    font-weight: 600;
    font-size: 11px;
    color: #CD1D1F;
}
.blog-page .single-post .comments .comments-content .continue-button a i {
    margin-left: 5px;
    font-size: 9px;
}
.blog-page .single-post .comments .comments-content .continue-button a:hover {
    /*color: #ffba00;*/
    color: #333;
    transition: all 0.5s;
}
.blog-page .single-post .comments .comments-content .replied-button {
    float: right;
    margin-right: 15px;
    top: 0;
}
.blog-page .single-post .comments .comments-content .replied-button span {
    font-size: 11px;
    color: #9a9a9a;
}
.blog-page .single-post .comments .comments-content .replied-button span i {
    margin-left: 5px;
    font-size: 9px;
}
.blog-page .single-post .comments .second-comment {
    margin-left: 115px;
    margin-top: 20px;
}
.blog-page .single-post .comments .third-comment {
    margin-top: 30px;
}
.blog-page .single-post .submit-comment input {
    outline: none;
    font-size: 11px;
    color: #9a9a9a;
    font-weight: 600;
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
    .blog-page .single-post .submit-comment input {
        margin-top: 20px;
    }
}
.blog-page .single-post .submit-comment textarea {
    margin-top: 30px;
    outline: none;
    font-size: 11px;
    color: #9a9a9a;
    font-weight: 600;
    line-height: 22px;
    width: 100%;
    max-width: 100%;
    height: 140px;
    max-height: 180px;
    padding-left: 10px;
    border: 1px solid #eeeeee;
}
.blog-page .single-post .submit-comment .primary-button {
    margin-top: 25px;
}
@media (max-width: 991px) {
    .blog-page .single-post .submit-comment .primary-button {
        margin-bottom: 80px;
    }
}
.contact-map {
    margin-top: -120px;
}
.contact-content {
    margin-top: 80px;
}
.contact-content p {
    margin-top: -5px;
}
.contact-content .sep-section-heading {
    margin-top: 0px;
    margin-bottom: 40px;
}
.contact-content .contact-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.contact-content .contact-info ul li {
    margin-top: 20px;
}
.contact-content .contact-info i {
    width: 40px;
    height: 40px;
    /*background-color: #ffba00;*/
    background-color: #333;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    margin-right: 15px;
}
@media (max-width: 991px) {
    .contact-content .contact-info i {
        margin-right: 5px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
    }
}
.contact-content .contact-info span {
    font-size: 14px;
    font-weight: 400;
    color: #b9b9b9;
}
@media (max-width: 991px) {
    .contact-content .contact-info span {
        font-size: 12px;
    }
}
.contact-content .send-message input,  .contact-content .send-message select {
    outline: none;
    font-size: 11px;
    color: #9a9a9a;
    font-weight: 600;
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
    .contact-content .send-message input {
        margin-top: 20px;
    }
}
.contact-content .send-message textarea {
    margin-top: 30px;
    outline: none;
    font-size: 11px;
    color: #9a9a9a;
    font-weight: 600;
    line-height: 22px;
    width: 100%;
    max-width: 100%;
    height: 140px;
    max-height: 180px;
    padding-left: 10px;
    border: 1px solid #eeeeee;
}
.contact-content .send-message .primary-button {
    margin-top: 25px;
}
@media (max-width: 991px) {
    .contact-content .send-message .primary-button {
        margin-bottom: 60px;
    }
}
.car-item  a h4:hover {
	color: #999;
}
.car-item {
    border: 1px solid #eeeeee;
    padding: 10px;
    margin-bottom: 30px;
}
.car-item .thumb-content .car-banner-rent {
    position: absolute;
    margin-top: 0px;
    right: 0;
    margin-right: 26px;
}
.car-item .thumb-content .car-banner-rent a {
    background-color: rgba(255, 186, 0, 0.9);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    width: 85px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
}
.car-item .thumb-content .car-banner-sale {
    position: absolute;
    margin-top: 0px;
    right: 0;
    margin-right: 26px;
}
.car-item .thumb-content .car-banner-sale a {
    background-color: rgba(24, 66, 140, 0.9);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    width: 85px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
}
.car-item .thumb-content img {
    width: 100%;
    overflow: hidden;
    background-size: cover;
}
.car-item .down-content {
    text-align: center;
}
.car-item .down-content h4 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 700;
}
.car-item .down-content span {
    font-size: 15px;
    font-weight: 700;
    color: #CD1D1F;
}
.car-item .down-content .line-dec {
    margin-top: 15px;
    width: 40px;
    height: 2px;
    background-color: #eeeeee;
    margin-left: auto;
    margin-right: auto;
}
.car-item .down-content p {
    margin-top: 20px;
}
.car-item .down-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.car-item .down-content ul li {
    display: inline-block;
    margin: 10px 12px 0px 12px;
}
.car-item .down-content ul li span {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #9a9a9a;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 10px;
}
.car-item .down-content ul li p {
    font-size: 12px;
    font-weight: 700;
    color: #6A6A6A;
    margin-top: 15px;
}
.columns-4 .down-content ul li {
    margin: 10px 5px 0px 12px;
}
.on-listing {
    padding-bottom: 30px;
}
.car-details {
    text-align: left;
}
.car-details h4 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
}
.car-details span {
    font-size: 17px;
    font-weight: 700;
    color: #CD1D1F;
}
.car-details .line-dec {
    margin-top: 15px;
    width: 40px;
    height: 2px;
    background-color: #eeeeee;
}
.car-details p {
    margin-top: 20px;
}
.car-details ul {
    padding: 20px 0px 30px 0px;
    margin: 0;
    list-style: none;
}

.car-details ul li:before {
	font-family: 'FontAwesome';
    content: '\f00c';
	margin-right:5px;
}
.car-details .car-info li:before{
    content: '';
	margin-right:0px;
}
.car-details .car-info li {
	border-bottom: 1px solid #eeeeee;
    /*width: 100%;*/
	width: 100%!important;
    display: inline-block;
    padding: 10px 0px;
}

.car-details ul li {
    border-bottom: 1px solid #eeeeee;
    /*width: 100%;*/
	width: 49%;
    display: inline-block;
    padding: 10px 0px;
}
.car-details ul li span {
    margin-right: 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #b9b9b9;
}
.car-details ul li p {
    display: inline;
    font-size: 12px;
    font-weight: 700;
    color: #6A6A6A;
}
.car-details ul li:first-child {
    /*border-top: 1px solid #eeeeee;*/
}
@media (max-width: 991px) {
    .car-details .contact-info {
        text-align: center;
        border: 2px solid #eeeeee;
        padding: 20px 0px;
    }
}
.car-details .contact-info i {
    width: 40px;
    height: 40px;
    /*background-color: #ffba00;*/
    background-color: #333;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    margin-right: 15px;
}
@media (max-width: 991px) {
    .car-details .contact-info i {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        margin-bottom: 12px;
    }
}
.car-details .contact-info span {
    font-size: 14px;
    font-weight: 400;
    color: #b9b9b9;
}
.car-details .similar-info span a {
    float: left;
    margin-top: 8px;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #b9b9b9;
}
.car-details .similar-info span a:hover {
    /*color: #ffba00;*/
    color: #333;
    transition: all 0.5s;
}
#owl-similar .car-item {
    border: 0px solid #eeeeee;
    padding: 2px;
    margin-bottom: 0px;
}
#owl-similar .car-item .thumb-content .car-banner-sale {
    margin: 0;
}
#owl-similar .car-item .thumb-content .car-banner-rent {
    margin: 0;
}
.similar-car {
    margin-top: -40px;
}
.similar-car-2 {
    margin-top: -20px;
}
@media (max-width: 991px) {
    .more-details .sep-section-heading {
        margin-top: 60px;
        margin-bottom: 30px;
    }
}
.more-details em {
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
}
.more-details .info-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.more-details .info-list ul li {
    display: inline-block;
    margin: 0px 20px 18px 0px;
}
.more-details .info-list ul li i {
    margin-right: 5px;
    /*color: #ffba00;*/
    color: #333;
}
.more-details .info-list ul li span {
    font-size: 13px;
    font-weight: 400;
    color: #9a9a9a;
}
.more-details .contact-info .phone {
    margin-top: 10px;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .more-details .contact-info .phone {
        margin: 0;
    }
}
@media (max-width: 991px) {
    .more-details .contact-info {
        text-align: center;
        border: 2px solid #eeeeee;
        padding: 20px 0px;
    }
}
.more-details .contact-info i {
    width: 40px;
    height: 40px;
    /*background-color: #ffba00;*/
    background-color: #333;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    margin-right: 15px;
}
@media (max-width: 991px) {
    .more-details .contact-info i {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        margin-bottom: 12px;
    }
}
.more-details .contact-info span {
    font-size: 14px;
    font-weight: 400;
    color: #b9b9b9;
}
.shortcodes-content .sep-section-heading {
    margin-top: 30px;
    margin-bottom: 30px;
}
.shortcodes-content .text-columns p {
    margin-bottom: 30px;
}
.shortcodes-content .text-columns .sep-section-heading-first {
    margin-top: 0px;
    margin-bottom: 30px;
}
.shortcodes-content .text-columns .sep-section-heading-first h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase;
}
.shortcodes-content .accordions .accordion,
.shortcodes-content .accordions .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shortcodes-content .accordions .accordion {
    overflow: hidden;
}
.shortcodes-content .accordions .accordion-section {
    margin-bottom: 4px;
}
.shortcodes-content .accordions .accordion-section-title {
    width: 100%;
    padding: 15px;
    display: inline-block;
    background: #f2f2f2;
    transition: all linear 0.15s;
    font-size: 13px;
    font-weight: 600;
}
.shortcodes-content .accordions .accordion-section-title i {
    float: right;
    font-size: 18px;
}
.shortcodes-content .accordions .accordion-section-title.active {
    color: #272727;
}
.shortcodes-content .accordions .accordion-section-title.active i {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: all 0.5s;
}
.shortcodes-content .accordions .accordion-section-title:hover {
    /*color: #ffba00;*/
    color: #333;
    transition: all .5s;
    /* Type */
    text-decoration: none;
}
.shortcodes-content .accordions .accordion-section-content {
    padding: 15px;
    display: none;
}
.shortcodes-content .tab .tabs {
    width: 100%;
    display: inline-block;
}
.shortcodes-content .tab .tab-links:after {
    display: block;
    clear: both;
    content: '';
}
.shortcodes-content .tab .tab-links {
    margin-left: -45px;
}
.shortcodes-content .tab .tab-links li {
    margin: 0px 2px;
    float: left;
    list-style: none;
}
.shortcodes-content .tab .tab-links a {
    padding: 9px 15px;
    display: inline-block;
    background: #f2f2f2;
    font-size: 13px;
    font-weight: 600;
    transition: all linear 0.15s;
    border-radius: 0px;
}
.shortcodes-content .tab .tab-links a:hover {
    /*color: #ffba00;*/
    color: #333;
    text-decoration: none;
}
.shortcodes-content .tab li.active a,
.shortcodes-content .tab li.active a:hover {
    color: #ffffff;
    background-color: #CD1D1F;
}
.shortcodes-content .tab .tab-content {
    padding: 15px;
    background: #fff;
}
.shortcodes-content .tab .tab {
    display: none;
}
.shortcodes-content .tab .tab.active {
    display: block;
}
.shortcodes-content .buttons .pri-primary-button a {
    width: 100%;
    height: 36px;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #CD1D1F;
}
@media (max-width: 991px) {
    .shortcodes-content .buttons .sec-primary-button {
        margin-top: 20px;
    }
}
.shortcodes-content .buttons .sec-primary-button a {
    width: 100%;
    height: 36px;
    border-bottom: 3px solid #112d60;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #CD1D1F;
}
@media (max-width: 991px) {
    .shortcodes-content .buttons .third-primary-button {
        margin-top: 20px;
    }
}
.shortcodes-content .buttons .third-primary-button a {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #CD1D1F;
}
@media (max-width: 991px) {
    .shortcodes-content .buttons .fourth-primary-button {
        margin-top: 20px;
    }
}
.shortcodes-content .buttons .fourth-primary-button a {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    border-bottom: 3px solid #112d60;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #CD1D1F;
}
.shortcodes-content .buttons .pri-secondary-button {
    margin-top: 20px;
}
.shortcodes-content .buttons .pri-secondary-button a {
    width: 100%;
    height: 36px;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    /*background-color: #ffba00;*/
    background-color: #333;
}
.shortcodes-content .buttons .sec-secondary-button {
    margin-top: 20px;
}
.shortcodes-content .buttons .sec-secondary-button a {
    width: 100%;
    height: 36px;
    border-bottom: 3px solid #cc9500;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    /*background-color: #ffba00;*/
    background-color: #333;
}
.shortcodes-content .buttons .third-secondary-button {
    margin-top: 20px;
}
.shortcodes-content .buttons .third-secondary-button a {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    /*background-color: #ffba00;*/
    background-color: #333;
}
.shortcodes-content .buttons .fourth-secondary-button {
    margin-top: 20px;
}
.shortcodes-content .buttons .fourth-secondary-button a {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    border-bottom: 3px solid #cc9500;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    /*background-color: #ffba00;*/
    background-color: #333;
}
.shortcodes-content .buttons .pri-black-button {
    margin-top: 20px;
}
.shortcodes-content .buttons .pri-black-button a {
    width: 100%;
    height: 36px;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #333;
}
.shortcodes-content .buttons .sec-black-button {
    margin-top: 20px;
}
.shortcodes-content .buttons .sec-black-button a {
    width: 100%;
    height: 36px;
    border-bottom: 3px solid #1a1a1a;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #333;
}
.shortcodes-content .buttons .third-black-button {
    margin-top: 20px;
}
.shortcodes-content .buttons .third-black-button a {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #333;
}
.shortcodes-content .buttons .fourth-black-button {
    margin-top: 20px;
}
.shortcodes-content .buttons .fourth-black-button a {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    border-bottom: 3px solid #1a1a1a;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #333;
}
.shortcodes-content .alerts .info-alert {
    background-color: #badef4;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #a4d3f0;
}
.shortcodes-content .alerts .info-alert a {
    font-size: 12px;
    color: #2394d9;
}
.shortcodes-content .alerts .info-alert i {
    margin: 0px 10px 0px 15px;
    color: #369fdf;
}
.shortcodes-content .alerts .warning-alert {
    margin-top: 15px;
    background-color: #f8f1c5;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f5ecae;
}
.shortcodes-content .alerts .warning-alert a {
    font-size: 12px;
    color: #d7bd1a;
}
.shortcodes-content .alerts .warning-alert i {
    margin: 0px 10px 0px 15px;
    color: #e8d03c;
}
.shortcodes-content .alerts .error-alert {
    margin-top: 15px;
    background-color: #eeb5ae;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eaa299;
}
.shortcodes-content .alerts .error-alert a {
    font-size: 12px;
    color: #d34130;
}
.shortcodes-content .alerts .error-alert i {
    margin: 0px 10px 0px 15px;
    color: #d34130;
}
.shortcodes-content .alerts .success-alert {
    margin-top: 15px;
    background-color: #d0edbf;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #c1e7ab;
}
.shortcodes-content .alerts .success-alert a {
    font-size: 12px;
    color: #78cb48;
}
.shortcodes-content .alerts .success-alert i {
    margin: 0px 10px 0px 15px;
    color: #78cb48;
}
.shortcodes-content .bars .first-bar {
    width: 100%;
    background-color: #f2f2f2;
}
.shortcodes-content .bars .first-bar a {
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 15px;
    line-height: 25px;
    font-size: 11px;
    font-weight: 300;
    width: 85%;
    /*background-color: #ffba00;*/
    background-color: #333;
    display: inline-block;
}
.shortcodes-content .bars .second-bar {
    margin-top: 10px;
    width: 100%;
    background-color: #f2f2f2;
}
.shortcodes-content .bars .second-bar a {
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 15px;
    line-height: 25px;
    font-size: 11px;
    font-weight: 300;
    width: 78%;
    /*background-color: #ffba00;*/
    background-color: #333;
    display: inline-block;
}
.shortcodes-content .bars .third-bar {
    margin-top: 10px;
    width: 100%;
    background-color: #f2f2f2;
}
.shortcodes-content .bars .third-bar a {
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 15px;
    line-height: 25px;
    font-size: 11px;
    font-weight: 300;
    width: 60%;
    /*background-color: #ffba00;*/
    background-color: #333;
    display: inline-block;
}
.shortcodes-content .bars .fourth-bar {
    margin-top: 10px;
    width: 100%;
    background-color: #f2f2f2;
}
.shortcodes-content .bars .fourth-bar a {
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 15px;
    line-height: 25px;
    font-size: 11px;
    font-weight: 300;
    width: 90%;
    /*background-color: #ffba00;*/
    background-color: #333;
    display: inline-block;
}
.sidebar-widgets {
    margin-left: 30px;
}
@media (max-width: 991px) {
    .sidebar-widgets {
        margin-left: 15px;
        margin-right: 15px;
    }
}
.sidebar-widgets .sep-section-heading-1 {
    margin-top: 0px;
    margin-bottom: 30px;
}
.sidebar-widgets .sep-section-heading-1 h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase;
}
.sidebar-widgets .sep-section-heading {
    margin-top: 60px;
    margin-bottom: 30px;
}
.sidebar-widgets .search-form select {
    cursor: pointer;
    outline: none;
    font-size: 11px;
    color: #9a9a9a;
    font-weight: 600;
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding-left: 5px;
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .sidebar-widgets .search-form select {
        margin-bottom: 15px;
    }
}
.sidebar-widgets .search-form input {
    margin-bottom: 15px;
    outline: none;
    font-size: 11px;
    color: #9a9a9a;
    font-weight: 600;
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #eeeeee;
}
.sidebar-widgets .futured-post {
    margin-bottom: -20px;
}
.sidebar-widgets .futured-post img {
    width: 100%;
    background-size: cover;
    overflow: hidden;
}
.sidebar-widgets .list-content ul {
    padding: 0;
    margin-top: -10px;
    list-style: none;
}
.sidebar-widgets .list-content ul li {
    display: block;
    margin-bottom: 10px;
}
.sidebar-widgets .list-content ul li span {
    margin-right: 10px;
    width: 6px;
    height: 6px;
    /*background-color: #ffba00;*/
    background-color: #333;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sidebar-widgets .list-content ul li a {
    font-size: 13px;
    color: #7a7a7a;
}
.sidebar-widgets .list-content ul li a:hover {
    /*color: #ffba00;*/
    color: #333;
    transition: all 0.5s;
}
.sidebar-widgets .list-content ul li em {
    font-weight: 600;
    margin-left: 30px;
    font-style: normal;
}
.sidebar-widgets .list-content ul li:last-child {
    margin-bottom: -10px;
}
.sidebar-widgets .latest-posts ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar-widgets .latest-posts ul li {
    display: block;
    margin-bottom: 20px;
}
.sidebar-widgets .latest-posts ul li .recent-item img {
    float: left;
}
.sidebar-widgets .latest-posts ul li .recent-item h4 {
    margin-left: 95px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}
.sidebar-widgets .latest-posts ul li .recent-item h4:hover {
    /*color: #ffba00;*/
    color: #333;
    transition: all 0.5s;
}
.sidebar-widgets .latest-posts ul li .recent-item span {
    margin-left: 15px;
    font-size: 14px;
    color: #CD1D1F;
}
.sidebar-widgets .latest-posts ul li .recent-item em {
    display: block;
    margin-top: 18px;
    margin-left: 95px;
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
    color: #9a9a9a;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
@media (max-width: 991px) {
    .sidebar-widgets .flickr-feed {
        padding: 20px;
    }
}
.sidebar-widgets .flickr-feed ul {
    padding: 0;
    margin: 0;
}
.sidebar-widgets .flickr-feed ul li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
}
.section-heading {
    margin-top: 80px;
    margin-bottom: 60px;
}
.section-heading i {
    float: left;
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    /*background-color: #ffba00;*/
    background-color: #333;
    color: #ffffff;
    margin-right: 10px;
    font-size: 16px;
}
.section-heading h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase;
}
.section-heading span {
    font-family: 'georgia', serif;
    font-size: 13px;
    font-style: italic;
    color: #9a9a9a;
}
.sep-section-heading {
    margin-top: 30px;
    margin-bottom: 40px;
}
.sep-section-heading h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase;
}
.page-heading {
    background-image: url(../images/heading-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 260px 0px 0px 0px;
    margin-bottom: 120px;
}
.page-heading .heading-content-bg {
    margin-bottom: -50px;
    z-index: 999;
    position: relative;
    background-color: #ffffff;
    padding: 30px;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
    .page-heading .heading-content-bg .heading-content {
        text-align: center;
    }
}
.page-heading .heading-content-bg .heading-content h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .page-heading .heading-content-bg .heading-content h2 {
        margin-bottom: 10px;
    }
}
.page-heading .heading-content-bg .heading-content span {
    font-family: 'georgia', serif;
    font-size: 13px;
    font-style: italic;
    color: #9a9a9a;
}
.page-heading .heading-content-bg .go-back {
    text-align: right;
    margin-top: 12px;
}
@media (max-width: 991px) {
    .page-heading .heading-content-bg .go-back {
        text-align: center;
        margin-top: 20px;
    }
}
.page-heading .heading-content-bg .go-back p {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.page-heading .heading-content-bg .go-back p a {
    color: #4a4a4a;
}
.page-heading .heading-content-bg .go-back p em {
    color: #9a9a9a;
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #272727;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 42px;
}
h3 {
    font-size: 20px;
    color: #272727;
    line-height: 28px;
}
h4 {
    font-size: 30px;
    color: #272727;
    font-weight: 300;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 14px;
}
.first-line {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0px!important;
    padding: 10px 15px!important;
    font-weight: 700;
    color: #CD1D1F;
    background-color: rgba(250, 250, 250, 0.6);
    line-height: normal!important;
}
@media (max-width: 991px) {
    .first-line {
        margin-top: -12px !important;
    }
}
.second-line {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 0px!important;
    padding: 8px 15px!important;
    font-weight: 600;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: normal!important;
}
.second-line em {
    font-size: 36px;
    /*color: #ffba00;*/
    color: #333;
    font-style: normal;
}
.slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slider .tp-caption {
    visibility: hidden;
    opacity: 0;
}
.tp-bullets {
    z-index: 1!important;
}
/*
 * jQuery car-flexslider v2.5.0
 * http://www.woothemes.com/car-flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'car-flexslider-icon';
    src: url('http://torchtemplates.net/html/autocar/assets/css/fonts/car-flexslider-icon.eot');
    src: url('http://torchtemplates.net/html/autocar/assets/css/fonts/car-flexslider-icon.eot?') format('embedded-opentype'), url('http://torchtemplates.net/html/autocar/assets/css/fonts/car-flexslider-icon.woff') format('woff'), url('http://torchtemplates.net/html/autocar/assets/css/fonts/car-flexslider-icon.ttf') format('truetype'), url('http://torchtemplates.net/html/autocar/assets/css/fonts/car-flexslider-icon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.car-flexslider {
    margin: 0;
    padding: 0;
}
.car-flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
}
.car-flexslider .slides img {
    width: 100%;
    display: block;
}
.car-flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .car-flexslider .slides {
    display: block;
}
* html .car-flexslider .slides {
    height: 1%;
}
.no-js .car-flexslider .slides > li:first-child {
    display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.car-flexslider {
    margin: 0 0 0px;
    background: transparent;
    position: relative;
    zoom: 1;
}
.car-flexslider .slides {
    zoom: 1;
}
.car-flexslider .slides img {
    height: auto;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
#car-carousel .slides li {
    margin: 24px 12px;
    cursor: pointer;
    opacity: .7;
}
#car-carousel .slides li:hover {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "FontAwesome";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
    content: '\f002';
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.car-flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.car-flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.car-flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.car-flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "car-flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
.flex-control-nav {
    width: 100%;
    position: relative;
    top: -260px;
    text-align: right;
}
@media (max-width: 991px) {
    .flex-control-nav {
        display: none;
    }
}
.flex-control-nav li {
    margin-left: 8px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 14px;
    height: 14px;
    border: 2px solid #ffba00;
    color: transparent;
    display: inline-block;
    cursor: pointer;
}
.slide-caption {
    text-align: left;
    padding-left: 15px;
    margin-left: 15px;
    position: absolute;
    width: 7.6%;
    margin-top: -85px;
    background-color: rgba(250, 250, 250, 0.75);
}
.slide-caption h6 {
    font-size: 14px;
    margin: 15px 0px 5px 0px;
}
.slide-caption p {
    padding-bottom: 15px;
    line-height: 0px;
    margin-top: 15px;
    color: #CD1D1F;
    font-weight: 700;
}
.flex-control-paging li a:hover {
    background: #CD1D1F;
    opacity: 0.7;
    transition: all 0.5s;
}
.flex-control-paging li a.flex-active {
    background-color: #CD1D1F;
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
.services {
    background-color: #f2f2f2;
    padding-bottom: 120px;
}
@media (max-width: 991px) {
    .services {
        padding-bottom: 20px;
    }
}
.services .services-content {
    margin-top: 180px;
}
.services .services-content .service-item {
    background-color: #ffffff;
    display: inline-block;
    width: 100%!important;
    padding: 10px;
}
@media (max-width: 991px) {
    .services .services-content .service-item {
        margin-bottom: 120px;
    }
}
.services .services-content .service-item img {
    margin-top: -100px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}
.services .services-content .service-item .service-baner {
    text-align: center;
    margin-top: -20px;
}
.services .services-content .service-item .service-baner a {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffba00;
    width: 126px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}
.services .services-content .service-item p {
    margin-top: 15px;
    text-align: center;
}
.services .services-content .service-item .primary-button {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 10px;
}
@media (max-width: 991px) {
    .services-second .service-item {
        margin-bottom: 60px;
    }
}
.services-second .service-item i {
    float: left;
    font-size: 36px;
    color: #CD1D1F;
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.services-second .service-item .text-content {
    display: block;
}
.services-second .service-item .text-content h6 {
    margin-left: 50px;
    margin-bottom: 0px;
}
.services-second .service-item .text-content span {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #b9b9b9;
}
.services-second .service-item .text-content .line-dec-second {
    margin: 10px 50px;
}
.services-second .service-item .text-content p {
    margin-left: 23px;
    border-left: 2px solid #eeeeee;
    padding-left: 27px;
}
.more-about-us {
    margin-top: 80px;
}
.more-about-us img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.more-about-us .right-content {
    margin-top: 20px;
}
.more-about-us .right-content span {
    font-size: 12px;
    font-weight: 400;
    color: #b9b9b9;
}
.more-about-us .right-content h4 {
    font-size: 22px;
    font-weight: 400;
    margin: 5px 0px;
}
.more-about-us .right-content p {
    margin-top: 25px;
}
.our-clients {
    padding-bottom: 15px;
}
.our-clients .sep-section-heading {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}
.our-clients .item {
    margin-bottom: 20px;
    text-align: center;
}
.call-to-action .call-to-action-content {
    background-color: #CD1D1F;
    margin-top: -60px;
    padding: 40px;
}
@media (max-width: 991px) {
    .call-to-action .call-to-action-content {
        text-align: center;
    }
}
.call-to-action .call-to-action-content p {
    margin-top: 5px;
    float: left;
    font-size: 16px;
    color: #ffffff;
}
@media (max-width: 991px) {
    .call-to-action .call-to-action-content p {
        padding-bottom: 20px;
    }
}
.call-to-action .call-to-action-content p em {
    font-style: normal;
    color: #ffba00;
    font-weight: 600;
}
.testimonials {
    background-color: #f2f2f2;
    margin-top: 60px;
}
.testimonials .item {
    text-align: center;
    padding-bottom: 40px;
}
.testimonials .item ul {
    padding: 0;
    margin-top: 50px;
    list-style: none;
}
.testimonials .item ul li {
    display: inline-block;
    color: #ffba00;
}
.testimonials .item ul li:last-child {
    color: #ddd;
}
.testimonials .item p {
    margin-top: 25px;
    font-size: 18px;
    font-style: italic;
    font-family: 'georgia', serif;
    line-height: 32px;
}
.testimonials .item em {
    font-size: 24px;
    color: #9a9a9a;
    font-family: 'georgia', serif;
}
.testimonials .item img {
    margin-top: 30px;
    border-radius: 50%;
}
.testimonials .item h4 {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.testimonials .item .line-dec {
    margin-top: 15px;
    width: 40px;
    height: 2px;
    background-color: #ddd;
    margin-left: auto;
    margin-right: auto;
}
.testimonials .item .line-dec2 {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 30px;
    height: 1px;
    background-color: #ddd;
    margin-left: auto;
    margin-right: auto;
}
.testimonials .item span {
    font-size: 12px;
    font-weight: 700;
    color: #aaa;
}
.owl-pagination {
    background-color: #CD1D1F;
    width: 120px;
    height: 34px;
    margin: 10px auto 0
}
.owl-theme .owl-controls .owl-page span {
    border-radius: 0px!important;
    margin-top: 12px!important;
    border: 1px solid #ffffff !important;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    border: 4px solid rgba(250, 250, 250, 0.75) !important;
}
@media (max-width: 991px) {
    .primary-button {
        text-align: center;
    }
}
.primary-button a {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    width: 110px;
    background-color: #CD1D1F;
}
.secondary-button a {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    width: 110px;
    background-color: #ffba00;
}
.white-button {
    float: right;
}
@media (max-width: 991px) {
    .white-button {
        text-align: center;
        float: none;
    }
}
.white-button a {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    width: 110px;
    background-color: #ffba00;
}
.go-top {
    width: 40px!important;
    height: 40px!important;
    line-height: 40px!important;
    font-size: 14px!important;
    /*background-color: rgba(255, 186, 0, 0.9) !important;*/
    background-color: #333;
    color: #ffffff !important;
}
.search-section {
    background-color: #f2f2f2;
}
.search-section .search-content {
    z-index: 999;
    position: relative;
    margin-top: -9%;
    background-color: #ffffff;
    padding: 30px;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.search-section .search-content .search-heading i {
    float: left;
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    /*background-color: #ffba00;*/
    background-color: #333333;
    color: #ffffff;
    margin-right: 10px;
    font-size: 16px;
}
.search-section .search-content .search-heading h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #272727;
    font-weight: 700;
    text-transform: uppercase;
}
.search-section .search-content .search-heading span {
    font-family: 'georgia', serif;
    font-size: 13px;
    font-style: italic;
    color: #9a9a9a;
}
.search-section .search-content .search-form {
    margin-top: 40px;
}
.search-section .search-content .search-form select, .search-section .search-content .search-form input {
    cursor: pointer;
    outline: none;
    font-size: 11px;
    color: #9a9a9a;
    font-weight: 600;
    line-height: 35px;
    width: 100%;
    height: 35px;
    padding-left: 5px;
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .search-section .search-content .search-form select {
        margin-bottom: 15px;
    }
}
.blury-bg {
    background-image: url(../images/blury-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 80px 0px;
    margin-bottom: -80px;
}
@media (max-width: 991px) {
    .blury-bg {
        padding: 80px 0px 65px 0px;
    }
}
.blury-bg .info-item {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px;
    height: 110px;
}
@media (max-width: 991px) {
    .blury-bg .info-item {
        margin-bottom: 15px;
        height: 90px;
    }
}
.blury-bg i {
    float: left;
    width: 80px;
    height: 80px;
    /*background-color: #ffba00;*/
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    line-height: 80px;
}
@media (max-width: 991px) {
    .blury-bg i {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}
.blury-bg h4 {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    /*text-transform: capitalize;*/
    margin-left: 95px;
    letter-spacing: 0.5px;
}
@media (max-width: 991px) {
    .blury-bg h4 {
        margin-left: 75px;
        margin-top: 3px;
    }
}
.blury-bg .line-dec {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    margin: 13px 0px 8px 95px;
}
@media (max-width: 991px) {
    .blury-bg .line-dec {
        margin: 10px 0px 8px 75px;
    }
}
.blury-bg span {
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
    margin-left: 95px;
    display: block;
}
@media (max-width: 991px) {
    .blury-bg span {
        margin-left: 75px;
    }
}
.line-dec-second {
    width: 28px;
    height: 3px;
    background-color: #ffba00;
}
.line-dec-third {
    margin-top: 25px;
    width: 120px;
    height: 2px;
    background-color: #eeeeee;
}
.pagination-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.pagination-content ul li {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    /*background-color: #CD1D1F;*/
    background-color: #333;
}
.pagination-content ul li:hover {
    /*background-color: #29539D;*/
    background-color: #454545;
}
.pagination-content ul li span {
    color: #FFBA00;
    font-weight: bold;
}

.pagination-content ul li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}
.pagination-content ul li i {
    font-size: 14px;
}
/*.pagination-content ul li:first-child {
  background-color: #ffba00;
}*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls {
    width: 100%;
    text-align: center;
}
.owl-theme .owl-controls .owl-page {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    filter: alpha(opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    border: 2px solid #888;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: alpha(opacity=100);
    /*IE7 fix*/
    opacity: 1;
    display: inline-block;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
    cursor: url(http://torchtemplates.net/html/autocar/assets/css/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.go-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 77;
    font-size: 18px;
    text-align: center;
    background: #1d1d1d;
    color: #fff !important;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
.go-top.go-top-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.go-top.go-topfade-out {
    opacity: 1;
}
@media (max-width: 991px) {
    .go-top {
        right: 39px;
        bottom: 90px;
    }
}
@media (min-width: 992px) {
    .go-top {
        height: 60px;
        width: 60px;
        line-height: 60px;
/*
        right: 30px;
        bottom: 60px;
*/
		right: 47px;
		bottom: 100px;
    }
}
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nano .content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
}
.nano .content:focus {
    outline: 0;
}
.nano .content::-webkit-scrollbar {
    visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
    visibility: visible;
}
.nano .pane {
    position: absolute;
    width: 3px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.nano .pane .slider {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.nano:hover .pane,
.pane.active,
.pane.flashed {
    opacity: 0.99;
}
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nano .content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'flexslider-icon';
    src: url('../fonts/flexslider-icon.eot');
    src: url('../fonts/flexslider-icon.eot@') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

/**HOVER EFFECT SISDADO**/
.over-effect{height: 11px; width: 70px}
.sisdado-img-hover{display: none}
.over-effect:hover .sisdado-img-hover{display: block}
.over-effect:hover .sisdado-img{display: none}

#contact_form input {
    margin-bottom: 30px;
}

.overview-box {
    background-color: #FFF;
    box-shadow: 0px 0 4px 6px rgba(0, 0, 0, 0.08);
    float: left;
    margin: 0px 30px 0px 0px;
    padding: 16px;
   /* width: 47%;*/
    display: inline-block;
    height: auto;
}
.overview-box ul li a {
	color: #aaa
}
.overview-box ul li {
    margin: 0px 0px 5px;
    color: #aaa
}
.overview-box ul {
    list-style: outside none none;
    margin: 20px 0px 13px;
    padding: 0px;
    height: 95px	
}
.overview-box ul li i{
	color: #FFC119!important
}

.map-box{
    display: inline-block;
    width: 100%;
}

.overview-box .service-item i {
    float: left;
    font-size: 36px;
    color: #CD1D1F;
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.overview-box .service-item .text-content {
    display: block;
}

.overview-box .service-item .text-content h6 {
    margin-left: 50px;
    margin-bottom: 0px;
}

.overview-box .service-item .text-content span {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #B9B9B9;
}

.overview-box .service-item .text-content .line-dec-second {
    margin: 10px 50px;
}


/*CAPTCHA*/
.LBD_CaptchaDiv, .LBD_CaptchaImageDiv{float: left;display: inline-block; margin-top: 2px;}
.LBD_CaptchaIconsDiv{float: right;}
.cap{margin-top: 35px}


/*SETA SLIDE*/
p.nav_thumb{position: inherit;top: 0;width: 30px!important;height: 30px!important;background: #3c3c3c;color: #fff;opacity: 1!important;	border: none!important;margin: 1px;cursor: pointer;transition: all 0.5s}
p.nav_thumb:hover{	background: rgba(255, 186, 0, 0.9) ;color: #fff;}
p.nav_thumb.prev{right: 40px;}
p.nav_thumb.next{right: 0;}
.fa.fa-angle-right, .fa.fa-angle-left {font-size: 20px;padding: 5px 7px 5px 11px;}
#tumbs .owl-next{float: right;margin-right:  -1px;}
#tumbs .owl-prev{float: left;display: inline-block;margin-left: -1px;}
#owl-similar .owl-next{float: right;margin-right:  -1px;}
#owl-similar .owl-prev{float: left;display: inline-block;margin-left: -1px;}
/*#tumbs .owl-item{width: auto!important}*/
.owl-buttons {bottom: 53px;}
.owl-buttons {display: block !important;position: relative; height: 0px; overflow: visible;}
.sp-thumbs a:link, .sp-thumbs a:visited{height: 70px!important;border: none!important}

/*PRODUTO*/
.galery-prod{width: 100%}

@media all and (max-width: 990px) and (min-width: 585px) {
	.galery-prod{width: 100%;}
	
}

@media screen and (max-width:1100px){
	.overview-box{width: 100%}
}
@media screen and (max-width:440px){
	.sub-footer{height: auto;padding: 10px 0}
	.sub-footer p{font-size: 11px;line-height: 1}
	.sisdado{float: none!important;margin: auto;display: inline-block}
}

.link-banner{
	display:block;
}
.link-banner img{
	width: 100%;
	height: auto;
}

.line-through {
	text-decoration: line-through;
	font-size: 12px !important;
	color: #990000 !important;
}

.btn-whatsapp {
    background-color: #00D565!important;
    border: none!important;
    color: #fff!important;
	padding: 10px 15px;
	border-radius: 5px;
}
a.btn-whatsapp:hover {
	background-color: #00E676!important;
}

.car-item .down-content h4 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 700;
    height: 33px!important;
}



/**
* alterações 02/08/2019
*/
.right-info ul > li a.facebook {
    padding: 5px 13px;
    background-color: #3b5998 !important;
    border-radius: 2px;
    font-size: 22px;
}
.right-info ul > li a.facebook:hover,
.right-info ul > li a.instagram:hover {
	color: #FFF;
}
.right-info ul > li a.instagram {
    padding: 5px 11px;
    /*background-color: #3f729b !important;*/
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    border-radius: 2px;
    font-size: 22px;
}
.right-info ul > li a.facebook:hover {
	background-color: rgba(59,89,152, 0.70) !important;
}
.right-info ul > li a.instagram:hover {
	background-color: rgba(63,114,155, 0.70) !important;

}

.pre-header .right-info ul li a.facebook,
.pre-header .right-info ul li a.instagram {
	margin: 2px 0 0 0 !important;
	display: block;
}
.pre-header .left-info {
	margin-top: 2px;
}

@media screen and (max-width: 480px) {
	.hide-banner {
		display: none;
	}
}


a.btn-whatsapp {
    display: inline-block;
    vertical-align: 4px;
    height: 41px;
	font-size:16px;
}

.site-header.scrolled-header .logo img {
	height: 62px;
	width: auto;
}


.bg_facebook {
    background-color: #3b5998 !important;
}

.bg_instagram {
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.bg_instagram i, .bg_facebook i {
	font-size: 22px;
}
