body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: rgba(255,255,255,0.7);
	font-size: 16px;
	/* Background pattern from subtlepatterns.com */
	background: #1B1B1B;
}


h1 {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 36px;
	font-weight: 800;
	padding: 0 0 10px 0;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff!important;
}

h2 {
	font-size: 22px;
	padding: 0 0 10px 0;
	font-weight: 400;
	color: #fff;
}

h3 {
	font-size: 14px;
	padding: 0 0 10px 0;
	font-weight: 400;
	text-transform: uppercase;
}

h4 {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
}

.ce_sliderStart h1, .InsideOut h1 { font-size: 40px; text-transform: uppercase; }

.InsideOut h1, .InsideOut h2, .InsideOut h3, .InsideOut h4, .InsideOut p, .InsideOut a { color: #fff!important; }


.h3_home h1 { line-height: 0.4; }
.h2_home h2 { padding: 0; }
.h2_home h4 { color: #6e6d6d;  }

@media screen and (max-width: 780px) {
	.h3_home h1 { line-height: 1.2; }
	.h2_home h2 { line-height: 1.2; }
}

.m1 { margin-bottom: 80px; margin-top: 80px; }
.m2 { margin-bottom: 40px; margin-top: 40px; }
.m3 { margin-bottom: 40px; margin-top: 85px; }
.m4 { margin-bottom: 20px; margin-top: 20px; }
.m5 { margin-bottom: 10px; }
.m6 { margin-top: 80px; }

.p1 { padding-bottom: 80px; padding-top: 80px; }
.p2 { padding-bottom: 55px; padding-top: 55px; }

.slider-p { padding-bottom: 200px; padding-top: 200px; }

.logo { /* float: left; */ }
.logo { text-align: center!important; }

.top-container { border-bottom: 1px solid #e8e8e7; }

.slidertext { background: white; padding: 35px; }

.home .mainnavi { /* position: absolute; */ padding: 0; width: 100%; z-index: 99; opacity: 0.9;
 }

.mainnavi { position: relative; padding: 0; width: 100%; margin-top: 0; overflow: hidden; border-bottom: 3px solid rgba(255,255,255,0.4); } 
 

.fixedTop .mainnavi { border: 0; background: rgba(7,8,12,0.8); margin: 0; width: 100% }

/*.mainnavi .level_1 { float: right; }*/
#header .mod_navigation ul { overflow: hidden; margin-top: 25px; }
.mainnavi .level_1 a, .mainnavi .level_1 span { padding: 8px 15px 4px; display: block; text-decoration:none; color: #fff;   font-size: 20px; }

#footer input, #footer textarea { background: rgba(255,255,255,0.1);
color: rgba(255,255,255,0.6);
-moz-transition: background .5s;
-webkit-transition: background .5s;
transition: background .5s;
}

#footer .submit { border: none; background: rgba(255,255,255,0.1); font-size: 20px; padding: 0 6px 4px 11px; margin-left: -4px; }

#footer input.text,
#footer select,
#footer textarea {
	width: auto;
}

#footer input {
	display: inline-block;
}

#footer input.submit { color: rgba(255,255,255,0.6); font-size: 14px; border: none;  }
#footer input.submit:hover { background: #fff; color: #0D0F0F; }

header .ce_form input.text:hover, header .ce_form input.text:focus,
#footer input.text:hover, #footer textarea:hover, #footer input.text:focus, #footer textarea:focus { background: rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.8); }


header .ce_form input.text:hover, header .ce_form input.text:focus,

#footer a {
	-moz-transition: color .5s, background .5s; 
	-webkit-transition: color .5s, background .5s; 
	transition: color .5s, background .5s; 
}

footer ul { list-style-type: none; margin: 0; padding: 0; }

.mod_login, .ce_comments {
  border-radius: 5px;
  margin-bottom: 10px;
}
.mod_eventlist div.header a, p.more a, p.back a, p.info a { 
  font-size: 12px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}

.overlay-menu ul.level_1 > li > span,
.overlay-menu ul.level_1 > li > a 
{
    font-size: 2.5rem;
}

.mod_eventlist div.header a:before,
p.more a:before,
p.back a:before,
p.info a:before {
content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 3px;
}

.mod_eventlist div.header a, p.more a, p.back a, p.info a {
display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mod_eventlist div.header a, p.more a, p.back a, p.info a {
  border-radius: 3px;
  padding: 5px 8px;
  background: rgba(255,255,255,0.1);
}


.mod_eventlist div.header a:hover,
p.more a:hover,
p.back a:hover,
p.info a:hover {
  color: #ffffff;
  -moz-transition: all .8s; 
-webkit-transition: all .8s; 
transition: all .8s; 

}

.mod_eventlist div.header, .mod_eventlist .time, p.info {padding: 0 0 5px; font-size: 12px; display: inline-block; padding-right: 7px; }

p.back { display: inline-block; border-radius: 3px; }

.comment_default .reply {margin-left: 50px; }


.mod_nl_list li { color: #666; font-size: 12px;  }
.mod_nl_list li a { font-size: 18px; margin-left: 5px;}

.multicell { border-top: 4px solid #ccc; }
.multicell .ce_text  { padding: 10px 0; margin: 10px 0; border-bottom: 1px solid #ccc; }
.multicell h2, .multicell h1, { margin-top:0; padding-top:0; }

.fullwidth .content-slider .ce_text { padding: 200px 0;  }
.socials a { display: block; margin: 0 1px; color: #191B1B; }

input.text, textarea, select { }
input.text:active, textarea, select:active  {  }
input.text:focus, textarea, select:focus  { }

footer .footercontainer, footer .footercontainer  .container  { margin-bottom:0!important;
/* Background pattern from subtlepatterns.com */
	background: rgba(0, 0, 0, 0) url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/broken_noise.png") repeat scroll 0 0;
	 }

footer .footercontainer { position: relative; }


/* ========================== */
.bangb1 { width: 100%; }
.fixedTop {  position: fixed; z-index:99; top: 0;}
.fixedTop .logo {/* margin: 10px 0!important; */}
.fixedTop .ce_form ,
.fixedTop .mainnavi { margin-top: 0px!important; }

.logo .img-responsive { padding-bottom: 25px; padding-top: 25px; }

.fixedTop .logo .img-responsive { width: 150px; padding-bottom: 15px; padding-top: 15px;}


.ContentStripe {padding: 50px 0; }
.ContentStripe .image_container { display:inline-block; margin-bottom: 20px; 
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.InsideOut,
.OutsideIn { padding: 170px 0; }
.InsideOut h1, .InsideOut h2, .InsideOut h3, .InsideOut h4, .InsideOut h5 { color: #fff; }

.InsideOut.bigbanner { padding: 280px 0; }
.InsideOut a { border: none; color: #fff; }
.OutsideIn p:hover {
	-moz-transition: all .5s; 
	-webkit-transition: all .5s; 
	transition: all .5s; 
 }
 
.InsideOut p { color: rgba(255,255,255,0.7); }

.InsideOut .image_container:hover { background: none!important; } 

.footercontainer  { padding: 70px 0 45px; }
.footersocials a { 
	padding: 1px 5px 5px; margin: 0 5px; 
	-moz-transition: all .5s; 
	-webkit-transition: all .5s; 
	transition: all .5s; 
}
p.footerIcons a:after, p.socialIcons a:after {
  	display: inline-block;
  	padding: 5px 0 0 6px;
  	transition: all 0.5s ease 0s;
	color: #96969c;
	background: rgba(0,0,0,0.1);
	width: 30px;
	height: 30px;
	margin: 0 0 0 5px;
	border-radius: 5px;
	font-size: 13px;
	
	-moz-transition: all .5s; 
	-webkit-transition: all .5s; 
	transition: all .5s;
}

.right-socials .socialIcons  { text-indent: 3px; }

p.footerIcons a:hover:after {
	color: #fff;
}

input.submit:hover { color: #fff; }

p.back a:before,
.ce_gallery a.cboxElement:before,
.mod_newsreader p.info:before,
.topnavi li a:before,
.topnavi li span:before,
.quote:after ,
footer .mod_newslist time:before,
.reply p.info:before,
span.date:before,
span.time:before, 
.mod_newslist p.info:before,
.mod_eventreader p.info:before,
p.footerIcons a:after,
p.socialIcons a:after,
.scrolltop a:after ,
footer .linkIcon a:before,
footer .linkIcon span:before,
footer a:before,
.scrolltop a:after,
.ce_accordion .toggler:after,

.ce_accordion .toggler:after
{	font-family:FontAwesome; padding-right: 5px;  }

.ce_accordion .toggler:hover:after {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg); 
}

.ce_accordion .toggler:hover:after {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg); 
}



p.info a:before {	content:"\f073";}
p.back a:before {	content:"\f053"; }
.ce_accordion .toggler:hover:after,
.ce_accordion .toggler.active:after
{ content:"\f147"; }
.ce_accordion .toggler:after { content:"\f196"; float:right; padding: 0;}

footer .linkIcon a:before { content:"\f105"}

.reply p.info:before {content:"\f112";}

span.time:before {content:"\f017";}

footer .mod_newslist time:before,
.mod_newsreader p.info:before,
.mod_newslist p.info:before,
.mod_eventreader p.info:before ,
span.date:before {content:"\f073";}

p.footerIcons  em, p.socialIcons  em { display: none; }
.footer-fb:after { content:"\f09a"; }
.footer-tw:after { content:"\f099"; }
.footer-gp:after { content:"\f0d5"; }
.footer-pi:after { content:"\f0d2"; }
.footer-db:after { content:"\f16b"; }
.footer-ig:after { content:"\f16d"; }
.footer-yt:after { content:"\f16a"; }

p.footerIcons a:hover:after, p.socialIcons a:hover:after { 
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

a:focus { outline: none; }

.scrolltop a { position: absolute; /* background: url("../img/scroll2top.png") center no-repeat rgba(255, 255, 255, .3); width: 64px; height: 64px; */ overflow: hidden; cursor: pointer; z-index:99; }

.scrolltop {
  right: 60px;
  margin-top: 0;
  position: absolute;
}

.scrolltop a:after { content:"\f106"; display: block; text-indent:0; padding: 1px 12px; font-size: 30px; color: #fff; background:none; background: rgba(0,0,0,0.1);
	border-radius: 5px;
 }
.scrolltop a:hover:after  { color: #fff;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
 }

footer h1, footer h2, footer h3, footer h4 { color: #fff; }

header .formbody { position: relative; }

.homecontact .formbody { background: #fff; padding: 26px 26px 70px 26px; left: 50%; right: 50%; }
.formbody { position: relative; }

.quote { padding: 20px; background: #e7e7e7; text-align:center; }
.quote:after { content:"\f10e"; font-size: 32px; margin: 10px 0 -10px; display: block; }
.quote-name { text-transform: uppercase; margin: 0; padding: 0; }
.quote-position { }

/*
.mainnavi ul.level_1 > .active, .mainnavi ul.level_1 > .trail, .mainnavi ul.level_1 > .forward { background: none; }
.mainnavi ul.level_2 > .active, .mainnavi ul.level_2 > .trail, .mainnavi ul.level_2 > .forward { padding-left: 10px;}
*/



#main { padding-top: 60px; padding-bottom: 60px; }
.home #main { padding: 0; }
body.home #main { padding-top: 0; } 

.topnavi ul { margin: 25px 0!important; padding: 0; }
.topnavi li a, .topnavi li span { text-transform: uppercase; font-size: 10px; float: left; margin-right: 10px; }

.topnavi li.login a:before,
.topnavi li.login span:before
{ content:"\f090"; font-size: 14px; }

.topnavi li.register a:before,
.topnavi li.register span:before
{ content:"\f007 "; font-size: 14px;}

.ce_gallery figure  {	line-height:0; 	
}
.ce_gallery figure img:hover {
	
}


a, span, img, figure
{ 
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}


#kontakt-144 input, #kontakt-144 textarea { background: none; border: 1px solid #666; color: #e7e7e7 } 
#kontakt-144 .fa { color: #666; }
.fa.pull-left { width: 30px; }

body.home footer { margin-top:0; }

.footersocials a:after {
  color: #787878;
  font-size: 18px;
}

#our-work li { width: 33.333%; float: left; }
#service em {
	-moz-border-radius: 50%;
	-webmit-border-radius: 50%;
	border-radius: 50%;
	
	width: 100px; height: 100px; line-height: 100px; text-indent: 15px;
	
	}
	

#main .home-pics .ce_image figure.image_container figcaption { padding: 0 15px; position: absolute; top: 20%; opacity: 0; font-size: 18px; color: #fff;  }
#main .home-pics .ce_image figure.image_container:hover figcaption { 
position: absolute; top: 46%; opacity: 1; text-align:center;
-moz-transition: all .5s; 
-webkit-transition: all .5s; 
transition: all .5s; 
 }
 
#main .home-pics .ce_image figure.image_container {
	background: #09090b;
	margin: 13px;
}

#main .home-pics .ce_image figure.image_container img:hover {
 	opacity: 0.3;
 }

/* -- foter events + footer news -- */

footer .mod_navigation li a, footer .mod_navigation li span { color: #707176; font-weight: 400; }
footer a { color: rgba(255, 255, 255, 0.6); font-weight: 300; }

footer { color: rgba(255, 255, 255, 0.5); }
footer .mod_newslist time,
footer .mod_eventlist span.date { text-transform: uppercase; font-size: 10px; line-height: normal; }

footer .mod_navigation li a, 
footer .mod_navigation li span,
footer .mod_newslist > div,
footer .mod_eventlist > div { display: block; }

footer .mod_newslist a,
footer .mod_eventlist a
{ color: white; display: block ; }

.copyright { padding-top: 10px; text-transform: uppercase; color: rgba(255,255,255,0.9); font-size: 13px; }

.formbody label { font-weight: normal; font-size: 12px; text-transform: uppercase; }

/*
.ce_gallery a.cboxElement { display: block; }
.ce_gallery a.cboxElement:before { position:absolute; top:0; width: 100%; height: 100%; background: rgba(255, 255, 255, .2); content:"\f00e "; text-align:center; display: block; padding-top: 100px; font-size: 50px; color: #fff; }
*/

.formbody input.text, textarea.form-control { padding: 6px 10px; border: 1px solid rgba(255,255,255,0.2); border-radius: 5px; color: #fff }

.formbody input.text:hover,
.formbody input.text:focus,
.formbody input.text:active,
textarea.form-control:hover,
textarea.form-control:active,
textarea.form-control:focus { padding: 6px 10px; border: 1px solid rgba(255,255,255,0.3); }

header .ce_form  input.text { background: none; font-size: 14px; text-shadow: 0 none;}


.footersocials  { position: fixed; right: 34px; bottom: 100px; z-index:999; }
.footersocials  a { display: block; padding: 5px 5px 6px; margin: 1px 0;
-moz-transition: all .2s;
-webkit-transition: all .2s;
transition: all .2s;
}
.footersocials  a:hover:after { font-size: 25px; } 



.sliderselect button, input, optgroup, select, textarea {
  background: none; 
  border: none;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  margin-bottom: 6px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.short_text { display: inline-block; padding: 3px 5px; }

.bg-white { background: white; padding: 20px; }

  
 .footergallery figure { padding: 4px; }
 .events { margin-bottom: 20px; padding-bottom: 20px; }
 
.dlh_googlemap { margin-bottom: -5px; }

.text-white a, .text-white h3, .text-white fa { color: #fff; }

.dark-bg { padding: 35px; }
.dark-bg .btn { border: 1px solid #fff; }
.dark-bg .btn:hover { background: #fff; color: #212324; }

.border-img .img-responsive { border: 1px solid #e8e9e9; }

.small-text { background: #dfdfdf; width: 400px; padding: 10px 23px; }
.small-text p { font-size: 14px;  }

.small-slider { padding: 0; }

embed.mejs-shim { width: 100%; }

.mejs-container .mejs-controls { none!important }

.white-bg {
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  padding: 50px 35px;
  border-radius: 5px;
}

.white-bg h2 { background: none; }
 
.white-bg:hover {
	-moz-transition: all .5s; 
	-webkit-transition: all .5s; 
	transition: all .5s; 

}

.white-bg:hover h2, .white-bg:hover h4, .white-bg:hover a, .white-bg:hover p, .white-bg:hover .fa {
	color: #fff;
	border-color: #fff;
}

.white-bg:hover a:hover {
	color: #ccc;
}

.footer-logo { border-right: 1px solid rgba(255,255,255,0.6); }

.rotate-page {
  height: 900px;
  left: 50%;
  margin: 0 auto 0 -350px;
  padding-right: 10px;
  position: absolute;
  top: 270px;
  width: 700px;
  z-index: 333;
}

.team {
/*  background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0; */
  border-right: 1px solid rgba(255,255,255,0.6);
}
.team:last-child { border-right: none; } 

.rotate {
  background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
  border: 1px solid rgba(255,255,255,0.6);
  color: #ffffff;
  display: block;
  float: left;
  padding-bottom: 23.3333%;
  position: relative;
  transform: rotate(45deg);
  width: 23.3333%;
  
	-moz-transition: all .50s; 
	-webkit-transition: all .50s; 
	transition: all .50s; 

}

.rotate:hover {
  transform: scale(1);
   	-moz-transition: all .50s; 
	-webkit-transition: all .50s; 
	transition: all .50s; 

}


.team  p {
  box-sizing: border-box;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  width:auto;
}

.rotate .img-responsive {
  border-radius: 50%;
  bottom: 50%;
  display: block;
  left: 14%;
  position: fixed;
  top: 14%;
  transform: rotate(-45deg);
} 
 
 .rotate figure { position: absolute; }
 
.fancy-text { margin-top: 100px; }

.banner-bottom { margin-top: -60px; }

.ce_gallery .img-responsive { padding: 0; }

.devider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 40px;
  margin-top: 40px;
  z-index: 99;
}


p.socialIcons a:hover:after { color: #fff; }

.ce_gallery .img-responsive {
	filter: saturate(50%);
	-webkit-filter: saturate(50%);
	-moz-filter: saturate(50%);
	-o-filter: saturate(50%);
	-ms-filter: saturate(50%);
	}
	
.ce_gallery .img-responsive:hover {
	filter: saturate(100%);
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);
  	-moz-transition: all .8s;
	-webkit-transition: all .8s;
	transition: all .8s;
	}

}


.downloadicon { display: block; font-size: 16px; margin: 0 0 10px; }

.ce_downloads .fa { font-size: 25px; display: block; color: #fff; }
.ce_downloads a { color: #fff; }
.mod_faqlist li { font-size: 16px; }

.mod_faqlist a { color: rgba(255,255,255,0.6) }

.round .fa {
 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;}

.white-bg:hover .fa {
border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);}
		  
body.contact #main { padding: 0; }

.iframe,
.me-plugin,
.mejs-container { width:100%!important; }

body.contact .form-control { background: none; color: #999; }

.fa-lila .fa { border: none; width: 0; text-align: left; text-indent: 0; line-height: 0; height: 0; display: inline-block; padding-right: 35px; }
.fa-lila .fa:hover { transform: none; }

.home-pics .ce_image,
.home-pics .ce_image,
.home-pics .ce_image,
.home-pics .col-lg-6 { padding: 0; }

div.overlay-textinput .submit { color: #50505A; }
div.overlay-textinput .submit:hover { color: #fff; }

#ctrl_registration { border: 1px solid rgba(255,255,255,0.2); border-radius: 5px; }
#ctrl_registration:hover,
#ctrl_registration:focus,
#ctrl_registration:active { 
border: 1px solid rgba(255,255,255,0.3);
-moz-transition: all .5s; 
-webkit-transition: all .5s; 
transition: all .5s; 
 }


/* White BG */
.ce_comments .formbody {
  background: rgba(255,255,255,0.02);
  padding: 10px 20px;
  border-radius: 5px;
}

.mod_faqlist {
  background: rgba(255,255,255,0.02);
  padding: 10px 30px 20px;
  border-radius: 0 5px 5px 0;
}

#registrierung .container {
  background: rgba(255,255,255,0.02);
  padding: 8px;
  border-radius: 5px;
}


.home .ce_form .formbody { background: none; padding: 0; border-radius: 5px; }

.newsInner {
    background: rgba(255,255,255,0.02);
	overflow: hidden;
	margin: 10px 0;
	padding: 15px 0;
	border-radius: 5px;
}

.newsitem {
	margin:10px 00!important;
}

.newsitem .news {	margin:0!important; }
.mod_breadcrumb ,
.newsitem .newstxt { padding: 22px 23px 25px; background: rgba(255, 255, 255, 0.05); margin-bottom: 10px; border-radius: 0 5px 5px 0;}
.newsitem .newstxt:hover { background: rgba(255, 255, 255, 0.1);
-moz-transition: all .5s; 
-webkit-transition: all .5s; 
transition: all .5s; 
}

input.submit { text-transform: uppercase; 	background: rgba(0,0,0,0.2);border:  0 none;
	border-radius: 5px;

 }

/* buttons */

.newstxt p.more a, .mod_newslist p.back a,
.mod_eventlist p.more a, .mod_eventlist p.back a { background: rgba(255,255,255,0.1); }

.newstxt p.more a:hover, .mod_newslist p.back a:hover, 
.mod_eventlist p.more a:hover, .mod_eventlist p.back a:hover,
input.submit:hover {
	border: none;
	-moz-transition: all .8s; 
	-webkit-transition: all .8s; 
	transition: all .8s; 
}

.newstxt p.more:hover, .mod_newslist p.back:hover, 
.mod_eventlist p.more:hover, .mod_eventlist p.back:hover { color: #fff; border:none; }
.newstxt p.more a, .mod_newslist p.back a,
.mod_eventlist p.more a, .mod_eventlist p.back a { margin-bottom: 0; margin-top: 22px; }

./*newstxt p.more, p.back, input.submit {
	color: #fff;
	text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
*/
.newstxt p.more a:before, .mod_newslist p.back a:before,
.mod_eventlist p.more a:before, .mod_eventlist p.back a:before, input.submit:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.newstxt p.more a:hover, .newstxt p.more a:focus, .newstxt p.more a:active,
p.back a:hover, p.back a:focus, p.back a:active,
input.submit:hover, input.submit:focus, input.submit:active {
	color: white;
 }

.newstxt p.more a:hover:before, .newstxt p.more:focus:before, .newstxt p.more:active:before,
p.back:hover:before, p.back:focus:before, p.back:active:before,
input.submit:hover:before, input.submit:focus:before, input.submit:active:before,
.newstxt p.more a:hover:before, .mod_newslist p.back a:hover:before,
.mod_eventlist p.more a:hover:before, .mod_eventlist p.back a:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1); 
 }
 
 
 
 input.submit { color: white; }
 
 
 
 
 
 
 
 
 
 


a.btn {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	text-transform:uppercase;
 }


a.btn {
	background: rgba(0,0,0,0.2);
	border-radius: 5px;
	color: 2px solid rgba(0,0,0,0.6);
	padding: 8px 14px;
	margin-top: 7px;
	border-radius: 5px;
}

a.btn:hover {
	
	-moz-transition: all .8s; 
	-webkit-transition: all .8s; 
	transition: all .8s; 
}


.btn {
	font-size: 14px;
	font-weight: 200;
}

.btn:hover,
.btn:focus { color: #fff; border:none; }

a.btn {
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a.btn:before {
 content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

a.btn:hover, a.btn:focus, a.btn:active {
	color: white;
 }

a.btn:hover:before, a.btn:focus:before, a.btn:active:before {
	-webkit-transform: scale(1);
	transform: scale(1); 
	border-radius: 5px;
 }

.mod_subscribe input.text, select, textarea { width:89%; }

.newsletter .sliderselect button, .newsletter input, .newsletter optgroup, .newsletter select, .newsletter textarea { display: inline-block; padding: 13px 14px; }

.hometxtInner:hover h1 { color: #fff; }

.ce_text a {
  color: rgba(255,255,255,0.8);
}

body.home .mod_breadcrumb  { display: none; }
.mod_breadcrumb {margin-top: -60px; }
.mod_breadcrumb ul { list-style:none; margin: 0 ; padding: 0; }
.mod_breadcrumb ul li a { text-decoration: none; }

.white-text p, .white-text h1, .white-text h2, .white-text h3 { color: #fff; }

.button-menu .fa { color: #fff!important; }

.ce_sliderStart h1, .InsideOut h1 { font-size: 60px; }

.round .fa {

	color: #fff !important;
}