* {
    box-sizing: border-box;
}
*, :hover, :active, :focus{
	outline: 0 !important;
}
@font-face {
  font-family: 'Callie Hand';
  src: url('../../fonts/callie-hand.ttf');
}
@font-face {
    font-family: barlow;
    src: url('../../fonts/barlow/ttf/Barlow-Medium.ttf');
}
@font-face {
    font-family: barlow-thin;
    src: url('../../fonts/barlow/ttf/Barlow-Thin.ttf');
}
@font-face {
    font-family: FontAwesome;
    src: url('../../font-awesome/webfonts/fa-brands-400.ttf');
    src: url('../../font-awesome/webfonts/fa-regular-400.ttf');
    src: url('../../font-awesome/webfonts/fa-solid-900.ttf');
}

body, html{
	clear:all;
	badding:0px;
	margin:0px;
	font-family: barlow, sans-serif;
	min-height: 100vh;
}
.flex-grow{
	flex:1;
}
/*p{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}*/

nav ul, nav ol {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
nav ul li, nav ol li {
    list-style-type: none;
}
a, a:hover, a:active, a:focus {
  outline: 0;
  border: 0;
}

a{
	/*color:#ad1457;*/
	color:#3b5998;
}
a:hover, a:active, a:focus{
	color:#880e4f;
	text-decoration: none;
}
.no-padding{
	padding: 0;
}
@media (min-width: 768px) {
	.container{
		width:100%;
		max-width:100%;
	}
}
@media (min-width: 992px) {
	.container{
		width:964px;
		max-width:100%;
	}
}
@media (min-width: 1200px) {
	.container{
		width:1164px;
		max-width:100%;
	}
}
@media (min-width: 1200px) {
	.uaContainer{
		padding-left:30px;
		padding-right: 30px;
	}
}
@media (min-width: 992px) {
	.uaContainer{
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (min-width: 768px) {
	.uaContainer{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 768px) {
	.uaContainer{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.uaContainer{
	max-width: 1120px;
	margin-left:auto;
	margin-right:auto;
}
.box-shadow{
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.7);
}
.fixedContainer {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
}

/** Header and branding ***/
.master-header {
    position: relative;
}
.branding-container{
	/*background: #ad1457; */
	background:#3b5998;
}
.branding-title {
    position: relative;
    padding: 6px 0 6px 124px; 
}
.navbar-container{
	/*background: #ad1457;*/
	background: #3b5998;
    color: #fff;
}
.main-logo img{
	height:125px;
}
.navbar .navbar-dark .navbar-nav .active.dropdown-toggle, .navbar .navbar-dark .navbar-nav .active > .dropdown-toggle, .navbar .navbar-dark .navbar-nav .show.dropdown-toggle, .navbar .navbar-dark .navbar-nav .show > .dropdown-toggle, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .navbar .active.dropdown-toggle, .navbar-dark .navbar-nav .navbar .active > .dropdown-toggle, .navbar-dark .navbar-nav .navbar .show.dropdown-toggle, .navbar-dark .navbar-nav .navbar .show > .dropdown-toggle, .navbar-dark .navbar-nav .show > .nav-link{
	color:#ffab00;
}
.navbar .navbar-dark .navbar-nav .dropdown-toggle:focus, .navbar .navbar-dark .navbar-nav .dropdown-toggle:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .navbar .dropdown-toggle:focus, .navbar-dark .navbar-nav .navbar .dropdown-toggle:hover{
	color:#ffab00;
}
.navbar .navbar-dark .navbar-nav .dropdown-toggle, .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .navbar .dropdown-toggle,.navbar .navbar-nav .dropdown-toggle, .navbar-nav .nav-link, .navbar-nav .navbar .dropdown-toggle{
	color:#eee;
}
.navbar a{
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
.navbar-nav .dropdown-menu{
	border:0;
}
.navbar-nav .dropdown-menu a {
    /*background:#ad1457;*/
    background:#3b5998;
    color:#ffffff;
    /*border-bottom: 1px solid #880e4f;*/
    border-bottom:1px solid #0d47a1;
}
.dropdown-menu a:hover,.dropdown-menu a:active,.dropdown-menu a:focus {
    color:#ffab00;
}
/** Specific to Screen sizes larger than Tablets **/
@media (min-width: 1024px) {
	.master-header .logo .main-logo {
	    display: block;
	    position: absolute;
	    bottom: 0;
	    left:0;
	    -webkit-transition: .2s;
	    transition: .2s;
	}
	.mobile {
		display:none;
	}
	.navbar{
		padding-left:110px;
	}
}
/** Specific to Tablets and smaller screen Sizes **/
@media (max-width: 1024px) { 

	.master-header .logo .main-logo{
		display: none;
	}
	.mobile{
		display: block;
	}
	.master-header .logo .mobile-logo img{
		height: 37px;
	    width: auto;
	    top: auto;
	    bottom: auto;
	}
	.master-header .branding-title {
	    padding: 6px 0 6px 0px; 
	}
	.navbar{
		/*padding: 0px;*/
	}
	.navbar .navbar-nav .dropdown-toggle, .navbar-nav .nav-link, .navbar-nav .navbar .dropdown-toggle{
		padding-left:15px;
	}
	.navbar-nav .dropdown-menu {
	    position: static;
	    float: none;
	    -webkit-transition: 2s;
    	transition: 2s;
	}
	.navbar-toggler{
	    border: none;
	    position: relative;
	    cursor: pointer;
	    height: 43px;
	    background: #ffab00;
	    padding:0 15px 0px 15px;
	    display:table;
	}
 
	.navbar-toggler .menuBtnContainer{
	    display: table-cell;
	    vertical-align: middle;
	}
	.navbar-toggler .menuBtnContainer div {
	    width: 32px;
	    height: 4px;
	    background: #EEE;
	    margin-bottom: 4px;
	    border-radius: 4px;
	    position: relative;
	}
	.navbar-toggler[aria-expanded="true"]{
		padding-top:10px;
		background: #ffab00;
	}
	.navbar-toggler[aria-expanded="true"] .menuBtnContainer div{
		background: #EEE;
	}
	.navbar-collapse.show{
		border-top:2px solid #EEE;
	}
	.navbar-toggler[aria-expanded="true"] .menuBtnContainer div:nth-child(1) {
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.navbar-toggler[aria-expanded="true"] .menuBtnContainer div:nth-child(2) {
	    display:none;
	}
	.navbar-toggler[aria-expanded="true"] .menuBtnContainer div:nth-child(3) {
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    top: -.6rem;
	    position: relative;
	}
}
/** specific  to mobile and smaller Screen Size **/
@media (max-width: 1024px) { /*576px*/
	.master-header .branding-container{
		display:none;
	}
}

.outer-jsc {
  position:   relative;
  height:     450px;
  border:     1px solid #fff;
  margin:     0 auto;

  min-height: 180px;
  max-height: 450px;
  height:      40vw;

  background-color: #ddddd5;

  h3 { font-size: 1.6rem; }
  p { font-size: 1.2rem; }

  @media screen and (min-width: 768px) {
    h3 { font-size: 2.4rem; }
    p { font-size: 1.6rem; }
  }
}

/*********** SLIDER *********/
.carousel-slider img{
	width: 100%;
}
.slick-nav{
	position:absolute;
	top:50%;
	z-index: 1;
	color:#fff;
	opacity:0.7;
	text-shadow: 1px 1px #000;
}
.slick-prev{
	right: 20px;
}
.slick-next{
	left: 20px;
}
ul.slick-dots{
	left:1rem;
	position: absolute;
	bottom:1rem;
	list-style: none;
}
.slick-dots li{
	float:left;
	padding:.3rem;
}
.slick-dots li button{
	/*background: #ad1457;*/
	background:#3b5998;
	border:0;
	color:#fff;
}
.slick-dots li:active, .slick-dots li:hover {
	border:0px;
}
.slick-dots li.slick-active button{
	background: #ffab00;
}

.carousel-slider .slick-post{
	position: absolute;
	max-width: 300px;
	padding: 1rem
}
.carousel-slider .right-top{
	top:2rem;
	right:2rem;
}
.carousel-slider .right-bottom{
	bottom:2rem;
	right:2rem;
}
.carousel-slider .left-top{
	top:2rem;
	left:2rem;
}
.carousel-slider .left-bottom{
	bottom:2rem;
	left:2rem;
}
.carousel-slider .bg-white{
	background: #f2f1eb;
	color:#000b39;
	opacity: .8;
}
.carousel-slider .bg-drak{
	background: #2e2d29;
	color: #FFFFFF;
	opacity: .5;
}
@media (max-width: 768px) {
	.carousel-slider .slick-post p {
		display: none;
	}
}
.sd{
	background-repeat: no-repeat;
	background-size: cover;
	top:0;
	left:0;
	z-index: 99;
    position: absolute;
    height: 100%;
    width: 100%;
}
.sd-1{
	background-image: url(img/sd-1.png);
}
.sd-2{
	background-image: url(img/sd-2.png);
}
.sd-3{
	background-image: url(img/sd-3.png);
}
.sd-4{
	background-image: url(img/sd-4.png);
}
.sd-post{
	font-size:12px;
}
.sd-1 .sd-post, .sd-4 .sd-post{
	width:32%;
	padding:15px;
	position: absolute;
	top:15%;
	text-align: center;
}
.sd-2 .sd-post{
	width:31%;
	padding:15px;
	position: absolute;
	top:25%;
	right: 0px;
	text-align: center;
}
.sd-3 .sd-post{
	width:31%;
	padding:15px;
	position: absolute;
	top:15%;
	right: 0px;
	text-align: center;
}
@media (max-width: 768px) {
	.carousel-slider .sd-post .hide-small{
		display: none;
	}
}
@media (max-width: 510px){
	.carousel-slider .sd-post h4{
		font-size: 80%;
	}
	.slick-dots{
		display: none !important;
	}
}

/*** Zoom effect of slider/Carousel ****/
.animated {
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

/***  Post Over Slider - sd-hero ***/
/** gradent effect **/
.carousel-slider-gradient{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
	/*background: linear-gradient(90deg,#0000f0 0,rgba(0,0,240,.4) 70%,rgba(0,0,240,.2))*/
	/*background: linear-gradient(90deg, rgba(0,0,240,.4) 0,rgba(0,0,240,.4) 70%,rgba(0,0,240,.4));*/
}
@media (min-width:700px) {
    .sd-hero__container {
        padding: 50px;
    }
}
.sd-hero__title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    line-height: 1.1;
    position: relative;
    margin-bottom: 24px;
    font-size: 36px;
    padding-right: 24px;
    font-family: barlow-thin;
}

@media (min-width:1000px), print {
    .sd-hero__title {
        font-size: 48px;
        margin-bottom: 30px;
        padding-right: 0;
        max-width: 70%;
    }
}

@media (min-width:1600px) {
    .sd-hero__title {
        font-size: 54px
    }
}

.sd-hero__title span {
    display: block
}

/**** Blockquot *****/
blockquote.uaBlockquote p:before{
	content: open-quote;
} 
blockquote.uaBlockquote p:after {
    content: close-quote;
}
blockquote.uaBlockquote p{
	font-size: 14px;
}
blockquote.uaBlockquote footer{
	font-size: 10px;
}

/****** Spacing *****/
@media (max-width: 768px) {
	.sm-top5 { margin-top:5px; }
	.sm-top7 { margin-top:7px; }
	.sm-top10 { margin-top:10px; }
	.sm-top15 { margin-top:15px; }
	.sm-top17 { margin-top:17px; }
	.sm-top30 { margin-top:30px; }
}
@media (min-width: 768px) {
	.lg-top5 { margin-top:5px; }
	.lg-top7 { margin-top:7px; }
	.lg-top10 { margin-top:10px; }
	.lg-top15 { margin-top:15px; }
	.lg-top17 { margin-top:17px; }
	.lg-top30 { margin-top:30px; }
}

/*** Custom Tropography ***/
.headline {
    display: block;
    margin: 10px 0 15px 0;
    text-transform: uppercase;
}
.headline h2, .headline h3, .headline h4 {
    font-weight: 400;
    margin: 0 0 -2px 0;
    padding-right: 10px;
    display: inline-block;
    padding-bottom: 8px;
}
/*** color ***/
.dark-blue{
	color:#000b39;
}
.bg-dark-blue{
	background: #000b39;
}
.bg-dark-yellow{
	background: #FAAE2D;
}
.underline.dark-blue{
	border-bottom: 1px solid #000b39;
}
.dark-yellow{
	color:#FAAE2D;
}
.underline.dark-yellow{
	border-bottom: 1px solid #FAAE2D;
}
.light-blue{
	color:#20a8d8;
}
.bg-sky-blue{
	background:#0094DA;
}
.sky-blue{
	color:#0094DA;
}
.light{
	color:#888;
}
.bg-light{
	background: #888;
}
.white{
	color:#fff;
}
.bg-white{
	background:#fff;
}
.dark{
	color:#787878;
}
.bg-dark{
	backgorund:#787878;
}

.pink{
	/*color:#ad1457;*/
	color:#3b5998;
}
.bg-pink{
	/*background:#ad1457;*/
	background:#3b5998;
	color:#fff;
}
.bg-pink a:hover{
	color:#FAAE2D !important;
}

.purple{
	color:#3c0078;
}

.bg-purple{
	background:#3c0078;
	color:#fff;
}

.golden-yellow{
	color:#ffab00
}

.bg-golden-yellow{
	color: #fff;
	background-color: #ffab00;
}
/** Custom button **/
.btn-pink {
	color: #fff;
	/*background-color: #ad1457;
	border-color: #880e4f;*/
	background-color:#3b5998;
	border-color:#0d47a1;
}
.btn-pink:hover {
	color: #fff;
	/*background-color: #880e4f;
	border-color: #880e4f;*/
	background-color:#0d47a1;
	border-color:#0d47a1;
}
.btn-golden-yellow {
	color: #fff;
	background-color: #ffab00;
	border-color: #ffa000;
}
.btn-golden-yellow:hover {
	color: #fff !important;
	background-color: #ffa000;
	border-color: #ff8f00;
}

@media (max-width: 768px) {
	.hide-small{
		display: none;
	}
}
.curve-corner {
	border-radius: 5%;
}
.rounded-circle {
	border-radius: 50%;
}

/***** short news ****/
@media (max-width: 768px) {
	.short-news .news-img{
	    margin-right:10px;
	}
	.short-news .news-text{
		vertical-align: top;
		padding-left: 10px;
	}
}
.short-event{
	clear: both;
	display: table;
	margin-bottom: 15px;
	position: relative;
}
.short-event > div{
	display: table-cell;
	position: relative;
	vertical-align: top;
}
.short-event .event-date{
	vertical-align: top;
	width: 50px;
	text-transform: uppercase;
	display:block;
	background: #000b39;
	margin-right:5px;
}
.event-date .event-month{
    font-weight: 400;
    font-size: 1.1em;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 1px;
    padding:0 5px;
}
.event-date .event-day{
	font-weight: 200;
	display: block;
	text-align: center;
	font-size: 2.2em;
	line-height: .8;
	padding:5px;
}
.event-date .event-year{
	font-weight: 200;
	display: block;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.3;
	padding:0 5px;	
}
.short-event .event-text p{
	margin:0 0 5px;
}
#event-details dt {
	float:inherit;
	text-align:inherit;
    text-transform: uppercase;
    color: #000b39;
    font-size: 1.1em;
    font-weight: 400;
}
#event-details dd {
    padding-top: 0;
	margin-left: 0;
    font-size: 1.2em;
    color:#888;
     line-height: 1.2;
    margin-bottom: 15px;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.larger {
    font-weight: 300;
    color: #2E2D29;
    line-height: 1.2em;
}
.share #facebook i{
	color: #3B5998;
}
.share #twitter i{
	color: #0098DB;
}
/** Pagination ***/
.ua_pagination{
	background:#f3f1ee;
}
.ua_pagination ul{
	text-align: center;
	padding: 13px 20px;
}
.ua_pagination ul li{
	padding: 0.5em;
	margin-right: 0.5em;
	line-height: 0.75em;
}
footer{
	color:#fff;
}
footer .row{
	padding: 10px 0 0 0;
}
footer ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
footer ul li a{
	color:#fff;
	font-weight: 777;
	font-size: 1.5rem;
}
/* ---------- SOCIAL ---------- */
#social {
  margin: 10px 10px;
  text-align: center;
 
}
#social a{
	text-decoration: none;
}
.smGlobalBtn { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border:2px solid #ddd; /* add border to the buttons */
    box-shadow: 0 3px 3px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius:27px;
    -webkit-border-radius:27px;
}
.smGlobalBtn-sm { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border:2px solid #ddd; /* add border to the buttons */
    box-shadow: 0 2px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.9em;
    border-radius: 17px;
    -moz-border-radius:17px;
    -webkit-border-radius:17px;
}

/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
    border-color: #4060A5; /* change the border color on mouse hover */
}

/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
      border-color: #00ABE3;
}

/* twitter button class*/
.youtubeBtn{
    background: #cc181e;
}

.youtubeBtn:hover{
      color: #cc181e;
      background: #fff;
      border-color: #cc181e;
}
/* Mail button class*/
.webmailBtn{
    background: #000b39;
    color:#FAAE2D;
}

.webmailBtn:hover{
    color: #000b39;
    background: #fff;
    border-color: #000b39; /* change the border color on mouse hover */
}
/***** relatedpage Menu ******/
.ua-relatedpage{
	display:block;
	list-style: none;
	padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.ua-relatedpage li{
	border-bottom: 1px solid #880e4f;
    background:#ad1457;
}
.ua-relatedpage li:hover{
	background: #f2f1eb;
}
.ua-relatedpage li a{
	color: #000b39;
	text-decoration: none;
	padding:.8em;
	display: block;
}
.ua-relatedpage li:hover a{
	color: #000b39;
	text-decoration: none;
}
.ua-relatedpage li.active{
	background: #f2f1eb;
	color: #000b39;
	text-decoration: none;
}
.ua-relatedpage li.active a{
	color: #000b39;
	text-decoration: none;
}
/** live zoom of image **/
/*img:focus, img:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
img {
    -webkit-transition: .2s;
    transition: .2s;
}
img.no-zoom:focus,img.no-zoom:hover{
	-webkit-transform: none;
    transform: none;
}*/
/*---------------------------------------------------
	
# secondary Home feature

-----------------------------------------------------*/
.secondary-ua-home-feature{
	display: block;
	position: relative;
	overflow: hidden;
	background:#00145f;
}
.secondary-ua-home-feature img{
	margin-left:auto;
	margin-right: auto;
}
.secondary-ua-home-feature a{
	display: block;
}
.ua-shf-1,.ua-shf-3{
	background: #000b39;
}
.ua-shf-2{
	background:#00145f;
}
.ua-shf-1, .ua-shf-2, .ua-shf-3 {
	padding:5px;
}

.caption footer{
	color:#333;
}
.ua-about figure{
	text-align:center;
}
.ua-about strong{
	display:block;
	font-weight: 900;
	font-size: 2em;
}
.featured-item{
	height:290px !important;
	overflow:hidden;
}
/*##### Face book Post #####*/
.ua_fb {
    position: relative;
    text-align: top;
    overflow: hidden
}

.ua_fb_postItem {
    display: block;
    float: left;
    background-color: #3b5998;
    /*#f2f2f3;*/
    border: 0px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    font-family: Arial;
    color: #fff;
    /*#3B3B3B;*/
    font-size: 12px;
    margin-bottom: 5px;
    width: 25%;
    padding-bottom: 100em;
    margin-bottom: -100em;
}

.ua_fb_postItem a:hover,
.ua_fb_postItem a:focus {
    text-decoration: none;
    zoom: 1;
}

.ua_fb_header {
    color: #fff;
}

.ua_fb_postPicture {
    text-align: center;
    max-height: 175px;
    overflow-y: hidden;
}

.ua_fb_postPicture img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    border: 0
}

.ua_fb_postCaption {
    color: #fff;
}

.ua_fb_postBody {
    /*background-color:#f2f2f3;*/
    padding: 10px;
    text-align: center
}

@media (max-width: 767.99px) {
    .ua_fb_postItem {
        width: 33.33%;
    }
    .ua_fb>div:last-child {
        display: none;
    }
}

@media (max-width: 575.99px) {
    .ua_fb_postItem {
        width: 100%;
    }
    .ua_fb>div:last-child {
        display: none;
    }
    .ua_fb>div:nth-last-child(2) {
        display: none
    }

    .ua_fb>div:nth-last-child(3) {
        display: none
    }
}

/** ######################################
 * 				Course Schedule Design
 ** #######################################*/
table.course-schedule, table.course-schedule tr td{
	broder-color:#ffe;
}
.course-schedule thead tr{
	background:#f79645;
	color: #ffe;
}
.course-schedule tbody tr td:first-child{
	background:#f79645;
	color:#ffe;
}
.course-schedule tbody tr:nth-child(odd){
	background:#fce4d0;
}
.course-schedule tbody tr:nth-child(even){
	background:#fbcaa1;
}

/**############################
 * Search Form
 ** ############################*/
 #sb-search{
	 height:50px;
	 text-align: center;
 }
.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 35px;
  height: 35px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 27px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: 18px;
  right: 9px;
  z-index: 2;
  display: block;
 width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 19px;
}

/* style**/
	/* Response Messages */

.response-msg {
	padding:6px 10px 10px 45px;
	font:normal 0.75em;
	margin:0 0 10px;
	border-radius: 6px;
	position:absolute;
	top:50px;
	right:0px;	
}

.response-msg span {
	display:block;
	font-weight:bold;
	padding:0 0 4px;
}

.error {
	background:#f9e5e6 url('../images/messages/error.png') 10px 50% no-repeat;
	color:#b50007;
	border:#e8aaad solid 1px;
}

.notice  {
	background:#f9f9e5 url('../images/messages/notice.png') 10px 50% no-repeat;
	color:#828400;
	border:#e8e3aa solid 1px;
}

.information {
	background:#e5ecf9 url('../images/messages/info.png') 10px 50% no-repeat;
	color:#0055b5;
	border:#aac6e8 solid 1px;
}

.success {
	background:#e9f9e5 url('../images/messages/success.png') 10px 50% no-repeat;
	color:#1c8400;
	border:#b4e8aa solid 1px;
}

#page-wrapper .other-box {
	margin:15px 0;
}

#page-wrapper .cont {
	border-top:#fff solid 1px;
	padding:8px;
	line-height:1.4em;
}

#page-wrapper .other-box h3 {
	font-size:1.2em;
	font-weight:bold;
}

#page-wrapper .gray-box {
	background:#eaeaea;
	border:#c0c0c0 solid 1px;
}

#page-wrapper .yellow-box {
	background:#fff6bf;
	border:#fdd845 solid 1px;
}


/* tweaks */

.message {
	text-align: left;
	margin: 14px 30px 14px 10px;
	z-index:999;
}

.login {
	width: 270px;
}

.standard {
	width: 300px;
}


/* separate flash messages */

.loginFlashMessage {
	width: 325px;
	margin-top: 8px;
	font: bold 11px Arial;
	text-align: center;
	color: #f00;
}

.loginFlashMessage span {
	width: 96%;
	display: block;
	background: #fff url(../images/info.png) no-repeat center left;
}

/* ===== Scroll to Top ==== */
.return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 14px;
	top: 10px;
	font-size: 19px;
}
a.return-to-top:hover{
	background:#ffa000;
}


/***** correction of css for search-choice-close for chosen ****/
abbr.search-choice-close::after{
	top:-11px !important;
}


/** For Timeline ***/
.timeline-container {
	position:relative;
	padding-top:4px;
	margin-bottom:32px
}
.timeline-container:last-child {
	margin-bottom:0
}
.timeline-container:before {
	content:"";
	display:block;
	position:absolute;
	left:28px;
	top:0;
	bottom:0;
	border:1px solid #E2E3E7;
	background-color:#E7EAEF;
	width:4px;
	border-width:0 1px
}
.timeline-container:first-child:before {
	border-top-width:1px
}
.timeline-container:last-child:before {
	border-bottom-width:1px
}
.timeline-item {
	position:relative;
	margin-bottom:8px
}
.timeline-item .widget-box {
	background-color:#F2F6F9;
	color:#595C66
}
.timeline-item .transparent.widget-box {
	border-left:3px solid #DAE1E5
}
.timeline-item .transparent .widget-header {
	background-color:#ECF1F4;
	border-bottom-width:0
}
.timeline-item .transparent .widget-header>.widget-title {
	margin-left:8px
}
.timeline-item:nth-child(even) .widget-box {
	background-color:#F3F3F3;
	color:#616161
}
.timeline-item:nth-child(even) .widget-box.transparent {
	border-left-color:#DBDBDB!important
}
.timeline-item:nth-child(even) .widget-box.transparent .widget-header {
	background-color:#EEE!important
}
.timeline-item .widget-box {
	margin:0 0 0 60px;
	position:relative;
	max-width:none
}
.timeline-item .widget-main {
	margin:0;
	position:relative;
	max-width:none;
	border-bottom-width:0
}
.timeline-item .widget-body {
	background-color:transparent
}
.timeline-item .widget-toolbox {
	padding:4px 8px 0!important;
	background-color:transparent!important;
	border-width:0!important;
	margin:0!important
}
.timeline-info {
	float:left;
	width:60px;
	text-align:center;
	position:relative
}
.timeline-info img {
	border-radius:100%;
	max-width:42px
}
.timeline-info .badge,.timeline-info .label {
	font-size:12px
}
.timeline-container:not(.timeline-style2) .timeline-indicator {
	opacity:1;
	border-radius:100%;
	display:inline-block;
	font-size:16px;
	height:36px;
	line-height:30px;
	width:36px;
	text-align:center;
	text-shadow:none!important;
	padding:0;
	cursor:default;
	border:3px solid #FFF!important
}
.timeline-label {
	display:block;
	clear:both;
	margin:0 0 18px 34px
}
.timeline-item img {
	border:1px solid #AAA;
	padding:2px;
	background-color:#FFF
}
.timeline-style2:before {
	display:none
}
.timeline-style2 .timeline-item {
	padding-bottom:22px;
	margin-bottom:0
}
.timeline-style2 .timeline-item:last-child {
	padding-bottom:0
}
.timeline-style2 .timeline-item:before {
	content:"";
	display:block;
	position:absolute;
	left:90px;
	top:5px;
	bottom:-5px;
	border-width:0;
	background-color:#DDD;
	width:2px;
	max-width:2px
}
.timeline-style2 .timeline-item:last-child:before {
	display:none
}
.timeline-style2 .timeline-item:first-child:before {
	display:block
}
.timeline-style2 .timeline-item .transparent .widget-header {
	background-color:transparent!important
}
.timeline-style2 .timeline-item .transparent.widget-box {
	background-color:transparent!important;
	border-left:none!important
}
.timeline-style2 .timeline-info {
	width:100px
}
.timeline-style2 .timeline-indicator {
	font-size:0;
	height:12px;
	line-height:12px;
	width:12px;
	border-width:1px!important;
	background-color:#FFF!important;
	position:absolute;
	left:85px;
	top:3px;
	opacity:1;
	border-radius:100%;
	display:inline-block;
	padding:0
}
.timeline-style2 .timeline-date {
	display:inline-block;
	width:72px;
	text-align:right;
	margin-right:25px;
	color:#777
}
.timeline-style2 .timeline-item .widget-box {
	margin-left:112px
}
.timeline-style2 .timeline-label {
	width:75px;
	margin-left:0;
	margin-bottom:10px;
	text-align:right;
	color:#666;
	font-size:14px
}
.timeline-time {
	text-align:center;
	position:static
}

/* Make it a marquee */
@keyframes marquee {
  0% {
    margin-left: 100%;
    transform: translateX(0%);
  }
  100% {
    margin-left: 0;
    transform: translateX(-100%);
  }
}

.marquee_section {
  overflow: hidden;
}
.marquee {
    animation: marquee 120s linear infinite;
    display: inline-block;
    white-space: nowrap;
}
.marquee:hover {
      animation-play-state: paused;
}
