@import url('https://fonts.googleapis.com/css?family=Roboto:100');
/*@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');*/
.zero-margin {
  margin: 0;
}
.zero-padding {
  padding: 0;
}
/*Text*/
.textRight {
  text-align: right;
}
.textLeft {
  text-align: left;
}
.textJustify {
  text-align: justify;
}
.textCenter {
  text-align: center;
}
.text-deco-none {
  text-decoration: none;
}
.text-deco-underline {
  text-decoration: underline;
}
.boldText {
  font-weight: bold;
}
.auto-width {
  width: auto;
}
.clear {
  clear: both;
  float: left;
  width: 100%;
}
.left-float {
  float: left;
}
.right-float {
  float: right;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.relative-right {
  position: relative;
  float: right;
}
.relative-left {
  position: relative;
  float: left;
}
.margin-auto {
  margin: auto !important;
}
.zero-margin-padding {
  margin: 0;
  padding: 0;
}
.hidden-overflow {
  overflow: hidden;
}
.transparent-bg {
  background-color: transparent;
}
.contain-bg-size {
  background-size: contain;
}
.display-none {
  display: none;
}
.clr-padding-left {
  padding-left: 0;
}
.border-clr {
  border: none;
}
header {
  margin: 0;
  padding: 0;
}
section ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
section ul li {
  border-bottom: 1px solid #e1e1e1;
  clear: both;
  float: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
}
section ul li ul {
  left: 27px;
  list-style: none;
  margin-top: 10px;
  padding-left: 17px;
  width: 85%;
}
section ul li ul li {
  border: transparent;
}
section ul li ul li a {
  font-size: 15px;
  text-decoration: none;
  text-transform: lowercase;
}
section ul li ul li a:hover {
  text-decoration: none;
}
section ul li ul li a.bolder {
  color: #6b6b6b;
  text-transform: uppercase;
}
section ul a {
  color: #6b6b6b;
  display: block;
  font-family: 'Roboto', sans-serif !important;
  text-decoration: none;
}
section ul a.selected {
  color: #000000;
  font-family: 'Roboto', sans-serif !important;
}
section ul a:hover {
  color: #000000;
}
section ul a.acilirmenu {
  border: none;
}
@media all and (max-width: 767px) and (min-width: 320px) {
  section ul li {
    border: none;
  }
  section ul li a {
    color: #6b6b6b;
  }
  section ul li a:hover {
    color: #6b6b6b;
  }
  section ul li ul li a.bolder {
    color: #6b6b6b;
  }
  section ul li ul li a.bolder:active,
  section ul li ul li a.bolder:focus,
  section ul li ul li a.bolder:hover {
    color: #6b6b6b !important;
  }
}
