@charset "utf-8";

img, object, embed,  {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
body,html {
	margin:0;
	padding:0;
	background-image: url(../images/bk/5.jpg);
	background-attachment:fixed;
	background-size:cover;

}
/**changes starts**/
.topbar {
	height:auto;
	width:100%;
	float:left;
top:0;
	position:fixed;
	z-index:5;
	background-color: rgba(255,102,0,1);
}


.mainlogoholder {
	height:auto;
	width:170px;
	float:left;
	margin:0px 0 0 3%;
	top:0;
	padding:0.2%;
	position:fixed;
	background-color:rgba(255,255,255,1);
}
/*topcontrol ends*/
/*homebodycontrol starts*/
#homebodycontrol {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	color: rgba(255,255,255,1);
	font-size: 120%;
	padding: 2% 0% 0% 0%;
	background-color: rgba(0,0,0,0.6);
}

.details {
	height: auto;
	width: 100%;
	padding: 2% 0% 2% 0%;
	float: left;
	background-color: rgba(255,255,255,1);
	position: relative;
}
.lefthov {
	height:auto;
	width:320px;
	float:left;
	margin:0 0 0 10%;
}
.textright {
	height:auto;
	width:50%;
	float:right;
	padding:0 10% 0 2%;
	font-size:100%;
	text-align: justify;
	border-left:rgba(153,153,153,1) solid 1px;
	font-family: 'Nunito', sans-serif;
}
.sponsors {
	height: auto;
	width: 100%;
	padding: 2% 0% 2% 0%;
	float: left;
	background-color: rgba(254,205,8,1);

	color:rgba(255,255,255,1)
	position: relative;
	font-size: 100%;
	text-align: center;
	border-left: rgba(153,153,153,1) solid 1px;
	font-family: 'Nunito', sans-serif;
}
.socialcontrol {
	height: auto;
	width: 80%;
	float: left;
	padding: 1% 10% 1% 10%;
	background-color: rgba(255,255,255,1);
	position: relative;
	color: rgba(255,255,255,1);
	font-size: 140%;
	font-family: 'Nunito', sans-serif;
	text-align: center;
}

.socials {
	height: auto;
	width: 240px;
	float: left;
	margin:0 0 0 43%;
	}
.socialcubes {
	height:40px;
	width:40px;
	float:left;
	background: url(../images/socials/socials-01.png) no-repeat  rgba(114,146,204,1);
	margin:5px;
	border-radius:30px;
}
.socialcubes:hover {
	background: url(../images/socials/socials-01.png) rgba(255,102,0,1);
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
}
.socialcubes2 {
	height:40px;
	width:40px;
	float:left;
	background: url(../images/socials/socials-02.png) no-repeat rgba(114,146,204,1);
	margin:5px;
	border-radius:30px;
}
.socialcubes2:hover {
	background: url(../images/socials/socials-02.png) rgba(255,102,0,1);
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
}
.socialcubes3 {
	height:40px;
	width:40px;
	float:left;
	background: url(../images/socials/socials-03.png) no-repeat rgba(114,146,204,1);
	margin:5px;
	border-radius:30px;
}
.socialcubes3:hover {
	background: url(../images/socials/socials-03.png)rgba(255,102,0,1);
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
}
/*homebodycontrol ends*/
/*footer starts*/
.websiteby {
	height: auto;
	width: 100%;
	float: left;
	padding: 10px 0 5px 0;
	color: rgba(255,255,255,1);
	background-color: rgba(114,146,204,1);
	text-align: center;
	font-size: 90%;
	font-family: 'Nunito', sans-serif;
	position: relative;
}
/*footer ends*/
		
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 320px) and (max-width:480px) {
/*homebodycontrol starts*/

#homebodycontrol {
	clear: both;
	float: left;
	width: 100%;
	padding: 30% 0% 0% 0%;
}

.details {
	height: auto;
	width: 90%;
	padding: 2% 5% 2% 5%;
}
.lefthov {
	height:auto;
	width:100%;
	float:left;
	margin:5% 0 10% 0%;
}
.textright {
	height:auto;
	width:100%;
	float:right;
	padding:0 0% 0 0%;
}

.socialcontrol {
	height: auto;
	width: 80%;
	float: left;
	padding: 1% 10% 1% 10%;
}


	.socials {
	width: 150px;
	height:auto;
	margin:0 0 0 20%;
	}
/*bodycontrl ends*/
	/*footer starts*/
.websiteby {
	font-size: 80%;
}
/*footer ends*/
}
@media only screen and (min-width: 480px) and (max-width:800px) {
/*bodycontrl start*/
/*homebodycontrol starts*/
#homebodycontrol {
	clear: both;
	float: left;
	width: 100%;
	padding: 10% 0% 0% 0%;
}

.details {
	height: auto;
	width: 90%;
	padding: 2% 5% 2% 5%;
}
.lefthov {
	height:auto;
	width:100%;
	float:left;
	margin:5% 0 10% 0%;
}
.textright {
	height:auto;
	width:100%;
	float:right;
	padding:0 0% 0 0%;
}

.socialcontrol {
	height: auto;
	width: 80%;
	float: left;
	padding: 1% 10% 1% 10%;
}


	.socials {
	width: 150px;
	height:auto;
	margin:0 0 0 30%;
	}
/*bodycontrl ends*/
	/*footer starts*/
.websiteby {
	font-size: 80%;
}
/*footer ends*/
}
@media only screen and (min-width: 768px) and (max-width:1024px) {
#homebodycontrol {
	clear: both;
	float: left;
	width: 100%;
	padding: 5% 0% 0% 0%;
}

.details {
	height: auto;
	width: 90%;
	padding: 10% 5% 2% 5%;
}
.lefthov {
	height:auto;
	width:45%;
	float:left;
	margin:0% 0 10% 0%;
}
.textright {
	height:auto;
	width:50%;
	float:right;
	padding:0 0% 0 0%;
}

.socialcontrol {
	height: auto;
	width: 80%;
	float: left;
	padding: 1% 10% 1% 10%;
}


	.socials {
	width: 150px;
	height:auto;
	margin:0 0 0 38%;
	}
/*bodycontrl ends*/
	/*footer starts*/
.websiteby {
	font-size: 80%;
}
/*footer ends*/
}
