/*
 * Globals
 */

body {
    font-family: arial;
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    color: #666;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: normal;
    color: #333;
}


/*
 * Masthead for nav
 */

.blog-masthead {
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
    color: #cdddeb;
}

    .blog-nav-item:hover,
    .blog-nav-item:focus {
        color: #fff;
        text-decoration: none;
    }

/* Active state gets a caret at the bottom */
.blog-nav .active {
    color: #fff;
}

    .blog-nav .active:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -5px;
        vertical-align: middle;
        content: " ";
        border-right: 5px solid transparent;
        border-bottom: 5px solid;
        border-left: 5px solid transparent;
    }


/*
 * Blog name and description
 */

.blog-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-title {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: normal;
}

.blog-description {
    font-size: 20px;
    color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    /*padding-top: 25px;*/
    padding-bottom: 25px;
}

/* Sidebar modules for boxing content */
.sidebar-module {
    padding: 15px;
    margin: 0 -15px 15px;
}

.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .sidebar-module-inset p:last-child,
    .sidebar-module-inset ul:last-child,
    .sidebar-module-inset ol:last-child {
        margin-bottom: 0;
    }


/* Pagination */
.pager {
    margin-bottom: 60px;
    text-align: left;
}

    .pager > li > a {
        width: 140px;
        padding: 10px 20px;
        text-align: center;
        border-radius: 30px;
    }


/*
 * Blog posts
 */

.blog-post {
    /*margin-bottom: 60px;*/
}

.blog-post-title {
    margin-bottom: 5px;
    font-size: 40px;
}

.blog-post-meta {
    margin-bottom: 12px;
}


/*
 * Footer
 */

.blog-footer {
    padding: 40px 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;
}

    .blog-footer p:last-child {
        margin-bottom: 0;
    }


/*==========================Extra Added CSS============================*/

img {
  max-width: 701px !important;
    /* max-width: 701px; */
    vertical-align: top !important;
  
}

h2 .nw_main-header {
    font-size: 18px;
    font-weight: bold;
    word-wrap:break-word;
}

.alink {
    color: #378acd;
    text-decoration: none;
}

    .alink:hover {
        color: #378acd;
        text-decoration: none;
    }

.big-image {
    width: 100%;
    float: left;
    clear: both;
}

.small-image {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

    .small-image .col-sm-2 {
        /*padding-top: 8px;*/ /*sp*/
        padding-right: 3px;
        padding-left: 3px;
    }

    .small-image ul {
        float: left;
        margin: 8px 3px 0 8px;
        padding: 0px;
    }

        .small-image ul li {
            width: 95px;
            float: left;
            margin: 0 5px 0 0;
            list-style-type: none;
        }

.btn-previous {
    float: left;
    background: #f5f5f5;
    width: 34px;
    height: 74px;/*90px*/ /*sp*/
    /*line-height:90px;*/
    padding: 12px 0; /*21px 0*/
    text-align: center;
}

.btn-next {
    float: left;
    background: #f5f5f5;
    width: 34px;
    height: 74px; /*90px*/ /*sp*/
    /*line-height:90px;*/
    padding: 12px 0; /*21px 0*/
    text-align: center;
    float: right;
}

.blog-active {
    color: #fff !important;
    text-transform: uppercase !important;
    padding-right: 34px !important;
    padding-left: 10px !important;
    font-weight: bold;
}

.blog-year-active {
    /*text-transform: uppercase !important;
    margin-top: 15px;*/
}

.blog-month-active {
    /*border: solid 1px #d7d7d7;*/
}

.tree-menu .opened > a.blog-active {
    background: url(../img/collapse-white.png) no-repeat center right #378acd !important;
}

.tree-menu .closed > a.blog-active {
    background: url(../img/expand-white.png) no-repeat center right #378acd !important;
}

.tree-menu .opened > a.blog-year-active {
    background: url(../img/collapse-blue.png) no-repeat 8px 5px #d7d7d7 !important;
}

.tree-menu .closed > a.blog-year-active {
    background: url(../img/expand-blue.png) no-repeat 8px 5px #d7d7d7 !important;
}

.tree-menu .opened > a.blog-month-active {
    background: url(../img/collapse-blue.png) no-repeat 8px 5px #fff !important;
}

.tree-menu .closed > a.blog-month-active {
    background: url(../img/expand-blue.png) no-repeat 8px 5px #fff !important;
}

.selected.parent.item-2.opened {
    border: 1px solid #d7d7d7;
    margin-bottom: 15px;
}

.parent.item-7.opened {
    border: 1px solid #d7d7d7;
    margin-bottom: 15px;
}

.form-control {
    padding: 6px !important;
    border-radius: 0px !important;
}

.input-group-addon {
    border-radius: 0px !important;
    background: #fff !important;
}

    .input-group-addon .glyphicon {
        color: #000 !important;
    }

.nw_blog-sidebar {
    background: #f5f5f5;
    padding-top: 25px;
    padding-bottom: 25px;
}

.nw_blog-sidebar-hide {
    display: none !important;
}

.nw_blog-sidebar-show {
    display: block !important;
}

.nw_input-search {
    color: #666 !important;
}

.nw_input-search-field {
    display: none;
}

.from-date {
    color: #666 !important;
}

.to-date {
    color: #666 !important;
}

.button {
    background: #797a7a; /*Color changed*/
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 0px !important;
    font-weight: bold;
    font-size: 15px !important;
    width: 100%;
}

    .button:hover {
        color: #fff;
    }

p {
    text-align: justify;
}

.text {
    margin-right: 10px;
}


.slideItem {
    width: 96px;
    height: 82px;
    cursor: pointer;
}

.carousel-inner {
    padding: 0 0 0 3px;
    width: 485px;
    margin: 0 auto;
}

.bigimage-carousel-inner {
    padding: 0 0 0 0 !important;
    width: 100% !important;
}

.big-image-item {
    width: 100%;
    height: auto;
}

.carousel {
    width: 100%;
}
/*
 * Override Bootstrap's default container.
 */

@media (min-width: 989px) {
    .container {
        width: 932px; 
        /*background: #f5f5f5;*/
    }

    .carousel-inner .active.left {
        left: -20%;
    }

    .carousel-inner .next {
        left: 20%;
    }

    .carousel-inner .prev {
        left: -20%;
    }
    .nw_blog-sidebar {
       display: block !important;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {

     .nw_blog-sidebar {
        display: block !important;
    }

     .slideItem {
        width: 90px;
    }
     /*.carousel-inner {
        width: 456px;
    }*/
}

@media (max-width: 767px) {
    .nw_input-search-field {
        display: block;
    }

    .small-image {
        display: none;
    }

    .nw_blog-sidebar {
        display: none;
    }

    .container {
        width: 100%;
        /*background: #f5f5f5;*/
    }

    .big-image-item {
        width: 300px;
        height: 230px;
    }

    .carousel {
    }

    .col-sm-9 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .text {
        margin-right: 0px !important;
    }

    .big-image {
        width: auto;
        float: none;
        margin: 0 -12px 16px -12px;
    }

        .big-image img {
            width: 100%;
            height: auto;
            display: block;
        }

    .blog-main {
        padding: 12px 0 16px 0;
    }

    /*.col-sm-3 {
        top: 30px !important;
        position: absolute !important;
        width: 100% !important;
    }*/
}

/*==========================Extra Added CSS============================*/

/*Details page*/

@media (max-width: 445px){
    .detailsPrice ul
    {
        font-size:10px;
    }
     .detailsPrice ul li{
         padding:3px 5px;
     }
}

@media (max-width: 360px)
{
    .detailsPrice ul
    {
        font-size:11px;
    }
     .detailsPrice ul li{
         padding:3px 5px;
     }

    .detailsPrice ul li{
         border:none !important;
         display:block !important;
         float:none !important;
         padding:3px 5px !important;
     }
}



.imgDetailsSpecials {
         background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: auto;
        max-height: 520px;
        max-width: 100%;
        min-height: 320px;
    }


/*-----------1-----------*/
 .tile {
        /*border: 1px solid #e0e0e0;*/
        float: left;
        font-size: 11px;
        padding: 5px;
        cursor: pointer;
    }
    #divSpecialsHorizontalSlider .tile {
        /*background-color: #e0e0e0;*/
        border:1px solid #e0e0e0;
        height: 145px;
        width: 100%;
    }
    #divSpecialsHorizontalSlider .tile .titleData {
            width: 58%;
        }
    #divUsedList .tile, #divNewList .tile, #divAccessoriesList .tile {
        background-color: #ffffff;
        width: 295px;
        margin-left: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        height:120px;
        border: 1px solid #e0e0e0;
    }
    #divUsedList .tile:hover, #divNewList .tile:hover, #divAccessoriesList .tile:hover {
            box-shadow: 0 0 10px rgba(0,0,0, .65);
            padding:9px;
        }
    .tile .imgListSpecials {
        float: left;
        height: 125px;
        width: 125px;
    }
    .tile .tileData {
        float: left;
        padding-left: 130px;
        width: 100%;
    }
   

    .tileDataWas, .tileDataNow, .tileDataSave, .tileDataEnds, .tileDataReadMore, .tileDataDesc {
        float: left;
        color: #262f34;
        display: block;
        margin: 0;
        max-height: 30px;
        overflow: hidden;
    }

      .tileDataDesc, .tileDataNow {
        width: 100%;
    }
     .tileDataWas,.tileDataSave
     {
         margin-top:5px;
     }
      .tileDataSave
      {
          /*margin-left:10px*/
      }

      .tileDataNow detailsPriceContainer{
          margin-top: 2px;

      }
      .tileDataNow .now-only-text {
    font-size: 10px;
    margin-top: 3px;
}
      .tileDataNow .price {
    font-size: 14px;
    line-height: 14px;
}

    .tileDataDesc{
        height: 40px;
        max-height: 40px;
        margin-top:5px;
    }
    .tileDataEnds {
        width: 100%;
        margin-bottom:6px;
    }
    .tileDataReadMore {
        width: 100%;
        /*text-align: right;*/
    }
    .tileDataTitle {
        font-size: 11px;
        font-weight: bold;
        max-height: 35px;
        overflow: hidden;
        color: #262f34;
        float:left;
        padding-right:24px;
    }
    .tileDataSave {
        color: #FF0000;
    }
    .imgListSpecials {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 80px;
        width: 80px;
    }
    .list-title h5 {
        font-size: 13px;
        font-weight: bolder;
        margin: 0;
    }
    .list-title h5 a {
            color: #262f34;
            text-decoration: none;
            display: block;
        }
    .tileDataReadMore a {
        color: #262f34;
        text-decoration: none;
        padding: 2px;
        /*text-align: center;*/
    }
    .tileDataReadMore a:hover {
            text-decoration: none;
            text-shadow: 0 0 1px #000;
            /* box-shadow: 0 0 2px 2px #e0e0e0 inset;*/
        }
    .list-title {
        background-color: #ECECEC;
        padding: 10px;
    }
    .info_block {
        float: left;
        min-height: 85px;
        max-height: 85px;
        width: 100%;
    }
    .list-content {
        
        overflow: hidden;
        position: relative;
    }
    .list-content #loader {
            height: 0;
            overflow: hidden;
            /*line-height: 60px;*/
            text-align: center;
        }
    .list-content #loader.active {
                height: 40px;
            }
    .divlist {
        margin-bottom: 20px;
        border: 1px solid #e0e0e0;
    }
    .form-horizontal .form-group {
    margin: 15px 0 !important;
}
    .control-label
    {
        color:#676a6c;
        font-size:13px;
    }
    .field-validation-error
    {color:#FF0000;font-size: 12px;}

    /*-----------2-----------*/
     #divSpecialsHorizontalSlider {
        /*height: 125px;*/
    }

    .divTileImage {
        position: absolute;
        width: 100px;
    }
    /*Horizontal*/
    .nopadding {
        /*margin: 65px 0;*/
    }

    .owl-carousel {
        position: relative;
    }

    .owl-prev {
        position: absolute;
        left: -12px;
        top: 0;
        bottom: 0;
        padding: 0 !important;
        margin: 0 !important;
    }

        .owl-prev i, .owl-next i {
            font-size: 30px !important;
        }

    .owl-next i {
        padding-right: 0 !important;
    }

    .owl-next {
        position: absolute;
        right: -12px;
        top: 0;
        bottom: 0;
        margin: 0 !important;
        padding: 0 !important;
    }

    .nw_Himagediv {
        position: absolute;
        left: 0;
        display: block;
        height: 70px;
        width: 70px;
        margin-left: 4px;
    }

    .nw_smallblogtitle {
        color: #262f34;
        display: block;
        display: -webkit-box;
        margin-bottom: 12px;
        font-size: 12px;
        font-weight: bold;
        max-height: 30px;
        margin: 0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .nw_smallblogtext {
        color: #262f34;
        display: block;
        display: -webkit-box;
        font: 11px/14px arial;
        height: 43px;
        line-height: 14px;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .nw_bottom-shaded {
        height: 34px;
        margin: 0 0 0 0;
        background: rgba(0, 0, 0, 0) linear-gradient(to right, #979998, #797a7a) repeat scroll 0 0;
    }

        .nw_bottom-shaded span {
            color: #ffffff;
            font: 11px/34px arial;
            margin-left: 8px;
        }

        .nw_bottom-shaded a {
            background: none no-repeat scroll 8px center #7a7c7b;
            border: medium none;
            border-radius: 3px;
            cursor: pointer;
            font: 12px arial;
            line-height: 10px;
            margin-bottom: 0;
            padding: 8px;
            min-width: 75px;
            color: #fff;
        }


    .nw_smallblogtext * {
        font-size: 10px !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-family: Arial !important;
    }

    #divHori .nw_bottom-shaded .fa-angle-right {
        /*Align FontAwesome arrow*/
        padding-right: 5px;
        font-size: 17px;
    }

    a {
        text-decoration: none;
    }

        a:hover {
            text-decoration: underline;
            color: black;
           cursor:pointer;
        }

    .custon_slider_wrap {
        position: relative;
        padding-left: 81px;
        padding-top: 5px;
        height: 80px;
    }

    .nw_arrowsHorizontalNext {
        /*background: rgba(0, 0, 0, 0) linear-gradient(to right, #979998, #797a7a) repeat scroll 0 0;*/
        /*color: #ffffff;*/
        color: #000000;
        cursor: pointer;
        float: none;
        margin-right: 12px;
        /*padding: 48px 1px;*/
        position: absolute;
        z-index: 11;
        top: 0;
        bottom: 0;
        right: 0;
    }

        .nw_arrowsHorizontalNext .fa.fa-angle-right, .nw_arrowsHorizontalNext .fa.fa-caret-right{ 
            padding: 57px 0 !important;
        }

    .nw_arrowsHorizontalPrev {
        /*background: rgba(0, 0, 0, 0) linear-gradient(to left, #979998, #797a7a) repeat scroll 0 0;*/
        /*color: #ffffff;*/
        color: #000000;
        cursor: pointer;
        float: none;
        margin-left: 12px;
        /*padding: 48px 1px;*/
        margin-right: 0px;
        position: absolute;
        bottom: 0;
        top: 0;
        z-index: 11;
        left: 0;
    }

        .nw_arrowsHorizontalPrev .fa.fa-angle-left, .nw_arrowsHorizontalPrev .fa.fa-caret-left {
            padding: 57px 0 !important;
        }

    .owl-prev i:before {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 50%;
        margin-left: -5px;
    }

    .owl-next i:before {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 50%;
        margin-left: -5px;
    }

    .owl-prev i, .owl-next i {
        width: 11px;
    }
    /*-----------3-----------*/
     /*----------------Details Image Slider CSS------------*/
   .nw_slideinner > a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 80px;
}

#divImageSlider .rightArrow.fa.fa-caret-right {
    padding: 35px 0 !important;
}

#divImageSlider .leftArrow.fa.fa-caret-left {
    padding: 35px 0 !important;
}

#divImageSlider .owl-controls {
    margin: 0;
}
#divImageSlider {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    clear: both;
    float: left;
    margin: 5px 0 20px;
    padding: 10px 0;
    width: 100%;
}
/*----------------Details Image Slider CSS End------------*/
    #btnSubmit i {
    margin-left: 5px;
    }

    .specialDetails {
        border: 2px solid #e0e0e0;
        color: #262f34;
        font-size: 15px;
        padding: 15px;
        float:left;
        width:100%;
    }

    .detailsBack {
        background-color: #ECECEC;
        float: left;
        padding: 5px 10px;
        
        width:100%;
    }

    #btnDetailsBack
    {
         margin-top: 5px;
    }

        .detailsBack h5 {
            font-size: 13px;
            font-weight: bolder;
            margin: 0;
            height:30px;
        }

            .detailsBack h5 a {
                color: #262f34;
    float: left;
    margin-top: 8px;
    text-decoration: none;
            }
            .detailsImage a{
    display:block;
    position:relative;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    /*height:200px;*/
    max-height:350px;
}

.detailsImage a img{
    display:block;    
    opacity:0;
}

    .detailsHeading,
    .detailsImage,
    .detailsPrice,
    .detailsTitle,
    .detailsDescription,
    .detailsTime {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .detailsImage
{
    margin-bottom:5px;
}
    .detailsDescription {
        font-size: 12px;
    }

    

    .detailsHeading {
        color: #262f34;
        font-size: 20px;
        font-weight: bolder;
        word-wrap: break-word;
        line-height:30px;
    }

    .detailsPrice ul {
        float: left;
        list-style: outside none none;
        padding: 0;
        width: 100%;
        margin: 0;
    }

        .detailsPrice ul li {
            float: left;
            display: inline-block;
            padding: 3px 10px;
            border-right: 1px solid #e0e0e0;
            background:none !important;
        }

            .detailsPrice ul li.last {
                border: none;
                padding-right: 0;
            }

            .detailsPrice ul li.first {
                padding-left: 0;
            }

    .red {
        color: #FF0000;
    }

    .detailsVideo
    {
      max-width: 650px !important;
height: auto;
margin: 0 auto;
width: 100%;
padding-right: 15px;
    }
    .sp_yt_video_play{
display:block;
position:relative;
}
.sp_yt_video_play:before{
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content:"\f16a";
color:#ee1c1b;
position:absolute;
left:50%;
top:50%;
font-size:40px;
display:inline-block;
background:#fff;
line-height:0.7;
border-radius:15px;
-webkit-border-radius:15px;
transform:translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
opacity:0.8;
transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
}
.sp_yt_video_play:hover:before{
opacity:1;
}
    

.info_block .detailsPriceContainer {
    margin-top: 0;
}

.info_block .tileDataWas, .info_block .tileDataSave {
    font-size: 9px;
    line-height: 10px;
    margin-right: 10px;
    margin-top: 3px;
}

.tileData .tileDataEnds
{
     margin-bottom: 1px;
    margin-top: 3px;
}