
/* ==================================================
  COPYRIGHT
================================================== */

#copyright{
	background-color: #191919;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.copyright-content {
	position: relative;
	margin: auto;
	text-align: left;
	padding: 0px;
	margin-left: 40px;
	margin-right: 40px;
	overflow: hidden;
}

.copyright-info{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #999999;
    float: left;
	width: 100%;
}

.copyright-info a{
	color: #da2031;
}

.copyright-info a:hover{
	color: #ff3333;
}

.ctrlz{
	float: right;
}

#copyright h4{
	margin-bottom: 2px;
}


/* ==================================================
   MEDIA
================================================== */

@media only screen and (max-width: 1270px) {

.copyright-content { margin-left: 20px;  margin-right: 20px;}

}

@media only screen and (max-width: 1100px) {

#copyright { padding-top: 20px;}
.copyright-info { text-align: center;}
.ctrlz { float: none; display: inline-block;}
#copyright h4 { text-align: center;}

}

@media only screen and (max-width: 400px) {

#copyright h4 { font-size: 16px; font-weight: 900;}

}

@media only screen and (max-width: 359px) {

#copyright h4 { font-size: 14px; font-weight: 900;}

}
