/* ************** 	START TYPOGRAPHY 	******************* */
/* ******************************************************** */
@import url('https://fonts.googleapis.com/css?family=Exo:900');

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body
{
	background-image: url(http://www.fondosblackberry.com/user-content/uploads/wall/mid/81/ball_textura_naranja_basketball-texture2.jpg);
	background-image: url(https://t4.ftcdn.net/jpg/01/05/93/77/240_F_105937707_grXZJ9eFxYKlWhq9aKCkIXDBjvL45g8c.jpg);
 background:#edf;
 	background-image: url(http://hsv-bu.de/Responsive/bilder/bgblau2.png);
	background-image: url(http://hsv-bu.de/Responsive/bilder/bg_hell.png);
  color:#229;
  font-family: 'Exo', sans-serif;
	overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  margin:0;
  height:100%;
  width:98%;
  left:1%;
  border-left:0px solid orange;
  border-right:0px solid orange;

}

layer1
 {
  z-index:-1;
  position:fixed;
  top:0;left:0;right:0;bottom:0;
  width:100%;
  height:100%;
  opacity:.25;
  -moz-box-shadow:
		0px 3px 15px rgba(20,20,65,0.0),
		inset 0px 0px 410px rgba(255,255,255,0.980);
	-webkit-box-shadow:
		0px 3px 15px rgba(20,20,65,0.0),
		inset 0px 0px 410px rgba(255,255,255,0.980);
	box-shadow:
		0px 3px 15px rgba(20,20,65,0.0),
		inset 0px 0px 410px rgba(255,255,255,0.980);
    
  background-image:url(https://sportplatzhamburg.files.wordpress.com/2017/07/bu4.jpg); 
  background-size: cover; 
 }
layer1::after
 {
  content: '';
  position:Absolute;
  top:0; left:0;
  width:100%;
  height:100%;
  background: radial-gradient(transparent, #fff);
  background: -moz-radial-gradient(circle, transparent, #fff);
 }
  
.leightweightfonts
 {
  font-weight:200;
  font-family: arial;
  text-align:left;
 }
 
body::after
 {
  content: "";
  position:fixed;
  z-index:-1;
  top:0;left:0;
  width:100%;
  height:100%;
  background:green;
  background-image:url(http://scontent.cdninstagram.com/t51.2885-15/s480x480/e35/13259133_1121206327932025_2051806783_n.jpg?ig_cache_key=MTI1NDg4MjkzMTEzNTk0MDMyOA%3D%3D.2);
  background-size: cover;
  background-position: bottom;
  opacity: 0.0;
 }
 
html, body {
  height:100%;
margin: 0px;
padding: 0px;
} 

a:active, a:focus {outline: none;} 

.RealBody
{
  position:relative;
  float:left;
  top:0px;
  bottom:0px;
  background:transparent;
  border-left:4px dashed gold;
  border-right:4px dashed gold;
  width:100%;
  margin-left:0%;
  min-height: 100%;
  height:auto !important;
  height:100%;
}

.TheLoader
 {
  position:fixed;
  z-index:99999999;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 1.0;
  background: -moz-radial-gradient( transparent, #22a);
 }
.TheLoader img
 {
  position:relative;
  display: block;
  margin: 0 auto;
  top:25%;           
  border-radius: 50%;
  border:5px solid gold;
  -moz-box-shadow:
		0px 3px 15px rgba(20,20,65,0.8),
		inset 0px 0px 410px rgba(255,255,255,0.0);
	-webkit-box-shadow:
		0px 3px 15px rgba(20,20,65,0.8),
		inset 0px 0px 410px rgba(255,255,255,0.0);
	box-shadow:
		0px 3px 15px rgba(20,20,65,0.8),
		inset 0px 0px 410px rgba(255,255,255,0.0);
 } 
.TheLoader div
 {
  position:absolute;
  height:100%;
  width:100%;
 } 

.TheLoader::before
 {
  position:absolute;
  opacity: 0.75;
  width:100%;
  height:100%;
  content: "";
  background: -moz-radial-gradient(
    rgba(0,250,0, 0),
    rgba(250,250,250, 100)
  ),url(http://hsv-bu.de/Responsive/bilder/bghell.png);
 }


@keyframes pulse_animation {
	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.08); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.05); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}

.pulse {
	animation-name: pulse_animation;
	animation-duration: 750ms;
	transform-origin:70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes pulse_animation2 {
	50% { transform: scale(1.25); }
}
.pulse2 {
  top:-4px;
	animation-name: pulse_animation2;
	animation-duration: 1750ms;
	transform-origin:110% 110%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
  z-index:2;
  background: linear-gradient(to bottom, #d12 0%, red 60%);
  border:1px solid #311;
  color:#fff;
}



.footer-logo-img
 {
  float:left;
  margin: 15px;   
  border-radius: 50%;
  border:1px solid #228;
  background:#224;
  overflow:hidden;
  -moz-box-shadow:
		0px 3px 15px rgba(20,20,65,0.8),
		inset 0px 0px 410px rgba(255,255,255,0.0);
	-webkit-box-shadow:
		0px 3px 15px rgba(20,20,65,0.8),
		inset 0px 0px 410px rgba(255,255,255,0.0);
	box-shadow:
		0px 3px 5px rgba(20,20,65,0.8),
		inset 0px 0px 410px rgba(255,255,255,0.0);
 } 

.normal-logo-img
 {
  display:block;  
  border-radius: 50%;
  border:1px solid #228;
  background:#224;
  overflow:hidden;
  -moz-box-shadow:
		0px 3px 15px rgba(20,20,65,0.8),
		inset 0px 0px 410px rgba(255,255,255,0.0);
	-webkit-box-shadow:
		0px 3px 15px rgba(20,20,65,0.8),
		inset 0px 0px 410px rgba(255,255,255,0.0);
	box-shadow:
		0px 3px 5px rgba(20,20,65,0.8),
		inset 0px 0px 410px rgba(255,255,255,0.0);
 } 





  
.Ebene
 {
  position:relative;
  z-index:9999;
  top:0px;
  width:100%;
  margin-left:0%;
  min-height: 450px;
  height: auto !important;
  height: 90%;
  margin-bottom:5%;
  padding-bottom:7.5em;
  padding:0;
  padding-top:125px;
  border:3px dashed #bC458F;
 }
.DeviceSize
 {
  position:fixed;
  z-index:99999;
  left:10px;
  bottom:10px;
  width:80px;
  height:28px;
  line-height:28px;
  font-size:10pt;
  color:#ddf;
  border:1px solid #112;    
  text-align:Center;
 }
.DeviceSize::after
 {
  content:'';
  position:absolute;
  top:0;left:0;
  width:100%;
  height:100%;
  background:#f12;
  opacity: 0.25;
 } 
@element .DeviceSize
 {
	$this::after {
    	content: 'eval("''+window.innerWidth+' x '+window.innerHeight")';
  	}
} 

PageHeader 
 {
  opacity: 1.0;
  z-index:100;
  height:115px;
  width:100%;
  margin-left:0%;
	position: fixed;
	top:0px;
	right:0;
	left:0; 
  text-align:center;
  -moz-box-shadow:
		0px 3px 15px rgba(20,20,65,0.8),
		inset 0px 0px 410px rgba(255,255,255,0.0);
	-webkit-box-shadow:
		0px 3px 15px rgba(20,20,65,0.8),
		inset 0px 0px 410px rgba(255,255,255,0.0);
	box-shadow:
		0px 3px 15px rgba(20,20,65,0.0),
		inset 0px 0px 410px rgba(255,255,255,0.0);

  border-bottom:1px solid #112;   
 }
@element PageHeader
 {
  .RechtsOben::after
   {
   	content: 'eval("'Header: '+offsetWidth+' x '+offsetHeight")';
   }
} 

.SeitenTitel
 {
  float:left;
  width:100%;
  font-size:4.25vw;
  line-height:1.0;
  }
.SeiteSubTitel
 {
  float:left;
  width:100%;
  font-size:1.65vw;
  font-weight:normal;
  line-height:1.0;
  color:#ffdd00;
  text-shadow:0px 0px 2px #112;

  }
@media screen and (min-width: 1200px) {
  .SeitenTitel
   {
    font-size:52px;
    line-height:52px;
   }
  .SeiteSubTitel
   {
    font-size:20px;
    line-height:20px;
   }
} 
 



TopNaviLineZentrum
 {
  margin:0 auto;
  padding:0px;
  border:0px solid yellow;
  border-left:1px solid #D39F0E;
  border-right:1px solid yellow;
  min-width:200px;
  width:auto;
  height:28px;
  display:table;
  background:transparent;
  position:relative;
  top:0px;
  padding-left:0px;
  padding-right:0px;
  font-size:22px;
  line-height:28px;
 }  
TopNaviLineZentrum div.KnopfBase
 {
  display:table-cell;
  z-index:1;
  top:-1px;
  border:0px solid yellow;
  height:28px;
 }
TopNaviLineZentrum div.InAktiv
 {
  border:0px solid white;
  
  border-top:1px solid yellow;
  border-left:1px solid yellow;
  border-right:1px solid #D39F0E;
  padding-left:20px;
  padding-right:20px;
  height:28px;
  color:#304B9B;
  text-shadow:-1px 1px 2px #ffee22;
  background:#FFE000;
  background: linear-gradient(#FFE000, #FDDD00);
 }   
TopNaviLineZentrum div.ItsAktiv
 {
  border-top:1px solid #d66;
  border-left:1px solid #d66;
  border-right:1px solid #a33;
  padding-left:20px;
  padding-right:20px;
  height:28px;
  color:#eef;
  text-shadow:0px 0px 1px #112;
  background: linear-gradient(to bottom, red 0%, #c11 100%);
 }

TopNaviLineZentrum div:hover
 {
  color:#fff;
  cursor:pointer;
  text-shadow: 0px 0px 2px #112;
  background:red;
 }  
 













::selection{
	color: #fff;
}	
::-moz-selection{
	color: #fff;
}	
ul, ol{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 1.75vw;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 12px;
}
p{
	font-size: 14px;
}
a{
	-webkit-transition: background .3s, color .3s, opacity .3s;
	transition: background .3s, color .3s, opacity .3s;
}
a:hover,
a:focus{
	outline: none;
	text-decoration: none;
}
a:focus{
	outline-offset: 0;
}
/*input*/
select,
textarea,
textarea.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
  	border-color: #eaeaea;
    padding: 6px 12px;
	height: 45px;
    color: #000;
    -webkit-transition: all .3s;
    transition: all .3s; 
}
input[type="submit"]{
	height: 45px;
}
select,
textarea.form-control:hover,
textarea:hover,
textarea.form-control:focus,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover
input[type="color"]:focus{
	border-color: #8dc63f;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input.form-control:focus{
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

/*Button styles*/
.btn {
  border: none;
  border-bottom: 3px solid;
  border-radius: 0;
  line-height: 34px;
  padding: 0 20px;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s; 
}
button{
	outline: none;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
  outline: none;
}
.btn.btn-sm {
  line-height: 35px;
  padding: 0 15px;
}
.btn.btn-xs {
  line-height: 25px;
  padding: 0 10px;
}
.btn.btn-lg {
  font-size: 18px;
  line-height: 50px;
  padding: 0 30px;
}
.btn-default {
  background-color: #edeff0;
  border-color: #DBE2E4;
  color: pink;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background-color: #d1d6d9;
  border-color: #b5bec2;
  color: #171313;
}
.btn-primary {
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
}
.btn-success {
  background-color: #8dc63f;
  border-color: #76A733;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #72a230;
  border-color: #567b24;
}
.btn-warning {
  background-color: #ffcc00;
  border-color: #CEA502;
  color: #000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background-color: #cca300;
  color: #000;
  border-color: #997a00;
}
.btn-danger {
  background-color: #e90d0d;
  border-color: #B70C0C;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background-color: #b90a0a;
  border-color: #880808;
}
.btn-info {
  background-color: #5bc0de;
  border-color: #2FAACE;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background-color: #2490af;
  border-color: #1b6d85;
}
.btn-link {
  background-color: transparent;
  padding: 0;
  border-width: 0;
  color: #000;
  font-weight: 700;
  letter-spacing: 5px;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  background-color: transparent;
  text-decoration: none;
}

/* ************** 	END:: TYPOGRAPHY 	******************* */
/* ******************************************************** */



/* ************** 	START GLOBAL CSS 	******************* */
/* ******************************************************** */

/*gradient-color*/
.gradient-color01 .overlay{
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.0980392) 0%, rgb(46, 49, 146) 70%);
	background-image: linear-gradient(rgba(0, 0, 0, 0.0980392) 0%, rgb(46, 49, 146) 70%);
}
.gradient-color02 .overlay{
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.0980392) 0%, rgb(0, 200, 255) 70%);
	background-image: linear-gradient(rgba(0, 0, 0, 0.0980392) 0%, rgb(0, 200, 255) 70%);
}
.gradient-color03 .overlay{
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.0980392) 0%, rgb(0, 166, 81) 70%);
	background-image: linear-gradient(rgba(0, 0, 0, 0.0980392) 0%, rgb(0, 166, 81) 70%);
}
.gradient-color04 .overlay{
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.0980392) 0%, rgb(0, 169, 157) 70%);
	background-image: linear-gradient(rgba(0, 0, 0, 0.0980392) 0%, rgb(0, 169, 157) 70%);
}
.gradient-color05 .overlay{
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.0980392) 0%, rgb(237, 20, 91) 70%);
	background-image: linear-gradient(rgba(0, 0, 0, 0.0980392) 0%, rgb(237, 20, 91) 70%);
}
.gradient-color06 .overlay{
  -moz-box-shadow:
		0px 3px 15px rgba(20,20,65,0.0),
		inset 0px 0px 8px rgba(25,25,55,0.40);
	-webkit-box-shadow:
		0px 3px 15px rgba(20,20,65,0.0),
		inset 0px 0px 8px rgba(25,25,55,0.40);
	box-shadow:
		0px 3px 15px rgba(20,20,65,0.0),
		inset 0px 0px 8px rgba(25,25,55,0.40);
  border:0.5em solid #fff;
}
/*social category*/
.gradient-color07 .overlay:before{
	background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#2e3192 70%);
	background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#2e3192 70%);
}
/*Tech category*/
.gradient-color08 .overlay:before{
	background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#00c8ff 70%);
	background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#00c8ff 70%);
}
/*Entertainment category*/
.gradient-color09 .overlay:before{
	background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#ed145b 70%);
	background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#ed145b 70%);
}
/*Fashion category*/
.gradient-color10 .overlay:before{
	background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#0072bc 70%);
	background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#0072bc 70%);
}
.simple-article-overlay.gradient-color10 .overlay:before{
	background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#0072bc 70%);
	background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 30%,#f072bc 70%);
}

/*cat-icon color set*/
.cat-icon.cat-icon-color01
{
	background-color: #00a99d;
  background: linear-gradient(gold, #FFDD00);
  border:1px solid gold;
}
.cat-icon.cat-icon-color02{
	background-color: #00a651;
}
.cat-icon.cat-icon-color03{
	background-color: #ed145b;
}
.cat-icon.cat-icon-color04{
	background-color: #662d91;
}
.cat-icon.cat-icon-color05{
	background-color: #8dc63f;
}
/*technology-color*/
.cat-icon.cat-icon-color06{
	background-color: #00c8ff;                                                          
}
/*social-color*/
.cat-icon.cat-icon-color07{
	background-color: #2e3192;
}
/*Entertainment-color*/
.cat-icon.cat-icon-color08{
	background-color: #ed145b;
}
/*Fashion-color*/
.cat-icon.cat-icon-color09{
	background-color: #0072bc;
}
.cat-icon.cat-icon-color10
{
	background-color: #0072bc;
 background: linear-gradient(#C10000, #920101);
 border:1px solid #920101;
}

.cat-icon.cat-icon-color11
{
	margin-top:-5px;
  background-color: #0072bc;
  background: linear-gradient(to bottom, #304B9B 20%, #102b7b 100%);
 border:1px solid #447;
}

/*section-title*/
.section-title
{
	margin-bottom: 1em;
	clear: both;
  border:1px solid #dde;
  background:#eef;
  padding:0;
}
/*page-title*/
#page-title .page-title-wrapper{
	background-image: url(../img/sub-header/subheader-1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: #fff;
	padding: 70px 0;
}
#page-title .page-title-wrapper2{
	background-image: url(../img/sub-header/subheader-2.jpg);
}
#page-title .title{
	font-size: 30px;
}
#page-title .cat-icon {
    width: 32px;
    line-height: 32px;
    font-size: 30px;
    margin-right: 10px;
    font-weight:bold;
}
.breadcrumb{
	background-color: transparent;
	margin: 0;
	line-height: 47px;
	padding: 0 15px;
}
.breadcrumb li>a{
	color: #fff;
} 
.breadcrumb li.active{
	color: rgba(255,255,255,.5);
}
.breadcrumb>li+li:before{
	padding: 0 2px;
}

/*no-image*/
.no-image .article-inner{
  min-height: 252px;
}
.no-image .img-wrapper
 {
 
 }
.default .no-image .article-inner{
  min-height: 200px;
}
.default .no-image  {
  min-height: 200px;
}
.no-image .article-inner:before {
  content: "\f1ea";
  font-family: fontawesome;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 24px;
  color: #fff;
  z-index: 20;
}
.no-image .article-inner .overlay {
  display: none;
}

/*highlighted*/
.highlighted{
	font-size: 24px;
	line-height: 34px !important;
}
/*tags*/
.tags{
	margin: -10px;
}
.tags .tag-name{
	display: inline-block;
    padding: 0 15px;
    background-color: rgba(0,0,0,0.08);
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    border-radius: 2px;
    margin: 10px;
}
.tags .tag-name:hover {
    background: rgba(0,0,0,.5);
}

/*social-icons*/
.social-icons >li{
	margin-bottom: 10px;
}
.social-icons >li a i{
	margin-right: 20px;
    width: 15px;
    height: 15px;
}

/*post-share-social*/
.post-share-social {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 1;
  min-height: 0px;
  line-height: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border:1px dashed transparent;
}
.post-share-social a {
  color: #fff;
  margin-left: 12px;
  float: left;
  line-height: 25px;
  display: none;
  -webkit-animation: fadeInLeft .5s;
  animation: fadeInLeft .5s;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.post-share-social:hover a {
  display: block;
  color:#fff;
}

.post-share-social a:hover
 {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
  text-shadow: 0px 0px 2px #fff;
}

.StatsFeldGround
{
 border:2px solid #fff;
 float:left;
 font-size:7pt;
 width:23.5%;
 margin-right:2%;
  -moz-box-shadow:
		0px 3px 15px rgba(20,20,65,0.8),
		inset 0px 0px 410px rgba(255,255,255,0.0);
	-webkit-box-shadow:
		0px 3px 15px rgba(20,20,65,0.8),
		inset 0px 0px 410px rgba(255,255,255,0.0);
	box-shadow:
		0px 0px 10px rgba(20,20,65,0.8),
		inset 0px 0px 410px rgba(255,255,255,0.0);
 
}
.StatsFeldGround .timer
 {
  text-shadow: 1px 1px 2px #112;
  font-size:1.0vw;
  line-height:2vw;
  z-index:1;
  position:relative;
 }
.timer::after
 {
  position:absolute;
  z-index:-1;
  content: "";
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#229;
  opacity: .75;
 }
.StatsFeldGround .Label1
 {
  background:#fff;
  color:#229;
  border-bottom:2px solid #fff;
  font-size:7pt;
  line-height:1.2vw;
 }

.hidden-stats-field
{
 position:absolute;
 z-index:1;
 display:none;
 bottom:5%;
 left:10%;
 width:80%;
 border:0px dashed #fff;
 color:#fff;
 text-shadow: 1px 1px 2px #112;
 text-shadow: 0px 0px 0px #fff;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.hidden-stats-field::after
{
 position:absolute;
 z-index:-1;
 content: "";
 top:0;
 left:0;
 width:100%;
 height:100%;
 opacity:.935; 
}

.team-member:hover .hidden-stats-field {
  display: block;
  color:#fff;
  -webkit-animation: fadeInRight .5s;
  animation: fadeInRight .5s;
}






.post-share-social .share-icon {
  display: none;
  width: 20px;
  height: 20px;
  float: left;
  color: #fff;
  font-size: 24px;
  margin-left: 20px;
  cursor: pointer;
}
.stats-icon
 {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  float: left;
  color: #fff;
  font-size: 24px;
  margin-left: 20px;
  cursor: default;
  background:url(http://www.tsvmariendorf97.de/templates/tsv_mariendorf_140/images/logo-1101828206.png);
  background-size:cover;
  padding:0;
  border:2px solid #fff;
  -moz-box-shadow:
		0px 2px 5px rgba(20,20,65,0.5),
		inset 0px 0px 410px rgba(255,255,255,0.0);
	-webkit-box-shadow:
		0px 2px 5px rgba(20,20,65,0.5),
		inset 0px 0px 410px rgba(255,255,255,0.0);
	box-shadow:
		0px 2px 5px rgba(20,20,65,0.5),
		inset 0px 0px 410px rgba(255,255,255,0.0);
	-webkit-transition: transform .3s;
	transition: transform .3s;
 }
.stats-icon:hover
 {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
 }

.article-inner:hover .post-share-social .share-icon
{
  display: block;
  -webkit-animation: fadeInRight .5s;
  animation: fadeInRight .5s;
}

/*category icon*/
.cat-icon{
  float:left;
	width: auto;
  font-size:1.8vw;
  font-weight: 300;
  height:2.4vw;
  line-height:2.4vw;
	color: #fff;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
  padding:0;
  padding-left:0.5em;
  padding-right:0.5em;
  margin:0;
	margin-right: 20px;
}
.slide-cat{
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
  font-weight:Bold;
  padding:0;
  margin:0;

}
.load-more{
	font-size: 14px !important;
	font-weight: 700;
	margin-top: 20px;
}

/* ************** 	END:: GLOBAL CSS 	******************* */
/* ******************************************************** */




/* ************** 	START HEADER 	*********************** */
/* ******************************************************** */

/* top-bar *****************************/
#newedge-top-bar
{
 background:#C10000;
 background: linear-gradient(#C10000, #920101);
 border-top:2px solid #920101;
 border-bottom:2px solid #920101;
}
.newedge-date{
	color : #fff;
  text-shadow: 0px 0px 2px #112;
	padding-right: 20px;
}
.top-right{
	display: table;
	float: right;
	height: 65px;
}
.top-right>div{
	display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #920111;
}
.newedge-login{
	font-size: 18px;
    padding: 0 20px;
}
.newedge-login a{
	color: #fff;
}
.newedge-language{
	font-size: 16px;
	color: #b9b9b9;
}
.newedge-search{
	padding: 0 20px;
}
.newedge-search .search-icon-wrapper{
	font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;  
}
.newedge-search .search-icon-wrapper:hover{
	cursor: pointer;
}
.search-wrapper{
	display: none;
    position: absolute;
    top: 0;
    right: 3%;
    width: 80%;
    height: 100%;
    background: transparent;
    z-index: 999;
}
.search-wrapper input {
    width: 100%;
    border: 0;
    border-radius: 0;
    height: 35px;
    padding: 6px 12px;
    margin-top:15px;
    position: absolute;
    border:1px solid #920101;
}
.search-wrapper input:hover,
.search-wrapper input:focus{
    border-right: solid 1px #e9eaed;
    border-left: solid 1px #e9eaed;
}
.search-wrapper #search-close{
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 65px;
	font-size: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.search-wrapper #search-close:hover{
	cursor: pointer;
}

/* navigation ********************************/
.mobile-logo img{
	max-width: 150px;
}
.mobile-nav-bar{
	z-index: 999;
	background-color: #fff;
}
.navigation{
	background-color: transparent;
	z-index: 15;
  height:26px;
}

.megamenu-parent>li
{
    margin-right:20px;
    height:28px;
    line-height:26px;
    border-left:0px solid red;
    border-right:0px solid green;
}
.megamenu-parent>li>a{
	display: inline-block;
    line-height: 26px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.megamenu-parent li>a{
    color: #229;
}
.megamenu-parent .dropdown-inner li.active >a{
    color: pink;
    background-color: #fd9;
    border-top:2px solid gold;
}

.has-child>a:after{
    content: " \f107";
	font-family: "FontAwesome";
	font-size: 16px;
	position: absolute;
	right: -15px;
 color:white;
}
.has-child{
	position: relative;
}
.dropdown-inner .has-child>a:after{
    content: " \f105";
	right: 15px;
}
.has-child .dropdown-inner{
	display: none;
	z-index: 1;
  top:28px;
  left:0px;
}
.dropdown-inner .has-child:hover >a{
    background-color: pink;
}
.has-child:hover >.dropdown-inner{
	display: block;
	-webkit-animation: fadeInLeft .3s;
	animation: fadeInLeft .3s;
}
.dropdown-inner
{
	position: absolute;
  z-index:12;
  background: rgba(251, 217, 1, 1.85);
  background: linear-gradient(#FDDB01, #edcb01);
background: linear-gradient(to bottom, #304B9B 20%, #102b7b 100%);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.5);
	padding: 20px 0;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.menu-justify .dropdown-inner{
	padding: 0;
}
.has-child .sub-dropdown-inner{
	left: 100%;
	top: 0;
	display: none;
}
.dropdown-items li>a{
	padding: 5px 10px;
	min-width: 170px;
	display: block;
  color:#eef;
  border:1px solid transparent;
  font-weight:bold;
  
}
.dropdown-items li>a:hover{

  background: #FDDB01;
  text-decoration:none;
  color:#229;
}
.dropdown-menu-full-wrapper{
	left: 0;
}
.menu-justify{
	position: static;
}
.dropdown-inner .dropdown-menu-full{
	position: relative;
}
.dropdown-inner .dropdown-menu-full:before,
.dropdown-inner .dropdown-menu-full:after{
	content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2000px;
    background-color: #e9eaed;
}
.dropdown-inner .dropdown-menu-full:before{
	left: -2000px;
}
.dropdown-inner .dropdown-menu-full:after{
	right: -2000px;
}

/*vertical tabs*/
.vertical-tabs .tab-content {
  padding: 30px 0;
}
.vertical-tabs .tab-btns {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f5f6fa;
  padding: 22px 0;
}
.vertical-tabs .tab-btns > li {
  display: block;
  border: none;
}
.vertical-tabs .tab-btns > li > a {
  display: block;
  line-height: 45px;
  padding: 0 10px;
  padding-left: 40px;
}
.vertical-tabs .tab-btns > li > a:before {
  display: none;
}
.vertical-tabs .tab-btns > li > a:after {
  content: "\f105";
  font-family: fontawesome;
  font-size: 20px;
  color: #fff;
  float: right;
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.vertical-tabs .tab-btns > li.active > a,
.vertical-tabs .tab-btns > li:hover > a {
	color: #fff !important;
}
.vertical-tabs .tab-btns > li.active > a:after,
.vertical-tabs .tab-btns > li:hover > a:after {
  opacity: 1;
  margin-right: 10px;
}
.vertical-tabs .tab-pane {
  display: none;
}
.vertical-tabs .tab-pane.active {
  display: block;
  -webkit-animation: fadeInRight .5s;
  animation: fadeInRight .5s;
}

/* offcanvas-menu **************************/
#offcanvas-toggler {
  float: right;
}
#offcanvas-toggler > i {
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 21px;
  background: transparent;
  margin: 0;
  line-height: 52px;
  cursor: pointer;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
body.offcanvas:before {
	opacity: 1;
	z-index: 999;
}

body.offcanvas 
{
	right: 320px;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
.close-offcanvas:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -320px;
  color: #fff;
  z-index: 99999;
  overflow-y: scroll;
  -webkit-transition: right .35s;
  transition: right .35s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.offcanvas .offcanvas-menu {
  right: 0;
}
.offcanvas {
  width: 100%;
  height: 100%;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner .title{
	text-transform: uppercase;
	font-size: 16px;
}
.offcanvas-menu .offcanvas-inner  ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.offcanvas-menu .offcanvas-inner  ul > li a {
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  display: block;
}
.offcanvas-menu .offcanvas-inner  ul > li a:hover,
.offcanvas-menu .offcanvas-inner .active>a{
	background-color: rgba(0,0,0,0.2);
}
.offcanvas-menu .offcanvas-inner  ul > li ul>li:last-child{
	border-bottom: none;
}
.offcanvas-menu .offcanvas-inner  ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner  ul > li .offcanvas-menu-toggler .fa-plus {
  display: none;
}
.offcanvas-menu .offcanvas-inner  ul > li .offcanvas-menu-toggler .fa-minus {
  display: inline;
}
.offcanvas-menu .offcanvas-inner  ul > li .offcanvas-menu-toggler.collapsed .fa-plus {
  display: inline;
}
.offcanvas-menu .offcanvas-inner  ul > li .offcanvas-menu-toggler.collapsed .fa-minus {
  display: none;
}
.offcanvas-menu .offcanvas-inner  ul > li > a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner  ul > li ul {
  background: rgba(0, 0, 0, 0.1);
}
.offcanvas-menu .offcanvas-inner :first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner > ul {
  margin: 20px -20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 40px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* ************** 	END:: HEADER 	*********************** */
/* ******************************************************** */



/* ************** 	START NEWEDGE SLIDER 	*************** */
/* ******************************************************** */
#main-slider
 {
  position:relative;
  border:2px dotted #112;
  background-color: #f0f0f0; /* hellgrauer Hintergrund */
  width: 100%; /* Container auf halbe Breite */
  margin: auto; /* Den Container zusätzlich zentrieren */
  min-height: 100%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
  height: auto !important; /* important Behel (bei modernen Browsern */
  height: 100%; /* IE soll wie gewünscht interpretieren */
 }
#main-slider .item
 {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
#main-slider .item .slider2-title 
{
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 0;
  padding: 20px 40px;
  display: inline-block;
  margin: 0;
  color: #0f0;
}

#main-slider .item .next-post
 {
  opacity: 0;
  display: table;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#main-slider .item .next-post .slide-title
 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#main-slider .item .next-post .slide-title:hover{
  opacity: .8;
}
#main-slider .main-slider-indicators li.active .indicators-title,
#main-slider .main-slider-indicators li:hover .indicators-title,
#main-slider .main-slider-indicators li.active .slide2-type,
#main-slider .main-slider-indicators li:hover .slide2-type{
	opacity: 1;
}
#main-slider .main-slider-indicators li:hover,
#main-slider .main-slider-indicators li.active {
  border-bottom: 1px dashed rgba(50,255,50,1);
}
#main-slider .item:nth-child(2n).active .next-post {
  opacity: 1;
}
#main-slider .item:nth-child(2n).active .next-post .slide-cat {
  animation: fadeInUp .5s;
}
#main-slider .item:nth-child(2n).active .next-post .slide-title {
  animation: fadeInDown .5s;
}
#main-slider .item:nth-child(2n+1).active .next-post {
  opacity: 1;
}
#main-slider .item:nth-child(2n+1).active .next-post .slide-cat {
  animation: fadeInRight .5s;
}
#main-slider .item:nth-child(2n+1).active .next-post .slide-title {
  animation: fadeInLeft .5s;
}
#main-slider > .container {
  position: relative;
}
#main-slider .main-slider-indicators {
	left: auto;
	margin-left: 0;
	position: absolute;
	right: 0px;
	left: auto;
	top: 0;
	list-style: none;
	z-index: 1;
	color: #fff;
	width: 25%;
	height: 100%;
	background-color: rgba(20, 47, 127, 0.85);
  border-right:1px solid #224;
  border-left:1px solid #224;
}

#main-slider .main-slider-indicators .main-slider-indicators-inner {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  list-style: none;
  z-index: 1;
  color: #fff;
  padding: 20px 20px;
  width: 100%;
  margin: 0;
}
#main-slider .main-slider-indicators .main-slider-indicators-inner:focus {
  outline: none;
}
#main-slider .main-slider-indicators li {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
  text-indent: 0;
  border-bottom: 1px dashed rgba(255,23,23,.6);
  background: transparent;
  text-align: left;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-bottom: 10px;
  margin: 0 0 30px 0;
}
#main-slider .main-slider-indicators li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#main-slider .main-slider-indicators li:focus {
  outline: none;
}
#main-slider .main-slider-indicators li .slide2-type {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  opacity: .6;
   -webkit-transition: all .3s;
  transition: all .3s;
  
}
#main-slider .main-slider-indicators li .indicators-title {
  font-weight: 400;
  margin-top: 15px;
  opacity: .6;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*default slider*/
.newedge-slider{
	clear: both;
	overflow: hidden;	
}
.newedge-slider.default #main-slider .item .next-post .next-post-wrapper > 
 {
  background-color: rgba(0, 0, 0, 0.8);
}






.customNavigation
 {    
  z-index: 99;
	background-color: rgba(210, 220, 0, 0.0);
 }




.newedge-slider.default .customNavigation a
{
	background-color: rgba(0, 0, 0, 0.7);
}
.customNavigation a
 {
  font-size: 2.5em;
  display: inline-block;
  color: #fff;
  text-shadow: 0px 0px 2px #112;
  text-align: center;
  height:1.2em;
  width:1.2em;
  line-height: 0.7em;
  border-radius: 50%;
}
.customNavigation a:hover {
  color: #fff;
  cursor: pointer;
}
.customNavigation a.left
 {
  float:left;
  border:2px solid gold;
  padding-right:5px;
 }
.customNavigation a.right
 {
  float:right;
  border:2px solid gold;
  padding-left:5px;
 }
 
 
 
#myCarousel2 
 {
  width:100%;
  float:left;
 } 
 
.customNavigation2
 {
  position:absolute;
  top:50%;
  margin-top:-50px;
  z-index: -1;
	background-color: rgba(210, 120, 20, 0.0);
  border:0px dashed green;
}
.customNavigation2 a
 {
  font-size: 2.5em;
  display: inline-block;
  color: #fff;
  text-shadow: 0px 0px 2px #112;
  text-align: center;
  width:3%;
  line-height: 100px;
  height:100px;
  background:#ebebff;
  border:1px solid #fff;
  -moz-box-shadow:
		0px 1px 2px rgba(10,10,250,0.25),
		inset 0px 0px 25px rgba(245,245,255,0.980);
	-webkit-box-shadow:
		0px 1px 2px rgba(10,10,250,0.25),
		inset 0px 0px 25px rgba(245,245,255,0.980);
	box-shadow:
		0px 1px 2px rgba(10,10,250,0.25),
		inset 0px 0px 25px rgba(245,245,255,0.980);
}
.customNavigation2 a:hover
 {
  background: linear-gradient(to bottom, red 0%, #c11 100%);
  border:1px solid #c11;
  color: #fff;
  cursor: pointer;
  -moz-box-shadow:
		0px 0px 2px rgba(20,20,80,0.625),
		inset 0px 0px 5px rgba(10,10,150,.0);
	-webkit-box-shadow:
		0px 0px 2px rgba(20,20,80,0.625),
		inset 0px 0px 5px rgba(10,10,150,.0);
	box-shadow:
		0px 0px 2px rgba(20,20,80,0.625),
		inset 0px 0px 5px rgba(10,10,150,.0);
}
.customNavigation2 a.left
 {
  float:left;
  padding-right:5px;
 }
.customNavigation2 a.right
 {
  float:right;
  padding-left:5px;
 }

/* ************** 	END:: NEWEDGE SLIDER 	************** */
/* ******************************************************* */


/* ************** 	 START POPUP LOGIN 	 ***************** */
/* ******************************************************* */
.modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.newedge-login .modal-content{
  border-radius: 0;
  background: #fc2;
  background: linear-gradient(#C10000, #920101);
  padding: 30px;
  text-align: center;
  font-size: 14px;
}
.newedge-login .modal-header {
  border: none;
  font-size: 24px;
}
.newedge-login .modal-body input[type="text"] {
  margin-bottom: 20px;
}
.newedge-login .modal-body .remember-wrap {
  text-align: left;
  margin: 20px 0 30px;
}
.newedge-login .modal-body .remember-wrap label {
  margin-left: 10px;
  font-weight: 400;
  vertical-align: middle;
}
.newedge-login .button-wrap .btn{
	padding: 0 30px;
}
.newedge-login .modal-body p {
  font-size: 14px;
  line-height: 45px;
  margin-left: 30px;
}
.newedge-login .modal-content a{
	color: #449d44;
}
.newedge-login .modal-content a:hover{
	color: #8dc63f;
}
.newedge-login .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #a9a9a9;
  border: 1px solid;
  padding: 5px 8px;
  border-radius: 30px;
  transition: all .3s;
  webkit-transition: all .3s;
}
.newedge-login .modal-header .close i {
  margin-right: 0;
}
.newedge-login .modal-body{
	margin-bottom: 40px;
}
.newedge-login  .modal-footer{
	text-align: center;
}
/* ************** 	 END:: POPUP LOGIN 	 ***************** */
/* ******************************************************* */


/* ************** 	START LATEST NEWS 	*********************/
/* ******************************************************** */
.default.newedge-latest-news{
	border-bottom: 1px solid #e9eaed;
	margin-bottom: 30px;
}
article{
	margin-bottom: 30px;
}
.article-inner {
  position: relative;
}
.article-inner .article-info .entry-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
}
article .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
article .overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 80%, #224 100%);
  background-image: linear-gradient(to top, transparent 100%, #224 100%);
  -moz-box-shadow:
		0px 2px 8px rgba(10,10,50,0.0),
		inset 2px 2px 10px rgba(15,15,25,0.750);
	-webkit-box-shadow:
		0px 2px 8px rgba(10,10,50,0.0),
		inset 2px 2px 10px rgba(15,15,25,0.750);
	box-shadow:
		0px 2px 8px rgba(10,10,50,0.0),
		inset 2px 2px 10px rgba(15,15,25,0.750);
 cursor:pointer;   
}
.article-inner:hover .overlay:before {
  opacity: 1 !important;
}
article .article-inner{

}
.article-inner .img-wrapper{
	overflow: hidden;
}
.article-inner .img-wrapper img{
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.article-inner:hover .img-wrapper img{
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
/*article-info*/
.article-inner .article-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 35px;
  z-index: 2;
  width: 100%;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.article-inner:hover .article-info {
  bottom: 10px;
}
.article-inner .article-info  .entry-title{
  font-weight: 700;
}
.article-inner .article-info a {
  color: #fff;
}
.article-inner .article-info .entry-title:hover > a {
  opacity: .7;
}

/*leading-item*/
article.leading-item .article-inner .article-info{
  padding: 50px;
}
article.leading-item{
	margin-bottom: 0px;
}
article.leading-item .article-inner .article-info .entry-title{
	font-size: 24px;
	line-height: 30px;
}
.article-inner.default .img-wrapper{
	position: relative;
}
.article-inner.default .img-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.25);
    z-index: 1;
}
.article-inner.default .overlay{
	display: none;
}
.article-inner.default .article-info,
.leading-item .article-inner.default .article-info{
  position: relative;
  padding: 0;
  margin-top: 20px;
}
.article-inner.default .article-info a{
  color: #000;
}
.article-inner.default .article-info a:hover{
  opacity: 1;
}
.article-inner.default:hover .article-info,
.leading-item.article-inner.default:hover .article-info{
  padding: 0 !important;
  bottom: 0;
}
#article-slider.default .owl-controls{
	bottom: 130px;
}
article.leading-item .article-inner.default:hover .article-info {
  padding: 60px 50px;
}
.simple-article-overlay article .overlay{
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 70%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 70%);
}

/*article-slider*/
#article-slider .owl-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  background: rgba(51,51,51,0.4);
  border-radius: 20px;
  padding: 0px 5px 2px 12px;
}
#article-slider .owl-controls .owl-dot {
  display: inline-block;
  vertical-align: middle;
}
#article-slider .owl-controls .owl-dot > span {
  padding: 4px;
  margin-right: 8px;
  background-color: #fff;
  display: block;
  border-radius: 20px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  transition: all .3s;
}
#article-slider .owl-controls .owl-dot.active > span {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.default.single-article-category,
.default.article-by-category{
	border-bottom: 1px solid #e9eaed;
	margin-bottom: 30px;
}
/*article-by-category*/
.article-by-category article .overlay {
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 70%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 70%);
}
.article-categories-slider article.leading-item .article-inner .article-info .entry-title{
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
}

/*comments-form*/

.each-comments{
	margin-bottom: 60px;
}
.each-comments .media-left{
	padding-right: 30px;
}
.each-comments .headline{
	font-size: 18px;
	margin-bottom: 5px;
}
.each-comments .date{
	margin-bottom: 20px;
}
.each-comments .comments-info{
	margin-bottom: 10px;
} 
.leave-message .input-textarea{
	width: 100% !important;
    padding: 0 !important;
}
.leave-message button[type="submit"]{
	margin-top: 20px !important;
}
/* ************** 	END:: LATEST NEWS 	******************* */
/* ******************************************************** */













/* ************** 	START FOOTER 	*********************** */
/* ******************************************************** */
footer
{
	margin-top: 0px;
}


#bottom1{
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}
.footer-logo{
	margin-bottom: 30px;
}
.footer-info{
	margin-bottom: 15px;
}
.footer-contact span
{
	color: #fff;
}
.footer-contact p{
	margin-bottom: 5px;
}
footer .title{
	text-transform: none;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight:normal;
}
footer .menu>li{
	margin-bottom: 10px;
}
.social-wrapper{
	margin-left: 50px;
}

/*copyright-wrapper*/
.copyright-wrapper
{
	background: #152F7E;
  font-size: 12px;
	padding: 0px;
  border:0px solid red;
}

/* ************** 	END:: FOOTER 	*********************** */
/* ******************************************************** */



.back-to-top
 {
  background:transparent;
  border:0px solid #cce;
  position: fixed;
  bottom:0.5em;
  right:0.5em;
  color:#fff;
  font-weight:bold;
  font-size:58px;
  text-shadow: 1px 1px 2px #001;
}
 }
.back-to-top:hover
 {
  color:pink;
 }

