﻿@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
 .clear:before, .clear:after{ content:" "; display:table;} .clear:after { clear:both;} .clear { *zoom:1;} 
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    padding:0;
    margin:0;
}
#header { line-height:0}
#header img { width:100%; height:auto;}
#mainwrapper {
    width: 1100px;
    margin:auto;
    background:#fff;
    color: #000;
}
.hide, .hidden{
    display: none;
}

.disclaimernote{ display:none;}
.center {text-align:center;}


#main-body {
    color: #6B6B6B;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
}
.poweredby { font-size: 0.75em; color: #535353;}

h2 {
    color: #498bdd;
    font-size: 3.2em;
    text-transform:uppercase;
    font-weight:800;
    letter-spacing: -1px;
    line-height:50px;
    margin: 20px auto;

}

h4 {
    font-size: 2em;
    color: #055fac;
}

.textcenter { text-align:center;}
#map{
    width: 100%;
    margin:auto;
    height: 100%;
    min-height: 300px;
}

#mapwrapper {
    width:100%;
    margin:auto;
    min-height: 75%;
    background-color: #fff;
}

@media only screen and (min-height: 500px) {
#mapwrapper  {
    min-height: 350px;

}
}

.getroutebutton:before {
    clear:both;
    content:"";
}
.getroutebutton {
    text-align:right;
    margin: 10px;
}

.getroutebutton a{
    background-color: #fff;
    text-align:center;
    margin: 5px auto;
    padding: 5px 10px;
    border:solid 1px #055fac;
    border-radius: 5px;
    height: 50px;
    text-decoration:none;
    color: #fff;
    font-weight:bold;

    background-image: url(../images/event/buttonbg.png);
}

.overlay {
    position: fixed;
	width: 100%;
	height: 100%;
	background-color: #c3c3c3;
	opacity: 0.75;
	z-index: 9999;
	left: 0;
	top: 0;
}

.overlaymessage {
    width: 350px;
	background-color: #000;
	font-size: 2em;
	color: #fff;
	margin: 150px auto auto;
	padding: 20px;
	text-align: center;
	box-shadow: 3px 3px 3px #000;
	border: solid 3px #000;
}

ul {
    list-style: none;
}
#footer {
    position: relative;
    max-height: 250px;
}
.maxwidthsize{ max-width: 500px;}
.valign-center { display:table; height:100%; text-align:center; width: 100%;}
.valign-center .valign-centersub { display:table-cell; vertical-align:middle;}
#footer img {
    /*width: 100%; */
    max-width: 100%;
    height: auto;
    max-height: 200px;
}
/** Form ***/

.error {
    color: #cc3300;
    padding: 5px;
    font-size:1.1em;
}

.fatext{ 
    transform: translateX(-20px);
}
.fatext.fa-envelope {
    transform: translateX(-25px);
}
fieldset {
    border:none;
}
fieldset .formlabel{
    display:block;
    float: left;
    width: 45%;
    padding:4px 10px; 
    text-align:right;
    font-weight: normal;
    font-size:1.0em;
    color: #535353;
}

.textfield {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    padding: 4px;
    border-radius: 3px;
    border: solid 1px #c3c3c3;
}

.textfield:focus{
    border:solid 2px #055fac;
}
label.error {
    display: block;

}
.textfield.error {
    border: solid 1px #cc3300;
}
.formfield{
    clear:both;
    margin: 3px;
}
.firststep  .textfield{ width: 60%; }
.dradiolist li { display: inline-block; padding: 0 5px; }
.hiddenfields{ display: none;}
.formbutton {
    padding: 5px;
    margin: 5px;
    text-align:center;  
}
.forminputwrapper {
    width: 45%;
    float: left; 
}
.submitbutton{
    background:#055fac ;
    color: #fff;
    margin:0;
    padding:0;
    font-size: 1.2em;
    font-weight:bold;
    padding: 10px 30px; 
    border-radius: 4px; 
    border:none;
}
.formbuttons {
    text-align:center;
    padding: 20px;
}
.formbutton .button {    
    background-color: #055fac;
    text-align:center;
    margin: 5px auto;
    padding: 10px 20px;
    border:solid 1px #055fac;
    border-radius: 5px;
    text-decoration:none;
    color: #fff;
    font-weight:bold;
}

.form-section { width:98%; margin: auto; padding: 20px 0 10px;}
.form-section .companynameh2, .form-section h4 { text-align: center;}

.companynameh2{ color: #055fac;}
/* .verbiage{ text-align: center; } */
fieldset legend { display: none; }

.gettable { display: table; width:100%;}
.gettable_tr { display: table-row;}
.gettable_cell {display:table-cell; vertical-align:top;}
.nobreak { -ms-word-wrap:hyphenate; word-wrap:hyphenate; }

.floatingwrapper { width:100%;}
.floatingwrapper:after {
    content:  " ";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.cellleft {
    float: left; 
    width: 50%;
}
.cellright { 
    float: right;
    width: 50%;
	text-align:center;
}

#appointmentdate { width: 100px;}
/*** Font End ***/
@media only screen and (max-width:1125px) {
	#mainwrapper { width:96%; margin:auto;}
	.ticket-section img { width:100%; height:auto }
}

@media only screen and  (max-width:769px)  {
	.ticket-section { width:40%; }
	.form-section { width:50%;}
	.formlabel, .formlabel { text-align:left; float:none;  padding: 10px 0;  width: 100%;}
	.textfield { width:90%;}
    .forminputwrapper i { display: none;}
    .formfield label { width: 100%; text-align: left;}
        .formfield .formlabel { padding: 0;}
        .formfield .textfield {
            widht: 100%;
        }
    .formfield .forminputwrapper { width: 100%;}
}

@media only screen and  (max-width:641px)  {
		.ticket-section { width:40%; float:none; margin:auto; }
	.form-section { width:94%; float:none; margin:auto;}
	#header { background-size: 100%;  background-repeat: no-repeat;}
	h2 { font-size:3em}
	}


.ui-widget {
     font-family: 'Open Sans', sans-serif !important;
    font-size: 1em !important;
}



@media print {
    .ticket-section , #header, #footer, .commontext {display:none;}
    .form-section{ width: 100%; float:none;}

}

