@charset "UTF-8";

html {
}

body {
  background: linear-gradient(#404040, #e0e0e0);
}

#content-wrapper, .contain-inner, .header-width, .site-content-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

/* Dropdown */
.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.site-header {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #c5d6de;
  height: 80px;
  left: 0;
  padding: 20px 15px 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 80;
}

.highlight {
  background: #efe;
}

/* Browse */

.sort {
  background-image: url("/themes/default/images/sort.png");
}

.sort-down {
  background-image: url("/themes/default/images/sort-down.png");
}

.sort-up {
  background-image: url("/themes/default/images/sort-up.png");
}

.sort, .sort-down, .sort-up {
  background-position: left center;
  background-repeat: no-repeat;
}

.mh-100 {
  min-height: calc(100vh - 70px) !important;
}

.ibox {
  padding: 2em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.05);
}

#textarea {
  font-family: monospace;
}

.error {
  color: #ff0000;
  font-size: 70%;
  margin-top: 5px;
  margin-bottom: 0;
}

.inputTxtError {
  border: 1px solid #ff0000;
  color: #0e0e0e;
}

.pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  font-family: monospace;
}

/* header */
.header {
  position: relative;
  padding-top: 120px;
}

.header .header-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.header-top {
  background-color: #ececec;
  padding: 10px 0;
}

.header-top .header-top-right {
  text-align: right;
}

.header-top ul li {
  display: inline-block;
  text-align: center;
}

.header-top ul {
  margin: 0px;
  padding: 0px;
}

.header-top ul li {
  display: inline-block;
  color: #000000;
  font-size: 14px;
}

/* menu */
.navbar-nav li:hover>ul.dropdown-menu {
  display: block;
}

.dropdown-item {}

.dropdown-menu {
  margin: 0;
  line-height: 1.2;
}

.dropdown-menu>li>a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

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

@media (max-width: 767.98px) {
  .zzzzzmain-nav .drop-down ul a {
    padding: 4px 14px
  }
}

.btn-local {
  background-color: #59983b !important;
  color: #fff !important;
}

.btn-fb {
  background-color: #3b5998 !important;
  color: #fff !important;
}

.over {
  background: #fff;
  color: #999;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  text-align: center;
  top: -12px;
  width: 30px;
}

.divider {
  background: #ddd;
  height: 1px;
  display: block;
  position: relative;
  width: 90%;
  margin: 20px auto;
  text-align: center;
}

.divider span {
  background: #fff;
  position: absolute;
  margin-left: -10px;
  padding: 0 10px;
  top: -12px;
  color: #999;
}

/* buttons */
.social {
  margin: 0;
  padding: 0;
}

.social ul {
  margin: 0;
  padding: 5px;
}

.social ul li {
  margin: 5px;
  list-style: none outside none;
  display: inline-block;
}

.social i {
  width: 60px;
  height: 60px;
  color: #FFF;
  background-color: #909AA0;
  text-align: center;
  padding-top: 14px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.social i:hover {
  color: #FFF;
  text-decoration: none;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.social .fa-facebook-f {
  /* round facebook icon*/
  background: #4060A5;
}

.social .fa-twitter {
  /* round twitter icon*/
  background: #00ABE3;
}

.social .fa-google-plus {
  /* round google plus icon*/
  background: #e64522;
}

.social .fa-github {
  /* round github icon*/
  background: #343434;
}

.social .fa-pinterest {
  /* round pinterest icon*/
  background: #cb2027;
}

.social .fa-linkedin {
  /* round linkedin icon*/
  background: #0094BC;
}

.social .fa-flickr {
  /* round flickr icon*/
  background: #FF57AE;
}

.social .fa-instagram {
  /* round instagram icon*/
  background: #375989;
}

.social .fa-vimeo-square {
  /* round vimeo square icon*/
  background: #83DAEB;
}

.social .fa-stack-overflow {
  /* round stack overflow icon*/
  background: #FEA501;
}

.social .fa-dropbox {
  /* round dropbox icon*/
  background: #017FE5;
}

.social .fa-tumblr {
  /* round tumblr icon*/
  background: #3a5876;
}

.social .fa-dribbble {
  /* round dribble icon*/
  background: #F46899;
}

.social .fa-skype {
  /* round skype icon*/
  background: #00C6FF;
}

.social .fa-stack-exchange {
  /* round stack exchange icon*/
  background: #4D86C9;
}

.social .fa-youtube {
  /* round youtube icon*/
  background: #FF1F25;
}

.social .fa-xing {
  /* round xing icon*/
  background: #005C5E;
}

.social .fa-rss {
  /* round rss icon*/
  background: #e88845;
}

.social .fa-foursquare {
  /* round foursquare icon*/
  background: #09B9E0;
}

.social .fa-youtube-play {
  /* round youtube play button icon*/
  background: #DF192A;
}

.social .fa-user-plus {
  /* round youtube play button icon*/
  background: #DF192A;
}

.btn-1a {
  background-image: linear-gradient(to right, #01dadf 0%, #7674f1 51%, #fa00ff 100%);
  border-radius: 40px;
}

/* card */
.qcard {
  background-color: rgba(255, 255, 255, 0.40);
  margin-top: 10px;
  border-radius: 0;
  border: none;
}

.qcard-block {
  padding: 15px;
}

.qcard-header {
  background-color: #fff;
}

/* footer */
.footear {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.10);
  padding-top: 36px;
  margin-top: 36px;
  min-height: 36px;
  z-index: 80;
}

/* form */
.divider {
  width: 100%;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #000000;
}

.fill {
  height: calc(100% - 120px);
}

.row-space {
  margin-top: 15px !important;
}

/* whatsapp */

.wp-img {
  width: 49px;
  border-radius: 50%;
}
