/* Custom CSS start here */
body {
    padding-top: 0;
    font-family: 'Titillium Web', sans-serif;
}

/* Header start here */

.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
}
.navbar-default {
    background-color: #010903;
    border-color: transparent;
    border: none;
    height: 76px;
    margin: 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 100px 18px 0;
    font-size: 18px;
    line-height: 20px;
}
.nav>li {
    color: #fff;
    font-size: 20px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-nav>li>a {
    padding-top: 26px;
    padding-bottom: 27px;
    transition: all 0.5s;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #0ea303;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #0ea303;
    background-color: transparent;
}
.page-header .social {
    width:auto;
    margin-top: 25px;
}
.page-header .social .instagram {
    width: 16px;
    height: 22px;
    background: url(../images/social-icon.png) no-repeat 0 0;
    float: left;
    margin-right: 10px;
    transition: all 0.1s;
}
.page-header .social .instagram:hover  {
    background: url(../images/social-icon.png) no-repeat 0 -27px;
}
.page-header .social .facebook {
    width: 10px;
    height: 19px;
    background: url(../images/social-icon.png) no-repeat -29px 0;
    float: left;
    margin-right: 10px;
    transition: all 0.1s;
}
.page-header .social .facebook:hover  {
    background: url(../images/social-icon.png) no-repeat -29px -27px;
}
.page-header .social .twitter {
    width: 18px;
    height: 23px;
    background: url(../images/social-icon.png) no-repeat -52px 0;
    float: left;
    margin-right: 10px;
    transition: all 0.1s;
}
.page-header .social .twitter:hover  {
    background: url(../images/social-icon.png) no-repeat -52px -27px;
}
.page-header .social .youtube {
    width: 18px;
    height: 20px;
    background: url(../images/social-icon.png) no-repeat -82px 0;
    float: left;
    margin-right: 10px;
    transition: all 0.1s;
}
.page-header .social .youtube:hover  {
    background: url(../images/social-icon.png) no-repeat -82px -27px;
}
.page-header .social .Search {
    width: 17px;
    height: 22px;
    background: url(../images/social-icon.png) no-repeat -119px 0;
    float: left;
    margin-right: 10px;
    transition: all 0.1s;
}
.page-header .social .Search:hover  {
    background: url(../images/social-icon.png) no-repeat -119px -27px;
}
.page-header .social .shopping-bag {
    width: 17px;
    height: 22px;
    background: url(../images/social-icon.png) no-repeat -151px 0;
    float: left;
    transition: all 0.1s;
}
.page-header .social .shopping-bag:hover  {
    background: url(../images/social-icon.png) no-repeat -151px -27px;
}

/* Header end here */

/* Banner start here */

#banner-static {
    width: 100%;
    /*    background: url(../images/static-banner.jpg) no-repeat center top;*/
    background-size: cover;
    position: relative;
    overflow: hidden;
    /*    height: 700px;*/
    height: auto;
}

#banner-static h1 {
    font-size:5.3vw;
    color: #fff;
    font-style: italic;
    background: url(../images/show-border.png) no-repeat left bottom;
    font-weight: 600;
    padding-bottom: 20px;
    background-size: 100%;
}
#banner-static .caption {
    padding-top: 522px;
    padding-bottom: 20px;
}
/* Banner end here */

/* Content start here */

#static-content {
    width: 100%;
    background: #232323;
    padding: 87px 0 150px;
}
#static-content .right-text {
    width: 100%;
    margin-top: -4px;
}
#static-content .right-text p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 19px;
    text-align: justify;
}
#static-content .btn-success {
    background: #0ea303;
    color: #fff;
    border: none;
    font-size: 50px;
    font-style: italic;
    border-radius: 5px;
    max-width: 600px;
    width: 100%;
    margin-top: 104px;
    transition: all 0.5s;
    font-weight: 600;
}
#static-content .btn-success:hover {
    background: #0b8e02;
}

/* Content end here */

/* Footer start here */

.panel-footer {
    background:#0ea303;
    /*    padding-top: 193px;*/
    width: 100%;
    position: relative;
    border-top:0px;
}

.footer-gallary {
    width: 100%;
    /*    margin-top: -330px;*/
}
.footer-gallary ul {
    display: block;
    margin: 0;
    padding: 0;
}
.footer-gallary ul li {
    float: left;
    width: 16.6%;
    list-style: none;
    height: 100%;
}
.panel-footer .footer-logo {
    margin-top: 60px;
    display: inline-block;
}
.panel-footer .footer-logo  img {
    opacity: 1;
    max-width: 200px;
    max-height: 95px;
}
.panel-footer h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    padding-top: 30px;
}
.panel-footer .footer-widget h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}
.panel-footer .footer-widget ul {
    display: block;
    margin: 0;
    padding: 0;
}
.panel-footer .footer-widget ul li {
    display: list-item;
    list-style: none;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    padding: 3px 0;
}
.panel-footer .footer-widget ul li a {
    display: list-item;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-style: normal;
}
.panel-footer .footer-widget h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: -50px;
    font-style: normal;
}
.panel-footer .footer-widget input[type="text"] {
    width: 100%;
    border: none;
    border-bottom:2px solid #fff;
    background: none;
    color: #fff;
    height: 48px;
    padding: 15px;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
}
.panel-footer .footer-widget input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.panel-footer .footer-widget input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.panel-footer .footer-widget input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.panel-footer .footer-widget input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.panel-footer .footer-widget input[type="email"] {
    width: 100%;
    border: none;
    border-bottom:2px solid #fff;
    background: none;
    color: #fff;
    height: 48px;
    padding: 15px;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
}
.panel-footer .footer-widget input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.panel-footer .footer-widget input[type="email"]::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.panel-footer .footer-widget input[type="email"]:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.panel-footer .footer-widget input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.panel-footer .footer-widget input[type="submit"]  {
    color: #fff;
    background: #464646;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    margin: 20px 0;
    font-style: italic;
    padding: 7px 17px;
    transition: all 0.5s;
    font-weight: 600;
}
.panel-footer .footer-widget input[type="submit"]:hover {
    background: #313131;
}
.panel-footer .footer-link {
    width: 100%;
    padding: 10px 0;
}
.panel-footer .footer-link  ul {
    display: block;
    margin: 0;
    padding: 0;
}
.panel-footer .footer-link ul li {
    display: inline-block;
    color: #fff;
    font-size:24px;
}
.panel-footer .footer-link ul li a {
    display: inline-block;
    color: #fff;
    padding: 0 30px;
    font-weight: 500;
    text-decoration: none;
}
.panel-footer .address {
    width: 100%;
    padding: 50px 0;
    position: relative;
}
.panel-footer p {
    color: #fff;
    text-align: center;
    font-size: 24px;
}
footer#panel-footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 163, 3, 0.95)
}
.copyright {
    width: 100%;
    text-align: center;
    background: #1aa70f;
    float: left;
    padding: 22px 0 15px;
}
.copyright p {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
}
.left-padding {
    padding-left: 25px;
}


/* Footer end here */

/* Blog Post page start here */

.blog-post-content {
    width: 100%;
    background: #232323;
    padding: 80px 0 200px;
}
.blog-post-content .inner-post-content {
    padding: 0 70px;
    overflow: hidden;
}

.blog-post-content .static-right {
    width:auto;
    padding-top: 50px;
}
.blog-post-content .static-right .btn-link {
    color: #fff;
    font-size: 36px;
    background: url(../images/next-border.png) no-repeat left bottom;
    padding: 0;
    font-style: italic;
    font-weight: 600;
}
.blog-post-content .static-right .btn-link:hover {
    text-decoration: none;
}
.blog-post-content .static-right h4 {
    color: #fff;
    font-size: 22px;
}
.blog-post-content .blog-post-caption {
    width: 100%;
}
.blog-post-content .blog-post-caption h2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.blog-post-content .blog-post-caption h3 {
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.blog-post-content .cars-desc {
    background: #fff;
    padding: 30px;
    margin-top: -123px;
}
.blog-post-content .cars-desc h6 {
    color: #fff;
    background: #0ea303;
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
    margin-top: 0;
    font-weight: bold;
}
.blog-post-content .cars-desc h1 {
    color: #000;
    font-size: 40px;
    font-style: italic;
    margin-top: 0;
    font-weight: bold;
}
.blog-post-content .cars-desc .btn-link {
    color: #000;
    font-size: 20px;
    transition: all 0.5s;
    font-weight: bold;
}
.blog-post-content .cars-desc .btn-link img {
    margin-right: 10px;
}
.blog-post-content .cars-desc .btn-link:hover {
    text-decoration: none;
    color: #0ea303;
}
.content-text {
    padding: 60px;
}
.content-text h5 {
    color: #fff;
    font-size: 30px;
    font-style: italic;
    margin-bottom: 45px;
    font-weight: 600;
} 
.content-text p {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}
.text-margin p {
    margin-bottom: 35px;
}
.text-margin p:last-child {
    margin-bottom: 0;
}
.full-gallary {
    width: 100%;
}
.full-gallary ul {
    display: block;
    padding: 0;
    margin: 0;
}
.full-gallary ul li {
    float: left;
    width: 50%;
}
.full-gallary ul li img {
    width:100%;
}
.tags {
    width:100%;
    padding: 60px 100px;
    border-bottom: 2px solid #0ea303;
}
.tags label {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-right: 40px;
}
.tags .btn-success {
    color: #fff;
    border-radius: 0;
    border: none;
    background: #0ea303;
    font-size:20px;
    margin-right: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.tags .social-share {
    width: 100%;
    padding: 50px 0 0;
    text-align: center;
}
.tags .social-share .btn-info {
    background: #00aeef;
    border-radius: 0;
    font-size: 20px;
    font-style: italic;
    height: 68px;
    padding: 17px 30px;
    border: none;
    margin-right: 8%;
    font-weight: 600;
}
.tags .social-share .btn-info img {
    margin-right: 10px;
}
.tags .social-share .btn-default {
    background: #cb2027;
    border-radius: 0;
    font-size: 20px;
    font-style: italic;
    height: 68px;
    padding: 7px 30px;
    border: none;
    color: #fff;
    margin-right: 8%;
    font-weight: 600;
}
.tags .social-share .btn-default img {
    margin-right: 0;
}
.tags .social-share .btn-success {
    background: #0054a6;
    border-radius: 0;
    font-size: 20px;
    font-style: italic;
    height: 68px;
    padding: 11px 30px;
    border: none;
    color: #fff;
    font-weight: 600;
}
.tags .social-share .btn-success img {
    margin-right: 10px;
}
.trending-slider {
    width: 100%;
    padding: 0 80px;
}
.trending-article h3 {
    color: #fff;
    font-size: 50px;
    text-align: center;
    padding: 80px 0;
    margin: 0;
    font-style: italic;
    font-weight: 600;
}
.trending-article h3:before {
    content: "";
    background: url(../images/T.png) no-repeat center top;
    width: 67px;
    height: 81px;
    margin-right: -53px;
    display: inline-block;
    margin-bottom: -13px;
}
.trending-slider .heading {
    background: #0ea302;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 12px;
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
}
.trending-slider strong {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
.trending-slider h4 {
    color: #fff;
    font-size: 45px;
    text-transform: capitalize;
    font-style: italic;
    margin: 20px 0;
    font-weight: 600;
}
.trending-slider h4 a{
    color:#fff;
}
.trending-slider p {
    color: #fff;
    padding-right: 50px;
    font-size: 20px;
    margin-bottom: 18px;
}
.trending-slider .btn-link {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    border-bottom: 3px solid #109806;
    padding: 0;
    font-weight: 600;
}
.trending-slider .btn-link:hover {
    text-decoration: none;
}
.trending-slider .owl-carousel .owl-nav button.owl-prev {
    background: url(../images/prev-arrow.png) no-repeat center top;
    width: 47px;
    height: 47px;
    float: left;
    margin-left: -80px;
}
.trending-slider .owl-carousel .owl-nav button.owl-next {
    background: url(../images/next-arrow.png) no-repeat center top;
    width: 47px;
    height: 47px;
    margin-right: -80px;
    float: right;
}
.trending-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}


/* Blog page 2 start here */

.banner-1 {
    width: 100%;
    background: url(../images/dustin-slider-img.jpg) no-repeat center top !important;
    background-size: cover !important;

}
.born {
    width: 100%;
}
.born h2 {
    font-size: 48px;
    color: #fff;
    font-style: italic;
    font-weight: bold;
}
.born .born-text {
    margin-top: -148px;
    margin-left: 50px;
    width: 110%;
}
.born h5 {
    background: #fff;
    font-weight: 600;
    font-size: 24px;
    padding: 20px;
}
.born h5 br {
    display: none;
}
.born-bottom {
    width: 100%;
    padding: 66px 0;
}
.born-bottom p {
    color: #fff;
    font-size: 24px;
    padding-right: 90px;
    line-height: 28px;
    padding-left: 15px;
    margin-top: 25px;
}
.journey-began {
    width: 100%;
    margin-bottom: 30px;
}
.journey-began h3 {
    font-size: 60px;
    color: #fff;
    font-style: italic;
    background: url(../images/show-border.png) no-repeat left bottom;
    font-weight: 600;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 50px;
}
.journey-began p {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
}
.journey-began p br {
    display: none;
}
.journey-began img {
    margin-left: 30px;
    margin-bottom: 30px;
}


/* Monkeys Page start here */

.banner-2 {
    width: 100%;
    background: url(../images/slider-img-monkeys.jpg) no-repeat center top !important;
    background-size: cover !important;
    /*    height: 665px !important;*/
}
.banner-2 .caption {
    padding-top: 473px !important;
}
.monkey-page {
    width: 100%;
}
.monkey-page .theman-text {
    padding-top: 30%;
}
.monkey-page .theman-text h3 {
    color: #fff;
    font-size: 4.0em;
    font-weight: bold;
}
.monkey-page .theman-text .btn-link {
    font-size:30px;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    transition: all 0.5s;
}
.monkey-page .theman-text .btn-link:hover {
    text-decoration: none;
    color: #0ea303;
}
.monkey-page  .rawling {
    width: 100%;
    text-align: center;
    margin-bottom: -50px;
    display: inline-block;
}
.monkey-page  .rawling h5 {
    background: url(../images/heading-bg-raw.png) no-repeat center top;
    color: #fff;
    font-size: 4.5em;
    font-weight: 600;
    font-style: italic;
    height: 87px;
    margin-top: -66px;
    display: inline-block;
    max-width: 590px;
    width: 100%;
    margin-right: -440px;
}
.monkey-page .client-box {
    /*    margin-top: 132px;*/
}
.monkey-page .client-widget-caption {
    width: 100%;
    padding-top: 35%;
}
.monkey-page .client-widget-caption h3 {
    color: #fff;
    font-size: 2.50em;
    font-weight: bold;
}
.monkey-page .client-widget-caption .btn-link {
    font-size: 24px;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    transition: all 0.5s;
    margin-bottom: 36px;
}
.monkey-page .client-widget-caption .btn-link:hover {
    text-decoration: none;
    color: #0ea303;
}
.monkey-page .client-widget-caption h6 {
    color: #fff;
    background: #0ea303;
    font-size: 2.0em;
    font-style: italic;
    font-weight: bold;
    height: 50px;
    padding-left: 10px;
    position: relative;
    padding-right: 3px;
    left: -180px;
    width: auto;
    display: inline-block;
    line-height: 46px;
}
.monkey-page .client-widget-caption h6:after {
    content: "";
    background: url(../images/heading-after.png) no-repeat center top;
    width: 57px;
    height: 50px;
    float: right;
    margin-right: -56px;
    position: absolute;
    right: 0;
    top:0;
}
.margin-bottom {
    margin-bottom: 80px;
}
.monkey-page .modal-content {
    border-radius: 0;
    border: none;
}
.monkey-page  .modal-dialog {
    width: 50%;
    max-width: 986px;
    overflow-y: initial !important
}
.monkey-page .modal-body {
    padding: 20px;
    height: 400px;
    overflow-y: auto;
}
.monkey-page .modal-body h2 {
    color: #0ea303;
    font-size: 60px;
    font-weight: bold;
    font-style: italic;
}
.monkey-page .modal-body h5 {
    color: #000;
    font-size:30px;
    margin-bottom: 40px;
}
.monkey-page .modal-body p {
    font-size: 17px;
    color: #000;
    font-weight: bold;
}
.monkey-page .modal-content .btn-default {
    color: #fff;
    position: absolute;
    right: -20px;
    top: -19px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 26px;
    border: none;
    background: #0ea303;
    line-height: 24px;
}



/* Product page start here */

.white-nav {
    background: #fff;
}
.white-nav .navbar-nav>li>a {
    color: #000;
}
.page-header .social {
    width:auto;
    margin-top: 25px;
}
.white-nav .social .instagram {
    width: 16px;
    height: 22px;
    background: url(../images/social-icon-black.png) no-repeat 0 0;
    float: left;
    margin-right: 10px;
    transition: all 0.1s;
}
.white-nav .social .instagram:hover  {
    background: url(../images/social-icon-black.png) no-repeat 0 -27px;
}
.white-nav .social .facebook {
    width: 10px;
    height: 19px;
    background: url(../images/social-icon-black.png) no-repeat -29px 0;
    float: left;
    margin-right: 10px;
    transition: all 0.1s;
}
.white-nav .social .facebook:hover  {
    background: url(../images/social-icon-black.png) no-repeat -29px -27px;
}
.white-nav .social .twitter {
    width: 18px;
    height: 23px;
    background: url(../images/social-icon-black.png) no-repeat -52px 0;
    float: left;
    margin-right: 10px;
    transition: all 0.1s;
}
.white-nav .social .twitter:hover  {
    background: url(../images/social-icon-black.png) no-repeat -52px -27px;
}
.white-nav .social .youtube {
    width: 18px;
    height: 20px;
    background: url(../images/social-icon-black.png) no-repeat -82px 0;
    float: left;
    margin-right: 10px;
    transition: all 0.1s;
}
.white-nav .social .youtube:hover  {
    background: url(../images/social-icon-black.png) no-repeat -82px -27px;
}
.white-nav .social .Search {
    width: 17px;
    height: 22px;
    background: url(../images/social-icon-black.png) no-repeat -119px 0;
    float: left;
    margin-right: 10px;
    transition: all 0.1s;
}
.white-nav .social .Search:hover  {
    background: url(../images/social-icon-black.png) no-repeat -119px -27px;
}
.white-nav .social .shopping-bag {
    width: 17px;
    height: 22px;
    background: url(../images/social-icon-black.png) no-repeat -151px 0;
    float: left;
    transition: all 0.1s;
}
.white-nav .social .shopping-bag:hover  {
    background: url(../images/social-icon-black.png) no-repeat -151px -27px;
}


/* Product page start here */

.banner-3 {
    width: 100%;
    background: url(../images/tire-pocket-img.jpg) no-repeat center top !important;
    background-size: cover !important;
    height: 603px;
    text-align: center;

}
.banner-3 .product-caption {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    padding: 0 20px;
}
.banner-3 .product-caption h6 {
    color: #fff;
    font-size: 18px;
}
.banner-3 .product-caption h4 {
    color: #fff;
    font-size: 48px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 30px;
}
.banner-3 .product-caption .btn-info {
    background: none;
    border: 3px solid #fff;
    border-radius:4px;
    color: #fff;
    font-size: 18px;
    padding: 8px 29px;
    transition: all 0.5s;
}
.banner-3 .product-caption .btn-info:hover {
    background: #0ea303;
    color: #fff;
}
.product-page {
    width: 100%;
    padding-bottom: 240px;
}
.new-arrivals {
    width: 100%;
    text-align: center;
    padding: 0 50px;
}
.new-arrivals h2 {
    color: #000000;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    margin-top: 60px;
    padding-bottom: 60px;
}
.new-arrivals h2:before {
    content: "";
    background: url(../images/n.png) no-repeat center top;
    width: 62px;
    height: 63px;
    display: inline-block;
    margin-right: -45px;
    margin-bottom: -10px;
}
.new-arrivals .product-widget {
    width: 100%;
    margin-bottom: 60px;
}
.new-arrivals .product-widget img {
    display: inline-block;
    margin-bottom: 25px;
}
.new-arrivals .product-widget h5 {
    font-size: 28px;
    color: #000;
    font-weight: bold;
}
.new-arrivals .product-widget h6 {
    color: #000;
    font-size: 24px;
    font-weight: 300;;
}
.popular-in-store {
    background: #232323;
    padding: 30px 0;

    margin-bottom: 60px;
}
.popular-in-store h3 {
    color: #fff;
    font-size: 36px;
    font-style: italic;
    font-weight: bold;
    background: url(../images/popular-bg.png) no-repeat left bottom;
    padding-bottom: 10px;
}
.new-arrivals .btn-success {
    background: #0ea303;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
    border:none;
    padding: 10px 61px;
    transition: all 0.5s;
}
.new-arrivals .btn-success:hover {
    background: #19c20c;
}
.mens-shop-product {
    width: 100%;
    float: left;
    padding: 50px 0 0;
}
.mens-shop-product ul {
    display: block;
    margin: 0;
    padding: 0;
}
.mens-shop-product ul li {
    width: 50%;
    float: left;
    text-align: center;
    list-style: none;
    position: relative;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
}
.mens-shop-product ul li h5 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
}
.mens-shop-product ul li .dala-caption {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 100%;
}
.subsribe-newsletters {
    max-width: 470px;
    width: 100%;
    text-align: center;
    padding: 100px 0;
}
.subsribe-newsletters h4 {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
}
.subsribe-newsletters h4 span {
    color: #fa0303;
}
.subsribe-newsletters .search-newsletters {
    position: relative;
}
.subsribe-newsletters input[type="text"] {
    width: 100%;
    height: 50px;
    border: 2px solid #000;
    padding: 0 164px 0 20px;
    font-size: 20px;
}
.subsribe-newsletters input[type="submit"] {
    width: 153px;
    height: 50px;
    border: 2px solid #000;
    text-align: center;
    position: absolute;
    right: 0;
    background: #232323;
    top:0;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
}
.acessories {
    width: 100%;
}
.acessories .acessories-widget {
    width: 100%;
    position: relative;
    text-align: center;
}
.acessories .acessories-widget .acessories-caption {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top:40%;
}
.acessories .acessories-caption h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.acessories .acessories-widget .acessories-caption-1 {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top:30%;
}
.acessories .acessories-caption-1 h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    margin: 15px 0;
}
.acessories .acessories-caption-1 .sale {
    color: #fff;
    background: #0ea303;
    padding: 0 20px;
    font-size: 20px;
    font-weight: bold;
}
.acessories .acessories-caption-1 .btn-success {
    background: none;
    border: 3px solid #fff;
    border-radius:4px;
    color: #fff;
    font-size: 18px;
    padding: 8px 20px;
    transition: all 0.5s;
}
.acessories .acessories-caption-1 .btn-success:hover {
    background: #0ea303;
    color: #fff;
}

/* Product description page start here */

.breadcrumb-outer {
    background: #232323;
}
.breadcrumb-outer .breadcrumb {
    padding: 22px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-outer .breadcrumb>li {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.breadcrumb-outer .breadcrumb>li a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.breadcrumb-outer .breadcrumb>.active {
    color: #fff;
}
.product-detail {
    width: 100%;
    padding: 50px 0 150px;
    background: url(../images/master-monkey.png) no-repeat top right;
}
.product-detail-inner {
    width: 100%;

}
.product-detail-inner  .product-detail-widget {
    width: 100%;
    float: left;
}
.product-detail-inner .sweetshirt {
    width: 100%;
    margin-bottom: 20px;
}
.product-detail-inner .sweetshirt h5 {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 0 0 ;
    float: left;
} 
.product-detail-inner .sweetshirt .arriavl-text {
    background: #0ea303;
    float: right;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
}
.product-detail-inner .product-detail-widget h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
.product-detail-inner .product-detail-widget h4 {
    font-size: 30px;
    color: #100909;
}
.product-detail-inner .product-detail-widget .available-box {
    width: 100%;
    margin-bottom: 30px;
}
.product-detail-inner .available-box .star {
    float: left;
    margin-right: 15px;
}
.product-detail-inner .available-box .review {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-right: 40px;
}
.product-detail-inner .available-box .stock {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.product-detail-inner .available-box .stock strong {
    color: #0ea303;
}
.product-detail-inner .product-detail-widget p {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.product-detail-inner .right-desc {
    width: 100%;
}
.product-detail-inner .right-desc .sizing {
    width: 100%;
}
.product-detail-inner .sizing  ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.product-detail-inner .sizing  ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #999999;

    text-align: center;
    margin-right: 5px;
}
.product-detail-inner .sizing  ul li a {
    display: inline-block;
    color: #000;
    width: 33px;
    height: 33px;
    padding: 7px;
}
.product-detail-inner .sizing  .sizing-chart {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    float: right;
}
.product-detail-inner .sizing  .sizing-chart img {
    margin-right: 10px;
}
.product-detail-inner .add-cart {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 50px;
}
.product-detail-inner .add-cart ul {
    display: block;
    margin: 0;
    padding: 0;
}
.product-detail-inner .add-cart ul li {
    color:#000;
    float: left;
    list-style: none;
}
.product-detail-inner .add-cart ul li:nth-child(2) a {
    width: 67px;
}
.product-detail-inner .add-cart ul li:nth-child(3) a {
    border-right: 1px solid #999999;
}
.product-detail-inner .add-cart ul li a {
    font-size: 27px;
    color:#000;
    float: left;
    width: 44px;
    height: 47px;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    text-align: center;
    border-bottom: 1px solid #999999;
    line-height: 40px;
}
.product-detail-inner .add-cart ul li a:hover {
    text-decoration: none;
}
.product-detail-inner .add-cart  .btn-success {
    background: #0ea303;
    border: none;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    float: right;
    padding: 9px 45px;
}
.product-detail-inner .desc-tags {
    width: 100%;
}
.product-detail-inner .desc-tags p {
    font-size: 14px;
    color: #000;
    margin-bottom: 16px;
}
.product-detail-inner .desc-tags p span {
    font-weight: 600;
    margin-right: 10px;
}
.product-detail .garage-lookbok-desc {
    width: 100%;
    background: url(../images/george-lookbook.jpg) no-repeat center top;
    background-size: cover;
    margin: 100px 0 0px;
    padding: 200px 0;
}
.product-detail .garage-lookbok-desc h1 {
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    margin: 0;
}
.product-detail .garage-lookbok-desc h4 {
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    background: url(../images/check-bg.png) no-repeat bottom left;
    padding-bottom: 7px;
}
.new-arrivals-desc  {
    width: 100%;
    padding: 0 50px;
}
.new-arrivals h2:before {
    content: "";
    background: url(../images/r.png) no-repeat center top;
    width: 62px;
    height: 63px;
    display: inline-block;
    margin-right: -39px;
    margin-bottom: -15px;
}

/* Final Home page start here */

/* Banner start here */

.banner-home-final {
    width: 100%;
    /*    background: url(../images/banner.jpg) no-repeat center top !important;
        background-size: cover !important;
        height: 725px;*/
}
.banner-home-final h1 {
    font-size: 84px;
    color: #fff;
    font-style: italic;
    background: url(../images/show-border.png) no-repeat left bottom;
    font-weight: 600;
    padding-bottom: 20px;
}
.banner-home-final .caption {
    padding-top: 88%;
    padding-bottom: 20px;
}
.final-banner-caption {
    width: 100%;
    padding-top: 390px;
}
.final-banner-caption h5 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
    margin: 130px 0 0 0;
    width: 100%;
}
.final-banner-caption .btn-success {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(#159034,#156714);
    border: none;
    float: right;
    font-style: italic;
    padding: 9px 27px;
    /*    margin-top: 149px;*/
}
.bottom-caption {
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    margin-top: -86px;
    padding: 15px 0;
    z-index: 1;
    position: relative;
}
.bottom-caption ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.bottom-caption ul li {
    float: left;
    width: 23%;
    vertical-align: top;
    border-right: 2px solid #0ea303;
    margin-right: 2%;
    height: 56px;
}
.bottom-caption ul li:last-child {
    border-right: none;
}
.bottom-caption ul li img {
    float: left;
    margin-right: 20px;
}
.bottom-caption ul li p {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding-right: 1px;
}
.bottom-caption ul li a:hover {
    text-decoration: none;
}
/*.bottom-caption ul li:nth-child(2) p {
    margin-top: 15px;
}
.bottom-caption ul li:nth-child(3) p {
    margin-top: 15px;
}
.bottom-caption ul li:nth-child(4) p {
    margin-top: 15px;
}*/
.margin-bottom h2 {
    display: none;
}
.theman {
    margin-left: 20px;
}
/* Banner end here */

/* Home content start here */

.home-content {
    width: 100%;
    /*    padding: 50px 0 170px;*/
    padding: 50px 0 15px;
    background: url(../images/george-monkey.png) no-repeat left top #232323;
    background-position: -80px -50px;
    float: left;
}
.home-content .george-talk {
    width: 100%;
}
.home-content .george-talk  h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    margin-top: 0;
    padding-bottom: 60px;
}
.home-content .george-talk  h1:before {
    content: "";
    background: url(../images/g.png) no-repeat center top;
    width: 110px;
    height: 130px;
    display: inline-block;
    margin-right: -66px;
    margin-bottom: -37px;
}
.home-content .george-talk  .left-sidebar {
    width: 100%;
}
.home-content  .left-sidebar .sale-home {
    background: #0ea303;
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 10px;
}
.home-content  .left-sidebar .sale-home a{
    color: #fff;
    text-decoration: none;
}
.home-content .left-sidebar h6 {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    float: left;
    margin-left: 20px;
    margin-top: 4px;
}
.home-content .left-sidebar h3 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    margin-top: 10px;
}
.home-content .left-sidebar h3:hover,active {
    color: #fff;
    text-decoration:none;
}
.home-content .left-sidebar p {
    color: #fff;
    font-size: 16px;
    margin: 15px 0;
    /* min-height: 63px; */
    overflow: hidden;
    height: 46px;
}
.home-content .left-sidebar .btn-link {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid #0ea303;
    text-align: left;
    padding: 0 20px 0 0;
}
.home-content .left-sidebar .btn-link:hover {
    text-decoration: none;
}
.home-content  .right-text-home {
    padding: 10px 0;
}
.home-content  .right-text-home a:active,a:hover {
    color:#fff !important;
}
.left-repeat {
    width: 100%;
    margin-bottom: 30px;
    float: left;
}
.left-repeat img {
    width: 100%;
    /*    max-height: 345px;*/
    height: auto;
}
.home-content .right-sidebar {
    width: 100%;
}
.home-content .right-sidebar .right-sidebar-widget {
    position: relative;
    margin-bottom: 25px;
}
.home-content .right-sidebar h5 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 18px;
}
.home-content .right-sidebar h6 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    width: 100%;
    bottom: 10px;
    font-style: italic;
    margin-left: 15px;
}
.home-content .gmg-merch {
    width: 100%;
    padding:30px 0 60px 0;
}
.home-content .gmg-merch .gmg-left {
    width: 50%;
    position: relative;
    text-align: center;
}
.home-content .gmg-left .gmg-caption {
    position: absolute;
    top: 40%;
    width: 100%;
}
.home-content .gmg-left img {
    width: 100%;
}
.home-content .gmg-left h2 {
    color: #fff;
    font-size: 65px;
    font-weight: bold;
    letter-spacing: 3px;
    font-style: italic;
}
.home-content .gmg-left .btn-success {
    background: #0ea303;
    border: none;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    padding: 9px 14px;
}
.home-content .gmg-merch .gmg-right {
    width: 50%;
    position: relative;
    text-align: left;
}
.home-content .gmg-merch .gmg-right h4 {
    position:absolute;
    left: 0;
    top:50%;
    background: #0ea303;
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    font-style: italic;
    padding: 10px 20px 5px 10px;
    border-radius: 0 0 20px 0;
}
.home-content .gmg-merch .gmg-right img {
    width: 100%;
}
.home-content .gmg-merch .gmg-right-caption {
    position: absolute;
    width:100%;
    top: 15%;
    text-align: center;
}
.home-content .gmg-merch .gmg-right-caption h2 {
    color: #fff;
    font-size: 55px;
    font-weight: bold;
}
.gmg-right-caption a {
    text-decoration: none;
}
.home-content .gmg-merch .gmg-right-caption img {
    width: auto;
}
.home-content .gmg-merch .gmg-right-caption h6 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}
.home-content .talk-is-cheap {
    width: 100%;
    background: #f9b704;
    float: left;
}
.home-content .talk-is-cheap .talk-left {
    width: 50%;
}
.home-content .talk-is-cheap .talk-left img {
    width: 100%;
}
.home-content .talk-is-cheap .talk-right {
    width: 50%;
    background: #f9b704;
    padding: 72px 20px 0;
    text-align: center;
}
.home-content .talk-is-cheap .talk-right h2 {
    font-size: 75px;
    color: #232323;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0;
}
.home-content .talk-is-cheap .talk-right h3 {
    font-size: 44px;
    color: #232323;
    font-weight: bold;
    margin-top: 0;
    font-style: italic;
}
.home-content .talk-is-cheap .talk-right h4 {
    font-size: 28px;
    color: #232323;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 50px;
}
.home-content .talk-is-cheap .talk-right input[type="text"] {
    width: 100%;
    border: none;
    border-bottom:1px solid #fff;
    background: none;
    text-align: center;
    font-size: 24px;
    color: #000;
    height: 49px;
    margin-bottom: 80px;
    font-style: italic;
}
.home-content .talk-is-cheap .talk-right input[type="text"]:focus {
    outline: none;
}
.home-content .talk-right  .cheap-form {
    max-width: 398px;
    width: 100%;
}
.home-content .talk-is-cheap .talk-right input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}
.home-content .talk-is-cheap .talk-right input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
.home-content .talk-is-cheap .talk-right input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}
.home-content .talk-is-cheap .talk-right input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #000;
}
.home-content .talk-is-cheap .talk-right input[type="submit"] {
    border:3px solid #464646;
    background: none;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 80px;
    max-width: 221px;
    width: 100%;
    font-style: italic;
    border-radius: 5px;
    font-weight: bold;
    height: 57px;
    transition: all 0.5s;
}
.home-content .talk-is-cheap .talk-right input[type="submit"]:hover {
    background: #232323;
}
.whats-tranding {
    width: 100%;
    padding: 80px 0 50px;
    background: url(../images/george-monkey.png) no-repeat left top;
    background-position: -80px -50px;
    float: left;
}
.whats-tranding h2 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    margin-top: 0;
    padding-bottom: 60px;
}
.whats-tranding h2:before {
    content: "";
    background: url(../images/w-img.png) no-repeat center top;
    width: 160px;
    height: 130px;
    display: inline-block;
    margin-right: -88px;
    margin-bottom: -37px;
}
.whats-tranding .right-sidebar h6 {
    font-size: 30px;
    top: 40%;
    text-align: center;
    margin-left: 0px !important;
}

.available {
    width: 100%;
    text-align: center;
}
.available img {
    display: inline-block;
}
.explore-more {
    width: 100%;
    background: #f4f2f2;
    margin: 50px 0 -15px 0;
    padding: 50px 0 79px;
    text-align: center;
}
.explore-more h2 {
    color: #000000;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    margin-top: 0;
    padding-bottom: 60px;
}
.explore-more h2:before {
    content: "";
    background: url(../images/e.png) no-repeat center top;
    width: 76px;
    height: 89px;
    display: inline-block;
    margin-right: -45px;
    margin-bottom: -10px;
}
.explore-more .exlpore-more-widget {
    width: 100%;
    position: relative;
}
.explore-more .exlpore-more-widget .explore-caption {
    position: absolute;
    top: 40%;
    width: 100%;
}
.explore-more .exlpore-more-widget h4 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    font-style: italic;
}
.explore-more .explore-more-inner {
    padding: 0 80px;
}
.exlpore-more-widget-2 h4  {
    color: #f9b704 !important;
}
.exlpore-more-widget-2 h5 {
    font-size: 48px;
    color: #f9b704;
    font-weight: 300;
    font-style: italic;
}
.exlpore-more-widget-2 .explore-caption {
    top: 30% !important;
}


/* Live cam page start here */

.live-cam {
    width: 100%;
    /*    background: #232323;*/
    padding: 50px 0 180px;
}
.live-cam  h3 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    text-transform: capitalize;
    font-style: italic;
    margin-bottom: 20px;
}
.live-cam  h5 {
    color: #0ea303;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    text-transform: capitalize;
    font-style: italic;
}
.earth-cam {
    max-width: 900px;
    width: 100%;
    margin: 20px auto;
}
.earth-cam-img {
    margin-bottom: 20px;
}
.earth-cam ul {
    display: block;
    margin: 0;
    padding: 0;
}
.earth-cam ul li {
    float: left;
    color: #fff;
    width: 33.3%;
    list-style: none;
}
.earth-cam ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.earth-cam ul li a:hover {
    text-decoration: none;
}
.earth-cam ul li a span {
    vertical-align: top;
    font-weight: 400;
    font-size: 15px;
}
.earth-cam ul li:last-child {
    text-align: right;  
}
.earth-cam ul li:last-child img {
    margin: 0;
}
.earth-cam ul li:nth-child(2) {
    text-align: center;  
}
.earth-cam ul li:nth-child(2) img {
    margin: 0;
}
.earth-cam ul li img {
    vertical-align: middle;
    margin-right: 10px;
}
.earth-cam .tags {
    padding: 60px 0 0;
    clear: both;
    border: none;
}
.earth-cam .tags .btn-success {
    margin-right: 0;
}
.earth-cam .tags .social-share .btn-default {
    margin-right: 7%;
}
.earth-cam .tags .social-share .btn-info {
    margin-right: 7%;
}
.earth-cam .tags .social-share {
    width: 100%;
    padding: 0;
}
.modal {
    text-align: center;
}

@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
#searchboxfield {
    position: absolute;
    top: 100%;
    z-index: 999;
    display: none;
    right: 10px;
    border-radius: 0;
    border: 0;
    width: 342px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
#searchboxfield .td-search-form {
    margin: 20px;
}
#td-header-search {
    width: 235px;
    height: 32px;
    margin: 0;
    border-right: 0;
    line-height: 17px;
    border-color: #e1e1e1;
}
#td-header-search-top {
    position: absolute;
    height: 32px;
    min-width: 67px;
    line-height: 17px;
    padding: 7px 15px 8px;
    text-shadow: none;
    vertical-align: top;
    right: 20px;
    margin: 0!important;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}
#td-aj-search .td-aj-search-results .td-module-thumb {
    top: 10px;
    margin-left: 20px;
}
#td-aj-search .td-aj-search-results .item-details {
    margin: 10px 20px 10px 115px;
    min-height: 75px;
    padding-top: 9px;
    color:#000;
}
#td-aj-search .td-aj-search-results .item-details a:hover{
    color:#000;
}
#td-aj-search .entry-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin: 0 0 5px;
}
#td-aj-search .monkey-thumb {
    margin-left: 20px;
    position: absolute;
    margin-bottom: 0;
}
.td_module_wrap {
    position: relative;
    padding-bottom: 35px;
}
.result-msg {
    text-align: center;
    padding: 4px 0 6px;
    font-size: 12px;
    color: #222;
    font-style: italic;
}
.entry-content p{
    color: #fff;
}

/* George talk page start here */

.banner-george-talk {
    width: 100%;
    background: url(../images/georg-tal-banner.jpg) no-repeat center top !important;
    background-size: cover !important;
}
.george-talk-original {
    width: 100%;
}
.george-talk-original h1:before {
    content: "";
    background: url(../images/T.png) no-repeat center top !important;
    width: 110px;
    height: 130px;
    display: inline-block;
    margin-right: -71px !important;
    margin-bottom: -56px !important;
}
.george-talk-original .left-repeat img {
    width: 100%;
    /*    height: 300px;*/
    height: auto;
}
.george-center {
    max-width: 1070px;
    width: 100%;
    margin-top: 20px;
}
.the-scenes {
    width: 100%;
    background:url(../images/CarHat.png) no-repeat center top;
    background-size: cover;
    padding: 80px 0 60px;
    margin-bottom: 100px;
}
.the-scenes  h2 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    font-style: italic;
}
.the-scenes  h5 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
}
.the-scenes .newsletters {
    width: 100%;
    margin-top: 40px;
}
.the-scenes input[type="text"] {
    width: 100%;
    border: none;
    border-bottom: 7px solid #fff;
    background: none;
    font-size: 24px;
    font-style: italic;
    color: #fff;
    padding: 10px;
}
.the-scenes input[type="submit"] {
    width: 100%;
    max-width: 194px;
    border: none;
    border: none;
    background:#ffffff;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    color: #30aa29;
    padding: 0px;
    margin:40px auto;
    display: block;
    border-radius: 7px;
}
.other-heading h1:before {
    content: "";
    background: url(../images/i-img.png) no-repeat center top !important;
    width: 110px;
    height: 130px;
    display: inline-block;
    margin-right: -71px !important;
    margin-bottom: -56px !important;
}
.other-heading h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    margin-top: 0;
    padding-bottom: 60px;
}
.george-talk-original .btn-success {
    background: #0ea303;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    border: none;
    display: block;
    margin: auto;
    width: 261px;
    transition: all 0.5s;
}
.george-talk-original .btn-success:hover {
    background: #13cc05;
}


.inventery-heading h1:before {
    content: "";
    background: url(../images/p.png) no-repeat center top !important;
    width: 110px;
    height: 130px;
    display: inline-block;
    margin-right: -71px !important;
    margin-bottom: -32px !important;
}
.inventery-heading h1{
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    margin-top: 0;
    padding-bottom: 60px;
}
.inventory-banner {
    width: 100%;
    /*    background: url(../images/280Z_HiRes.jpg) no-repeat center top !important;
        background-size: cover !important;
        height: 718px !important;*/
}
.inventory-banner .caption {
    padding-top: 479px  !important;
}
.inventery-bg {
    /*    background: #232323 !important;*/
    padding: 80px 0 170px !important;
}

img.img-responsive.garageimage{
    height: 300px;
}

/* Contact page start here */

.contact-banner {
    width: 100%;
    background: url(../images/contact-banner.jpg) no-repeat center top !important;
    background-size: cover !important;
}
.contact-us {
    padding: 0 100px;
}
.contact-us h3 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0;
}
.contact-us .form-half {
    width: 50%;
}
input#mce-EMAIL{
    width: 100%;
    border: none;
    border-bottom:2px solid #fff;
    background: none;
    color: #fff;
    height: 48px;
    padding: 15px;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
}
input#mce-EMAIL1{
    width: 100%;
    border: none;
    border-bottom:2px solid #fff;
    background: none;
    color: #ccc;
    height: 48px;
    padding: 15px;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
}
.contact-us input[type="text"], .contact-us input[type="email"] {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 4px solid #c0c0c0;
    border-radius: 0;
    box-shadow: none !important;
    height: 107px;
    padding: 0;
    font-size: 18px;
    font-style: italic;
    color: #fff;
}
.contact-us input[type="text"]::-webkit-input-placeholder, .contact-us input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.contact-us input[type="text"]::-moz-placeholder, .contact-us input[type="email"]::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.contact-us input[type="text"]:-ms-input-placeholder, .contact-us input[type="email"]:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.contact-us input[type="text"]:-moz-placeholder, .contact-us input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.contact-us textarea {
    width: 100%;
    background: none;
    border: none;
    border-left: 4px solid #c0c0c0;
    border-radius: 0;
    box-shadow: none !important;
    height: 240px;
    padding: 20px;
    font-size: 18px;
    font-style: italic;
    color: #fff;
    box-shadow: none !important;
}
.contact-us input[type="submit"] {
    color: #fff;
    border: none;
    width: 100%;
    background: #0ea303;
    font-size: 30px;
    font-style: italic;
    border-radius: 5px;
    height: 66px;
    margin-top: -3px;
}
.checkbox-outer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    margin-top: 50px;
}

.checkbox-outer label {
    font-weight: normal;
}
.checkbox-outer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    color: #fff;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

#panel-footer .container{
    background-color: #0ea303;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border: none;
    border-radius: 0;
    padding: 0 50px 0 50px;
    width: 100%;
    background-position: right top!important;
}
.container input:checked ~ .checkmark {
    background-color: #0ea303;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container input:checked ~ .checkmark:after {
    display: block;
}
.container .checkmark:after {
    left: 9px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contact-us form {
    padding: 0 100px;
}
.contact-us .contact-info {
    margin: 50px 0;
    float: left;
    width: 100%;
}
.contact-us p {
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
}
.slider-right span h6 {
    color: #fff;
    background: #0ea303;
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
    margin-top: 0;
    font-weight: bold;
}
.most_popular_cats h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    margin-top: 0;
    padding-bottom: 60px;
}
.most_popular_cats h1:before {
    content: "";
    background: url(../images/g.png) no-repeat center top;
    width: 110px;
    height: 130px;
    display: inline-block;
    margin-right: -66px;
    margin-bottom: -37px;
}
.home-content .right-text-home p:empty {
    display: none;
}
#static-content .col-md-4 {
    width: 37%;
}
#static-content .col-md-8 {
    width: 63%;
}
.theman img {
    width: 100%;
}
div#errormessage {
    text-align: center;
    font-size: 33px;
    color: #fff;
}
.paginate-links{
    text-align: center;
    padding: 5px; 
}
.paginatelinks{
    text-align: center;
    padding: 5px;  
}
a.page-numbers {
    background: #fff;
    padding: 5px;
}
span.page-numbers.current{
    background:#fff;
    padding: 5px;
}
span.page-numbers.dots{
    background:#0EA303;
    padding: 5px;
}
.panel-footer .footer-link {
    /*    text-align: center;*/
    position: relative;
}
.navbar-default {
    padding: 0 20px;
}
#jquery-lightbox{
    z-index: 9999 !important;
}
.banner-cam {
    width: 100%;
    background: url(../images/livecam.jpg) no-repeat center top !important;
    background-size: cover !important;
    /*    height: 665px !important;*/
}
.banner-cam .caption {
    padding-top: 473px !important;
}
img.imagebanner {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}
.banndercontainer{
    position: absolute;
    bottom: 8px;
    left: 60px;
    width: 65%;
}
.banndercontainerhome {
    position: absolute;
    bottom: 158px;
    left: 60px;
    width: 90%;
    cursor:pointer;
}
.banndercontainergarage{
    position: absolute;
    bottom: 158px;
    left: 60px;
    width: 70%;
}
.img-responsiveinsta{
           height: 240px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 960px) and (min-width: 501px) {
    .footer-gallary li { height: 150px; width: 100%; } /* Show 2 logos per row on medium devices (tablets, phones in landscape) */
    /*    .img-responsiveinsta{ height: 150px;}*/
}

@media (max-width: 500px) {
    .footer-gallary li { width: 50% !important;  text-align: center; height: 170px!important;} /* On small screens, show one logo per row */
}
.discoverbutton{
    color: #fff;
    background: #0ea303;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    margin: 20px 0;
    font-style: italic;
    padding: 7px 17px;
    transition: all 0.5s;
    font-weight: 600;
}
h3 a {
    text-decoration: none;
    color: #fff;
}
h3 a:hover {
    text-decoration: none;
}
div#mce-success-response1{
    margin-bottom: 10px;
}
div#mce-error-response1 {
    margin-bottom: 10px;
}
.headingleft{
    width: 80%;
    float: left;
}
.headingleftnext{
    width: 20%;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}
.headingleft a{
    color:#fff;
}
/*slider*/
#banner-static .swiper-slide{
    object-fit: contain;
    max-height: auto;
    /*    max-height: 700px;*/
}
.swiper-slide{
    cursor: pointer;
}
.bottom-caption .swiper-slide{
    float: left;
    width: 23%;
    vertical-align: top;
    border-right: 2px solid #0ea303;
    margin-right: 2%;
    height: 56px;
}
.swiper-slide .thumbcaption {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    width: 98%;
}
.sliderthumb{
    width: 25%;
    margin-right: 13px;
    float: left;
}
.bottom-caption .swiper-slide:last-child{
    border-right: none;
}
p.flex-caption{
    position: absolute;
    bottom: 20%;
}
p.flex-caption{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
    margin-left: 10%;
    width: 100%;
    text-shadow: 0 3px 0 #666,0 3px 0 #666,0 3px 0 #666;
}
.swiper-pagination-bullet{
    width: 35px;
    height: 5px;
    background: #ccc;
    border-radius: 25%;
}
.swiper-pagination-bullet-active{
    background: #03b81d;
}
.swiper-pagination{
    display:none;
}
.swiper-button-prev.swiper-button-white{
    height:40px;
    background-image: url(../images/LeftArrow.png);
}
.swiper-button-next.swiper-button-white{
    height:40px;
    background-image: url(../images/RightArrow.png);
}
.swiper-button-next,.swiper-button-prev{
    background-size: 30px 40px;
}