﻿.cc_banner_wrapper
{
	width:100%;
	z-index:999;
	position:fixed;
	bottom:-100px;
	background-color:rgba(0,0,0,0.95);
	color:#fff;
	font-size:0.9em;
border:1px solid #222;

}

.cc_banner_container
{
	/*margin: 5px 30px;*/
	margin:auto;
	padding:5px;
	display:table;
}

.cc_cell1
{
	display:table-cell;
}

.cc_cell2
{
	display:table-cell;
}


.cc_banner_wrapper .cc_more_info
{
	color:#fff;
	text-decoration: underline;
}

.cc_message
{
	/*padding-top:8px;*/
	color:#fff;
	padding-right:25px;
}

@media all and (max-width: 800px)
{

.cc_notMobile
{

  display:none;

}

}

.cc_btn
{
	
	/*float:right;
	margin-top:14px;
    margin-bottom: 8px;*/
    
    margin-left:10px;
    display: block;
    padding: 7px 14px;
    background-color: #f1d600;
    color: #111;
    margin-right: 12px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: -0.05em;
    border-radius:5px;
}

.cc_btn:hover 
{
  
  animation-name: cs_hover;
  animation-duration: 1s;
  -webkit-animation-name: cs_hover;
  -webkit-animation-duration: 1s;
  -moz-animation-name: cs_hover;
  -moz-animation-duration: 1s;
  background-color: #fff;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes cs_hover {
    from {background-color: #f1d600;}
    to {background-color: #fff;}
}


