/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-panel hr {
	width:95%;
	float:left;
	clear:both;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-category-layer {
	right: 0;
	top: 35%;
	position: absolute;
	background-color:#000;
	width: 75%;
	z-index:1000;
}

#swipebox-panel {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	height: 100%;
	right: 0;
	top: 0;
	width: 20%;
	position: absolute;
	display: none;
	cursor: pointer;
	background-color:#000;
	padding-top: 60px;
	padding-left: 10px;
}
#swipebox-slider {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width:80%;
	white-space: nowrap;
	position: absolute;
	display: none;
	cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  width: 100% !important;
  background: url('../img/loader.gif') no-repeat center center;
  /*background: url(/img/loader.gif) no-repeat center center;*/
}

#swipebox-category i.selected {
	font-weight: bold;
	color: red;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 80%;
}

#swipebox-bottom-bar {
  /*bottom: -50px;*/
  /*top: 50%;*/
}
#swipebox-bottom-bar.visible-bars {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#swipebox-top-bar {
  /*top: -50px;*/
  top: 0px;
}
/*
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}
*/
#swipebox-add-photos {
	margin-top: 10px;
}
#swipebox-add-photos a {
	color:white;
	font-size: 12px;
}
#swipebox-member a {
	color:white;
	font-size: 12px;
}
#swipebox-member {
	width: 100%;
	text-align: left;
	color:white;
	font-size: 11px;
}

#swipebox-number {
	position:absolute;
	top:15px;
	left:40px;
	text-align: left;
	color: white;
	font-size: 14px;
}

#swipebox-all-category {
	margin-top: 20px;
	width: 100%;
	text-align: left;
	color:white;
	font-size: 12px;
}

#swipebox-all-category a {
	color:white;
	font-weight:bold !important;
	text-decoration: none;
}


#swipebox-hide-description {
	margin-top: 20px;
	width: 100%;
	text-align: left;
	color:white;
	font-size: 12px;
}

#swipebox-hide-description a {
	color:white;
	font-weight:normal !important;
	text-decoration: none;
}


#swipebox-view-all {
	position:absolute;
	width: 100%;
	text-align: left;
	color:white;
	font-size: 12px;
}

#swipebox-view-all a {
	color:white;
	font-weight:bold !important;
	text-decoration: none;
}

#swipebox-category {
	margin-top: 20px;
	width: 100%;
	text-align: left;
	color:white;
	font-size: 12px;
}

#swipebox-category i {
	white-space: nowrap;
}

#swipebox-uploaded {
	margin-top: 20px;
	width: 100%;
	text-align: left;
	color:white;
	font-size: 12px;
}

#swipebox-created {
	margin-top: 20px;
	width: 100%;
	text-align: left;
	color:white;
	font-size: 12px;
}

#swipebox-title {
	margin-top: 20px;
	width: 100%;
	text-align: left;
	color:white;
	font-size: 13px;
}

#swipebox-prev, #swipebox-next {
	padding:4px;
	display:block;
	position:absolute;
	top:45%;
	color:white;
	height: 44px;
	line-height: 28px;
	background-color: #373737 !important;
	font-family: monospace;
	font-size: 30px !important;
	text-shadow: 1px 1px 1px #000;
	border: 2px solid #fff;
	width: 44px;
	opacity: 0.5;
}

#swipebox-prev-thumb, #swipebox-next-thumb {
	cursor:pointer;
	padding:4px;
	display:none !important;
	position:absolute;
	bottom:20px;
	color:white;
	height: 35px;
	line-height: 24px;
	background-color: #373737 !important;
	font-family: monospace;
	font-size: 21px !important;
	text-shadow: 1px 1px 1px #000;
	border: 2px solid #fff;
	width: 35px;
	z-index:1000;
}
#swipebox-prev {
	left:2%;
}
 #swipebox-prev-thumb {
	left:15%;
}
#swipebox-next {
	right:2%;
}
#swipebox-next-thumb {
	right:15%;
}

/*
#swipebox-title {
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px 20px;
  margin-right: 50px;
  background-color:#000;
  color:white;
}
*/
#swipebox-prev,
#swipebox-next {
/*  background-image: url(../img/icons.png);*/
  /*background-repeat: no-repeat;*/
  /*border: none !important;*/
  /*text-decoration: none !important;*/
  cursor: pointer;
  /*
  width: 40%;
  height: 100%;
  top: 0;
  */
  /*border: 2px solid #FFF !important;*/
}

#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  left:0;
  position: absolute;
  width: 80%;
  height: 100%;
}

#swipebox-thumbs img.thumb {
	border: 2px solid #000 !important;
	/*display:block;*/
	/*margin:0 2px;*/
	margin:0 auto;
	opacity: 1;
	cursor:pointer;
	/*float:left;*/
	max-height:70px;
}
#swipebox-thumbs img.thumb:hover {
	border: 2px solid #33ccff !important;
}
#swipebox-thumbs img.thumb.selected {
	opacity: 1;
	border: 2px solid #009900 !important;
}
/*
#swipebox-view-all {
	float:right;
	margin-right: 50px;
	color:white;
}
*/
.hide_thumns,.show_thumns {
	display: block;
	position: absolute;
	bottom:160px;
	margin-bottom: -30px;
	margin-left:-65px;
	color:white;
	left:50%;
	z-index: 999;
	cursor:pointer;
	padding: 4px 10px;
	background-color: #000000 !important;
}
.show_thumns {
	bottom:40px;
}
.hide_thumns:hover,.show_thumns:hover {
	color:red;
}
.show_thumns {
	display:none;
}
#swipebox-thumbs {
	display: block;
	left:50%;
	bottom:2px;
	position: absolute;
	max-width: 64.4%;
	height: 85px;
	z-index: 999;
	overflow: hidden;
	padding:4px;
	margin:0 auto 0 -18%;
	max-height:74px;
}

#swipebox-thumbs div {
	background-color: #000000 !important;
	margin: 0 auto;
}

#swipebox-prev {
  /*background: url(../img/prev.png) no-repeat center left;*/
  /*background-position: -32px 13px;*/
  float: left;
}

#swipebox-next {
  /*background-position: -78px 13px;*/
  /*background: url(../img/next.png) no-repeat center right;*/
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 99999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 17.5%;
  }

  #swipebox-arrows {
    width: 100%;
    max-width: 100%/*800px*/
	height: 100%;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #000;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: /*#000*/;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 14px;
  line-height:100%;
  font-family: Helvetica, Arial, sans-serif;
}



#swipebox-hide-navigation {
	margin-top: 20px;
	width: 100%;
	text-align: left;
	color:white;
	font-size: 12px;
}

#swipebox-hide-navigation a {
	color:white;
	font-weight:normal !important;
	text-decoration: none;
}



@media only screen and (min-width: 120px) and (max-width: 680px) {
	#swipebox-arrows {
		width:100% !important;
	}
	#swipebox-bottom-bar, #swipebox-top-bar {
		width:100% !important;
	}
	#swipebox-thumbs img.thumb {
		max-height: 60px !important;
	}
	#swipebox-thumbs,#swipebox-next-thumb,#swipebox-prev-thumb, .hide_thumns small {
		display:none !important;
	}
	.hide_thumns, .show_thumns {
		margin-left: -20px;
	}
	#swipebox-panel {
		width:0px !important;
		padding-left:0px;
	} 
	#swipebox-panel #swipebox-number, #swipebox-panel #swipebox-uploaded, #swipebox-panel #swipebox-created, #swipebox-panel #swipebox-category, #swipebox-panel #swipebox-all-category, #swipebox-panel #swipebox-view-all {
		display:none !important;
	}
	#tabs.clone {
		left:0px !important;
		margin-left:0px !important;
		top:35px !important;
	}

	#swipebox-slider, #swipebox-arrows {
		width:100% !important;
	}

	#swipebox-title {
		position: fixed !important;
		left:0 !important;
		bottom:70px !important;
		width:100% !important;
		text-align: center !important;
	}

	#swipebox-hide-description {
		display:block;
		max-width:75px !important;
		position:absolute !important;
		right:80px !important;
		bottom:70px !important;
		z-index:99998;
	}


	#swipebox-add-photos {
		display:block;
		white-space:nowrap;
		max-width:250px !important;
		position:absolute !important;
		right:200px !important;
		bottom:45px !important;
		z-index:99999;
	}

	#swipebox-hide-description a {
		font-size:10px;
	}


#swipebox-hide-navigation {
	display:block;
	max-width:75px !important;
	position:absolute !important;
	right:80px !important;
	top:50px !important;
	z-index:99998;
}
#swipebox-hide-navigation a {
	font-size:10px;
}


	#slider-carousel {
		display:none !important;
	}
	.owl-item .category, .carousel {
		display:none !important;
	}
	.owl-theme .owl-nav {
		margin-top:0px !important;
	}

}

@media only screen and (min-width: 120px) and (max-width: 479px) {

	#swipebox-hide-description, #swipebox-hide-navigation {
		display:none !important;
	}
	#swipebox-close {
		right: 42%;
	}
	ul.tabsclone {
		left:20% !important;
	}
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
	#swipebox-close {
		top:4%;
		right: -2%;
	}
	ul.tabsclone {
		left:20% !important;
	}

	.hide_thumns, .show_thumns {
		bottom: 40px;
		background-color: transparent !important;
	}
}
@media only screen and (min-width: 640px) and (max-width: 799px) {
	#swipebox-close {
		top: 10px;
		right:6%;
	}
	ul.tabsclone {
		left:20% !important;
	}
	.hide_thumns, .show_thumns {
		bottom: 40px;
		background-color: transparent !important;
	}
}

@media only screen and (min-width: 780px) {
	#swipebox-panel #swipebox-hide-description, #swipebox-panel #swipebox-hide-navigation {
		display:none !important;
		visibility:hidden !important;
	}

}