@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Roboto:300,400,700&display=swap&subset=latin-ext);
.ss-preloader {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.ss-preloader-spin {
  border-bottom: 2px solid #e4e4e4;
  border-left: 2px solid #e4e4e4;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  -webkit-animation: spin 0.6s infinite linear;
  -moz-animation: spin 0.6s infinite linear;
  -ms-animation: spin 0.6s infinite linear;
  -o-animation: spin 0.6s infinite linear;
  animation: spin 0.6s infinite linear;
}
.ss-preloader-ajax {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.ss-preloader-spin-ajax {
  position: fixed;
  margin-left: 100px;
  display: none;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: 0;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsThumbs,
.rsDefault .rsVideoFrameHolder {
  color: #fff;
}
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url(content/images/rs-default.png);
  border-radius: 2px;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: 0.2;
}
.rsDefault .rsBullets {
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  margin-top: 20px;
  background: 0 0;
}
.rsDefault .rsBullet {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}
.rsDefault .rsBullet span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  padding: 0 5px;
  background: 0 0;
  border: 1px solid #999;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.rsDefault .rsBullet span:hover {
  background-color: #ddd;
}
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #999;
}
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
}
.rsDefault .rsTmb {
  display: block;
}
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #fff;
}
.rsDefault .rsTmb span {
  color: #ddd;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url(content/images/rs-default.png);
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #d9d9dd;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
}
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
  border: 1px solid #d9d9dd;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
  color: #fff;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #acacac;
  background-image: -webkit-linear-gradient(top, #acacac, #bbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbb);
  background-image: linear-gradient(to bottom, #acacac, #bbb);
}
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url(content/images/rs-default.png) 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: url(content/images/rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url(content/images/rs-default.png) -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: middle;
}
textarea {
  resize: vertical;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Roboto, helvetica, arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1;
  background-color: #f5f5f5;
  color: #000;
  direction: ltr;
  font-size: 100%;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
  color: #999;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out,
    border 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out,
    border 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out, color 0.3s ease-out,
    border 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out,
    border 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out,
    border 0.3s ease-out;
}
a:hover {
  color: #000;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  font-weight: 300;
}
h1 {
  font-size: 24px;
  margin-bottom: 10px;
}
h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
h5 {
  font-size: 14px;
  margin-bottom: 10px;
}
h6 {
  font-size: 12px;
  margin-bottom: 10px;
}
input,
textarea {
  font-family: Roboto, helvetica, arial, sans-serif;
}
p {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 1.6em;
}
p:last-child {
  margin-bottom: 0;
}
.test2 {
  padding-top: 15%;
}
.test3 {
  margin-top: 50%;
}
.ss-sep {
  padding: 0 3px;
}
.ss-bold {
  font-weight: 700;
}
.wp-caption {
  text-align: center;
  margin: 0 20px 20px 20px;
  font-style: italic;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0;
  padding: 5px;
}
.hidden {
  display: none;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
blockquote {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 5px 0 5px 10px;
  border-left: 5px solid #ddd;
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
}
video {
  max-width: 100%;
  height: auto;
}
img.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 0.6s ease;
}
img.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 0.6s ease;
}
img.grayscale:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  filter: none;
}
img.grayscalem {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 0.6s ease;
}
img.grayscalem {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 0.6s ease;
}
.historesim {
  margin-bottom: 23px;
}
img.blur {
  opacity: 0.5;
}
img.blur:hover {
  opacity: 1;
}
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
img.alignright {
  display: block;
  margin: 0 0 20px 20px;
}
img.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}
img.alignnone {
  display: block;
  margin: 0 0;
}
caption {
  text-align: left;
}
address,
cite,
dfn,
em,
samp,
var {
  font-style: italic;
}
abbr[title],
acronym[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #ddd;
}
b,
dfn,
kbd,
strong {
  font-weight: 700;
}
sup {
  font-size: 11px;
  vertical-align: top;
}
sub {
  font-size: 11px;
  vertical-align: bottom;
}
small {
  font-size: 12px;
}
del {
  text-decoration: line-through;
}
ins {
  text-decoration: underline;
}
code,
pre {
  line-height: 18px;
}
code,
kbd,
pre,
samp,
var {
  font: 14px/19px Courier, "Courier New", monospace;
  background: #f5f5f5;
  color: #999;
  margin-left: 5px;
  margin-right: 5px;
}
code {
  padding: 0 3px;
}
pre {
  background: #f5f5f5;
  color: #999;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
table {
  border: 1px solid #999;
  line-height: 18px;
  text-align: left;
  width: 100%;
}
tr {
  border-bottom: 1px solid #999;
}
td,
th {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 20px;
}
input,
select,
textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 12px 2.4%;
  background-color: #fff;
  color: #000;
  line-height: 1.6em;
  width: 100%;
  font-weight: 300;
  border: 1px solid #ddd;
  border-radius: 3px;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: transparent;
  color: #999;
  margin: 0;
  font-size: 0.875rem;
  padding: 12px 30px;
  border: 2px solid #999;
  width: initial;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border: 2px solid #000;
  color: #000;
  cursor: pointer;
}
input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
input:-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
input::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
textarea:-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
::-webkit-scrollbar-track {
  background-color: #ddd;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
::-webkit-scrollbar-button {
  display: none;
  background-color: #ddd;
}
.main-header::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}
.main-header::-webkit-scrollbar-thumb {
  opacity: 0;
}
.main-header:hover::-webkit-scrollbar-thumb {
  opacity: 1;
}
.main-container-frame,
.main-header-frame {
  height: 100%;
  position: relative;
}
.main-container-scrollbar,
.main-header-scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  z-index: 100;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.main-header-scrollbar {
  opacity: 0;
}
.main-header:hover .main-header-scrollbar {
  opacity: 1;
}
.main-container-scrollbar .handle,
.main-header-scrollbar .handle {
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.main-container-scrollbar .handle .mousearea,
.main-header-scrollbar .handle .mousearea {
  position: absolute;
  top: 0;
  left: -10px;
  width: 22px;
  height: 100%;
}
.ss-typography h1 {
  font-size: 2.2rem;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 300;
}
.ss-typography h2 {
  font-size: 2rem;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 300;
}
.ss-typography h3 {
  font-size: 1.875rem;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 300;
}
.ss-typography h4 {
  font-size: 1.7rem;
  line-height: 1.2em;
  margin-bottom: 15px;
  font-weight: 300;
}
.ss-typography h5 {
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 300;
}
.ss-typography h6 {
  font-size: 1.3rem;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 300;
}
.ss-typography p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
}
.ss-typography p:last-child {
  margin-bottom: 0;
}
.ss-typography dl,
.ss-typography ol,
.ss-typography ul {
  font-size: 1rem;
  line-height: 1.6;
}
.ss-typography ol {
  list-style: decimal inside;
}
.ss-typography ul {
  list-style: square inside;
}
.ss-typography ol,
.ss-typography ul {
  margin-bottom: 15px;
}
.ss-typography ol ol,
.ss-typography ol ul,
.ss-typography ul ol,
.ss-typography ul ul {
  margin-left: 15px;
  margin-bottom: 0;
}
.ss-typography li {
  margin-bottom: 1em;
  list-style: none;
}
.ss-typography li:last-child {
  margin-bottom: 0;
}
.ss-typography table {
  margin-bottom: 15px;
}
.ss-typography address {
  font-size: 1rem;
  line-height: 1.6;
}
.ss-typography blockquote {
  font-size: 1rem;
  line-height: 1.6;
}
.wrapper {
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s ease-out;
  -moz-transition: left 0.3s ease-out;
  -ms-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 253px;
  height: 100%;
  z-index: 4;
  background-color: #fff;
  color: #999;
  background-repeat: repeat;
  -webkit-transition: left 0.3s ease-out;
  -moz-transition: left 0.3s ease-out;
  -ms-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}
.main-container {
  margin-left: 253px;
  background-color: #f5f5f5;
}
.inner-wrapper {
  width: 100%;
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s ease-out;
  -moz-transition: left 0.3s ease-out;
  -ms-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}
.griback {
  background-color: #e0e0e0;
}
.page-container {
  padding: 60px;
  width: 100%;
}
.main-container .page-container {
  max-width: 1080px;
}
.main-containerhistory .page-containerhistory {
  max-width: 1480px;
}
.page-container.masonry {
  padding: 10px 5px;
  max-width: 100%;
}
.royalSlider {
  width: 100%;
  height: auto;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.main-header .widget h5 {
  font-size: 1.125em;
}
.main-header .copyright,
.main-header .iconbox-container,
.main-header .widget a,
.main-header .widget p {
  text-align: inherit;
  font-size: 10px;
}
.main-header .widget .post-date {
  font-size: 0.75em;
  color: #aaa;
}
.mobile-close-button {
  display: none;
  margin-bottom: 40px;
  padding-left: 30px;
  font-size: 32px;
  text-align: right;
}
.mobile-close-button a {
  border: 2px solid #999;
  border-radius: 4px;
  display: inline-block;
}
.mobile-close-button a:hover {
  border: 2px solid #000;
}
.header-wrapper {
  padding: 60px 30px 60px;
  height: 100%;
}
.header-menu {
  margin-bottom: 60px;
  font-size: 14px;
  /* overflow-y:scroll; */
}
.logo {
  text-align: center;
  margin-bottom: 80px;
  opacity: 1;
}
.logo a {
  color: #999;
}
.logo a:hover {
  color: #999;
}
.logo .logo-slogan {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 20px;
}
.main-navigation li {
  padding-left: 30px;
  padding-bottom: 15px;
  position: relative;
}
.main-navigation li.current-menu-ancestor > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item a {
  color: #999;
}
.main-navigation li:last-child {
  padding-bottom: 0;
}
.main-navigation li.menu-item-has-children > a::before {
  content: "›";
  position: absolute;
  left: 0;
  padding-right: 25px;
}
.main-navigation li.menu-item-has-children > a.open-sub-menu::before {
  padding-right: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main-navigation li.menu-item-has-children.ss-filter-tiles::before {
  content: "";
}
.main-navigation li.menu-item-has-children.ss-filter-tiles .filtering-icon {
  position: absolute;
  left: -4px;
}
.sub-menu {
  margin: 15px 0 5px;
  display: none;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
li.menu-item-has-children li {
  font-size: 0.875rem;
  padding-bottom: 10px;
}
.sub-menu > li {
  padding-left: 15px;
  opacity: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, -ms-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, -o-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.sub-menu > li.showing-submenu-item {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tiles-filtering-container {
  margin-top: 15px;
  display: none;
}
.tiles-filtering li {
  padding-left: 30px;
  padding-bottom: 15px;
  position: relative;
}
.tiles-filtering li:last-child {
  padding-bottom: 0;
}
.tiles-filtering li.menu-item-has-children::before {
  content: "›";
  position: absolute;
  left: 0;
}
.tiles-filtering li.menu-item-has-children.ss-filter-tiles::before {
  content: "";
}
.tiles-filtering li.menu-item-has-children.ss-filter-tiles .filtering-icon {
  position: absolute;
  left: -4px;
  padding-right: 18px;
}
.tiles-filtering .sub-menu {
  margin: 15px 0 5px;
  display: none;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.tiles-filtering .sub-menu > li {
  padding-left: 15px;
  opacity: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, -ms-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, -o-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.tiles-filtering .sub-menu > li.showing-submenu-item {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ss-filter-tiles-button {
  cursor: pointer;
}
.ss-filter-tiles-button.active {
  color: #000;
}
.copyright {
  font-size: 0.875rem;
  color: #999;
  text-align: center;
}
.header-separator {
  width: 60px;
  height: 1px;
  background-color: #ddd;
  margin-left: 30px;
  margin-bottom: 20px;
}
.iconbox-container {
  font-size: 0.875rem;
  color: #999;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.iconbox-container:last-child {
  margin-bottom: 0;
}
.iconbox-container p {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1em;
}
.iconbox-container div {
  margin-left: 30px;
}
.iconbox-container span.item-icon {
  float: left;
  font-size: 1rem;
}
.header-social-navigation {
  display: inline-block;
}
.header-social-navigation li {
  float: left;
  padding: 10px 7px;
  opacity: 1;
  font-size: small;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, -ms-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, -o-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.header-social-navigation li.active-social-items {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.header-social-container {
  margin-bottom: 90px;
  font-size: 1rem;
  color: #999;
  position: relative;
}
.social-button {
  cursor: pointer;
  position: absolute;
  top: 11px;
}
.social-navigation-list-container {
  padding: 20px 45px 5px;
  position: absolute;
  bottom: 0;
}
a.ss-mobile-menu-button {
  position: absolute;
  font-size: 36px;
  z-index: 10;
}
a.ss-mobile-menu-button:hover {
  color: #000;
}
a.sidebar-toggle-button.ss-mobile-menu {
  position: absolute;
  font-size: 36px;
  z-index: 10;
  right: 30px;
  display: none;
}
a.sidebar-toggle-button.ss-mobile-menu {
  display: block;
  float: right;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
a.sidebar-toggle-button.ss-mobile-menu:hover {
  color: #ddd;
}
.ss-mobile-menu-active {
  left: 253px !important;
  position: relative;
}
.ss-mobile-menu-active-header {
  left: 0 !important;
}
.mobile-header {
  min-height: 50px;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 20;
  display: none;
  padding: 5%;
  height: 20%;
}
.mobile-header.ss-sticky-mobile-header {
  position: fixed;
}
.mobile-header .logo {
  margin-bottom: 0;
}
.main-header .header-widget {
  padding-left: 30px;
}
.main-header .header-widget .widget_title-line {
  background-color: #ddd;
}
.inner-wrapper .inner-section:first-child {
  padding-top: 0;
}
.inner-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-title-separator {
  width: 120px;
  height: 1px;
  background-color: #ddd;
  margin: auto;
  margin-bottom: 20px;
}
.gap {
  clear: both;
  width: 100%;
  margin: 0;
}
.ss-row:after,
.ss-row:before {
  content: " ";
  display: table;
}
.ss-row:after {
  clear: both;
}
.ss-eightcol,
.ss-elevencol,
.ss-fivecol,
.ss-fourcol,
.ss-ninecol,
.ss-onecol,
.ss-sevencol,
.ss-sixcol,
.ss-tencol,
.ss-threecol,
.ss-twocol {
  margin-right: 3.8%;
  float: left;
  min-height: 1px;
}
.ss-row .ss-onecol {
  width: 4.85%;
}
.ss-row .ss-twocol {
  width: 13.45%;
}
.ss-row .ss-threecol {
  width: 22.05%;
}
.ss-row .ss-fourcol {
  width: 30.75%;
}
.ss-row .ss-fivecol {
  width: 39.45%;
}
.ss-row .ss-sixcol {
  width: 48%;
}
.ss-row .ss-sevencol {
  width: 56.75%;
}
.ss-row .ss-eightcol {
  width: 65.4%;
}
.ss-row .ss-ninecol {
  width: 74.05%;
}
.ss-row .ss-tencol {
  width: 82.7%;
}
.ss-row .ss-elevencol {
  width: 91.35%;
}
.ss-row .ss-twelvecol {
  width: 100%;
  float: left;
}
.ss-last {
  float: right;
  margin-right: 0;
}
S .widget h5 {
  font-size: 1.125rem;
  line-height: 1em;
  margin-bottom: 20px;
}
.widget a {
  font-size: 0.875rem;
  line-height: 1.75em;
  margin-bottom: 10px;
  display: block;
}
.widget .post-date {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  color: #ddd;
}
.widget_recent_entries {
  margin-bottom: 30px;
}
.widget.widget_recent_entries a {
  line-height: 1.6em;
}
.widget_recent_entries ul {
  display: inline-block;
}
.widget_recent_entries ul li {
  margin-bottom: 30px;
}
.ss-button {
  display: inline-block;
  padding: 11px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  border-radius: 4px;
  border: solid 2px #999;
  float: right;
}
.ss-button .button-icon {
  display: none;
}
.ss-button.with-icon .button-icon {
  display: inline;
}
.ss-button.small {
  font-size: 14px;
}
.ss-button.large {
  font-size: 18px;
  padding: 12px 30px;
}
.ss-button span {
  margin-right: 10px;
}
.ss-button.default {
  border-color: #999;
  color: #999;
}
.ss-button.default:hover {
  border-color: #000;
  color: #000;
}
.ss-button.black {
  border-color: #000;
  color: #000;
  margin-top: -15px;
}
.ss-button.black:hover {
  border-color: #999;
  color: #999;
}
.ss-button.white {
  border-color: #fff;
  color: #fff;
}
.ss-button.white:hover {
  border-color: #000;
  color: #000;
}
.ss-button.red {
  border-color: #e01f1f;
  color: #e01f1f;
}
.ss-button.red:hover {
  border-color: #ff4545;
  color: #ff4545;
}
.ss-button.green {
  border-color: #00b688;
  color: #00b688;
}
.ss-button.green:hover {
  border-color: #00ffbf;
  color: #00ffbf;
}
.ss-button.blue {
  border-color: #1f9ee0;
  color: #1f9ee0;
}
.ss-button.blue:hover {
  border-color: #4bc1ff;
  color: #4bc1ff;
}
.accordion-item,
.toggle-item {
  border-bottom: solid 1px #ddd;
  padding: 20px 0 0;
}
.accordion-container h3,
.toggle-container h3 {
  font-size: 1.3rem;
  margin-bottom: 24px;
  cursor: pointer;
  color: #999;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.accordion-container h3:hover,
.toggle-container h3:hover {
  color: #000;
}
.accordion-item-header.current h3,
.toggle-item-header.ui-toggle-header-active h3 {
  color: #000;
}
.accordion-container h3 .icon,
.toggle-container h3 .icon {
  font-size: 20px;
  margin-right: 5px;
}
.accordion-item-desc,
.toggle-item-desc {
  margin-bottom: 30px;
}
.accordion-container .ss-accordion-arrow,
.toggle-container .ss-toggle-arrow {
  float: right;
  font-size: 20px;
  padding-top: 6px;
}
ul.ss-charts {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 1;
}
.ss-charts > li {
  display: inline-block;
  width: 33.333333%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.chart {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 180px;
}
.chart canvas {
  width: 100%;
  height: 100%;
}
.pie-chart {
  width: 180px;
  height: 180px;
}
.pie-chart > span {
  position: absolute;
  top: 78px;
  left: 66px;
  font-size: 1.5rem;
}
.pie-label h3 {
  font-size: 1.5rem;
  margin-top: 30px;
  font-weight: 300;
  margin-bottom: 0;
}
.widget {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}
.widget ul {
  line-height: 1;
  margin-bottom: 0;
}
.widget.widget_categories ul li:last-child a {
  margin-bottom: 0;
}
.widget.widget_categories ul li {
  margin-bottom: 0;
}
.widget a,
.widget p {
  color: #999;
  font-size: 0.875rem;
  line-height: 1.125em;
}
.widget a:hover {
  color: #ddd;
}
.widget_title-line {
  width: 60px;
  height: 1px;
  background-color: #999;
  margin-bottom: 20px;
}
.widget h5 {
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 1.125rem;
  line-height: 1.2em;
}
.widget_latest_portfolio ul {
  margin-left: -5px;
  margin-right: -5px;
}
.widget_latest_portfolio ul li {
  width: 33.333333%;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}
.widget_latest_portfolio ul li:hover .portfolio-item-overlay {
  opacity: 1;
}
.widget_latest_portfolio .inner-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.widget_latest_portfolio .item-buttons a,
.widget_latest_portfolio .item-buttons span {
  color: #ddd;
}
.widget_latest_portfolio .item-buttons a:hover,
.widget_latest_portfolio .item-buttons a:hover span,
a.sidebar-toggle-button:hover {
  color: #ddd;
}
.widget_latest_portfolio .item-buttons .item-link,
.widget_latest_portfolio .item-buttons .item-view {
  padding: 0;
}
.widget_latest_portfolio img {
  width: 100%;
  margin-bottom: 0;
}
.widget.widget_latest_portfolio a {
  margin-bottom: 0;
}
.search-box {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 46px;
}
.search-box .search-box-text {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  border: none;
  font-size: 0.875em;
  line-height: 1.5em;
  background-color: transparent;
  border: 2px solid #999;
  color: #ddd;
}
.search-box .search-box-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 100%;
  border: none;
  display: table-cell;
  text-align: center;
  font-size: 20px;
  padding: 11px 0;
  color: #999;
  background-color: transparent;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
input.search-box-text::-webkit-input-placeholder {
  color: #ddd;
}
input.search-box-text:-moz-placeholder {
  color: #ddd;
}
input.search-box-text::-moz-placeholder {
  color: #ddd;
}
input.search-box-text:-ms-input-placeholder {
  color: #ddd;
}
input.search-box-text::-webkit-input-placeholder {
  color: #ddd;
}
input.search-box-text:-moz-placeholder {
  color: #ddd;
}
input.search-box-text::-moz-placeholder {
  color: #ddd;
}
input.search-box-text:-ms-input-placeholder {
  color: #ddd;
}
.search-box .search-box-submit:hover {
  color: #ddd;
  cursor: pointer;
}
.portfolio-item-overlay {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 21% 0;
  overflow: hidden;
  opacity: 0;
  text-align: center;
  display: table;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.item-overlay-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.widget_latest_portfolio .item-buttons a {
  margin-bottom: 0;
}
.sidebar .widget .post-date {
  color: #999;
}
.ss-testimonial p:before {
  content: "“ ";
  font-size: 3rem;
  vertical-align: middle;
  line-height: 0;
}
.ss-testimonial p:after {
  content: " ”";
  vertical-align: middle;
  font-size: 3rem;
  line-height: 0;
}
.ss-testimonial p {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.6em;
}
.ss-testimonial span {
  font-size: 1.125rem;
  line-height: 2em;
  font-weight: 300;
  text-align: right;
  margin-bottom: 1.2em;
  display: block;
}
ul.ss-social-navigation {
  display: inline-block;
  line-height: 0;
  margin-bottom: 0;
  font-size: 1rem;
}
.ss-social-navigation li {
  float: left;
  padding: 10px 7px 0;
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, -ms-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, -o-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.ss-social-navigation li.active-social-items {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ss-social-container {
  margin-bottom: 90px;
  font-size: 1rem;
  color: #999;
  position: relative;
}
.social-button {
  cursor: pointer;
  position: absolute;
  top: 11px;
  color: #999;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.social-button:hover {
  color: #000;
}
.alert-message {
  display: inline-block;
  width: 100%;
  padding: 18px 20px;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.5em;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 4px;
}
.alert-message:hover {
  cursor: pointer;
}
.alert-message.notification {
  background: #fff;
  color: #2d343e;
  box-shadow: 0 0 1px #c4cdcd;
}
.alert-message.warning {
  color: #e0a71f;
  border: 2px solid #e0a71f;
  border-radius: 4px;
}
.alert-message .alert-icon {
  font-size: 0.875rem;
  margin-right: 10px;
}
.alert-message.error {
  color: #e01f1f;
  border: 2px solid #e01f1f;
  border-radius: 4px;
}
.alert-message.success {
  color: #00b688;
  border: 2px solid #00b688;
  border-radius: 4px;
}
.alert-message.info {
  color: #1f9ee0;
  border: 2px solid #1f9ee0;
  border-radius: 4px;
}
.tab-container {
  display: inline-block;
}
.tab-container a {
  color: #999;
}
.tab-container a:hover {
  color: #000;
}
.tab-container .tabs {
  float: left;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
}
.tab-container .tabs li {
  list-style: none;
  float: left;
  position: relative;
  margin-right: 2px;
  margin-bottom: 0;
}
.tab-container .tabs li a {
  display: inline-block;
  padding: 11px 20px;
  color: #999;
  background-color: #f5f5f5;
  border-color: transparent;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 300;
  position: relative;
  border: solid 1px transparent;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out,
    border 0s ease-out;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out,
    border 0s ease-out;
  -ms-transition: background-color 0.3s ease-out, color 0.3s ease-out,
    border 0s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out,
    border 0s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out,
    border 0s ease-out;
}
.tab-container .tabs li a:hover {
  color: #000;
}
.tab-container .tabs a.current {
  color: #000;
  background-color: #f5f5f5;
  border: solid 1px #ddd;
  border-bottom: none;
  padding-bottom: 13px;
}
.tab-container .tab-pane {
  padding: 30px;
  border: solid 1px #ddd;
  float: left;
  width: 100%;
  background-color: transparent;
}
.tab-container.borderless .tabs li {
  margin-right: 4px;
}
.tab-container.borderless .tab-pane {
  padding: 30px 0 0 0;
  border: none;
}
.tab-container.borderless .tabs li a {
  border: solid 2px #999;
  color: #999;
  background-color: transparent;
  border-radius: 4px;
  webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out,
    border 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out,
    border 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out, color 0.3s ease-out,
    border 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out,
    border 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out,
    border 0.3s ease-out;
}
.tab-container.borderless .tabs li a {
  padding: 12px 20px;
}
.tab-container.borderless .tabs a.current {
  border: solid 2px #000;
  color: #000;
  bottom: 0;
  padding: 12px 20px;
}
.tab-container.borderless .tabs li a:hover {
  border: solid 2px #000;
  color: #000;
}
.social-icon-item {
  font-size: 16px;
  color: #999;
  display: inline-table;
  width: 46px;
  height: 46px;
}
.social-icon-item:hover {
  color: #000;
}
.social-icon-item span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.social-icon-item.sii-border {
  border: solid 1px #999;
  border-radius: 4px;
}
.social-icon-item.sii-border:hover {
  border: solid 1px #000;
}
.social-icon-item.sii-box {
  color: #f5f5f5;
  background-color: #999;
  border: solid 1px #999;
  border-radius: 4px;
}
.social-icon-item.sii-box:hover {
  background-color: #000;
  border: solid 1px #000;
}
.social-icon-item.sii-small {
  width: 40px;
  height: 40px;
  font-size: 14px;
}
.social-icon-item.sii-large {
  width: 52px;
  height: 52px;
  font-size: 18px;
}
.social-icon-item.sii-narrow {
  width: auto;
  height: auto;
}
.ss-social-icons {
  display: inline-block;
}
.ss-social-icons ul li {
  float: left;
  margin-right: 10px;
  list-style: none;
}
.ss-check-list ul li {
  list-style: none;
}
.ss-check-list ul li a {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 0.875rem;
  line-height: 1.2em;
}
.ss-check-list ul li a span {
  padding-right: 10px;
  -webkit-transition: padding 0.1s ease-in;
  -moz-transition: padding 0.1s ease-in;
  -ms-transition: padding 0.1s ease-in;
  transition: padding 0.1s ease-in;
}
.ss-check-list ul li a:hover span {
  padding-right: 15px;
}
.ss-tiles-container {
  display: inline-block;
  max-width: 1500px;
  position: relative;
}
.ss-tiles-inner-container {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ss-tile {
  float: left;
  position: absolute;
  overflow: hidden;
}
.ss-tile.hover-size-1 {
  width: 24.999999%;
  height: auto;
}
.ss-tile.hover-size-2 {
  width: 49.999999%;
  height: auto;
}
.ss-tile.hover-size-3 {
  width: 24.999999%;
  height: auto;
}
.ss-tile.hover-size-4 {
  width: 49.999999%;
  height: auto;
}
.ss-tile.hover-size-5 {
  width: 49.999999%;
  height: auto;
}
.ss-tile.hover-size-5 figure {
  overflow: hidden;
  height: 50%;
}
.ss-tile.hover-size-5 .ss-tile-caption {
  position: relative;
  height: 50%;
  opacity: 1;
}
.ss-tiles-inner-container.three-col .ss-tile.hover-size-1 {
  width: 33.3%;
  height: auto;
}
.ss-tiles-inner-container.three-col .ss-tile.hover-size-2 {
  width: 66.6%;
  height: auto;
}
.ss-tiles-inner-container.three-col .ss-tile.hover-size-3 {
  width: 33.3%;
  height: auto;
}
.ss-tiles-inner-container.three-col .ss-tile.hover-size-4 {
  width: 66.6%;
  height: auto;
}
.ss-tiles-inner-container.three-col .ss-tile.hover-size-5 {
  width: 66.6%;
  height: auto;
}
.ss-tiles-inner-container.three-col .ss-tile.hover-size-5 figure {
  overflow: hidden;
  height: 50%;
}
.ss-tiles-inner-container.three-col .ss-tile.hover-size-5 .ss-tile-caption {
  position: relative;
  height: 50%;
  opacity: 1;
}
.ss-tiles-inner-container.five-col .ss-tile.hover-size-1 {
  width: 19.999999%;
  height: auto;
}
.ss-tiles-inner-container.five-col .ss-tile.hover-size-2 {
  width: 39.999999%;
  height: auto;
}
.ss-tiles-inner-container.five-col .ss-tile.hover-size-3 {
  width: 19.999999%;
  height: auto;
}
.ss-tiles-inner-container.five-col .ss-tile.hover-size-4 {
  width: 39.999999%;
  height: auto;
}
.ss-tiles-inner-container.five-col .ss-tile.hover-size-5 {
  width: 39.999999%;
  height: auto;
}
.ss-tiles-inner-container.five-col .ss-tile.hover-size-5 figure {
  overflow: hidden;
  height: 50%;
}
.ss-tiles-inner-container.five-col .ss-tile.hover-size-5 .ss-tile-caption {
  position: relative;
  height: 50%;
  opacity: 1;
}
.ss-tile figure img {
  width: 100%;
  height: auto;
}
.blog-load-more,
.tiles-load-more {
  text-align: center;
  margin-bottom: 90px;
}
.blog-load-more a,
.tiles-load-more a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-load-more a.ss-loading,
.tiles-load-more a.ss-loading {
  border-bottom: 2px solid #e4e4e4;
  border-left: 2px solid #e4e4e4;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  padding: 0;
  -webkit-animation: spin 0.6s infinite linear;
  -moz-animation: spin 0.6s infinite linear;
  -ms-animation: spin 0.6s infinite linear;
  -o-animation: spin 0.6s infinite linear;
  animation: spin 0.6s infinite linear;
}
.ss-tile-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 0.875em;
  line-height: 1.4em;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.tek-resim {
  width: 250px;
  height: 250px;
}
.ss-tile:hover .ss-tile-caption {
  opacity: 1;
}
.ss-tile-caption-inner {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: relative;
}
.ss-tile-caption-inner-content {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
}
.ss-tile-hover-content-wrapper {
  color: #999;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 5%;
  position: relative;
}
.ss-tile-hover-content-wrapper .ss-tile-hover-title {
  font-size: 1.5rem;
  color: #000;
}
.hover-separator {
  width: 25%;
  margin: auto;
  height: 1px;
  background-color: #999;
  margin-bottom: 20px;
}
.item-buttons {
  display: table;
  border-collapse: collapse;
  width: 45%;
  margin: auto;
}
.item-buttons .item-link,
.item-buttons .item-view {
  padding: 0 0;
  display: table-cell;
  margin: auto;
}
.blog-item.video-lightbox .item-buttons .item-link,
.blog-item.video-lightbox .item-buttons .item-view {
  font-size: 24px;
}
.blog-item .lightbox-button {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  margin-top: -13px;
  margin-left: -13px;
}
.blog-container .lightbox-button {
  display: none;
  opacity: 0.5;
}
.blog-container.lightbox .lightbox-button {
  display: inline-block;
}
.blog-container .blog-item.image-lightbox .lightbox-button,
.blog-container .blog-item.video-lightbox .lightbox-button {
  display: inline-block;
}
.ss-tile-hover-meta {
  display: table;
  border-collapse: collapse;
  width: 45%;
  margin: auto;
}
.ss-tile-hover-meta .item-comment,
.ss-tile-hover-meta .item-like {
  padding: 0 0;
  display: table-cell;
  margin: auto;
}
.ss-tile-hover-subheader {
  font-size: 1.125rem;
  margin-bottom: 50px;
  display: block;
}
.ss-tile-hover-desc {
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 6%;
  display: inline-block;
}
.full-hover .ss-tile-caption {
  width: 100%;
  height: 100%;
  padding: 0;
}
.full-hover .ss-tile-caption-inner {
  background-color: rgba(255, 255, 255, 0.8);
}
.full-hover .ss-tile-caption-inner-content {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
}
.full-hover .ss-tile-hover-content-wrapper .ss-tile-hover-title {
  font-size: 1.25rem;
}
.boxed-hover .ss-tile-caption {
  width: 100%;
  height: 100%;
  padding: 8%;
}
.boxed-hover .ss-tile-caption-inner {
  background-color: #fff;
}
.boxed-hover .ss-tile-caption-inner-content {
  width: 88%;
  height: 88%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -44%;
  margin-left: -44%;
  border: 1px solid #dedede;
}
.boxed-hover.hover-size-2 .ss-tile-caption-inner-content,
.boxed-hover.hover-size-5 .ss-tile-caption-inner-content {
  width: 94%;
  height: 88%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18%;
  margin-left: -47%;
  border: 1px solid #dedede;
}
.boxed-hover.hover-size-3 .ss-tile-caption-inner-content {
  width: 88%;
  height: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18%;
  margin-left: -44%;
  border: 1px solid #dedede;
}
.boxed-hover .ss-tile-hover-content-wrapper .ss-tile-hover-title {
  font-size: 1.125rem !important;
}
.boxed-hover .ss-tile-hover-content-wrapper .ss-tile-hover-subheader {
  font-size: 1rem !important;
}
.boxed-hover.hover-layout-2 .ss-tile-hover-meta {
  width: 60%;
}
.hover-layout-1 .ss-tile-hover-content-wrapper .ss-tile-hover-title {
  margin-bottom: 30px;
}
.hover-layout-1 .hover-separator {
  width: 25%;
  margin: auto;
  height: 1px;
  background-color: #999;
  margin-bottom: 20px;
}
.hover-layout-1 .item-buttons {
  display: table;
  border-collapse: collapse;
  width: 45%;
  margin: auto;
}
.hover-layout-2 .hover-separator,
.hover-layout-2 .item-buttons,
.hover-layout-2 .ss-tile-hover-desc {
  display: none;
}
.hover-layout-2 .ss-tile-hover-content-wrapper .ss-tile-hover-title {
  font-size: 1.5rem;
  margin-bottom: 8%;
  margin-bottom: 10px;
}
.hover-layout-2 .ss-tile-hover-subheader {
  font-size: 1.125rem;
  margin-bottom: 50px;
  margin-bottom: 25%;
  font-size: 1rem;
  margin-bottom: 30px;
  display: block;
}
.hover-layout-2 .ss-tile-hover-meta {
  display: table;
  border-collapse: collapse;
  width: 45%;
  margin: auto;
}
.hover-layout-2 .ss-tile-hover-meta .item-like,
.ss-tile-hover-meta .item-comment {
  padding: 0 0;
  display: table-cell;
  margin: auto;
}
.hover-layout-3 .item-buttons,
.hover-layout-3 .ss-tile-hover-subheader {
  display: none;
}
.hover-layout-3 .ss-tile-hover-content-wrapper {
  text-align: left;
  padding: 7%;
  vertical-align: top;
}
.hover-layout-3 .ss-tile-hover-meta {
  margin: 0;
  width: auto;
  position: absolute;
  bottom: 0;
  margin-bottom: 7% !important;
  margin-left: 7%;
}
.hover-layout-3 .hover-separator {
  margin: 0;
  width: 15%;
  margin-bottom: 3%;
}
.hover-layout-3 .ss-tile-hover-content-wrapper .ss-tile-hover-title {
  font-size: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 5%;
}
.hover-layout-3 .ss-tile-hover-meta .item-comment,
.hover-layout-3 .ss-tile-hover-meta .item-like {
  padding-right: 30px;
  font-size: 1rem;
}
.hover-layout-4 .item-buttons,
.hover-layout-4 .ss-tile-hover-meta,
.hover-layout-4 .ss-tile-hover-subheader {
  display: none;
}
.hover-layout-4 .ss-tile-hover-content-wrapper {
  vertical-align: middle;
  text-align: center;
}
.hover-layout-4 .ss-tile-hover-meta {
  margin: 0;
  width: auto;
  position: absolute;
  bottom: 7%;
  padding-left: 7%;
}
.hover-layout-4 .hover-separator {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6%;
  width: 25%;
}
.hover-layout-4 .ss-tile-hover-content-wrapper .ss-tile-hover-title {
  font-size: 1.5rem;
  margin-bottom: 12%;
}
.hover-layout-5 .hover-separator,
.hover-layout-5 .ss-tile-hover-desc,
.hover-layout-5 .ss-tile-hover-meta,
.hover-layout-5 .ss-tile-hover-subheader,
.hover-layout-5 .ss-tile-hover-title {
  display: none;
}
.hover-layout-5 .item-buttons {
  width: 25%;
  font-size: 1.125rem;
}
.only-hover.ss-tile .ss-tile-caption {
  opacity: 1;
}
.ss-tile.hover-size-2.boxed-hover .ss-tile-hover-desc,
.ss-tile.hover-size-5.boxed-hover .ss-tile-hover-desc {
  height: 20px;
  overflow: hidden;
  margin-bottom: 0;
}
.ss-tile.hover-size-2.boxed-hover .ss-tile-hover-meta,
.ss-tile.hover-size-5.boxed-hover .ss-tile-hover-meta {
  margin-bottom: 3% !important;
}
.ss-tile.hover-size-2.boxed-hover.hover-layout-3
  .ss-tile-hover-meta
  .item-comment,
.ss-tile.hover-size-2.boxed-hover.hover-layout-3 .ss-tile-hover-meta .item-like,
.ss-tile.hover-size-5.boxed-hover.hover-layout-3
  .ss-tile-hover-meta
  .item-comment,
.ss-tile.hover-size-5.boxed-hover.hover-layout-3
  .ss-tile-hover-meta
  .item-like {
  font-size: 0.875rem;
}
.ss-tile.hover-size-1.boxed-hover.hover-layout-4 .ss-tile-hover-desc {
  height: 60px;
  overflow: hidden;
  margin-bottom: 0;
}
.ss-tile.hover-size-2.boxed-hover.hover-layout-2
  .ss-tile-hover-content-wrapper
  .ss-tile-hover-title {
  margin-bottom: 3%;
}
.ss-tile.hover-size-2.boxed-hover.hover-layout-2 .ss-tile-hover-subheader {
  margin-bottom: 6% !important;
}
.ss-tile.hover-size-2.boxed-hover.hover-layout-2 .ss-tile-hover-meta {
  width: 30%;
}
.hover-layout-5 .item-buttons {
  font-size: 1.25rem;
}
.hover-layout-5 .item-buttons .item-link,
.hover-layout-5 .item-buttons .item-view {
  padding: 0 15%;
}
.hover-layout-2.full-hover .ss-tile-hover-meta {
  font-size: 1rem;
  width: 60%;
}
.hover-layout-2.full-hover .ss-tile-hover-meta .item-comment,
.hover-layout-2.full-hover .ss-tile-hover-meta .item-like {
  padding: 0 5px;
}
.hover-layout-1.boxed-hover .item-buttons {
  width: 60%;
}
.hover-layout-1 .item-buttons {
  font-size: 1rem;
}
.boxed-hover.hover-layout-2.boxed-hover .ss-tile-hover-meta {
  font-size: 1rem;
  width: 80%;
}
span.ss-tile-hover-subheader {
  height: 22px;
  overflow: hidden;
}
.ss-tile.hover-size-1.hover-layout-5 .item-buttons {
  width: 45%;
}
.ss-tiles-inner-container.five-col .hover-size-1 span.ss-tile-hover-desc,
.ss-tiles-inner-container.five-col .hover-size-2 span.ss-tile-hover-desc,
.ss-tiles-inner-container.five-col .hover-size-5 span.ss-tile-hover-desc {
  max-height: 55px;
  overflow: hidden;
}
.boxed-hover.hover-layout-3 .ss-tile-hover-content-wrapper {
  padding: 4%;
}
.hover-size-1.boxed-hover.hover-layout-3 span.ss-tile-hover-desc {
  height: 60px;
  overflow: hidden;
  margin-bottom: 0;
}
.hover-size-1.boxed-hover.hover-layout-3 .ss-tile-hover-meta .item-comment,
.hover-size-1.boxed-hover.hover-layout-3 .ss-tile-hover-meta .item-like {
  padding-right: 20px;
  font-size: 0.875rem;
}
.hover-size-1.boxed-hover.hover-layout-3 .hover-separator {
  width: 25%;
}
.hover-size-3.boxed-hover.hover-layout-3
  .ss-tile-hover-content-wrapper
  .ss-tile-hover-title {
  margin-bottom: 10%;
}
.hover-size-3.boxed-hover.hover-layout-3 .hover-separator {
  width: 25%;
  margin-bottom: 6%;
}
.hover-size-3.full-hover.hover-layout-3
  .ss-tile-hover-content-wrapper
  .ss-tile-hover-title {
  margin-bottom: 10%;
}
.hover-size-3.full-hover.hover-layout-3 .hover-separator {
  width: 25%;
  margin-bottom: 6%;
}
.hover-size-4.boxed-hover.hover-layout-2 .ss-tile-hover-subheader {
  margin-bottom: 50px;
}
.hover-layout-5 .item-buttons .item-link,
.hover-size-4.boxed-hover.hover-layout-5 .item-buttons .item-view {
  padding: 0 20%;
}
.hover-size-4.full-hover.hover-layout-2 .ss-tile-hover-subheader {
  margin-bottom: 50px;
}
.hover-layout-5 .item-buttons .item-link,
.hover-size-4.full-hover.hover-layout-5 .item-buttons .item-view {
  padding: 0 20%;
}
.hover-size-5.boxed-hover.hover-layout-1
  .ss-tile-hover-content-wrapper
  .ss-tile-hover-title {
  margin-bottom: 15px;
}
.hover-size-5.boxed-hover.hover-layout-1 .hover-separator {
  margin-bottom: 15px;
}
.hover-size-5.boxed-hover.hover-layout-2
  .ss-tile-hover-content-wrapper
  .ss-tile-hover-title {
  margin-bottom: 4%;
}
.hover-size-5.boxed-hover.hover-layout-2 .ss-tile-hover-subheader {
  margin-bottom: 10px;
}
.hover-size-5.boxed-hover.hover-layout-3
  .ss-tile-hover-content-wrapper
  .ss-tile-hover-title {
  margin-bottom: 5%;
}
.hover-size-5.boxed-hover.hover-layout-4
  .ss-tile-hover-content-wrapper
  .ss-tile-hover-title {
  margin-bottom: 4%;
}
.hover-size-5.full-hover.hover-layout-2 .ss-tile-hover-subheader {
  margin-bottom: 50px;
}
.hover-layout-5 .item-buttons .item-link,
.hover-size-5.full-hover.hover-layout-5 .item-buttons .item-view {
  padding: 0 25%;
}
.ss-tiles-inner-container.three-col
  .hover-size-1.boxed-hover.hover-layout-3
  .ss-tile-hover-content-wrapper
  .ss-tile-hover-title {
  margin-bottom: 10%;
}
.ss-tiles-inner-container.three-col
  .hover-size-1.boxed-hover.hover-layout-3
  .hover-separator {
  margin-bottom: 6%;
}
.ss-tiles-inner-container.three-col
  .hover-size-2.boxed-hover.hover-layout-1
  .ss-tile-hover-content-wrapper
  .ss-tile-hover-title {
  margin-bottom: 15px;
}
.ss-tiles-inner-container.three-col
  .hover-size-2.boxed-hover.hover-layout-2
  .ss-tile-hover-meta {
  width: 50%;
}
.ss-tile-hover-meta .item-comment,
.ss-tiles-inner-container.three-col
  .hover-size-2.boxed-hover.hover-layout-2
  .ss-tile-hover-meta
  .item-like {
  padding: 0 0;
}
.ss-tiles-inner-container.three-col
  .ss-tile.hover-size-2.boxed-hover.hover-layout-2
  .ss-tile-hover-subheader {
  margin-bottom: 3% !important;
}
.ss-tiles-inner-container.three-col
  .hover-size-2.boxed-hover.hover-layout-4
  .ss-tile-hover-content-wrapper
  .ss-tile-hover-title {
  margin-bottom: 6%;
}
.ss-tiles-inner-container.three-col
  .hover-size-2.full-hover.hover-layout-2
  .ss-tile-hover-subheader {
  margin-bottom: 50px;
}
.ss-tiles-inner-container.five-col
  .ss-tile-hover-content-wrapper
  .ss-tile-hover-title {
  font-size: 1.2rem;
}
.ss-tiles-inner-container.five-col .item-buttons {
  font-size: 14px;
}
.ss-tiles-inner-container.five-col .ss-tile-hover-meta .item-comment,
.ss-tiles-inner-container.five-col .ss-tile-hover-meta .item-like {
  font-size: 14px;
}
.ss-tiles-inner-container.five-col
  .hover-size-1.boxed-hover.hover-layout-1
  .hover-separator {
  width: 45%;
}
.ss-tiles-inner-container.five-col
  .hover-size-2.boxed-hover.hover-layout-2
  .ss-tile-hover-content-wrapper {
  padding: 0;
}
.ss-tiles-inner-container.five-col
  .hover-size-1.boxed-hover.hover-layout-3
  span.ss-tile-hover-desc {
  height: 22px;
}
.ss-tiles-inner-container.five-col
  .hover-size-1.boxed-hover.hover-layout-3
  .ss-tile-hover-content-wrapper
  .ss-tile-hover-title {
  margin-bottom: 10%;
}
.ss-tiles-inner-container.five-col
  .hover-size-1.boxed-hover.hover-layout-3
  .hover-separator {
  width: 45%;
  margin-bottom: 6%;
}
.ss-tiles-inner-container.five-col
  .hover-size-1.boxed-hover.hover-layout-4
  span.ss-tile-hover-desc {
  height: 22px;
}
.ss-tiles-inner-container.five-col
  .hover-size-1.boxed-hover.hover-layout-4
  .ss-tile-hover-content-wrapper
  .ss-tile-hover-title {
  margin-bottom: 10%;
}
.ss-tiles-inner-container.five-col
  .hover-size-1.boxed-hover.hover-layout-4
  .hover-separator {
  width: 45%;
  margin-bottom: 6%;
}
.ss-tiles-inner-container.five-col
  .hover-size-2.boxed-hover.hover-layout-4
  .ss-tile-hover-content-wrapper
  .ss-tile-hover-title {
  margin-bottom: 6%;
}
.ss-tiles-inner-container.five-col
  .hover-size-1.boxed-hover.hover-layout-5
  .item-buttons {
  width: 20%;
}
.ss-tiles-inner-container.five-col
  .hover-size-2.full-hover.hover-layout-2
  .ss-tile-hover-subheader {
  margin-bottom: 30px;
}
.ss-tiles-inner-container.five-col
  .hover-size-2.full-hover.hover-layout-4
  .ss-tile-hover-content-wrapper
  .ss-tile-hover-title {
  margin-bottom: 6%;
}
.portfolio-single-container {
  width: 100%;
}
h1.portfolio-single-title {
  letter-spacing: 3px;
  font-size: 2.25rem;
  line-height: 1.2em;
  margin-bottom: 14px;
}
.portfolio-meta-container {
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 40px;
}
.portfolio-meta span {
  margin-right: 4px;
}
.portfolio-meta {
  display: inline-block;
  padding: 0 15px;
}
.portfolio-meta p {
  display: inline-block;
  font-size: 0.875rem;
}
.portfolio-single-container figure {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.portfolio-single-container figure img {
  width: 100%;
}
.portfolio-single-desc {
  margin-bottom: 50px;
}
.portfolio-single-container .entry-meta.category {
  margin-bottom: 30px;
  display: inline-block;
}
.portfolio-single-container .entry-meta.category .category-title {
  font-size: 1.125rem;
  color: #ddd;
}
.portfolio-single-container .entry-meta.category .category {
  font-size: 1rem;
}
.portfolio-single-container .like-button {
  float: right;
}
.contact-wrapper {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.contact-1 .map-canvas-1 {
  width: 36%;
  height: 100%;
  background-color: #999;
  float: left;
}
.contact-1 .contact-content {
  padding: 6%;
  width: 64%;
  height: 100%;
  float: left;
  padding-top: 60px;
}
.contact-1 .contact-header {
  font-size: 1.5rem;
  margin-bottom: 25px;
}
.contact-1 p {
  font-size: 1rem;
  line-height: 1.8em;
  margin-bottom: 1.6em;
}
.contact-1 .contact-content-form p {
  margin-bottom: 10px;
  line-height: 1rem;
}
.contact-1 .contact-content-form p:last-child {
  margin-bottom: 0;
}
.contact-1 .contact-content-form div#respond-inputs {
  margin-bottom: 30px;
}
.contact-1 p.contact-meta-name {
  margin-bottom: 0;
}
.contact-1 span.contact-meta-value {
  font-weight: 400;
}
.form-submit {
  text-align: right;
}
.contact-content-info {
  margin-bottom: 60px;
}
input.contactform-not-valid,
textarea.contactform-not-valid {
  border: 1px solid red !important;
}
div.contactform-mail-sent-ng {
  color: red;
}
div.contactform-mail-sent-ok {
  color: #398f14;
}
div.contactform-spam-blocked {
  color: orange;
}
div.contactform-validation-errors {
  color: red;
}
.contactform-response-output {
  border: 0 !important;
  margin: 0 !important;
  padding: 15px 0 0 0 !important;
  font-size: 0.875rem;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.ajax-loader {
  width: 16px;
  height: 16px;
  margin-right: 30px;
  margin-top: 17px;
}
.shop-separator {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
p.urun {
  color: #424242;
  text-align: justify;
  line-height: 0.6;
  margin-left: 20px;
}
.gri {
  background-color: #eee;
  padding: 20px;
}
.shoptop {
  width: 100%;
  height: 100px;
  padding: 5px 5px 5px 5px;
  padding: 5px;
}
.shopimg {
  max-height: 90px;
  margin-left: 10px;
}
figure.shop img {
  width: 100%;
  float: left;
  padding-bottom: 2%;
  vertical-align: text-bottom;
  margin-right: 10px;
}
p.shop {
  font-size: 0.875rem;
  color: #000;
  padding-bottom: 10px;
}
.aciklama {
  padding: 10px;
}
span.price {
  font-weight: 700;
  float: left;
  padding-bottom: 10%;
}
.thumbnail {
  display: block;
  padding: 1px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #e5e5e5;
  border: 1px solid #d2d2d2;
  border-radius: 1px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.designers {
  width: 30%;
  padding-right: 20px;
}
figure.history img {
  width: 30%;
  vertical-align: text-bottom;
  margin-right: 10px;
}
p.team-member-history {
  font-size: 12px;
  line-height: 1.4em;
  color: #000;
  padding: 5px;
  with: 100%;
  text-align: center;
}
history-resim {
  margin-top: 20px;
  margin-bottom: 23px;
  position: center;
}
sagdan {
  margin-right: 50px;
}
.team-member-image-container {
  position: relative;
  margin-bottom: 12px;
}
figure.team-member-img {
  overflow: hidden;
}
figure.team-member-img img {
  width: 100%;
}
.team-member-hover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.team-member:hover .team-member-hover {
  opacity: 1;
}
.team-member-hover-center {
  width: 100%;
  height: 100%;
  display: table;
}
.team-members li {
  display: table-cell;
  margin-bottom: 0;
}
.team-member-span {
  margin-top: 5px;
  padding-top: 5px;
  line-height: 90%;
}
.team-member-listitem {
  width: 23.333333%;
  padding: 0 2%;
}
ul.team-member-social {
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
}
ul.team-member-social li {
  padding: 10px;
}
ul.team-member-social a {
  font-size: 1.5rem;
}
h2.team-member-name {
  font-size: 13px;
  margin-bottom: 15px;
  color: #000;
}
.team-member-separator {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: auto;
  margin-bottom: 20px;
}
p.team-member-description {
  font-size: 0.875rem;
  line-height: 1em;
  color: #999;
}
.blog-container {
  display: inline-block;
  width: 60%;
}
.blog-container.grid,
.blog-container.masonry {
  margin-bottom: 90px;
}
.blog-container .blog-item {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  color: #999 !important;
}
.blog-container.blog-classic .blog-item {
  padding-left: 0;
  padding-right: 0;
}
.blog-container .blog-item:last-child {
  margin-bottom: 0;
}
.blog-two-col .blog-item {
  width: 49.999999%;
}
.blog-three-col .blog-item {
  width: 33.3%;
}
.blog-four-col .blog-item {
  width: 24.999999%;
}
.blog-item > .blog-item-fig > figure > iframe {
  width: 100%;
}
.blog-item .blog-item-fig {
  position: relative;
}
.blog-item .blog-item-fig img,
.blog-item img {
  width: 100%;
}
.blog-container .blog-item .blog-item-content {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.blog-container.boxed-item .blog-item .blog-item-content {
  padding: 30px;
  border-bottom: none;
}
.blog-container.masonry .blog-item .blog-item-content {
  padding: 30px;
}
.blog-container.blog-classic.boxed-item .blog-item .blog-item-content {
  padding: 25px 30px 30px;
}
.blog-item h3.blog-item-title {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 300;
  margin-bottom: 25px;
}
.blog-container.blog-classic .blog-item h3.blog-item-title {
  font-size: 2.25rem;
  margin-bottom: 1.2em;
}
.blog-item h3.blog-item-title a {
  color: #000 !important;
}
.blog-separator {
  width: 60px;
  height: 1px;
  background-color: #ddd;
  margin-bottom: 15px;
}
.blog-container.blog-classic .blog-separator {
  margin-bottom: 25px;
}
.blog-item .blog-item-content .blog-item-desc {
  font-size: 12px;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.blog-container.blog-classic .blog-item .blog-item-content .blog-item-desc {
  font-size: 10px;
  line-height: 1.6em;
  margin-bottom: 20px;
}
p.blog-item-desc {
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
}
.grid .blog-item .blog-item-content .blog-item-desc {
  height: 60px;
  overflow: hidden;
}
.blog-meta-container {
  font-size: 0.875rem;
  font-weight: 300;
}
.blog-meta span {
  margin-right: 4px;
}
.blog-meta {
  display: inline-block;
  padding-right: 15px;
}
.blog-meta p {
  display: inline-block;
  font-size: 0.875rem;
}
.blog-container.boxed-item .blog-item .blog-item-content {
  background-color: #fff;
}
.blog-item-overlay {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 21% 0;
  overflow: hidden;
  opacity: 0;
  text-align: center;
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.video-lightbox .blog-item-overlay {
  display: table;
}
.item-overlay-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.blog-item .blog-item-overlay .item-buttons a {
  margin-bottom: 0;
}
.video-lightbox .blog-item-fig:hover .blog-item-overlay {
  opacity: 1;
}
.blog-item.blog-qoute .ss-testimonial p {
  color: #000;
}
.blog-link .link-container {
  text-align: center;
  margin-bottom: 25px;
}
.blog-link .link-container a {
  font-size: 1.125rem;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 1.2em;
}
.blog-container.blog-single .blog-item {
  float: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
.blog-single .blog-item h1.blog-item-title {
  color: #000;
}
.blog-single .blog-meta-container {
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 40px;
}
.blog-single .blog-meta span {
  margin-right: 4px;
}
.blog-single .blog-meta p {
  display: inline-block;
  font-size: 0.875rem;
}
.blog-single .blog-item-fig {
  margin-bottom: 30px;
}
.blog-single .blog-single-content {
  color: #000;
  margin-bottom: 50px;
}
.blog-single .entry-meta.tags {
  margin-bottom: 30px;
  display: inline-block;
}
.blog-single .entry-meta.tags .tag-title {
  font-size: 1.125rem;
  color: #303030;
}
.blog-single .entry-meta.tags .tag {
  font-size: 1rem;
}
.comments {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: solid 1px #ddd;
}
.comments-title {
  margin-bottom: 60px;
  font-size: 1rem;
  font-weight: 300;
}
.comments span.comment-info-number {
  font-size: 1.125rem;
}
ul.comments-list {
  margin-bottom: 60px;
}
.comments-list li {
  margin: 0 0 30px 110px;
  list-style: none;
}
.comments-list li > div {
  position: relative;
  padding: 0 0 24px 0;
  border-bottom: solid 1px #ddd;
}
.avatar-border {
  position: absolute;
  left: -110px;
  top: 0;
  border-radius: 50%;
  overflow: hidden;
}
.comment a {
  color: #ddd;
}
.comment a:hover {
  color: #000;
}
.comment-meta {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  line-height: 1em;
}
.comment-author {
  font-size: 1.125rem;
  display: block;
  font-weight: 300;
  margin-bottom: 16px;
}
.comment-author cite {
  font-style: normal;
}
.comment-time {
  display: inline-block;
  font-size: 0.875rem;
}
.comment-reply-link {
  opacity: 0;
  font-size: 0.875rem;
  margin-left: 20px;
  -webkit-transition: opacity 0.3s ease, color 0.3s ease;
  -moz-transition: opacity 0.3s ease, color 0.3s ease;
  -ms-transition: opacity 0.3s ease, color 0.3s ease;
  -o-transition: opacity 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, color 0.3s ease;
  display: inline-block;
}
.comments-list li > div:hover .comment-reply-link {
  opacity: 1;
}
.comment-body p {
  font-size: 1rem;
  line-height: 1.6em;
}
.comment:last-child {
  border-bottom: none;
}
.comment .children {
  padding-top: 47px;
  margin-left: 0;
}
.comment.depth-3 .children li {
  margin: 0 0 30px 0;
}
.comment-form {
  width: 100%;
}
.comment-reply-title {
  margin: 0 0 30px 0 !important;
  font-size: 1.125rem !important;
  font-weight: 300;
}
.comment-form .respond-inputs {
  margin-left: -7px;
  margin-right: -7px;
}
.comment-form .respond-inputs p {
  float: left;
  width: 33.333333%;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 0;
}
.comment-form .respond-inputs input {
  width: 100%;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
}
.comment-form .comment-text {
  width: 100%;
}
.comment-form .comment-text textarea {
  display: inline-block;
  font-weight: 300;
  font-size: 0.875em;
  width: 100%;
  padding: 15px 20px;
  color: #000;
  margin: 30px 0;
}
.form-submit {
  display: inline-block;
  width: 100%;
}
.form-submit .submit {
  display: inline-block;
  padding: 11px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  border: solid 2px #999;
  border-radius: 4px;
  color: #999;
  background-color: transparent;
  float: right;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.form-submit .submit:hover {
  color: #000;
  border: solid 2px #000;
}
.blog-item > figure > iframe {
  width: 100%;
}
.sidebar-toggle-button-container {
  display: inline-block;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.main-container.has-sidebar .sidebar.close .sidebar-toggle-button-container {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.main-container.has-sidebar .inner-wrapper {
  padding-right: 90px;
}
.main-container.has-sidebar .sidebar {
  background-color: #555;
  color: #999;
  position: absolute;
  width: 253px;
  top: 0;
  right: 0;
  min-height: 100%;
  -webkit-transition: right 0.3s ease-out;
  -moz-transition: right 0.3s ease-out;
  -ms-transition: right 0.3s ease-out;
  -o-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.main-container.has-sidebar .sidebar.close {
  right: -230px;
  position: fixed;
}
.main-container.has-sidebar.ss-sticky-mobile-header {
  position: fixed;
}
.sidebar-inner-container {
  padding: 54px 30px;
}
a.sidebar-toggle-button {
  font-size: 32px;
}
.sidebar-widgets-container {
  position: relative;
  right: 0;
  -webkit-transition: right 0.3s ease-out;
  -moz-transition: right 0.3s ease-out;
  -ms-transition: right 0.3s ease-out;
  -o-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.main-container.has-sidebar .sidebar.close .sidebar-widgets-container {
  right: -60px;
}
.page-404-container {
  color: #ddd;
}
.page-404-icon {
  float: left;
  height: 100%;
  font-size: 90px;
  margin-right: 30px;
}
.page-404-content {
  float: left;
}
.page-404-content h1.page-404-header {
  color: #000;
  margin-bottom: 20px;
}
.page-404-content .page-404-subheader {
  color: #999;
  font-size: 1.5rem;
}
.page-404-content .ss-button {
  margin-top: 60px;
}
.ss-colorpicker {
  width: 84px;
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 1000000;
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.ss-colorpicker:hover {
  opacity: 1;
}
.ss-colorpicker .ss-colorpicker-button {
  background-color: #f5f5f5;
  width: 84px;
  height: 84px;
  position: relative;
}
.ss-colorpicker .ss-colorpicker-button a {
  color: #ddd;
  font-size: 36px;
  width: 84px;
  height: 84px;
  display: block;
}
.ss-colorpicker .ss-colorpicker-button a:hover {
  color: #999;
}
.ss-colorpicker .ss-colorpicker-button a span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
}
.ss-colorpicker .ss-colorpicker-list {
  width: 100%;
  text-align: center;
}
.ss-colorpicker .ss-colorpicker-list li {
  background-color: #f5f5f5;
  width: 84px;
  height: 74px;
  display: inline-block;
  padding: 5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out,
    visibility 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out,
    visibility 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, -ms-transform 0.3s ease-out,
    visibility 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, -o-transform 0.3s ease-out,
    visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out,
    visibility 0.3s ease-out;
}
.ss-colorpicker .ss-colorpicker-list li:last-child {
  height: 84px;
}
.ss-colorpicker .ss-colorpicker-list li.active-color {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ss-colorpicker .ss-colorpicker-list li a {
  width: 64px;
  height: 64px;
  border: 2px solid #ddd;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.ss-colorpicker .ss-colorpicker-list li a:hover {
  border: 2px solid #999;
}
.ss-colorpicker .ss-colorpicker-list li a.active {
  border: 2px solid #000;
}
.ss-colorpicker.firstseen-colorpicker {
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  .ss-tile.hover-size-1,
  .ss-tiles-inner-container.five-col .ss-tile.hover-size-1,
  .ss-tiles-inner-container.three-col .ss-tile.hover-size-1 {
    width: 33.3%;
    height: auto;
  }
  .ss-tile.hover-size-2,
  .ss-tiles-inner-container.five-col .ss-tile.hover-size-2,
  .ss-tiles-inner-container.three-col .ss-tile.hover-size-2 {
    width: 66.6%;
    height: auto;
  }
  .ss-tile.hover-size-3,
  .ss-tiles-inner-container.five-col .ss-tile.hover-size-3,
  .ss-tiles-inner-container.three-col .ss-tile.hover-size-3 {
    width: 33.3%;
    height: auto;
  }
  .ss-tile.hover-size-4,
  .ss-tiles-inner-container.five-col .ss-tile.hover-size-4,
  .ss-tiles-inner-container.three-col .ss-tile.hover-size-4 {
    width: 66.6%;
    height: auto;
  }
  .ss-tile.hover-size-5,
  .ss-tiles-inner-container.five-col .ss-tile.hover-size-5,
  .ss-tiles-inner-container.three-col .ss-tile.hover-size-5 {
    width: 66.6%;
    height: auto;
  }
  li.team-member-listitem {
    display: block;
    margin: auto;
    width: 50%;
    margin-bottom: 30px;
  }
  .comments-list li {
    margin-left: 0;
  }
  .avatar-border {
    display: none;
  }
}
@media only screen and (max-width: 1110px) {
  .ss-charts > li {
    width: 100%;
  }
  .blog-three-col .blog-item {
    width: 49.999999%;
  }
  .tekil-resim {
    with: 250px;
    height: 250px;
  }
  @media screen and (max-width: 992px) {
    .ss-colorpicker {
      display: none;
    }
    .ss-typography h1,
    h1 {
      font-size: 1.9rem;
      margin-bottom: 10px;
    }
    .ss-typography h2,
    h2 {
      font-size: 1.7rem;
      margin-bottom: 10px;
    }
    .ss-typography h3,
    h3 {
      font-size: 1.6rem;
      margin-bottom: 10px;
    }
    .ss-typography h4,
    h4 {
      font-size: 1.4rem;
      margin-bottom: 15px;
    }
    .ss-typography h5,
    h5 {
      font-size: 1.3rem;
      margin-bottom: 10px;
    }
    .ss-typography h6,
    h6 {
      font-size: 1.1rem;
      margin-bottom: 10px;
    }
    .main-header {
      font-size: 24px;
      left: -253px;
    }
    .header-wrapper {
      padding: 30px 30px 60px;
      /* height: 198vh; */
    }
    .mobile-close-button {
      display: block;
    }
    .header-wrapper .logo {
      display: none;
    }
    .main-navigation li {
      padding-bottom: 20px;
    }
    .tiles-filtering-container {
      margin-top: 20px;
    }
    .tiles-filtering .sub-menu > li {
      padding-left: 20px;
    }
    .sub-menu {
      margin: 20px 0 10px;
    }
    .tiles-filtering .sub-menu {
      margin: 20px 0 10px;
    }
    li.menu-item-has-children li {
      font-size: 1.25rem;
      padding-bottom: 15px;
    }
    .main-container {
      margin-left: 0;
      display: block;
    }
    .mobile-header {
      display: block;
    }
    .main-container.has-sidebar .sidebar.close {
      right: -253px;
    }
    .main-container.has-sidebar .inner-wrapper {
      padding-right: 0;
    }
    .inner-wrapper.mobie-sidebar-open {
      left: -253px;
      position: relative;
    }
    .sidebar-toggle-button-container {
      display: none;
    }
    .main-container.has-sidebar .page-container {
      margin: auto;
    }
    .ss-row .ss-eightcol,
    .ss-row .ss-elevencol,
    .ss-row .ss-fivecol,
    .ss-row .ss-fourcol,
    .ss-row .ss-ninecol,
    .ss-row .ss-onecol,
    .ss-row .ss-sevencol,
    .ss-row .ss-sixcol,
    .ss-row .ss-tencol,
    .ss-row .ss-threecol,
    .ss-row .ss-twelvecol,
    .ss-row .ss-twocol {
      display: inline-block;
      width: 100%;
      float: none;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 45px;
    }
    .ss-row .ss-eightcol:last-child,
    .ss-row .ss-elevencol:last-child,
    .ss-row .ss-fivecol:last-child,
    .ss-row .ss-fourcol:last-child,
    .ss-row .ss-ninecol:last-child,
    .ss-row .ss-onecol:last-child,
    .ss-row .ss-sevencol:last-child,
    .ss-row .ss-sixcol:last-child,
    .ss-row .ss-tencol:last-child,
    .ss-row .ss-threecol:last-child,
    .ss-row .ss-twelvecol:last-child,
    .ss-row .ss-twocol:last-child {
      margin-bottom: 0;
    }
    .ss-row .ss-eightcol.ss-last,
    .ss-row .ss-elevencol.ss-last,
    .ss-row .ss-fivecol.ss-last,
    .ss-row .ss-fourcol.ss-last,
    .ss-row .ss-ninecol.ss-last,
    .ss-row .ss-onecol.ss-last,
    .ss-row .ss-sevencol.ss-last,
    .ss-row .ss-sixcol.ss-last,
    .ss-row .ss-tencol.ss-last,
    .ss-row .ss-threecol.ss-last,
    .ss-row .ss-twelvecol.ss-last,
    .ss-row .ss-twocol.ss-last {
      margin-bottom: 0;
    }
    .contact-1 .map-canvas-1 {
      display: block;
      float: none;
      width: 100%;
      height: 200px !important;
    }
    .contact-1 .contact-content {
      width: 100%;
      padding: 6%;
      float: none;
      display: block;
      padding-top: 60px;
    }
    li.team-member-listitem {
      display: inline-block;
      width: 32.333333%;
      padding: 0 2%;
      margin-bottom: 0;
    }
    .ss-charts > li {
      width: 33.333333%;
    }
    .blog-three-col .blog-item {
      width: 33.3%;
    }
    .comments-list li {
      margin-left: 110px;
    }
    .avatar-border {
      display: block;
    }
    .page-404-container {
      text-align: center;
    }
    .page-404-container .page-404-icon {
      float: none;
      margin-right: 0;
    }
    .page-404-content {
      float: none;
    }
    .ss-preloader-spin-ajax {
      margin-left: -30px;
    }
  }
  @media screen and (max-width: 768px) {
    .ss-tile.hover-size-1,
    .ss-tiles-inner-container.five-col .ss-tile.hover-size-1,
    .ss-tiles-inner-container.three-col .ss-tile.hover-size-1 {
      width: 49.999999%;
      height: auto;
    }
    .ss-tile.hover-size-2,
    .ss-tiles-inner-container.five-col .ss-tile.hover-size-2,
    .ss-tiles-inner-container.three-col .ss-tile.hover-size-2 {
      width: 100%;
      height: auto;
    }
    .ss-tile.hover-size-3,
    .ss-tiles-inner-container.five-col .ss-tile.hover-size-3,
    .ss-tiles-inner-container.three-col .ss-tile.hover-size-3 {
      width: 49.9%;
      height: auto;
    }
    .ss-tile.hover-size-4,
    .ss-tiles-inner-container.five-col .ss-tile.hover-size-4,
    .ss-tiles-inner-container.three-col .ss-tile.hover-size-4 {
      width: 100%;
      height: auto;
    }
    .ss-tile.hover-size-5,
    .ss-tiles-inner-container.five-col .ss-tile.hover-size-5,
    .ss-tiles-inner-container.three-col .ss-tile.hover-size-5 {
      width: 100%;
      height: auto;
    }
    .hover-layout-5 .item-buttons .item-link,
    .ss-tiles-inner-container.three-col
      .hover-size-3.boxed-hover.hover-layout-5
      .item-buttons
      .item-view {
      padding: 0 10px;
    }
    .portfolio-single-container .like-button {
      float: none;
    }
    .portfolio-single-container .like-button a {
      width: 100%;
      text-align: center;
      margin-bottom: 60px;
    }
    li.team-member-listitem {
      display: block;
      margin: auto;
      width: 100%;
      margin-bottom: 30px;
    }
    .ss-charts > li {
      width: 100%;
    }
    .blog-three-col .blog-item {
      width: 49.999999%;
    }
    .page-container {
      padding: 60px 20px;
    }
    .comments-list li {
      margin-left: 0;
    }
    .comments-list > li {
      margin-left: 0;
    }
    .comment-form .respond-inputs p {
      width: 100%;
      margin-bottom: 30px;
    }
    .comment-form .respond-inputs p:last-child {
      margin-bottom: 0;
    }
    .comment-reply-link {
      margin-left: 0;
    }
    .page-404-container {
      padding-top: 50px;
    }
    .tab-container .tabs {
      height: auto;
    }
    .tab-container .tabs li {
      margin-right: 0;
      width: 100%;
    }
    .tab-container .tabs li a {
      width: 100%;
      text-align: center;
      margin-bottom: 4px;
    }
    .tab-container .tabs a.current {
      border: solid 1px #ddd;
    }
    .form-submit .submit {
      width: 100%;
    }
  }
  @media screen and (max-width: 560px) {
    .blog-three-col .blog-item {
      width: 100%;
    }
    .hover-size-1.boxed-hover.hover-layout-3 .ss-tile-hover-desc {
      max-height: 22px;
    }
    .ss-tile-hover-desc {
      max-height: 55px;
      overflow: hidden;
    }
    .hover-layout-3 .ss-tile-hover-meta .item-comment,
    .hover-layout-3 .ss-tile-hover-meta .item-like {
      padding-right: 15px;
      font-size: 0.875rem;
    }
  }
  @media screen and (max-width: 380px) {
    .ss-tile.hover-size-1,
    .ss-tiles-inner-container.five-col .ss-tile.hover-size-1,
    .ss-tiles-inner-container.three-col .ss-tile.hover-size-1 {
      width: 100%;
      height: auto;
    }
    .ss-tile.hover-size-2,
    .ss-tiles-inner-container.five-col .ss-tile.hover-size-2,
    .ss-tiles-inner-container.three-col .ss-tile.hover-size-2 {
      width: 100%;
      height: auto;
    }
    .ss-tile.hover-size-3,
    .ss-tiles-inner-container.five-col .ss-tile.hover-size-3,
    .ss-tiles-inner-container.three-col .ss-tile.hover-size-3 {
      width: 100%;
      height: auto;
    }
    .ss-tile.hover-size-4,
    .ss-tiles-inner-container.five-col .ss-tile.hover-size-4,
    .ss-tiles-inner-container.three-col .ss-tile.hover-size-4 {
      width: 100%;
      height: auto;
    }
    .ss-tile.hover-size-5,
    .ss-tiles-inner-container.five-col .ss-tile.hover-size-5,
    .ss-tiles-inner-container.three-col .ss-tile.hover-size-5 {
      width: 100%;
      height: auto;
    }
    .hover-size-2 span.ss-tile-hover-desc,
    .hover-size-5 span.ss-tile-hover-desc {
      max-height: 20px !important;
    }
  }
  .archi {
    padding: 30px;
  }
  #gda2019img {
    align-self: left;
  }
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon-ultimate/icomoon.eot?4q4j0u);
  src: url(../fonts/icomoon-ultimate/icomoon.eot?#iefix4q4j0u)
      format("embedded-opentype"),
    url(../fonts/icomoon-ultimate/icomoon.woff?4q4j0u) format("woff"),
    url(../fonts/icomoon-ultimate/icomoon.ttf?4q4j0u) format("truetype"),
    url(../fonts/icomoon-ultimate/icomoon.svg?4q4j0u#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e000";
}
.icon-home2:before {
  content: "\e001";
}
.icon-home3:before {
  content: "\e002";
}
.icon-home4:before {
  content: "\e003";
}
.icon-home5:before {
  content: "\e004";
}
.icon-home6:before {
  content: "\e005";
}
.icon-home7:before {
  content: "\e006";
}
.icon-home8:before {
  content: "\e007";
}
.icon-home9:before {
  content: "\e008";
}
.icon-home10:before {
  content: "\e009";
}
.icon-home11:before {
  content: "\e00a";
}
.icon-office:before {
  content: "\e00b";
}
.icon-newspaper:before {
  content: "\e00c";
}
.icon-pencil:before {
  content: "\e00d";
}
.icon-pencil2:before {
  content: "\e00e";
}
.icon-pencil3:before {
  content: "\e00f";
}
.icon-pencil4:before {
  content: "\e010";
}
.icon-pencil5:before {
  content: "\e011";
}
.icon-pencil6:before {
  content: "\e012";
}
.icon-quill:before {
  content: "\e013";
}
.icon-quill2:before {
  content: "\e014";
}
.icon-quill3:before {
  content: "\e015";
}
.icon-pen:before {
  content: "\e016";
}
.icon-pen2:before {
  content: "\e017";
}
.icon-pen3:before {
  content: "\e018";
}
.icon-pen4:before {
  content: "\e019";
}
.icon-pen5:before {
  content: "\e01a";
}
.icon-marker:before {
  content: "\e01b";
}
.icon-home12:before {
  content: "\e01c";
}
.icon-marker2:before {
  content: "\e01d";
}
.icon-blog:before {
  content: "\e01e";
}
.icon-blog2:before {
  content: "\e01f";
}
.icon-brush:before {
  content: "\e020";
}
.icon-palette:before {
  content: "\e021";
}
.icon-palette2:before {
  content: "\e022";
}
.icon-eyedropper:before {
  content: "\e023";
}
.icon-eyedropper2:before {
  content: "\e024";
}
.icon-droplet:before {
  content: "\e025";
}
.icon-droplet2:before {
  content: "\e026";
}
.icon-droplet3:before {
  content: "\e027";
}
.icon-droplet4:before {
  content: "\e028";
}
.icon-paint-format:before {
  content: "\e029";
}
.icon-paint-format2:before {
  content: "\e02a";
}
.icon-image:before {
  content: "\e02b";
}
.icon-image2:before {
  content: "\e02c";
}
.icon-image3:before {
  content: "\e02d";
}
.icon-images:before {
  content: "\e02e";
}
.icon-image4:before {
  content: "\e02f";
}
.icon-image5:before {
  content: "\e030";
}
.icon-image6:before {
  content: "\e031";
}
.icon-images2:before {
  content: "\e032";
}
.icon-image7:before {
  content: "\e033";
}
.icon-camera:before {
  content: "\e034";
}
.icon-camera2:before {
  content: "\e035";
}
.icon-camera3:before {
  content: "\e036";
}
.icon-camera4:before {
  content: "\e037";
}
.icon-music:before {
  content: "\e038";
}
.icon-music2:before {
  content: "\e039";
}
.icon-music3:before {
  content: "\e03a";
}
.icon-music4:before {
  content: "\e03b";
}
.icon-music5:before {
  content: "\e03c";
}
.icon-music6:before {
  content: "\e03d";
}
.icon-piano:before {
  content: "\e03e";
}
.icon-guitar:before {
  content: "\e03f";
}
.icon-headphones:before {
  content: "\e040";
}
.icon-headphones2:before {
  content: "\e041";
}
.icon-play:before {
  content: "\e042";
}
.icon-play2:before {
  content: "\e043";
}
.icon-movie:before {
  content: "\e044";
}
.icon-movie2:before {
  content: "\e045";
}
.icon-movie3:before {
  content: "\e046";
}
.icon-film:before {
  content: "\e047";
}
.icon-film2:before {
  content: "\e048";
}
.icon-film3:before {
  content: "\e049";
}
.icon-film4:before {
  content: "\e04a";
}
.icon-camera5:before {
  content: "\e04b";
}
.icon-camera6:before {
  content: "\e04c";
}
.icon-camera7:before {
  content: "\e04d";
}
.icon-camera8:before {
  content: "\e04e";
}
.icon-camera9:before {
  content: "\e04f";
}
.icon-dice:before {
  content: "\e050";
}
.icon-gamepad:before {
  content: "\e051";
}
.icon-gamepad2:before {
  content: "\e052";
}
.icon-gamepad3:before {
  content: "\e053";
}
.icon-pacman:before {
  content: "\e054";
}
.icon-spades:before {
  content: "\e055";
}
.icon-clubs:before {
  content: "\e056";
}
.icon-diamonds:before {
  content: "\e057";
}
.icon-king:before {
  content: "\e058";
}
.icon-queen:before {
  content: "\e059";
}
.icon-rock:before {
  content: "\e05a";
}
.icon-bishop:before {
  content: "\e05b";
}
.icon-knight:before {
  content: "\e05c";
}
.icon-pawn:before {
  content: "\e05d";
}
.icon-chess:before {
  content: "\e05e";
}
.icon-bullhorn:before {
  content: "\e05f";
}
.icon-megaphone:before {
  content: "\e060";
}
.icon-new:before {
  content: "\e061";
}
.icon-connection:before {
  content: "\e062";
}
.icon-connection2:before {
  content: "\e063";
}
.icon-podcast:before {
  content: "\e064";
}
.icon-radio:before {
  content: "\e065";
}
.icon-feed:before {
  content: "\e066";
}
.icon-connection3:before {
  content: "\e067";
}
.icon-radio2:before {
  content: "\e068";
}
.icon-podcast2:before {
  content: "\e069";
}
.icon-podcast3:before {
  content: "\e06a";
}
.icon-mic:before {
  content: "\e06b";
}
.icon-mic2:before {
  content: "\e06c";
}
.icon-mic3:before {
  content: "\e06d";
}
.icon-mic4:before {
  content: "\e06e";
}
.icon-mic5:before {
  content: "\e06f";
}
.icon-book:before {
  content: "\e070";
}
.icon-book2:before {
  content: "\e071";
}
.icon-books:before {
  content: "\e072";
}
.icon-reading:before {
  content: "\e073";
}
.icon-library:before {
  content: "\e074";
}
.icon-library2:before {
  content: "\e075";
}
.icon-graduation:before {
  content: "\e076";
}
.icon-file:before {
  content: "\e077";
}
.icon-profile:before {
  content: "\e078";
}
.icon-file2:before {
  content: "\e079";
}
.icon-file3:before {
  content: "\e07a";
}
.icon-file4:before {
  content: "\e07b";
}
.icon-file5:before {
  content: "\e07c";
}
.icon-file6:before {
  content: "\e07d";
}
.icon-files:before {
  content: "\e07e";
}
.icon-file-plus:before {
  content: "\e07f";
}
.icon-file-minus:before {
  content: "\e080";
}
.icon-file-download:before {
  content: "\e081";
}
.icon-file-upload:before {
  content: "\e082";
}
.icon-file-check:before {
  content: "\e083";
}
.icon-file-remove:before {
  content: "\e084";
}
.icon-file7:before {
  content: "\e085";
}
.icon-file8:before {
  content: "\e086";
}
.icon-file-plus2:before {
  content: "\e087";
}
.icon-file-minus2:before {
  content: "\e088";
}
.icon-file-download2:before {
  content: "\e089";
}
.icon-file-upload2:before {
  content: "\e08a";
}
.icon-file-check2:before {
  content: "\e08b";
}
.icon-file-remove2:before {
  content: "\e08c";
}
.icon-file9:before {
  content: "\e08d";
}
.icon-copy:before {
  content: "\e08e";
}
.icon-copy2:before {
  content: "\e08f";
}
.icon-copy3:before {
  content: "\e090";
}
.icon-copy4:before {
  content: "\e091";
}
.icon-paste:before {
  content: "\e092";
}
.icon-paste2:before {
  content: "\e093";
}
.icon-paste3:before {
  content: "\e094";
}
.icon-stack:before {
  content: "\e095";
}
.icon-stack2:before {
  content: "\e096";
}
.icon-stack3:before {
  content: "\e097";
}
.icon-folder:before {
  content: "\e098";
}
.icon-folder-download:before {
  content: "\e099";
}
.icon-folder-upload:before {
  content: "\e09a";
}
.icon-folder-plus:before {
  content: "\e09b";
}
.icon-folder-plus2:before {
  content: "\e09c";
}
.icon-folder-minus:before {
  content: "\e09d";
}
.icon-folder-minus2:before {
  content: "\e09e";
}
.icon-folder8:before {
  content: "\e09f";
}
.icon-folder-remove:before {
  content: "\e0a0";
}
.icon-folder2:before {
  content: "\e0a1";
}
.icon-folder-open:before {
  content: "\e0a2";
}
.icon-folder3:before {
  content: "\e0a3";
}
.icon-folder4:before {
  content: "\e0a4";
}
.icon-folder-plus3:before {
  content: "\e0a5";
}
.icon-folder-minus3:before {
  content: "\e0a6";
}
.icon-folder-plus4:before {
  content: "\e0a7";
}
.icon-folder-remove2:before {
  content: "\e0a8";
}
.icon-folder-download2:before {
  content: "\e0a9";
}
.icon-folder-upload2:before {
  content: "\e0aa";
}
.icon-folder-download3:before {
  content: "\e0ab";
}
.icon-folder-upload3:before {
  content: "\e0ac";
}
.icon-folder5:before {
  content: "\e0ad";
}
.icon-folder-open2:before {
  content: "\e0ae";
}
.icon-folder6:before {
  content: "\e0af";
}
.icon-folder-open3:before {
  content: "\e0b0";
}
.icon-certificate:before {
  content: "\e0b1";
}
.icon-cc:before {
  content: "\e0b2";
}
.icon-tag:before {
  content: "\e0b3";
}
.icon-tag2:before {
  content: "\e0b4";
}
.icon-tag3:before {
  content: "\e0b5";
}
.icon-tag4:before {
  content: "\e0b6";
}
.icon-tag5:before {
  content: "\e0b7";
}
.icon-tag6:before {
  content: "\e0b8";
}
.icon-tag7:before {
  content: "\e0b9";
}
.icon-tags:before {
  content: "\e0ba";
}
.icon-tags2:before {
  content: "\e0bb";
}
.icon-tag8:before {
  content: "\e0bc";
}
.icon-barcode:before {
  content: "\e0bd";
}
.icon-barcode2:before {
  content: "\e0be";
}
.icon-qrcode:before {
  content: "\e0bf";
}
.icon-ticket:before {
  content: "\e0c0";
}
.icon-cart:before {
  content: "\e0c1";
}
.icon-cart2:before {
  content: "\e0c2";
}
.icon-cart3:before {
  content: "\e0c3";
}
.icon-cart4:before {
  content: "\e0c4";
}
.icon-cart5:before {
  content: "\e0c5";
}
.icon-cart6:before {
  content: "\e0c6";
}
.icon-cart7:before {
  content: "\e0c7";
}
.icon-cart-plus:before {
  content: "\e0c8";
}
.icon-cart-minus:before {
  content: "\e0c9";
}
.icon-cart-add:before {
  content: "\e0ca";
}
.icon-cart-remove:before {
  content: "\e0cb";
}
.icon-cart-checkout:before {
  content: "\e0cc";
}
.icon-cart-remove2:before {
  content: "\e0cd";
}
.icon-basket:before {
  content: "\e0ce";
}
.icon-basket2:before {
  content: "\e0cf";
}
.icon-bag:before {
  content: "\e0d0";
}
.icon-bag2:before {
  content: "\e0d1";
}
.icon-bag3:before {
  content: "\e0d2";
}
.icon-coin:before {
  content: "\e0d3";
}
.icon-coins:before {
  content: "\e0d4";
}
.icon-credit:before {
  content: "\e0d5";
}
.icon-credit2:before {
  content: "\e0d6";
}
.icon-calculate:before {
  content: "\e0d7";
}
.icon-calculate2:before {
  content: "\e0d8";
}
.icon-support:before {
  content: "\e0d9";
}
.icon-phone:before {
  content: "\e0da";
}
.icon-phone2:before {
  content: "\e0db";
}
.icon-phone3:before {
  content: "\e0dc";
}
.icon-phone4:before {
  content: "\e0dd";
}
.icon-contact-add:before {
  content: "\e0de";
}
.icon-contact-remove:before {
  content: "\e0df";
}
.icon-contact-add2:before {
  content: "\e0e0";
}
.icon-contact-remove2:before {
  content: "\e0e1";
}
.icon-call-incoming:before {
  content: "\e0e2";
}
.icon-call-outgoing:before {
  content: "\e0e3";
}
.icon-phone5:before {
  content: "\e0e4";
}
.icon-phone6:before {
  content: "\e0e5";
}
.icon-phone-hang-up:before {
  content: "\e0e6";
}
.icon-phone-hang-up2:before {
  content: "\e0e7";
}
.icon-address-book:before {
  content: "\e0e8";
}
.icon-address-book2:before {
  content: "\e0e9";
}
.icon-notebook:before {
  content: "\e0ea";
}
.icon-envelop:before {
  content: "\e0eb";
}
.icon-envelop2:before {
  content: "\e0ec";
}
.icon-mail-send:before {
  content: "\e0ed";
}
.icon-envelop-opened:before {
  content: "\e0ee";
}
.icon-envelop3:before {
  content: "\e0ef";
}
.icon-pushpin:before {
  content: "\e0f0";
}
.icon-location:before {
  content: "\e0f1";
}
.icon-location2:before {
  content: "\e0f2";
}
.icon-location3:before {
  content: "\e0f3";
}
.icon-location4:before {
  content: "\e0f4";
}
.icon-location5:before {
  content: "\e0f5";
}
.icon-location6:before {
  content: "\e0f6";
}
.icon-location7:before {
  content: "\e0f7";
}
.icon-compass:before {
  content: "\e0f8";
}
.icon-compass2:before {
  content: "\e0f9";
}
.icon-map:before {
  content: "\e0fa";
}
.icon-map2:before {
  content: "\e0fb";
}
.icon-map3:before {
  content: "\e0fc";
}
.icon-map4:before {
  content: "\e0fd";
}
.icon-direction:before {
  content: "\e0fe";
}
.icon-history:before {
  content: "\e0ff";
}
.icon-history2:before {
  content: "\e100";
}
.icon-clock:before {
  content: "\e101";
}
.icon-clock2:before {
  content: "\e102";
}
.icon-clock3:before {
  content: "\e103";
}
.icon-clock4:before {
  content: "\e104";
}
.icon-watch:before {
  content: "\e105";
}
.icon-clock5:before {
  content: "\e106";
}
.icon-clock6:before {
  content: "\e107";
}
.icon-clock7:before {
  content: "\e108";
}
.icon-alarm:before {
  content: "\e109";
}
.icon-alarm2:before {
  content: "\e10a";
}
.icon-bell:before {
  content: "\e10b";
}
.icon-bell2:before {
  content: "\e10c";
}
.icon-alarm-plus:before {
  content: "\e10d";
}
.icon-alarm-minus:before {
  content: "\e10e";
}
.icon-alarm-check:before {
  content: "\e10f";
}
.icon-alarm-cancel:before {
  content: "\e110";
}
.icon-stopwatch:before {
  content: "\e111";
}
.icon-calendar:before {
  content: "\e112";
}
.icon-calendar2:before {
  content: "\e113";
}
.icon-calendar3:before {
  content: "\e114";
}
.icon-calendar4:before {
  content: "\e115";
}
.icon-calendar5:before {
  content: "\e116";
}
.icon-print:before {
  content: "\e117";
}
.icon-print2:before {
  content: "\e118";
}
.icon-print3:before {
  content: "\e119";
}
.icon-mouse:before {
  content: "\e11a";
}
.icon-mouse2:before {
  content: "\e11b";
}
.icon-mouse3:before {
  content: "\e11c";
}
.icon-mouse4:before {
  content: "\e11d";
}
.icon-keyboard:before {
  content: "\e11e";
}
.icon-keyboard2:before {
  content: "\e11f";
}
.icon-screen:before {
  content: "\e120";
}
.icon-screen2:before {
  content: "\e121";
}
.icon-screen3:before {
  content: "\e122";
}
.icon-screen4:before {
  content: "\e123";
}
.icon-laptop:before {
  content: "\e124";
}
.icon-mobile:before {
  content: "\e125";
}
.icon-mobile2:before {
  content: "\e126";
}
.icon-tablet:before {
  content: "\e127";
}
.icon-mobile3:before {
  content: "\e128";
}
.icon-tv:before {
  content: "\e129";
}
.icon-cabinet:before {
  content: "\e12a";
}
.icon-archive:before {
  content: "\e12b";
}
.icon-drawer:before {
  content: "\e12c";
}
.icon-drawer2:before {
  content: "\e12d";
}
.icon-drawer3:before {
  content: "\e12e";
}
.icon-box:before {
  content: "\e12f";
}
.icon-box-add:before {
  content: "\e130";
}
.icon-box-remove:before {
  content: "\e131";
}
.icon-download:before {
  content: "\e132";
}
.icon-upload:before {
  content: "\e133";
}
.icon-disk:before {
  content: "\e134";
}
.icon-cd:before {
  content: "\e135";
}
.icon-storage:before {
  content: "\e136";
}
.icon-storage2:before {
  content: "\e137";
}
.icon-database:before {
  content: "\e138";
}
.icon-database2:before {
  content: "\e139";
}
.icon-database3:before {
  content: "\e13a";
}
.icon-undo:before {
  content: "\e13b";
}
.icon-redo:before {
  content: "\e13c";
}
.icon-rotate:before {
  content: "\e13d";
}
.icon-rotate2:before {
  content: "\e13e";
}
.icon-flip:before {
  content: "\e13f";
}
.icon-flip2:before {
  content: "\e140";
}
.icon-unite:before {
  content: "\e141";
}
.icon-subtract:before {
  content: "\e142";
}
.icon-interset:before {
  content: "\e143";
}
.icon-exclude:before {
  content: "\e144";
}
.icon-align-left:before {
  content: "\e145";
}
.icon-align-center-horizontal:before {
  content: "\e146";
}
.icon-align-right:before {
  content: "\e147";
}
.icon-align-top:before {
  content: "\e148";
}
.icon-align-center-vertical:before {
  content: "\e149";
}
.icon-align-bottom:before {
  content: "\e14a";
}
.icon-undo2:before {
  content: "\e14b";
}
.icon-redo2:before {
  content: "\e14c";
}
.icon-forward:before {
  content: "\e14d";
}
.icon-reply:before {
  content: "\e14e";
}
.icon-reply2:before {
  content: "\e14f";
}
.icon-bubble:before {
  content: "\e150";
}
.icon-bubbles:before {
  content: "\e151";
}
.icon-bubbles2:before {
  content: "\e152";
}
.icon-bubble2:before {
  content: "\e153";
}
.icon-bubbles3:before {
  content: "\e154";
}
.icon-bubbles4:before {
  content: "\e155";
}
.icon-bubble-notification:before {
  content: "\e156";
}
.icon-bubbles5:before {
  content: "\e157";
}
.icon-bubbles6:before {
  content: "\e158";
}
.icon-bubble3:before {
  content: "\e159";
}
.icon-bubble-dots:before {
  content: "\e15a";
}
.icon-bubble4:before {
  content: "\e15b";
}
.icon-bubble5:before {
  content: "\e15c";
}
.icon-bubble-dots2:before {
  content: "\e15d";
}
.icon-bubble6:before {
  content: "\e15e";
}
.icon-bubble7:before {
  content: "\e15f";
}
.icon-bubble8:before {
  content: "\e160";
}
.icon-bubbles7:before {
  content: "\e161";
}
.icon-bubble9:before {
  content: "\e162";
}
.icon-bubbles8:before {
  content: "\e163";
}
.icon-bubble10:before {
  content: "\e164";
}
.icon-bubble-dots3:before {
  content: "\e165";
}
.icon-bubble11:before {
  content: "\e166";
}
.icon-bubble12:before {
  content: "\e167";
}
.icon-bubble-dots4:before {
  content: "\e168";
}
.icon-bubble13:before {
  content: "\e169";
}
.icon-bubbles9:before {
  content: "\e16a";
}
.icon-bubbles10:before {
  content: "\e16b";
}
.icon-bubble-blocked:before {
  content: "\e16c";
}
.icon-bubble-quote:before {
  content: "\e16d";
}
.icon-bubble-user:before {
  content: "\e16e";
}
.icon-bubble-check:before {
  content: "\e16f";
}
.icon-bubble-video-chat:before {
  content: "\e170";
}
.icon-bubble-link:before {
  content: "\e171";
}
.icon-bubble-locked:before {
  content: "\e172";
}
.icon-bubble-star:before {
  content: "\e173";
}
.icon-bubble-heart:before {
  content: "\e174";
}
.icon-bubble-paperclip:before {
  content: "\e175";
}
.icon-bubble-cancel:before {
  content: "\e176";
}
.icon-bubble-plus:before {
  content: "\e177";
}
.icon-bubble-minus:before {
  content: "\e178";
}
.icon-bubble-notification2:before {
  content: "\e179";
}
.icon-bubble-trash:before {
  content: "\e17a";
}
.icon-bubble-left:before {
  content: "\e17b";
}
.icon-bubble-right:before {
  content: "\e17c";
}
.icon-bubble-up:before {
  content: "\e17d";
}
.icon-bubble-down:before {
  content: "\e17e";
}
.icon-bubble-first:before {
  content: "\e17f";
}
.icon-bubble-last:before {
  content: "\e180";
}
.icon-bubble-replu:before {
  content: "\e181";
}
.icon-bubble-forward:before {
  content: "\e182";
}
.icon-bubble-reply:before {
  content: "\e183";
}
.icon-bubble-forward2:before {
  content: "\e184";
}
.icon-user:before {
  content: "\e185";
}
.icon-users:before {
  content: "\e186";
}
.icon-user-plus:before {
  content: "\e187";
}
.icon-user-plus2:before {
  content: "\e188";
}
.icon-user-minus:before {
  content: "\e189";
}
.icon-user-minus2:before {
  content: "\e18a";
}
.icon-user-cancel:before {
  content: "\e18b";
}
.icon-user-block:before {
  content: "\e18c";
}
.icon-users2:before {
  content: "\e18d";
}
.icon-user2:before {
  content: "\e18e";
}
.icon-users3:before {
  content: "\e18f";
}
.icon-user-plus3:before {
  content: "\e190";
}
.icon-user-minus3:before {
  content: "\e191";
}
.icon-user-cancel2:before {
  content: "\e192";
}
.icon-user-block2:before {
  content: "\e193";
}
.icon-user3:before {
  content: "\e194";
}
.icon-user4:before {
  content: "\e195";
}
.icon-user5:before {
  content: "\e196";
}
.icon-user6:before {
  content: "\e197";
}
.icon-users4:before {
  content: "\e198";
}
.icon-user7:before {
  content: "\e199";
}
.icon-user8:before {
  content: "\e19a";
}
.icon-users5:before {
  content: "\e19b";
}
.icon-vcard:before {
  content: "\e19c";
}
.icon-tshirt:before {
  content: "\e19d";
}
.icon-hanger:before {
  content: "\e19e";
}
.icon-quotes-left:before {
  content: "\e19f";
}
.icon-quotes-right:before {
  content: "\e1a0";
}
.icon-quotes-right2:before {
  content: "\e1a1";
}
.icon-quotes-right3:before {
  content: "\e1a2";
}
.icon-busy:before {
  content: "\e1a3";
}
.icon-busy2:before {
  content: "\e1a4";
}
.icon-busy3:before {
  content: "\e1a5";
}
.icon-busy4:before {
  content: "\e1a6";
}
.icon-spinner:before {
  content: "\e1a7";
}
.icon-spinner2:before {
  content: "\e1a8";
}
.icon-spinner3:before {
  content: "\e1a9";
}
.icon-spinner4:before {
  content: "\e1aa";
}
.icon-spinner5:before {
  content: "\e1ab";
}
.icon-spinner6:before {
  content: "\e1ac";
}
.icon-spinner7:before {
  content: "\e1ad";
}
.icon-spinner8:before {
  content: "\e1ae";
}
.icon-spinner9:before {
  content: "\e1af";
}
.icon-spinner10:before {
  content: "\e1b0";
}
.icon-spinner11:before {
  content: "\e1b1";
}
.icon-spinner12:before {
  content: "\e1b2";
}
.icon-microscope:before {
  content: "\e1b3";
}
.icon-binoculars:before {
  content: "\e1b4";
}
.icon-binoculars2:before {
  content: "\e1b5";
}
.icon-search:before {
  content: "\e1b6";
}
.icon-search2:before {
  content: "\e1b7";
}
.icon-zoomin:before {
  content: "\e1b8";
}
.icon-zoomout:before {
  content: "\e1b9";
}
.icon-search3:before {
  content: "\e1ba";
}
.icon-search4:before {
  content: "\e1bb";
}
.icon-zoomin2:before {
  content: "\e1bc";
}
.icon-zoomout2:before {
  content: "\e1bd";
}
.icon-search5:before {
  content: "\e1be";
}
.icon-expand:before {
  content: "\e1bf";
}
.icon-contract:before {
  content: "\e1c0";
}
.icon-scale-up:before {
  content: "\e1c1";
}
.icon-scale-down:before {
  content: "\e1c2";
}
.icon-expand2:before {
  content: "\e1c3";
}
.icon-contract2:before {
  content: "\e1c4";
}
.icon-scale-up2:before {
  content: "\e1c5";
}
.icon-scale-down2:before {
  content: "\e1c6";
}
.icon-fullscreen:before {
  content: "\e1c7";
}
.icon-expand3:before {
  content: "\e1c8";
}
.icon-contract3:before {
  content: "\e1c9";
}
.icon-key:before {
  content: "\e1ca";
}
.icon-key2:before {
  content: "\e1cb";
}
.icon-key3:before {
  content: "\e1cc";
}
.icon-key4:before {
  content: "\e1cd";
}
.icon-key5:before {
  content: "\e1ce";
}
.icon-keyhole:before {
  content: "\e1cf";
}
.icon-lock:before {
  content: "\e1d0";
}
.icon-lock2:before {
  content: "\e1d1";
}
.icon-lock3:before {
  content: "\e1d2";
}
.icon-lock4:before {
  content: "\e1d3";
}
.icon-unlocked:before {
  content: "\e1d4";
}
.icon-lock5:before {
  content: "\e1d5";
}
.icon-unlocked2:before {
  content: "\e1d6";
}
.icon-wrench:before {
  content: "\e1d7";
}
.icon-wrench2:before {
  content: "\e1d8";
}
.icon-wrench3:before {
  content: "\e1d9";
}
.icon-wrench4:before {
  content: "\e1da";
}
.icon-settings:before {
  content: "\e1db";
}
.icon-equalizer:before {
  content: "\e1dc";
}
.icon-equalizer2:before {
  content: "\e1dd";
}
.icon-equalizer3:before {
  content: "\e1de";
}
.icon-cog:before {
  content: "\e1df";
}
.icon-cogs:before {
  content: "\e1e0";
}
.icon-cog2:before {
  content: "\e1e1";
}
.icon-cog3:before {
  content: "\e1e2";
}
.icon-cog4:before {
  content: "\e1e3";
}
.icon-cog5:before {
  content: "\e1e4";
}
.icon-cog6:before {
  content: "\e1e5";
}
.icon-cog7:before {
  content: "\e1e6";
}
.icon-factory:before {
  content: "\e1e7";
}
.icon-hammer:before {
  content: "\e1e8";
}
.icon-tools:before {
  content: "\e1e9";
}
.icon-screwdriver:before {
  content: "\e1ea";
}
.icon-screwdriver2:before {
  content: "\e1eb";
}
.icon-wand:before {
  content: "\e1ec";
}
.icon-wand2:before {
  content: "\e1ed";
}
.icon-health:before {
  content: "\e1ee";
}
.icon-aid:before {
  content: "\e1ef";
}
.icon-patch:before {
  content: "\e1f0";
}
.icon-bug:before {
  content: "\e1f1";
}
.icon-bug2:before {
  content: "\e1f2";
}
.icon-inject:before {
  content: "\e1f3";
}
.icon-inject2:before {
  content: "\e1f4";
}
.icon-construction:before {
  content: "\e1f5";
}
.icon-cone:before {
  content: "\e1f6";
}
.icon-pie:before {
  content: "\e1f7";
}
.icon-pie2:before {
  content: "\e1f8";
}
.icon-pie3:before {
  content: "\e1f9";
}
.icon-pie4:before {
  content: "\e1fa";
}
.icon-pie5:before {
  content: "\e1fb";
}
.icon-pie6:before {
  content: "\e1fc";
}
.icon-pie7:before {
  content: "\e1fd";
}
.icon-stats:before {
  content: "\e1fe";
}
.icon-stats2:before {
  content: "\e1ff";
}
.icon-stats3:before {
  content: "\e200";
}
.icon-bars:before {
  content: "\e201";
}
.icon-bars2:before {
  content: "\e202";
}
.icon-bars3:before {
  content: "\e203";
}
.icon-bars4:before {
  content: "\e204";
}
.icon-bars5:before {
  content: "\e205";
}
.icon-bars6:before {
  content: "\e206";
}
.icon-stats-up:before {
  content: "\e207";
}
.icon-stats-down:before {
  content: "\e208";
}
.icon-stairs-down:before {
  content: "\e209";
}
.icon-stairs-down2:before {
  content: "\e20a";
}
.icon-chart:before {
  content: "\e20b";
}
.icon-stairs:before {
  content: "\e20c";
}
.icon-stairs2:before {
  content: "\e20d";
}
.icon-ladder:before {
  content: "\e20e";
}
.icon-cake:before {
  content: "\e20f";
}
.icon-gift:before {
  content: "\e210";
}
.icon-gift2:before {
  content: "\e211";
}
.icon-balloon:before {
  content: "\e212";
}
.icon-rating:before {
  content: "\e213";
}
.icon-rating2:before {
  content: "\e214";
}
.icon-rating3:before {
  content: "\e215";
}
.icon-podium:before {
  content: "\e216";
}
.icon-medal:before {
  content: "\e217";
}
.icon-medal2:before {
  content: "\e218";
}
.icon-medal3:before {
  content: "\e219";
}
.icon-medal4:before {
  content: "\e21a";
}
.icon-medal5:before {
  content: "\e21b";
}
.icon-crown:before {
  content: "\e21c";
}
.icon-trophy:before {
  content: "\e21d";
}
.icon-trophy2:before {
  content: "\e21e";
}
.icon-trophy-star:before {
  content: "\e21f";
}
.icon-diamond:before {
  content: "\e220";
}
.icon-diamond2:before {
  content: "\e221";
}
.icon-glass:before {
  content: "\e222";
}
.icon-glass2:before {
  content: "\e223";
}
.icon-bottle:before {
  content: "\e224";
}
.icon-bottle2:before {
  content: "\e225";
}
.icon-mug:before {
  content: "\e226";
}
.icon-food:before {
  content: "\e227";
}
.icon-food2:before {
  content: "\e228";
}
.icon-hamburger:before {
  content: "\e229";
}
.icon-cup:before {
  content: "\e22a";
}
.icon-cup2:before {
  content: "\e22b";
}
.icon-leaf:before {
  content: "\e22c";
}
.icon-leaf2:before {
  content: "\e22d";
}
.icon-apple-fruit:before {
  content: "\e22e";
}
.icon-tree:before {
  content: "\e22f";
}
.icon-tree2:before {
  content: "\e230";
}
.icon-paw:before {
  content: "\e231";
}
.icon-steps:before {
  content: "\e232";
}
.icon-flower:before {
  content: "\e233";
}
.icon-rocket:before {
  content: "\e234";
}
.icon-meter:before {
  content: "\e235";
}
.icon-meter2:before {
  content: "\e236";
}
.icon-meter-slow:before {
  content: "\e237";
}
.icon-meter-medium:before {
  content: "\e238";
}
.icon-meter-fast:before {
  content: "\e239";
}
.icon-dashboard:before {
  content: "\e23a";
}
.icon-hammer2:before {
  content: "\e23b";
}
.icon-balance:before {
  content: "\e23c";
}
.icon-bomb:before {
  content: "\e23d";
}
.icon-fire:before {
  content: "\e23e";
}
.icon-fire2:before {
  content: "\e23f";
}
.icon-lab:before {
  content: "\e240";
}
.icon-atom:before {
  content: "\e241";
}
.icon-atom2:before {
  content: "\e242";
}
.icon-magnet:before {
  content: "\e243";
}
.icon-magnet2:before {
  content: "\e244";
}
.icon-magnet3:before {
  content: "\e245";
}
.icon-magnet4:before {
  content: "\e246";
}
.icon-dumbbell:before {
  content: "\e247";
}
.icon-skull:before {
  content: "\e248";
}
.icon-skull2:before {
  content: "\e249";
}
.icon-skull3:before {
  content: "\e24a";
}
.icon-lamp:before {
  content: "\e24b";
}
.icon-lamp2:before {
  content: "\e24c";
}
.icon-lamp3:before {
  content: "\e24d";
}
.icon-lamp4:before {
  content: "\e24e";
}
.icon-remove:before {
  content: "\e24f";
}
.icon-remove2:before {
  content: "\e250";
}
.icon-remove3:before {
  content: "\e251";
}
.icon-remove4:before {
  content: "\e252";
}
.icon-remove5:before {
  content: "\e253";
}
.icon-remove6:before {
  content: "\e254";
}
.icon-remove7:before {
  content: "\e255";
}
.icon-remove8:before {
  content: "\e256";
}
.icon-briefcase:before {
  content: "\e257";
}
.icon-briefcase2:before {
  content: "\e258";
}
.icon-briefcase3:before {
  content: "\e259";
}
.icon-airplane:before {
  content: "\e25a";
}
.icon-airplane2:before {
  content: "\e25b";
}
.icon-paperplane:before {
  content: "\e25c";
}
.icon-car:before {
  content: "\e25d";
}
.icon-gas-pump:before {
  content: "\e25e";
}
.icon-bus:before {
  content: "\e25f";
}
.icon-truck:before {
  content: "\e260";
}
.icon-bike:before {
  content: "\e261";
}
.icon-road:before {
  content: "\e262";
}
.icon-train:before {
  content: "\e263";
}
.icon-ship:before {
  content: "\e264";
}
.icon-boat:before {
  content: "\e265";
}
.icon-cube:before {
  content: "\e266";
}
.icon-cube2:before {
  content: "\e267";
}
.icon-cube3:before {
  content: "\e268";
}
.icon-cube4:before {
  content: "\e269";
}
.icon-pyramid:before {
  content: "\e26a";
}
.icon-pyramid2:before {
  content: "\e26b";
}
.icon-cylinder:before {
  content: "\e26c";
}
.icon-package:before {
  content: "\e26d";
}
.icon-puzzle:before {
  content: "\e26e";
}
.icon-puzzle2:before {
  content: "\e26f";
}
.icon-puzzle3:before {
  content: "\e270";
}
.icon-puzzle4:before {
  content: "\e271";
}
.icon-glasses:before {
  content: "\e272";
}
.icon-glasses2:before {
  content: "\e273";
}
.icon-glasses3:before {
  content: "\e274";
}
.icon-sunglasses:before {
  content: "\e275";
}
.icon-accessibility:before {
  content: "\e276";
}
.icon-accessibility2:before {
  content: "\e277";
}
.icon-brain:before {
  content: "\e278";
}
.icon-target:before {
  content: "\e279";
}
.icon-target2:before {
  content: "\e27a";
}
.icon-target3:before {
  content: "\e27b";
}
.icon-gun:before {
  content: "\e27c";
}
.icon-gun-ban:before {
  content: "\e27d";
}
.icon-shield:before {
  content: "\e27e";
}
.icon-shield2:before {
  content: "\e27f";
}
.icon-shield3:before {
  content: "\e280";
}
.icon-shield4:before {
  content: "\e281";
}
.icon-soccer:before {
  content: "\e282";
}
.icon-football:before {
  content: "\e283";
}
.icon-baseball:before {
  content: "\e284";
}
.icon-basketball:before {
  content: "\e285";
}
.icon-golf:before {
  content: "\e286";
}
.icon-hockey:before {
  content: "\e287";
}
.icon-racing:before {
  content: "\e288";
}
.icon-eightball:before {
  content: "\e289";
}
.icon-bowlingball:before {
  content: "\e28a";
}
.icon-bowling:before {
  content: "\e28b";
}
.icon-bowling2:before {
  content: "\e28c";
}
.icon-lightning:before {
  content: "\e28d";
}
.icon-power:before {
  content: "\e28e";
}
.icon-power2:before {
  content: "\e28f";
}
.icon-switch:before {
  content: "\e290";
}
.icon-powercord:before {
  content: "\e291";
}
.icon-cord:before {
  content: "\e292";
}
.icon-socket:before {
  content: "\e293";
}
.icon-clipboard:before {
  content: "\e294";
}
.icon-clipboard2:before {
  content: "\e295";
}
.icon-signup:before {
  content: "\e296";
}
.icon-clipboard3:before {
  content: "\e297";
}
.icon-clipboard4:before {
  content: "\e298";
}
.icon-list:before {
  content: "\e299";
}
.icon-list2:before {
  content: "\e29a";
}
.icon-list3:before {
  content: "\e29b";
}
.icon-numbered-list:before {
  content: "\e29c";
}
.icon-list4:before {
  content: "\e29d";
}
.icon-list5:before {
  content: "\e29e";
}
.icon-playlist:before {
  content: "\e29f";
}
.icon-grid:before {
  content: "\e2a0";
}
.icon-grid2:before {
  content: "\e2a1";
}
.icon-grid3:before {
  content: "\e2a2";
}
.icon-grid4:before {
  content: "\e2a3";
}
.icon-grid5:before {
  content: "\e2a4";
}
.icon-grid6:before {
  content: "\e2a5";
}
.icon-tree3:before {
  content: "\e2a6";
}
.icon-tree4:before {
  content: "\e2a7";
}
.icon-tree5:before {
  content: "\e2a8";
}
.icon-menu:before {
  content: "\e2a9";
}
.icon-menu2:before {
  content: "\e2aa";
}
.icon-circle-small:before {
  content: "\e2ab";
}
.icon-menu3:before {
  content: "\e2ac";
}
.icon-menu4:before {
  content: "\e2ad";
}
.icon-menu5:before {
  content: "\e2ae";
}
.icon-menu6:before {
  content: "\e2af";
}
.icon-menu7:before {
  content: "\e2b0";
}
.icon-menu8:before {
  content: "\e2b1";
}
.icon-menu9:before {
  content: "\e2b2";
}
.icon-cloud:before {
  content: "\e2b3";
}
.icon-cloud2:before {
  content: "\e2b4";
}
.icon-cloud3:before {
  content: "\e2b5";
}
.icon-cloud-download:before {
  content: "\e2b6";
}
.icon-cloud-upload:before {
  content: "\e2b7";
}
.icon-download2:before {
  content: "\e2b8";
}
.icon-upload2:before {
  content: "\e2b9";
}
.icon-download3:before {
  content: "\e2ba";
}
.icon-upload3:before {
  content: "\e2bb";
}
.icon-download4:before {
  content: "\e2bc";
}
.icon-upload4:before {
  content: "\e2bd";
}
.icon-download5:before {
  content: "\e2be";
}
.icon-upload5:before {
  content: "\e2bf";
}
.icon-download6:before {
  content: "\e2c0";
}
.icon-upload6:before {
  content: "\e2c1";
}
.icon-download7:before {
  content: "\e2c2";
}
.icon-upload7:before {
  content: "\e2c3";
}
.icon-globe:before {
  content: "\e2c4";
}
.icon-globe2:before {
  content: "\e2c5";
}
.icon-globe3:before {
  content: "\e2c6";
}
.icon-earth:before {
  content: "\e2c7";
}
.icon-network:before {
  content: "\e2c8";
}
.icon-link:before {
  content: "\e2c9";
}
.icon-link2:before {
  content: "\e2ca";
}
.icon-link3:before {
  content: "\e2cb";
}
.icon-link22:before {
  content: "\e2cc";
}
.icon-link4:before {
  content: "\e2cd";
}
.icon-link5:before {
  content: "\e2ce";
}
.icon-link6:before {
  content: "\e2cf";
}
.icon-anchor:before {
  content: "\e2d0";
}
.icon-flag:before {
  content: "\e2d1";
}
.icon-flag2:before {
  content: "\e2d2";
}
.icon-flag3:before {
  content: "\e2d3";
}
.icon-flag4:before {
  content: "\e2d4";
}
.icon-flag5:before {
  content: "\e2d5";
}
.icon-flag6:before {
  content: "\e2d6";
}
.icon-attachment:before {
  content: "\e2d7";
}
.icon-attachment2:before {
  content: "\e2d8";
}
.icon-eye:before {
  content: "\e2d9";
}
.icon-eye-blocked:before {
  content: "\e2da";
}
.icon-eye2:before {
  content: "\e2db";
}
.icon-eye3:before {
  content: "\e2dc";
}
.icon-eye-blocked2:before {
  content: "\e2dd";
}
.icon-eye4:before {
  content: "\e2de";
}
.icon-eye5:before {
  content: "\e2df";
}
.icon-eye6:before {
  content: "\e2e0";
}
.icon-eye7:before {
  content: "\e2e1";
}
.icon-eye8:before {
  content: "\e2e2";
}
.icon-bookmark:before {
  content: "\e2e3";
}
.icon-bookmark2:before {
  content: "\e2e4";
}
.icon-bookmarks:before {
  content: "\e2e5";
}
.icon-bookmark3:before {
  content: "\e2e6";
}
.icon-spotlight:before {
  content: "\e2e7";
}
.icon-starburst:before {
  content: "\e2e8";
}
.icon-snowflake:before {
  content: "\e2e9";
}
.icon-temperature:before {
  content: "\e2ea";
}
.icon-temperature2:before {
  content: "\e2eb";
}
.icon-weather-lightning:before {
  content: "\e2ec";
}
.icon-weather-rain:before {
  content: "\e2ed";
}
.icon-weather-snow:before {
  content: "\e2ee";
}
.icon-windy:before {
  content: "\e2ef";
}
.icon-fan:before {
  content: "\e2f0";
}
.icon-umbrella:before {
  content: "\e2f1";
}
.icon-sun:before {
  content: "\e2f2";
}
.icon-sun2:before {
  content: "\e2f3";
}
.icon-brightness-high:before {
  content: "\e2f4";
}
.icon-brightness-medium:before {
  content: "\e2f5";
}
.icon-brightness-low:before {
  content: "\e2f6";
}
.icon-brightness-contrast:before {
  content: "\e2f7";
}
.icon-contrast:before {
  content: "\e2f8";
}
.icon-moon:before {
  content: "\e2f9";
}
.icon-bed:before {
  content: "\e2fa";
}
.icon-bed2:before {
  content: "\e2fb";
}
.icon-star:before {
  content: "\e2fc";
}
.icon-star2:before {
  content: "\e2fd";
}
.icon-star3:before {
  content: "\e2fe";
}
.icon-star4:before {
  content: "\e2ff";
}
.icon-star5:before {
  content: "\e300";
}
.icon-star6:before {
  content: "\e301";
}
.icon-heart:before {
  content: "\e302";
}
.icon-heart2:before {
  content: "\e303";
}
.icon-heart3:before {
  content: "\e304";
}
.icon-heart4:before {
  content: "\e305";
}
.icon-heart-broken:before {
  content: "\e306";
}
.icon-heart5:before {
  content: "\e307";
}
.icon-heart6:before {
  content: "\e308";
}
.icon-heart-broken2:before {
  content: "\e309";
}
.icon-heart7:before {
  content: "\e30a";
}
.icon-heart8:before {
  content: "\e30b";
}
.icon-heart-broken3:before {
  content: "\e30c";
}
.icon-lips:before {
  content: "\e30d";
}
.icon-lips2:before {
  content: "\e30e";
}
.icon-thumbs-up:before {
  content: "\e30f";
}
.icon-thumbs-up2:before {
  content: "\e310";
}
.icon-thumbs-down:before {
  content: "\e311";
}
.icon-thumbs-down2:before {
  content: "\e312";
}
.icon-thumbs-up3:before {
  content: "\e313";
}
.icon-thumbs-up4:before {
  content: "\e314";
}
.icon-thumbs-up5:before {
  content: "\e315";
}
.icon-thumbs-up6:before {
  content: "\e316";
}
.icon-people:before {
  content: "\e317";
}
.icon-man:before {
  content: "\e318";
}
.icon-male:before {
  content: "\e319";
}
.icon-woman:before {
  content: "\e31a";
}
.icon-female:before {
  content: "\e31b";
}
.icon-peace:before {
  content: "\e31c";
}
.icon-yin-yang:before {
  content: "\e31d";
}
.icon-happy:before {
  content: "\e31e";
}
.icon-happy2:before {
  content: "\e31f";
}
.icon-smiley:before {
  content: "\e320";
}
.icon-smiley2:before {
  content: "\e321";
}
.icon-tongue:before {
  content: "\e322";
}
.icon-tongue2:before {
  content: "\e323";
}
.icon-sad:before {
  content: "\e324";
}
.icon-sad2:before {
  content: "\e325";
}
.icon-wink:before {
  content: "\e326";
}
.icon-wink2:before {
  content: "\e327";
}
.icon-grin:before {
  content: "\e328";
}
.icon-grin2:before {
  content: "\e329";
}
.icon-cool:before {
  content: "\e32a";
}
.icon-cool2:before {
  content: "\e32b";
}
.icon-angry:before {
  content: "\e32c";
}
.icon-angry2:before {
  content: "\e32d";
}
.icon-evil:before {
  content: "\e32e";
}
.icon-evil2:before {
  content: "\e32f";
}
.icon-shocked:before {
  content: "\e330";
}
.icon-shocked2:before {
  content: "\e331";
}
.icon-confused:before {
  content: "\e332";
}
.icon-confused2:before {
  content: "\e333";
}
.icon-neutral:before {
  content: "\e334";
}
.icon-neutral2:before {
  content: "\e335";
}
.icon-wondering:before {
  content: "\e336";
}
.icon-wondering2:before {
  content: "\e337";
}
.icon-cursor:before {
  content: "\e338";
}
.icon-cursor2:before {
  content: "\e339";
}
.icon-point-up:before {
  content: "\e33a";
}
.icon-point-right:before {
  content: "\e33b";
}
.icon-point-down:before {
  content: "\e33c";
}
.icon-point-left:before {
  content: "\e33d";
}
.icon-pointer:before {
  content: "\e33e";
}
.icon-hand:before {
  content: "\e33f";
}
.icon-stack-empty:before {
  content: "\e340";
}
.icon-stack-plus:before {
  content: "\e341";
}
.icon-stack-minus:before {
  content: "\e342";
}
.icon-stack-star:before {
  content: "\e343";
}
.icon-stack-picture:before {
  content: "\e344";
}
.icon-stack-down:before {
  content: "\e345";
}
.icon-stack-up:before {
  content: "\e346";
}
.icon-stack-cancel:before {
  content: "\e347";
}
.icon-stack-checkmark:before {
  content: "\e348";
}
.icon-stack-list:before {
  content: "\e349";
}
.icon-stack-clubs:before {
  content: "\e34a";
}
.icon-stack-spades:before {
  content: "\e34b";
}
.icon-stack-hearts:before {
  content: "\e34c";
}
.icon-stack-diamonds:before {
  content: "\e34d";
}
.icon-stack-user:before {
  content: "\e34e";
}
.icon-stack4:before {
  content: "\e34f";
}
.icon-stack-music:before {
  content: "\e350";
}
.icon-stack-play:before {
  content: "\e351";
}
.icon-move:before {
  content: "\e352";
}
.icon-resize:before {
  content: "\e353";
}
.icon-resize2:before {
  content: "\e354";
}
.icon-warning:before {
  content: "\e355";
}
.icon-warning2:before {
  content: "\e356";
}
.icon-notification:before {
  content: "\e357";
}
.icon-notification2:before {
  content: "\e358";
}
.icon-question:before {
  content: "\e359";
}
.icon-question2:before {
  content: "\e35a";
}
.icon-question3:before {
  content: "\e35b";
}
.icon-question4:before {
  content: "\e35c";
}
.icon-question5:before {
  content: "\e35d";
}
.icon-plus-circle:before {
  content: "\e35e";
}
.icon-plus-circle2:before {
  content: "\e35f";
}
.icon-minus-circle:before {
  content: "\e360";
}
.icon-minus-circle2:before {
  content: "\e361";
}
.icon-info:before {
  content: "\e362";
}
.icon-info2:before {
  content: "\e363";
}
.icon-blocked:before {
  content: "\e364";
}
.icon-cancel-circle:before {
  content: "\e365";
}
.icon-cancel-circle2:before {
  content: "\e366";
}
.icon-checkmark-circle:before {
  content: "\e367";
}
.icon-checkmark-circle2:before {
  content: "\e368";
}
.icon-cancel:before {
  content: "\e369";
}
.icon-spam:before {
  content: "\e36a";
}
.icon-close:before {
  content: "\e36b";
}
.icon-close2:before {
  content: "\e36c";
}
.icon-close3:before {
  content: "\e36d";
}
.icon-close4:before {
  content: "\e36e";
}
.icon-close5:before {
  content: "\e36f";
}
.icon-checkmark:before {
  content: "\e370";
}
.icon-checkmark2:before {
  content: "\e371";
}
.icon-checkmark3:before {
  content: "\e372";
}
.icon-checkmark4:before {
  content: "\e373";
}
.icon-spell-check:before {
  content: "\e374";
}
.icon-minus:before {
  content: "\e375";
}
.icon-plus:before {
  content: "\e376";
}
.icon-minus2:before {
  content: "\e377";
}
.icon-plus2:before {
  content: "\e378";
}
.icon-enter:before {
  content: "\e379";
}
.icon-exit:before {
  content: "\e37a";
}
.icon-enter2:before {
  content: "\e37b";
}
.icon-exit2:before {
  content: "\e37c";
}
.icon-enter3:before {
  content: "\e37d";
}
.icon-exit3:before {
  content: "\e37e";
}
.icon-exit4:before {
  content: "\e37f";
}
.icon-play3:before {
  content: "\e380";
}
.icon-pause:before {
  content: "\e381";
}
.icon-stop:before {
  content: "\e382";
}
.icon-backward:before {
  content: "\e383";
}
.icon-forward2:before {
  content: "\e384";
}
.icon-play4:before {
  content: "\e385";
}
.icon-pause2:before {
  content: "\e386";
}
.icon-stop2:before {
  content: "\e387";
}
.icon-backward2:before {
  content: "\e388";
}
.icon-forward3:before {
  content: "\e389";
}
.icon-first:before {
  content: "\e38a";
}
.icon-last:before {
  content: "\e38b";
}
.icon-previous:before {
  content: "\e38c";
}
.icon-next:before {
  content: "\e38d";
}
.icon-eject:before {
  content: "\e38e";
}
.icon-volume-high:before {
  content: "\e38f";
}
.icon-volume-medium:before {
  content: "\e390";
}
.icon-volume-low:before {
  content: "\e391";
}
.icon-volume-mute:before {
  content: "\e392";
}
.icon-volume-mute2:before {
  content: "\e393";
}
.icon-volume-increase:before {
  content: "\e394";
}
.icon-volume-decrease:before {
  content: "\e395";
}
.icon-volume-high2:before {
  content: "\e396";
}
.icon-volume-medium2:before {
  content: "\e397";
}
.icon-volume-low2:before {
  content: "\e398";
}
.icon-volume-mute3:before {
  content: "\e399";
}
.icon-volume-mute4:before {
  content: "\e39a";
}
.icon-volume-increase2:before {
  content: "\e39b";
}
.icon-volume-decrease2:before {
  content: "\e39c";
}
.icon-volume5:before {
  content: "\e39d";
}
.icon-volume4:before {
  content: "\e39e";
}
.icon-volume3:before {
  content: "\e39f";
}
.icon-volume2:before {
  content: "\e3a0";
}
.icon-volume1:before {
  content: "\e3a1";
}
.icon-volume0:before {
  content: "\e3a2";
}
.icon-volume-mute5:before {
  content: "\e3a3";
}
.icon-volume-mute6:before {
  content: "\e3a4";
}
.icon-loop:before {
  content: "\e3a5";
}
.icon-loop2:before {
  content: "\e3a6";
}
.icon-loop3:before {
  content: "\e3a7";
}
.icon-loop4:before {
  content: "\e3a8";
}
.icon-loop5:before {
  content: "\e3a9";
}
.icon-shuffle:before {
  content: "\e3aa";
}
.icon-shuffle2:before {
  content: "\e3ab";
}
.icon-wave:before {
  content: "\e3ac";
}
.icon-wave2:before {
  content: "\e3ad";
}
.icon-arrow-first:before {
  content: "\e3ae";
}
.icon-arrow-right:before {
  content: "\e3af";
}
.icon-arrow-up:before {
  content: "\e3b0";
}
.icon-arrow-right2:before {
  content: "\e3b1";
}
.icon-arrow-down:before {
  content: "\e3b2";
}
.icon-arrow-left:before {
  content: "\e3b3";
}
.icon-arrow-up2:before {
  content: "\e3b4";
}
.icon-arrow-right3:before {
  content: "\e3b5";
}
.icon-arrow-down2:before {
  content: "\e3b6";
}
.icon-arrow-left2:before {
  content: "\e3b7";
}
.icon-arrow-up-left:before {
  content: "\e3b8";
}
.icon-arrow-up3:before {
  content: "\e3b9";
}
.icon-arrow-up-right:before {
  content: "\e3ba";
}
.icon-arrow-right4:before {
  content: "\e3bb";
}
.icon-arrow-down-right:before {
  content: "\e3bc";
}
.icon-arrow-down3:before {
  content: "\e3bd";
}
.icon-arrow-down-left:before {
  content: "\e3be";
}
.icon-arrow-left3:before {
  content: "\e3bf";
}
.icon-arrow-up-left2:before {
  content: "\e3c0";
}
.icon-arrow-up4:before {
  content: "\e3c1";
}
.icon-arrow-up-right2:before {
  content: "\e3c2";
}
.icon-arrow-right5:before {
  content: "\e3c3";
}
.icon-arrow-down-right2:before {
  content: "\e3c4";
}
.icon-arrow-down4:before {
  content: "\e3c5";
}
.icon-arrow-down-left2:before {
  content: "\e3c6";
}
.icon-arrow-left4:before {
  content: "\e3c7";
}
.icon-arrow-up-left3:before {
  content: "\e3c8";
}
.icon-arrow-up5:before {
  content: "\e3c9";
}
.icon-arrow-up-right3:before {
  content: "\e3ca";
}
.icon-arrow-right6:before {
  content: "\e3cb";
}
.icon-arrow-down-right3:before {
  content: "\e3cc";
}
.icon-arrow-down5:before {
  content: "\e3cd";
}
.icon-arrow-down-left3:before {
  content: "\e3ce";
}
.icon-arrow-left5:before {
  content: "\e3cf";
}
.icon-arrow-up-left4:before {
  content: "\e3d0";
}
.icon-arrow-up6:before {
  content: "\e3d1";
}
.icon-arrow-up-right4:before {
  content: "\e3d2";
}
.icon-arrow-right7:before {
  content: "\e3d3";
}
.icon-arrow-down-right4:before {
  content: "\e3d4";
}
.icon-arrow-down6:before {
  content: "\e3d5";
}
.icon-arrow-down-left4:before {
  content: "\e3d6";
}
.icon-arrow-left6:before {
  content: "\e3d7";
}
.icon-arrow:before {
  content: "\e3d8";
}
.icon-arrow2:before {
  content: "\e3d9";
}
.icon-arrow3:before {
  content: "\e3da";
}
.icon-arrow4:before {
  content: "\e3db";
}
.icon-arrow5:before {
  content: "\e3dc";
}
.icon-arrow6:before {
  content: "\e3dd";
}
.icon-arrow7:before {
  content: "\e3de";
}
.icon-arrow8:before {
  content: "\e3df";
}
.icon-arrow-up-left5:before {
  content: "\e3e0";
}
.icon-arrowsquare:before {
  content: "\e3e1";
}
.icon-arrow-up-right5:before {
  content: "\e3e2";
}
.icon-arrow-right8:before {
  content: "\e3e3";
}
.icon-arrow-down-right5:before {
  content: "\e3e4";
}
.icon-arrow-down7:before {
  content: "\e3e5";
}
.icon-arrow-down-left5:before {
  content: "\e3e6";
}
.icon-arrow-left7:before {
  content: "\e3e7";
}
.icon-arrow-up7:before {
  content: "\e3e8";
}
.icon-arrow-right9:before {
  content: "\e3e9";
}
.icon-arrow-down8:before {
  content: "\e3ea";
}
.icon-arrow-left8:before {
  content: "\e3eb";
}
.icon-arrow-up8:before {
  content: "\e3ec";
}
.icon-arrow-right10:before {
  content: "\e3ed";
}
.icon-arrow-bottom:before {
  content: "\e3ee";
}
.icon-arrow-left9:before {
  content: "\e3ef";
}
.icon-arrow-up-left6:before {
  content: "\e3f0";
}
.icon-arrow-up9:before {
  content: "\e3f1";
}
.icon-arrow-up-right6:before {
  content: "\e3f2";
}
.icon-arrow-right11:before {
  content: "\e3f3";
}
.icon-arrow-down-right6:before {
  content: "\e3f4";
}
.icon-arrow-down9:before {
  content: "\e3f5";
}
.icon-arrow-down-left6:before {
  content: "\e3f6";
}
.icon-arrow-left10:before {
  content: "\e3f7";
}
.icon-arrow-up-left7:before {
  content: "\e3f8";
}
.icon-arrow-up10:before {
  content: "\e3f9";
}
.icon-arrow-up-right7:before {
  content: "\e3fa";
}
.icon-arrow-right12:before {
  content: "\e3fb";
}
.icon-arrow-down-right7:before {
  content: "\e3fc";
}
.icon-arrow-down10:before {
  content: "\e3fd";
}
.icon-arrow-down-left7:before {
  content: "\e3fe";
}
.icon-arrow-left11:before {
  content: "\e3ff";
}
.icon-arrow-up11:before {
  content: "\e400";
}
.icon-arrow-right13:before {
  content: "\e401";
}
.icon-arrow-down11:before {
  content: "\e402";
}
.icon-arrow-left12:before {
  content: "\e403";
}
.icon-arrow-up12:before {
  content: "\e404";
}
.icon-arrow-right14:before {
  content: "\e405";
}
.icon-arrow-down12:before {
  content: "\e406";
}
.icon-arrow-left13:before {
  content: "\e407";
}
.icon-arrow-up13:before {
  content: "\e408";
}
.icon-arrow-right15:before {
  content: "\e409";
}
.icon-arrow-down13:before {
  content: "\e40a";
}
.icon-arrow-left14:before {
  content: "\e40b";
}
.icon-arrow-up14:before {
  content: "\e40c";
}
.icon-arrow-right16:before {
  content: "\e40d";
}
.icon-arrow-down14:before {
  content: "\e40e";
}
.icon-arrow-left15:before {
  content: "\e40f";
}
.icon-arrow-up15:before {
  content: "\e410";
}
.icon-arrow-right17:before {
  content: "\e411";
}
.icon-arrow-down15:before {
  content: "\e412";
}
.icon-arrow-left16:before {
  content: "\e413";
}
.icon-arrow-up16:before {
  content: "\e414";
}
.icon-arrow-right18:before {
  content: "\e415";
}
.icon-arrow-down16:before {
  content: "\e416";
}
.icon-arrow-left17:before {
  content: "\e417";
}
.icon-menu10:before {
  content: "\e418";
}
.icon-menu11:before {
  content: "\e419";
}
.icon-menu-close:before {
  content: "\e41a";
}
.icon-menu-close2:before {
  content: "\e41b";
}
.icon-enter4:before {
  content: "\e41c";
}
.icon-enter5:before {
  content: "\e41d";
}
.icon-esc:before {
  content: "\e41e";
}
.icon-backspace:before {
  content: "\e41f";
}
.icon-backspace2:before {
  content: "\e420";
}
.icon-backspace3:before {
  content: "\e421";
}
.icon-tab:before {
  content: "\e422";
}
.icon-transmission:before {
  content: "\e423";
}
.icon-transmission2:before {
  content: "\e424";
}
.icon-sort:before {
  content: "\e425";
}
.icon-sort2:before {
  content: "\e426";
}
.icon-key-keyboard:before {
  content: "\e427";
}
.icon-key-A:before {
  content: "\e428";
}
.icon-key-up:before {
  content: "\e429";
}
.icon-key-right:before {
  content: "\e42a";
}
.icon-key-down:before {
  content: "\e42b";
}
.icon-key-left:before {
  content: "\e42c";
}
.icon-command:before {
  content: "\e42d";
}
.icon-checkbox-checked:before {
  content: "\e42e";
}
.icon-checkbox-unchecked:before {
  content: "\e42f";
}
.icon-square:before {
  content: "\e430";
}
.icon-checkbox-partial:before {
  content: "\e431";
}
.icon-checkbox:before {
  content: "\e432";
}
.icon-checkbox-unchecked2:before {
  content: "\e433";
}
.icon-checkbox-partial2:before {
  content: "\e434";
}
.icon-checkbox-checked2:before {
  content: "\e435";
}
.icon-checkbox-unchecked3:before {
  content: "\e436";
}
.icon-checkbox-partial3:before {
  content: "\e437";
}
.icon-radio-checked:before {
  content: "\e438";
}
.icon-radio-unchecked:before {
  content: "\e439";
}
.icon-circle:before {
  content: "\e43a";
}
.icon-circle2:before {
  content: "\e43b";
}
.icon-crop:before {
  content: "\e43c";
}
.icon-crop2:before {
  content: "\e43d";
}
.icon-vector:before {
  content: "\e43e";
}
.icon-rulers:before {
  content: "\e43f";
}
.icon-scissors:before {
  content: "\e440";
}
.icon-scissors2:before {
  content: "\e441";
}
.icon-scissors3:before {
  content: "\e442";
}
.icon-filter:before {
  content: "\e443";
}
.icon-filter2:before {
  content: "\e444";
}
.icon-filter3:before {
  content: "\e445";
}
.icon-filter4:before {
  content: "\e446";
}
.icon-font:before {
  content: "\e447";
}
.icon-font-size:before {
  content: "\e448";
}
.icon-type:before {
  content: "\e449";
}
.icon-text-height:before {
  content: "\e44a";
}
.icon-text-width:before {
  content: "\e44b";
}
.icon-height:before {
  content: "\e44c";
}
.icon-width:before {
  content: "\e44d";
}
.icon-bold:before {
  content: "\e44e";
}
.icon-underline:before {
  content: "\e44f";
}
.icon-italic:before {
  content: "\e450";
}
.icon-strikethrough:before {
  content: "\e451";
}
.icon-strikethrough2:before {
  content: "\e452";
}
.icon-font-size2:before {
  content: "\e453";
}
.icon-bold2:before {
  content: "\e454";
}
.icon-underline2:before {
  content: "\e455";
}
.icon-italic2:before {
  content: "\e456";
}
.icon-strikethrough3:before {
  content: "\e457";
}
.icon-omega:before {
  content: "\e458";
}
.icon-sigma:before {
  content: "\e459";
}
.icon-nbsp:before {
  content: "\e45a";
}
.icon-page-break:before {
  content: "\e45b";
}
.icon-page-break2:before {
  content: "\e45c";
}
.icon-superscript:before {
  content: "\e45d";
}
.icon-subscript:before {
  content: "\e45e";
}
.icon-superscript2:before {
  content: "\e45f";
}
.icon-subscript2:before {
  content: "\e460";
}
.icon-text-color:before {
  content: "\e461";
}
.icon-highlight:before {
  content: "\e462";
}
.icon-pagebreak:before {
  content: "\e463";
}
.icon-clear-formatting:before {
  content: "\e464";
}
.icon-table:before {
  content: "\e465";
}
.icon-table2:before {
  content: "\e466";
}
.icon-insert-template:before {
  content: "\e467";
}
.icon-pilcrow:before {
  content: "\e468";
}
.icon-lefttoright:before {
  content: "\e469";
}
.icon-righttoleft:before {
  content: "\e46a";
}
.icon-paragraph-left:before {
  content: "\e46b";
}
.icon-paragraph-center:before {
  content: "\e46c";
}
.icon-paragraph-right:before {
  content: "\e46d";
}
.icon-paragraph-justify:before {
  content: "\e46e";
}
.icon-paragraph-left2:before {
  content: "\e46f";
}
.icon-paragraph-center2:before {
  content: "\e470";
}
.icon-paragraph-right2:before {
  content: "\e471";
}
.icon-paragraph-justify2:before {
  content: "\e472";
}
.icon-indent-increase:before {
  content: "\e473";
}
.icon-indent-decrease:before {
  content: "\e474";
}
.icon-paragraph-left3:before {
  content: "\e475";
}
.icon-paragraph-center3:before {
  content: "\e476";
}
.icon-paragraph-right3:before {
  content: "\e477";
}
.icon-paragraph-justify3:before {
  content: "\e478";
}
.icon-indent-increase2:before {
  content: "\e479";
}
.icon-indent-decrease2:before {
  content: "\e47a";
}
.icon-share:before {
  content: "\e47b";
}
.icon-newtab:before {
  content: "\e47c";
}
.icon-newtab2:before {
  content: "\e47d";
}
.icon-popout:before {
  content: "\e47e";
}
.icon-embed:before {
  content: "\e47f";
}
.icon-code:before {
  content: "\e480";
}
.icon-console:before {
  content: "\e481";
}
.icon-sevensegment0:before {
  content: "\e482";
}
.icon-sevensegment1:before {
  content: "\e483";
}
.icon-sevensegment2:before {
  content: "\e484";
}
.icon-sevensegment3:before {
  content: "\e485";
}
.icon-sevensegment4:before {
  content: "\e486";
}
.icon-sevensegment5:before {
  content: "\e487";
}
.icon-sevensegment6:before {
  content: "\e488";
}
.icon-sevensegment7:before {
  content: "\e489";
}
.icon-sevensegment8:before {
  content: "\e48a";
}
.icon-sevensegment9:before {
  content: "\e48b";
}
.icon-share2:before {
  content: "\e48c";
}
.icon-share3:before {
  content: "\e48d";
}
.icon-mail:before {
  content: "\e48e";
}
.icon-mail2:before {
  content: "\e48f";
}
.icon-mail3:before {
  content: "\e490";
}
.icon-mail4:before {
  content: "\e491";
}
.icon-google:before {
  content: "\e492";
}
.icon-googleplus:before {
  content: "\e493";
}
.icon-googleplus2:before {
  content: "\e494";
}
.icon-googleplus3:before {
  content: "\e495";
}
.icon-googleplus4:before {
  content: "\e496";
}
.icon-google-drive:before {
  content: "\e497";
}
.icon-facebook:before {
  content: "\e498";
}
.icon-facebook2:before {
  content: "\e499";
}
.icon-facebook3:before {
  content: "\e49a";
}
.icon-facebook4:before {
  content: "\e49b";
}
.icon-instagram:before {
  content: "\e49c";
}
.icon-twitter:before {
  content: "\e49d";
}
.icon-twitter2:before {
  content: "\e49e";
}
.icon-twitter3:before {
  content: "\e49f";
}
.icon-feed2:before {
  content: "\e4a0";
}
.icon-feed3:before {
  content: "\e4a1";
}
.icon-feed4:before {
  content: "\e4a2";
}
.icon-youtube:before {
  content: "\e4a3";
}
.icon-youtube2:before {
  content: "\e4a4";
}
.icon-vimeo:before {
  content: "\e4a5";
}
.icon-vimeo2:before {
  content: "\e4a6";
}
.icon-vimeo3:before {
  content: "\e4a7";
}
.icon-lanyrd:before {
  content: "\e4a8";
}
.icon-flickr:before {
  content: "\e4a9";
}
.icon-flickr2:before {
  content: "\e4aa";
}
.icon-flickr3:before {
  content: "\e4ab";
}
.icon-flickr4:before {
  content: "\e4ac";
}
.icon-picassa:before {
  content: "\e4ad";
}
.icon-picassa2:before {
  content: "\e4ae";
}
.icon-dribbble:before {
  content: "\e4af";
}
.icon-dribbble2:before {
  content: "\e4b0";
}
.icon-dribbble3:before {
  content: "\e4b1";
}
.icon-forrst:before {
  content: "\e4b2";
}
.icon-forrst2:before {
  content: "\e4b3";
}
.icon-deviantart:before {
  content: "\e4b4";
}
.icon-deviantart2:before {
  content: "\e4b5";
}
.icon-steam:before {
  content: "\e4b6";
}
.icon-steam2:before {
  content: "\e4b7";
}
.icon-github:before {
  content: "\e4b8";
}
.icon-github2:before {
  content: "\e4b9";
}
.icon-github3:before {
  content: "\e4ba";
}
.icon-github4:before {
  content: "\e4bb";
}
.icon-github5:before {
  content: "\e4bc";
}
.icon-wordpress:before {
  content: "\e4bd";
}
.icon-wordpress2:before {
  content: "\e4be";
}
.icon-joomla:before {
  content: "\e4bf";
}
.icon-blogger:before {
  content: "\e4c0";
}
.icon-blogger2:before {
  content: "\e4c1";
}
.icon-tumblr:before {
  content: "\e4c2";
}
.icon-tumblr2:before {
  content: "\e4c3";
}
.icon-yahoo:before {
  content: "\e4c4";
}
.icon-tux:before {
  content: "\e4c5";
}
.icon-apple:before {
  content: "\e4c6";
}
.icon-finder:before {
  content: "\e4c7";
}
.icon-android:before {
  content: "\e4c8";
}
.icon-windows:before {
  content: "\e4c9";
}
.icon-windows8:before {
  content: "\e4ca";
}
.icon-soundcloud:before {
  content: "\e4cb";
}
.icon-soundcloud2:before {
  content: "\e4cc";
}
.icon-skype:before {
  content: "\e4cd";
}
.icon-reddit:before {
  content: "\e4ce";
}
.icon-linkedin:before {
  content: "\e4cf";
}
.icon-lastfm:before {
  content: "\e4d0";
}
.icon-lastfm2:before {
  content: "\e4d1";
}
.icon-delicious:before {
  content: "\e4d2";
}
.icon-stumbleupon:before {
  content: "\e4d3";
}
.icon-stumbleupon2:before {
  content: "\e4d4";
}
.icon-stackoverflow:before {
  content: "\e4d5";
}
.icon-pinterest:before {
  content: "\e4d6";
}
.icon-pinterest2:before {
  content: "\e4d7";
}
.icon-xing:before {
  content: "\e4d8";
}
.icon-xing2:before {
  content: "\e4d9";
}
.icon-flattr:before {
  content: "\e4da";
}
.icon-foursquare:before {
  content: "\e4db";
}
.icon-foursquare2:before {
  content: "\e4dc";
}
.icon-paypal:before {
  content: "\e4dd";
}
.icon-paypal2:before {
  content: "\e4de";
}
.icon-paypal3:before {
  content: "\e4df";
}
.icon-yelp:before {
  content: "\e4e0";
}
.icon-libreoffice:before {
  content: "\e4e1";
}
.icon-file-pdf:before {
  content: "\e4e2";
}
.icon-file-openoffice:before {
  content: "\e4e3";
}
.icon-file-word:before {
  content: "\e4e4";
}
.icon-file-excel:before {
  content: "\e4e5";
}
.icon-file-zip:before {
  content: "\e4e6";
}
.icon-file-powerpoint:before {
  content: "\e4e7";
}
.icon-file-xml:before {
  content: "\e4e8";
}
.icon-file-css:before {
  content: "\e4e9";
}
.icon-html5:before {
  content: "\e4ea";
}
.icon-html52:before {
  content: "\e4eb";
}
.icon-css3:before {
  content: "\e4ec";
}
.icon-chrome:before {
  content: "\e4ed";
}
.icon-firefox:before {
  content: "\e4ee";
}
.icon-IE:before {
  content: "\e4ef";
}
.icon-opera:before {
  content: "\e4f0";
}
.icon-safari:before {
  content: "\e4f1";
}
.icon-IcoMoon:before {
  content: "\e4f2";
}
.tp-static-layers {
  position: absolute;
  z-index: 505;
  top: 0;
  left: 0;
}
.tp-caption.tp-hidden-caption,
.tp-hide-revslider {
  visibility: hidden !important;
  display: none !important;
}
.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important;
}
.tp-caption.whitedivider3px {
  color: #000;
  text-shadow: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 1);
  text-decoration: none;
  min-width: 408px;
  min-height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0;
  border-color: #000;
  border-style: none;
}
.tp-caption.finewide_large_white {
  color: #fff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}
.tp-caption.whitedivider3px {
  color: #000;
  text-shadow: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 1);
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  min-width: 468px;
  min-height: 3px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}
.tp-caption.finewide_medium_white {
  color: #fff;
  text-shadow: none;
  font-size: 37px;
  line-height: 37px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}
.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}
.tp-caption.whitedivider3px_vertical {
  color: #000;
  text-shadow: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 1);
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  min-width: 3px;
  min-height: 130px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}
.tp-caption.finewide_small_white {
  color: #fff;
  text-shadow: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}
.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  max-width: 470px;
  white-space: normal !important;
  border-width: 0;
  border-color: #000;
  border-style: none;
}
.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  background-color: rgba(235, 235, 235, 1);
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0;
  border-color: #222;
  border-style: none;
}
.tp-caption.finewide_large_white {
  color: #fff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}
.tp-caption.finewide_medium_white {
  color: #fff;
  text-shadow: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}
.tp-caption.huge_red {
  position: absolute;
  color: #df4b6b;
  font-weight: 400;
  font-size: 150px;
  line-height: 130px;
  font-family: Oswald, sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  background-color: #2d3136;
  padding: 0;
}
.tp-caption.middle_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.huge_thin_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  letter-spacing: 20px;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.big_dark {
  position: absolute;
  color: #333;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  font-family: "Open Sans";
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_dark {
  position: absolute;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans";
  margin: 0;
  letter-spacing: 5px;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #888;
  white-space: nowrap;
}
.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0 5px 10px;
  border-width: 0;
  border-color: #fff;
  border-style: none;
}
.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0 5px 10px;
  border-width: 0;
  border-color: #fff;
  border-style: none;
}
.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0;
  padding: 1px 4px 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px;
}
.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  padding: 0 4px;
  padding-top: 1px;
  background-color: #000;
}
.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  padding: 0 4px;
  padding-top: 1px;
  background-color: #fff;
}
.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0;
}
.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0;
}
.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.boxshadow {
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.black {
  color: #000;
  text-shadow: none;
}
.tp-caption.noshadow {
  text-shadow: none;
}
.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.tp-caption a:hover {
  color: #ffa902;
}
.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  background-color: transparent;
}
.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  background-color: transparent;
}
.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none;
}
.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline;
}
.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.498039);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px 500px 500px 500px;
  border-width: 0;
  border-color: #000;
  border-style: none;
}
.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #000;
  padding: 0 20px 5px;
  text-shadow: none;
  border-width: 0;
  border-color: #fff;
  border-style: none;
}
.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #db4360;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #fff;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #67ae73;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 1);
  text-shadow: none;
  margin: 0;
  letter-spacing: -1.5px;
  padding: 1px 4px 0 4px;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0;
  border-color: #fff;
  border-style: none;
}
.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0;
  padding: 1px 4px 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0;
  text-shadow: none;
  margin: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0;
  text-shadow: none;
  margin: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: rgba(235, 235, 235, 1);
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0;
  border-color: #222;
  border-style: none;
}
.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.grassfloor {
  text-decoration: none;
  background-color: rgba(160, 179, 151, 1);
  width: 4000px;
  height: 150px;
  border-width: 0;
  border-color: #222;
  border-style: none;
}
.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  text-align: center;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #000;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.roundedimage {
  border-width: 0;
  border-color: #222;
  border-style: none;
}
.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #000;
  padding: 10px 20px 15px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0;
  border-color: #000;
  border-style: none;
}
.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.boxshadow {
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: "Open Sans", sans;
}
.tp-caption.noshadow {
  text-shadow: none;
}
.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important;
}
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  left: -40px;
  top: 0;
}
.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  right: 0;
  top: 0;
}
.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  left: -40px;
  top: 0;
}
.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  right: 0;
  top: 0;
}
.tp-simpleresponsive .button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url(../content/images/gradient/g30.png) repeat-x top;
  font-family: arial, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
}
.tp-simpleresponsive .button.big {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url(../content/images/gradient/g40.png) repeat-x top;
}
.tp-simpleresponsive .button.big:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .purchase:hover {
  background-position: bottom, 15px 11px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tp-simpleresponsive .button {
    padding: 4px 8px 3px;
    line-height: 25px !important;
    font-size: 11px !important;
    font-weight: 400;
  }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tp-simpleresponsive .button {
    padding: 2px 5px 2px;
    line-height: 20px !important;
    font-size: 10px !important;
  }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}
.tp-simpleresponsive .button.green,
.tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green,
.tp-simpleresponsive .purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0 3px 0 0 #104d0b;
  -moz-box-shadow: 0 3px 0 0 #104d0b;
  box-shadow: 0 3px 0 0 #104d0b;
}
.tp-simpleresponsive .button.blue,
.tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue,
.tp-simpleresponsive .purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0 3px 0 0 #0f3e68;
  -moz-box-shadow: 0 3px 0 0 #0f3e68;
  box-shadow: 0 3px 0 0 #0f3e68;
}
.tp-simpleresponsive .button.red,
.tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red,
.tp-simpleresponsive .purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0 3px 0 0 #7c1212;
  -moz-box-shadow: 0 3px 0 0 #7c1212;
  box-shadow: 0 3px 0 0 #7c1212;
}
.tp-simpleresponsive .button.orange,
.tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange,
.tp-simpleresponsive .purchase:hover.orange {
  background-color: #f70;
  -webkit-box-shadow: 0 3px 0 0 #a34c00;
  -moz-box-shadow: 0 3px 0 0 #a34c00;
  box-shadow: 0 3px 0 0 #a34c00;
}
.tp-simpleresponsive .button.darkgrey,
.tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey,
.tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey,
.tp-simpleresponsive .purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0 3px 0 0 #222;
  -moz-box-shadow: 0 3px 0 0 #222;
  box-shadow: 0 3px 0 0 #222;
}
.tp-simpleresponsive .button.lightgrey,
.tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey,
.tp-simpleresponsive .purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0 3px 0 0 #555;
  -moz-box-shadow: 0 3px 0 0 #555;
  box-shadow: 0 3px 0 0 #555;
}
.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative;
}
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
}
.tp-simpleresponsive img {
  max-width: none;
}
.noFilterClass {
  filter: none !important;
}
.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tp-bannershadow.tp-shadow1 {
  background: url(../assets/shadow1.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
.tp-bannershadow.tp-shadow2 {
  background: url(../assets/shadow2.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
.tp-bannershadow.tp-shadow3 {
  background: url(../assets/shadow3.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
.caption.fullscreenvideo {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}
.tp-caption.fullscreenvideo {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}
.fullcoveredvideo video,
.fullscreenvideo video {
  background: #000;
}
.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.html5vid.videoisplaying .tp-poster {
  display: none;
}
.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #fff;
  z-index: 3;
  margin-top: -27px;
  margin-left: -28px;
  text-align: center;
  cursor: pointer;
}
.html5vid .tp-revstop {
  width: 6px;
  height: 20px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
  margin: 10px 20px;
}
.html5vid .tp-revstop {
  display: none;
}
.html5vid.videoisplaying .revicon-right-dir {
  display: none;
}
.html5vid.videoisplaying .tp-revstop {
  display: block;
}
.html5vid.videoisplaying .tp-video-play-button {
  display: none;
}
.html5vid:hover .tp-video-play-button {
  display: block;
}
.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tp-dottedoverlay.twoxtwo {
  background: url(../assets/gridtile.png);
}
.tp-dottedoverlay.twoxtwowhite {
  background: url(../assets/gridtile_white.png);
}
.tp-dottedoverlay.threexthree {
  background: url(../assets/gridtile_3x3.png);
}
.tp-dottedoverlay.threexthreewhite {
  background: url(../assets/gridtile_3x3_white.png);
}
.tpclear {
  clear: both;
}
.tp-bullets {
  z-index: 1000;
  position: absolute;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px);
}
.tp-bullets.hidebullets {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(../assets/boxed_bgtile.png);
  height: 40px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tp-bullets.simplebullets.navbar-old {
  background: url(../assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullet.png) no-Repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0;
  float: left;
  margin-top: 0;
  margin-left: 3px;
}
.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px;
}
.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets.png) no-Repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}
.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0;
}
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}
.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0;
}
.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}
.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0;
}
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullet_boxed.png) no-Repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 0;
}
.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0 !important;
}
.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0 !important;
}
.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/navigdots.png) no-Repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px;
}
.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0 !important;
}
.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0 !important;
}
.tp-bullets.simplebullets .bullet.selected,
.tp-bullets.simplebullets .bullet:hover {
  background-position: top left;
}
.tp-bullets.simplebullets.navbar .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
  background-position: bottom left;
}
.tparrows {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 600;
  position: relative;
}
.tparrows.hidearrows {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_left.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}
.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_right.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}
.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_left.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}
.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_right.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}
.tp-leftarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}
.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}
.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_left_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px;
}
.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_right_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px;
}
.tp-leftarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowleft.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px;
}
.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowright.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px;
}
.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px;
}
.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0;
}
.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0;
  margin-top: 0;
}
.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0;
  margin-top: 0;
}
.tp-leftarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0;
  margin-top: 0;
}
.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0;
  margin-top: 0;
}
.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  border: solid 2px #fff;
  border-radius: 4px;
}
.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_right.png) no-Repeat 0 0;
  width: 40px;
  height: 40px;
  border: solid 2px #fff;
  border-radius: 4px;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-position: bottom left;
}
.tp-leftarrow {
  font-family: icomoon !important;
  background: 0 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 10px !important;
  border: 2px solid #fff !important;
  border-radius: 4px !important;
  font-size: 10px !important;
  color: #fff !important;
}
.tp-leftarrow:before {
  content: "\e3b3" !important;
}
.tp-rightarrow {
  font-family: icomoon !important;
  background: 0 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 10px !important;
  border: 2px solid #fff !important;
  border-radius: 4px !important;
  font-size: 10px !important;
  color: #fff !important;
}
.tp-rightarrow:before {
  content: "\e3b1" !important;
}
.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
  padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  overflow: hidden;
  position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  cursor: pointer;
  overflow: hidden;
  background: 0 0;
  margin: 0;
  float: left;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet.selected,
.tp-bullets.tp-thumbs .bullet:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.tp-thumbs img {
  width: 100%;
}
.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(../assets/timer.png);
  position: absolute;
  z-index: 200;
  top: 0;
}
.tp-bannertimer.tp-bottom {
  bottom: 0;
  height: 5px;
  top: auto;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none;
  }
  .responsive .tparrows {
    display: none;
  }
}
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tp-simpleresponsive a {
  text-decoration: none;
}
.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tp-simpleresponsive > ul > li {
  list-stye: none;
  position: absolute;
  visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../assets/coloredbg.png) repeat;
}
.tp-caption.slidelink a span {
  background: url(../assets/coloredbg.png) repeat;
}
.tparrows .tp-arr-imgholder {
  display: none;
}
.tparrows .tp-arr-titleholder {
  display: none;
}
.tparrows.preview1 {
  width: 100px;
  height: 100px;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background: 0 0;
}
.tparrows.preview1:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: revicons;
  color: #fff;
  font-size: 30px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
  line-height: 100px;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.tp-rightarrow.preview1:after {
  content: "\e825";
}
.tp-leftarrow.preview1:after {
  content: "\e824";
}
.tparrows.preview1:hover:after {
  background: rgba(255, 255, 255, 1);
  color: #aaa;
}
.tparrows.preview1 .tp-arr-imgholder {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tp-rightarrow.preview1 .tp-arr-imgholder {
  right: 100%;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.tp-leftarrow.preview1 .tp-arr-imgholder {
  left: 100%;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.tparrows.preview1:hover .tp-arr-imgholder {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
.tp-bullets.preview1 {
  height: 21px;
}
.tp-bullets.preview1 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid transparent !important;
  display: inline-block;
  margin-right: 5px !important;
  margin-bottom: 0 !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.tp-bullets.preview1 .bullet.last {
  margin-right: 0;
}
.tp-bullets.preview1 .bullet.selected,
.tp-bullets.preview1 .bullet:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #aaa !important;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid rgba(255, 255, 255, 1) !important;
}
.tparrows.preview2 {
  min-width: 60px;
  min-height: 60px;
  background: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1.3s;
  -webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  backface-visibility: hidden;
}
.tparrows.preview2:after {
  position: absolute;
  top: 50%;
  font-family: revicons;
  color: #aaa;
  font-size: 25px;
  margin-top: -12px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.tp-rightarrow.preview2:after {
  content: "\e81e";
  right: 18px;
}
.tp-leftarrow.preview2:after {
  content: "\e81f";
  left: 18px;
}
.tparrows.preview2 .tp-arr-titleholder {
  background-size: cover;
  background-position: center center;
  display: block;
  width: auto;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tp-rightarrow.preview2 .tp-arr-titleholder {
  right: 50px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.tp-leftarrow.preview2 .tp-arr-titleholder {
  left: 50px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.tparrows.preview2.hovered {
  width: 300px;
}
.tparrows.preview2:hover {
  background: #fff;
}
.tparrows.preview2:hover:after {
  color: #000;
}
.tparrows.preview2:hover .tp-arr-titleholder {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tp-bullets.preview2 {
  height: 17px;
}
.tp-bullets.preview2 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0 !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.tp-bullets.preview2 .bullet.last {
  margin-right: 0;
}
.tp-bullets.preview2 .bullet.selected,
.tp-bullets.preview2 .bullet:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 1) !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 1) !important;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview2 {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: revicons;
    font-size: 20px;
    margin-top: -12px;
  }
  .tp-rightarrow.preview2:after {
    content: "\e81e";
    right: 11px;
  }
  .tp-leftarrow.preview2:after {
    content: "\e81f";
    left: 11px;
  }
  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 35px;
  }
  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 35px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: revicons;
    font-size: 14px;
    margin-top: -12px;
  }
  .tp-rightarrow.preview2:after {
    content: "\e81e";
    right: 8px;
  }
  .tp-leftarrow.preview2:after {
    content: "\e81f";
    left: 8px;
  }
  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 25px;
  }
  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: revicons;
    font-size: 14px;
    margin-top: -12px;
  }
  .tp-rightarrow.preview2:after {
    content: "\e81e";
    right: 8px;
  }
  .tp-leftarrow.preview2:after {
    content: "\e81f";
    left: 8px;
  }
  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none;
  }
  .tparrows.preview2:hover {
    width: 30px !important;
    height: 30px !important;
  }
}
.tparrows.preview3 {
  width: 70px;
  height: 70px;
  background: #fff;
  background: rgba(255, 255, 255, 1);
  -webkit-transform-style: flat;
}
.tparrows.preview3:after {
  position: absolute;
  line-height: 70px;
  text-align: center;
  font-family: revicons;
  color: #aaa;
  font-size: 30px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  width: 70px;
  height: 70px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.tparrows.preview3:hover:after {
  color: #000;
}
.tp-rightarrow.preview3:after {
  content: "\e825";
}
.tp-leftarrow.preview3:after {
  content: "\e824";
}
.tparrows.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  z-index: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  display: table;
  min-height: 90px;
  top: -10px;
}
.tp-leftarrow.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.tparrows.preview3 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  display: table-cell;
  min-width: 90px;
  height: 90px;
  position: relative;
  top: 0;
}
.tp-rightarrow.preview3 .tp-arr-iwrapper {
  right: 0;
  padding-right: 70px;
}
.tp-leftarrow.preview3 .tp-arr-iwrapper {
  left: 0;
  direction: rtl;
  padding-left: 70px;
}
.tparrows.preview3 .tp-arr-titleholder {
  display: table-cell;
  padding: 30px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  clear: right;
  vertical-align: middle;
}
.tparrows.preview3:hover .tp-arr-iwrapper {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.tp-bullets.preview3 {
  height: 17px;
}
.tp-bullets.preview3 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0 !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.tp-bullets.preview3 .bullet.last {
  margin-right: 0;
}
.tp-bullets.preview3 .bullet.selected,
.tp-bullets.preview3 .bullet:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 1) !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 1) !important;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview3,
  .tparrows.preview3:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px;
  }
  .tparrows.preview3 .tp-arr-imgholder {
    min-width: 70px;
    height: 70px;
  }
  .tp-rightarrow.preview3 .tp-arr-iwrapper {
    padding-right: 50px;
  }
  .tp-leftarrow.preview3 .tp-arr-iwrapper {
    padding-left: 50px;
  }
  .tparrows.preview3 .tp-arr-titleholder {
    padding: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .tparrows.preview3,
  .tparrows.preview3:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px;
  }
}
.tparrows.preview4 {
  width: 30px;
  height: 110px;
  background: 0 0;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
}
.tparrows.preview4:after {
  position: absolute;
  line-height: 110px;
  text-align: center;
  font-family: revicons;
  color: #fff;
  font-size: 20px;
  top: 0;
  left: 0;
  z-index: 0;
  width: 30px;
  height: 110px;
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.tp-rightarrow.preview4:after {
  content: "\e825";
}
.tp-leftarrow.preview4:after {
  content: "\e824";
}
.tparrows.preview4 .tp-arr-allwrapper {
  visibility: hidden;
  width: 180px;
  position: absolute;
  z-index: 1;
  min-height: 120px;
  top: 0;
  left: -150px;
  overflow: hidden;
  -webkit-perspective: 1000px;
  -webkit-transform-style: flat;
}
.tp-leftarrow.preview4 .tp-arr-allwrapper {
  left: 0;
}
.tparrows.preview4 .tp-arr-iwrapper {
  position: relative;
}
.tparrows.preview4 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: relative;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tparrows.preview4 .tp-arr-imgholder2 {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: absolute;
  top: 0;
  left: 180px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tp-leftarrow.preview4 .tp-arr-imgholder2 {
  left: -180px;
}
.tparrows.preview4 .tp-arr-titleholder {
  display: block;
  font-size: 12px;
  line-height: 25px;
  padding: 0 10px;
  text-align: left;
  color: #fff;
  position: relative;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 11px;
  line-height: 2.75;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.tparrows.preview4:after {
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
.tp-leftarrow.preview4:after {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
@media only screen and (min-width: 768px) {
  .tparrows.preview4:hover:after {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  .tp-leftarrow.preview4:hover:after {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  .tparrows.preview4:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
.tp-bullets.preview4 {
  height: 17px;
}
.tp-bullets.preview4 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0 !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.tp-bullets.preview4 .bullet.last {
  margin-right: 0;
}
.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview4 .bullet:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 1) !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 1) !important;
}
@media only screen and (max-width: 767px) {
  .tparrows.preview4 {
    width: 20px;
    height: 80px;
  }
  .tparrows.preview4:after {
    width: 20px;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
  }
  .tparrows.preview1 .tp-arr-allwrapper,
  .tparrows.preview2 .tp-arr-allwrapper,
  .tparrows.preview3 .tp-arr-allwrapper,
  .tparrows.preview4 .tp-arr-allwrapper {
    display: none !important;
  }
}
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}
.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background: url(../assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tp-loader.spinner5 {
  background: url(../assets/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1s infinite ease-in-out;
  animation: tp-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.tp-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes tp-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes tp-bouncedelay {
  0%,
  100%,
  80% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.tp-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2s infinite linear;
  animation: tp-rotate 2s infinite linear;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2s infinite ease-in-out;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes tp-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes tp-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.tp-transparentimg {
  content: "url(" ../assets/transparent.png ")";
}
.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}
.tp-caption img {
  background: 0 0;
  zoom: 1;
}
@font-face {
  font-family: revicons;
  src: url(../font/revicons.eot?5510888);
  src: url(../font/revicons.eot?5510888#iefix) format("embedded-opentype"),
    url(../font/revicons.woff?5510888) format("woff"),
    url(../font/revicons.ttf?5510888) format("truetype"),
    url(../font/revicons.svg?5510888#revicons) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" revicon-"]:before,
[class^="revicon-"]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}
.revicon-search-1:before {
  content: "\e802";
}
.revicon-pencil-1:before {
  content: "\e831";
}
.revicon-picture-1:before {
  content: "\e803";
}
.revicon-cancel:before {
  content: "\e80a";
}
.revicon-info-circled:before {
  content: "\e80f";
}
.revicon-trash:before {
  content: "\e801";
}
.revicon-left-dir:before {
  content: "\e817";
}
.revicon-right-dir:before {
  content: "\e818";
}
.revicon-down-open:before {
  content: "\e83b";
}
.revicon-left-open:before {
  content: "\e819";
}
.revicon-right-open:before {
  content: "\e81a";
}
.revicon-angle-left:before {
  content: "\e820";
}
.revicon-angle-right:before {
  content: "\e81d";
}
.revicon-left-big:before {
  content: "\e81f";
}
.revicon-right-big:before {
  content: "\e81e";
}
.revicon-magic:before {
  content: "\e807";
}
.revicon-picture:before {
  content: "\e800";
}
.revicon-export:before {
  content: "\e80b";
}
.revicon-cog:before {
  content: "\e832";
}
.revicon-login:before {
  content: "\e833";
}
.revicon-logout:before {
  content: "\e834";
}
.revicon-video:before {
  content: "\e805";
}
.revicon-arrow-combo:before {
  content: "\e827";
}
.revicon-left-open-1:before {
  content: "\e82a";
}
.revicon-right-open-1:before {
  content: "\e82b";
}
.revicon-left-open-mini:before {
  content: "\e822";
}
.revicon-right-open-mini:before {
  content: "\e823";
}
.revicon-left-open-big:before {
  content: "\e824";
}
.revicon-right-open-big:before {
  content: "\e825";
}
.revicon-left:before {
  content: "\e836";
}
.revicon-right:before {
  content: "\e826";
}
.revicon-ccw:before {
  content: "\e808";
}
.revicon-arrows-ccw:before {
  content: "\e806";
}
.revicon-palette:before {
  content: "\e829";
}
.revicon-list-add:before {
  content: "\e80c";
}
.revicon-doc:before {
  content: "\e809";
}
.revicon-left-open-outline:before {
  content: "\e82e";
}
.revicon-left-open-2:before {
  content: "\e82c";
}
.revicon-right-open-outline:before {
  content: "\e82f";
}
.revicon-right-open-2:before {
  content: "\e82d";
}
.revicon-equalizer:before {
  content: "\e83a";
}
.revicon-layers-alt:before {
  content: "\e804";
}
.revicon-popup:before {
  content: "\e828";
}
.tp-caption.tp-hidden-caption,
.tp-hide-revslider {
  visibility: hidden !important;
  display: none !important;
}
.tp-caption {
  z-index: 1;
}
.tp-caption.big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  font-family: "Open Sans", sans;
  padding: 3px 4px;
  padding-top: 1px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #000;
  letter-spacing: 0;
}
.tp-caption.big_orange {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  font-family: Arial;
  padding: 0 4px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #fb7354;
  letter-spacing: -1.5px;
}
.tp-caption.big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  font-family: "Open Sans", sans;
  padding: 0 4px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #fff;
  letter-spacing: -1.5px;
}
.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #888;
  white-space: nowrap;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  font-family: "Open Sans", sans;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  font-family: "Open Sans", sans;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.large_black_text {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 42px;
  line-height: 42px;
  font-family: "Open Sans", sans;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: "Open Sans", sans;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
}
.tp-caption.very_large_black_text {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 72px;
  line-height: 72px;
  font-family: "Open Sans", sans;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.bold_red_text {
  position: absolute;
  color: #d31e00;
  text-shadow: none;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  font-family: "Open Sans", sans;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.bold_brown_text {
  position: absolute;
  color: #a04606;
  text-shadow: none;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  font-family: "Open Sans", sans;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.bold_green_text {
  position: absolute;
  color: #5b9830;
  text-shadow: none;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  font-family: "Open Sans", sans;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  font-family: "Open Sans", sans;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  padding: 3px 4px;
  padding-top: 1px;
  background-color: #7e8e96;
}
.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
  padding: 0 4px;
  padding-top: 1px;
  background-color: #fff;
}
.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0;
}
.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0;
  border-width: 0;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0;
}
.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.boxshadow {
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: "Open Sans", sans;
}
.tp-caption.noshadow {
  text-shadow: none;
}
.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.tp-caption a:hover {
  color: #ffa902;
}
.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important;
}
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  left: -40px;
  top: 0;
}
.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  right: 0;
  top: 0;
}
.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  left: -40px;
  top: 0;
}
.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  right: 0;
  top: 0;
}
.button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url(../content/images/gradient/g30.png) repeat-x top;
  font-family: arial, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
}
.button.big {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url(../content/images/gradient/g40.png) repeat-x top;
}
.button.big:hover,
.button:hover,
.purchase:hover {
  background-position: bottom, 15px 11px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .button {
    padding: 4px 8px 3px;
    line-height: 25px !important;
    font-size: 11px !important;
    font-weight: 400;
  }
  a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .button {
    padding: 2px 5px 2px;
    line-height: 20px !important;
    font-size: 10px !important;
  }
  a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}
.button.green,
.button:hover.green,
.purchase.green,
.purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0 3px 0 0 #104d0b;
  -moz-box-shadow: 0 3px 0 0 #104d0b;
  box-shadow: 0 3px 0 0 #104d0b;
}
.button.blue,
.button:hover.blue,
.purchase.blue,
.purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0 3px 0 0 #0f3e68;
  -moz-box-shadow: 0 3px 0 0 #0f3e68;
  box-shadow: 0 3px 0 0 #0f3e68;
}
.button.red,
.button:hover.red,
.purchase.red,
.purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0 3px 0 0 #7c1212;
  -moz-box-shadow: 0 3px 0 0 #7c1212;
  box-shadow: 0 3px 0 0 #7c1212;
}
.button.orange,
.button:hover.orange,
.purchase.orange,
.purchase:hover.orange {
  background-color: #f70;
  -webkit-box-shadow: 0 3px 0 0 #a34c00;
  -moz-box-shadow: 0 3px 0 0 #a34c00;
  box-shadow: 0 3px 0 0 #a34c00;
}
.button.darkgrey,
.button.grey,
.button:hover.darkgrey,
.button:hover.grey,
.purchase.darkgrey,
.purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0 3px 0 0 #222;
  -moz-box-shadow: 0 3px 0 0 #222;
  box-shadow: 0 3px 0 0 #222;
}
.button.lightgrey,
.button:hover.lightgrey,
.purchase.lightgrey,
.purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0 3px 0 0 #555;
  -moz-box-shadow: 0 3px 0 0 #555;
  box-shadow: 0 3px 0 0 #555;
}
.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.tp-simpleresponsive img {
  max-width: none;
}
.noFilterClass {
  filter: none !important;
}
.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tp-bannershadow.tp-shadow1 {
  background: url(../assets/shadow1.png) no-repeat;
  background-size: 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
.tp-bannershadow.tp-shadow2 {
  background: url(../assets/shadow2.png) no-repeat;
  background-size: 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
.tp-bannershadow.tp-shadow3 {
  background: url(../assets/shadow3.png) no-repeat;
  background-size: 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
.caption.fullscreenvideo {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.caption.fullscreenvideo iframe {
  width: 100% !important;
  height: 100% !important;
}
.tp-caption.fullscreenvideo {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.tp-caption.fullscreenvideo iframe {
  width: 100% !important;
  height: 100% !important;
}
.tpclear {
  clear: both;
}
.tp-bullets {
  z-index: 1000;
  position: absolute;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
}
.tp-bullets.hidebullets {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(../assets/boxed_bgtile.png);
  height: 40px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tp-bullets.simplebullets.navbar-old {
  background: url(../assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullet.png) no-Repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0;
  float: left;
  margin-top: 2px;
  margin-left: 3px;
}
.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px;
}
.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets.png) no-Repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}
.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0;
}
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0;
  float: left;
  margin-top: 2px;
}
.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0;
}
.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0;
  float: left;
  margin-top: 2px;
}
.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0;
}
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullet_boxed.png) no-Repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 10px;
}
.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0 !important;
}
.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0 !important;
}
.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/navigdots.png) no-Repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px;
}
.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0 !important;
}
.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0 !important;
}
.tp-bullets.simplebullets .bullet.selected,
.tp-bullets.simplebullets .bullet:hover {
  background-position: top left;
}
.tp-bullets.simplebullets.navbar .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
  background-position: bottom left;
}
.tparrows {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
}
.tparrows.hidearrows {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_left.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}
.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_right.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}
.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_left.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}
.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_right.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}
.tp-leftarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}
.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0;
  float: left;
  margin-top: 0;
}
.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_left_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px;
}
.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_right_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px;
}
.tp-leftarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowleft.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px;
}
.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowright.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px;
}
.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px;
}
.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0;
}
.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0;
  margin-top: 0;
}
.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0;
  margin-top: 0;
}
.tp-leftarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0;
  margin-top: 0;
}
.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0;
  margin-top: 0;
}
.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_left.png) no-Repeat 0 0;
  width: 40px;
  height: 40px;
}
.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_right.png) no-Repeat 0 0;
  width: 40px;
  height: 40px;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-position: bottom left;
}
.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
  padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  overflow: hidden;
  position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  cursor: pointer;
  overflow: hidden;
  background: 0 0;
  margin: 0;
  float: left;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet.selected,
.tp-bullets.tp-thumbs .bullet:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.tp-thumbs img {
  width: 100%;
}
.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(../assets/timer.png);
  position: absolute;
  z-index: 200;
  top: 0;
}
.tp-bannertimer.tp-bottom {
  bottom: 0;
  height: 5px;
  top: auto;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive .tp-bullets.tp-thumbs {
    width: 300px !important;
    height: 30px !important;
  }
  .responsive .tp-bullets.tp-thumbs .tp-mask {
    width: 300px !important;
    height: 30px !important;
  }
  .responsive .tp-bullets.tp-thumbs .bullet {
    width: 60px !important;
    height: 30px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none;
  }
  .responsive .tparrows {
    display: none;
  }
}
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tp-simpleresponsive a {
  text-decoration: none;
}
.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tp-simpleresponsive > ul > li {
  list-stye: none;
  position: absolute;
  visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../assets/coloredbg.png) repeat;
}
.tp-loader {
  background: url(../assets/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tp-transparentimg {
  content: "url(" ../assets/transparent.png ")";
}
.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}
.main-header,
.mobile-header {
  background-color: #fff;
}
.copyright,
.header-social-container,
.header-widget .widget a,
.main-header,
.mobile-header .logo a,
a.ss-mobile-menu-button,
header.main-header .logo a,
header.main-header .logo a:hover,
header.main-header .social-button,
header.main-header a {
  color: #000;
}
.iconbox-container {
  color: #999;
}
.header-widget .widget a:hover,
.main-navigation li.current-menu-ancestor > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
a.ss-mobile-menu-button:hover,
header.main-header .social-button:hover,
header.main-header a:hover {
  color: #000;
}
.header-widget .widget .post-date {
  color: #aaa;
}
.header-separator,
.main-header .header-widget .widget_title-line {
  background-color: #ddd;
}
.main-container,
.social-icon-item.sii-box,
.tab-container .tabs a.current,
.tab-container .tabs li a,
body {
  background-color: #f5f5f5;
}
.accordion-item-header.current h3,
.blog-item.blog-qoute .ss-testimonial p,
.blog-single .blog-item h1.blog-item-title,
.blog-single .blog-single-content,
.blog-single .blog-single-desc,
.blog-single .entry-meta.tags .tag-title,
.comment-form .comment-text textarea,
.comment-form .respond-inputs input,
.page-404-content h1.page-404-header,
.ss-filter-tiles-button.active,
.tab-container .tabs a.current,
.tab-container.borderless .tabs a.current,
.toggle-item-header.ui-toggle-header-active h3,
body,
h2.team-member-name {
  color: #000;
}
.blog-item h3.blog-item-title a {
  color: #000 !important;
}
.accordion-container h3,
.form-submit .submit,
.page-404-content .page-404-subheader,
.social-button,
.social-icon-item,
.ss-button.default,
.ss-social-container,
.tab-container .tabs li a,
.tab-container a,
.tab-container.borderless .tabs li a,
.toggle-container h3,
a,
code,
input[type="button"],
input[type="reset"] .iconbox-container,
input[type="submit"],
kbd,
p.team-member-description,
pre,
samp,
var {
  color: #999;
}
.blog-container .blog-item {
  color: #999 !important;
}
.contact-1 .map-canvas-1,
.rsDefault .rsBullet.rsNavSelected span,
.social-icon-item.sii-box {
  background-color: #999;
}
.form-submit .submit,
.rsDefault .rsBullet span,
.social-icon-item.sii-border,
.social-icon-item.sii-box,
.ss-button.default,
.tab-container.borderless .tabs li a,
input[type="button"],
input[type="reset"],
input[type="submit"],
table,
tr {
  border-color: #999;
}
.accordion-container h3:hover,
.comment a:hover,
.form-submit .submit:hover,
.social-button:hover,
.social-icon-item:hover,
.ss-button.default:hover,
.tab-container .tabs li a:hover,
.tab-container a:hover,
.tab-container.borderless .tabs li a:hover,
.toggle-container h3:hover,
a:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #000;
}
.blog-item h3.blog-item-title a:hover {
  color: #000 !important;
}
.social-icon-item.sii-box:hover {
  background-color: #000;
}
.form-submit .submit:hover,
.social-icon-item.sii-border:hover,
.social-icon-item.sii-box:hover,
.ss-button.default:hover,
.tab-container.borderless .tabs a.current,
.tab-container.borderless .tabs li a:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #000;
}
.comment a,
.page-404-container,
.portfolio-single-container .entry-meta.category .category-title {
  color: #ddd;
}
.rsDefault .rsBullet span:hover {
  background-color: #ddd;
}
.blog-separator,
.section-title-separator,
.team-member-separator {
  background-color: #ddd;
}
.accordion-item,
.blog-container .blog-item .blog-item-content,
.comments,
.comments-list li > div,
.tab-container .tab-pane,
.tab-container .tabs a.current,
.toggle-item,
abbr[title],
acronym[title],
blockquote,
dfn[title],
input,
select,
textarea {
  border-color: #ddd;
}
.blog-container.boxed-item .blog-item .blog-item-content {
  border-bottom: none;
}
.team-member-image-container {
  border-color: #fff;
}
.team-member-hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.main-container.has-sidebar .sidebar {
  background-color: #555;
}
.main-container.has-sidebar .sidebar,
.sidebar .widget .post-date,
.widget a {
  color: #999;
}
.search-box .search-box-text,
.widget .post-date,
.widget_latest_portfolio .item-buttons a,
.widget_latest_portfolio .item-buttons span {
  color: #ddd;
}
input.search-box-text::-webkit-input-placeholder {
  color: #ddd;
}
input.search-box-text:-moz-placeholder {
  color: #ddd;
}
input.search-box-text::-moz-placeholder {
  color: #ddd;
}
input.search-box-text:-ms-input-placeholder {
  color: #ddd;
}
input.search-box-text::-webkit-input-placeholder {
  color: #ddd;
}
input.search-box-text:-moz-placeholder {
  color: #ddd;
}
input.search-box-text::-moz-placeholder {
  color: #ddd;
}
input.search-box-text:-ms-input-placeholder {
  color: #ddd;
}
a.sidebar-toggle-button.ss-mobile-menu:hover {
  color: #ddd;
}
.search-box .search-box-submit:hover,
.widget a:hover,
.widget_latest_portfolio .item-buttons a:hover,
.widget_latest_portfolio .item-buttons a:hover span,
a.sidebar-toggle-button:hover {
  color: #ddd;
}
.search-box .search-box-submit,
.sidebar .widget .post-date {
  color: #999;
}
.widget_title-line {
  background-color: #999;
}
.search-box .search-box-text {
  border-color: #999;
}
.ss-preloader {
  background-color: #f5f5f5;
}
.ss-preloader-spin {
  border-bottom-color: #ddd;
  border-left-color: #ddd;
  border-right-color: #000;
  border-top-color: #000;
}
,
.main-container-scrollbar .handle,
.main-header-scrollbar .handle {
  background-color: #ddd;
}
::-webkit-scrollbar-track {
  background-color: #ddd;
}
::-webkit-scrollbar-button {
  background-color: #ddd;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}
.main-header:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}
.main-container-scrollbar .handle,
.main-header-scrollbar .handle {
  background-color: rgba(0, 0, 0, 0.2);
}
.ss-tile a {
  color: #999;
}
.ss-tile a:hover {
  color: #000;
}
input,
select,
textarea {
  background-color: #fff;
}
input,
select,
textarea {
  color: #000;
}
input::-webkit-input-placeholder {
  color: #000;
}
input:-moz-placeholder {
  color: #000;
}
input::-moz-placeholder {
  color: #000;
}
input:-ms-input-placeholder {
  color: #000;
}
textarea::-webkit-input-placeholder {
  color: #000;
}
textarea:-moz-placeholder {
  color: #000;
}
textarea::-moz-placeholder {
  color: #000;
}
textarea:-ms-input-placeholder {
  color: #000;
}
.blog-container.boxed-item .blog-item .blog-item-content {
  background-color: #fff;
}
.blog-item-overlay,
.form-submit .submit,
.portfolio-item-overlay,
.rsDefault .rsBullet span,
.search-box .search-box-submit,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: transparent;
} /*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:after,
.lightSlider:before {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > .active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #428bca;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}
.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider > * {
  float: left;
}
.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important;
}
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.youtube-video {
  width: 100%;
  height: 100%;
  background-color: #ff0000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
  color: #fff;
  font-size: 37px;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.youtube-video:hover {
  background: #333;
}
.youtube-video .icon {
  margin-top: 30px;
}

.youtube-video .icon svg {
  width: 80px;
  height: 80px;
}

.modal-body {
  padding: 0;
  margin-bottom: 0;
}

.modal-header {
  border: 0;
  padding: 0 1rem 0 0;
}

.modal-header .close {
  margin-bottom: 5px;
  right: 10px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: #fff;
  color: #ff0000;
  z-index: 20;
  opacity: 1;
}

.modal-content {
  border-radius: 0;
  border: 0;
  background-color: transparent;
}

.modal-content iframe {
  margin: 0;
}

.campaign-logo {
  position: absolute;
  bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 245px;
}

@media screen and (min-width: 577px) {
  .campaign-logo {
    position: absolute;
    bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 245px;
    height: 50px;
    left: 0;
  }
  .campaign-logo img {
    height: 50px;
  }
  .main-navigation-container{
    height: 75vh;
  }
  .ss-mobile-menu-active-header {
    background-color: beige !important;
  }
  .header-menu {
    margin-bottom: 60px;
    font-size: 14px;
    /* overflow-y:scroll; */
  
  }
  .selam{
    position: absolute;
    bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 245px;
    left: 0;
  }
}
@media screen and (max-width: 576px) {
    .campaign-logo {
        bottom: 70px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 75%;
    }
  .selam{
	height:113px;
	position:absolute;
    width: 100%;
  }
  .ss-mobile-menu-active-header {
    height: 100%;
  }
  .social-navigation-list-container{
    padding:  0px !important;
  }
  .header-social-navigation{
    display: flex;
    justify-content: center;
  }

  .main-navigation-container {
    height: 100%;
  }
  .main-header-frame{
    overflow-y: scroll !important;
    height: 100% !important;
  }
  #main-header-frame::-webkit-scrollbar{
    background-color: greenyellow;
    width: 15px;
  }
 
  .ss-mobile-menu-active-header::-webkit-scrollbar{
    height: 100vh !important; 
  }
}
