@charset "UTF-8";
/* CSS Document */
body {
  background: #fff;
  font-family: 'genevaregular', Arial, Helvetica, sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  color: #000000; }

.wrapper {
  width: 980px;
  margin: 0 auto; }

h1 {
  margin: 0;
  font-weight: normal;
  font-size: 16px; }

h2, h3 {
  color: #7f4999;
  font-weight: bold;
  margin-bottom: 10px; }

h2 {
  font-size: 13px !important;
  text-transform: uppercase; }

h3 {
  font-size: 12px; }

p {
  line-height: 25px;
  text-align: justify;
  margin-bottom: 15px;
  color: #000000; }

a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.img-left {
  float: left;
  margin: 10px 10px 10px 0; }

.img-right {
  float: right;
  margin: 10px 0px 10px 10px; }

.img-border {
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc; }

.img-medium {
  width: 250px; }

.img-normal {
  width: 200px; }

.img-space {
  display: block;
  margin: 20px 0; }

.no-tm {
  margin-top: 0; }

.big {
  font-size: 150%;
  line-height: 25px; }
  
  .bigs {
    font-size: 18px;
    line-height: 25px;
    font-style: italic;
    text-align: left;
}

.more {
  background: #fff;
  color: #7f4999;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 9px; }

.more:hover {
  text-decoration: underline; }

/*	===========================
	HEADER
	=========================== */
.header_wr {
  width: 100%;
  background: #dddddd url(../images/bg_header.png);
  padding: 0; }

.header {
  width: 980px;
  height: 70px;
  margin: 0 auto;
  position: relative; }

.bb_logo {
  position: absolute;
  left: -30px;
  top: 35px;
  width: 56px;
  height: 56px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 10000; }

.bb_logo img {
  display: block;
  width: 100%; }

.header .logo {
  position: absolute;
  right: 0;
  top: 10px; }

.login {
  position: absolute;
  right: -10px;
  top: 83px;
  z-index: 100000; }

.login a {
  display: inline-block;
  line-height: 24px;
  color: #333;
  text-transform: uppercase;
  font-size: 10px;
  border-left: 1px solid #ccc;
  padding: 0 10px 0 40px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s; }

.login a:hover {
  color: #e97230; }

.login a:first-child {
  border: none;
  background: url(../images/icon_teacher.png) no-repeat 10px center; }

.login a:last-child {
  background: url(../images/icon_parent.png) no-repeat 10px center; }

/* ----- Login Form ----- */
.login_box {
  display: none;
  position: absolute;
  right: 0px;
  top: 119px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  z-index: 100000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.login_box.parent {
  right: 10px; }

.login_box input {
  display: block;
  width: 300px;
  /* height:30px; */
  background: #e4e6e1;
  border: none;
  padding-left: 10px;
  margin-top: 10px;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.login_box input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  background: #7f4999;
  color: #fff;
  width: auto;
  height: auto;
  font-size: 12px;
  padding: 5px; }

.login_box a {
  display: inline-block;
  vertical-align: top;
  background: #7f4999;
  color: #fff;
  width: auto;
  height: auto;
  font-size: 12px;
  padding: 0;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.login_box a input {
  width: auto;
  height: auto;
  margin-top: 0px; }

.columns-max {
  padding: 20px; }

.portlet-borderless-bar {
  background: #fff; }

label {
  display: inline-block;
  padding-bottom: 5px;
  color: #737373;
  font-weight: normal !important; }

.con_form input[type="text"], .con_form input[type="password"] {
  width: 100% !important; }

.con_form textarea {
  width: 100% !important;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.1); }

.con_form input[type="submit"] {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  background: #7f4999 !important;
  color: #fff;
  width: auto;
  height: auto;
  font-size: 12px;
  padding: 5px !important;
  text-transform: uppercase;
  border: none !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px !important; }

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover {
  background-image: none;
  background-color: #e97230;
  color: #fff; }

a.portlet-icon-back {
  display: none; }

/* ----- Main Nav ----- */
.main_nav {
  width: 100%;
  /* height:50px; */
  background: white url(../images/bg_nav2.png) repeat-x left top;
  border-top: 5px solid #8c8c8c;
  /*border-bottom:3px solid #dddddd;*/ }

.main_nav ul {
  width: 980px;
  margin: -5px auto 0 auto;
  background: url(../images/bg_nav.png) repeat-x left top;
  position: relative; }

.main_nav ul > li {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px; }

.main_nav ul > li:first-child {
  left: 0px; }

.main_nav ul > li > a {
  display: block;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 18px;
  color: #333;
  /* width:115px; */
  text-align: center;
  font-size: 14px; }

.main_nav ul li.selected > a {
  color: #ec7324; }

.main_nav ul li a.active,
.main_nav ul li a:hover {
  color: #ec7324; }

.main_nav ul > li:nth-child(1) > a {
  border-top: 5px solid #7f4999; }

.main_nav ul > li:nth-child(2) > a {
  border-top: 5px solid #fdcb2f; }

.main_nav ul > li:nth-child(3) > a {
  border-top: 5px solid #e97230; }

.main_nav ul > li:nth-child(4) > a {
  border-top: 5px solid #7f4999; }

.main_nav ul > li:nth-child(5) > a {
  border-top: 5px solid #fdcb2f; }

.main_nav ul > li:nth-child(6) > a {
  border-top: 5px solid #e97230; }

.main_nav ul > li:nth-child(7) > a {
  border-top: 5px solid #7f4999; }

.main_nav ul > li:nth-child(8) > a {
  border-top: 5px solid #fdcb2f; }

.main_nav ul li:nth-child(1) ul {
  background-color: #9b75ad; }

.main_nav ul li:nth-child(2) ul {
  background-color: #fdcb2f; }

.main_nav ul li:nth-child(3) ul {
  background-color: #e97230; }

.main_nav ul li:nth-child(4) ul {
  background-color: #9b75ad; }

.main_nav ul li:nth-child(5) ul {
  background-color: #fdcb2f; }

.main_nav ul li:nth-child(6) ul {
  background-color: #e97230; }

.main_nav ul li:nth-child(7) ul {
  background-color: #9b75ad; }

.main_nav ul li:nth-child(8) ul {
  background-color: #fdcb2f; }

.main_nav.submenu1 {
  background-color: #9b75ad; }

.main_nav.submenu2 {
  background-color: #fdcb2f; }

.main_nav.submenu3 {
  background-color: #e97230; }

.main_nav.submenu4 {
  background-color: #9b75ad; }

.main_nav.submenu5 {
  background-color: #fdcb2f; }

.main_nav.submenu6 {
  background-color: #e97230; }

.main_nav.submenu7 {
  background-color: #9b75ad; }

.main_nav.submenu8 {
  background-color: #fdcb2f; }

.main_nav.submenu9 {
  background-color: #e97230; }

.main_nav.submenu10 {
  background-color: #9b75ad; }

.main_nav.submenu11 {
  background-color: #fdcb2f; }

.main_nav.submenu12 {
  background-color: #e97230; }

.main_nav ul li ul .arrow {
  position: absolute;
  top: -10px;
  left: 20%;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fdcb2f; }

.main_nav ul li:nth-child(1) ul .arrow {
  border-bottom: 10px solid #9b75ad; }

.main_nav ul li:nth-child(2) ul .arrow {
  border-bottom: 10px solid #fdcb2f; }

.main_nav ul li:nth-child(3) ul .arrow {
  border-bottom: 10px solid #e97230; }

.main_nav ul li:nth-child(4) ul .arrow {
  border-bottom: 10px solid #9b75ad; }

.main_nav ul li:nth-child(5) ul .arrow {
  border-bottom: 10px solid #fdcb2f; }

.main_nav ul li:nth-child(6) ul .arrow {
  border-bottom: 10px solid #e97230; }

.main_nav ul li:nth-child(7) ul .arrow {
  border-bottom: 10px solid #9b75ad; }

.main_nav ul li:nth-child(8) ul .arrow {
  border-bottom: 10px solid #fdcb2f; }

.main_nav ul li ul {
  background-image: none;
  display: none;
  position: absolute;
  width: 980px;
  left: 0;
  top: 60px;
  z-index: 100; }

.main_nav ul li ul li:first-child {
  margin: 0; }

.main_nav table {
  width: 980px; }

.main_nav table td {
  padding: 10px 0;
  vertical-align: middle;
  text-align: center; }

.main_nav table a {
  display: block;
  /*color:#656565;*/
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  text-transform: uppercase;
  font-size: 14px;
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.main_nav table a:hover,
.main_nav table a.active {
  color: rgba(0, 0, 0, 0.9) !important; }

.main_nav table h1 {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  font-weight: normal; }

.main_nav table a:last-child {
  border-bottom: none; }

.main_nav table td:first-child a {
  text-align: right;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 10px; }

.main_nav table td:last-child a {
  text-align: left;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 10px; }

/* --- submenu theme --- */
.about_submenu {
  background: #fdcb2f; }

.program_submenu {
  background: #e97230; }

.admission_submenu {
  background: rgba(127, 73, 153, 0.7); }

.submenu_wr.about_submenu table:before {
  position: absolute;
  left: 155px;
  top: -10px;
  border-bottom: 10px solid #fdcb2f; }

.submenu_wr.program_submenu table:before {
  position: absolute;
  left: 235px;
  top: -10px;
  border-bottom: 10px solid #e97230; }

.submenu_wr.admission_submenu table:before {
  position: absolute;
  left: 325px;
  top: -10px;
  border-bottom: 10px solid #9b75ad; }

/*	===========================
	Content
	=========================== */
.container {
  width: 100%;
  padding: 20px 0 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.wrapper {
  width: 980px;
  margin: 0 auto; }

.slider_wr {
  width: 100%;
  padding: 0;
  background: #cccccc url(../images/bg_header.png); }

.slider {
  position: relative;
  width: 980px;
  margin: 0 auto; }

.gallery_btn_wr {
  position: absolute;
  right: 79px;
  bottom: 15px;
  z-index: 100;
  width: 145px;
  height: 32px;
  overflow: hidden; }

.gallery_btn_con {
  margin-left: 110px; }

.gallery_btn {
  float: left;
  white-space: nowrap;
  width: 110px;
  height: 32px;
  line-height: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  text-transform: uppercase; }

.gallery_btn:hover {
  color: #fff; }

/*	===========================
	Content Wrapper
	=========================== */
.content_wr {
  width: 980px;
  margin: 20px auto 20px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;*/ }

.events {
  float: left;
  width:370px; }

/*.events ul{
	margin:0 0 10px 0;
	list-style:none;
	line-height:25px;
	color:
}*/
.events h4 {
  font-size: 11px;
  color: #666; }

.events table {
  margin-bottom: 20px;
  width: 100%; }

.events td {
  vertical-align: middle;
  padding: 7px 0;
  border-bottom: 1px dotted #ccc;
  line-height: 19px; }

.events td:first-child {
  padding-right: 15px;
  width: 70px; }

.events td:last-child {
  font-style: italic;
  font-weight: normal; }

.school_events td:last-child {
  font-size: 12px; }

.events .date {
  /*height: 60px;*/
  position: relative;
/*  padding: 2px 8px;*/
  padding: 2px 2px;
  background: rgba(127, 73, 153, 0.1);
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.events .date:after {
  width: 0;
  height: 0;
  content: '';
  border-left: 10px solid rgba(127, 73, 153, 0.1);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -10px;
  top: 30%; }

.events .date span {
  display: block;
  font-size: 18px; }

.events span.whom {
  display: block;
  font-weight: normal; }

.events .date span.day {
  font-size: 14px; }

.events-display-portlet {
  margin-top: 10px !important; }

.events-display-portlet .date {
  color: rgba(0, 0, 0, 0.5) !important; }

.school_tour td {
  padding: 5px; }

.school_tour td:last-child {
  font-style: normal; }

.welcome_content {
  float: right;
  width: 580px; }

.heading, .web-content-heading {
  border-bottom: 1px solid #fdcb2f;
  margin-bottom: 15px;
  color: #7f4999 !important;
  text-transform: uppercase;
  font-size: 16px !important; }

.heading h1, .web-content-heading h1 {
  display: inline-block;
  padding: 8px 20px 5px 10px;
  background: #fdcb2f url(../images/curl-heading.png) no-repeat right top;
  color: black;
  text-transform: uppercase; }

.welcome_content article {
  width: 320px; }

/* ----- Photo Gallery ----- */
.photo_gallery_home {
  width: 920px;
  position: relative; }

/* ----- Parent Handbook ----- */
#nav_wr {
  position: fixed;
  right: 0;
  top: 165px; }

.close {
  position: absolute;
  right: 0;
  top: -21px;
  display: inline-block;
  white-space: nowrap;
  background: #7f4999;
  cursor: pointer;
  padding: 5px;
  color: #fff;
  font-weight: normal;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px; }

#nav {
  position: relative;
  padding: 5px;
  list-style: none;
  background: rgba(127, 73, 153, 0.1);
  border: 1px solid rgba(127, 73, 153, 0.2);
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px; }

#nav li {
  display: block;
  line-height: 20px; }

#nav li a {
  color: rgba(127, 73, 153, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0); }

#nav li a:hover,
#nav li.current a {
  color: #7f4999; }

.section h2 {
  cursor: pointer;
  background: url(../images/book.png) no-repeat left center;
  padding-left: 25px;
  margin-bottom: 15px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s; }

.section h2:hover {
  color: rgba(127, 73, 153, 0.7);
  text-decoration: underline; }

.show_content {
  display: none;
  padding-left: 25px; }

/* ----- Application Process ----- */
p.important {
  background: rgba(127, 73, 153, 0.1);
  padding: 10px;
  font-weight: normal;
  border: 1px solid rgba(127, 73, 153, 0.2);
  text-align: left;
  font-style: italic; }

/* ----- Application Process ----- */
.app_process li {
  position: relative;
  padding: 0px 0px 40px 30px;
  list-style: none;
  line-height: 25px; }

.app_process li span.no {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  background: #7f4999;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.app_process li:after {
  position: absolute;
  bottom: 20px;
  left: 5px;
  content: '';
  color: rgba(127, 73, 153, 0.2);
  /*border-top:5px solid rgba(127, 73, 153, 0.2);*/
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.app_process li:last-child:after {
  border: none;
  content: 'END'; }

/* ----- Enrollment and Fees ----- */
table.fee {
  width: 100%; }

table.fee h2 {
  margin-bottom: 0; }

table.fee th,
table.fee td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left; }

table.fee td:first-child {
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.purble {
  background: rgba(127, 73, 153, 0.1);
  font-weight: normal;
  text-align: center; }

/*	============================
	FOOTER
	============================ */
.footer {
  /*z-index:-1;*/
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 0 0 0;
  background: #fdcb2f;
  margin-top: 50px; }

.footer_btn {
  position: absolute;
  left: 47%;
  top: -15px;
  width: 40px;
  height: 18px;
  background: url(../images/foo_btn.png) no-repeat left top; }

.footer_btn.toggle {
  background-position: right top; }

.footer_cont {
  width: 1000px;
  margin: 0 auto;
  display: none; }

.fo_menu_box {
  float: left;
  margin-left: 100px; }

.fo_menu_box:first-child {
  margin-left: 0; }

.fo_menu_box ul {
  list-style: none;
  margin-top: 0px; }

.fo_menu_box ul li {
  line-height: 23px; }

.fo_menu_box ul li:first-child {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: normal;
  padding: 5px;
  line-height: normal; }

.fo_menu_box ul li,
.fo_menu_box ul a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px; }

.fo_menu_box ul a {
  padding-left: 20px;
  background: url(../images/pullet.png) no-repeat left center; }

.fo_address {
  text-align: center;
  width: 100%;
  background: #fff;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fo_address address {
  color: #666;
  font-style: normal;
  font-size: 12px;
  padding-bottom: 0px;
  line-height:18px; }

.copyright_wr {
  width: 980px;
  margin: 0 auto;
  position: relative; }

.copyright {
  position: absolute;
  width: 980px;
  left: 0;
  top: -25px;
  color: #666;
  font-size: 10px; }

.copyright a {
  color: #666; }

/*=========== to remove chat bar============*/
.chat-bar {
  left: 0;
  right: 0; }

.chat-bar {
  display: none;
  height: 0; }

/*============To remove space after removing chat-bar=======*/
html body {
  margin: auto;
  height: auto;
  padding-bottom: 0px !important; }

/*	===========================
	INNER PAGES
	=========================== */
.secondary_content {
  float: left;
  width: 200px; }

.secondary_content.fixed_secondary {
  position: fixed;
  top: 20px; }

.secondary_content.graphic {
  position: relative;
  height: 700px; }

.secondary_content.graphic .graphic_img_box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 500px;
  overflow: hidden;
  background: url(../images/bb-bigcircle.png) no-repeat right bottom; }

.primary_content {
  width: 680px;
  float: right; }

.left_nav li {
  margin-bottom: 15px; }

.left_nav li a {
  display: block;
  position: relative;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  text-align: right;
  padding-right: 20px; }

.left_nav li a.active,
.left_nav li a:hover {
  color: #ec7324; }

.left_nav li a.active:after {
  position: absolute;
  right: 0;
  content: '>';
  font-weight: normal;
  color: #ec7324; }

.img_container img {
  display: block;
  margin: 20px auto;
  width: 100%; }

/* --- primary --- */
.primary_content article {
  margin-bottom: 30px; }

ul.decimal {
  list-style: decimal; }

ul.content,
ul.decimal {
  margin-left: 35px;
  margin-bottom: 20px; }

ul.content li,
ul.decimal li {
  margin-bottom: 10px;
  line-height: 20px; }

h2 span {
  display: block;
  margin-top: 5px;
  color: #000000;
  text-transform: none;
  font-weight: normal; }

.add_table {
  float: left; }

address td {
  padding: 5px;
  font-style: normal;
  line-height: 20px; }

address td:first-child {
  text-align: right;
  font-weight: bold;
  color: #7f4999; }

.con_form {
  float: right;
  width: 200px;
  padding-left: 20px;
  border-left: 1px dashed #ccc;
  margin-top: 0px;
  margin-left: -200px; }

.con_form input, .con_form textarea {
  margin-bottom: 10px;
  border: 1px solid #ccc !important;
  background: transparent !important;
  padding: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, sans-serif; }

input[type="text"], input[type="password"] {
  width: 300px !important;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.1);
  /*padding:1 !important; */ }

input[type="button"], input[type="submit"], input[type="upload"] {
  background: #7f4999;
  color: #fff;
  font-size: 12px !important;
  text-shadow: none;
  padding: 3px 6px !important;
  border: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s; }

.con_form input:not([type="submit"]) {
  display: block;
  width: 100%;
  height: 20px; }

.con_form textarea {
  width: 100%;
  height: 100px; }

input[type="submit"] {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  background: #7f4999;
  color: #fff;
  width: auto;
  height: auto;
  font-size: 12px;
  padding: 5px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

iframe {
  margin-top: 20px;
  border: 1px solid #ccc; }

#galleria {
  width: 980px;
  height: 500px; }

.indicate {
  margin-bottom: 20px; }

.indicate span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #7f4999;
  margin-right: 10px; }

.portlet-column-content {
  padding: 0px; }

.portlet-column-content.empty {
  padding: 0px; }

/*	============
	Announcement 
	============ */
.ann_show_wr {
  float: left;
  /*width:680px;*/
  width: 100%; }

.announcement_wr {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.announcement_wr marquee {
  height: 100px; }

.showcase_wr {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*.fb_wr {
	width:270px;
	float:right;
	margin-bottom:30px;
}*/
.fb_con_wr {
  position: fixed;
  background: #fff;
  left: -135px;
  top: 50%;
  width: 270px;
  height: 290px;
  margin-left: -135px;
  margin-top: -145px;
  z-index: 1000; }

.fb_btn_wr {
  width: 32px;
  position: absolute;
  left: 100%;
  top: 0; }

.fb_icon {
  display: block;
  width: 48px;
  height: 245px;
  background: url(../images/facebook-icon2.png) no-repeat 0 0; }

/*.fb_icon:hover {
	background-position:-32px 0;
}*/
.fb_close_btn {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
  background: #333;
  color: #fff; }

/*=============================Forgot_Password========================== */
.fg_pword form {
  padding: 60px 0 0 0;
  margin-left: 300px; }

.fg_pword form:after {
  content: 'Enter your username to reset your password';
  position: absolute;
  top: 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #333; }

.style_login .navigation {
  background: transparent;
  border: none;
  decoration: none !important; }

.style_login .navigation .taglib-icon:hover span {
  color: #e97230 !important; }

.style_login .navigation .taglib-icon .taglib-text {
  color: #7f4999 !important;
  text-decoration: none; }

.style_login .navigation .taglib-icon img.icon {
  display: none; }

.style_login a {
  background: none; }

.fg_pword .navigation .taglib-icon .taglib-text {
  display: none; }

.fg_pword .aui-form .aui-button-holder, .portlet-login .aui-form .aui-form-column {
  margin-top: 30px !important; }

/*======================= calendar ================================ */
.legend {
  margin-top: 2em !important; }


 
 
 
 
 
 
 
 
 
 
 
 
 
 #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 18%;
    right: 23%;
    color: #e97230;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #7f4999;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}



.secondary_contents {
    float: left;
    width: 330px;
}








 #myImg1 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg1:hover {opacity: 0.7;}

/* The Modal (background) */
.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content1 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content1, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close1 {
    position: absolute;
    top: 18%;
    right: 23%;
    color: #e97230;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close1:hover,
.close1:focus {
  color: #7f4999;
  text-decoration: none;
  cursor: pointer;
}








 .black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}
.white_content {
    display: none;
    position: absolute;
    top: -285%;
    left: 6%;
    width: 87.5%;
    height: auto;
    padding: 16px;
    border: 16px solid #e97230;
    background-color: white;
    z-index: 1002;
 }

 