
.parallax1 { 
   
    height: 100%;
	width:100%;
	padding-left:0;
	padding-right:0;
	background-image: url(img/Botton_IANDBD.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:100% !important;
}




body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
    text-align:center; 

	background-position:top center;
	background-image: url(img/Top_IANDBD.png);
	background-repeat:no-repeat;
	background-height:100%;
    background-color: #192E3C;


}

.fixed{
	position:fixed; top:0
}


a{
   color:#aaa; text-decoration:none;
   -webkit-transition:color .3s ease-in;
   -moz-transition:color .3s ease-in;
   -o-transition:color .3s ease-in;
   transition:color .3s ease-in;
   
}



a:hover{ 
	color: #66d6ff !important;
	text-decoration:none;
}



.menu1 {
		font-family:century gothic;
	font-size: 18px;
	color: #777;
	text-align: center;
	font-weight:500;



}


.title {
	font-family: Arial, sans-serif;
	font-size: xx-large;
	color: #000;
	
}


.titleW {
	font-family: Arial, sans-serif;
	font-size: xx-large;
	color: #f0f0f0;
	
}


.subtitle {
	font-family: Arial, sans-serif;
	font-size: x-large;
	color: #303030;
	text-align: center;
}


.subtitleW {
	font-family: Arial, sans-serif;
	font-size: x-large;
	color: #f0f0f0;
	text-align: center;
}


.subtitleGrey {
	font-family: Arial, sans-serif;
	font-size: x-large;
	color: #555;
	text-align: center;
}


.text0 {
	font-family: century gothic;
font-size: 14px;
	color:#333;
}

.text1 {
	font-family: century gothic;
font-size: 14px;
	color:#999;
}

.text_W {
	font-family: century gothic;
font-size: 16px;
	color:#f0f0f0;
}

.text_Grey {
	font-family: century gothic;
font-size: 16px;
	color:#fff;
}

.text2 {
	font-family: century gothic;
	font-size: xx-small;
	color:#999;
	text-align: center;
}



   @font-face {
        font-family: "century gothic";
        src: url("img/GOTHIC.ttf") format("truetype");
    }




.embed-responsive-16by9 {

   	width: 70%;
    height: 70%;

}


.fb-like-box iframe[style]{ width: 100% !important; }


