html:not(.no-csstransitions) main [class*="col-"] {
  opacity: 1;
}
body {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, 'Microsoft YaHei', 'PingFang TC', 'PingFang SC', 'Microsoft JhengHei', sans-serif;
}
body,
.btn {
  font-family: 'Source Sans Pro', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
}
.sweet-alert input {
  display: none;
}
.note-editor .modal-content {
  height: auto;
  top: 200px;
}
.note-editor .modal-body {
  position: static;
}
.note-editor .modal-footer {
  position: static;
}
.note-editor .checkbox label::before {
  display: none;
}
.note-editor .checkbox input {
  opacity: 1;
  margin-top: 10px;
}
.checkbox label::before {
  top: 5px;
}
dl.pretty-dl dt {
  float: left;
  min-width: 150px;
  margin-bottom: 20px;
}
dl.pretty-dl dd {
  margin-bottom: 20px;
  overflow: auto;
}
dl.pretty-dl dd::after {
  clear: both;
  display: block;
  content: "";
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after,
.checkbox input[type=checkbox]:checked + label:after {
  font-family: 'fontello' !important;
  content: '\e81a' !important;
}
.virtualset-catalog .checkbox label:after {
  padding-left: 3px;
  padding-top: 1px;
  font-size: 13px;
}
.virtualset-catalog .checkbox label {
  padding-left: 10px;
}
#cart-button {
  bottom: 20px;
  right: 72px;
  margin: 0;
}
.products-pagination {
  margin-top: 70px;
  text-align: center;
}
.radio input[type="radio"]:focus + label::before {
  outline: none;
}
.tag-item {
  margin-right: 5px;
  margin-bottom: 5px;
  display: block;
  float: left;
}
.item figure img {
  background-position: center center;
}
.sidenav li.active a {
  background: #1abb9c;
  color: #fff;
}
.sidenav li.active a:after {
  opacity: 1;
}
/* Hack by Yeh */
.lyra-link:hover {
  background-color: rgba(26, 187, 156, 0.9);
}
.lyra {
  display: none;
}
/*==== Paralax   */
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.separator {
  border-bottom: 1px solid #eee;
  width: 100%;
  height: 1px;
  display: block;
  margin-bottom: 15px;
}
ul.triangle li {
  margin-bottom: 5px;
}
ul.triangle li.closed:before {
  /*border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #1ABB9C;*/
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
ul.triangle li:before {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  padding-top: 1px;
  margin-left: -20px;
  margin-top: 7px;
  vertical-align: top;
  position: absolute;
  border-width: 10px 5px 0 5px;
  border-color: #1abb9c transparent transparent transparent;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
ul.no-triangle li:before {
  content: none !important;
}
.lyra-mainheader {
  position: absolute;
  top: 30%;
  text-align: center;
  padding: 5px;
  width: 100%;
  left: 0;
  font-size: 50px;
  z-index: 99;
}
#hero .lyra-mainheader h1 {
  text-shadow: 2px 2px #aaa;
}
#hero .lyra-mainheader p {
  text-shadow: 1px 1px #ccc;
  font-size: 32px;
}
#mobile-hero .parallax-window {
  min-height: 500px;
}
#mobile-hero .lyra-mainheader h1 {
  text-shadow: 2px 2px #aaa;
}
#mobile-hero .lyra-mainheader p {
  text-shadow: 1px 1px #ccc;
  font-size: 24px;
}
.article-content span {
  width: auto ;
  height: auto;
  max-width: 100%;
}
.article-content img {
  height: auto !important;
  max-width: 90%;
}
.login-btn {
  width: 100%;
}
.post-content .icon-overlay img {
  max-width: 100%;
}
.post-content span {
  width: auto ;
  height: auto;
  max-width: 100%;
}
.post-content img {
  height: auto !important;
  max-width: 90%;
}
.open .dropdown-menu {
  z-index: 10;
}
.meta li {
  cursor: default;
}
/*===================================================================================*/
/*	TABS ON TOP
/*===================================================================================*/
.tabs-top .etabs {
  padding: 0;
  margin: 0;
}
.tabs-top .etabs:after {
  content: '';
  display: block;
  position: relative;
  z-index: 1;
  border-top: 1px solid #ced7e0;
  margin-top: -1px;
}
.tabs-top .tab {
  display: inline-block;
  position: relative;
  z-index: 0;
  max-width: 40%;
  margin: 0 3px;
}
.tabs-top .tab a {
  display: inline-block;
  vertical-align: bottom;
  background: #f5f7fa;
  color: #506a85;
  font-size: 14px;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  border: 1px solid #e6e9ed;
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}
.tabs-top .tab a div {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  line-height: 100%;
  font-weight: 200;
  margin: -10px 0 5px;
}
.tabs-top .tab a:hover {
  background: #1abb9c;
  color: #fff;
  border-color: #1abb9c;
}
.tabs-top .tab.active {
  z-index: 2;
}
.tabs-top .tab.active a {
  background: #fff !important;
  color: #1abb9c;
  border-color: #ced7e0 !important;
}
.tabs-top.tab-container .panel-container {
  margin-top: 70px;
}
.tabs-top.tab-container .panel-container p {
  margin: 0;
  padding-bottom: 20px;
}
/*===================================================================================*/
/*	TABS CIRCLED ON TOP
/*===================================================================================*/
.tabs-circle-top .etabs {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.tabs-circle-top .etabs:before {
  content: '';
  display: block;
  border-bottom: 1px solid #ced7e0;
  margin: 65px 0 -65px;
}
.tabs-circle-top .tab {
  display: inline-block;
  height: 160px;
  position: relative;
  top: 0;
  margin: 0 15px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.tabs-circle-top .tab a {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  height: 130px;
  max-width: 130px;
  background: #fff;
  color: #506a85;
  font-size: 14px;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px;
  border: 1px solid #ced7e0;
  border-radius: 50%;
  overflow: hidden;
}
.tabs-circle-top .tab a div {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  line-height: 100%;
  font-weight: 200;
  margin: -10px 0 5px;
}
.tabs-circle-top .tab a:hover {
  /*border: 4px solid #1ABB9C;*/
  background-color: #f5f7fa;
  border-color: #ced7e0 !important;
}
.tabs-circle-top .tab.active {
  top: -15px;
}
.tabs-circle-top .tab.active a {
  height: 160px;
  width: 160px;
  max-width: 160px;
  background: #1abb9c;
  font-size: 15px;
  line-height: 140%;
  color: #fff;
  border: 1px solid #1abb9c;
}
.tabs-circle-top .tab.active a:hover {
  border-color: transparent !important;
}
.tabs-circle-top .tab.active a div {
  font-size: 50px;
  margin: -13px 0 8px;
}
.tabs-circle-top.tab-container .panel-container {
  position: relative;
  margin-top: 30px;
  z-index: 1;
}
.tabs-circle-top.tab-container .panel-container p {
  margin: 0;
  padding-bottom: 20px;
}
.hero-container {
  min-height: 100vh;
}
.modal-img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.modal-video {
  width: 100%;
}
#tvs-center .isotope-item {
  height: 160px;
}
@media (min-width: 1400px) {
  .dropdown-menu.language-menu {
    right: auto;
  }
}
@media (max-width: 1400px) {
  .yamm .dropdown {
    position: relative;
  }
}
.view-freelancer.layout-default .info-content {
  margin-top: 10px;
}
.privacy ul li {
  list-style-type: square;
}
@media (max-width: 1024px) {
  .cookie-notice {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
  }
  .cookie-notice .button-div {
    width: 100%;
  }
  .cookie-notice .button-div button {
    width: 100%;
  }
}
.cookie-notice {
  background: #F5F7FA;
  position: fixed;
  bottom: 0;
  z-index: 2147483647;
  width: 100%;
  padding: 20px;
}
/*# sourceMappingURL=main.css.map */