@font-face {
    font-family: 'Aller';
    src: url('/fonts/Aller_Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Aller';
    src: url('/fonts/Aller_Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Aller';
    src: url('/fonts/Aller_Lt.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

body {

}

#content {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow-x: hidden; 
    overflow-y: scroll; /* scroll */
	-webkit-overflow-scrolling: touch;
}

#mask {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: #000;
	opacity: 0.8;
}

section {
	padding-top: 40px; /* 60px desired - 20px h1 margin-top */
	text-align: center;
    background: #fff;
}

img {
	max-width: 100%;	
}

.clear {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	clear: both;
}

/* NAV */

.navbar {
    background: rgba(0,0,0,0);	
}
.navbar a {
	color: #fff !important;	
	font-size: 12px;
}


.top-nav-collapse {
	background: #222222;	
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: none;	
}

.navbar-nav a {
	min-width: 100px;
	text-align: center;
}

.navbar-nav a:hover,
.navbar-nav a.active {
	background: #3bb0c9 !important;
}

@media (min-width: 768px){
	.navbar-nav { 
		float: right;
	}
}
@media (max-width: 768px){
	.navbar {
	    background: #222;
	}
	.navbar-header {
		padding: 10px 0;
	}
}

* {
	font-family: 'Aller';	
}

.navbar-fixed-top {
	border: 0px;	
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Aller';	
}

h1 {
	margin-bottom: 60px;
	color: #3bb0c9;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 600;	
}	

p {
	font-size: 16px;
}

.btn, .qq-upload-button {
	font-size: 16px;
	width: 200px;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 40px;
	
	color: #000;
	background-color: transparent;
	line-height: 36px;
	font-family: 'Aller';
	font-weight: bold;
	
	text-align: center;
	text-transform: uppercase;
	border: solid 2px #000;
	border-radius: 4px;
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

section .btn:hover, .qq-upload-button:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
section .btn:active, .qq-upload-button:active, .form input.btn:focus {
	background-color: #3bb0c9;
	border-color: #3bb0c9; 
	color: #fff;
}

/*
	
	INTRO
	
*/
.intro-section * {
	color: #fff;
	
}
.intro-section h1 {
	margin-bottom: 40px;
}
.intro-section h2 {
	font-size: 70px;
}
.intro-section .btn {
	color: #fff;
	border: 2px solid #fff;
}
.intro-section h1,
.intro-section h2 {
	font-weight: 600;
}

.intro-section p {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 100;
	text-align: left;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}
.intro-section p a {
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}
.intro-section p a:hover {
	color:#ddd;
	text-decoration:none;
}
.intro-section .btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
.intro-section .btn:active {
	background-color: #3bb0c9;
	border-color: #3bb0c9;
	color: #fff;
}

.intro-section {
	width: 100%;
	height: 100%;
	padding-top: 0;
	display: table;
}
.intro-panel {
	position: relative;
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;	
	z-index: 5;
}

.intro-background {
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: none;
	
	z-index: 0;
}
.intro-background.transitional {
	z-index: 1;
}
.intro-background.active {
	z-index: 2;
}

.intro-background

.overlay {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

/*
	
	ABOUT
	
*/

.about-section p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}	

.about-section {
	background: #fff;	
}

.about-section strong {
	text-transform: uppercase;
}

/* scrolling image */
#about_section {
	position: relative;
	overflow: hidden;
}
#about_section img {
	height: 240px;
	margin: 60px 0;
	transform: translatey(240px);
    /*opacity: 0.2;*/
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
#about_section img.active {
	transform: translatey(0px);
	opacity: 1;
}

#content {
    perspective: 500px;
}
#about_section .layer img{
	z-index: 0;
	transform: translateZ(-200px);
}
#about_section .container {
	position: relative;
	transform: translateZ(0);
	z-index: 1;
}

/*
	
	SERVICES	
	
	
*/

.services-section {
	background: #fafafa;	
	min-height: 100%;
	height: auto;
}


.service-list .service-box,
.service-list-small .service-box {
	display: inline-block;
	width: 31%;
	float: left;
}	
.service-box + .service-box {
	margin-left: 2%;	
}
.service-list .service-box .title {
	font-weight: bold;	
	margin-top: 20px;
	font-size: 24px;
	padding: 10px;
	width: 210px;
	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
	
	text-transform: uppercase;
	
}

.service-list .service-box .title,
.service-list-small .service-box .title  {
	color: #000;
}

.service-list .service-box .description {
	font-size: 16px;	
}

.service-list .service-box .circle {
	width: 220px;
	height: 220px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	border: 10px solid #bbb;
	
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}	
.service-list .service-box .circle:hover {
	border-color: #3bb0c9;
}

.service-list .service-box .img {
	width: 90px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 65px;
	
	background-image: url('../assets/images/service-icons.png');
	background-repeat: no-repeat;
}	

.service-list 
.service-box + 
.service-box .img {
	background-position: -110px 0;
}
.service-list 
.service-box + 
.service-box + 
.service-box .img {
	background-position: -220px 0;
}

.service-list {
	margin-top: 50px;	
	
}
.service-list-small {
	margin-top: 100px;
}	

.service-list-small .img,
.service-list-small .img .state {
	width: 32px;
	height: 32px;
}
.service-list-small .img {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}	
.service-list-small .img .state {
	position: absolute;
	top: 0;
	left: 0;
	
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top left;
	
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.service-list-small .img .state.hover {
	background-position: bottom left;
	opacity: 0;
}

.service-list-small .service-box:hover .img .state.hover {
	opacity: 1;
}


.service-list-small .service-box .title {
	font-weight: bold;	
	margin-top: 20px;
	font-size: 20px;
	padding: 10px;
	width: 192px;
	height: 92px;
	margin-left: auto;
	margin-right: auto;
	
}

.service-list-small .service-box .description {
	padding: 0px 40px;	
	font-size: 16px;
}



.service-list-small .service-box  {
	margin-bottom: 100px;	
}

@media (max-width: 706px){
	.service-list .service-box {
		width: 100%;
		margin-top: 60px;
	}
}

@media (max-width: 640px){
	
	.service-list .service-box,
	.service-list-small .service-box {
		width: 100%;
		margin-top: 80px;
	}	
	
	.service-list-small .service-box {
		margin-top: 0px;
	}


}


/*
	
	Gallery	
	
	
*/


.gallery-section {
	text-align: center;
	background: #fff;
	padding-bottom: 100px;
}

.gallery{
	margin-top: 60px;
}
.gallery .tile {
	display: table;
	
	width: 25%;
	height: 340px;	
	float: left;
	
	color: #fff;
	font-family: 'Aller';
	font-size: 18px;
	letter-spacing: 4px;
	text-transform: uppercase;
	
	background-position: center center;
	background-size: 110%;
	background-repeat: no-repeat;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.gallery .tile:hover {
	background-size: 115%;
}
.gallery .tile .shim {
	display: table-cell;
	vertical-align: middle;
}
.gallery .tile span {
	opacity: 0.7;
}

.gallery-section .container-fluid {
	padding-left: 0px;
	padding-right: 0px;	
}

.gallery-section .row {
	margin: 0px;
}

.gallery-section .btn, .qq-upload-button {
	border: 2px solid  #000;
	color: #000;	
}	
.gallery-section .row.controls {
	margin-top: 60px;
}


/* GALLERY MODAL */

#gallery_modal {
	display: none;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}
#gallery_modal_content .loading {
	display: none;
	color: #FFF;
	font-weight: font-weight: 300;
	font-size: 24px;	
	text-transform: uppercase;
}
#gallery_modal_content .loading img {
	width: 100px;
	height: 100px;
}
#gallery_modal.loading #gallery_modal_content .loading {
	display: block;
}
#gallery_modal_content .frame {
	padding: 20px;
	background-color: #FFF;
}
#gallery_modal .cancel {
	float: right;
	display: inline-block;	
	margin-right: -36px;
}
#gallery_modal .cancel,
#gallery_modal .cancel .state {
	width: 36px;
	height: 36px;
} 
#gallery_modal .primary img + img {
	margin-top: 20px;
}


.frame .shim {
	width: 300px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 40px 0;
	text-align: left;
}

.frame .shim p {
	padding-left: 100px;
}
.frame strong {
	display: inline-block;
	min-width: 100px;
	margin-left: -100px;
}
.frame h1 {

}

@media (max-width: 768px){
	.gallery .tile { 
		width: 50%;
		background-size: cover !important;
	}
}


@media (max-width: 480px){

	.gallery .tile {
		width: 100%;
		background-size: cover !important;	
	}
}



/*
	
	Contact	
	
	
*/

.contact-section {
	text-align: center;
	background: #fafafa;
	height: auto;
}

.contact-section .input {
	
	padding-bottom: 0px;
	text-align: left;
	margin-bottom: 45px;
	
}

.contact-section .input label {
	font-size: 14px;
	color: #999;	
	font-weight: normal;
}


.contact-section .input input,
.contact-section .input textarea {
	width: 100%;	
	margin-bottom: 2px;
	padding: 5px;
	background: none;
	border: 0px;
		border-bottom: 2px solid #000;
}

.contact-section form {
	margin-top: 60px;	
}

		
		
.contact-section .btn {
	border: 2px solid  #000;
	color: #000;	
	margin-top: 60px;
}	
		
		
.contact-section .grey-box {
	margin-top: 100px;	
	padding: 60px 0;
	background: #FFF;
}


.contact-section .grey-box .title {
	font-size: 28px;
	color: #3bb0c9;
	padding-bottom: 10px;
	font-weight: 600;
}


.contact-section #map-holder {
	height: 400px;
	
}	

.contact-section .container-fluid {
	padding: 0px;	
}

.contact-section .container-fluid .row {
	margin: 0px;	
}

.social {
	overflow: auto;
	margin: 0;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
	background-color: #222;
}
.social .service-box {
	float: none;
	margin: 0;
	width: 32px;
}
.social .service-box + .service-box {
	margin-left: 80px;
}

@media (max-width: 480px){

	.contact-section .grey-box .title {
		margin-top: 40px;
	}
	
	.contact-section .grey-box {		
		margin-top: 50px;	
	}
	
}

/* UPLOAD/ENQUIRY FORM INPUTS */

legend {
	border: none;
	margin-bottom: 40px;
	
	text-align: left;
	font-family: 'Aller';
	font-weight: bold;
}

.form label {
	font-family: 'Aller';
	color: #000;
	text-align: left;
}
.form label,
.form .row > div > p:first-child {
	margin-top: 40px;
	font-weight: normal;
}
.form label,
.form .input {
	margin-bottom: 40px;
}

.form input[type="text"],
.form input[type="date"],
.form textarea,
.form select {
	width: 100%;
	padding: 6px 10px;
	
	font-family: 'Aller';
	color: #CCC;
	background-color: #FFF;
	border: solid 2px #CCC;
}
::-webkit-input-placeholder {
	color: #CCC;
}
.form input[type="text"],
.form input[type="date"]{
	height: 40px;
}
.form select {
	height: 40px;
}
.form textarea {
	height: 240px;
}

.form .checkbox {
	display: inline-block;
	margin-left: 10px;
	transform: scale(1.8);
	
}
.form .controls .btn,
.qq-upload-button {
	width: 180px;
	height: 50px;
	line-height: 30px;
	
}
.form .controls > div{
	text-align: left;
}
.form .controls > div + div {
	text-align: right;
}
.form p {
	margin-bottom: 40px;
}

.form input.active,
.form input:focus,
.form select.active,
.form select:focus,
.form textarea.active,
.form textarea:focus {
	color: #000;
	border-color: #000;
}

/* form errors */

p.errors {
	display: none;
	padding: 4px 8px;
	color: #c63a39;
	background-color: #f6e2e2;
	border: solid 1px #c63a39;
}
fieldset.errors p.errors {
	display: block;
}
.input.errors input {
	color: #c63a39;
	border-color: #c63a39;
}
.input.errors select {
	color: #c63a39;
	border-color: #c63a39;
}
.required_indicator {
	font-weight: bold;
}

/*
	
	UPLOAD
	
*/

.upload-section {
	min-height: 100%;
	padding-bottom: 60px;
	text-align: left;
}
.upload-section h1 {
	text-align: center;
}
.upload-section p {
	margin-bottom: 60px;
	text-align: center;
}
#file-upload {
	margin: 0;
}
/* upload info */
.upload-info > p {
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
}
.upload-info > ul {
	padding-left: 14px;
}

/* ENQUIRY */

#enquiry_section {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-top: 110px;
	padding-bottom: 60px;
	
	overflow-y:scroll;
    overflow-x:hidden;
    
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;

	text-align: left;
	z-index: 10;
	
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#enquiry_section.active{
	left: 0%;
}

#enquiry_section form fieldset {
	display: none;
}
#enquiry_section form fieldset.active {
	display: block;
}


#secondary-navigation {
	margin-bottom: 60px;
	border-bottom: solid 2px #ccc;
	overflow: visible;
	
}

#secondary-navigation > div {
	width: 25%;
	float: left;
}
#secondary-navigation > div > span,
#secondary-navigation > div > a {
	display: block;
	height: 24px;
	width: 24px;
	margin-top: -12px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-color: #fff;
	
	border-radius: 12px;
	border: solid 2px #ccc;
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#secondary-navigation > div.active > span,
#secondary-navigation > div.active > a {
	border-color: #3bb0c9;
	border-width: 4px;
}
#secondary-navigation > div.errors > a,
#secondary-navigation > div.active.errors > a{
	border-color: #c63a39;
}


/* spoof radio buttons */
#is_repeat_yes,
#is_repeat_no,
#is_aser_create_artwork_yes,
#is_aser_create_artwork_no,
#is_refrigerated_yes,
#is_refrigerated_no {
	display: none;
}

.spoof-checkbox {
	position: relative;
	display: inline-block;
	width: 30px; 
	height: 30px;
	margin-right: 10px;
	border: solid 2px #CCC;
	border-radius: 2px;
	
	color: #FFF!important;
	background-color: #FFF;
	
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	
}
.checked .spoof-checkbox {
	color: #FFF;
	background-color: #000;
	border-color: #000;
}
.horizontal label {
	margin: 0;
	padding: 0;
}

.required.errors .spoof-checkbox {
	border-color: #c63a39;
}


#enquiry_section p {
	text-align: left;
	line-height: 36px;
}
#enquiry_section .dark {
	background-color: #f1f1f1;
}

#enquiry_section .label-icon label,
#enquiry_section .roll-icon label{
	text-align: center;
	font-weight: 700;
	cursor: pointer;
}
#enquiry_section .required.errors .label-icon label {
	color: #c63a39;
}


/* label shape */
#enquiry_section .label-icon .circle-oval,
#enquiry_section .label-icon .square-rectangle,
#enquiry_section .label-icon .shape-special {
	position: relative;
	margin-bottom: -30px;

}
#enquiry_section .label-icon div,
#enquiry_section .label-icon div .state {
	height: 370px;
	width: 360px;
}

.label-icon .circle-oval .state {
	background-image: url('../assets/images/icons/label-shape-01.png');
}
.label-icon .square-rectangle .state {
	background-image: url('../assets/images/icons/label-shape-02.png');
}
.label-icon .shape-special .state {
	background-image: url('../assets/images/icons/label-shape-03.png');
}

#enquiry_section .label-icon div .state {
	position: absolute;
	top: 0;
	left: 0;	
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left top;
	
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
#enquiry_section .label-icon div .state.hover {
	background-position: left 50%;	
	opacity: 0;
	z-index: 1;
}
#enquiry_section .label-icon div .state.active {
	background-position: left bottom;
	opacity: 0;
	z-index: 2;	
}

#enquiry_section .label-icon div:hover .state.hover,
#enquiry_section .label-icon .active div .state.active { 
	opacity: 1;
}


.mm::after {
	content: 'mm';
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 25px;
	
}

/* roll direction */
#enquiry_section .roll-icon div {
	height: 104px;
	width: 168px;
}
.roll-icon label {
	padding: 20px;
	border: solid 2px #f1f1f1;
}
.roll-icon label.active {
	border-color: #3bb0c9;
}
.roll-icon .roll-direction {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left top;
	background-image: url('../assets/images/icons/roll-direction-01.png');
}
.roll-icon label:hover .roll-direction {
	background-position: left -106px;
}
.roll-icon label.active .roll-direction {
	background-position: left -212px;	
}

/* quantity controls */
.input.quantity {
	padding-right: 40px;
}
.input.quantity .button_add,
.input.quantity .button_remove {
	display: none;
	height: 40px;
	width: 40px;
	float: right;
	margin-right: -40px;
	margin-top: -40px;
	color: #FFF;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
}
.input.quantity.add .button_add,
.input.quantity.remove .button_remove {
	display: inline-block;
}
.input.quantity .button_add {
	background-color: #3bb0c9;
}
.input.quantity .button_remove {
	background-color: #000;
}
.input.quantity.add input {
	border-right: solid 1px #3bb0c9;
}
.input.quantity.remove input {
	border-right: solid 1px #000;
}

/* upload sections? */

.qq-upload-list {
	padding: 0;
	margin-top: 40px;
	list-style-type: none;
	font-weight: bold;
}
.qq-upload-list li + li {
	margin-top: 20px;
}
.qq-upload-file {
	display: inline-block;
	width: 160px;
	margin-right: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qq-upload-failed-text {
	display: none;
}
.qq-upload-fail .qq-upload-failed-text {
	display: inline-block;
}

.qq-upload-spinner {
	position: relative;
	display: inline-block;
    margin-bottom: -4px;
    margin-left: 40px;
    margin-right: 20px;
    border: solid 2px #000;
    height: 20px;
    width: 240px;
    
    overflow: hidden;
}
.qq-upload-progress{
	position: absolute;
	height: 100%;
	background-color: #3bb0c9;
}
/* cancel button */
.cancel,
.cancel .state {
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.cancel {
	position: relative;
	display: inline-block;
	margin-bottom: -10px;
	margin-left: 10px;
}
.cancel .state {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-image: url('../assets/images/icons/cross.png');
	background-size: 100%;
	background-position: left top;
	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.cancel .state.hover {
	background-position: left bottom;
	opacity: 0;
	z-index: 1;
}
.cancel:hover .state.hover {
	opacity: 1;
}

/* HELP SECTIONS */
.information {
	display: inline-block;
	margin-left: 30px;
	margin-top: -20px;
}

.information .help {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.6);
}
.information .help table {
	height: 100%;
	width: 100%;
}
.information .help td {
	vertical-align: middle;
}
.information .help .content {

	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	width: 600px;
	
	
	font-size: 16px;
	line-height: 24px;
	
	background-color: #FFF;
	border: solid 1px #CCC;
	box-shadow: 0px 0px 5px #888888;
	
	z-index: 1;
}
@media (max-width: 768px){
	.information .help .content {
		
		width: 90%;
	}	
}

.information .help .content .cancel {
	float: right;
	margin: 0;
	margin-right: -20px;
	margin-top: -20px;
}
.information .help .content .cancel,
.information .help .content .cancel .state {
	width: 20px;
	height: 20px;
}

.information .button,
.information .button .state {
	display: inline-block;
	height: 30px;
	width: 30px;
}

.information .button {
	position: relative;
	cursor: pointer;
}
.form label .information {
	margin-left: 30px;
} 
.information .button .state {
	position: absolute;
	top: 8px;
	left: 0;
	background-repeat: no-repeat;
	background-image: url('../assets/images/service-icons.png');
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.information .button .state.normal {
	background-position: 0px bottom;
	z-index: 0;
}
.information .button .state.hover {
	background-position: -50px bottom;
	z-index: 1;
}
.information .button .state.click {
	background-position: -100px bottom;
	z-index: 2;
}
.information .button .state.hover,
.information .button .state.click {
	opacity: 0;	
}
.information .button:hover .state.hover {
	opacity: 1;
}
.information .button:active .state.click {
	opacity: 1;
}

/* generic thankyou section */

.thankyou_message{
	display: none;
	margin-top: 80px;
}
.thankyou_message legend {
	display: block;
	text-align: center;
}


/*
	
	footer	
	
	
*/


section.footer {
	background: #000;
	color: #fff;
	padding: 40px;
	text-align: center;
}	


/* small screen tweaks... */
@media (max-width: 768px){
	.form .controls .btn,
	.qq-upload-button { 
		max-width: 150px;
	}
}



.yes_i_am_a_bot {
	
	position: fixed;
	left: 10000px;
	
}
