@import url('../adapt/style.css');

/*
Theme Name: Sakya College
Theme URI: http://www.sakyacollge.com
Description: Adapt child-theme with seriously good looks
Author: v3creation
Version: 0.0.1
Template: adapt
Tags: two-columns, right-sidebar, custom-header, custom-colors, custom-background, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

body {
    font-family: 'Open Sans', sans-serif;
}
.full-width {
    float: none;
    width: 86% !important;
    margin: 0px auto;
    line-height: 2.5em;
}

#page-heading h1, #page-heading h2 {
    font-size: 23px;
    line-height: 1em;
    margin: 0px !important;
    text-align: left;
 }

#page-heading {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 13px;
    border-bottom: 2px solid #dc2927;
}



#wrap{
	width: 1024px;
}
#main{
	 /*background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #B5B5B5)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #B5B5B5 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #B5B5B5 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #B5B5B5 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #B5B5B5 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #B5B5B5 100%);*/
	 }
#header {
	padding: 0;
	margin: 0 0 0 -10px;
 	width: 1024px;
}
#masaterhead{
	padding:0;
}
#masterhead #banner{
	width:100%;
	/*background:url('images/banner.jpg');
	background-repeat: no-repeat;*/
	height:225px;
	margin-top: -30px;
 }
 #masterhead #banner #banner_img{
 	height:auto;
 	width:1040px;
  }

#masterhead {
	border:none;
}

#page-heading {
    border-bottom: 2px solid #DC2927;
}
 


#home-tagline{
	border: none;
	display: none;
}

.flexslider{
margin-top: -50px;
padding:1px;
}

.flex-direction-nav li a.flex-prev {
    left: 1px;
}

.flex-direction-nav li a.flex-next {
    right: 1px;
}

.panel-grid {
    margin:0;
    padding:0;
}

.panel-grid-cell .widget-title {
 margin-left: 55px;
margin-top: -62px;
}





/**
		MENU STYLES
**/

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  line-height: 0.5;
 background: none repeat scroll 0% 0% rgb(219, 41, 39);
width: auto;
margin-top: -2px;
/*  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  border-bottom: 2px solid #db000b;*/
  width: auto;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #db2927;
/*  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);*/
  color: #ffffff;
  display: block;
  font-family: 'Open Sans', sans-serif;
  padding: 19px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
}
#cssmenu.align-center {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  font-size: 12px;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #db000b;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  /*border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;*/
}
#cssmenu.align-right > ul > li:first-child > a,
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#cssmenu.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
  color: #f2f2f2;
 /* box-shadow: inset 0 0 3px #d9d9d9;
  -moz-box-shadow: inset 0 0 3px #d9d9d9;
  -webkit-box-shadow: inset 0 0 3px #d9d9d9;*/
  background: #bc1628;
 /* background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);*/
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #db000b;
  border-bottom: 1px dotted #bc1628;
  font-size: 11px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  background: #bc1628;
}
#cssmenu ul ul li:hover > a {
  color: #ffffff;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #db2927;
  border-bottom: 1px dotted #bc1628;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #bc1628;
}
#cssmenu ul ul li.last > a,
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul ul li.last > a,
#cssmenu ul ul ul li:last-child > a,
#cssmenu .has-sub ul li:last-child > a,
#cssmenu .has-sub ul li.last > a {
  border-bottom: 0;
}


#language_choice {
 position: absolute;
top: 6%;
right: 1%;
 }

#language_choice a{
	color: rgb(219, 41, 39);
font-weight: bold;
padding: 2px;
margin: 2px;

}

#search_bar{
	background:white;
	 position: absolute;
top: 55%;
right: 1%;
}
#search_bar input[type="search"] {
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    font-size: 11px;
}

#footer{
	background:url('http://localhost/project2/wp-content/uploads/2014/09/footer.jpg');
	width:100%;
	height:300px;
	border-top:5px solid #db2927;
}
##footer-bottom{
	border:none;
	position: absolute;
	bottom: 1%;
}

.footer-widget h6{
	color:#db2927;
	border:none;
}
.footer-widget p{
	color:#bc1628;
}

#footer-bottom {
    padding: 10px 0px;
    border-top: 1px solid #db2927;
}