/* Header part CSS */
/* ul.menuFirst li:last-child {
    display: none;
} */

@font-face {
    font-family: fonty_font;
    src: url("../fonts/Data.ttf");
}

.site_container
{
	background-image: url("../images/template/Website Background.jpg");
	background-size: 100% 100%;
	min-height: 1000px;
	font-family: fonty_font;
}

.site_upper_part
{
	background-color: #FFFFFF;
}

.site_upper_part .nav a, .site_upper_part .nav a:focus, .site_upper_part .nav a:hover, .site_upper_part .nav a:active
{
	color: black;
	padding: 15px;
	text-decoration: none;
	font-family: segoe_semi_light,wf_segoe-ui_normal,"Segoe UI","Open Sans",sans-serif !important;
}

.full_bar_red, .custom_fluidhead
{
	background-color: #D8251E;
	height: 120px;
}

.site_crest {
    width: 160px;
    position: relative;
    z-index: 30;
    margin-top: -20px;
    margin-left: -20px;
}

.title_logo {
    margin-top: 40px;
    padding-right: 10px;
}

.padding_left_and_right_remove {
    padding-left: 0px;
    padding-right: 0px;
}

.title_logo_div {
    height: 100%;
}

.headshadow
{
	box-shadow: 2px 0px 30px #000000;
}

.greybar
{
	background-color: #6F6F6F;
	height: 12px;
}

/* Footer part CSS */

.custom_fluidfooter
{
	background-color: #D8251E;
	height: 65px;
}

.lower-copyright
{
	text-align: center;
	color: white;
}

.red_lace
{
	height: 8px;
	background-color: #D92615;
}

.black_lace
{
	height: 8px;
	background-color: #000;
}


/* Center part CSS */


.wholebanner
{
    background-image: url("../images/splashpage/FH18_Holding_Page-4.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 1641px;
    position: relative;
    width: 100%;
	padding-left: 0px;
	padding-right: 0px;	
}

.ban_prize {
    background-color: #D8251E;
    color: #fff;
    font-size: 47px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}

.euro_glyph {
    font-family: segoe_semi_light,wf_segoe-ui_normal,"Segoe UI","Open Sans",sans-serif !important;
    font-weight: 700;
}

.page_body
{
	height: auto;
	background-color: #FFF;
}

.primebutton 
{
	margin: 0 auto;
    background-image: url("../images/splashpage/FH_Holding_Button.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90% auto;
    height: 97px;
    max-width: 420px;	
    display:block;
    margin-top: 310px;
}

.globalspace {
    height: 20px;
}

.content_division {
    font-family: segoe_semi_light,wf_segoe-ui_normal,"Segoe UI","Open Sans",sans-serif !important;
    min-height: 500px;
    background-color: white;
    padding-top: 40px;
    padding-left: 45px;
    padding-right: 45px; 
}

.content_division_footer{
    font-family: segoe_semi_light,wf_segoe-ui_normal,"Segoe UI","Open Sans",sans-serif !important;
    background-color: white;
    padding-top: 40px;
    padding-left: 45px;
    padding-right: 45px; 
}

.error_error {
	color: #BC2625;
}

		/* Large Devices, Wide Screens */
	    @media only screen and (max-width : 1200px) {	
	    	.wholebanner {
			    height: 1350px;
			}   				     	
			.ban_prize {
				font-size: 35px;
			}
			.primebutton 
			{
				margin-top: 250px;
			}
	    }

	    @media only screen and (max-width : 1130px) {	
			.headshadow {
				box-shadow: 0px 0px 0px;
			}
	    }

	    @media only screen and (max-width : 1050px) {	
			.container-fluid
			{
				padding-left: 0px!important;
				padding-right: 0px!important;
			}
	    }

	    /* Medium Devices, Desktops */
	    @media only screen and (max-width : 992px) {   
	    	.wholebanner {
			    height: 1050px;
			}		    	
			.ban_prize {
				font-size: 25px;
			}
			.primebutton 
			{
				margin-top: 170px;
			}
	    }
	
	    /* Small Devices, Tablets */
	    @media only screen and (max-width : 768px) {	
	    	.wholebanner {
			    background-size: 750px auto;
			}  
	    	.headshadow
			{
				box-shadow: 0px 0px 0px #000000;
			}

			.content_division {
				padding-left: 15px!important;
				padding-right: 15px!important;
			}
			
			.addleft {
				margin-left: 20px!important;
			}

			.btn {
				width: 100%;
				margin-top: 5px;
			}

			.modal-footer .btn+.btn {
				margin-left: 0px;
			}
		
			.mobiledive .btn {
				width: auto;
			}
	    }
	    
	    /* Additional CSS query */
	    @media only screen and (max-width : 640px) {    	
	    	.title_logo {
	    		max-width: 140px!important;
			    margin-left: -25px;
			}
			.ban_prize {
				font-size: 20px;
			}
	    }
	
	    /* Extra Small Devices, Phones */ 
	    @media only screen and (max-width : 480px) {
	    	.site_crest {
			    width: 120px;
			    margin-top: -5px;
				margin-left: -18px;
			}   	
			.wholebanner {
			    background-image: url("../images/splashpage/FH18_Holding_Phone-2.jpg");
			    background-position: center 45px;
			    background-size: 550px auto;
			    height: 1144px;
			}
			.title_logo_div
	    	{
	    		margin-left: -45px;
	    	}
	    	.lower-copyright img
	    	{
	    		width: 140px;
	    	}
	    	
	    }
	    
	    /* Additional CSS query */
	    @media only screen and (max-width : 360px) {    	
	    	.wholebanner {
			     background-image: url("../images/splashpage/FH18_Holding_Phone-3.jpg")!important;
			    background-position: center 66px;
			    background-size: 343px auto;
			    height: 960px;
			}
			.primebutton 
			{
				margin-top: 140px;
			}			
	    }
	
	    /* Custom, iPhone Retina */ 
	    @media only screen and (max-width : 320px) {
			
	    }
