/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
   background-color: #ffffff; 
   background: url(https://d2l6tmiv6e1a1j.cloudfront.net/mindmovies/mm4/MM4_141124_woodbg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size:  cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  line-height: 1;

}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ================================== */



.spacer {
  height: 15px;
}

.main {
  width: 1100px;
  margin: 0 auto;
}

.content {  
  width: 600px;
  height: 450px;
  margin-top: 12%;
  float: left;
}

.optin {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #232323;
    border-radius: 10px;
    height: 450px;
    width: 400px;
    margin-top: 10%;
    float: left;
    margin-left: 20px;
}

.downloads {
    color: #ffffff;
    font-family: SofiaProLight,helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 400px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.textInput {
    border-radius: 5px;
    font-family: SofiaProLight,helvetica,sans-serif;
    font-size: 20px;
    height: 40px;
    padding: 5px 5px 5px 35px;
    width: 350px;
    margin-top: -5px;
}

.instantAccess {
    background-color: #b5000f;
    border: 1px solid #b5000f;
    border-radius: 6px;
    color: #ffffff;
    display: inline-block;
    font-family: MyriadPro Bold,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-left: 31px;
    margin-top: 20px;
    text-align: center;
    text-indent: 0;
    text-shadow: 1px 1px 0 #b23e35;
    width: 325px;
}
.instantAccess:hover {
    background-color: #b5000f;
    cursor: pointer;
}
.instantAccess:active {
    position: relative;
    top: 1px;
}

.optText {
    color: #ffffff;
    font-family: MyriadPro Bold,Arial,sans-serif;
    font-size: 8pt;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    width: 270px;
}

.product {
  -moz-box-shadow: 0px 1px 0px 0px #97c4fe;
  -webkit-box-shadow: 0px 1px 0px 0px #97c4fe;
  box-shadow: 0px 1px 0px 0px #97c4fe;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
  background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
  background-color:#3d94f6;
  -webkit-border-top-left-radius:20px;
  -moz-border-radius-topleft:20px;
  border-top-left-radius:20px;
  -webkit-border-top-right-radius:20px;
  -moz-border-radius-topright:20px;
  border-top-right-radius:20px;
  -webkit-border-bottom-right-radius:20px;
  -moz-border-radius-bottomright:20px;
  border-bottom-right-radius:20px;
  -webkit-border-bottom-left-radius:20px;
  -moz-border-radius-bottomleft:20px;
  border-bottom-left-radius:20px;
  text-indent:0;
  border:1px solid #337fed;
  display:inline-block;
  color:#ffffff;
  font-family:Arial;
  font-size:17px;
  font-weight:bold;
  font-style:normal;
  height:65px;
  line-height:65px;
  width:550px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #1570cd;
  margin-top: 10px;
}
.product:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
  background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
  background-color:#1e62d0;
}.product:active {
  position:relative;
  top:1px;
}

.header_top{
  position: fixed;
  top: 0;
  left: 0;  
  background: #111111 url('https://d2l6tmiv6e1a1j.cloudfront.net/mindmovies/mm4/MM_141107_header_mm_logo.png') center center no-repeat;
  height: 65px;
  width: 100%;
  min-width: 1000px; /* 1170px */
  z-index: 1000;

}

.clear {
  clear: both;
}

.footer {
  margin: 0 auto;
  text-align: center;
  margin-top: 75px;
  padding-bottom: 25px;
  font-family: 'Myriad Pro Regular', Arial, sans-serif;
  color: white;
  width: 671px;

}

.footer a {
  color: white;
  font-family: 'Myriad Pro Regular', Arial, sans-serif;
  text-decoration: none;
  font-weight: normal;
}

.footer a:hover {
  color: white;
  font-family: 'Myriad Pro Regular', Arial, sans-serif;
  text-decoration: none;
  font-weight: normal;
}
