.c-left{
    float: left;
}
.c-right{
    float: right;
    text-align: left;
    color: #fff;
    font-size: 12px;
}
.c-right a{
    color: #fff;
    text-decoration: none;
}
.cookies{
      z-index: 99999;
	    max-width: 1200px;
      margin: 0 auto;
      position: relative;
      display: none;
      color: #fff;
      font-size: 14px;
      padding: 10px;
      background-color: #fff;
    }
    .cookies p{
		font-family: proxima_nova_rgregular;
		margin-bottom: 10px;
    	color: #2b2b2b;
    }
    .cookies a{
      outline: 0;
      color: #2b2b2b;
      text-decoration: underline;
    }
    .cookies .cookies-button {
      cursor: pointer;
      background: 0 0;
      box-shadow: 0 0 0 1px #2b2b2b;
      outline: 1px solid #2b2b2b;
    }
    .btn {
      color: #2b2b2b;
      position: relative;
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      border: 10px solid transparent;
    }
    .btn span{
		padding: 0 20px;
    }

.modal_div .form-content .accept input[type=checkbox]:checked+label span {
  background: url(img/check.png) 0 bottom no-repeat !important;
}

.modal_div .form-content .accept label span {
  background: url(img/check.png) -23px bottom no-repeat !important;
}
