a,
button {
	-webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

body {	
/*   background: #eee url(../images/background.png); */
  background: #DFE1EB;
	font-family: Verdana;
	margin: 0;
	padding: 0;
}

a {
	color: #2d5997;
}
@media (min-width:1170px){
  .container {
    width: 1170px !important;
  }  
}

.row-fix {
	margin-left: -10px;
	margin-right: -10px;
}

.row-fix > div {
	padding-left: 10px;
	padding-right: 10px;
}

main {
	padding-bottom: 30px;
	padding-top: 20px;
}
.pagination>li>a { padding: 6px 7px;}
.remove_margin{
	margin-left: 0;
	margin-right: 0;
}

.glyphicon {
	top: 0;
}

.tab-content{
	background: #fff;
	/*border: 1px solid #d2d2d2;
	border-top: 0;*/
	-moz-box-shadow:    0 1px 1px 0 #aaa;
    -webkit-box-shadow: 0 1px 1px 0 #aaa;
    box-shadow:         0 1px 1px 0 #aaa;
	padding: 10px 18px;
}

.col-5 > div {
	width: 20%;
}

.pagination {
	margin: 30px 0 0;
}

.empty-tab {
	background: #fff;
	height: 186px;
}

.user-demo-wrapper {
	padding-left: 5px;
	padding-right: 5px;
}

.tab-comments .user-demo {
	height: 42px;
  width: 43px;
}

.user-demo {
	background: #3a3a3a;
	border-radius: 5px;
	height: 50px;
	margin: 0 0 8px; 
}

.col-xs-4.kaotic-width {
	padding: 0;
	padding-right: 10px;
	width: 31.8%;
}

.col-xs-4.kaotic-width.first {
	width: 36.4%;
}

.first {
	padding-left: 0;
}

.last {
	padding-right: 0;
}

.col-xs-4.kaotic-width.last {
	padding-right: 0;
}

.sidebar .tab-wrapper {
	margin-bottom: 17px;
}

.font_video{
	font-size:10px;
}

.bar {
    height: 18px;
    background: green;
}

.alert-message {
  	background-color: #f7f6f1;
  	border: 5px solid #f4f3eb;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	margin-bottom: 9px;
  	padding: 5px;
}

.loading:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 201;
}

.loading:after {
  content: url(../images/loader.gif);
  left: 0;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 202;
}
.divloading{

display: inline;
width: 45px;
height: 45px;
float: right;
margin-right: 100px;
}
.loadingVideo{
display: inline;
width: 45px;
height: 45px;
float: left;
margin-right: 100px;
}
.loadingUpload:before {
  background-color: #fff;

height: 10%;
left: 0;
position: absolute;
top: 0;
 width: 10%; 
z-index: 201;
}
.modal-footer:after{
content:none;
}
.modal-footer:before{
content:none;
}
.loadingUpload:after {
content: url("../images/loupload.gif");
left: 0;
/* margin-top: -40px; */
/* position: absolute; */
/* text-align: center; */
top: 10%;
width: 10%;
z-index: 202;
}
#please1{

  width:30px;
  height: 30px;
}
.loadingUploadVideo:before {
  background-color: #fff;
float:left;
height: 10%;
left: 0;
position: absolute;
top: 0;
 width: 10%; 
z-index: 201;
}

.loadingUploadVideo:after {
content: url("../images/loupload.gif");
left: 0;
float:left;
 margin-top: -40px; 
/* position: absolute; */
/* text-align: center; */
top: 10%;
width: 10%;
z-index: 202;
}
.max-height {
  max-height: 200px;
  min-height: 200px;
  overflow: hidden;
  position: relative;
}

/*.max-height .list_carousel li.video {
  margin-bottom: 10px;
}

.max-height .carousel {
  margin-left: 30px;
}

.max-height .slider-navigation {
  top: 8%;
}

.max-height .prev-btn {
  left: -10px;
}

.max-height .next-btn {
  right: -8px;
}*/

/* COMMON TABS LOOK */

.nav-tabs>li>a {
  border-top: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border-top: 1px solid #ddd;
}

/* SINGLE TAB */

.tab-title {
	background:#2d5997;
  	border-top-right-radius: 10px;  	
  	color: #fff;
  	display: inline-block;
  	height: 40px;
  	padding: 10px 20px;
  	position: relative;  
}

.tab-title:after{
  	background-color: inherit; 
  	border-bottom: 1px solid transparent;
  	border-right: 10px solid transparent;
  	border-radius: 0 10px 0 0;
  	content: "";
  	height: inherit;
  	right: -34px; /* play with this one to give the LI border ~2px extrusion */
  	position: absolute;
  	top:0;
  	-webkit-transform: skew(28deg);
  	-moz-transform:    skew(28deg);
  	-ms-transform:     skew(28deg);
  	-o-transform:      skew(28deg);
  	transform:         skew(28deg);
  	width: 50px;
  	z-index: 0; /* overlap next element */  
}

.tab-title-width {
  	min-width: 300px; 
}

.tab-title.short{
  	width: 150px;
}

.tab-title h4, .tab-title .h4 {
  	font-size: 14px;
  	font-weight: bold;
  	line-height: 20px;
  	margin: 0;
  	text-shadow: 0px 1px 0 rgba(0, 0, 0, 1);
}

/* SINGLE TAB ENDS */

.btn-kaotic,
.btn-kaotic-next {  	
  	border-top-left-radius: 0;
  	color: #fff;
  	position:relative;
}

.btn-kaotic {
  	border-bottom: none;
}

.btn-kaotic-next {
	border-top-right-radius: 0 !important;
  	height: 42px !important;
  	line-height: 20px !important;
  	margin-top: 0 !important;
  	width: 120px;
}

.btn-kaotic:after {
	background: inherit;
  	border-radius: 0 10px 0 0;
  	border-right: 0 solid #ddd;
  	content: "";
  	height: 35px;
  	position: absolute;
  	right: -18px;
  	top: 0px;
  	-webkit-transform: skew(28deg);
  	-moz-transform:    skew(28deg);
  	-ms-transform:     skew(28deg);
  	-o-transform:      skew(28deg);
  	transform:         skew(28deg);  	
  	width: 30px; 
  	z-index: 200;
}

.btn-kaotic-next:before{
  	content: "";
  	position: absolute;
  	width: 30px;
  	background: inherit;
  	border-radius: 10px 0 0 0;
  	-webkit-transform: skew(-28deg);
  	-moz-transform:    skew(-28deg);
  	-ms-transform:     skew(-28deg);
  	-o-transform:      skew(-28deg);
  	transform:         skew(-28deg);
  	left: -19px;
  	top: 0px;
  	height: 41px;
  	border-left:none;
  	/*border-bottom: 1px solid #ddd;*/
  	z-index: 9999;
}

.nav-tabs {
	margin-left: -1px;
}

.nav-tabs li a:link,
.nav-tabs li a:visited {
  cursor: pointer;
  font-weight: bold;
  height: 35px;
  margin-top: 7px;
  padding-left: 27px;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 1);
  font-size: 13px;
}

.nav-tabs li:not(:first-child) a {

}

.nav-tabs li:first-child a:link {
	  border-top-left-radius: 0;
  height: 42px;
  margin-top: 0;
  padding-left: 10px;
}

.nav-tabs li:first-child a:link:after {
  border-right: none;
  border-bottom: none;
  height: 41px;
}
.nav-tabs li:first-child  a.userUpload:link:after{
  border-right: none;
  border-bottom: none;
  height: 42px;

}
.nav-tabs li:first-child a:link:hover:after{
  border-bottom: none;
}

.nav-tabs a.tab-padding {
	padding-left: 30px;
}

.nav-tabs a.white:link,
.nav-tabs a.white:visited,
.nav-tabs a.white:focus {
	color: #fff;
}

.nav-tabs a.white:hover,
.nav-tabs a.white:active {
	color: #2d5a98;
}

.nav-tabs a.gray-color:link,
.nav-tabs a.gray-color:visited,
.nav-tabs a.gray-color:focus {
  color: #CFCCCC;
}

.nav-tabs a.gray-color:hover,
.nav-tabs a.gray-color:active {
  color: #fff;
}

.nav-tabs a.red:link,
.nav-tabs a.red:visited {
	color: #a23d3d;
}

.nav-tabs a.red:hover,
.nav-tabs a.red:active,
.nav-tabs a.red:focus  {
  border-color: #0d0f13 !important;
	color: #fff !important;
}

.nav-tabs a.gold:link,
.nav-tabs a.gold:visited{
	color: #bf9f48;
}

.nav-tabs a.gold:hover,
.nav-tabs a.gold:active {
	color: #fff;
}

.nav-tabs a.blue:link,
.nav-tabs a.blue:visited {
	background-color: #2d5a98;
}

.nav-tabs a.blue.white:hover,
.nav-tabs a.blue.white:active,
.nav-tabs a.blue.white:focus {
	background-color: #1d4a88 !important;
  border-color: #1d4a88 !important;
	color: #fff !important;
}

.nav-tabs a.blue-gray:link,
.nav-tabs a.blue-gray:visited,
.nav-tabs a.blue-gray:focus,
.blue-gray,
.blue-gray:focus {
  background-color: #29323e;
	background: -webkit-linear-gradient(#29323e, #404a5a);
    background: -o-linear-gradient(#29323e, #404a5a);
    background: -moz-linear-gradient(#29323e, #404a5a);
    background: linear-gradient(#29323e, #404a5a);
    color: #7487a3;
    border-bottom: none;
}

.nav-tabs a.blue-gray:hover,
.nav-tabs a.blue-gray:active {
    color: #fff;
}

.nav-tabs a.gray:link,
.nav-tabs a.gray:visited,
.nav-tabs a.gray:focus {
  background-color: #566a83;
	background: -webkit-linear-gradient(#566a83, #465163);
    background: -o-linear-gradient(#566a83, #465163);
    background: -moz-linear-gradient(#566a83, #465163);
    background: linear-gradient(#566a83, #465163);
    border-bottom: none;
}

.nav-tabs a.dark-red:link,
.nav-tabs a.dark-red:visited,
.nav-tabs a.dark-red:focus {
  background-color: #0d0f13;
	background: -webkit-linear-gradient(#0d0f13, #4d3638);
    background: -o-linear-gradient(#0d0f13, #4d3638);
    background: -moz-linear-gradient(#0d0f13, #4d3638);
    background: linear-gradient(#0d0f13, #4d3638);
    border-bottom: none;
}

.nav-tabs a.dark-gold:link,
.nav-tabs a.dark-gold:visited,
.nav-tabs a.dark-gold:focus {
  background-color: #29323d;
	background: -webkit-linear-gradient(#29323d, #846627);
    background: -o-linear-gradient(#29323d, #846627);
    background: -moz-linear-gradient(#29323d, #846627);
    background: linear-gradient(#29323d, #846627);
    border-bottom: none;
}
.middle .tab-content-wall {
min-height: 160px;
}
.clear_wall{
  margin-top:20px;
}
.wall2 {
background-color: #ebebeb;
border-top: 1px solid #d6d6d6;
border-bottom: 1px solid #d6d6d6;
}

.wallholder {
/*padding: 15px 10px;*/
}
.tab-content-wall {
background: #fff;
-moz-box-shadow: 0 1px 1px 0 #aaa;
-webkit-box-shadow: 0 1px 1px 0 #aaa;
box-shadow: 0 1px 1px 0 #aaa;
padding: 10px 18px;}
.btnred {
-moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
box-shadow: inset 0px 1px 0px 0px #f29c93;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
background: -moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
background-color: #fe1a00;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 1px solid #d83526;
display: inline-block;
color: #ffffff;
font-family: verdana;
font-size: 11px;
font-weight: bold;
padding: 7px 10px;
text-decoration: none;
text-shadow: 1px 1px 0px #b23e35;
}
.btngreen {
  -moz-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
  -webkit-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
  box-shadow: inset 0px 1px 0px 0px #c1ed9c;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
  background: -moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
  background-color: #9dce2c;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #83c41a;
  display: inline-block;
  color: #ffffff;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0px #689324;
}
 a.btngreen:hover ,a.btnred:hover{

  color:#000000 !important;
}
.viewsholder {
  color: white;
  position: absolute;
  top: 7px;
  right: 6px;
  font-size: 10px;
  z-index: 8;
  background-color: #292929;
  padding: 3px 5px;
  text-align: center;
  border-radius: 3px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

/* COMMON TABS LOOK ENDS */

@media (min-width:768px){
  .logo-footer {
    text-align: right;
  }
}
@media (max-width:767px){
  footer {
    text-align: center;
  }
}



.block-toplist {
  clear: both;
  list-style: none;
  margin: 0 -10px 10px !important;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.block-toplist li {
  /*display: block;*/
  /*float: left;*/
  margin: auto;
  padding: 10px;
  overflow: hidden;
  /*width: 20%;*/
  width: 100%;
}
.block-toplist:before,
.block-toplist:after,
.block-toplist li:before,
.block-toplist li:after {
  display: table;
  content: " ";
}
.block-toplist:after,
.block-toplist li:after {
  clear: both;
}
.block-toplist li img {
  border: 1px solid #2B5696;
  display: block;
  height: auto !important;
  margin: 0 auto;
  width: 100%;
}
.block-toplist li a:hover img {
  border-color: #4382d3;
}
@media (max-width:991px){
  .block-toplist {
    margin: 0 -5px 5px !important;
  }
  .block-toplist li {
    padding: 5px;
  }
}
/*@media (max-width:767px){
  .block-toplist li {
    width: 25%;
  }
}
@media (max-width:479px){
  .block-toplist li {
    width: 50%;
  }
}*/