 /*				        
  *   @ Bertil Alfredsson (c)2015			 			         
  *   @ bertil1alfredsson@gmail.com
  *   @ Documentation ->  www.gumbslider.tk/documentation.html	 
  *   @ More -> www.gumbslider.tk		 
  */  


/* Simple Vertical Slide (without: full-screen, thumbs, etc..)
--------------------------------------------------------------- */
#nb-simple-vertical {
background:#ddd;
color:#fff;
}
#nb-simple-vertical .nb__active .nb-video[controls]  {
margin-top:-20px
}
/* Vertical Example */

#nb-vertical:not(.nb-full-screen) {
position:relative;
max-width:900px;
background:#060606;
padding-left: 20px;
padding-right: 20px;
}


#nb-vertical .nb-thumbnails-container {
margin:0!important;

}

#nb-vertical .nb-thumbnails-container:not(.nb-top-thumbnails) {
height:100%!important;
}


#nb-vertical.nb-full-screen .nb-caption-container{
  bottom: 30px;
  margin-left: -505px;
}
#nb-vertical .nb-thumbnail-image-container {
    width: 100px;
    height: 80px;
    overflow: hidden;
    float: left;
    background-color: #000;
}


#nb-vertical .nb-thumbnail-container {
opacity:1;
}

#nb-vertical .nb-thumbnail-container:hover,
#nb-vertical .nb-thumbnail-container.nb-selected-thumbnail  {
background:#2b2b2b
}
#nb-vertical .nb-thumbnail-title {
	margin-bottom: 5px;
	color: #fff;
        font-size: 13px;
}
#nb-vertical .nb-thumbnail-image {
	height: 100%;
 	display:flex;
	margin: auto;
}

#nb-vertical .nb-caption-container {
  color: #ddd;
  font-size: 14px;
  position: absolute;
  bottom: 23px;
  max-width: 50%;
  margin-left: -380px;
  left: 50%;
  box-sizing: border-box;
  padding: 0 8px 0 8px;
  z-index: 2;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  background:transparent;

}
#nb-vertical .nb-image-container::before {
  content: '';
  opacity: 0;
  -ms-filter:"alpha(opacity=0)";
  background-image: linear-gradient(rgba(0, 0, 0, 0) 65%,rgba(0, 0, 0, 0.4));
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: opacity 200ms linear;
}

#nb-vertical .nb-image-container:hover::before {
opacity:1;
-ms-filter:"alpha(opacity=100)";
}
/*
#nb-vertical .nb-thumbnail-text {
  width: 170px;
  float: right;
  padding: 8px;
  min-height: 80px;

}*/

#nb-vertical .nb-thumbnail-text {
  padding: 8px;
  min-height: 80px;
  margin-left:105px;
}
#nb-vertical .nb-thumb-highlight .nb-thumbnail-text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#nb-vertical ._nb-previous-arrow {
top:10px;
background-color:transparent;
}

#nb-vertical ._nb-next-arrow {
bottom: 0px;
background-color:transparent;
}

#nb-vertical .nb-thumbnail-description {
font-size: 11px;
    color: #999;
}
#nb-vertical.nb-full-screen {
position:relative;
padding-right: 290px!important;
}
#nb-vertical .nb-full-screen-button  {
    top: 5px;
    right: -17px;
    text-align: center;
    transform: scale(0.8);
}
#nb-vertical.nb-full-screen  .nb-full-screen-button {
  top: 5px;
  right: 0px;
}
#nb-vertical.nb-full-screen ._nb-previous-arrow {
  top: 12px;
}
#nb-vertical.nb-full-screen ._nb-next-arrow{
  bottom: 3px;
}
@media (max-width: 850px) {
	#nb-vertical .nb-thumbnail {
		/*text-align: center;*/
	}
	#nb-vertical .nb-thumbnails-container {
  	margin-top: 6px!important;
	}
	#nb-vertical .nb-thumbnail-container {
	width:auto!important;
        opacity: .7;
	}
	#nb-vertical .nb-thumbnail-container:hover,  #nb-vertical .nb-thumbnail-container.nb-selected-thumbnail{
	opacity:1;
        background:none;
	}
	#nb-vertical .nb-thumbnail-image-container {
		height: 50px;
  		width: 70px;
  		margin-right: 3px;
	}

	#nb-vertical .nb-thumbnail-text {
		width: 120px;
		display: none;
	}

	#nb-vertical .nb-thumbnail-title {
		font-size: 12px;
	}

	#nb-vertical .nb-thumbnail-description {
		display: none;
	}
	#nb-vertical .nb-caption-container {
  
	font-size: 12px;
  	bottom: 80px;
  	left: 0;
  	margin-left: 0;
  	text-align: center;
  	max-width: 100%;

	}

}
@media (max-width: 500px) {

  #nb-vertical .nb-thumbnail-text {
    display: inline-block;
    margin-left: 0px;
    text-align: center;
    padding: 3px 0;
    max-width: 80px;
 }
	 
#nb-vertical .nb-thumbnail-image-container { display:none; }

#nb-vertical:not(.nb-full-screen) {

padding-left: 0px;
padding-right: 0px;

}
#nb-vertical .nb-caption-container {
  font-size: 11px;
  bottom: 65px;
}

#nb-vertical .nb-thumbnail-container.nb-selected-thumbnail,
#nb-vertical .nb-thumbnail-container:hover  {
background:#2b2b2b;
}

}
/* HTML Slide
---------------- */

/* buttons (pages) */
#nb-htmlSlide .nb-buttons {
bottom: 0px!important;
}

/* Video Example
----------------- */

#nb-video-gallery {
position:relative;
max-width:900px;
background:#000;
}

#nb-video-gallery .nb-thumbnail-image-container {
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
}

#nb-video-gallery .nb-thumbnail-image {
	height: 100%;
}
#nb-video-gallery .nb-caption-container{
color:#ddd;
font-size:14px;
}


#nb-video-gallery .nb-thumbnail-text {
  padding: 8px;
  min-height: 80px;
  min-width:217px;
  margin-left:105px;
}
#nb-video-gallery .nb-thumb-highlight' .nb-thumbnail-text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#nb-video-gallery .nb-thumbnail-title {
	margin-bottom: 5px;
	color: #333;
  	font-weight: bold;
}

#nb-video-gallery .nb-thumbnail-description {
	font-size: 11px;
	color: #999;
    max-width: 115px;
    margin-top: 6px;
}
#nb-video-gallery .nb-thumbnail-title {
    color: #fff;
font-weight: bold;
    font-size: 13px;
    max-height: 3em;
    overflow: hidden;
    word-wrap: break-word;
    max-width: 140px;
}
#nb-video-gallery .nb-thumbnail {
    padding: 5px;
}
#nb-video-gallery ._nb-arrow {
margin: -2px 0 0 0!important;
}
#nb-video-gallery .nb-thumbnail-container.nb-selected-thumbnail{
background:#2c2c2c;
}
/*
#nb-video-gallery ._nb-next-arrow, #nb-video-gallery ._nb-previous-arrow  {
  background-position: -88px -257px;
  border-radius: 0px 0 0 0px;
  right: 0px;
  width: 34px;
  height: 38px;
  background-color: rgba(0, 0, 0, 0.55);
}
#nb-video-gallery ._nb-previous-arrow {
  background-position: -119px -256px
}
#nb-video-gallery ._nb-next-arrow:hover , #nb-video-gallery ._nb-previous-arrow:hover  {
  background-color: rgba(0, 0, 0, 0.95);
}
*/
#nb-video-gallery .nb-left-thumbnails .nb-thumbnail-arrows .nb-thumbnail-arrow, .nb-right-thumbnails .nb-thumbnail-arrows .nb-thumbnail-arrow{
  background: rgba(0, 0, 0, 0.64) url(images/icons-nav.png?v=2) 0 0 no-repeat;
  background-position: -195px -266px!important;
}

#nb-video-gallery .nb-left-thumbnails .nb-previous-thumbnail-arrow,#nb-video-gallery  .nb-right-thumbnails .nb-previous-thumbnail-arrow {
  background-position: -154px -267px!important;
}
#nb-video-gallery .nb-left-thumbnails .nb-thumbnail-arrows .nb-thumbnail-arrow:hover,
#nb-video-gallery .nb-right-thumbnails .nb-thumbnail-arrows .nb-thumbnail-arrow:hover{
  background-color: rgba(0, 0, 0, 0.95);
}
@media (max-width: 1024px) {
	#nb-video-gallery .nb-thumbnail-text {
		width: 100%;
		min-width:0!important;
		margin-top: 2px;
	}

	#nb-video-gallery .nb-thumbnail-title {
		font-size: 12px;
	}

	#nb-video-gallery .nb-thumbnail-description {
		/*display: none;*/
	}


}
@media (max-width: 500px) {
	#nb-video-gallery .nb-thumbnail {
		text-align: center;
	}

	#nb-video-gallery .nb-thumbnail-image-container {
		display: none;
	}

	#nb-video-gallery .nb-thumbnail-text {
		width: 100%;
  		margin-left: 0;
		min-width:0!important;
		margin-top: 10px;
	}

	#nb-video-gallery .nb-thumbnail-title {
		font-size: 12px;
	}

	#nb-video-gallery .nb-thumbnail-description {
		/*display: none;*/
	}
}
#nb-video-gallery .nb-left-thumbnails,#nb-video-gallery .nb-right-thumbnails {
  background: #1b1b1b;
  margin-top: 0px;
  padding-left: 0px;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
/*
#nb-video-gallery .nb-left-thumbnails .nb-thumbnail-container,
#nb-video-gallery .nb-right-thumbnails .nb-thumbnail-container {
  border-bottom: 1px solid #ddd;
}*/

#nb-video-gallery .nb-thumbnail-container {
opacity:0.9;
}
#nb-video-gallery .nb-thumbnail-container:hover {
opacity:1;
    background: #2c2c2c;
}
#nb-video-gallery .nb-bottom-thumbnails .nb-thumbnail-description {
  font-size: 12px;
  color: #CDC3C3;
}
#nb-video-gallery .nb-bottom-thumbnails .nb-thumbnail-title {
color:#fff
}
#nb-video-gallery .nb-bottom-thumbnails .nb-selected-thumbnail .nb-thumbnail-title {
color: #1CC778;
}


#nb-video-gallery .nb-thumbnail-container:hover .nb-thumbnail-title {
/* text-decoration:underline;*/
}
#nb-video-gallery .nb-selected-thumbnail .nb-thumbnail-title {
color:#fff;
}

#nb-video-gallery .nb-right-thumbnails.nb-thumb-highlight' .nb-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 3px solid #FF4502;
  left: 0;
  top: 0;
}
#nb-video-gallery .nb-left-thumbnails.nb-thumb-highlight' .nb-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 3px solid #FF4502;
  right: 0;
  top: 0;
}

#nb-video-gallery .nb-slides-container:before {
content:'';
position:absolute;
top:50%;
left:50%;
background:url(images/blank.gif) no-repeat;
width:16px;
height:16px;
margin-top-8px;
margin-left:-8px;
}


/* Horizontal Image Gallery
--------------------------- */
#horizontal-gallery {
margin: 0 auto;
}
#horizontal-gallery:not(.nb-full-screen) {
background: #f7fafb;
}
#horizontal-gallery .nb-caption-container {
text-align: center;
margin-top: 8px;
position: absolute;
bottom: 102px;
background-color: #4E4E4ECC;
padding: 6px !important;
color: #fff;
}

#horizontal-gallery .nb-selected-thumbnail{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition:-webkit-filter .2s ease-in;
  -moz-transition:-moz-filter .2s ease-in;
   transition:filter .2s ease-in,-moz-filter .2s ease-in,-webkit-filter .2s ease-in;
}
#horizontal-gallery:not(.nb-full-screen) .nb-full-screen-button {
top: 13px;
left: 24px;
-webkit-transform: scale(0.85);
transform: scale(0.85);
}
#horizontal-gallery .nb-thumbnails {
margin: 0 auto;
}

/*
#horizontal-gallery ._nb-arrow {
background-color:transparent!important;
}

#horizontal-gallery .nb-next-thumbnail-arrow,#horizontal-gallery .nb-previous-thumbnail-arrow  {

background:none;
box-shadow:none!important;
height: 90px;
background: transparent!important;

}

#horizontal-gallery .nb-next-thumbnail-arrow:before {

  content: '';
  position: absolute;
  top: -5px;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 26px;
  height: 95px;

}
#horizontal-gallery .nb-next-thumbnail-arrow:after {

  content: '';
  position: absolute;
  top: 35px;
  right: -3px;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-width: 8px 10px;
  border-left-color: #fff;
  overflow: hidden;
  opacity: .8;

}

#horizontal-gallery .nb-previous-thumbnail-arrow:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 26px;
  height: 93px;
}
#horizontal-gallery .nb-previous-thumbnail-arrow:after {
  content: '';
  position: absolute;
  top: 40px;
  left: -3px;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-width: 8px 10px;
  border-right-color: #fff;
  overflow: hidden;
  opacity: .8;
}
#horizontal-gallery .nb-previous-thumbnail-arrow:hover:after,
#horizontal-gallery .nb-next-thumbnail-arrow:hover:after {
opacity:1;
}
*/


/* Fade Gallery
--------------------- */
#nb-fade-gallery .nb-bottom-thumbnails {
  bottom: 4px;
  opacity: 1;
  background: rgb(0, 0, 0);
  /* box-shadow: 0px -9px 6px #121111; */
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

#nb-fade-gallery.nb-full-screen .nb-caption-container {
background:transparent;
}
#nb-fade-gallery .nb-slides-container{
background:#000;
}

#nb-fade-gallery:not(.nb-full-screen) .nb-slides-container:hover + .nb-bottom-thumbnails,
#nb-fade-gallery:not(.nb-full-screen) .nb-bottom-thumbnails:hover {
opacity:1;
}
#nb-fade-gallery.nb-full-screen .nb-bottom-thumbnails {
bottom:10px;
visibility:visible;
opacity:1;
}

#nb-fade-gallery .nb-thumbnail-image {
width:120px;
min-height:90px;
}
#nb-fade-gallery .nb-thumbnail-container {

-webkit-perspective:1000;
perspective: 1000;

-webkit-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-transition:border .1s ease, opacity .1s ease;
transition:border .1s ease, opacity .1s ease;
}
#nb-fade-gallery .nb-selected-thumbnail {
border:1px solid #ddd;
}
#nb-fade-gallery .nb-caption-container {
  position: absolute;
  top: 0px;
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 3px;
  color: #fff;
  padding-left: 20px;
  font-weight: bold;
  padding-right: 20px;
  text-align: left;
  font-size: 13px;
  max-width: 90%;
  max-height: 16px;
}

#nb-fade-gallery .nb-left-thumbnails, #nb-fade-gallery .nb-right-thumbnails {
  margin-top: 0px;
}

/* Boss Gallery
----------------- */


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

#boss-gallery {
  background: #212124;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#boss-gallery ._nb-arrow {
background-color:transparent;

margin-top:-20px;
opacity:.7;
-ms-filter:"alpha(opacity=70)";
-webkit-transition:opacity .5s ease-in;
transition:opacity .5s ease-in;
}
#boss-gallery ._nb-next-arrow {
  background-position: -188px -133px;
  right: 10px;
}
#boss-gallery ._nb-previous-arrow {
  background-position: -45px -133px;
  left: 2px;
}
#boss-gallery ._nb-next-arrow:hover,#boss-gallery ._nb-next-arrow:focus,
#boss-gallery ._nb-previous-arrow:hover,#boss-gallery ._nb-previous-arrow:focus {
opacity:1;
-ms-filter:"alpha(opacity=100)";
}
@media only screen and (max-width: 600px) {
#boss-gallery ._nb-next-arrow {
  background-position:11px -255px;
}

#boss-gallery ._nb-previous-arrow {
background-position: -18px -254px;
}
}

#boss-gallery ._nb-arrow.__disabled {
opacity:.1;
-ms-filter:"alpha(opacity=10)";
}
#boss-gallery .nb-bottom-thumbnails {
padding-top:14px;
padding-bottom:14px;
opacity:.8;
}
#boss-gallery .nb-slide.nb__active:after {
  content: '';
  background-repeat: no-repeat;
  width: 100%;
  height: 80px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -55px;
}
#boss-gallery .nb-full-screen-button {
opacity:.7;
-ms-filter:"alpha(opacity=70)";
top:20px;
right:16px;
background-position: -9px -221px;
  width: 24px;
  height: 24px;
-webkit-transition:opacity .5s ease-in;
transition:opacity .5s ease-in;
}
#boss-gallery .nb-full-screen-button:hover {
opacity:1;
-ms-filter:"alpha(opacity=100)";
}
#boss-gallery .nb-thumbnail-container {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
}

#boss-gallery .nb-selected-thumbnail {
  border: 1px solid #fff;
  -webkit-transition: border .01s ease-in;
  -moz-transition: border .01s ease-in;
  transition: border .01s ease-in;
}

#boss-gallery.nb-full-screen .nb-full-screen-button {
background-position: -50px -232px;
}
#boss-gallery:not(.nb-full-screen) .nb-slides-container {
padding-bottom:50px;
}
#boss-gallery.nb-full-screen {
height: 100%;
background:#000;
}
#boss-gallery .nb-slides-container {
  padding-top: 26px;
}
#boss-gallery .nb-thumbnails-container {
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width:100%;

}

#boss-gallery .nb-thumbnails-container.__hover {
-webkit-animation-name: fadeIn;
-webkit-animation-fill-mode: both;
-webkit-animation-duration: .3s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name: fadeIn;
-moz-animation-fill-mode: both;
-moz-animation-duration: .3s;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
animation-name: fadeIn;
animation-fill-mode: both;
animation-duration: .3s;
animation-iteration-count: 1;
animation-timing-function: linear;

}

#boss-gallery .nb-thumbnails-container.__hover .nb-thumbnail-container {
  margin-left: 7px;
  margin-right: 7px;
}

#boss-gallery.__activeThumbs .nb-slide.nb__active:after {
  background-image: linear-gradient(0deg,#212124 55px,rgba(33,33,36,0) 80px);

}

#boss-gallery.__activeThumbs .nb-bottom-thumbnails,
#boss-gallery.__activeThumbs .nb-thumbnail-container,
#boss-gallery.__activeThumbs .nb-fade-thumbnail-arrows {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

#boss-gallery .nb-thumbnail-arrows {
width:100%;
}

#boss-gallery .nb-next-thumbnail-arrow,
#boss-gallery .nb-previous-thumbnail-arrow {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#boss-gallery .nb-next-thumbnail-arrow {
  position: absolute;
  left: 400px;
  right: 0;
  margin: 0 auto;
  bottom: 24px;
  height: 26px;
  width: 12px;
  background-color: transparent;
  background: url(images/icons-nav.png?v=2) 0 0 no-repeat;
  background-position: -3px -264px!important;
}
#boss-gallery .nb-previous-thumbnail-arrow {
  position: absolute;
  left: -400px;
  right: 0;
  margin: 0 auto;
  bottom: 24px;
  height: 26px;
  width: 12px;
  background-color: transparent;
  background: url(images/icons-nav.png?v=2) 0 0 no-repeat;
  background-position: -31px -264px!important;
}
#boss-gallery .nb-fade-thumbnail-arrows {
  -webkit-transition:none !important;
  -moz-transition:none !important;
  -o-transition:none !important;
  transition:none !important;
}

#boss-gallery.nb-full-screen .nb-thumbnails-container {
display:none;
}

#boss-gallery .baron_download {
  position: absolute;
  bottom: 16px;
  right: 40px;
  background: url(images/icons-nav.png?v=2) 0 0 no-repeat;
  background-position: -172px -224px;
  width: 22px;
  z-index: 22222222;
  height: 28px;
  opacity:.9;
  cursor:pointer;
}

#boss-gallery .baron_share {
  position: absolute;
  bottom: 16px;
  right: 94px;
  background: url(images/icons-nav.png?v=2) 0 0 no-repeat;
  background-position: -136px -224px;
  width: 26px;
  z-index: 22222222;
  height: 28px;
  opacity:.9;
  cursor:pointer;
}

#boss-gallery .baron_share:hover,
#boss-gallery .baron_download:hover {
opacity:1;
}

@media (max-width: 700px) {
#boss-gallery .baron_share{
  top: 16px;
  left: 14px;
}
#boss-gallery .baron_download {
  top: 16px;
  left: 55px;
}
}

/* Carousel Slider
--------------------- */
#nb-carousel {
background:#1F1E1E;
}

#nb-carousel .nb-carousel {
/*
  border: 1px solid #f1f1f1;
  display: inline-block;
  margin: 0 32px 0 -8px;
  padding: 7px 7px 0 7px;
*/
}
#nb-carouse .carouosel_cont {
  cursor: pointer;
  display: inline-block;
  position: relative;
  white-space: normal;
}
#nb-carousel .carousel-layout {
width: 167px;
  height: 93px;
  display: inline-block;
}
#nb-carousel .carousel-second-images {
display:block;
margin-bottom: 1px;
}
#nb-carousel .carousel-main-image {
  display: -moz-inline-box;
  display: inline-block;
  margin-top: 0;
  margin-left: 0px;
  margin-right: -2px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  z-index: 1;
}

#nb-carousel .carousel-main-image-sty {
  border: 0;
  color: rgba(0,0,0,0);
  display: block;
  -webkit-touch-callout: none;
}

#nb-carousel .nb-car-righ-im {
  display: inline-block;
}
#nb-carousel .carousel-main-image img {
width:166px;
height:93px;
cursor:pointer;
}
#nb-carousel .carousel-second-images img {
width:82px;
height:46px;
cursor:pointer;
}
#nb-carousel .nb-thumbnails-container {
  padding-bottom: 10px;
  padding-top: 8px;
  margin-top:0!important;
}
#nb-carousel .nb-thumbnail-container {
opacity:1;
-ms-filter: "alpha(opacity=100)";
margin-left: 10px;
margin-right: 10px;
}
#nb-carousel .nb-thumbnail-container:first-child {
margin-left:50px;
}
#nb-carousel .nb-thumbnail-container:last-child {
margin-right:50px;
}
#nb-carousel .nb-caption {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font: 18px/30px Arial,sans-serif;
  color:#ddd
}
#nb-carousel .nb-thumbnail.nb-carousel {
  border: 1px solid #1F1E1E;
  display: inline-block;
  padding: 7px 7px 0 7px;
  opacity:0.96
}
#nb-carousel .nb-thumbnail.nb-carousel:hover {
  border: 1px solid #000000;
  box-shadow: 1px 1px #000;
  background-color: #141517;
  opacity:1
}
#nb-carousel .nb-thumbnail.nb-carousel:hover .nb-caption {
color:#fff
}
#nb-carousel .nb-thumbnail.nb-carousel.__plusphoto .carousel-main-image img:first-child {
display:inline-block;
width:125px;
height:93px;
margin-right: -2px;
}
#nb-carousel .nb-thumbnail.nb-carousel.__plusphoto .carousel-main-image img:last-child {
display:inline-block;
width:150px;
height:93px;
}
#nb-carousel .nb-thumbnail.nb-carousel.__plusphoto .carousel-second-images img {
width:61px;
height:46px;
}

#nb-carousel .nb-top-thumbnails .nb-thumbnail-arrows,
#nb-carousel .nb-bottom-thumbnails .nb-thumbnail-arrows {
margin-top:-10px!important;
}
/* next arrow */
#nb-carousel .nb-next-thumbnail-arrow {
  right: 0px;
  background:none;
  height: 154px;
  top: -67px;
  background-color:#1F1E1E;
  width: 42px;
  box-shadow:none;
  opacity: .7;
}
#nb-carousel .nb-next-thumbnail-arrow:before {
  content: '';
  -webkit-transform:scaleX(-1);
  -moz-transform:scaleX(-1);
  transform:scaleX(-1);
  background: url(images/icons-nav.png?v=2) 0 0 no-repeat;
  background-position: -4px -342px!important;
  width: 18px;
  height: 25px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  margin-left: -5px;
}

/* previous arrow */
#nb-carousel .nb-previous-thumbnail-arrow {
  right: 0px;
  background: none;
  height: 154px;
  top: -67px;
  background-color: #1F1E1E;
  width: 42px;
  box-shadow: none;
  opacity: .7;
}
#nb-carousel .nb-previous-thumbnail-arrow:before {
  content: '';
  background: url(images/icons-nav.png?v=2) 0 0 no-repeat;
  background-position: -4px -342px!important;
  width: 18px;
  height: 25px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  margin-left: -10px;
}

#nb-carousel .nb-previous-thumbnail-arrow:not(.__disabled):hover,
#nb-carousel .nb-next-thumbnail-arrow:not(.__disabled):hover,
#nb-carousel .nb-previous-thumbnail-arrow:not(.__disabled):hover:before,
#nb-carousel .nb-next-thumbnail-arrow:not(.__disabled):hover:before {
background-position: -4px -317px!important;
opacity:1;
background-color:#0D0D0D;
}
#nb-carousel .nb-previous-thumbnail-arrow.__disabled:before,
#nb-carousel .nb-next-thumbnail-arrow.__disabled:before {
background-position: -4px -367px!important;
}

/* Slider in popup 
------------------------- */
#nb-popup-slide:not(.nb-full-screen) .nb-slide {
 // margin-top: 10px;
}
#nb-popup-slide .nb-full-screen-button {
background-position: -56px -3px;
right: 40px;
z-index: 21;
}

#nb-popup-slide.nb-full-screen .nb-full-screen-button {
opacity.91!important;
right:6px
}
#nb-popup-slide:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  background:rgba(0, 0, 0, 0.20);
  z-index: 2;
}

#nb-popup-slide.nb-full-screen:before {
  background:rgba(0, 0, 0, 0.40);
}
#nb-popup-slide .nb-caption-container {
  color: #fff;
  text-align: left;
  margin-top: 0px;
  padding: 14px 10px 0px 10px;
  position:absolute;
  top:0; 
  max-height: 20px;
  background:none;
  z-index: 3;
}
#nb-popup-slide.nb-full-screen .nb-caption-container {
  left: 0px!important;
  padding: 10px;
  max-width: 100%;
}
#nb-popup-slide .nb-slides {
z-index:-1;
}
#nb-popup-slide .nb-mask {
z-index:1;
}

/* Tabs Example
---------------------*/

#nb-tabs-slide {
border:1px solid #ddd;
background:#fff;
padding: 0px 6px;
}

/* reset buttons */
#nb-tabs-slide .nb-buttons {
  position: relative;
  width: auto;
  text-align: left;
  padding-top: 0px; 
  bottom: auto;
}
#nb-tabs-slide .nb-button,
#nb-tabs-slide .nb-selected-button {
box-shadow:none;
  background: transparent;
  margin: 0;
  border-radius: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
   transition:none; 
}
#nb-tabs-slide .nb-button:after{
content:none
}

#nb-tabs-slide .nb-buttons {
  background: transparent;
  position: absolute;
  top: -65px;
  left: 5px;
}

#nb-tabs-slide .nb-button,#nb-tabs-slide .nb_dtab {
  position: relative;
  display: inline-block;
  min-width:100px;
  width:auto;
  margin-left: -3px;
  padding: 0;
  border: 0;
  outline: 0;
  outline: 0 none;
  text-decoration: none;
  list-style: none;
  list-style-type: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#nb-tabs-slide .nb-button .nb_dtab {
  box-shadow: -2px 0px 2px -2px rgba(0, 0, 0, .1);
  top: 1px;
  border-width: 1px;
  line-height: 18px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #444;
  text-shadow: 0 1px #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FDFCFC', endColorstr='#FBF9F9');
  background-color: #F2F0F0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFCFC), to(#F2F0F0), color-stop(0.5, #FBF9F9), color-stop(0.5, #F7F5F6));
  background-image: -webkit-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
  background-image: -moz-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
  background-image: -o-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
  background-image: -ms-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#nb-tabs-slide .nb-button .nb_dtab:hover {
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(50%,#fbf9f9), color-stop(50%,#f7f5f6), color-stop(100%,#fcfcfc));
  background: -webkit-linear-gradient(top, #fcfcfc 0%,#fbf9f9 50%,#f7f5f6 50%,#fcfcfc 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%,#fbf9f9 50%,#f7f5f6 50%,#fcfcfc 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%,#fbf9f9 50%,#f7f5f6 50%,#fcfcfc 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%,#fbf9f9 50%,#f7f5f6 50%,#fcfcfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fbf9f9',GradientType=0 );
}
#nb-tabs-slide .nb-button .nb_dtab {
  margin-right: -1px;
  min-height: 1px;
  font-size: 12px;
  padding: 15px 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  outline: none;
  color: #111;
  line-height: 18px;
  font-weight: inherit;
  font-size: 12px;
  padding: 13px 24px;
  cursor: pointer;
  border-color: #CECECE;
  border-style: solid;
}

#nb-tabs-slide .nb-button.nb-selected-button .nb_dtab {
  color: black;
  text-shadow: 0 1px #fff;
  filter: none;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: 1px;
  border-width: 1px 1px 0 1px;
  border-bottom: 1px solid #fff;
}
#nb-tabs-slide .nb-button > .nb_dtab > div {
  line-height: 18px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#nb-tabs-slide .nb-button > .nb_dtab > div > span {
  display: block;
  font-size: .9em!important;
  font-weight: normal;
  text-transform: none;
  line-height: 1.65em;
  opacity: 1;
  margin-top: 0.05em;
  letter-spacing: 0px;
}

@media only screen and (max-width: 500px) {
#nb-tabs-slide .nb_tab,#nb-tabs-slide .nb_dtab {
  min-width: 30px;
  width: 50px;
}
#nb-tabs-slide .nb_tab a
{
padding:10px;
}
#nb-tabs-slide .nb_tab > a > div > span{
display:none;
}
#nb-tabs-slide .nb_tabs {
  top: -52px;
}

#nb-tabs-slide {
  padding: 4px 0;
}
}

/* Full Width
------------------------- */
#nb_full-width .nb-slides-container {
background:#000;
}
#nb_full-width a {
text-decoration:none;
}
/* Visible Nearby 
------------------------ */

#nb-nearby {

  background: #141414!important;
  background-color: #141414!important;
  color: #FFF;
}
#nb-nearby img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-height: 470px;
}
#nb-nearby .nb-image-container {
  background: #151515;
}


#nb-nearby .nb-slide img {

  opacity: 0.25;
  -ms-filter: "alpha(opacity=25)";

  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);
  -o-transform: scale(0.88);
  transform: scale(0.88);

  -webkit-transition: -webkit-transform 0.3s ease-out,opacity 0.25s;
  -moz-transition: -moz-transform 0.3s ease-out,opacity 0.25s;
  transition: transform 0.3s ease-out, opacity 0.25s;
}

#nb-nearby .nb-slide.nb__active img {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

}

#nb-nearby .nb-caption-container {
  line-height: 18px;
  padding: 12px 0 16px;
  font-size: 16px;
  color: #fff;
  height: 40px;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  text-shadow: 0 0 2px #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  z-index: 2;

}
#nb-nearby .nb-caption-container .nb-author-capt {
display:block;
font-size:14px;
line-height: 22px;
color:#ddd;
  text-shadow: 0 0 2px #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  z-index: 2;

}

#nb-nearby .nb-caption-container:before {
  content:'';
  opacity: 1;
  -ms-filter:"alpha(opacity=100)";
  background-image: linear-gradient(rgba(0, 0, 0, 0) 65%,rgba(0, 0, 0, 0.4));
  position: absolute;
  top: 0;
  left:0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: opacity 200ms linear;
}
@media only screen and (max-width: 400px) {
#nb-nearby .nb-caption-container{
   padding: 0
}
#nb-nearby .nb-caption-container {
  font-size: 13px;
}

#nb-nearby .nb-caption-container .nb-author-capt{
  font-size: 11px;
  line-height:16px;
}

}
                  
/* Panorama
--------------*/
#panorama-slide  .nb-slides-container {
background:#000
} 
#nb_full-height .nb-slides-container {
background:#000
}                                                                                   