/*CT/ST PACKAGE 2020*/

@font-face {
    font-family:'Open Sans';font-style:normal;font-weight:300;
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('fonts/open-sans-300.woff2') format('woff2'),
    url('fonts/open-sans-300.woff') format('woff');
}
@font-face {
    font-family:'Open Sans';font-style:normal;font-weight:400;
    src: local('Open Sans'), local('OpenSans'),
    url('fonts/open-sans-regular.woff2') format('woff2'),
    url('fonts/open-sans-regular.woff') format('woff');
}
a,body,div,footer,h1,h2,h3,header,html,img,span{margin:auto;padding:0;border:0;font:inherit;vertical-align:baseline}
article,aside,footer,header,nav,section{display:block}
html,body{height:100%;min-height:100%}
html { font-size:62.5%; }
body{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background: url(img/bkgr/st-2.jpg) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#wrapper{
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
#wrapper td {
	vertical-align: middle;
	text-align: center;
}
.ct-logo img {
	width: 500px;
	height: 395px;
}
body:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    z-index: -1;
}
h1, h2 { margin: 16px 0; }
h1 { font-size: 24px; }
h2 { color: rgba(255,255,255,.85); }
.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 640px;
    padding: 0 20px;
}
.header { margin: auto 0 16px; text-align: center !important; }
.header h1 {color: #ccff00 !important;}
.timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 auto;
    font-size: 50px;
    line-height: 1;
}
.timer__type {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: rgba(255,255,255,.5);
}
.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0 50px;
}
.social-links__link { margin: 50px 24px 0 0; }
.icon {
    display: block;
    width: 32px;
    height: 32px;
    opacity: .7;
}
.social-links__link:hover .icon { opacity: 1; }
.icon > img {
    display: block;
    width: 100%;
    height: 100%;
}
.footer {
    width: 100%;
    background: rgba(0,0,0,.5);
}
	.footer a:link{
		text-decoration: none;
		color: #CCC;
	}
	.footer a:hover{
		text-decoration: none;
		color: #FFF;
	}
	.footer a:active, .footer a:visited{
		text-decoration: none;
		color: #CCC;
	}
.footer__content {
    margin: auto;
    padding: 0 40px;
    max-width: 1200px;
    text-align: center;
    color: rgba(255,255,255,.5);
}
.footer{
	height: 30px;
    vertical-align: middle;
	text-align: center;
    margin: 0 0 0 0;
	padding: 5px 2px 5px 2px;
	text-decoration: none;	
}
.logo{
	height: 30px;
    vertical-align: middle;
	text-align: center;
    margin: 0 5px 0 5px;
	text-decoration: none;	
}
.footer, .logo, .footer__content {
	text-decoration: none !important;
}
@media screen and (max-width: 8191px) and (min-width: 3840px)  {
	.ct-logo img {width: 500px; height: 395px;}
	
}
@media screen and (max-width: 3839px) and (min-width: 1920px) {
    .timer { font-size: 50px; }
	.ct-logo img {width: 500px; height: 395px;}
	
}
@media screen and (max-width: 599px) and (min-width: 414px) {
    .timer { font-size: 50px; }
	.ct-logo img {width: 300px; height: 237px;}
	.footer a{display: block !important;width: 100% !important;text-align: left;float: left;padding-top:15px}
	.footer{display: block;height: 200px}
	
}
@media screen and (max-width: 767px) and (min-width: 600px) {
    .timer { font-size: 80px; }
	.ct-logo img {width: 400px; height: 316px;}
	.footer a{display: block !important;width: 100% !important;text-align: left;float: left;padding-top:15px}
	.footer{display: block;height: 200px}
}
@media screen and (max-width: 359px) and (min-width: 320px) {
    .timer { font-size: 100px; }
	.ct-logo img {width: 200px; height: 158px;}
	.footer a{display: block !important;width: 100% !important;text-align: left;float: left;padding-top:15px}
	.footer{display: block;height: 200px}
}
@media screen and (max-width: 740px) and (min-width: 360px) {
    .timer { font-size: 100px; }
	.ct-logo img {width: 200px; height: 158px;}
	.footer a{display: block !important;width: 100% !important;text-align: left;float: left;padding-top:15px}
	.footer{display: block;height: 200px}
}
