@charset "utf-8";
/* ===== Keyframes ===== */
@-webkit-keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @-webkit-keyframes fadeOut {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
}
}
 @keyframes fadeOut {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
}
}
 @keyframes arrow {
 0% {
 transform: translateX(0px);
 opacity: 0;
}
 100% {
 transform: translateX(10px);
 opacity: 1;
}
}
 @keyframes arrowY {
 0% {
 transform: translateY(0px) rotate(90deg);
 opacity: 0;
}
 100% {
 transform: translateY(10px) rotate(90deg);
 opacity: 1;
}
}
 @keyframes colorful {
 0% {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 100% {
 -webkit-filter: hue-rotate(360deg);
 filter: hue-rotate(360deg);
}
}
 @keyframes color {
 from {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 to {
 -webkit-filter: hue-rotate(359deg);
 filter: hue-rotate(359deg);
}
}
/*----landing page-----*/
body {
	background: #000 !important;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow-x: hidden;
}
#shout_2018 {
	background: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	overflow-x: hidden;
	font-family: "DINPro-Regular";
	font-size: 18px!important;
	color: #fff !important;
	position: relative;
}
#shout_2018 .kv p {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.6em;
	padding: 0px 5%;
}
#shout_2018 .kv {
	position: relative;
	z-index: 1;
	text-align: center;
}
#shout_2018 .kv .title {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
#shout_2018 .kv .title h1 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: "DINCond-Medium";
}
#shout_2018 .kv .title h1 span {
	color: #fdfc01;
}
/*--box2--*/

/*--box2--*/

#shout_2018 .box2 {
	background: url("https://asset.msi.com/event/2018/shout_2018/images/box8.jpg") fixed no-repeat;
	padding-bottom: 5%;
	margin-top: -1.1%;
}
#shout_2018 .box2 .img-p {
	z-index: 1;
	left: -40px;
	bottom: -35px;
}
/*--box3 table--*/
#shout_2018 .box3main {
	background: url(https://asset.msi.com/event/2018/shout_2018/images/box9.jpg) fixed;
}
#shout_2018 .box3 {
	padding: 0px 0px 100px 0px;
}
#shout_2018 .box3 .css_table {
	display: table;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
#shout_2018 .box3 .css_table .css_tr_2 {
	display: table-row;
	background: #666;
}
#shout_2018 .box3 .css_table .css_tr_3 {
	display: table-row;
	background: #999;
}
#shout_2018 .box3 .css_table .css_tr_r {
	display: table-row;
	background: #000;
	color: #000;
}
#shout_2018 .box3 .css_table .css_td_tri {
	background: linear-gradient(-135deg, transparent 8px, #f00 0), linear-gradient(125deg, transparent 20px, transparent);
}
#shout_2018 .box3 .css_table .css_td {
	display: table-cell;
	width: 20%;
	border: 1px solid #111;
	padding: 2px;
}
#shout_2018 h2 {
	position: relative;
	z-index: 2;
	color: #f00;
	margin-bottom: -125px;
	padding-top: 50px;
	font-size: 48px;
	font-family: "DINCond-Bold";
	text-transform: uppercase;
}
#shout_2018 span {
	color: #f00;
}
#shout_2018 .box2 .box2-r {
	margin: 35px 0px;
	margin-left: 8%;
}
#shout_2018 .box2 button .col-xs-12 {
	background: rgba(255,0,4,0.3);
	padding: 15px 0px;
}
#shout_2018 .box2 button .col-xs-12:hover {
	background: rgba(255,0,4,1);
}
#shout_2018 .box2 .round, #shout_2018 .box2 .round-2 {
	padding: 40px;
	width: 12em;
	height: 12em;
	border-radius: 99em;
	border: #f00 solid 10px;
	background: rgba(0,0,0,0.5);
	margin-bottom: 1em;
}
#shout_2018 .box2 .round-2 {
	padding: 44px;
}
#shout_2018 .box2 .r-text {
	padding: 0px;
	font-size: 20px;
}
#shout_2018 .box2 .r-text a {
	background: #FF0004;
	display: block;
	padding: 8px;
	line-height: 17px;
}
#shout_2018 .box2 i {
	font-size: 5em;
}
#shout_2018 .box2 .fa-x {
	font-size: 2.5em !important;
	margin-top: 1.8em;
	color: rgba(220,57,0,0.5);
}
#shout_2018 .box2 .box2-l {
	margin-top: 5em;
	margin-bottom: 0em;
}
#shout_2018 .box2 .box2-l .text {
	margin-top: 2.7em;
	font-size: 25px;
	line-height: 25px;
}
#shout_2018 .box2 .button {
	margin-top: -235px;
	margin-bottom: 40px;
	z-index: 3;
}
#shout_2018 .box2 .text2 {
	border: 0px solid #f00;
	padding: 3% 5%;
	margin-top: 15px;
	background: rgba(87,87,87,0.3);
	border-radius: 15px;
	font-size: 18px !important;
}
#shout_2018 .box2 p {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.4em;
}
/*--toolbar--*/

.navbar {
  margin-bottom: 0;
}

#toolbar {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 30px;
}

#toolbar li {
  position: relative;
  margin-bottom: 4px;
  -webkit-transition: 1.5s all;
  -o-transition: 1.5s all;
  transition: 1.5s all;
  background: #f00;
  right: 0;
  color: #000;
  padding:5px 9px;
  cursor: pointer;
  text-align: left;
  font-family: "DINPro-Medium";
  font-size: 16px;
list-style: none;
}

#toolbar li a {
  color: #000;
  dislpay: block;
font-size: 26px;
}

#toolbar li:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#toolbar li .svg {
  width: 30px;
  height: 30px;
  fill: #000;
  vertical-align: middle;
}

#toolbar li:hover {
  right: 0;
  background: #fff;
}

#toolbar li:hover .svg {
  fill: #fff;
}









/*--nav--*/
#shout_2018 #btnav {
	display: none;
}
.fixed {
	position: fixed !important;
	top: 0;
	z-index: 999;
}
#ag .hide {
	display: none !important;
}
#ag-nav {
	z-index: 50;
	width: 100%;
}
#ag-nav ul, #ag-nav li {
	list-style: none;
	padding: 0 0;
	margin: 0 0;
	text-align: center;
}
#ag-nav ul {
	background: rgba(205,0,0,0.72);
	border-top: 1px solid #ff8400;
	border-bottom: 1px solid #c50000;
	padding: 15px 0;
}
lang {
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
}
#lang li {
	width: 50% !important;
	border: none !important;
	border-bottom: #333 1px dashed !important;
	display: block !important;
	float: left;
}
#lang li:hover a {
	color: #fc0 !important;
}
#ag-nav li {
	display: inline-block;
}
#ag-nav li a {
	padding: 0 25px;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: "DINCond-Medium";
}
#ag-nav li a:hover {
	color: #ef7709;
}
/*--lan-*/
#langwp {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	font-family: "DINPro-Regular";
	font-size: 130%;
	color: #fff;
	position: fixed;
	z-index: 1000;
	padding-top: 5%;
	top: 0;
}
#langwp .langbox {
	width: calc(90% - 100px);
	margin: 0 auto;
	max-width: 800px;
	border: #c00 5px solid;
	background: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 50px;
}
.tab-panels ul {
	margin: 0;
	padding: 0;
}
.tab-panels ul li {
	list-style-type: none;
	display: inline-block;
	background: #666;
	margin: 0;
	padding: 3px 10px;
	border-radius: 10px 10px 0 0;
	color: #000;
	font-weight: 200;
	cursor: pointer;
	margin-right: 5px;
}
.tab-panels ul li:hover {
	color: #fff;
	background: #f00;
}
.tab-panels ul li.active {
	color: #000;
	background: #f00;
}
.tab-panels .panel {
	display: none;
	background: rgba(253,255,255,.1);
	padding: 30px 10px;
	border-radius: 0 0 10px 10px;
	border-bottom: 0px solid #6A2F0C;
	border-top: 2px solid #f00;
}
.tab-panels .panel.active {
	display: block;
}
@media screen and (max-width: 1480px) {
	#shout_2018 .kv{padding-bottom: 5%;}


}
@media screen and (max-width: 1280px) {
	#shout_2018 .kv{padding-bottom: 10%;}


}

@media screen and (max-width: 960px) {
	#shout_2018 .kv{padding-bottom: 20%;}
#langwp .langbox {
	width: 90%;
	padding: 0px 0;
	margin: 0 auto;
	border: none;
}
}
#langwp .langbox h2 {
	font-size: 2em !important;
	color: #f00 !important;
	padding-bottom: 0.5em !important;
	text-align: center;
}

@media screen and (max-width: 960px) {
#langwp .langbox h2 {
	font-size: 1.5em;
}
}
#langwp .langbox .area {
	width: calc(100% / 1 - 4px) !important;
	background-color: rgba(255,0,4,.4);
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
#langwp .langbox li {
	float: left;
	width: calc(100% / 3 - 4px);
	margin: 2px;
	text-decoration: none;
	list-style: none;
	text-align: center;
}
#langwp .langbox li a {
	color: #fff;
	display: block;
	border: #f00 1px dotted;
	padding: 6px 0;
	font-size: 0.8em;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 5px;
}
#langwp .langbox li a:hover {
	background: rgba(255, 0, 0, 0.8);
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 960px) {
#langwp .langbox li {
	width: calc(50% - 4px);
}
}
/*--prize--*/

#shout_2018 .prize {
	background: url("https://asset.msi.com/event/2018/shout_2018/images/prize_box.jpg") no-repeat bottom;
	padding: 1% 0px 4% 0px;
}
#shout_2018 .prize ul {
	width: 100%;
	list-style: none;
	display: flex;
}
#shout_2018 .prize li {
	background: #fff;
	font-size: 18px;
	color: #000;
	width: 22%;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
	float: left;
	box-shadow: 0 0 8px rgba(255, 2, 2, .8);
	border: 2px solid #fff;
	min-height: 350px;
}
#shout_2018 .prize .gname {
	font-size: 16px;
	color: #000000;
	border-bottom: 1px solid #999;
}
#shout_2018 .prize .for {
	font-size: 16px;
	color: #000000;
}
#shout_2018 .prize .for span {
	color: #f00;
}
#shout_2018 .prize li:hover {
	box-shadow: 0 0 20px rgba(255, 2, 2, 1);
	border: 2px solid #f00;
	transform: scale(1.05);
}
/*--term--*/
#shout_2018 .term {
	text-align: left;
}
#shout_2018 .term ul {
	text-align: left;
	line-height: normal;
	font-size: 16px;
}
#shout_2018 .dec {
	margin-left: 20px!important;
}
/*--submit--*/

#shout_2018 .sbox {
	background: url(https://asset.msi.com/event/2018/shout_2018/images/box_2.jpg) no-repeat fixed;
	padding-bottom: 7%;
}
#shout_2018 .icon-img {
	height: 3px;
	background: #3d2d13;
	background: #ff6c00;
	background: -moz-linear-gradient(to right, #f00 100%, #f00 10%, #f00 100%, #000 100%, #000 100%));
	background: -webkit-linear-gradient(to right, #f00 100%, #f00 10%, #f00 100%, #000 100%, #000 100%));
	background: linear-gradient(to right, #f00 100%, #f00 10%, #f00 100%, #000 100%, #000 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c00', endColorstr='#ff6c00', GradientType=0 );
	-webkit-text-fill-color: transparent;
	-webkit-clip-path: polygon(30% 100%, 100% 100%, 0% 5%, 0% 0%);
	clip-path: polygon(30% 100%, 100% 100%, 0% 5%, 0% 0%);
	margin-top: 0px;
}
#shout_2018 .submit a {
	text-decoration: none;
	color: #fff;
	font-size: 44px;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 10px 40px;
	background: #f00;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 55px rgba(255, 2, 2, 1);
	transition-property: background border;
	transition-duration: .2s;
	transition-timing-function: ease-out;
	transition-delay: initial;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
	font-family: "DINPro-Black";
}
#shout_2018 .submit {
	margin: 0px;
}
#shout_2018 .submit a:hover {
	color: #000;
}
#shout_2018 .arrowDown {
	-webkit-animation: arrowDown 1s ease-out infinite;
	animation: arrowDown 2s linear infinite;
	animation-delay: 0s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}
 @keyframes filling {
 from {
 background-position: center 25%;
}
 to {
 background-position: center 50%;
}
}
#shout_2018 .container-text {
	background-image: url(https://asset.msi.com/event/2018/shout_2018/images/t_bg.jpg);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	color: #FFFFFF;
	padding-top: 80px;
	font-size: 100px;
	font-family: "DINPro-Black";
	animation: filling 3s ease forwards;
}
	



/*rules animita*/
@-webkit-keyframes arrowDown {
 0% {
 opacity: 1;
 transform: translate(0px, 0px);
}
 65% {
 opacity: 1;
 transform: translate(0px, 10px);
}
 100% {
 opacity: 1;
 transform: translate(0px, 0px);
}
}
 @keyframes arrowDown {
 0% {
 opacity: 1;
 transform: translate(0px, 0px);
}
 65% {
 opacity: 1;
 transform: translate(0px, 10px);
}
 100% {
 opacity: 1;
 transform: translate(0px, 0px);
}
}
#shout_2018 .mname ul {
	width: 100%;
}
#shout_2018 .mname ul li {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px;
	margin: 10px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: none;
}
#shout_2018 .mname ul li:hover {
cursor: auto;
}
#shout_2018 .post {
	background: #ff5a00;
	padding: 10px;
	background-color: rgba(253,255,255,.1);
	width: 80%;
	margin-left: 10%;
	border-left: 5px solid #999;
	margin-bottom: 5px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
}
#shout_2018 .post:hover {
	background: #ff5a00;
	padding: 10px;
	background-color: rgba(253,255,255,.2);
	width: 80%;
	margin-left: 10%;
	border-left: 5px solid #999;
	margin-bottom: 5px;
	text-decoration: none;
}
#shout_2018 a:hover {
	text-decoration: none !important;
}
 @-webkit-keyframes neon2 {
 from {
 box-shadow:
 0 0 20px rgba(255, 2, 2, 1), 0 0 50px rgba(255, 2, 2, 1), 0 0 70px rgba(255, 2, 2, 1),
}
 to {
 box-shadow: 
 0 0 0px rgba(255, 2, 2, .2), 0 0 15px rgba(255, 2, 2, .2);
}
}
/* ===== Select Box ===== */
#shout_2018 .sel {
	font-size: 0.4em;
	display: inline-block;
	margin: 3em 1em;
	width: 450px;
	background-color: #f00;
	position: relative;
	cursor: pointer;
}
#shout_2018 .sel span {
	color: #fff !important;
}
#shout_2018 .sel::before {
	position: absolute;
	content: '\f063';
	font-family: 'FontAwesome';
	font-size: 2em;
	color: #FFF;
	right: 20px;
	top: calc(50% - 0.5em);
}
#shout_2018 .sel.active::before {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
#shout_2018 .sel__placeholder {
	display: block;
	font-size: 3em;
	color: #fff;
	padding: 0.2em 0.5em;
	text-align: left;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	visibility: visible;
}
#shout_2018 .sel.active .sel__placeholder {
	visibility: hidden;
}
#shout_2018 .sel__placeholder::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.2em 0.5em;
	content: attr(data-placeholder);
	visibility: hidden;
}
#shout_2018 .sel.active .sel__placeholder::before {
	visibility: visible;
}
#shout_2018 .sel__box {
	position: absolute;
	top: calc(100% + 4px);
	left: -4px;
	display: none;
	list-style-type: none;
	text-align: left;
	font-size: 1em;
	background-color: #666;
	width: calc(100% + 8px);
	box-sizing: border-box;
	overflow: scroll;
	height: 300px;
	overflow-x: hidden;
}
#shout_2018 .sel.active .sel__box {
	display: block;
	-webkit-animation: fadeIn 500ms;
	animation: fadeIn 500ms;
}
#shout_2018 .sel__box__options {
	display: list-item;
	font-size: 1.8em;
	color: #000;
	padding: 0.5em 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#shout_2018 .sel__box__options::after {
	content: '\f00c';
	margin-left: 5px;
	display: none;
}
#shout_2018 .sel__box__options.selected::after {
	display: none;
}
#shout_2018 .sel__box__options:hover {
	background-color: rgba(155,0,0,1);
}
/* ----- Select Box Black Panther ----- */
#shout_2018 .sel {
	border-bottom: 0px solid rgba(255, 90, 0, 0.3);
	border-top: 0px solid rgba(255, 90, 0, 0.3);
	border-left: 0px solid rgba(255, 90, 0, 0.3);
	border-right: 0px solid rgba(255, 90, 0, 0.3);
	border-radius: 5px;
}
#shout_2018 .sel--black-panther {
	z-index: 3;
}
#shout_2018 .sel--superman {
	z-index: 2;
}

@media screen and (max-width:960px) {
/*nav*/
#shout_2018 #btnav {
	display: block;
	padding: 10px 0;
	z-index: 99999;
	text-align: center;
	background: #f00;
}
#ag-nav ul {
	display: none;
}
#ag-nav ul li {
	display: block;
	width: 100%;
	z-index: 99999;
}
#ag #lang {
	position: relative;
	z-index: 99999;
}
}

@media screen and (max-width:1025px) {
#shout_2018 .kv .title h1 {
	font-size: 26px;
}
#shout_2018 .kv p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: normal;
}
#shout_2018 h2 {
	margin-bottom: -80px;
}
}

@media screen and (max-width:1320px) {
#shout_2018 .sel {
	width: 38%;
}
	
	#shout_2018 .container-text {
	padding-top: 40px;
	}
	
}

@media screen and (max-width:721px) {
#shout_2018 .icon-img {
	display: none;
}
.tab-panels .panel {
	padding: 10px 0px;
	margin: 0px;
}
#shout_2018 .mname ul li {
	margin: 5px;
}
.tab-panels ul li {
	border-radius: 10px;
}
#shout_2018 .container-text {
	font-size: 42px;
}
#shout_2018 .box2 .text2, #shout_2018 .box2 p, #shout_2018 p, #shout_2018 .term, #shout_2018 .term ul {
	font-size: 14px !important;
}
.tab-panels ul li {
	margin-bottom: 0px;
	border-bottom: 2px solid #000;
	line-height: 2;
}
#shout_2018 .kv .title h1 {
	font-size: 20px;
}
#shout_2018 .kv .title {
	position: relative;
	background-color: #000;
}
#shout_2018 .kv p {
	font-size: 18px;
	letter-spacing: 0px;
	line-height: normal;
}
#shout_2018 h2 {
	margin-bottom: 0px;
	padding-top: 0px;
	font-size: 28px;
	border-bottom: 3px solid #ff5a00;
}
#shout_2018 .box2 i {
	font-size: 3em;
}
#shout_2018 .box2 .round-2 {
	padding: 0px;
}
#shout_2018 .box2 .round, #shout_2018 .box2 .round-2 {
	border: 5px solid;
	padding: 30px 0px 0px 10px;
	height: 8em;
	width: 8em;
	margin-left: 24%;
}
#shout_2018 .box2 p {
	font-size: 14px;
}
#shout_2018 .box2 .box2-r {
	margin-top: 10px;
}
#shout_2018 .col-xs-6 {
	margin: 0px;
}
#shout_2018 .col-xs-12 {
	margin: 0px 0px;
	padding: 0px;
}
#shout_2018 .box2 .fa-x {
	margin-top: 0px;
	transform: rotate(90deg);
	display: none;
}
#shout_2018 .prize li {
	width: 90%;
}
#shout_2018 .prize ul {
	margin-left: -5%;
}
#shout_2018 .submit a {
	font-size: 22px;
}
#shout_2018 .box2 .box2-r {
	margin-left: 0px;
}
#shout_2018 .box3 .css_table {
	width: 100%;
	margin: auto 0px;
	font-size: 10px;
}
}

@media screen and (max-width:468px) {
#shout_2018 .submit a {
	font-size: 18px;
}
#shout_2018 .mname ul li {
	font-size: 18px;
}
#shout_2018 .sel {
	width: 44%;
}
}
