* /*Set's border, padding and margin to 0 for all values*/ {
    padding: 0;
    margin: 0;
    border: 0;
}

body, html {
    /*color: #373C40;*/
    height: 100%;
    background-color: #f0f0f0;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.woff') format('woff'), url('../fonts/HelveticaNeue.ttf') format('truetype'), url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    font-size: 70%;
        font-family: 'Open Sans', sans-serif;
    /*font-family: Verdana, Arial, sans-serif;*/
}

:focus{outline:0}

p {
    padding: 7px 0 7px 0;
    font-weight: 500;
    font-size: 10pt;
}

a {
    color: #656565;
    text-decoration: none;
}

    a:hover {
    color: #abda0f;
    text-decoration: none;
}

h1 {
    font-weight: 200;
    color: #888888;
    font-size: 16pt;
    background: transparent url(../img/h1.png) no-repeat center left;
    padding-left: 0;
    /*margin: 7px 5px 8px 8px;*/
    font-family: 'Montserrat', sans-serif;
}

h4 {
    padding: 1px;
    color: #ACACAC;
    font-size: 9pt;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
    
form.register {
    width: 800px;
    margin: auto;
    background-color: #fff;
    padding: 5px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

form p {
    font-size: 8pt;
    clear: both;
    margin: 0;
    color: gray;
    padding: 4px;
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

form.register fieldset.row1 {
    width: 100%;
    padding: 5px;
    float: left;
    border-top: 1px solid #F5F5F5;
    margin-bottom: 15px;
}

    form.register fieldset.row1 label {
        width: 140px;
    float: left;
    text-align: right;
    margin-right: 6px;
        margin-top: 2px;
    }
    
form.register fieldset.row2 {
    border-top: 1px solid #F1F1F1;
    height: 220px;
    padding: 5px;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
   
form.register fieldset.row3 {
    border-top: 1px solid #F1F1F1;
    padding: 5px;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
  
form.register fieldset.row4 {
    border-top: 1px solid #F1F1F1;
    padding: 5px;
    float: left;
    clear: both;
    width: 100%;
}

form.register .infobox {
    float: right;
    margin-top: 20px;
    border: 1px solid #F1F1F1;
    padding: 5px;
    width: 380px;
    height: 98px;
    font-size: 9px;
    background: #FDFEFA url(../img/bg_infobox.gif) repeat-x top left;
}

form.register legend {
    color: #abda0f;
    padding: 2px;
    margin-left: 14px;
    font-weight: bold;
    font-size: 14px;
    font-weight: 100;
}

form.register label {
    color: #444;
    width: 98px;
    float: left;
    text-align: right;
    margin-right: 6px;
    margin-top: 2px;
}

    form.register label.optional {
    float: left;
    text-align: right;
    margin-right: 6px;
        margin-top: 2px;
    color: #A3A3A3;
}

    form.register label.obinfo {
        float: right;
        padding: 3px;
        font-style: italic;
}

form.register input {
    width: 140px;
    color: #505050;
    float: left;
    margin-right: 5px;
}

    form.register input.long {
    width: 247px;
    color: #505050;
}

    form.register input.short {
    width: 40px;
    color: #505050;
}

    form.register input[type=radio] {
        float: left;
        width: 15px;
}

form.register label.gender {
    margin-top: -1px;
    margin-bottom: 2px;
    width: 34px;
    float: left;
    text-align: left;
    line-height: 19px;
}

form.register input[type=text] {
    border: 1px solid #E1E1E1;
    height: 18px;
}

form.register input[type=password] {
    border: 1px solid #E1E1E1;
    height: 18px;
}

.button {
    background: #abda0f url(../img/overlay.png) repeat-x;
    padding: 8px 10px 8px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    cursor: pointer;
    float: right;
    font-size: 18px;
    margin: 10px;
}

form.register input[type=text].year {
    border: 1px solid #E1E1E1;
    height: 18px;
    width: 30px;
}

form.register input[type=checkbox] {
    width: 14px;
    margin-top: 4px;
}

form.register select {
    border: 1px solid #E1E1E1;
    width: 142px;
    float: left;
    margin-bottom: 3px;
    color: #505050;
    margin-right: 5px;
}

    form.register select.date {
    width: 40px;
}

input:focus, select:focus {
    background-color: #efffe0;
}

p.info {
    font-size: 7pt;
    color: gray;
}

p.agreement {
    margin-left: 15px;
}

    p.agreement label {
        width: 390px;
        text-align: left;
        margin-top: 3px;
}

p.md-title {
    margin: 0 0 10px 0;
    color: #555;
    font-family: 'Montserrat', sans-serif;
    font-size:18px;
}

body > div > md-content.md-padding {
    padding: 10px 4%;
    background-color: #eee;
}


/*sliding div css*/		
#slideout img {		
    width: 23px;		
}		
#slideout {z-index:10; position: absolute;right: 0;-webkit-transition-duration: 0.6s;-moz-transition-duration: 0.6s;-o-transition-duration: 0.6s;transition-duration: 0.6s;cursor: pointer;top:5px;}		
#slideout_inner {width:391px;position:absolute;right:-391px;-webkit-transition-duration: 0.6s;-moz-transition-duration: 0.6s;-o-transition-duration: 0.6s;transition-duration: 0.6s;		
 background-color: #496375; padding:15px 0 5px 8px; border-radius:6px; line-height:normal;  box-shadow: 6px 2px 15px 3px #c6c6c6; min-height:159px; text-align:justify;opacity:0;top:0;}		
#slideout:hover {right: 391px;}		
#slideout:hover #slideout_inner { opacity:1;}
#slideout_inner	h4{font-size:15px; color:#fff;}	
#slideout_inner p span.sBold{font-weight: bold; letter-spacing:1px; color: #ffffff; margin-right:5px; float:left;font-size:13px;}		
#slideout_inner p span.Mdescriptions{float:left; width:293px;color:#fff;font-size:13px;}		
#slideout_inner .sidepara {color: #FAFAFA;font-size:14px;margin-bottom:10px;}		
#slideout .sideh4 {color: #ffffff; letter-spacing:1px; margin:0 0 10px 0;font-size:17px;}
    body > div > md-content.md-padding {
        padding: 10px 2%;
    }

.md-display-2 {
    line-height: 40px;
    margin-bottom: 20px;
}

/*new header css*/
header {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    z-index: 9999;
    max-width: 1920px;
    border: solid 1px #ccc;
    padding: 15px 13% 15px 10%;
    position: fixed;
    box-shadow: 0px 0px 4px #333;
    top: 0;
    transition-duration:0.2s;
}
header h1 img{width: auto;height: 68px;transition: 0.2s;}
.menudiv{
    float:right;
    width:660px;
    margin: 24px 0 0 0;
}

.allmenul li {
    text-decoration: none;
    padding: 5px;
    border-bottom: solid 2px transparent;
    list-style-type: none;
    color: #000;
    display: inline;
   margin: 0 5px;
}

.allmenul li a {
    text-decoration: none;
    color: #000;
}

.ufologo {
    float: left;
    margin: 0;
}

.allmenul li a:hover, .allmenul li a:visited, .allmenul li a:active {
    border-bottom: solid 2px #205e85;
    color: #000;
}

#container_ths{ padding-top:113px;}

header.sticky {padding: 5px 13% 5px 10%;}
header.sticky h1 img {height: 50px;}
header.sticky .menudiv {margin-top: 15px;}

md-radio-group.layout-row md-radio-button:focus{outline: -webkit-focus-ring-color auto 0;}
.togglemenu, .slidedownmobile{display:none;}


      body {
            font-size: 100%;
            /*background: #000;*/
            /*font-family: Verdana;*/
        }
        *{
            box-sizing:border-box;
        }
        h1.md-display-2 {
            background-image: none;
            font-size: 26px;
        }

        .md-whiteframe-z1 {
            background: rgb(255, 255, 255);
        }

        md-content md-tabs {
            background: #f6f6f6;
            border: 1px solid #e1e1e1;
        }

        md-input-container {
            padding-bottom: 0;
            margin: 10px 0 12px 0;
        }

            md-input-container .md-input {
                overflow-y: auto;
            }

        input:focus, select:focus {
            background-color: #fff;
        }

        div.custom-select {
            margin-bottom: 10px;
        }

        .loadingGif {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            position: fixed;
            z-index: 999999;
            background-image: url('Images/loading2.gif');
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-color: rgba(0,0,0,0.2);
        }
        footer {
            position: fixed;
            width: 100%;
            bottom: 0;
        }
        .advertiseform_wrap .custom-select > .dropdown-menu {
            height: 170px;
        }
            .advertiseform_wrap .custom-select > .dropdown-menu > ul {
                height: 130px;
            }

.flex-gt-sm-75, .layout-gt-sm-row>.flex-gt-sm-75, .layout-row>.flex-gt-sm-75{
    max-height:none; height:auto;
}
.flex-100, .layout-column>.flex-100, .layout-row>.flex-100{  max-height:none; height:auto;}

.thisform_wrap{position:relative;}
/*media queries*/
@media only screen and (max-width:1170px) {
     header{text-align:center;  padding: 1% 7%;}
    .ufologo{float:none;}
    .menudiv{float: none;width: 100%; margin: 16px 0 16px 0;}
     header.sticky .menudiv {float: none;width: 100%; margin: 10px 0 0 0;font-size: 13px;}
    #container_ths{ padding-top:144px;}
}

@media only screen and (max-width:959px){
    .thistitleatsmall{vertical-align:top;}
    body > div > md-content.md-padding {padding: 10px 2%;}
    .thisform_wrap{width:95%;max-height:none!important; height:auto;}
    .thisform_wrap  .md-display-2 {  text-align: center; padding: 0;}
    .flex-100, .layout-column>.flex-100, .layout-row>.flex-100{margin: 0 0 20px 0;}
    .thislabel_overlapping{}
    body{padding:0;}
    .widthfullmobileres{
        width:100%;
        max-width:100%;
    }
}

@media only screen and (max-width: 768px) {
     /*.menudiv{border: solid 1px #ccc;border-radius: 6px;}
    .allmenul li {font-size: 13px;display: block;}
    #container_ths { padding-top: 85px;}
    .togglemenu{display:block;cursor:pointer;float:right;}
    header  .togglemenu{margin: 37px 6px 0 0;}
    .slidedownmobile{display:none;    float: right;width: 97%;}
    .ufologo{float: left;padding: 0;}
    header.sticky h1 {text-align: left;margin-top: 5px;}
    header.sticky h1 img {width: 45%;}
    header {text-align: center;padding: 1% 4% 1% 0%;}
    header.sticky .togglemenu{margin: 8px 6px 0 0;}*/

      .menudiv{display:none;}
    .ufo_logo{width:23%;text-align:left;}
     .agentlog_in{top: 58px;right: 20%;}
     .slidedownmobile .menudiv{display:block;border: solid 1px #333;border-radius: 6px;}
       .allmenul li{font-size:13px;font-size: 13px;display: block;}
        header.sticky .allmenul li{font-size:13px;display: block;}
    #container_ths{ padding-top:88px;}
    .togglemenu{display:block;cursor:pointer;float:right;}
    header  .togglemenu{margin: 37px 6px 0 0;}
    .slidedownmobile{display:none;    float: right;width: 97%;}
    .ufologo{float: left;padding: 0;}
    header {text-align: center;padding: 1% 4% 1% 0%;}
    header.sticky {padding:5px 1% 5px 0%;}
    header.sticky .togglemenu{margin: 12px 6px 0 0;}
   header.sticky h1 {text-align: left;margin-top: 5px;}
}

@media only screen and (max-width:700px) {
    form p { margin: 10px;}
    .thisform_wrap { max-height: none !important; height: auto;}
    .thisform_wrap  h1.md-display-2 {font-size:23px!important;line-height: 30px;}
}

@media only screen and (max-width:600px) {
    .thisform_wrap{font-size: 14px;}
    #divLstTheater{width: 100% !important; margin-top: 32px;}
      
}

@media only screen and (max-width:500px) {
    .ufologo img {height: 50px;}
    header .togglemenu {margin: 30px 6px 0 0;}
    #container_ths {padding-top: 75px;}
}


@media only screen and (max-width:400px) {
      .thisform_wrap, .thisform_wrap > md-option .md-text{ font-size:14px;}
      .radio_wrap .layout-row{display:block;}
     .radio_wrap  md-radio-group.layout-row md-radio-button{ margin-bottom: 14px;}
}

