/* fonts
font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;

/* colors	
greenBrand - rgba(255, 128, 0, 1) | color: #87BA45
blue - rgba(92, 184, 231, 1) | color: #5CB8E7
blue soft - rgba(190, 227, 245, 1) | color: #BEE3F5
red - rgba(232, 68, 61, 1) | color: #E8443D
grey - rgba(242, 242, 242, 1) | color: #F2F2F2
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,400,700|Open+Sans:300,400');

html {
	scroll-behavior: smooth;
}

body{
	font-family: 'Open Sans', sans-serif;
}

#wrapper{
  background-color: #fff;
  width: 100%;
  z-index: 500000;	
}
/* Tipografia */

p{
  font-family: 'Open Sans', sans-serif;	
  font-size:1.0em;
  text-align: justify;
  line-height: 1.5em;		
}
li{
  font-family: 'Open Sans', sans-serif;	
  font-size:1.0em;
  line-height: 2.1em;	
}

a,
a:visited {
	color: #87BA45; 
}

a:link .btn:hover,
a:link .btn:focus,
a:link .btn.focus {
  text-decoration: none;
  color: #87BA45; 
}

h1,
h2,
h3,
h4
h5,
h6{
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}


.error {
	font-size: 0.8em;
	color: red;
	font-weight: unset;
	padding-left: 4px;
}

/* social row */
#socialrow{
  width: 100%;
  min-height:40px;	
}

/* colors */
.red{
  color: #E8443D; 	
}
.greenBrand{
  color: #87BA45; 	
}
.blue{
  color: #5CB8E7; 	
}
.green{
  color: #007946; 	
}
.img-hover{
  opacity: 0.7;
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */	
  display:inline;
}
.img-hover:hover{
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0);	
  cursor: pointer;
}
/* NAVBAR DEFAULT */
.navbar-default{
  background-color: #fff;	
  font-size:0.9em;
}
/* Navbar Costume */
.navbar-costume{
	background-color:transparent;
	font-family: 'Montserrat', sans-serif;
	font-size:1.0em;
	border-bottom: none;
}
.navbar-brand{
  margin-top:-15px;	
  margin-left:-15px;
}
.navbar-brand img{
	height: 45px;
	width: auto;
	padding-top:5px;
}
.shield {
	display: flex;
	padding-top: 28px;
	font-size: 1.2em;
	margin: 0;
	color: #87BA45;
}

.navbar-collapse li {
    text-align: center;
}
.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
    color: #fff !important;
    background-color:#87BA45 !important;
}
.navbar-nav > li > a.selected {
	background-color: #333;
	color: #fff;
}
/* Menu sandwish */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 0px;
}
.navbar-toggle:hover .icon-bar {
  background-color:#87BA45;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-collapse ul {
	margin-bottom:0px;
	margin-top:0px;	
}
.navbar-collapse li {
	text-align:left;
}
@media (max-width: 767px) {
.navbar-collapse li {
	border-bottom:1px solid #ddd;
}
.navbar-collapse li:hover {
	background-color:#87BA45;
	text-align:center;
}
.navbar-collapse li:hover a:link,
.navbar-collapse li:hover a:visited {
	color:#FFFFFF;
	text-align:center;
}	
}


/* Header */
header{
  width: 100%;
  height:auto;
  position: relative;
  margin-top:50px; 
  background-attachment:scroll;
  z-index:0;
  background: white;
}

header .txt{
  font-family: 'Montserrat', sans-serif;
  /*color: #87BA45;*/
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
  font-size:1.5em;
  text-align: left;
  margin-top:100px; 
  padding-bottom: 15px;
  /* border-bottom:1px solid #87BA45;	 */
}

header h4{
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
  font-size:1.6em;
  text-align: left;
  margin-top:200px; 
  padding-bottom: 15px;
  border-bottom: none;
}
header h5{
  font-family: 'Montserrat', sans-serif;
  /*color: #87BA45;*/
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
  font-size:1.2em;
  font-style:italic;
  text-align: left;
  padding-bottom: 15px;
  border-bottom:1px solid #87BA45;	
}
.logofacebox{
  width:450px;
  height:450px;
  overflow:hidden;
  margin-left:5%;
}
.logoface{
   overflow:hidden;
}

/* OWL */
#fixtit{
	position: absolute;
	left: 17%;
	display: inline-block;
	z-index:500000;
}
#owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
}

/* Estrutura */
.divider20{
	height:20px;
}
.divider40{
	height:40px;
}
.divider60{
	height:60px;
}
section{
  width: 100%;
  min-height:300px;
  padding-top:60px;
  padding-bottom:60px;
  margin-bottom: 20px;
  display: block;
}
section h1{
  font-size:2.8em;
}

section h3{
	font-size:1.4em;
	margin-top: 40px;
}

.media-image{
	height: auto;
	width: 120px;
	margin-top: 0px;
	padding-top: 20px;
}

/* mapa */
#map-canvas {
   background-color:#F2F2F2;
   height: 450px;
   padding: 0px;
}
/* Pagina Servicos */
.servicebox{
	min-height: 250px;
}
.servicebox:hover{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.45);
	cursor: pointer;
}
.servicebox h3{
	min-height: 100px;
	padding-bottom: 10px;
	border-bottom:1px solid #CCC;
	margin-bottom: 0px;
}
.servicebox:hover h3{
	color: #87BA45;
}
.servicebox img{
	margin-top: 0px;
	opacity: 0.7;
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */	
}
.servicebox:hover img{
	margin-top: 0px;
	opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0);
}

/* Pagina Equipa */
.equipabox{
	padding-bottom: 10px;
	margin-bottom: 10px;	
}



/* Páginas */
#contactobar a:link,
#contactobar a:visited,
#contactobar a:active{
	color:#000;
}
#contactobar a:hover{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#sec1{
  background:url(../images/h400/1INIC.jpg) center center no-repeat;
  background-attachment:fixed;
  padding-top:120px;
  width: 100%;
  min-height:400px;
  position: absolute;
  left: 0;
  right: 0;
}
#sec2{
  background:url(../images/bg_5pb.jpg) center top no-repeat;
  background-attachment:scroll;
  padding-top:120px;
  min-height:400px;
}

/* STYLING FORM */
.control-group {
	margin-bottom: 25px;
}

.input-md{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 15px;
  margin-bottom:5px;
  font-size: 1.0em;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border:none;
  border-radius: 0px;
  background-color: #f5f5f5;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.input-group .input-md {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
textarea.input-md {
  height: auto;
  background-color: #f5f5f5;
}
/* BUTTONS */
.btn-default {
  color: #fff;
  background-color: #87BA45;
  border: none;
  font-family: 'Montserrat', sans-serif;
  text-transform:uppercase;
  border-radius: 0px;
}
.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
  color: #f5f5f5;
  background-color: #5CB8E7;
}
.btn-default:active,
.btn-default.active {
  color: #fff;
  background-color: #87BA45;
}
.btn-default[disabled],
.btn-default[disabled]:hover {
    background-color: lightgrey;
	border: 1px solid grey;
	color: grey;
}

.btn-primary {
  color: #666;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  text-transform:uppercase;
  border: none;
  border-radius: 0px;
  
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
  color: #666;
  background-color: #f5f5f5;
}
.btn-primary:active,
.btn-primary.active {
  color: #333;
  background-color: transparent;
}

.btn-white,
.btn-white:active,
.btn-white.active {
  color: #87BA45;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  text-transform:uppercase;
  text-decoration:none;
  border-radius: 0px;
}
.btn-white:focus,
.btn-white.focus,
.btn-white:hover {
  color:  #87BA45;
  background-color: #f5f5f5;
  text-decoration:none;
}

/* Pagina Contactos */
#contactos{
	background-color:#fff;
}
#contactos a,
#contactos a:active,
#contactos a:visited{
	color:#000;
	color:rgb(38,38,38);
	text-decoration:none;
}
#contactos .separadorgreen{
	margin-top:-75px;
	padding-bottom:60px;
}
/* Footer */
footer{
	margin-top:20px;
	padding-bottom:10px;
	display: flex;
  	align-items: center;
  	justify-content: center;
}
footer img {
    max-width: 100%;
    height: auto;
}
/*back to top */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right:0px;
	width: 49px;
	height: 49px;
	padding: 3px;
	text-align: center;
    display:none;
	z-index:2;
	font-size:2.8em;
	color:#666;
	background-color: #CCC;
}
.back-to-top:hover,
.back-to-top:active {
	color:#fff;
	background-color: #000;
}
/* TAG BOX */
#slideout {
	position: fixed;
	bottom: 120px;
	right: -51px;
	width: 150px;
	/*text*/
	padding: 8px 0;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background-color: #87BA45;
	/*rotation*/
	-webkit-transform: rotate(270deg);	
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	/*animated*/
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	/*radius */
	-webkit-border-radius: 0px 0px 0 0;
	-moz-border-radius: 0px 0px 0 0;
	border-radius: 0px 0px 0 0;
	/*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);*/
	z-index:50;
}
#slideout_inner {
	position: fixed;
	bottom: -400px;
	right: -80px;
	width: 300px;
	height: 160px;
	padding: 2px 20px 25px 15px;
	background-color: #333;
	/*text*/
	float:left;
	text-align:left;
	font-weight:300;
	/*rotation*/
	-webkit-transform: rotate(90deg);	
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	/*animated*/
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	/*radius */
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
#slideout_inner a:link,
#slideout_inner a:visited{
	color: #fff;
	cursor: pointer;
}
#slideout_inner a:hover,
#slideout_inner a:focus{
	color: #87BA45;
	text-decoration: none;
}
#slideout_inner h3{
	color: #fff;
	font-weight: 700;
	font-size:1.0em;
	text-transform: uppercase;
}
#slideout_inner h4{
	font-weight: 700;
}
#slideout:hover {
	bottom: 120px;
}
#slideout:hover #slideout_inner {
	bottom: 0;
}
/* Cookie Law */
#cookielaw{
	position:fixed;
	display:block;
	left:0;
	bottom:0;
	width:100%;
	min-height:80px;
	height:auto;
	z-index:1000;
	margin:0;
	padding-top:25px;
	background:#000;
	color: #fff;
	cursor:pointer;
	font-family: 'Montserrat', sans-serif;
}
#cookielaw .modal-title {
	font-size:0.85em !important;
}
.closecookie {
  color: #fff;
}
.closecookie:hover,
.closecookie:focus {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
button.closecookie {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
/* MODAL */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

/* grid text section */

.textSection {
    display: grid;
    grid: auto/300px 1fr;
    grid-gap: 0 4em;
    border-bottom: 1px solid 
    #CCC;
    padding-top: 2em;
    padding-bottom: 2em;
}

.textSection-title {
    grid-column: 1/2;
    text-align: left;
    align-self: start;
    top: 4.5em;
    position: sticky;
    top: 4.5em;
    color: #87BA45;
    text-transform: uppercase;
}

/* ALERT BOXES */
#boxalertencomenda{
	position:absolute;
	width:350px;
	height:auto;
	top:50%;
	left:50%;
	margin:-330px 0 0 -150px;
	color:#87BA45;
}

#boxalertinfo{
	position:absolute;
	width:400px;
	height:auto;
	top:50%;
	left:50%;
	margin:-200px 0 0 -150px;
	color:#fff;
}

#logotopbox{
	height:250px;
	border-bottom:#FFF 1px solid;
	overflow:hidden;
	text-align:center;
}
#logotopbox img{
	max-height:290px;
}
#boxalertinfo .input-md{
  display: block;
  width: 100%;
  height: 44px;
  padding: 5px 25px 10px;
  margin-bottom:5px;
  font-size:1.2em;
  line-height: 1.42857143;
  color: #fff;
  background-color: transparent;
  background-image: none;
  border:none;
  border-top:#fff 1px #fff;
  border-left:#fff 1px #fff;
  border-right:#fff 1px #fff;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#boxalertinfo #alert_placeholder{
	text-align:center;
	font-size:0.9em;
	margin:10px auto;
}




/* Responsive: Mobile
-----------------------------------------------------------------------*/
@media (max-width:767px) {

	.owl-carousel {
		min-height: inherit;
	}

	.navbar-brand img{
		padding-left: 15px;
	}
	.navbar-collapse li {
		text-align:center;
	}

	.navbar-nav .open .dropdown-menu {
		padding-top: 0;
		padding-bottom: 0;
	}

	.navbar-collapse li:hover {
		background-color: #f5f5f5;
		text-align: center;
	}

	.navbar-collapse li:hover a:link, .navbar-collapse li:hover a:visited {
		color: #87BA45;
		text-align: center;
	}

	header .txt{
	  font-family: 'Montserrat', sans-serif;
	  color: #fff;
	  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
	  text-transform:uppercase;
	  font-size:1.1em;
	  text-align: left;
	  margin-top:90px; 
	  padding-bottom: 1px;
	  border-bottom: none;	
	}

	#fixtit {
		left: 5%;
	}

	header h1 {
		font-size: 6.2vw;
		margin: 0;
		padding-right: 20px;
	}

	section { 
		padding-top: 50px;
	}

	.textSection {
		display: flow-root;
		border-bottom: 1px solid #CCC;
		padding-top: 2em;
		padding-bottom: 2em;
		background-color: white;
	}
	
	.textSection-title {
		position: sticky;
		top: 3.5em;
		color: #87BA45;
		text-transform: uppercase;
		background-color: white;
		padding: 10px 5px;
	}
}

/* Menu Tablet Horizontal
-----------------------------------------------------------------------*/
@media screen and (min-width: 981px) and (max-width: 1200px) {
	header .txt{
	  font-family: 'Montserrat', sans-serif;
	  color: #fff;
	  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
	  font-size:1.3em;
	  text-align: left;
	  margin-top:30px; 
	  padding-bottom: 1px;
	  /* border-bottom:1px solid #87BA45;	 */
	}
}
/* Menu Tablet Vertical
-----------------------------------------------------------------------*/
@media (min-width:767px) and (max-width:980px) {
	header .txt{
	  font-family: 'Montserrat', sans-serif;
	  color: #fff;
	  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
	  font-size:1.3em;
	  text-align: left;
	  margin-top:30px; 
	  padding-bottom: 1px;
	  /* border-bottom:1px solid #87BA45;	 */
	}
	
}


/* LIGHT BOX
-----------------------------------------------------------------------*/

/* IMAGE LIGHTBOX SELECTOR */

		#imagelightbox
		{
			cursor: pointer;
			position: fixed;
			z-index: 10000;

			-ms-touch-action: none;
			touch-action: none;

			-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
			box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
		}


		/* ACTIVITY INDICATION */

		#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
		}
		#imagelightbox-loading
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */

			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
			#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;

				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}


		/* OVERLAY */

		#imagelightbox-overlay
		{
			background-color: #fff;
			background-color: rgba( 255, 255, 255, .9 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}


		/* "CLOSE" BUTTON */

		#imagelightbox-close
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			text-align: left;
			background-color: #666;
			border-radius: 50%;
			position: fixed;
			z-index: 10002;
			top: 2.5em; /* 40 */
			right: 2.5em; /* 40 */

			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}
			#imagelightbox-close:hover,
			#imagelightbox-close:focus
			{
				background-color: #111;
			}
			#imagelightbox-close:before,
			#imagelightbox-close:after
			{
				width: 2px;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 20%;
				bottom: 20%;
				left: 50%;
				margin-left: -1px;
			}
			#imagelightbox-close:before
			{
				-webkit-transform: rotate( 45deg );
				-ms-transform: rotate( 45deg );
				transform: rotate( 45deg );
			}
			#imagelightbox-close:after
			{
				-webkit-transform: rotate( -45deg );
				-ms-transform: rotate( -45deg );
				transform: rotate( -45deg );
			}


		/* CAPTION */

		#imagelightbox-caption
		{
			text-align: center;
			color: #fff;
			background-color: #666;
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0.625em; /* 10 */
		}


		/* NAVIGATION */

		#imagelightbox-nav
		{
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			border-radius: 20px;
			position: fixed;
			z-index: 10001;
			left: 50%;
			bottom: 3.75em; /* 60 */
			padding: 0.313em; /* 5 */

			-webkit-transform: translateX( -50% );
			-ms-transform: translateX( -50% );
			transform: translateX( -50% );
		}
			#imagelightbox-nav button
			{
				width: 1em; /* 20 */
				height: 1em; /* 20 */
				background-color: transparent;
				border: 1px solid #fff;
				border-radius: 50%;
				display: inline-block;
				margin: 0 0.313em; /* 5 */
			}
			#imagelightbox-nav button.active
			{
				background-color: #fff;
			}


		/* ARROWS */

		.imagelightbox-arrow
		{
			width: 3.75em; /* 60 */
			height: 7.5em; /* 120 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			vertical-align: middle;
			display: none;
			position: fixed;
			z-index: 10001;
			top: 50%;
			margin-top: -3.75em; /* 60 */
		}
		.imagelightbox-arrow:hover,
		.imagelightbox-arrow:focus
		{
			background-color: #666;
			background-color: rgba( 0, 0, 0, .75 );
		}
		.imagelightbox-arrow:active
		{
			background-color: #111;
		}
			.imagelightbox-arrow-left
			{
				left: 2.5em; /* 40 */
			}
			.imagelightbox-arrow-right
			{
				right: 2.5em; /* 40 */
			}
			.imagelightbox-arrow:before
			{
				width: 0;
				height: 0;
				border: 1em solid transparent;
				content: '';
				display: inline-block;
				margin-bottom: -0.125em; /* 2 */
			}
				.imagelightbox-arrow-left:before
				{
					border-left: none;
					border-right-color: #fff;
					margin-left: -0.313em; /* 5 */
				}
				.imagelightbox-arrow-right:before
				{
					border-right: none;
					border-left-color: #fff;
					margin-right: -0.313em; /* 5 */
				}

		#imagelightbox-loading,
		#imagelightbox-overlay,
		#imagelightbox-close,
		#imagelightbox-caption,
		#imagelightbox-nav,
		.imagelightbox-arrow
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

		@media only screen and (max-width: 41.250em) /* 660 */
		{
			#container
			{
				width: 100%;
			}
			#imagelightbox-close
			{
				top: 1.25em; /* 20 */
				right: 1.25em; /* 20 */
			}
			#imagelightbox-nav
			{
				bottom: 1.25em; /* 20 */
			}

			.imagelightbox-arrow
			{
				width: 2.5em; /* 40 */
				height: 3.75em; /* 60 */
				margin-top: -2.75em; /* 30 */
			}
			.imagelightbox-arrow-left
			{
				left: 1.25em; /* 20 */
			}
			.imagelightbox-arrow-right
			{
				right: 1.25em; /* 20 */
			}
		}

		@media only screen and (max-width: 20em) /* 320 */
		{
			.imagelightbox-arrow-left
			{
				left: 0;
			}
			.imagelightbox-arrow-right
			{
				right: 0;
			}
		}
		
		#stSegmentFrame {
		  display:none;
		}
		.vdh-mask vdh-1182547925 {
		  display:none;
		  height:0px;
		}
		#stwrapper {
		  display:none;
		}
		#stOverlay {
		  display:none;
		}
		#stLframe {
		  display:none;
		}
