@import url("jstuff.css");

/*

Nexus.css - Contents
01: Global
02: Header (logo, slogan, social, custom module)
03: Hornav Navigation
04: Responsive Navigation
05: Slideshow
06: Breadcrumbs
07: Default Module Styling
08: Top Modules
09: Main
10: Bottom Modules
11: Base Modules
12: Copyright / Footer
13: Nexus Overrides Css
14: Font Awesome
15: Animate Css
16: Scroll to Top
17: Scroll to Div
18: Miscellaneous

*/


/***************************************************************************/
/* 00: C U S T O M */
/***************************************************************************/
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

figure.maplink  {margin:0 20px 0 0;}
figure.maplink img {border:1px solid #333;}
figure.maplink figcaption {display:inline-block; padding:0 20px 0 8px; position:relative; top:-29px; background-color: rgba(210, 210, 210, 0.8); color:#000!important; font-size:10px;}
figure.maplink figcaption a, figure.maplink figcaption a i {color:#000!important;}
figure.maplink figcaption a:hover {text-decoration:underline;}

div#container_main div.wrapper960 {
  -webkit-box-shadow: 0px 0px 21px 2px rgba(85,85,85,1);
  -moz-box-shadow: 0px 0px 21px 2px rgba(85,85,85,1);
  box-shadow: 0px 0px 21px 2px rgba(85,85,85,1);
  }

* {text-shadow: 0px 0px 2px #999;}
div.w100 {padding-left:80px;}
div.w100 {padding-top:20px;}
li.lileimp i.fa-home {height:115px; vertical-align:top; padding-top:5px;}
li.lilebottom i.fa-home {height:50px; vertical-align:top; padding-top:5px;}
div#copyright div p {text-shadow: 1px 2px 10px #000!important; text-align:left; margin-left:-20px;}
img.bottomlink:hover, a.pointer img:hover, span.news:hover ~ img {border-radius:12px; box-shadow: 3px 5px 7px #555;}
a.link {text-decoration:underline; text-decoration-style: dotted;}
li.lileimp {float: left; width: 30px;}
li.lilebottom {float: left; width: 30px;}
ul.spa li i {color:#3b3b3b!important;}
.mapframe {width:100%; height:300px; border:0px; margin-bottom:10px;}
ul.con li {font-size:17px; letter-spacing:2px; line-height:30px; padding-left:10px;}
span.bottomue {display:block; font-size:30px;text-decoration:underline;margin:47px 0;}
hr.bottomhr {border:1px solid silver; width:95%; margin-top:40px;}
ul#moomenu li ul li img {margin:0 7px 0 0;}
div.plustop ul li {background-position:left 10px;}
span.ofv {display:block; padding:12px 0 30px 3px; font-size:17px; font-weight:bold;}
.strong {font-weight:bold;}
.underline {text-decoration:underline;}
a.adash {text-decoration:underline; text-decoration-style: dashed;}


@media screen and (max-width:768px) {
  .maincontent {padding:20px 0!important;}
  .block_holder {padding-left:7px!important; padding-right:7px!important;}
  h2 {font-size:30px!important;}
  .nosmalldisplay {display:none!important;}
  }

span.highlight01 {
  display:block;
  width:100%;
  background-color: rgba(235, 235, 235, 0.7);
  font-weight:bold;
  padding:12px;
  box-sizing: border-box;
  }

    span.highlight01 a {
      display:inline-block;
      color:#111!important;
      border-radius:2px;
      margin:0 12px;
      font-size:18px;
      }

        span.highlight01 a:hover, span.highlight01 a:hover > i {
          color:blue!important;
          }

        span.highlight01 a i {
          color:#111!important;
          }


a.wcontact {
  position:relative;
  left:40px;
  top:-18px;
  display:inline-block;
  padding:8px 30px;
  letter-spacing:3px;
  text-align:center;
  border:2px solid #000!important;
  background-color: rgba(240, 240, 240, 0.9);
  font-weight:bold;
  font-size:17px;
  border-radius:3px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(253,253,253,0.9);
  -moz-box-shadow: 0px 0px 4px 0px rgba(253,253,253,0.9);
  box-shadow: 0px 0px 4px 0px rgba(253,253,253,0.9);
  text-shadow:none;
  text-decoration:none!important;
  }

    @media screen and (max-width:1200px) {
      a.wcontact {
        left:auto;
        top:20px;
        }
      }

    .noline h3 {
      background:none!important;
      }

    div.dcontact {display:inline-block; text-transform:uppercase; font-size:14px; letter-spacing:2px;}
    a.wcontact i {color:#333!important; font-size:19px; margin:7px;}

div.leistall figure {
  width:100%;
  border:1px solid #777;
  padding:3px;
  margin-bottom:7px;
  }

    div.leistall figure div.img-wrapper {
      overflow:hidden;
      max-height:180px;
      margin:0 0 -32px 0;
      }

        @media screen and (max-width:1200px) and (min-width: 768px) {
          div.leistall figure div.img-wrapper {
            margin:0 0 -43px 0;
            }
          }

        div.leistall figure div.img-wrapper img {
          margin:0 10px 10px 0;
          -webkit-transition: transform .5s ease-in-out;
          -moz-transition: transform .5s ease-in-out;
          transition: transform .5s ease-in-out;
          cursor:pointer;
          box-sizing: border-box;
          }

            div.leistall figure div.img-wrapper:hover > img{
              transform:scale(1.1);
              -ms-transform:scale(1.1); /* IE 9 */
              -moz-transform:scale(1.1); /* Firefox */
              -webkit-transform:scale(1.1); /* Safari and Chrome */
              -o-transform:scale(1.1); /* Opera */
              }

div.leistall figure figcaption {
  display:block;
  position:relative;
  top:-17px;
  margin: 0 0 0 22px;
  padding-left:10px;
  background-color: rgba(255, 255, 255, 0.7);
  }

    div.leistall figure figcaption a {
      text-decoration:none;
      font-size:19px;
      line-height:33px;
      color:#000!important;
      }

div.leistall a i {color:blue!important;}
div.leistall a:hover > i {color:red!important; font-weight:bold;;}

img.imgstart {
  width:277px;
  border:1px solid #777;
  margin:0 12px 0 0;
  padding:5px;
  float:left;
  box-sizing: border-box;
  }

    @media screen and (max-width:400px) {
      img.imgstart {
        width:100%;
        margin:0 0 10px 0;
        clear:both;
        }
      }
a.amore {
  box-sizing: border-box;
  width:100%;
  display:inline-block;
  padding:5px 30px;
  margin:10px auto;
  letter-spacing:3px;
  text-align:center;
  font-weight:bold;
  border:2px solid #020202!important;
  background-color: rgba(200, 200, 200, 0.5);
  color:#333!important;
  text-shadow:none;
  margin-bottom:30px;
  }

    a.amore:hover {letter-spacing:4px;}

h2.leistue {
  font-size:37px;
  letter-spacing:3px;
  width:100%;
  border:0px solid #777;
  border-width:0 0 2px 0;
  padding-bottom:7px;
  margin: 7px 0 20px 0!important;
  }

ul#sidemenu li {
  display:block;
  padding: 7px 0 7px 7px;
  border:1px solid #777;
  margin-top:-1px;
  border-width:1px 0;
  }

    ul#sidemenu li:hover {
      background-color:#fff;
      zoom:1.1;
      cursor: pointer;
      }

    ul#sidemenu li.active {
      background-color: rgba(0, 101, 255, 0.15);
      font-weight:bold;
      letter-spacing:1px;
      padding-left:10px;
      }

    ul#sidemenu li a img {
      padding:0 7px 0 0!important;
      }


.ari-image-slider-wrapper {
  margin:0px!important;
  border:1px solid gray;
  padding:7px;
  margin:0 10px 0 0!important;
  border-radius:3px;
  float:left;
  }

div.contact_head {
   width:100%;
   padding-top:10px;
   text-align:right;
   color:#fff;
   }

div.contact_head span {
   font-size:16px;
   letter-spacing:1px;
   display:inline-block;
   padding:0 0 0 15px;
   }

div.contact_head span i {
   color:#F70019!important;
   display:inline-block;
   margin-right:7px;
   }

div#container_copyright_footermenu div.col-2 {
   letter-spacing:2px;
   font-size:17px;
   line-height:30px;
   color: #fff;
   padding-top:15px;
   }

div#container_copyright_footermenu div.col-2 i {
   color:#F70019!important;
   display:inline-block;
   margin-right:7px;
   }

div#container_copyright_footermenu div.col-2 a {
   color:#fff;
   }

@media only screen and (max-width: 959px) {

  }

@media only screen and (max-width: 767px) {
	div.col-2, div.col-3 {clear:left; width:100%!important;}
	div.w100 {padding:0px;}
	ul.dsgvo {max-width:445px;}
	a {overflow-wrap: break-word; word-wrap: break-word;}
	}
@media only screen and (max-width: 440px) {
	ul.dsgvo {max-width:280px;}
	}


/***************************************************************************/
/* 01: Global */
/***************************************************************************/

/* Body */
body {
    width: 100%;
    line-height:180%; /*180% CC*/
    color:#000000;
    background-repeat: no-repeat;
}

/* Paragraph */
p {
    word-spacing: 2px;
}

/*H's*/
h2, h2 a:link, h2 a:visited, .content_header, .articleHead, .tag-category h3{
    font-size: 40px;
    font-weight: 300;
    line-height: 45px;
    margin: 0 0 20px 0!important;
    text-align: left;
}

h2, .items-row h2, .cols-2 h2, .row-0 h2 {

}



/* Links */
a {/*
  text-decoration:underline;
  text-decoration-style: dotted;*/
  }
a:hover {
    color:#F5F5F5;
}


/*-- Framework --*/
#content100 {
    float:left;
}

#header_items {
    width: 100%;
}

#header.block_holder,
#slideshow.block_holder,
#footermenu.block_holder {
    padding:0 0 0 0;
}
#copyright-footermenu {
  padding-top:0px!important;}

.module_margin {
    margin:5px;
}

.top-1,
.top-2,
.contenttop,
.contentbottom,
.bottom-1,
.bottom-2,
.base-1,
.base-2 {
    float: left;
}

#breadcrumb-1,
#footer-1,
#footer-2,
#footer-3 {
    float: left;
    width:100%;
}

.block_holder {
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

.jl_container {
    width:100%;
}

.jl_container_bg {
  width:100%;
}

.wrapper960 {
    width:960px;
    margin:0 auto;
}

.clear {
    clear:both;
}


/***************************************************************************/
/* 01: End Global */
/***************************************************************************/


/***************************************************************************/
/* 02: Header */
/***************************************************************************/

/* Header Container */
#container_header {
    height: 60px;
    top: 0;
    z-index: 5000;
    background: url(../images/overlays/01.png) repeat;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}

#header {
    height: 60px;
    border-radius: 0px 0px 10px 10px;
    position:relative;
}

#header.block_holder {
    margin: 0px;
}


/* Header Items */
/*--Logo & Slogan Layout--*/

/* Logo */
#logo {
    position:relative;
    top: -152px;
    z-index: 1100000;
}

.logo_container {
  margin: 0 auto;
  top:0px;
  left:0px;
  width: 500px;
}

.logoimage {
  margin:0;
  padding:0;
}
.logoimage a {
  display:block;
  position:relative;
  z-index:0;
  width:100%;
  background: url(../images/logo.png) no-repeat; z-index:1;
}


.logo_container, .logoimage, .logoimage a {
    height:110px;
    width:477px;
}

.logo-text {
    margin-left: 0px;
    margin-top: 0px;
    padding:0;
    text-align: center;
    margin-bottom: 22px;
}

.logo-text a {
    font-size: 44px !important;
    font-weight: 300;
    left: 0;
    outline: medium none;
    position: relative;
    text-decoration: none;
    top: 14px;
    white-space: nowrap;
    width: 100%;
}


/* Slogan */
p.site-slogan {
    font-size: 10px;
    left: 0px;
    letter-spacing: 1px;
    text-align: center;
    top: 0px;
    font-weight: normal;
    text-transform: uppercase;
    padding:0;
    position:relative;
    white-space:nowrap;
}

/* Social Media */
#social {
    padding: 0;
    position: absolute;
    z-index: 3000;
    box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
    right: 0;
}
#social ul{
  list-style: none;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  text-align: center;
}
#social ul li{
  display:inline-block;
  margin:0px 3px;
  padding:0 0 0px 0;
}
#social ul li a{
  display:block;
  width:43px;
  height:43px;
  text-indent:-9999px;
  background-position: 0px -40px;
  background-repeat: no-repeat;
  opacity: 0.6;
}
#social ul li a{
  opacity: 1;
  background-color: transparent;
}

.social-facebook a { background: url(../images/social/facebook.png) no-repeat 50% 50%; background-color: #3b5998 }
.social-facebook a:hover { background-color: #595959 }

.social-twitter a { background: url(../images/social/twitter.png) no-repeat 50% 50%; background-color: #48c4d2 }
.social-twitter a:hover { background-color: #595959 }

.social-googleplus a { background: url(../images/social/googleplus.png) no-repeat 50% 50%; background-color: #d94a39 }
.social-googleplus a:hover { background-color: #595959 }

.social-youtube a { background: url(../images/social/youtube.png) no-repeat 50% 50%; background-color: #f45750 }
.social-youtube a:hover { background-color: #595959 }

.social-pinterest a { background: url(../images/social/pinterest.png) no-repeat 50% 50%; background-color: #cb2027 }
.social-pinterest a:hover { background-color: #595959 }

.social-dribbble a { background: url(../images/social/dribbble.png) no-repeat 50% 50%; background-color: #ef5b92 }
.social-dribbble a:hover { background-color: #595959 }

.social-flickr a { background: url(../images/social/flickr.png) no-repeat 50% 50%; background-color: #f1628b }
.social-flickr a:hover { background-color: #595959 }

.social-skype a { background: url(../images/social/skype.png) no-repeat 50% 50%; background-color: #18b7f1 }
.social-skype a:hover { background-color: #595959 }

.social-digg a { background: url(../images/social/digg.png) no-repeat 50% 50%; background-color: #2882c6 }
.social-digg a:hover { background-color: #595959 }

.social-linkedin a { background: url(../images/social/linkedin.png) no-repeat 50% 50%; background-color: #71b2d0 }
.social-linkedin a:hover { background-color: #595959 }

.social-vimeo a { background: url(../images/social/vimeo.png) no-repeat 50% 50%; background-color: #62a0ad }
.social-vimeo a:hover { background-color: #595959 }

.social-yahoo a { background: url(../images/social/yahoo.png) no-repeat 50% 50%; background-color: #ab64bc }
.social-yahoo a:hover { background-color: #595959 }

.social-tumblr a { background: url(../images/social/tumblr.png) no-repeat 50% 50%; background-color: #3a5976 }
.social-tumblr a:hover { background-color: #595959 }

.social-deviantart a { background: url(../images/social/deviantart.png) no-repeat 50% 50%; background-color: #d0de21 }
.social-deviantart a:hover { background-color: #595959 }

.social-delicious a { background: url(../images/social/delicious.png) no-repeat 50% 50%; background-color: #3274d1  }
.social-delicious a:hover { background-color: #595959 }

.social-rss a { background: url(../images/social/rss.png) no-repeat 50% 50%; background-color: #fe9900 }
.social-rss a:hover { background-color: #595959 }


/* Custom Module */
#custom {
    padding: 3px;
    position: absolute;
    z-index: 10;
    top:105px;
    right:0px;
}

#custom p, #custom .module_margin{
    margin:0px;
}

/* Header Responsive Divs */
#container_logo_menu_mobile,
#container_social_mobile,
#container_hornav_mobile{
    display:none;
}

#container_social_mobile,
#container_hornav_mobile{
    display:none;
}

#social_mobile {
    padding: 0;
    right: 0;
    top: 0;
    z-index: 1;
}


.slicknav_btn {
    background: url(../images/overlays/01.png) repeat;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}

/***************************************************************************/
/* End Header */
/***************************************************************************/


/***************************************************************************/
/* 03: Hornav Navigation */
/***************************************************************************/

#hornav {
    clear: both;
    left: 0;
    position: absolute;
    top: 17px;
    width: 100%;
    text-align: center;
}

#hornav > ul {
  margin: 0;
  padding: 0px;
}

#hornav > ul > li a{
  padding:19px 19px;
  margin: 0;
  list-style: none outside none;
  line-height: 1.7em;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing:1px;
}

#hornav > ul > li > a:hover, #hornav > ul > li > a:focus, #hornav > ul > li > a:active{
  text-decoration: none;
  box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1) inset;
}




#hornav ul li {
  display: inline-block;
  position: relative;
  float: left;
}

#hornav ul li ul {
}

#hornav ul ul {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  display: block;
  list-style: none;
  margin-top: -5px;
  padding: 5px 0 !important;
  min-width: 260px;
  z-index: 1000;
}

#hornav ul ul li {
  min-height: 22px;
  text-align: left; /*required to position li's when menu centered */
  width: 100%; /*required to position li's when menu centered */
}

#hornav ul ul li a {
  display: block;
  padding: 7px 15px;
  text-transform: capitalize;
  font-size: 13px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);

}


#hornav ul ul li a:active,
#hornav ul ul li a:focus,
#hornav ul ul li a:hover {
  text-decoration: none;
}

#hornav ul ul li:first-child {
  border-top: none;
}

#hornav ul ul li:hover a {
  text-decoration: none;
}

#hornav ul ul ul:before {
  display: none;
}

#hornav ul ul:before {
  background: transparent url('../images/menu_arrow.png') no-repeat 0 0;
  content: "";
  display: block;
  height: 10px;
  left: 26px;
  position: absolute;
  top: -10px;
  width: 14px;
}

#hornav li ul,
#hornav li ul li ul {
  position: absolute;
  height: auto;
  min-width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  top: 88px;
  z-index: 4000;
}

#hornav li:hover > ul,
#hornav li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 48px;
}

#hornav li:hover > ul,
#hornav li ul li:hover > ul {
  -webkit-transition: opacity 300ms linear;
}

#hornav li ul li ul {
  left: 230px;
  top: 0;
}

#hornav li ul li:hover > ul {
  top: 0px;
  left: 260px;
}


/***************************************************************************/
/* 03: End Hornav Navigation */
/***************************************************************************/


/***************************************************************************/
/* 04: Responsive Navigation */
/***************************************************************************/

/*-----------------------------------------------------------------------------------*/
/* Top Menu - Mobile */
/*-----------------------------------------------------------------------------------*/

#hornav_mobile.block_holder {
  padding: 10px;
}
.hornavmenumobile {
  display: none;
}
#container_hornav_mobile {
  display: none;
}
/*
    Mobile Menu Core Style
*/
.slicknav_menu {
  display: none;
  font-size: 18px;
  *zoom: 1;
}
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin-top: 3px !important;
  margin-left: 2px !important;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  font-size: 18px;
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.slicknav_menu .slicknav_btn {
    border-radius: 0px;
    cursor: pointer;
    display: block;
    height: 20px;
    line-height: 1.125em;
    padding: 0.5em 0.7em;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
}
.slicknav_menu .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_menu .slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  clear: both;
}
.slicknav_menu .slicknav_nav ul,
.slicknav_menu .slicknav_nav li {
  display: block;
}
.slicknav_menu .slicknav_nav a {
  padding: 10px;
  margin: 2px 0px;
  text-decoration: none;
  color: #fff;
  font-size: 13PX;
  display: block;
}
.slicknav_menu .slicknav_nav a:hover {
  background: rgba(0, 0, 0, 0.6);
}
.slicknav_menu .slicknav_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.slicknav_menu .slicknav_nav ul li {
  background: rgba(0, 0, 0, 0.2);
}
.slicknav_menu .slicknav_nav ul li li {
  background: rgba(0, 0, 0, 0.3);
  text-indent: 10px;
}
.slicknav_menu .slicknav_nav ul li li li {
  background: rgba(0, 0, 0, 0.3);
  text-indent: 20px;
}
.slicknav_menu .slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_menu .slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
  padding: 14px;
  margin: 2px 0px;
}
.slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_menu .slicknav_nav .slicknav_item:hover {
  background: rgba(0, 0, 0, 0.6);
}
.slicknav_menu .slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_menu .slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_menu ul li{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2) !important;
}

.slicknav_menu .slicknav_icon-bar {
    height: 2px !important;
    width: 25px;
    background-color:#ffffff;
}

.slicknav_menu .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 4px;
}

.slicknav_menu .slicknav_btn {
    padding: 10px;
}


/***************************************************************************/
/* 04: End Responsive Navigation */
/***************************************************************************/


/***************************************************************************/
/* 05: Slideshow */
/***************************************************************************/

/* Slideshow Navigation Buttons on image */


/* slideshow navigation */
.nivo-controlNavHolder{
    padding: 10px 0px;
    background-image: url(../images/slideshow-bottom.png);
    background-position:top center;
    background-repeat:no-repeat;
    height:30px;
}

.nivo-controlNav a {
    background: url("../images/slide-bullet.png") no-repeat scroll 0 0 transparent !important;
    border: 0 none;
    display: block;
    float: left;
    height: 30px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 30px;
}

.nivo-controlNav {
  padding-top: 7px !important;
}


/*Custom Paragraph in Showcase*/
#showcase .custom p{
  margin:0px !important;
}


/*Remove margin under slideshow navigation*/
body .ari-image-slider-wCtrlNav {
    margin-bottom: 0px !important;
}

/*Remove box shadow and loading gif*/
.nivoSlider {
    box-shadow: none !important;
    background-image: none !important;
}

/*Remove background image on navigation*/
.nivo-controlNavHolder{
background-image:none !important;
}

/*Remove Box Shadow from Thumbnails in Navigation*/
.nivo-controlNav .nivo-thumbNavWrapper img{
  box-shadow: none !important;
  border: 0px !important;
}

/*Remove Border from Span arrow on thumbnail*/
.nivo-arrow-border{
  border:0px !important;

}

/***************************************************************************/
/* 05: End Slideshow */
/***************************************************************************/


/***************************************************************************/
/* 06: Breadcrumbs */
/***************************************************************************/

#breadcrumb .module_padding {
    padding:0px;
}

#breadcrumb-1 .module_margin{
    margin:0px;
}

#breadcrumb .module{
    padding-left:10px;
    padding-right:10px;
    border:none;
}

#breadcrumb.block_holder{
    padding:5px 25px !important;
}

div.breadcrumbs {
    color:#ffffff;
}

/***************************************************************************/
/* 06: End Breadcrumbs */
/***************************************************************************/


/***************************************************************************/
/* 07: Default Module Styling */
/***************************************************************************/

/* Module Header Styling */
.module h3,
.module_menu h3 {
  background: url("../images/underline.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
  padding-bottom: 12px;
  font-size: 19px;
  font-weight: bold;
  font-family: lato;
  text-align: left;
  margin:0;
}

.module_padding {
    height:100%;
    padding:25px;
}

.module_content {
    padding:5px 0;
}

#sidecol .module {
    margin-bottom:10px;
}



/* Module Styling - Menus */
.module ul,
.module_menu ul {
    list-style-type: none;
}
/*
.module ul a,
.module_menu ul a {
    border-bottom: 1px dotted;
    color: #000000;
    margin: 0 0 7px;
    padding: 0px 8px 8px 8px;
    display:block;
    text-decoration:none !important;
}
*/
.module ul a:hover,
.module_menu ul a:hover,
.module ul a:focus,
.module_menu ul a:focus {
    color: #999999;
}


/*use to highlight active link*/
.module ul li.active a,
.module_menu ul li.active a {
}

.module ul li li a,
.module_menu ul li li a {
    border:none !important;
    padding-left:25px;
}

/***************************************************************************/
/* 07: End Default Module Styling */
/***************************************************************************/


/***************************************************************************/
/* 08: Top Modules */
/***************************************************************************/


/***************************************************************************/
/* 08: End Top Modules */
/***************************************************************************/


/**********************************************************************************/
/* 09: Main (Component area sidecolumns, contenttop & content bottom mods) */
/**********************************************************************************/

/* Main Content */
.maincontent{
    padding: 20px 30px;
}

/* Contenttop, Contentbottom Modules */
.contenttop .module_margin{
    margin-top:0px;
}


.contentbottom .module_header h3, .contenttop .module_header h3 {
    background: url("../images/underline.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    padding: 0 0 15px 8px;
}

/* Side Columns */
#sidecol_a, #sidecol_b {
height:100%;
}

.sidecol_block .module,
.sidecol_block .module_menu{
    margin-bottom:0px;
}

.sidecol_block .module_header h3{
    text-align: left;
    font-weight: 300;
    border-bottom: 3px double #000000;
    padding: 0 0 15px 8px;
    margin-top: 14px;
    background: none !important;
}


.sidecol_block .module_menu ul.menu li a {
  border-bottom: none !important;
  background: url("../images/underline.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
}

/*********************************************************************************/
/* 09: End Main */
/*********************************************************************************/


/***************************************************************************/
/* 10: Bottom Modules */
/***************************************************************************/

/***************************************************************************/
/* 10: End Bottom Modules */
/***************************************************************************/


/***************************************************************************/
/* 11: Base Modules */
/***************************************************************************/

/* Modules - Menus */
#base .module ul a,
#base .module ul a, #base .module_menu ul a {
    background: url("../images/underline.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    border: medium none !important;
    color: #ffffff;
    margin: 0 0 7px;
    padding: 0 0 8px 0px;
}

#base .module_header h3{
  background: url("../images/underline.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
  padding-bottom: 12px;
  font-size: 26px;
  font-weight: 100;
  text-align: left;
  margin:0;
}

#base a{
    color:#FFFFFF !important;
    text-decoration:underline;
}

#base a:hover{
    color:#F2F2F2 !important;
    text-decoration:underline;
}


/***************************************************************************/
/* 11: End Base Modules */
/***************************************************************************/


/***************************************************************************/
/* 12: Copyright / Footer */
/***************************************************************************/

#container_copyright_footermenu{
background: url(../images/overlays/01.png) repeat;
}



/* Footer Menu */
div#footermenu.block_holder div.module_margin{
    margin:0px !important;
}

#footermenu ul li{
    padding: 5px 0;
    display: inline-block;
}

#footermenu ul li a {
    border-right: 1px dotted;
    padding: 0 10px;
    font-size: 11px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

#footermenu.block_holder div.module_margin ul.menu{
    margin:0px !important;
    letter-spacing:2px;
}

#footermenu ul li:last-child a {
    border:none;
}


/* Copyright */
 #copyright {
  text-align: center;
  clear: both;
  font-size:0.95em;
 }

 #copyright a {
 color:#bbb;
 text-decoration:none;
 }

  #copyright.module_margin {
    margin:0px !important;
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
 }

/***************************************************************************/
/* 12: End Copyright / Footer */
/***************************************************************************/


/***************************************************************************/
/* 13: Nexus Overrides */
/***************************************************************************/

/*Component User Login*/
.login_joomlage {
    border: 1px solid;
    margin: 0 auto;
    max-width: 400px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
    border-radius:0px;
}

ul.login_menu_joomlage{
    text-align: center;
    margin-left: 0px;
}

ul.login_menu_joomlage li{
    display:inline-block;
    margin: 0 auto;
    list-style: none;
    clear: none;
    padding:5px;
}

/***************************************************************************/
/* 13: End Nexus Overrides */
/***************************************************************************/


/***************************************************************************/
/* 14: Font Awesome */
/***************************************************************************/

/* All icons (classes beginning with “fa-” *//*
[class^="fa-"]:before, [class*=" fa-"]:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right:10px;
}
*/
/***************************************************************************/
/* 14: End Font Awesome */
/***************************************************************************/


/***************************************************************************/
/* 15: Animate Css */
/***************************************************************************/

.animatediv{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 22px;
    margin: 30px auto 60px;
    padding: 80px 0;
    text-align: center;
    color: white !important;
    width: 60%;
}

/***************************************************************************/
/* 15: End Animate Css */
/***************************************************************************/


/***************************************************************************/
/* 16: Scroll to Top  */
/***************************************************************************/

.scrollup{
    width:60px;
    height:60px;
    position:fixed;
    bottom:35px;
    right:25px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll.png) no-repeat;
    background-color: #000000;
    background-position: center center;
    z-index:1000;
    opacity:0.8;
    border-radius:60px;
}


/***************************************************************************/
/* 16: End Scroll to Top  */
/***************************************************************************/


/***************************************************************************/
/* 17: Scroll to Div  */
/***************************************************************************/

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


.arrow {
  bottom: 20px;
  margin-left: -20px;
  position: absolute;
  left: 50%;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}



/***************************************************************************/
/* 17: End Scroll to Div  */
/***************************************************************************/



/***************************************************************************/
/* 18: Miscellanenous */
/***************************************************************************/

/* purchase button */
.purchase-btn{
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 300;
    box-shadow: none !important;
    color: #ffffff !important;
    background-color: #2557D0 !important;
    border:0px solid;
    text-transform: uppercase;
    transition: all 0.7s ease;
}


.purchase-btn:hover{
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 300;
    box-shadow: none !important;
    color: #ffffff !important;
    background-color: #1640A3 !important;
    border:0px solid;
    text-transform: uppercase;
}

/* more templates button */
.purchase-btn-more,
.purchase-btn-more:active{
    border-radius:0px !important;
    padding: 20px;
    font-size: 18px;
    font-family: lato;
    font-weight: 300;
    box-shadow: none !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    display: block;
}

.purchase-btn-more span{
   font-size: 12px;
   display: block;
   text-transform: uppercase;
}


/* login Module */
.userdata{margin-top: 10px;}


/* background parallax images */
#container_slideshow_bg,
#container_jumbotron_bg,
#container_top_modules_bg,
#container_maincontent_bg,
#container_base_modules_bg,
#container_bottom_modules_bg{
background-position: 50% 50%;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;}


/* Spacer divs */
.spacer{
  height:160px !important;
}

.spacer-2{
  height:0px !important;
}


/*images in articles*/
img.pull-left {margin-right:15px; margin-top:8px;}
img.pull-right {margin-left:15px; margin-top:8px;}

.item-image img{width:100%; margin-bottom: 10px;}


/* Page Header */
.page-header {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
}

/* Sticky Div */
#sticky {
    padding: 0.5ex;
    width: 600px;
    background-color: #333;
    color: #fff;
    font-size: 2em;
    border-radius: 0.5ex;
}
#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em;
}

/* Utility Classes */
.padding-left-10{
  padding-left:10px !important;
}


/* Pre-Loader */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/preloader.gif) center no-repeat #fff;
}


/*Search Input*/
.inputbox.search-query {
    height: auto;
}


/* Image Hover Module*/
figure h2 span {
    font-size: 17px !important;
}

@media only screen and (max-width: 380px) {

/* Adjust Text size in imagehover module */

figure h2 {
    font-size:15px !important;
}

figure p {
    display: none !important;
}

}


/* Tags Styling */
ul.tags {
  margin-left: 0px !important;
}

ul.tags li {
  display: inline !important;
}

ul.tags li {
  margin-left: 10px; !important;
}

ul.tags li:first-child {
  margin-left: 0px; !important;
}

ul.tags li a {
    border-radius: 0 !important;
    padding: 3px 6px !important;
    font-weight: 100 !important;
}


/* Tags Results*/
.tag-category li.cat-list-row0, .tag-category li.cat-list-row1 {
  padding:0px 0px 30px 0px;
}

.tag-body p {
  line-height: 180%;
}


/* Tags Module Styling */
.tagspopular ul li {
  float: left !important;
  clear: none;
}

.tagspopular ul li a{
  background: none !important;
  float: left;
  clear: both;
}

.tagspopular ul li span.tag-count.badge.badge-info{
  margin-left: 5px;
  margin-right: 15px;
  border-radius: 0px;
}



/*Buttons*/
.btn{box-shadow: none !important;}


/* Utilities */
.no-padding{
  padding: 0px !important;
}

/* Joomlas Custom html module */
.padding-20{
  padding: 20px !important;
}

/***************************************************************************/
/* 18: End Miscellanenous */
/***************************************************************************/
