body {
	color: #010026;
	background: url('/uploads/inventions/internet/images/bg_body.jpg') repeat left top;
}
@font-face {
	font-family: 'sornrgn';
	src: url('../fonts/sornrgn.ttf');
}
@font-face {
	font-family: 'Kalinga';
	src: url('../fonts/Kalinga.otf');
	src: url('../fonts/kalinga.ttf');
}
section {
	width: 95%;
	height: auto;
	margin: 0 auto;
}
p {
	
	color: #000;
	font-size: 16px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	text-align: justify;
	line-height: 22px;
}
ul li {
	
	color: #000;
	font-size: 14px;
	text-align: justify;
	line-height: 28px;
}
ul {
	list-style: url(/uploads/inventions/internet/images/dot.png);
}
.divider {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: url(/uploads/inventions/internet/images/divider.png) top right no-repeat;
	background-size:100%;
}

@media (min-width: 300px) and (max-width: 800px) {
	.divider {
		width: 100%;
		height:20px;
		background-size:150%;
		}
}

.internet-title-heading {
	line-height: 1.3em;
	font-size: 60px;
	text-align:center;
	color: #C60;
	text-shadow: 2px 1px 2px rgba(0,0,0,0.2);
}

@media (min-width: 300px) and (max-width: 800px) {
	.internet-title-heading {
		font-size:25px;
		text-align:center;

	}
}

.main-title-heading {
	
	font-size: 100px;
	text-align: left;
	color: #ff0000;
	text-shadow: 2px 1px 2px rgba(0,0,0,0.2);
	line-height: 90px;
}

/* GLOBALS */

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

::selection {
	background: transparent;
}

::-moz-selection {
	background: transparent;
}

.wrapper-demo {
	*zoom: 1;
	font-weight: 400;
}

.wrapper-demo:after {
	clear: both;
	content: "";
	display: table;
}

.wrapper-dropdown-5 {
	/* Size & position */
	position: fixed;
	z-index: 99;
	width: 200px;
	float: left;
	left: 20px;
	padding: 7px 15px;
	color: #FFF;
	font-size: 20px;
	font-family: DINk, Arial, Helvetica, sans-serif;
	/* Styles */
	background: #a1764b;
	border-radius: 5px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.wrapper-dropdown-5:after {/* Little arrow */
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #bbbda8 transparent;
}

.wrapper-dropdown-5 .dropdown {
	/* Size & position */
	position: absolute;
	top: 100%;
	width: 200px;
	left: 0px;
	/* Styles */
	background: rgba(255,255,255,0.7);
	border-radius: 0 0 5px 5px;
	border: 1px solid rgba(0,0,0,0.2);
	border-top: none;
	border-bottom: none;
	list-style: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	/* Hiding */
	max-height: 0;
	overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
	padding: 0 10px;
}

.wrapper-dropdown-5 .dropdown li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 5px 0;
	transition: all 0.3s ease-out;
	border-bottom: 1px solid #CCC;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
	border: none;
}

.wrapper-dropdown-5 .dropdown li i {
	margin-right: 5px;
	color: inherit;
	vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
	color: #57a9d9;
}

/* Active state */

.wrapper-dropdown-5.active {
	border-radius: 5px 5px 0 0;
	background: #e8b767;
	box-shadow: none;
	border-bottom: none;
	color: white;
}

.wrapper-dropdown-5.active:after {
	border-color: #626640 transparent;
}

.wrapper-dropdown-5.active .dropdown {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	max-height: 800px;
	overflow-y: scroll;
}
@media screen and (max-height: 800px) {
	.wrapper-dropdown-5.active .dropdown {
		border-bottom: 1px solid rgba(0,0,0,0.2);
		max-height: 450px;
		overflow-y: scroll;
	}
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
margin:0 auto;
}

/* No CSS3 support: none */

