/* Hide the sidebar scrollbar when the sidebar is not visible */
html {
   -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* Header */
header{
	height: 70px;
	background-color: #fff;
	z-index: 1049 !important;
	position: fixed;
    width: 100%;
}


#menu-toggle{
	float: left;
	position: absolute;
	height: inherit;
	width: 100px;
	font-size: 25px;	
	text-decoration:none;
	padding: 10px 0;
	color:#4e4e4e;
	top: 0;
}

#menu-toggle:hover {
	background-color: #eee;
	color:#337ab7;	
}

#menu-toggle p{
    font-size: 20px;
}

.sidebar-close{
    float: right;    
    height: 30px;
    width: 50px;
    padding: 20px 0;    
    text-indent: 0;
    text-align: center;
    margin-right: 20px;
    font-size: 20px;
}

.sidebar-nav .sidebar-brand .sidebar-close:hover{
    color: #337ab7
}

#logo{
	height:inherit;	
}

#logo img{
	height:inherit;	
}

@media(max-width:1200px) {
    #menu-toggle{
		padding: 20px 0;
	}	
}

#content{
    padding-top: 70px;    
}


@media(max-width:767px) {
	#content{
		padding-top: 60px;	
	}

    header{
		height: 50px;		
	}

	#menu-toggle{
		width: 50px;
		padding: 12px 0;
	}		
}

@media(max-width:420px){
	#logo img{
		padding-left: 50px;
	}
}

/* Footer */
footer{
	padding-top: 90px;	
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 1049 !important;
}

.subfooter a{
    text-decoration:none;
}

@media screen and (max-width: 767px) {
    
    footer{
        padding-top: 20px;
    }
    
    .navbar-fixed-bottom {    
	    position:relative;
	}
	
	body{
		padding-bottom: 0;
	}	
}

/* Common html elements */

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
}

@media screen and ( max-height: 700px ){
    h2.compact-heading {
        margin-top: 10px;
	    margin-bottom: 10px;
    }
}

h1, h2 {
    margin-top: 20px;
	margin-bottom: 30px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

blockquote {
    font-size: inherit;
}

/* Common css classes */
.login-container{
	width:270px;
	margin:0 auto 20px auto;
}

.img-border{
	border: 1px solid rgba(192,192,192,1);
	
}

.img-top-offset{
	margin-top: 20px
}

.errorText{
    color: Red;
    padding-top: 5px;        
}

.errorText[style*="inline"] {
    display: block !Important;    
}

.spinner{
    display: block;
    margin: auto;
    height: 40px;
    width: 40px;
    display: none;    
}

.anchor{
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .anchor {    
	    top:-50px;
	}	
}

.cash-link {
    color: inherit;
}

.cash-link:hover {
    color: inherit;
    text-decoration: none;
}

/* Magazine Display */
.carousel-title{
	height: 2em;	
}

.magazines-select-button{
    display: block;
    width: 90%;
}

.all-magazines-item{
    width: 146px;
    height: 390px;
	display: inline-block;
	margin: 0;
	vertical-align: top;
	padding: 2px;
}

.all-magazines-item a:hover{
    	text-decoration: none;
}

/*
.all-magazines-item img{
	width: 140px;
	height: 189px;
}*/

.magazine-details{
    padding-bottom: 20px;
}

.order-confirmation{    
    padding:20px 0;
}

/* Contact Us Navigation Bar and page */
.contact-nav-sm img{
    height: 25px;
    padding: 0px 20px 0 10px;
}

.contact-nav-lg img:hover{
    opacity: 0.7;
}

.faqQuestions{
    padding-left: 20px;
}

/* Hide livechat sticky button on small screens*/
@media screen and (max-width: 767px) {
    
    #livechat-compact-container{
        display:none!important;
    }
}

/* NOTE: these rules need to be in the Custom CSS section of the LiveChat theme you are using */

/* Hide livechat sticky button on mobile devices */
/*
@livechat-mobile { 
    #livechat-compact-container{
        display:none!important;
    }
}
*/
/* Move livechat sticky button above the footer and redice the width*/
/*
#livechat-compact-container {
	bottom: 51px!important;
    width: 200px!important;
}
*/

/* Hide the "Powered by LiveChat" text in the chat popup*/
/*
#footer{
    display:none!important;
}
*/

@media (min-width: 768px){
.navbar-right {
    float: left !important;
    margin-right: 100px !important;
	}	
	
.navbar-left {
	float: left !important;
	}	
}

.navbar 
{
	
	}
	
/* Uncomment this line to turn off google ads */
/* .adsbygoogle {display:none !important;} */

/* Header colors */

.alternative-reward 
{
	display: none;
}

.modal {
display: block; 
background: rgba(153, 153, 153, 0.5);	
}
	
.modal-content {
    background-color: #ffffff !important;
    margin: 10% auto;
    padding: 20px;
    border: 2px solid #000;
    width: 50%;
}	

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .4;
    padding-right: 3px;
    position: absolute;
    top: 0;
    right: 0;
}

/* Instant Start Popup */
.img-wrapper {
  position: relative;
}

.img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
  z-index: 1048 !important;
}

.img-overlay:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 50%;
}

/* Instant Start Popup */
.img-wrapper {
  position: relative;
}
/*
.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}*/

.img-overlay:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 50%;
}

/* Bootstrap Tooltip Custom Styling */
.tooltip-inner {
	min-width: 200px;
	max-width: 100%;
	background-color: #14c414;
}