
/** Generated by FG **/
@font-face {
	font-family: 'DINWebPro';
	src: url('../fonts/DINWebPro/DINWebPro.eot');
	src: local('☺'), 
         url('../fonts/DINWebPro/DINWebPro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINWebPro/DINWebPro.woff') format('woff'), 
         url('../fonts/DINWebPro/DINWebPro.ttf') format('truetype'), 
         url('../fonts/DINWebPro/DINWebPro.svg') format('svg');
	font-weight: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'DINWebPro';
	src: url('../fonts/DINWebPro/DINWebPro-Bold.eot');
	src: local('☺'), 
         url('../fonts/DINWebPro/DINWebPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DINWebPro/DINWebPro-Bold.woff') format('woff'), 
         url('../fonts/DINWebPro/DINWebPro-Bold.ttf') format('truetype'), 
         url('../fonts/DINWebPro/DINWebPro-Bold.svg') format('svg');
	font-weight: 700;
}


@font-face {
	font-family: 'icon';
	src: url('../fonts/icon-font/icon-font.eot');
	src: local('☺'), 
         url('../fonts/icon-font/icon-font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/icon-font/icon-font.woff') format('woff'), 
         url('../fonts/icon-font/icon-font.ttf') format('truetype'), 
         url('../fonts/icon-font/icon-font.svg') format('svg');
	font-weight: normal;
}

 a:visited {
    color: #fd6c21;
}




body {
  font-family: "DINWebPro", sans-serif;
}
h1, h2, h3, h4, h5, h6, h7 {
  font-family: "DINWebPro", sans-serif;
  font-weight: 700;
}

h4{
    font-size:50px;
}

.mobile-br{
    display: none;
}





/*  password page */
.coming-soon {
    background: url(../images/bg.jpg) center center;
    background-size: cover;
}
.coming-soon .logos{
    margin-top:-60px; 
    width:100%;
    height: 150px;
    position:relative;
    max-width: 500px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
}

    .coming-soon .btn-cal-dark {
        background-color: #92CCF0;
        border: 1px solid #92CCF0;
        color: #000000;
        font-weight: bold;
    }

    .coming-soon .btn {
        box-sizing: border-box;
        height: 35px;
        font-size: 18px;
        padding: 6px 12px 6px 15px;
        letter-spacing: 0;
    }


 


