
body {
  font-family: 'Segoe UI', system-ui, -apple-system, Roboto, 'Helvetica Neue', 'Trebuchet MS', Verdana, Arial, sans-serif;
  background: none repeat scroll 0 0 #eaeaea;
  font-size: 1.6em;
}

/* TABS  */
.tab {
  margin-left: 3%;
  padding-top: 5px;
  overflow: hidden;
}
.tab button {
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 0;  
  background-color: #eee;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  width: 46.75px;
  height: 46.75px;
  transition: 0.3s;
  text-transform: uppercase;
}
.tab button:hover {
  background-color: #CCC;
}
.tab button.active {
  background-color: #2E7D32;
  color: #FFF;
}
.group {
  display: none;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
/* TABS END */

.page {
  margin: 0 0 25px 0;
  padding: 0;
  display: block;
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/*.container { width: 970px; } */

h1, .h1 { font-size: 180%; }
h4 { line-height: 24px; }

hr { border-color: #44A12A !important; padding-bottom: 10px; }
hr.green { margin-bottom: 5px; border-color: #44a12a !important; border-width: 1px; }

a:active, a:focus{ outline: none; }

.portfolioitem p b { font-size: 125%; }

.topimg { width: 100%; }

.foo a {
    color: #fff;
    text-decoration: none;
}
.foo a:hover {
    text-decoration: underline;
}

.logo { padding: 15px 0 0; }

sup { top: -0.1em; font-size: 85%; }

b, strong { font-weight: 600; }

#dynamic-widget {
    background: transparent;
    bottom: 10px;
    display: none;
    left: auto;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 10px;
    text-decoration: none;
    top: auto;
    width: auto;
    z-index: 90;
}
.col-lg-12 p, .col-lg-12 hr {
  margin-left: 3%;
  margin-right: 3%;
}
.col-lg-12 b {
  font-size: 105%;
}
.top { background: #fff; }
.text-center {
  margin: 0 !important;
  padding-top: 10px;
  padding-bottom: 0;
  color: #fff;
}
.text-align-center {
  text-align: center;
}
p.text-center { border: 0; }

.slo { 
	padding: 10px;
	text-align: center;
	font-size: 100%;
	background: transparent;
}

.foo { margin-top: 30px; background: #444; }
.foo p { padding: 10px 0; }

.infos {
  margin: 0 3%;
  padding: 10px 0;
  width: 94%;
}
.infos br {
  margin-bottom: 5px;
}
.infos table tr th {
  text-align: center;
}
.infos table {
  margin-top: 10px;
  width: auto;
  min-width: 50%;
}
.infos table tr td,
.infos table tr th {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #bbb;
}
.infos table tr td.brdnone {
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #bbb;
  border-left: 1px solid #bbb;
}

.alpha {
  margin: 0;
  padding: 5px 0;
  text-align: center;
}
.alpha ul {
  margin: 0 auto;
}
.alpha ul li {
  margin: 5px 10px 5px 0;
  padding: 5px 0;
  list-style-type: none;
  float: left;
}
.alpha ul li:first-child {
  margin-left: 0;
}
.alpha ul li a, 
.alpha ul li a:link, 
.alpha ul li a:focus {
  margin: 0;
  padding: 5px 0;
  font-size: 102%;
  height: 38px;
  width: 38px;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #E8F5E9;
  float: inherit;
}
.alpha ul li a:hover, 
.alpha ul li a.active { 
   background: none repeat scroll 0 0 #44a12a;
   color: #FFFFFF;
 }

.sep { padding: 0 15px; }

.noleft { clear:left; height:0; }
.ewg { font-size: 20px; }
.frac { font-size: 18px; }

.smedia { margin-top: 10px; text-align: center; }
.smedia img { margin-left: 5px; margin-right: 5px; }

.btnShop,
.btnShop:focus,
.btnShop:visited {
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
	text-decoration: none;
    background: rgb(180, 0, 0);
    border-radius: 5px;
	transition: all 0.3s ease 0s;
}
.btnShop:hover {
    color: #fff;
	text-decoration: none;
    background: rgb(200, 0, 0) !important;
	box-shadow: 0 7px 6px -5px #777777;
}
.btnShop span {
    font-size: 130%;
	font-family: times, serif;
	padding-left: 0.2em;
}

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

  .logo { padding: 5px 0; }	  
  .col-lg-12 hr { margin-left: 0; margin-right: 0; }
  p.text-center { font-size: 80%; }
  .sep { padding: 0 3px; }
  .smedia img { margin-left: 15px; margin-right: 15px; }  
  .alpha ul li:first-child { margin-left: 0; }
  .alpha ul li a, .alpha ul li a:link, .alpha ul li a:focus { padding: 8px 18px; }
  
}

#cookieNote {
  position: fixed;
  top: 0;left: 0;
  width: 100%;
  padding: 20px 0 25px 0;
  font-size: 14px !important;
  color: #333 !important;
  background-color: #fff !important;
  border-bottom: 1px solid #333;
  text-align: center;
  z-index: 1500 !important;
  opacity: 0.97 !important;
}
#cookieNote a {
    color: #fff !important;
    text-decoration: none !important;
    background: #ccc !important;
}
#cookieNote .notify {
    padding: 5px 5px 15px 5px !important;
    width: 700px;
    margin: 0 auto; 
}
#cookieNote .notify a {
    color: #333 !important;
    text-decoration: underline !important;
    background: transparent !important;
}
#cookieNote .cookie-btns {
    padding: 30px 0 0 0 !important;
    font-size: 16px !important;
}
#cookieNote .dismiss a {
    background: #44a12a !important;
    padding: 10px 25px !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px;
}
#cookieNote .dismiss a:hover,
#cookieNote .dismiss a:focus {
    background: #34841e !important;
}

#cookieNote .cancelCookie a {
    background: #FFF !important;
    padding: 10px 25px !important;
    color: #000 !important;
    text-decoration: none !important;
    border-radius: 4px;
	border: 1px solid #aaa;
}
#cookieNote .cancelCookie a:hover,
#cookieNote .cancelCookie a:focus {
    background: #EEE !important;
}
#cookieNote span.dismiss {
    cursor: none !important;
    position: relative !important;
    right: inherit !important;
    top: inherit !important;
    width: auto !important;
    height: auto !important;
    display: inline !important;
    text-indent: 0 !important;
    background: none !important;
}

@media screen and (max-width: 768px) {
	
  .page { margin-top: 0; margin-bottom: 0;}
  
  h2, .h2 { font-size: 20px; margin-top: 10px; margin-bottom: 10px; }
  
  .logo { padding: 5px 0; }
  
  .col-lg-12 hr { margin-left: 0; margin-right: 0; }
  
  .alpha ul {
	  margin: 0 auto;
	  display: inline-block;
	  padding-left: 0;
  }
  .alpha ul li:first-child { margin-left: 0; }
  .alpha ul li a, .alpha ul li a:link, .alpha ul li a:focus { 
	padding: 5px 0;
	height: 35px;
	width: 40px; 
   }

  #cookieNote .notify { width: 90%;}
  #cookieNote .notify { padding: 15px 5px 15px 5px !important; }
  #cookieNote { background-color: #eaeaea !important; }
  #cookieNote .cookie-btns { font-size: 14px !important; }
  #cookieNote span.dismiss {  margin-bottom: 30px; display: block !important; }

}

@media screen and (min-width: 768px) {

  #cookieNote .notify { width: 700px;}
  #cookieNote .notify { padding: 15px 5px 15px 5px !important; }

}

@media screen and (min-width: 992px) { 

  #cookieNote .notify { width: 700px; }

}
