/*! Prefix flex for IE10  in LESS
* https://gist.github.com/codler/2148ba4ff096a19f08ea
* Copyright (c) 2014 Han Lin Yap http://yap.nu; MIT license */
/* These are the conditional mixins for the different syntax for IE10 Flexbox */
/*! normalize.css by Dream-Theme.com based on http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
.old-ie audio,
.old-ie canvas,
.old-ie video {
  display: inline;
  zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-family: 'courier new', monospace;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dd,
dl,
menu,
ol,
ul {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure,
form {
  margin: 0;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
.old-ie legend {
  margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
.old-ie button,
.old-ie input,
.old-ie select,
.old-ie textarea {
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
.old-ie button,
.old-ie input[type=button],
.old-ie input[type=reset],
.old-ie input[type=submit] {
  overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.old-ie input[type=checkbox],
.old-ie input[type=radio] {
  height: 13px;
  width: 13px;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* HTML5 display definitions:end; */
/*****************************************************
	!-validationEngine.jquery
******************************************************/
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  padding-bottom: 13px;
  display: block;
  z-index: 5000;
}
.ajaxSubmit {
  padding: 10px;
  text-align: center;
  border: 1px solid #999;
  display: none;
}
.formError .formErrorContent {
  background: #8a0b2c;
  color: #fff;
  width: 165px;
  font-family: tahoma;
  font-size: 11px;
  border: 0 solid #ddd;
  text-shadow: #f5f5f5;
  padding: 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.greenPopup .formErrorContent {
  background: #33be40;
}
.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}
.formError .formErrorArrow {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 15px;
  height: 15px;
  z-index: 5001;
}
.formError .formErrorArrowBottom {
  top: 0;
  margin: -6px;
}
.formError .formErrorArrow div {
  border: none;
  height: 1px;
  background: #8a0b2c;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}
.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
}
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  display: none;
}
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  display: none;
}
.formError .formErrorArrow {
  border: none;
}
/* validationEngine.jquery:end; */
/* #LayerSlider DT Skin
================================================== */
#page .ls-defaultskin {
  border: none;
  padding: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#page .ls-defaultskin .ls-playvideo {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
}
#page .ls-defaultskin .ls-playvideo,
#page .ls-defaultskin .ls-nav-sides,
#page .ls-defaultskin .ls-nav-start,
#page .ls-defaultskin .ls-nav-stop,
#page .ls-defaultskin .ls-fullscreen {
  background-image: none;
}
#page .ls-defaultskin .ls-nav-prev,
#page .ls-defaultskin .ls-nav-prev:hover,
#page .ls-defaultskin .ls-nav-next,
#page .ls-defaultskin .ls-nav-next:hover {
  background-position: 0px 0px;
}
#page .ls-defaultskin .ls-bottom-slidebuttons a {
  background-image: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#page .ls-defaultskin .ls-bottom-slidebuttons a:after {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#page .ls-defaultskin .ls-nav-start,
#page .ls-defaultskin .ls-nav-stop {
  width: 18px;
  height: 18px;
  margin: 0 6px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#page .ls-defaultskin .ls-nav-start:hover,
#page .ls-defaultskin .ls-nav-stop:hover,
#page .ls-defaultskin .ls-nav-stop.ls-nav-stop-active,
#page .ls-defaultskin .ls-nav-start.ls-nav-start-active {
  opacity: 0.65;
}
#page .ls-defaultskin .ls-nav-stop.ls-nav-stop-active,
#page .ls-defaultskin .ls-nav-start.ls-nav-start-active {
  cursor: default;
}
#page .ls-defaultskin .ls-nav-stop {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'%09 width='10px' height='10px' viewBox='0 0 512 512' enable-background='new 0 0 512 512' xml:space='preserve'%3E%3Cpath fill='rgba(0,0,0, 0.8)' d='M217.679,462h-120V50h120V462z M414.321,50h-120v412h120V50z'/%3E%3C/svg%3E");
  background-position: 4px center;
}
#page .ls-defaultskin .ls-nav-start {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='10px' height='10px' viewBox='0 0 512 512' enable-background='new 0 0 512 512' xml:space='preserve'%3E%09%3Cpolygon fill='rgba(0,0,0, 0.8)' points='418.999,256.001 121.001,462 121.001,50 '/%3E%3C/svg%3E");
  background-position: 5px center;
}
#page .ls-defaultskin .ls-nav-prev,
#page .ls-defaultskin .ls-nav-next {
  width: 30px;
  height: 55px;
  z-index: 10000;
  top: 50%;
  margin-top: -27px;
  position: absolute;
  background: none;
}
#page .ls-defaultskin .ls-nav-prev:before,
#page .ls-defaultskin .ls-nav-next:before,
#page .ls-defaultskin .ls-nav-prev:after,
#page .ls-defaultskin .ls-nav-next:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 55px;
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 9;
}
#page .ls-defaultskin .ls-nav-prev:after,
#page .ls-defaultskin .ls-nav-next:after {
  top: 1px;
  left: 0;
  z-index: 8;
}
#page .ls-defaultskin .ls-nav-prev {
  left: 10px;
}
#page .ls-defaultskin .ls-nav-next {
  right: 10px;
}
#page .ls-defaultskin .ls-bottom-slidebuttons,
#page .ls-defaultskin .ls-nav-sides {
  height: 20px;
}
#page .ls-defaultskin .ls-bottom-nav-wrapper {
  margin-top: 0;
}
#page .ls-defaultskin .ls-bottom-slidebuttons,
#page .ls-defaultskin .ls-bottom-slidebuttons a,
#page .ls-defaultskin .ls-nav-start,
#page .ls-defaultskin .ls-nav-stop,
#page .ls-defaultskin .ls-nav-sides {
  display: inline-block;
}
#page .ls-defaultskin .ls-bottom-slidebuttons,
#page .ls-defaultskin .ls-nav-start,
#page .ls-defaultskin .ls-nav-stop,
#page .ls-defaultskin .ls-nav-sides {
  top: -30px;
}
#page .ls-defaultskin .ls-bottom-slidebuttons {
  top: -32px;
}
.overlap #page .ls-defaultskin .ls-bottom-slidebuttons,
.overlap #page .ls-defaultskin .ls-nav-start,
.overlap #page .ls-defaultskin .ls-nav-stop,
.overlap #page .ls-defaultskin .ls-nav-sides {
  top: -97px;
}
.overlap #page .ls-defaultskin .ls-bottom-slidebuttons {
  top: -99px;
}
#page .ls-defaultskin .ls-thumbnail-hover {
  bottom: 29px;
  margin-left: 4px;
}
#page .ls-defaultskin .ls-thumbnail-hover-bg {
  background: #eee;
}
#page .ls-defaultskin .ls-thumbnail-hover span {
  border: 5px solid #eee;
  margin-left: -5px;
}
#page .ls-defaultskin .ls-thumbnail {
  top: 10px;
}
#page .ls-defaultskin .ls-thumbnail-inner {
  padding: 2px;
  margin-left: -2px;
  background: #fff;
}
#page .ls-defaultskin .ls-thumbnail-slide a {
  margin-right: 2px;
}
#page .ls-defaultskin .ls-nothumb {
  background: #eee;
}
.ls-container.ls-carousel .ls-nav-prev,
.ls-container.ls-carousel .ls-nav-next {
  width: 30px;
  height: 60px;
}
.ls-container.ls-carousel .ls-nav-prev:after,
.ls-container.ls-carousel .ls-nav-next:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
}
.ls-container.ls-carousel .ls-nav-prev:after,
.ls-container.ls-carousel .ls-nav-prev:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='19px' height='19px' viewBox='0 0 19 19' enable-background='new 0 0 19 19' xml:space='preserve'%3E%3Cpolygon id='arrow-25-icon' fill='rgba(255,255,255,1)' points='6.669,9.406 14.738,17.188 12.988,19 3.262,9.406 13.113,0 14.738,1.688 '/%3E%3C/svg%3E");
}
.ls-container.ls-carousel .ls-nav-next:after,
.ls-container.ls-carousel .ls-nav-next:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='19px' height='19px' viewBox='0 0 19 19' enable-background='new 0 0 19 19' xml:space='preserve'%3E%3Cpolygon id='arrow-25-icon' fill='rgba(255,255,255,1)' points='4.262,1.688 5.887,0 15.738,9.406 6.012,19 4.262,17.188 12.332,9.406 '/%3E%3C/svg%3E");
}
.ls-container.ls-carousel .ls-nav-prev,
.ls-container.ls-carousel .ls-nav-next,
.ls-container.ls-carousel .ls-nav-prev:hover,
.ls-container.ls-carousel .ls-nav-next:hover,
#page .ls-carousel .ls-loading-indicator {
  background-repeat: no-repeat;
  background-position: center center;
}
#page .ls-defaultskin .ls-fullscreen {
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
}
#page .ls-carousel .ls-nav-prev,
#page .ls-carousel .ls-nav-next {
  z-index: 90;
}
.ls-container a {
  text-decoration: none;
}
#page .ls-defaultskin .ls-nav-next:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='55px' viewBox='0 0 30 55' enable-background='new 0 0 30 55' xml:space='preserve'%3E%3Cpolygon fill='white' points='29.75,27.45 2.322,0 0.266,2.054 25.638,27.45 0.25,52.813 2.305,54.869 '/%3E %3C/svg%3E");
}
#page .ls-defaultskin .ls-nav-next:after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='55px' viewBox='0 0 30 55' enable-background='new 0 0 30 55' xml:space='preserve'%3E%3Cpolygon fill='rgba(0, 0, 0, 0.15)' points='29.75,27.45 2.322,0 0.266,2.054 25.638,27.45 0.25,52.813 2.305,54.869 '/%3E %3C/svg%3E");
}
#page .ls-defaultskin .ls-nav-next:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='55px' viewBox='0 0 30 55' enable-background='new 0 0 30 55' xml:space='preserve'%3E%3Cpolygon fill='rgba(255, 255, 255, 0.7)' points='29.75,27.45 2.322,0 0.266,2.054 25.638,27.45 0.25,52.813 2.305,54.869 '/%3E %3C/svg%3E");
}
#page .ls-defaultskin .ls-nav-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='55px' viewBox='0 0 30 55' enable-background='new 0 0 30 55' xml:space='preserve'%3E%3Cpolygon fill='white' points='0.25,27.419 27.678,54.869 29.734,52.815 4.363,27.419 29.75,2.057 27.695,0 '/%3E %3C/svg%3E");
}
#page .ls-defaultskin .ls-nav-prev:after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='55px' viewBox='0 0 30 55' enable-background='new 0 0 30 55' xml:space='preserve'%3E%3Cpolygon fill='rgba(0, 0, 0, 0.15)' points='0.25,27.419 27.678,54.869 29.734,52.815 4.363,27.419 29.75,2.057 27.695,0 '/%3E %3C/svg%3E");
}
#page .ls-defaultskin .ls-nav-prev:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='55px' viewBox='0 0 30 55' enable-background='new 0 0 30 55' xml:space='preserve'%3E%3Cpolygon fill='rgba(255, 255, 255, 0.7)' points='0.25,27.419 27.678,54.869 29.734,52.815 4.363,27.419 29.75,2.057 27.695,0 '/%3E %3C/svg%3E");
}
#page .ls-defaultskin .ls-nav-start,
#page .ls-defaultskin .ls-nav-stop,
#page .ls-defaultskin .ls-bottom-slidebuttons a {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.loading-label,
#page .ls-defaultskin .ls-loading-container,
#page .ls-carousel .ls-loading-container {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
/* LayerSlider DT Skin:end */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9442;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9443;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  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-inline-holder .mfp-content,
.mfp-ajax-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-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -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-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: none !important;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.mfp-close:active {
  background: none;
}
.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:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-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;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50% !important;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
  background: none;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  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:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.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-holder .mfp-close {
  top: -40px;
}
.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;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 90px;
  margin: 0 auto;
}
.no-share-buttons img.mfp-img {
  padding: 40px 0 40px;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 90px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.no-share-buttons .mfp-figure:after {
  bottom: 40px;
}
.mfp-figure small,
.mfp-iframe-scaler small {
  color: #bdbdbd;
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -77px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.no-share-buttons .mfp-bottom-bar {
  margin-top: -36px;
}
.mfp-iframe-scaler .mfp-bottom-bar {
  margin-top: 0;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.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) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    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;
  }
}
@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-container .soc-ico a {
  visibility: visible;
  background: rgba(255, 255, 255, 0.12) !important;
}
.mfp-container .soc-ico a .icon {
  fill: #fff !important;
}
/* Magnific Popup CSS:end */
/*Fade effect mfp*/
@-webkit-keyframes mfp_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mfp_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mfp_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mfp_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mobile-false:not(.old-ie) .mfp-open .mfp-content {
  -webkit-animation-name: mfp_fadeIn;
  animation-name: mfp_fadeIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
body.mfp-zoom-out-cur {
  overflow: hidden;
}
.mobile-false:not(.old-ie) .mfp-img-mobile .mfp-content {
  perspective: 2000px;
}
.mobile-false:not(.old-ie) .mfp-img-mobile .mfp-figure,
.mobile-false:not(.old-ie) .mfp-img-mobile .mfp-iframe {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
}
.mobile-false:not(.old-ie) .mfp-img-mobile.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mobile-false .mfp-img-mobile.mfp-ready .mfp-figure,
.mobile-false .mfp-img-mobile.mfp-ready .mfp-iframe {
  opacity: 1;
  transform: scale(1);
}
.mobile-false .mfp-img-mobile.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mobile-false:not(.old-ie) .mfp-img-mobile.mfp-removing .mfp-figure,
.mobile-false:not(.old-ie) .mfp-img-mobile.mfp-removing .mfp-iframe {
  transform: scale(0.8);
  opacity: 0;
}
.mobile-false:not(.old-ie) .mfp-img-mobile.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-title .entry-share {
  margin: 10px 0 0;
}
.btn-ios .mfp-container button {
  position: absolute;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-ios .mfp-container button.mfp-close:after {
  display: none;
}
.mfp-container,
img.mfp-img,
.mfp-img-mobile .mfp-bottom-bar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-iframe-scaler iframe,
.mfp-figure:after {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
/* #NextGEN gallery
================================================== */
#page .ngg-gallery-thumbnail img,
#page .ngg-thumbnail img,
#page .ngg-imagebrowser .ngg-imagebrowser .pic,
#page .ngg-imagebrowser-nav .ngg-imagebrowser-nav .back,
#page .ngg-imagebrowser-nav .ngg-imagebrowser-nav .next,
#page .ngg-navigation a.page-numbers,
#page .ngg-navigation a.next,
#page .ngg-navigation a.prev,
#page .ngg-navigation span.page-numbers,
#page .ngg-navigation span.next,
#page .ngg-navigation span.prev {
  border: none;
  background: none;
}
.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover {
  background: none;
}
#page .ngg-gallery-thumbnail img,
#page .ngg-thumbnail img,
#page .ngg-imagebrowser .pic,
#page .ngg-imagebrowser-nav .next,
#page .ngg-imagebrowser-nav .back,
#page .ngg-navigation a.page-numbers,
#page .ngg-navigation a.next,
#page .ngg-navigation a.prev,
#page .ngg-navigation span.page-numbers,
#page .ngg-navigation span.next,
#page .ngg-navigation span.prev {
  border: none;
  background: none;
}
#page .ngg-navigation a {
  font-weight: normal;
}
#page .ngg-navigation a.page-numbers:hover,
#page .ngg-navigation a.next:hover,
#page .ngg-navigation a.prev:hover {
  background-color: transparent;
}
.ngg-imagebrowser a:hover,
.ngg-thumbnail a:hover,
#page .ngg-galleryoverview .ngg-gallery-thumbnail a:hover img,
.ngg-album-link a:hover img {
  opacity: 0.7 !important;
}
.ngg-imagebrowser img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*NextGEN gallery:end*/
/* #Revolution slider
================================================== */
.rev_slider_wrapper {
  z-index: 1;
}
.tp-scrollbelowslider:hover {
  cursor: pointer;
}
#page .tp-rightarrow.custom,
#page .tp-leftarrow.custom {
  background: none !important;
}
#page .tparrows.custom {
  /*position: relative;*/
  width: 30px;
  height: 55px;
}
#page .tparrows.custom:before,
#page .tparrows.custom:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 55px;
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 9;
}
#page .tparrows.custom:after {
  top: 1px;
  left: 0;
  z-index: 8;
}
.old-ie .kenburnimg img,
.is-iphone .kenburnimg img {
  transform: none !important;
}
/*!Revolution slider arrows*/
#page .tp-rightarrow.custom:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='55px' viewBox='0 0 30 55' enable-background='new 0 0 30 55' xml:space='preserve'%3E%3Cpolygon fill='white' points='29.75,27.45 2.322,0 0.266,2.054 25.638,27.45 0.25,52.813 2.305,54.869 '/%3E %3C/svg%3E");
}
#page .tp-rightarrow.custom:after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='55px' viewBox='0 0 30 55' enable-background='new 0 0 30 55' xml:space='preserve'%3E%3Cpolygon fill='rgba(0, 0, 0, 0.15)' points='29.75,27.45 2.322,0 0.266,2.054 25.638,27.45 0.25,52.813 2.305,54.869 '/%3E %3C/svg%3E");
}
#page .tp-rightarrow.custom:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='55px' viewBox='0 0 30 55' enable-background='new 0 0 30 55' xml:space='preserve'%3E%3Cpolygon fill='rgba(255, 255, 255, 0.7)' points='29.75,27.45 2.322,0 0.266,2.054 25.638,27.45 0.25,52.813 2.305,54.869 '/%3E %3C/svg%3E");
}
#page .tp-leftarrow.custom:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='55px' viewBox='0 0 30 55' enable-background='new 0 0 30 55' xml:space='preserve'%3E%3Cpolygon fill='white' points='0.25,27.419 27.678,54.869 29.734,52.815 4.363,27.419 29.75,2.057 27.695,0 '/%3E %3C/svg%3E");
}
#page .tp-leftarrow.custom:after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='55px' viewBox='0 0 30 55' enable-background='new 0 0 30 55' xml:space='preserve'%3E%3Cpolygon fill='rgba(0, 0, 0, 0.15)' points='0.25,27.419 27.678,54.869 29.734,52.815 4.363,27.419 29.75,2.057 27.695,0 '/%3E %3C/svg%3E");
}
#page .tp-leftarrow.custom:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='55px' viewBox='0 0 30 55' enable-background='new 0 0 30 55' xml:space='preserve'%3E%3Cpolygon fill='rgba(255, 255, 255, 0.7)' points='0.25,27.419 27.678,54.869 29.734,52.815 4.363,27.419 29.75,2.057 27.695,0 '/%3E %3C/svg%3E");
}
/* Revolution slider:end */
.tp-bullets.custom .tp-bullet:hover {
  cursor: pointer;
}
.tp-bullets.custom .tp-bullet {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  vertical-align: middle;
  background: none !important;
}
.accent-bullets .tp-bullets.custom .tp-bullet {
  width: 14px;
  height: 14px;
}
.tp-bullets.custom {
  width: auto !important;
}
.tp-bullets.custom .tp-bullet {
  left: auto !important;
}
.tp-bullets.custom .tp-bullet:before {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  content: "";
  border: 2px solid;
}
.accent-bullets .tp-bullets.custom .tp-bullet:before {
  -webkit-animation: anim-effect-bullet 0.3s ease-out forwards;
  animation: anim-effect-bullet 0.3s ease-out forwards;
}
.outlines-bullets .tp-bullets.custom .tp-bullet:before {
  border: none;
}
.tp-bullets.custom .tp-bullet:hover:before,
.tp-bullets.custom .tp-bullet.selected:before {
  width: 10px;
  height: 10px;
  margin: -1px 0 0 -1px;
}
.accent-bullets .tp-bullets.custom .tp-bullet:before,
.accent-bullets .tp-bullets.custom .tp-bullet.selected:before {
  width: 14px;
  height: 14px;
  border: none;
}
.accent-bullets .tp-bullets.custom .tp-bullet.selected:before {
  -webkit-animation: anim-effect-bullet-act 0.3s ease-out forwards;
  animation: anim-effect-bullet-act 0.3s ease-out forwards;
}
/*	.tp-bullets.custom .bullet:hover:before {
		border-color: rgba(255,255,255,1);
	}
	.tp-bullets.custom .bullet.selected:before {
		border-color: rgba(255,255,255,0.5);
	}*/
#main-slideshow .tp-bullets.custom .tp-bullet:before,
#main-slideshow .tp-bullets.custom .tp-bullet.selected:hover:before,
#main-slideshow .tp-bullets.custom .tp-bullet:hover:before {
  border-color: rgba(187, 187, 187, 0.5) !important;
}
#main-slideshow .tp-bullets.custom .tp-bullet.selected:after {
  background-color: rgba(187, 187, 187, 0.5) !important;
}
.tp-bullets.custom .tp-bullet:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -2px;
  width: 4px;
  height: 4px;
  content: "";
}
.accent-bullets .tp-bullets.custom .tp-bullet:after {
  margin: -3px 0 0 -3px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.tp-bullets.custom .tp-bullet:before,
.tp-bullets.custom .tp-bullet:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tp-bullets.custom .tp-bullet:before,
.tp-bullets.custom .tp-bullet:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* #WPML
================================================== */
#lang_sel,
#lang_sel_click,
#lang_sel_list {
  position: relative;
  z-index: 99;
  display: inline-block !important;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#lang_sel a,
#lang_sel_click a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  padding: 5px 15px 5px 10px;
  min-width: 150px;
  text-align: left;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  box-sizing: border-box;
}
#lang_sel > ul > li:after,
#lang_sel_click > ul > li:after {
  background-position: right center;
  background-repeat: no-repeat;
  content: "";
  height: 8px;
  margin: -4px 10px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
}
#lang_sel ul,
#lang_sel li,
#lang_sel_click ul,
#lang_sel_click li,
#lang_sel_list ul,
#lang_sel_click li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#lang_sel li:before,
#lang_sel_click li:before {
  content: '';
}
#lang_sel ul > li > ul,
#lang_sel_click ul > li > ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  width: 200px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.side-header #lang_sel ul > li > ul,
.side-header #lang_sel_click ul > li > ul,
.dt-mobile-header #lang_sel ul > li > ul,
.dt-mobile-header #lang_sel_click ul > li > ul {
  bottom: 100%;
}
#lang_sel:hover ul > li > ul,
#lang_sel_click:hover ul > li > ul {
  opacity: 1;
  visibility: visible;
}
.iclflag {
  margin-right: 5px;
}
/* !-- Language panel */
/* (These styles should be tested extensively with WPML) */
.mini-lang {
  position: relative;
}
.mini-lang li {
  display: inline-block;
  margin-right: 20px;
  white-space: nowrap;
}
.mini-lang li:last-child {
  margin-right: 0;
}
.mini-lang img {
  margin: 0 5px 2px 0;
  vertical-align: middle;
}
.sub-downwards .submenu-languages > li > a:hover {
  background: none;
}
/*.side-header .main-nav > li.menu-item-language > a:after,
	.mobile-main-nav > li.menu-item-language > a:after {
		position: absolute;
		top: 50%;
		margin-top: -7px;
		right: -14px;
		width: 14px;
		height: 14px;
		content: "";
		background-repeat: no-repeat;
		background-position: center center;
	}
	.side-header.sub-downwards .main-nav > li.menu-item-language > a:after,
	.mobile-main-nav > li.menu-item-language > a:after {
		right: -30px;
		margin-top: -15px;
		width: 30px;
		height: 30px;
	}
	.mobile-main-nav > li.menu-item-language > a:after {
		right: 0px;
	}
	.sub-downwards .main-nav > li.menu-item-language.open-sub > a.act:after,
	.sub-downwards li.open-sub.menu-item-language > .next-level-button,
	.mobile-main-nav > li.menu-item-language.open-sub > a:after {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}*/
/*submenu languages*/
.submenu-languages {
  position: absolute;
  visibility: hidden;
  z-index: 200;
  top: 100%;
  left: 0;
  padding: 10px;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.side-header:not(.sub-downwards) .main-nav > li > .submenu-languages {
  top: 0 !important;
  left: 100%;
}
.side-header:not(.sub-downwards) .main-nav > li > .submenu-languages {
  left: 100%;
}
.sub-downwards.side-header .main-nav > li > .submenu-languages,
.dt-mobile-header .mobile-main-nav > li > .submenu-languages {
  position: relative;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  visibility: visible;
  opacity: 1;
  z-index: auto;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wf-td #lang_sel,
.wf-td #lang_sel_click,
.wf-td #lang_sel_list {
  margin: 0 20px 0 0;
}
.right-block #lang_sel,
.right-block #lang_sel_click,
.right-block #lang_sel_list {
  margin: 0 0 0 20px;
}
#lang_sel_list,
#lang_sel_list a,
#lang_sel_footer a {
  text-decoration: none;
  text-align: left;
}
#lang_sel_list a:hover,
#lang_sel_footer a:hover {
  opacity: 0.8;
}
.lang_sel_list_horizontal li,
#lang_sel_footer li {
  display: inline-block;
  margin-right: 15px;
}
.lang_sel_list_horizontal li:last-child,
#lang_sel_footer li:last-child {
  margin-right: 0;
}
#lang_sel_footer {
  margin: 0;
  padding: 7px;
  text-align: center;
  min-height: 15px;
  clear: both;
  background-color: #fff;
  border: 1px solid #cdcdcd;
}
#lang_sel_footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#lang_sel_footer ul li img {
  position: relative;
  top: 1px;
  width: 18px;
  height: 12px;
}
#lang_sel_footer ul li {
  display: inline;
  margin: 0 1px 0 0;
  padding: 0;
  white-space: nowrap;
  line-height: 25px;
}
#lang_sel_footer ul li a,
#lang_sel_footer ul li a:visited {
  text-decoration: none;
  color: #363636;
  padding: 5px 10px;
}
#wpml_credit_footer {
  width: 100%;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  font-size: 11px;
}
/* !WPML: end */
/* v1.0.3 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
/* #RoyalSlider
================================================== */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed,
.rsHomePorthole .rsCapt,
.rsHomePorthole .progress-wrapper,
#page .rsBullet:after,
.rsHomePorthole .progress-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
  overflow: hidden;
}
ul.royalSlider,
.content ul.royalSlider {
  padding: 0;
  margin: 0;
}
.slider-content > li,
.royalSlider > li {
  display: none;
}
ul.royalSlider.alignnone {
  margin: 0px 0 15px 0;
}
ul.royalSlider.aligncenter {
  margin: 0px auto 15px auto;
}
ul.royalSlider.alignleft {
  margin: 0px 30px 15px 0;
}
ul.royalSlider.alignright {
  margin: 0px 0 15px 30px;
}
.post ul.royalSlider.alignleft {
  margin-bottom: 25px;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide,
.rsWebkit3d.slider-content .rsContainer,
.rsWebkit3d.slider-content .rsOverflow {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow,
.rsPlay {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
  -webkit-backface-visibility: hidden;
}
.grab-cursor {
  cursor: url(../images/grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(../images/grabbing.png) 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(http://yebw.org/wp-content/themes/dt-the7/css/blank.gif);
  -webkit-backface-visibility: hidden;
}
/***********************************************************************************************************/
/* #RoyalSlider Porthole Skin 
================================================== */
.fixed .rsHomePorthole {
  background: rgba(34, 34, 34, 0.3);
}
.rsHomePorthole {
  background: #262626;
}
#main-slideshow-content {
  display: none;
}
#main-slideshow #main-slideshow-content {
  display: block;
}
#main-slideshow {
  overflow: hidden;
}
#main-slideshow > ul > li {
  display: none;
}
/***************
*
*  Thumbnails
*
****************/
.rsThumbs {
  z-index: 1 !important;
}
.rsHomePorthole .rsThumb {
  float: none;
  margin: 0 auto;
}
.rsHomePorthole .rsThumbsHor {
  width: 100%;
  height: auto;
}
.rsHomePorthole .rsThumbsVer {
  position: absolute;
  width: 98px;
  height: 370px;
  top: 50%;
  margin-top: -185px;
  right: 25px;
}
.rsHomePorthole.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
}
.rsHomePorthole.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
  padding-top: 120px;
}
.rsHomePorthole .rsThumb {
  overflow: hidden;
  width: 30px;
  height: 30px;
  opacity: 0;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
}
.mobile-false .rsHomePorthole .rsThumb {
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mobile-false .rsHomePorthole .rsThumb:first-child {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.rsHomePorthole .rsThumb img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
}
.rsHomePorthole .rsThumb.rsNavVis {
  opacity: 0.5;
}
.rsHomePorthole .rsThumb.rsNavPrev,
.rsHomePorthole .rsThumb.rsNavNext {
  width: 50px;
  height: 50px;
  opacity: 0.8;
}
.rsHomePorthole .rsThumb.rsNavSelected {
  width: 90px;
  height: 90px;
  opacity: 1;
}
.rsHomePorthole .rsTmb {
  display: block;
}
/* Thumbnails with text */
.rsHomePorthole .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.rsHomePorthole .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/***************
*
*  Play/close video button
*
****************/
.rsHomePorthole .rsVideoContainer {
  position: absolute;
}
.rsHomePorthole .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 80px;
  height: 80px;
  margin-left: -45px;
  margin-top: -45px;
  cursor: pointer;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.rsHomePorthole .rsPlayBtnIcon {
  display: block;
  width: 80px;
  height: 80px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='32px' height='32px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve' fill='white'%3E%3Cpath d='M3.125,4L10.2,8.001L3.125,12V3.8 M1,0v16l13-8L1,0L1,0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 30px center;
}
.rsHomePorthole .rsPlayBtn {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 120px;
  border-radius: 120px;
}
.rsHomePorthole .rsPlayBtn:hover {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.7;
}
.royalSlider .rsBtnCenterer,
.rsHomePorthole .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}
.rsHomePorthole .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsHomePorthole .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsHomePorthole .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'%09 width='512px' height='512px' viewBox='0 0 512 512' enable-background='new 0 0 512 512' xml:space='preserve'%3E%3Cpolygon fill='white' points='438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 %0973.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 '/%3E%3C/svg%3E") no-repeat center center;
  background-size: 26px 26px;
  background-color: rgba(0, 0, 0, 0.75);
}
.rsHomePorthole .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}
.hide-thumbnails .rsHomePorthole .rsThumb,
.hide-thumbnails .rsHomePorthole .progress-wrapper {
  display: none !important;
}
/***************
*
*  Preloader
*
****************/
.rsHomePorthole .rsPreloader {
  width: 60px;
  height: 60px;
  padding: 5px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
.rsPreloader .pace .pace-activity {
  position: absolute;
}
/***************
*
*  Caption
*
****************/
.rsHomePorthole .rsCapt {
  position: absolute;
  top: auto;
  bottom: 45px;
  text-align: center;
  width: 100%;
  padding: 0 140px;
  z-index: auto;
}
.overlap .rsHomePorthole .rsCapt {
  bottom: 115px;
}
.rsHomePorthole .rsTitle {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  color: #fff;
  vertical-align: middle;
  -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
  -o-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.rsHomePorthole .rsDesc {
  display: block;
  margin: 10px auto 0 auto;
  color: #fff;
  vertical-align: middle;
  -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
  -o-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.rsHomePorthole .rsCLink,
.royalSlider .rsCLink,
.ps-link {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='32px' height='32px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' fill='white' xml:space='preserve'%3E%3Cpolygon points='14,14 2,14 2,2 5.011,2 5.011,0 2,0 0.011,0 0,0 0,14 0,16 2,16 16,16 16,15.989 16,14 16,10.989 14,10.989 '/%3E%3Cpolygon points='14,-0.019 14,0 8.993,0 8.993,2 12.637,2 6.5,8.137 7.863,9.5 14,3.364 14,6.981 16,6.981 16,-0.019 '/%3E%3C/svg%3E");
}
.royalSlider .rsCLink:hover,
.rsHomePorthole .rsCLink:hover {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.7;
}
.royalSlider .rsBtnCenterer.with-link,
.rsHomePorthole .rsBtnCenterer.with-link {
  margin: -40px 0 0 -90px;
}
.rsHomePorthole .with-link .rsCLink,
.royalSlider .with-link .rsCLink,
.royalSlider .with-link .rsPlayBtn,
.rsHomePorthole .with-link .rsPlayBtn {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0 5px;
}
.rsHomePorthole .progress-wrapper {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 0;
  margin-top: -49px;
  width: 98px;
  height: 98px;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
.rsHomePorthole .progress-wrapper.blurred {
  opacity: 0;
}
.rsHomePorthole .progress-controls {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 90px;
  height: 90px;
  opacity: 0.5;
  -webkit-border-radius: 90px;
  border-radius: 90px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'%09 width='30px' height='30px' viewBox='0 0 512 512' enable-background='new 0 0 512 512' xml:space='preserve'%3E%3Cpath fill='white' d='M217.679,462h-120V50h120V462z M414.321,50h-120v412h120V50z'/%3E%3C/svg%3E");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
.mobile-true .rsHomePorthole .progress-controls {
  background-color: transparent;
}
.rsHomePorthole .progress-controls:hover {
  opacity: 1;
}
.rsHomePorthole .paused .progress-controls {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='32px' height='32px' viewBox='0 0 512 512' enable-background='new 0 0 512 512' xml:space='preserve'%3E%09%3Cpolygon fill='white' points='418.999,256.001 121.001,462 121.001,50 '/%3E%3C/svg%3E");
  background-size: 32px 32px;
  background-position: 31px center;
}
.rsHomePorthole .progress-mask {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.rsHomePorthole .progress-spinner-left,
.rsHomePorthole .progress-spinner-right {
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
}
.rsHomePorthole .progress-spinner-left.paused,
.rsHomePorthole .progress-spinner-right.paused {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.rsHomePorthole .progress-spinner-left {
  -webkit-border-radius: 100% 0 0 2% 0 0 50%;
  border-radius: 100% 0 0 2% 0 0 50%;
  border-right: none;
  transform-origin: 100% 50%;
  transform: rotate(180deg);
  animation-name: rota-left;
  -webkit-transform-origin: 100% 50%;
  -webkit-transform: rotate(180deg);
  -webkit-animation-name: rota-left;
}
.rsHomePorthole .progress-spinner-right {
  -webkit-border-radius: 0 100% 100% NaN 50% 50% 0;
  border-radius: 0 100% 100% NaN 50% 50% 0;
  border-left: none;
  transform-origin: 0 50%;
  transform: rotate(-180deg);
  animation-name: rota-right;
  -webkit-transform-origin: 0 50%;
  -webkit-transform: rotate(-180deg);
  -webkit-animation-name: rota-right;
}
@keyframes rota-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rota-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rota-left {
  0% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rota-right {
  0% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsShor,
.rsShor .rsOverflow,
.rsShor .rsSlide,
.rsShor .rsVideoFrameHolder,
.rsShor .rsThumbs {
  background: #262626;
}
/***************
*
*  1. Arrows
*
****************/
.rsShor .rsArrow,
.rsShor .rsPlay {
  height: 32px;
  width: 32px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.rsShor .rsArrow:hover,
.rsShor .rsPlay:hover {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.7;
}
.rsShor.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsShor.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsShor.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsShor.rsHor .rsArrowLeft {
  right: 58px;
  bottom: 20px;
}
.rsShor.rsHor .rsArrowRight {
  right: 19px;
  bottom: 20px;
}
@media screen and (min-width: 740px) {
  .mobile-false .shortcode-royal-slider.rsHor .rsArrowLeft {
    right: 98px;
    bottom: 20px;
  }
  .mobile-false .shortcode-royal-slider.rsHor .rsArrowRight {
    right: 58px;
    bottom: 20px;
  }
  .mobile-false .shortcode-royal-slider .rsPlay {
    right: 19px;
    bottom: 20px;
  }
}
.rsShor .rsArrowIcn {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  cursor: pointer;
}
.rsShor .rsArrowRight .rsArrowIcn {
  left: auto;
  right: 0;
}
.rsShor .rsArrowIcn:before,
.shortcode-royal-slider .rsPlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9;
}
/***************
*
*  2. Bullets
*
****************/
/*
.rsShor .rsBullets {
	position: absolute;
	z-index: 35;
	left: 17px;
	bottom: 14px;
	width: 100%;
	height: auto;
	margin: 0;
	text-align: left;
}
.rsShor .rsBullet {
	display: inline-block;
	*display:inline; 
	*zoom:1;
}
	.rsShor .rsBullet span {
		display: block;
	}*/
/***************
*
*  8. Global caption
*
****************/
.rsShor .slider-post-caption {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
}
.rsShor .slider-post-caption p {
  margin-bottom: 0;
}
.rsShor .slider-post-inner {
  position: absolute;
  bottom: 0;
  display: inline-block;
  padding: 5px 90px 15px 20px;
  margin: 0 0;
}
.rsShor .slider-post-inner * {
  color: #fff;
}
/********************************************************************************************************/
/***************
*
*  2. Bullets
*
****************/
.rsContW .rsBullets {
  position: absolute;
  top: 100%;
  overflow: hidden;
  width: 100%;
  height: auto;
  text-align: center;
}
.logo-items .rsOverflow {
  margin-bottom: 10px;
}
.rsContW .rsBullet {
  display: inline-block;
  margin: 0 1px 0 1px;
  width: 9px;
  height: 9px;
}
.rsBullet:hover {
  cursor: pointer;
}
.footer .testimonials.rsContW .rsBullets {
  bottom: -32px;
  left: 0;
}
/********************************************************************************************************/
.rsCont,
.rsContW {
  position: relative;
}
/***************
*
*  2. Bullets
*
****************/
.rsCont .rsBullets {
  position: absolute;
  top: 100%;
  margin-top: 35px;
  width: 100%;
  text-align: center;
}
.team-items .rsCont .rsBullets {
  margin: 0 0 -13px 0;
  padding-top: 3px;
}
.rsCont .rsBullet {
  display: inline-block;
  margin: 0 1px 0 1px;
  width: 9px;
  height: 9px;
}
.rsCont .rsBullet:hover {
  cursor: pointer;
}
/***************
*
*  Play/close video button
*
****************/
.rsSlide .rollover-video i {
  display: none !important;
}
/*.rsShor .rsBtnCenterer .rsPlayBtn {
	position: relative;
	z-index: 99;
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:80px;
	height:80px;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-40px;
	cursor: pointer;
}*/
.rsShor .rsPlayBtnIcon {
  display: block;
  width: 80px;
  height: 80px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='32px' height='32px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve' fill='white'%3E%3Cpath d='M3.125,4L10.2,8.001L3.125,12V3.8 M1,0v16l13-8L1,0L1,0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 30px center;
  border-radius: 50%;
}
.rsShor .rsPlayBtnIcon:hover {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.7;
}
/*.rsShor .rsBtnCenterer {
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}*/
.rsShor .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsShor .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsShor .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'%09 width='512px' height='512px' viewBox='0 0 512 512' enable-background='new 0 0 512 512' xml:space='preserve'%3E%3Cpolygon fill='white' points='438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 %0973.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 '/%3E%3C/svg%3E") no-repeat center center;
  background-size: 26px 26px;
  background-color: rgba(0, 0, 0, 0.75);
}
.rsShor .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}
.video-playing .rsShor .rsThumb,
.video-playing .rsShor .progress-wrapper {
  display: none !important;
}
.rsSlide .rollover-video i:after {
  background-image: none;
}
/***************
*
*  Preloader
*
****************/
.rsShor .rsPreloader {
  width: 30px;
  height: 30px;
  padding: 5px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
/*!-Royal slider bullets*/
.rsContW .rsBullet,
.rsCont .rsBullet {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  vertical-align: middle;
}
.accent-bullets .rsContW .rsBullet,
.accent-bullets .rsCont .rsBullet {
  width: 14px;
  height: 14px;
}
.rsContW .rsBullet:after,
.rsCont .rsBullet:after {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  content: "";
  border: 2px solid;
}
.outlines-bullets .rsContW .rsBullet:after,
.outlines-bullets .rsCont .rsBullet:after {
  border: none;
}
.rsContW .rsBullet:hover:after,
.rsContW .rsBullet.rsNavSelected:after,
.rsCont .rsBullet:hover:after,
.rsCont .rsBullet.rsNavSelected:after {
  width: 10px;
  height: 10px;
  margin: -1px 0 0 -1px;
}
.accent-bullets .rsContW .rsBullet:after,
.accent-bullets .rsCont .rsBullet:after {
  width: 14px;
  height: 14px;
  border: none;
}
.accent-bullets .rsContW .rsBullet:hover:after,
.accent-bullets .rsCont .rsBullet:hover:after {
  -webkit-animation: anim-effect-bullet 0.3s ease-out forwards;
  animation: anim-effect-bullet 0.3s ease-out forwards;
}
.accent-bullets .rsContW .rsBullet.rsNavSelected:after,
.accent-bullets .rsCont .rsBullet.rsNavSelected:after {
  -webkit-animation: anim-effect-bullet-act 0.3s ease-out forwards;
  animation: anim-effect-bullet-act 0.3s ease-out forwards;
}
@-webkit-keyframes anim-effect-bullet {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  25%,
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes anim-effect-bullet {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  25%,
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes anim-effect-bullet-act {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  25%,
  30% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes anim-effect-bullet-act {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  25%,
  30% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.rsContW .rsBullet span,
.rsCont .rsBullet span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -2px;
  width: 4px;
  height: 4px;
  content: "";
}
.accent-bullets .rsContW .rsBullet span,
.accent-bullets .rsCont .rsBullet span {
  margin: -3px 0 0 -3px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
/*Royal slider bullets:end*/
/* !- Shortcode slider */
.rsShor .rsArrowRight .rsArrowIcn:before,
.rsShor .rsArrowRight.rsArrowDisabled .rsArrowIcn:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpolygon fill='white' points='9.349,2.035 8.016,3.363 11.661,7.022 1.031,7.022 1.031,9.016 11.661,9.016 8.016,12.674 9.349,14.002 15.309,8.02 '/%3E%3C/svg%3E");
}
.rsShor .rsArrowRight .rsArrowIcn:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpolygon fill='white' points='9.349,2.035 8.016,3.363 11.661,7.022 1.031,7.022 1.031,9.016 11.661,9.016 8.016,12.674 9.349,14.002 15.309,8.02 '/%3E%3C/svg%3E");
}
.rsShor .rsArrowLeft .rsArrowIcn:before,
.rsShor .rsArrowLeft.rsArrowDisabled .rsArrowIcn:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpolygon fill='white' points='0.719,8.02 6.679,14.002 8.012,12.674 4.366,9.016 14.996,9.016 14.996,7.022 4.366,7.022 8.012,3.363 6.679,2.035 '/%3E%3C/svg%3E");
}
.rsShor .rsArrowLeft .rsArrowIcn:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpolygon fill='white' points='0.719,8.02 6.679,14.002 8.012,12.674 4.366,9.016 14.996,9.016 14.996,7.022 4.366,7.022 8.012,3.363 6.679,2.035 '/%3E%3C/svg%3E");
}
.shortcode-royal-slider .rsPlay.paused:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='white' d='M13.481,7.134L5.371,2.292C5.134,2.164,4.892,1.969,4.65,1.969C4.262,1.969,4,2.359,4,2.83v10.332c0,0.471,0.262,0.86,0.65,0.86c0.242,0,0.484-0.194,0.721-0.322l8.111-4.844C13.677,8.741,14,8.511,14,8C14,7.489,13.677,7.248,13.481,7.134z M5.85,11.381V4.592l5.535,3.395L5.85,11.381z'/%3E%3C/svg%3E");
}
.shortcode-royal-slider .rsPlay:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' fill='white' xml:space='preserve'%3E%3Crect x='4' y='3' width='2.15' height='10'/%3E%3Crect x='9.85' y='3' width='2.15' height='10'/%3E%3C/svg%3E");
}
/* Shortcode slider:end */
#page .rsBullet:after,
#page .rsBullet span {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rsHomePorthole .progress-spinner-left {
  /*	-webkit-border-radius: 100% 0 0 100% / 50% 0 0 50%;
	border-radius: 100% 0 0 100% / 50% 0 0 50%;*/
  border-top-left-radius: 100% 50%;
  border-top-right-radius: 0 0;
  border-bottom-right-radius: 0 0;
  border-bottom-left-radius: 100% 50%;
}
.rsHomePorthole .progress-spinner-right {
  /*	-webkit-border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;*/
  border-top-left-radius: 0 0;
  border-top-right-radius: 100% 50%;
  border-bottom-right-radius: 100% 50%;
  border-bottom-left-radius: 0 0;
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: