/*
*   name           DeliveryKing Template
*   version        1.0
*   author         Miriams Softwaregarten
*   author URL     http://www.Miriam-Walter.de
*   copyright      Copyright (C) 2021 Miriams Softwaregarten. All rights reserved.
*/
/*
//////////////////////////////////////////////////////////////////////

  1. reset
  2. header
  3. module positions
  4. navigation
      4.1. main navigation
      4.2. vertical menus
      4.3. horizontal menus
  5. fonts
  6. titles
  7. buttons
  8. variations
  9. custom pages
      9.1. custom classes
      9.2. error page
      9.3. offline page
  10. typography
      10.1. icons
      10.2. images
      10.3. bootstrap elements
      10.4. lists
  11. joomla!
      11.1. articles
      11.2. categories
      11.3. modules
      11.4. components
      11.5. tags
  12. extensions
      12.1. cweslider
      12.2. cwepromote
      12.3. cweglyph
      12.4. cweeffects
      12.5. cwesocial

//////////////////////////////////////////////////////////////////////
*/

/*  template CSS  */

/*
//////////////////////////////////////////////////////////////////////

/// 1. reset

//////////////////////////////////////////////////////////////////////
*/

body {
  line-height: 21px;
  margin: 0;
}

@media (min-width: 1301px)
{
	body
	{
		font-size: 17px;
	}
}

@media (max-width: 1300px)
{
	body
	{
		font-size: 19px;
	}
}

a, a:hover, a:focus { text-decoration: none;}



h2
{
	margin-bottom: 27px;
    margin-top: 14px;
    padding-bottom: 0;
    line-height: 1.3em;
    font-size: 24px;
    font-weight: 300;
    color: #444;
    border: 0 none;
	text-transform: uppercase;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 10px;
  font-family: 'Roboto', Arial;
  font-size: 90%;
  font-weight: 400;
}

legend {
  border: none;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #fff;
  border: #e7e7e7; 
  -moz-use-text-color #FFFFFF !important;
}

/* dark version */

#ls-container .ls-dark a:hover,
#ls-container .ls-dark a:focus {
  color: #777;
  outline: none;
}
#ls-container .ls-dark hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #fff;
  border: #444; -moz-use-text-color #FFFFFF !important;
}
#ls-container .ls-dark .nav-tabs,
#ls-container .ls-dark .accordion-inner,
#ls-container .ls-dark .well,
#ls-container .ls-dark .nav-tabs.nav-stacked > li > a {
  border-color: #444;
}
#ls-container .ls-dark .nav-tabs > .active > a,
#ls-container .ls-dark .nav-tabs > .active > a:hover,
#ls-container .ls-dark .nav-tabs > .active > a:focus,
#ls-container .ls-dark .nav-tabs > li > a:hover,
#ls-container .ls-dark .nav-tabs > li > a:focus {
  color: #eee;
  background-color: #222;
  border-color: #444;
}
#ls-container .ls-dark .well,
#ls-container .ls-dark .input-append .add-on,
#ls-container .ls-dark .input-prepend .add-on {
  background-color: #222;
  color: #eee;
}
#ls-container .ls-dark .input-append .add-on,
#ls-container .ls-dark .input-prepend .add-on {
  border-color: #444;
}
#ls-container .ls-dark .input-append .add-on span.icon-lock,
#ls-container .ls-dark .input-prepend .add-on span.icon-lock,
#ls-container .ls-dark .input-append .add-on span.icon-user,
#ls-container .ls-dark .input-prepend .add-on span.icon-user {
  color: #777;
  text-shadow: none;
}
#ls-container .ls-dark .chzn-container .chzn-results li.active-result {
  color: #333;
}
#ls-container .ls-dark .chzn-container .chzn-results li.active-result.result-selected.highlighted,
#ls-container .ls-dark .chzn-container .chzn-results li.active-result.highlighted:hover,
#ls-container .ls-dark .chzn-container .chzn-results li.active-result.highlighted:focus {
  color: #fff;
}

.cls
{
	clear: both;
}

.float-right
{
	float: right;
}

.mobile-navigation-toggle {
    font-size: 20px;
    line-height: 60px;
}
@media (min-width: 766px)
{
	.visible-small {
		display: none!important;
	}
}

@media (max-width: 767px)
{
	.hidden-small {
		display: none!important;
	}
}

/*/
///
///  grid
///
/*/

/* maximum width */
.row-fluid {
  margin: 0 auto;
  max-width: 1100px;
}

/* minimum height */
#ls-container .row-fluid [class*="span"] {
  min-height: 0;
}

/* 5 column layout */
#ls-container .row-fluid .span2-4 {
  width: 17.790056%;
}

/*/// tablet ///*/
@media (max-width: 980px) {

  #ls-container .row-fluid .span2,     /* 6 columns */
  #ls-container .row-fluid .span2-4,   /* 5 columns */
  #ls-container .row-fluid .span4,     /* 3 columns */
  #ls-container .row-fluid .span6 {    /* 2 columns */
    margin-left: 2.127659574468085%;
    float: left;
  }
  #ls-container .row-fluid .span2,
  #ls-container .row-fluid .span2-4,
  #ls-container .row-fluid .span4 {
    width: 31.9%;
  }
  #ls-container .row-fluid .span2:first-child,
  #ls-container .row-fluid .span2-4:first-child,
  #ls-container .row-fluid .span4:first-child,
  #ls-container .row-fluid .span6:first-child {
    margin-left: 0;
  }
  #ls-container .row-fluid .span2:nth-child(4),
  #ls-container .row-fluid .span2-4:nth-child(4) {
    margin-left: 0;
    clear: both;
  }
  #ls-container .row-fluid .span2-4:nth-child(4),
  #ls-container .row-fluid .span2-4:nth-child(5) {
    width: 48.93617021276595%;
  }

}

/*/// mobile ///*/
@media (max-width: 768px) {

  /* padding for mobile */
  .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* 4 columns */
  #ls-container .row-fluid .span3 {
    margin-left: 2.127659574468085%;
    float: left;
  }
  #ls-container .row-fluid .span3:first-child {
    margin-left: 0;
  }
  #ls-container .row-fluid .span3:nth-child(4) {
    margin-left: 0;
    clear: both;
  }

  /* columns into 2 rows */
  #ls-container .row-fluid .span2,
  #ls-container .row-fluid .span3,
  #ls-container .row-fluid .span6 {
    width: 48.93617021276595%;
  }
  #ls-container .row-fluid .span2:nth-child(3),
  #ls-container .row-fluid .span2:nth-child(5),
  #ls-container .row-fluid .span3:nth-child(3) {
    margin-left: 0;
    clear: both;
  }
  #ls-container .row-fluid .span2:nth-child(4),
  #ls-container .row-fluid .span3:nth-child(4) {
    margin-left: 2.127659574468085%;
    clear: none;
  }
  #ls-container .row-fluid .span4, /* 3 columns */
  #ls-container .row-fluid .span2-4, /* 5 columns */
  #ls-container .row-fluid #ls-Topbar1,
  #ls-container .row-fluid #ls-topbar2,
  #ls-container .row-fluid #ls-topbar3,
  #ls-container .row-fluid #ls-topbar4,
  #ls-container .row-fluid #ls-topbar5,
  #ls-container .row-fluid #ls-topbar6,
  #ls-container .row-fluid #ls-maintop1.span3,
  #ls-container .row-fluid #ls-maintop2.span6,
  #ls-container .row-fluid #ls-maintop3.span3,
  #ls-container .row-fluid #ls-main .span6,
  #ls-container .row-fluid #ls-sidebar1.span3,
  #ls-container .row-fluid #ls-sidebar2.span3,
  #ls-container .row-fluid #ls-maincontent.span6,
  #ls-container .row-fluid #ls-maincontent.span9,
  #ls-container .row-fluid #ls-mainbottom1.span3,
  #ls-container .row-fluid #ls-mainbottom2.span6,
  #ls-container .row-fluid #ls-mainbottom3.span3,
  #ls-container .row-fluid #ls-showcopyright.span3,
  #ls-container .row-fluid #ls-copyright1.span6,
  #ls-container .row-fluid #ls-copyright1.span3,
  #ls-container .row-fluid #ls-copyright2.span3,
  #ls-container .row-fluid #ls-copyright2.span9 {
    float: none;
    width: 100%;
    margin-left: 0;
  }

}
@media (max-width: 480px) {

  #ls-container .row-fluid .span2,
  #ls-container .row-fluid .span2-4,
  #ls-container .row-fluid .span3,
  #ls-container .row-fluid .span4,
  #ls-container .row-fluid .span6 {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

}

/* make content invisible for old IE */
.lt-ie7 .container-fluid,
.lt-ie7 .row-fluid {
  display: none;
}

/*
//////////////////////////////////////////////////////////////////////

/// 2. header

//////////////////////////////////////////////////////////////////////
*/

/*/
///
///  header style
///
/*/

header {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

/* dark version */

#ls-container .ls-dark #ls-headerwrap {
  background-color: #222;
  position: relative;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}

/*/// tablet and mobile ///*/
@media (max-width: 1200px) {

  #ls-headerwrap,
  #ls-container .ls-dark #ls-headerwrap {
    border: 0 none !important;
  }

}

/*/
///
///  logo
///
/*/

#ls-logo
{
	max-width: 100%;
    width: auto;
    margin: 0 auto;
    /*max-height: 20vh;*/
	margin-bottom:2vh
}

a.media-logo
{
	line-height: 55px;
	color: #fff;
    text-transform: uppercase;
    display: block;
	text-decoration: none;
    cursor: pointer;
}

.media-logo img
{
    display: inline;
    width: auto;
    height: 100%;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    position: relative;
}

@media (min-width: 501px)
{
	.media-logo img
	{
		top: -8px;
	}
}

@media (max-width: 500px)
{
	.media-logo img
	{
		max-height: 50px;
		top: 0;
	}
}


@media (min-width: 1310px) and (max-width: 1660px) {
	body
	{
		zoom: 0.8;
	}
}

@media (min-width: 1200px) and (max-width: 1309px) {
	body
	{
		zoom: 0.7;
	}
}

@media (min-width: 770px) and (max-width: 1200px) {
	#ls-copyright,
	#ls-copyright2 	
	{
		zoom: 0.8;
		-moz-transform: scale(0.8);
	}
	
	
}

@media (max-width: 770px) {
	

}

@media (max-width: 1200px)
{
	#ls-headerwrap .row-fluid
	{
		max-width: 100% !important;
	}
}

@media (max-width: 1200px) {
	.UeberdachtSlogan
	{
		display: none !important;
	}
	
	#Schnellauskunft .span5
	{
		width: 100% !important;
	}
}

@media (max-width: 1300px)
{
	select, textarea, 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"], .uneditable-input {
		font-size: 18px;
	}

}

/*/// mobile ///*/


/*
//////////////////////////////////////////////////////////////////////

/// 3. module positions

//////////////////////////////////////////////////////////////////////
*/

#ls-intro,
#ls-lead,
#ls-prime,
#ls-showcase,
#ls-feature,
#ls-focus,
#ls-portfolio,
#ls-screen,
#ls-top,
#ls-maintop,
#ls-mainbottom,
#ls-bottom,
#ls-note,
#ls-base,
#ls-block,
#ls-user,
#ls-footer {
  padding-top: 55px;
  padding-bottom: 50px;
}

/*/// mobile ///*/
@media (max-width: 768px) {

  #ls-intro,
  #ls-lead,
  #ls-prime,
  #ls-showcase,
  #ls-feature,
  #ls-focus,
  #ls-portfolio,
  #ls-screen,
  #ls-top,
  #ls-maintop,
  #ls-mainbottom,
  #ls-bottom,
  #ls-note,
  #ls-base,
  #ls-block,
  #ls-user,
  #ls-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

}

/*/
///
///  modules container
///
/*/

#ls-container {
  background-color: #FFF;
  margin-top: 9px;
}

.container-center
{
	margin-left: auto;
    margin-right: auto;
	box-sizing: border-box;
}

@media (min-width: 1220px)
{
	.container-center {
		max-width: 95vw;
		padding: 0;
	}
}

/* dark version */

#ls-container .ls-dark {
  background-color: #222;
  color: #eee;
  -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.47);
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.47);
  box-shadow: 0 0 6px 0 rgba(0,0,0,.47);
}

/* /// mobile */
@media (max-width: 768px) {

  #ls-containerwrap {
    background: none;
  }
  #ls-container {
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: none;
  }

}

/*/
///
///  notice
///
/*/

#ls-noticewrap.alert {
  margin: 0;
  padding-top: 11px;
  padding-bottom: 10px;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#ls-notice {
  padding-left: 10px;
}
#ls-notice .moduletable {
  margin: 0;
  padding: 11px 0px 0px 0px;
}
#ls-noticewrap h3 {
  margin: 0;
}

/*/// mobile ///*/
@media (max-width: 768px) {

  #ls-notice {
    margin-top: 0;
    padding-right: 28px;
  }
  #ls-noticewrap.alert button.close {
    right: 0;
    top: 4px;
  }

}

/*/
///
///  slide
///
/*/

#ls-slidewrap.container-fluid {
  padding: 0;
}
#ls-slide {
  padding: 0;
}
#ls-slide .moduletable {
  margin: 0;
}
#ls-slide .moduletable.cwestyle {
  margin-top: 26px;
}

@media (max-width: 1200px) {

  #ls-slide .moduletable.cwestyle {
    margin-top: 0px;
  }

}

/* /// mobile */
@media (max-width: 768px) {

  #ls-slide .moduletable.cwestyle {
    margin-top: 18px;
  }

}

/*/
///
///  topbar
///
/*/

#ls-topbarwrap {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.17);
}

/*/
///
///  breadcrumbs
///
/*/

#ls-breadcrumbs .moduletable,
#ls-breadcrumbs div[class^="moduletable-"],
#ls-breadcrumbs div[class*=" moduletable-"] {
  font-size: 14px;
  margin: 14px 0px 0px;
}
#ls-breadcrumbs .moduletable img,
#ls-breadcrumbs div[class^="moduletable-"] img,
#ls-breadcrumbs div[class*=" moduletable-"] img {
  display: none;
}

/*/// mobile ///*/
@media (max-width: 768px) {

  #ls-breadcrumbs .moduletable,
  #ls-breadcrumbs div[class^="moduletable-"],
  #ls-breadcrumbs div[class*=" moduletable-"] {
    margin-top: 12px;
    margin-bottom: 0;
  }

}

/*/
///
///  main
///
/*/

#ls-messagewrap .row-fluid [class*="span"] {
  min-height:0;
}
#system-message {
  margin-top: 10px;
}
#ls-mainwrap .row-fluid [class*="span"] {
  min-height: 0;
}

/*/
///
///  copyright
///
/*/

#ls-copyrightwrap {
  padding-top: 6px;
  padding-bottom: 7px;
  background-color: #000;
  color: white;
  position: relative;
  opacity: 0.9;
  height: 27vh;
}

#ls-mainwrap,
#ls-maintopwrap
{
	position: relative;
}

#ls-mainwrap
{
	background-color: white;
}

#ls-showcopyright p {
  margin-top: 4px;
  margin-left: 11px;
  font-size: 14px;
}

/*/// mobile ///*/
@media (max-width: 768px) {

  #ls-copyrightwrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #ls-showcopyright {
    text-align: center;
    margin: 18px 0 14px;
	padding-left: 13px;
  }

}

/*/
///
///  backtop
///
/*/

a.backtop i {
  background-color: #9e9e9e;
  color: #FFFFFF;
  font-size: 2em;
  padding-right: 0;
  padding: 0.3em 0.5em;
  display: block;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.backtop i:hover {
  opacity: 0.8;
}
#ls-backtop {
  bottom: 3em;
  right: 3em;
  width: 55px;
  position: fixed;
  z-index: 10;
}
#ls-backtop .backtop {
  float: right;
}

/*/// mobile ///*/
@media (max-width: 768px) {

  a.backtop i {
    box-shadow: none;
  }
  #ls-backtop {
    position: relative;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 20px;
  }
  #ls-backtop .backtop {
    float: none;
  }

}

/*/
///
///  image and color module positions
///
/*/

/*
///  overlay
*/

#ls-container.ls-overlay {
  margin-right: 0;
  margin-left: 0;
}
.ls-overlay {
  background-color: rgba(17, 17, 17, 0.87);
  /* margin-right: -20px; */
  /* margin-left: -20px; */
}

#ls-slidewrap .ls-overlay
{
	margin: 0;
	padding: 0;
}

/*/// mobile ///*/
@media (max-width: 1200px) {

  .ls-overlay {
    padding-right: 20px;
    padding-left: 20px;
  }

}

/* transparent */
.ls-transparent {
  background-color: transparent;
}

/*
///  image module positions
*/

#ls-introwrap {
  background: center top no-repeat fixed #111;
}
#ls-primewrap {
  background: center top no-repeat fixed #111;
}
#ls-screenwrap {
  background: center top no-repeat fixed #111;
}
#ls-basewrap {
  background: center top no-repeat fixed #111;
}
#ls-introwrap,
#ls-screenwrap,
#ls-basewrap {
  color: #fff;
  position: relative;
  padding-bottom: 30px;
  
}

h3{
	text-transform: uppercase;
}

#ls-introwrap h3,
#ls-screenwrap h3,
#ls-basewrap h3  {
  color: #fff;
}
#ls-introwrap a:hover,
#ls-introwrap a:focus,
#ls-screenwrap a:hover,
#ls-screenwrap a:focus,
#ls-basewrap a:hover,
#ls-basewrap a:focus {
  color: #fff;
}

/*
///  dark module positions
*/

#ls-portfoliowrap,
#ls-notewrap,
#ls-footerwrap {
  background-color: #222;
  color: #eee;
}
#ls-showcasewrap {
  background-color: #171717;
  color: #eee;
  position: relative;
  padding-bottom: 100px;
}

#ls-showcasewrap h2
{
	padding-top: 100px;
}


div#ls-maintopwrap {
    background-color: white;
    opacity: 1;
    position: relative;
}



#ls-showcasewrap h3,
#ls-portfoliowrap h3,
#ls-notewrap h3,
#ls-footerwrap h3 {
  color: #eee;
}
#ls-showcasewrap a:hover,
#ls-showcasewrap a:focus,
#ls-portfoliowrap a:hover,
#ls-portfoliowrap a:focus,
#ls-notewrap a:hover,
#ls-notewrap a:focus,
#ls-footerwrap a:hover,
#ls-footerwrap a:focus {
  color: #999;
}

/*
///  color module positions
*/

#ls-noticewrap,
#ls-focuswrap {
  background-color: #9e9e9e;
  color: #fff;
}
#ls-noticewrap h3,
#ls-focuswrap h3 {
  color: #fff;
}
#ls-noticewrap a,
#ls-focuswrap a {
  color: #222;
}
#ls-noticewrap a:hover,
#ls-noticewrap a:focus,
#ls-focuswrap a:hover,
#ls-focuswrap a:focus {
  color: #fff;
}

/*
///  light module positions
*/

#ls-featurewrap,
#ls-primewrap
{
	background-color: rgba(255, 255, 255, 0.9);
	
}

#ls-primewrap
{
	z-index: 2;
}

#ls-featurewrap,
#ls-primewrap,
#ls-blockwrap {

  color: #444;
  position: relative;
}
#ls-blockwrap
{
	background-color: rgba(0, 0, 0, 0.63);
}

#ls-featurewrap h3,
#ls-primewrap h3,
#ls-blockwrap h3 {
  color: #444 !important;
}
#ls-featurewrap a:hover,
#ls-featurewrap a:focus,
#ls-primewrap a:hover,
#ls-primewrap a:focus,
#ls-blockwrap a:hover,
#ls-blockwrap a:focus {
  color: #777;
}


/*/
///
///  module positions - parameters for mobile
///
/*/

@media (max-width: 480px) {
  #ls-main img,
  .moduletable .custom img,
  div[class^="moduletable-"] div[class^="custom-"] img,
  div[class*=" moduletable-"] div[class*=" custom-"] img,
  .img-left,
  .img-right {
    display: inline-block ;
  }
}

/*
//////////////////////////////////////////////////////////////////////

/// 4. navigation

//////////////////////////////////////////////////////////////////////
*/

    /*
    //////////////////////////////////////////////////

4.1. main navigation

    //////////////////////////////////////////////////
    */

.cwenav {
  z-index: 100;
  position: relative;
}

.headernavigation {
    font-size: 50px;
    position: relative;
    width: 100%;
    z-index: 128;
    /* background-color: rgba(255, 255, 255, 1); */
    height: 2ch;
    top: 0;
    /* padding-top: 2vh; */
}

.headernaviMobil
{
	display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    touch-action: none;
    background: white;
}

.headernavigation ul {
    float: left;
    display: block;
    list-style: none;
    margin-bottom: 0px;
}

.headernavigation ul li {
    float: left;
    display: block;
	line-height: 28px;
}

.headernavigation ul li a {
    padding: 10px 5px 10px 10px;
    max-width: 179px;
    line-height: 21px;
    height: 42px;
    display: table-cell;
    vertical-align: middle;
}

.deeper:hover ul li a
{
	height: 21px;
    padding: 20px 20px 10px 20px;
    /* width: auto; */
    display: block;
	min-width: 120px;
}

.deeper:hover ul li 
{
	background-color: rgba(255, 255, 255, 0.9);;
	float: none;
}

.headernavigation a {
	color: black;
	text-transform: uppercase;
	display: block;
}

.headernavigation ul#ls-nav2 {
    margin-top: 0px;
    padding-left: 0px;
    float: right;
}

.headernavigation ul#ls-nav2 li a {
    padding-left: 10px;
    padding-right: 10px;
}

.headernavigation .deeper ul.nav-child
{
	display: none;
	float: none;
	
}

div#headernaviMobilButton {
    padding: 4%;
    right: 0;
    top: 0;
    position: absolute;
    font-size: 180%;
}

.headernaviMobil .moduletable_menu {
    margin-top: 15%;
}

.headernavigation .deeper:hover ul.nav-child
{
	display: inline-block;
	position: absolute;
	top: 58px;
}

.secondary-navigation {
    margin-top: 0px !important;
    float: left;
	margin-bottom: 11px !important;
}

.primary-navigation
{
	margin-left: 10px;
	margin-bottom: 11px !important;
}

div#KontaktNav {
    margin-left: 4px;
	font-size: 92%;
}


#ls-nav1   {
    position: absolute;
    margin-right: 0;
    top: 0;
    right: 2vw;
}

#ls-nav2 ul {
    margin-top: 0px;
    padding-left: 0px;
    float: right;
}

#ls-nav2 {
	
}

.mobile-navigation-toggle a {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
}

.close-button {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 1.5em;
	border: none;
	background: transparent;
	color: transparent;
}

.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #bdc3c7;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Shown menu */
.show-menu .headernaviMobil  {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .offcanvas-bar,
.show-menu .offcanvas-bar a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .offcanvas-bar a {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
}

.show-menu .ls-container::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

@media (min-width: 929px)
{
	.headernaviMobil
	{
		display: none;
	}
}

.menu_horizontal {
	margin-bottom: 20px;
	float: right;
}

.menu_horizontal >li
{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.headernaviMobil ul {
    display: block;
    margin-left: 0px;
    padding-left: 0px;
}

.headernaviMobil ul {
    display: block;
    list-style: none;
    margin-bottom: 0px;
	float: none;
}

.headernaviMobil ul li {
    width: 90%;
}

.headernaviMobil ul li {
    float: none;
    display: block;
}

.headernaviMobil ul li a {
    padding: 20px;
}

.headernaviMobil a {
    color: #000 !important;
    text-transform: uppercase;
    display: block;
}

.headernaviMobil  .secondary-navigation 
{
    margin-left: 10px;
    margin-bottom: 11px !important;
	float: none;
}

.headernaviMobil #KontaktNav
{
	display: none;
}

.social-icons .fa
{
	font-size: 35px;
	color: white;
	
}

ul.social-icons {
    list-style-type: none;
}

ul.social-icons > li {
    float:left;
	margin-left: 10px;
}

.menu_horizontal > li > a {
	color: white;
	display: inline-block;
	
}

.menu_horizontal >li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

#ls-nav2, #ls-nav3 {
  z-index: 999;
  float: right;
}

.cwenav .navigation li a,
.cwenav .navigation li span.nav-header {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.cwenav .navigation .nav-pills,
.cwenav .navigation .menunav-pills {
  margin-bottom: 0;
}

.cwenav ul li {
    float: left;
    display: block;
}

@media (min-width: 1301px)
{
	.cwenav .navigation .nav-pills a,
	.cwenav .navigation .menunav-pills a,
	.cwenav .navigation .nav-pills > li > a,
	.cwenav .navigation .menunav-pills > li > a,
	.cwenav .navigation .nav-pills span.nav-header,
	.cwenav .navigation .menunav-pills span.nav-header,
	.cwenav .navigation .nav-pills > li > span.nav-header,
	.cwenav .navigation .menunav-pills > li > span.nav-header,
	.cwenav .navigation ul.nav.menu li span.nav-header {
		font-size: 16px;
	}
}

@media (max-width: 1300px)
{
	.cwenav .navigation .nav-pills a,
	.cwenav .navigation .menunav-pills a,
	.cwenav .navigation .nav-pills > li > a,
	.cwenav .navigation .menunav-pills > li > a,
	.cwenav .navigation .nav-pills span.nav-header,
	.cwenav .navigation .menunav-pills span.nav-header,
	.cwenav .navigation .nav-pills > li > span.nav-header,
	.cwenav .navigation .menunav-pills > li > span.nav-header,
	.cwenav .navigation ul.nav.menu li span.nav-header {
		font-size: 19px;
	}
}

/* active */
.cwenav .navigation .nav-pills > .active > a,
.cwenav .navigation .nav-pills > li > a:hover,
.cwenav .navigation .nav-pills > li > a:focus,
.cwenav .navigation .menunav-pills > .active > a,
.cwenav .navigation .menunav-pills > li > a:hover,
.cwenav .navigation .menunav-pills > li > a:focus,
.cwenav .navigation li span.nav-header:hover,
.cwenav .navigation li span.nav-header:focus,
.cwenav .navigation .nav-pills > .active > span.nav-header,
.cwenav .navigation .nav-pills > li > span.nav-header:hover,
.cwenav .navigation .nav-pills > li > span.nav-header:focus,
.cwenav .navigation .menunav-pills > .active > span.nav-header,
.cwenav .navigation .menunav-pills > li > span.nav-header:hover,
.cwenav .navigation .menunav-pills > li > span.nav-header:focus {
  text-decoration: none;
  outline: none;
}



/*/
///
///  mobile navigation
///
/*/

/*/// tablet ///*/
@media (min-width: 768px) and (max-width: 1200px) {

  .cwenav {
    display: table;
    margin: 0px auto;
    padding-bottom: 0px;
    float: none !important;
  }

}
/* do not show the navbar on desktop */
@media (min-width: 769px) {

  

}

/*/// mobile ///*/
@media (max-width: 768px) {

}
@media (max-width: 320px) {


}

/*
//////////////////////////////////////////////////////////////////////

/// 5. fonts

//////////////////////////////////////////////////////////////////////
*/

/*
//////////////////////////////////////////////////

primary font

--------------------------------------------------

font-family: 'Roboto', Helvetica, Arial, sans-serif;

//////////////////////////////////////////////////
*/

/*
///  default
*/

body,
.cwe404,
.cwe404 a.btn,
#ls-navbar div.navbar #ls-mobilemenutext,
#ls-navbar div.navbar-inverse #ls-mobilemenutext,
#ls-download #ls-download-btn a.btn {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
}

.nav
{
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 400;
}

.cwenav.navstyle-icon-horizontal .navigation li a[class^="fa-"]::before,
.cwenav.navstyle-icon-horizontal .navigation li a[class*=" fa-"]::before,
.cwenav.navstyle-icon-horizontal .navigation li span.nav-header[class^="fa-"]::before,
.cwenav.navstyle-icon-horizontal .navigation li span.nav-header[class*=" fa-"]::before {
  font-weight: normal;
}

/*
///  joomla
*/

.btn,
.pager .next a,
.pager .previous a,
#ls-search-advanced-fields .accordion-heading a.accordion-toggle {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#ls-language a.btn.dropdown-toggle,
#ls-language-demo a.btn.dropdown-toggle {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/*
//////////////////////////////////////////////////

secondary font

--------------------------------------------------

font-family: 'Roboto', Helvetica, Arial, sans-serif;

//////////////////////////////////////////////////
*/

/*
///  default
*/

.cweintro,
p.cwe404,
#ls-download #ls-download-message {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/* titles */
h1, h2, h3, h4, h5, h6,
.moduletable h3,
div[class^="moduletable-"] h3,
div[class*=" moduletable-"] h3,
.page-header h2,
h2.item-title,
.componentheading,
#member-profile legend,
div.tag-category ul h3,
div.contact-category h2,
div.newsfeed h2,
div.newsfeed-category h2 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/* nav */
.cwenav .navigation .nav-pills a,
.cwenav .navigation .menunav-pills a,
.cwenav .navigation .nav-pills > li > a,
.cwenav .navigation .menunav-pills > li > a,
.cwenav .navigation .nav-pills .nav-child a,
.cwenav .navigation .menunav-pills .nav-child a,
.cwenav .navigation .nav-pills span.nav-header,
.cwenav .navigation .menunav-pills span.nav-header,
.cwenav .navigation .nav-pills > li > span.nav-header,
.cwenav .navigation .menunav-pills > li > span.nav-header,
.cwenav .navigation .nav-pills .nav-child span.nav-header,
.cwenav .navigation .menunav-pills .nav-child span.nav-header,
.cwenav .navigation ul.nav.menu li span.nav-header {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 20px;
}

.navigation ul {
    float: left;
    display: block;
    list-style: none;
    margin-bottom: 0px;
}

/*
///  joomla
*/

.accordion-heading a.accordion-toggle {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/*
///  extensions
*/

.cwestyle #ls-caption h3,
.cwestyle div[id^="cwepromote-box"] h4,
.cwestyle div[id*=" cwepromote-box"] h4,
.cwestyle div[id^="cwepromote-box"]:hover h4[id^="cwepromote-title"],
.cwestyle div[id^="cwepromote-box"]:hover h4[id*=" cwepromote-title"],
.cwestyle h4[id^="cweimagehover-title"],
.cwestyle h4[id*=" cweimagehover-title"],
.cwestyle div.cweglyph-description-center h2,
.cwestyle p[id^="cweeffects-title"],
.cwestyle p[id*=" cweeffects-title"] {
  font-weight: 300;
}


/*
//////////////////////////////////////////////////////////////////////

/// 6. titles

//////////////////////////////////////////////////////////////////////
*/

.moduletable h3,
.page-header h2,
h2.item-title,
.componentheading,
#member-profile legend,
div.tag-category ul h3,
div.contact-category h2,
div.newsfeed h2,
div.newsfeed-category h2 {
  margin-bottom: 27px;
  margin-top: 14px;
  padding-bottom: 0;
  line-height: 1.3em;
  font-size: 24px;
  font-weight: 300;
  color: #444;
  border: 0 none;
}
.page-header h2 a:hover,
h2.item-title a:hover,
div.categories-list h3 a:hover,
div.newsfeed h2 a:hover,
div.newsfeed-category h2 a:hover {
  color: #9e9e9e;
}
div.newsfeed h2,
div.newsfeed h2 a,
div.newsfeed-category h3,
div.newsfeed-category h2,
div.newsfeed-category h2 a,
div.contact-category h2 {
  color: #444;
}

/* dark version */

#ls-container .ls-dark .moduletable h3,
#ls-container .ls-dark .page-header h2,
#ls-container .ls-dark h2.item-title,
#ls-container .ls-dark .componentheading,
#ls-container .ls-dark #member-profile legend,
#ls-container .ls-dark div.tag-category ul h3,
#ls-container .ls-dark div.contact-category h2,
#ls-container .ls-dark div.newsfeed h2,
#ls-container .ls-dark div.newsfeed-category h2,
#ls-container .ls-dark legend {
  color: #eee;
}
#ls-container .ls-dark .page-header h2 a,
#ls-container .ls-dark h2.item-title a,
#ls-container .ls-dark div.categories-list h3 a,
#ls-container .ls-dark div.newsfeed h2 a {
  color: #eee;
}
#ls-container .ls-dark .page-header h2 a:hover,
#ls-container .ls-dark h2.item-title a:hover,
#ls-container .ls-dark div.categories-list h3 a:hover,
#ls-container .ls-dark div.newsfeed h2 a:hover {
  color: #9e9e9e;
}


/*
//////////////////////////////////////////////////////////////////////

/// 7. buttons

//////////////////////////////////////////////////////////////////////
*/

.btn,
.pager .next a,
.pager .previous a {
  color: #fff;
  background-color: #9e9e9e;
  margin-bottom: 10px;
  padding: 11px 21px 10px;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
}

@media (min-width: 1301px)
{
	.btn,
	.pager .next a,
	.pager .previous a {
		font-size: 15px;
	}
}

@media (max-width: 1300px)
{
	.btn,
	.pager .next a,
	.pager .previous a {
		font-size: 18px;
	}
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.pager .next a:hover,
.pager .previous a:hover,
.pager .next a:focus,
.pager .previous a:focus {
  color: #fff !important;
  background-color: #333;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.btn:focus {
  outline: none;
}
.btn:active {
  box-shadow: none;
}
.btn-group > .btn:first-child {
  margin-left: 0px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
ul.pager.pagenav li:before {
  content: none;
}

/* dark version */

#ls-container .ls-dark .moduletable a.btn:hover,
#ls-container .ls-dark div[class^="moduletable-"] a.btn:hover,
#ls-container .ls-dark div[class*=" moduletable-"] a.btn:hover,
#ls-container .ls-dark .moduletable a.btn:focus,
#ls-container .ls-dark div[class^="moduletable-"] a.btn:focus,
#ls-container .ls-dark div[class*=" moduletable-"] a.btn:focus,
#ls-container .ls-dark .moduletable a.btn:active,
#ls-container .ls-dark div[class^="moduletable-"] a.btn:active,
#ls-container .ls-dark div[class*=" moduletable-"] a.btn:active,
#ls-container .ls-dark .moduletable a.btn.active,
#ls-container .ls-dark div[class^="moduletable-"] a.btn.active,
#ls-container .ls-dark div[class*=" moduletable-"] a.btn.active {
  color: #fff !important;
}

/*/
///
///  primary
///
/*/

.btn-primary {
  color: #fff;
  background-color: #9e9e9e;
  border: 1px solid transparent;
  background-image: none;
}
.btn-primary:hover,
.btn-primary:focus  {
  color: #fff;
  background-color: #9e9e9e;
  opacity: 0.9;
  border: 1px solid transparent;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn:first-child {
  margin-left: 0px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.btn i {
  vertical-align: baseline;
}

/*/
///
///  button sizes
///
/*/

.btn-large,
.btn-small,
.btn-mini {
  margin-right: 10px;
  margin-bottom: 10px;
}
.btn-large {
  padding: 18px 24px 16px;
  font-size: 18px;
}
.btn-small {
  padding: 8px 14px;
  font-size: 14px;
}
.btn-mini {
  padding: 6px 10px 4px;
  font-size: 12px;
}

/*
///  disabled
*/

.btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus {
  background-color: #dfdfdf;
  box-shadow: none;
  background-image: none;
}

/*/
///
///  buttons style
///
/*/

/* default */
#ls-notice .btn,
#ls-focus .btn,
.moduletable-sfx9 .btn,
.moduletable-sfx10 .btn,
.moduletable-sfx11 .btn,
.moduletable-sfx12 .btn {
  color: #FFF !important;
  background-color: #333 !important;
}
#ls-notice .btn:hover,
#ls-notice .btn:focus,
#ls-focus .btn:hover,
#ls-focus .btn:focus,
.moduletable-sfx9 .btn:hover,
.moduletable-sfx9 .btn:focus,
.moduletable-sfx10 .btn:hover,
.moduletable-sfx10 .btn:focus,
.moduletable-sfx11 .btn:hover,
.moduletable-sfx11 .btn:focus,
.moduletable-sfx12 .btn:hover,
.moduletable-sfx12 .btn:focus {
  color: #333 !important;
  background-color: #fff !important;
}
#ls-intro .btn:hover,
#ls-intro .btn:focus,
#ls-prime .btn:hover,
#ls-prime .btn:focus,
#ls-showcase .btn:hover,
#ls-showcase .btn:focus,
#ls-portfolio .btn:hover,
#ls-portfolio .btn:focus,
#ls-screen .btn:hover,
#ls-screen .btn:focus,
#ls-note .btn:hover,
#ls-note .btn:focus,
#ls-base .btn:hover,
#ls-base .btn:focus,
#ls-footer .btn:hover,
#ls-footer .btn:focus {
  color: #FFF !important;
  background-color: #333 !important;
}
.moduletable-sfx17 .btn:hover,
.moduletable-sfx17 .btn:focus,
.moduletable-sfx18 .btn:hover,
.moduletable-sfx18 .btn:focus,
.moduletable-sfx19 .btn:hover,
.moduletable-sfx19 .btn:focus,
.moduletable-sfx20 .btn:hover,
.moduletable-sfx20 .btn:focus,
.moduletable-sfx21 .btn:hover,
.moduletable-sfx21 .btn:focus,
.moduletable-sfx22 .btn:hover,
.moduletable-sfx22 .btn:focus,
.moduletable-sfx23 .btn:hover,
.moduletable-sfx23 .btn:focus,
.moduletable-sfx24 .btn:hover,
.moduletable-sfx24 .btn:focus,
.moduletable-sfx33 .btn:hover,
.moduletable-sfx33 .btn:focus,
.moduletable-sfx34 .btn:hover,
.moduletable-sfx34 .btn:focus,
.moduletable-sfx35 .btn:hover,
.moduletable-sfx35 .btn:focus,
.moduletable-sfx36 .btn:hover,
.moduletable-sfx36 .btn:focus {
  color: #FFF !important;
  background-color: #333 !important;
}

/* primary */
#ls-notice .btn-primary,
#ls-focus .btn-primary,
.moduletable-sfx9 .btn-primary,
.moduletable-sfx10 .btn-primary,
.moduletable-sfx11 .btn-primary,
.moduletable-sfx12 .btn-primary {
  color: #333 !important;
  background-color: #FFF !important;
}
#ls-notice .btn-primary:hover,
#ls-notice .btn-primary:focus,
#ls-focus .btn-primary:hover,
#ls-focus .btn-primary:focus,
.moduletable-sfx9 .btn-primary:hover,
.moduletable-sfx9 .btn-primary:focus,
.moduletable-sfx10 .btn-primary:hover,
.moduletable-sfx10 .btn-primary:focus,
.moduletable-sfx11 .btn-primary:hover,
.moduletable-sfx11 .btn-primary:focus,
.moduletable-sfx12 .btn-primary:hover,
.moduletable-sfx12 .btn-primary:focus {
  color: #FFF !important;
  background-color: #333 !important;
}
#ls-intro .btn-primary:hover,
#ls-intro .btn-primary:focus,
#ls-prime .btn-primary:hover,
#ls-prime .btn-primary:focus,
#ls-showcase .btn-primary:hover,
#ls-showcase .btn-primary:focus,
#ls-portfolio .btn-primary:hover,
#ls-portfolio .btn-primary:focus,
#ls-screen .btn-primary:hover,
#ls-screen .btn-primary:focus,
#ls-note .btn-primary:hover,
#ls-note .btn-primary:focus,
#ls-base .btn-primary:hover,
#ls-base .btn-primary:focus,
#ls-footer .btn-primary:hover,
#ls-footer .btn-primary:focus {
  color: #333 !important;
  background-color: #FFF !important;
}
.moduletable-sfx17 .btn-primary:hover,
.moduletable-sfx17 .btn-primary:focus,
.moduletable-sfx18 .btn-primary:hover,
.moduletable-sfx18 .btn-primary:focus,
.moduletable-sfx19 .btn-primary:hover,
.moduletable-sfx19 .btn-primary:focus,
.moduletable-sfx20 .btn-primary:hover,
.moduletable-sfx20 .btn-primary:focus,
.moduletable-sfx21 .btn-primary:hover,
.moduletable-sfx21 .btn-primary:focus,
.moduletable-sfx22 .btn-primary:hover,
.moduletable-sfx22 .btn-primary:focus,
.moduletable-sfx23 .btn-primary:hover,
.moduletable-sfx23 .btn-primary:focus,
.moduletable-sfx24 .btn-primary:hover,
.moduletable-sfx24 .btn-primary:focus,
.moduletable-sfx33 .btn-primary:hover,
.moduletable-sfx33 .btn-primary:focus,
.moduletable-sfx34 .btn-primary:hover,
.moduletable-sfx34 .btn-primary:focus,
.moduletable-sfx35 .btn-primary:hover,
.moduletable-sfx35 .btn-primary:focus,
.moduletable-sfx36 .btn-primary:hover,
.moduletable-sfx36 .btn-primary:focus {
  color: #333 !important;
  background-color: #FFF !important;
}

/*/
///
///  pagination
///
/*/

.pagination {
  display: block;
  margin: 11px 0px 10px;
  clear: both;
}
.pagination ul {
  list-style-type: none;
  line-height: 2.4em;
  padding-left: 0;
  display: table;
  margin: 0 auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagination ul li {
  float: left;
}
.pagination ul li a,
.pagination ul > .disabled > a,
.pagination ul > .active > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus,
.pagination ul > .active > a:hover,
.pagination ul > .active > a:focus {
  color: #fff;
  background-color: #9e9e9e;
  margin: 0 4px 21px 4px;
  padding: 11px 18px 9px;
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
  text-shadow: none;
  border: 1px solid transparent;
  background-image: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagination ul li a:hover,
.pagination ul li a:focus,
.pagination ul li.active a,
.pagination ul li.active a:hover {
  color: #9e9e9e;
  background-color: #fff;
  border: 1px solid #ddd;
  background-image: none;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus,
.pagination ul > .active > a:hover,
.pagination ul > .active > a:focus {
  color: #fff;
  background-color: #333;
  border: 1px solid transparent;
  box-shadow: none;
}
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #fff !important;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination [class^="icon-"],
.pagination [class*=" icon-"] {
  font-size: 14px;
  margin-right: 0;
  vertical-align: top;
}
.pagination ul li a:before {
  content: none !important;
}
.pagination p.counter.pull-right {
  float: none;
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
}

/*/// mobile ///*/
@media (max-width: 768px) {

  .pagination ul li a,
  .pagination ul > .disabled > a,
  .pagination ul > .active > a,
  .pagination ul > .disabled > a:hover,
  .pagination ul > .disabled > a:focus,
  .pagination ul > .active > a:hover,
  .pagination ul > .active > a:focus {
    padding: 7px 12px 5px;
  }

}
@media (max-width: 480px) {

  .pagination ul li a,
  .pagination ul > .disabled > a,
  .pagination ul > .active > a,
  .pagination ul > .disabled > a:hover,
  .pagination ul > .disabled > a:focus,
  .pagination ul > .active > a:hover,
  .pagination ul > .active > a:focus {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0;
    padding: 4px 10px 2px;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .pagination [class^="icon-"],
  .pagination [class*=" icon-"] {
    font-size: 12px;
    margin-top: 0.2em;
  }

}

/* dark version */

#ls-container .ls-dark .pagination ul li a,
#ls-container .ls-dark .pagination ul > .disabled > a,
#ls-container .ls-dark .pagination ul > .active > a,
#ls-container .ls-dark .pagination ul > .disabled > a:hover,
#ls-container .ls-dark .pagination ul > .disabled > a:focus,
#ls-container .ls-dark .pagination ul > .active > a:hover,
#ls-container .ls-dark .pagination ul > .active > a:focus {
  color: #fff;
  background-color: #9e9e9e;
}
#ls-container .ls-dark .pagination ul li a:hover,
#ls-container .ls-dark .pagination ul li a:focus,
#ls-container .ls-dark .pagination ul li.active a,
#ls-container .ls-dark .pagination ul li.active a:hover {
  color: #9e9e9e;
  background-color: #fff;
}

/*/
///
///  bootstrap buttons
///
/*/

/* info */
.btn-info {
  color: #ffffff !important;
  background-color: #5bc0de !important;
  border-color: transparent !important;
  background-image: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #46b8da !important;
  border-color: transparent !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* success */
.btn-success {
  color: #ffffff !important;
  background-color: #5cb85c !important;
  border-color: transparent !important;
  background-image: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff !important;
  background-color: #4cae4c !important;
  border-color: transparent !important;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* warning */
.btn-warning {
  color: #ffffff !important;
  background-color: #f0ad4e !important;
  border-color: transparent !important;
  background-image: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #eea236 !important;
  border-color: transparent !important;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* danger */
.btn-danger {
  color: #ffffff !important;
  background-color: #d9534f !important;
  border-color: transparent !important;
  background-image: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d43f3a !important;
  border-color: transparent !important;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d9534f;
}

/* inverse */
.btn-inverse {
  color: #ffffff!important;
  background-color: #363636!important;
  border-color: transparent!important;
  background-image: none;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
  color: #ffffff !important;
  background-color: #191919 !important;
  border-color: transparent !important;
}

/*
///  edit button
*/

span.icon-edit {
  padding-right: 0;
}
a.btn.jmodedit {
  padding: 6px 2px 2px 8px;
  box-shadow: none;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*
//////////////////////////////////////////////////////////////////////

/// 8. variations

//////////////////////////////////////////////////////////////////////
*/

/*
///  variation 1
*/

.moduletable-sfx1 h3 {
  font-size: 24px;
  color: #444;
  margin-bottom: 27px;
  margin-top: 14px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx1 h3 i {
  color: #9e9e9e;
  padding: 10px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* dark version */

#ls-container .ls-dark .moduletable-sfx1,
#ls-container .ls-dark .moduletable-sfx1 h3 {
  color: #eee !important;
}
#ls-container .ls-dark .moduletable-sfx1 h3 i {
  border: 1px solid #444 !important;
}
#ls-container .ls-dark .moduletable-sfx1 a:hover,
#ls-container .ls-dark .moduletable-sfx1 a:focus {
  color: #999;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx1,
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx1 h3,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx1,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx1 h3 {
  color: #444 !important;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx1 h3 i,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx1 h3 i {
  border: 1px solid #ddd !important;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx1 a:hover,
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx1 a:focus,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx1 a:hover,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx1 a:focus {
  color: #9e9e9e !important;
}

/*
///  variation 2
*/

.moduletable-sfx2 h3 {
  color: #444;
  margin-bottom: 18px;
  margin-top: 14px;
  padding-bottom: 8px;
  font-size: 24px;
  line-height: 1.3em;
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
}
.moduletable-sfx2 h3 i {
  color: #9e9e9e;
  padding: 10px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* dark version */

#ls-container .ls-dark .moduletable-sfx2 {
  color: #eee !important;
}
#ls-container .ls-dark .moduletable-sfx2 h3 {
  color: #eee !important;
  border-bottom: 1px solid #444 !important;
}
#ls-container .ls-dark .moduletable-sfx2 h3 i {
  border: 1px solid #444 !important;
}
#ls-container .ls-dark .moduletable-sfx2 a:hover,
#ls-container .ls-dark .moduletable-sfx2 a:focus {
  color: #999;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx2,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx2 {
  color: #444 !important;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx2 h3,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx2 h3 {
  color: #444 !important;
  border-bottom: 1px solid #ddd !important;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx2 h3 i,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx2 h3 i {
  border: 1px solid #ddd !important;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx2 a:hover,
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx2 a:focus,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx2 a:hover,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx2 a:focus {
  color: #9e9e9e !important;
}

/*
///  variation 3
*/

.moduletable-sfx3 h3 {
  font-size: 24px;
  color: #444;
  margin-bottom: 27px;
  margin-top: 14px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx3 h3 i {
  background-color: #9e9e9e;
  color: #FFF;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* dark version */

#ls-container .ls-dark .moduletable-sfx3,
#ls-container .ls-dark .moduletable-sfx3 h3 {
  color: #eee !important;
}
#ls-container .ls-dark .moduletable-sfx3 h3 i {
  color: #FFF !important;
}
#ls-container .ls-dark .moduletable-sfx3 a:hover,
#ls-container .ls-dark .moduletable-sfx3 a:focus {
  color: #999;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx3,
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx3 h3,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx3,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx3 h3 {
  color: #444 !important;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx3 a:hover,
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx3 a:focus,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx3 a:hover,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx3 a:focus {
  color: #9e9e9e !important;
}

/*
///  variation 4
*/

.moduletable-sfx4 h3 {
  font-size: 24px;
  color: #444;
  margin-bottom: 18px;
  margin-top: 14px;
  border-bottom: 1px solid #9e9e9e;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
}
.moduletable-sfx4 h3 i {
  background-color: #9e9e9e;
  color: #FFF;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* dark version */

#ls-container .ls-dark .moduletable-sfx4,
#ls-container .ls-dark .moduletable-sfx4 h3 {
  color: #eee !important;
}
#ls-container .ls-dark .moduletable-sfx4 h3 i {
  color: #FFF !important;
}
#ls-container .ls-dark .moduletable-sfx4 a:hover,
#ls-container .ls-dark .moduletable-sfx4 a:focus {
  color: #999;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx4,
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx4 h3,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx4,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx4 h3 {
  color: #444 !important;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx4 a:hover,
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx4 a:focus,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx4 a:hover,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx4 a:focus {
  color: #9e9e9e !important;
}

/*
///  variation 5
*/

.moduletable-sfx5 {
  padding: 13px 21px 7px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx5 h3 {
  font-size: 24px;
  color: #444;
  margin-bottom: 27px;
  margin-top: 0px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx5 h3 i {
  color: #9e9e9e;
  margin-right: 14px;
  padding: 10px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* dark version */

#ls-container .ls-dark .moduletable-sfx5 {
  color: #eee !important;
  border: 1px solid #444;
}
#ls-container .ls-dark .moduletable-sfx5 h3 {
  color: #eee !important;
}
#ls-container .ls-dark .moduletable-sfx5 h3 i {
  border: 1px solid #444 !important;
}
#ls-container .ls-dark .moduletable-sfx5 a:hover,
#ls-container .ls-dark .moduletable-sfx5 a:focus {
  color: #999;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx5,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx5 {
  color: #444 !important;
  border: 1px solid #ddd;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx5 h3,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx5 h3 {
  color: #444 !important;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx5 h3 i,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx5 h3 i {
  border: 1px solid #ddd !important;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx5 a:hover,
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx5 a:focus,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx5 a:hover,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx5 a:focus {
  color: #9e9e9e !important;
}

/*
///  variation 6
*/

.moduletable-sfx6 {
  padding: 13px 21px 7px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx6 h3 {
  font-size: 24px;
  color: #444;
  margin-bottom: 18px;
  margin-top: 0px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
}
.moduletable-sfx6 h3 i {
  color: #9e9e9e;
  padding: 10px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* dark version */

#ls-container .ls-dark .moduletable-sfx6 {
  color: #eee !important;
  border: 1px solid #444 !important;
}
#ls-container .ls-dark .moduletable-sfx6 h3 {
  color: #eee !important;
  border-bottom: 1px solid #444 !important;
}
#ls-container .ls-dark .moduletable-sfx6 h3 i {
  border: 1px solid #444 !important;
}
#ls-container .ls-dark .moduletable-sfx6 a:hover,
#ls-container .ls-dark .moduletable-sfx6 a:focus {
  color: #999;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx6,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx6 {
  color: #444 !important;
  border: 1px solid #ddd !important;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx6 h3,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx6 h3 {
  color: #444 !important;
  border-bottom: 1px solid #ddd !important;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx6 h3 i,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx6 h3 i {
  border: 1px solid #ddd !important;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx6 a:hover,
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx6 a:focus,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx6 a:hover,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx6 a:focus {
  color: #9e9e9e !important;
}

/*
///  variation 7
*/

.moduletable-sfx7 {
  padding: 13px 21px 7px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx7 h3 {
  font-size: 24px;
  color: #444;
  margin-bottom: 27px;
  margin-top: 0px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx7 h3 i {
  background-color: #9e9e9e;
  color: #FFF;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* dark version */

#ls-container .ls-dark .moduletable-sfx7 {
  color: #eee !important;
  border: 1px solid #444 !important;
}
#ls-container .ls-dark .moduletable-sfx7 h3 {
  color: #eee !important;
}
#ls-container .ls-dark .moduletable-sfx7 h3 i {
  color: #FFF !important;
}
#ls-container .ls-dark .moduletable-sfx7 a:hover,
#ls-container .ls-dark .moduletable-sfx7 a:focus {
  color: #999;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx7,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx7 {
  color: #444 !important;
  border: 1px solid #ddd !important;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx7 h3,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx7 h3 {
  color: #444 !important;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx7 a:hover,
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx7 a:focus,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx7 a:hover,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx7 a:focus {
  color: #9e9e9e !important;
}

/*
///  variation 8
*/

.moduletable-sfx8 {
  padding: 13px 21px 7px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx8 h3 {
  font-size: 24px;
  color: #444;
  margin-bottom: 18px;
  margin-top: 0px;
  border-bottom: 1px solid #9e9e9e;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
}
.moduletable-sfx8 h3 i {
  background-color: #9e9e9e;
  color: #FFF;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* dark version */

#ls-container .ls-dark .moduletable-sfx8 {
  color: #eee !important;
  border: 1px solid #444;
}
#ls-container .ls-dark .moduletable-sfx8 h3 {
  color: #eee !important;
}
#ls-container .ls-dark .moduletable-sfx8 h3 i {
  color: #FFF !important;
}
#ls-container .ls-dark .moduletable-sfx8 a:hover,
#ls-container .ls-dark .moduletable-sfx8 a:focus {
  color: #999;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx8,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx8 {
  color: #444 !important;
  border: 1px solid #ddd;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx8 h3,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx8 h3 {
  color: #444 !important;
}
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx8 a:hover,
#ls-container .ls-dark #ls-featurewrap .moduletable-sfx8 a:focus,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx8 a:hover,
#ls-container .ls-dark #ls-blockwrap .moduletable-sfx8 a:focus {
  color: #9e9e9e !important;
}

/*
///  variation 9
*/

.moduletable-sfx9 {
  color: #fff;
  background-color: #9e9e9e;
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx9 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 27px;
  margin-top: 0px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx9 h3 i {
  color: #fff;
  margin-right: 14px;
  padding: 10px;
  border: 1px solid rgba(17, 17, 17, 0.37);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx9 a {
  color: #222;
}
.moduletable-sfx9 a:hover,
.moduletable-sfx9 a:focus {
  color: #fff;
}

/*
///  variation 10
*/

.moduletable-sfx10 {
  color: #fff;
  background-color: #9e9e9e;
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx10 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 0px;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.37);
}
.moduletable-sfx10 h3 i {
  color: #fff;
  padding: 10px;
  border: 1px solid rgba(17, 17, 17, 0.37);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx10 a {
  color: #222;
}
.moduletable-sfx10 a:hover,
.moduletable-sfx10 a:focus {
  color: #fff;
}

/*
///  variation 11
*/

.moduletable-sfx11 {
  color: #fff;
  background-color: #9e9e9e;
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx11 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 27px;
  margin-top: 0px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx11 h3 i {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.37);
  margin-right: 14px;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx11 a {
  color: #222;
}
.moduletable-sfx11 a:hover,
.moduletable-sfx11 a:focus {
  color: #fff;
}

/*
///  variation 12
*/

.moduletable-sfx12 {
  color: #fff;
  background-color: #9e9e9e;
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx12 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 0px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.37);
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
}
.moduletable-sfx12 h3 i {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.37);
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx12 a {
  color: #222;
}
.moduletable-sfx12 a:hover,
.moduletable-sfx12 a:focus {
  color: #fff;
}

/*
///  variation 13
*/

.moduletable-sfx13 {
  color: #fff;
}
.moduletable-sfx13 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 27px;
  margin-top: 14px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx13 h3 i {
  background-color: rgba(17, 17, 17, 0.67);
  color: #9e9e9e;
  padding: 10px;
  border: 1px solid #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*
///  variation 14
*/

.moduletable-sfx14 {
  color: #fff;
}
.moduletable-sfx14 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 14px;
  border-bottom: 1px solid #444;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
}
.moduletable-sfx14 h3 i {
  background-color: rgba(17, 17, 17, 0.67);
  color: #9e9e9e;
  padding: 10px;
  border: 1px solid #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*
///  variation 15
*/

.moduletable-sfx15 {
  color: #fff;
}
.moduletable-sfx15 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 27px;
  margin-top: 14px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx15 h3 i {
  background-color: #9e9e9e;
  color: #fff;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*
///  variation 16
*/

.moduletable-sfx16 {
  color: #fff;
}
.moduletable-sfx16 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 14px;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 1px solid #9e9e9e;
}
.moduletable-sfx16 h3 i {
  background-color: #9e9e9e;
  color: #fff;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*
///  variation 17
*/

.moduletable-sfx17 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.07);
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx17 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 27px;
  margin-top: 0px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx17 h3 i {
  color: #9e9e9e;
  background-color: rgba(17, 17, 17, 0.67);
  padding: 10px;
  margin-right: 14px;
  border: 1px solid #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*
///  variation 18
*/

.moduletable-sfx18 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.07);
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx18 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 0px;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 1px solid #444;
}
.moduletable-sfx18 h3 i {
  color: #9e9e9e;
  background-color: rgba(17, 17, 17, 0.67);
  padding: 10px;
  border: 1px solid #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*
///  variation 19
*/

.moduletable-sfx19 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.07);
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx19 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 27px;
  margin-top: 0px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx19 h3 i {
  background-color: #9e9e9e;
  color: #fff;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*
///  variation 20
*/

.moduletable-sfx20 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.07);
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx20 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 0px;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 1px solid #9e9e9e;
}
.moduletable-sfx20 h3 i {
  background-color: #9e9e9e;
  color: #fff;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*
///  variation 21
*/

.moduletable-sfx21 {
  color: #eee;
  background-color: rgba(17, 17, 17, 0.77);
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx21 h3 {
  font-size: 24px;
  color: #eee;
  margin-bottom: 27px;
  margin-top: 0px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx21 h3 i {
  color: #9e9e9e;
  padding: 10px;
  margin-right: 14px;
  border: 1px solid #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx21 a:hover,
.moduletable-sfx21 a:focus {
  color: #999;
}

/*
///  variation 22
*/

.moduletable-sfx22 {
  color: #eee;
  background-color: rgba(17, 17, 17, 0.77);
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx22 h3 {
  font-size: 24px;
  color: #eee;
  margin-bottom: 18px;
  margin-top: 0px;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 1px solid #444;
}
.moduletable-sfx22 h3 i {
  color: #9e9e9e;
  padding: 10px;
  border: 1px solid #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx22 a:hover,
.moduletable-sfx22 a:focus {
  color: #999;
}

/*
///  variation 23
*/

.moduletable-sfx23 {
  color: #eee;
  background-color: rgba(17, 17, 17, 0.77);
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx23 h3 {
  font-size: 24px;
  color: #eee;
  margin-bottom: 27px;
  margin-top: 0px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx23 h3 i {
  background-color: #9e9e9e;
  color: #fff;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx23 a:hover,
.moduletable-sfx23 a:focus {
  color: #999;
}

/*
///  variation 24
*/

.moduletable-sfx24 {
  color: #eee;
  background-color: rgba(17, 17, 17, 0.77);
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx24 h3 {
  font-size: 24px;
  color: #eee;
  margin-bottom: 18px;
  margin-top: 0px;
  border-bottom: 1px solid #9e9e9e;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
}
.moduletable-sfx24 h3 i {
  background-color: #9e9e9e;
  color: #fff;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx24 a:hover,
.moduletable-sfx24 a:focus {
  color: #999;
}

/*
///  variation 25
*/

.moduletable-sfx25 {
  color: #eee;
}
.moduletable-sfx25 h3 {
  font-size: 24px;
  color: #eee;
  margin-bottom: 27px;
  margin-top: 14px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx25 h3 i {
  color: #9e9e9e;
  padding: 10px;
  border: 1px solid #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx25 a:hover,
.moduletable-sfx25 a:focus {
  color: #999;
}

/*
///  variation 26
*/

.moduletable-sfx26 {
  color: #eee;
}
.moduletable-sfx26 h3 {
  font-size: 24px;
  color: #eee;
  margin-bottom: 18px;
  margin-top: 14px;
  border-bottom: 1px solid #444;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
}
.moduletable-sfx26 h3 i {
  color: #9e9e9e;
  padding: 10px;
  border: 1px solid #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx26 a:hover,
.moduletable-sfx26 a:focus {
  color: #999;
}

/*
///  variation 27
*/

.moduletable-sfx27 {
  color: #eee;
}
.moduletable-sfx27 h3 {
  font-size: 24px;
  color: #eee;
  margin-bottom: 27px;
  margin-top: 14px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx27 h3 i {
  background-color: #9e9e9e;
  color: #FFF;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx27 a:hover,
.moduletable-sfx27 a:focus {
  color: #999;
}

/*
///  variation 28
*/

.moduletable-sfx28 {
  color: #eee;
}
.moduletable-sfx28 h3 {
  font-size: 24px;
  color: #eee;
  margin-bottom: 18px;
  margin-top: 14px;
  border-bottom: 1px solid #9e9e9e;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
}
.moduletable-sfx28 h3 i {
  background-color: #9e9e9e;
  color: #FFF;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx28 a:hover,
.moduletable-sfx28 a:focus {
  color: #999;
}

/*
///  variation 29
*/

.moduletable-sfx29 {
  color: #eee;
  padding: 13px 21px 7px;
  border: 1px solid #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx29 h3 {
  font-size: 24px;
  color: #eee;
  margin-bottom: 27px;
  margin-top: 0px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx29 h3 i {
  color: #9e9e9e;
  border: 1px solid #444;
  padding: 10px;
  margin-right: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx29 a:hover,
.moduletable-sfx29 a:focus {
  color: #999;
}

/*
///  variation 30
*/

.moduletable-sfx30 {
  color: #eee;
  padding: 13px 21px 7px;
  border: 1px solid #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx30 h3 {
  font-size: 24px;
  color: #eee;
  margin-bottom: 18px;
  margin-top: 0px;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 1px solid #444;
}
.moduletable-sfx30 h3 i {
  color: #9e9e9e;
  padding: 10px;
  border: 1px solid #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx30 a:hover,
.moduletable-sfx30 a:focus {
  color: #999;
}

/*
///  variation 31
*/

.moduletable-sfx31 {
  color: #eee;
  padding: 13px 21px 7px;
  border: 1px solid #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx31 h3 {
  font-size: 24px;
  color: #eee;
  margin-bottom: 27px;
  margin-top: 0px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx31 h3 i {
  background-color: #9e9e9e;
  color: #FFF;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx31 a:hover,
.moduletable-sfx31 a:focus {
  color: #999;
}

/*
///  variation 32
*/

.moduletable-sfx32 {
  color: #eee;
  padding: 13px 21px 7px;
  border: 1px solid #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx32 h3 {
  font-size: 24px;
  color: #eee;
  margin-bottom: 18px;
  margin-top: 0px;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 1px solid #9e9e9e;
}
.moduletable-sfx32 h3 i {
  background-color: #9e9e9e;
  color: #FFF;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx32 a:hover,
.moduletable-sfx32 a:focus {
  color: #999;
}

/*
///  variation 33
*/

.moduletable-sfx33 {
  color: #ddd;
  background-color: #191919;
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx33 h3 {
  font-size: 24px;
  color: #ddd;
  margin-bottom: 27px;
  margin-top: 0px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx33 h3 i {
  color: #9e9e9e;
  margin-right: 14px;
  padding: 10px;
  border: 1px solid #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx33 a:hover,
.moduletable-sfx33 a:focus {
  color: #999;
}

/*
///  variation 34
*/

.moduletable-sfx34 {
  color: #ddd;
  background-color: #191919;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 13px 21px 7px;
}
.moduletable-sfx34 h3 {
  font-size: 24px;
  color: #ddd;
  margin-bottom: 18px;
  margin-top: 0px;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 1px solid #444;
}
.moduletable-sfx34 h3 i {
  color: #9e9e9e;
  padding: 10px;
  border: 1px solid #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx34 a:hover,
.moduletable-sfx34 a:focus {
  color: #999;
}

/*
///  variation 35
*/

.moduletable-sfx35 {
  color: #ddd;
  background-color: #191919;
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx35 h3 {
  font-size: 24px;
  color: #ddd;
  margin-bottom: 27px;
  margin-top: 0px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx35 h3 i {
  background-color: #9e9e9e;
  color: #FFF;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx35 a:hover,
.moduletable-sfx35 a:focus {
  color: #999;
}

/*
///  variation 36
*/

.moduletable-sfx36 {
  color: #ddd;
  background-color: #191919;
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx36 h3 {
  font-size: 24px;
  color: #ddd;
  margin-bottom: 18px;
  margin-top: 0px;
  border-bottom: 1px solid #9e9e9e;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
}
.moduletable-sfx36 h3 i {
  background-color: #9e9e9e;
  color: #FFF;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx36 a:hover,
.moduletable-sfx36 a:focus {
  color: #999;
}

/*
///  variation 37
*/

.moduletable-sfx37 {
  color: #fff;
}
.moduletable-sfx37 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 27px;
  margin-top: 14px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx37 h3 i {
  color: #fff;
  background-color: transparent;
  padding: 10px;
  border: 1px solid rgba(17, 17, 17, 0.37);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx37 a {
  color: rgba(17, 17, 17, 0.47);
}
.moduletable-sfx37 a:hover,
.moduletable-sfx37 a:focus {
  color: #fff;
}

/*
///  variation 38
*/

.moduletable-sfx38 {
  color: #fff;
}
.moduletable-sfx38 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 14px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.37);
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
}
.moduletable-sfx38 h3 i {
  color: #fff;
  background-color: transparent;
  padding: 10px;
  border: 1px solid rgba(17, 17, 17, 0.37);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx38 a {
  color: rgba(17, 17, 17, 0.47);
}
.moduletable-sfx38 a:hover,
.moduletable-sfx38 a:focus {
  color: #fff;
}

/*
///  variation 39
*/

.moduletable-sfx39 {
  color: #fff;
}
.moduletable-sfx39 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 27px;
  margin-top: 14px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx39 h3 i {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.37);
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx39 a {
  color: rgba(17, 17, 17, 0.47);
}
.moduletable-sfx39 a:hover,
.moduletable-sfx39 a:focus {
  color: #fff;
}

/*
///  variation 40
*/

.moduletable-sfx40 {
  color: #fff;
}
.moduletable-sfx40 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 14px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.37);
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
}
.moduletable-sfx40 h3 i {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.37);
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx40 a {
  color: rgba(17, 17, 17, 0.47);
}
.moduletable-sfx40 a:hover,
.moduletable-sfx40 a:focus {
  color: #fff;
}

/*
///  variation 41
*/

.moduletable-sfx41 {
  color: #fff;
  background-color: transparent;
  padding: 13px 21px 7px;
  border: 1px solid rgba(17, 17, 17, 0.37);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx41 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 27px;
  margin-top: 0px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx41 h3 i {
  color: #fff;
  padding: 10px;
  border: 1px solid rgba(17, 17, 17, 0.37);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx41 a {
  color: rgba(17, 17, 17, 0.47);
}
.moduletable-sfx41 a:hover,
.moduletable-sfx41 a:focus {
  color: #fff;
}

/*
///  variation 42
*/

.moduletable-sfx42 {
  color: #fff;
  background-color: transparent;
  padding: 13px 21px 7px;
  border: 1px solid rgba(17, 17, 17, 0.37);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx42 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 0px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.37);
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
}
.moduletable-sfx42 h3 i {
  color: #fff;
  padding: 10px;
  border: 1px solid rgba(17, 17, 17, 0.37);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx42 a {
  color: rgba(17, 17, 17, 0.47);
}
.moduletable-sfx42 a:hover,
.moduletable-sfx42 a:focus {
  color: #fff;
}

/*
///  variation 43
*/

.moduletable-sfx43 {
  color: #fff;
  background-color: transparent;
  padding: 13px 21px 7px;
  border: 1px solid rgba(17, 17, 17, 0.37);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx43 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 27px;
  margin-top: 0px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx43 h3 i {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.37);
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx43 a {
  color: rgba(17, 17, 17, 0.47);
}
.moduletable-sfx43 a:hover,
.moduletable-sfx43 a:focus {
  color: #fff;
}

/*
///  variation 44
*/

.moduletable-sfx44 {
  color: #fff;
  background-color: transparent;
  padding: 13px 21px 7px;
  border: 1px solid rgba(17, 17, 17, 0.37);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx44 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 0px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.37);
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
}
.moduletable-sfx44 h3 i {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.37);
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx44 a {
  color: rgba(17, 17, 17, 0.47);
}
.moduletable-sfx44 a:hover,
.moduletable-sfx44 a:focus {
  color: #fff;
}

/*
///  variation 45
*/

.moduletable-sfx45 {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.27);
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx45 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 27px;
  margin-top: 0px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx45 h3 i {
  color: #fff;
  padding: 10px;
  border: 1px solid rgba(17, 17, 17, 0.37);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx45 a {
  color: rgba(17, 17, 17, 0.47);
}
.moduletable-sfx45 a:hover,
.moduletable-sfx45 a:focus {
  color: #fff;
}

/*
///  variation 46
*/

.moduletable-sfx46 {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.27);
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx46 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 0px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.37);
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
}
.moduletable-sfx46 h3 i {
  color: #fff;
  padding: 10px;
  border: 1px solid rgba(17, 17, 17, 0.37);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx46 a {
  color: rgba(17, 17, 17, 0.47);
}
.moduletable-sfx46 a:hover,
.moduletable-sfx46 a:focus {
  color: #fff;
}

/*
///  variation 47
*/

.moduletable-sfx47 {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.27);
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx47 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 27px;
  margin-top: 0px;
  padding-bottom: 0;
  line-height: 1.3em;
  text-align: left;
}
.moduletable-sfx47 h3 i {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.37);
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx47 a {
  color: rgba(17, 17, 17, 0.47);
}
.moduletable-sfx47 a:hover,
.moduletable-sfx47 a:focus {
  color: #fff;
}

/*
///  variation 48
*/

.moduletable-sfx48 {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.27);
  padding: 13px 21px 7px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx48 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 0px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.37);
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
}
.moduletable-sfx48 h3 i {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.37);
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx48 a {
  color: rgba(17, 17, 17, 0.47);
}
.moduletable-sfx48 a:hover,
.moduletable-sfx48 a:focus {
  color: #fff;
}

/*/
///
///  floating modules
///
/*/

.moduletablepull-left,
.moduletablecwestyle.pull-left {
  float: left;
  width: auto;
  margin-right: 7px;
}
.moduletablepull-right,
.moduletablecwestyle.pull-right {
  float: right;
  width: auto;
  margin-left: 7px;
}

/*/// mobile ///*/
@media (max-width: 768px) {

  .moduletablepull-left,
  .moduletablepull-right,
  .moduletablecwestyle.pull-left,
  .moduletablecwestyle.pull-right {
    float: none;
    width: 100%;
    margin: 0;
  }

}

/*
//////////////////////////////////////////////////////////////////////

/// 9. custom pages

//////////////////////////////////////////////////////////////////////
*/

    /*
    //////////////////////////////////////////////////

9.1. custom classes

    //////////////////////////////////////////////////
    */

/* intro */
.cweintro {
  text-align: center;
  font-size: 24px;
  line-height: 1.4em;
  margin-top: 14px;
  margin-bottom: 14px;
}

/* demo */
.moduletable.cwedemo,
div[class^="moduletable-"].cwedemo,
div[class*=" moduletable-"].cwedemo {
  margin-top: 10px;
  margin-bottom: 11px;
  padding-top: 11px;
  padding-bottom: 10px;
}

/*/
///
///  download theme section
///
/*/

#ls-download p {
  margin: 0px;
}
#ls-download #ls-download-message {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3em;
  float: left;
  padding-top: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#ls-download #ls-download-btn {
  float: right;
  padding-top: 2px;
  padding-bottom: 2px;
}
#ls-download #ls-download-btn a.btn {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 16px 24px 13px;
  font-size: 18px;
}
#ls-download #ls-download-btn a.btn i {
  padding-right: 0.4em;
  vertical-align: middle;
  font-size: 18px;
}
#ls-download #ls-download-btn a.btn:hover,
#ls-download #ls-download-btn a.btn:focus {
  background-color: #fff !important;
  color: #9e9e9e !important;
  border: 1px solid #fff;
}

/* /// tablet */
@media (max-width: 980px) {

  #ls-download #ls-download-btn {
    float: none;
    font-size: 16px;
    text-align: center;
    bottom: 4px;
    margin-top: 4px;
    position: relative;
  }
  #ls-download #ls-download-message {
    float: none;
    text-align: center;
    padding: 4px 0px;
    margin-bottom: 14px;
  }

}

/*/
///
///  demo navigation styles
///
/*/

#ls-container .demo-nav-styles {
  background-color: #9e9e9e;
  border: 7px solid #ddd;
}

    /*
    //////////////////////////////////////////////////

9.2. error page

    //////////////////////////////////////////////////
    */

.cwe404 {
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2.2%;
}
h3.cwe404 {
  font-size: 24em;
  line-height: 1em;
}
p.cwe404 {
  font-size: 2em;
  margin-top: 3.4%;
  margin-bottom: 2%;
  line-height: 1.2em;
}
.cwe404 a.btn {
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
}
  #ls-errorpage a.btn,
  #ls-errorpage a.btn:hover,
  #ls-errorpage a.btn:focus {
  background-color: #222 !important;
}

/*/// mobile ///*/
@media (max-width: 768px) {

  .cwe404 {
    margin-top: 1%;
  }
  p.cwe404 {
    font-size: 1.5em;
    margin-bottom: 7%;
  }
  h3.cwe404 {
    font-size: 10em;
  }

}
@media (max-width: 480px) {

  h3.cwe404 {
    font-size: 8em;
  }
  p.cwe404 {
    font-size: 1.2em;
  }

}

    /*
    //////////////////////////////////////////////////

9.3. offline page

    //////////////////////////////////////////////////
    */

#ls-offlinewrap {
  background: url(../images/demo/demo-bg-offline.jpg) center top no-repeat fixed #111;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#ls-offline #frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -200px;
  margin-left: -210px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
#ls-offline #frame .default-logo,
#ls-offline #frame .media-logo,
#ls-offline #frame .text-logo {
  margin: 14px 0 21px !important;
}
#ls-offline #frame form {
  margin-bottom: 0;
}
#ls-offline #frame form label {
  margin-left: 14px;
  min-width: 40%;
  display: inline-block;
}
#ls-offline #frame form input {
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#ls-offline #frame p.ls-offline-msg {
  margin-bottom: 14px;
}

/*/
///
///  light
///
/*/

#ls-offline.offline-light #frame {
  background-color: #fff;
  color: #444;
  border: 1px solid #e7e7e7;
}

/*/
///
///  dark
///
/*/

#ls-offline.offline-dark #frame {
  background-color: #111;
  color: #555;
  border: 1px solid #222;
}
#ls-offline.offline-dark #frame form label {
  color: #fff;
}

/*/// mobile ///*/
@media (max-width: 768px) {

  #ls-offline #frame {
    top: 21px;
    left: 21px;
    right: 20px;
    margin: 0 auto;
  }
  #ls-offline #frame form label {
    text-align: center;
    margin-left: 0;
  }
  #ls-offline #frame form label,
  #ls-offline #frame form input.btn {
    width: 100%;
  }
  #ls-offline #frame form input.inputbox {
    width: 96%;
  }
  #ls-offline #frame form input.btn {
    margin-top: -14px;
  }

}
@media (max-width: 480px) {

  #ls-offline #frame {
    width: auto;
    left: 0;
    right: 0;
    padding: 14px;
  }

}

/*
//////////////////////////////////////////////////////////////////////

/// 10. typography

//////////////////////////////////////////////////////////////////////
*/

    /*
    //////////////////////////////////////////////////

10.1. icons

    //////////////////////////////////////////////////
    */

/* icon font */
i[class^="fa fa-"],
i[class*=" fa fa-"] {
  font-size: 30px;
  padding-right: 0.6em;
}
.blog .btn [class^="fa fa-"],
.blog .btn [class*=" fa fa-"],
.blog-featured .btn [class^="fa fa-"],
.blog-featured .btn [class*=" fa fa-"],
.item .btn [class^="fa fa-"],
.item .btn [class*=" fa fa-"],
.item-page .btn [class^="fa fa-"],
.item-page .btn [class*=" fa fa-"] {
  font-size: 18px;
}
.blog span[class^="fa fa-"],
.blog span[class*=" fa fa-"],
.blog-featured span[class^="fa fa-"],
.blog-featured span[class*=" fa fa-"],
.item span[class^="fa fa-"],
.item span[class*=" fa fa-"],
.item-page span[class^="fa fa-"],
.item-page span[class*=" fa fa-"],
.category-list span[class^="fa fa-"],
.category-list span[class*=" fa fa-"] {
  font-size: 16px;
}

/* make fontawesome compatible with joomla! icomoon */
.icon-plus,
.icon-minus,
.icon-chevron-right,
.icon-chevron-left,
.icon-list,
.icon-cog,
.icon-envelope,
.icon-print,
.icon-edit,
.icon-search,
.icon-ok,
.icon-arrow-down,
.icon-copy,
.icon-picture,
.icon-pictures,
.icon-file-add,
.icon-home,
.icon-first,
.icon-cancel,
.icon-file-add,
.icon-eye,
.icon-folder-2,
.icon-first,
.icon-previous,
.icon-next,
.icon-last,
.icon-arrow-left,
.icon-user,
.icon-lock,
.icon-save,
.icon-calendar,
.icon-eye-open,
.icon-archive,
.icon-remove,
.icon-apply,
.icon-question-sign {
  background: none;
  display: inline-block;
  font-size: 14px;
  margin-right: 0.4em;
  font-style: normal;
}
.icon-plus:before,
.icon-minus:before,
.icon-chevron-right:before,
.icon-chevron-left:before,
.icon-list:before,
.icon-cog:before,
.icon-envelope:before,
.icon-print:before,
.icon-edit:before,
.icon-search:before,
.icon-ok:before,
.icon-arrow-down:before,
.icon-copy:before,
.icon-picture:before,
.icon-pictures:before,
.icon-file-add:before,
.icon-home:before,
.icon-cancel:before,
.icon-file-add:before,
.icon-eye:before,
.icon-folder-2:before,
.icon-first:before,
.icon-previous:before,
.icon-next:before,
.icon-last:before,
.icon-arrow-left:before,
.icon-user:before,
.icon-lock:before,
.icon-save:before,
.icon-calendar:before,
.icon-eye-open:before,
.icon-archive:before,
.icon-remove:before,
.icon-apply:before,
.icon-question-sign:before {
  font-family: FontAwesome;
}
.icon-white, .nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: none;
}

/* first and previous */
.icon-first,
.icon-previous,
.icon-next,
.icon-last {
  font-style: normal;
  margin-top: 0.2em;
}

/* read more arrow */
.icon-chevron-right { font-size: 16px; margin: 0px -4px 0px 0px; float: right; padding: 3px 0px 0px 14px; }
.icon-chevron-right:before { content: "\f105"; }

/* next and previous icons for article navigation */
.icon-chevron-left { font-size: 21px; margin: 0; float: left; padding: 2px 14px 0px 0px; }
.icon-chevron-left:before { content: "\f104"; }

/* dropdown */
.icon-cog { font-size: 16px; }
.icon-cog:before { content: "\f013"; }

/* mail */
.icon-envelope:before { content: "\f0e0"; }

/* print */
.icon-print:before { content: "\f02f"; }

/* edit */
.icon-edit:before { content: "\f044"; }

/* cancel button */
.icon-cancel:before { content: "\f00d"; }

/* add */
.icon-file-add { vertical-align: middle; }
.icon-file-add:before { content: "\f08e"; }

/* toggle editor */
.icon-eye:before { content: "\f06e"; }

/* create article image */
.icon-folder-2:before { content: "\f07b"; }

/* pagination first */
.icon-first:before { content: "\f049"; }

/* pagination previous */
.icon-previous:before { content: "\f04a"; }

/* pagination next */
.icon-next:before { content: "\f04e"; }

/* pagination last */
.icon-last:before { content: "\f050"; }

/* smart search advanced button */
.icon-list { padding-top: 3px; }
.icon-list:before { content: "\f03a"; }

/* smart search search button */
.icon-search:before { content: "\f002"; }

/* list all categories */
.icon-plus:before { content: "\f067"; }
.icon-minus:before { content: "\f068"; }

/* error */
.icon-home { margin-right: 7px; font-size: 16px; }
.icon-home:before { content: "\f015"; }

/* editor save button */
.icon-ok:before { content: "\f00c"; }
.icon-file-add:before { content: "\f08e"; }

/* editor picture button */
.icon-picture, .icon-pictures { vertical-align: middle; font-weight: normal; }
.icon-picture:before, .icon-pictures:before { content: "\f03e"; }

/* editor page break button */
.icon-copy { vertical-align: middle; }
.icon-copy:before { content: "\f0c5"; }

/* editor read more button */
.icon-arrow-down { vertical-align: middle; }
.icon-arrow-down:before { content: "\f063"; }

/* log out button */
.icon-arrow-left { font-size: 21px; padding-top: 1px; }
.icon-arrow-left:before { content: "\f104"; }

/* edit profile */
.icon-user { font-size: 16px; }
.icon-user:before { content: "\f007"; }

/* login form lock */
.icon-lock { margin-right: 0; font-size: 16px; }
.icon-lock:before { content: "\f023"; }

/* save */
.icon-save:before { content: "\f00c"; }

/* calendar */
.icon-calendar { vertical-align: baseline; }
.icon-calendar:before { content: "\f133"; }

/* eye */
.icon-eye-open:before { content: "\f06e"; }

/* archive */
.icon-archive:before { content: "\f187"; }

/* remove */
.icon-remove { margin-top: 3px; margin-right: 0; }
.icon-remove:before { content: "\f00d"; }

/* apply */
.icon-apply:before { content: "\f046"; }

/* question sign */
.icon-question-sign:before { content: "\f059"; }

    /*
    //////////////////////////////////////////////////

10.2. images

    //////////////////////////////////////////////////
    */

.img-right,
.img-left,
.img-rounded {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.img_caption {
  color: #999;
  font-size: 13px;
  margin-top: 7px;
}

/*/
///
///  image polaroid
///
/*/

.img-polaroid,
.item-image img,
.ls-tags-img {
  padding: 7px;
  background-color: #ddd;
  border: 1px solid #ddd;
}
.img-polaroid-clear {
  padding: 7px;
  background-color: rgba(17, 17, 17, 0.67);
  border: 1px solid transparent;
}
.img-polaroid-dark {
  padding: 7px;
  border: 1px solid #444;
}
.img-polaroid-color {
  padding: 7px;
  background-color: rgba(17, 17, 17, 0.47);
  border: 1px solid transparent;
}

/* dark version */

#ls-container .ls-dark .img-polaroid,
#ls-container .ls-dark .item-image img,
#ls-container .ls-dark .ls-tags-img {
  background-color: #222;
  border: 1px solid #444;
}

/*/
///
///  image right
///
/*/

.img-right {
  float: right;
  margin: 0 0 10px 30px;
}

/*/
///
///  image left
///
/*/

.img-left {
  float: left;
  margin: 0 30px 10px 0;
}

/*/
///
///  image center
///
/*/

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  margin-bottom: 21px;
}

/*/
///
///  image rounded
///
/*/

.img-rounded {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/*/
///
///  image circle
///
/*/

.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*/
///
///  image shadow
///
/*/

.img-shadow {
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.img-shadow.img-right {
  margin-right: 7px;
}
.img-shadow.img-left {
  margin-left: 7px;
}

/*
///  image sizing
*/

img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*/// mobile ///*/
@media (max-width: 600px) {

  .img-right {
    float: none;
    margin: 0px;
  }
  .img-left {
    float: none;
    margin: 0px;
  }
  .item-image {
    float: none;
    margin: 0px 0px 14px 0px;
  }
  .item-image img {
    margin: 0px !important;
  }

}

    /*
    //////////////////////////////////////////////////

10.3. bootstrap elements

    //////////////////////////////////////////////////
    */

/*/
///
///   blockquote
///
/*/

blockquote {
  border-color: #9e9e9e;
}
blockquote p {
  line-height: 1.4em;
  font-weight: normal;
}
blockquote small {
  line-height: 3em;
  margin-top: 7px;
}
blockquote cite {
  font-style: italic;
}

/*
///  dark
*/

blockquote.blockquote-dark {
  border-color: #9e9e9e;
}
.blockquote-dark small {
  color: #fff;
}

/*
///  color
*/

blockquote.blockquote-color {
  border-color: #fff;
}
.blockquote-color small {
  color: #fff;
}

/*/
///
///  lead
///
/*/

.lead {
  font-size: 21px;
  line-height: 1.4em;
  margin-top: 5px;
  margin-bottom: 22px;
}

/*/// mobile ///*/
@media (max-width: 768px) {

  .lead {
    font-size: 16px;
    line-height: 1.5em;
  }

}

/*/
///
///  drop caps
///
/*/

p.dropcap:first-letter {
  font-size: 5em;
  line-height: 1em;
  float: left;
  font-family: Times, serif;
  padding-right: 0.3em;
  margin-top: 10px;
}

/*/
///
///  pre, code
///
/*/

pre, code {
  border: 1px solid #E2E2E2;
  background-color: #F2F2F2;
}
pre {
  margin: 12px 0 21px;
}
code {
  padding: 4px 8px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
}

/*/// mobile ///*/
@media (max-width: 768px) {

  pre {
    display: inline-block;
  }

}

/* dark version */

#ls-container .ls-dark pre,
#ls-container .ls-dark code {
  background-color: #333;
  border-color: transparent;
  color: #EEE
}

/*/
///
///  emphasis classes
///
/*/

.text-warning { color: #c09853; }
a.text-warning:hover { color: #a47e3c; }

.text-error { color: #b94a48; }
a.text-error:hover { color: #953b39; }

.text-info { color: #3a87ad; }
a.text-info:hover { color: #2d6987; }

.text-success { color: #468847; }
a.text-success:hover { color: #356635; }

/*/
///
///  inline labels
///
/*/

span.label-red,
span.label-blue,
span.label-green,
span.label-grey,
span.label-orange {
  padding: 2px 6px;
  font-size:14px;
  color:#fff;
  margin-left: 4px;
  margin-right: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

span.label-red { background-color:#ff4444; }
span.label-red:hover { background-color:#cc0000; }

span.label-blue { background-color:#0192c9; }
span.label-blue:hover { background-color:#016d96; }

span.label-green { background-color:#65a23a; }
span.label-green:hover { background-color:#467028; }

span.label-orange { background-color:#f89406; }
span.label-orange:hover { background-color:#d78005; }

span.label-grey { background-color: #444444; }
span.label-grey:hover { background-color: #1F1F1F; }

/*/
///
///  box icons
///
/*/

.simple-box,
.info-box,
.success-box,
.warning-box,
.error-box {
  margin: 10px 0 11px;
  padding: 9px 35px 9px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.simple-box {
  border: 1px solid #E2E2E2;
  background-color: #F2F2F2;
  color: #777;
}
.info-box {
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
  color: #3A87AD;
}
.success-box {
  background-color:#dff0d8;
  border-color:#d6e9c6;
  color:#468847;
}
.warning-box {
  background-color:#fcf8e3;
  border: 1px solid #fbeed5;
  color:#c09853;
}
.error-box {
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
}

/*/
///
///  badge
///
/*/

.badge {
  margin-left: 1em;
  margin-right: 1em;
  padding: 2px 10px;
  line-height: 2em;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.badge-info {
  background-color: #9e9e9e;
}

/*/
///
///  bubbles
///
/*/

.bubble-red,
.bubble-blue,
.bubble-green,
.bubble-grey,
.bubble-orange {
  position: relative;
  padding: 15px;
  margin: 10px 0;
  color: #444;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.bubble-red:after,
.bubble-blue:after,
.bubble-green:after,
.bubble-grey:after,
.bubble-orange:after {
  position: absolute;
  bottom: -12px;
  left: 50px;
  width: 0;
  border-width: 12px 12px 0;
  border-style: solid;
  content: "";
  display: block;
}

.bubble-red { border: 2px solid #f44; }
.bubble-red:after { border-color: #f44 transparent; }

.bubble-blue { border: 2px solid #0c82c5; }
.bubble-blue:after { border-color: #0c82c5 transparent; }

.bubble-green { border: 2px solid #9bbb04; }
.bubble-green:after { border-color: #9bbb04 transparent; }

.bubble-grey { border: 2px solid #ccc; }
.bubble-grey:after { border-color: #ccc transparent; }

.bubble-orange { border: 2px solid orange; }
.bubble-orange:after { border-color: orange transparent; }

/*/
///
///  hidden/visible
///
/*/

/*/// tablet ///*/
@media (min-width: 769px) and (max-width: 979px) {

  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }

}
/*/// mobile ///*/
@media (max-width: 768px) {

  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }

}

    /*
    //////////////////////////////////////////////////

10.4. lists

    //////////////////////////////////////////////////
    */

/*/
///
///  square list style
///
/*/

/* unordered */
ul.list-square {
  list-style-type: none;
  margin-left: 0;
}
ul.list-square li {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0px;
}
ul.list-square li:before {
  font-size: 12px;
  content: "\f00c";
  font-family: FontAwesome;
  padding-right: 10px;
  background-color: #9e9e9e;
  color: #fff;
  padding: 6px;
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* ordered */
ol.list-square {
  counter-reset: li;
  margin-left: 0px;
  padding-left: 0px;
}
ol.list-square > li {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0px;
  list-style: outside none none;
}
ol.list-square li:before {
  font-size: 12px;
  color: #fff;
  background: none repeat scroll 0% 0% #9e9e9e;
  padding: 4px 8px;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  content: counter(li, decimal);
  counter-increment: li;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*/
///
///  circle list style
///
/*/

/* unordered */
ul.list-circle {
  list-style-type: none;
  margin-left: 0;
}
ul.list-circle li {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0px;
}
ul.list-circle li:before {
  font-size: 12px;
  content: "\f00c";
  font-family: FontAwesome;
  padding-right: 10px;
  background-color: #9e9e9e;
  color: #fff;
  padding: 6px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* ordered */
ol.list-circle {
  counter-reset: li;
  margin-left: 0px;
  padding-left: 0px;
}
ol.list-circle > li {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0px;
  list-style: outside none none;
}
ol.list-circle li:before {
  font-size: 12px;
  color: #fff;
  background: none repeat scroll 0% 0% #9e9e9e;
  padding: 4px 8px;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  content: counter(li, decimal);
  counter-increment: li;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*/
///
///  color list style
///
/*/

/* unordered */
ul.list-color {
  list-style-type: none;
  margin-left: 0;
}
ul.list-color li {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0px;
}
ul.list-color li:before {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.47);
  font-size: 12px;
  content: "\f00c";
  font-family: FontAwesome;
  padding-right: 10px;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* ordered */
ol.list-color {
  counter-reset: li;
  margin-left: 0px;
  padding-left: 0px;
}
ol.list-color > li {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0px;
  list-style: outside none none;
}
ol.list-color li:before {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.47);
  font-size: 12px;
  padding: 4px 8px;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  content: counter(li, decimal);
  counter-increment: li;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*/
///
///  dark list style
///
/*/

/* unordered */
ul.list-dark {
  list-style-type: none;
  margin-left: 0;
}
ul.list-dark li {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0px;
}
ul.list-dark li:before {
  font-size: 12px;
  content: "\f00c";
  font-family: FontAwesome;
  padding-right: 10px;
  background-color: rgba(255, 255, 255, 0.17);
  color: #fff;
  padding: 6px;
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* ordered */
ol.list-dark {
  counter-reset: li;
  margin-left: 0px;
  padding-left: 0px;
}
ol.list-dark > li {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0px;
  list-style: outside none none;
}
ol.list-dark li:before {
  font-size: 12px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.17);
  padding: 4px 8px;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  content: counter(li, decimal);
  counter-increment: li;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*
//////////////////////////////////////////////////////////////////////

/// 11. joomla!

//////////////////////////////////////////////////////////////////////
*/

    /*
    //////////////////////////////////////////////////

11.1. articles

    //////////////////////////////////////////////////
    */

/*/
///
///  layout
///
/*/

.blog,
.blog-featured,
.item,
.item-page {
  text-align: justify;
  display: block;
  overflow: hidden;
}

.blog
{
	margin-top: 100px;
}

.item,
.item-page,
div[class^="leading-"],
div[class*=" leading-"] {
  margin-bottom: 14px;
  padding-bottom: 0;
  overflow: hidden;
}

/*/
///
///  titles
///
/*/

.page-header {
  border: none;
  margin: 24px 0 21px;
  padding-bottom: 0;
}
.page-header h1 {
  padding-bottom: 5px;
}
.page-header h2 a,
h2.item-title a,
div.categories-list h3 a {
  color: #444;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-featured h2.item-title {
  margin-top: 24px;
}
.componentheading {
  margin-top: 14px;
  margin-bottom: 4px;
}

/*/
///
///  images
///
/*/

.pull-left.item-image {
  margin: 0 30px 7px 0;
}
.pull-right.item-image {
  margin: 0 0 7px 30px;
}
.pull-none.item-image {
  margin: 0 auto 21px;
  width: 100%;
}
.pull-none.item-image img,
.pull-none.item-image .img_caption {
  width: 100% !important;
}
.item[class^="column-"] .pull-left.item-image,
.item[class*=" column-"] .pull-left.item-image,
.item[class^="column-"] .pull-right.item-image,
.item[class*=" column-"] .pull-right.item-image {
  float: none;
}
.item[class^="column-"] .pull-left.item-image img,
.item[class*=" column-"] .pull-left.item-image img,
.item[class^="column-"] .pull-right.item-image img,
.item[class*=" column-"] .pull-right.item-image img {
  margin: 0 0 7px 0;
}

/*/
///
///  details
///
/*/

.ls-article-details {
  margin-bottom: 21px;
  margin-right: 46px;
}
.ls-article-details-below {
  margin-top: 3%;
  margin-bottom: 2%;
}
dl.article-info {
  margin-bottom: 0px;
}
dl.article-info dd {
  margin-right: 10px;
  margin-left: 0;
  line-height: 1.5em;
  color: #333;
  font-size: 13px;
  display: inline;
}
dt.article-info-term {
  display: none;
}
div.content_rating {
  margin-bottom: 14px;
}
span.content_vote {
  margin-bottom: 21px;
  display: block;
}
dl.article-info dd.category-name:before,
dl.article-info dd.parent-category-name:before,
dl.article-info dd.createdby:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  padding-right: 1px;
}
dl.article-info dd.category-name:before {
  content: "\f114";
}
dl.article-info dd.parent-category-name:before {
  content: "\f115";
}
dl.article-info dd.createdby:before {
  content: "\f007";
  margin-right: 0.1em;
  font-size: 14px;
}
dl.article-info span.icon-calendar {
  margin-right: 0;
}
dl.article-info span.icon-eye-open {
  margin-right: 0.2em;
}
.items-row .span6 dl.article-info dd,
.items-row .span4 dl.article-info dd,
.items-row .span3 dl.article-info dd,
.items-row .span2 dl.article-info dd {
  display: block;
  margin-right: 0;
  padding-bottom: 2px;
  padding-top: 2px;
}

/*/// mobile ///*/
@media (max-width: 600px) {

  dl.article-info dd {
    display: block;
    margin-right: 0;
    padding-bottom: 2px;
    padding-top: 2px;
  }

}

/* dark version */

#ls-container .ls-dark dl.article-info dd {
  color: #eee;
}

/*/
///
///  create article
///
/*/

#jform_language_chzn {
  margin-bottom: 100%;
}
#jform_articletext {
  width: 98% !important;
}
div.editor .mce-panel {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}
button#jform_publish_up_img,
button#jform_publish_down_img {
  padding: 3px 4px 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form#adminForm .tab-content,
.edit.item-page {
  overflow: visible;
}

/*/
///
///  read more
///
/*/

p.readmore {
  margin-bottom: 0;
}
p.readmore [class^="fa fa-"],
p.readmore [class*=" fa fa-"] {
  vertical-align: middle;
  margin-right: 7px;
}
p.readmore a.btn {
  text-align: left;
  margin: 21px 0;
}

/*/
///
///  article dropdown
///
/*/

ul.dropdown-menu a:hover {
  color: #9e9e9e;
}
ul.dropdown-menu [class^="icon-"],
ul.dropdown-menu [class*=" icon-"] {
  margin-right: 7px;
  font-size: 14px;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #9e9e9e;
}
.dropdown-toggle span.caret {
  border-top: 4px solid #fff;
}
.btn-group .btn.dropdown-toggle {
  padding: 5px 8px 3px;
  margin-left: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pull-right > .dropdown-menu {
  margin-top: -10px;
  padding-bottom: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
ul.dropdown-menu {
  min-width: 100%;
  border: 1px solid #e7e7e7;
}
ul.dropdown-menu li > a {
  padding: 2px 12px;
  font-size: 13px;
}
ul.dropdown-menu a:hover,
ul.dropdown-menu a:focus {
  background-color: transparent;
  background-image: none;
}

/* dark version */

#ls-container .ls-dark ul.dropdown-menu a:hover {
  color: #9e9e9e;
}

/*/
///
///  article tags
///
/*/

div.tag-category {
  margin-bottom: 21px;
}
div.tag-category,
div.tag-category p {
  text-align: justify;
}
div.tag-category .btn-toolbar {
  margin-top: 3.2%;
}
div.tag-category h3 {
  font-size: 21px;
  border: none;
}
div.tag-category p.readmore a.btn {
  margin-top: 10px;
}
div.tags .label-info[href],
div.tags .badge-info[href] {
  background-color: #444;
  padding: 4px 8px;
  margin-top: 14px;
  margin-bottom: 14px;
}
span.ls-article-tags {
  font-size: 13px;
}
span.ls-article-tags i.fa-tags {
  font-size: 14px;
  padding-right: 1px;
  color: #444;
}
ul.tags {
  display: inline;
  font-size: 13px;
}
ul.tags li {
  padding: 0;
}
ul.tags li:after {
  content: ",";
  margin-left: -1px;
}
ul.tags li:last-child:after {
  content: none;
}
ul.tags li a {
  background-color: transparent !important;
  color: #9e9e9e;
  border-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  text-shadow: none !important;
  font-weight: normal;
  font-size: 13px;
}
ul.tags li a:hover,
ul.tags li a:focus {
  color: #444 !important;
}
.ls-tags-img {
  margin: 0 auto 21px;
  width: 100%;
}

/* dark version */

#ls-container .ls-dark span.ls-article-tags i.fa-tags {
  color: #eee;
}
#ls-container .ls-dark ul.tags li a:hover,
#ls-container .ls-dark ul.tags li a:focus {
  color: #777 !important;
}

    /*
    //////////////////////////////////////////////////

11.2. categories

    //////////////////////////////////////////////////
    */

/*/
///
///  list all categories
///
/*/

div.categories-list a.btn:hover,
div.categories-list a.btn:focus {
  box-shadow: none;
  border: none;
}
div.categories-list a.btn .icon-plus,
div.categories-list a.btn .icon-minus {
  color: #fff;
  padding-top: 3px;
  font-size: 14px;
  margin-right: 0;
}

/*/
///
///  categories list
///
/*/

div.categories-list ul {
  list-style-type: none;
  margin-left: 0;
}
div.categories-list .fade.in.collapse {
  padding-left: 21px;
}
div.categories-list h3.page-header.item-title,
div.categories-list h3.page-header.item-title a,
div.cat-children h3.page-header.item-title,
div.cat-children h3.page-header.item-title a {
  font-size: 18px;
  margin: 0;
  border: medium none;
}
div.categories-list h3.page-header.item-title a.btn {
  padding: 4px 8px 6px;
}
div.categories-list h3.page-header.item-title a span {
  vertical-align: middle;
  padding-top: 0;
}

/*/
///
///  tables
///
/*/

.content-category .table th,
.content-category .table td {
  vertical-align: middle;
  text-align: center;
}

/* dark version */

#ls-container .ls-dark .table th,
#ls-container .ls-dark .table td,
#ls-container .ls-dark table.table-bordered {
  border-color: #444;
}
#ls-container .ls-dark table thead,
#ls-container .ls-dark .table-hover tbody tr:hover > td,
#ls-container .ls-dark .table-hover tbody tr:hover > th,
#ls-container .ls-dark .table-striped tbody > tr:nth-child(2n+1) > td,
#ls-container .ls-dark .table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #222;
}

    /*
    //////////////////////////////////////////////////

11.3. modules

    //////////////////////////////////////////////////
    */

/*/
///
///   layout
///
/*/

.moduletable,
div[class^="moduletable-"],
div[class*=" moduletable-"] {
  text-align: justify;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 11px;
}

/*/
///
///   title
///
/*/

/* custom module title */
.moduletable .custom h3,
div[class^="moduletable-"] div[class^="custom-"] h3,
div[class^="moduletable-"] div[class*=" custom-"] h3,
div[class*=" moduletable-"] div[class^="custom-"] h3,
div[class*=" moduletable-"] div[class*=" custom-"] h3 {
  color: #444;
  font-size: 24.5px;
  margin: 10px 0;
  background: none;
  text-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
  text-transform: none;
  -webkit-border-radius: none 0px;
  -moz-border-radius: none 0px;
  border-radius: none 0px;
}

/* icons */
.moduletable h3 [class^="fa fa-"],
.moduletable h3 [class*=" fa fa-"] {
  background-color: #9e9e9e;
  color: #fff;
  padding: 10px;
  margin-right: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.moduletable h3 [class^="fa fa-"],
.moduletable h3 [class*=" fa fa-"],
[class^="moduletable-"] h3 [class^="fa fa-"],
[class^="moduletable-"] h3 [class*=" fa fa-"],
[class*=" moduletable-"] h3 [class^="fa fa-"],
[class*=" moduletable-"] h3 [class*=" fa fa-"] {
  font-size: 21px;
  margin-right: 14px;
}

/*/
///
///   breadcrumbs
///
/*/

.breadcrumb {
  background-color: transparent;
  margin: 0;
}
.breadcrumb .moduletable {
  margin: 0;
}
.moduletable ul.breadcrumb {
  padding: 8px 0px 0px;
}
.breadcrumb > li > .divider {
  margin-right: 0;
  padding: 0 7px;
  color: #999;
}
.breadcrumb > li > .divider.icon-location {
  display: none;
}
.breadcrumb > li + li:before {
  content: none;
}
.breadcrumb > .active {
  color: #333;
}

/*/// mobile ///*/
@media (max-width: 768px) {

  .moduletable ul.breadcrumb {
    padding: 8px 0px 0px;
    text-align: left;
    font-size: 12px;
  }

}

/* dark version */

#ls-container .ls-dark .breadcrumb > li {
  text-shadow: 0px 1px 0px #444;
}
#ls-container .ls-dark .breadcrumb > .active {
  color: #eee;
}

/*/
///
///   login form
///
/*/

#login-form [class^="icon-"],
#login-form [class*=" icon-"] {
  padding-top: 2px;
  margin: 0;
}
#login-form span.icon-lock {
  font-size: 16px;
}
#login-form span.icon-user {
  font-size: 14px;
}
#form-login-submit .btn-primary {
  margin-top: 10px;
}
#login-form li a{
  line-height: 21px;
  padding: 2px 0;
  display: block;
}
#login-form li a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #999;
}
#form-login-remember {
  margin: 21px 0 10px;
}
#form-login-remember label.control-label {
  margin-bottom: 0;
  margin-left: 7px;
}
#form-login-remember #modlgn-remember {
  margin-top: 0;
}

/*/
///
///  archived articles
///
/*/

ul.archive-module,
ul[class^="archive-module-"],
ul[class*=" archive-module-"] {
  list-style-type: none;
  margin-left: 0;
}
ul.archive-module li a,
ul[class^="archive-module-"] li a,
ul[class*=" archive-module-"] li a {
  line-height: 21px;
  padding: 2px 0;
  display: block;
}
ul.archive-module li a:before,
ul[class^="archive-module-"] li a:before,
ul[class*=" archive-module-"] li a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #999;
}

/*/
///
///  articles most read
///
/*/

ul.mostread,
ul[class^="mostread-"],
ul[class*=" mostread-"] {
  list-style-type: none;
  margin-left: 0;
}
ul.mostread li a,
ul[class^="mostread-"] li a,
ul[class*=" mostread-"] li a {
  line-height: 21px;
  padding: 2px 0;
  display: block;
}
ul.mostread li a:before,
ul[class^="mostread-"] li a:before,
ul[class*=" mostread-"] li a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #999;
}

/*/
///
///  articles categories
///
/*/

ul.categories-module,
ul[class^="categories-module-"],
ul[class*=" categories-module-"] {
  list-style-type: none;
  margin-left: 0;
}
ul.categories-module ul,
ul[class^="categories-module-"] ul,
ul[class*=" categories-module-"] ul,
ul.categories-module ul ul,
ul[class^="categories-module-"] ul ul,
ul[class*=" categories-module-"] ul ul {
  list-style-type: none;
}
ul.categories-module h4,
ul[class^="categories-module-"] h4,
ul[class*=" categories-module-"] h4 {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  font-weight: normal;
}
ul.categories-module li a,
ul[class^="categories-module-"] li a,
ul[class*=" categories-module-"] li a {
  line-height: 21px;
  padding: 2px 0;
  display: block;
}
ul.categories-module li a:before,
ul[class^="categories-module-"] li a:before,
ul[class*=" categories-module-"] li a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #999;
}

/*/
///
///  articles category
///
/*/

ul.category-module,
ul[class^="category-module-"],
ul[class*=" category-module-"] {
  list-style-type: none;
  margin-left: 0;
}
ul.category-module h4,
ul[class^="category-module-"] h4,
ul[class*=" category-module-"] h4 {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: normal;
}
ul.category-module li a,
ul[class^="category-module-"] li a,
ul[class*=" category-module-"] li a {
  line-height: 21px;
  padding: 2px 0;
  display: block;
}
ul.category-module li a:before,
ul[class^="category-module-"] li a:before,
ul[class*=" category-module-"] li a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #999;
}

/*/
///
///  latest articles
///
/*/

ul.latestnews,
ul[class^="latestnews-"],
ul[class*=" latestnews-"] {
  list-style-type: none;
  margin-left: 0;
}
ul.latestnews h4,
ul[class^="latestnews-"] h4,
ul[class*=" latestnews-"] h4 {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: normal;
}
ul.latestnews li a,
ul[class^="latestnews-"] li a,
ul[class*=" latestnews-"] li a {
  line-height: 21px;
  padding: 2px 0;
  display: block;
}
ul.latestnews li a:before,
ul[class^="latestnews-"] li a:before,
ul[class*=" latestnews-"] li a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #999;
}

/*/
///
///  popular tags
///
/*/

.tagspopular ul,
[class^="tagspopular-"] ul,
[class*=" tagspopular-"] ul {
  list-style-type: none;
  margin-left: 0;
}
.tagspopular ul h4,
[class^="tagspopular-"] ul h4,
[class*=" tagspopular-"] ul h4 {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.tagspopular ul li a,
[class^="tagspopular-"] ul li a,
[class*=" tagspopular-"] ul li a {
  line-height: 21px;
  padding: 2px 0;
  display: block;
}
.tagspopular ul li a:before,
[class^="tagspopular-"] ul li a:before,
[class*=" tagspopular-"] ul li a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #999;
}

/*/
///
///  who's online
///
/*/

ul.whosonline {
  list-style-type: none;
  margin-left: 0;
}
ul.whosonline li:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #999;
}

/*/
///
///  users latest module
///
/*/

ul.latestusers {
  list-style-type: none;
  margin-left: 0;
}
ul.latestusers li:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #999;
}

/*/
///
///  archive
///
/*/

div.archive .btn.btn-primary {
  padding: 2px 10px;
  text-transform: uppercase;
  font-size: 12px;
}
div.archive div.filter-search {
  margin-top: 8px;
}

/*/
///
///  search module
///
/*/

/*
///  cwestyle
*/

.moduletablecwestyle .ls-search ul.nav,
.moduletable.cwestyle .ls-search ul.nav {
  padding-top: 0;
  margin-bottom: 0;
}
.moduletablecwestyle .ls-search a.dropdown-toggle,
.moduletable.cwestyle .ls-search a.dropdown-toggle {
  margin: 0;
  padding: 10px 12px 9px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.moduletablecwestyle .ls-search a.dropdown-toggle:hover,
.moduletable.cwestyle .ls-search a.dropdown-toggle:hover,
.moduletablecwestyle .ls-search a.dropdown-toggle:focus,
.moduletable.cwestyle .ls-search a.dropdown-toggle:focus,
.moduletablecwestyle .ls-search .nav > li > a:hover,
.moduletablecwestyle .ls-search .nav > li > a:focus {
  background-color: #333;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.moduletablecwestyle .ls-search a.dropdown-toggle i,
.moduletable.cwestyle .ls-search a.dropdown-toggle i {
  padding: 0;
  font-size: 16px;
}
.moduletablecwestyle .ls-search ul.dropdown-menu,
.moduletable.cwestyle .ls-search ul.dropdown-menu {
  min-width: 160px;
  margin: 0;
  padding: 0;
  float: right;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletablecwestyle .ls-search ul.dropdown-menu input#mod-search-searchword,
.moduletable.cwestyle .ls-search ul.dropdown-menu input#mod-search-searchword {
  border: 1px solid transparent;
  min-width: 160px;
  margin: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 160px;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletablecwestyle .ls-search ul.dropdown-menu input#mod-search-searchword:focus,
.moduletable.cwestyle .ls-search ul.dropdown-menu input#mod-search-searchword:focus {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 3px #999;
}
.moduletablecwestyle.pull-right .ls-search ul.dropdown-menu,
.moduletable.cwestyle.pull-right .ls-search ul.dropdown-menu {
  right: 0;
  left: auto;
}
.moduletablecwestyle.pull-left .ls-search ul.dropdown-menu,
.moduletable.cwestyle.pull-left .ls-search ul.dropdown-menu {
  left: 0;
  right: auto;
}

/*/// mobile ///*/
@media (max-width: 768px) {

  .moduletablecwestyle .ls-search a.btn.dropdown-toggle,
  .moduletablecwestyle .ls-search a.btn.dropdown-toggle:hover,
  .moduletablecwestyle .ls-search a.btn.dropdown-toggle:focus {
    text-align: left;
    background-color: transparent !important;
    color: #444 !important;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    border-top: none;
  }
  .moduletablecwestyle.pull-left .ls-search a.btn.dropdown-toggle i {
    color: #9e9e9e;
  }
  .moduletablecwestyle .ls-search ul.dropdown-menu input#mod-search-searchword,
  .moduletable.cwestyle .ls-search ul.dropdown-menu input#mod-search-searchword,
  .moduletablecwestyle .ls-search ul.dropdown-menu,
  .moduletable.cwestyle .ls-search ul.dropdown-menu {
    float: none;
    left: 0;
    right: 0;
    width: 70%;
  }
  .moduletablecwestyle .ls-search ul.dropdown-menu input#mod-search-searchword:focus,
  .moduletable.cwestyle .ls-search ul.dropdown-menu input#mod-search-searchword:focus {
    box-shadow: none;
  }

}

/*
///  default
*/

.ls-search input#mod-search-searchword,
div[class^="ls-search"] input#mod-search-searchword,
div[class*=" ls-search"] input#mod-search-searchword {
  min-width: 140px;
  padding: 9px 14px;
  border: 1px solid #e7e7e7;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ls-search input#mod-search-searchword:focus,
div[class^="ls-search"] input#mod-search-searchword:focus,
div[class*=" ls-search"] input#mod-search-searchword:focus {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 3px #999;
}
div.ls-search button.btn.btn-primary,
div[class^="ls-search"] button.btn.btn-primary,
div[class*=" ls-search"] button.btn.btn-primary,
div.ls-search input.button,
div[class^="ls-search"] input.button,
div[class*=" ls-search"] input.button {
  padding: 9px 12px;
  margin-left: -4px;
}
.moduletable.pull-right .ls-search form.form-inline,
.moduletablepull-right .ls-search form.form-inline,
.moduletable.pull-right div[class^="ls-search"] form.form-inline,
.moduletablepull-right div[class^="ls-search"] form.form-inline,
.moduletable.pull-right div[class*=" ls-search"] form.form-inline,
.moduletablepull-right div[class*=" ls-search"] form.form-inline {
  text-align: right;
}

/*/
///
///  newsflash module
///
/*/

.newsflash-title,
[class^="newsflash-title-"],
[class*=" newsflash-title-"] {
  line-height: 1.4em;
  clear: both;
  padding: 28px 0 14px;
}
.newsflash-title:first-child,
[class^="newsflash-title-"]:first-child,
[class*=" newsflash-title-"]:first-child {
  padding: 0;
}

div.newsflash a.readmore,
div[class^="newsflash-"] a.readmore,
div[class*=" newsflash-"] a.readmore {
  display:block;
  padding: 14px 0;
  margin: 14px 0;
}

/* dark version */

#ls-container .ls-dark .newsflash-title:before ,
#ls-container .ls-dark [class^="newsflash-title-"]:before ,
#ls-container .ls-dark [class*=" newsflash-title-"]:before {
  color: #777;
}

    /*
    //////////////////////////////////////////////////

11.4. components

    //////////////////////////////////////////////////
    */

/*/
///
///  default components
///
/*/

div.tag-category,
div.categories-list,
div.category-list,
div.login,
div.logout,
div.profile,
div.remind,
div.reset,
div.archive {
  margin-top: 20px;
}
form.form-validate .componentheading {
  padding-top: 10px;
}
form.well,
.nav-tabs.nav-stacked > li:first-child > a,
.nav-tabs.nav-stacked > li:last-child > a,
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*/
///
///  login
///
/*/

div.login form.well {
  padding: 30px 0 0;
}
div.login form.well .btn {
  margin-bottom: 0;
}
div.logout form.well {
  padding-bottom: 0;
}
div.logout button.btn.btn-primary {
  margin-bottom: 0;
}
div.logout button.btn.btn-primary [class^="icon-"],
div.logout button.btn.btn-primary [class*=" icon-"] {
  font-size: 16px;
  line-height: 16px;
  padding-top: 0;
  margin-top: 0;
  vertical-align: baseline;
}
div.logout .form-horizontal .controls {
  margin-left: 0px;
}
div.login .nav-tabs > li > a,
div.logout .nav-tabs > li > a {
  padding-top: 12px;
}
div.logout-button {
  margin-top: 21px;
}

/*/
///
///  registration
///
/*/

div.registration button.btn.btn-primary.validate {
  text-transform: none;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 16px;
}
div.registration div.form-actions {
  border: none;
  background: transparent;
  padding-left: 0;
  padding-top: 2em;
}
div.registration fieldset legend {
  padding-top: 0.5em;
}

/*/
///
///  user profile
///
/*/

div.profile legend {
  padding-top: 14px;
  line-height: 1.5em;
  border: none;
}
div.profile #users-profile-custom legend {
  padding-top: 16px;
}
div.profile dl.dl-horizontal {
  margin-top: 10px;
}
div.profile dl.dl-horizontal dt,
div.profile dl.dl-horizontal dd {
  font-weight: normal;
  line-height: 24px;
  text-align: left;
}
div.profile dl.dl-horizontal dt {
  color: #777;
  width: 16em;
}
div.profile .btn {
  font-size: 16px;
}
div.profile .btn span.icon-user {
  vertical-align: baseline;
}
div.profile ul.btn-toolbar {
  margin-top: 4px;
}

/*
///  edit user profile
*/

div.profile-edit div.form-actions {
  border: none;
  background: transparent;
  padding-left: 0;
  padding-top: 2em;
}
div.profile-edit fieldset legend {
  padding-top: 0.5em;
}
div.profile-edit #member-profile {
  margin-top: 20px !important;
}
div.profile-edit #member-profile fieldset {
  margin-bottom: 21px;
  border: none;
  border-radius: 0px;
  padding: 0px;
}
div.profile-edit #member-profile .control-group{
  margin-top: 0;
}
div.profile-edit #member-profile legend {
  color: #444;
  font-size: 24px;
  margin-top: 0;
}
div.profile-edit #member-profile a.chzn-single,
div.profile-edit #member-profile .chzn-container.chzn-with-drop .chzn-drop {
  border: 1px solid #ddd;
}
#member-profile button.btn.btn-primary.validate,
#member-profile a.btn {
  color: #fff;
  background-color: #9e9e9e;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 11px 21px 10px;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
}
#member-profile a.btn {
  color: #fff;
  background-color: #222;
}
#member-profile button.btn.btn-primary.validate:hover,
#member-profile button.btn.btn-primary.validate:focus,
#member-profile a.btn:hover,
#member-profile a.btn:focus {
  color: #fff;
  background-color: #222;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
button#helpsite-refresh {
  padding: 5px 10px;
  margin: 2px 0 0 0;
}

/*/
///
///  username reminder
///
/*/

div.remind form.well {
  padding-bottom: 0;
}
div.remind label {
  text-align: left;
}
div.remind fieldset div.control-group {
  margin-top: 26px;
  margin-bottom: 0;
}
div.remind div.form-actions {
  border: none;
  background: transparent;
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
}
div.remind form.well .btn {
  margin-bottom: 0;
}

/*/
///
///  password reset
///
/*/

div.reset form.well {
  padding-bottom: 0;
}
div.reset label {
  text-align: left;
}
div.reset fieldset div.control-group {
  margin-top: 26px;
  margin-bottom: 0;
}
div.reset div.form-actions {
  border: none;
  background: transparent;
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
}
div.reset form.well .btn {
  margin-bottom: 0;
}

/*/
///
///  wrapper
///
/*/

#blockrandom {
  margin-bottom: 21px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.contentpane .wrapper {
  margin-top: 10px;
}

/* dark version */

#ls-container .ls-dark #blockrandom {
  border: 1px solid #444;
}

/*/
///
///  component page
///
/*/

body.contentpane {
  padding: 1em;
  background-color: #fff;
}
body.contentpane a, body.component-body a {
  font-weight: normal;
}
body.contentpane #adminForm .table th,
body.contentpane #adminForm .table td {
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
body.contentpane fieldset.filter.clearfix .btn {
  padding: 2px 10px;
}
body.contentpane fieldset.filter.clearfix .btn [class^="fa fa-"],
body.contentpane fieldset.filter.clearfix .btn [class*=" fa fa-"] {
  font-size: 16px;
  padding: 0;
}
body.contentpane #imageForm button.btn {
  padding: 8px 12px 6px;
  text-transform: none;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 14px;
}
body.contentpane #imageForm button.btn:hover {
  border: 1px solid #e7e7e7;
}
body.contentpane #imageForm button.btn.btn-primary:hover {
  border: none;
}
body.contentpane #imageForm #upbutton.btn  {
  padding: 2px 10px;
  margin-top: 7px;
}
body.contentpane #imageForm .control-group {
  margin: 0;
}

/* make the component page colorblind */
body.contentpane .btn {
  background-color: #222;
  color: #fff;
}
body.contentpane a {
  color: #999;
}
body.contentpane a:hover,
body.contentpane a:focus {
  color: #444;
}

/*/
///
///  core-supported components
///
/*/

div.newsfeed,
div.newsfeed-category,
div.contact-category,
div.finder {
  margin-top: 24px;
}

/*
///  contact component
*/

/* single contact */
div.contact span.jicons-icons {
  display: none;
}
div.contact span.contact-street:before,
div.contact span.contact-emailto:before,
div.contact span.contact-telephone:before,
div.contact span.contact-fax:before,
div.contact span.contact-mobile:before,
div.contact span.contact-webpage:before {
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 4px;
  color: #444;
}
div.contact span.contact-street:before {
  content: "\f015";
}
div.contact span.contact-emailto:before {
  content: "\f0e0";
}
div.contact span.contact-telephone:before {
  content: "\f095";
}
div.contact span.contact-fax:before {
  content: "\f02f";
}
div.contact span.contact-mobile:before {
  content: "\f10a";
  padding-left: 2px;
}
div.contact span.contact-webpage:before {
  content: "\f0ac";
}

/* legend */
div.contact fieldset legend {
  font-size: 14px;
  border: medium none;
  color: #999;
  font-style: italic;
}

/* form */
div.contact div.accordion {
  margin-bottom: 0;
}
div.contact .accordion-group {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.contact .accordion-heading {
  padding: 10px 21px;
}
div.contact div.accordion-inner {
  padding: 0;
}
div.contact .accordion-heading a.accordion-toggle {
  padding: 0;
  background-image: none;
  font-weight: normal;
}
div.contact address {
  margin-bottom: 0;
}
div.contact .nav-list > li > a {
  padding: 14px 21px;
}
div.contact #contact-form {
  padding: 21px;
  margin-bottom: 0;
}
div.contact #contact-form .form-actions {
  margin: 0;
  padding: 0;
}
div.contact #contact-form .form-actions button {
  margin: 0;
}
div.contact .dl-horizontal dd {
  margin: 3px 0px 3px 18px;
}
dl.contact-address.dl-horizontal {
  margin-top: 21px;
  margin-bottom: 21px;
}
div.contact div.form-actions {
  border: none;
  background: transparent;
  padding-bottom: 3px;
}
div.contact .form-horizontal .control-group {
  margin-bottom: 12px;
}
div.contact .form-horizontal .form-actions {
  padding-left: 0;
}

/* dark version */

#ls-container .ls-dark div.contact #contact-form.well {
  border: 0 none;
}
#ls-container .ls-dark div.contact .accordion-group {
  border-color: #444;
}
#ls-container .ls-dark div.contact span.contact-street::before,
#ls-container .ls-dark div.contact span.contact-emailto::before,
#ls-container .ls-dark div.contact span.contact-telephone::before,
#ls-container .ls-dark div.contact span.contact-fax::before,
#ls-container .ls-dark div.contact span.contact-mobile::before,
#ls-container .ls-dark div.contact span.contact-webpage::before {
  color: #eee;
}

/* list contacts */
div.contact-category ul.category.list-striped {
  list-style-type: none;
  margin-left: 0;
  margin-top: 14px;
}
div.contact-category ul.category.list-striped strong.list-title:before{
  font-family: FontAwesome;
  content: "\f105";
  font-weight: normal;
  padding-right: 10px;
  color: #333;
}
div.contact-category select#limit.inputbox.input-mini {
  vertical-align: baseline;
}
div.contact-category table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0px;
  background-color: transparent;
  font-size: 1em;
}
div.contact-category table tr {
  border-bottom: 1px solid #e7e7e7;
  color: #444;
}
div.contact-category table th a {
  color: #444;
}
div.contact-category act-category table th a {
  color: #444;
}
div.contact-category table th,
div.contact-category table td {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5em;
  text-align: left;
}

/* featured contacts */
div.blog-featured fieldset legend {
  font-size: 18px;
  margin-bottom: 0;
  border: none;
}
div.blog-featured table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0px;
  background-color: transparent;
  font-size: 1em;
}
div.blog-featured table tr {
  border-bottom: 1px solid #e7e7e7;
  color: #444;
}
div.blog-featured thead a {
  color: #444;
}
div.blog-featured thead th,
div.blog-featured tbody td {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5em;
  text-align: left;
}
div.blog-featured div.display-limit select.inputbox.input-mini {
  margin-top: 0.5em;
}

/*
///  news feed component
*/

div.newsfeed h3,
div.newsfeed-category h3 {
  font-size: 21px;
  border: none;
}

/* list news feeds */
div.newsfeed-category ul.category.list-striped.list-condensed {
  margin-left: 0;
}
div.newsfeed-category ul.category.list-striped.list-condensed .list-title {
  font-size: 18px;
}
div.newsfeed-category ul.category.list-striped.list-condensed .list-title a {
  color: #444;
}

/*
///  search component
*/

/* form */
div.search #searchForm {
  margin-top: 21px !important;
  padding-top: 6px;
  padding-bottom: 4px;
}

/* advanced search accordeon */
#ls-search-advanced-fields .accordion-group {
  background-color: transparent;
  margin: 0;
  border: 1px solid transparent !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#ls-search-advanced-fields .accordion-heading {
  background-color: transparent;
  background-image: none !important;
  padding: 10px 0px;
}
#ls-search-advanced-fields .accordion-heading a.accordion-toggle {
  display: inline-block;
  color: #FFF;
  background-color: #9e9e9e;
  background-image: none !important;
  border: 1px solid transparent;
  font-weight: normal;
  padding: 10px 18px 10px;
  margin-top: 1px;
}
#ls-search-advanced-fields .accordion-heading a.accordion-toggle:hover,
#ls-search-advanced-fields .accordion-heading a.accordion-toggle:focus {
  color: #FFF;
  background-color: #333;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
}
#ls-search-advanced-fields .accordion-heading a.accordion-toggle:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  font-size: 14px;
  margin-right: 0.6em;
  content: "\f03a";
}
#ls-search-advanced-fields .accordion-group .accordion-inner {
  margin-top: 21px;
  padding: 7px 0px 21px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

/* search field */
div.search #searchForm .btn-toolbar {
  margin-top: 12px;
  float: left;
  margin-right: 21px;
  margin-bottom: 0;
}
div.search #searchForm .btn-toolbar .btn,
div.search #searchForm .btn-toolbar input {
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.search #searchForm .icon-search {
  margin: 0;
  vertical-align: baseline;
}
div.search #searchForm .btn-group.pull-left {
  margin: 0;
}
div.search #searchForm button.btn.hasTooltip {
  padding: 10px 14px;
  margin-left: -3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.search #searchForm input#search-searchword.inputbox {
  width: 162px;
  padding: 10px 14px;
  font-size: 13px;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.search #searchForm input#search-searchword.inputbox:focus {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.047) inset, 0px 0px 3px #999;
}

/* results badge */
div.search #searchForm .searchintro {
  padding-bottom: 2px;
}
div.search #searchForm span.badge.badge-info {
  font-size: 14px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 0px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.search #searchForm .searchintro p {
  font-size: 16px;
}

/* search for */
div.search #searchForm fieldset legend {
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 6px;
  font-weight: normal;
}
div.search #searchForm div.phrases-box label {
  margin-top: 3px;
  display: inline-block;
  margin-right: 1em;
}
div.search #searchForm div.phrases-box label:first-child {
  padding-top: 0;
}
div.search #searchForm fieldset.phrases div.phrases-box {
  overflow: hidden;
}

/* ordering */
div.search #searchForm div.ordering-box label {
  font-size: 16px;
  margin-top: 11px;
  font-weight: normal;
}
div.search #searchForm #ordering_chzn {
  margin-top: 4px;
  margin-bottom: 11px;
}

/* search only */
div.search #searchForm fieldset.only  {
  margin-top: 10px;
}
div.search #searchForm fieldset.only legend {
  font-size: 16px;
  margin-bottom: 9px;
  font-weight: normal;
}
div.search #searchForm fieldset.only label {
  display: inline-block;
  margin: 2px 1em 0 0;
}

/* limit */
div.search #searchForm .form-limit {
  padding-top: 8px;
}
div.search #searchForm .form-limit label {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 4px;
}


/* results list */
div.search .result-title {
  font-size: 18px;
  margin: 10px 0px 11px;
  font-weight: normal;
}

/* store search image */
.cwesearch-store-img {
  padding-right: 21px;
  margin-top: -7px;
}
.cwesearch-store-img,
.cwesearch-store-img img {
  float: none !important;
}

/* category */
div.search .result-category {
  margin-left: 0;
}
div.search .result-category:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  font-size: 14px;
  margin-right: 0.2em;
  content: "\f115";
}

/* text */
div.search .result-text {
  margin: 13px 0px 9px;
}

/* date */
div.search .result-created {
  margin: 11px 0px 21px;
  color: #888;
  font-style: italic;
}

/* search columns into 2 rows */
#cwesearch-results.span6:nth-child(odd) {
  margin-left: 0;
  clear: both;
}

/* search buttons */
input#mod-search-searchword {
  width: 50%;
  vertical-align: top;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
div.search .icon-search,
div[class^="search"] .icon-search,
div[class*=" search"] .icon-search {
  margin: 0;
  vertical-align: baseline;
}
div.search button.btn.hasTooltip,
div[class^="search"] button.btn.hasTooltip,
div[class*=" search"] button.btn.hasTooltip {
  padding: 4px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.search fieldset legend,
div[class^="search"] fieldset legend,
div[class*=" search"] fieldset legend {
  font-size: 18px;
  padding-top: 14px;
  margin-bottom: 6px;
  border: none;
}
div.search select#ordering.inputbox,
div[class^="search"] select#ordering.inputbox,
div[class*=" search"] select#ordering.inputbox {
  margin-bottom: 14px;
}
div.search button.btn.btn-primary,
div[class^="search"] button.btn.btn-primary,
div[class*=" search"] button.btn.btn-primary,
div.search input.button,
div[class^="search"] input.button,
div[class*=" search"] input.button {
  font-size: 14px;
  margin-bottom: 0;
  padding: 4px 6px;
  margin-left: -6px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*
///  finder component
*/

/* buttons */
#finder-search button.btn,
div[id^="finder-search"] button.btn,
div[id*=" finder-search"] button.btn {
  margin: 14px;
  font-size: 16px;
  padding: 10px 18px;
}
#finder-search a.btn,
div[id^="finder-search"] a.btn,
div[id*=" finder-search"] a.btn {
  margin-top: 11px;
  font-size: 16px;
  padding: 10px 18px 11px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#finder-search span.icon-search,
div[id^="finder-search"] span.icon-search,
div[id*=" finder-search"] span.icon-search {
  padding-top: 2px;
}
#finder-search button.btn.btn-primary.disabled,
div[id^="finder-search"] button.btn.btn-primary.disabled,
div[id*=" finder-search"] button.btn.btn-primary.disabled,
#finder-search button.btn.btn-primary.disabled:hover,
div[id^="finder-search"] button.btn.btn-primary.disabled:hover,
div[id*=" finder-search"] button.btn.btn-priton.btn.btn-primary.disabled:hover,
#finder-search button.btn.btn-primary.disabled:focus,
div[id^="finder-search"] button.btn.btn-primary.disabled:focus,
div[id*=" finder-search"] button.btn.btn-primary.disabled:focus {
  background-color: #888;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* search query explained */
div.finder #search-query-explained {
  padding-top: 6px;
  margin-bottom: 21px;
  font-style: italic;
}

/* advanced search */
div.finder #advancedSearch span.term {
  color: #777;
}
div.finder .filter-branch.control-group label.control-label {
  text-align: left;
  margin-top: 10px;
}
div.finder #finder-filter-w1,
div.finder #finder-filter-w2 {
  margin-bottom: 10px;
}
div.finder #filter_date1_img.btn,
div.finder #filter_date2_img.btn {
  margin: 0;
  padding: 4px 4px 4px 8px;
}
div.finder #filter_date1_img.btn i,
div.finder #filter_date2_img.btn i {
  margin-right: 0;
}
div.finder #filter_date1_img.btn:hover,
div.finder #filter_date1_img.btn:focus,
div.finder #filter_date2_img.btn:hover,
div.finder #filter_date2_img.btn:focus {
  box-shadow: none;
}
div.finder #finder-filter-select-list {
  padding-bottom: 14px;
  border-bottom: 1px solid #e7e7e7;
}
div.finder .form-inline .input-append {
  margin-top: 10px;
}
div#finder-filter-window .filter-branch .finder-selects,
ul#finder-filter-select-dates li.filter-date {
  float: none;
}

/* results list */
div.finder #search-results h4.result-title {
  font-size: 18px;
  margin-bottomt-size: 18px;
  margin-bottom: 12px;
}
div.finder #search-results h4.result-title span.highlight {
  background-color: transparent;
  padding: 0;
  color: inherit;
}

/* url */
div.finder #search-results div.result-url {
  color: #888;
  padding-top: 4px;
}
div.finder #search-results div.result-url:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  font-size: 14px;
  margin-right: 0.2em;
  content: "\f0c1";
}

/* search results */
div.finder #search-results ul.search-results {
  list-style: none;
  margin-left: 0;
}
div.finder #search-results ul.search-results li {
  margin-bottom: 21px;
}

/*/
///
///  misc joomla content
///
/*/

/*/  tiptool  /*/

.tip-wrap .tip {
  background-color: #111;
  color: #eee;
  padding: 0.5em 1em;
}

/*/  element invisible  /*/

.element-invisible,
.hidelabeltxt {
  display: none !important;
}

/*/  highlight  /*/

span.highlight {
  color: #444;
  background-color: #ddd;
  font-weight: normal;
  padding: 2px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*/
///
///  fix for bootstrap print links
///
/*/

@media print {
  a[href]:after {
    content: none;
  }
  #ls-navbar {
    display: none;
  }
}

    /*
    //////////////////////////////////////////////////

11.5. tags

    //////////////////////////////////////////////////
    */

div.tag-category ul {
  margin: 0;
}
div.tag-category ul.thumbnails li {
  margin-left: 4px;
  margin-right: 4px;
}
div.tag-category ul.thumbnails li:first-child {
  margin-left: 0px;
}
div.tag-category ul.thumbnails h3 a {
  padding: 3px 6px 4px;
  text-shadow: none;
  transition: all 0.3s ease-out 0s;
  background-color: #9e9e9e;
  color: #fff;
  border: 1px solid transparent;
  text-shadow: none;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.tag-category ul h3 {
  line-height: 1.3em;
}
ul.category.list-striped {
  list-style: none;
}
ul.category.list-striped li h3 a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #333;
  font-style: normal;
}
ul.tags li:first-child {
  padding-left: 0;
}
div.tag-category ul.thumbnails h3 a:hover,
div.tag-category ul.thumbnails h3 a:focus,
.label-info[href]:hover,
.label-info[href]:focus,
.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  background-color: #222;
}
.label-info[href],
.badge-info[href] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.tag-category .btn {
  padding: 4px 7px;
  margin-right: 2px;
  margin-left: -2px;
}
div.tag-category .btn span.icon-search,
div.tag-category .btn span.icon-remove {
  margin: 0;
  vertical-align: baseline;
}

/* dark version */

#ls-container .ls-dark ul.category.list-striped li h3 a:before {
  color: #777;
}
#ls-container .ls-dark div.tag-category ul.thumbnails h3 a:hover,
#ls-container .ls-dark div.tag-category ul.thumbnails h3 a:focus,
#ls-container .ls-dark .label-info[href]:hover,
#ls-container .ls-dark .label-info[href]:focus,
#ls-container .ls-dark .badge-info[href]:hover,
#ls-container .ls-dark .badge-info[href]:focus {
  color: #333;
  background-color: #fff;
}

/*
//////////////////////////////////////////////////////////////////////

/// 12. extensions

//////////////////////////////////////////////////////////////////////
*/

    /*
    //////////////////////////////////////////////////

12.1. cweslider

    //////////////////////////////////////////////////
    */

.cwestyle .cweslider {
  margin: 0px;
}
.cwestyle #ls-caption h3 {
  font-size: 36px;
  line-height: 1.2em;
  margin-top: 6px;
  margin-left: 14px;
}
.cwestyle .ls-control-paging {
  position: absolute;
  bottom: 8px;
  right: 16px;
  width: auto;
  text-align: right;
  left: auto;
}
.cwestyle .ls-control-paging li a {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  width: 10px;
  height: 10px;
  text-indent: 9999px;
}
.cwestyle .ls-control-paging li a:hover,
.cwestyle .ls-control-paging li a:focus,
.cwestyle .ls-control-paging li a.ls-active {
  background-color: #fff;
}
.cwestyle #ls-caption p {
  margin-bottom: 0;
}
.cwestyle .ls-direction-nav a {
  top: 46%;
}
.cwestyle div[id^="carousel-"] .cwes img,
.cwestyle div[id*=" carousel-"] .cwes img {
  opacity: 0.7;
}
.cwestyle div[id^="carousel-"] .cwes .ls-active-slide img,
.cwestyle div[id*=" carousel-"] .cwes .ls-active-slide img {
  opacity: 1;
}
.cwestyle div[id^="carousel-"] .cwes > li:first-child,
.cwestyle div[id*=" carousel-"] .cwes > li:first-child {
  margin-left: 0 !important;
}

    /*
    //////////////////////////////////////////////////

12.2. cwepromote

    //////////////////////////////////////////////////
    */

.cwestyle div[id^="cwepromote-"],
.cwestyle div[id*=" cwepromote-"] {
  margin-top: 20px;
  margin-bottom: 21px;
}
.cwestyle div[id^="cwepromote-box"],
.cwestyle div[id^="cwepromote-box"] {
  border: none !important;
}
.cwestyle div[class^="cwepromote"],
.cwestyle div[class*=" cwepromote"] {
  margin-top: 10px;
  margin-bottom: 11px;
  border-radius: 0;
  background-color: #fff;
  border: none !important;
}
.cwestyle div[id^="cwepromote-box"] h4,
.cwestyle div[id*=" cwepromote-box"] h4,
.cwestyle div[id^="cwepromote-box"]:hover h4[id^="cwepromote-title"],
.cwestyle div[id^="cwepromote-box"]:hover h4[id*=" cwepromote-title"] {
  font-weight: 300;
}
.cwestyle div[id^="cwepromote-box"] h4[id^="cwepromote-title"] i,
.cwestyle div[id^="cwepromote-box"] h4[id*=" cwepromote-title"] i {
  padding: 0;
}
.cwestyle div[id^="cwepromote-box"] h4[id^="cwepromote-title"],
.cwestyle div[id^="cwepromote-box"] h4[id*=" cwepromote-title"] {
  padding: 12px 20px;
}
.cwestyle div[id^="cwepromote-image"],
.cwestyle div[id*=" cwepromote-image"] {
  margin: 0 !important;
}
.cwestyle div[id^="cwepromote-image"] img,
.cwestyle div[id*=" cwepromote-image"] img {
  border: none!important;
}
.cwestyle p[id^="cwepromote-text"],
.cwestyle p[id*=" cwepromote-text"] {
  padding-top: 7px;
  padding-bottom: 14px;
}
.cwestyle div[id^="cwepromote-box"] h4[id^="cwepromote-title"],
.cwestyle div[id^="cwepromote-box"] h4[id*=" cwepromote-title"] {
  background-color: #9e9e9e !important;
}
.cwestyle div[id^="cwepromote-box"]:hover h4[id^="cwepromote-title"],
.cwestyle div[id^="cwepromote-box"]:hover h4[id*=" cwepromote-title"],
.cwestyle div[id^="cwepromote-box"] h4[id^="cwepromote-title"]:hover,
.cwestyle div[id^="cwepromote-box"] h4[id*=" cwepromote-title"]:hover {
  background-color: #111 !important;
}
.cwestyle div[class^="cwepromote"]:hover,
.cwestyle div[class*=" cwepromote"]:hover {
  border: none !important;
  background-color: rgba(17,17,17,0.4) !important;
}
.cwestyle p[id^="cwepromote-text"]:hover,
.cwestyle p[id*=" cwepromote-text"]:hover {
  color: #fff;
}

/* dark version */

#ls-container .ls-dark .cwestyle div[class^="cwepromote"],
#ls-container .ls-dark .cwestyle div[class*=" cwepromote"] {
  background-color: rgba(17,17,17,0.8);
}
#ls-container .ls-dark .cwestyle p[id^="cwepromote-text"],
#ls-container .ls-dark .cwestyle p[id*=" cwepromote-text"] {
  color: #777 !important;
}
#ls-container .ls-dark .cwestyle div[id^="cwepromote-box"]:hover p[id^="cwepromote-text"],
#ls-container .ls-dark .cwestyle div[id*=" cwepromote-box"]:hover p[id^="cwepromote-text"],
#ls-container .ls-dark .cwestyle div[id^="cwepromote-box"]:hover p[id*=" cwepromote-text"],
#ls-container .ls-dark .cwestyle div[id*=" cwepromote-box"]:hover p[id*=" cwepromote-text"] {
    color: #fff !important;
}
#ls-container .ls-dark .cwestyle div[class^="cwepromote"]:hover,
#ls-container .ls-dark .cwestyle div[class*=" cwepromote"]:hover {
  background-color: rgba(17,17,17,0.4) !important;
}
#ls-container .ls-dark .cwestyle div[id^="cwepromote-box"]:hover h4[id^="cwepromote-title"],
#ls-container .ls-dark .cwestyle div[id^="cwepromote-box"]:hover h4[id*=" cwepromote-title"],
#ls-container .ls-dark .cwestyle div[id^="cwepromote-box"] h4[id^="cwepromote-title"]:hover,
#ls-container .ls-dark .cwestyle div[id^="cwepromote-box"] h4[id*=" cwepromote-title"]:hover {
  background-color: #111!important;
}
    /*
    //////////////////////////////////////////////////

12.3. cweglyph

    //////////////////////////////////////////////////
    */

.cwestyle div.cweglyph-description-center p {
  margin-bottom: 0;
}
.cwestyle div[id^="cweglyph-box"],
.cwestyle div[id*=" cweglyph-box"] {
  margin-top: 28px;
  margin-bottom: 28px;
}
.cwestyle div[id^="cweglyph-icon"],
.cwestyle div[id*=" cweglyph-icon"] {
  background-color: #9e9e9e !important;
  border: 1px solid #9e9e9e !important;
}

/* dark version */

#ls-container .ls-dark div[id^="cweglyph"] a,
#ls-container .ls-dark div[id*=" cweglyph"] a,
#ls-container .ls-dark div[id^="cweglyph"] a:hover,
#ls-container .ls-dark div[id*=" cweglyph"] a:hover,
#ls-container .ls-dark div[id^="cweglyph"] a:focus,
#ls-container .ls-dark div[id*=" cweglyph"] a:focus {
  color: #eee !important;
}

#ls-container .ls-dark .cwestyle div.cweglyph-description-center p {
  color: #555 !important;
}

    /*
    //////////////////////////////////////////////////

12.4. cweeffects

    //////////////////////////////////////////////////
    */

.cwestyle p[id^="cweeffects-title"],
.cwestyle p[id*=" cweeffects-title"] {
  font-weight: 300;
}
.cwestyle div[class^="cweeffects-effect"]:hover,
.cwestyle div[class*=" cweeffects-effect"]:hover {
  background-color: transparent !important;
  border-color: #ddd !important;
}
.cwestyle div[id^="cweeffects-icon"] i,
.cwestyle div[id*=" cweeffects-icon"] i {
  color: #9e9e9e !important;
}
.cwestyle div[id^="cweeffects-icon"] i:hover,
.cwestyle div[id*=" cweeffects-icon"] i:hover {
  color: #444 !important;
}

/* dark version */

#ls-container .ls-dark .cwestyle div[id^="cweeffects-icon"],
#ls-container .ls-dark .cwestyle div[id*=" cweeffects-icon"] {
  background-color: #222 !important;
  border-color: #444 !important;
}
#ls-container .ls-dark .cwestyle div[id^="cweeffects-icon"] i:hover,
#ls-container .ls-dark .cwestyle div[id*=" cweeffects-icon"] i:hover,
#ls-container .ls-dark .cwestyle div[id^="cweeffects-icon"] i:focus,
#ls-container .ls-dark .cwestyle div[id*=" cweeffects-icon"] i:focus {
  color: #eee !important;
}
#ls-container .ls-dark .cweeffects-effect1:hover,
#ls-container .ls-dark .cweeffects-effect2:hover,
#ls-container .ls-dark .cweeffects-effect3:hover,
#ls-container .ls-dark .cweeffects-effect4:hover,
#ls-container .ls-dark .cweeffects-effect5:hover,
#ls-container .ls-dark .cweeffects-effect6:hover {
  background-color: #222 !important;
}
#ls-container .ls-dark .cwestyle p[id^="cweeffects-title"],
#ls-container .ls-dark .cwestyle p[id*=" cweeffects-title"] {
  color: #777 !important;
}

    /*
    //////////////////////////////////////////////////

12.5. cwesocial

    //////////////////////////////////////////////////
    */

.cwestyle ul#cwesocial-list {
  margin-top: 7px;
}
.cwestyle div[id^="cwesocial"] a,
.cwestyle div[id*=" cwesocial"] a {
  background-color: #9e9e9e !important;
}

/*/// mobile ///*/
@media (max-width: 768px) {

  #ls-copyright .span9 {
    float: none;
    width: 100%;
    margin: 0;
  }
  .cwestyle ul#cwesocial-list {
    margin: 0px auto 21px;
    display: table;
    float: none;
  }

}
l#cwesocial-list {
    margin: 0px auto 21px;
    display: table;
    float: none;
  }

.text-bold
{
	font-weight: bold;
}

.text-400
{
	font-weight: 400;
	font-size: 150%;
}

.MarginTop15
{
	margin-top: 15px;
}

.MarginTop60
{
	margin-top: 60px;
}

@media(max-width: 768px)
{
	.MarginTop60
	{
		margin-top: 30px;
	}
}

.Height10
{
	height: 10px;
}

/* Startseite */
#ls-feature a span.fa
{
	font-size: 700%;
    display: block;
    text-align: center;
	margin-bottom: 40px;
}

span.Start_KontaktUeberschrift {
    font-size: 150%;
    display: block;
    text-align: center;
    line-height: 120%;
    font-family: 'Roboto', Arial;
    text-transform: uppercase;
    margin-bottom: 55px;
}

span.Start_KontaktText {
    display: block;
    text-align: center;
}

h4.newsflash-title {
    font-family: 'raleway', sans-serif;
    font-size: 150%;
    font-weight: 500;
}

.newsflash p {
    font-family: 'Roboto', sans-serif;
    font-size: 120%;
    line-height: 130%;
}

.news-gray
{
	color: #939393;
	font-size: 105%;
	display: block;
}

@media (min-width: 1200px)
{
	.newsflash,
	#ls-screen .iframeContainer
	{
		margin-left: 17.094017094017094%;
	}
}

@media (min-width: 1200px)
{
	.newsflash ,
	#ls-screen .iframeContainer{
		margin-left: 17.094017094017094%;
	}
}

@media (max-width: 767px)
{
	.newsflash ,
	#ls-screen .iframeContainer{
		margin-left: 0;
	}
}

@media (max-width: 979px) and (min-width: 768px)
{
	.newsflash ,
	#ls-screen .iframeContainer{
		margin-left: 17.12707182320442%;
	}
}

.newsflash ,
#ls-screen .iframeContainer
{
	margin-left: 17.094017094017094%;
}

#ls-screen iframe
{
	width:70%;
	height: 370px;
}

div#ls-main {
    margin-top: 56px;
}

.newsflash img {
    width: 80%;
}

ol.decimalList, ol.decimalList ol { counter-reset: item }
ol.decimalList li{ display: block }
ol.decimalList li:before { content: counters(item, ".") " "; counter-increment: item }

ol.decimalList > li > ol > li,
ol.decimalList > li > p{
    font-weight: normal;
    margin-top: 13px;
}

ol.decimalList > li {
    font-size: 120%;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}

#VideoContainer {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

video {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    /* height: auto; */
    top: 0;
    left: 0;
 
    /* zoom: 0.9; */
    background-size: cover;
    transition: 0.1s opacity;
    
}

#ls-copyright3 li {
    display: inline-block;
    margin-left: 1vw;
}

#ls-copyright3 {
    float: right;
}

div#ls-copyright3 ul {
    float: right;
    margin-right: 6vw;
}

img#DK_Logo {
    max-width: 300px;
    padding-top: 5px;
    filter: drop-shadow(2px 4px 6px #af1380);
}

div#ls-promowrap {
    position: relative;
    top: -5px;
}



img#Dk_Logo {
    width: 350px;
}

img#VP_Logo {
    width: 300px;
    background-color: white;
    padding: 5px;
    margin-top: 20px;
}