/** Tableau **/
.tabs { 
    font-family: 'Lucida Sans', sans-serif;
    font-size: 20px;
}

.tabs .tab-registers {
    display: flex;
    background-color: RGB(255, 255, 255);
}

.contain_registers
{
	padding:0;
	margin:0; 
	position: relative;
}

.tab-registers{

	margin:0;
	padding:0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

}


.tabs .tab-registers button:hover {
    cursor: pointer;
}

.tabs .tab-bodies {
    /*padding: 0.5em;*/
	margin-top:0;
    background-color: white;
    flex-grow: 1;
    overflow-y: auto;
}

.tab-bodies
{
	width:100%;
	overflow-x: hidden !important;
	
}

.tabs button.active-tab {
    background-color: RGB(210, 237, 248);
}

.ArtStationLogo{
	
	margin-left: 5px;
	padding:0px;
	margin-top:0px;
	height: 20px;
	width: 110px;
	opacity:100%;
}

.ArtStationLogo:hover
{
	opacity:53%;
}

.wrap_vfx {
	margin: 42px auto;
	max-width: 1200px;
	
}

.tab_vfx{
	
	font-size:0.8em;
	margin-left:10px;
	margin-right:10px;
	border: 3px double black;
	padding-top:3px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10%;
	color: black;
	cursor: pointer;
}

.tab_vfx:hover {
	color : #66e0ff;
}

.active-tab
{
	background:blue;
}	

.reel_vfx, .gallery_vfx
{
	margin-top : 50px;
}

/** Reel**/

.reel_vfx
{
	display:block;
	margin-left: 0%;
	margin-right: 14%;
	padding-left:12.5%;
}


#demo_reel
{
	display:block; 
	margin: 0 auto;
	border: 0; 
	width:100%;
	height: 475px; 
	overflow: auto;
}

.desc_reel, .detailArtS
{
	font-family: 'Andalé Mono',sans-serif;
	font-size:0.75em;
	line-height: 1.5m;
}

.detailArtS
{
	margin-top: 40px;
	font-style: italic;
	text-align:center;
}

.desc_reel
{	
	margin-top : 40px;
	/*margin-left:8%;*/
	text-align:center;
}

/** Gallery **/

.gallery_vfx
{
	display:none;
	width:100%;
	overflow-x: hidden !important;
	
	margin-left: 0%;
	/*margin-right: 10%;*/
}	


.all_vfx{

	position:relative;
	width:100%;
	padding-left:1.5%;
	overflow-x: hidden !important;
}

.all_vfx > ol {
	margin: 0; padding: 0;
	border: none; 
	vertical-align: middle;
	display: flex;
	flex-wrap: wrap;
	
}

.all_vfx > ol > li {
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
	outline: none;
	
	text-align:center;
	list-style:none;
	margin:0;
}

.gif 
{
	height : 160px;
	width : 230px;
	border-radius : solid red 5px;
}

.label_vfx
{
	font-size: 14px;
	color: black;
	font-style: italic;
	font-family: 'Trebuchet MS',sans-serif;
}

.link_vfx
{
	text-decoration:none;
}

.vfx_picture
{
	opacity: 100%;
	padding: 0;
	margin: 5px;
}

.vfx_picture:hover
{
	opacity: 50%;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.88); /* Black w/ opacity */
  
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border: 3px double solid;
  border-radius: 30px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 30px;
  font-weight: bold;
}

#cross{
	color:black;
	text-decoration:none;
}

#cross:hover{
	
	color:red;
}

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

#modalInside p{	
	font-size: 15px;
	text-align:center;
}

#modalInside iframe{
	display:block; 
	margin: 0 auto;
	width : 600px;
}

.title_vfx
{
	margin-left:2%;
	margin-top:0.5%;
	/*text-align:center;*/
}

.video_vfx
{
	border: 0; 
	width:100%;
	height: 340px; 
	overflow: auto;
}




@media screen and (min-width: 1070px) and (max-width: 1215px) {
.gallery_vfx
		{
				margin-left:7.5%;
		}
	
	}

@media screen and (max-width: 1070px) {
.gallery_vfx
		{
				margin-left:2.5%;
		}
	
	}
	
@media screen and (max-width: 1012px) {
	.gallery_vfx
		{
				width:98%;
				margin-left:0%;
		}
	
}

@media screen and (min-width: 977px) and (max-width: 996px) {
	.gallery_vfx
		{
				width:98%;
				margin-left:10%;
		}
	
}

@media screen and (max-width: 976px) {
	.gallery_vfx
		{
				width:100%;
				margin-left:10%;
		}
	
}

@media screen and (max-width: 900px) {
	.gallery_vfx
		{
				width:100%;
				margin-left:6.25%;
		}
		
	#demo_reel
	{
		height: 400px; 
	}
	
}

@media screen and (max-width: 800px) {
	.gallery_vfx
		{
				width:100%;
				margin-left:3%;
		}
	
}

@media screen and (max-width: 762px) {
	.gallery_vfx
		{
				width:90%;
				margin-left:7%;
		}
		
	
	.gif 
	{
		height : 220px;
		width : 290px;
	}

}