0% {
    transform: translateY(66px);
}

100% {
    transform: translateY(0px);
}

.cc_banner-wrapper {
    z-index: 9001;
    position: relative;
    text-align: justify;
}

.cc_container, .cc_message, .cc_btn {
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.cc_container {
    /*background: #60666a none repeat scroll 0% 0%;*/
	background: rgba(96, 102, 106, 0.8) none repeat scroll 0% 0% !important;
	box-shadow: 0px 0px 10px 0px rgb(34, 34, 34) !important;
    color: #FFF;
    box-sizing: border-box;
	height: 70px !important;
}

.cc_container {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    padding: 10px;
	height: 90px;
}

/*.cc_message::-moz-selection,
.cc_message::selection {
	background: #FFF !important;
	color: #0F0 !important;
}*/

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #000;
    background-color: #F1D600;
}

.cc_container .cc_btn {
    padding: 8px 10px;
    background-color: #FFF;
    cursor: pointer;
	text-transform: uppercase;
    text-align: center;
    font: 600 14px "Open Sans" !important;
    display: block;
    width: 33%;
    margin-right: 250px;
    float: right;
    max-width: 120px;
}

.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    font-size: 0.6em;
    -webkit-transition: color .10s linear, background-color .10s ease-in-out;
	-moz-transition: color .10s linear, background-color .10s ease-in-out;
	-o-transition: color .10s linear, background-color .10s ease-in-out;
	transition: color .10s linear, background-color .10s ease-in-out;
    line-height: 1em;
	margin-top: 5px;
}

.cc_container a, .cc_container a:visited {
    text-decoration: none;
    color: #FFF;
    transition: color 200ms ease 0s;
}

.cc_container a.cc_more_info {
	text-decoration: underline;
}

.cc_container a:hover, .cc_container a:active {
    color: #31A8F0;
}

.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
    background-color: #31A8F0;
    color: #FFF;
	text-decoration: none;
	-webkit-transition: color .10s linear, background-color .10s ease-in-out;
	-moz-transition: color .10s linear, background-color .10s ease-in-out;
	-o-transition: color .10s linear, background-color .10s ease-in-out;
	transition:color .10s linear, background-color .10s ease-in-out;
}

.cc_container .cc_message {
    transition: font-size 200ms ease 0s;
    font: 400 14px/25px "Open Sans" !important;
    display: block;
    font-size: 0.6em;
    transition: font-size 200ms ease 0s;
    margin: 0px;
    padding: 0px;
    line-height: 1.5em;
}

.cc_container p.cc_message {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
  text-align: justify;
}

.cc_container .cc_logo {
    display: none;
    text-indent: -1000px;
    overflow: hidden;
    width: 100px;
    height: 22px;
    opacity: 0.9;
}

/*-------------------- MEDIA QUERYS --------------------*/


@media screen and (max-width: 1600px) {
  .cc_container .cc_btn {
    margin-left: 10px;
	padding: 8px 5px;
  }
}

@media screen and (max-width: 1400px) {
  .cc_container {
		height: auto !important;
	}
}

@media screen and (max-width: 992px) {
  .cc_container .cc_btn {
    margin-right: 0;
    margin-left: 10px;
  }
@media screen and (max-width: 630px) {
  .cc_container {
    height: 136px;
  }
}
@media screen and (max-width: 400px) {
  .cc_container {
    height: 164px;
  }
}
@media screen and (max-width: 319px) {
  .cc_container {
    height: 188px;
  }
}

@media screen and (min-width: 992px) {
	.cc_container .cc_message {
		font-size: 1em;
	}

}
@media screen and (min-width: 768px) {
	.cc_container {

	}
	
	.cc_container .cc_btn {
		font-size: 1em;
		padding: 10px 15px;
	}
	
	.cc_container .cc_message {
		font-size: 1em;
		line-height: 1em;
	}
}

@media screen and (min-width: 500px) {
	.cc_container .cc_btn {
		font-size: 0.8em;
	}
	
	.cc_container .cc_message {
		margin-top: 0.5em;
		font-size: 0.8em;
	}
}
