* , html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
html {
  height: 100%!important;
}

body {
	    margin: 0 auto;
	    padding: 0;
	    background: #f3f3f3;
	    font-family: Neosans-Regular;
	    font-size: 14px;
	    -webkit-transition: all .5s ease-in-out;
	    -moz-transition: all .5s ease-in-out;
	    -o-transition: all .5s ease-in-out;
	    -ms-transition: all .5s ease-in-out;
	    transition: all .5s ease-in-out;
 	    text-align: left;
	    color: #4D4D4D;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    font-style: normal !important;
}

a,
a:before,
a:after,button,.btn {
	    -webkit-transition: all .5s ease-in-out;
	    -moz-transition: all .5s ease-in-out;
	    -o-transition: all .5s ease-in-out;
	    -ms-transition: all .5s ease-in-out;
	    transition: all .5s ease-in-out;
		}

a,a:visited {
	    text-decoration: none;
	    color: #8c1829;
	    -webkit-transition: all .5s ease-in-out;
	    -moz-transition: all .5s ease-in-out;
	    -o-transition: all .5s ease-in-out;
	    -ms-transition: all .5s ease-in-out;
	    transition: all .5s ease-in-out;
}

a:hover, a:focus {
	    color: #F54337;
	    text-decoration: none;
}

:focus {
	outline: 0!important;
}

:focus,:visited{
	outline:0!important
}

	
/* HEADINGS ----------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	    color: #455355 ;
	    font-family: 'Neosans-Bold';
	    font-weight: normal;
}

h1,h1 a,.h1{
	    font-size: 24px;
	    margin-bottom: 35px;
	    color: #455355;
}

h2,h2 a,.h2 {
	    padding: 0 0 10px 0;
	    font-size: 15px;
		margin-top: 50px;
}

h3,h3 a,.h3 {
	    font-size: 1.2em;
}

h4 ,h4 a,.h4{
	    font-size: 1.1em;
}

h5,h6 {
	    font-size: 1em;
}
 
@font-face {
  font-family: "Neosans-Regular";
	src: url('../fonts/neosans-regular.eot');
	src: url('../fonts/neosans-regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/neosans-regular.woff') format('woff'),
	url('../fonts/neosans-regular.ttf') format('truetype'),
	url('../fonts/neosans-regular.svg#regular') format('svg');
}

@font-face {
  font-family: "NeoSans-Bold";
	src: url('../fonts/neosans-bold.eot');
	src: url('../fonts/neosans-bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/neosans-bold.woff') format('woff'),
	url('../fonts/neosans-bold.ttf') format('truetype'),
	url('../fonts/neosans-bold.svg#bold') format('svg');
}

input[type="text"], input[type="password"], input[type="email"], select{
	height: 48px!important;
	border-radius: 3px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

	}

textarea{
	border-radius: 3px;
	width: 400px;
	height: 250px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;

	}
	
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	select:focus,
	textarea:focus{
		border-color: #8F8F8F;
		outline: 0px none;
	}	

	label {
	font-size: 13px;
	font-family: Neosans-Bold;
	margin-bottom: 6px;
	font-weight: 400;
	}


ul,ol{margin: 10px 0 35px 0;}	

img{
    max-width: 100%;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
/* Header ----------------------------------------------------------*/

header {
    height: 127px;
	background:#8c1829 url("../images/head-pat-line.jpg") 12px top repeat-x;
}
header h1 {
	font-size: 21px;
    margin: 50px 0 0 160px;
    color: #FFF;
    text-align: left;
	}	

#logodiv{
	width: 135px;
	height: 194px;
	top: 0;
	position: absolute;
	background-color: #FFF;
	z-index: 100000;
	box-shadow: 0px 3px 5px 0px #BFBFBF;
}

#logodiv:before {
    content: "";
    display: block;
    left: -10px;
    position: absolute;
    bottom: 0;
    border-width: 5px 5px 5px 5px !important;
    border-color: #911b2b #911b2b RGBA(0, 0, 0, 0) RGBA(0, 0, 0, 0);
    border-style: solid;
}

#logodiv:after {
	content: "";
	display: block;
	right: -10px;
	position: absolute;
	bottom: 0;
	border-width: 5px 5px 5px 5px !important;
	border-color: #911b2b rgba(145, 27, 43, 0) rgba(145, 27, 43, 0) #911b2b;
	border-style: solid;
}



#logo-container{
	height: 194px;
	width: 135px;
	position: absolute;
	top: 0;
	margin: auto;
	text-align: center;
	line-height: 188px;
}

#logo-container a {
    display:block
	}
	
#logo-container img.logo-img {
 
 }
 
/* Header Social icons ----------*/

header ul#socialicons {
	padding: 0px;
	text-align: left;
	direction: ltr;
	float: right;
	height: 32px;
	margin: 10px 10px 0 0;
}

header ul#socialicons li {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	list-style: none;
	display: inline-block;
}

header ul#socialicons li a {
	background-color: #FFF;
	text-align: center;
	margin-left: 2px;
	width: 30px;
	height: 30px;
	line-height: 34px;
	display: block;
	color: #8c1829;
	border-radius: 2px;
}

header ul#socialicons li  i:before {
  font-size: 18px;
	}
	
#socialicons li.Facebook a:hover{
    background-color:#3b5998;
	color:#fff
	}
#socialicons li.Twitter a:hover{
    background-color:#55acee;
	color:#fff
	}
#socialicons li.youtube a:hover{
    background-color:#d84939;
	color:#fff
	}
#socialicons li.Rss a:hover{
    background-color:#fb9d00;
	color:#fff
	}



/* Navbar search form ----------*/

#search-iframe{
    position: absolute;
    top: 60px;
    width: 100%;
    height: 55px;
    right: 15px;
    background-color: #8c1829;
 }
	
#custom-search-input {
	margin: 22px 0px 0px 20px;
	padding: 0px;
	width: 200px;
	float: left;
	height: 40px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

}

#custom-search-input .search-query.form-control{
	background-color: rgba(0, 0, 0, 0.50);
	border: 0;
	height: 40px !important;
	color: #6B6B6B;
	}
	
#custom-search-input .search-query.form-control:focus{
	background-color: rgba(0, 0, 0, 0.70);
	}

	
#custom-search-input .input-group.col-md-12:hover button span {
	color:#fff
	}
	
	
#custom-search-input  button{
	height: 40px;
    background-color: rgba(0, 0, 0, 0.50);
	border:0;
	padding: 10px 12px;
	margin: 0;
} 
#custom-search-input  button:hover{
    background-color: rgba(0, 0, 0, 0.70);
} 
#custom-search-input  button span{
	font-size: 18px;
	color:#C7C7C7;
	top: -1px;
	-webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;

} 
#custom-search-input  button:hover span{
	color: #fff;
} 
    .search-query:focus + button {
        z-index: 3;   
    }

/* Header Top Tools ----------*/

#date{
	float: right;
	height: 32px;
	margin-top: 10px;
	color: rgb(245, 245, 245);
	line-height: 32px;
	margin-right: 20px;
	font-size: 12px;
}
#date i{
	font-size: 15.5px;
	margin-right: 3px;
}	
#chg-lang {
    float: right;
    margin: 0;
    padding: 0;
}
#chg-lang li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#chg-lang a{
    height: 30px;
    display: block;
    margin-top: 10px;
    border-radius: 2px;
    text-align: center;
    line-height: 31px;
    color: #8c1829;
    font-family: arial;
    margin-left: 2px;
    width: 37px;
    background-color: #fff;
    font-weight: bold;
    font-size: 13px;
}

 	#chg-lang li a:hover{
	background:#f3f3f3;
	}

	#chg-lang li.ar a {
		font-size: 18px;
		line-height: 29px;
	}

/* ----------*/

ul.nav.chg-lng {
    float: right;
    margin: 9px 0 0 0;
    padding: 0;
    direction: ltr;
    color: #3e3e3e;
    text-align: left;
}

ul.nav.chg-lng li a {
    padding: 5px 9px;
    text-align:  left;
}

ul.nav.chg-lng li.dropdown a {
    color: #3e3e3e;
}

ul.nav.chg-lng li.dropdown a img {
    width: 20px;
    margin-right:  3px;
}

ul.nav.chg-lng > li > a {
    border-radius: 2px;
    background-color:#fff
}

ul.nav.chg-lng ul.dropdown-menu {
    left: 0px;
    opacity: 1;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    min-width: 130px;
}

ul.nav.chg-lng li.dropdown .caret {
    margin-right: 0;
    margin-left: 3px;
}

/* ----------*/

h3.demotitle {
    margin: 10px 0 0 160px;
    padding: 0;
    color: #fff;
    text-align: left;
    font-size: 14px;
}
	
h3.demotitle span.sep{
    margin: 0 6px;
    color: #fff;
	}
	
h3.demotitle span a {
    color: #f7ca15;
    font-size: 13px;
     padding-bottom: 3px;
}
	
h3.demotitle span a:hover {
     padding-bottom: 3px;
    border-bottom: 1px solid #f7ca15;
	}
/* My Carousel ----------------------------------------------------------*/


#MainCarousel{
	height:465px;
	margin-top: -1px;
	}	
#MainCarousel .carousel-indicators .active {
	width: 30px;
	margin: 0px;
	background-color: rgb(137, 104, 159);
	height: 8px;

}

#MainCarousel .carousel-indicators li {
	border: 0px none;
	border-radius: 1px;
	width: 30px;
	height: 6px;
	background-color: #FFF;
}
#MainCarousel .carousel-indicators {
    right: 50%;
    left: 0px;
    margin-right: -33%;
    margin-left: 0px;
    padding-left: 0px;
}


/* Home Last thread ----------------------------------------------------------*/

#post-box-container{
	background-color: transparent;
	border: 1px solid #dbdbdb;
	border-radius: 3px;	
	margin-top:70px;
	position: relative;
	}
#post-box-container:before {
	content: "\f1ea";
	margin: 0;
	width: 80px;
	height: 80px;
	display: block;
	font: normal normal normal 33px/1 FontAwesome;
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	left: calc(50% - 40px);
	line-height: 60px;
	box-shadow: 0px -8px 0 0px #EAEAEA;
	top: -34px;
	text-align: center;
	z-index: 10;
}
	
.tabbable-heading {
    padding: 22px 15px 0 15px;
    border-bottom: 2px solid #f2f2f2;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #fff;
}
.tabbable-title {
font-family: Neosans-Bold;
font-size: 17px;
position: relative;
text-align: center;
z-index: 10;
margin: 0 auto -2px auto;
padding: 0;
display: table;
border-bottom: 2px solid #8C1829;
padding-bottom: 17px;
}

/* Tabs panel */
.tabbable-panel {
    border: 0;
    padding: 0;
}

/* Default mode */
.tabbable-line > .nav-tabs {
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	border-bottom: 2px solid #f0f0f0;
	/*background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f2f2',GradientType=0 );
	*/
}
.tabbable-line > .nav-tabs > li {
	margin-bottom: -2px;
	transition: border-color 1s ease;
	-webkit-transition: border-color .5s ease;
	-moz-transition: border-color .5s ease;
	-o-transition: border-color .5s ease;
	-ms-transition: border-color .5s ease;
	transition: border-color .5s ease;
	border-bottom: 2px solid #f0f0f0;
}
.tabbable-line > .nav-tabs > li > a {
	border: 0;
	margin-right: 0;
	color: #737373;
	font-family: Neosans-Bold;
	font-size: 14px;
	font-size: 14px;
	padding: 20px;
	border-radius: 0;

}
.tabbable-line > .nav-tabs > li > a:focus {
 background-color: #fff;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 2px solid #f68327;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.drop-cat-more.dropdown .dropdown-menu>.active>a{
    color: #fff;
    background-color: #b53549;
	}
	
.tabbable-line > .nav-tabs > li:first-child {
    margin-left: 20px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 2px  solid #f3565d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
	border: 0;
	color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
    margin-top: -2px;
    margin: 0;
    background-color: rgba(253, 253, 253, 0.35);
    border: 0;
    padding: 15px 25px;
	/*border-bottom: 4px solid #DBDBDB;*/
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.drop-cat-more.dropdown .dropdown-menu{
	right: auto;
	left: 0;
	float: left;
	text-align: left;
	padding: 0;
	font-size: 16px;
	border-top: 2px solid #455355;
	background-color: #fff;
	width: auto !important;
	min-width: auto;
	z-index: 100000000000;
	margin-left:20px
	}
	
.drop-cat-more.dropdown .dropdown-menu li a{
	padding: 7px 20px;
	color: #b53549;
	font-size: 13px;
	font-family: Neosans-regular;
	min-width: 120px;
}	
	
.drop-cat-more.dropdown .dropdown-menu li a:hover{
	color: #000;
}	

li.drop-cat-more.dropdown,
li.drop-cat-more.dropdown:hover,
li.drop-cat-more.dropdown.open{
    border: 0px none!important;
	padding:0!important;
	margin:0!important;
}

li.drop-cat-more.dropdown > a {
	background-color: #fff;
	border: 1px solid rgb(230, 230, 230)!important;
	padding: 6px 15px!important;
	margin: 15px 20px 13px 20px !important;
	border-radius: 5px;
	font-size: 13px;
	transition: border-color 1s ease;
	-webkit-transition: border-color .5s ease;
	-moz-transition: border-color .5s ease;
	-o-transition: border-color .5s ease;
	-ms-transition: border-color .5s ease;
	transition: border-color .5s ease;
}
li.drop-cat-more.dropdown > a:hover {
    border: 1px solid #000!important;
	padding: 6px 15px !important;

 }
 
 
/* Owl carousel du services ----------------------------------------------------------*/

.owl-carousel .owl-item {
    float: left !important;
}
 

#home-du-services,
#home-du-gallery{direction:ltr;}

#home-du-services {
    margin-bottom: 50px;
}

#home-du-services .item,
#home-du-gallery .item{
	margin: 14px;
}
#owl-demo .item img,
#owl-demo2 .item img{
  display: block;
  width: 100%;
  height: auto;
}


#home-du-services .owl-item .item{
	display: block;
	height: 140px;
	background-color: rgb(69, 83, 85);
	border: 1px solid #576F72;
	outline: 8px solid #455355;
    transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -webkit-transition: all 0.3s; 
    -o-transition: all 0.3s; 
	}
#home-du-services .owl-item .item a{
	display: block;
	height: 139px;
	position: relative;
	z-index: 100;
	}
#home-du-services .owl-item .item:hover{
	display: block;
	height: 140px;
	background-color:#d2263f;
	border: 1px solid rgba(255, 255, 255, 0.4);
	outline: 8px solid #d2263f;
	}
	
#home-du-services .owl-item .item h4 {
    font-size: 17px;
    margin: 0;
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 86%;
    color: #fff;
    font-family: Neosans-Regular;
}
#home-du-services .owl-item .item i {
	position: absolute;
	top: 3px;
	left: 0;
	color: rgb(255, 255, 255);
	width: calc(100% - 30px);
	text-align: center;
	font-size: 80px;
	width: 100%;
    line-height: inherit;
}	
 
/* home du gallery  ----------------------------------------------------------*/
 
#home-du-gallery-wrapper .panel-body {
 
 padding:20px 50px
}

#home-du-gallery .owl-item .item a {
    display: block;
    height: 134px;
    position: relative;
    z-index: 100;
}
#home-du-gallery .owl-item .item img {
	width: auto;
    min-width: 100%;
    height: 100%;
    max-width: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#home-du-gallery-wrapper.panel .panel-heading:before {
	content: "\f083";
	margin: 0;
	width: 80px;
	height: 80px;
	display: block;
	font: normal normal normal 33px/1 FontAwesome;
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	left: calc(50% - 36px);
	line-height: 62px;
	box-shadow: 0px -8px 0 0px #EAEAEA;
	top: -34px;
}



#home-du-gallery .item {
    margin: 5px;
    overflow: hidden;
}

#home-du-gallery .item h5{
	font-size: 13px;
	height: 100px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	color: #fff;
	line-height: 1.5;
}



#home-du-gallery-wrapper a:hover img {
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-moz-transform: scale(1.3); 
	}
	
#home-du-gallery-wrapper a span.overlay {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	height: 100%;
	width: 100%;
	opacity: 0;
	background: #444;
	border: 12px solid rgba(255, 255, 255, 0.4) !important;
    transition: all 1s; 
    -moz-transition: all 1s; 
    -webkit-transition: all 1s; 
    -o-transition: all 1s;
	}     
	
#home-du-gallery-wrapper a:hover span.overlay {
	display: block;
	visibility: visible;
	opacity: 0.75;
	}  
 

.owl-theme .owl-controls .owl-page span {
    background: #dadada;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #455355;
}
.owl-theme .owl-controls .owl-page span{
    margin: 5px 4px!important;
	}
	
/* search ----------------------------------------------------------*/

.search-wrapper {
	position: absolute;
	top: 61px;
	left: 0;
 
}
.search-wrapper.active {}

.search-wrapper .input-holder {
    overflow: hidden;
    height: 50px;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: relative;
    width:70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    border-radius: 50px;
    width:450px;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}


.search-wrapper .input-holder .search-input {
    width:100%;
    height: 30px !important;
    padding:0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-family: Neosans-Bold;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#FFF;
}

.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
}


.search-wrapper .input-holder .search-icon {
    width:50px;
    height:50px;
    border:none;
    border-radius: 50%;
    background: #7a1625;
    padding:0px;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-wrapper .input-holder .search-icon:hover {
    background: #fff;
	color:#7a1625
}
.search-wrapper .input-holder .search-icon:hover span {
	color:#7a1625
}
.search-wrapper.active .input-holder .search-icon {
	width: 45px;
	height: 45px;
	margin: 2px 4px 0 0;
	border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
	width: 22px;
	height: 22px;
	display: inline-block;
	position: relative;
	font-size: 23px;
	color: #fdfdfd;
}
.search-wrapper.active .input-holder .search-icon span {
    -webkit-transform: rotate(-275deg);
    -moz-transform: rotate(-275deg);
    transform: rotate(-275deg);
}
 

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top:13px;
    right:20px;
    width:25px;
    height:25px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.search-wrapper.active .close {
    right:-50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #FFF;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}
.search-wrapper .result-container {
    width: 100%;
    position: absolute;
    top:80px;
    left:0px;
    text-align: center;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 14px;
    display:none;
    color:#B7B7B7;
}


@media screen and (max-width: 560px) {
    .search-wrapper.active .input-holder {width:200px;}
}
	
	
/* Call to action  ----------------------------------------------------------*/

#call-to-action{
	position: relative;
	height:125px;
	background-color: #8d192a;
    transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -webkit-transition: all 0.3s; 
    -o-transition: all 0.3s; 

	}
#call-to-action .glass{
	height:125px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+58,ffffff+58,ffffff+100&0+58,0.2+59,0.2+100 */
	background: -moz-linear-gradient(17deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.1) 30%,rgba(255,255,255,0.1) 100%);
	background: -webkit-linear-gradient(17deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.1) 30%,rgba(255,255,255,0.1) 100%);
	background: linear-gradient(17deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.1) 30%,rgba(255,255,255,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#33ffffff',GradientType=1 );	}	

#call-to-action::before {
    content: "\f2c3";
    font-family: "Ionicons";
    color: #fff;
    font-size: 95px;
    position: absolute;
    right: 15%;
    line-height: 125px;
    height: 125px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
	
#call-to-action h1.title {
	font-size: 22px;
	color: #FFF;
	text-align: center;
	padding-top: 30px;
	font-family: Neosans-Regular;
	margin: 0;
}
#call-to-action h1.e-contact {
	margin: 5px 0 0 0;
	text-align: center;
	color: rgb(254, 206, 11);
	font-size: 30px;
	font-family: Neosans-Regular;
}
#call-to-action h1.e-contact a {
 	color: rgb(254, 206, 11);
	font-size: 30px;
 }
 
#call-to-action h1.e-contact a:hover {
     border-bottom: 2px solid rgb(254, 206, 11);
    padding-bottom: 3px;
}

#call-to-action:hover{
	background-color: #9d1e30;
	}
	
#call-to-action:hover:before {
    right: 13%;
    line-height: 110px;
}
	
	

/* Home News view ----------------------------------------------------------*/

 .news-section {
    overflow: hidden;
}

.news-section .col-md-4,
.news-section .col-md-6{
    padding: 12px;
}

.news-section section {
    background-color: #fff;
	border: 1px solid #eaeaea;
	/*box-shadow: 0px 0px 3px 1px RGBA(125, 125, 125, 0.1);*/
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	border-bottom: 2px solid #455355;
    margin-bottom: 0;
    position: relative;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: box-shadow 100ms cubic-bezier(0.215,0.61,0.355,1);
	-moz-transition: box-shadow 100ms cubic-bezier(0.215,0.61,0.355,1);
	transition: box-shadow 100ms cubic-bezier(0.215,0.61,0.355,1);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.news-section section:hover { 
	border-bottom:2px solid #f68327;
	box-shadow: 0 5px 12px rgba(0,0,0,0.3);
}
.news-section section .h-news-content a h3{
	font-size: 15px;
    color: #af4c58;
    margin: 0 0 5px 0;
    min-height: 40px;
    line-height: 18px
}

.news-section section .h-news-content a:hover h3{
	color:#333333;
}
.news-section section .h-news-content p{
	font-size: 12px;
	line-height: 1.5;
}

.news-section  a.zoom { 
	position: relative;
	overflow: hidden;
	display: block;
	height: 145px;
}

.news-section .h-news-content{
    padding: 10px;
    height: 110px;
    overflow: hidden;
    margin-bottom: 15px;
 }

.news-section a.zoom img { display: block;
	margin: 0;
	width: 100%;
	height: auto;
    min-height: 100%;
	border-top-left-radius:0px;
	border-top-right-radius:0px; 
    transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s; 
}
.news-section a.zoom:hover img {
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-moz-transform: scale(1.3); 
	}
	
.news-section a.zoom span.overlay {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	height: 100%;
	width: 100%;
	opacity: 0;
	background: #444;
	border: 12px solid rgba(255, 255, 255, 0.4) !important;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}     
.news-section a.zoom:hover span.overlay {
	display: block;
	visibility: visible;
	opacity: 0.75;
	}  
.news-section a.zoom span.overlay i { 
	position: absolute;
	top: 50%;
	font-size: 60px;
	height: 60px;
	margin-top: -30px;
	left: 0%;
	width: 100%;
	color: #fff !important;
	text-align: center;
  }
.news-section a.zoom:hover span.overlay i { 
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=1);    
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
.news-section section .news-section{
	font-size: 10px;
	background-color: #384446;
	text-align: center;
	font-family: Neosans-Regular;
	color: #fff;
	width: auto;
	position: absolute;
	z-index: 1000000000;
	right: 0;
	bottom: -20px;
	padding: 0px 5px;
	height: 19px;
	line-height: 16px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.news-section section:hover .news-section{
	bottom: 0;
}	
.news-section section .date {
	position: absolute;
	width: 42px;
	font-family: Georgia, serif;
	color: #999;
	margin: 0 auto;
	z-index: 10000;
	right: 0;
	top: 0;
	height: 45px;
	display: table;
	}
 
.news-section section .date .day { 
	font-size: 19px;
	background-color: #f68327;
	color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	height: 28px;
	line-height: 25px;
	font-family: Neosans-Bold;
  }
 
.news-section section .date .month { 
	font-size: 11px;
	display: block;
	background-color: #384446;
	text-align: center;
	font-family: Neosans-Regular;
	color: #fff;
	line-height: 1.3;
	height: 19px;
  }
 
.news-section section .date .year { 
  top: 19px;
  right: 0;
  font-size: 20px;
  rotation: -90deg !important;
  /* ** Hacks ** */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);  
  }

/* column ----------- */

.column section{
	-ms-box-shadow: 0px 2px 3px 0px RGBA(153, 153, 153, 0.40);
    -o-box-shadow: 0px 2px 3px 0px RGBA(153, 153, 153, 0.40);
    -moz-box-shadow: 0px 2px 3px 0px RGBA(153, 153, 153, 0.40);
    -webkit-box-shadow: 0px 2px 3px 0px RGBA(153, 153, 153, 0.40);
    box-shadow: 0px 2px 3px 0px RGBA(153, 153, 153, 0.40);
	background:#fff;
	margin-bottom: 25px;
	position: relative;
	}
	
.column section .title{
	background-color: #f8f8f8;
	height: 50px;
	width: 100%;
	border-bottom: 3px solid #455355;
}
.column section .title span{
	background-color: #fff;
	height: 47px;
	width: 53px;
	margin: 0;
	text-align: center;
	line-height: 49px;
	color: #b61a31;
	font-size: 30px;
	position: absolute;
	right: 0;
	border-right: 1px solid #EDEDED;
}	
	
.column section .title p{
	color: #455355;
	margin: 0px;
	font-size: 16px;
	float: left;
	padding: 13px 0 0px 15px;
	display: block;
	text-align: left;
	font-family: Neosans-bold;
}
.column section .content{
	min-height:110px;
	padding: 20px 10px;

}

.column section .btn{
	margin-top: 10px;

}

/* footer ----------- */

footer{
	background-color: #212b2c;
 }
 footer .container-fluid{
	max-width: 100%;
}	
 
footer section{

	}

footer section div.h1title {
    border-bottom: 2px solid #1e1e1e;
    margin: 0px 0px 10px;
    text-align: center;
}

footer section .h1title h1 {
    display: inline-block;
    margin: 20px 10px -2px 10px;
    font-size: 16px;
    color: #fff;
}

footer section .h1title h1:after {
	display: block;
	height: 2px;
	background: #56b668;
	content: "";
	margin-top: 10px;
}

footer section ul li{
	color:#fff	
	}

footer section a,
footer section a:visited {
    text-decoration: none;
    color: #a4a4a4;
    font-size: 12px;
}
footer section a:hover,
footer section a:active,
footer section a:focus{
    text-decoration: none;
    color: #FFF;
}

footer section span.expired-job{
	background-color: rgb(237, 35, 35);
	color: rgb(255, 255, 255);
	height: 14px;
	display: inline-block;
	padding: 2px 5px 0px 5px;
	box-sizing: content-box;
	border-radius: 3px;
	font-size: 10px;
	text-align: center;
	line-height: 1;
}
/**/
 footer section#nomination .h1title h1:after{
	background: #56b668;
	 }
	 
 footer section#jobs .h1title h1:after{
	background: #d681e0;
	 }
	 
 footer section#colleges .h1title h1:after{
	background: #fbd769;
	 }
	 
 footer section#contactdu .h1title h1:after{
	background: #ff8a57;
	 }
	 
 footer section ul{
	margin: 15px 0;
	padding: 0;
}		 

 footer section ul li{
	 list-style:none;
	 margin: 0;
	 }	 
footer section ul li:before{
	bottom: -3px;
	position: relative;
}

footer section#nomination ul li:before {
    content: "\f12e";
    font-family: "Ionicons";
    color: #fff;
    font-size: 17px;
    margin-right: 6px;
}
footer section#jobs ul li:before {
    content: "\f47e";
    font-family: "Ionicons";
    color: #fff;
    font-size: 17px;
    margin-left: 6px;
}
footer section#colleges ul li:before {
    content: "\f1fe";
    font-family: "Ionicons";
    color: #fff;
    font-size: 17px;
    margin-right: 6px;
}

footer section#contactdu {
	
	background: transparent url("../images/f-map.png") no-repeat center 65%;
	min-height: 293px;
}

footer section#contactdu .fcontactus {
    margin: 30px 0 0 0
}
footer section#contactdu .fcontactus h1 {
	font-size: 12px;
	color: #fff;
    background-color: rgba(33, 43, 44, 0.7);
	margin: 8px auto 0 auto;
	padding: 0;
	max-width: 100%;
	font-family: 'Neosans-regular';
}
 
footer section#contactdu .fcontactus h1 i {
	margin-right: 9px;
	font-size: 18px;
	width:35px;
	text-align: center;
	line-height: 33px;
	height: 33px;
	vertical-align: middle;
	border-radius: 4px;
	margin-left: -2px;
}

footer section#contactdu .fcontactus  h1.phone i {
	background-color:#2f5cf0;
}
footer section#contactdu .fcontactus  h1.email i {
	background-color:#56b668;
}
footer section#contactdu .fcontactus  h1.gmap i {
	background-color:#eab105;
}
	
footer section#contactdu .followus {
    max-width: 80%;
    margin: auto;
}

footer section#contactdu .fcontactus h1 a{
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}
footer section#contactdu .fcontactus h1 a:hover{
    color: #d8d8d8;
}

/* Footer Social icons ----------*/
 
footer section#contactdu .followus h1{
	background-color: #2f393a;
	color: rgb(255, 255, 255);
	padding: 8px 10px;
	font-size: 12px;
	text-align: center;
	display: table;
	margin: 10px auto;
	border-radius: 4px;
	position: relative;
}

footer ul#socialicons {
    padding: 0px;
    text-align: center;
    direction: ltr;	
}

footer ul#socialicons li {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	list-style: none;
	display: inline-block;
}

footer ul#socialicons li a {
	background-color: #2f393a;
	text-align: center;
	margin-left: 2px;
	width: 32px;
	height: 32px;
	display: block;
	color: #fff;
	border-radius: 2px;
	vertical-align: middle;
	font-size: 10px;
	line-height: 36px;
}

footer ul#socialicons li a:hover{
	background-color: #977CA8;
	color: #fff;
}

footer ul#socialicons li  i:before {
	  font-size: 16px;
}
	
 /**/
 
footer .col-md-3:nth-child(2n) {
   /* background-color: #3E3E3E;*/
}
	 
footer .copyright{
	height: 88px;
	font-size: 13px;
	line-height: 88px;
	background: #2f393a url("../images/foot-pat-line.jpg") repeat-x top center;
	font-family: Neosans-Regular;
	color: #fff;
}
footer .copyright a,
footer .copyright a:visited{
	color: #FECD07;
}

footer .copyright a:hover{
	color: #fbd151;
}

#footer-links {
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
}

#footer-links li {
    display: inline;
    margin: 0 0px 0 10px;
}

#footer-links li a,#footer-links li a :visited{
	color:#fff;
}
#footer-links li a:hover{
	color:#FECD07;
}
#footer-links li:before {
    content: "/";
    margin: 0 10px 0 0;
    color:#FECD07;
}
#footer-links li:first-child:before {
    display: none;

}

/* bootstrap set ----------- */

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 0px;
}

.checkbox {
    padding-right: 20px; }
.checkbox label {
    display: inline-block;
    position: relative;
    padding-right: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    right: 0;
    margin-right: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: 0;
    margin-right: -20px;
    padding-right: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }

.radio {
    padding-left: 10px;
	}
.radio label {
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-family: Neosans-regular;
    margin-left: 15px;
	}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-right: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    outline: 0!important;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
	}
	
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-right: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	}
.radio input[type="radio"] {
    opacity: 0;
	}
.radio input[type="radio"]:focus {
	outline:0
	}

	.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
 }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }
	
.btn.btn-dark{
	background-color: rgb(48, 57, 58);
	color: rgb(255, 255, 255);
	padding: 10px 40px;
	}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus {
    color: #fff;
    text-decoration: none;
	background-color: rgb(140, 24, 41);

}
 
/**/

b, strong {
    font-weight: 400;
    font-family: Neosans-Bold;
}

.form-horizontal .control-label {
    text-align: right;
	font-size: 14px;
}

.panel {
	-ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
	background:#fff;
    border: 1px solid transparent;
	font-size: 14px;
}

.panel .panel-heading {
    background-color: #ffffff;
    color: #455355;
    padding: 22px 15px;
    border-bottom: 1px solid #ECECEC;
    text-align: center;
}
.panel-body {
    background-color: #fcfcfc;
}
/*
.panel .panel-heading {
    background-color: #F5F5F5;
    color: #455355;
	padding: 14px 15px 19px 15px;
	border-bottom: 1px solid #ECECEC;

}
*/
 

.panel-title{
	font-family:Neosans-Bold;
	font-size: 17px;
	position: relative;
	}


.panel-body img {
    max-width: 100%;
    height: auto;
}


.btn,.btn:visited{
	padding: 10px 20px;
	font-family: Neosans-Bold !important;
	border-radius: 3px;
	color:#fff
}

.btn-primary {
    color: #FFF;
    background-color: #8c1829;
    border:0;
}
.btn-primary:hover,
.btn-primary:focus{
    background-color: #F07E7E;
	}

.btn-secd,
.btn-secd:visited{
    color: #fff;
    background-color: #d9534f;
    border:0;
}
.btn-secd:hover{
    color: #fff;
    background-color: #c9302c;
}
.btn-secd:focus{
    color: #fff;
}
.btn-round{
	font-family: Neosans-Bold;
	border: 2px solid rgb(137, 104, 159);
	padding: 7px 10px;
	border-radius: 3px;
}

.btn-round:hover{
    background-color:rgb(137, 104, 159) ;
    color: #fff;
}

.btn.btn-default{
	color:#333
}

.btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px!important;
}

.form-control {
	border: 1px solid #E4E4E4;
	height:auto

}
	
.form-control:focus {
    border-color: #8F8F8F;
}

.radio label, .checkbox label {
    padding-left: 25px;
    margin-bottom: 7px;
	}
.radio label:hover,
.checkbox label:hover {
	color:#000
}
.carousel-caption h2{
	padding: 20px;
	font-size: 18px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.27);
	}
	
.carousel-control {
    width: 8%;
	}
.carousel-control .fa-chevron-right{
    right: 50%;
    left: auto;
    margin-left: -10px;
	top: 50%;
	position: absolute;
}

.carousel-control .fa-chevron-left{
    left: 50%;
    right: auto;
    margin-right: -10px;
	top: 50%;
	position: absolute;

}

.carousel-control .fa:before{
	font-size: 40px;
}


/* tooltip */
.tooltip-inner {
	padding:3px 8px 7px 8px;
	font-family: Neosans-Regular;
}


textarea.form-control {
    height: auto;
    min-height: 140px;
}

/* navbar-Style ----------- */

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    margin-left: 135px;
}

nav.navbar-default .navbar-brand {
    color:#fff;
}
nav.navbar-default {
	font-size: 14px;
	background-color: #fdfdfd;
	border-width: 0px;
	border-radius: 0px;
	margin: 0 0 30px;
	height: 58px;
	border-bottom: 5px solid #c52039;
	box-shadow: 0px 0px 10px 2px RGBA(110, 110, 110, 0.4);
}
nav.navbar-default .navbar-nav>li>a {
	color: #454545;
	background-color: transparent;
	font-family:Neosans-Bold;
	font-size: 14px;
	padding: 0 26px 0px;
	height: 53px;
	line-height: 53px;
	border-left: 1px solid #f5f5f5;
}
nav.navbar-default .navbar-nav>li:first-child > a {
 	border-left: none;
}

nav.navbar-default .navbar-nav>li>a:hover,
nav.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #b53549;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #FFF;
	background-color: #b53549;
	border-left: 1px solid #f5f5f5;
}
 
nav.navbar-default .navbar-nav>.active>a,
nav.navbar-default .navbar-nav>.active>a:hover,
nav.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(181, 181, 181, 1);
    background-color: rgba(231, 231, 231, 1);
}
nav.navbar-default .navbar-toggle {
    border-color: #ddd;
}
nav.navbar-default .navbar-toggle:hover,
nav.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
nav.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
nav.navbar-default .navbar-toggle:hover .icon-bar,
nav.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #583e68;
}
nav li.homeicon  a{
	line-height: 60px !important;
	padding: 0 20px 0px !important
}
nav li.homeicon  a:hover span,
nav li.homeicon  a:active span,
nav li.homeicon  a:focus span{
    color: #fff;
 }
 
nav li.homeicon span {
	font-size: 30px;
	color: #3e3e3e;
}
.dropdown-toggle i{
	margin-right: 10px;
	font-size: 10px;
	}

.dropdown-menu {
    min-width: 240px;
    padding: 8px 0px;
    font-size: 16px;
	background-color: rgba(255, 255, 255, 0.95);
	border: 0;
	border-radius: 4px;
	border-top: 6px solid #c52039;
}

.dropdown-menu > li > a {
	padding: 10px 20px ;
	color: #b53549;
	font-size: 14px;
	font-family:Neosans-Regular;
	/*border-bottom: 1px solid #efefef;*/
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #b53549;
    text-decoration: none;
    background-color: #efeded;
}

.dropdown .dropdown-menu{
	z-index: 1000000;
	box-shadow: 0px 2px 3px 0px RGBA(153, 153, 153, 0.40);
    -moz-transition:    all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -o-transition:      all 1000ms ease;
    -ms-transition:     all 1000ms ease;
    transition:         all 1000ms ease;
}
.dropdown:hover .dropdown-menu {
   /* display: block;*/
    opacity: 1;
}


/* pagination style ----------- */

.pagination {
    margin: 30px 0 20px 0;
}

.pagination > li > a, .pagination > li > span {
     padding: 10px 18px;
}

.pagination>li>a, .pagination>li>span {
    color: #3e3e3e;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #D9534F;
    border-color: #D9534F;
}
/* ----------- */



input[type="radio"], input[type="checkbox"] {
    margin: 0px;
    line-height: normal;
}

button:before{
	font-family: FontAwesome;
	margin-left: 8px;
	}

/* load more news btn ----------- */

 #loadmorenews-wrapper{
	margin: 20px 0px 65px 0px;
}

#body-part-archives #loadmorenews-wrapper{
	margin: 20px 0px 10px 0px;
}

#loadmorenews-wrapper:after {
    content: "";
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    display: block;
    position: relative;
    bottom: 30px;
	z-index: -1
}

.loadmorenews{
    color: #455355;
    background-color: #fff;
    border: 0;
    padding: 16px 60px;
    font-size: 14px;
    border: 2px solid #455355;
	direction: ltr;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
  /*  -webkit-transition: width 2s; 
    transition: width 2s;*/
}
 

/*.loadmorenews:focus i{
	display: inline-block;
	visibility: visible;
}
*/
.loadmorenews:hover,
.loadmorenews:focus,
.loadmorenews:active{
	background-color: #fff;
	color:#455355;
    border: 2px solid #000;
}
.loadmorenews i{
	margin-left: 10px;
	vertical-align: middle;
	left: 0;
	font-size: 15px;
	position: relative;
	top: -1px;
	opacity: 0;
	filter: Alpha(Opacity=0);
	-webkit-transition: left .5s ease, opacity .5s ease;
	-moz-transition: left .5s ease, opacity .5s ease;
	-o-transition: left .5s ease, opacity .5s ease;
	transition: left .5s ease, opacity .5s ease;
}
 .loadmorenews:hover i {
	left: 5px;
	opacity: 1;
	filter: Alpha(Opacity=100);
}
 
.loadmorenews span {
	position: relative;
	display: inline-block;
	pointer-event: none;
	transform: initial;
	-webkit-transition: left .5s ease, color .5s ease;
	-moz-transition: left .5s ease, color .5s ease;
	-o-transition: left .5s ease, color .5s ease;
	transition: left .5s ease, color .5s ease;
}

.loadmorenews span {
	left: 10px;
	color: #455355;
}
.loadmorenews:hover span {
	left: -5px;
}

.loadspacer:before,
.loadspacer:after{
	content: "";
	width: 30px;
	height: 55px;
	background-color: #f3f3f3;
	display: inline-block;
}

.loadspacer:before{
	position: relative;
	left: -2px;
}
.loadspacer:after{
	position: relative;
	right: -2px;
}
	
/*==================================================
				Accordion Menu
==================================================*/
	#rightmenu{ padding:25px 20px}

	#linkstore-container{
    margin-bottom: 15px;
	}
	
	#button-linkstore{
    width: 100%;
    -ms-box-shadow: 0px 2px 3px 0px RGBA(153, 153, 153, 0.40);
    -o-box-shadow: 0px 2px 3px 0px RGBA(153, 153, 153, 0.40);
    -moz-box-shadow: 0px 2px 3px 0px RGBA(153, 153, 153, 0.40);
    -webkit-box-shadow: 0px 2px 3px 0px RGBA(153, 153, 153, 0.40);
    box-shadow: 0px 2px 3px 0px RGBA(153, 153, 153, 0.40);
    background: #FFF;
     padding: 15px 8px;
     border-radius:1px;
     border:0
	}
	
	#button-linkstore span.glyphicon{
    float: right;
    font-size: 22px;
    top: -3px;
	right:10px
	}
	
#linkstore {
    -ms-box-shadow: 0 0px 1px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 1px 0px rgba(255, 255, 255, 0.2);
	background: #FFF;
	margin-bottom: 25px;
	padding: 25px 8px;
	border: 5px solid #efefef;
    height: auto!important;
}

.accordion {
	margin: 0 auto 20px;
	/*! background: #FFF none repeat scroll 0% 0%; */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
	list-style: none;
	padding: 0;

}
.accordion > li{
	margin: 0;
	border-bottom: 1px solid #f9f9f9;
	}
.accordion > li > a {
	cursor: pointer;
	display: block;
	padding: 9px 0 9px 10px;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	font-family:Neosans-Bold;
	color: #455355;
	border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accordion > li > a:hover {
	color:#b13043;
}
 .accordion > li > a:before{
	content: "\f068";
	font: normal normal normal 16px/1 FontAwesome;
	color: #b13043;
	margin-right: 10px;
	 }
	 
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 9px 0 9px 10px;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	font-family:Neosans-Bold;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

 .accordion .link a:before{
	content: "\f068";
	font: normal normal normal 16px/1 FontAwesome;
	color: #fecd07;
	margin-left: 10px;
	 }

.accordion .link, .accordion .link a{
	color: #30393a;
	display: block;
	}
	
.accordion .link:hover, .accordion .link a:hover, .accordion .link:hover a{
	color: #b63b4d;
	}
	
.accordion .link:hover{
	color:#b63b4d;
	background-color: #fff;
}
.accordion .link:hover i{
	color:#30393a;
 
}
.accordion li i {
  font-size: 18px;
  color: rgb(105, 106, 107);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.accordion li i.fa-plus-square,
.accordion li i.fa-minus-square,
.accordion li i.fa_icon {
	font-size: 20px;
	margin-right: 8px;
	vertical-align: middle;
	color: rgb(176, 176, 176);
}

.accordion li.open > .link {
	background-color: #f4f4f4;
	color: #b63b4d;
	}

.accordion li.open i { color: #b63b4d; }

.accordion .submenu .subtitle{
	text-align: center !important;
	height: 30px;
	color: rgb(255, 255, 255);
	font-family: Neosans-bold;
	margin: 12px 0px 10px;
	/*!  */
	padding-bottom: 8px;
	background-color:#fead08;
	line-height: 30px;
	border-radius: 5px;
	}
/**
 * Submenu
 -----------------------------*/
 
.submenu .link.down{
	padding: 9px 20px 9px 0px;
 }
 
.submenu .link.down i{
	font-size: 17px;
	margin-left: 8px;
	vertical-align: middle;
	color: #f68327;
 }
 
 .submenu .submenu {
	margin:5px 15px 8px 0;
 }
.submenu {
	display: none;
	font-size: 13px;
	margin: 4px 0 12px 0;
	padding: 0;
	list-style: none;
}

.submenu li {  }

.submenu a {
  display: block;
  text-decoration: none;
	color: #455355;
	padding: 3px 15px 3px 15px;
 	-webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 5px;
}
.submenu a:hover {
	background: rgba(234, 234, 234, 0.4);
	color: #000;
    padding: 3px 15px 3px 17px;
}
.submenu .submenu a {
font-size: 12px
}

.submenu .submenu a::before {
    content: "\f111";
    font: normal normal normal 5px/1 FontAwesome;
    color: #f68327;
    margin-left: 10px;
}

.submenu a:before {
	content: "\f111";
	font: normal normal normal 8px/1 FontAwesome;
	color: #455355;
	margin-right: 10px;
}



/* Votes view page ----------- */

#Votesresult .progress-container {
    width: 70%;
    margin: auto;
}

#Votesresult .progress {
    height: 23px;
	position: relative;
	margin-bottom: 35px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	}
	

#Votesresult h4.votitle{
    color: #737373;
	}
	
	
#Votesresult .sr-only{
	position: relative;
	font-family: bold;
	font-size: 13px;
	}
	
#Votesresult .progress-completed {
font-family: bold;
position: absolute;
left: 0px;
font-weight: 800;
padding: 0 0 0 10px;	
}

#Votesresult .voteno{
	float:right
	}
#Votesresult table{
	width:100%
	}
	
#Votesresult h2 span {
    font-size: 21px!important;
    text-align: center;
    width: 100%;
    margin: 0;
    display: block;
	color:#3e3e3e!important
}
	
	
.progress-container:nth-child(1) .progress .progress-bar{
background-color: #F6AC3C!important;
}

.progress-container:nth-child(2) .progress .progress-bar{
background-color: #3ebff9!important
}

.progress-container:nth-child(3) .progress .progress-bar{
background-color: #ea62b4!important;
}

.progress-container:nth-child(4) .progress .progress-bar{
background-color: #c19ae0!important;
}

.progress-container:nth-child(5) .progress .progress-bar{
background-color: #08B9CE!important;
}

.progress-container:nth-child(6) .progress .progress-bar{
background-color: #848484!important;
}

.progress-container:nth-child(7) .progress .progress-bar{
background-color: #2B91F5!important;
}

.progress-container:nth-child(8) .progress .progress-bar{
background-color: #44C983!important;
}

.progress-container:nth-child(9) .progress .progress-bar{
background-color: #A481B6!important;
}


.viewvotesco{
    text-align: center;
    background-color: #F9F9F9;
    padding: 5px 5px 11px 5px;
	}
	
.voteslngtotal{
    font-size: 15px;
    font-family: bold;
	}
	
lable.voteslngno{
    margin-right: 6px;
    font-family: bold;
    font-size: 20px;
    color: #89689f;
	}
	
	
/* vote block ----------- */

#voteblock .voteblock-btns{
	padding-top:25px
	}
	
.oldvotes-link {
    margin-top: 40px;
}

/* Modal ----------- */
 
body.modal-open #wrap{
    -webkit-filter: blur(7px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}
  
.modal-backdrop {background: #f7f7f7;}

.modal-open .modal {
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-bg{
    background-color: #FFF;
    margin-top: 100px;
    padding: 0 15px 15px 15px;
    border-radius: 8px;
    border: 4px solid rgba(0,0,0,0.60);
	}
	
.modal .close {
	margin: 0px auto;
	width: 32px;
	height: 32px;
	z-index: 9999;
	font-size: 30px;
	border-radius: 50%;
	position: relative;
	top: 20px;
	left: 0;
	 line-height: 1;
	 border-radius: 50%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
 	
}

.modal .close:hover{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	
}
.modal .close:before {
	content: "\f00d";
	margin: 0;
	width: 32px;
	height: 32px;
	display: block;
}
.modal i.fa{
	margin-left: 15px;
	font-size: 35px;
	position: relative;
	top: 5px;
	color: #D4D4D4;
	}

.modal h1{
    font-size: 20px;
    color: #F25F5F;
	margin-bottom: 25px;
	text-align: right;
    margin-top: 13px;
	}	
	
	
.alert{
	position: relative;
	padding: 16px 10px;
}

.alert .close{
	position: absolute;
	top: 5px;
	left: 10px;
}

.alert .fa,.alert .alert-msg {display:table-cell;vertical-align: middle;}
.alert .fa{font-size: 30px;}
.alert .alert-msg{padding-right:20px;font-size: 18px;}



/*==================================================
				View news Page
==================================================*/
table[id*="_FormView1"]{ width:100% }

#innerpage ul li{
	/*margin-bottom: 12px;*/
	}
	
#innerpage.news{
	background-color: #fff;
	padding: 20px 20px 40px 20px;
	border-top: 3px solid #676767;
	box-shadow: 0px 2px 3px 0px RGBA(153, 153, 153, 0.40);
	margin-bottom: 20px;
	}
#innerpage.news h1{
	font-size: 16px;
	color: #DD324B;
	text-align: center;
	padding: 0px;
	height: 13px;
	line-height: 1;
	margin: 12px auto 60px auto;
	display: block;
	border-bottom: 3px double #ededed;
}
	
#innerpage.news h1 span{
	background-color: #fff;
	height: 30px;
	width: 100%;
	position: relative;
	z-index: 10;
	padding: 0 25px;
}
#innerpage.news h1 span span{
 	padding: 0;
}
 /*
#innerpage.news h1::before {
	content: " ";
	border-bottom: 1px solid #ededed;
	width: 100%;
	height: 2px;
	display: block;
	position: relative;
	top: 17px;
}
#innerpage.news h1::after {
	content: " ";
	border-top: 1px solid #ededed;
	width: 100%;
	height: 2px;
	display: block;
	position: relative;
	bottom: 12px;
}
*/
#innerpage.news #top-options {
    text-align: left;
    margin: 25px 0;
    direction: ltr;
}
#innerpage.news #top-options span {
    margin: 0 12px 0 0;
    display: inline-block;
    direction: rtl;
    font-size: 11px;
    font-family: Neosans-regular;
}
#innerpage.news #top-options span span {
    margin: 0;
}

#innerpage.news #top-options span i {
	color:#d2263e;
	margin-right: 4px;
	font-size: 15px;
}
#innerpage.news #news-text {
    line-height: 1.7;
	min-height: 300px;
}
#innerpage.news #news-text img {
	display: block;
	margin: 10px auto 20px auto;
	max-width: 95%;
	height: auto!important;
	border: 5px solid #fff;
	outline: 1px solid #f5f5f5;
 }
 
#innerpage.news #news-primg .img-shadow {
	display: inline-block;
	position: relative;
	max-width:70%;
	margin:10px auto 30px auto;
 	}
#innerpage.news #news-primg .img-shadow:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-moz-box-shadow: rgba(243, 243, 243, 0.8) 0px 0px 0px 10px inset;
	-webkit-box-shadow: rgba(243, 243, 243, 0.8) 0px 0px 0px 10px inset;
	box-shadow: rgba(243, 243, 243, 0.8) 0px 0px 0px 10px inset;
	-webkit-transition: box-shadow 0.2s ease-in;
	-moz-transition: box-shadow 0.2s ease-in;
	transition: box-shadow 0.2s ease-in;
 	}

#innerpage.news #news-primg .img-shadow img {
	max-width: 100%;
 	}
	

#innerpage.news #news-primg .img-shadow img:hover {
	
 	}

#related-most-views {
    margin:90px 0 10px 0
}
#related-most-views .col-md-6:first-child {
	border-left: 1px solid rgb(245, 245, 245);
}
#related-most-views h2 {
	border-bottom: 4px solid #8C1829;
	padding-bottom: 10px;
	font-size: 15px;
	margin-top: 0;
}

#related-most-views ul{
	margin: 0;
	padding: 10px;
	clear: both;
	}
	
#related-most-views ul li{
	list-style: none;
	margin-bottom: 2px;
	}
 
#related-most-views ul li a,
#related-most-views ul li a:visited {
    color: #8c1829;
	font-size: 12px;
	padding-bottom: 4px;
	-webkit-transition: border-color .5s ease;
	-moz-transition: border-color .5s ease;
	-o-transition: border-color .5s ease;
	-ms-transition: border-color .5s ease;
	transition: border-color .5s ease;
	border-bottom: 1px solid transparent;


}

#related-most-views ul li a:hover {
	border-bottom: 1px solid rgb(65, 65, 65);
    color: #000;

} 
#related-most-views ul li a:before{
	content: "\f097";
	margin: 0;
	font: normal normal normal 12.5px/1 FontAwesome;
	color: #000;
    margin-right: 10px;
	}

.sharethis .shareimg {
	direction: ltr;
	display: inline-block;
	}
.sharethis .shareimg img {
	margin-left: 3px;
	opacity: 1;
	}
.sharethis .shareimg img:hover {
	opacity: .7;
}

#news-bottom-area {
    height: 42px;
    line-height: 42px;
	margin: 90px 0 0 0;
}
#news-bottom-area .center-line {
	height: 23px;
	line-height: 42px;
	border-bottom: 1px solid rgb(231, 231, 231);
}

/* date time picker modification ----------- */

section#calender .content{
	padding: 8px 10px; 
	}
#datetimepicker12 {
    margin-top: -5px;
    margin-bottom: -5px;
}
.datetimepicker table {
    margin: 0;
    width: 100%;
}

.datetimepicker-days table{
	width:100%
	} 
.datetimepicker-inline {
    width: 100% !important;
}
.datetimepicker td, .datetimepicker th {
	width: 30px !important;
	height: 32px !important;
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
	border: 0 !important;
	font-size: 11px;
	vertical-align: middle;
	line-height: 11px;
	padding: 0;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.datetimepicker.datetimepicker-rtl table tr td span {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active.active:hover, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled.active:hover
	{
    background-color: #fecd08;
}

.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active.active:hover, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled.active:hover {
    background-color: #fecd08;
}

.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover
	{
    background-color: #fecd08;
    background-image: -moz-linear-gradient(top,#fecd08,#ffcf10);
    background-image: -ms-linear-gradient(top,#fecd08,#ffcf10);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fecd08),to(#ffcf10));
    background-image: -webkit-linear-gradient(top,#fecd08,#ffcf10);
    background-image: -o-linear-gradient(top,#fecd08,#ffcf10);
    background-image: linear-gradient(top,#fecd08,#ffcf10);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fecd08',endColorstr='#0044cc',GradientType=0);
    border:0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: none;
}
 
.datetimepicker th.switch {
    border-radius: 4px;
}

.datetimepicker th.today {
    border-radius: 4px;
}

.datetimepicker th.prev i,
.datetimepicker th.next{
    color: rgb(182, 26, 49);
	
}

.datetimepicker th.prev,
.datetimepicker th.next{
	padding: 0px;
	}
	
.datetimepicker th.prev:hover,
.datetimepicker th.next:hover{
	background: transparent!important;
	}
	
.datetimepicker th.prev:hover i,
.datetimepicker th.next:hover i{
border: 1px solid rgb(69, 83, 85);
color:rgb(69, 83, 85);
	
	}
	
.datetimepicker th.prev i,
.datetimepicker th.next i{
	border: 1px solid rgb(182, 26, 49);
    border-radius: 50%;
    padding: 6px 7px;
}
.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover {
	background-color: #fde19a;
	background-image: none;
	}
	
/* Google Search Results ----------- */

.gsc-table-cell-snippet-close, .gsc-table-cell-snippet-open {
    font-family: "Neosans-regular" !important;
    font-weight: normal!important;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-family: "Neosans-bold" !important;
    font-weight: normal!important;
	text-decoration: none;
    height: 1.7em !important;
}

.gsc-result .gs-title {
    height: auto;
}

.gsc-tabsArea > .gsc-tabHeader {
     font-family: "Neosans-bold" !important;
    font-weight: normal !important;
    font-size: 13px;
}

.gsc-control-cse div {
    position: static;
    font-family: "Neosans-regular" !important;
    font-weight: normal !important;
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
	color: #BA4254!important;
}

.gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
    color: #30393A !important;
}
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
    color: #30393A!important;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: #FF5D31!important;
}

.gsc-results .gsc-cursor {
    display: inline;
    direction: ltr;
    display: inline-table;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #CCCCCC!important;
    background-color: #F8F8F8!important;
    color: #B61A31!important;
    padding: 10px 12px;
    border: 1px solid #D1D1D1;
    font-family: "Neosans-bold";
    display: inline-block;
    margin-left: 10px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    text-decoration: underline!important;
    background-color: #fff!important;
    text-decoration: none!important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page,
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover{
    border-color: #8d192a!important;
    background-color: #8d192a!important;
    color: #fff!important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #8d192a;
    background-color: #FFFFFF;
    color: #8d192a;
}

.gs-bidi-start-align {
    text-align: left!important;
}

/* Scroll to top ----------- */

/* CSS Back To Top */
#BackToTop {
	overflow:hidden;
	position:fixed;
	z-index:90;
	right:40px;
	display:none;
	width:48px;
	height:48px;
	color:#000;
	text-align:center;
	background-color:#fead08;
	font-size:18px;
	cursor:pointer;
	-webkit-transform:translateZ(0);
	border-radius:2px;
	transition:all 0.6s cubic-bezier(0.694,0.0482,0.335,1);
	transition-delay:.2s;
	}
	
#BackToTop:hover {opacity:.8;}
#BackToTop i {line-height: 46px;font-size: 30px;}


/* scrollbar override styles ----------- */

.nicescroll-rails{
background-color: rgba(0,0,0,.1);
	}
.nicescroll-rails div  {
	border-radius: 1px!important;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}	
.nicescroll-rails div:hover,
.nicescroll-rails div:active {
	background-color: rgba(69, 83, 85, 0.75)!important;
}
		

/* Inner pages Style code ----------- */

#innerpage{
	line-height: 1.8;	
	}
#about{
	text-align: justify;	
	}
	
#about_pic img{
    max-width: 90%;
    display: block;
    margin: 30px auto;
    border-radius: 30px;
}

#innerpage h2 span {
	font-size: 22px;
	margin-left: 10px;
	color:#dd324b;
}
#adminword h2{
	padding: 0;
	font-size: 15px;
	margin-top: 20px;
	}

#adminword h3{
	margin: 20px 0px 0px;
	font-size: 14px;
	}	
	
.well {
	padding: 19px;
	background-color: #fcfcfc;
	border: 1px solid #f3f3f3;
	border-radius: 4px;
	margin: 10px 0 15px 0;
}

#adminword .well img{
	height: 100px !important;
	width: 100px !important;
	border-width: 0px;
	border-radius: 50%;
	max-width:100%
	}	
	
	
	
.Statistical .table th {
    text-align: center;
    background-color: #C52039;
    color: #fff;
}

#du-gmap iframe{
	border: 1px solid #ededed;
	padding: 5px;
	background-color: #FBFBFB;
 }
 
/* old news num ----------*/

#num{
	clear:both;
	text-align: center;
	margin: 30px auto 0 auto;
}



/* table set ----------*/

.table {
    max-width: 100%;
    width: auto;
    min-width: 50%;
    margin: 10px auto 30px auto;
    font-size: 13px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: middle;
    border-bottom: 1px solid #F3F3F3;
    border-top: 0;
    padding: 15px 8px!important;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th {
	text-align:center
}
.table-hover>tbody>tr:hover {
    background-color: #FBFBFB;
}
.table th {
    background-color: #30393A;
    color: #fff;
    font-family: Neosans-Bold;
    font-weight: 400;
}
.table th a {
    color: #fff;
	text-decoration: underline;
}

.table-striped > tbody > tr:nth-child(2n+1) {
    background-color: #F9F9F9;
}
.table span.tablespan {
	background-color: rgb(254, 205, 7);
	color: rgb(48, 57, 58);
	width: 27px;
	height: 27px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	line-height: 27px;
	font-size: 12px;
	font-family: "Neosans-Bold";
    text-align: center;
}

.stafflink{ 
	text-align: center;
	margin: 30px 0px 10px;
	font-family: Neosans-bold;
}
.stafflink span,.stafflink a{ 
	margin: 0px 8px;
	}
	
#staffPlace table td:first-child{
	text-align:center
	}

	
.myform{
	padding: 30px;
	background-color: rgb(248, 248, 248);
	border-radius: 5px;
	overflow: hidden;
	margin-top:30px
	}
	
#innerpage #staffsearch h2 {
	padding: 0;
	font-size: 15px;
	margin-top: 40px;
	border-bottom: 2px dashed #f3f3f3;
	padding-bottom: 16px;
}

.search-res ul {
    font-family: Neosans-bold;
    margin: 30px 0;
    list-style: none;
}
	

.search-res ul li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 15px;
	padding: 10px 0;
}
.search-res ul li:hover span{
 color:#000
 }
 
.staffsearchname a span {
	width: 35%;
	display: inline-block;
	font-family: Neosans-bold;
}

.staffsearchname span {
    width: 20%;
    display: inline-block;
    font-family: Neosans-regular;

}

/* Staff search ----------*/

#EServices ul li, #ACProgramPlace ul li, #staffMenu ul li {
	margin-bottom: 1px;
	list-style: none;
}
#EServices ul li a, #ACProgramPlace ul li a, #staffMenu ul li a {
	margin: 1px;
	width: 620px;
	height: auto;
	color: #504e4e;
	display: inline-block;
	padding: 5px 4px 5px;
	font-size: 13px;
	font-family: Neosans-Regular;
	font-weight: 400;
	background-color: #F8F8F8;
	margin-bottom: 1px;
	border-radius: 7px;
}

#EServices ul li a:before, #ACProgramPlace ul li a:before, #staffMenu ul li a:before {
	content: "\f068";
	font: normal normal normal 10px/1 FontAwesome;
	color: #C52039;
	margin-right: 7px;
	background-color: #fff;
	height: 10px;
	display: inline;
	text-align: center;
	padding: 0 5px;
	border-radius: 5px;
}

#EServices ul li a:hover, #ACProgramPlace ul li a:hover, #EServices ul li h4 a:hover, #ACProgramPlace ul li h4 a:hover {
	color: #8C1829;
	background-color: #E7E7E7;
	padding-left: 10px;
}

#EServices ul li h4,
#ACProgramPlace ul li h4 {
	display: block;
	font-size: 11px;
	font-family: Neosans-Regular;
	font-weight: 400;
	margin: 0;
	padding:5px 25px;
}

#EServices .eServices-first {
    margin-top: 35px;
}

#EServices.staffSer ul,
#EServices.stuSer ul
{
	padding: 10px 0 0;
	margin: auto;
	display: table;
}

#EServices ul:first-child{
	/*border-bottom: 3px solid rgb(0, 0, 0);*/
	margin-bottom: 25px;	
	}

 
#EServices .eServices-first li a{
	background-color: #FFF8DC;	
	}
#EServices .eServices-first li a:hover{
	background-color: #FFEA97;	
	}	

#EServices ul li,
#EServices ol li{
	text-indent: 5px;
	}
#EServices.viewService ul li {
	list-style: inside;
	}


ol ul , ul ol {
	padding: 0;
	margin: 10px 0 10px 0;
	font-size: .95em;
	}

	
	
#innerpage .ul-list li {
    margin-bottom: 5px;
}	

ul.chooseuni.ul-list li a {
    margin-bottom: 5px;
	font-family: Neosans-bold;
	font-size: 13px;
}

/* calendar post ----------- */

.calendar_post i {
    margin-left: 8px;
}
 

.calendar_post {
	clear: both;
	width: 672px;
	height: 222px;
	padding: 35px 10px 5px 10px;
	position: relative;
	background: url('../images/calendar-bg.png') transparent no-repeat scroll center top;
	margin: 20px auto;
}
 
.calendar_title {
	margin: 0 40px 0 10px;
	padding-right: 20px;
	direction: rtl;
	text-align: right;
	height: 75px;
}
 
.calendar_title h3 {
 color:#8c1829
 } 
 
.calendar_post a, .calendar_post a:visited {
	color: #cc4c5f;
}
.calendar_post a:hover {
	color: #F39901;
}
.calendar_txt p {
	font-size: 13px;
	font-family: Tahoma, Helvetica, sans-serif;
	margin: 0;
	padding: 5px;
	font-size: 11px;
}
 
.calendardate {background: rgba(255,255,255,0.70);margin: auto;border-radius: 3px;text-align: center;}
.calendarplace {background: rgba(255,255,255,0.70);margin: auto;border-radius: 3px;text-align: center;}
.calendarperiod {background: rgba(255,255,255,0.70);margin: auto;border-radius: 3px;text-align: center;}
.calendardownload {
background: #fff;
    width: auto;
    margin: auto;
    border-radius: 3px;
    margin-bottom: 15px;
    display: table;
    padding: 0 10px;
}


.calendar_post i {
    margin-left: 8px;
    color: #cc4c5f;
}
 
/* event post ----------- */

.event_post {
	clear: both;
	width: 672px;
	height: 222px;
	margin: 20px 0 0;
	padding: 36px 10px 5px 10px;
	position: relative;
	background: url('../images/event-bg.png') transparent no-repeat scroll center top;
	margin: auto;
}

.event_post .col-md-9 {
    margin-right: -35px;
}

.event_date {
	text-align: right;
	font-size: 11px;
	color: #1882B3;
	background: transparent url('../images/event-time-icon.png') no-repeat scroll 97% center;
	padding: 2px 35px 2px 7px;
	background-color: white;
	display: inline-block;
	border: 1px solid #EEE;
	margin-right: 20px;
}
.event_date span {
	color: #FF7D05;
}
.event_title {
	background: transparent url('../images/pin.png') no-repeat scroll right center;
	padding-right: 25px;
	font-weight: bold;
	color: #035BBC;
	direction: rtl;
	text-align: center;
	margin-right: 42px;
	font-size: 13px;
}
.event_pic {
	margin: 6px 10px 0 3px;
	background: transparent url('../images/event-photo-frame.png') no-repeat scroll left bottom;
	padding: 10px 5px 9px 9px;
	position: relative;
	width: 89px;
	height: 90px;
	margin: 6px auto 0 auto;
}
.event_pic img {
	width: 90px!important;
	height: 75px!important;
	border: 1px #E0E0E0 solid !important;
	background: white;
	padding: 0px!important;
}
.event_txt {
	float: right;
	height: 86px;
	width: 480px;
	margin-right: 10px;
	font-family: Tahoma,FrutigerLTArabic-45Light, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	color: #035BBC;
	font-weight: bold;
}
.event_txt b {
	font-size: 12px;
}
.event_txt a, .event_txt a:visited {
	font-size: 12px;
	/* color: #035BBC; */
}
.event_txt a:hover {
	color: #F39901;
}
.event_txt p {
	font-size: 13px;
	font-family: Tahoma, Helvetica, sans-serif;
	margin: 0;
	padding: 5px;
}

.eventnewstxt {
	margin: 0px;
	padding: 23px 0 10px 0px;
	height: 65px;
	overflow: hidden;
	color: #464646;
	font-size: 11px;
	font-weight: normal;
}
.eventbttn {
	display: block;
	width: 95px;
	height: 34px;
	background: transparent url('../images/details-bttn.png') no-repeat scroll center top;
	cursor: pointer;
	margin: auto;
}
.eventbttn:hover {
    background-position: center -35px;
}

/*==================================================
				
				Staff Table Style
				
==================================================*/



.stafftbl {
	border-collapse: collapse;
	position: relative;
	margin: 5px auto 0px auto;
	/*width: 100%;*/
	direction: ltr;
	padding: 0px;
	color: #30393a;
	font-size: 12px;
	font-weight: normal;
}
.stafftbl tr:hover {
	background-color: #F9F9F9;
}
.stafftbl th {
	border: 1px solid rgb(236, 192, 18);
	background-color: rgb(254, 205, 8);
	/*border: 1px solid rgb(115, 203, 236);
	background-color: rgb(131, 222, 255);*/
	/*
	border: 1px solid rgb(92, 136, 230);
	background-color: rgb(69, 115, 211)
	*/
	padding: 8px;
	color: rgb(255, 255, 255);
	font-family: Neosans-Bold !important;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
}
.stafftbl td, th {
	border: 1px #e7e7e7 solid;
	margin: 0px;
	padding: 8px;
}
.stafftbl a {
	text-decoration: none;
	color: #504e4e;
}
.stafftbl a:hover {
	text-decoration: underline;
	color: #8c1829;
}
.stafflink {
	text-align: center;
	color: #504e4e;
	padding: 10px;
	margin: 0px;
	font-size: 12px;
}
.stafflink a, .stafflink a:visited {
	color: #3199ce;
}
.stafflink a:hover {
	color: #8c1829;
}
.stafftbl tr.alt td {
	background-color: #F3F3F3;
}

 /*==================================================
				
				unitCat masterpage
				
==================================================*/

.admin{
	margin: 17px 0px;
	overflow: hidden;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #E0E0E0;
	-webkit-box-shadow: 9px 9px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 9px 9px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 9px 9px 0px rgba(0, 0, 0, 0.07);

	background-color: rgb(255, 251, 244);
}
.admin img{
    float: left;
    margin-right: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 4px 0px rgba(186, 186, 186, 0.2);
    -moz-box-shadow: 5px 4px 0px rgba(186, 186, 186, 0.2);
    box-shadow: 5px 4px 0px rgba(186, 186, 186, 0.2);
    border: 1px solid #DEDEDE!important;
    max-width: 100px !important;
    height: auto !important;
    width: auto !important;
	}

.admin #admin_txt,
.admin .admininfo{
    width: auto;
    margin-left: 10px;
    font-size: 12px;
    text-align: left;
}

.unicat-title{
	text-align: center;
    display: block;
    font-size: 17px;
    font-family: Neosans-bold;
    margin-bottom: 35px;
	}
 
	
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 481px) {


}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width:480px) {


}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

@media (min-width: 768px) {
	
#navbar .dropdown .caret {
    margin-right: 0;
    margin-left: 0;
    display: table;
    margin: -9px auto 0 auto;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    color: #cfcfcf;
}

#navbar .dropdown:hover .caret {
    color: #fff;
}
 	
#linkstore {
    visibility: visible;
    display: block;
}
#button-linkstore{
	display:none	
	}
	
}

 

@media (min-width: 1200px) {
	
.container-fluid{
	max-width:1200px
	}
	
.col-nomination,.col-jobs{width:29%}
	
.col-colleges{
width:19%
	}
.col-contactdu{
width:23%
	}
	
footer section#contactdu .fcontactus h1 {
    max-width: 80%;
 }

}


@media (max-width: 768px) {
	
#top-area{
	height: 65px;
	background-color: rgb(37, 33, 45);	
	}

	
#chg-lang {
	margin-top: 0;
	position: absolute;
	top: -153px;
	left: 0;
	float: none;
	right: auto;
	overflow: hidden;
}

#chg-lang li {
    margin-right: 1px;
}

#chg-lang  a{
    margin: 0;
    color: #25212d;
    width: 30px;
}


ul.nav.chg-lng {
    float: none;
    margin: 22px auto 5px auto;
    width: auto;
    display: inline-block;
}

ul.nav.chg-lng ul.dropdown-menu {
    position: absolute;
}

ul.nav.chg-lng li a {
    padding: 10px 12px;
}

ul.nav.chg-lng.navbar-nav .open .dropdown-menu>li>a,
ul.nav.chg-lng.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 15px;
}

	
header {
    text-align: center;
    height: 260px;
	position:relative
}
	
header ul#socialicons {
	display:none;
    padding: 10px 0 0;
    margin: 15px auto 10px auto;
    float: none;
    text-align: center;
}
 
header h1 {
    font-size: 15px;
    margin: 76px 0 0 0;
    color: #FFF;
    text-align: center;
}

#logodiv {
    width: 135px;
    height: 125px;
    top: 0;
 }
 
#logo-container {
	height: 126px;
	width: 135px;
	line-height: 113px;
}
	
#logodiv {
   left: 50%;
    margin-left: -67px;
	box-shadow: 0px 3px 5px 0px #444;
}

#date {
    height: 20px;
    color: rgb(245, 245, 245);
    line-height: 20px;
    font-size: 11px;
    clear: both;
    text-align: center;
    width: 100%;
    display: block;
    margin-right:  0;
}

.search-wrapper {
    top: 92px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
}

.search-wrapper .input-holder {
    border-radius: 50px;
    width: 450px;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder {
    width: 300px!important;
}
.search-wrapper .input-holder .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
	padding: 0px 22px  0 20px;
	text-align: center;
}
.search-wrapper .close {
	display:none
}


#search-iframe {
	position: relative;
    width: 100%;
    height: 55px;
    top: auto;
    left: auto;
    margin-top: 8px;
    right: 0;
}

nav.navbar-default{
height:auto
	}
	
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin: 0;
    padding: 0;
}

.nav {
     width: 100%;
    margin: 0;
}

.nav.navbar-nav .homeicon {
    text-align: center;
}

/** Reorder blocks in website **/

#content-box{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
	}
	
#content-box #inner-container {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}
	
#content-box .column.col-right {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}

/**/

#call-to-action {
    height: 170px;
 }


#call-to-action::before {
     font-size: 75px;
     left: 15px;
    line-height: 114px;
    height: 125px;
 }

#call-to-action .glass {
    height: 170px;
 }

#call-to-action h1.title {
    font-size: 20px;
    padding: 30px 10px 0 10px;
    margin: 0 0px 0 100px;
}

#call-to-action h1.e-contact {
    margin: 14px 0 0 0;
     font-size: 25px;
 }
 
 
 /******* News page *******/
 
 #innerpage.news h1 {
    line-height: normal;
    margin-bottom: 50px;
}

#innerpage.news h1 span {
    padding: 0 15px;
}

 #news-bottom-area {
    line-height: 1;
}

 #news-bottom-area .center-line {
 display:none
}

#news-bottom-area .sharethis {
    margin-top: -4px;
}

#news-bottom-area .sharethis .shareimg {
    margin-top: 10px;
}

.tabbable-line > .nav-tabs{
	display: block;
}
	
.tabbable-line > .nav-tabs > li {
    width: 50%;
    margin: 0 !important;
    text-align: center;
    display: inline-block;
    border-bottom: 2px solid #f0f0f0;
}

.tabbable-line > .nav-tabs > li > a {
    padding: 15px;
}

 /******* Du news slider *******/
#du-news-slider {
    z-index: 1;
}
#du-news-slider .ws-title span:before,
#du-news-slider .ws-title span:after {
	display:none
		}
		
#du-news-slider .ws-title span {
    width: 100%;
    height: auto;
    color: #282828;
    padding: 7px;
    font-size: 15px;
    right: 0;
    bottom: 1px;
}
#du-news-slider .ws-title {
    bottom: 0;
    top: 0;
}
#du-news-slider .ws-title div {
    font-size: 13px;
    padding: 7px 10px;
    height: 30px;
    left: 5px;
    bottom: auto;
    top: 0;
}

#du-news-slider .ws-title div:before,
#du-news-slider .ws-title div:after {
	display:none
}
#du-news-slider .ws_playpause {
    margin-left: -32px;
}

#du-news-slider .ws_bullets {
    top: 10px;
    right: 0;
}

#du-news-slider .ws_bullets div {
    left: auto;
    right: 5px;
}

/**/

#backtop {
    display: block;
    right: 14px;
    bottom: 145px;
    width: 44px;
    height: 44px;
    opacity: .5;

}
	
footer .copyright {
    height: auto;
    line-height: normal;
    padding: 20px 0;
}

#footer-links {
    margin: 25px 0 0 0;
    line-height: 1.8;
}
	
#du-gmap iframe{
	width: 100%;
	}

h3.demotitle {
    display: none;
}	

#Votesresult .progress-container {
    width: 100%;
}

/** calender page **/
.calendar_post {
    clear: both;
    width: 100%;
    height: auto;
    padding: 0 0 15px 0;
    position: relative;
    background-image: none;
    margin: 20px auto;
    border-bottom: 1px solid #bdbdbd;
}
.calendar_title {
    margin: 0 0 0 0;
    padding-right: 0;
    text-align: center;
    height: auto;
}

.calendardownload {
     display: block;
    padding: 0;
    text-align: right;
}
.calendardate,.calendarplace,.calendarperiod {
    text-align: right;
	}
/***/

.pagination {
    padding: 0;
}


#push-this{
	display:none
}
	
	}


 
body.fixed-nav #logodiv{
	display:none;
		}
 
#navbar-main.affix{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}
#navbar-main.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 100000000000;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.50);
	}
#navbar-main.affix .dropdown-menu {
    background-color:#fff;
	}

#gallery-page .thumbnail img{
    height: 135px;
    width: 100%;
	opacity: .85;
	}

#gallery-page .thumbnail img:hover{
	opacity: 1;
	}
	
#gallery-page .imgbox {
    height: 235px;
}
#gallery-page h2 {
    padding: 0 0 10px 0;
    font-size: 13px;
    margin: 0;
    text-align: center;
	}


	
	/***********/
#galeryhome {
    margin: 20px;
	} 
#galeryhome figure {
    position: relative;
    padding: 0;
    border: 1px solid #f5f5f5;
}
 
#galeryhome .col-md-4 {
    height: 135px;
    margin-bottom: 20px;
    overflow: hidden;
} 
#galeryhome figure img {
     width: 100%;
     padding: 5px;
    background-color: #fff;
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);

 }
#galeryhome figure:hover img {
	-webkit-filter: grayscale(80%) ;
	filter: grayscale(50%) ;
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;

}

#galeryhome figure:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
#galeryhome figure:hover:before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/******* university president section homepage *******/


.uni-admin-section {
    background-color: #fff;
    box-shadow: 0px 0px 0px 5px #ececec;
    margin: 40px 0;
    padding: 10px 0 0 0;
    border: 1px solid #efefef;
}

.uni-admin-section .unipresidentimg {
    position:  relative;
    text-align:  center;
}

.uni-admin-section .unipresidentimg img {
    height:  100px;
    width:   100px;
    border-radius:  50%;
    z-index:  1000;
    position:  relative;
    background-color:  #FFF;
    padding: 5px;
    border: 0;
    box-shadow: 0px 0px 0px 1px #ececec;
}

.uni-admin-section .unipresidentimg:before {
    text-align:  center;
    /* content:  ""; */
    height: 200px;
    width:  1px;
    background-color: #efefef;
    display:  block;
    position:  absolute;
    left:  50%;
    z-index: 10;
}


.uni-admin-section h3 {
    color:  #b61a31;
    margin-bottom: 10px;
    font-family: 'Neosans-bold';
}

.uni-admin-section p {
    font-size: 12px;
    text-align:  justify;
    color: #3e3e3e;
}

.uni-admin-section .uni-pres-sign {
    text-align: center;
    margin: 15px 0 10px 0;
}

.uni-admin-section .uni-pres-sign h5 {
    font-size: 13px;
}

.uni-admin-section .uni-pres-sign h4 {
    color: #b61b31;
}

.uni-admin-section .uni-content {
    padding: 18px;
}

.uni-admin-section .uni-mivi {
    padding: 0 20px 0 0;
}

.uni-admin-section hr {
    background-color: #efefef;
    margin: 15px 0;
}

.btn.btn-outline {
    border: 2px solid #8c1729;
    border-radius:  50px;
    padding: 7px 18px;
    background-color:transparent;
    color: #8c1729;
    font-size: 13px;
    margin-top: 5px;
}

.btn.btn-outline:hover {
    background-color:#8c1729;
    color: #fff;
}

.btn.btn-read-more {
    margin: 10px 0 0 0;
}

.uni-admin-section .col-md-8 {
    padding-right: 0;
}

.uni-admin-section .col-md-6:first-child {
    border-left: 1px solid #efefef;
}

.uni-admin-section .contact-pres {
	background-color: #f8f8f8;
    padding: 20px;
    margin: 10px 1px 1px 1px;
    text-align: center;
    border-top: 1px solid #efefef;
    color: #3e3e3e;
    font-size: 13px;
}
.uni-admin-section .contact-pres .fa {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    color: #8c8c8c;
}

.uni-admin-section .pres-word {
	text-align: center;
    border-right: 1px solid #efefef;
    padding: 5px 0;
    margin: 15px 0;
}

/***/

footer .contact-uni{
    padding: 50px 15px;
}

footer .contact-uni ul#socialicons li a {
    width: 60px;
    height: 60px;
    display: block;
    color: #fff;
    border-radius: 2px;
    vertical-align: middle;
    font-size: 10px;
    line-height: 65px;
}
footer .contact-uni ul#socialicons li i:before {
    font-size: 20px;
}

footer .contact-uni .fcontactus {
    text-align:  center;
    color:  #fff;
    margin: 40px 0 0 0;
}

footer .contact-uni .fcontactus p {
    display:  inline-block;
    color:  #fff;
    margin:  0 20px;
    font-size: 13px;
    font-family: 'Neosans-regular';
}

footer .contact-uni .fcontactus p a {
    color:  #fff;
    font-size: 13px;
}
footer .contact-uni .fcontactus p a:hover {
	text-decoration: underline;
}
footer .contact-uni .fcontactus p i {
    margin-right: 7px;
    font-size: 22px;
    vertical-align: middle;
    color: #fece0a;
    position: relative;
    top: -2px;
}

/****/

.duStatistics.panel {
    margin-bottom: 50px;
}
.duStatistics.panel .panel-heading {
    padding: 18px 15px;
    background: rgb(133,32,48);
    background: -moz-linear-gradient(94deg, rgba(133,32,48,1) 0%, rgba(69,83,86,1) 100%);
    background: -webkit-linear-gradient(94deg, rgba(133,32,48,1) 0%, rgba(69,83,86,1) 100%);
    background: linear-gradient(94deg, rgba(133,32,48,1) 0%, rgba(69,83,86,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#852030",endColorstr="#455356",GradientType=1);
}
.duStatistics.panel .panel-heading h3 {
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.duStatistics.panel .panel-body {
    background-color: #fff;
}
.duStatistics.panel .listCount i {
    font-size: 20px;
    background: rgb(133,32,48);
    background: -moz-linear-gradient(94deg, rgba(133,32,48,1) 0%, rgba(240,85,89,1) 100%);
    background: -webkit-linear-gradient(94deg, rgba(133,32,48,1) 0%, rgba(240,85,89,1) 100%);
    background: linear-gradient(94deg, rgba(133,32,48,1) 0%, rgba(240,85,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#852030",endColorstr="#f05559",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.duStatistics.panel .listCount h5 {
	display: inline-block;
	margin: 0 0 0 5px;
}
.duStatistics.panel .listCount .duNumber {
	display: inline-block;
	float: right;
	font-size: 21px;
	margin: 0;
	font-weight: 600;
	position: relative;
	top: -3px;
	right: 10px;
	color: #8f1929;
}
.duStatistics.panel .listCount {
    padding: 11px 0;
}
.duStatistics.panel .row {
    border-bottom: 1px solid #f5f5f5;
}
.duStatistics.panel .row:last-child {
    border: 0;
}
.duStatistics.panel .row:nth-child(odd) {
    background-color: #f5f5f5;
}
.duStatistics.panel .row .col-md-6:first-child {
    border-left: 1px solid #f5f5f5;
}

/****/

@media (max-width: 767px) {

.uni-admin-section {
    padding: 25px 20px;
}

.uni-admin-section .pres-img:before {
    display:none
}

.uni-admin-section .contact-pres {
    padding: 20px;
    margin: 10px 0;
    color: #3e3e3e;
    border-radius: 10px;
}

.uni-admin-section .unipresidentimg {
    line-height: unset;
    height: auto;
    margin: 0;
    text-align: center;
}

.uni-admin-section .unipresidentimg img {
    height: 140px;
    width: 135px;
    border-radius: 50%;
}

.uni-admin-section .pres-word {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

footer .contact-uni .fcontactus {
	display: table;
    margin: auto;
    text-align: left;
}

footer .contact-uni .fcontactus p {
    margin: 16px 10px;
    display: block;
}

}