@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);

@import "jquery.fancybox.css";
/*------ template stylization ------*/
body {
  background: #000000;
  font: 11px "Arial", Helvetica, Arial, sans-serif;
  line-height: 19px;
  color: #4c4c4c;
  min-width: 950px;
}
#scriptHolder {
  display: none !important;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000 url(../img/web_site_loader.gif) center no-repeat;
  z-index: 1023;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 72px;
  height: 72px;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  background: url(../img/bg_loader.png) 0 0 no-repeat;
  z-index: 1000;
  padding: 3px;
  display: none;
}
#pageLoader > div {
  background: url(../img/web_site_loader.gif) 0 0 no-repeat;
  width: 66px;
  height: 66px;
}
#back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #000000 url("../img/up-arrow.png") center 12px no-repeat;
  z-index: 1000;
  border-radius: 5px;
  display: none;
  cursor: pointer;
}
.container {
  height: 100%;
}
.extra-wrap {
  overflow: hidden;
}
h2 {
  font: 600 28px/31px 'Open Sans';
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
h3 {
  font: 600 23px/24px 'Open Sans';
  color: #006097;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 14px;
}
p {
	font: 10px "Arial", Helvetica, Arial, sans-serif;
	color: #99CC33;
	text-transform: uppercase;
	line-height: 19px;
	margin: 0;
	font-size: 13px;
}
p > span {
  color: #ffffff;
}
.contentHolder4 {
  width: 250px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 24px;
}
.contentHolder5 {
  width: 330px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 24px;
}
.contentHolder7 {
  width: 490px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 24px;
}
.contentHolder8 {
  width: 570px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 24px;
}
.contentHolder_error {
  width: 879px;
  padding-left: 41px;
  padding-right: 20px;
  padding-top: 126px;
  padding-bottom: 136px;
}
.contentHolder12 {
  width: 900px;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 24px;
}
.contentHolder_error h2 {
  margin-top: 8px;
}
.contentHolder_error h3 {
  margin-bottom: 21px;
}
/*-----menu-----*/
.navbar .nav {
  margin: 0;
}
.menu {
  display: inline-block;
}
.menu .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  filter: none;
  box-shadow: none;
  display: inline-block;
}
.sf-menu {
  position: relative;
  list-style: none;
  padding: 0;
  display: block;
  margin: 0;
  width: 121px;
  text-align: right;
  width: 100%;
}
.sf-menu li {
  width: 120px;
  text-align: center;
}
.sf-menu > .last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sf-menu .button_act {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -200px;
  left: 0;
  background: url("../img/menu_btn.png") repeat;
}
.sf-menu > li {
  float: left;
  position: relative;
  border-right: 1px solid #2a2a2a;
}
.sf-menu > li > a {
  padding: 0 !important;
  text-shadow: none;
  padding-bottom: 27px;
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 100%;
}
.sf-menu li:hover {
  color: #cccc66;
}
.sf-menu > li > a {
  text-shadow: none !important;
}
.sf-menu > li:hover .base_text {
  color: #00a3da;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sf-menu > li > .activeLink > .base_text {
  color: #cccc66;
}
.sf-menu > li > img {
  margin-top: 0;
}
.sf-menu > li > a .base_text {
  font: 13px 'Open Sans';
  color: #ffffff;
  width: 100%;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
  padding-top: 151px;
  margin-bottom: 27px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/*-----subMenu-----*/
.sf-menu ul a {
  color: #ffffff;
  font: 10px/8px "Arial", Helvetica, Arial, sans-serif;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.sf-menu ul a:hover {
  text-decoration: none;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  width: 226px;
  left: -1px;
  z-index: 10;
  margin-top: -19px;
  padding-top: 13px;
  padding-bottom: 11px;
  background-color: #006097;
}
.sf-menu ul > li {
  text-align: left;
  width: 226px;
  cursor: pointer;
  -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 > li:hover {
  background-color: #2b2a2a;
  -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 > li > a {
  margin-left: 24px;
  padding-top: 10px;
  padding-bottom: 9px;
}
.sf-menu .subMenu2 {
  position: absolute;
  list-style: none;
  width: 226px;
  left: 202px;
  z-index: 10;
  margin-top: -40px;
  padding-top: 13px;
  padding-bottom: 11px;
  background-color: #454545;
  background-image: -moz-linear-gradient(top, #565656, #2c2c2c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#565656), to(#2c2c2c));
  background-image: -webkit-linear-gradient(top, #565656, #2c2c2c);
  background-image: -o-linear-gradient(top, #565656, #2c2c2c);
  background-image: linear-gradient(to bottom, #565656, #2c2c2c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff565656', endColorstr='#ff2c2c2c', GradientType=0);
}
.sf-menu .subMenu2 li {
  text-align: left;
  width: 226px;
  cursor: pointer;
  -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 .subMenu2 > li:hover {
  background-color: #2b2a2a;
  -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 .subMenu2 a {
  margin-left: 24px;
  padding-top: 10px;
  padding-bottom: 9px;
}
/*-----content-----*/
header {
  position: relative;
  z-index: 2;
  top: 0;
  width: 940px;
  height: 196px;
  margin: 0 auto;
  background: url("../img/pattern.png") repeat;
}
header h1 {
  position: relative;
  z-index: 5;
  float: left;
  margin: 0;
}
header h1 a {
  display: inline-block;
}
.leftPart {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 1500px;
  height: 184px;
  background-color: #004870;
  border-bottom: 12px solid #fff;
  margin-left: -1970px;
}
.rightPart {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 50%;
  width: 1500px;
  height: 196px;
  background: url("../img/pattern.png") repeat;
  margin-right: -1970px;
}
.box {
  position: relative;
  z-index: 5;
}
.bookBtn {
  background-color: #da9600;
  width: 277px;
  height: 47px;
  float: right;
  padding-top: 13px;
  padding-left: 23px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bookBtn:hover {
  background-color: #292929;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bookBtn p {
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  font: 600 23px 'Open Sans', "Arial", Helvetica, Arial, sans-serif;
}
.bookBtn img {
  margin-top: 11px;
  float: right;
  margin-right: 20px;
}
.imgIndent {
  margin-bottom: 1px;
}
.btn.btn-primary {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-shadow: none;
  color: #ffffff;
  background: none;
  text-transform: uppercase;
  font: 600 13px 'Open Sans', "Arial", Helvetica, Arial, sans-serif;
  background-color: #006097;
  padding: 17px 45px 17px 45px;
  float: right;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-primary:hover {
  background-color: #292929;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-info {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-shadow: none;
  color: #ffffff;
  background: none;
  text-transform: uppercase;
  font: 600 13px 'Open Sans', "Arial", Helvetica, Arial, sans-serif;
  background-color: #006097;
  padding: 6px 15px 7px 14px;
  float: left;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-info:hover {
  background-color: #292929;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.spashBox {
  margin-top: 129px;
}
.spinner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000000 url("../img/gall_spinner.gif") 50% 50% no-repeat;
  display: none;
}
/*-----bgStretch-----*/
#bgStretch {
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
#bgNav {
  display: inline-block !important;
  float: left;
  margin-top: 150px;
  position: relative;
  z-index: 6;
}
.pagination ul > li > a {
  border: none;
  padding: 0;
  background: none;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  border: none;
  padding: 0;
  background: none;
}
#bgNav ul {
  display: inline-block;
  margin: 0 !important;
  margin-left: 0 !important;
}
#bgNav li {
  float: left;
  margin-right: 10px;
  display: inline-block;
}
#bgNav .ovrl {
  position: relative;
  z-index: 1;
  display: inline-block;
}
#bgNav a {
  width: 19px;
  height: 19px;
  position: relative;
  display: inline-block;
}
#bgNav a .colorPart {
  width: 19px;
  height: 19px;
  display: inline-block;
  background: url("../img/pagination_sprite.png") 0 top no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#bgNav a:hover > .colorPart {
  background: url("../img/pagination_sprite.png") 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#bgNav .active > a .colorPart {
  background: url("../img/pagination_sprite.png") 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.boxBanner1 {
  width: 300px;
  height: 222px;
  background: url("../img/pattern3.png") repeat;
  overflow: hidden;
}
.boxBanner1 .btn-primary {
  position: absolute;
  bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: none;
  left: 0;
}
.boxBanner1 img {
  float: left;
}
.boxBanner1 > div {
  width: 164px;
  height: 173px;
  position: relative;
  text-align: center;
  display: inline-block;
  padding-top: 49px;
}
.boxBanner1 .title1 {
  font: 600 19px/18px 'Open Sans';
  color: #006097;
  text-transform: uppercase;
}
.boxBanner1 .title2 {
  font: 600 23px/24px 'Open Sans';
  color: #ffffff;
  text-transform: uppercase;
}
.boxBanner1 .title3 {
  font: 600 38px/39px 'Open Sans';
  color: #ffffff;
  text-transform: uppercase;
}
/*-----list-----*/
.list1 {
  margin: 0;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.list1 li {
  list-style: none;
  margin-bottom: 10px;
}
.list1 li img {
  float: left;
  margin-right: 12px;
  margin-top: 4px;
}
.list1 li a {
  text-transform: uppercase;
  font: 10px "Arial", Helvetica, Arial, sans-serif;
  -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 {
  color: #006097;
  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;
}
.list1 li .extra-wrap {
  margin-bottom: 2px;
}
.list2 {
  margin: 0;
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 14px;
  width: 100%;
}
.list2 .badge {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  background: none;
  width: 51px;
  height: 62px;
  text-align: center;
  padding-top: 4px;
  color: #ffffff;
  font: bold 36px "Arial", Helvetica, Arial, sans-serif;
  background: url("../img/badge.png") no-repeat;
  float: left;
  margin-right: 15px;
}
.list2 li {
  list-style: none;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 27px;
  border-bottom: 1px solid #2d2d2d;
}
.list2 .last {
  margin-bottom: 0;
  border-bottom: none;
}
.list2 li a {
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  font: 10px/19px "Arial", Helvetica, Arial, sans-serif;
  position: relative;
  top: -6px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list2 li a:hover {
  color: #006097;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list2 li p {
  margin-top: -6px;
}
.list3 {
  margin: 0;
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 34px;
}
.list3 li {
  list-style: none;
  margin-bottom: 6px;
}
.list3 li img {
  float: left;
  margin-right: 9px;
  margin-top: 4px;
}
.list3 li a {
  text-transform: uppercase;
  font: 10px "Arial", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list3 li a:hover {
  color: #006097;
  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;
}
/*-----thumb-pad-----*/
.thumb-pad1 {
  display: inline-block;
  padding: 10px 10px 7px 10px;
  background: url("../img/pattern2.png") repeat;
  margin-right: 20px;
  margin-bottom: 21px;
}
.margRight {
  margin-right: 0;
}
.thumb-pad1 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  background: none;
}
.thumb-pad1 .thumbnail img {
  max-width: none;
  margin: 0;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  font: 10px/19px "Arial", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 8px;
}
.thumb-pad1 .thumbnail .caption a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad1 .thumbnail .caption a:hover {
  color: #006097;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad2 {
  display: inline-block;
  padding: 10px 10px 16px 10px;
  background: url("../img/pattern2.png") repeat;
  margin-right: 22px;
  margin-bottom: 77px;
  margin-top: 6px;
}
.thumb-pad2 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  background: none;
}
.thumb-pad2 .thumbnail a {
  display: inline-block;
}
.thumb-pad2 .thumbnail img {
  max-width: none;
  margin: 0;
  margin-bottom: 6px;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
  font: 10px/19px "Arial", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 8px;
}
.thumb-pad2 .thumbnail .caption a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad2 .thumbnail .caption a:hover {
  color: #006097;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad3 {
  display: inline-block;
  padding: 10px 10px 13px 10px;
  background: url("../img/pattern2.png") repeat;
  margin-right: 18px;
  margin-bottom: 16px;
  margin-top: 4px;
}
.thumb-pad3 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  background: none;
}
.thumb-pad3 .thumbnail a {
  display: inline-block;
}
.thumb-pad3 .thumbnail img {
  max-width: none;
  margin: 0;
  margin-bottom: 6px;
}
.thumb-pad3 .thumbnail .caption {
  padding: 0;
  font: 10px/19px "Arial", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 8px;
}
.thumb-pad3 .thumbnail .caption a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad3 .thumbnail .caption a:hover {
  color: #006097;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*------ content ------- */
#wrapper > section {
  position: relative;
  margin-top: 146px;
  z-index: 1;
}
.dynamicContent {
  position: absolute;
  top: 0;
  width: 100%;
}
.box_part {
  background: url(../img/pattern.png) 0 0 repeat;
  overflow: hidden;
  position: relative;
}
.box_inner {
  padding: 0;
  position: relative;
  display: inline-block;
}
.btn-link {
  font: 10px "Arial", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: none;
  text-transform: uppercase;
  border: none;
  text-shadow: none;
  padding: 0;
  color: #4c4c4c;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-link:hover {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-----form-----*/
.success {
  background: #000000;
  text-align: center;
  position: absolute;
  z-index: 10;
  padding: 45px 109px;
  color: #006097;
}
#form1 {
  margin-top: 27px;
  margin-bottom: 0;
  position: relative;
}
#form1 label {
  margin-bottom: -6px;
  position: relative;
}
#form1 label input,
#form1 label textarea,
#search input {
  background: url("../img/pattern2.png") repeat;
  height: 12px;
  outline: none;
  box-shadow: none;
  margin: 0;
  color: #787878;
  width: 320px;
  padding: 12px 17px;
  font: 10px "Arial", Helvetica, Arial, sans-serif;
  line-height: 12px;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: -3px;
}
#form1 label textarea {
  height: 187px;
  margin-top: -1px;
  margin-bottom: 6px;
  resize: none;
  width: 445px;
}
.btns {
  float: right;
  margin-right: 11px;
  margin-top: -15px;
  margin-bottom: 45px;
}
.btns a:first-child {
  margin-right: 30px;
}
.empty,
.error {
  position: absolute;
  top: 0;
  right: 17px;
  color: #006097;
  font-size: 9px;
}
/*-----map-----*/
.g_map {
  width: 322px;
  height: 278px;
  padding: 0;
  margin: 0;
  margin-top: 27px;
  margin-bottom: 33px;
  border-radius: 0 !important;
  background-color: #ffffff;
}
iframe {
  border: none;
  outline: none;
  padding: 0;
  width: 322px;
  height: 278px;
}
.address {
  float: left;
  margin-top: -8px;
  text-transform: uppercase;
  line-height: 18px;
  display: inline-block;
  font-size: 10px !important;
  height: 125px;
}
.address strong {
  font-weight: normal;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
}
.address span {
  width: 85px;
  display: inline-block;
}
.address p a {
  display: inline-block;
  margin-top: -2px;
}
.page_error {
  margin: 0 39px 0 0;
  float: left;
}
.search_title {
  font-size: 15px;
  text-decoration: underline;
  font-weight: 700;
}
#search {
  display: inline-block;
}
#search input {
  width: 212px;
  padding: 13px 13px 14px 13px;
  background: none;
  border: 1px solid #4c4c4c;
  margin-top: 36px;
}
#search #searchButton {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: relative;
}
#search #searchButton img {
  max-width: none;
  position: absolute;
  top: 3px;
  right: 8px;
}
.search_result {
  color: #ffffff;
  margin-bottom: 10px;
  display: inline-block;
}
.search_list {
  margin-left: 46px;
}
.search_link {
  color: #006097;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search_title {
  margin-bottom: 3px;
}
/*------footer-------*/
#glow {
  position: absolute;
  bottom: 0;
  background: url("../img/footer_bg.png") repeat-x;
  width: 100%;
  height: 374px;
}
footer {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  width: 100%;
  height: 70px;
  background-color: #000404;
}
footer span {
  font: 10px "Arial", Helvetica, Arial, sans-serif;
  color: #4c4c4c;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 11px;
}
footer span em {
  font-style: normal;
  color: #006097;
}
footer span a {
  color: #4c4c4c;
  text-decoration: none !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer span a:hover {
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----slider-----*/
.slider2 {
  display: inline-block;
  margin-bottom: 14px;
  width: 100%;
  height: 388px !important;
  margin-top: 17px;
  margin-left: -2px;
}
.slider2 ul {
  float: left;
  margin: 0;
}
.slider2 ul li {
  list-style: none;
  float: left;
}
.slider2 ul .last {
  margin-right: 0;
}
.slider2 ul li > .pict {
  display: inline-block;
}
.slider2 ul li .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.slider2 ul li .thumbnail img {
  float: left;
  margin-right: 18px;
}
.slider2 ul li .caption {
  padding: 0;
}
.slider2 ul li .caption p {
  margin-top: -3px;
  margin-bottom: 9px;
}
.slider2 ul li .caption a {
  text-align: left;
  font-size: 10px;
  text-decoration: none !important;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.slider2 ul li .caption a:hover {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.date {
  display: inline-block;
  margin-bottom: 19px;
  margin-top: 7px;
  width: 100%;
}
.slider2 .badge {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  background: none;
  width: 51px;
  height: 51px;
  text-align: center;
  color: #ffffff;
  background: url("../img/badge.png") no-repeat;
  float: left;
  padding-top: 11px;
  margin-right: 15px;
}
.slider2 .badge p {
  font: bold 15px/16px "Arial", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-top: -3px;
  text-transform: none;
  margin-bottom: 7px;
}
.slider2 .badge strong {
  font: bold 15px/16px "Arial", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-top: 0;
  text-transform: none;
}
.slider2 .blog a {
  font: 10px/19px "Arial", Helvetica, Arial, sans-serif;
  color: #006097;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.slider2 .blog p {
  color: #ffffff;
  text-transform: uppercase;
  font: 600 20px/20px 'Open Sans', "Arial", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  margin-top: 4px;
}
.slider2 .extra-wrap a {
  font: 10px "Arial", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.slider2 .extra-wrap a:hover {
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.slider2 .blog a:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.pagination-centered {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-left: 45px;
  margin-bottom: 47px;
}
.pagination-centered a {
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: none;
  font: 11px "Arial", Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.pagination-centered .button {
  padding: 0;
  margin: 0;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  margin-right: 4px;
  background-color: #006097;
  padding: 6px 10px 6px 10px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 0 !important;
}
.pagination-centered .button:hover {
  color: #006097;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination-centered .button.active,
.pagination-centered .button.active:hover {
  text-decoration: none;
  color: #006097;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination-centered .nav-next {
  padding: 0;
  margin: 0;
  position: relative;
  text-decoration: none !important;
  display: inline-block;
  padding: 5px 5px 6px 5px;
  font: 12px "Arial", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 0;
  background-color: #006097;
  margin-left: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination-centered .nav-prev {
  padding: 0;
  margin: 0;
  position: absolute;
  margin-left: -331px;
  display: inline-block;
  font: 12px "Arial", Helvetica, Arial, sans-serif;
  padding: 5px 5px 6px 5px;
  color: #ffffff;
  text-decoration: none !important;
  text-transform: uppercase;
  background-color: #006097;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination-centered .nav-next:hover {
  background-color: #292929;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination-centered .nav-prev:hover {
  background-color: #292929;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*--------------------------------------------------------------------------------------------*/
.margBot {
  margin-bottom: 27px;
}
.margBot1 {
  margin-bottom: 17px;
}
.margBot2 {
  margin-bottom: 6px;
}
.margBot3 {
  margin-bottom: 30px;
}
.margBot4 {
  margin-bottom: 11px;
}
.margBot5 {
  margin-bottom: 23px;
}
.margBot6 {
  margin-bottom: 19px;
}
.margBot7 {
  margin-bottom: 8px;
}
.margBot8 {
  margin-bottom: 25px;
}
.margTop {
  margin-top: 17px;
}
.margTop1 {
  margin-top: 23px;
}
.margTop2 {
  margin-top: 6px;
}
.margTop3 {
  margin-top: 20px;
}
.padBot {
  padding-bottom: 61px;
}
/*--------------------------------------------------------------------------------------------*/
.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: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
