body {
    margin: 0;
    padding: 0;
    background: #ffffff;
	font-weight: normal;
 font-family: 'amadeusthin';
 color:#ffffff;
}
/* fonts used */
@font-face {
	font-family: 'Zapf Dingbats';
	src: url('fonts/ZapfDingbatsITC.eot');
	src: url('fonts/ZapfDingbatsITC.eot?#iefix') format('embedded-opentype'), url('fonts/ZapfDingbatsITC.woff2') format('woff2'), url('fonts/ZapfDingbatsITC.woff') format('woff'), url('fonts/ZapfDingbatsITC.ttf') format('truetype'), url('fonts/ZapfDingbatsITC.svg#ZapfDingbatsITC') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'amadeusregular';
    src: url('fonts/amadeus-regular-web.eot');
    src: url('fonts/amadeus-regular-web.eot?#iefix') format('embedded-opentype'), url('fonts/amadeus-regular-web.woff') format('woff'), url('fonts/amadeus-regular-web.ttf') format('truetype'), url('fonts/amadeus-regular-web.svg#amadeusregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'amadeusbold';
    src: url('fonts/amadeus-bold-web.eot');
    src: url('fonts/amadeus-bold-web.eot?#iefix') format('embedded-opentype'), url('fonts/amadeus-bold-web.woff') format('woff'), url('fonts/amadeus-bold-web.ttf') format('truetype'), url('fonts/amadeus-bold-web.svg#amadeusbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'amadeusbold_italic';
    src: url('fonts/amadeus-bolditalic-web.eot');
    src: url('fonts/amadeus-bolditalic-web.eot?#iefix') format('embedded-opentype'), url('fonts/amadeus-bolditalic-web.woff') format('woff'), url('fonts/amadeus-bolditalic-web.ttf') format('truetype'), url('fonts/amadeus-bolditalic-web.svg#amadeusbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'amadeusitalic';
    src: url('fonts/amadeus-italic-web.eot');
    src: url('fonts/amadeus-italic-web.eot?#iefix') format('embedded-opentype'), url('fonts/amadeus-italic-web.woff') format('woff'), url('fonts/amadeus-italic-web.ttf') format('truetype'), url('fonts/amadeus-italic-web.svg#amadeusitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Webfont: Amadeus-Light */
@font-face {
    font-family: 'AmadeusLight';
    src: url('fonts/Amadeus-Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/Amadeus-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Amadeus-Light.woff') format('woff'), /* Modern Browsers */ url('fonts/Amadeus-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/Amadeus-Light.svg#Amadeus-Light') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}
/* Webfont: Amadeus-LightItalic */
@font-face {
    font-family: 'AmadeusLight';
    src: url('Amadeus-LightItalic.eot'); /* IE9 Compat Modes */
    src: url('Amadeus-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('Amadeus-LightItalic.woff') format('woff'), /* Modern Browsers */ url('Amadeus-LightItalic.ttf') format('truetype'), /* Safari, Android, iOS */ url('Amadeus-LightItalic.svg#Amadeus-LightItalic') format('svg'); /* Legacy iOS */
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: 'amadeusthin';
    src: url('fonts/amadeus-thin-web.eot');
    src: url('fonts/amadeus-thin-web.eot?#iefix') format('embedded-opentype'), url('fonts/amadeus-thin-web.woff') format('woff'), url('fonts/amadeus-thin-web.ttf') format('truetype'), url('fonts/amadeus-thin-web.svg#amadeusthin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'amadeusthin_italic';
    src: url('fonts/amadeus-thinitalic-web.eot');
    src: url('fonts/amadeus-thinitalic-web.eot?#iefix') format('embedded-opentype'), url('fonts/amadeus-thinitalic-web.woff') format('woff'), url('fonts/amadeus-thinitalic-web.ttf') format('truetype'), url('fonts/amadeus-thinitalic-web.svg#amadeusthin_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* fonts used */

img {
    max-width: 100%;
}
a {
    text-decoration: none;
}
ul, ul li, p, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
body {
}

 .container_fluid{
	 width:100%;
     height: 100vh;
     position: relative;
	 padding:0;
	 margin:0;
     background-image: url("../images/bg_image.jpg");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
 }
.container_fluid_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    
}

.fop_bg {
    background-image: url("../images/bg_image.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 30s ease-in infinite;
    animation: zoomin 30s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99;
}
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1.05);}
  40% {transform: scale(1.2);}
    50% {transform: scale(1.2);}
  51% {transform: scale(1.2);}
    90% {transform: scale(1.05);}
    100% {transform: scale(1.05);}
}
@keyframes zoomin {
   0% {transform: scale(1.05);}
  40% {transform: scale(1.2);}
    50% {transform: scale(1.2);}
  51% {transform: scale(1.2);}
    90% {transform: scale(1.05);}
    100% {transform: scale(1.05);}
} /*End of Zoom in Keyframes */



.fop_content {
    width: 700px;
    margin: 0px auto;
    position: relative;
    z-index: 100;
}




.fop_content_log {
    width: 600px;
    height: 520px;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 200px 0px 100px;
}


 .amadeus_logo_log img {
    width: 40%;
}
.fop_logo {
    width: 15%;
    position: absolute;
    z-index: 1;
    left: 3%;
    top: 5%;
    min-width: 200px;
}
.amadeus_logo {
    width: 10%;
    position: absolute;
    z-index: 1;
    right: 3%;
    top: 5%;
    min-width: 150px;
}
 .log_form_sec {
    width: 100%;
    margin: 0px auto;
}

 .log_form_sec  p {
	font-size: 2rem;
	line-height: 2.5rem;
}
 .form_sec {
     width: 500px;
    margin: 0px auto;
}
 .form_sec .row {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
 .form_sec .row div {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
 .form_sec .row div.form_label {
    width: 32%;
    padding-top: 0.8%;
}
 .form_sec .row div.form_input {
    width: 68%;
}
 .form_sec .row input {
    border: 1px solid #ffffff;
    background: #ffffff;
    padding: 10px 10px 8px;
    outline: none;
    width: 100%;
    color: #4d4d4d;
    font-size: 1.2rem;
    font-weight: normal;
    font-family: 'amadeusregular';
}


 .form_sec .row .button_submit {
    background: #ffffff;
    color: #0072bc;
    border: 0px;
    padding: 10px 22px 8px;
    font-size: 1.5rem;
    cursor: pointer;
    margin-top: 15px;
    min-width: 180px;
    -webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
}
 .form_sec .row .button_submit:hover {
   background: #0072bc;
    color: #ffffff; 
}



@media (max-width: 1400px) and (min-width: 1000px) {
    .fop_btns {
   margin-top: -60px;
        margin-bottom: 30px;
}
}
@media (max-width: 1366px) and (min-width: 1366px) {
.fop_btns {
    margin-bottom: 20px;
    margin-top: -50px;
}
}


@media (max-width: 812px) and (min-width: 812px) {
.fop_bg {
    background-image: url("../images/bg_image.jpg");
    background-size: cover;
    background-position: fixed;
    -webkit-animation: none;
    animation: none;
    overflow: hidden;
    position: fixed;
}
}

@media (max-width: 767px) {
.fop_bg {
    background-image: url("../images/bg_image.jpg");
    background-size: cover;
    background-position: fixed;
    -webkit-animation: none;
    animation: none;
    overflow: hidden;
    position: fixed;
}
.fop_content {
    width: 45%;
    margin: 0px auto 20px;
}
    .amadeus_shape_txt {
    top: 35%;
}
    .amadeus_curve {
    position: relative;
    left: 0%;
    top: 0px;
    width: 100%;
}
    .amadeus_shape_txt h1 {
    font-size: 3vw;
    line-height: 4vw;
    margin: 3% 0;
}
.amadeus_shape_txt p {
    font-size: 2vw;
    line-height: 3vw;
    margin: 0px 5%;
}
    .fop_btns a {
     font-size: 2vw;
    line-height: 3vw;
        margin-bottom: 20px;
}
}


@media (orientation:portrait) {
.fop_content, .fop_btns {
    width: 100%;
}
.fop_logo {
    left: 5%;
}
.amadeus_logo {
    right: 5%;
}    
.amadeus_shape_txt h1 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 3% 0;
}
.amadeus_shape_txt p {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin: 0px 5%;
}
    .fop_btns a {
     font-size: 3.5vw;
    line-height: 4.5vw;
        margin-bottom: 20px;
}
}







@media (max-width: 767px) {
.fop_content_log {
    width: 520px;
    height: 385px;
    padding: 50px 0px;

}
     .log_form_sec {
    width: 100%;
    margin: 30px auto;
}

}
@media (max-width: 550px) {
.amadeus_curve {
    position: relative;
    left: 0%;
    top: -60px;
    width: 100%;
}
    .fop_btns a {
    font-size: 4.5vw;
    line-height: 5.5vw;
}
    .amadeus_shape_txt p {
    font-size: 4.5vw;
    line-height: 5.5vw;
}
.fop_logo {
    width: 10%;
    min-width: 130px;
}  
.amadeus_logo {
    width: 10%;
    min-width: 120px;
}    
.fop_content_log {
    width: 350px;
    height: 300px;
    padding: 50px 0px;
}
    
     .log_form_sec {
    width: 100%;
    margin: 20px auto;
}
     .form_sec {
     width: 85%;
}
 .form_sec .row {
    margin-bottom: 15px;
}
 .log_form_sec  p {
	font-size: 18px;
	line-height: 24px;
}
 .form_sec .button_submit {
    padding: 5px 15px;
    font-size: 18px;
}    
}
@media (max-height: 450px) {
.fop_content_log {
    width: 350px;
    height: 300px;
}

     .log_form_sec {
    width: 100%;
    margin: 20px auto;
}
     .form_sec {
     width: 350px;
}
 .form_sec .row {
    margin-bottom: 15px;
}
 .log_form_sec  p {
	font-size: 18px;
	line-height: 24px;
}
 .form_sec .button_submit {
    padding: 5px 15px;
    font-size: 18px;
}
.fop_logo {
    width: 10%;
    min-width: 120px;
}
.amadeus_logo {
    width: 10%;
    min-width: 100px;
}  
    
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
