/* 
FONTS
oswaldbold
oswaldbook
oswaldlight
*/

/*-------------------------------------
--------------------------------- RESET
-------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}h1,h2,h3,h4,h5,h6{font-weight:400}a{color:#00f}a:focus{outline:thin dotted}li{list-style:none}abbr[title]{border-bottom:0}b,strong{font-weight:700}i,em,dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre,code,kbd,samp{font-family:monospace,monospace;_font-family:'courier new',monospace}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}label{cursor:pointer}input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal;*overflow:visible}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}input[type=checkbox],input[type=radio]{box-sizing:border-box}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}html{-ms-overflow-style:scrollbar;}

/*-------------------------------------
----------------------- RESPONSIVE GRID
-------------------------------------*/
.container {width: 100%; margin: 0px auto;}
.row {max-width: 1000px; width: 100%; margin: 0px auto;}
img {max-width: 100%;}
.one, .two, .three, .four, 
.five, .six, .seven, .eight, 
.nine, .ten, .eleven, .twelve {
	margin-right: 2%;
	float: left;
}
.one {width: 6.5%;}
.two {width: 15%;}
.three {width: 23.5%;}
.four {width: 32%;}
.five {width: 40.5%}
.six {width: 49%;}
.seven {width: 57.5%;}
.eight {width: 66%;}
.nine {width: 74.5%;}
.ten {width: 83%;}
.eleven {width: 91.5%;}
.twelve {margin-right: 0px; width: 100%;}
.last {margin-right: 0px;}

/*-------------------------------------
------------------------------- GENERAL
-------------------------------------*/
body {
  color: #fff;
  font-family: oswaldlight;
	background: #790000 url('/images/backgrounds/bg-sm.jpg') repeat;
}

i,
em {
	font-style: italic;	
}

b,
strong {
	font-weight: bold;	
}

.clear {
	position: relative;
	display: block;
	clear: both;	
}

.sprite {
	position: relative;
	display: block;
	background: url('/images/sprite.png') no-repeat;
}

a {
  color: #660000;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a:link,
a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
}

a.phone-number {
  cursor: text;
}

a.button, .button, button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  padding: 18px 25px 16px;
  color: #fff !important;
  font-size: 18px;
  line-height: 18px;
  font-family: 'oswaldbook';
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background: #961b1b;
  background: -moz-linear-gradient(top,#961b1b 50%,#660000 100%);
  background: -webkit-linear-gradient(top,#961b1b 50%,#660000 100%);
  background: linear-gradient(to bottom,#961b1b 50%,#660000 100%);
}

a.button:hover, .button:hover, button:hover {
  background: #660000;
  background: -moz-linear-gradient(top,#660000 50%,#660000 100%);
  background: -webkit-linear-gradient(top,#660000 50%,#660000 100%);
  background: linear-gradient(to bottom,#660000 50%,#660000 100%);
}

h2 {
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'oswaldbold';
}

.divider {
  width: 100%;
  height: 2px;
  margin: 20px 0;
  background: url('/images/backgrounds/divider.png') repeat-x;
}

.show500,
.show600 {
  display: none;
}

/*-------------------------------------
-------------------------------- HEADER
-------------------------------------*/
#vg-banner {
  padding-top: 10px;
  padding-bottom: 12px;
  font: 14px Arial, Helvetica, Sans-Serif;
  background-color: #ddd;
  border-bottom: 1px solid #660000;
  box-shadow: 0px 0px 4px 4px rgba(0,0,0,.5);
}

#vg-banner h1 {
  font-size: 28px;
  padding-bottom: 5px;
  font-weight: bold;
}

.vg-banner-txt {
  text-align: center;
  font-size: 14px;
  color: #660000;
  font-weight: bold;
}

.vg-banner-txt p {
  display: inline;
}

.vg-banner-txt a:hover {
  color: #bb0000;
}

/*-------------------------------------
---------------------------------- HOME
-------------------------------------*/
#outer-wrap {
	height: 320px;
	background: url('/images/header-fade.png') center top no-repeat;
}

#outer-wrap .row {
	width: 620px; 
  text-align: center;
  padding-bottom: 60px;
}

#main-logo {
  margin-top: 20px;
}

.publishers {
  font-size: 28px;
}

.publishers h2 {
  letter-spacing: 1px;
  font-family: oswaldbook;
  text-transform: uppercase;
}

.publishers br {
  display: none;
}

.inkjet-img {
  margin-top: 5px;
}

#winning-combo {
  font-size: 28px;
  text-align: center;
  font-family: oswaldbook;
}

#winning-combo h2 {
  font-size: 58px;
  line-height: 64px;
  padding-bottom: 15px;
  font-style: italic;
  letter-spacing: 1px;
  font-family: oswaldbold;
  text-transform: uppercase;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
}

#winning-combo-header {
  margin-bottom: 10px;
}

#winning-combo a {
  color: #fff;
}

#winning-combo a.email-link:hover {
  color: #dfc1c1;
}

.wc-left {
  float: left;
  text-align: left;
}

.readers {
  width: 191px;
  height: 152px;
  background-position: 0 0;
}

.pn-link {
  cursor: pointer;
  margin-top: 10px;
  width: 176px;
  height: 43px;
  background-position: 0 -220px;
}

.fb-link {
  margin-top: 20px;
  width: 176px;
  height: 43px;
  background-position: 0 -160px;
}

.fb-link:hover {
  opacity: .85;
}

.pn-link-mobile,
.fb-link-mobile {
  display: none;
}

.wc-right {
  float: right;
  margin-top: 20px;
  text-align: right;
  line-height: 38px;
  letter-spacing: .02em;
}

.wc-right h3 {
  text-transform: uppercase;
  font-family: oswaldbook;
}

.dt-disp {
  display: block;
}

.mb-disp {
  display: none;
}

.wc-right .phone-number {
  font-size: 40px;
}

.email-link-wrap {
  display:block;
  margin-top:20px;
  line-height:48px;
}

.mobile-email {
  width: 48%;
  float: right;
}

.mobile-phone {
  width: 48%;
  float: left;
}

/*-------------------------------------
------------------------------ INTERIOR
-------------------------------------*/
.visitors-guide-page {
  background: #aaaaaa;
}

.visitors-guide-page .container {
  height: 100vh;
}

/*-------------------------------------
--------------------------------- POPUP
-------------------------------------*/
.notice-popup {
  display: none;
  top: 50px;
  color: #000;
  position: fixed;
  z-index: 100100;
}

.popup-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10010;
  background: rgba(0,0,0,0.82);
}

.modal {  
  display: inline-block;
  position: relative;
  z-index: 10100;
  width: 95%;
  padding: 5% 2.5%;
  border: 2px solid #fff;
  background: #ddd;
  text-align: center;
  background: #ddd url(/images/backgrounds/modal-bg.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 1);
}

.modal p {
  font-size: 20px;
  padding-bottom: 20px;
}

.close-btn {
  cursor: pointer;
}

.close.close-btn.sprite {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -10px;
  right: -10px;
  background-position: -475px 0px;
  cursor: pointer;
}

.notice-button {
  display: inline-block;
  width: 40%;
  margin: 0 1.5%;
  padding: 15px 0;
}

/*-------------------------------------
-------------------------------- FOOTER
-------------------------------------*/
.footer-address {
  color: #fff;
  font-size: 32px;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-family: oswaldbold;
}

.footer-address:hover {
  color: #dfc1c1;
}

.footer-address br {
  display: none;
}
