.titvi {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.navbar-logo{


  position: relative;
display: block;
margin-right: 1rem;


}
.navbar {
    background-color: #98a66b;
    border-color: #98a66b;
}
.navbar a {
   color: #fff;

}

.navbar a:hover {
color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #7b7b7a;
    background-color: transparent;


}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #8f918d;
    border-color: #428bca;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #d1ecab;
}




#mij { background-color: #f5f8fa; }

.profile-avatar{
height:150px;
}

.clear_las
{
clear:both;
}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 60px;*/
  background-color: #98a66b ;
  margin-top:250px;
}
.footer-nav {  background-color: #AED67C ; float: right; margin-top: 6px; line-height: 27px; padding-right: 10px; text-align: right; }
.footer-nav a { color: #777 !important; }


.last
{
background-color: #fff;
}
.last .vidinf{
padding: 5px;
height:90px;
}
.last .vidimg img{
width:100%;
margin: 0 auto;

}
.col-sm-4 {
    padding-bottom: 30px;
}




.list {
	list-style: none;
	}
.loadmore {
	color: #FFF;
	border-radius: 5px;
	width: 50%;
	height: 50px;
	font-size: 20px;
	background: #42B8DD;
	outline: 0;
	}
.loadbutton{
		text-align: center;
		clear:both;
			list-style: none;
	}

.nomore
	{
	clear: both;
	}


.noucomform { margin: 0 0  20px 0;}
.comenvid{border-radius:3px;}
.form-control-cap {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    background-image: none;
    border-bottom-color: #ccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ccc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-delay: 0s, 0s;
    transition-duration: 0.15s, 0.15s;
    transition-property: border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out;
    width: 30%;
}



.thumbnail2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-bottom-color: #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 2px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: border;
    transition-timing-function: ease-in-out;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.photoint
	{
	width:157px;
	border-radius:7px;
	}

.padd7 {
   padding-left: 7px !important;
   margin-left: 7px !important;
}
.descrip {
    list-style-type: none;
   }
.vviews {
	color:#7F7F7F; font-size:12px;
   }
.vuser {
	color:#7F7F7F; font-size:15px;
   }
.vtitle {
	width: 10em;
	height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
   }


@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 5;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.vidico{
  font-weight:210;
  font-size: 1em;
  color: #676f4d;

}


.video-js-responsive-container.vjs-hd {
   /*  padding-top: 56.25%; */
}
.video-js-responsive-container.vjs-sd {
   /*  padding-top: 75%; */
}
.video-js-responsive-container {
    width: 100%;
    position: relative;
}
.video-js-responsive-container .video-js {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}






.video {
  width: 100% !important;
  height: auto !important;
}

.main {
  background: white;
  height: 100vh;
  max-width: 400px;
  margin: 0 auto;
  padding: 1rem;
}
