@charset "utf-8";
/* oxygen-regular - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/oxygen-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oxygen Regular'), local('Oxygen-Regular'),
       url('fonts/oxygen-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/oxygen-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/oxygen-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/oxygen-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/oxygen-v6-latin-regular.svg#Oxygen') format('svg'); /* Legacy iOS */
}

/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
       url('../fonts/titillium-web-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v5-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	}
	
   .bg1 { background:url(../background.png); }
    
    .bg2 {
      background-color: rgba(128,128,128,.05);
      background-image: url(../background.png);
      background-image: -webkit-gradient(radial, center top, 0, center top, 545, from(rgba(255,255,255,.25)), to(rgba(128,128,128,.05))), url(../background.png);
      background-image: -webkit-radial-gradient(center top, circle closest-corner, rgba(255,255,255,.25), rgba(128,128,128,.1)), url(../background.png);
      background-image: -moz-radial-gradient(center top, circle closest-corner, rgba(255,255,255,.25) 0%, rgba(0,0,0,.1) 60%), url(../background.png);
      background-image: -ms-radial-gradient(center top, circle closest-corner, rgba(255,255,255,.25), rgba(128,128,128,.1)), url(../background.png);
      background-image: -o-radial-gradient(center top, circle closest-corner, rgba(255,255,255,.25), rgba(128,128,128,.1)), url(../background.png);
      background-image: radial-gradient(center top, circle closest-corner, rgba(255,255,255,.25), rgba(128,128,128,.1)), url(../background.png);
      background-position: center center, top left;
      background-repeat: no-repeat, repeat;
    }
    
    .bg3 { background:url(../photoshop-gradient-overlay.png); }
    
    .bg4 {
      background-color: rgba(128,128,128,.05);
      background-image: url(../background.png);
      background-image: url(../foreground.png), -webkit-gradient(radial, center top, 0, center top, 490, color-stop(0, rgba(255,255,255,.25)), color-stop(0.8, rgba(0,0,0,.1))), url(../background.png);
      background-image: url(../foreground.png), -webkit-radial-gradient(center top, circle closest-corner, rgba(255,255,255,.25) 0%, rgba(0,0,0,.1) 80%), url(../background.png);
      background-image: url(../foreground.png), -moz-radial-gradient(center top , circle closest-corner, rgba(255,255,255,.25) 0%, rgba(0,0,0,.1) 60%), url(../background.png);
      background-image: url(../foreground.png), -ms-radial-gradient(center top, circle closest-corner, rgba(255,255,255,.25) 0%, rgba(0,0,0,.1) 80%), url(../background.png);
      background-image: url(../foreground.png), -o-radial-gradient(center top, circle closest-corner, rgba(255,255,255,.25) 0%, rgba(0,0,0,.1) 80%), url(../background.png);
      background-image: url(../foreground.png), radial-gradient(center top, circle closest-corner, rgba(255,255,255,.25) 0%, rgba(0,0,0,.1) 80%), url(../background.png);
      background-position: top left, center center, top left;
      background-repeat: repeat, no-repeat, repeat;
    }

body{
	  background-color: rgba(128,128,128,.05);
      background-image: url(../background.png);
      background-image: url(../foreground.png), -webkit-gradient(radial, center top, 0, center top, 490, color-stop(0, rgba(255,255,255,.25)), color-stop(0.8, rgba(0,0,0,.1))), url(../background.png);
      background-image: url(../foreground.png), -webkit-radial-gradient(center top, circle closest-corner, rgba(255,255,255,.25) 0%, rgba(0,0,0,.1) 80%), url(../background.png);
      background-image: url(../foreground.png), -moz-radial-gradient(center top , circle closest-corner, rgba(255,255,255,.25) 0%, rgba(0,0,0,.1) 60%), url(../background.png);
      background-image: url(../foreground.png), -ms-radial-gradient(center top, circle closest-corner, rgba(255,255,255,.25) 0%, rgba(0,0,0,.1) 80%), url(../background.png);
      background-image: url(../foreground.png), -o-radial-gradient(center top, circle closest-corner, rgba(255,255,255,.25) 0%, rgba(0,0,0,.1) 80%), url(../background.png);
      background-image: url(../foreground.png), radial-gradient(center top, circle closest-corner, rgba(255,255,255,.25) 0%, rgba(0,0,0,.1) 80%), url(../background.png);
      background-position: top left, center center, top left;
      background-repeat: repeat, no-repeat, repeat;
	}
	
body {
	font-size: 1em;
	color: #999;
	font-style: normal;
    font-weight: 300;
	font: 100 1em/150% 'Oxygen', serif;
}
	
.um { background: black; color: white; padding:0 20px; height: 100vh; }	

.grow img{
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
 
.grow img:hover {
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -moz-transform:scale(1.2); /* Firefox */
    -ms-transform:scale(1.2); /* IE 9 */
    -o-transform:scale(1.2); /* Opera */
     transform:scale(1.2);
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.wrapper {
	overflow: hidden;
	padding-top: 30px;
	margin: 0 auto;
}

.cabec {
	max-width: 100%;
	margin: auto;
	clear:both;
	margin-top: -88px;
	margin-left: 50px;
	}

.corpo{
	max-width: 100%;
	clear:both;
	margin-top: -88px;
	margin-left: 14%;
	margin-right: 10%;
	}
	
.masonry{
	max-width: 100%;
	clear:both;
	margin-top: -88px;
	margin-left: 14%;
	margin-right: 10%;
	margin-bottom: 30px;
	}
	
.degree {
	position: absolute;
	height: 300px;
	width: 30px;
    margin: 250px 0 0 50px;
	clear: both;
	z-index: 700;
}

#Grid main {
  background-color: #444;
  padding-top: 0; 
}
  
h1, h2, h3, h4 {
	font-weight: 100;
	color: #999;
	margin: 1em 0 0.5em;
	font-family: 'Titillium Web';
	line-height: 150%;
	text-align: center;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
strong {
	font-weight: 600;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.15em;
}

hr {

	border: none;
	height: 1px;
	background-color: #FFF;
	z-index: -1;
}

p {
	font-size: 1em;
	color: #999;
	font-style: normal;
	font-weight: 200;
	font-family: 'Oxygen', serif;
	line-height: 150%;
	text-align: justify;	
	}
	
body p {
	margin: 0.5em 1em 0.5m 1em;
	}

hr.vertical {
    display: block;
    transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
	top: 0;
    left: 50%;
}

hr.horizontal {
	margin-top: -50px;
}
	
.img-responsive {
  display: flex;
  max-width: 95%;
  height: auto;
}

.img-placeholder {
	background-image: url("");
	background-size: cover;
	min-height: 100px;
	min-width: 100px;
}


/* /////////////// LENTE /////////////////////////////////////////////////////// */

#rings {
	top: 14px;
	padding: 0;
	/*border: solid thin #063;*/
	background: url(../base2_222.png) no-repeat;
	position: relative;
	text-align: center;
	width: 222px;
	height: 222px;
	-webkit-tap-highlight-color: transparent;
	z-index: 999;
}
#first-ring {
	position: absolute;
	border: 28px solid rgba(0,0,0,.2);
	border-top-color: rgba(0,0,0,.04);
	border-bottom-color: rgba(0,0,0,.04);
	text-align: center;
	display: table;
	width: 165px;
	height: 165px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: turn_clockwise 30s infinite;
	-moz-animation: turn_clockwise 30s infinite;
	animation: turn_clockwise 30s infinite;
}
#second-ring {
	_position: relative;
	border: 12px solid #555; 
	/*Definindo o estilo da borda
	border-top-color: rgba(0,0,0,1);
	border-bottom-color: rgba(0,0,0,1);*/
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
	display: table-cell;
	width: 13px;
	height: 13px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: turn_counter_clockwise 8s infinite;
	-moz-animation: turn_counter_clockwise 8s infinite;
	animation: turn_counter_clockwise 8s infinite;
}
#second-ring:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border: 5px solid #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#third-ring {
	_position: relative;
	border: 18px solid #000;
	border-top-color: rgba(0,0,0,.8);
	border-bottom-color: rgba(0,0,0,.8);
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
	display: flex;
	width: 107px;
	height: 107px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: turn_clockwise 15s infinite;
	-moz-animation: turn_clockwise 15s infinite;
	animation: turn_clockwise 15s infinite;
}
#forth-ring {
	_position: absolute;
	border: 5px solid #000;
	border-top-color: rgba(0,0,0,.9);
	border-bottom-color: rgba(0,0,0,.9);
	margin: auto auto;
	width: 79px;
	height: 79px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
 @-webkit-keyframes turn_clockwise {
 0% {
 -webkit-transform: rotate(0deg);
}
 40% {
 -webkit-filter: none;
 filter: none;
}
 50% {
 -webkit-filter: blur(3px);
 filter: blur(3px);
}
 60% {
 -webkit-filter: none;
 filter: none;
}
 70% {
 -webkit-transform: rotate(-90deg);
}
 80% {
 -webkit-transform: rotate(-90deg);
}
 100% {
 -webkit-transform: rotate(180deg);
}
}
 @-moz-keyframes turn_clockwise {
 0% {
 -moz-transform: rotate(0deg);
}
 40% {
 -webkit-filter: none;
 filter: none;
}
 50% {
 -webkit-filter: blur(3px);
 filter: blur(3px);
}
 60% {
 -webkit-filter: none;
 filter: none;
}
 70% {
 -webkit-transform: rotate(-90deg);
}
 80% {
 -webkit-transform: rotate(-90deg);
}
 100% {
 -webkit-transform: rotate(180deg);
}
}
 @keyframes turn_clockwise {
 0% {
 transform: rotate(0deg);
}
 40% {
 -webkit-filter: none;
 filter: none;
}
 50% {
 -webkit-filter: blur(3px);
 filter: blur(3px);
}
 60% {
 -webkit-filter: none;
 filter: none;
}
 70% {
 -webkit-transform: rotate(-90deg);
}
 80% {
 -webkit-transform: rotate(-90deg);
}
 100% {
 -webkit-transform: rotate(180deg);
}
}
 @-webkit-keyframes turn_counter_clockwise {
 0% {
 -webkit-transform: rotate(360deg);
}
 100% {
 -webkit-transform: rotate(0deg);
}
}
 @-moz-keyframes turn_counter_clockwise {
 0% {
 -moz-transform: rotate(360deg);
}
 100% {
 -moz-transform: rotate(0deg);
}
}
 @keyframes turn_counter_clockwise {
 0% {
 transform: rotate(360deg);
}
 100% {
 transform: rotate(0deg);
}
}
#ring-content {
	position: absolute;
	width: 63px;
	height: 63px;
	background-color: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	transition: all .4s ease-in-out;
}
#ring-content:hover {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}
#ring-content .contain {
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 27px;
	height: 27px;
	margin: -10px 0 27px 37px;
	background-color: white;
	-webkit-filter: blur(1px);
	filter: blur(1px);
}
#ring-content .reflect {
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	margin: 22px 0 16px 40px;
	background-color: white;
	-webkit-filter: blur(1px);
	filter: blur(1px);
}
#ring-content .value {
	font-size: 20px;
	line-height: 37px;
	padding-top: 25px;
	font-weight: 400;
	color: #fff;
}
#ring-content .description {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	opacity: 0;
	transition: all 1s ease-in-out .4s;
}
#ring-content .contain.hidden {
	opacity: 0;
}
#ring-content .contain.active, #ring-content .contain.active .description {
	opacity: 1;
}

.solid-h {
	position: absolute;
	display: block;
	margin-bottom: 2px;
	height: 124px;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	border-bottom: 1px solid #D3D4D6;
}

.solid-v {
	position: absolute;
	display: block;
	margin-right: 2px;
	height: 100vh;
	width: 12%;
	left: 0;
	top: 0;
	bottom:0;
	z-index: 0;
	border-right: 1px solid #D3D4D6;
}

.button {
	display: inline-block;
	margin-left: 50%;
	margin-top: 50%;
	width: 151px;
	padding: 20px;
	text-align: center;
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	border: 1px solid #888;
}

 @keyframes pulse_animation {
 0% {
transform: scale(1);
}
 30% {
transform: scale(1);
}
 40% {
transform: scale(1.08);
}
 50% {
transform: scale(1);
}
 60% {
transform: scale(1);
}
 70% {
transform: scale(1.05);
 -webkit-filter: blur(5px);
 filter: blur(5px);
}
 80% {
transform: scale(1);
}
 100% {
transform: scale(1);
}
}

.ch-item {

	display: table;
	width: 100%;
	height: 100%;
	border-radius: 50%;

	position: absolute;
	cursor: default;


}

.ch-info-wrap, 
.ch-info{
	position: absolute;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	


}

.ch-info-wrap {
	top: 0;
	left: 0;
	background: #f9f9f9 url(../images/bg.jpg);
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
	opacity: 0;

	background-image: url(../images/16.jpg);
	pointer-events: none;
	
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}

.ch-img-1 { 
	background-image: url(../images/13.jpg);
}

.ch-img-2 { 
	background-image: url(../images/14.jpg);
}

.ch-img-3 { 
	background-color: #000;
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 80px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}



.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	opacity: 0;
} 

.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	opacity: 1;
	pointer-events: auto;
}


/* /////////////// LENTE /////////////////////////////////////////////////////// */

/* /////////////// NAV /////////////////////////////////////////////////////// */
.toggle, [id^=drop] {
	display: none;
}

.logo {
    display: block;
	margin-top: -10px;
	width: 200px;
	}
	
.hide-l {display:none;}

nav {
	font-family: 'Titillium Web';
	font-size: 1em;
	color: #999;
	font-style: normal;
    font-weight: 100;
}
nav {
	position: relative;
	float: right;
	top: -10px;
	padding: 0;
	z-index: 8888;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content: "";
	display: table;
	clear: both;
}
/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
/* Positioning the navigation items inline */
nav ul li {
	margin: 0;
	display: inline-block;
	float:inherit;
	background-color: transparent;
	margin: 2px;
}
/* Styling the links */
nav a {
	display: block;
	padding: 2px 15px;
	color: #999;
	font-size: 1em;
	text-decoration: none;
}
nav ul li ul li:hover {
	background: transparent;
}
/* Background color change on Hover */
nav a:hover {
	background: transparent;
	border-bottom: solid 1px #888;
	color: #fff;
}
/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute;
	/* has to be the same number as the "line-height" of "nav a" */
	top: 35;
}
nav ul ul a {
	background-color: transparent;

}
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display: inherit;
}
/* Fisrt Tier Dropdown */
nav ul ul li {
	width: 170px;
	float: none;
	display: list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top: 0;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left: 170px;
}

/* Change ' +' in order to change the Dropdown symbol */
li > a:after {
	content: '';
}

li > a:only-child:after {
	content: '';
}
/* //nav */





/* row galery litghtbox */

.row {/* não mexer */
 -moz-column-width: 25em;
 -webkit-column-width: 25em;
 -moz-column-gap: .3em;
 -webkit-column-gap: .3em;
 width:  100%;
}

.row > .column {
  padding: 0 3px;
}

.column:after {
  content: "";
  display: flex;
  clear: both;
 
}


.column {
 flex: 1; margin: auto; /* não mexer */
 box-sizing:  border-box !important;
 padding: .3em;
 width: 100%;
}

.column img{
	padding: 1px;
	/*border: solid 1px white;*/
	align-items: center;
	margin: 0 auto;
    width:  100%; 
		 	-webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;

}

.column img{
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
 
.column img:hover {
	 	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
	background-color: rgba(255, 255, 255, 0.9);
}


/* Modal thumbnails antigo "column" no original*/
.col {
  float: left;
  width: 25%;
}

.modal {
	display: none;
	position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    padding-top: 105px;
    left: 0;
    top: 0;
    width: 100%;
    min-height:400%;
    text-align: center;
    /*overflow: scroll;*/
}

.modal-content {
    display: inline-block;
	vertical-align: middle;
    margin: 20px auto;
    max-width: 100%;
}

.modal-content img {
    border: 10px solid #fff;
	vertical-align: middle;
    height: auto;
    max-width: 100%;
}

.modal-content img  {
	max-width:100%;
    max-height:calc(100% - 50px);
    vertical-align: center;
	
    -webkit-animation: render_update 1s linear 0s infinite;
       -moz-animation: render_update 1s linear 0s infinite;
         -o-animation: render_update 1s linear 0s infinite;
            animation: render_update 1s linear 0s infinite;
}

@-webkit-keyframes render_update {  from { padding-bottom: 0.001px; } to { padding-bottom: 0px; }  }
   @-moz-keyframes render_update {  from { padding-bottom: 0.001px; } to { padding-bottom: 0px; }  }
     @-o-keyframes render_update {  from { padding-bottom: 0.001px; } to { padding-bottom: 0px; }  }
        @keyframes render_update {  from { padding-bottom: 0.001px; } to { padding-bottom: 0px; }  }


@media only screen and (min-height:1000px) {
    .modal-content img  { height: 900px; }
}
@media only screen and (min-height:800px) {
    .modal-content img  { height: 600px; }
}
@media only screen and (max-height:500px) {
    .modal-content img  { height: 300px; }
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 105px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: relative;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #555;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: #444;
}

.demo {
  opacity: 0.6;
}

.active,
demo:hover {
  opacity: 1;
}

.hover-shadow {

}

.hover-shadow:hover {
}
/* // row galery litghtbox */

/* php*/
#seguraconteudo {
	background-color:rgba(255,255,255,0);
    height:auto;
    margin: auto;
    width: 100%;
    border: 0px solid green;
    padding: 10px;
}

#seguraconteudo p {
	font-size: 1.1em;
	}
	
#seguraconteudo span {
	height:auto;
    margin: auto;
    width: 50%;
	}
	
.LinkBox{
	display: flex;
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	text-align:center;
	clear: both;
	}
	
.LinkButton {
  margin: 0 15px 10px 0;
  float: left;
  padding: 5px 15px;
  border: none;
  background: #333;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .09em;
  border-radius: 3px;
  text-decoration : none;

}
	
#seguracomentario {
position: relative;
background-color:rgba(255,255,255,.8);
margin-left: 10px;
left:0px;
}

#seguracomentario {
font-family: 'Ubuntu';
font-size: 1.1em;
line-height: 1.9em;
color: #777;
font-weight: 300;
text-align: justify;
}

#seguracomentario a:link{
	color: #F93;
}

.depiframe{
  width:100%;
  height: 300px; 
  margin-top: 10px;
  margin-bottom: 0;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

}

.depiframe:focus { 
    outline: none;
}

.depiframe[seamless] { 
    display: block;
}

/* reservado ADMinstradores*/
.postagem {
	padding: 10px;
	border: solid 1px #999;
	font-family: 'Ubuntu';
	font-size: 12px;
	color: #333;
	text-align: justify;	
	}

.postagem p {
	margin-bottom: 50px;
    }

.abre_coment {
	font-size: 0.6em;
	font-color:#edecec;
	text-decoration: none;
	text-align:center;
	margin:0 auto;
	width:100%;
	}
	
.abre-coment:hover{
	cursor: pointer;
	}

#comentarios{
	background: rgba(255,255,255,.5);
	margin-top: 15px;
	padding: 10px;
	border-radius: 3px;
	display:none;
	}
	
.comentarios {
	background: rgba(255,255,255,.5);
	padding:10px;
	margin-bottom: 10px;
	}
/* php*/

/* videos*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* /videos*/
@media screen and (max-width: 1024px) {
.cabec {
	max-width: 100%;
	margin-top: -70px;
	margin-left: 0;
	}
	
.corpo{
	margin-top: -88px;
	margin-left: 2%;
	margin-right: 0;
	}
	
.masonry{
	margin-top: -75px;
	margin-left: 12%;
	margin-right: 4%;
	}
			
.responsive-slider {
	width: 100%;
}

.degree {
	height: 300px;
	width: 30px;
    margin: 200px 0 0 30px;
}

#rings {
	top: 43px;
	left: 0;
	width: 150px; 
	height: 150px;
	background: url(../base2_150.png) no-repeat;
}
#first-ring {
	border: 19px solid rgba(0,0,0,.2);
	width: 110px;
	height: 110px;
	border: 19px solid rgba(0,0,0,.2);
	border-top-color: rgba(0,0,0,.04);
	border-bottom-color: rgba(0,0,0,.04);
}
#second-ring {
	border: 8px solid #555; 
	width: 92px;
	height: 92px;
}
#second-ring:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 2px solid #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#third-ring {
	border: 12px solid #000;
	border-top-color: rgba(0,0,0,.8);
	border-bottom-color: rgba(0,0,0,.8);
	width: 72px;
	height: 72px;
}
#forth-ring {
	border: 3px solid #000;
	width: 52px;
	height: 52px;
}
 @-webkit-keyframes turn_clockwise {
 0% {
 -webkit-transform: rotate(0deg);
}
 40% {
 -webkit-filter: none;
 filter: none;
}
 50% {
 -webkit-filter: blur(3px);
 filter: blur(3px);
}
 60% {
 -webkit-filter: none;
 filter: none;
}
 70% {
 -webkit-transform: rotate(-90deg);
}
 80% {
 -webkit-transform: rotate(-90deg);
}
 100% {
 -webkit-transform: rotate(180deg);
}
}
 @-moz-keyframes turn_clockwise {
 0% {
 -moz-transform: rotate(0deg);
}
 40% {
 -webkit-filter: none;
 filter: none;
}
 50% {
 -webkit-filter: blur(3px);
 filter: blur(3px);
}
 60% {
 -webkit-filter: none;
 filter: none;
}
 70% {
 -webkit-transform: rotate(-90deg);
}
 80% {
 -webkit-transform: rotate(-90deg);
}
 100% {
 -webkit-transform: rotate(180deg);
}
}
 @keyframes turn_clockwise {
 0% {
 transform: rotate(0deg);
}
 40% {
 -webkit-filter: none;
 filter: none;
}
 50% {
 -webkit-filter: blur(3px);
 filter: blur(3px);
}
 60% {
 -webkit-filter: none;
 filter: none;
}
 70% {
 -webkit-transform: rotate(-90deg);
}
 80% {
 -webkit-transform: rotate(-90deg);
}
 100% {
 -webkit-transform: rotate(180deg);
}
}
 @-webkit-keyframes turn_counter_clockwise {
 0% {
 -webkit-transform: rotate(360deg);
}
 100% {
 -webkit-transform: rotate(0deg);
}
}
 @-moz-keyframes turn_counter_clockwise {
 0% {
 -moz-transform: rotate(360deg);
}
 100% {
 -moz-transform: rotate(0deg);
}
}
 @keyframes turn_counter_clockwise {
 0% {
 transform: rotate(360deg);
}
 100% {
 transform: rotate(0deg);
}
}

#ring-content {
	width: 42px;
	height: 42px;
}

#ring-content .contain {
	width: 18px;
	height: 18px;
	margin: -7px 0 18px 24px;
}
#ring-content .reflect {
	width: 10px;
	height: 10px;
	margin: 15px 0 10px 26px;
}
#ring-content .value {
	font-size: 13px;
	line-height: 25px;
	padding-top: 17px;
}
#ring-content .description {
	font-size: 11px;
	line-height: 13px;
}

.solid-h {
	height: 118px;
	border-bottom:2px solid #D3D4D6;
	z-index: 0;
}

.solid-v {
	top: -50px;
	margin-right:2px;
	height: 480px;
	width: 12%;
    border-right:1px solid #D3D4D6;
	z-index: 0;
}


.ch-info-wrap, 
.ch-info{
	width: 42px;
	height: 42px;
}

.ch-info-wrap {
	background: #f9f9f9 url(images/bg.jpg);
}


.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
} 

.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	pointer-events: auto;
}


}

@media screen and (max-width: 960px) {
  header {
  width: 100%;
  height: 147px;
}

  header h1#logo {
    display: none;
   	}
	}
	
@media screen and (max-width: 860px) {
		
header {
  width: 100%;
  height: 147px;
}

.demov p {
	font-size: 1em;
	text-align: left;	
	}
	
}

/* Media Queries
--------------------------------------------- */
@media all and (max-width : 768px) {
.cabec {
	margin-top: -110px;
	}
	
		
.solid-v {
	width: 24.5%;
	height: 300px;
}

.corpo{
	margin-top: -88px;
	margin-left: 0;
	}
	
.masonry{
	margin-top: -100px;
	margin-left: 0;
	margin-right: 2%;
	}

.logol {
	background-image: url("../Logo_EllaVideo_fdPB.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	height: 100px;
	width: 10em;
	margin: 0;
	}
	
.hide-l {
	display:block;
    margin-top: -30px;
	clear:both;
	}

.logo {
    display: block;
	margin: 65px auto;
    float: none;
	}

nav {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	margin: 0;
	z-index: 9999;
}
/* Hide the navigation menu by default */
	/* Also hide the  */
.toggle + a, .menu {
	display: none;
}
/* Stylinf the toggle lable */
.toggle {
	display: block;
	/*background-color: #222; padding: 2px 20px;*/
	color: #999;
	font-size: 1em;
	text-decoration: none;
	border: none;
}

.toggle img{
	display: block;
    float: right;
	text-decoration: none;
	border: none;
}

.ident {
	display : block;
	text-decoration: none;
	border: none;
    padding: 2px 20px;
}

.toggle:hover {
	background-color: #666;
}
/* Display Dropdown when clicked on Parent Lable */
[id^=drop]:checked + ul {
	display: block;
}
/* Change menu item's width to 100% */
nav ul li {
	display: block;
	width: 100%;
	background-color: #222;
}
nav ul ul .toggle, nav ul ul a {
	padding: 0 40px;
}
nav ul ul ul a {
	padding: 0 80px;
}
nav a:hover, nav ul ul ul a {
	background-color: #555;
}
nav ul li ul li .toggle, nav ul ul a, nav ul ul ul a {
	padding: 2px 20px;
	color: #999;
	font-size: 13px;
}
nav ul li ul li .toggle, nav ul ul a {
	background-color: #777;
}
/* Hide Dropdowns by Default */
nav ul ul {
	position: static;
	color: #ffffff;/* has to be the same number as the "line-height" of "nav a" */
}
/* Hide menus on hover */
nav ul ul li:hover > ul, nav ul li:hover > ul {
	display: none;
}
/* Fisrt Tier Dropdown */
nav ul ul li {
	display: block;
	width: 100%;
}
nav ul ul ul li {
	position: static;/* has to be the same number as the "width" of "nav ul ul li" */
}


}



@media all and (max-width: 600px) {

  .container {
    width: 100%; }

  #info-bar a {
    display: block; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    width: 100%; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    float: none;
    text-align: center; }
  #info-bar span.all-tutorials {
    border-bottom: solid 1px #0793e2; } /*azul celeste*/
	
	
	}
	
@media all and (max-width: 40em) {
	.solid-v {
	width: 50%;
}

	
#ring-content {
	pointer-events: none; 
}

.ch-info-wrap, 
.ch-info{display: none; pointer-events: none;}
.ch-item{display: none; pointer-events: none;}

.degree {
	height: 180px;
	width: 21px;
    margin: 21px 0 0 10px;
}	

.cabec {
	margin-top: -95px;
	}
	
.logol {
	background-position: center;
	}
		
}
@media all and (max-width : 330px) {
.logol {

	}	
		
nav ul li {
	display: block;
	width: 94%;
}

}

/* /////////////// NAV /////////////////////////////////////////////////////// */


/*Basic Grid Styles*/
.Grid {
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}

.u-textCenter {
	text-align: left;
}
.Grid-cell {
	flex: 1;
}

.hide-k {
			display: flex;
		}
		
	
.demov {
	padding: .8em 1em 0 1em;
	margin: 0.5em 1em 1em 0;
}

.demov p {
	font-size: 1em;
	color: #999;
	font-style: normal;
	font-weight: 200;
	font-family: 'Oxygen', serif;
	line-height: 150%;
	text-align: justify;
	}

.spotbg {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
    box-sizing: content-box;
	padding: 3px;
	background: rgba(255, 255, 255, 0.7);
	}

.demov:after {
	content: "";
	display: block;
	margin-top: .8em;
	height: 1px;
}

	
.demov img{
    -webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
    box-sizing: content-box;
	flex: 1 calc(25% - 1em);
	border-radius: 3px;
}

.Demo {
	padding: .8em 1em 0;
	margin-bottom: 1em;
	background: rgba(51, 153, 204, 0.2);/* azul celeste */
	transition: background-color 0.3s ease;
	border: 1px solid #33cccc;
	border-radius: 3px;
}

.Demo:after {
	content: "";
	display: block;
	margin-top: .8em;
	height: 1px;
}
.Demo:hover {
	background: rgba(51, 153, 204, 0.6);
}
.Demo.Holly {
	background: rgba(102, 51, 255, 0.1);
}
.Demo.Holly:hover {
	background: rgba(102, 51, 255, 0.25);
}


.demovid img{

    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
 
.demovid img:hover {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);;
}

.demovid {
	padding: .8em 1em 0;
	margin-bottom: 1em;
	transition: background-color 0.3s ease;
	border: 0px solid #fff;
	border-radius: 3px;
}

.demovid:after {
	content: "";
	display: block;
	margin-top: .8em;
	height: 1px;
}

.demovid.Holly {
	background: rgba(102, 51, 255, 0.1);
}
.demovid.Holly:hover {
	background: rgba(102, 51, 255, 0.25);
}


/* With gutters*/
.Grid--gutters {
	margin-left: -1em;
}
.Grid--gutters .Grid-cell {
	padding-left: 1em;
}
.Grid--gutters .Grid--nested .Grid-cell:first-of-type .Demo {
	margin-right: 1em;
}
/* Justify per row*/
.Grid--right {
	justify-content: flex-end;
}
.Grid--center {
	justify-content: center;
}
/* Alignment per row */
.Grid--top {
	align-items: flex-start;
}
.Grid--bottom {
	align-items: flex-end;
}
.Grid--center {
	align-items: center;
}
/* Alignment per cell */
.Grid-cell--top {
	align-self: flex-start;
}
.Grid-cell--bottom {
	align-self: flex-end;
}
.Grid-cell--center {
	align-self: center;
}
.navigation {
	list-style: none;
	/*background: deepskyblue;*/
	background: rgba(255, 255, 255, 0);/*lilas*/
	margin: 0 0 1em;
	border: 0px solid #33cccc;
	border-radius: 3px;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: flex-end;
}
.navigation a {
	text-decoration: none;
	display: block;
	padding: 1em;
	color: #333;
}
.navigation a:hover {
	background: rgba(64, 0, 255, 0);/*roxo*/
	border-radius: 3px;
}
.navigation:hover {
	background: rgba(102, 51, 255, 0);
}

@media all and (max-width: 800px) {
.navigation {
	justify-content: space-around;
}
}

@media all and (max-width: 600px) {
.navigation {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	padding: 30px;
}
.navigation a {
	text-align: center;
	padding: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navigation li:last-of-type a {
	border-bottom: none;
}
.demov p {
	font-size: 1em;
	text-align: left;	
	}
}
/*===========================================*/
/* Base classes for all media - Mobile first */
.Grid--cols-2 > .Grid-cell {
	flex: 0 0 100%;
}
.Grid--cols-3 > .Grid-cell {
	flex: 0 0 100%;
}
.Grid--cols-4 > .Grid-cell {
	flex: 0 0 100%;
}
.Grid--cols-6 > .Grid-cell {
	flex: 0 0 calc(50% - 1em);
}
.Grid--cols-12 > .Grid-cell {
	flex: 0 0 calc(33.3333% - 1em);
}
.Grid--holly-grail .aside, .Grid--holly-grail .main {
	flex: 1 100%;
}
/* One of -- columns*/
.Grid--1of2 > .Grid-cell, .Grid--1of4 > .Grid-cell:first-of-type, .Grid--1of3 > .Grid-cell:first-of-type {
	flex: 0 0 100%;
}
.Grid--1of6 > .Grid-cell:first-of-type {
	flex: 0 0 50%;
}
.Grid--fit > .Grid-cell {
	flex: 1;
}
.Grid--full > .Grid-cell {
	flex: 0 0 100%;
}

/* Tablet (medium) screens */
@media (min-width: 40em) {

	.hide-k {
		display: none;
		}
	
.Grid--cols-4 > .Grid-cell {
	flex: 0 0 calc(50% - 1em);
}
.Grid--cols-6 > .Grid-cell {
	flex: 0 0 calc(33.3333% - 1em);
}
.Grid--cols-12 > .Grid-cell {
	flex: 0 0 calc(16.6666% - 1em);
}
.Grid--holly-grail .aside {
	flex: 1 calc(25% - 1em);
}
.Grid--1of2 > .Grid-cell {
	flex: 0 0 50%;
}
.Grid--1of6 > .Grid-cell:first-of-type {
	flex: 0 0 30%;
}
.Grid--1of4 > .Grid-cell:first-of-type {
	flex: 0 0 50%;
}
.Grid--1of3 > .Grid-cell:first-of-type {
	flex: 0 0 100%;
}
}

/* Large screens */
@media (min-width: 48em) {

.Grid--cols-2 > .Grid-cell,  .Grid--cols-3 > .Grid-cell,  .Grid--cols-4 > .Grid-cell,  .Grid--cols-6 > .Grid-cell,  .Grid--cols-12 > .Grid-cell {
	flex: 1;
}
.Grid--holly-grail .main {
	flex: 2;
}
.Grid--holly-grail .aside {
	flex: 1;
}
.Grid--holly-grail .aside-1 {
	order: 1;
}
.Grid--holly-grail .main {
	order: 2;
}
.Grid--holly-grail .aside-2 {
	order: 3;
}
.Grid--1of2 > .Grid-cell {
	flex: 0 0 50%;
}
.Grid--1of6 > .Grid-cell:first-of-type {
	flex: 0 0 16.6666%;
}
.Grid--1of4 > .Grid-cell:first-of-type {
	flex: 0 0 25%;
}
.Grid--1of3 > .Grid-cell:first-of-type {
	flex: 0 0 30%;
}
.Grid--gutters.Grid--nested .Grid-cell:first-of-type .Demo {
	margin-right: 0;
}
}
.content-1of1::before {
	content: "1";
}
.content-1of2::before {
	content: "1/2";
}
.content-1of3::before {
	content: "1/3";
}
.content-1of4::before {
	content: "1/4";
}
.content-1of6::before {
	content: "1/6";
}
.content-1of12::before {
	content: "1/12";
}

