.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-container {
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.row-container:before,
.row-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-container:after {
  clear: both;
}




#modal_logo {
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    transition: margin 0.5s ease 0s;
}

#modal_logo h1 {
    background-color: #edcd1f;
    color: white;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 0;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 0;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}



#modal_logo h1 span {
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    transition: all 0.5s ease 0s;
}

#modal_logo h1 span.char_8, #modal_logo h1 span.char_9, #modal_logo h1 span.char_10, #modal_logo h1 span.char_11, #modal_logo h1 span.char_12, #modal_logo h1 span.char_13 {
    color: #1e2d3b;
}



#modal_logo h1 img {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.5s ease 0s;
    vertical-align: top;
}

#myBtn:hover {
  color: #FFFFFF;
}



 /* The Modal (background) */
.product_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1001; /* Sit on top */
    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.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.product_modal-content {
    background-color: #0A0A0A;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 300px; /* Could be more or less, depending on screen size */
	height: 330px;
	background-image: url("../../../../images/template/popup_bg.jpg");
}

/* The Close Button */
.product_modal_close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.product_modal_close:hover,
.product_modal_close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



.shadow
{
	/*
	border-color: #dfdfdf; 
	border-style: solid; 
	margin: 20px 2px 2px; 
	border-width: 0.01em; 
	padding: 2px;
	*/
	/*color: #2c2c2c;
    background-color: #d5d5d5;
    letter-spacing: .05em;*/
    
}

.shadow:hover
{
	/*
	-webkit-box-shadow: 7px 10px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 10px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 7px 10px 8px 0px rgba(0,0,0,0.75);
	cursor: hand;
	cursor: pointer;
	text-shadow: 
      0px 0px 0px #d5d5d5, 
      2px 2px 0px rgba(0, 0, 0, 0.2);
	*/
}