@charset "utf-8";
/* CSS Document */


/* Full-width input fields */

@font-face {
    font-family: 'futura_lightregular';
    src: url('fonts/demo/futura__light_-webfont.eot');
    src: url('fonts/demo/futura__light_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/demo/futura__light_-webfont.woff2') format('woff2'),
         url('fonts/demo/futura__light_-webfont.woff') format('woff'),
         url('fonts/demo/futura__light_-webfont.ttf') format('truetype'),
         url('fonts/demo/futura__light_-webfont.svg#futura_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_bk_btbook';
    src: url('fonts/demo/futura-book-bt-webfont.eot');
    src: url('fonts/demo/futura-book-bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/demo/futura-book-bt-webfont.woff2') format('woff2'),
         url('fonts/demo/futura-book-bt-webfont.woff') format('woff'),
         url('fonts/demo/futura-book-bt-webfont.ttf') format('truetype'),
         url('fonts/demo/futura-book-bt-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/demo/opensans-regular-webfont.eot');
    src: url('fonts/demo/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/demo/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/demo/opensans-regular-webfont.woff') format('woff'),
         url('fonts/demo/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/demo/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.demo_close_button {text-decoration: none; color:#FFFFFF; }

/*=============================== Typography =============================== */
vh3,vh5{
	margin: 0;
	font-family: 'futura_lightregular','open_sansregular',Arial,sans-serif;
	font-weight: normal;
	
}
vh5,.font-arial{
	font-family: Arial,Helvetica,sans-serif;
}

vh3{ font-size:24px;
margin-left: 100px;
}


vh5{font-size:14px;}

.bold{font-weight:600;}

.demo_close_button{text-decoration: none;}

	body {
    background: url("../images/demo/bg.jpg");
    background-repeat: no-repeat;
}


.demo_img{
	float: right;
	margin-right: 10px;
}

.imgarrow{
	float: right;
	margin-right: 10px;
	display:none;
}

.img2{
		
	}

.imagehide{
	display:none;
}
	

.abc{
	width:20%;
	background-color:;
	padding:10px;
	margin-left: 100px;
	margin-top: 10px;
	cursor: pointer;
	text-align: center;
	color:#000000;
	text-align: left;
	padding-left: 20px;
	border-width: 1px;
	border-color:#000000;
	border-style: solid;

	

}
.abc:hover {
    background-color:#000000;
	color:#FFFFFF;
	
}



.cd{
	padding:5%;
	width:90%;
}

.bc{
	margin: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	display: inline;
	
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
   
    position: relative;
	width:100%;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
	height: 100%; /* Full width */
    /*overflow: auto; /* Enable scroll if needed */
	/*overflow-y: hidden;*/
	overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color:;
    margin: 0%; /* 5% from the top, 15% from the bottom and centered */
	margin-right:0%;
	margin-top: 30px;
    border: 0px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
	height:100%;
	float: right;
	
	
}

/* The Close Button (x) */
.voiceclose {
    position: absolute;
    right: 389px;
    top: 20px;
    color:#FFFFFF;
    font-size: 30px;
    font-weight: bold;
	background-color:#FF0004;
	padding-left: 8px;
	padding-right: 8px;
	border: 0px solid #FF0004;
	border-radius:50%;
	


}

.voiceclose:hover,
.voiceclose:focus {
    color: white;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 996px) {
	body {
    background: url("");
    background-repeat:no-repeat;
}
	
	.abc {
    width: 90%;
    background-color: #870B45;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
    text-align: left;
    padding-left: 20px;
    border-width: 0px;
    border-color: #000000;
    border-style: solid;
}

.abc:hover {
    background-color:#032C6A;
	color:#FFFFFF;
	
}
	

	
	
	
	.modal-content {
    background-color:;
    margin: 5%; /* 5% from the top, 15% from the bottom and centered */
    border: 0px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
	height:100%;
	
	
}
	
	
	
	
	.voiceclose {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    background-color: #FF0004;
    padding-left: 12px;
    padding-right: 13px;
    border: 0px solid #FF0004;
    border-radius: 50%;
    margin-right: 9%;
    margin-top: 2%;
}
	
	.bc{
	display: none;
	margin: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	width:90%;
	
}
	
	.demo_img{
	float: right;
	margin-right: 10px;
	display: none;
}

	
	.imgarrow{
	float: right;
	margin-right: 20px;
	margin-top: 12px;
	display:inline;
}

	
	.img2{
		width:100%
	}
	
	
	vh3 {
    font-size: 21px;
    margin-left: 20px;
}
	
	vh5 {
    font-size: 14px;
    margin-left: 10px;
}
	
	
	.imagehide{
	display:inline;
}
	
	
}

