@import url(http://fonts.googleapis.com/css?family=Glegoo);

@import url(http://fonts.googleapis.com/css?family=Cabin:400,700);

@import url(http://fonts.googleapis.com/css?family=Cabin+Condensed);
/*------ template stylization ------*/
body {
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
	color: #FFFFFF;
}
#webSiteLoader {
	position: fixed;
	background: #000000;
	z-index: 1023;
	height: 100%;
	width: 100%;
}
#webSiteLoader > span {
  position: absolute;
  left: 50%;
  top: 50%;
}
#pageLoader {
  position: fixed;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  z-index: 1000;
  display: none;
}
#pageLoader > div {
  background: url(../img/page_loader.gif) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
._marginNull {
  margin: 0 !important;
}
._paddingNull {
  padding: 0 !important;
}
._borderNull {
  border: none !important;
}
._backgroundNull {
  background: none !important;
}
._relative {
  position: relative;
}
._absolute {
  position: absolute;
}
._left {
  float: left;
}
._right {
  float: right;
}
.wrap {
  overflow: hidden;
  margin: 0;
}
._txtLeft {
  text-align: left;
}
._txtRight {
  text-align: right;
}
._txtCenter {
  text-align: center;
}
._fullWidth {
  width: 100%;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
	width: 225px;
	height: 100%;
	top: 19px;
	position: absolute;
	z-index: 5;
	background: url(../img/bg1.png) 0 0 repeat-y;
}
header .container {
	width: 220px;
	text-align: center;
	margin: 0;
	height: 100%;
}
h1 {
  max-width: 246px;
  width: 100%;
  float: left;
  margin: 0;
  display: inline-block;
  margin-top: 176px;
  z-index: 10;
}
h1 > a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
#search {
  margin: 0;
  display: inline-block;
  width: 100%;
}
#search input {
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  width: 435px;
  margin: 7px 0;
  color: #ffffff;
  padding: 5px 12px;
  font: 400 13px/20px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #474747;
}
#search a {
  float: right;
}
#search #advancedSearch:hover {
  color: #005580;
}
/*---------------- header end ------------------------------------------------*/
/*---------------- MENU ------------------------------------------------------*/
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
	margin: 0;
	position: relative;
	margin-top: 20px;
	width: 95px;
	display: inline-block;
}
header .navbar > .navbar-inner {
	padding: 0;
	border-radius: 0;
	margin: 0;
	background: none;
	border: none;
	filter: none;
	box-shadow: none;
	text-align: center;
}
.sf-menu {
	float: left;
	list-style: none;
	padding: 0;
	display: inline-block;
	margin: 0;
	text-align: center;
	height: 100%;
}
.sf-menu > li {
	position: relative;
	display: inline-block;
	margin-bottom: 3px;
	z-index: 16;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.sf-menu > li > a:hover {
	text-decoration: none;
}
.sf-menu > li > a .base_text {
	color: #333333;
	font: 400 13px/24px 'Cabin Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	position: relative;
	text-align: center;
	display: block;
	text-transform: uppercase;
	z-index: 1;
	padding: 0 4px;
	letter-spacing: 3px;
}
.sf-menu > li > a .over_text {
  color: #ffffff;
  font: 400 13px/24px 'Cabin Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  position: absolute;
  text-align: center;
  display: block;
  text-transform: uppercase;
  top: 0px;
  left: 0;
  z-index: 1;
  padding: 0 4px;
  letter-spacing: 3px;
}
.sf-menu > li > a ._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 3;
  left: 0;
  display: block;
  background: url(../img/pixel.png);
}
.sf-menu > li > a ._over {
  position: absolute;
  width: 100%;
  height: 95%;
  top: 0;
  z-index: 2;
  left: 0;
  display: block;
  background: url(../img/divider1.png) 0 100% repeat-x;
}
.sf-menu ul {
  position: relative;
  list-style: none;
  margin: 0;
  z-index: 10;
  padding: 13px 0px;
}
.sf-menu ul > li {
  display: inline-block;
  margin-bottom: 10px;
}
.sf-menu ul a {
  color: #ffffff;
  font: 400 13px/16px 'Cabin Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.sf-menu ul a:hover {
  color: #969696;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu ul .hoverItem {
  color: #969696 !important;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu .sub2 {
  top: 0px;
  left: 0px;
  padding: 10px 0;
}
/*-------------   menu end  --------------*/
/*----------------- CONTENT BASE --------------------------------------------------- */
#wrapper section {
	position: relative;
	width: 100%;
	height: auto !important;
	top: 0px;
	overflow: visible;
}
#wrapper .containerHolder {
	position: relative;
	width: 100%;
	height: 200% !important;
	left: -100px;
}
#wrapper section > .container {
	position: relative;
	margin: 0;
	height: auto;
	left: -100px;
	z-index: 6;
}
.dynamicContent {
	position: absolute;
	width: 780px;
	top: 320px;
	height: 100%;
	z-index: 2;
}
.cover {
	position: absolute;
	width: 780px;
	height: auto;
	background: none;
	z-index: 6;
}
.dynamicContent > .content {
  padding: 0;
}
h2 {
	color: #333333;
	font: 400 33px/40px 'Glegoo', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 12px 0;
	text-align: center;
}
h3 {
	color: #333333;
	font: 13px/20px 'Cabin Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px 0 5px 0;
	text-transform: uppercase;
}
p {
	font: 13px/20px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	color: #333333;
}
.more_btn1 {
  display: inline-block;
  font: 400 27px/30px 'Glegoo', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding: 0;
  text-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more_btn1:hover {
  text-decoration: none;
  color: #969696;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*--- content end ------*/
/*---------------------- LINKS ---------------------------------- */
.mail {
  font: 13px/20px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mail:hover {
  color: #969696;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link1 {
  font: 400 11px/20px 'Cabin Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #454545;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link1:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link2 {
	font: 600 13px/20px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
._link2:hover {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link3 {
  color: #ffffff;
  font: 13px/20px 'Cabin Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link3:hover {
  color: #969696;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-------------------------- MARGIN PADDING --------- */
.margin1 {
  margin-bottom: 20px;
}
.margin2 {
	margin-bottom: 10px;
	height: 100%;

}
.margin3 {
	height: 600px;
}
.margin4 {
  margin-bottom: 35px;
}
.margin5 {
  margin-right: 20px;
}
.margin6 {
  margin: 0 120px;
}
/*-------------------------- TEXTSTYLES ------------- */
.textStyle1 {
	font-size: 12px;
	margin: 0 0 0px 0;
	margin-right: 7px;
}
/*-------------------------- LISTS ------------------ */
._list1 {
	list-style: none;
	margin: 0;
	display: block;
	overflow: visible;
	height: 100%;
}
._list1 > li {
	display: inline-block;
	text-align: center;
}
._list1 > li a {
  width: 140px;
  height: 185px;
  position: relative;
}
._list1 > li a ._over {
  width: 140px;
  height: 185px;
  position: absolute;
  left: 0;
  background: url(../img/magnify.png) 50% 50% no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._list1 > li a:hover ._over {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
._list2 {
	list-style: none;
	margin: 0;
	display: block;
	overflow: hidden;
}
._list2 > li {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 5;
	margin-left: 20px;
}
._list2 > li > a {
	display: inline-block;
	position: relative;
}
._list2 > li ._over {
	width: 137px;
	height: 87px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #fff;
	z-index: 1;
}
/*-------------------------- EXTRA -------------------*/
.outScroll {
  position: relative;
}
.outScroll .scroll1 {
  width: 460px;
  height: 485px;
}
.outScroll ._track {
  width: 19px;
  height: 485px;
  left: 480px;
  top: 0px;
  z-index: 300;
}
.outScroll ._track {
  width: 19px;
  height: 485px;
  background: url(../img/_track.png) 50% 0 repeat-y;
}
.outScroll ._shuttle {
  cursor: pointer !important;
  width: 19px;
  height: 19px;
  background: url(../img/_shuttle.png) 50% 0% no-repeat;
}
.outScroll ._shuttle:hover {
  background: url(../img/_shuttle.png) 50% 100% no-repeat;
}
.thumb-pad > .thumbnail {
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.thumb-pad .caption {
  padding: 27px 0 0 0;
}
.formBox1 {
  width: 220px;
  display: inline-block;
  float: left;
}
/*===================================BG slider=======================*/
#bgStretch {
	overflow: visible;
	z-index: 20;
	display: block;
	position: relative;
	margin-left: 220px;
	margin-top: 20px;
}
#bgStretch img {
	background-color: #EBEBEB;
	max-width: 60%;
	max-height: 60%;
}
.spinner_bg {
  position: fixed;
  width: 0px;
  height: 0px;
  z-index: 10000;
  left: 50%;
  top: 50%;
  display: inline-block;
}
#bgNav {
	position: absolute;
	display: inline-block;
	text-align: left;
	height: 100%;
	z-index: 14;
	background: url(../img/bg3.png);
	left: 20px;
}
#bgNav > ul {
	list-style: none;
	margin: 65px 0 0 0;
	display: inline-block;
	position: relative;
	width: 1550px;
	z-index: 15;
	overflow: hidden;
	left: 0px;
}
#bgNav > ul > li {
	display: inline;
	margin: 0 0 22px 0;
}
#bgNav > ul > li > a {
  font: 400 28px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  display: inline-block;
  top: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#bgNav > ul > li.active > a {
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#bgNav > ul > li:hover > a {
	text-decoration: none;
	color: #000000;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  max-width: 460px;
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.g_map > iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 195px;
}
/*-------------------------- CONTACT FORM --------------*/
#form1 {
  margin-top: 20px;
  position: relative;
  display: block;
}
#form1 label {
  margin-bottom: 10px;
  position: relative;
  color: #ffffff;
}
#form1 label input,
#form1 label textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  color: #ffffff;
  width: 100%;
  padding: 5px 12px;
  font: 400 13px/20px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #474747;
  border: none;
}
#form1 label textarea {
  width: 196px;
  height: 100px;
  resize: none;
}
#form1 label input {
  width: 196px;
}
#form1 .error {
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .empty {
  width: 99%;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .success {
  background: #474747;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 8px 10px;
  width: 200px;
  height: 94px;
}
#form1 .success > span {
  color: #ffffff;
  font: 400 14px/20px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 26px;
}
.btns {
  float: right;
  margin-top: 1px;
}
.btns > a {
  margin-left: 25px;
}
#form1 ._w1 {
  width: 220px;
}
.space1 {
  width: 75px;
  display: inline-block;
}
/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list > li {
  margin-bottom: 15px;
  color: #ffffff;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  color: #969696;
  font: 18px/21px 'Libre Baskerville', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
}
.search_list > li h4 > a:hover {
  text-decoration: none;
}
.search_list > li .match {
  display: block;
  color: #919191;
  font-size: 12px;
  font-weight: bold;
}
/*-------------- FOOTER ---------------------------------------------------- */
footer {
	color: #454545;
	position: fixed;
	z-index: 6;
	bottom: 0px;
	height: 170px;
	overflow: auto !important;
	left: 220px;
	width: 61%;
	text-align: left;
}
footer > .container {
	text-align: left;
	position: absolute;
	left: -20px;
}
footer .privacy_text {
  font: 400 11px/20px 'Cabin Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #454545;
  margin-top: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
/*----------- FOOTER END ------------------------------------------------------*/
/*============================ Grid =====================================*/
/*-----------------------------------------------------------------------------------*/
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
