/* input radio and checkbox */
input[type=radio], input[type=checkbox]{
    display:	none;
	outline:	none;
}

.label_left input[type=radio] + label:after,  .label_left input[type=checkbox] + label:after,
.label_right input[type=radio] + label:before,  .label_right input[type=checkbox] + label:before{
	background-color: 	white;
	content: 			"";
	cursor:				pointer;
	display: 			inline-block;  
	height: 			22px;  
	vertical-align:		middle;
	width: 				22px;
}

.label_right input[type=radio] + label:before,  .label_right input[type=checkbox] + label:before{
	margin-right: 		8px;
}

.label_left input[type=radio] + label:after,  .label_left input[type=checkbox] + label:after{
	margin-left: 		8px;
}	

.label_left input[type=radio] + label:after, .label_right input[type=radio] + label:before{
	border-radius: 13px; 
}

.label_left input[type=radio]:checked + label:after, .label_left input[type=checkbox]:checked + label:after,
.label_right input[type=radio]:checked + label:before, .label_right input[type=checkbox]:checked + label:before{
	content: 			"\2714"; /* Heavy check */
	font-size:			16px;
	font-weight:		initial;
	line-height: 		22px;
	text-align:			center;
	color: 				black;
}

 input[type=checkbox]:checked + label,  input[type=checkbox] + label, 
 input[type=radio]:checked + label,  input[type=radio] + label{
	cursor:			pointer;
	line-height: 	26px;
	vertical-align: middle;
}

.label_left, .label_right{
	display: inline-block;
	padding-right: 30px;
	vertical-align: middle;
}

.nerd_shirt_btn{
	display: inline-block;
	color: white;
	cursor: pointer;
    padding: 5px 30px;
    text-decoration: none;
    text-align: center;
}	
	
.nerd_shirt_block_2, .nerd_shirt_block_3, .nerd_shirt_block_4{
	padding: 75px 3px 130px 3px;
}

.nerd_shirt_block_1{
	background-color: #49759a;
}

.nerd_shirt_block_2{
	background-color: #1b5282;
}

.nerd_shirt_block_3{
	background-color: #dce4ec;
}

.nerd_shirt_block_4{
	background-color: #1175b5;
}

.nerd_shirt_heading{
	text-align: center;
}

/* Opener */
.nerd_shirt_block_1{
	/*min-height: 750px;*/
}
	
.opener_col_1, .opener_col_2, .opener_col_3{
	display: inline-block;
	vertical-align: top;
}

.opener_col_1{
	vertical-align: bottom;
}

.opener_col_1{
	width: 44%;
}

.opener_col_2{
	width: 24%;
	margin-left: -6%;
	padding-top: 75px;
	text-align: center;
}

.opener_col_3{
	width: 38%;
	text-align: right;
}

.opener_header_left_small{
	display: none;
}

.opener_col_1 img, .opener_col_2 img, .opener_col_3 img{
	max-width: 100%;
	vertical-align: bottom;
}

.opener_col_3_text{
	position: relative;
	padding-right: 18%;
	top: -50px;
}

.opener_text_small{
	display: none;
	text-align: center;
}

#Opener_Shirts{
	position: relative;
}

#Opener_Shirts img {
    position: relative;
	top: 0;
    right: 30px;
	max-width: 100%;
}

.opener_shirts_active {
	opacity: 1 !important;
}

.opener_shirts_fade {
	opacity: 0;
	-moz-transition: opacity 1.0s ease-in-out;
	-ms-transition: opacity 1.0s ease-in-out;
    -o-transition: opacity 1.0s ease-in-out;
    -webkit-transition: opacity 1.0s ease-in-out;
    transition: opacity 1.0s ease-in-out;
}

.opener_banner_medium, .opener_banner_small{
	display: none;
	text-align: center;
	
}

.opener_banner_medium img, .opener_banner_small img{
	max-width: 100%;
	vertical-align: bottom;
}	
	
@media (max-width: 1700px){
	.opener_col_1{
		width: 40%;
	}

	.opener_col_2{
		width: 32%;
	}

	.opener_col_3{
		width: 34%;
	}

	.opener_col_2 img{
		max-width: 75%;
	}
}

@media (max-width: 1500px){
	.opener_col_1{
		width: 30%;
	}

	.opener_col_2{
		margin-left: -4%;
		width: 48%;
	}

	.opener_col_3{
		width: 26%;
	}

	.opener_col_2 img{
		max-width: 45%;
	}
	
	.opener_header_left{
		display: none;
	}
	
	.opener_header_left_small{
		display: initial;
	}
}

@media (max-width: 1280px){
	.opener_col_3_text{
		top: 0px;
	}
}

@media (max-width: 900px){
	.opener_col_2_text{
		display: none;
	}
	
	.opener_text_small{
		display: block;
	}
	
	.opener_col_1{
		width: 36%;
	}
	
	.opener_col_2 {
		width: 40%;
		margin-left: -6%;
		padding-top: 25px;
		position: relative;
		z-index: 2;
	}
	
	.opener_col_2 img {
		max-width: 100%;
	}
	
	.opener_col_3{
		width: 35%;
		margin-left: -5%
	}
	
	.opener_col_3_text{
		top: -15px;
	}
}	

@media (max-width: 600px){
	.opener_banner_large{
		display: none;
	}
	
	.opener_banner_medium{
		display: block;
	}
}

@media (max-width: 400px){
	.opener_banner_medium{
		display: none;
	}
	
	.opener_banner_small{
		display: block;
	}
}
/* Instruction */
.instruction_content{
	padding-top: 60px;
}

.instruction_content li{
	padding: 3px 0;
}

.instruction_col_1, .instruction_col_2, .instruction_col_3, .instruction_col_dummy{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.instruction_col_1{
	text-align: right;
	padding-right: 30px;
}

.instruction_col_2, .instruction_col_3{
	padding-left: 30px;
}	

.instruction_col_3{
	margin-left: 50%;
}

.instruction_col_content{
	display: inline-block;
	text-align: left;
	max-width: 450px;
}

.instruction_col_content img{
	width: 100%;
}

.instruction_img_description{
	text-align: center;
	position: relative
}

.instruction_img_description > div{
	position: absolute;
	width: 100%; 
}

.instruction_paragraph{
	padding-top: 20px;
}

.instruction_circle{
	margin: 110px 20% 0 0;
	max-width: 318px;
	max-height: 298px;
	float: right;
	/*overflow: hidden;*/
}

.arrows-circle{
	position: relative;
    top: -307px;
	-webkit-animation: arrows-circle 8s linear infinite;
	-moz-animation: arrows-circle 8s linear infinite;
	-ms-animation: arrows-circle 8s linear infinite;
	-o-animation: arrows-circle 8s linear infinite;
	animation: arrows-circle 8s linear infinite;
}

@-webkit-keyframes arrows-circle /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes arrows-circle {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 1024px){
	.instruction_circle{
		margin: 180px 20% 0 0;
	}
}

@media (max-width: 900px){
	.instruction_circle{
		margin: 240px 10% 0 0;
	}
}
	
@media (max-width: 768px){
	.instruction_content{
		padding-top: 30px;
	}
	
	.instruction_col_1, .instruction_col_2, .instruction_col_3{
		width: 100%;
		padding: 120px 0 0 0;
		margin: 0;
	}
	
	.instruction_col_content{
		margin: 0 !important;
		padding: 0 !important;
		max-width: none;
	}
	
	.instruction_arrow{
		display: none;
	}
	
	.instruction_circle{
		margin: 40px auto 0 auto !important;
		max-width: 280px;
		display: block;
		float: none;
	}
	
	.arrows-circle{
		top: -280px;
	}
}

/* Shirt */
.nerd_shirt_block_3{
	overflow: hidden;
}
	
.shirt_col{
	display: inline-block;
	/*min-height: 755px;*/
	min-height: 700px;
	text-align: center;
	vertical-align: top;
	width: 33%;
}

.shirt_col_img_wrapper{
	height: 360px;
	padding: 145px 0 60px 0;
}

.shirt_col_img_wrapper div{
	height: inherit;
}

.shirt_img, .shirt_shadow_img, .shirt_choosen_img{
	position: relative;
}

.shirt_img{
	width: 590px;
	cursor: pointer;
	transform: scale(0.6);
	z-index: 10;
	-webkit-transition: transform 0.5s ease-out;
	-moz-transition: transform 0.5s ease-out;
	-ms-transition: transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

.shirt_zoom .shirt_img{
	transform: scale(1);
}

.shirt_shadow_img, .shirt_choosen_img{
	z-index: 5;
}

.shirt_shadow_img{
	transform: scale(0.6);
	top: -575px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out, transform 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out, transform 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out, transform 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out, transform 0.5s ease-out;
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.shirt_zoom .shirt_shadow_img{
	transform: scale(1);
}

.shirt_choosen_img{
	display: none;
	top: -60px;
}

.shirt_col_img_wrapper img:hover ~.shirt_shadow_img, .shirt_active .shirt_shadow_img{
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.shirt_active .shirt_choosen_img{
	display: inline-block;
	-webkit-animation: zoom-choosen 1.5s ease-in-out infinite;
	-moz-animation: zoom-choosen 1.5s ease-in-out infinite;
	-ms-animation: zoom-choosen 1.5s ease-in-out infinite;
	-o-animation: zoom-choosen 1.5s ease-in-out infinite;
	animation: zoom-choosen 1.5s ease-in-out infinite;
}

@-webkit-keyframes zoom-choosen /* Safari and Chrome */ {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-choosen {
  0% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50%{
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* flip start */
.flip_out .front{
	-moz-animation: 	flip_out_front 0.75s forwards linear;
	-ms-animation: 		flip_out_front 0.75s forwards linear;
	-o-animation: 		flip_out_front 0.75s forwards linear;
	-webkit-animation: 	flip_out_front 0.75s forwards linear;
	animation: 			flip_out_front 0.75s forwards linear;
}

	@-ms-keyframes flip_out_front{
		0% {
				-ms-transform: 	perspective(500px) rotateY(0deg);
				transform: 		perspective(500px) rotateY(0deg);
			}
		100%{
				-ms-transform:	perspective(1125px) rotateY(540deg);
				transform:		perspective(1125px) rotateY(540deg);
			}
	}
	
	@-moz-keyframes flip_out_front{
		0% {
				-moz-transform:	perspective(500px) rotateY(0deg);
				transform:		perspective(500px) rotateY(0deg);
			}	
		100%{
				-moz-transform:	perspective(1125px) rotateY(540deg);
				transform:		perspective(1125px) rotateY(540deg);
			}
	}

	@-o-keyframes flip_out_front{
		0% {
				-o-transform:	perspective(500px) rotateY(0deg);
				transform:		perspective(500px) rotateY(0deg);
			}
		100%{
				-o-transform:	perspective(1125px) rotateY(540deg);
				transform:		perspective(1125px) rotateY(540deg);
			}
	}
		
	@-webkit-keyframes flip_out_front{
		0% {
				-webkit-transform:	perspective(500px) rotateY(0deg);
				transform:			perspective(500px) rotateY(0deg);
			}
		100%{
				-webkit-transform:	perspective(1125px) rotateY(540deg);
				transform:			perspective(1125px) rotateY(540deg);
			}
	}

	@keyframes flip_out_front{
		0% {
				transform:	perspective(500px) rotateY(0deg);
				visibility: visible;
			}
		100%{
				transform:	perspective(1125px) rotateY(180deg);
				visibility: hidden;
			}
	}
	
.flip_out .back{
	-moz-animation: 	flip_out_back 0.75s forwards linear;
	-ms-animation: 		flip_out_back 0.75s forwards linear;
	-o-animation: 		flip_out_back 0.75s forwards linear;
	-webkit-animation: 	flip_out_back 0.75s forwards linear;
	animation: 			flip_out_back 0.75s forwards linear;
}

	@-ms-keyframes flip_out_back{
		0% {
				-ms-transform: 	perspective(500px) rotateY(180deg);
				transform: 		perspective(500px) rotateY(180deg);
			}
		100%{
				-ms-transform:	perspective(1125px) rotateY(720deg);
				transform:		perspective(1125px) rotateY(720deg);
			}
	}
	
	@-moz-keyframes flip_out_back{
		0% {
				-moz-transform:	perspective(500px) rotateY(180deg);
				transform:		perspective(500px) rotateY(180deg);
			}
		100%{
				-moz-transform:	perspective(1125px) rotateY(720deg);
				transform:		perspective(1125px) rotateY(720deg);
			}
	}
	
	@-o-keyframes flip_out_back{
		0% {
				-o-transform:	perspective(500px) rotateY(180deg);
				transform:		perspective(500px) rotateY(180deg);
			}
		100%{
				-o-transform:	perspective(1125px) rotateY(720deg);
				transform:		perspective(1125px) rotateY(720deg);
			}
	}
	
	@-webkit-keyframes flip_out_back{
		0% {
				-webkit-transform:	perspective(500px) rotateY(180deg);
				transform:			perspective(500px) rotateY(180deg);
			}
		100%{
				-webkit-transform:	perspective(1125px) rotateY(720deg);
				transform:			perspective(1125px) rotateY(720deg);
			}
	}
	
	@keyframes flip_out_back{
		0% {
				transform:	perspective(500px) rotateY(180deg);
				visibility: hidden;
			}
		100%{
				transform:	perspective(1125px) rotateY(360deg);
				visibility: visible;
			}
	}

.flip_in .front{
	-moz-animation: 	flip_in_front 0.75s forwards linear;
	-ms-animation: 		flip_in_front 0.75s forwards linear;
	-o-animation: 		flip_in_front 0.75s forwards linear;
	-webkit-animation: 	flip_in_front 0.75s forwards linear;
	animation: 			flip_in_front 0.75s forwards linear;
}
	
	@-ms-keyframes flip_in_front{
		0% {
				-ms-transform:	perspective(1125px) rotateY(540deg);
				transform:		perspective(1125px) rotateY(540deg);
			}
		100%{
				-ms-transform:	perspective(500px) rotateY(0deg);
				transform:		perspective(500px) rotateY(0deg);
			}
	}
	
	@-moz-keyframes flip_in_front{
		0% {
				-moz-transform:	perspective(1125px) rotateY(540deg);
				transform:		perspective(1125px) rotateY(540deg);
			}
		100%{
				-moz-transform:	perspective(500px) rotateY(0deg);
				transform:		perspective(500px) rotateY(0deg);
			}
	}
	
	@-o-keyframes flip_in_front{
		0% {
				-o-transform:	perspective(1125px) rotateY(540deg);
				transform:		perspective(1125px) rotateY(540deg);
			}
		100%{
				-o-transform:	perspective(500px) rotateY(0deg);
				transform:		perspective(500px) rotateY(0deg);
			}
	}
	
	@-webkit-keyframes flip_in_front{
		0% {
				-webkit-transform:	perspective(1125px) rotateY(540deg);
				transform:			perspective(1125px) rotateY(540deg);
			}
		100%{
				-webkit-transform:	perspective(500px) rotateY(0deg);
				transform:			perspective(500px) rotateY(0deg);
			}
	}
	
	@keyframes flip_in_front{
		0% {
				transform:	perspective(1125px) rotateY(180deg);
				visibility: hidden;
			}
		100%{
				transform:	perspective(500px) rotateY(0deg);
				visibility: visible;
			}
	}
	
.flip_in .back{
	-moz-animation: 	flip_in_back 0.75s forwards linear;
	-ms-animation: 		flip_in_back 0.75s forwards linear;
	-o-animation: 		flip_in_back 0.75s forwards linear;
	-webkit-animation: 	flip_in_back 0.75s forwards linear;
	animation: 			flip_in_back 0.75s forwards linear;
}
	
	@-ms-keyframes flip_in_back{
		0% {
				-ms-transform:	perspective(1125px) rotateY(720deg);
				transform:		perspective(1125px) rotateY(720deg);
			}
		100%{
				-ms-transform:	perspective(500px) rotateY(180deg);
				transform:		perspective(500px) rotateY(180deg);
			}
	}
	
	@-moz-keyframes flip_in_back{
		0% {
				-moz-transform:	perspective(1125px) rotateY(720deg);
				transform:		perspective(1125px) rotateY(720deg);
			}
		100%{
				-moz-transform:	perspective(500px) rotateY(180deg);
				transform:		perspective(500px) rotateY(180deg);
			}
	}
	
	@-o-keyframes flip_in_back{
		0% {
				-o-transform:	perspective(1125px) rotateY(720deg);
				transform:		perspective(1125px) rotateY(720deg);
			}
		100%{
				-o-transform:	perspective(500px) rotateY(180deg);
				transform:		perspective(500px) rotateY(180deg);
			}
	}
	
	@-webkit-keyframes flip_in_back{
		0% {
				-webkit-transform:	perspective(1125px) rotateY(720deg);
				transform:			perspective(1125px) rotateY(720deg);
			}
		100%{
				-webkit-transform:	perspective(500px) rotateY(180deg);
				transform:			perspective(500px) rotateY(180deg);
			}
	}
	
	@keyframes flip_in_back{
		0% {
				transform:	perspective(1125px) rotateY(360deg);
				visibility: visible
			}
		100%{
				transform:	perspective(500px) rotateY(180deg);
				visibility: hidden;
			}

	}

.front, .back {
	width: inherit;
	height: inherit;
}


.shirt_col_img_wrapper {
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-ms-backface-visibility: hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility: hidden;

	position: absolute;
	top: 30px;
	left: -85px;
}

/* front pane, placed above back */
.front {
	z-index: 25;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

.shirt_zoom .front{
	z-index: 29;
}

/* back, initially hidden pane */
.back {
	z-index: 20;
	transform: rotateY(180deg);
	visibility: hidden;
}

.shirt_zoom .back{
	z-index: 27;
}
/* flipp end */

.shirt_icons{
	padding-top: 20px;
	position: relative;
	z-index: 35;
}

.shirt_icons img{
	cursor: pointer;
	display: none;
	padding: 0 10px;
}

.shirt_active .shirt_icons img{
	display: inline-block;
}

.shirt_size_wrapper{
	padding: 85px 0;
	text-align: center;
	position: relative;
	z-index: 35
}

.shirt_size{
	padding-top: 5px;
}

/*@media (max-width: 1400px){*/
	.shirt_col{
		width: 50%;
	}
	
	.front, .back {
		left: 0;
	}	
/*}*/

@media (max-width: 1220px){
	.shirt_col{
		width: 50%;
	}
	
	.front, .back {
		left: -24px;
	}
}

@media (max-width: 1160px){
	.front, .back {
		left: -30px;
	}	
}

@media (max-width: 1080px){
	.front, .back {
		left: -40px;
	}	
}

@media (max-width: 1020px){
	.front, .back {
		left: -55px;
	}	
}

@media (max-width: 970px){
	.front, .back {
		left: -70px;
	}	
}

@media (max-width: 920px){
	.shirt_col{
		min-height: initial;
		width: 100%;
	}
	
	.front, .back {
		left: 0px;
	}
	
	.shirt_col_img_wrapper{
		padding: 125px 0 80px 0;
	}
	
	.shirt_choosen_img {
		top: -25px;
		max-width: 100%;
	}	
}

@media (max-width: 768px){
	.shirt_size_wrapper{
		padding: 40px 0;
	}
	
	.shirt_size_label, .shirt_size_table{
		width: 100%
	}
	
	.shirt_size_label{
		padding-bottom: 5px;
	}
	
	.shirt_size_table{
		padding-top: 40px;
	}	
}
	
@media (max-width: 610px){
	.front, .back {
		left: -50%;
		right: -50%;
	}
}

@media (max-width: 500px){
	.shirt_size{
		width: 20%;
		text-align: right;
	}
}
	
@media (max-width: 375px){
	.shirt_choosen_img {
		top: -8%;
	}
}

@media (max-width: 360px){
	.shirt_choosen_img {
		top: -5%;
	}
}

@media (max-width: 340px){
	.shirt_choosen_img {
		top: 0%;
	}
}

/* Registration */
.registration{
	padding-top: 40px;
	max-width: 1024px;
	margin: 0 auto;
}

.registration_heading{
	padding-top: 60px;
}

/* input field [text] [password] */
.registration input[type=text]::-ms-clear, .registration input[type=password]::-ms-clear {
	display: none;
	height: 0;
	width: 0;
}

.registration input[type="text"],
.registration input[type="password"],
.registration textarea{
    background-color: white;
    border-style: solid;
    border-width: 2px;
	border-color: transparent;
    box-sizing: border-box;
    font-size: 0.9em;
	width: 100%;
}

.registration input[type="text"]:focus,
.registration input[type="password"]:focus,
.registration textarea:focus{
	border-bottom: 	2px #009ee3 solid;
	/*border-bottom: 	2px #6e6e6e solid;*/
	outline:		none;
}

.registration_line_space{
	padding-bottom: 5px;
}

.registration_row{
	padding-top:30px;
}

.registration_col1, .registration_col2, .registration_col3, .registration_col4, .registration_col4 > div > div{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.registration_col1{
	padding-right: 20px;
	width: 50%;
}

.registration_col2{
	padding-left: 20px;
	width: 50%;
}

.registration_col3{
	color: black;
	line-height: 190px;
	height: 200px;
	background-color: white;
	box-shadow: 10px 5px 20px #444;
	margin-right: 60px;
	text-align: center;
	width: 200px;
}

.registration_col3 img{
	width: inherit;
	vertical-align: bottom;
}

.registration_col4 > div > div{
	padding-right: 5px
}

.nerd_paragraph{
	padding-bottom: 20px;
}

@media (max-width: 1024px){
	.registration{
		padding-top: 10px;
	}
	
	.registration_media_wrapper{
		box-sizing: border-box;
		padding-bottom: 5px;
		width: 33%;
	}
}

@media (max-width: 768px){
	.registration_media_wrapper{
		width: 50%;
	}
}

@media (max-width: 600px){
	.registration_col1, .registration_col2{
		padding-left: 0px;
		padding-right: 20px;
		padding-top: 30px;
		width: 75%;
	}
	
	.registration_row{
		padding-top: 0px;
	}
}

@media (max-width: 450px){
	.registration_col1, .registration_col2{
		width: 100%;
		padding-right: 0;
		padding-top: 15px;
	}
}
	
@media (max-width: 400px){
	.registration_media_wrapper{
		width: 100%;
	}
}

/* Shirt size dialog */
.shirt_size_dialog_tablepadding{
	padding: 0 10px;
}

.shirt_size_dialog_row{
	display: none;
	text-align: center;
}

.shirt_size_dialog_col1, .shirt_size_dialog_col2{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.shirt_size_dialog_col2{
	box-sizing: border-box;
	padding-left: 10%;
}

@media (max-width: 750px){
	.shirt_size_dialog_col1{
		width: 60%;
	}
	
	.shirt_size_dialog_col2{
		padding-left: 5%;
		width: 40%;
	}	
}

@media (max-width: 650px){
	.shirt_size_dialog_row{
		display: block;
	}
	
	.shirt_size_dialog_col1{
		width: 100%;
	}
	
	.shirt_size_dialog_col2{
		display: none;
	}	
	
	.shirt_size_dialog_sizetable{
		text-align: center;
		margin-left: -5%;
		width: 110%;
	}
}

@media (max-width: 400px){
	.shirt_size_dialog_col1 ul{
		padding-left: 18px;
	}
	
	.shirt_size_dialog_tablepadding{
		padding: 0 5px;
	}
}

/* success */
.nerd_shirt_banner_xl, .nerd_shirt_banner_l, .nerd_shirt_banner_m, .nerd_shirt_banner_s{
	display: none;
}

@media (max-width: 1920px){
	.nerd_shirt_banner_xxl{
		display: none;
	}
	
	.nerd_shirt_banner_xl{
		display: block;
	}
}	

@media (max-width: 900px){
	.nerd_shirt_banner_xl{
		display: none;
	}
	
	.nerd_shirt_banner_l{
		display: block;
	}
}

@media (max-width: 600px){
	.nerd_shirt_banner_l{
		display: none;
	}
	
	.nerd_shirt_banner_m{
		display: block;
	}
}

@media (max-width: 400px){
	.nerd_shirt_banner_m{
		display: none;
	}
	
	.nerd_shirt_banner_s{
		display: block;
	}
}	