@charset "utf-8";
.container {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 1199px) {
.container {
    width: 980px;
}
}

@media (max-width: 991px) {
.container {
    width: 720px;
}
}

@media (max-width: 767px) {
.container {
    padding-left: 20px;
    padding-right: 20px;
}
}

/*Site Responsive*/

@media (max-width: 991px) {
	
	.controls {
		display:block;
	}	
	
	.state-wrapper {
	padding: 0 0 30px 0;
}
	
.single-state {
    margin: 0;
}
.single-state > li:nth-child(2) {
    display: none;
}
.single-state > li {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}
.single-state > li:last-child {
    margin-bottom: 0;
}
.btn-footer {
    position: relative;
}
.banner-wrapper h1 {
    width: 500px;
}
.logo-footer-tq {
    left: 0;
    width: 130px;
}
.footer-block:nth-child(1) {
    display: none;
}
.footer-block {
    width: 50%;
    padding: 0px 15px;
}
.links-container {
    display: block;
    padding: 0 242px 0 155px;
}
.footer-wrapper .btn-skip {
    right: 0;
}
.source {
    right: 0;
    top: -60px;
    font-weight: 700;
    font-size: 14px;
}
}

@media (max-width: 767px) {
.external-nav {
    display: none;
}
.logo-tq {
    width: 80px;
}
.btn-skip {
    position: absolute;
    top: 3px;
    height: 42px;
    line-height: 36px;
    padding: 0px 14px;
    border-radius: 4px;
    font-size: 18px;
}
.header-wrapper {
    background-color: #35144f;
    padding: 15px 0px;
    height: 78px;
}
.block-container {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #35144f;
}
.btn-coverage {
    font-size: 22px;
    padding: 18px 0px;
}
.live-wrapper {
    padding: 30px 0px 30px 0;
}
.live-data {
    border-radius: 4px;
}
.banner-wrapper {
    animation: barberpole 30s linear infinite;
}
.footer-wrapper {
    padding: 90px 0px 25px 0;
    min-height: auto;
    margin-top: 5px;
}
.footer-wrapper .btn-skip {
    right: 0px;
    top: -65px;
    transform: translate3d(-50%, 0, 0);
}
.logo-footer-tq {
    left: 20px;
    width: 80px;
}
.links-container {
    display: block;
    padding: 0 0px 0 100px;
}
.footer-block {
    padding: 0;
}
.footer-block:nth-child(2) {
    width: 40%;
}
.footer-block:nth-child(3) {
    width: 60%;
}
.footer-block li {
    margin-bottom: 0px;
}
.footer-block h4 {
    margin: 0 0 5px 0;
}
.footer-block a {
    font-size: 13px;
}
.source {
    right: 20px;
    top: -115px;
    font-size: 14px;
}
}
