html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#main-wrapper.gateway {
  background-color: #031120;
  background-image: url("../img/gateway/gateway.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
	min-height:100%;
	position:relative;
	height:auto;
}
#main-header.gateway{
	background:none;
	padding-top:35px;
}
#wrap-form{
  padding-bottom:35px;
}
.form-gateway {
  margin: 50px auto 0;
  min-height: 553px;
  width: 460px;
  padding-bottom:35px;
}
.form-gateway .gateway-detect {
  background: none repeat scroll 0 0 rgba(5, 28, 64, 0.8);
  display: inline-table;
  text-align: center;
  width: 100%;
}
.form-gateway .gateway-form {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  display: inline-table;
  padding: 0 80px;
}
.form-gateway h1 {
  color: #fff;
  font-size: 60px;
}
.form-gateway form{}
.form-gateway p {
  color: #EFF5FA;
  font-size: 18px;
}
.form-gateway a:after {
  content: url("../img/generic/ico-enter.png");
  padding: 0 0 0 10px;
}
.form-gateway a, .form-gateway a:visited {
  background: none repeat scroll 0 0 #fff;
  color: #031d40;
  display: inline-table;
  font-size: 26px;
  margin: 30px 0;
  padding: 10px 0;
  text-decoration: none;
  width: 65%;
}
.form-gateway a:hover{
  background: none repeat scroll 0 0 #003fac;
  color: #fff;
}
.form-gateway select{}
.form-gateway #region-button, .form-gateway #country-button{
  border: medium none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius:0 !important;
  width:100% !important;
  margin:0 0 5px;
 }
.ui-selectmenu-button span.ui-selectmenu-text, .form-gateway input[type="submit"]  {
  background: none repeat scroll 0 0 #003fac;
  border-radius: 0;
  color: #fff;
  display: block;
  font-family: Myriad Light;
  font-size: 16px;
  font-weight: normal;
  height: 35px;
  line-height: 2.2;
}
select {
  background: none repeat scroll 0 0 #003fac;
  border-radius: 0;
  color: #fff;
  display: block;
  font-family: Myriad Light;
  font-size: 16px;
  font-weight: normal;
  height: 35px;
  line-height: 2.2;
    border: medium none;
  height: 48px;
  margin: 0 0 10px;
  width: 100%;
  padding:0.4em 2.1em 0.4em 1em;
}
#ddlCountry-button, #ddlRegion-button {
    border:none !important;
    border-radius:0 !important;
    margin-bottom:5px;
}
.form-gateway input[type="submit"] {
  border: medium none;
  font-size: 20px;
  height: 48px;
  margin: 0 0 35px;
  width: 100%;
}
.form-gateway input[type="submit"]:hover{
	background:#74787b;
}
.ui-menu .ui-menu-item{
  background: none repeat scroll 0 0 #74787b;
  border-top: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-family: Myriad Light;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0;
  min-height: 0;
  padding: 5px 1em 1px 0.8em !important;
  position: relative;
}
.ui-state-default .ui-icon {
  background: url("../img/generic/go-down.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ui-menu .ui-menu-item.ui-state-focus{
  background: none repeat scroll 0 0 #64686b !important;
  border:none !important;
  font-weight:normal !important;
  border-top: 1px solid #fff !important;
}
.ui-selectmenu-menu .ui-menu {
  border-radius: 0 !important;
  border: medium none !important;
}
.sub-footer.gateway {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0;
  left:0;
  height: 35px;
  position: absolute;
	width:100%;
}



/****************  MOBILE & TABLET ************************/

@media only screen and (min-width : 300px) and (max-width : 1028px) {

    #main-wrapper.gateway {
        width:100%;
    }
    #main-wrapper.gateway {
      background-image: url("../img/gateway/gateway.jpg") !important;
      background-repeat: no-repeat;
      background-size: 100% auto;
    }
    #wrap-form {
        padding-bottom: 0;
    }
    .form-gateway {
        width:auto;
        margin-top:20px;
        padding-bottom:0;
    }
    .form-gateway .gateway-detect {
        display:block;
        margin:auto;
        width:70%;
        padding-top:2px;
    }
    .form-gateway .gateway-form {
        width:100%;
        display:block;
        margin-top:40px;
        padding:10px 0 30px;
        background-color:#021228;
    }
    .ui-selectmenu-button {
        width:46% !important;
        margin:auto;
        display:block !important;
    }

    .form-gateway a:after {
        padding: 0 0 0 20px;
        background-image: url('../img/generic/ico-enter-big.png');
        background-size: 20px 20px;
        background-position-y:4px;
        background-repeat:no-repeat;
        content: "";
        margin:2px 0 0 8px;
    }

    .form-gateway input[type="submit"] {
        width:46%;
        margin:auto;
    }
    #go-to-action-text {
        width:46%;
        margin:auto;
        padding-bottom:10px;
    }
    .footer-legal-container {
        margin-top:-16px;
    }

    .sub-footer.gateway {
        display:none;
    }
    .ui-state-default .ui-icon {
      background: url("../img/generic/go-down-big.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
      background-size:15px;
    }
}







/* TABLET   
******************************************************************************
*/

@media only screen and (min-width : 640px) and (max-width : 1028px) {

}






/* MOBILE
*******************************************************************************/

@media only screen and (min-width : 300px) and (max-width : 640px) {

    .form-gateway .gateway-detect {
        width:90%;
    }
    .form-gateway h1 {
        font-size:45px;
        line-height:42px;
    }
    .form-gateway a, .form-gateway a:visited {
        width:75%;
    }
    .ui-selectmenu-button {
        width:70% !important;
    }
    .form-gateway input[type="submit"] {
        width:70%;
    }
    #go-to-action-text {
        width:70%;
    }
}
