@font-face {
  font-family: 'Lato-Light';
  src: url('Lato-Light.eot');
  src: url('Lato-Light.eot?#iefix') format('embedded-opentype'),
       url('Lato-Light.woff') format('woff'),
       url('Lato-Light.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('Lato-Regular.eot');
  src: url('Lato-Regular.eot?#iefix') format('embedded-opentype'),
       url('Lato-Regular.woff') format('woff'),
       url('Lato-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Semibold';
  src: url('Lato-Regular.eot');
  src: url('Lato-Semibold.eot?#iefix') format('embedded-opentype'),
       url('Lato-Semibold.woff') format('woff'),
       url('Lato-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Heavy';
  src: url('Lato-Heavy.eot');
  src: url('Lato-Heavy.eot?#iefix') format('embedded-opentype'),
       url('Lato-Heavy.woff') format('woff'),
       url('Lato-Heavy.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Black';
  src: url('Lato-Black.eot');
  src: url('Lato-Black.eot?#iefix') format('embedded-opentype'),
       url('Lato-Black.woff') format('woff'),
       url('Lato-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
body {
    background: #fff;
    margin: 0;
    font-family: 'Lato-Regular',sans-serif;
    font-size: 14px;
    color: #000;
}
ul {
	list-style: none;
  	padding: 0;
    margin: 0;
}
ul li {
    list-style-image: url(data:0);
	list-style: none;
}
.editor ul {
    padding-left: 20px;
}
.editor ul li {
    position: relative;
}
.editor ul li:before {
    content: ' ';
    background: #0abab5;
    width: 8px;
    height: 8px;
    position: absolute;
    margin-left: -15px;
    border-radius: 50%;
    top: 50%;
    margin-top: -5px;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
	outline: none;
}
.addtocart_window {
    top: 30%;
    left: 50%;
    margin-left: -150px;
    z-index: 9889;
    position: fixed;
    padding: 5px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    text-align: center;
    width: 320px;
}
.addtocart_wrapper {
    background: #fff;
    padding: 16px;
}
.addtocart_wrapper span {
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
	cursor: pointer;
}
.addtocart_title {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
}
.addtocart_wrapper a.button {
    display: inline-block;
    padding: 8px 25px;
    background: #ffcf00;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}
.layer_wrapper.closet {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #cfcfcf;
    background: -ms-radial-gradient(#fff, #000);
    background: -moz-radial-gradient(#fff, #000);
    background: -webkit-radial-gradient(#fff, #000);
    opacity: .4;
    -moz-opacity: .4;
    -khtml-opacity: .4;
    display: none;
    z-index: 999;
}
.top_line {
    background: #ffce01;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
	font-weight: bold;
    padding: 5px;
}
.top_line_content {
    font-family: 'Lato-Heavy';
    line-height: 1.2;
  	max-width:1200px;
  	margin: 0 auto;
}
.footer_line a {
    color: rgb(255, 251, 0);
}
@media screen and (max-width:768px){
iframe[src*="youtube"] {
    width: 100% !important;
}
}
@media screen and (min-width:1900px){
	.container {
		max-width: 1850px !important;
  }
}
