@charset "UTF-8";
/* CSS Document */
/*Rafael*/
body {
  background: url(/images/13_0717_AdenaStallionComplex_mw-0506.jpg) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

.container {
  max-width: 760px;
  margin: 0px auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  margin-top: 10px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.logo {
  margin: 50px auto -40px auto;
  text-align: center;
}


.Table {
  background: #FFF;
  border-radius: 2px;
  padding: 40px 15px 5px 15px;
  max-width: 330px;
  min-width: 250px;
  margin: 0px auto;
}

.Table table input {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.Button3 {
  background: #c50033;
  padding: 10px 10px!important;
  color: #FFF;
  border: 0px;
  border-radius: 2px;
}

.buttonz a {
  background: #c50033;
  padding: 10px 10px!important;
  color: #FFF;
  border: 0px;
  border-radius: 2px;
}
.buttonz {
  margin-top: 20px;
}

table {
  width: 100%!important;
}

.modal {
  margin: 0px auto;
}

#imageresource {
  display: none;
}

.modal-open{
       margin-right:0px !important;
     }
     
h2 {
  font-size: 20px;
  font-weight: bold;
}
h3 {
  font-size: 16px;
  font-weight: bold;
}
.item img {
width: auto;
  height: 380px;
  max-height: 380px;
  margin: 0px auto;
}