@charset "utf-8";

@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,600italic,400,600,300");


/* General ------------------------------------*/
body {
	background: none repeat scroll 0 0 #FFF;
	font-family: 'Open Sans', sans-serif;
	color: #383e44;
	font-weight: 400;
	/* 1em = 10px | 1.2em = 12px | 2em = 20px | etc. */
	font-size: 0.9em;
	color: #555555;	
	overflow-x: hidden;
}
p {
	color: #ffffff;
	font-size: 1.4em;
	font-weight:normal;
	line-height: 20px;
}
a, a:hover {
	text-decoration:none;
}
a{ 
	outline: 0!important;
}
h1, h2, h3, h4, h5, h6 {
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	margin:2% 0;
}
h1 {
	font-size:3.2em;
}
h2 {
	font-size:2.5em;
}

h3 {
	font-size:1.5em;
}

h4 {
	font-size:1.3em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1.3em;
}
.title h1 {
	text-align:center;
	font-weight:400;
	line-height: 0.9em;
	margin: 1% 0;
}
.title h3 {
	text-align:center;
	font-weight:bold;
    font-size: 2em;
    line-height: 1.5em;
	margin: 1% 0;
}
.generic-section {
	padding:60px 0 5%;
    background: #fff;
}
.btn{
    display: block;
    margin: 0 auto;
    border-image: none;
    box-shadow: 0 0 0;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 2px solid #FFF;
    background: #FFF;
    text-shadow: 0 0 0;
    padding: 17px 27px;
}
.btn i{
    margin-right: 6px;

}


/*  Transitional elements
================================================== */
header .navbar ul.nav li a 
{ 
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}



/* Header ------------------------------------*/
header {
	background:#FFF;
	margin-bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 99;
}



/* Top bar ------------------------------------*/
header .topbar{
	border-bottom: 1px solid #000;
	padding-top: 10px;
}
header .topbar h1 {
	background-image: none;
	display: inline-block;
	margin: 0;
	padding-top: 7px;
}
header .topbar h1 > a {
	text-indent: -99999px;
	background-image: url("https://centrefordistanceandonlinelearning.tmu.ac.in/img/logo.png");
	background-repeat: no-repeat;
	display: block;
	height: auto;
	padding: 20px 0;
	width: 350px;
	padding-bottom:80px;
}
header .topbar .btn {
    background: #ea5e0d; /* Old browsers */
    color:#fff;
    display: block;
    float: right;
	font-weight:300;
	font-size:19px;
	margin-right: 2px;
    padding: 8px 7px;
}
header .topbar .btn i{
    margin-right: 10px;
}
header .topbar .btn:hover {
	background:#FF0000;
}
header .topbar .sb{
	padding: 0
}

/* Main Menu ------------------------------------*/
header .nav > li > a {
	color:#fff;
	line-height: 68px;
	list-style: none;
	padding: 0 15px;
	text-shadow:none;
}
header .navbar {
	margin-bottom:0;
}
header .navbar{
	background: #ea5e0d;
	border: none;
	border-top:1px solid #ea5e0d;
	box-shadow:none;
}
header .navbar ul.nav li:first-child {
	border-left: 1px solid #d4c4b3;
}
header .navbar ul.nav li {
	list-style: none;
	border-right: 1px solid #d4c4b3;
}
header .navbar ul.nav li a{
    text-shadow: none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.3em;
	line-height:1;
    background: #ea5e0d;
    color: #FFF;
}
header .navbar ul.nav li a:hover{
	color: #fff !important;
	background: none repeat scroll 0 0 #FF0000;
	border-top: 3px solid #FF0000;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background: #ea5e0d;
	border-top: 3px solid #FF0000!important;
    color: #fff;;
}
#sub_menu.social_button li a:hover{
    background: none;
}
#sub_menu.social_button li a i{
    margin-left: 4px;
    margin-right: 4px;
}
.navbar .nav .dropdown-toggle .caret {
	margin-top: 4px;
}
.dropdown-menu{
    background: #ea5e0d;
    border-radius: 0;
    padding: 0;
}
.dropdown-menu li{
    color: #777777;
}
.dropdown-menu li a i{
    padding-right: 4px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle{
    background: none repeat scroll 0 0 #ee8721;
    color: #ffffff;
}
.navbar .nav > li > .dropdown-menu:after {
	border-bottom-color: transparent;
}
.navbar .nav > li > .dropdown-menu:before {
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0);
}
.collapse.navbar-collapse.navbar-ex1-collapse{
	padding: 0;
}
.navbar-collapse.navbar-ex1-collapse.in{
	display: inline;
	margin-left: 5px;
}
.navbar .navbar-inner .mn{
	padding: 0;
}
.navbar-toggle{
	margin-right: 25px;
}
.navbar-nav{
	margin: 0;
}
.navbar{
	z-index: 500;	
}
/* Slider Section ------------------------------------*/
section.sliderbox {
	background: url("../img/bg_section1.png") repeat transparent;
    padding-top: 180px;
    padding-bottom: 20px;
}
.theme-default{
	padding: 0 20px 0 0;
    position: relative;
}
.theme-default .nivoSlider{
    height: inherit;
}
.theme-default .nivo-caption{
    height: 61px;
    line-height: 21px;
    padding-top: 20px;
    font-weight: bold;
    padding-left: 20px;
}
.theme-default .nivo-controlNav{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.course-form-box.suscribe{
    background: transparent;
    padding: 15px;
}
.course-form-box.suscribe input{
    background: #ea5e0d;
    border-color: #FFF;
}
.course-form-box.suscribe button{
    margin: 10px 0 0;
    padding: 10px 25px;
}
.video iframe {
	border: none;
}



/* Main Form ------------------------------------*/
.course-form-box {
	background:#ea5e0d;
	text-align: center;
	padding: 25px 35px;

}
.course-form-box form{
    margin-bottom: 4px;

}
.course-form-box .content_form {
    text-align: left;

}
.course-form-box .content_form input{
    background: none repeat scroll 0 0 #ea5e0d;
    border-bottom: 2px solid #FFF;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: -moz-use-text-color -moz-use-text-color #FFF;
    border-radius: 4px;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 41px;
    margin: 0 0 10px 0;
    padding: 0 7px;
    width: 100%;
    -moz-box-sizing: inherit;
}


.course-form-box .content_form input::placeholder{
    color:#fff;
}
.course-form-box .content_form input, select{
    height: 40px;
    width: 100%;

}
.course-form-box h3 {
	font-size: 20px;
    line-height: 23px;
}
.content_form .btn {
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px auto 4px;
	color:#ea5e0d;
}




/* Features ------------------------------------*/
.features {
	background: url("../img/bg_section2.png") repeat transparent;
    padding-top: 80px;
}
.features h1{
	margin-top: 0;
    font-size: 30px;
    margin-bottom: 0;
}
.features .row {
	margin-bottom:3%;
} 
.features .fea {
	text-align:center;
}
.features .fea img {
	margin-top: 40px;
	margin-bottom: 20px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
.features .fea:hover img{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.features .title h3 {
	color: #ffffff;
}
.features h4 {
	font-size: 1.7em;
	text-transform:uppercase; 
}



/* Gallery ------------------------------------*/
#menu-gallery .grid figcaption h3{
	padding: 0 0 0 17px;
}
#menu-gallery .grid figcaption span{
	padding: 0 0 0 17px;
}
#menu-gallery .grid figcaption a.btn{
    left: 19px;
    right: 27px;  
    position: absolute;  
}
.gallery .title h1 {
	color:#263d5a;
}
.gallery .title h3 {
	color:#000;
	font-weight:bold;
}
.grid {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.gallery .grid figure{
	margin: 15px 0;
}
.grid figure {
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	background: #2c3f52;
}

.grid figcaption h3 {
	margin: 20px 0 0 0;
	padding: 0;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.6em;
}

.grid figcaption span:before {
	content: 'by ';
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	color: #fff;
}
ul li figcaption span{
    color: #ffffff;
	font-size:13px;
	font-style: italic;
}
.grid figcaption a.btn{
	border-bottom: 2px solid #0f5496;
    background: #1968b5;
    border-image: none;
    box-shadow: 0 0 0;
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    text-shadow: 0 0 0;
}
.grid figcaption a.btn:hover {
	color: #fff;
	background: #FF0000;
}

/* Animation style */
/* Caption Style 4 */
.cs-style-4 li {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}

.cs-style-4 figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cs-style-4 figure > div {
	overflow: hidden;
}

.cs-style-4 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-4 figure:hover img,
.cs-style-4 figure.cs-hover img {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}

.cs-style-4 figcaption {
	height: 100%;
	width: 70%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.cs-style-4 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 60px;
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 10px 10px;
	}
	.grid li {
		width: 100%;
	}
}




/* Testimonials ------------------------------------*/
#menu-testimonials .carousel-control{
    background: transparent;
    border-color: transparent;
    top: 15%;
}
section.testimonials {
	background: #e3e8f2 url("../img/test-bg.jpg") center center no-repeat;
	background-size:cover;
}
.testimonials .title h1{
	color:#ea5e0d;
}
.testimonials .title h3 {
	color:#ff0000;
}
.testimonials .featurette {
	text-align:center;
}
.testimonials .featurette img{
	border: 3px solid #ea5e0d;
}
.testimonials .featurette .lead{
	color: #000000;
	font-style:italic;
	font-weight:normal;
	font-size:2em;
	line-height: 29px;
	margin: 20px 0;
}
.testimonials .featurette .featurette-user{
	color: #ea5e0d;
	font-size:1.4em;
	text-transform:uppercase;
}




/* Pricing Table ------------------------------------*/
#menu-pricing ul{
    padding-left: 44px;
    padding-right: 44px;
}
#menu-pricing ul li{
    margin-bottom: 0px;
}
#menu-pricing ul li.last{
    margin-bottom: 0;
    margin-top: 26px;
}
.pricing .title h1{
	color:#ea5e0d;
}
.pricing .title h3 {
	color:#FF0000;
}
.pricing .item {
	border: 1px solid #E9E9E9;
	background:#f6f6f6;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.pricing .item:hover {
    margin-top: -20px;
}
.pricing .item .header {
	background: none repeat scroll 0 0 #ea5e0d;
    padding-bottom: 10px;
    padding-top: 10px;
}
.pricing .item .header h3 {
	font-size: 18px;
	line-height:30px;
	padding:5px;
	margin-top: 0;
    margin-bottom: 0;
}
.pricing .item .header h5 {
	font-size: 1.5em;
	font-style:italic;
	font-weight:normal;
	color:#ffffff;
}
.pricing h4.price {
	font-size: 7.3em;
	color:#ffffff;
	line-height: 180px;
	background: transparent url("../img/price-bg.png") center center no-repeat;
}
.pricing .item ul li {
	color:#000000;
	font-size: 2.0em;
	list-style: circle;
	line-height:40px;
	text-align: left;
}
.pricing .item .btn-large {
	background:#ea5e0d;
	color:#fff;
	text-shadow:none;
	text-transform:uppercase;
	font-size: 14px;
	font-weight: bold;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    padding: 10px 10px;
}
.pricing .item .btn-large:hover {
	background:#FF0000;
}
.pricing_table{
	padding: 0 15px;
}




/* Map ------------------------------------*/
.mapi {
	background:#ea5e0d;
}

.mapi .title h3 {
	color: #ffffff;
}

.mapi img{
	width: 100%;
}

/* Teachers ------------------------------------*/
.teachers{
    background-color: #FFF;
    padding-bottom: 2%; 
}
.teachers .title h1{
    color: #ea5e0d;
    margin-top: 0;
}
.teachers .title h3{
    color: #FF0000;
    margin-top: 0;
}
.content_carousel{
    margin-top: 20px;
}
#myCarousel{
    padding-top: 66px;
    margin-bottom: 0;
}
.teachers .thumbnails{
    display: table;
    margin: 0 auto;
    padding-bottom: 40px;
}
.teachers .carousel-control{
    background: none;
    border-color: transparent;
    color: #2a333f;
    font-size: 40px;
    top: 56%;
}
.thumbnails .console_img{
    margin-left: 2px;
    margin-bottom: 0;
}
.thumbnails .console_img.first{
    margin: 0;
}
.thumbnails .console_img.last{
 	margin: 0;
}
.thumbnails a{
    padding: 0;
    display: table;
}
.thumbnails a img{
    height: 100%;
    width: 100%;

}
.thumbnails .tooltip.bottom .tooltip-arrow{
    border-bottom-color: #FF0000;
}
.thumbnails .tooltip.bottom .tooltip-inner{
    background-color: #FF0000;
    font-size: 11px;
    text-transform: capitalize;
    padding: 0 1%;
    font-family: 'Open Sans',sans-serif;
}
/*bxslider*/
.bx-wrapper{
 max-width: 100%!important;
}
.bx-wrapper .bx-viewport{
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: 0 0 0 !important;
    padding-bottom: 103px;
    padding-top: 50px;
}
.bx-wrapper .bx-prev{
    left: 0 !important;

}
.bx-wrapper .bx-next{
    right: -7px !important;

}
/*bxslider*/




/* Information ------------------------------------*/
.information{
    padding-top: 90px;
}
.information h1{
    color: #ea5e0d;
    font-weight: normal;
}
.information img{
	width: 100%;
}
.information .accordion-group{
    border-color: transparent;
}
.information .accordion-heading{
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 10px;
}
.information .accordion-inner{
    border-color: transparent;
}
.information .accordion-toggle{
    color: #1968b5;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.information .accordion-toggle i{
    color: #b3b3b3;
    float: right;
    line-height: 24px;
}
.information .accordion-heading:hover .accordion-toggle i{
    color: #1968b5;
}
.information .accordion-inner p{
    color: #818181;
    font-size: 13px;
    line-height: 24px;
    padding: 10px;
}
.information .accordion-toggle:hover {
	color: #fff;
}
.information .accordion-heading:hover{
	background: #FF0000;
}



/* Courses ------------------------------------*/
.courses {
	background: #ea5e0d url("../img/pat.png") center center;
	box-shadow: inset 0 3px 0 rgba(0,0,0,0.1), inset 0 -3px 0 rgba(0,0,0,0.1);
}
.courses .grid{
	padding: 0 10px;
}
.courses .grid figure{
	margin: 15px 15px;
}
.courses .info_context{
    bottom: 9px;
    position: absolute;
    width: 97%;
}
.no-touch .cs-style-5 figure:hover img, .cs-style-5 figure.cs-hover img{
    transform: scale(0.3) !important;
    bottom: 20px;
}
.courses .grid figcaption a.btn{
    display: block;
    margin: 0;
    border-image: none;
    box-shadow: 0 0 0;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 2px solid #0F5496;
    background: #1968b5;
    text-shadow: 0 0 0;
    float: right;
    bottom: 0;
    right: 0;
}
.courses .grid figcaption a.btn:hover {
	color: #fff;
	background: #FF0000;
}

/* Animation Style */
.cs-style-5 figure img {
	width: 100%;
	z-index: 10;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.no-touch .cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
}

.cs-style-5 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.no-touch .cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.cs-style-5 figure a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}


/* Contact ------------------------------------*/
.contact{
    background: #263d5a;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}
.contact p{
    line-height: 19px;

}
.contact h3{
    margin-bottom: 15px;
}
.contact #contact-form{
    margin-top: 20px;
}
.contact textarea{
    background: #182e4a;
    border-color: transparent;
    font-size: 14px;
    height: 110px;
    width: 100%;
    padding: 0;
}
.contact button{
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;

}
.content_form .btn:hover{
     background: #FF0000;
}
.contact .course-form-box{
	margin-left: 68%;
}

/*select*/
.content_form .chzn-container{
    margin-bottom: 10px;
    border-bottom: 2px solid #FFF;

}
.content_form .chzn-container-single .chzn-single{
    background: #ea5e0d;
    border-color: transparent;
    box-shadow: 0 0 0;
    height: 40px;
    padding-bottom: 4px;
    padding-top: 4px;

}

.content_form .chzn-container .chzn-single span{
    color: #FFF;
    font-size: 14px;
}
.content_form .chzn-container-single .chzn-single div b{
    background: url("../js/select/chosen-sprite.png") no-repeat scroll 0 15px transparent !important
}

.chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -18px 15px;
}
.chzn-container-active.chzn-with-drop .chzn-single{
    background: #000000 !important;
    color:#FFF;
    border-color: transparent !important;
    box-shadow: 0 0 0 !important;

}
.chzn-container .chzn-results li.active-result{
    padding-bottom: 12px;
    padding-top: 12px;
}

.chzn-container.chzn-with-drop .chzn-drop{
    background: #000000;
    border-color: transparent;

}
textarea:focus{
	border-color: #E9322D;
	-webkit-box-shadow: 0 0 6px #F8B9B7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #F8B9B7;
}

/* Map ------------------------------------*/
.content_map{
    height: 100%;
    left: 0;
    top: 0;
    width: 62%;
    z-index: 10;
}
.contact #map{
    height: 100%;

}
.recruiters-section { background-color: #FFFFFF; }
.recruiters-section .recruiters-item .recruiters-logo {
  position: relative;
  padding: 10px;
  width: 100%;
  display: block;
  overflow: hidden;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-align: center;
  border: 1px solid #a5a5a5;
  margin-bottom: 30px;
}
#placement-slider .slick-prev:before, #placement-slider .slick-next:before { color: #000;}
#faculty-slider .slick-prev:before, #faculty-slider .slick-next:before { color: #000;}
.recruiters-section .placementItem { padding: 0 15px; }
.facultySection .alumniContent { padding: 20px; margin: 20px 15px; }
.facultySection .alumniContent h6 { margin: 0px; padding: 0px; color: #ff0000; font-size: 24px; }
.facultySection .alumniContent span { color: #ff0000; font-weight: 300; font-size: 18px; }
.facultySection .alumniContent p { font-size: 14px; line-height: 20px; color: #656565; }
.alumniContent .alumni_thumb { position: relative;}
.alumniContent .alumni_thumb img { position: relative;width:160px;height:160px; margin: 0 auto;;}
#faculty-slider .slick-dots li button { background: #000; width: 12px; height: 12px; border-radius: 100%;}
#faculty-slider .slick-dots li.slick-active button {background: #ff0000;}	
#placement-slider .slick-dots li button { background: #000; width: 12px; height: 12px; border-radius: 100%;}
#placement-slider .slick-dots li.slick-active button {background: #ff0000;}

@media only screen and (max-width: 568px){
#students-slider .slick-prev, #students-slider .slick-next { display: none !important;}
#students-slider .slick-dots li button { background: #FFF; width: 12px; height: 12px; border-radius: 100%;}
#students-slider .slick-dots li.slick-active button {background: #ff0000;}

#placement-slider .slick-prev, #placement-slider .slick-next { display: none !important;}


#faculty-slider .slick-prev, #faculty-slider .slick-next { display: none !important;}

.facultySection .alumniContent { height: auto;}
}


/* Footer ------------------------------------*/
footer {
	color:#ffffff;
	padding:0px 0 0 0;
}
footer .footer-title {
	font-size: 15px;
	margin: 2% 0 3% 0;
}
footer .footer-title i {
	color: #1968b5;
}
footer h4 {
	text-transform:uppercase;
}

footer ul li span {
	float:right;
}
footer ul.contact-info {

}
footer ul.contact-info li{
    border-color: transparent;
    line-height: 27px;
    text-transform: uppercase;

}
footer ul.contact-info li i {
	color:#2a333f;
	margin-right:10px;
}
footer ul li {
	font-size: 13px;
	line-height: 36px;
	list-style: none;
	border-bottom:1px solid #1c2128;
}
footer ul li a{
	color:#ffffff;
}
footer ul li a:hover{
	color:#2684df;
}
footer .unstyled{
	padding: 0;
}


/* Coyright ------------------------------------*/
footer .copyright{
	margin-top:0px;
	background: #EA5E0D;
	padding: 30px 0 20px 0;
	text-align: center;
}
footer .copyright h6 {
	color:#ffffff;
	margin: 0.6% 0 0 0;
}
footer .copyright ul {
	display: table;
	margin: 0 auto;
}
footer .copyright ul li {
	list-style: none;
	float: left;
	background-color: transparent;
	border-radius: 50%;
	margin: 0 10px 10px 0;
	border: 2px solid #d5d6d5;
}
footer .copyright ul li a {
	padding: 0 10px;
	color: #d5d6d5;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}
footer .copyright ul li a i{
    line-height: 18px;
}
footer .copyright ul li:hover{
	border: 2px solid #FF0000;
}
footer .copyright ul li:hover a{
	color: #FF0000;
}
.copyright .tooltip.top .tooltip-arrow{
    border-top-color: #1968b5!important;
}
.copyright .tooltip.top .tooltip-inner{
    background-color: #1968b5!important;
    font-size: 11px!important;
    text-transform: uppercase!important;
    font-family: 'Open Sans',sans-serif!important;
}


/* Go to top ------------------------------------*/
.scrollup {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 80px;
	right: 30px;
	display: none;
	background: transparent url("../img/to-top.png") center center no-repeat;
	margin: 0 auto;
	text-align: center;
}

.scrollup i {
	color: #fff;
	text-align: center;
	display: block;
	line-height: 48px;
	font-size: 20px;
	margin: 0;
	width: auto;
}

.scrollup:hover { 
	opacity: 0.7;
}

.pace .pace-progress {
	background-color: #ea5e0d !important;
}



/* W3C*/
@keyframes mianim {
    from { top: 100px; } /*Fotograma inicio*/
    to { top: -50px;  } /*Fotograma final*/
}
/* Mozilla*/
@-moz-keyframes mianim {
    from{ top: 100px;  }
    to{ top: -50px;  }
}
/* Safari y Chrome*/
@-webkit-keyframes mianim {
    from{ top: 100px;  }
    to{ top: -50px;  }
}
@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(0%);
    }
    to {
        -webkit-transform: translateY(-300%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(0%);
    }
    to {
        -moz-transform: translateY(-300%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(0%);
    }
    to {
        -ms-transform: translateY(-300%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}


/**********************end effect**************************/









