body {
    overflow-y: scroll !important;
    
}

#Container {
    font-family: Arial,Helvetica,sans-serif;
    color: #5B4F3C;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}


.container {
    padding: 0px;
    margin: 0 auto;
    text-align: left;
}

#Container .mix{
    display: none;
}


.greybox {
    border: 1px solid #d7d7d7;
    background: #ededed;
}

.youtube_frame {
    border: none;
    width: 100%;
}

.btn-category {
    float: left;
    width: calc( 100% - 200px );
}

.btn-filter {
    width: 100%;
}

.input-search {
    float: right;
    width: 200px;
    position: relative;    
}

.input-search input {
    width: calc( 100% - 8px );
    height: 30px;
    padding: 3px;
    border-radius: 5px; 
    border: 1px solid #ccc;
}

.btn-category a {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    padding: 3px 10px;
    margin-right: 5px;

    border-radius: 0.325em;

    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    margin-bottom: 5px;
}

.btn-category a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-filter a {
    display: inline-block;
    font-size: 18px;
    background: #b46827;
    color: #fff;
    text-decoration: none;
    padding: 3px 5px;
    margin-right: 5px;
    margin-bottom: 3px;

    border-radius: 0.325em;

    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-filter a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.brownText {
    color: #b46827;
}

.customthumb .col-md-4 {
    min-height: 300px;
}

.col-md-4 {
    float: left;
    width: calc( 25% - 15px );
    margin-right: 15px;
    position: relative;
}

.imgThumb {
    width: 100%;
    overflow: hidden;
}

.imgThumb img {
    width: 100%;
    height: auto;

    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.imgThumb:hover {
    /* border: 1px solid red; */
}

.imgThumb:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}

.imgThumb .thumbType {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.imgThumb:hover .thumbType {
    right: 10px;
}

.titleThumb {
    margin: 10px 0px 20px 0px;
    padding: 0 10px;
}

.thumbType {
    top: 150px;
    right: -10px;
    background: #9a7f59;
    color: #fff;
    width: 60px;
    position: absolute;
    text-align: center;
}

.details {
    display: inline;
}

.visible-sm {
    display: block;
}

@media (min-width: 321px) {
    .container {
        width: 290px;
    }

    .youtube_frame {
        height: 240px;
    }
}

@media (min-width: 480px) {
    .container {
        width: 430px;
    }

    .youtube_frame {
        height: 240px;
    }
}


@media (min-width: 768px) {
    .container {
        width: 720px;
    }
    .youtube_frame {
        height: 422px;
    }

    .col-md-4 {
        float: left;
        width: calc( 25% - 15px );
        margin-right: 15px;
        position: relative;
    }

    .thumbType {
        top: 70px;
    }

    .visible-sm {
        display: none;
    }
}
@media (min-width: 993px) {
    .container {
        width: 970px;
    }

    .youtube_frame {
        height: 546px;
    }

    .thumbType {
        top: 90px;
    }
}
@media (min-width: 1201px) {
    .container {
        width: 1170px;
    }
    .youtube_frame {
        height: 658px;
    }

    .thumbType {
        top: 120px;
    }
}


@media (max-width: 768px) {
    .container { padding: 0px 15px; }
}

@media (max-width: 767px) {
    .col-md-4 {
        float: left;
        width: calc( 50% - 15px );
        margin-right: 15px;
        position: relative;
    }

    .thumbType {
        top: 80px;
    }

    .btn-category {
        float: none;
        width: 100%;
    }

    .input-search {
        float: none;
        width: 100%;
    }

    .customthumb .col-md-4 {
        min-height: 270px;
        height: 270px;
    }
}

@media (max-width: 480px) {
    .thumbType {
        top: 50px;
    }

    .customthumb .col-md-4 {
        min-height: 230px;
        height: 230px;
    }
}

