body {
  min-height: 2000px;
  padding-top: 70px;
}

.gray_box
{
    background: #efefec;
    padding: 21px;
}

.lightgray_box
{
    background: #fafaf9;
    padding-right: 16px;
    padding-bottom: 16px;
}

.lightgray_subbox
{
    background: #fafaf9;
    padding: 20px;
	margin-top: 20px;
}

#ruler { visibility: hidden; white-space: nowrap;
   font-family: "Arial", sans-serif;
   font-size: 12px; }

.clearfix {
    clear: both;
}

/* standard bs elements */

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 
{
 	margin-top: 15px;
  	padding-bottom: 15px;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: 0px;
}

.navbar-header {
	height: 50px;
}

.navbar-logo {
	height: 58px;
	padding: 0px 40px 0px 0px;
}

.nav>li>a
{
	font-size: 18px;
	padding-top: 26px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 12px;
}

.navbar-toggle {
	padding-top: 16px;
}

#img_top_text
{
	position: absolute; 
	bottom: 0;
	left: 32px; 
	bottom: 8px; 
	font-size: 40px; 
	color: white; 
	text-shadow: 2px 2px 4px #000000;
}

@media (min-width: 768px) {

.nav>li>div
{
	margin-top:26px;
}
.navbar-default  .navbar-nav>.active>a, .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
	background-color: transparent;
}
}

@media (max-width: 767px) {

.navbar-logo 
{
	height: 50px;
	padding: 8px 40px 0px 0px;
}

.nav>li>div
{
	display: none;
}

#span_cb_shopinfo
{
	display: none;
}

#img_top
{
	display: none;
}

#optional_hover_text
{
	display: none;
}

}

.navbar-default  .navbar-nav>.active>a, .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
	font-weight: bold;
	text-color: black;
}


/* other elements */

a, a:link, a:visited, a:active, a:hover
{
	color:black;
	text-decoration: none;
}

a.blue, a.blue:link, a.blue:visited, a.blue:active, a.blue:hover
{
	color: darkblue;
	text-decoration: none;
}

a.white, a.white:link, a.white:visited, a.white:active, a.white:hover
{
	color: white;
	text-decoration: none;
}

a.cslink, a.cslink:link, a.cslink:visited, a.cslink:active, a.cslink:hover
{
	color: #5f6149;
	text-decoration: none;
}



footer 
{
    padding: 0px 0px 0px 0px;
    background: transparent;
    color: #fff;
}

.az_letter
{
	font-size: 19px;
	margin-right: 12px;
	font-weight: bold;
}

.az_list_item
{
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
}

/* typography */
body 
{
	color: #444;
	font-family: 'Muli', Arial, Helvetica, sans-serif;
        font-weight: normal;
}

h2, h3, h4, h5, h6 
{
	margin-top: 0px;
	margin-bottom: 20px;
}

h4, h5, h6 
{
	font-weight: bold;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 500px;
    min-height: 200px;
    overflow-y: auto;
}

.select2-results__options
{
	font-size: 13px;
}

.select2-selection
{
	border-radius: 0px !important;
}

@media (min-width: 992px) {
	.separator_right
	{
		border-right: thin solid #CFCFC8;
	}
}

ol, ul
{
	margin-bottom: 0;
}

.shoplist
{
	margin-top: 0;
}

/* Select2 */

.select2-container--default 
.select2-selection--single
.select2-selection__rendered {
    	color: #bc245c;
	font-weight: bold;
}

.select2-selection__placeholder {
	font-weight: normal;
}

.select2-selection__clear
{
	margin-left: 6px;
	z-index: 1000;
}

/* The Modal (background) */
.cModal {
    z-index: 9999; /* Sit on top */
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content/Box */
.cModal-content {

    background-color: white;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
	text-align: left;
    box-shadow: 2px 2px 5px rgba(0,0,0,.6);
	max-width: 500px;
	min-width: 220px;
}

/* The Accept Button */
.cModal-accept {
    color: black;
	text-align: center;
	display: inline-block;
	float: right;
	width: 120px;
    font-size: 13pt;
    font-weight: bold;
    background-color: #eac53e;
    padding: 5px 10px 6px;
    margin-bottom: auto!important;
}

/* The Deby Button */
.cModal-deny {
    color: black;
	display: inline-block;
    float: left;
    font-size: 11pt;
    padding: 8px 0px 6px;
    margin-bottom: auto!important;
}


.cModal-deny:hover,
.cModal-deny:focus,
.cModal-accept:hover,
.cModal-accept:focus 
{
    cursor: pointer;
}