/**
 * Place your custom styles here.
 */

body {
    background: url(../images/bg.jpg) !important;
    color: black !important;
    background-attachment: fixed !important;
    padding: 10px !important;
}

.menu_target header {
    margin-bottom: 90px;
}

.addon {
    position:relative;
    top:8px;
}
.navbar-fixed-top {
    background:#363442;
}

.navbar-default {
    box-shadow:none;
    border-color:#363442; 
}
.navbar-fixed-top-shadow {
    -webkit-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.66);
    -moz-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.66);
    box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.66);
    opacity:0.9;
}
.nav-justified {
    margin-left:500px !important;
    padding-top:20px !important; 
}
.nav-justified a {
    text-decoration:none !important;
    color:white !important;
    font-size:15px !important;
    margin-left:0px;
}
.nav-justified a:hover {
    color:red !important;
    border-bottom: none !important;

}
.nav > li > a:hover {
    background:none !important; 
}

.page-node-1 .wrapper , .page-node-2 .wrapper{
    padding-top:20px; 
    border-radius:5px;
    background:white;
    padding-bottom:20px; 
}

footer {
    color: white !important;
    text-align: center !important;
    position: relative;
    bottom: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
}
    
footer li{
    float:left;
    margin-left:20px;
    text-transform: uppercase;
}
footer a {
    color:#769620; 
    font-size:14px;
}
footer a:hover {
    color:white !important;
    text-decoration:underline !important;
}
footer span {
    clear:both; margin-top:20px; display:block;
}
.container {
    margin-top:0px;
}
.search-header  {
    margin-top:10px; 
    width:100%;
}
.search-header [type="image"]{
    position:relative;
    left:-5px;
    top:11px; 
    z-index:99;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background:#F4F4F4;
    padding:5.8px;
}
.search-header [type="text"]{
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border:none;
    padding:5px;
    border:1px solid white;
    z-index:99;
    color:gray;
}
.search-header-clear{
    background: #fff url("../img/delete.png") no-repeat right -10px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px;     /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
    transition: background 0.4s;
}
.search-header-clear.x  { background-position: right 10px center; } /* (jQ) Show icon */
.search-header-clear.onX{ cursor: pointer; }              /* (jQ) hover cursor style */
.search-header-clear::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */
.grid [class^=col-]  {
    padding-top: 10px;
    background-color: #eee;
    background-color: white;
}

.ui-menu-item {
    text-align:left;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.progress-bar {
    font-weight:bold; 
}

.search-trigger-mobile {
    font-size:18px;
    position:relative;
}
.search-trigger-mobile a {
    display:block;
    padding:8px;
    color:white;
}
.search-trigger-mobile a:hover {
    color:red;
}
.search-bar-mobile [type="image"]{
    padding:5px;
    position:absolute;
    right:20px;
    top:0px; 
    z-index:300;
    width:30px;
}

.bx {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.bx .bx-label {
    bottom: 0px;
    font-size: 17px;
    width:50%; 
}
.bx-label {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    color: #fff;
    padding-top: 18px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    opacity:0.9; 
    right:0px; 

}
.bx-label span{
    position:relative; 
    top:10%;
    /*top:40%;*/
    font-weight:bold; 
}
.filter {
    margin-top:20px;  
    width:100%; 
}
.filter select {
    padding:5px; 
    width:100%; 
    background:gray;
    color:white;
    border-radius:5px; 
}

.row {
	margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/* IFRAME VIDEO*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9  */
    /*padding-top: 25px;*/
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* sidebars */
.region-sidebar-first .block, .region-sidebar-second .block {
    background:white; 
    text-align:center; 
    border-radius:5px;
    border:2px solid #eee;
    font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin-bottom: 10px;

}

.page-header, .region-sidebar-first .block h2.block-title, .region-sidebar-second .block h2.block-title {
    border-top:1px solid #eee; 
    font-size:14px; 
    background:url('../images/items-bg.png') !important;
    border-radius:5px; 
    color:white !important;
    padding:5px;
    margin-top:0;
}

.region-sidebar-first > ul > li, .region-sidebar-second > ul > li {
    text-align:left; 
    margin-left:25px; 
    padding-top:5px; 
    padding-bottom:5px; 
    color: #769620;
    list-style:square;
    font-size:12px; 
}
.region-sidebar-first > ul > li a, .region-sidebar-second > ul > li a{
    display:block; 
}
/* END SIDEBAR */

/* ITEMS */
.video-items .video-item  {
    border-bottom: none; 
    background:url('../images/items-bg.png') !important;
    color:white !important; 
    margin-bottom:20px;
    border-radius: 5px;
    padding-bottom:20px;
}
.video-item:before {
	display: table;
    content: " ";
}

.video-items .video-item-content-thumb {
    position: relative !important;
}
.video-item h3 {
    font-size:15px;
}
.video-item {
    padding:20px;
    border-bottom:3px solid #eee;
}
.video-items {
    background:white; 
}
.video-items .video-item-content-thumb-label {
    position: absolute  !important;
    bottom: 10px  !important;
    color: #fff  !important;
    font-size: 12px  !important;
    opacity: 1  !important;
    padding: 2px 4px  !important;
    right: 25px  !important;
    z-index: 99 !important;
}
.video-items .video-item-content-title {
    font-weight:bold !important; 
    color:white !important; 
}
.video-items .video-item-content-text {
    text-align:justify !important;
    font-size:14px;
    color:white !important; 

}
.video-items .video-item-content-stats  {
    font-size:12px !important;
}
.video-items .video-item-content-right {
    text-align:left; 
}
.video-items .video-item-bottom {
    padding-right:0px !important;
}

.video-item-content-thumb img{
    width:100% !important;
}

.bx-label {
    padding-top:0px !important; 
    z-index:99; 
    color:white !important;
}
.bx-label span {
    z-index:99999 !important;
    
}

/* Media Queries */

@media screen and (max-width: 780px) {

    .video-item-bottom a {
        font-size: 2.5vw !important;
    }
    .video-item .pull-right {
        float: none !important;
    }
    .pagination a {
        font-size: 3vw !important;
    }
    #filter a {
        width:100%; 
    }
    .sidebar-filters {
        display:block;
        position:fixed;
        top:10px;
        left:0px;
        z-index:10000;
    }
    .sidebar ul{
        display: none;
    }
    .sidebar-filters { 
        display:none; // turn to none when finish  
    }
    
     .video-item-content-right {
        text-align:center !important; 
        color:red !important;
    }
    .video-item-content-title {
        overflow: hidden;
        height:19px;
        display:block;
        font-size:13px !important;
        margin:3px;
    }
  
    .video-item-bottom {
        text-align:center;
    }
}
/* END ITEMS */


.row {
    margin-top: 0px !important; 
}
h1,
h2,
.h1,
.h2 {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size:16px !important; 
  padding:0px;
  margin:0px;
}


/* MEDIA QUERIES */

@media (max-width: 768px) {
    .infos h4 {
        display:block;
    }

    .intro-inner {
        display:none;
    } 
    .search  {
        display:block;
        margin-top:70px;
        background:white; 
        padding:20px; 
        border-radius:20px; 

    }
    .search-trigger-mobile {
        position:relative;
        top:8px;
    }
    .search-bar-mobile {
        /*position:relative;*/
        /*top:12px !important;*/
    }
    .navbar-fixed-top {
        padding-top:10px;
    }


}
@media (max-width: 380px) {
    header {
        margin-bottom:90px; 
    }
    .watch-sidebar  {
        margin-top:0px;
    }
    
    .logo img {
        display:none;

    }
    .header_logo {
        background:url('../mini-logo.png');
        background-size: 174px;
        width:174px;
        height:49px;
        display:block; 
    }
    .logo a {
        display:block;
        padding-left:150px; 
        padding-bottom:20px; 

    }
    
    .search  {
        margin-top:100px !important; 
    }
    .progress {
        margin-top:20px;
    }
    .search-trigger-mobile {
        margin-top:-8px;
    }

}
@media (min-width: 768px) {
    .nav-justified > li {
        width:0% !important;
    }
}



/* SECTIONS */
.sections {
    background:white !important; 
    padding-left:20px !important;
    padding-right:20px !important;
    /* margin-top:10px !important; */
    border-radius:5px !important;
}
.sidebar-item-title {
    color:white !important; 
    text-align:center !important;
    margin-top:10px !important;
    font-weight:bold !important; 
}
.sidebar-item-title a {
      font-size:13px !important;
    color:white; 
    display:block;
     height:19px;
    overflow:hidden;
}
.sidebar-item-title a:hover {
    color:#FF451A; 
}
.sidebar-item-thumb {
    text-align:center !important;
    padding-bottom:5px !important; 
    position:relative;
}
.sidebar-item-thumb img {
   width:100%; 
}
.sidebar-item-thumb-duration {
    top: 20px !important;
    color: #fff !important;
    font-size: 10.8px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    padding: 2px 4px !important;
    position: relative !important;
    left: 4px !important;
    z-index:99;
    background: #769620;
    float:left;
}

.sidebar-item-thumb-views {
    top: 20px !important;
    color: #fff !important;
    font-size: 10.8px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    padding: 2px 4px !important;
    position: relative !important;
    right: 8px !important;
    z-index:99;
    background: #769620;
    float:right;
}
.sidebar-item {
    background:url('../images/items-bg.png') !important;
    padding-bottom:5px !important;
    margin-top:10px !important;
    border-top-left-radius:6px !important;
    border-top-right-radius:6px !important;
    padding-left:10px !important;
    padding-right: 10px !important;

}
.section-buttons {
    
}
.section-buttons > button:first-child{
  background: #769620;
}

.section-buttons > button{
    padding-top: 10px !important;
    font-size: 2vw !important;

}
@media screen and (max-width: 720px) {
    .section-buttons > button{
        font-size: 3.5vw !important;
    }
    .sidebar-item-title {

        font-size:14px !important;
    }
}

.section-title {
    font-weight:bold !important;
    color:#769620 !important;
    padding-bottom:2px  !important; 
}
.section-labels {
    border-top: 2px solid #769620 !important;
    padding-top: 2px  !important;
    padding: 0px  !important;
    font-size:20px !important
    padding-top: 0.5px !important;
    padding-bottom: 0.5px !important;
}

.section-labels > .views {
    padding-top:5px  !important; 
    background:#769620 !important;

}
.section-labels > .date {
    background:#769620 !important;

}
.section-icons {
    font-size:5vw !important; 
    color:#769620 !important; 
    text-align: center;
}
.section-icons a {
    color:#769620 !important; 
}
.section-icons a:hover {
    color:#FF441B !important; 
}
.section-parag {
    line-height:30px !important; 
    text-align:justify !important;
    padding:20px !important; 
    padding-top:0px !important;
}
.section-parag-text {
     overflow-y:scroll;
     height: 65px;
     overflow-y: hidden;
}
.section-icons {
    padding-top:0px !important;
}
.sections > .row {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


.rating {
    height: 3px !important;
    position: relative !important;
    top: 4px !important;
    width: 100% !important;
    z-index: 80 !important;
}
#like {
    background-color: #769620 !important;
    float: left !important;
    height: 100% !important;
}
#dislike {
    background-color: salmon !important;
    float: right !important;
    height: 100% !important;
}
#relatedvid .rating {
    top: 0px !important;
    clear: both !important;
}
.rating {
    height: 3px !important;
    position: relative !important;
    top: 2px !important;
    width: 100% !important;
    z-index: 80 !important;
}
.videoWrapper {
    position: relative !important;
    padding-bottom: 56.25% !important; /* 16:9  */
    /*padding-top: 25px !important;*/
    height: 0 !important;
}
.videoWrapper iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

#ytcomments {
    padding:10px !important;   
    padding-top: 0px !important;
}
/* END SECTIONS */

.region-sidebar-second #block-block-3 {
    background: none;
    text-align: center;
    border-radius: none;
    border: none;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
}