/******* sc_tsviewer ********/
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}
#sc_tsviewer {
    width:100%;
    	/*background-color:#212529;*/
	padding:25px 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#sc_tsviewer-icon {
	float:left;
	padding:15px 0 0 0;
}

#sc_tsviewer-headline {
	float:left;
	/*font-size:30px;
	font-weight:400;
	text-transform:uppercase;*/
	/*font-family: 'Roboto Condensed', sans-serif;*/
	/*color:#fe821d;*/
	padding:28px 0 0 0px;
	color: #fff;
}
.sc_tsviewer-info {
	float:left;
	padding:30px 0 0 30px;
}
.sc_tsviewer-info .fa-stack {
	height:50px;
	width:50px;
}
.sc_tsviewer-info .fa-stack i {
	/*color:#fe821d;*/
	font-size:52px;
}
.sc_tsviewer-info .fa-stack i.fa-inverse {
	color:#fff;
	font-size:20px;
	line-height:52px;
}
.sc_tsviewer-infotitle {
	float:left;
	/*font-size:14px;
	font-weight:300;*/
	text-transform:uppercase;
	/*color:#fe821d;*/
	padding:45px 0 0 5px;
}
#sc_tsviewer-button {
	float:left;
	padding:33px 0 0 30px;
}
/*#sc_tsviewer-button a {
	font-size:14px;
	padding:15px 25px;
	border-radius:2px;
	border:0;
	background-color:#747474;
	color:#fff;
	text-transform:none;
}
#sc_tsviewer-button a:hover, 
#sc_tsviewer-button a:focus {
	background-color:#fff;
	color:#00BFFF;
	text-decoration:none;
}*/

.sc_tsviewer-icon i {
    color: #fe821d;
    margin-top: -15px;

}

.fa-stack {
    color: #fe821d;
    margin-top: -10px;
}

.button-stack {
    margin-top: 5px;
}

@media only screen and (max-width: 1200px) {
#sc_tsviewer-headline {
	font-size:24px;
	padding:24px 0 0 20px;
}
}

@media only screen and (max-width: 992px) {
#sc_tsviewer {
	text-align:center;
}
#sc_tsviewer-icon {
	float:none;
	padding:15px 0 0 0;
}
#sc_tsviewer-headline {
		
	padding:15px 0 0 0;
}
.sc_tsviewer-info {
	display:inline-block;
	float:none;
	padding:15px 0 0 30px;
}
.sc_tsviewer-infotitle {
	display:inline-block;
	float:none;
	padding:30px 0 0 5px;
}
#sc_tsviewer-button {
	float:none;
	padding:35px 0 0;
}
}
@media only screen and (max-width: 640px) {
#sc_tsviewer-headline {
	
}
.sc_tsviewer-info {
	display:block;
	padding:0 0 0 0;
}
.sc_tsviewer-infotitle {
	display:block;
	padding:0 0 0 0;
}
#sc_tsviewer-button {
	float:none;
	padding:30px 0 0;
}
}

