	

.container {
    position: relative;
	top: 100%;
	left: 0;	
}

.center {
    position: absolute;
    left: 0;
    top: 52%;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.center2 {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.center3 {
    position: absolute;
    left: 0;
    bottom: 25%;
    width: 100%;
    text-align: center;
    font-size: 18px;
}


.clip {
	background-color: black;
	max-width: 915px;
}

.container {
    position: relative;
}

.topright {
    position: absolute;
	background-color: red;
	color: white;
	padding: 10px;
    bottom: 150px;
    right: 55px;
    font-size: 18px;
	box-shadow: 1px 2px 9px gray;
}


button {
	background-color: black;
	color: white;
	padding: 10px;
	border: 1px solid white;
	width: 150px;
	margin: 5px;
}

button:hover {
	background-color: transparent;
	color: black;
	box-shadow: 1px 2px 6px gray;
}
.slider{-webkit-animation:fading 5s ;animation:fading 5s }
@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}50%{opacity:0}}
@keyframes fading{0%{opacity:10%}50%{opacity:1}10%{opacity:0}}

.button2 {
	background-color: black;
	color: white;
}

ul {
	background-color: black;
	padding: 12px;
	text-align: right;
	margin: 0;
}

li {
	
	color: white;
	display: inline-block;
	margin: 12px;
}

li a {
	
	color: white;
	text-decoration: none;
	font-size: 18px;
}

li a:hover {
	background-color: transparent;
	color: red;
}


.contact:hover {
  background-color: white;
}

.box {
	margin: 10px;
	display: inline-block;
	max-width: 350px;
}


.head3 {
	background-color: #f2f2f2;
	padding: 20px;
	text-align: center;
	font-size: 23px;
	padding: 15px;
}

.footer {
	background-color: #f2f2f2;
	padding: 20px;
	text-align: center;
	font-size: 23px;
	padding: 15px;
}

footer{
	background-color: black;
	color: white;
	padding: 40px;
	text-align: center;
	
}

.video {
	width:90%;
	height: 45%;
	border: 2px solid white;
	box-shadow: 1px 3px 12px gray;
}


.wrapper {
	width: 100%;
	background-image: url(IMG_324921.jpg);
	background-repeat: no-repeat;
	
}

.wrapper2 {
	width: 100%;
	background-color: gray;
	background-repeat: no-repeat;
	
}

.wrapper3 {
	max-width: 1150px;
	margin:5px;
	text-align:center;
}

.wrappers {
	max-width: 1000px;
	margin:5px;
	text-align:center;
}

#wrappers {
	display: inline-block;
	max-width: 450px;
	margin:15px;
	text-align:center;
}

.wrapperz {
	width: 100%;
}

.poster {
		background-color: white;
		margin: 4px;
		display: inline-block;
		width: 350px;
		box-shadow: 1px 2px 7px white;
}

.post {
	display: inline-block;
	margin: 10px;
	width: 250px;
	color: white;
	
}

.post2 {
	display: inline-block;
	margin: 10px;
	max-width: 350px;
	color: white;
	
}


.post3 {
	display: inline-block;
	margin: 10px;
	width: 300px;
	color: black;
	
}

.post4 {
	display: inline-block;
	margin: 10px;
	width: 250px;
	color: black;
	
}

.post5 {
	display: inline-block;
	margin: 1px;
	width: 100%;
	color: black;
	
}

.post6 {
	display: inline-block;
	margin: 10px;
	max-width: 500px;
	color: black;
	
}


.actor {
	width: 180px;
	display: inline-block;
	text-align: center;
	box-shadow: 1px 1px 5px gray;
	padding: 5px;
	margin: 6px;
}

.head {
	width: 100%;
	height: 40%;
	background-image: url("REONCILIACION-SPONSORS-LOGOS.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

input,textarea,select {
	width: 90%;
	border: 1px transparent;
	padding: 4px; 
	box-shadow: 1px 1px 3px #cccccc;
}

.bio {
	margin: 15px;
	box-shadow: 1px 5px 10px gray;
}

.dropbtn {
    background-color: black;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	text-align: left;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: transparent;
	color: red;
}

.vid-container {
	position: relative;
	padding-bottom: 52%;
	padding-top: 30px; 
	height: 0; 
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vid-list-container {
	width: 92%;
	overflow: hidden;
	margin-top: 20px;
	margin-left:4%;
	padding-bottom: 20px;
}

.vid-list {
	width: 1344px;
	position: relative;
	top:0;
	left: 0;
}

.vid-item {
	display: block;
	width: 148px;
	height: 148px;
	float: left;
	margin: 0;
	padding: 10px;
}

.thumb {
	overflow:hidden;
	height: 84px;
}

.thumb img {
	width: 100%;
	position: relative;
	top: -13px;
}

.vid-item .desc {
	color: #21A1D2;
	font-size: 15px;
	margin-top:5px;
}

.arrows {
	position:relative;
	width: 100%;
}

.arrow-left {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	left: -25px;
	top: -130px;
	z-index: 99;
	cursor: pointer;
}

.arrow-right {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	right: -25px;
	top: -130px;
	z-index:100;
	cursor: pointer;
}

@media (max-width: 624px) {
	.arrows {
		position:relative;
		margin: 0 auto;
		width:96px;
	}
	.arrow-left {
		left: 0;
		top: -20px;
	}

	.arrow-right {
		right: 0;
		top: -20px;
	}
}

.block {
	display: block;
	text-align: center;
	}
.icon {
	display: inline-block;
	padding: 5px;
	margin:5px;
	width:120px;
	box-shadow: 1px 1px 14px gray;
	border-radius: 5px;
	}
		
.img {

	width:auto;
	height:550px
	
	}	
img {
width:100%;
}	
.wraps {
	max-width:450px;
	}		
.price {
	display: inline-block;
	max-width:400px;
	padding: 14px;
	border: 1px solid gray;
	border-radius: 5px;
	text-align:left;
	}
	
