@charset "utf-8";
/* CSS Document */

@font-face{
	/*font-family: 'GameOfThrones';*/ /*a name to be used later*/
    src: url('../fonts/GameofThrones.ttf'); /*URL to font*/
}

.mg-nav{
color: #ffffff;
}

.navbar-inverse{
background: #442D65;
}

.navbar-brand > img{
	margin-top: -8px;
}
/* Carousel Styles */

#mgCarousel{
	margin-top: 40px;	
}

.carousel{	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {	
	width: 100%;
	min-height: 300px;
	min-width: 600px;
	margin: auto;
}

#logo_statement p{
	/*font-family: 'GameOfThrones';*/
	font-size: 14px;	
}

img.mgLogo{
	display: block;
	margin: auto;	
}

.mgSection{
padding-top: 30px;	
display: block;
margin: auto;
}

.mgQuote{
	font-size: 24px;
	font-style: italic;
}

#featured{
	margin-top: 50px;
}

#featured .featured_price{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

#featured .featured_price_discounted{
	font-size: 18px;
	font-weight: bold;
	color: #91C5A9;	
	margin-bottom: 10px;
}

#featured .featured_discountedprice{
	font-size: 18px;
	font-weight: bold;
}

#featured h2{
	text-align: center;
	/*/*font-family: 'GameOfThrones';*/*/
	font-size: 22px;	
	margin: 0px 0px 40px 0px;
	text-decoration: underline;
	background: #442D65;
	padding: 10px 0px;
	color: #ffffff;
	
}

#featured h3{
	text-align: center;
	/*font-family: 'GameOfThrones';*/
	font-size: 22px;
	color: #442D65;
	padding: 10px 0px;
	text-decoration: underline;	
}

#featured a{
	color: #442D65;	
}

#featured .thumbnail_container{
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	margin-bottom: 10px;
}

#featured .thumbnail{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#featured .thumbnail img{
	max-width: 100%;
	max-height: 100%;
}

.product_info{
	padding-top: 10px;
	line-height: 16px;	
}

.product_info .price{
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px;
}

#promo1{
	margin: 20px 0 0 0;
	background: #F8E1B4;
	border-top: 1px solid #91C5A9;
	border-bottom: 1px solid #91C5A9;
	text-align: center;	
	padding: 10px 0;
	color: #442D65;
}

#promo1 .fade-in {
	display: block;
	position: relative;
}

#promo1 .fade-in::before {
	display:block;
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	-webkit-box-shadow: inset 0px 0px 100px 30px #000;
	-moz-box-shadow: inset 0px 0px 100px 30px #000;
	box-shadow: inset 0px 0px 100px 30px #000;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: all;
	transition-property: all;
}
#promo1 .fade-in:hover:before {
	-webkit-box-shadow: inset 0px 0px 100px 0px #000;
	-moz-box-shadow: inset 0px 0px 100px 0px #000;
	box-shadow: inset 0px 0px 100px 0px #000;
}

#promo1 .img-thumbnail{
	left: 0;
	right: 0;
	margin: auto;
	background-color: #442D65;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: all;
	transition-property: all;
}

#promo1 .img-thumbnail:hover{
	background-color: #F98A5F;	
	border-width: 6px;
	border-color: #f98A5f;
}

#promo1 h2{
	/*font-family: 'GameOfThrones';*/
	font-size: 24px;	
	margin-bottom: 20px;
}

#promo1  p{
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;	
}

#promo1 a{
	color: #442D65;	
}

#contactUs{
	margin: 20px 0 20px 0;
	background: #FFF;
	text-align: left;	
	padding: 10px 0;
}

#contactUs span{
	display: inline-block;
	vertical-align: middle;
}

#contactUs span p{
	font-weight: bold;
	color: #442D65;		
}

#contactUs .image{
	width: 100%;
	text-align: center;	
}

#contactUs .image img{
	max-width: 100%;	
}

#contactUs h2{
	/*font-family: 'GameOfThrones';*/
	color: #442D65;
}

#footer{
	background-color: #442D65;
	padding: 30px;
	text-align: center;	
	color: #fff;	
}

#footer a{
	color: #fff;	
}

.paymentlogos{
	text-align: center;
	background-color: #fff;
	margin: 20px;
	border-top: 1px solid #442D65;
	padding-top: 20px;
}

#footer .logo{
	text-align: center;
}


#footer .row{
	border-bottom: 1px solid #fff;	
}

#footer .phoenet{
	margin-top: 10px;
	font-size: 10px;
}	

#products{
	display: block;
	margin-top: 75px;	
}

#products a{
	color: #442D64;	
}

#product{
	display: block;
	margin-top: 75px;	
}

#product .product_info{
	text-align: left;
}

#product .image{
	width: 100%;
	text-align: center;	
}

#product .image img{
	max-width: 100%;
}

#product .product_name{
	/*font-family: 'GameOfThrones';*/
	font-size: 28px;
	line-height: 1.1;
	color: #442D65;	
	margin-bottom: 15px;
}

#product .product_price{
	font-size: 28px;
	font-weight: strong;
	margin-bottom: 15px;
}

#product .product_price_discounted{
	font-size: 22px;
	font-weight: strong;
	color: #91C5A9;	
	margin-bottom: 15px;
}

#product .product_discountedprice{
	font-size: 28px;
	font-weight: strong;
	margin-bottom: 15px;
}

#product .addtocart{
	background-color: #F98A5F;	
	color: white;
	font-weight: bold;
	margin-bottom: 15px;
}

#product .product_description{
	font-size: 14px;
	color: #442D65;
	font-weight:bold;
}

.badge {
  padding-left: 4px;
  padding-right: 4px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  vertical-align: top;
  font-size: 10px;
  margin-left: -3px;
  margin-top: -5px;
  background-color: #900;
}

#session_error{
	margin-bottom: 40px;
	border: 1px solid #C00;	 
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	background-color: #FCF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.error_message{
	color: #C00;
	font-weight: bold;
}

#shipping{
	margin-top: 80px;	
}

#shipping .toc .toc_item{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #442D65;		
}

#shipping a{
	color: #442D65;	
}

#shipping a:hover{
	text-decoration: none;
}

#shipping h3{
	padding-top: 50px;
}

#shipping .scroll {
        float: left;
        width: 71%
}

#privacy{
	margin-top: 75px;	
}

#contact{
	margin-top: 75px;	
	min-height: 800px;
}

#contact h2{
	/*font-family: 'GameOfThrones';*/
	font-size: 22px;
	color: #442D65;	
}

.mg-success{
	color: #442D65;
	background-color: #6F9;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #060;	 
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 35px;
}

#about{
	margin-top: 75px;
	
}

#about .image{
	text-align: center;	
}

#about .image img{
	max-width: 100%;
}

#about .about_info{
	text-align: center;
	color: #442D65;
	font-size: 14px;	
	font-weight: bold;	
}

#shoppingcart{
	margin-top: 75px;	
	min-height: 400px;
	margin-bottom: 75px;
}

#shoppingcart h2{
	/*font-family: 'GameOfThrones';*/
	font-size: 22px;
	margin-bottom: 20px;	
}

.emptyCart{
	font-size: 22px;
	margin-top: 45px;
	text-align: center;
}

.emptyCart a{
	color: #442D65;	
}

#shoppingcart .image,
#order .image
{
	text-align: center;	
}

#shoppingcart .image img,
#order .image img{
	max-width: 300px;	
}

#shoppingcart .lineitem .image,
#order .lineitem .image{
	width: 100%;
	text-align: left;	
}

#shoppingcart .lineitem .image img,
#order .lineitem .image img{
	max-width: 100px;
	
}

#shoppingcart .itemrow,
#order .itemrow{
	padding-bottom: 20px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
}

#shoppingcart_address, 
#shoppingcart_selectShipping,
#shoppingcart_summary,
#paymentForm,
#paymentFailure,
#paymentSuccess,
#login, 
#members,
#gamenight{
	margin-top: 75px;	
}

#shoppingcart_selectShipping{
	min-height: 400px;	
}

.mg-warning{
		margin-bottom: 40px;
	border: 1px solid #C00;	 
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	background-color: #FCF;
	padding-top: 10px;
	padding-bottom: 10px;
}

#shoppingcart_summary .row{
	margin-left: 0px;	
}

#shoppingcart_summary .image
{
	width: 100%;
	text-align: center;	
}

#shoppingcart_summary .image img{
	max-width: 300px;	
}

#shoppingcart_summary .lineitem .image{
	width: 100%;
	text-align: left;	
}

#shoppingcart_summary .lineitem .image img{
	max-width: 60px;
	
}

#shoppingcart_summary .itemrow{
	padding-bottom: 20px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
}

#shoppingcart_summary .lineheader{
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
}

#shoppingcart_summary .subtotal,
#shoppingcart_summary .taxes,
#shoppingcart_summary .shipping
{
	font-weight: bold;
}

#shoppingcart_summary .total
{
	font-weight: bold;
	border-top: 2px solid #DDD;
	margin-top: 10px;
}

#paymentMethod{
	margin-top: 20px;
	border: 1px solid #DDD;
	background-color: #E3E1F4;
	padding: 20px 20px 40px 20px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
}

#paymentMethod .image
{
	text-align: center;	
}

#paymentMethod .image img{
	max-width: 300px;	
}

#paymentMethod .frm_selectPayment{
	text-align: center; 	
}

.paymentInput{
	border: 1px solid #DDD;
	height: 27px;
	padding: 20px 20px 40px 20px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	border-radius: 8px;
		
}

.paymentErrors{
	color: #F00;
	font-weight: bold;	
}

#paymentFailure .image,
#paymentSuccess .image{
	width: 100%;
	text-align: center;	
}

#paymentFailure .image img,
#paymentSuccess .image img{
	max-width: 100%;
}

#paymentSuccess p{
	font-weight: bold;	
}

#members{
	min-height: 400px;	
}

#members .help-block{
	font-size: 9px;	
}

#members .form-group{
	margin-bottom: 2px;	
}

.inventory_row{
	font-size: 11px;	
	border-bottom: 1px solid #CCC;
	margin-bottom: 7px;
}

#members .image{
	text-align: center;	
}

#members .image img{
	max-height: 200px;
}

#members .customerDetailsRow{
	margin-bottom: 0px; 
}

#gamenight .image{
	width: 100%;
	text-align: center;	
}

#gamenight .image img{
	max-width: 100%;
}