@font-face
{
font-family: Gothicb_0;
src: url('fonts/Gothicb_0.otf'),
	 url('fonts/Gothicb_0.ttf'),
	 url('fonts/Gothicb_0.woff'),
}

@font-face
{
font-family: Gothici_0;
src: url('fonts/Gothici_0.otf'),
	 url('fonts/Gothici_0.ttf'),
	 url('fonts/Gothici_0.woff'),
}

@font-face
{
font-family: Lato-Bold;
src: url('fonts/Lato-Bold.otf'),
	 url('fonts/Lato-Bold.ttf'),
	 url('fonts/Lato-Bold.woff'),
}

@font-face
{
font-family: Lato-Regular;
src: url('fonts/Lato-Regular.otf'),
	 url('fonts/Lato-Regular.ttf'),
	 url('fonts/Lato-Regular.woff'),
}

body{
	padding: 0px;
	margin: 0px;
	background: white;
    font: 15px lato, sans-serif;
}

html{ 
	height: 100%;
}

.clear_left{
	clear: both;
}

/**HTML5 fix - do not touch**/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/**
* Common Element Specific
*/
p{ 
  padding: 0;
  margin: 0;
}

img { border: 0;}

h1, h2, h3, h4, h5, h6 { 
	font: normal 175% arial, sans-serif;
  	color: #534741;
  	margin: 0 0 15px 0;
}

h2{ 
	font: 16px arial, sans-serif;
	padding: 0;
	margin: 0 0 20px 0;
}

h4, h5, h6{ 
	margin: 0 auto;
  	padding: 0 0 15px 0;
  	font: bold 350% Oswald, sans-serif;
  	color: black;
}

.article_title h4 {
margin: 0 auto;
}

h5, h6{ 
	font: italic 95% arial, sans-serif;
  	padding: 0 0 15px 0;
  	color: #000;
}

h6{ color: #000;}

a, a:hover{ 
	outline: none;
  	text-decoration: none;
  	color: #000;
	-moz-transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

.component a
{
    text-decoration: underline;
   color: #109bc5;
      position: relative;
    text-decoration: none;
    display: inline-block;
}

.component a:hover
{
   text-decoration: none;
   color: #109bc5;
}

.component a:before
{
   content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #109bc5;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.component a:hover:before{ 
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

a:hover{ 
	text-decoration: none;
	-moz-transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

ul{ 
  padding: 0;
  margin: 0;
}

ul li{ 
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ol{ 
	padding: 0;
	margin: 0;
}

ol li{ 
	padding: 0;
	margin: 0;
}


/**
* Layout Specific
*/
#global-container {
	width: 100%;
	float:left;
	margin:0 auto;
}

header {
	width: 100%;
	float: left;
}

#logo-container {
	float:left;
	width: 100%;
	background: #60D3FF;
	/*float: left;*/
	margin:0 auto;
	position:relative;
}

.logo {
	display:block;
	width:980px;
	z-index:999; 
	height:147px;
	margin: 0 auto;
	/*box-shadow: 1px 5px 20px black;*/
}

#navi-container {
	float:left;
	width: 100%;
	background: #0DA3D5;
	/*float: left;*/
	margin:0 auto;
	position:relative;
}

#navigation {
	width: 980px
	height: 78px;
	float: left;
	margin:0 auto;
	padding: 15px;
	position:relative;
}

#content-navi {
	width: 980px;
	height: 78px;
	margin:0 auto;
	/*padding: 15px 5px;*/
	position:relative;
}

.rotator {
	display:block;
	float:left;
	width:100%;
	background: #0a90bd;
	height: auto;
}

#rotator-navi {
	width: 980px;
	height: 60px;
	float: left;
	/* background: #0886b1; */
	margin-top: 700px;
	/*padding: 15px 5px;*/
	position:absolute;
}

#content-container {
	width: 980px;
	margin:0 auto;
	position:relative;
}

section {
	width:980px;
	margin:0 auto;
	background:#bc202a;
	/*padding:0 10px;*/
	/*margin-top: 12px;*/
}
#component-wrap{
	width: 980px;
	margin:0 auto;
	position:relative;
	box-shadow: 1px 1px 25px black;
}

.welcome {
	background: white;
	display:block;
	float:left;
	/*margin:50px 0;*/
	width:940px;
	min-height: 100px;
	padding: 40px 20px 40px 20px;
}

.callus-column /** can display multiple partials, set width & height in your own markup **/ {
	display:inline;
	width:980px;
	float:left;
	/*margin: 10px 0 0 0;*/
	height: 104px;
	/*padding: 10px 0 0 0;*/
	box-shadow: 1px 1px 25px black;
}

.component-column /** can display multiple partials, set width & height in your own markup **/ {
	display:inline;
	width:980px;
	float:left;
	/*margin: 10px 0 0 0;*/
	height: 582px;
	/*padding: 10px 0 0 0;*/
	background: white;
}

.column1-wrap  {
	display:inline;
	width:322px;
	height: 582px;
	float:left;
	margin: 0 7px 0 0;
	/*padding: 10px 0 0 0;*/
	background:url(images/column1.png);
}

.column1  {
	display:inline;
	width:322px;
	height: 582px;
	float:left;
}

.column2-wrap  {
	display:inline;
	width:322px;
	height: 582px;
	float:left;
	margin: 0 7px 0 0;
	/*padding: 10px 0 0 0;*/
	background:url(images/column2.png);
}

#column2  {
	display:inline;
	width:322px;
	height: 538px;
	float: left;
	margin-top: 44px;
	overflow-y: scroll;
    overflow-x: hidden;
}

.column3-wrap  {
	display:inline;
	width:322px;
	height: 582px;
	float:left;
	/*padding: 10px 0 0 0;*/
	background:url(images/column3.png);
}

#column3  {
	display:inline;
	width:282px;
	height: 538px;
	float: left;
	padding-left: 40px;
	margin-top: 44px;
	overflow-y: scroll;
    overflow-x: hidden;
}

.component {
	background: white;
	display:block;
	float:left;
	/*margin:50px 0;*/
	width:940px;
	min-height: 100px;
	padding: 40px 20px 40px 20px;
}

/* Float Shadow */
.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.button {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #FFFFFF;
  text-decoration: none;
  color: #666666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.glow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.glow:hover, .glow:focus, .glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Bubble Float Bottom */
.bubble-float-bottom {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #FFFFFF transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: bottom;
  transition-property: bottom;
}
.bubble-float-bottom:hover, .bubble-float-bottom:focus, .bubble-float-bottom:active {
  -webkit-transform: translateY(-5px) translateZ(0);
  transform: translateY(-5px) translateZ(0);
}
.bubble-float-bottom:hover:before, .bubble-float-bottom:focus:before, .bubble-float-bottom:active:before {
  bottom: -10px;
}

.tour-logo{
	width: 960px;
	height: 91px;
	float: left;
	margin-bottom: 37px;
}

.footer-content  /** can display multiple partials, set width & height in your own markup **/  {
	/*display:inline;*/
	float:left;
	width: 980px;
	height: 37px;
	/*margin:0 0 0 250px;*/
	position:relative;
	text-align: center;
	background: #0da3d5;
	padding: 15px 0 0 0;
}

.bottombar {
	width:100%;
	height:20px;
	float:left;
	background: #000;
	text-align:center;
	padding:5px 0;
	position:static;
	bottom:0;
}

.bottombar a {
	color: #ebebeb;
	font-weight:bold;
	text-transform: uppercase;
	font-size:11px;
}

.column-one {
	background: url(images/columnbox-pattern.jpg) repeat;
	border:1px solid lightgrey;
	padding:10px;
	margin:15px 0 ;
}

.widget.product-search h3 {
	display:none;
}

.side_row li { list-style:none; }

#search_keyword {
width: 165px;
float: left;
height: 18px;
margin: 3px 0 0 0;
}

.magnifier.icon { display:none; }

.widget.product-search {
margin: 10px 0 0 0;
}

.widget.shoppingcart {
	background: url(images/cart-bg.jpg) no-repeat;
	width: 197px;
	height:52px;
	padding: 10px;
	margin: 10px 0;
}

.item_in_cart, .cart_button, .total_in_cart {
text-align: right;
}

.widget.widget_style_21 h3 span {
	color: #898989;
	font-weight: normal;
	text-transform: uppercase;
}

.widget h3 { border:0 !important; }

.widget.widget_style_21 h3 { margin:3px 0; }

.widget.widget_style_21 li {
	padding:6px 0;
	border-bottom:1px solid lightgrey;
}

.category_blog_view .article_title h4 {
	border:0;
	padding:6px 0;
	border-bottom:1px solid lightgrey;
	color: #9b969b;
	font-weight:bold;
	font-size: 18px;
}

.pagination a {
	padding:2px 4px;
	border: 1px solid lightgrey;
	margin:4px 0 0 4px;
	float:left;
	background: #d1c6d2;
	color: #fff;
}

.pagination strong {
	padding:2px 4px;
	border: 1px solid lightgrey;
	margin:4px 0 0 4px;
	float:left;
	background: #d1c6d2;
	color: #fff;
}

.promo_price {
	text-align: center;
	font-weight: bold;
	color: #EDBD75;
	font-size: 16px;
}

.line_through {
text-decoration: line-through;
}

.widget.widget_style_44 {
	margin: 20px 10px;
}

.category-module li {
	list-style: none;
	padding: 8px 0;
	border-bottom: 1px solid lightGrey;
}

.category-module h3 {
	font-size:14px;
	margin:0;
	font-weight:bold;
	padding:5px 0;
}

.category-module h3 a {
	color: #9e005d;
}
/**Added by FY**/
.campuses_main {
    text-align: center;
}
.campuses_main td {
    padding-bottom: 25px;
}
.campuses_main h3 {
    margin-top: 10px;
    font-size: 0.9em;
    font-weight: 700;
}
.campuses_main h3 a {
    color: #0da3d5;
}
.campuses_main h3 a:hover {
    color: #dcc231;
}
.campuses_main img {
    border: 8px solid #10a1d6;
}
.campuses_main img {
    border: 8px solid #10a1d6;
    filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
}
.campuses_main img:hover {
    filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.campuses_main img, .campuses_main img:hover {
            transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
       -moz-transition: All 0.5s ease;
         -o-transition: All 0.5s ease;
}
.single_row {
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.single_row img{
    position: relative;
    z-index: 50;
}
.single_row .title{
    position: absolute;
    z-index: 51;
    bottom: 0;
    width: 224px;
    padding: 6px 4px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 1.1em;
    font-weight: 700;
    color: #000;
    background: rgba(16, 163, 213, 0.8);
}