/*!
 * ##################### Bootstrap CUSTOM #####################
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 * CUSTOMIZED BY: SURAJIT KAYAL skayal.c@ksu.edu.sa;
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
	background: #f8f8f8;
	font-size: 12px;
	font-family: 'Open Sans';
    font-weight: 400;
}

a {
    text-decoration: none !important;
}

p {
    font-size: 12px;
}

.accordion.top-menu {
    margin-bottom: 0;
}
.top-menu .accordion-heading .accordion-toggle {
    background: url(../images/bar-close.png)  right no-repeat #fff;
    border: 0;
    padding: 0 5px;
    border-top: 3px solid #757575;
    outline: 0;
    display: block;
    height: 33px; 
}

.top-menu .accordion-heading .accordion-toggle.collapsed {
    background: url(../images/bar-open.png)  right no-repeat #fff;
    border-top: 3px solid #2e48bc;
}

.top-menu .accordion-inner {
    padding: 0;
    border: 0;
}
.top-menu .nav li {
    font-size: 11px;
}
.top-menu .nav-collapse .nav > li > a:hover {
    background: #000;
    box-shadow: none;
}
.top-menu li a {
    font-size: 10px;
 }

@media (max-width: 800px) {
    .top-menu {
        display: none;
    }
 }
/* HEADER */

.page-header {
    background: #fff;
	border-bottom: 0;
    margin: 0 auto;
    padding: 10px 0;
    /* max-width: 1000px; */
}

.page-header h1 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 0;
    text-shadow: none;
    color: #032155;
    text-shadow: none;
    border: 0 !important;
}
.page-header h3 {
    font-size: 19px;
    font-weight: normal;
    margin-top: -5px;
    text-shadow: none;
    color: #032155;
    line-height: 20px;
}
.row {
}

.box1 h1, .box2 h1, .box3 h1 {
	font-size: 16px !important;
	font-weight: bold;
	margin: 0;
	color: #2a4a7d !important;
    text-transform: uppercase;
    border-bottom: 1px solid #2a4a7d  !important;
}

.well {
	overflow: hidden;
	border-radius: 0;
}

 /* NAVIGATION */
 #navbar {
 	background: #083786;
 }
 .navbar {
 	margin-bottom: 0;
 	margin: 0 auto;
 }
 .navbar-inner {
    background-color: #083786;


  background-color: #083786;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#083786), to(#052c6d)); /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #083786, #052c6d); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:    -moz-linear-gradient(top, #083786, #052c6d); /* Firefox 3.6-15 */
  background-image:      -o-linear-gradient(top, #083786, #052c6d); /* Opera 11.10-12.00 */
  background-image:         linear-gradient(to bottom, #083786, #052c6d); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */


 	border-radius: 0;
 	box-shadow: none;
 	padding-left: 0;
 	padding-right: 0;
 	border: 0;
 }
 .navbar .nav > li > a {
 	-webkit-text-shadow: 1px 1px #111;
 	-moz-text-shadow: 1px 1px #111;
 	text-shadow: 1px 1px #111;
 	color: #fff;
    text-transform: uppercase !important ;
 }

.navbar .nav > li > a:hover, .navbar .nav > li > a.active {
 	color: #fff;
    background-color: #11408E;
    -webkit-box-shadow: 1px 1px 10px #041F5F inset;
    -moz-box-shadow: 1px 1px 10px #041F5F inset;
    box-shadow: 1px 1px 10px #041F5F inset;
 }
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
 	color: #fff;
    background-color: #11408E;
    -webkit-box-shadow: 1px 1px 10px #041F5F inset;
    -moz-box-shadow: 1px 1px 10px #041F5F inset;
    box-shadow: 1px 1px 10px #041F5F inset;
    font-weight: normal;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #fff;
    background-color: #11408E;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: #11408E;
    color: #fff;
}

/* TOP SOCIAL */

/* Social links style */

header .social li a {
    background: url(../images/ksu-sprite.png)  no-repeat #11408E !important;
	display: block;
	width: 24px;
	height: 24px;
	padding: 0;
	border-radius: 0;
}

.social li.twitter a {
    background-position: -24px -48px !important;
}
.social li.twitter a:hover {
    background-color: #00afff !important;
}
.social li.facebook a {
    background-position: -24px 0 !important;
}
.social li.facebook a:hover {
    background-color: #5a79b4 !important;
}
.social li.shasha a {
    background-position: 0 -48px !important;
}
.social li.shasha a:hover {
    background-color: #f4b921 !important;
}
.social li.youtube a {
    background-position:  -24px !important;
}
.social li.youtube a:hover {
    background-color: #db2e2e !important;
}


.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
	background: #0b3078;
	border-radius: 0;
}
.nav .twitter:hover, .nav .facebook:hover, .nav .shasha:hover, .nav .youtube:hover {
	background: #CCC;
}

.navbar-search .search-query {
    border-radius: 0;
    padding: 4px 10px;
}

.navbar .btn, .navbar .btn-group {
	margin-top: 0;
}


.navbar .btn-navbar .icon-bar {
    background-color: #1C458B;
}

.btn {
    background-image: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    float: left;
    text-shadow: none;
}

/* SLider */
.slider .carousel-caption h3 {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}

/* CONTENT */
#main-content {
	background: #fff;
	border: 1px solid #DEDEDE;
	border-top: 5px solid #11408E;
    margin-top: 5px !important;
}

#main-content-inner {
    background: #fff;
    border: 1px solid #DEDEDE;
    border-top: 5px solid #11408E;
    margin-top: 20px !important;
}

#main-content-inner h4 {
    color: #11408E;
    font-weight: normal;
    font-size: 20px;
}

.page-width {
	background: #fff;
	border: 1px solid #DEDEDE;
	border-top: 10px solid #11408E;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 10px;
}

.aboutus, .box1, .box2, .box3 {
	background: #47677D;
	border: 0;
	color: #fff;
	padding: 10px 15px;
	overflow: hidden;
	min-height: 380px;
	margin: 20px 0;
}

.box1 {
    background: #ECF0F1;
}
.box1 a {
    border-bottom: 1px dashed #FFFFFF;
    color: #34495E;
    line-height: 30px;
    padding: 3px 0;
}
.box1 a:hover {
    background: #bbbbff;
}

.box2 {
    background: #ecf0f1;
}


.box3 {
    background: #ecf0f1;
}

.box3 a {
    color: #444 !important;
    font-size: 11px;
}
.box3 li {
    margin-bottom: 10px;
}
.box3 a:hover {
    color: #111 !important;
}

.btn-success {
	background: #2a4a7d;
}
.btn-success:hover, .btn-success:focus {
	background: #183665;
}
/* SIDEBAR */
.nav-tabs.nav-stacked > li:first-child > a, .nav-tabs.nav-stacked > li:last-child > a {
	border-radius: 0;
}

.nav-tabs.nav-stacked > li > a {
    background: #003399;
    color: #002878;
    border: 0;
    border-bottom: 1px solid #002878;
}

.nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus {
    background: #0066cc;
}

.message {
	background: #3C80F5;
	border: 0;
	color: #fff;
	padding: 10px 15px;
    text-align: justify;
}
.message:hover {
	background: #2980b9;
	transition: all 0.2s ease 0s;
}

.message .btn {
	background: none repeat scroll 0 0 hsl(204, 77%, 33%);
	color: #fff;
	font-weight: normal;
}
.message .btn:hover {
	background: #3581b2;
}

.message img {
    float: left;
}

/* TABBED CONTENT */
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	border-radius: 0;
	background: #01a6ea;
	border: 1px solid #01a6ea;
	color: #fff;
	outline: 0;
	font-weight: bold;
}

.nav-tabs {
	border-bottom: 2px solid #01A6EA;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	border-radius: 0;
	transition: all 0.2s ease 0s;
	border-bottom: 0;
}

#news .span2 h4, #events .span4 h4 {
	font-size: 13px;
}
#news .span2 h4 a, #events .span4 h4 a{
	text-decoration: none;
}

#news .btn, #events .btn {
	background: #11408e;
	color: #fff;
	font-size: 11px;
}
#news .btn:hover, #events .btn:hover {
	background: #2e5aa4;
}

/* FOOTER */
#footer .well {
	background: none;
	border: 0;
}
#footer {
    background-color: #010729;
    color: #FFFFFF;
    margin-top: 20px;
    min-height: 200px;
    padding-top: 15px;
    font-size: 12px;
}

#footer h4 {
    border-bottom: 1px solid #656364;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0;
}

#footer .carousel-caption {
	background: none;
	position: relative;
}

#footer li {
	list-style: none;
}

/* Footer Social */
.fsocial li {
    float: left;
    margin-right: 3px;
    margin-top: -10px;
    list-style: none;
}

.fsocial li.twitter a {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/ksu-sprite.png)  no-repeat #00afff;
    margin: 0 auto;
    background-position: -24px -48px;
 }
.fsocial li.twitter a:hover {
    background-color: #666;
}
.fsocial li.facebook a {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/ksu-sprite.png)  no-repeat #5a79b4;
    margin: 0 auto;
    background-position: -24px -0px;
}
.fsocial li.facebook a:hover {
    background-color: #666;
}
.fsocial li.tour a {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/ksu-sprite.png)  no-repeat #0057b2;
    margin: 0 auto;
    background-position: -0px -24px;
}
.fsocial li.tour a:hover {
    background-color: #666;
}
.fsocial li.youtube a {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/ksu-sprite.png)  no-repeat #db2e2e;
    margin: 0 auto;
    background-position: -24px -24px;
}
.fsocial li.youtube a:hover {
    background-color: #666;
}

.fsocial li.twt a {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/ksu-sprite.png)  no-repeat #1373b8;
    margin: 0 auto;
    background-position: -0px -72px;
}
.fsocial li.twt a:hover {
    background-color: #666;
}

.fsocial li.shasha a {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/ksu-sprite.png)  no-repeat #f4b921;
    margin: 0 auto;
    background-position: -0px -48px;
}
.fsocial li.shasha a:hover {
    background-color: #666;
}

.fsocial li.sms a {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/ksu-sprite.png)  no-repeat #78BA00;
    margin: 0 auto;
    background-position: -0px -0px;
}
.fsocial li.sms a:hover {
    background-color: #666;
}

.credits {
	background: #000519;
	color: #fff;
	text-align: center;
	font-size: 11px;
	padding: 5px 0;
	margin: 0;
	text-align: left;
}

.credits .well {
	background: none;
	border: 0;
	padding: 5px 10px;
	margin: 0;
}

.vision-mission-goals .carousel-caption {
	position: relative;
	min-height: 240px;
}

.carousel-indicators {
	right: 10px;
}


/* SIDEBAR menu Style */

#block-menu-menu-sidebar-menu .block-title, #block-og-menu-og-single-menu-block .block-title {
	display: none;
}

.block ul, .item-list ul {
    padding-left: 0;
}

ul li.leaf {
    list-style: none;
}


.node ul.links {
    display: none;
}

#block-menu-menu-important-links li {
    border-bottom: 1px solid #121b4b;
    padding: 3px 5px;
}

#block-menu-menu-important-links li:hover {
    border-bottom: 1px solid #121b4b;
    background: #12408E;
}

#block-menu-menu-important-links li a {
    line-height: 26px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
#block-menu-menu-important-links li a:hover {
    text-decoration: none;
    padding: 0 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}

.pull-left {
    float: right;
}


/* remove underline from hyperlinks WHEN loggedin */
.nav > li > a,
.dropdown-menu > li > a,
#block-menu-menu-important-links li a,
#news .span2 h4 a, 
#events .span4 h4 a,
.carousel-caption h4 a,
.credits .well a,
.btn:first-child,
#main-content a,
#main-content-inner a,
.left.carousel-control,
.right.carousel-control {
    text-decoration: none !important;
}

.left.carousel-control,
.right.carousel-control {
    border-width: 2px;
}


[class^="icon-"], [class*=" icon-"] {
    margin-top: 5px !important;
}


.form-submit {
    background: #3498db;
    color: #fff;
    border: 0;
    padding: 5px 15px;
}

.form-submit:hover {
    background: #333;
}

ul.primary {
    border-bottom: 3px solid #3498db;
    background-image: none !important;
    padding-bottom: 6px;
}

ul.primary li a {
    background-image: none !important;
    font-weight: normal !important;
}
ul.primary li.active a .tab, ul.primary li.active a:hover .tab, ul.primary li.active a:focus .tab {
    background: #3498db;
    color: #fff;
    background-image: none !important;
    padding: 5px 10px;
}

ul.primary li a .tab, ul.primary li a:hover .tab, ul.primary li a:focus .tab   {
    background: #ecf0f1;
    color: #222;
    background-image: none !important;
    padding: 5px 10px;
}


ul.primary li a:hover .tab   {
    background: #3498db;
    color: #fff;
}


/* CREATE STEPS STYLE 
#egend_steps  {
    background: #95a5a6;
    border-bottom: 4px solid #7f8c8d;
    width: 100%;
    overflow: hidden;
    display: block;
}

#egend_steps h2 {
    background: #34495e;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0 20px 0 30px;
    border: 1px solid #fff;
    border-bottom: 0;
    border-top: 0;
}

#egend_steps .step2 {
    background: #333;
}*/

.row.mystyle h1 {
    font-size: 12px !important;
    border-bottom: 1px solid #2980b9 !important;
    color: #2980b9 !important;
}

.row.mystyle, .well {
    margin-top: 20px !important;
    border: 1px solid #ecf0f1;
    background: #f8f8f8;
}

.row.mystyle:hover {
    border: 1px solid #CCC;
}

.row.mystyle,h1 {
    margin-top: 5px;
}


li {
    list-style: none;
}

.mystyle .nav-tabs.nav-stacked > li > a {
    background: #F8F8F8;
}

.mystyle .nav-tabs.nav-stacked > li > a:hover {
    background: #2980B9;
}


.mystyle  [class^="icon-"], .mystyle  [class*=" icon-"] {
    margin-top: 3px !important;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}



.page-people .view-people {
    width: 100%;
    float: none;
}

.page-people .view-people .views-row {
    float: none;
}


.cke_1.cke.cke_reset.cke_chrome.cke_editor_Summary.cke_ltr.cke_browser_gecko {
    float: right !important;
    width: 68% !important;
}

.boot-logo img {
	max-height: 90px;
}