/*------------------------------------------------------------------
[Table of contents]

	General Styling
	Header
	Footer
	About Us
	Blog
	Contact
	Portfolio
	Sidebar
	Typography
	Elements [Forms, buttons etc..]
	Other Plugins
	
[/Table of contents]
-------------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 93.75%;
}
section {
  margin-top: 20px;
}
h1,
h2 {
  font-family: 'dm_serif_displayregular', serif;
  color: #343434;
}

h3 {
  font-size: 20px;
}

h3,
h4,
h5,
h6 {
  font-family: 'Open Sans regular', sans-serif;
  color: #343434;
}

.gross-lila {
  color: #81207d;
  font-size: 2em;
}

.kontakt-lila {
  color: #81207d;
  font-size: 1.5em;
}

.hervorheben {
  background-color: rgba(0,128,119,0.1);
  padding: 10px 17px;
}

p.zitat {
  padding: 8px 14px;
  color: #008077;
  font-style: italic;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

body {
  background-color: #dbd6d2;
}
p {
  font-family: 'Open Sans regular', sans-serif;
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
}
#sub-header {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #ffffff;
}
#sub-header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sub-header .left-info {
  float: left;
  margin-left: 15px;
}
#sub-header .left-info ul li {
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 11px;
  padding-right: 15px;
  margin-right: 10px;
  letter-spacing: 0.5px;
}
#sub-header .left-info ul li a {
  color: #c3c3c3;
}
#sub-header .left-info ul li i {
  font-size: 13px;
  margin-right: 8px;
}
#sub-header .left-info ul li a:hover {
  color: #81207d;
  transition: all 0.5s;
}
#sub-header .left-info ul li:last-child {
  border-right: none;
}
#sub-header .right-info {
  float: right;
  margin-right: 15px;
}
#sub-header .right-info ul li {
  display: inline-block;
  margin-left: 5px;
}
#sub-header .right-info ul li a {
  width: 22px;
  height: 22px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-color: #dddddd;
}
#sub-header .right-info ul li i {
  font-size: 11px;
}
#sub-header .right-info ul li a:hover {
  background-color: #81207d;
  transition: all 0.5s;
}
#cssmenu ul {
  padding: 0;
  margin: 0;
}
header {
  position: relative;
  width: 100%;
  height: 80px;
  background: #fff;
}
.logo {
  position: relative;
  z-index: 123;
  line-height: 80px;
  margin-left: 0px;
  float: left;
}
.logo img {
  max-width: 100%;
  overflow: hidden;
}
nav {
  position: relative;
  margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	/*z-index: 99999999;*/
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  position: relative;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu {
  font-family: sans-serif;
  background-color: #ffffff;
  position: relative;
}
#cssmenu > ul {
  float: left;
  margin-left: 60px;
}
#cssmenu > ul > li {
  z-index: 999;
  display: inline-block;
  padding: 17px 0px;
}
#cssmenu > ul > li:last-child a {
  padding-right: 0px;
}
#cssmenu > ul > li > a {
  padding: 11px;
  padding-right: 18px;
  margin-top: -5px;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 22px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 500;
  color: #343434;
}
#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: #81207d;
}
#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  color: #81207d;
  transition: all 0.5s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  z-index: 999 ;
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #6a6a6a;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #6a6a6a;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all 0.25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  background: #323637;
  transition: all 0.25s ease;
}
#cssmenu ul ul {
  margin-top: 17px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid #eeeeee;
  padding: 11px 15px;
  width: 150px;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 11px;
  letter-spacing: 0.75px;
  text-transform: capitalize;
  color: #ffffff;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #81207d;
  transition: all 0.5s;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: '';
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all 0.25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333333;
}



@media only screen and (max-width: 767px) {
  .logo {
    position: absolute;
    float: left;
  }
 
  .logo2 {
    display: none;
  }
  #cssmenu ul li {
    padding: 0px;
  }
  .logo {
    padding: 0px;
  }
  .logo img {
    max-width: 60%;
    overflow: hidden;
  }
  nav {
    width: 100%;
  }
  
  #cssmenu {
    width: 100%;
	position: absolute;
	z-index: 99999997;
  }
  
  .slider {
	  position: relative;
	  z-index: -1; /* FIX IPHONE6 */
	  }
	  
  #cssmenu ul {
    width: 100%;
    display: none;
    margin-top: 77px;
    margin-right: 0px;
	margin-left: 0px;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #eeeeee;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding: 15px 25px;
  }
  #cssmenu ul ul li {
    background: #323637;
  }
  #cssmenu ul ul li a {
    color: #ddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #343434;
    font-size: 12px;
    font-weight: 700;
	position: absolute;
	z-index: 99999999;
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #343434;
    border-bottom: 2px solid #343434;
    content: '';
  }
  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #343434;
    content: '';
  }
  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #343434;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #343434;
    width: 19px;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #eeeeee;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #343434;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #343434;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  
}
section.footer footer {
  padding: 35px 15px;
  background: none;
}
section.footer footer .heading {
  margin-bottom: 20px;
}
section.footer footer .heading h4 {
  margin-bottom: 0px;
  margin-top: 8px;
  font-size: 17px;
  text-transform: normal;
  color: #595959;
  letter-spacing: 1px;
  font-weight: 700;
}
@media (max-width: 991px) {
  section.footer footer .about-us {
    margin-bottom: 45px;
  }
}
section.footer footer .about-us .logo {
  position: relative;
  z-index: 123;
  line-height: normal;
  float: none;
  margin-left: 0px;
  margin-bottom: 18px;
}
section.footer footer .about-us .logo a {
  color: #595959;
}
section.footer footer .about-us p {
  color: #595959;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  section.footer footer .tags {
    margin-bottom: 45px;
  }
}
section.footer footer .tags ul.tags-cloud {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.footer footer .tags ul.tags-cloud li {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 8px;
}
section.footer footer .tags ul.tags-cloud li a {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #595959;
  padding: 5px 12px;
  display: inline-block;
  border: 1px solid #595959;
  border-radius: 15px;
}
section.footer footer .tags ul.tags-cloud li a:hover {
  background-color: #81207d;
  border: 1px solid #81207d;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  section.footer footer .social-links {
    margin-bottom: 45px;
  }
}
section.footer footer .social-links ul.social-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.footer footer .social-links ul.social-links li {
  margin-bottom: 15px;
  display: block;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #eaeaea;
}
section.footer footer .social-links ul.social-links li em {
  font-size: 11px;
  font-style: normal;
}
section.footer footer .social-links ul.social-links li a {
  color: #595959;
}
section.footer footer .social-links ul.social-links li a i {
  font-size: 14px;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #595959;
  border-radius: 10px;
}
section.footer footer .social-links ul.social-links li:hover {
  cursor: pointer;
}
section.footer footer .social-links ul.social-links li:hover a i {
  background-color:none;
  border: none;
  transition: all 0.5s;
}
section.footer footer .contact-us p {
  color: #595959;
  margin-bottom: 15px;
}

section.footer footer .contact-us ul {
  list-style: none;
}

section.footer footer .contact-us a {
  color: #595959;
}

section.footer footer .contact-us a:hover {
  color: #81207d;
}

section.sub-footer .sub-footer-content {
  text-align: center;
  background-color: none;
  height: 40px;
}
section.sub-footer .sub-footer-content p {
  line-height: 40px;
  font-size: 12px;
  color: #595959;
  margin-bottom: 0px;
}
section.sub-footer .sub-footer-content p a {
  color: #595959;
}
section.unique-team .unique-team-content {
  padding: 15px;
  background-image: url(http://placehold.it/1170x350);
  background-size: cover;
  max-width: 100%;
}
section.unique-team .unique-team-content .left-text {
  margin-top: 100px;
  margin-left: 50px;
}
@media (max-width: 991px) {
  section.unique-team .unique-team-content .left-text {
    margin-top: 30px;
    margin-left: 0px;
    margin-bottom: 45px;
  }
}
section.unique-team .unique-team-content .left-text h2 {
  font-size: 20px;
  text-transform: normal;
  letter-spacing: 0.5px;
  color: #ffffff;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}
section.unique-team .unique-team-content .left-text .line-dec {
  width: 80px;
  height: 2px;
  background-color: #595959;
}
section.unique-team .unique-team-content .left-text p {
  margin-top: 15px;
  color: #ffffff;
}
section.unique-team .unique-team-content .right-image img {
  max-width: 100%;
  overflow: hidden;
}
section.funny-facts .funny-facts-content {
  padding: 70px 0px;
  background-image: url(http://placehold.it/1170x500);
  background-size: cover;
  max-width: 100%;
}
@media (max-width: 991px) {
  section.funny-facts .funny-facts-content {
    padding: 60px 15px 30px 15px;
  }
}
section.funny-facts .funny-facts-content .funny-facts-heading {
  text-align: center;
  margin-bottom: 70px;
  margin-top: 0px;
}
section.funny-facts .funny-facts-content .funny-facts-heading h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 17px;
  text-transform: normal;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
}
section.funny-facts .funny-facts-content .funny-facts-heading img {
  width: 32px;
  height: 32px;
}
section.funny-facts .funny-facts-content .funny-facts-heading p {
  margin-top: 20px;
  color: #ffffff;
}
section.funny-facts .funny-facts-content .fact-item {
  text-align: center;
}
@media (max-width: 991px) {
  section.funny-facts .funny-facts-content .fact-item {
    margin-bottom: 45px;
  }
}
section.funny-facts .funny-facts-content .fact-item .count-focus {
  width: 90px;
  height: 90px;
  border: 1px solid #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  border-radius: 10px;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
section.funny-facts .funny-facts-content .fact-item .fact-role {
  display: inline-block;
  margin-top: 18px;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
section.left-image .left-image-content {
  background-color: #ffffff;
  padding: 60px 15px;
}
section.left-image .left-image-content .left-image img {
  max-width: 100%;
  overflow: hidden;
}

section.left-image .left-image-content .right-text h1 {
  margin-top: 30px;
  font-size: 25px;
  text-transform: normal;
  letter-spacing: 0.5px;
  font-weight: 400;
}
section.left-image .left-image-content .right-text h1 em {
  font-style: normal;
  color: #81207d;
}

.headline-gruen-24 {
  font-size: 24px !important;
  color: #81207d;
}

section.left-image .left-image-content .right-text h2 {
  margin-top: 30px;
  font-size: 18px;
  text-transform: normal;
  letter-spacing: 0.5px;
  font-weight: 500;
}
section.left-image .left-image-content .right-text h2 em {
  font-style: normal;
  color: #81207d;
}
section.left-image .left-image-content .right-text .line-dec {
  width: 60px;
  height: 2px;
  background-color: #008077;
}

.abstandunten {
  margin-bottom: 30px;
}

section.left-image .left-image-content .right-text p {
  margin-top: 10px;
}
section.left-image .left-image-content .right-text .accent-button {
  margin-top: 25px;
}
section.about-us .about-us-content {
  background-color: #ffffff;
  padding: 40px 15px;
}
section.about-us .about-us-content .text-content {
  text-align: center;
}
section.about-us .about-us-content .text-content h2 {
  margin-top: 0px;
  font-size: 17px;
  text-transform: normal;
  letter-spacing: 0.5px;
  font-weight: 700;
}
section.about-us .about-us-content .text-content h2 em {
  font-style: normal;
  color: #81207d;
}
section.about-us .about-us-content .text-content .line-dec {
  width: 60px;
  height: 2px;
  background-color: #008077;
  margin: 0 auto;
}
section.about-us .about-us-content .text-content p {
  margin-top: 20px;
  margin-bottom: 0px;
}
section.who-we-are .whoweare-content {
  background-color: #ffffff;
  padding: 15px;
}
section.who-we-are .whoweare-content .left-image img {
  width: 100%;
}
@media (max-width: 991px) {
  section.who-we-are .whoweare-content .right-text {
    margin-top: 15px;
  }
}
section.who-we-are .whoweare-content .right-text h2 {
  margin-top: 10px;
  font-size: 17px;
  text-transform: normal;
  letter-spacing: 0.5px;
  font-weight: 700;
}
section.who-we-are .whoweare-content .right-text .line-dec {
  width: 60px;
  height: 2px;
  background-color: #008077;
}
section.who-we-are .whoweare-content .right-text p {
  margin-top: 20px;
  margin-bottom: 10px;
}
section.who-we-are .whoweare-content .right-text .item {
  margin-top: 30px;
}
section.who-we-are .whoweare-content .right-text .item .icon {
  margin-right: 10px;
  float: left;
  width: 70px;
  height: 70px;
  background-color: #f4f4f4;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  border-radius: 10px;
}
section.who-we-are .whoweare-content .right-text .item .icon img {
  max-width: 100%;
  overflow: hidden;
}
section.who-we-are .whoweare-content .right-text .item .text-content h4 {
  margin-top: 5px;
  margin-bottom: 12px;
  font-size: 15px;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  section.who-we-are .whoweare-content .right-text .item .text-content h4 {
    padding-top: 15px;
  }
}
section.who-we-are .whoweare-content .right-text .item .text-content p {
  margin-top: 5px;
  margin-bottom: 0px;
}
section.team-members .team-member-content {
  background-color: #ffffff;
  padding: 15px;
}
@media (max-width: 991px) {
  section.team-members .team-member-content {
    padding: 15px 15px 0px 15px;
  }
}
@media (max-width: 991px) {
  section.team-members .team-member-content .team-member-item {
    margin-bottom: 15px;
  }
}
section.team-members .team-member-content .team-member-item .thumb-holder {
  position: relative;
}
section.team-members .team-member-content .team-member-item .thumb-holder img {
  width: 100%;
  overflow: hidden;
}
section.team-members .team-member-content .team-member-item .thumb-holder .hover-content {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(250, 250, 250, 0.9);
}
section.team-members .team-member-content .team-member-item .thumb-holder .hover-content ul {
  -webkit-transform: translateY(-250px);
  -moz-transform: translateY(-250px);
  transform: translateY(-250px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0;
  margin-top: 40%;
  list-style: none;
}
section.team-members .team-member-content .team-member-item .thumb-holder .hover-content ul li {
  display: inline-block;
  margin: 0px;
}
section.team-members .team-member-content .team-member-item .thumb-holder .hover-content ul li i {
  background-color: #595959;
  width: 34px;
  height: 34px;
  text-align: center;
  display: inline-block;
  line-height: 34px;
  color: #ffffff;
}
section.team-members .team-member-content .team-member-item .down-content {
  text-align: center;
  margin-top: 10px;
}
section.team-members .team-member-content .team-member-item .down-content span {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  color: #81207d;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 5px;
}
section.team-members .team-member-content .team-member-item .down-content .line-dec {
  width: 40px;
  height: 2px;
  background-color: #008077;
  margin: 10px auto;
}
section.team-members .team-member-content .team-member-item .down-content h4 {
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-bottom: 12px;
}
section.team-members .team-member-content .team-member-item .down-content p {
  margin-bottom: 0;
}
section.team-members .team-member-content .team-member-item .thumb-holder:hover .hover-content {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
section.team-members .team-member-content .team-member-item .thumb-holder:hover .hover-content ul {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.latest-posts .latest-posts-content {
  background-color: #ffffff;
  padding: 15px;
}
.latest-posts .latest-posts-content ul.latest {
  padding: 0;
  margin: 0;
  list-style: none;
}
.latest-posts .latest-posts-content ul.latest li {
  display: block;
  margin-bottom: 25px;
}
.latest-posts .latest-posts-content ul.latest li img {
  max-width: 105px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.latest-posts .latest-posts-content ul.latest li .lifestyle span {
  color: #a96280!important;
}
.latest-posts .latest-posts-content ul.latest li .lifestyle .line-dec {
  background-color: #a96280!important;
}
.latest-posts .latest-posts-content ul.latest li .sport span {
  color: #88a962!important;
}
.latest-posts .latest-posts-content ul.latest li .sport .line-dec {
  background-color: #88a962!important;
}
.latest-posts .latest-posts-content ul.latest li .technology span {
  color: #e79b52!important;
}
.latest-posts .latest-posts-content ul.latest li .technology .line-dec {
  background-color: #e79b52!important;
}
.latest-posts .latest-posts-content ul.latest li .right-text span {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  color: #81207d;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 3px;
}
.latest-posts .latest-posts-content ul.latest li .right-text .line-dec {
  width: 40px;
  height: 2px;
  background-color: #595959;
  margin-left: 115px;
}
.latest-posts .latest-posts-content ul.latest li .right-text h4 {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-bottom: 5px;
}
.latest-posts .latest-posts-content ul.latest li .right-text em {
  font-style: normal;
  font-family: 'Open Sans regular', sans-serif;
  color: #aaaaaa;
  font-size: 12px;
}
.latest-posts .latest-posts-content ul.latest li:last-child {
  margin-bottom: 0px;
}
.latest-posts-content::-webkit-scrollbar {
  width: 3px;
}
.latest-posts-content::-webkit-scrollbar-track {
  background-color: #b0b6b8;
}
.latest-posts-content::-webkit-scrollbar-thumb {
  background-color: #595959;
  outline: 1px solid slategrey;
}
.latest-posts-content {
  height: 377.5px!important;
  overflow-x: hidden;
  overlofw-y: auto;
  /*-webkit-overflow-scrolling: touch;*/
}
.tab-posts-content::-webkit-scrollbar {
  width: 3px;
}
.tab-posts-content::-webkit-scrollbar-track {
  background-color: #b0b6b8;
}
.tab-posts-content::-webkit-scrollbar-thumb {
  background-color: #595959;
  outline: 1px solid slategrey;
}
.tab-posts-content {
  height: 429px!important;
  overflow-x: hidden;
  overlofw-y: auto;
  /*-webkit-overflow-scrolling: touch;*/
}
@media (max-width: 991px) {
  section.latest-items .lifestyle {
    margin-top: 15px;
  }
}
section.latest-items .lifestyle .thumb-holder .text-content span {
  background-color: rgba(89, 89, 89, 0.9) !important;
}
@media (max-width: 991px) {
  section.latest-items .sport {
    margin-top: 15px;
  }
}
section.latest-items .sport .thumb-holder .text-content span {
  background-color: rgba(136, 169, 98, 0.9) !important;
}
section.latest-items .latest-item {
  border: 5px solid #ffffff;
}
section.latest-items .latest-item .thumb-holder {
  position: relative;
}
section.latest-items .latest-item .thumb-holder img {
  width: 100%;
  overflow: hidden;
}
section.latest-items .latest-item .thumb-holder .text-content {
  padding: 15px;
  bottom: 0;
  position: absolute;
}
section.latest-items .latest-item .thumb-holder .text-content span {
  display: inline-block;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #ffffff;
  background-color: rgba(98, 154, 169, 0.9);
  padding: 5px 10px;
  overflow: hidden;
  margin-bottom: 0px;
}
section.latest-items .latest-item .thumb-holder .text-content h4 {
  margin-bottom: 0px;
  margin-top: -5px;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 21px;
  background-color: rgba(250, 250, 250, 0.9);
}
@media (max-width: 991px) {
  section.important-tabs .important-news {
    margin-bottom: 20px;
  }
}
section.important-tabs .important-news .important-news-content {
  background-color: #ffffff;
  padding: 15px;
}
@media (max-width: 991px) {
  section.important-tabs .important-news .important-news-content {
    padding: 15px 15px 0px 15px;
  }
}
@media (max-width: 991px) {
  section.important-tabs .important-news .important-news-content .important-news-item {
    margin-bottom: 15px;
  }
}
section.important-tabs .important-news .important-news-content .important-news-item img {
  max-width: 100%;
  overflow: hidden;
}
section.important-tabs .important-news .important-news-content .important-news-item .lifestyle span {
  color: #a96280!important;
}
section.important-tabs .important-news .important-news-content .important-news-item .lifestyle .line-dec {
  background-color: #a96280!important;
}
section.important-tabs .important-news .important-news-content .important-news-item .sport span {
  color: #88a962!important;
}
section.important-tabs .important-news .important-news-content .important-news-item .sport .line-dec {
  background-color: #88a962!important;
}
section.important-tabs .important-news .important-news-content .important-news-item .technology span {
  color: #e79b52!important;
}
section.important-tabs .important-news .important-news-content .important-news-item .technology .line-dec {
  background-color: #e79b52!important;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content {
  margin-top: 10px;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content span {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  color: #81207d;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 3px;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content .line-dec {
  width: 40px;
  height: 2px;
  background-color: #595959;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content h4 {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 21px;
  margin-bottom: 5px;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content ul li {
  display: inline-block;
  margin-right: 15px;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content ul li em {
  font-style: normal;
  font-family: 'Open Sans regular', sans-serif;
  color: #aaaaaa;
  font-size: 12px;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content ul li:last-child {
  margin-right: 0px;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content p {
  margin-top: 15px;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content .text-button a {
  color: #81207d;
  font-size: 13px;
  letter-spacing: 0.5px;
}
section.important-tabs .tabs {
  width: 100%;
}
section.important-tabs .tab-links:after {
  display: block;
  clear: both;
  content: '';
}
section.important-tabs .tab-links {
  padding: 0px;
  margin: 0;
  background-color: #595959;
}
section.important-tabs .tab-links li {
  display: inline-block;
  border-right: 3px solid #ffffff;
  margin-right: -3px;
}
section.important-tabs .tab-links li a {
  display: inline-block;
  padding: 20px 15px;
  font-size: 14px;
  text-transform: normal;
  letter-spacing: 0.5px;
  font-weight: 700;
  background-color: #595959;
  color: #ffffff;
  max-width: 100%;
}
section.important-tabs .tab-links a:hover {
  background-color: #4c7e8c;
  transition: all 0.5s;
}
section.important-tabs li.active a {
  color: #ffffff;
  background-color: #4c7e8c;
  transition: all 0.5s;
}
section.important-tabs .tab-content {
  background: #ffffff;
  padding: 15px;
}
section.important-tabs .tab-content ul.latest {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.important-tabs .tab-content ul.latest li {
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
section.important-tabs .tab-content ul.latest li img {
  max-width: 105px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
section.important-tabs .tab-content ul.latest li .lifestyle span {
  color: #a96280!important;
}
section.important-tabs .tab-content ul.latest li .lifestyle .line-dec {
  background-color: #a96280!important;
}
section.important-tabs .tab-content ul.latest li .sport span {
  color: #88a962!important;
}
section.important-tabs .tab-content ul.latest li .sport .line-dec {
  background-color: #88a962!important;
}
section.important-tabs .tab-content ul.latest li .technology span {
  color: #e79b52!important;
}
section.important-tabs .tab-content ul.latest li .technology .line-dec {
  background-color: #e79b52!important;
}
section.important-tabs .tab-content ul.latest li .right-text span {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  color: #81207d;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 3px;
}
section.important-tabs .tab-content ul.latest li .right-text .line-dec {
  width: 40px;
  height: 2px;
  background-color: #595959;
}
section.important-tabs .tab-content ul.latest li .right-text h4 {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-bottom: 5px;
}
section.important-tabs .tab-content ul.latest li .right-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.important-tabs .tab-content ul.latest li .right-text ul li {
  display: inline-block;
  margin-right: 15px;
  border-bottom: none;
}
section.important-tabs .tab-content ul.latest li .right-text ul li em {
  font-style: normal;
  font-family: 'Open Sans regular', sans-serif;
  color: #aaaaaa;
  font-size: 12px;
}
section.important-tabs .tab-content ul.latest li .right-text ul li:last-child {
  margin-right: 0px;
}
section.important-tabs .tab-content ul.latest li:last-child {
  margin-bottom: 0px;
}
section.important-tabs .tab {
  display: none;
}
section.important-tabs .tab.active {
  display: block;
}
section.recommended-posts .recommended-posts-content {
  background-color: #ffffff;
  padding: 15px;
}
section.recommended-posts .recommended-posts-content #owl-recommended {
  margin-bottom: -15px;
}
section.recommended-posts .recommended-posts-content .owl-pagination {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 15px;
  margin-top: -55px;
  opacity: 1;
  display: inline-block;
}
section.recommended-posts .recommended-posts-content .owl-pagination .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 10px;
  margin: 0px 2px;
  border: 1px solid #ffffff;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
section.recommended-posts .recommended-posts-content .owl-pagination .active span {
  transition: all 1s;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #ffffff;
}
section.recommended-posts .recommended-posts-content .lifestyle .text-content span {
  color: #a96280!important;
}
section.recommended-posts .recommended-posts-content .lifestyle .text-content .line-dec {
  background-color: #a96280!important;
}
section.recommended-posts .recommended-posts-content .sport .text-content span {
  color: #88a962!important;
}
section.recommended-posts .recommended-posts-content .sport .text-content .line-dec {
  background-color: #88a962!important;
}
section.recommended-posts .recommended-posts-content .technology .text-content span {
  color: #e79b52!important;
}
section.recommended-posts .recommended-posts-content .technology .text-content .line-dec {
  background-color: #e79b52!important;
}
section.recommended-posts .recommended-posts-content .recommended-post-item img {
  width: 100%;
  overflow: hidden;
}
section.recommended-posts .recommended-posts-content .recommended-post-item .text-content {
  margin-top: 10px;
}
section.recommended-posts .recommended-posts-content .recommended-post-item .text-content span {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  color: #81207d;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 3px;
}
section.recommended-posts .recommended-posts-content .recommended-post-item .text-content .line-dec {
  width: 40px;
  height: 2px;
  background-color: #595959;
}
section.recommended-posts .recommended-posts-content .recommended-post-item .text-content h4 {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 21px;
  margin-bottom: 5px;
}
section.recommended-posts .recommended-posts-content .recommended-post-item .text-content em {
  font-style: normal;
  font-family: 'Open Sans regular', sans-serif;
  color: #aaaaaa;
  font-size: 12px;
}
section.blog-page .blog-items .blog-item {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
}
section.blog-page .blog-items .blog-item img {
  max-width: 100%;
  overflow: hidden;
}
section.blog-page .blog-items .blog-item .lifestyle span {
  color: #a96280!important;
}
section.blog-page .blog-items .blog-item .lifestyle .line-dec {
  background-color: #a96280!important;
}
section.blog-page .blog-items .blog-item .sport span {
  color: #88a962!important;
}
section.blog-page .blog-items .blog-item .sport .line-dec {
  background-color: #88a962!important;
}
section.blog-page .blog-items .blog-item .technology span {
  color: #e79b52!important;
}
section.blog-page .blog-items .blog-item .technology .line-dec {
  background-color: #e79b52!important;
}
section.blog-page .blog-items .blog-item .text-content {
  margin-top: 10px;
}
section.blog-page .blog-items .blog-item .text-content span {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  color: #81207d;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 3px;
}
section.blog-page .blog-items .blog-item .text-content .line-dec {
  width: 40px;
  height: 2px;
  background-color: #595959;
}
section.blog-page .blog-items .blog-item .text-content h4 {
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 21px;
  margin-bottom: 5px;
}
section.blog-page .blog-items .blog-item .text-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.blog-page .blog-items .blog-item .text-content ul li {
  display: inline-block;
  margin-right: 15px;
}
section.blog-page .blog-items .blog-item .text-content ul li em {
  font-style: normal;
  font-family: 'Open Sans regular', sans-serif;
  color: #aaaaaa;
  font-size: 12px;
}
section.blog-page .blog-items .blog-item .text-content ul li:last-child {
  margin-right: 0px;
}
section.blog-page .blog-items .blog-item .text-content p {
  margin-top: 15px;
}
section.blog-page .blog-items .blog-item .text-content .text-button a {
  color: #81207d;
  font-size: 13px;
  letter-spacing: 0.5px;
}
section.single-post-page .blog-items .blog-item {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
}
section.single-post-page .blog-items .blog-item img {
  max-width: 100%;
  overflow: hidden;
}
section.single-post-page .blog-items .blog-item .text-content {
  margin-top: 10px;
}
section.single-post-page .blog-items .blog-item .text-content span {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  color: #81207d;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 3px;
}
section.single-post-page .blog-items .blog-item .text-content .line-dec {
  width: 40px;
  height: 2px;
  background-color: #595959;
}
section.single-post-page .blog-items .blog-item .text-content h4 {
  margin-top: 8px;
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 21px;
  margin-bottom: 5px;
}
section.single-post-page .blog-items .blog-item .text-content ul {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
}
section.single-post-page .blog-items .blog-item .text-content ul li {
  display: inline-block;
  margin-right: 15px;
}
section.single-post-page .blog-items .blog-item .text-content ul li em {
  font-style: normal;
  font-family: 'Open Sans regular', sans-serif;
  color: #aaaaaa;
  font-size: 12px;
}
section.single-post-page .blog-items .blog-item .text-content ul li:last-child {
  margin-right: 0px;
}
section.single-post-page .blog-items .blog-item .text-content p {
  margin-bottom: 0px;
}
section.single-post-page .blog-items .blog-item .text-content blockquote {
  margin-bottom: 13px;
  margin-top: 15px;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.25px;
  color: #6a6a6a;
  background-color: #f4f4f4;
}
section.single-post-page .blog-items .blog-item .text-content .tags-share {
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  section.single-post-page .blog-items .blog-item .text-content .tags-share {
    text-align: center;
  }
}
section.single-post-page .blog-items .blog-item .text-content .tags-share h6 {
  float: left;
  margin-right: 5px;
}
@media (max-width: 991px) {
  section.single-post-page .blog-items .blog-item .text-content .tags-share h6 {
    float: none;
  }
}
section.single-post-page .blog-items .blog-item .text-content .tags-share ul.tags {
  border-right: 1px solid #f2f2f2;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  section.single-post-page .blog-items .blog-item .text-content .tags-share ul.tags {
    border-right: none;
  }
}
section.single-post-page .blog-items .blog-item .text-content .tags-share ul.tags li {
  margin-top: 8px;
}
section.single-post-page .blog-items .blog-item .text-content .tags-share ul.tags li a {
  border-radius: 20px;
  padding: 5px 10px;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  color: #ffffff;
  background-color: #dddddd;
}
section.single-post-page .blog-items .blog-item .text-content .tags-share ul.tags li a:hover {
  background-color: #595959;
  transition: all 0.5s;
}
section.single-post-page .blog-items .blog-item .text-content .tags-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.single-post-page .blog-items .blog-item .text-content .tags-share ul li {
  margin-right: 0px;
  margin-left: 5px;
  margin-top: 4px;
  display: inline-block;
}
section.single-post-page .blog-items .blog-item .text-content .tags-share ul li a i {
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  border-radius: 10px!important;
  background-color: #dddddd;
}
section.single-post-page .blog-items .blog-item .text-content .tags-share ul li a i:hover {
  background-color: #595959;
  transition: all 0.5s;
}
section.single-post-page .blog-items .about-author {
  margin-bottom: 20px;
}
section.single-post-page .blog-items .about-author .author-content {
  background-color: #ffffff;
  padding: 15px;
}
section.single-post-page .blog-items .about-author .author-content .left-image img {
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  section.single-post-page .blog-items .about-author .author-content .left-image img {
    width: 100%;
  }
}
section.single-post-page .blog-items .about-author .author-content .right-content {
  margin-left: -15px;
}
@media (max-width: 991px) {
  section.single-post-page .blog-items .about-author .author-content .right-content {
    margin-left: 0px;
    margin-top: 15px;
  }
}
section.single-post-page .blog-items .about-author .author-content .right-content .social-icons {
  float: right;
}
section.single-post-page .blog-items .about-author .author-content .right-content .social-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.single-post-page .blog-items .about-author .author-content .right-content .social-icons ul li {
  display: inline-block;
  margin-right: 5px;
}
section.single-post-page .blog-items .about-author .author-content .right-content .social-icons ul li a {
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-color: #dddddd;
}
section.single-post-page .blog-items .about-author .author-content .right-content .social-icons ul li i {
  font-size: 12px;
}
section.single-post-page .blog-items .about-author .author-content .right-content .social-icons ul li a:hover {
  background-color: #595959;
  transition: all 0.5s;
}
section.single-post-page .blog-items .about-author .author-content .right-content h4 {
  margin-top: 8px;
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-bottom: 0px;
}
section.single-post-page .blog-items .about-author .author-content .right-content span {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  color: #81207d;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 5px;
}
section.single-post-page .blog-items .about-author .author-content .right-content .line-dec {
  width: 40px;
  height: 2px;
  background-color: #595959;
  margin: 15px 0px 12px 0px;
}
section.single-post-page .blog-items .about-author .author-content .right-content p {
  margin-bottom: 0px;
}
section.single-post-page .blog-items .read-comments {
  margin-bottom: 20px;
}
section.single-post-page .blog-items .read-comments .comments-content {
  background-color: #ffffff;
  padding: 15px;
}
section.single-post-page .blog-items .read-comments .comments-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.single-post-page .blog-items .read-comments .comments-content ul li {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eeeeee;
}
section.single-post-page .blog-items .read-comments .comments-content ul li img {
  max-width: 105px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
section.single-post-page .blog-items .read-comments .comments-content ul li .right-text a {
  float: right;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  color: #81207d;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 3px;
}
section.single-post-page .blog-items .read-comments .comments-content ul li .right-text h4 {
  margin-top: 0px;
  padding-top: 3px;
  font-size: 14px;
  letter-spacing: 0.25px;
  margin-bottom: 2px;
}
section.single-post-page .blog-items .read-comments .comments-content ul li .right-text em {
  font-style: normal;
  font-family: 'Open Sans regular', sans-serif;
  color: #aaaaaa;
  font-size: 12px;
}
section.single-post-page .blog-items .read-comments .comments-content ul li .right-text p {
  margin-top: 7px;
}
section.single-post-page .blog-items .read-comments .comments-content ul .replied-comment {
  padding-left: 105px;
}
@media (max-width: 991px) {
  section.single-post-page .blog-items .read-comments .comments-content ul .replied-comment {
    padding-left: 30px;
  }
}
section.single-post-page .blog-items .read-comments .comments-content ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
section.single-post-page .blog-items .read-comments .comments-content ul li:last-child p {
  margin-bottom: 0px;
}
section.single-post-page .blog-items .leave-comment .comment-content {
  background-color: #ffffff;
  padding: 15px;
}
section.single-post-page .blog-items .leave-comment .comment-content input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  padding-left: 10px;
  letter-spacing: 0.5px;
  color: #aaaaaa;
}
@media (max-width: 991px) {
  section.single-post-page .blog-items .leave-comment .comment-content input {
    margin-bottom: 15px;
  }
}
section.single-post-page .blog-items .leave-comment .comment-content textarea {
  outline: none;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 160px;
  max-height: 220px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 12px 10px;
  color: #aaaaaa;
}
@media (max-width: 991px) {
  section.single-post-page .blog-items .leave-comment .comment-content textarea {
    margin-top: 0px;
  }
}
section.single-post-page .blog-items .leave-comment .comment-content .accent-button {
  margin-top: 15px;
}
section.contact-form .content-map {
  background-color: #ffffff;
  padding: 15px;
}
@media (max-width: 991px) {
  section.contact-form .content-map {
    margin-bottom: 20px;
  }
}
section.contact-form .message-content {
  background-color: #ffffff;
  padding: 15px;
}
section.contact-form .message-content input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  padding-left: 10px;
  letter-spacing: 0.5px;
  color: #aaaaaa;
}
@media (max-width: 991px) {
  section.contact-form .message-content input {
    margin-bottom: 15px;
  }
}
section.contact-form .message-content textarea {
  outline: none;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 200px;
  max-height: 220px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 12px 10px;
  color: #aaaaaa;
}
@media (max-width: 991px) {
  section.contact-form .message-content textarea {
    margin-top: 0px;
  }
}
section.contact-form .message-content button {
  margin-top: 15px;
  display: inline-block;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  text-transform: normal;
  letter-spacing: 1px;
  border-radius: 20px;
  color: #ffffff !important;
  background-color: #595959;
  padding: 10px 17px;
  font-weight: 300;
  border: none;
}
@media (max-width: 991px) {
  section.contact-form .message-content button {
    margin-top: 0px;
    margin-bottom: 15px;
    position: relative;
    width: auto;
    display: inline-block !important;
    padding: 10px 17px!important;
  }
}
section.contact-form .message-content button:after {
  border: none!important;
}
section.contact-form .message-content button:before {
  background: transparent;
}
section.gallery .widget-heading {
  width: 100%;
}
section.gallery .widget-heading .filters {
  display: inline;
  float: right;
  margin-top: -40px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  section.gallery .widget-heading .filters {
    background-color: #595959;
    width: 100%;
    float: none;
    display: inline-block;
    padding-bottom: 20px;
  }
}
section.gallery .widget-heading .filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.gallery .widget-heading .filters ul li {
  cursor: pointer;
  margin-left: 20px;
  display: inline-block;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.25px;
}
section.gallery .widget-heading .filters ul li .active {
  border-bottom: 2px solid #ffffff;
}
section.gallery .widget-heading .filters ul li:hover {
  opacity: 0.75;
  transition: all 0.5s;
}
section.gallery .gallery-content {
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 15px 15px 0px 15px;
}
section.gallery .gallery-content .item {
  margin-bottom: 15px;
}
section.gallery .gallery-content .item .thumb-holder {
  position: relative;
}
section.gallery .gallery-content .item .thumb-holder img {
  width: 100%;
  overflow: hidden;
}
section.gallery .gallery-content .item .thumb-holder .hover-content {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(250, 250, 250, 0.9);
}
section.gallery .gallery-content .item .thumb-holder .hover-content ul {
  -webkit-transform: translateY(250px);
  -moz-transform: translateY(250px);
  transform: translateY(250px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0;
  margin-top: 35%;
  list-style: none;
}
section.gallery .gallery-content .item .thumb-holder .hover-content ul li {
  display: inline-block;
  margin: 0 5px;
}
section.gallery .gallery-content .item .thumb-holder .hover-content ul li i {
  background-color: #595959;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  color: #ffffff;
}
section.gallery .gallery-content .item .down-content {
  text-align: left;
  margin-top: 10px;
}
section.gallery .gallery-content .item .down-content span {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  color: #81207d;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 5px;
}
section.gallery .gallery-content .item .down-content h4 {
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-bottom: 5px;
}
section.gallery .gallery-content .item .thumb-holder:hover .hover-content {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
section.gallery .gallery-content .item .thumb-holder:hover .hover-content ul {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 991px) {
  section.new-arrivals .women {
    margin-top: 15px;
  }
}
section.new-arrivals .women .thumb-holder .text-content span {
  background-color: rgba(233, 73, 73, 0.9) !important;
}
@media (max-width: 991px) {
  section.new-arrivals .kids {
    margin-top: 15px;
  }
}
section.new-arrivals .kids .thumb-holder .text-content span {
  background-color: rgba(98, 204, 65, 0.9) !important;
}
section.new-arrivals .arrival-item .thumb-holder {
  position: relative;
}
section.new-arrivals .arrival-item .thumb-holder img {
  width: 100%;
  overflow: hidden;
}
section.new-arrivals .arrival-item .thumb-holder .text-content {
  margin: 15px;
  border: 3px solid #ffffff;
  padding: 110px 0px 0px 0px;
  bottom: 0;
  position: absolute;
}
section.new-arrivals .arrival-item .thumb-holder .text-content span {
  display: inline-block;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 13px;
  text-transform: normal;
  font-weight: 700;
  letter-spacing: 0.25px;
  color: #ffffff;
  background-color: rgba(98, 154, 169, 0.9);
  padding: 5px 10px;
  overflow: hidden;
  margin-bottom: 0px;
}
section.new-arrivals .arrival-item .thumb-holder .text-content span em {
  font-family: 'Open Sans regular', sans-serif;
  font-style: normal;
  font-weight: 300;
}
section.new-arrivals .arrival-item .thumb-holder .text-content h4 {
  margin-bottom: 0px;
  margin-top: -5px;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 21px;
  background-color: rgba(250, 250, 250, 0.9);
}
#arrivals-items .mix {
  display: none;
}
section.featured-products .widget-heading {
  max-width: 100%;
}
@media (max-width: 991px) {
  section.featured-products .widget-heading {
    width: 100%;
  }
}
section.featured-products .widget-heading .filters {
  display: inline;
  float: right;
  margin-top: -40px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  section.featured-products .widget-heading .filters {
    background-color: #595959;
    width: 100%;
    float: none;
    display: inline-block;
    padding-bottom: 20px;
  }
}
section.featured-products .widget-heading .filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.featured-products .widget-heading .filters ul li {
  cursor: pointer;
  margin-left: 20px;
  display: inline-block;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.25px;
}
section.featured-products .widget-heading .filters ul li .active {
  border-bottom: 2px solid #ffffff;
}
section.featured-products .widget-heading .filters ul li:hover {
  opacity: 0.75;
  transition: all 0.5s;
}
section.featured-products .featured-products-content {
  background-color: #ffffff;
  padding: 15px;
}
@media (max-width: 991px) {
  section.featured-products .featured-products-content {
    padding: 15px 15px 0px 15px;
  }
}
@media (max-width: 991px) {
  section.featured-products .featured-products-content .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
section.featured-products .featured-products-content .item .thumb-holder {
  position: relative;
}
section.featured-products .featured-products-content .item .thumb-holder img {
  width: 100%;
  overflow: hidden;
}
section.featured-products .featured-products-content .item .thumb-holder .hover-content {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(250, 250, 250, 0.9);
}
section.featured-products .featured-products-content .item .thumb-holder .hover-content ul {
  -webkit-transform: translateY(250px);
  -moz-transform: translateY(250px);
  transform: translateY(250px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0;
  margin-top: 60%;
  list-style: none;
}
section.featured-products .featured-products-content .item .thumb-holder .hover-content ul li {
  display: inline-block;
  margin: 0 5px;
}
section.featured-products .featured-products-content .item .thumb-holder .hover-content ul li i {
  background-color: #595959;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  color: #ffffff;
}
section.featured-products .featured-products-content .item .women span {
  color: #e94949 !important;
}
section.featured-products .featured-products-content .item .women .line-dec {
  background-color: #008077 !important;
}
section.featured-products .featured-products-content .item .kids span {
  color: #62cc41 !important;
}
section.featured-products .featured-products-content .item .kids .line-dec {
  background-color: #008077 !important;
}
section.featured-products .featured-products-content .item .down-content {
  text-align: center;
  margin-top: 10px;
}
section.featured-products .featured-products-content .item .down-content span {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  color: #81207d;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 5px;
}
section.featured-products .featured-products-content .item .down-content .line-dec {
  width: 40px;
  height: 2px;
  background-color: #008077;
  margin: 0 auto;
}
section.featured-products .featured-products-content .item .down-content h4 {
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 22px;
  margin-bottom: 5px;
}
section.featured-products .featured-products-content .item .down-content p {
  color: #aaaaaa;
  font-size: 12px;
  margin-bottom: 0;
}
section.featured-products .featured-products-content .item .down-content p em {
  font-style: normal;
  font-family: 'Open Sans regular', sans-serif;
  color: #81207d;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.25px;
}
section.featured-products .featured-products-content .item .thumb-holder:hover .hover-content {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
section.featured-products .featured-products-content .item .thumb-holder:hover .hover-content ul {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
section.left-image-shop .left-image-shop-content {
  background-color: #ffffff;
  padding: 20px 15px 30px 15px;
}
section.left-image-shop .left-image-shop-content .left-image img {
  max-width: 100%;
  overflow: hidden;
}
section.left-image-shop .left-image-shop-content #getting-started {
  display: block;
  text-align: center;
  float: right;
  margin-top: 0px;
  margin-left: 30px;
}
section.left-image-shop .left-image-shop-content #getting-started em {
  position: relative;
  margin: 18px 15px 18px 15px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 10px;
  background-color: #595959;
}
section.left-image-shop .left-image-shop-content #getting-started span {
  margin-top: -15px;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 13px;
  display: block;
}
section.left-image-shop .left-image-shop-content .right-text {
  margin-left: -60px;
  text-align: left;
}
@media (max-width: 991px) {
  section.left-image-shop .left-image-shop-content .right-text {
    margin-left: 0px;
  }
}
section.left-image-shop .left-image-shop-content .right-text h2 {
  margin-top: 60px;
  font-size: 17px;
  text-transform: normal;
  letter-spacing: 0.5px;
  font-weight: 700;
}
section.left-image-shop .left-image-shop-content .right-text h2 em {
  font-style: normal;
  color: #81207d;
}
section.left-image-shop .left-image-shop-content .right-text .line-dec {
  width: 60px;
  height: 2px;
  background-color: #595959;
}
section.left-image-shop .left-image-shop-content .right-text p {
  margin-top: 20px;
}
section.left-image-shop .left-image-shop-content .right-text .accent-button {
  margin-top: 25px;
}
section.shop-page .filter-controls .widget-heading {
  margin-bottom: 20px;
  width: 100%;
}
section.shop-page .filter-controls .widget-heading .filters {
  display: inline;
  float: right;
  margin-top: -40px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  section.shop-page .filter-controls .widget-heading .filters {
    background-color: #595959;
    width: 100%;
    float: none;
    display: inline-block;
    padding-bottom: 20px;
  }
}
section.shop-page .filter-controls .widget-heading .filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.shop-page .filter-controls .widget-heading .filters ul li {
  cursor: pointer;
  margin-left: 20px;
  display: inline-block;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.25px;
}
section.shop-page .filter-controls .widget-heading .filters ul li .active {
  border-bottom: 2px solid #ffffff;
}
section.shop-page .filter-controls .widget-heading .filters ul li:hover {
  opacity: 0.75;
  transition: all 0.5s;
}
section.shop-page .shop-items .item {
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 10px;
}
section.shop-page .shop-items .item .thumb-holder {
  position: relative;
}
section.shop-page .shop-items .item .thumb-holder img {
  width: 100%;
  overflow: hidden;
}
section.shop-page .shop-items .item .thumb-holder .hover-content {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(250, 250, 250, 0.9);
}
section.shop-page .shop-items .item .thumb-holder .hover-content ul {
  -webkit-transform: translateY(250px);
  -moz-transform: translateY(250px);
  transform: translateY(250px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0;
  margin-top: 60%;
  list-style: none;
}
section.shop-page .shop-items .item .thumb-holder .hover-content ul li {
  display: inline-block;
  margin: 0 5px;
}
section.shop-page .shop-items .item .thumb-holder .hover-content ul li i {
  background-color: #595959;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  color: #ffffff;
}
section.shop-page .shop-items .item .women span {
  color: #e94949 !important;
}
section.shop-page .shop-items .item .women .line-dec {
  background-color: #e94949 !important;
}
section.shop-page .shop-items .item .kids span {
  color: #62cc41 !important;
}
section.shop-page .shop-items .item .kids .line-dec {
  background-color: #62cc41 !important;
}
section.shop-page .shop-items .item .down-content {
  text-align: center;
  margin-top: 10px;
}
section.shop-page .shop-items .item .down-content span {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  color: #81207d;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 5px;
}
section.shop-page .shop-items .item .down-content .line-dec {
  width: 40px;
  height: 2px;
  background-color: #595959;
  margin: 0 auto;
}
section.shop-page .shop-items .item .down-content h4 {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-bottom: 5px;
}
section.shop-page .shop-items .item .down-content p {
  color: #aaaaaa;
  font-size: 12px;
  margin-bottom: 0;
}
section.shop-page .shop-items .item .down-content p em {
  font-style: normal;
  font-family: 'Open Sans regular', sans-serif;
  color: #81207d;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.25px;
}
section.shop-page .shop-items .item .thumb-holder:hover .hover-content {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
section.shop-page .shop-items .item .thumb-holder:hover .hover-content ul {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
section.single-product-page .shop-item {
  background-color: #ffffff;
  padding: 10px;
}
section.single-product-page .shop-item .single-slider .flex-direction-nav a {
  display: none;
}
section.single-product-page .shop-item .single-slider .flex-control-thumbs {
  text-align: center;
}
section.single-product-page .shop-item .single-slider .flex-control-thumbs li {
  display: inline-block;
  margin-right: 8px;
  margin-top: 10px;
  cursor: pointer;
}
section.single-product-page .shop-item .single-slider .flex-control-thumbs li img {
  opacity: 0.7;
}
section.single-product-page .shop-item .single-slider .flex-control-thumbs li img:hover {
  opacity: 1!important;
  transition: all 0.5s;
}
section.single-product-page .shop-item .single-slider .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
section.single-product-page .shop-item .single-slider .flex-control-thumbs li:last-child {
  margin-right: 0px;
}
section.single-product-page .shop-item .women span {
  color: #e94949 !important;
}
section.single-product-page .shop-item .women .line-dec {
  background-color: #e94949 !important;
}
section.single-product-page .shop-item .kids span {
  color: #62cc41 !important;
}
section.single-product-page .shop-item .kids .line-dec {
  background-color: #62cc41 !important;
}
section.single-product-page .shop-item .right-content {
  margin-top: 10px;
}
@media (max-width: 991px) {
  section.single-product-page .shop-item .right-content {
    margin-top: 15px;
  }
}
section.single-product-page .shop-item .right-content .price {
  float: right;
}
section.single-product-page .shop-item .right-content .price em {
  font-style: normal;
  font-family: 'Open Sans regular', sans-serif;
  color: #81207d;
  font-weight: 700;
  font-size: 18px;
}
section.single-product-page .shop-item .right-content span {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  color: #81207d;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 5px;
}
section.single-product-page .shop-item .right-content .line-dec {
  width: 40px;
  height: 2px;
  background-color: #595959;
}
section.single-product-page .shop-item .right-content h4 {
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 21px;
  margin-bottom: 20px;
}
section.single-product-page .shop-item .right-content p {
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
}
section.single-product-page .shop-item .right-content .accordion {
  margin-right: 15px;
}
section.single-product-page .shop-item .right-content .accordion .accordion,
section.single-product-page .shop-item .right-content .accordion .accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.single-product-page .shop-item .right-content .accordion .accordion {
  overflow: hidden;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section {
  margin-bottom: 0px;
  border-bottom: 1px dashed #eeeeee;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section:last-child {
  border-bottom: none;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section-title {
  font-family: 'Open Sans regular', sans-serif;
  width: 100%;
  padding: 15px 0px;
  display: inline-block;
  transition: all linear 0.15s;
  font-size: 13px;
  letter-spacing: 0.5px;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section-title i {
  float: right;
  font-size: 18px;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section-title.active {
  color: #81207d;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section-title.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: all 0.5s;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section-title:hover {
  color: #81207d;
  transition: all .5s;
  text-decoration: none;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section-content {
  padding: 0px 15px 15px 15px;
  display: none;
  background-color: #f4f4f4;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section-content p {
  border-top: none;
}
section.single-product-page .shop-item .right-content .size-button {
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}
section.single-product-page .shop-item .right-content .share {
  margin-top: 15px;
}
section.single-product-page .shop-item .right-content .share h6 {
  float: left;
  margin-right: 12px;
  margin-top: 7px;
}
section.single-product-page .shop-item .right-content .share ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.single-product-page .shop-item .right-content .share ul li {
  display: inline-block;
  margin-right: 5px;
}
section.single-product-page .shop-item .right-content .share ul li a {
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-color: #dddddd;
}
section.single-product-page .shop-item .right-content .share ul li i {
  font-size: 12px;
}
section.single-product-page .shop-item .right-content .share ul li a:hover {
  background-color: #595959;
  transition: all 0.5s;
}
section.single-product-page .shop-item .right-content select {
  width: 120px;
  height: 36px;
  outline: none;
  border: 1px solid #d5d5d5;
  border-radius: 25px;
  padding: 0px 15px;
  font-family: 'Open Sans regular', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #6a6a6a;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section.single-product-page .shop-item .right-content label {
  position: relative;
  float: left;
  margin-top: 0px;
}
section.single-product-page .shop-item .right-content label:after {
  content: '<>';
  font: 13px "Consolas", monospace;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 10px;
  top: 10px;
  position: absolute;
  color: #6a6a6a;
  pointer-events: none;
}
section.single-product-page .shop-item .right-content label:before {
  content: '';
  right: 6px;
  top: 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  pointer-events: none;
  display: block;
}
section.single-product-page .shop-item .right-content .accent-button {
  margin-left: 15px;
  display: inline-block;
}
section.single-product-page .tabs {
  margin-top: 20px;
  width: 100%;
}
section.single-product-page .tab-links:after {
  display: block;
  clear: both;
  content: '';
}
section.single-product-page .tab-links {
  padding: 0px;
  margin: 0;
  background-color: #595959;
}
section.single-product-page .tab-links li {
  display: inline-block;
  border-right: 3px solid #ffffff;
  margin-right: -3px;
}
section.single-product-page .tab-links li a {
  display: inline-block;
  padding: 20px 15px;
  font-size: 14px;
  text-transform: normal;
  letter-spacing: 0.5px;
  font-weight: 700;
  background-color: #595959;
  color: #ffffff;
  max-width: 100%;
}
@media (max-width: 991px) {
  section.single-product-page .tab-links li a {
    padding: 20px 10px;
    font-size: 12px;
    letter-spacing: 0.75px;
  }
}
section.single-product-page .tab-links a:hover {
  background-color: #4c7e8c;
  transition: all 0.5s;
}
section.single-product-page li.active a {
  color: #ffffff;
  background-color: #4c7e8c;
  transition: all 0.5s;
}
section.single-product-page .tab-content {
  background: #ffffff;
  padding: 7.5px;
}
section.single-product-page .tab-content ul {
  padding: 0;
  margin-top: 0px!important;
  list-style: none;
}
section.single-product-page .tab-content ul li {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eeeeee;
}
section.single-product-page .tab-content ul li img {
  max-width: 105px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
section.single-product-page .tab-content ul li .right-text a {
  float: right;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  color: #81207d;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 3px;
}
section.single-product-page .tab-content ul li .right-text h4 {
  margin-top: 0px;
  padding-top: 3px;
  font-size: 14px;
  letter-spacing: 0.25px;
  margin-bottom: 2px;
}
section.single-product-page .tab-content ul li .right-text em {
  font-style: normal;
  font-family: 'Open Sans regular', sans-serif;
  color: #aaaaaa;
  font-size: 12px;
}
section.single-product-page .tab-content ul li .right-text p {
  margin-top: 7px;
}
section.single-product-page .tab-content ul .replied-comment {
  padding-left: 105px;
}
section.single-product-page .tab-content ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
section.single-product-page .tab-content ul li:last-child p {
  margin-bottom: 0px;
}
section.single-product-page .tab-content ul {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0px;
  list-style: none;
}
section.single-product-page .tab-content ul li {
  display: block;
  margin-bottom: 15px;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 13px;
  letter-spacing: 0.25px;
  color: #6a6a6a;
}
section.single-product-page .tab-content ul li:last-child {
  margin-bottom: 0px;
}
section.single-product-page .tab {
  display: none;
}
section.single-product-page .tab.active {
  display: block;
}
.sidebar-content .search-form-content {
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 15px;
}
@media (max-width: 991px) {
  .sidebar-content .search-form-content {
    margin-top: 20px;
  }
}
.sidebar-content .search-form-content input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 13px;
  color: #aaaaaa;
}
.sidebar-content .about-us-content {
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 15px;
}
.sidebar-content .about-us-content p {
  margin-bottom: 15px;
}
.sidebar-content .about-us-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-content .about-us-content ul li {
  display: inline-block;
  margin-right: 5px;
}
.sidebar-content .about-us-content ul li a {
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-color: #dddddd;
}
.sidebar-content .about-us-content ul li i {
  font-size: 12px;
}
.sidebar-content .about-us-content ul li a:hover {
  background-color: #595959;
  transition: all 0.5s;
}
.sidebar-content .latest-posts-content {
  margin-bottom: 20px;
}
.sidebar-content .latest-posts-content ul.latest-products li {
  margin-bottom: 32px;
}
.sidebar-content .latest-posts-content ul.latest-products li .right-text {
  padding-top: 10px;
}
.sidebar-content .latest-posts-content .women span {
  color: #e94949 !important;
}
.sidebar-content .latest-posts-content .women .line-dec {
  background-color: #e94949 !important;
}
.sidebar-content .latest-posts-content .kids span {
  color: #62cc41 !important;
}
.sidebar-content .latest-posts-content .kids .line-dec {
  background-color: #62cc41 !important;
}
.sidebar-content .latest-posts-content p {
  color: #aaaaaa;
  font-size: 12px;
  margin-bottom: 0;
}
.sidebar-content .latest-posts-content p em {
  font-style: normal;
  font-family: 'Open Sans regular', sans-serif;
  color: #81207d !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.25px;
}
.sidebar-content .category-content {
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.sidebar-content .category-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  margin-right: 45px;
  float: left;
}
.sidebar-content .category-content ul li {
  display: block;
  margin-bottom: 10px;
}
.sidebar-content .category-content ul li a {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #aaaaaa;
}
.sidebar-content .category-content ul li a:hover {
  color: #81207d;
  transition: all 0.5s;
}
.sidebar-content .category-content ul:last-child {
  margin-right: 0px;
}
.sidebar-content .recommended-posts-content {
  background-color: #ffffff;
  padding: 15px 15px 0px 15px;
  margin-bottom: 20px;
}
.sidebar-content .recommended-posts-content #owl-recommended {
  margin-bottom: -15px;
}
.sidebar-content .recommended-posts-content .owl-pagination {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 15px;
  margin-top: -55px;
  opacity: 1;
  display: inline-block;
}
.sidebar-content .recommended-posts-content .owl-pagination .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 10px;
  margin: 0px 2px;
  border: 1px solid #ffffff;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.sidebar-content .recommended-posts-content .owl-pagination .active span {
  transition: all 1s;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #ffffff;
}
.sidebar-content .recommended-posts-content .women span {
  color: #e94949 !important;
}
.sidebar-content .recommended-posts-content .women .line-dec {
  background-color: #e94949 !important;
}
.sidebar-content .recommended-posts-content .kids span {
  color: #62cc41 !important;
}
.sidebar-content .recommended-posts-content .kids .line-dec {
  background-color: #62cc41 !important;
}
.sidebar-content .recommended-posts-content .lifestyle .text-content span {
  color: #a96280!important;
}
.sidebar-content .recommended-posts-content .lifestyle .text-content .line-dec {
  background-color: #a96280!important;
}
.sidebar-content .recommended-posts-content .sport .text-content span {
  color: #88a962!important;
}
.sidebar-content .recommended-posts-content .sport .text-content .line-dec {
  background-color: #88a962!important;
}
.sidebar-content .recommended-posts-content .technology .text-content span {
  color: #e79b52!important;
}
.sidebar-content .recommended-posts-content .technology .text-content .line-dec {
  background-color: #e79b52!important;
}
.sidebar-content .recommended-posts-content .recommended-post-item img {
  max-width: 100%;
  overflow: hidden;
}
.sidebar-content .recommended-posts-content .recommended-post-item .text-content {
  margin-top: 10px;
}
.sidebar-content .recommended-posts-content .recommended-post-item .text-content span {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  color: #81207d;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 3px;
}
.sidebar-content .recommended-posts-content .recommended-post-item .text-content .line-dec {
  width: 40px;
  height: 2px;
  background-color: #595959;
}
.sidebar-content .recommended-posts-content .recommended-post-item .text-content h4 {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 21px;
  margin-bottom: 5px;
}
.sidebar-content .recommended-posts-content .recommended-post-item .text-content p {
  color: #aaaaaa;
  font-size: 12px;
  margin-bottom: 0;
}
.sidebar-content .recommended-posts-content .recommended-post-item .text-content p em {
  font-style: normal;
  font-family: 'Open Sans regular', sans-serif;
  color: #81207d !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.25px;
}
.sidebar-content .recommended-posts-content .recommended-post-item .text-content em {
  font-style: normal;
  font-family: 'Open Sans regular', sans-serif;
  color: #aaaaaa;
  font-size: 12px;
}
.sidebar-content .tags-cloud-content {
  background-color: #ffffff;
  padding: 15px 15px 7px 15px;
}
.sidebar-content .tags-cloud-content ul.tags-cloud {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-content .tags-cloud-content ul.tags-cloud li {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 5px;
}
.sidebar-content .tags-cloud-content ul.tags-cloud li a {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #aaaaaa;
  padding: 5px 12px;
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
}
.sidebar-content .tags-cloud-content ul.tags-cloud li a:hover {
  color: #ffffff;
  background-color: #595959;
  border: 1px solid #595959;
  transition: all 0.5s;
}
section.page-heading .page-heading-content {
  background-image: url(../images/heimtextilien.jpg);
  background-size: contain;
  max-width: 100%;
  padding: 0px;
  text-align: center;
	position: relative;
	z-index: 1; /* FIX IPHONE6 */
}

.headlines {
  text-align: center;
  padding-bottom: 20px;
}

div.page-headerpic > img {
  width: 100%;
  height: auto;
}

div.page-headerpic-inovatex {
  text-align: center;
}

div.page-headerpic-inovatex > img {
  width: 100%;
  max-width: 550px;
  height: auto;
}

@media (max-width: 991px) {
  section.page-heading .page-heading-content {
    padding: 0px;
  }
}
section.page-heading .page-heading-content .text-content {
  background-color: #fff;
  padding: 10px 10px;
  display: inline-block;
}
section.page-heading .page-heading-content .text-content h1 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 24px;
  letter-spacing: 0.5px;
  text-transform: normal;
  font-weight: 700;
}
section.page-heading .page-heading-content .text-content .line-dec {
  width: 60px;
  height: 2px;
  background-color: #008077;
  margin: 10px auto;
}
section.page-heading .page-heading-content .text-content p {
  color: #5a5a5a;
  margin-bottom: 0px;
}
.widget-heading h6 {
  padding: 22px 15px;
  font-size: 14px;
  text-transform: normal;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #595959;
  color: #ffffff;
}
.widget-heading h6 em {
  font-family: 'Open Sans regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.first-line {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: normal;
  color: #81207d;
  letter-spacing: 0.25px;
  background: rgba(255, 255, 255, 0.95);
  padding: 2px;
}
.second-line {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 34px;
  text-transform: normal;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 700;
  background: rgba(129, 32, 125, 0.8);
  padding: 8px 16px;
  border-radius: 30px;
}
.black-text {
  color: #343434;
}
.third-line .line-dec {
  width: 80px;
  height: 2px;
  background-color: #008077;
}
.fourth-line p {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
}
.shop-slide .first-line {
  text-transform: capitalize;
}
.shop-slide .second-line {
  font-size: 36px;
  line-height: 40px;
}
.shop-slide .second-line em {
  font-style: normal;
  color: #81207d;
}
.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider .tp-caption {
  visibility: hidden;
  opacity: 0;
}
.slider .tp-caption a {
  letter-spacing: 1px!important;
  color: #343434;
}
.tp-bullets {
  z-index: 1!important;
}
@media (max-width: 991px) {
  .flexslider {
    margin-bottom: 20px;
  }
}
.flexslider .flex-control-paging {
  display: none;
}
.flexslider .custom-navigation {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
.flexslider .custom-navigation .flex-prev {
  float: right;
  margin-right: 47px;
}
.flexslider .custom-navigation .flex-prev i {
  opacity: 0.5;
  color: #343434;
  font-size: 22px;
  width: 45px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background-color: rgba(250, 250, 250, 0.9);
}
.flexslider .custom-navigation .flex-prev i:hover {
  opacity: 1;
  transition: all 0.5s;
}
.flexslider .custom-navigation .flex-next {
  right: 0px;
  position: absolute;
}
.flexslider .custom-navigation .flex-next i {
  opacity: 0.5;
  color: #343434;
  font-size: 22px;
  width: 45px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background-color: rgba(250, 250, 250, 0.9);
}
.flexslider .custom-navigation .flex-next i:hover {
  opacity: 1;
  transition: all 0.5s;
}
.flexslider .slider-caption {
  position: absolute;
  z-index: 999998;
  bottom: 0;
}

/* NAVI FLEXSLIDER
########################################### */

a.flex-next {
  background: rgba(89,89,89,0.6)
}

a.flex-next:hover {
  background: rgba(89,89,89,0.8)
}

a.flex-prev {
  background: rgba(89,89,89,0.6)
}

a.flex-prev:hover {
  background: rgba(89,89,89,0.8)
}

/* ENDE */

@media (max-width: 991px) {
  .flexslider .slider-caption {
    display: none;
  }
}
.flexslider .slider-caption .lifestyle span {
  color: #a96280!important;
}
.flexslider .slider-caption .lifestyle .line-dec {
  background-color: #008077!important;
}
.flexslider .slider-caption .sport span {
  color: #88a962!important;
}
.flexslider .slider-caption .sport .line-dec {
  background-color: #008077!important;
}
.flexslider .slider-caption .nature span {
  color: #e79b52!important;
}
.flexslider .slider-caption .nature .line-dec {
  background-color: #008077!important;
}
.flexslider .slider-caption .caption-content {
  margin-left: 15px;
  margin-bottom: 20px;
}
.flexslider .slider-caption .caption-content span {
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  color: #81207d;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 3px;
}
.flexslider .slider-caption .caption-content .line-dec {
  width: 80px;
  height: 2px;
  background-color: #008077;
  margin-bottom: 20px;
  margin-top: 15px;
}
.flexslider .slider-caption .caption-content h2 {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 36px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.flexslider .slider-caption .caption-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.flexslider .slider-caption .caption-content ul li {
  display: inline-block;
  margin-right: 15px;
}
.flexslider .slider-caption .caption-content ul li em {
  font-style: normal;
  font-weight: 300;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding: 5px 12px;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 15px;
}
.flexslider .slider-caption .caption-content ul li a i {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  background-color: #595959;
  padding: 4px 10px;
  border-radius: 10px;
}
section.services-1 .services-content {
  background-color: #ffffff;
  padding: 15px;
}
@media (max-width: 991px) {
  section.services-1 .services-content {
    padding: 15px 15px 0px 15px;
  }
}
section.services-1 .services-content .service-item {
  background-color: #f4f4f4;
  text-align: center;
  padding: 30px 20px;
  box-shadow: inset 0 0 0 0 #f4f4f4;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  cursor: pointer;
}
@media (max-width: 991px) {
  section.services-1 .services-content .service-item {
    margin-bottom: 15px;
  }
}
section.services-1 .services-content .service-item .icon {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  border-radius: 10px;
}
section.services-1 .services-content .service-item .icon img {
  max-width: 100%;
  overflow: hidden;
}
section.services-1 .services-content .service-item .text-content h4 {
  margin-top: 25px;
  margin-bottom: 12px;
  font-size: 15px;
  letter-spacing: 0.5px;
}
section.services-1 .services-content .service-item .text-content p {
  margin-bottom: 0px;
}
section.services-1 .services-content .service-item:hover {
  box-shadow: inset 0 0 0 270px #595959;
}
section.services-1 .services-content .service-item:hover h4 {
  color: #ffffff;
  transition: all 0.5s;
}
section.services-1 .services-content .service-item:hover p {
  color: #ffffff;
  transition: all 0.5s;
}
section.clients .clients-content {
  background-color: #ffffff;
  padding: 15px;
}
section.clients .clients-content #owl-clients {
  margin-bottom: -15px;
}
section.clients .clients-content #owl-clients .owl-item .client-item {
  width: 100%;
  height: 160px;
  text-align: center;
  display: inline-block;
  line-height: 155px;
  background-color: #f4f4f4;
  clear: both;
  cursor: pointer;
  border: 5px solid transparent;
}
@media (max-width: 991px) {
  section.clients .clients-content #owl-clients .owl-item .client-item {
    height: 140px;
    line-height: 135px;
  }
}
section.clients .clients-content #owl-clients .owl-item .client-item:hover {
  border: 5px solid #595959;
  transition: all 1s;
}
section.testimonials .testimonials-content {
  padding: 60px 0px;
  background-image: url(http://placehold.it/1170x450);
  background-size: cover;
  max-width: 100%;
}
section.testimonials .testimonials-content .owl-pagination {
  text-align: center;
  z-index: 9999;
  right: 15px;
  opacity: 1;
  display: inline-block;
}
section.testimonials .testimonials-content .owl-pagination .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 10px;
  margin: 0px 2px;
  border: 1px solid #ffffff;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
section.testimonials .testimonials-content .owl-pagination .active span {
  transition: all 1s;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #ffffff;
}
section.testimonials .testimonials-content .testimonials-heading {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0px;
}
section.testimonials .testimonials-content .testimonials-heading h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 17px;
  text-transform: normal;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
}
section.testimonials .testimonials-content .testimonials-heading img {
  width: 32px;
  height: 32px;
}
section.testimonials .testimonials-content #owl-testimonials .testimonial-item {
  text-align: center;
}
section.testimonials .testimonials-content #owl-testimonials .testimonial-item p {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.5px;
}
section.testimonials .testimonials-content #owl-testimonials .testimonial-item h4 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
section.testimonials .testimonials-content #owl-testimonials .testimonial-item h4 em {
  font-style: normal;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.accent-button a {
  display: inline-block;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 18px;
  text-transform: normal;
  letter-spacing: 1px;
  border-radius: 20px;
  color: #ffffff !important;
  background-color: #888888;
  padding: 10px 17px;
  font-weight: 700;
}

.accent-button a:hover {
  color: #ffffff !important;
  background-color: #81207d;;
}

.light-button a {
  display: inline-block;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  text-transform: normal;
  letter-spacing: 1px;
  border-radius: 20px;
  color: #343434 !important;
  background-color: #f2f2f2;
  padding: 10px 17px;
  font-weight: 300;
}
.white-button a {
  display: inline-block;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  text-transform: normal;
  letter-spacing: 1px;
  border-radius: 20px;
  color: #343434 !important;
  background-color: #ffffff;
  padding: 10px 17px;
  font-weight: 300;
}
.border-button a {
  display: inline-block;
  font-family: 'Open Sans regular', sans-serif;
  font-size: 12px;
  text-transform: normal;
  letter-spacing: 1px;
  border-radius: 20px;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  padding: 9px 16px;
  font-weight: 300;
}
.text-button a {
  font-family: 'Open Sans regular', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
.text-button a:hover {
  color: #81207d;
  transition: all 0.5s;
}
.go-top {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  background-color: rgba(0, 128, 119, 0.5);
  position: absolute;
  text-align: center;
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: 30px;
  color: #ffffff !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}
.go-top-visible {
  visibility: visible;
  opacity: 1;
}
.pagination {
  border-top: 2px solid #595959;
  background-color: #ffffff;
  width: 100%;
  margin: 0px;
}
.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination ul li {
  display: inline-block;
  margin: 0px -2px;
}
.pagination ul li a {
  border-right: 1px solid #eeeeee;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  font-size: 14px;
  font-family: 'Open Sans regular', sans-serif;
  color: #6a6a6a;
}
.pagination ul li a:hover {
  color: #81207d;
  transition: all 0.5s;
}
.pagination ul .active a {
  background-color: #595959;
  color: #ffffff;
}
section.call-to-action .call-to-action-content {
  background-color: #595959;
  text-align: center;
}
section.call-to-action .call-to-action-content .left-image {
  position: absolute;
  left: 30px;
  top: 30px;
}
@media (max-width: 991px) {
  section.call-to-action .call-to-action-content .left-image {
    top: 55px;
  }
}
section.call-to-action .call-to-action-content .right-image {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media (max-width: 991px) {
  section.call-to-action .call-to-action-content .right-image {
    top: 55px;
  }
}
section.call-to-action .call-to-action-content h2 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 17px;
  text-transform: normal;
  color: #ffffff;
  letter-spacing: 0.5px;
}
section.call-to-action .call-to-action-content h2 em {
  font-style: normal;
  font-weight: 700;
}
section.call-to-action .call-to-action-content .line-dec {
  width: 60px;
  height: 2px;
  background-color: #ffffff;
  margin: 20px auto 25px auto;
}
section.call-to-action .call-to-action-content p {
  color: #ffffff;
}
@media (max-width: 991px) {
  section.call-to-action .call-to-action-content p {
    padding: 0px 15px;
  }
}
section.call-to-action .call-to-action-content .buttons {
  display: inline-block;
  margin-top: 15px;
  padding-bottom: 30px;
}
section.call-to-action .call-to-action-content .buttons .white-button {
  display: inline-block;
  margin-left: 5px;
}
section.call-to-action .call-to-action-content .buttons .border-button {
  display: inline-block;
  margin-right: 5px;
}
section.page-404 .content-404 {
  background-image: url(http://placehold.it/1170x550);
  background-size: cover;
  max-width: 100%;
  padding: 40px 0px 80px 0px;
  text-align: center;
}
section.page-404 .content-404 .text-content {
  text-align: center;
}
section.page-404 .content-404 .text-content h1 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 180px;
  color: #121212;
  letter-spacing: 0.5px;
  text-transform: normal;
  font-weight: 700;
}
section.page-404 .content-404 .text-content .background-text {
  background-color: rgba(250, 250, 250, 0.95);
  padding: 30px 100px;
  display: inline-block;
}
@media (max-width: 991px) {
  section.page-404 .content-404 .text-content .background-text {
    margin: 15px;
    padding: 30px 45px;
  }
}
section.page-404 .content-404 .text-content .background-text h4 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-transform: normal;
  font-weight: 700;
}
section.page-404 .content-404 .text-content .background-text .line-dec {
  width: 60px;
  height: 2px;
  background-color: #008077;
  margin: 15px auto;
}
section.page-404 .content-404 .text-content .background-text p {
  color: #343434;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}
section.page-404 .content-404 .text-content .background-text .accent-button {
  margin-top: 20px;
}
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@keyframes bounceRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes jumpTowardSearch {
  0% {
    background: #ccc;
    opacity: 1;
    transform: rotateZ(0deg) scale(1);
  }
  20% {
    background: #ccc;
    opacity: 0;
    transform: rotateZ(-60deg) scale(50);
  }
  55% {
    background: hotpink;
    opacity: 0;
    transform: rotateZ(-30deg) scale(100);
  }
  90% {
    background: hotpink;
    opacity: 0;
    transform: rotateZ(-30deg) scale(50);
  }
  100% {
    background: hotpink;
    opacity: 1;
    transform: rotateZ(0deg) scale(1);
  }
}
@keyframes jumpTowardReset {
  0% {
    opacity: 0;
    transform: rotateZ(0deg) scale(1);
  }
  20% {
    opacity: 0;
    transform: rotateZ(-60deg) scale(50);
  }
  55% {
    opacity: 0;
    transform: rotateZ(-30deg) scale(100);
  }
  90% {
    opacity: 0;
    transform: rotateZ(-30deg) scale(50);
  }
  100% {
    opacity: 1;
    transform: rotateZ(0deg) scale(1);
  }
}
@media (max-width: 767px) {
  html.out {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  body {
    position: absolute;
    left: 0;
    right: 0;
    overflow-x: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  body.out {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    overflow: hidden;
  }
  body.off-canvas-nav-left.out {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  .container-fluid > .navbar-collapse,
  .container > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  nav .navbar-nav {
    margin: 0 -15px 7.5px -15px;
  }
  body.out nav .navbar-toggle {
    background-color: #ddd;
  }
  body.off-canvas-nav-left nav .navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: 0;
  }
  nav .navbar-toggle .icon-bar {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  body.out nav .navbar-toggle .icon-bar:nth-of-type(2) {
    -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
  body.out nav .navbar-toggle .icon-bar:nth-of-type(3) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  body.out nav .navbar-toggle .icon-bar:nth-of-type(4) {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
  nav .navbar-collapse {
    display: block !important;
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    z-index: 10000;
    width: 300px;
    height: 100vh !important;
    margin: 0;
    background-color: inherit;
    border: none;
    box-shadow: none;
    border-left: 1px solid #e7e7e7;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
  }
  body.out .navbar-collapse {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  nav .navbar-nav {
    z-index: 10010;
  }
  body.out nav .navbar-collapse {
    box-shadow: -10px 0px 50px 0px rgba(0, 0, 0, 0.75);
  }
  nav.navbar-fixed-top .navbar-collapse {
    max-height: none;
  }
  body.out nav.navbar-fixed-top .navbar-collapse {
    box-shadow: -10px 0px 50px 0px rgba(0, 0, 0, 0.75);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  body.off-canvas-nav-left nav .navbar-collapse {
    left: -300px;
    right: auto;
    border: none;
    border-right: 1px solid #e7e7e7;
  }
  body.off-canvas-nav-left.out nav .navbar-collapse {
    box-shadow: 10px 0px 50px 0px rgba(0, 0, 0, 0.75);
  }
  body.off-canvas-nav-left.out nav.navbar-fixed-top .navbar-collapse {
    box-shadow: 10px 0px 50px 0px rgba(0, 0, 0, 0.75);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  nav .navbar-collapse .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover {
    background-color: #eee !important;
  }
  nav .navbar-collapse .dropdown > .dropdown-menu,
  nav .navbar-collapse .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    display: block !important;
    position: static;
    float: none;
    max-height: 0;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  nav .navbar-collapse .dropdown .dropdown-menu li a,
  nav .navbar-collapse .dropdown .dropdown-menu li.dropdown-header {
    padding: 5px 15px 5px 25px;
    color: #777777;
  }
  nav .navbar-collapse .dropdown.open .dropdown-menu,
  nav .navbar-collapse .dropdown.open .dropdown-menu > .dropdown-submenu.open > .dropdown-menu {
    max-height: 100vh;
  }
  nav .dropdown-toggle > .caret {
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }
  nav .open > .dropdown-toggle > .caret {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }
  nav .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    box-shadow: none;
  }
}
@media (max-width: 375px) {
  body.out {
    -webkit-transform: translate3d(-100vw, 0, 0) translate3d(74px, 0, 0);
    transform: translate3d(-100vw, 0, 0) translate3d(74px, 0, 0);
  }
  body.off-canvas-nav-left.out {
    -webkit-transform: translate3d(100vw, 0, 0) translate3d(-74px, 0, 0);
    transform: translate3d(100vw, 0, 0) translate3d(-74px, 0, 0);
  }
  nav .navbar-collapse {
    right: calc(-26vw);
    width: calc(26vw);
  }
  body.off-canvas-nav-left nav .navbar-collapse {
    left: calc(-26vw);
  }
}

/*html.-moz- > body > section.main-slider > div.container > div.row > div.col-md-12 {
	position: relative;
	}
	
#cssmenu .open {
	position: absolute;
	z-index: 999;
	background: #fff;
	}*/

section.page-heading {
	position: relative;
	z-index: -1;
}

.bghellgrau {
  border: 1px solid #595959;
  background: #eaeaea;
  color: #000000;
  margin: 0;
  padding: 20px 0;
}

.abstand-40 {
  height: 40px;
}