/***
  fhs-simple-2019
  version 2.0 - 2020/1
  template-stylesheet for CMSimple_XH ≥ 1.7
  © 2019 fhs - www.fhseidel.de
***/

/*** fonts ***/	
/*** Open Sans 300, 400, 600 ***/
@font-face {
	font-family:'Open Sans';
	font-style:normal;
	font-weight:300;
	src:local('Open Sans Light'), local('OpenSans-Light'), url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-300.woff2) format('woff2'), url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-300.woff) format('woff')
}
@font-face {
	font-family:'Open Sans';
	font-style:normal;
	font-weight:400;
	src:local('Open Sans Regular'), local('OpenSans-Regular'), url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-regular.woff2) format('woff2'), url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-regular.woff) format('woff')
}
@font-face {
	font-family:'Open Sans';
	font-style:italic;
	font-weight:300;
	src:local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-300italic.woff2) format('woff2'), url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-300italic.woff) format('woff')
}
@font-face {
	font-family:'Open Sans';
	font-style:italic;
	font-weight:400;
	src:local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-italic.woff2) format('woff2'), url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-italic.woff) format('woff')
}
@font-face {
	font-family:'Open Sans';
	font-style:normal;
	font-weight:600;
	src:local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-600.woff2) format('woff2'), url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-600.woff) format('woff')
}
@font-face {
	font-family:'Open Sans';
	font-style:italic;
	font-weight:600;
	src:local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-600italic.woff2) format('woff2'), url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-600italic.woff) format('woff')
}
i,
em {
	font-style: italic;
}
b,
strong {
	font-weight: 600;
}

/*** grid ***/
*{margin:0;padding:0;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{height:100%}.clear,.row:after{clear:both}img{-ms-interpolation-mode:bicubic}table{border-collapse:collapse;border-spacing:0}a,h1,h2,h3,h4,h5,h6,li,p,span{-webkit-font-smoothing:antialiased;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility}.row,.row-full-width,nav,section{-webkit-box-sizing:border-box;box-sizing:border-box}.row{position:relative;width:100%;margin:0 auto;/*max-width:980px*/}.row-full-width{position:relative;margin:0 auto;width:100%;max-width:100%}.row-full-width:after,.row-full-width:before,.row:after,.row:before{content:" ";display:table}.row .row,.row-full-width .row{width:auto}.c1,.c10,.c11,.c12,.c13,.c14,.c15,.c16,.c17,.c18,.c19,.c2,.c20,.c21,.c22,.c23,.c24 .third,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.fifth,.half,.quarter{position:relative;width:100%;float:left;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}.c1{position:relative;width:4.164%}.c2{position:relative;width:8.332%}.c3{position:relative;width:12.49%}.c4{position:relative;width:16.65%}.c5{position:relative;width:20.83%}.c6{position:relative;width:25%}.c7{position:relative;width:29.16%}.c8{position:relative;width:33.332%}.c9{position:relative;width:37.492%}.c10{position:relative;width:41.662%}.c11{position:relative;width:45.832%}.c12{position:relative;width:49.968%}.c13{position:relative;width:54.16%}.c14{position:relative;width:58.33%}.c15{position:relative;width:62.49%}.c16{position:relative;width:66.662%}.c17{position:relative;width:70.83%}.c18{position:relative;width:74.99%}.c19{position:relative;width:79.16%}.c20{position:relative;width:83.33%}.c21{position:relative;width:87.49%}.c22{position:relative;width:91.66%}.c23{position:relative;width:95.83%}.c24{position:relative;width:100%}.full{position:relative;width:100%}.half{position:relative;width:50%}.third{position:relative;width:33.332%}.quarter{position:relative;width:25%}.fifth{position:relative;width:20%}

/*** Allgemeine Styles ***/
p.clear,
div.clear {
	clear: both;
}
hr {
	border: 0;
	border-bottom: 1px solid #ccc;
	height: 0px;
	clear: both;
	margin: 1em 0;
}
hr.hrdot {
	border: 0;
	border-bottom: 1px dotted #ccc;
	height: 0px;
	clear: both;
	margin: 1em 0;
}
span.underline,
p.underline {
	border: 0;
	border-bottom: 1px dotted #ccc;
}
span.orange,
p.orange {
	color: #f60;
}
p.smaller,
span.smaller,
div.smaller {
	font-size: .85em;
}
p.bigger,
span.bigger,
div.bigger {
	font-size: 1.5em;
}
img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
img.imgR,
img.imgL,
div.imgR,
div.imgL {
	max-width: 40%;
	font: italic normal 0.9em/normal 'Open Sans', sans-serif;
	color: #666;
}
img.imgR,
div.imgR {
	margin: .5em 0 .25em 1em;
	float: right;
	text-align: right;
}
img.imgL,
div.imgL {
	margin: .5em 1em .5em 0;
	float: left;
	text-align: left;
}
div.imgR img,
div.imgL img {
	margin: 0 0 .25em 0;
}
div.imgR p,
div.imgL p {
	margin: 0 !important;
}
p.caption {
	font: italic 0.9em/normal 'Open Sans', sans-serif;
	color: #666;
}
p.noBr,
span.noBr,
td.noBr {
	white-space: nowrap;
}
p.subHeading {
	font-size: 1.25em;
	margin: .5em 0 .25em 0;
}

/*** navigation ***/
.nav-buttonNoJS {
	width: auto !important;
	z-index: 98 !important;
	display: none;
}
.nav-buttonNoJS a {
	color: #fff;
}
button.burgerJS {
}
.burger {
	position: absolute;
	right: 2em;
	bottom: 0.5em;
	z-index: 99;
	width: 32px;
	height: 24px;
	cursor: pointer;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	padding: 0 !important;
	background: transparent !important;
	color: inherit !important;
	border: 0 !important;
}
.burger span {
	width:100%;
	float:left;
	margin-bottom:5px;
	height:3px;
	background:#fff;
	position:relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.burger.cmenu span {
	background:#fff;
}
.burger.cmenu .nbs {
	opacity:0;
}
.burger.cmenu .nos {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom:0;
	top: 0;
}
.burger.cmenu .ncs {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-bottom:0;
	top: -2px;
}
.nav_row {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 980px;
}
.nav_row:after {
	clear: both;
}
.nav_horizontal {
	width: 100%;
	max-width: 100%;
	background: #652B7C;
	font-size: .95em;
	transition: opacity .6s;
}
.nav_horizontal.closed {
	display: block;
}
.nav_horizontal.open {
	display: block;
	position: absolute;
}
.nav_horizontal .closed menulevel2 {
	display: none;
}
.nav_horizontal ul {
	z-index: 200;
	/*width: 100%;*/
	list-style: none;
        padding:0px
}
.nav_horizontal li {
	float:left;
	padding: 0;
}
.nav_horizontal li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	z-index: 201;
	padding: .7em .75em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.nav_horizontal li a:hover {
	background: rgba(255,255,255,.25);
}
.nav_horizontal div ul li span {
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	z-index: 201;
	padding: .5em .75em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.nav_horizontal div ul li.sdocs > a {
	color: #ccc;
}
.nav_horizontal .nav_row .menu li a:hover,
.nav_horizontal span {
	color: #f93;
}
.nav_horizontal .menulevel2 {
	display: none;
}
.nav_horizontal .menulevel2:hover{
    display:block;
}
/* mobile nav */
.nav_horizontal.open {
	z-index: 220;
	background-color: #666;
}
.nav_horizontal.open li {
	float: none;
	padding: 0;
	border-top: 1px dotted #999;
}
.nav_horizontal.open .menulevel1 li:last-child {
	border-top: 1px dotted #999;
}
.nav_horizontal.open .menulevel1 li {
	border-right: 0;
}
.nav_horizontal.open .menulevel2 {
	display: block;
}
.nav_horizontal.open .menulevel2 li a,
.nav_horizontal.open .menulevel2 li span {
	padding-left: 1.5em;
}
.nav_horizontal.open .menulevel3 li a,
.nav_horizontal.open .menulevel3 li span {
	padding-left: 3.0em;
}
.nav_horizontal.open .menulevel4 li a,
.nav_horizontal.open .menulevel4 li span {
	padding-left: 4.5em;
}
.nav_horizontal.open .menulevel5 li a,
.nav_horizontal.open .menulevel5 li span {
	padding-left: 6.0em;
}
.nav_horizontal.open .menulevel6 li a,
.nav_horizontal.open .menulevel6 li span {
	padding-left: 7.5em;
}
.nav_horizontal.open .menulevel7 li a,
.nav_horizontal.open .menulevel7 li span {
	padding-left: 9.0em;
}
.nav_horizontal.open .menulevel8 li a,
.nav_horizontal.open .menulevel8 li span {
	padding-left: 10.5em;
}
.nav_horizontal.open .menulevel9 li a,
.nav_horizontal.open .menulevel9 li span {
	padding-left: 12.0em;
}
/* SecMenü */
.secmenu {
	margin: 2.75em 0;
	padding: 0 2em 0 1em;
}
.secmenu-lft {
	margin: 3.75em 10em;
	padding: 0 2em 0 1em;
}

.secmenu nav h2 {
	font-size:21px;
	color: #fff;
	background: #652B7C;
	margin: 0;
	padding: .25em .5em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.secmenu nav h2:empty {
	display: none;
}
.secmenu ul.menulevel2 {
	padding: 0;
	margin: 0 0 2em 0;
	font-size: 16px;
	border: 1px solid #f60;
    font-weight:800;
}
.secmenu ul li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	border-top: 1px dotted #ccc;
}
.secmenu ul li:first-child,
.secmenu ul span:first-of-type {
	border-top: 0;
}
.secmenu ul span {
	padding: 0.5em;
	display: block;
	background: rgba(255,102,0,.1);
	color: #000;
}
.secmenu ul li a {
	text-decoration: none;
    	padding: .3em;
	display: block;
	color: #333;
}
.secmenu li a:hover {
	color: #f60;
	background: rgba(0,0,0,.05);
}
.secmenu .menulevel3 li a,
.secmenu .menulevel3 span {
	padding-left: 1.5em;
}
.secmenu .menulevel4 li a,
.secmenu .menulevel4 span {
	padding-left: 2.5em;
}
.secmenu .menulevel5 li a,
.secmenu .menulevel5 span {
	padding-left: 3.5em;
}
.secmenu .menulevel6 li a,
.secmenu .menulevel6 span {
	padding-left: 4.5em;
}
.secmenu .menulevel7 li a,
.secmenu .menulevel7 span {
	padding-left: 5.5em;
}
.secmenu .menulevel8 li a,
.secmenu .menulevel8 span {
	padding-left: 6.5em;
}
.secmenu .menulevel9 li a,
.secmenu .menulevel9 span {
	padding-left: 7.5em;
}
/*** search ***/
#search1 {
	margin: 3.35em 0 3.5em 0;
        float:right;
    padding-right:200px;
}
#searchbox input[name="search"] {
	margin: 0;
	padding:7px 8px !important;
	width: 70%;
	border-color: #dfdfdf;
	border-right: 0;
	float: left;
	color: #333;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
}
#searchbox input[type="submit"] {
	margin: 0;
	padding: 7px 8px !important;
	width: 30%;
	border-color: #c9c9c9;
	background: #ffffff;
	color:#242323;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
}
/* #searchbox input[type="submit"]:hover,
#searchbox input[type="submit"]:focus {
	border-color: #f60;
	background: #fff;
	color: #f30;
	text-shadow: none;
}*/
/*** sitemap ***/
ul.sitemaplevel1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sitemaplevel1 li {
	list-style: none;
}
ul.sitemaplevel1 li a {
	text-transform: uppercase;
	color: #f60;
	display: block;
	padding: .25em;
	font-weight: 600;
}
ul.sitemaplevel1 li a:hover {
	background: #eee;
	border-color: transparent;
}
ul.sitemaplevel2 li a {
	font-weight: 400;
	text-transform: none;
	padding-left: 1.75em;
	color: #333;
}
ul.sitemaplevel3 li a {
	padding-left: 3.25em;
}
ul.sitemaplevel4 li a {
	padding-left: 4.5em;
}
ul.sitemaplevel5 li a {
	padding-left: 5.75em;
}
ul.sitemaplevel6 li a {
	padding-left: 7em;
}
ul.sitemaplevel7 li a {
	padding-left: 8.25em;
}
ul.sitemaplevel8 li a {
	padding-left: 9.75em;
}
ul.sitemaplevel9 li a {
	padding-left: 11em;
}
/* Layout */
body {
	height: 100%;
	background: #fff;
	color: #444;
	-webkit-font-smoothing: antialiased;
	font: 400 normal 15px/1.5em 'Open Sans', sans-serif;
}
.print {
	background: #fff !important;
	padding: 1em;
}
.print a {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #999;
}
#header {
	border-bottom: 1px solid #ffffff;
	background: #FFFFFF;
}
#logo a {
	background: url(http://auth.du.ac.in/cie/userfiles/images/du-logo.png) repeat;
	height: 120px;
	width: 10%;
	display: inline-block;
        float: left;
	margin: 0 auto;
	text-decoration: none;
        /*background-position: left;*/
        background-size: contain;
       text-align: center;
}
#logo2 a {
	background: url(http://cie.du.ac.in/userfiles/images/G20_logo.jpeg) no-repeat;
	height: 120px;
	width: 20%;
	display: inline-block;
        float: left;
	margin: 6px auto;
	text-decoration: none;
        background-position:30px 0px;
        background-size: contain;
       text-align: center;
}
#logoTxt a {
	color: #fff;
	float: left;
	margin: .5em 0 0;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
        text-align: center;
        
}
#logoTxt h1 {
	margin: 0;
}
#logoTxt h1 a {
	font-size: .9em;
}
.langMenu {
	position: absolute;
	z-index: 210;
	right: 2em;
	top: 1em;
}
.langMenu img {
	padding: 0;
}
.langMenu a {
	display: inline-block;
	padding: 0 0 .1em .1em;
}
.locator {
	font-size: 0.85em;
	padding: .75em 0;
	color: #666;
	background: rgba(0,0,0,.1);display:none;
    	
}
.locator i.fa {
	color: #f60;
	font-size: 1.25em;
        margin-left:25px;
}
.locator a {
	color: #666;
	text-decoration: none;
	padding: .5em 0;
        
}
.locator a:hover,
.locator a:focus {
	color: #f60;
}
.locator span {
	padding: 0 1px;
}
.maincont {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	padding: 3em 2em 3em 2em;
	min-height: 90vh;
        box-shadow: 0px 10px 15px #c5c5c5;
}
#topLink {
	z-index: 1000;
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: rgba(255,255,255,.25);
	width: 40px;
	text-align: center;
}
a#topLink {
	color: rgba(0,0,0,.5);
}
/* Allgemeines */
code,
span.code {
	background-color: rgba(27, 31, 35, 0.05);
	margin: 0;
	padding: 0.15em;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font: 0.9em/normal Consolas, monospace;
	letter-spacing: .05em;
}
p.code,
div.code {
	background-color: rgba(27, 31, 35, 0.05);
	color: #666;
	border: 1px solid #ccc;
	padding: 10px 12px;
	font: .9em/normal Consolas, monospace;
	display: block;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	clear: both;
	word-wrap: break-word;
}
.xh_code {
	background-color: rgba(27, 31, 35, 0.05);
	color: #666;
	border: 1px solid #ccc;
	padding: 10px 12px;
	font: .9em/normal Consolas, monospace;
	display: block;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
blockquote {
	padding: .75em .75em .75em 3em;
	position: relative;
	color: #777;
	text-align: justify;
	border: 1px dotted #999;
	border-left: 0;
	border-right: 0;
	margin: 1.5em 0;
}
blockquote::before {
	color: #f60;
	content: "\f10e";
	display: block;
	font-family: "FontAwesome";
	font-size: 2em;
	left: 0;
	position: absolute;
}
blockquote p {
	margin: 0 !important;
}
blockquote a:link,
blockquote a:visited {
}
.submenDiv {
	clear: both;
	font-size: .9em;
	color: #666;
	margin: 3em 0;
	padding: .5em 0;
	border-top: 1px dotted #999;
}
.submenDiv:empty {
	display: none !important;
}
.submenDiv span {
	float: left;
	font-weight: 600;
}
.submenDiv ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
.submenDiv ul li {
	margin-left: 1em;
	padding: 0 0 .25em 0;
}
.submenDiv ul li a {
	border: 0;
}
/* previous page / next page */
.prevNextP {
	clear: both;
	font-size: .85em;
	padding: .5em 0;
	background: rgba(0,0,0,.1);
}
.prevP {
	float: left;
}
.prevP a {
	text-decoration: none;
	padding: .25em;
	color: #666;
	display: inline-block;
}
.nextP {
	float: right;
}
.nextP a {
	text-decoration: none;
	padding: .25em;
	color: #666;
	display: inline-block;
}
.prevNextP a:hover,
.prevNextP a:focus {
	color: #f60;
}
#header .header-cont {
	height: 80px;
	box-sizing: border-box;
}
/* NEWS */
#newsboxes {
	display: block;
}
#newsboxes2 {
	display: none;
	clear: both;
	padding: 3em 0 0 0;
}
#newsboxes2 .news {
	/*width: 48%;*/
	font-size: .9em;
	margin: 2px;
	border: 1px solid #f60;
	padding: .5em;
}
.news {
}
.newsin {
	font-size: 0.9em;
	margin: 0 0 2em 0;
	border: 1px solid #f60;
	padding: .5em;
}
.newsin:empty {
	display: none !important;
}
.news h1,
.news h2,
.news h3,
.news h4,
.news h5,
.news h6 {
	margin: .5em 0 0 0;
}
.news h2:first-of-type {
	font-size: 1.25em;
	color: #fff;
	background: #652B7C;
	margin: -.45em -.45em .25em -.5em;
	padding: .25em .5em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.news h2 {
	font-size: 1.5em;
	color: #f60;
}
.news h3 {
	font-size: 1.3em;
}
.news h4 {
	font-size: 1.2em;
}
.news h5 {
	font-size: 1.1em;
}
.news h6 {
	font-size: 1.0em;
}
/* NEWS end */
.content {
	background-color: #fff;
	height: auto;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	color: #f60;
	font-weight: 600;
	margin: 0em 0 .25em 0;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
	font-style: normal;
}
h1:first-child {
}
h1 {
	margin-top: 0 !important;
	font-size: 2.5em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
.maincont p,
body.print p,
#tinymce p,
.news p {
	margin: 0 0 .75em 0;
    font-size: 16px;
    line-height: 25px;
}
.news p:last-of-type {
	margin: 0 0 .25em 0;
}
.maincont a,
.maincont ul a,
#tinymce a,
#newsboxes a,
div.xh_login a {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #999;
}
maincont a:hover,
.maincont ul a:hover,
#tinymce a:hover,
#newsboxes a:hover {
	border-color: #f60;
	color: #f60;
}
a[target="_blank"]::after {
	content: "\00a0\f08e";
	font: 0.5em FontAwesome;
	padding: 0 0 0 .25em;
}
/*** list ordered ***/
ol {
	padding: 0 0 0 2em;
	list-style: decimal;
}
ol ol {
	margin: 0;
	padding: 0 0 0 1em;
	list-style: upper-alpha;
}
ol ol ol {
	margin: 0;
	padding: 0 0 0 1em;
	list-style: lower-alpha;
}
ol li {
	margin: 0;
	padding: 0;
}
/*** list unordered ***/
ul.listUnordered,
ul.xh_search_results {
	list-style: none inside;
	margin: 0 0 .75em 1em;
}
ul.listUnordered ul,
ul.xh_search_results ul {
	margin: 0 0 0 1em;
	list-style: none;
}
ul.listUnordered li::before,
ul.xh_search_results li::before {
	content: '»';
	margin-left: -1em;
	width: 1em;
	display: inline-block;
}
ul.listUnordered ul li:before {
	content: '›';
	margin-left: -1em;
	width: 1em;
	display: inline-block;
}
ul.listUnordered ul ul li:before {
	content: '-';
	margin-left: -1em;
	width: 1em;
	display: inline-block;
}
#wrapper {
	background: #fffffff;
}
.mw240 {
	min-width: 110px;
}
abbr {
	text-decoration: none;
	border: 0;
}
/*** Footer ***/
#footer {
	background: #652B7C;
	border-top: 5px solid #fff;
	padding: 1em 0 3em 0;
	bottom: 0px;
	color: #fff;
	text-align: center;
}
#footer a {
	padding: .25em;
	color: #fff;
	text-decoration: none;
}
#footer a:hover,
#footer a:focus {
	background: rgba(255,255,255,.1);
}
#footer .moreLinks {
	color: #fff;
	text-transform: uppercase;
	padding: 0 0 .75em 0;
	margin: 0 0 .75em 0;
}
#footer .copyright {
	color: #fff;
}
#footer .copyright span a {
	color: rgba(255,255,255,.75) !important;
}
/* forms */
input,
textarea,
select {
	border: 1px solid #ccc;
	padding: .25em .5em !important;
	font: normal 1em/normal 'Open Sans', sans-serif !important;
	box-sizing: border-box !important;
}
select {
	padding: 0.15em 0.25em;
}
input[type=image] {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
input[type=submit] {
	cursor: pointer;
	background: #f60;
	color: #fff;
	margin: .25em .25em .25em 0;
	border: 1px solid #f60;
}
input[type=submit]:hover,
input[type=submit]:focus {
	background: #fff;
	color: #f60;
	border: 1px solid #f60;
}
button {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1em !important;
	padding: .25em .5em;
	background: #652B7C;
	color: #fff;
	border: 1px solid;
}
/*--button:hover:not([disabled]),
button:focus:not([disabled]) {
	cursor: pointer;
	background: #fff;
	color: #f60;
}--*/
input[type="reset"] {
	display: none;
}
input[type="file"] {
	padding: 0 !important;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
/* tables responsive / horiz. scrollable */
table.respTable {
	font-family: inherit !important;
	line-height: normal;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	border-collapse: collapse;
	border-spacing: 0;
	margin: .75em 0;
	background: #fff;
}
table.respTable caption {
	text-align: left;
	padding: .5em 0;
}
.respTable {
	-webkit-overflow-scrolling: touch;
}
.respTable thead th {
	padding: .5em .35em;
	text-align: left;
	background: #555;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	vertical-align: bottom;
	border: 1px solid #aaa;
}
.respTable tbody th {
	text-align: left;
	background: #e0e0e0;
	color: #333;
	font-weight: 400;
	font-size: 1em;
	border: 1px solid #aaa;
}
.respTable th {
	padding: .35em;
	border: 1px solid #fff;
	vertical-align: top;
}
.respTable td {
	padding: .35em;
	border: 1px solid #eee;
	vertical-align: top;
}
.respTable tr:nth-child(even) {
	background: #f3f3f3;
}


/*** Responsive part ***/
@media only screen and (min-width: 980px) and (max-width:1420px){
    #newsboxes a {
    	font-size:small;
	margin-left:-20px;
	margin-right:-20px;
    } 
   .column3 img{
       margin:10px;
       padding:10px;
}
}
@media only screen and (min-width: 981px) { /* thanks to lck !!! */
.nav_horizontal {
	height: auto !important;
	top: 0 !important;
}
}
@media only screen and (max-width: 980px) {
body {
}
#header {
}
.nav-buttonNoJS {
	display: inline-block;
}
#logo {
    }
/*--#logoTxt {
	display: none;
}--*/
.secmenu {
	display: none;
}
.maincont {
	width: 100% !important;
	padding: 2em 20px;
}
.locator {
	padding: .5em 20px;
}
.prevNextP {
	padding: .5em 20px;
}
#footer {
	padding: 1em 20px 3em 20px;
}
.copyright {
	margin: 0;
}
#footer ul li:last-child a {
	padding: 0;
}
.fullWidht {
	padding: 0;
}
.quarter {
	width: 50%;
}
.quarter.leer {
	display: none
}
#newsboxes {
	display: none;
}
#newsboxes2 {
	display: block;
	justify-content: space-between;
}
#news,
.sidebar {
	display: none;
}
.nav_horizontal.closed {
	display: none;
}
.nav_horizontal.open {
	display: block;
        height:930px!important;
}
}
@media only screen and (max-width : 640px) {
#newsboxes2 {
	display: block;
}
#newsboxes2 .news {
	width: 100%;
	margin: 1em 0 0;
}
img.imgR,
img.imgL,
div.imgR,
div.imgL {
	max-width: 100%;
	float: none;
	margin: 1em 0;
}
}
@media only screen and (max-width : 480px) {
body {
	font-size: .85em;
}
#footer ul {
	float: none;
	margin: 0;
}
#logo {
    width:100%;
}
#logo a {
    background: url(http://auth.du.ac.in/cie/userfiles/images/du-logo.png) no-repeat;
    height: 150px;
    width: 100%;
    display: inline-block;
    /*float: left;*/
    margin: 0 auto;
    text-decoration: none;
    background-position: center center;
    background-size: contain;
    text-align: center;
}
#image .bild {
}
#logoTxt{
    display:flex;
	justify-content:center;
	width:100%;
    }
#logoTxt p{
    font-size: 1.6em;
    line-height:35px;
    }
#search1{
    display:flex;
	justify-content:center;
	width:100%;
    }
}
/* others */
#tinymce {
	background-color: #fff;
	background-image: none;
	padding: .5em;
}
/* contact form */
#xh_mailform div {
	width: 100%;
	margin: 0 0 .75em 0;
}
.xh_captcha_input {
	box-sizing: border-box;
	border: 1px solid #ccc;
	float: left;
	padding: .25em .5em !important;
	line-height: normal !important;
	font: inherit;
	text-align: center;
	width: 5em;
	border-right: 0;
}
.xh_captcha_code {
	box-sizing: border-box;
	background-color: #999;
	border: 1px solid #999;
	color: #fff;
	float: left;
	margin-left: 0;
	padding: .25em .5em;
	line-height: normal !important;
	width: 5em;
	text-align: center;
	border-left: 0;
}
.xh_mailform p {
	margin: .5em 0 .25em 0;
}
/* login */
body.xh_login {
	background: rgba(0, 0, 0, 0.1) url(images/XH-Logo_bg.png) no-repeat fixed center center;
	background-size: contain;
	margin: 0 !important;
	padding: 0 !important;
}
body.xh_login div.xh_login {
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: inset 2px 2px 1px rgba(255, 255, 255, .75), inset -2px -2px 1px rgba(0,0,0,.1);
	background: rgba(255,255,255,.25);
	border-radius: 0;
	margin: 0;
	padding: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
}
body.xh_login h1 {
	margin: 0 0 .25em 0 !important;
	text-align: center !important;
	text-transform: none;
	color: #000;
	font-size: 2em;
	font-style: normal;
	line-height: 1.25;
	font-weight: normal;
	font-variant: normal;
}
div.xh_login p {
	text-align: center !important;
	margin: 1em 0 !important;
	color: #000;
}
#pagemanager_toolbar button {
	margin: 0.7em 0.3em 0.7em 0.3em;
	padding: 0.4em 0.6em 0.4em 0.6em;
	border: 1px solid;
}
.jstree-anchor {
	border: none !important;
}
#xh_config_form textarea.xh_setting_short,
#xh_config_form textarea.cmsimplecore_settings_short {
	height: auto;
}

/***/
.dlcounter_button {
	color: #fff;
	background: #f60;
	border-radius: .3em;
	border: 1px solid #f60;
	font-size: .9em;
	filter: alpha(opacity=90);
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.2));
	background-image: linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.2));
}
.dlcounter_button:hover, .dlcounter_button:active, .dlcounter_button:focus {
	color: #333 !important;
	background: #fff !important;
	filter: alpha(opacity=90) !important;
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1)) !important;
	background-image: linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1)) !important;
	cursor: pointer;
	border: 1px solid #333 !important;
}
.i-screen{background:url('http://auth.du.ac.in/cie/userfiles/images/du-logo.png') no-repeat; width:100%; height:500px; background-size:cover; display: inline-block;}
/*.column30 {
  float: left;
  width: 30%;
  padding: 30px;
  height: 100%; /* Should be removed. Only for demonstration */
    /*background: #FFFFFF;*/
    /*border:1px solid #C88736;*/
    /*color: #78448C;*/
    position: relative;
    text-align: center;
    box-shadow: outset 0em 0em 0em 1em #E7E7E7;

}*/
/* New CSS*/
.tabbed {
    overflow-x: hidden;
    margin: 32px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
}
.tabbed [type="radio"] {
    display: none;
}
.lck_content ul, #tinymce ul, .cke_editable ul {
    list-style: none inside none;
    margin: 0 0 1rem;
    padding: 0;
}
.tabs {
    display: flex;
    align-items: stretch;
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #ccc;
    flex-wrap: wrap;
}
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1), .tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2), .tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3), .tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
    display: block;
}
.tab-content {
    display: none;
    color: #777;
}
.lck_content_main {
    font-size: 1em;
    line-height: 1.4;
}
#lck_body {
    background-color: #FAFAFA;
    font-weight: 300;
    overflow-x: hidden;
}
.lck_content ul li, #tinymce ul li, .cke_editable ul li {
    list-style: none inside none;
    margin-left: 1em;
    padding: 4px 0;
}
.lck_content ul li:before, #tinymce ul li:before, .cke_editable ul li:before {
    content: "\f101";
    font: 1em FontAwesome;
    color: #c78532;
    padding: 0 .4em 0 0;
    position: relative;
    margin-left: -1em;
}
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label, .tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label, .tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label, .tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label, .tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
    border-bottom-color: #fff;
    border-top-color: #B721FF;
    background: #238DCD;
    color: #fff;
}
.tab > label {
    display: block;
    margin-bottom: -1px;
    padding: 12px 15px;
    border: 1px solid #ccc;
    background: #238DCD;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    /*--text-transform: uppercase;--*/
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
}
element.style {
    margin-top: 30px;
    background: #ffffff;
    box-shadow: 10px 5px 5px #c4c4c4;
}
.column70 {
    float: left;
    width: 70%;
    padding: 0px;
    height: 100%;
    Should be removed. Only for demonstration */: ;
    background: #FFFFFF;
    /* border: 1px solid #C88736; */
    color: #78448C;
    position: relative;
}
.column70 a{
    color: #78448C;
}
element.style {
    text-align: justify;
}
p {
    margin: 0.6em 0;
    padding: 10px;
}
.column30 {
    float: left;
    width: 30%;
   /* padding: 20px;*/
   /* height: 100%; */
    /*background: #FFFFFF;*/
    /* border: 1px solid #C88736; */
    /* color: #78448C; */
    position: relative;
    text-align: center;
    /* box-shadow: inset 0em 0em 0em 1em #78448c; */
}

}
.row:after {
    content: "";
    display: table;
    clear: both;
    background: #FFFFFF;
    /* border: 1px solid #C88736; */
    color: #78448C;
}
.column100 {
    float: left;
    width: 100%;
    padding: 30px;
    height: 100%;
    /* background: #FFFFFF; */
    /* border: 1px solid #C88736; */
    /* color: #78448C; */
    position: relative;
    /* text-align: center; */
    /* box-shadow: inset 0em 0em 0em 1em #78448c; */
}
.column50{
    float: left;
  width: 50%;
  padding: 20px;
  height: 100%; /* Should be removed. Only for demonstration */
    
    /*border:1px solid #C88736;*/
    /*color: #78448C;*/
    position: relative;
    text-align: center;
    
    
}

ul{padding:20px;}


.mainheading{
     font-size: 18pt;
     background: linear-gradient(to right, #6e0d6e 0%, #d9bff2 100%);
     color: white;
     padding: 10px;
     box-shadow: 0px 10px 15px #c5c5c5;
}

/* Former Head of Department */
.profile{
    margin-top:10px;
}
.profile img{
    width:200px;
    height:200px;
}
.name{
    padding:15px;
    text-align:center;
    text-transform:uppercase;
}
.desc{
    padding-bottom:15px;
    text-align:center;
}
.team{
    float:left;
    width:25%;
    text-align:center;
}
@media only screen and (max-width: 1740px){
.team{  width:33.33%; }  
    .header-section { padding:25px 15px!important;}
}
@media (max-width: 1550px){
    .header-section { padding: 15px 15px!mportant;}
}
@media only screen and (max-width: 800px){
    .burger {right: 4em;}
.team{
    width:50%;
    }
.faculty1{
    flex-wrap:wrap;
    flex-direction:column;
    }
#faculty{
    width:100%;
    }
#facultyr{
    width:100%;
    }
footer .column30{
    width:100%;
    }
    .column3{
	    width:48%!important;
}
    #logo {
    width:100%;
}
#logo a {
    background: url(http://auth.du.ac.in/cie/userfiles/images/du-logo.png) no-repeat;
    height: 40px;
    width: 11%;
    display: inline-block;
    /*float: left;*/
    margin: 0 auto;
    text-decoration: none;
    background-position: center center;
    background-size: contain;
    text-align: center;
        margin-top: 18px;
}
 .header-section {
    background-size: 100%!important;
    padding:0px!important;
}
 #search1 {
    margin: 0;
    float: right;
    position: absolute;
    top: 83px;
    z-index: 99;
     display:none!important;
}
  #logoTxt{
    display:flex;
	justify-content:center;
	width:100%;
    }
#logoTxt p{
    font-size: 1.9em;
    line-height:35px;
    }
#search1{
    display:flex;
	justify-content:center;
	width:100%;
    }
}
@media only screen and (max-width: 499px){
.team{
    width:100%;
    }
.mainheading #faculty{
    width:100%;
    }
.faculty1{
    flex-wrap:wrap;
    flex-direction:column;
    }
#faculty{
    width:100%;
    }
#faculty img{
    width:200%;
    }
#facultyr{
    width:100%;
    word-wrap: break-word;
    }
#facultyr p{
    width:100%;
    }
#fac{
    width:auto!important;
    }
.row-full-width{
    width:100%;
    }
    footer .column30{
    width:100%;
    }
    .nav_horizontal.open {
	display: block;
        height:930px!important;
}
.column3{
	    width:100%!important;
}
}


/*-----Faculty List----*/
.facultylist1{
    background: linear-gradient(to bottom right, #b8dbff 0%, #ffffff 100%);
    line-height:30px;
    cursor:pointer;
}
.facultylist li a{
    background: linear-gradient(to bottom right, #b8dbff 0%, #ffffff 100%);
    line-height:30px;
    font-size:12pt;
    cursor:pointer;
}

/*-----Research project:Faculty----*/
table{
  border-collapse: collapse;
  width: 100%;
  overflow:scroll;
}

table th, td {
  text-align: left;
  padding: 8px;
}

table tr:nth-child(even) {background-color: #f2f2f2;}

table tr td{
    text-align:left;
    vertical-align:middle;
    width=8%;
}
    
.name a{
    cursor:pointer;
}

h4{
     font-size: 18pt;
     background: linear-gradient(to right, #6e0d6e 0%, #d9bff2 100%);
     color: white;
     padding: 10px;
    text-align:center;
}
h2{
     font-size: 18pt;
     background: linear-gradient(to right, #6e0d6e 0%, #d9bff2 100%);
     color: white;
     padding: 10px;
     box-shadow: 0px 10px 15px #c5c5c5;
     text-align:center;
}
.parashadow{
    box-shadow: 0px 10px 15px #c5c5c5;
}
.column3 {
  float: left;
  width: 31.33%;
  padding: 0px;
  height: 100%;
  margin: 3px; /* Should be removed. Only for demonstration */
    /*background: #FFFFFF;*/
    /*border:1px solid #C88736;*/
    /*color: #78448C;*/
} 
.column3 img{
    width:300px!important;
    height:200px!important;
    object-fit: cover;

}
.activity img{
    height:200px!important;
    width:300px!important;
    margin: 5px;
   
}
.title{
     margin-top: 0 !important;
     color: white;
     font-size: 2.5em;
     line-height:50px;
     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
     justify-content:center;"
}
.header-section{
     background: url(https://cie.du.ac.in/userfiles/images/cie-home-new.jpg) no-repeat;
     background-position: center center;
     background-size: cover;
     padding:40px 15px;
}

.secmenu.c6.mw240{margin-left:10px;}

/* Gallery css Start Here */
.photo-gallery .intro {font-size:16px; max-width:500px;  margin:0 auto 40px;}
.photo-gallery .intro p { margin-bottom:0;}
.photo-gallery .photos {padding-bottom:20px;}
.photo-gallery .photos img{min-height:135px; border:5px solid #e7b8f9;}
.photo-gallery .photos .item{width:31%; display:inline-block; margin:12px;}
.photo-gallery .photos .item .img-fluid{width:100%;height:200px;}
/* Gallery css End here */


/**marquee using css**/

.example12 {
 height: 40px;	
 overflow: hidden;
 position: relative;
 background:#c88736;   
 border-radius: 0px;
 width: 100%;
 margin: 0 auto;
}

.example12 h3 {

 color: #ffffff;
 margin: 0;
 line-height: 40px;
 text-align: center;

  position: relative;
  animation-name: example12;
  animation-duration: 18s;
  animation-iteration-count: infinite;
  animation-direction: alternate;  
   animation-dely: 3s;
  font-size: 18px;
  display: inline;
 
}	
/* Move it (define the animation) */
@keyframes example12 {
  0%{
      left: 1%;
	}
	50% {
	  left: 70%;
	}
	100% {
	  left: 0%;
	}
}
.example12 h3:hover {
 -moz-animation-play-state: paused;
 -webkit-animation-play-state: paused;
 animation-play-state: paused;
 }

.c16 { position: relative; width: 73.2%;}

@media(max-width:767px){
    
#logo2 a {
    background: url(http://cie.du.ac.in/userfiles/images/G20_logo.jpeg) no-repeat;
    height: 50px;
    width: 34%;
    display: inline-block;
    float: left;
    margin: 6px auto;
    text-decoration: none;
    background-position: 23px 20px;
    background-size: contain;
    text-align: center;
    background-size: 70px;
}
    .burger { top: 40px;}
}


