body{
background-color:#DFDFDF;
}
.cmaincol{
	color: #F87C00;
}

.spinnerloading {
  width: 70px;
  height: 70px;
  margin: 100px auto;
  background-color: #F87C00;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.cssload-wrap {
	display: flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: -moz-flex;
	box-pack: center;
		-o-box-pack: center;
		-ms-box-pack: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
	justify-content: center;
		-o-justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
	box-align: center;
		-o-box-align: center;
		-ms-box-align: center;
		-webkit-box-align: center;
		-moz-box-align: center;
	align-items: center;
		-o-align-items: center;
		-ms-align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
	perspective: 390px;
		-o-perspective: 390px;
		-ms-perspective: 390px;
		-webkit-perspective: 390px;
		-moz-perspective: 390px;
	height: 100%;
	overflow: hidden;
}

.cssload-cssload-spinner {
	position: relative;
	transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
	animation: cssload-wobble 4.59s ease-in-out infinite;
		-o-animation: cssload-wobble 4.59s ease-in-out infinite;
		-ms-animation: cssload-wobble 4.59s ease-in-out infinite;
		-webkit-animation: cssload-wobble 4.59s ease-in-out infinite;
		-moz-animation: cssload-wobble 4.59s ease-in-out infinite;
}
.cssload-cssload-spinner:before, .cssload-cssload-spinner:after {
	display: block;
	content: "";
	width: 88px;
	height: 88px;
	border: 44px solid;
	border-radius: 50%;
	animation: cssload-spin 1.73s ease-in-out infinite both reverse;
		-o-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
		-ms-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
		-webkit-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
		-moz-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
}
.cssload-cssload-spinner:before {
	border-color: rgb(251,172,94);
	position: absolute;
}
.cssload-cssload-spinner:after {
	border-color: black;
	animation-delay: -0.86s;
		-o-animation-delay: -0.86s;
		-ms-animation-delay: -0.86s;
		-webkit-animation-delay: -0.86s;
		-moz-animation-delay: -0.86s;
}





@keyframes cssload-wobble {
	0%, 100% {
		transform: rotateX(8.75deg) rotateY(35deg);
	}
	50% {
		transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
	}
}

@-o-keyframes cssload-wobble {
	0%, 100% {
		-o-transform: rotateX(8.75deg) rotateY(35deg);
	}
	50% {
		-o-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
	}
}

@-ms-keyframes cssload-wobble {
	0%, 100% {
		-ms-transform: rotateX(8.75deg) rotateY(35deg);
	}
	50% {
		-ms-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
	}
}

@-webkit-keyframes cssload-wobble {
	0%, 100% {
		-webkit-transform: rotateX(8.75deg) rotateY(35deg);
	}
	50% {
		-webkit-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
	}
}

@-moz-keyframes cssload-wobble {
	0%, 100% {
		-moz-transform: rotateX(8.75deg) rotateY(35deg);
	}
	50% {
		-moz-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
	}
}

@keyframes cssload-spin {
	0%, 100% {
		transform: translateZ(49px) rotateX(14deg);
	}
	33% {
		transform: translateZ(-49px) scale(0.4);
	}
	66% {
		transform: translateZ(-49px);
	}
}

@-o-keyframes cssload-spin {
	0%, 100% {
		-o-transform: translateZ(49px) rotateX(14deg);
	}
	33% {
		-o-transform: translateZ(-49px) scale(0.4);
	}
	66% {
		-o-transform: translateZ(-49px);
	}
}

@-ms-keyframes cssload-spin {
	0%, 100% {
		-ms-transform: translateZ(49px) rotateX(14deg);
	}
	33% {
		-ms-transform: translateZ(-49px) scale(0.4);
	}
	66% {
		-ms-transform: translateZ(-49px);
	}
}

@-webkit-keyframes cssload-spin {
	0%, 100% {
		-webkit-transform: translateZ(49px) rotateX(14deg);
	}
	33% {
		-webkit-transform: translateZ(-49px) scale(0.4);
	}
	66% {
		-webkit-transform: translateZ(-49px);
	}
}

@-moz-keyframes cssload-spin {
	0%, 100% {
		-moz-transform: translateZ(49px) rotateX(14deg);
	}
	33% {
		-moz-transform: translateZ(-49px) scale(0.4);
	}
	66% {
		-moz-transform: translateZ(-49px);
	}
}


.btn-white { 
  color: #000000; 
  background-color: #FFFFFF; 
  border-color: #D6C7C7; 
} 
 
.btn-white:hover, 
.btn-white:focus, 
.btn-white:active, 
.btn-white.active, 
.open .dropdown-toggle.btn-white { 
  color: #000000; 
  background-color: #F2F2F2; 
  border-color: #D6C7C7; 
} 
 
.btn-white:active, 
.btn-white.active, 
.open .dropdown-toggle.btn-white { 
  background-image: none; 
} 
 
.btn-white.disabled, 
.btn-white[disabled], 
fieldset[disabled] .btn-white, 
.btn-white.disabled:hover, 
.btn-white[disabled]:hover, 
fieldset[disabled] .btn-white:hover, 
.btn-white.disabled:focus, 
.btn-white[disabled]:focus, 
fieldset[disabled] .btn-white:focus, 
.btn-white.disabled:active, 
.btn-white[disabled]:active, 
fieldset[disabled] .btn-white:active, 
.btn-white.disabled.active, 
.btn-white[disabled].active, 
fieldset[disabled] .btn-white.active { 
  background-color: #FFFFFF; 
  border-color: #D6C7C7; 
} 
 
.btn-white .badge { 
  color: #FFFFFF; 
  background-color: #000000; 
}


.btn-items { 
  color: #ffffff; 
  background-color: #98A2A8; 
  border-color: #98A2A8; 
} 
 
.btn-items:hover, 
.btn-items:focus, 
.btn-items:active, 
.btn-items.active, 
.open .dropdown-toggle.btn-items { 
  color: #ffffff; 
  background-color: #337AB7; 
  border-color: #98A2A8; 
} 
 
.btn-items:active, 
.btn-items.active, 
.open .dropdown-toggle.btn-items { 
  background-image: none; 
} 
 
.btn-items.disabled, 
.btn-items[disabled], 
fieldset[disabled] .btn-items, 
.btn-items.disabled:hover, 
.btn-items[disabled]:hover, 
fieldset[disabled] .btn-items:hover, 
.btn-items.disabled:focus, 
.btn-items[disabled]:focus, 
fieldset[disabled] .btn-items:focus, 
.btn-items.disabled:active, 
.btn-items[disabled]:active, 
fieldset[disabled] .btn-items:active, 
.btn-items.disabled.active, 
.btn-items[disabled].active, 
fieldset[disabled] .btn-items.active { 
  background-color: #98A2A8; 
  border-color: #98A2A8; 
} 
 
.btn-items .badge { 
  color: #98A2A8; 
  background-color: #ffffff; 
}




.btn-black { 
  color: #ffffff; 
  background-color: #000000; 
  border-color: #000000;
  min-width: 65px;
  margin-top: 5px;
  text-align: center;
  margin-left: 15px;  
} 
 
.btn-black:hover, 
.btn-black:focus, 
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black { 
  color: #ffffff; 
  background-color: #FF0000; 
  border-color: #FF0000; 
} 
 
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black { 
  background-image: none; 
} 
 
.btn-black.disabled, 
.btn-black[disabled], 
fieldset[disabled] .btn-black, 
.btn-black.disabled:hover, 
.btn-black[disabled]:hover, 
fieldset[disabled] .btn-black:hover, 
.btn-black.disabled:focus, 
.btn-black[disabled]:focus, 
fieldset[disabled] .btn-black:focus, 
.btn-black.disabled:active, 
.btn-black[disabled]:active, 
fieldset[disabled] .btn-black:active, 
.btn-black.disabled.active, 
.btn-black[disabled].active, 
fieldset[disabled] .btn-black.active { 
  background-color: #000000; 
  border-color: #000000; 
} 
 
.btn-black .badge { 
  color: #000000; 
  background-color: #ffffff; 
}


.btn-add-start { 
  color: #ffffff; 
  background-color: #47A752; 
  border-color: #FFFFFF; 
  font-size: 1.4em;
} 

.btnaa{
	padding: 8px 11px;
}
 
.btn-add-start:hover, 
.btn-add-start:focus, 
.btn-add-start:active, 
.btn-add-start.active, 
.open .dropdown-toggle.btn-add-start { 
  color: #ffffff; 
  background-color: #E84C4C; 
  border-color: #FFFFFF; 
} 
 
.btn-add-start:active, 
.btn-add-start.active, 
.open .dropdown-toggle.btn-add-start { 
  background-image: none; 
} 
 
.btn-add-start.disabled, 
.btn-add-start[disabled], 
fieldset[disabled] .btn-add-start, 
.btn-add-start.disabled:hover, 
.btn-add-start[disabled]:hover, 
fieldset[disabled] .btn-add-start:hover, 
.btn-add-start.disabled:focus, 
.btn-add-start[disabled]:focus, 
fieldset[disabled] .btn-add-start:focus, 
.btn-add-start.disabled:active, 
.btn-add-start[disabled]:active, 
fieldset[disabled] .btn-add-start:active, 
.btn-add-start.disabled.active, 
.btn-add-start[disabled].active, 
fieldset[disabled] .btn-add-start.active { 
  background-color: #FA982E; 
  border-color: #FFFFFF; 
} 
 
.btn-add-start .badge { 
  color: #FA982E; 
  background-color: #ffffff; 
}

.btn-add-more { 
  color: #373636; 
  background-color: #C3C2C2; 
  border-color: #373636; 
} 
 
.btn-add-more:hover, 
.btn-add-more:focus, 
.btn-add-more:active, 
.btn-add-more.active, 
.open .dropdown-toggle.btn-add-more { 
  color: #373636; 
  background-color: #FA982E; 
  border-color: #373636; 
} 
 
.btn-add-more:active, 
.btn-add-more.active, 
.open .dropdown-toggle.btn-add-more { 
  background-image: none; 
} 
 
.btn-add-more.disabled, 
.btn-add-more[disabled], 
fieldset[disabled] .btn-add-more, 
.btn-add-more.disabled:hover, 
.btn-add-more[disabled]:hover, 
fieldset[disabled] .btn-add-more:hover, 
.btn-add-more.disabled:focus, 
.btn-add-more[disabled]:focus, 
fieldset[disabled] .btn-add-more:focus, 
.btn-add-more.disabled:active, 
.btn-add-more[disabled]:active, 
fieldset[disabled] .btn-add-more:active, 
.btn-add-more.disabled.active, 
.btn-add-more[disabled].active, 
fieldset[disabled] .btn-add-more.active { 
  background-color: #C3C2C2; 
  border-color: #373636; 
} 
 
.btn-add-more .badge { 
  color: #C3C2C2; 
  background-color: #373636; 
}

.abold a{
font-weight:normal;
}
.menutag{
margin-left: -90px;
}

.cbold{
font-weight:bold;
}
.postt{
padding: 0px 0px !important;
}
.obstag{
float: right;
margin-right: 10px;
margin-top: 10px;
}
.lockunlocktag{
cursor:pointer;
}
.ultag{
display:inline-block;
list-style: none outside none;
margin-bottom: 0px;
padding-left: 5px;
}

.taglinks{
padding-left:10px;
display: inline-block;
}

.taglinks a{
margin-left:5px;
}

@media (max-width: 400px) {
	.itemstag a {
    font-size: 12px;
	}

	.taglinks a{
	margin-left:0px;
	}
}



.itemstag{
font-family: 'Oswald', sans-serif;
padding-top:5px;
padding-left:5px;
font-stretch: ultra-condensed;
text-transform: uppercase;

}

.tagr{
text-align: right;
}

.itemstag a{
color: black;
font-size:15px;
}

.itemstag a:hover{
text-decoration:none;
color: #F87C00;
}

.taglinks  a.active{
color: #F87C00;
text-decoration: underline;
}

.ultag  a.active{
color: #F87C00;
font-weight:bold;
}

.tag-header1{
position: relative;
margin-right: auto;
width: 100%;
padding-left: 0px !important;
padding-top: 0px;
padding-bottom: 0px;
}

.tag-headerbanner {
position: relative;
}

.tag-cover{
position: relative;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 200px;
}

.tag-cover-none{
height: 115px;
}

.tag-view{
position: absolute;
bottom: 0;
z-index: 0;
width: 100%;
height: 60px;
background-color: #000;
background-color: rgba(0,0,0,0.5);
color: #fff;
border-bottom-left-radius: 0!important;
border-bottom-right-radius: 0!important;
}

.tagvb{
position: absolute;
top: -11px;
left: 20px;
z-index: 206;
width: 130px;
height: 23px;
background-color: transparent;
}

.tagus{
width: 100%;
overflow: hidden;
margin: 17px 0 10px 0;
line-height: 1;
max-width: 650px;
padding-left: 115px;
text-overflow: ellipsis;
font-size: 25px !important;

}
.userus{
text-shadow: 1px -1px 23px rgba(255, 255, 255, 1);
margin: 8px 0 0px 0;
}

.online{
width: 100%;
margin: 0;
line-height: 2;
padding-left: 115px;
text-overflow: ellipsis;
font-size: 12px !important;
}

.fuserinfo{
color: #8F8D8E;
font-weight:bold;
}
.suserinfo{
color: #020202;
font-weight:bold;
padding-right: 15px;
}
.obdel{
padding-left:1px;
padding-right:5px;
cursor:pointer;
}
.ulistobtag{
color:#8A8687;
font-size: 14px;
font-weight:bold;
}

.ulistobtag:hover{
text-decoration:none;
color: #F87C00;
}

.pd1{
padding:10px;
}

.emg{
color: #D46422;
}

.tagul{
margin-left: 165px;
}


.tagus1{
z-index: 12;
bottom: 25px;
position: absolute;
right: 0;
margin-right: 20px;
}

.tagud{
overflow: hidden;
background-color: white;
border: 1px solid #ddd;
border-top: 0;
border-top-left-radius: 0!important;
border-top-right-radius: 0!important;
border-radius: 3px;
margin-bottom: 5px;
min-height: 45px;
}

.tagud div{
width: 90%;
display: block;
float: right;

}

.tagua{
position: absolute;
z-index: 1;
top: 150px;
opacity: 1;
border-radius: 3px;
float: left!important;
margin-right: 20px;
margin-left: 20px;

}

.tagua-none{

top: 70px;


}

.tagua img{
background-color: white;
border-top: 0;
border-radius: 3px;
}


.avtv{
 position: absolute;
bottom: 0;
z-index: 0;
width: 100%;
height: 80px;
background-color: #000;
background-color: rgba(0,0,0,0.5);
color: #fff;
border-bottom-left-radius: 0!important;
border-bottom-right-radius: 0!important;
}

.avtv1 {
position: absolute;
top: -11px;
left: 20px;
z-index: 206;
width: 130px;
height: 23px;
background-color: transparent;
}




.pagebg{
background-color: #F0F0F0;
padding-left: 30px;
padding-top: 10px;
padding-bottom: 20px;
}

.rbgbg{
background-color: #F0F0F0;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
}



.tagtopbg{
height: 200px;
width: 1220px;
}

.marginbt{
margin-bottom:10px;
}

.register_form{
width:80%;
}

.ahide{
display:none;
}

#escapingBallG{
position:relative;
width:64px;
height:22px;
}

.escapingBallG{
background-color:#F0AD4E;
position:absolute;
top:0;
left:0;
width:22px;
height:22px;
-moz-border-radius:11px;
-moz-animation-name:bounce_escapingBallG;
-moz-animation-duration:2.2s;
-moz-animation-iteration-count:infinite;
-moz-animation-timing-function:linear;
-moz-animation-delay:0s;
-moz-transform:scale(0.5, 1);
-webkit-border-radius:11px;
-webkit-animation-name:bounce_escapingBallG;
-webkit-animation-duration:2.2s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:linear;
-webkit-animation-delay:0s;
-webkit-transform:scale(0.5, 1);
-ms-border-radius:11px;
-ms-animation-name:bounce_escapingBallG;
-ms-animation-duration:2.2s;
-ms-animation-iteration-count:infinite;
-ms-animation-timing-function:linear;
-ms-animation-delay:0s;
-ms-transform:scale(0.5, 1);
-o-border-radius:11px;
-o-animation-name:bounce_escapingBallG;
-o-animation-duration:2.2s;
-o-animation-iteration-count:infinite;
-o-animation-timing-function:linear;
-o-animation-delay:0s;
-o-transform:scale(0.5, 1);
border-radius:11px;
animation-name:bounce_escapingBallG;
animation-duration:2.2s;
animation-iteration-count:infinite;
animation-timing-function:linear;
animation-delay:0s;
transform:scale(0.5, 1);
}

@-moz-keyframes bounce_escapingBallG{
0%{
left:0px;
-moz-transform:scale(0.5, 1);
}

25%{
left:21px;
-moz-transform:scale(1, 0.5);
}

50%{
left:53px;
-moz-transform:scale(0.5, 1);
}

75%{
left:21px;
-moz-transform:scale(1, 0.5);
}

100%{
left:0px;
-moz-transform:scale(0.5, 1);
}

}

@-webkit-keyframes bounce_escapingBallG{
0%{
left:0px;
-webkit-transform:scale(0.5, 1);
}

25%{
left:21px;
-webkit-transform:scale(1, 0.5);
}

50%{
left:53px;
-webkit-transform:scale(0.5, 1);
}

75%{
left:21px;
-webkit-transform:scale(1, 0.5);
}

100%{
left:0px;
-webkit-transform:scale(0.5, 1);
}

}

@-ms-keyframes bounce_escapingBallG{
0%{
left:0px;
-ms-transform:scale(0.5, 1);
}

25%{
left:21px;
-ms-transform:scale(1, 0.5);
}

50%{
left:53px;
-ms-transform:scale(0.5, 1);
}

75%{
left:21px;
-ms-transform:scale(1, 0.5);
}

100%{
left:0px;
-ms-transform:scale(0.5, 1);
}

}

@-o-keyframes bounce_escapingBallG{
0%{
left:0px;
-o-transform:scale(0.5, 1);
}

25%{
left:21px;
-o-transform:scale(1, 0.5);
}

50%{
left:53px;
-o-transform:scale(0.5, 1);
}

75%{
left:21px;
-o-transform:scale(1, 0.5);
}

100%{
left:0px;
-o-transform:scale(0.5, 1);
}

}

@keyframes bounce_escapingBallG{
0%{
left:0px;
transform:scale(0.5, 1);
}

25%{
left:21px;
transform:scale(1, 0.5);
}

50%{
left:53px;
transform:scale(0.5, 1);
}

75%{
left:21px;
transform:scale(1, 0.5);
}

100%{
left:0px;
transform:scale(0.5, 1);
}

}

.fc{
padding-right:5px;
}
.fc{
padding-left:5px;
}
.navbar li a{
font-family: 'Oswald', sans-serif;
font-weight: bold;
font-stretch: ultra-condensed;
text-transform: uppercase;
}
@media (min-width: 1200px) {
	#navbar1{
			margin-right: 25px;
	}
}

.circle{
border-radius: 25%;
}

.usermenu1{
padding: 12px 10px !important;
}

.usermenulo {
padding: 14px 6px 16px 8px !important;
}

@media (max-width: 767px) {
.usermenulo {
	padding: 15px 8px 14px 20px !important;
}
}

.badge{
margin-left: -5px;
margin-top: -10px;
position: absolute;

}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	.badge{
	margin-left: 10px !important;
	margin-top: -30px !important;
	position: absolute;
	}
}

.badgec{
background-color: #F00;
}

.dropdown-menu-notif {
    width: 300px !important;
	padding-left: 10px !important;
	font-size:11px;
}

.dropdown-menu-notif  table{
    margin-top:10px;
}



.navbar-collapse {
		position: relative;
		padding-top: 30px !important;
		max-height: 270px;
	}
	.navbar-collapse form[role="search"] {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100%;
		padding: 0px;
		margin: 0px;
		z-index: 0;		
	}
	.navbar-collapse form[role="search"] button,
	.navbar-collapse form[role="search"] input {
		padding: 8px 12px;
		border-radius: 0px;
		border-width: 0px;
		color: white;
		border-color: rgb(231, 231, 231);
		box-shadow: none;
		outline: none;
	}
	.navbar-collapse form[role="search"] input {
		padding: 16px 12px;
		font-size: 14pt;
		font-style: italic;
		color: rgb(160, 160, 160);
		box-shadow: none;
	}
	.navbar-collapse form[role="search"] button[type="reset"] {
		display: none;
	}

	@media (min-width: 768px) {
		.navbar-collapse {
			padding-top: 0px !important;
			padding-right: 38px !important;
		}
		.navbar-collapse form[role="search"] {
			width: 25px;
		}
		.navbar-collapse form[role="search"] button,
		.navbar-collapse form[role="search"] input {
			padding: 15px 12px;
		}
		.navbar-collapse form[role="search"] input {
			font-size: 18pt;
			opacity: 0;
			display: none;            
            height: 50px;
		}
		.navbar-collapse form[role="search"].active {
			width: 30%;
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			-o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
		}
		.navbar-collapse form[role="search"].active button,
		.navbar-collapse form[role="search"].active input {
			display: table-cell;
			opacity: 1;
		}
    	.navbar-collapse form[role="search"].active input {
			width: 100%;
		}
	}
	
	
	
.nav2 {
    background-color: #F0F0F0;
    border-bottom: 1px solid #A09E9E;
    position: relative;
    margin-top: 50px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.nav2 a{
    color: black;
	text-decoration: none;
	text-transform: uppercase;
}

.nav2 .ared{
    color: red;
}
.nomgr{
margin-right: 0 !important; 
margin-left: 0 !important; 
}

.colnopd
{
padding-right: 0 !important; 
padding-left: 0 !important; 
}


.clearfix {
    clear: both;
}





.navbar-default {
background-color: #C3C2C2;
border-color: #A09E9E;
}

.navbar-default .navbar-brand {

}




.listitem {
padding-bottom: 5px;
border-radius: 3px;
border-bottom: 1px solid #dae2e4;
border-left: 1px solid #dae2e4;
border-right: 1px solid #dae2e4;
border-left: 1px solid #e5eaec;
border-right: 1px solid #e5eaec;
}

.listitem  .itemtitle{
margin-top: 2px;
margin-bottom: 10px;
line-height: 0.8;
}

.listitem  .tags{
margin-top: 2px;
margin-bottom: 5px;
font-size:12px;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}


.listitem  .tags{
margin-top: 2px;
margin-bottom: 5px;
font-size:12px;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.listitem  .tags:hover{
overflow: visible;
white-space: normal;	
}

.listitem  .tags a{
font-size:12px;
text-transform: uppercase;
color: white;
background-color: #D5D5D3;
padding: 3px;
display: inline-block;
cursor: pointer;
margin-top: 5px;
}

.listitem:hover .tags a:not(:hover){
	background-color:#B2B2B2;
}

.listitem  .tags a:hover{
	background-color:#6C6C6C;
	text-decoration: none;
}



.promotag{
	background-color: #8FB6DD !important;	
}

.listitem:hover .promotag:not(:hover){
	background-color:#126DC6 !important;
}

.listitem:hover .promotag:hover {
	background-color:#17528E !important;
}

.listitem  .descp{
margin-top: 2px;
margin-bottom: 5px;
font-size:15px;
color: black;
}


.listitem  .itemtitle a{
color: #F87C00;
font-family: arial,sans-serif;
font-weight: bold;
font-stretch: ultra-condensed;
text-transform: uppercase;
font-size: 17px;
line-height: 0.7;
}

.mainpage .itemtitle a{
font-size: 18px;
}

.mainpage  .descp {
font-size: 15px;

}

.mainpage .tope {

    font-size: 13px;
}

.tope {
padding-top:12px;
color: #909090;
font-size:12px;
}

.whiteicon{
color:#B0B0B0;
padding-left:10px;
}

.tope  a{
color: #909090;
}

.listitem  .item{

margin-top: 0;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 80px;
min-height: 75px;

}

.listitem  .itemtagm{

margin-top: 0;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 10px;
min-height: 75px;

}

.listitem  .combg{
display: block;
width: 68px;
height: 59px;
margin-left:10px;
line-height: 35px;
vertical-align: middle;
font-weight: bold;
color: #ff5917;
background: url('//milanos.pl/assets/gfx/bgcom5.png') no-repeat;
padding-top: 50%;
font-size:20px;
color:black;
}

.btnmy{
 min-width: 65px;
margin-top: 5px;
text-align: center;
margin-left: 15px;
background-color: #F87C00;
border-color: #F87C00;
color: white;
}
.btnmy:hover{
background-color:#C76F18;
border-color: #C76F18!important;
}

.btnmyno{
font-size:11px;
padding: 5px 5px;
background-color:#b9b9b9;
border-color:#b9b9b9 !important;
}

.apitemclear{
margin-top: 75px;
}

@media (max-width: 770px) {
	.apitemclear{
	margin-top: 0px;
	}
}

.btnmyno:hover{
background-color: red;
border-color:red !important;
}

.shadow{
background-color: rgba(248, 124, 0, 0.48);
 border-color: rgba(248, 124, 0, 0.29);
}

.listitem .leftlike{

position: absolute;
text-align: center;
left: -10px;
width: 49px;
padding-top: 10px;
}


.imgm .aimg{
border: 5px solid #dae2e4;
border-radius: 5px;
width:207px;

}

.aimg2{
width:225px !important;
}


.mn50{
	min-height: 55px;
}
.pad5r{
	    padding-right: 5px; !important;
}
.nolp{
	padding-left:0px !important;
}

.nliker{
padding-left: 50px;
}

.nliker2 {
    padding-left: 20px;
}

.main_photo{
position:relative;

}
.inlay{
    position:absolute;
    bottom:10px;
    right:-20px
}

.inlayrel{
  position: relative;
      bottom: 40px;
       right: -215px;
}

.dfa{
font-size: 25px;
color: #D8D8D2;
}


.listitem .imgm{
display: inline-block;
padding-right: 0px !important; 
}

.listitem .imgm2{
display: inline-block;
padding-right: 0px !important;
margin-top: -55px 
}

@media (max-width: 1200px) {

.listitem .imgm2{
display: inline-block;
padding-right: 0px !important;
margin-top: 0px 
}	
	
}


.footer{
background-color: #969696;
}


.rst .widget{
padding-top:2px;
margin: 0 auto;
text-align:center;
}

.tfll{
text-align:left !important;
}

.rightitems{
margin-bottom:10px;
}
.widget h2{
margin-top: 0px !important;
margin-bottom: 2px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
font-size:15px;
font-weight:bold;
color: #A8A6A6;
font-family: arial,sans-serif;
font-stretch: ultra-condensed;
text-transform: uppercase;
}


.rimagetag span{ 
   position: absolute; 
   top: 115px; 
   left: 0; 
   width: 100%; 
   background: rgba(0,0,0,0.8);
   text-decoration: none !important;
   color: #fff;
   opacity: 1;
   text-align: left;
	padding-left: 5px;
	height:45px;
}

.rimagetag1 span{ 
    
   top: 80px; 
  
}


.rimagetag1 .ctagimg{
  top: 45px;
}

.ctagimg{
position: absolute;
width: 65px;
height: 65px;
top: 80px;
border: 1px solid white;
left: 10px;
z-index: 10;
}
.ltag{
padding-left:70px;
}

.ltag div{
  position: absolute;
  top: 100px;
  padding-left: 15px;
  font-size: 11px;
  color: rgb(181, 181, 181);
  text-transform: uppercase;
}

.brating1{
font-stretch: ultra-condensed;
text-transform: uppercase;
color:#D46422;
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.7);
font-weight:normal;
font-size: 19px;
padding-left: 80px;
}

.ctext1{
color: #FFF;
font-stretch: ultra-condensed;
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.7);
font-weight:normal;
font-size: 19px;
}






.rimage { 
   position: relative; 
   width: 330px;
   text-align: center;
   margin: 0 auto;
}



.rimage span{ 
   position: absolute; 
   top: 132px; 
   left: 0; 
   width: 100%; 
   background: rgba(0,0,0,0.8);
   text-decoration: none !important;
   color: #fff;
   opacity: 1;
   text-align: left;
	padding-left: 5px;
}


.rimagetag { 
   position: relative; 
   width: 330px;
   text-align: center;
   margin: 0 auto;
}

.rimagetagmain { 
	width: 100%;
   padding-top:3px;
   padding-bottom:3px;
}

.bgmainc{
background-color: #F0F0F0;
}

.bgmainc .brating1{
font-size:14px;
}

.bgmainc .ctext1{
font-size:13px;
text-transform: uppercase;
}

.im100{
	width: 100% !important;
}

.pad5{
padding-left:5px;
padding-right: 5px;
}

.dh20{
display:block;
width:100%;
height:20px;
}

.rimagetag:hover b{
color:#D46422;
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.7);

} 






.ctext{
color: #BBBAB9;
font-stretch: ultra-condensed;
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.7);
font-weight:normal;
font-size: 16px;
	
}

.rimage span img{

padding-top: 1px;
padding-bottom: 5px;

}

.brating{
font-family: 'Oswald', sans-serif;
font-stretch: ultra-condensed;
text-transform: uppercase;
color:#D46422;
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.7);
font-weight:normal;
}



  .hovertext1 span {
    position: relative;
    width: 100%;
    text-decoration: none !important;
    text-align: center;
  }
  .hovertext1 span {

    position: absolute;
    left: 0;
    bottom: -75px;
    padding: 0.5em 20px;
    width: 100%;
    background: rgba(0,0,0,0.8);
    text-decoration: none !important;
    color: #fff;
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
  }

.nww{
width:100%;
}

.blogShort{
background-color: #F0F0F0;
}


.foottitle{
padding-top:10px;
font-family: 'Oswald', sans-serif;
font-stretch: ultra-condensed;
text-transform: uppercase;
color:#FFA53F;
font-weight:bold;
list-style-type:none;
padding-bottom:2px;
}

.footer ul{
padding-left: 0px;
}

.footer li{
list-style-type:none;
}


.footer a{
color:black;
font-weight:bold;
}

.grid-full {
width: 100%;
padding-left: 4px;
}


.tag-block {
background-color: #fff;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom: 1px solid #dae2e4;
border-left: 1px solid #e5eaec;
border-right: 1px solid #e5eaec;
margin-bottom: 3px;
}

.mh .ch {
height: 200px;
}


.backgtag {
background-color: #ecf0f1;
background-size: cover !important;
position: relative;
background: linear-gradient(to bottom, #ecf0f1 0%,#e1e5e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#e1e5e6',GradientType=0 );
}

.badge2{
margin-left: -5px !important;
  margin-top: -13px !important;
}
.badge3{
    margin-left: 50px!important;
    margin-top: -33px!important;
}

.dropdown-menu3{
top: 25% !important;
right: 40px !important;
left: inherit !important;
}

.dropdown-menu4{
        float: right;
		position: relative;
}

.open>.dropdown-menu4 {
    display: block;
    margin-top: 20px;
    margin-left: -200px;
}

.panel{
background-color:none;
}

.panel-shadow {
 
}
.panel-white {
 
}
.panel-white  .panel-heading {
 
}
.panel-white  .panel-footer {
  background-color: #fff;
  border-color: #ddd;
}

.post .post-heading {
  height: 95px;
  padding: 20px 15px;
}
.post .post-heading .avatar {
  width: 60px;
  height: 60px;
  display: block;
  margin-right: 15px;
}
.post .post-heading .meta .title {
  margin-bottom: 0;
}
.post .post-heading .meta .title a {
  color: black;
}
.post .post-heading .meta .title a:hover {
  color: #aaaaaa;
}
.post .post-heading .meta .time {
  margin-top: 8px;
  color: #999;
}
.post .post-image .image {
  width: 100%;
  height: auto;
}
.post .post-description {
  padding: 15px;
}
.post .post-description p {
  font-size: 14px;
}
.post .post-description .stats {
  margin-top: 20px;
}
.post .post-description .stats .stat-item {
  display: inline-block;
  margin-right: 15px;
}
.post .post-description .stats .stat-item .icon {
  margin-right: 8px;
}
.post .post-footer {
  padding-top: 0px;
  padding: 10px;
}
.post .post-footer .input-group-addon a {
  color: #454545;
}
.post .post-footer .comments-list {
  padding: 0;
  margin-top: 10px;
  list-style-type: none;
}
.post .post-footer .comments-list .comment {
  display: block;
  width: 100%;
  margin: 5px 0;
}
.post .post-footer .comments-list .comment .avatar {
  width: 35px;
  height: 35px;
}
.post .post-footer .comments-list .comment .comment-heading {
  display: block;
  width: 100%;
  text-align: left;
  background-color: #F5F5F5;
  padding: 8px 6px 10px 6px;
}

 .crp{

}

.post .post-footer .comments-list .comment .comment-heading .user {
  font-size: 14px;
  font-weight: bold;
  display: inline;
  margin-top: 0;
  margin-right: 10px;
}
.post .post-footer .comments-list .comment .comment-heading .time {
  font-size: 13px;
  color: #aaa;
  margin-top: 0;
  display: inline;
}
.post .post-footer .comments-list .comment .comment-body {
  margin-left: 50px;
  min-height: 80px;
  #border-bottom: 1px solid #DFDFDF;
}
.post .post-footer .comments-list .comment > .comments-list {
  margin-left: 50px;
}


.w4 ul li a{
display: initial !important;
border: none !important;
padding: 0px 0px !important;
}

.w4 .comment-heading {
  display: block;
  width: 98% !important;
}

.w4 p{
  margin-top: 5px;
  text-align: left;
  font-size: 16px;
  margin: 5px 0px 0px;
}

.w4 .rep{
  margin-left: 50px;
}

.w4 .pagination a{
padding: 5px;
}
.opt1{
display:none;
}

.comment-body:hover .opt1{ display: block; }

i{
cursor:pointer;
}
.hidec{
display:none !important;
}


.addtabs{
padding-top:20px;

}

.addtabs2{
  padding-left: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color:white;
}

.nolist li{
list-style-type: none;
}

.addtabs input{
width:98%;
}
.addtabs a{
display:inline;
}

.bglink{
display:inline;
}

.bglink2 {
  display: block;
  margin-top: 10px;
  float: right;
  margin-right: 2%;
  margin-bottom:10px;
}

.c3{
margin-bottom:10px;
height:50px;
display:block;
}
.klink a{
text-align:center;
width:99%;
margin-bottom:20px;
font-size: 1.4em;
}
.fll{
float:left;
}


.addlink1{
  height: 45px;
  width: 98% !important;
  font-size: 19px;
}

.pagetitle{
  color: #777;
  font-size: 19px;
  padding-bottom: 10px;
  border-bottom: 1px solid #A5A3A3;
  margin-bottom: 20px;
}

.row3 .media-body{
padding-left:10px;
}

.row3 .well{
margin-top:10px;
}

.row3 .oplist a{
  width: 160px;
  text-align: left;
}

.mains2{
margin-top:10px;
}
	
	
.searchr li{
list-style: none;
text-align:left;
  padding-left: 20px;
  padding-top: 20px;
}


.searchr a{
padding-left: 30px;
color: #F87C00;
}

.linksbold{
font-weight:bold;
}

.pdhc{
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: none;
  margin-top: 5px;
}

.openclose{
cursor:pointer;
}

.c1edit{
  display: block;
  clear: both;
  font-size: 11px;
  color: #8A8687;
}
.ck{
  width:100%;
  background-color: black;
     margin-top: -20px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.btmaintags{
text-align:center;
padding: 5px;
}


.btmaintags a{

    font-size: 14px;

}





.rowitemuser{
padding: 5px;
}

.itemuser img{
height: 30px;
}

.itemuser a{
padding-left:5px;
font-size: 18px;
text-decoration: none;
}

.itemuser strong{
font-weight:normal;
}

.itemuserinfo{
display: inline-block;
}

.itemuserinfo span{
padding-left: 5px;
font-size:18px;
text-transform:uppercase;
font-weight: normal;
}

.itemuserinfoico{
color: #7D7D7D;
font-size:13px;

}

.itemuserinfoico span{
font-size:13px;
}
.itemuserinfoico i{
padding-right:5px;
}


.obstag2{

  margin-right: 0px;
  margin-top: 0px;
}

.btn-items{
min-width:100px;
text-align:left;
}

.btn-items2{
min-width:inherit;
text-align:left;
}

.btn-items2{
text-align:center;
min-width: initial;
}

.relatedtitle{
  font-size: 18px;
  color: #3D3E3E;
  text-transform: uppercase;
  cursor:pointer;
}
.clearP{
clear:both;
}

.modal-ajax-body {
  height: 80%;
  
}

.modal-dialog-a {
  width: 98%;
  height: 92%;
  padding: 0;
}

.modal-content-a {
  height: 99%;
}

.itemsContainerrel img{
width:100%;
max-height: 138px;
overflow: hidden;
}

.videoWrapper {
	position: relative;
	padding-bottom: 54%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

#mwindowc .videoWrapper {
	position: relative;
    padding-bottom: 54%;
    padding-top: 19px;
    height: 0;
}

#mwindowc .videoWrapper {
	position: relative;
    padding-bottom: 54%;
    padding-top: 19px;
    height: 0;
}


.videoWrapper2 {
	padding-bottom: 50%;

}

.videoWrapperTop {
	padding-bottom: 100% !important;

}

.videoWrapper3 {
	padding-bottom: 56%;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
	margin-left: 2px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	/*max-width: 1050px;*/
	margin: 0 auto;
	width: 100%;
	height: 100%;
}


.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	/*max-width: 1050px;*/
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.maxw1050{
	    max-width: 1050px;
}





.itemcomments1 button1{
  background-color: #C7C7C7;
  border-color: #C7C7C7;
}

.alike{
margin-top:15px;
}

.rst .obtag, .rst .lockunlocktag, .rst .obuser, .rst .lockunlocuser{
display:none;
}

.ch4{
	font-size:14px;
	padding-left: 10px;
}

.plf{
padding-right: 4px !important;
}

.wws{
    min-height: 50px;	
	margin-top: 10px;
}

.mms{
	    padding-top: 5px;
}

.btif{
	    margin-top: 20px;
}

.btload1{
	color: #C7C7C7;
}

.btactive{
border-bottom: 2px solid #FF972F;
 padding-bottom: 5px;
     color: #3D3E3E;
}

.itemcomments1 .user strong{
	font-size: 16px;
}

.itemcomments1 .comment-heading .time{
	font-size: 13px;
}

.calert{
	margin-top: 10px;
	margin-bottom: 10px;
	    margin-left: 0px;
    margin-right: 0px;
}

.ritembt{
	margin-right: 0px !important; 
    margin-left:0px !important; ; 
    margin-top: 30px;
}

.pft2{
min-height:100px;	
}

.ckf2{
	margin-left: -15px;
    margin-right: -15px;
}

.ckf3{
	margin-left: -17px;
    margin-right: -17px;
	margin-top: 2px;
}

.btitemtabs a{
	text-decoration: none;
}

.listitemnpd{
padding-bottom: 0px !important;
}

.postbt2{
	padding: 2px !important;
}



.carousel {
    height: 100%;
    margin-bottom: 5px;
    margin-left: -12px;
    margin-right: -12px;
}
.carousel-inner > .item  {
	margin: 0 auto;
	background-color: black;
}

.carousel-inner > .item  > img{
	max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;

    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}


.carousel-inner > .item > a > img{
width: 100%; /* use this, or not */
    margin: 0 auto;

}

 .fill{
    height: 700px; 
    width: 100%;
  }








@media (min-width: 768px) {
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}


#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}

.nobg{
	    background-color: transparent !important;
    border: none;
}


.alertb-info {
    color: #FFFFFF;
    background-color: #C3C2C2;
    border-color: #AFAFAF;
}

.alertb-info a {
    color: #FFFFFF;
	text-decoration: none;
}

@media (min-width: 1200px){
.col-md-44 {
    width: 25%;
}
}

@media (min-width: 1200px){
.col-md-45 {
    width: 33%;
}
}


.articleadd .step2{
	display:none;
}

.panel3{
padding: 20px;
}

.remicon{
color:red;
}





.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
	color: #3c763d;
	background-color: #fff;
	border-color: #d6e9c6;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;   
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
	background-color: #bce8f1;
	border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
	color: #31708f;
	background-color: #fff;
	border-color: #bce8f1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;   
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
	background-color: #faebcc;
	border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
	color: #8a6d3b;
	background-color: #fff;
	border-color: #faebcc;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b; 
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
	background-color: #ebccd1;
	border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
	color: #a94442;
	background-color: #fff;
	border-color: #ebccd1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f2dede; /* bg color */
    border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #a94442; /* normal text color */  
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff; /* active text color */
    background-color: #a94442; /* active bg color */
}
