/*************************************/
/* FLEXSLIDER
************************************/
.slides {
	margin:0; padding:0; list-style:none;
}
.slides li {
	margin:0; padding:0; list-style:none;
	display:none;
  backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#homeSlider {
	position:relative;
	background:#eee;
}
#homeSlider li {
	position:relative;
}
#homeSlider li .slideImage {
	display:block;
	width:100%;
	overflow:hidden;
}
#homeSlider li img {
	position:relative; left:-15%;
	width:auto;
	width:130%;
}
#homeSlider .anchorPoint {
	padding-top:1em;
}
#homeSlider .anchorPoint .slideContent {
	width:90%;
	max-width:75em;
	margin:0 auto;
}
#homeSlider .more {
	display:none;
}
#homeSlider h3 {
	font-size:1.5em;
	font-weight:800;
	color:#333;
	text-transform:uppercase;
}
#homeSlider h3 a {
	color:#333;
}
#homeSlider .anchorPoint2 {
	display:none;
	position:absolute; bottom:1em; left:0; right:0; z-index:2;
}
#homeSlider .flex-control-paging {
	width:90%;
	max-width:75em;
	margin:0 auto;
}
#homeSlider .flex-control-paging li {
	display:inline-block;
	padding:0.4em;
	background:#000;
}
#homeSlider .flex-control-paging li:first-child {
	padding-left:0.8em;
	-webkit-border-top-left-radius:0.3em; -moz-border-radius-topleft:0.3em; border-top-left-radius:0.3em;
	-webkit-border-bottom-left-radius:0.3em; -moz-border-radius-bottomleft:0.3em; border-bottom-left-radius:0.3em;
}
#homeSlider .flex-control-paging li:last-child {
	padding-right:0.8em;
	-webkit-border-top-right-radius:0.3em; -moz-border-radius-topright:0.3em; border-top-right-radius:0.3em;
	-webkit-border-bottom-right-radius:0.3em; -moz-border-radius-bottomright:0.3em; border-bottom-right-radius:0.3em;
}
#homeSlider .flex-control-paging li a {
	display:block;
	width:10px; width:0.625em;
	height:10px; height:0.625em;
	text-indent:-9000em;
	font-size:16px; font-size:1rem;
	background:#fff;
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
	cursor:pointer;
}
#homeSlider .flex-control-paging li a.flex-active {
	background:#F26F21;
}
@media screen and (min-width: 480px) {
	#homeSlider .anchorPoint {
		padding-bottom:2.3em;
	}
	#homeSlider .anchorPoint2 {
		display:block;
	}
	#homeSlider h3 {
		font-size:2em;
	}
}
@media screen and (min-width: 760px) {
	#homeSlider {
		background:none;
	}
	#homeSlider li .slideImage {
		display:block;
		width:90%;
		max-width:75em;
		margin:0 auto;
	}
	#homeSlider li img {
		position:static; left:0;
		width:100%;
		-webkit-border-bottom-right-radius:0.5em; -moz-border-radius-bottomright:0.5em; border-bottom-right-radius:0.5em;
		-webkit-border-bottom-left-radius:0.5em; -moz-border-radius-bottomleft:0.5em; border-bottom-left-radius:0.5em;
	}
	#homeSlider .anchorPoint {
		position:absolute; bottom:2em; left:0; right:0; z-index:200;
	}
	#homeSlider .anchorPoint .slideContent {
		width:80%;
		max-width:69em;
	}
	#homeSlider h3 {
		font-size:2.5em;
		color:#fff;
		text-shadow:2px 2px 5px rgba(0,0,0,.6);
	}
	#homeSlider h3 a {
		color:#fff;
	}
	#homeSlider .anchorPoint2 {
		 bottom:2em; left:0; right:0;
	}
	#homeSlider .flex-control-paging {
		width:80%;
		max-width:69em;
	}
	#homeSlider .flex-control-paging li a {
		color:#ccc;
	}
}
@media screen and (min-width: 940px) {
	#homeSlider .anchorPoint {
		bottom:3em;
	}
	#homeSlider h3 {
		margin-bottom:0.4em;
		font-size:4em;
	}
	#homeSlider .anchorPoint2 {
		 bottom:3em;
	}
}

/*************************************/
/* SIDE BOX - mmenu
************************************/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; 
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0%;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); 
}
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); 
}
.mm-menu .mm-hidden {
  display: none;
}
.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; 
}
.mm-fixed-top {
  top: 0; 
}
.mm-fixed-bottom {
  bottom: 0; 
}
html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; 
}
html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; 
}
html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute; 
}
html.mm-background .mm-page {
  background: inherit; 
}
#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999; 
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; 
}
.mm-menu.mm-current {
  display: block; 
}
.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; 
}
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 0; 
}
.mm-menu > .mm-panel.mm-opened {
  left: 0%; 
}
.mm-menu > .mm-panel.mm-subopened {
  left: -40%; 
}
.mm-menu > .mm-panel.mm-highest {
  z-index: 1; 
}
.mm-menu > .mm-panel.mm-hidden {
  display: block;
  visibility: hidden; 
}
.mm-menu .mm-list {
  padding: 20px 0; 
}
.mm-menu > .mm-list {
  padding: 20px 0 40px 0; 
}
.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; 
}
.mm-panel > .mm-list:first-child {
  padding-top: 0; 
}
.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; 
}
.mm-list {
  font: inherit;
  font-size: 14px; 
}
.mm-list a,
.mm-list a:hover {
  text-decoration: none; 
}
.mm-list > li {
  position: relative; 
}
.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; 
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; 
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto; 
}
.mm-list a.mm-subopen {
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; 
}
.mm-list a.mm-subopen::before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
}
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%; 
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none; 
}
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px; 
}
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent; 
}
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0; 
}
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px; 
}
.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px; 
}
.mm-list > li.mm-spacer {
  padding-top: 40px; 
}
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px; 
}
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px; 
}
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px; 
}
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; 
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent; 
 
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; 
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; 
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  right: 16px; 
}
html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); 
}
.mm-ismenu {
  background: #333333; 
}
.mm-menu {
  color: rgba(255, 255, 255, 0.6); 
}
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15); 
}
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3); 
}
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); 
}
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15); 
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); 
}
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05); 
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05); 
}
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 80%;
}
.mm-menu {
  width: 80%; 
}
@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; 
  }
  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px; 
  } 
}
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; 
  }
  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 440px; 
  } 
}
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll; 
}
html.mm-nooverflowscrolling.mm-opened body {
  overflow: auto; 
}
html.mm-nooverflowscrolling.mm-opened .mm-page {
  min-height: 1000px;
  position: fixed; 
}
html.mm-nooverflowscrolling.mm-opened .mm-menu {
  height: auto;
  min-height: 1000px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  left: auto;
  top: auto; 
}
html.mm-nooverflowscrolling.mm-opened > .mm-panel {
  position: relative;
  height: auto;
  display: none;
  left: 0; 
}
html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
  display: block; 
}
.mm-menu.mm-top {
  width: 100%; 
}
html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%; 
}
html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0; 
}
.mm-menu.mm-right {
  left: auto;
  right: 0; 
}
html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%; 
}
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto; 
}
.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0; 
}
html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto; 
}
html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0; 
}
.mm-menu.mm-top {
  height: 80%; 
}
html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker,
html.mm-top.mm-opening .mm-fixed-top {
  top: 80%; 
}
html.mm-top.mm-opening .mm-fixed-bottom {
  bottom: -80%; 
}
@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px; 
  }
  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 140px; 
  }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -140px; 
  } 
}
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px; 
  }
  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 880px; 
  }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -880px; 
  } 
}
.mm-menu.mm-right {
  width: 80%; 
}
html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker,
html.mm-right.mm-opening .mm-fixed-top,
html.mm-right.mm-opening .mm-fixed-bottom {
  right: 80%; 
}
@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px; 
  }
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 140px; 
  } 
}
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px; 
  }
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 440px; 
  } 
}
  .mm-menu.mm-bottom {
  height: 80%; 
}
html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker,
html.mm-bottom.mm-opening .mm-fixed-bottom {
  bottom: 80%; 
}
html.mm-bottom.mm-opening .mm-fixed-top {
  top: -80%; 
}
@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px; 
  }
  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 140px; 
  }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -140px; 
  } 
}
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px; 
  }
  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 880px; 
  }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -880px; 
  } 
}

/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; 
}
.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform; 
}
html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0; 
}
.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); 
}
html.mm-opened.mm-next .mm-page {
  box-shadow: none; 
}
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%; 
}
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0; 
}
html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%; 
}
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto; 
}
html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%; 
}
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0; 
}
html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%; 
}
.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%; 
}
@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px; 
  } 
}
@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px; 
  } 
}
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%; 
}
@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px; 
  } 
}
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px; 
  } 
}
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%; 
}
@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px; 
  } 
}
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px; 
  } 
}
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%; 
}
@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px; 
  } 
}
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px; 
  } 
}
html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; 
}
html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
  top: 0; 
}
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; 
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
body {
    -webkit-overflow-scrolling:touch;
}

/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay {
  background: #181818;
  background: rgba(0,0,0,0.85); 
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.relativo {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */
/* circle preloader */
.vbox-preloader{
  position:fixed; 
  width:32px; 
  height:32px;
  left:50%; 
  top:50%; 
  margin-left:-16px; 
  margin-top:-16px;
  background-image: url(../images/preload-circle.png);
  text-indent: -100px;
  overflow: hidden;
  -webkit-animation: playload 1.4s steps(18) infinite;
  -moz-animation: playload 1.4s steps(18) infinite;
  -ms-animation: playload 1.4s steps(18) infinite;
  -o-animation: playload 1.4s steps(18) infinite;
  animation: playload 1.4s steps(18) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px;}
     to { background-position: -576px;}
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
/* IOS preloader */
/*
.vbox-preloader{
  position:fixed; 
  width:32px; 
  height:32px;
  left:50%; 
  top:50%; 
  margin-left:-16px; 
  margin-top:-16px;
  background-image: url(../images/preload-ios.png);
  text-indent: -100px;
  overflow: hidden;
  -webkit-animation: playload 1.4s steps(12) infinite;
  -moz-animation: playload 1.4s steps(12) infinite;
  -ms-animation: playload 1.4s steps(12) infinite;
  -o-animation: playload 1.4s steps(12) infinite;
  animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
  from { background-position:    0px; }
  to { background-position: -384px; }
}
@-moz-keyframes playload {
  from { background-position:    0px; }
    to { background-position: -384px; }
}
@-ms-keyframes playload {
  from { background-position:    0px; }
  to { background-position: -384px; }
}
@-o-keyframes playload {
  from { background-position:    0px; }
  to { background-position: -384px; }
}
@keyframes playload {
  from { background-position:    0px; }
  to { background-position: -384px; }
}
*/
/* dots preloader */
/*
.vbox-preloader{
  position:fixed; 
  width:32px; 
  height:11px;
  left:50%; 
  top:50%; 
  margin-left:-16px; 
  margin-top:-16px;
  background-image: url(../images/preload-dots.png);
  text-indent: -100px;
  overflow: hidden;
  -webkit-animation: playload 1.4s steps(24) infinite;
  -moz-animation: playload 1.4s steps(24) infinite;
  -ms-animation: playload 1.4s steps(24) infinite;
  -o-animation: playload 1.4s steps(24) infinite;
  animation: playload 1.4s steps(24) infinite;
}
@-webkit-keyframes playload {
  from { background-position:    0px; }
  to { background-position: -768px; }
}
@-moz-keyframes playload {
  from { background-position:    0px; }
  to { background-position: -768px; }
}
@-ms-keyframes playload {
  from { background-position:    0px; }
  to { background-position: -768px; }
}
@-o-keyframes playload {
  from { background-position:    0px; }
  to { background-position: -768px; }
}
@keyframes playload {
  from { background-position:    0px; }
  to { background-position: -768px; }
}
*/
/* quads preloader */
/*
.vbox-preloader{
  position:fixed; 
  width:32px; 
  height:10px;
  left:50%; 
  top:50%; 
  margin-left:-16px; 
  margin-top:-16px;
  background-image: url(../images/preload-quads.png);
  text-indent: -100px;
  overflow: hidden;
  -webkit-animation: playload 1.4s steps(12) infinite;
  -moz-animation: playload 1.4s steps(12) infinite;
  -ms-animation: playload 1.4s steps(12) infinite;
  -o-animation: playload 1.4s steps(12) infinite;
  animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
  from { background-position:    0px; }
  to { background-position: -384px; }
}
@-moz-keyframes playload {
  from { background-position:    0px; }
  to { background-position: -384px; }
}
@-ms-keyframes playload {
  from { background-position:    0px; }
  to { background-position: -384px; }
}
@-o-keyframes playload {
  from { background-position:    0px; }
  to { background-position: -384px; }
}
@keyframes playload {
  from { background-position:    0px; }
  to { background-position: -384px; }
}
*/

/* ----- navigation ----- */
.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 46px;
  height: 40px;
  padding: 10px 20px 10px 0;
  display: block;
  background: url(../images/close.gif) no-repeat #161617;
  background-position:10px center;
  color: #fff;
  text-indent: -100px;
  overflow: hidden;
}
.vbox-next, 
.vbox-prev {
  box-sizing: content-box;
  cursor: pointer;
  position: fixed;
  top: 50%;
  color: #fff;
  width: 30px;
  height: 170px;
  margin-top: -85px;
  text-indent: -100px;
  border: solid transparent; /* Using border instead of padding to keep bg image in place */
  overflow: hidden;
}
.vbox-prev {
  left: 0;
  border-width: 0 30px 0 10px;
  background: url(../images/prev.gif) center center no-repeat;
}
.vbox-next {
  right: 0;
  border-width: 0 10px 0 30px;
  background: url(../images/next.gif) center center no-repeat;
}
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  padding: 6px 40px;
  overflow: hidden;
  background: #161617;
  position: fixed;
  display: none;
  top: -1px;
  left: 0;
}
.vbox-num {
  cursor: pointer;
  position: fixed;
  top: -1px;
  left: 0;
  height: 40px;
  display: block;
  color: #fff;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  background: #161617;
  display: none;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  padding: 10px;
  background: #fff;
  text-align: left;
  margin: 0 auto;
  overflow: auto;
}

/* ------- Video & iFrames window ------ */
.venoframe{
  border: none;
  width: 960px;
  height: 720px;
}
@media (max-width: 992px) {
  .venoframe{
    width: 640px;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .venoframe{
    width: 420px;
    height: 315px;
  }
}
@media (max-width: 460px) {
  .vbox-inline{
    width: 100%;
  }
  .venoframe{
    width: 100%;
    height: 260px;
  }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-container {
  position: relative;
  background: #000;
  width: 98%;
  max-width: 1024px;
  margin: 0 auto;
}
.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.vbox-container img {
  max-width: 100%;
  height: auto;
}
.vwrap {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

/*
	jQuery Touch Optimized Sliders "R"Us
	Core CSS
*/
.tos-noanimation {
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important; 
}
.tos-fastanimation {
  -webkit-transition-duration: 0.2s !important;
  -moz-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
  -webkit-transition-timing-function: ease-out !important;
  -moz-transition-timing-function: ease-out !important;
  -ms-transition-timing-function: ease-out !important;
  -o-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important; 
}
.tos-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; 
}
.tos-wrapper.tos-opened {
  display: block; 
}
.tos-wrapper.tos-opening {
  opacity: 1; 
}
.tos-wrapper.tos-fixed {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000; 
}
.tos-wrapper.tos-inline {
  position: relative; 
}
.tos-slider {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative; 
}
.tos-wrapper.tos-fx-slide .tos-slider {
  left: 0;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease; 
}
.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider {
  position: absolute; 
}
.tos-wrapper.tos-fx-fade .tos-slider {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; 
}
.tos-uibg {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; 
}
.tos-desktop .tos-wrapper:hover .tos-uibg,
.tos-touch .tos-wrapper.tos-hover .tos-uibg {
  opacity: 1; 
}
.tos-slide {
  -webkit-overflow-scrolling: touch;
  line-height: 1px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.tos-slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; 
}
.tos-slide.tos-loading:after {
  content: '';
  border-right: 5px solid black;
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin: -15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; 
}
.tos-slide.tos-loading > * {
  opacity: 0; 
}
.tos-slide > * {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; 
}
.tos-wrapper.tos-fixed .tos-slide.tos-loading:after {
  border-right-color: white; 
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); 
  }
  to {
    -webkit-transform: rotate(360deg); 
  } 
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); 
  }
  to {
    -moz-transform: rotate(360deg); 
  } 
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); 
  }
  to {
    -ms-transform: rotate(360deg); 
  } 
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg); 
  }
  to {
    -o-transform: rotate(360deg); 
  } 
}
@keyframes spin {
  from {
    transform: rotate(0deg); 
  }
  to {
    transform: rotate(360deg); 
  } 
}
.tos-slide > * {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box; 
}
.tos-slide.tos-html > div {
  -webkit-overflow-scrolling: touch;
  white-space: normal;
  text-align: left;
  line-height: 1.5; 
}
.tos-slide.tos-html > div * {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none; 
}
.tos-wrapper.tos-fill .tos-slide.tos-image > img {
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%; 
}
.tos-wrapper.tos-fixed .tos-slide.tos-html > div {
  background-color: white;
  color: #333333;
  box-sizing: border-box;
  display: inline-block;
  padding: 40px;
  overflow: auto; 
}
.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(0, 0, 0, 0.85); 
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide {
  padding: 20px; 
}

/*
	jQuery Touch Optimized Sliders "R"Us
	Buttons addon
*/
.tos-prev,
.tos-next,
.tos-close {
  background: black;
  border-radius: 3px;
  opacity: 0;
  display: block;
  width: 40px;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; 
}
.tos-prev,
.tos-next {
  height: 80px;
  margin-top: -40px;
  top: 50%;
}
.tos-prev.tos-disabled,
.tos-next.tos-disabled {
  cursor: default; 
}
.tos-prev {
  left: 20px; 
}
.tos-next {
  right: 20px; 
}
.tos-close {
  height: 40px;
  top: 20px;
  right: 20px; 
}
.tos-desktop .tos-wrapper:hover .tos-prev,
.tos-desktop .tos-wrapper:hover .tos-next,
.tos-desktop .tos-wrapper:hover .tos-close,
.tos-touch .tos-wrapper.tos-hover .tos-prev,
.tos-touch .tos-wrapper.tos-hover .tos-next,
.tos-touch .tos-wrapper.tos-hover .tos-close {
  opacity: 0.5; 
}
.tos-desktop .tos-wrapper:hover .tos-prev:hover,
.tos-desktop .tos-wrapper:hover .tos-next:hover,
.tos-desktop .tos-wrapper:hover .tos-close:hover,
.tos-touch .tos-wrapper.tos-hover .tos-prev:hover,
.tos-touch .tos-wrapper.tos-hover .tos-next:hover,
.tos-touch .tos-wrapper.tos-hover .tos-close:hover {
  opacity: 0.9; 
}
.tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,
.tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,
.tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled {
  opacity: 0.2; 
}
.tos-prev span,
.tos-next span,
.tos-close span:before,
.tos-close span:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); 
}
.tos-close span:before,
.tos-close span:after {
  width: 6px;
  height: 6px;
  margin-top: -4px;
  margin-left: 0;
  margin-right: 0; 
}
.tos-prev span,
.tos-close span:before {
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  left: 50%; 
}
.tos-next span,
.tos-close span:after {
  border-top: 3px solid white;
  border-right: 3px solid white;
  right: 50%; 
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide {
  padding-left: 80px;
  padding-right: 80px; 
}
.tos-inline {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: inline-block;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto; 
}
.tos-inline.tos-prev {
  margin-right: -60px; 
}
.tos-inline.tos-next {
  margin-left: -60px; 
}
.tos-loading .tos-inline {
  opacity: 0 !important; 
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2); 
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3); 
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; 
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; 
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; 
}

/*
	jQuery Touch Optimized Sliders "R"Us
	Caption addon
*/
.tos-caption {
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1; 
}
.tos-caption:after {
  content: '';
  display: block;
  clear: both; 
}
.tos-caption > div {
  box-sizing: border-box;
  padding: 0 20px;
  float: left; 
}
.tos-caption > div:last-child {
  float: right;
  margin-right: -2px; 
}
.tos-desktop .tos-wrapper:hover .tos-caption,
.tos-touch .tos-wrapper.tos-hover .tos-caption {
  opacity: 1; 
}
.tos-wrapper .tos-caption {
  line-height: 20px;
  font-size: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  bottom: 20px; 
}
.tos-wrapper.tos-has-caption .tos-uibg {
  height: 100px; 
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide {
  padding-bottom: 60px; 
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 40px;
  font-size: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  bottom: 40px; 
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 200px; 
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 60px;
  font-size: 45px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  bottom: 60px; 
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 300px; 
}

/*
	jQuery Touch Optimized Sliders "R"Us
	Drag addon
*/
.tos-wrapper.tos-fx-slide .tos-slider {
  -webkit-transition-property: left, margin;
  -moz-transition-property: left, margin;
  -ms-transition-property: left, margin;
  -o-transition-property: left, margin;
  transition-property: left, margin; 
}

/*
	jQuery Touch Optimized Sliders "R"Us
	Pagination addon
*/
.tos-pagination {
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; 
}
.tos-pagination a {
  display: inline-block; 
}
.tos-pagination.tos-bullets a {
  background-color: rgba(255, 255, 255, 0.2); 
}
.tos-pagination.tos-bullets a:hover {
  background-color: rgba(255, 255, 255, 0.5); 
}
.tos-pagination.tos-bullets a.tos-selected {
  background-color: rgba(255, 255, 255, 0.9); 
}
.tos-desktop .tos-wrapper:hover .tos-pagination,
.tos-touch .tos-wrapper.tos-hover .tos-pagination {
  opacity: 1; 
}
.tos-wrapper .tos-pagination {
  padding: 0 0 20px 0; 
}
.tos-wrapper.tos-has-bullets .tos-pagination {
  height: 10px; 
}
.tos-wrapper.tos-has-bullets .tos-pagination a {
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin: 0 5px; 
}
.tos-wrapper.tos-has-bullets .tos-caption {
  bottom: 40px; 
}
.tos-wrapper.tos-has-bullets .tos-uibg {
  height: 90px; 
}
.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 130px; 
}
.tos-wrapper.tos-has-thumbnails .tos-pagination {
  height: 50px; 
}
.tos-wrapper.tos-has-thumbnails .tos-pagination a {
  background-position: center center;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin: 0 5px; 
}
.tos-wrapper.tos-has-thumbnails .tos-caption {
  bottom: 80px; 
}
.tos-wrapper.tos-has-thumbnails .tos-uibg {
  height: 130px; 
}
.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 170px; 
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide {
  padding-bottom: 50px; 
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide {
  padding-bottom: 80px; 
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide {
  padding-bottom: 90px; 
}
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide {
  padding-bottom: 120px; 
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination {
  padding: 0 0 40px 0; 
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 20px; 
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 80px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 180px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 260px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 100px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin: 0 10px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 160px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 260px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 340px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination {
  padding: 0 0 60px 0;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 30px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  margin: 0 15px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 120px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 270px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 390px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 150px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
  background-position: center center;
  background-size: cover;
  width: 150px;
  height: 150px;
  margin: 0 15px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 240px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 390px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 510px;
}

/*
	jQuery Touch Optimized Sliders "R"Us
	Youtube media
*/
.tos-play {
  background: black;
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.tos-play:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.tos-desktop .tos-wrapper:hover .tos-play,
.tos-touch .tos-wrapper.tos-hover .tos-play {
  opacity: 0.5;
}
.tos-desktop .tos-wrapper:hover .tos-play:hover,
.tos-touch .tos-wrapper.tos-hover .tos-play:hover {
  opacity: 0.9;
}
.tos-wrapper .tos-play {
  border-radius: 80px;
  width: 80px;
  height: 80px;
  margin: -40px;
}
.tos-wrapper .tos-play:after {
  border: 20px solid transparent;
  border-left-color: white;
  border-left-width: 30px;
  margin-top: -20px;
  margin-left: -10.5px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 160px;
  width: 160px;
  height: 160px;
  margin: -80px;
}
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after {
  border: 40px solid transparent;
  border-left-color: white;
  border-left-width: 60px;
  margin-top: -40px;
  margin-left: -21px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 240px;
  width: 240px;
  height: 240px;
  margin: -120px;
}
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after {
  border: 60px solid transparent;
  border-left-color: white;
  border-left-width: 90px;
  margin-top: -60px;
  margin-left: -31.5px;
}