@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,600);
/*------ template stylization ------*/
body {
  background: #201134;
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 22px;
  color: #d8d8d8;
  min-width: 950px;
  min-height: 750px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #201134 url(../img/web_site_loader.gif) center no-repeat;
  z-index: 1023;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  background: url(../img/page_loader_bg.jpg) 0 0 no-repeat;
  z-index: 1000;
  padding: 5px;
  display: none;
}
#pageLoader > div {
  background: url(../img/page_loader.gif) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
/*---------gallery bg--------*/
#galleryHolder {
  position: fixed !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
#imageHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
/*end gallery bg*/
.animate,
.animate:hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
p {
  padding-bottom: 10px;
}
figure {
  margin: 0;
}
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  line-height: 1.2em;
}
h2 > a,
h3 > a,
h4 > a,
h5 > a {
  color: inherit;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover {
  color: ionherit;
  text-decoration: underline;
}
h2 {
  font: 700 29.96px 'Open Sans', sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 10px 0 14px;
}
h3 {
  font: 700 14.98px 'Open Sans', sans-serif;
  color: #FFFFFF;
  margin: -2px 0 -1px;
  line-height: 24px;
}
h4 {
  font: 600 11.9px 'Open Sans', sans-serif;
  color: #e5e5e5;
  margin-top: 0;
}
h5 {
  font: 700 14px 'Open Sans', sans-serif;
  line-height: 22px;
  color: #ffffff;
  text-transform: none;
  margin-bottom: 2px;
}
address {
  font-style: normal;
}
/*bootstrap classes*/
.thumbnail {
  box-shadow: none;
  border: none;
  padding: 0;
}
.thumbnail:hover {
  border-color: transparent;
  box-shadow: none !important;
}
.img-polaroid {
  background: #ffffff;
  padding: 5px;
  box-shadow: none;
  border: none;
}
/*end bootstrap classes*/
/*------ header ------- */
/*--- header end ------*/
/*------ content ------- */
#wrapper ul {
  list-style: none;
  margin-left: 0;
}
#wrapper input,
#wrapper textarea {
  position: relative;
  outline: none;
  box-shadow: none;
  border: none;
  background: none;
  padding: 5px 10px;
  width: 100%;
  color: #8ecacc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 21px;
}
#wrapper input:focus,
#wrapper textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
#wrapper input {
  width: 100%;
  height: 37px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #274d4d;
  background: #0D1112;
  padding: 5px 10px;
}
#wrapper > div {
  position: relative;
  overflow: hidden;
}
#wrapper > section {
  position: relative;
  height: 100%;
}
#wrapper > section > div {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.inner {
  padding: 35px 0 0;
  background-color: #0d3839;
  background-image: -moz-linear-gradient(top, #0b2f30, #3e2165);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#201134), to(#3e2165));
  background-image: -webkit-linear-gradient(top, #201134, #3e2165);
  background-image: -o-linear-gradient(top, #201134, #3e2165);
  background-image: linear-gradient(to bottom, #201134, #3e2165);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff201134', endColorstr='#ff3e2165', GradientType=0);
}
.inner > div {
  padding-bottom: 27px;
}
.content {
  padding-top: 87px;
}
.btn-link {
  position: relative;
  display: inline-block;
  font: 700 14.98px 'Open Sans', sans-serif;
  color: #FFFFFF;
  line-height: 1.2em;
  text-transform: uppercase;
  -webkit-transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
.btn-link:hover {
  text-decoration: none;
  color: #ffffff;
}
.match {
  display: block;
  color: #FFFFFF;
}
.search_list .search {
  width: auto;
  color: #ffffff;
}
.search_title a {
  text-decoration: underline;
}
.search_title:hover {
  text-decoration: none;
}
.g_map {
  margin: 4px 0 28px;
  height: 273px;
}
iframe {
  display: inline-block;
  outline: none;
  width: 510px;
  height: 100%;
  position: relative;
  border: none;
  background: url(../img/web_site_loader.gif) center no-repeat #201134 !important;
}
.slogans {
  margin: 103px 0 123px;
}
.slogans > ul {
  width: 100%;
  height: 205px;
  overflow: hidden;
}
.slogans > ul li {
  position: relative;
  width: 100%;
}
.slogans > ul li p {
  font: 600 65px 'Open Sans', sans-serif;
  line-height: 62px;
  color: #ffffff;
  text-transform: uppercase;
}
.slogans .pagination {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: -6px;
}
.slogans .pagination ul li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  margin-right: 1px;
}
.slogans .pagination ul li a {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 0;
  background: url(../img/pagin_icon.png) center bottom no-repeat;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.slogans .pagination ul li a:hover {
  background-position: center top;
}
.slogans .pagination ul li.active > a {
  background-position: center top;
}
.carouselHolder {
  width: 100%;
  height: 98px;
  margin: 4px 0 -2px;
}
.carouselHolder .carousel {
  display: inline-block;
  margin: 0 19px;
  width: 700px !important;
}
.carouselHolder .carousel ul {
  white-space: nowrap;
}
.carouselHolder .carousel ul li {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 98px;
  margin-right: 20px;
}
.carouselHolder .carousel ul li a > img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.carouselHolder .carousel ul li a:hover > img {
  background-color: #FFFFFF;
}
.btnsHolder {
  position: relative;
  display: inline-block;
  width: 101px;
  height: 98px;
  float: right;
  z-index: 100;
  top: 4px;
}
.prevBtn,
.nextBtn {
  display: inline-block;
  position: relative;
  width: 41px;
  height: 98px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.prevBtn {
  float: left;
  background: url(../img/arrowL.jpg) left center no-repeat;
}
.nextBtn {
  float: right;
  background: url(../img/arrowR.jpg) right center no-repeat;
}
.prevBtn:hover {
  background-position: right center;
}
.nextBtn:hover {
  background-position: left center;
}
.slider {
  display: inline-block;
  width: 700px;
  height: 446px;
  margin-top: 4px;
}
.slider ul {
  width: 720px;
  height: 446px;
  margin-bottom: 0;
}
.slider ul li {
  position: relative;
  display: inline-block;
  width: 219px;
  margin: 0 21px 28px 0;
}
.slider ul li.right {
  margin-right: 0;
}
.slider ul li a > img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.slider ul li a:hover > img {
  background-color: #FFFFFF;
}
.slider ul li h3 {
  margin-top: 19px;
}
.list1 {
  margin-top: -5px;
}
.list1 li img {
  float: left;
  margin: 5px 20px 0 0;
}
.list1 li div {
  overflow: hidden;
}
.list1 li div p {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.list1 li.last {
  margin-bottom: -20px;
}
.list2 {
  margin-top: 14px;
}
.list2 li {
  position: relaitve;
  display: inline-block;
  width: 160px;
  margin: 0 20px 16px 0;
}
.list2 li.right {
  margin-right: 0;
}
.list2 li a > img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list2 li a:hover > img {
  background-color: #FFFFFF;
}
.list2 li h4 {
  margin-top: 28px;
}
.list3 {
  margin-bottom: -19px;
}
.list3 li {
  position: relative;
  display: inline-block;
  width: 264px;
  margin: 0 15px 19px 0;
}
.list3 li.right {
  margin-right: 0;
}
.list3 li img {
  float: left;
  margin: 4px 15px 0 0;
}
.list3 li > div {
  overflow: hidden;
}
.list3 li h3 {
  padding-bottom: 15px;
}
/*scroll*/
.outside {
  position: relative;
}
.scroll {
  float: left;
  overflow: hidden;
}
.outside .scroll {
  width: 300px;
  height: 229px;
  padding-right: 40px;
}
.outside ._track,
.outside2 ._track {
  width: 26px;
  height: 165px;
  right: 0;
  top: 26px;
  padding: 5px 0;
  z-index: 300;
}
._track {
  background: url(../img/scroll_bg.png) repeat-y;
}
._shuttle {
  cursor: pointer !important;
  width: 26px;
  height: 48px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
._shuttle:hover {
  background-color: #ffffff;
}
.scroll-btns {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: block;
}
.btndown,
.btnup {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
  margin-bottom: 175px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btndown {
  background: url(../img/arrow_down.jpg) center bottom no-repeat;
}
.btnup {
  background: url(../img/arrow_up.jpg) center top no-repeat;
}
.btnup:hover {
  background-position: center bottom;
}
.btndown:hover {
  background-position: center top;
}
/*end scroll*/
.search {
  position: relative;
  display: inline-block;
  margin: 10px 0 0 0;
  width: 100%;
  z-index: 500;
}
.search #searchbtn-link {
  float: right;
  margin-top: 3px;
}
/* Forms*/
#form1 {
  position: relative;
  margin: 4px 0 0px;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #274d4d;
  background: #0D1112;
  color: #d3d3d3;
  margin-bottom: 0;
}
#form1 .success {
  position: absolute;
  top: 0;
  padding: 45px 10px 46px;
  z-index: 10;
  text-align: center;
  width: 258px;
  border: 1px solid #274d4d;
  background: #0D1112;
}
#form1 textarea {
  width: 258px;
  height: 202px;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  display: block;
  min-height: 48px;
  width: 100%;
  margin-bottom: 2px;
}
#form1 label.message {
  width: 100%;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #FFFFFF;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 12px 0 0 0;
  position: relative;
  float: right;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns a {
  display: inline-block;
}
#form1 .btns a:first-child + a {
  margin-left: 19px;
}
/*end forms*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: relative;
}
footer > div {
  height: 177px;
  background: url(../img/footer_bg.png) 0 repeat-x;
}
footer > div > div:first-child {
  height: 106px;
}
footer > div > div:first-child + div {
  height: 71px;
}
footer h1 {
  position: relative;
  max-width: 203px;
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 28px 0 0 25px;
}
footer h1 a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
footer p {
  font: 13px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #d8d8d8;
  text-transform: uppercase;
  padding: 27px 0 0 25px;
}
footer p a {
  color: inherit;
}
footer .navbar {
  margin-bottom: 0;
  color: #333333;
}
footer .navbar .sf-menu .nav {
  position: absolute;
  float: none;
  margin: 0;
}
footer .navbar .sf-menu .nav li {
  float: none;
}
footer .navbar .sf-menu .nav li a {
  padding: 0;
  text-shadow: none;
}
footer .navbar-inner {
  min-height: 68px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  filter: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.soc_icons {
  position: relative;
  float: right;
  white-space: nowrap;
  margin: 17px 20px 0 0;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin-left: 2px;
}
.soc_icons > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.soc_icons > li > a > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.soc_icons > li > a > span:first-child + span {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  z-index: 2;
}
.soc_icons > li > a > span:first-child > img {
  position: relative;
  top: -32px;
}
.soc_icons > li > a:hover > span:first-child + span {
  height: 100%;
}
/*menu*/
.select-menu {
  width: 100%;
  margin: 14px auto;
  display: none;
  color: #8ecacc;
}
.sf-menu {
  position: relative;
  float: left;
  list-style: none;
  margin-left: 0px;
  padding: 0;
  white-space: nowrap;
  margin-top: 42px;
  left: 27px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  background: url(../img/menu_divider.png) 0 no-repeat;
  padding: 0 14px;
}
.sf-menu > li:first-child {
  display: none;
}
.sf-menu > li:first-child + li {
  background: none;
  padding-left: 0;
}
.sf-menu > li.last {
  padding-right: 0;
}
.sf-menu > li a {
  position: relative;
  display: block;
}
.sf-menu > li a:hover {
  text-decoration: none;
}
.sf-menu > li a > strong {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
  background: #ffffff;
  width: 0;
}
.sf-menu > li a > span {
  position: relative;
  display: block;
  font: 700 14.98px 'Open Sans', sans-serif;
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 10;
  width: 100px;
  top: 35px !important;
  left: -21px !important;
  display: none;
  overflow: visible;
  background: #201134;
  padding: 0 10px;
}
.sf-menu ul li {
  position: relative;
  text-align: center;
  font: 600 13px 'Open Sans', sans-serif;
  line-height: 1.2em;
  text-transform: uppercase;
}
.sf-menu ul li:first-child {
  margin-top: 10px;
}
.sf-menu ul li.last {
  margin-bottom: 10px;
}
.sf-menu ul li a {
  display: inline-block;
  color: #ffffff !important;
  -webkit-transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
.sf-menu ul li a.hoverItem {
  color: #FFFFFF !important;
}
.sf-menu ul li a:hover {
  color: #FFFFFF !important;
}
.sf-menu ul ul {
  left: 111px !important;
  top: -10px !important;
}
/*menu end*/
/*--- footer end ------*/
.padding1 {
  padding-bottom: 20px;
}
.margin1 {
  margin-bottom: 8px;
}
.margin2 {
  margin-top: -2px;
}
.margin3 {
  margin: 23px 0px 110px 97px;
}
.colorInherit {
  color: inherit;
}
.color1 {
  color: #ffffff;
}
.width1 {
  display: inline-block;
  width: 81px;
}
.width2 {
  display: inline-block;
  width: 69px;
}
.block {
  display: block;
}
/*additional Classes*/
.noBg {
  background: none !important;
  background-color: transparent !important;
}
.noOverflow {
  overflow: visible !important;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.noPaddingTop {
  padding-top: 0;
}
.noMarginTop {
  margin-top: 0;
}
.noMarginBottom {
  margin-bottom: 0;
}
.clear {
  clear: both;
  line-height: 0;
}
.box {
  overflow: hidden;
}
/*end additional Classes*/
/*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: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
