body {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	height: 100%;
}
.test { border:1px solid red;}
.circle_bg_top {
	position: absolute;
	right: 0;
	top: 0
}
.circle_bg_bottom {
	position: absolute;
}
.logo {
	float: left;
	line-height: 20px;
	padding: 5px;
}


.top_bg {
	background: rgba(64, 79, 10, 0.8);
	/*	background: #7F3C65;*/
	border-bottom: 1px solid #ccc;

    padding: 10px 0px;
}

.col-saperator {
	border-right:1px dashed rgba(255,255,255,0.1);
	}
/* hover menu*/

.menu-opener, .menu-opener:hover, .menu-opener.active, .menu-opener-inner, .menu-opener-inner::before, .menu-opener-inner::after, .menu, .menu.active, .menu-opener:hover {
	-webkit-transition: 250ms all;
	transition: 250ms all;
}
.menu-opener {
	background-color: #404F0C;
	border: 1px solid black;
	border-radius: 100px;
padding: 18px 0 0 13px;
	cursor: pointer;
	height: 50px;
	position: absolute;
	float: right;
	margin-top: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 50px;
	display:block;

	z-index: 99999999;
	right: 0;
}
.menu-opener:hover, .menu-opener.active {
	background: #404F0C;
	border-radius: 50px;
	width:50px;
	height:50px;
}
.menu-opener-inner {
   background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 0.5rem;
    margin-left: 0;
    margin-top: 0rem;
    width: 2.5rem;




}
.menu-opener::before, .menu-opener::after {
	background: white;
	content: '';
	display: block;
	height: .5rem;
	width: 2.5rem;
	border-radius: 10px;
		-webkit-transition: 250ms all;
	transition: 250ms all;
}
.menu-opener::before {
	-webkit-transform: translateY(-0.3rem);
	-ms-transform: translateY(-0.3rem);
	transform: translateY(-0.3rem);
}
.menu-opener::after {
	-webkit-transform: translateY(0.25rem);
	-ms-transform: translateY(0.25rem);
	transform: translateY(0.25rem);
}
.menu-opener.active {
	background-color: #404F0C;
	border: 1px solid black;
}
.menu-opener:hover:before {
	display:block;
	-webkit-transform: translateY(-0.3rem) translateX(-0.3rem) rotate(-45deg);
	-ms-transform: translateY(-0.3rem) translateX(-0.3rem) rotate(-45deg);
	transform: translateY(-0.3rem) translateX(-0.3rem) rotate(-45deg);
}
.menu-opener:hover:after {
	display:block;
	-webkit-transform: translateY(0.3rem) translateX(-0.3rem) rotate(45deg);
	-ms-transform: translateY(0.3rem) translateX(-0.3rem) rotate(45deg);
	transform: translateY(0.3rem) translateX(-0.3rem) rotate(45deg);
}

/*.menu-opener, .menu-opener:hover, .menu-opener.active, .menu-opener-inner, .menu-opener-inner::before, .menu-opener-inner::after, .menu, .menu.active {
	-webkit-transition: 250ms all;
	transition: 250ms all;
}
.menu-opener {
	background: #6a1b4b;
	border-radius: 100px;
	padding: 5px 5px;
	cursor: pointer;
	height: 50px;
	position: absolute;
	float: right;
	margin-top: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 50px;

	z-index: 99999999;
	right: 0;
}
.menu-opener:hover, .menu-opener.active {
	background: #6a1b4b;
	border-radius: 50px;
}
.menu-opener-inner {
	background: #fff;
	height: .5rem;
	margin-left: .75rem;
	margin-top: 1.75rem;
	width: 2.5rem;
	border-radius: 10px;
}
.menu-opener-inner::before, .menu-opener-inner::after {
	background: white;
	content: '';
	display: block;
	height: .5rem;
	width: 2.5rem;
	border-radius: 10px;
}
.menu-opener-inner::before {
	-webkit-transform: translateY(-0.76rem);
	-ms-transform: translateY(-0.76rem);
	transform: translateY(-0.76rem);
}
.menu-opener-inner::after {
	-webkit-transform: translateY(0.25rem);
	-ms-transform: translateY(0.25rem);
	transform: translateY(0.25rem);
}
.menu-opener-inner.active {
	background: #fff;
}
.menu-opener-inner.active::before {
	-webkit-transform: translateY(-0.9rem) translateX(-0.3rem) rotate(-45deg);
	-ms-transform: translateY(-0.9rem) translateX(-0.3rem) rotate(-45deg);
	transform: translateY(-0.9rem) translateX(-0.3rem) rotate(-45deg);
}
.menu-opener-inner.active::after {
	-webkit-transform: translateY(0.3rem) translateX(-0.3rem) rotate(45deg);
	-ms-transform: translateY(0.3rem) translateX(-0.3rem) rotate(45deg);
	transform: translateY(0.3rem) translateX(-0.3rem) rotate(45deg);
}*/



.menu {
	background: #fff;
	color: transparent;
	height: 50px;
	margin-top: 5px;
	float: right;
	position: absolute;
	right: 2%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 0rem;
	z-index: 4;
	border-radius: 50px;
}

.menu li { float:left;
	margin:0px!important;
	-moz-transition: .5s ease-in-out;
	transition: .03s ease-in-out;
}

.menu.active {
	width: -webkit-calc(100%);
	width: calc(100%);
}
.menu.active .menu-link {
	color: #000;
	display: inline-block;
	-moz-transition: .5s ease-in-out;
	transition: .03s ease-in-out;
}
.menu.active .menu-link:hover {
	color: #404F0C;/*	font-weight: 400;*/
/*	text-shadow: 0px 4px 3px rgba(0,0,0,0.2), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);*/
}
.menu-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%;
	list-style-type: none;
	margin: 0;
	margin-left: 0rem;
	padding: 0;
}
.menu-inner li a {
	border-right: 1px solid #ccc
}
.menu-inner li a:first-child {
	border-right: 1px solid #ccc
}
.menu-inner li a:last-child {
	border-right: 0px solid #ccc
}
.menu-inner li:last-child:after {
	border-right: 0px solid #ccc
}
.menu-link {
	color: transparent;
	display: none;
	padding: 12px 5px!important;
	font-size: 18px;
	height: 100%;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto' sans-serif;
}

.menu-link > a { color:#000; text-decoration:none;}
.menu-link > a:hover { color:#404F0C;}

.menu-link li {
	margin: auto;
	border-right: 1px solid #CCC
}
.menu-link li:last-child {
	border: none
}
.menu-inner a:hover {
	text-decoration: none;
}

#maintitle .title h2 {
text-align: center;
color: #fff;
text-transform: uppercase;
margin-bottom: 10px;
font-size: 20px;
background-image: url('../images/heading-line.png');
background-position: center bottom;
background-repeat: no-repeat;
font-family: 'open-sans', sans-serif;
letter-spacing: 2px;
padding-bottom: 28px;
line-height: 200%;
font-weight: 600;
}

.smtxt {
	font-size: 45px;
	font-weight:500;
	color:#ffffff;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;

}

.btn_box .btn {
	width: 100%;
	padding: 10px;
	border-radius: 50px;
	background: #F36B24;
	color: #fff;
	font-size: 22px !important;
	font-weight: 300;
	text-transform: uppercase;
	margin: 15px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	transition: all .2s ease-in-out;
	border: 2px solid #fff;
}
.btn_box .active {
	background: #f36b24;
	border: 2px solid #fff;
	color: #fff;
}
.btn_box .btn:hover {
	background: #5B2245;
	border: 2px solid #fff;
	color: #fff;
}

.lib-panel {
	margin-top: 10px;
}
.lib-panel img {
	width: 100%;
	background-color: transparent;
	height: 100%;
}
.lib-panel .lib-row {
	padding: 0 10px 0 10px;
}
.lib-panel .lib-row.lib-header {
	font-size: 20px;
	padding: 10px 0px;
	text-transform: uppercase;
	font-family: 'Oswald' sans-serif!important;
	letter-spacing: 1px;
	font-weight: 700;
	color:#3B392E!important;
}
.lib-panel .lib-row.lib-desc {
	position: relative;
	display: block;
	width: 100%;
	padding:10px 0px;

}
.lib-panel .lib-row.lib-desc p {
	font-size: 14.5px;
	color: #000000;
	font-weight: 350;
	line-height: 130%;
	font-family: 'Open Sans', sans-serif;
}
.lib-panel .lib-row.lib-desc p:nth-child(2) 
{
	margin: 20px 0px;
}
.lib-panel .lib-row.lib-desc p:nth-child(3) 
{
	margin: 20px 0px;
}


.lib-panel .lib-row.lib-desc a {
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 20px;
	font-family: 'Open Sans', sans-serif;
}
.box-shadow {
	-webkit-box-shadow: 0 11px 28px -14px rgba(0,0,0,0.74);
	-moz-box-shadow: 0 11px 28px -14px rgba(0,0,0,0.74);
	box-shadow: 0 11px 28px -14px rgba(0,0,0,0.74);
	background: rgba(21, 9, 16, 0.27);
	width: 100%;
	float: left;
	height: 100%;
}
.imgbox {
	width: 25%;
	float: left;
	height: auto;
	max-width: 100%;
}
.detailbox {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px 10px;
	background-color: #FFBA00;
}



/*video css*/
.activity_text { font-size:14px;
color:#fff;
text-align:left;
margin:20px 0px;
font-family: 'Open Sans', sans-serif;
}

.resources h1 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	font-size: 20px;
	background-image: url("../images/heading-line.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 28px;
}
.resources h1 {
	background-image: url("../images/line-black.png");
	color: black;
	}

.faculty {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.faculty .facultyimg { border:4px solid grey; padding:0px; margin-bottom:10px;}

.faculty .facultytext {
	margin-bottom:10px;
 text-align:center; color:#fff;
	}
.faculty .facultytext h1 { margin:0px;
font-size:16px;
color:#fff;
line-height:25px;
font-weight: bold;

}

.faculty .facultytext p {
margin:0px 5px;
padding:0px;
font-size:14px;
	}




section.resources {
	/*	background: url(../images/botom_bg.png) no-repeat left bottom;*/
	color: #fff;
	font-family: 'Open Sans';
}
.resources ul {
	margin: 0;
	padding-left: 15px;
}
.resources ul li {
	line-height: 30px;
	font-weight: 300;
	font-size: 16px;
	color: #000;
}
.resources ul li a {
	color: #000;
}
.rsdetail {
	padding-bottom: 30px;
	padding-top: 10px;
	padding: 20px 30px 30px 30px;
	background-color: #FFBA00
}
.footer_bottom {
	background-color: #EBEBEB;
	padding: 5px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	z-index: 2;
	position: relative;
}
.footer_bottom p {
	font-size: 16px;
	font-weight: 400;
	padding:18px 0px;
    margin:0 0 0px;
}
.footer_bottom a {
	margin-right: 15px;
}
.footer_bottom a i.fa.fa-facebook-square {
	color: #fff;
	font-size: 2em;
	transition: .2s ease-in-out
}
.footer_bottom a i.fa.fa-facebook-square:hover {
	color: #f36b24
}
.footer_bottom a i.fa.fa-linkedin-square {
	color: #fff;
	font-size: 2em;
	transition: .2s ease-in-out
}
.footer_bottom a i.fa.fa-linkedin-square:hover {
	color: #f36b24
}
.circle {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 0px;
}


.bottom_img {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0px;
	text-align: right;
}
.bottom_img img {
	float: right;
}



.small_italic { font-size:14px;
color:#fff;
text-align:center;
}

.margin_T_80 { padding-top:90px !important;}

.footer_bottom p a{color:#fff}

.col-centered {
	float:none !important;
	margin:0 auto;
	}
	
	
@media only screen and (min-width:320px) and (max-width:767px) {

.menu {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
 border-radius: 10px;
     position: fixed;
   height: auto;
 }
.menu-link {

    padding: 3px 7px;
    width: 98%;
	font-size:14px;
	text-align:center;
}
.menu.active {
    width: 96%;
}
.menu-inner {
	display: inline;
	text-align: center !important;


}
}

@media only screen and (min-width:320px) and (max-width:736px) {
#maintitle .title h2 {
    font-size: 22px;
 }
 .activity_text { font-size:13px;
color:#fff;
text-align:center;
}
.videoblock, .video-block  { width:70% !important;}
.col-saperator { border-right: none;}

 .smtxt { font-size:16px;}
.title {
    margin-bottom: 10px;
}
.btn_box .btn {

    font-size: 18px !important;

}
.imgbox {
    height: auto;
    margin: 0 auto;
    text-align: center;
    width: 50%;
	float: none;
}

.detailbox {
    float: none;
    height: auto;
    padding: 0 5px;
    width: 100%;
	text-align:center;
}
.lib-panel .lib-row.lib-desc {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}


.title h1, .resources h1 {
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 30px;

}
.box-shadow {
	padding-top:10px;
    box-shadow: none;

}
.resources ul li {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.footer_bottom {
    padding: 10px 0 0;
}

.footer_bottom p {
    font-size: 12px;
	text-align:center
}

.footer_bottom a {
    margin-right: 0px;
}
.faculty .facultyimg {
    width: 40%;
}

.videoblock .videotext, .faculty .facultytext, .faculty .facultytext p {
    font-size: 14px;
    margin-bottom: 10px;
}

.faculty .facultytext h1, .videoblock .videotext h1 {
    font-size: 16px;	
    line-height: 22px;

}
.top_bg {
    background: #976081;
    border-bottom: 1px solid #ccc;
}

.fp-section.fp-table, .fp-slide.fp-table {
height:	102px !important
	}
	
.fp-tableCell {

    height: auto !important;
	padding-top: 80px;

}

.rsdetail {
    padding: 10px 10px 10px 10px;
	margin-top:20px;
}
.resources h1 { margin-top:0px;}
.margin_T_80 { margin-top:0px !important; padding-top:0px !important;}
.videoblock {

    width: 100%;
}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
.menu-link {
    font-size: 15px;
	padding: 15px 5px;
	}
}

@media only screen and (width:768px){
	.menu {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
 border-radius: 10px;
     position: fixed;
   height: auto;
 }
.menu-link {

    padding: 3px 7px;
    width: 98%;
	font-size:14px;
	text-align:center;
}
.menu.active {
    width: 96%;
}
.menu-inner {
	display: inline;
	text-align: center !important;


}
.videoblock {
    width: 100%;
}
}





/*new*/
.presentation .video-block {
  margin-top: 10px;
  margin-bottom:20px;
  margin:0 auto;
  margin-bottom:10px;
}


.presentation .video-block .image-holder {
  overflow: hidden;
  position: relative;
  border:2px solid #f36b24;
  padding:3px;
  background:#fff;
}
.presentation .video-block .image-holder img {
  width: 100%;
}
.presentation .video-block .image-holder .overlay {
  zoom: 1;
  filter: alpha(opacity=0.5);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
 
  color: #fff;
  top: 0;
  left: 0;
  text-align: center;
  z-index:999
}
.presentation .video-block .image-holder .overlay a {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 650ms ease-in-out;
  -moz-transition: all 650ms ease-in-out;
  -o-transition: all 650ms ease-in-out;
  transition: all 650ms ease-in-out;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;

  margin-left: -25px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 50px;
  font-size:30px;
  font-weight:100;

}

.presentation .video-block .image-holder:hover .overlay {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.presentation .video-block .image-holder:hover .overlay a {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}

.presentation .video-block .videoicon{  color: #fff !important;
    font-size: 30px;
    left: 43%;
    position: absolute;
    top: 37%;
}

@media only screen and (min-width:1024px) and (max-width:1366px) {
	.bottom_img > img {
    width: 140px;
}
	
}

.modal-title {
	font-family:inherit;
    line-height: 1.42857;
    margin: 0;
	color:#3B162D !important;
	font-size:18px;
	font-weight:700;
}


/*new text*/
.buttontext { text-align:center; color:#fff; margin-top:30px; padding:15px; background: rgba(21, 9, 16, 0.27) none repeat scroll 0 0; font-size:15px;}
.buttontext a { background:#F36B24; padding:5px; color:#fff; }
.buttontext a:hover { background:#973400; color:#fff; text-decoration:none; }



@media only screen and (max-width:1024px) and (min-width:786px) 
{

.menu-inner li a:last-child {
	font-size:12px!important;
}
.title h1
{
	
	font-size:30px!important;
}
.navbar-height
{
	height:57px!important;
}
.smtxt
{
	font-size:20px!important;
}
.video-block
{
	width:177px;
}

.top_bg
{
padding:0px!important;
}

.menu-link
{
	width:18%!important;
	text-align: center!important;
	padding: 6px 5px !important;
}
#menu li a
{
	margin:0px!important;
}

}

@media only screen and (max-width:1800px) and (min-width:1200px) 
{
.title h1
{
	
	font-size:46px!important;
	margin-bottom: 0px!important;
}
.smtxt
{
	font-size:36px!important;
}
.navbar-height
{
	height:53px!important;
}
.menu-inner li a{

	margin:0px 8px!important;
}
.top_bg
{
padding:0px!important;
}


}