@font-face{
	font-family: Microgamma;
	src: url(../fonts/Microgamma.otf);
}
@font-face{
	font-family: Walkway;
	src: url(../fonts/Walkway-SemiBold.ttf);
}
@font-face{
	font-family: Walkway;
	font-weight: bold;
	src: url(../fonts/Walkway-UltraBold.ttf);
}
html{
	background-image: url(../img/grid3.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
	overflow: hidden;
}
body{
	overflow-x: hidden;
	font-family: Walkway;
}
a{
	color: #fff;
	text-decoration: none;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.header{
	margin-top: 10px;
	text-align: center;
	padding: 10px 0;
}
.header img{
	max-width: 80px;
}
.header img, .header .logotext{
	display: inline-block;
	vertical-align: middle;
}
.header .logotext{
	text-align: right;
}
.header .logotext .flogo{
	color: #807573;
	font-family: Microgamma;
	font-size: 3em;
}
.header .logotext .flogo span{
	color: #F15A24;
}
.header .logotext .slogo{
	font-size: 1.5em;
	font-family: Walkway;
	letter-spacing: 10px;
	color: #F15A24;
}
.tq-links{
	display: block;
	margin-top: 20px;
}
.tq-links a{
	color: #807573;
	text-decoration: none;
	font-size: 1.6em;
	display: inline-block;
	margin: 0 10px;
}
.tq-links a:hover{
	color: #F15A24;
}

.slider{
	text-align: center;
}
.slide{
	border: 1px solid #807573;
	width: 300px;
	display: inline-block;
	margin: 10px;
	max-width: 300px;
	position: relative;
	transition: visibility 1s;
	-ms-transition: visibility 1s;
	-moz-transition: visibility 1s;
	-webkit-transition: visibility 1s;
}
/* .slide::after,
.slide::after {
    content: '';
    position: absolute;
    top: 0;
    width: 10%;
    height: 100%;
    background: #3e3837;
	transition: 0s 250ms;
	-ms-transition: 0s 250ms;
	-moz-transition: 0s 250ms;
	-webkit-transition: 0s 250ms;
	z-index: -1;	
} */
/*
.slide.left::after{
	-webkit-transform: perspective(5000px) rotateY(95deg) translateZ(-159px) scale(0.9747);
	-moz-transform: perspective(5000px) rotateY(95deg) translateZ(-159px) scale(0.9747);
	-ms-transform: perspective(5000px) rotateY(95deg) translateZ(-159px) scale(0.9747);
	transform: perspective(5000px) rotateY(95deg) translateZ(-159px) scale(0.9747);
}
.slide.right::after{
	-webkit-transform: perspective(5000px) rotateY(-95deg) translateZ(-159px) scale(0.9747);
	-moz-transform: perspective(5000px) rotateY(-95deg) translateZ(-159px) scale(0.9747);
	-ms-transform: perspective(5000px) rotateY(-95deg) translateZ(-159px) scale(0.9747);
	transform: perspective(5000px) rotateY(-95deg) translateZ(-159px) scale(0.9747);
} 
*/

.slide-img{
	height: 300px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.slide-img img{
	width: 100%;
}
.slide-img button{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: #F15A24;
	border: 1px solid #F15A24;
	color: #fff;
	font-family: Walkway;
	padding: 5px;
	font-size: 1.2em;
	cursor: pointer;
	width: 160px;
}
.slide-img button:hover{
	background: #807573;
	border: 1px solid #807573;
}
.slide-lbl{
	font-family: Walkway;
	color: #fff;
	background: #807573;
	padding: 20px;
	position: relative;
	z-index: 1;
}
.popup-link:hover .slide-lbl{
	background: #F15A24;
}
.slide-lbl h2,
.slide-lbl h3 {
	margin: 0;
}
.slide-lbl h2{
	font-size: 2em;
	margin-bottom: 10px;
}
footer{
	font-family: Walkway;
	text-align: center;
	padding: 20px 0;
	margin-top: 20px;
	font-size: 1em;
	width: 100%;
}
footer img{
	display: block;
	vertical-align: middle;
	margin: 10px auto;
	width: 50px;
}
footer .upload-slip{
	position: fixed;
	bottom: 20px;
	right: 60px;
	background: #000;
	color: #fff;
	font-size: 1.5em;
	padding: 8px;
	border-radius: 5px;
	z-index: 999;
}
footer .tq-message{
	font-size: 2.5em;
	position: fixed;
	right: 10px;
	bottom: 20px;
	cursor: pointer;
	z-index: 999;
	background: #fff;
	border-radius: 50%;
}
footer .tq-message:hover{
	color: #F15A24;
}
footer .upload-slip:hover{
	background: #F15A24;
}
footer .upload-slip-tooltip{
	position: fixed;
	width: 150px;
	height: 30px;
	background: #000;
	color: #fff;
	padding: 5px;
	bottom: 20px;
	z-index: 1;
	right: 120px;
	line-height: 30px;
	border-radius: 5px;
	display: none;
}
footer .upload-slip-tooltip:before{
	content: '';
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 10px solid #000;
	position: absolute;
	left: -10px;
	top: 10px;
	display: none;
}
footer .upload-slip-tooltip:after{
	content: '';
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #000;
	position: absolute;
	right: -10px;
	top: 10px;
}
footer .upload-slip:hover + .upload-slip-tooltip{
	display: block;
}
footer #messageDiv{
	width: 300px;
	position: fixed;
	bottom: 70px;
	right: 10px;
	background: #000;
	color: #fff;
	display: none;
	z-index: 99999;
}
footer #messageDiv:after{
	content: '';
	position: fixed;
	bottom: 60px;
	right: 20px;
	border-top: 10px solid #000;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#messageDiv .close-tq-msg{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
#messageDiv .close-tq-msg:hover, #messageDiv .close-tq-msg:active{
	color: #F15A24;
}
.successMessage{
	display: none;
}
footer .form-field input[type=text], 
footer .form-field input[type=number], 
footer .form-field textarea{
	width: 250px;
}
footer .form-row label.error{
	text-align: center;
	float: none;
	display: block;
	color: #ffcfbe;
}
.overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	overflow: auto;
	/* display: none; */
	box-sizing: border-box;
	z-index: 9999;
}
.close{
	position: fixed;
	top: 30px;
	right: 30px;
	cursor: pointer;
	z-index: 10;
}
.close:hover{
	color: #807573;
}
.lightbox{
	min-height: 100%;
	padding: 20px;
	background: #fff;
	width: 90%;
	display: none;
	margin: 20px auto;
	box-sizing: border-box;
	z-index: 1;
	position: absolute;
	left: 50%;
	max-width: 900px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.lightbox-cover{
	margin: -20px;
	height: 320px;
	text-align: center;
	overflow: hidden;
}
.lightbox-cover img{
	width: 100%;
}
.lightbox-content{
	font-family: Walkway;
	margin-top: 30px;
	font-size: 1.1em;
}
.lightbox-content h2{
	font-weight: bold;
	margin-bottom: 0;
}
.course-box{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	max-width: calc(100vw / 4);
	min-width: 250px;
}
.rbutton, .cbutton, .upload-btn{
	display: block;
	width: 70%;
	background: #F15A24;
	border: 1px solid #F15A24;
	color: #fff;
	font-family: Walkway;
	padding: 15px;
	cursor: pointer;
	font-size: 1.2em;
	max-width: 500px;
	margin: 20px auto;
	text-align: center;
}
.rbutton:hover, .cbutton:hover, .upload-btn:hover{
	background: #ff4300;
}
.price-sched-col {
    display: inline-block;
    vertical-align: top;
	padding-right: 10px;
	margin: 20px 0;
}
.price-sched-col table tr td{
	vertical-align: top;
}
.price-rate {
    margin-right: 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.price-rate label {
    display: block;
    font-size: 0.8em;
}
.price-rate .price:before{
	content: '\20b1';
	font-family: Verdana, sans-serif;
}
.price-rate .price{
	font-size: 1.5em;
}
.price-rate.new{
	color: #f00;
}
.price-rate.old{
	color: #999;
}
.price-rate.old:before,
.price-rate.old:after{
	content: '';
	position: absolute;
	width: 100%;
	top: 60%;
	right: 0;
	border-bottom: 2px solid #f00;
}
.price-rate.old::before{
	-webkit-transform: skewY(-10deg);
	   -moz-transform: skewY(-10deg);
		-ms-transform: skewY(-10deg);
		 -o-transform: skewY(-10deg);
			transform: skewY(-10deg);
}
.price-rate.old::after{
	-webkit-transform: skewY(10deg);
	   -moz-transform: skewY(10deg);
		-ms-transform: skewY(10deg);
		 -o-transform: skewY(10deg);
			transform: skewY(10deg);
}
.price-rate.downpay .price{
	font-size: 1.1em;
}
.instructions {
    border: 1px solid #807573;
    background: #fafafa;
    padding: 10px;
    position: relative;
    padding-left: 40px;
}
.instructions::before {
    content: "\ea0c";
    top: 50%;
    left: 0;
    width: 30px;
    text-align: center;
    font-family: IcoMoon;
    position: absolute;
    color: #fff;
	z-index: 1;
	transform: translateY(-50%);
}
.instructions::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 100%;
    background: #807573;
	z-index: 0;
}
#reservationDiv{
	margin: auto;
	font-family: Walkway;
	font-size: 18px;
	width: 80vw;
}
.form-row{
	margin-top: 30px;
}
.form-label.required::after{
	content: ' * ';
	color: #f00;
}
#name_row, #name_row1, #name_row2{
	text-align: justify;
}
.form-field *{
	font-family: Walkway;
}
.form-row select{
	width: 100%;
	padding: 10px;
	border: 1px solid #807573;
	margin-top: 5px;
	box-sizing: border-box;
}
.form-field input[type=text], .form-field input[type=tel], .form-field input[type=number], .form-field textarea{
	width: 80vw;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #807573;
}
.form-field textarea{
	height: 150px;
	resize: none;
}
.c3,
.form-field input.c3,
.form-field select.c3{
	width: 32.788%;
	display: inline-block;
	vertical-align: top;
}
.c3 .form-field input{
	width: 100%;
}
.c2,
.form-field input.c2,
.form-field select.c2{
	width: 49.8888%;
	display: inline-block;
}

.form-row select.error, .form-row input.error, .form-row textarea.error{
	border: 1px solid #f00;
}
.form-row label.error{
	color: #f00;
	float: left;
}
.schedules, #moduleDiv, #schedDiv, .hours{
	display: none;
}
.schedules, .hours{
	background: #807573;
	margin-left: 10px;
	color: #fff;
	padding: 5px;
}
/* 
#mon_wed_fri{
	background: none;
}
*/
.paymentDiv{
	width: 80vw;
	margin: auto;
	font-family: Walkway, sans-serif;
}
.payment-option{
	margin-top: 30px;
	text-align: center;
	box-sizing: border-box;
	overflow: auto;
}
.poption{
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	vertical-align: top;
	margin-bottom: 5px;
	width: calc(25% - 10px);
	min-width: 170px;
	margin: 5px;
}
.payment-type .poption{
	width: calc(33.33% - 10px);
	box-sizing: border-box;
}
.poption:hover{
	background: #ccc;
}
.poption-radio{
	display: none;
}
.poption .fake-radio{
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -10px;
	width: 22px;
	height: 22px;
	border: 3px solid #807573;
	border-radius: 50%;
	padding: 3px;
	line-height: 11px;
	box-sizing: border-box;
	font-size: 11px;
	text-align: center;
}
.poption .fake-radio::before{
	content: '';
	font-family: IcoMoon;
	color: #807573;
}
.poption-radio:checked + .fake-radio{
	background: #807573;
}
.poption-radio:checked + .fake-radio::before{
	content: '\ea10';
	color: #fff;
}
.poption-label{
	padding: 10px;
	font-size: 0.9em;
	padding-left: 30px;
	height: 105px;
	box-sizing: border-box;
	border: 2px solid #000;
}
.poption-radio.error ~ .poption-label{
	border-color: #f00;
}
.poption-img{
	width: 50px;
	display: block;
	margin: auto;
}
.poption-radio:checked ~ .poption-label{
	background: #52d664;
}

.summary{
	margin-top: 50px;
	box-sizing: border-box;
	text-align: center;
}
.summary-row{
	margin: 10px auto;
	font-weight: bold;
}
.summary-label, .summary-field{
	display: inline-block;
	vertical-align: top;
}
.summary-label{
	color: #999;
	min-width: 70px;
}
.summary-field::before{
	content: ' : ';
	color: #999;
}
.rfeeDiv{
	margin: 20px 5px;
	background: #807573;
	color: #fff;
	padding: 20px;
}
.rfeeDiv .rfee-label, .rfeeDiv .rfee-field{
	display: inline-block;
	padding: 10px;
	width: 50%;
	box-sizing: border-box;
}
.rfeeDiv .rfee-label{
	text-align: left;
}
.rfeeDiv .rfee-field{
	text-align: right;
}
.rfeeDiv .rfee-field::before{
	content: '\20B1';
	margin-right: 5px;
}
.rfeeDiv .rfee-row.webfee{
	display: none;
}
.rfeeDiv .rfee-row.total{
	font-weight: bold;
	font-size: 1.2em;
	border-top: 1px solid #999;
	border-bottom: 0;
}
#paybutton{
	margin-top: 50px;
}
#p_type-error, #p_option-error, #agree_tc-error{
	color: #f00;
	display: block;
	margin-top: 20px;
	font-weight: bold;
}
.terms-conditions{
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	line-height: 1.3em;
	clear: both;
}
.tc-row{
	cursor: pointer;
	font-weight: bold;
	margin-top: 20px;
	display: inline-block;
}
#agree_tc{
	display: none;
}
.tc_icon{
	font-family: IcoMoon;
	display: inline-block;
	position: relative;
	margin-right: 10px;
	top: 2px;
}
.tc_icon::before{
	content: '\ea53';
	color: #000;
}
#agree_tc:checked + .tc_icon::before{
	content: '\ea52';
}
.rbutton.disabled{
	background: #807573;
	border-color: #807573;
	outline: none;
	cursor: default;
}
.payment-notes{
	margin: 20px 5px;
	clear: both;
}
.p-note{
	padding: 10px;
	background: #fbea94;
	font-weight: bold;
	display: none;
	text-align: center;
	color: #555;
}
.info{
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 0.8em;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	color: #807573;
	line-height: 19px;
	background: #ccc;
	position: relative;
}
.info:hover{
	background: #F15A24;
	color: #fff;
}
.info::before {
    content: 'This fee is chargeable when payment is made ONLINE through Credit Card or Debit Card on PayPal only';
    position: absolute;
    z-index: 9;
    background: #F15A24;
    color: #fff;
    padding: 5px;
    font-family: Walkway, sans-serif;
    width: 150px;
    left: 100%;
    top: -40px;
    margin-left: 10px;
	display: none;
}
.info::after {
    content: '';
    position: absolute;
    border-right: 10px solid #f15a24;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: 100%;
	display: none;
	top: 0px;
}
.info:hover::before, .info:hover::after{
	display: block;
}

.thankDiv{
    font-family: Walkway, sans-serif;
	margin: auto;
	width: 80%;
}
.thankDiv h1{
	text-align: center;
}

.uploadSlipForm{
	max-width: 300px;
	margin: auto;
	text-align: center;
}
.uploadSlipForm .form-field input[type=text], 
.uploadSlipForm .form-field input[type=tel], 
.uploadSlipForm .form-field input[type=number], 
.uploadSlipForm .form-field textarea{
	width: 100%;
}
#upload_button{
	background-color: #807573;
	color: #fff;
	width: 300px;
	padding: 20px 0;
	cursor: pointer;
	display: inline-block;
}
#image_preview{
	display: inline-block;
	width: 300px;
	height: 400px;
	background-image: url("../img/image_preview.png");
	background-position: center;
    background-repeat: no-repeat;
	border: 2px solid #807573;
	margin: auto;
	background-color: #fff;
	cursor: pointer;
	box-sizing: border-box;
}

.promo-div{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 999999;
	max-width: 1000px;
	max-height: 500px;
	background-image: url(../img/promo-1000x500-summer-10-01-2019.jpg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	/* overflow: hidden; */
}
.promo-div.extended{
	background-image: url(../img/promo-1000x500-kadayawan-2019-extended.jpg);
}
.promo-div img{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.promo-div #smallPromo{
	display: none;
}
.promo-div .close-promo-btn{
    position: absolute;
    right: -27px;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #807573;
    border: 1px solid #807573;
    display: block;
    color: #fff;
    font-family: Walkway;
    padding: 15px;
    cursor: pointer;
    font-size: 1.2em;
    outline: none;
	z-index: 9;
}
.promo-div .close-promo-btn:hover{
	background: #000;
}
.revit-link{
	width: 60%;
	height: 100%;
	position: absolute;
	top: 0;
	transform: skewX(-8deg);
	box-sizing: border-box;
}
.revit-link.revit-archi{
	right: 50%;
}
.revit-link.revit-struct{
	left: 50%;
}

#seminarsDiv{
	max-width: 960px;
	margin: 50px auto;
	background: #f5f5f5;
	padding: 20px;
	border: 1px solid #888;
	position: relative;
	color: #000;
	text-align: center;
}
#seminarsDiv h1, 
#seminarsDiv h2{
	text-align: center;
}
#seminarsDiv table{
	border-collapse: collapse;
	width: 100%;
}
#seminarsDiv table:not(#seminarInfo) tr:nth-child(even){
	background: #e0e0e0;
}
#seminarsDiv table tr th, #seminarsDiv table tr td{
	padding: 20px;
}
#seminarsDiv table tr td{
	text-align: left;
}
#seminarsDiv a:not(#reserve_seminar){
	color: #f15a24;
	font-weight: bold;
}
table#seminarInfo{
	display: inline-block;
	margin: auto;
	width: auto;
	font-weight: bold;
}
table#seminarInfo tr th, table#seminarInfo tr td{
	padding: 10px;
}

#seminars_link{
	width: 250px;
	margin: auto;
	display: block;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	margin-top: 20px;
	background: #f15a24;
	padding: 10px;
	position: relative;
	z-index: 999;
}
#seminars_link:hover{
	background: #807573;
}
#seminars_link img{
	float: left;
	width: 42px;
}
#seminars_link span{
	font-size: 0.5em;
	display: block;
}
/* #seminars_link::before {
    content: '';
    width: 100%;
    height: 45px;
    position: absolute;
    left: 0;
    top: 100%;
    box-sizing: border-box;
    transform: rotateX(60deg);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
    z-index: 999999;
} */

#tq_address,#tq_contact{
	font-size: 0.9em;
	margin: 5px auto;
}
#tq_contact{
	margin-bottom: 10px;
	overflow: auto;
	display: block;
	text-align: center;
}
#tq_contact span{
	margin: 10px;
}

.download-form{
	display: block;
	max-width: 200px;
	background: #F15A24;
	padding: 20px;
	margin: 10px auto;
	text-align: center;
	z-index: 9999;
	position: relative;
}
.download-form:hover{
	background: #000;
}

@media (max-width:1120px){
	.lightbox-cover{
		background-image: none;
		height: auto;
	}
	.lightbox-cover img{
		display: inline;
		width: 100%;
		height: auto;
	}
}
@media (max-width:1023px){
	.c3,
	.form-field input.c3,
	.form-field select.c3{
		width: 100%;
	}
}
@media (max-width:900px){
	.poption{
		width: calc(50% - 10px);
	}
}
@media (max-width:960px){
	.promo-div {
		max-width: 500px;
		max-height: 500px;
		width: 90%;
		background-image: url(../img/promo-500x500-summer-10-01-2019.jpg);
	}
	.promo-div.extended{
		background-image: url(../img/promo-500x500-kadayawan-2019-extended.jpg);
	}
	.revit-link{
		transform: skewY(-4deg);
		left: 0 !important;
		right: auto;
		width: 110%;
		height: 60%;
	}
	.revit-link.revit-struct{
		top: 55%;
	}
	.revit-link.revit-archi{
		top: auto;
		bottom: 45%;
	}
/* 	.promo-div #smallPromo{
		display: block;
	}
	.promo-div #bigPromo{
		display: none;
	} */
}
@media (max-width:800px){
	.lightbox-content{
		padding-bottom: 40px;
	}
	#program, #program1, #cadDays{
		width: 100% !important;
		display: block;
		margin-bottom: 10px;
	}
	.hours, .schedules{
		display: block;
		margin: auto;
		text-align: center;
	}
}
@media (max-width:780px){
	#seminars_link{
		position: absolute;
		top: 150px;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	#seminars_link::before{
		display: none;
	}
	.slider{
		margin-top: 100px;
	}
}
@media (max-width:700px){
	#tq_address, #tq_contact{
		margin: 15px;
	}
	#tq_address span, #tq_contact span{
		display: block;
		margin: 0;
	}
}
@media (max-width:600px){
	.poption,
	.payment-type .poption{
		width: calc(100% - 10px);
	}
}
@media (max-width:500px){
	.summary-label, .summary-field{
		display: block;
	}
	.summary-field::before{
		display: none;
	}
	footer #messageDiv{
		width: 90%;
	}
	footer .form-field input[type=text], 
	footer .form-field input[type=number], 
	footer .form-field textarea{
		width: 90%;
	}
	.promo-div .close-promo-btn{
		top: 5%;
	}
	footer .upload-slip{
		right: auto;
		left: 10px;
	}
	footer .upload-slip-tooltip{
		right: auto;
		left: 60px;
	}
	footer .upload-slip-tooltip:before{
		display: block;
	}
	footer .upload-slip-tooltip:after{
		display: none;
	}
}
@media (max-width:450px){
	.promo-div .close-promo-btn{
		top: 9.5%;
	}
	#seminarsDiv table#seminarTable, 
	#seminarsDiv #seminarTable thead, 
	#seminarsDiv #seminarTable tbody, 
	#seminarsDiv #seminarTable tr, 
	#seminarsDiv #seminarTable th, 
	#seminarsDiv #seminarTable td{
		display: block;
		border: none;
	}
	#seminarsDiv #seminarTable thead{
		display: none;
	}
	#seminarsDiv #seminarTable tbody td{
		text-align: center !important;
		padding-left: 50% !important;
		position: relative;
		border-top: 1px solid #000;
	}
	#seminarsDiv #seminarTable tbody tr{
		margin: 0 0 1em 0;
		border: 1px solid #000;
		border-top: 0;
	}
	#seminarsDiv #seminarTable tbody td:after{
		content: '';
		position: absolute;
		height: 100%;
		top: 0;
		border-right: 1px solid #000;
		right: calc(50% + 10px);
	}
	#seminarsDiv tbody td:before{
		position: absolute;
		width: 45%;
		top: 50%;
		left: 10px;
		white-space: no-wrap;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		font-weight: bold;
		text-align: left;
	}
	#seminarsDiv #seminarTable tbody td:nth-of-type(1):before{ content: 'Schedule'; }
	#seminarsDiv #seminarTable tbody td:nth-of-type(2):before{ content: 'Seminar'; }
	#seminarsDiv #seminarTable tbody td:nth-of-type(3):before{ content: 'CPD Points'; }
	#seminarsDiv #seminarTable tbody td:nth-of-type(4):before{ content: 'Slots left'; }
}
@media (max-width:400px){
	.promo-div .close-promo-btn{
		top: 14%;
	}
}
@media (max-width:383px){
	#seminars_link{
		top: 235px;
	}
}
@media (max-width:350px){
	.promo-div .close-promo-btn{
		top: 18.5%;
	}
}
@media (max-width:320px){
	.promo-div .close-promo-btn{
		top: 21%;
	}
}
@media (max-height:530px){
	footer #messageDiv{
		width: 100%;
		height: 100%;
		overflow: auto;
		left: 50%;
		bottom: 50%;
		-webkit-transform: translate(-50%, 50%);
		   -moz-transform: translate(-50%, 50%);
				transform: translate(-50%, 50%);
	}
	footer #messageDiv:before{
		display: none;
	}
}