@import url(//fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps);

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

@import url(http://fonts.googleapis.com/css?family=Contrail+One);

@import 'jquery.fancybox.css';
/*------ template stylization ------*/
body {
  background: #ffffff;
  font: 14px 'Open Sans', serif;
  line-height: 21px;
  color: #5a5a59;
  min-width: 1170px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  z-index: 1023;
  height: ;
}
#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;
}
p {
  margin: 0;
  font: 400 17px/24px 'PT Sans', sans-serif;
  font-style: italic;
  color: #b0b0b0;
}
li {
  list-style: none;
}
h2 {
  color: #ffffff !important;
  font: 400 60px/30px 'Arial', cursive;
    margin: 0;
  margin-bottom: 30px;
  letter-spacing: -5px;
  font-style:italic;
}
h4 {
  color: #ffffff !important;
  font: 400 30px/30px 'Contrail One', cursive;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
}
.a1 {
  font: 400 22px/26px 'PT Sans', sans-serif;
  color: #5cc0de;
  font-style: italic;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.a1:hover {
  text-decoration: none;
  color: #ffffff;
}
.a2 {
  top: -16px;
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #5cc0de;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.a2 strong {
  position: relative;
}
.a2 strong:before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  margin: 0;
  font-size: 17px;
  line-height: 1em;
  padding: 2px 0;
  font-family: 'FontAwesome';
}
.a2:hover {
  text-decoration: none;
  color: #ffffff;
}
.a3 {
  font: 400 17px/24px 'PT Sans', sans-serif;
  color: #b0b0b0;
  font-style: italic;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.a3:hover {
  text-decoration: none;
  color: #ffffff;
}
.a4 {
  font: 400 17px/24px 'PT Sans', sans-serif;
  color: #5cc0de;
  font-style: italic;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.a4:hover {
  text-decoration: none;
  color: #ffffff;
}
.pr {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
}
.tal {
  text-align: center;
}
.w1 {
  width: 607px;
}
.w2 {
  width: 531px;
}
.clear {
  clear: both;
}
._height1 {
  height: 240px !important;
}
.extra-wrap {
  overflow: hidden;
}
.textCenter {
  text-align: center;
}
.error-txt p {
  color: #656565;
  font-size: 14px;
}
.border1 {
  background: #d6d6d6;
  height: 1px;
  width: 100%;
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
}
/*-----header-----*/
header {
  width: 100%;
  position: relative;
  display: inline-block;
  z-index: 20;
  background: none;
  text-align: center;
  top: 0px;
}
header .container {
  position: relative;
}
.logo1 {
  
  background: none;
  position: relative;
  width: 935px;
  
  display: inline-block;
}
.logo1.logo_small {
  width: 200px;
  height: auto;
}
#search {
  margin: 0;
  display: inline-block;
  margin-top: 30px;
}
.search_list {
  margin: 0;
}
.search_title {
  margin-bottom: 8px;
  border-bottom: none;
}
.search_list li {
  list-style: decimal;
  margin-bottom: 15px;
}
.match {
  display: block;
  font-weight: bold;
  color: #ffffff;
  font-size: small;
}
.search {
  color: #5cc0de;
}
.search_link {
  color: #ffffff;
  font: bold 20px 'Open Sans';
  text-decoration: underline;
  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;
}
.search_link:hover {
  color: #5e5e5e;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#searchButton {
  margin-top: -5px;
  margin-left: 20px;
  float: right;
  position: relative;
  font: 30px 'Contrail One', cursive;
  text-transform: uppercase;
  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;
}
#searchButton:hover {
  color: #5cc0de;
  text-decoration: none;
}
#search input {
  border: 0;
  width: 290px;
  outline: 0;
  box-shadow: none;
  color: #ffffff;
  font-style: italic;
  font: 14px Arial, sans-serif;
  line-height: 19px;
  border-radius: 0;
  padding: 6px 10px 6px 10px;
  margin: -5px 0 10px 0;
  box-sizing: content-box;
  float: left;
  margin-right: 0;
  border: solid 1px #b0b0b0;
  background-color: #000000;
}
.z1 {
  z-index: 400;
}
/*-----menu-----*/
#bgNav {
  display: block;
}
header {
  margin-top: 0px;
}
header .navbar {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0px;
  margin-top: 30px;
  background: url(../img/menu_plane.png) repeat-x;
  z-index: 500;
  top: 0px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 85px;
}
header .navbar .navbar-inner {
  position: relative;
  padding: 0;
  border-radius: 0;
  margin: 0;
  height: 85px;
  border: none !important;
  filter: none;
  display: inline-block;
  box-shadow: none;
  background: none !important;
}
header .navbar {
  margin-bottom: 0;
  z-index: 400;
}
header .navbar-inner > a {
  float: left;
  display: inline-block;
  margin-top: 0;
}
.sf-menu {
  margin: 0;
  list-style: none;
  padding: 0;
  display: inline-block;
  margin-right: 0px;
  background: none;
}
.sf-menu > li {
  height: position: relative;
  display: inline-block;
  float: left;
  text-align: center;
  margin-top: 0px;
  background: url(../img/menu_bord.png) left 0 no-repeat;
}
.sf-menu > li:first-child {
  background: none;
}
.sf-menu > .last {
  padding-right: 0;
  margin-right: 0;
}
.sf-menu > li > a {
  margin-left: 0px;
  height: 85px;
  position: relative;
  display: inline-block;
  z-index: 100;
}
.openPart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #5cc0de;
}
.sf-menu > li > a .base_text {
  padding: 30px 25px;
  color: #ffffff;
  font: 400 22px 'Contrail One', cursive;
  text-transform: none;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
  -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 .first > a .base_text {
  padding: 30px 25px 30px 40px;
}
.sf-menu .last > a .base_text {
  padding: 30px 40px 30px 25px;
}
.sf-menu .first > a {
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  overflow: hidden;
}
.sf-menu .last > a {
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}
.sf-menu > li:hover > a .base_text {
  background: none;
  color: #fff;
}
.sf-menu > li > .activeLink .base_text {
  color: #fff;
}
/*-----sub-menu-----*/
.sf-menu ul a {
  color: #ffffff;
  font: 400 12px 'Contrail One', cursive;
  padding: 0 3px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.sf-menu ul a:hover,
.sf-menu ul a.hoverItem {
  text-decoration: none;
  color: #ffffff !important;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  width: 103px;
  left: 112px;
  z-index: 10;
  margin-top: 0px;
  margin-left: 0px !important;
  padding-top: 20px;
  padding-bottom: 10px;
  background: #000000;
  text-align: center;
}
.sf-menu ul > li {
  position: relative;
  z-index: 11;
  display: block;
  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;
}
.sf-menu ul > li a {
  display: inline-block;
}
.sf-menu ul > li:first-child {
  background: none;
}
.sf-menu ul li a:hover {
  color: #5cc0de !important;
}
.sf-menu ul > li > a {
  margin-left: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.sf-menu .subMenu2 {
  position: absolute;
  list-style: none;
  left: 104px;
  z-index: 20;
  margin-top: -43px;
}
/*-----content-----*/
#wrapper {
  margin-top: 0px !important;
}
#wrapper .global {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100% !important;
  background-color: transparent;
}
#wrapper .global .container {
  position: relative;
  z-index: 5;
}
#wrapper .global .contentHolder {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
}
.close_btn {
  background: url(../img/close_btn.png) 0 top no-repeat;
  position: absolute;
  top: 40px;
  right: 0;
  width: 29px;
  height: 29px;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.close_btn:hover {
  background: url(../img/close_btn.png) 0 bottom no-repeat;
}
.bg_tint {
  background: url(../img/content_bg.png) 0 -260px no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2600px;
  margin-left: -1300px;
  height: 100%;
  opacity: 0;
}
.height100 {
  position: relative;
  height: 100%;
}
.contentBg {
  background-color: red;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent .content {
  position: relative;
  margin: 65px 0 0 0;
}
.mail {
  margin-top: 30px;
  font: 17px "Times New Roman", Times, serif, sans-serif;
  font-style: italic;
  color: #f4cc6c;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: inline-block;
}
.mail:hover {
  color: #252525;
  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;
}
.btn {
  position: relative;
  text-decoration: none;
  background: none;
  display: inline-block;
  text-shadow: none;
  text-decoration: none !important;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: url(../img/read_arrow.png) 0 top no-repeat;
  width: 4px;
  height: 7px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 0;
}
.btn:hover {
  background: url(../img/read_arrow.png) 0 bottom no-repeat !important;
}
/*-----google map-----*/
.g_map {
  width: 429px;
  height: 340px;
  margin: 0;
  border: none;
  float: left;
  margin-top: -7px;
  margin-bottom: 45px;
}
.g_map > iframe {
  width: 429px;
  height: 340px;
  border: none;
  outline: none;
  padding: 0;
}
.address span {
  color: #b0b0b0 !important;
}
.width1 {
  display: inline-block;
  width: 90px;
}
.link_1 {
  color: #b0b0b0;
  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;
  display: inline-block;
}
.link_1 span {
  color: #ffffff;
}
.link_1:hover {
  color: #5cc0de;
  text-decoration: none;
}
/*-----list-----*/
.list1 {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.list1 li {
  display: block;
  margin-bottom: 10px;
}
.list1 li span {
  background: url(../img/list_arr.png) 0 0 no-repeat !important;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
}
.list1 li a {
  color: #b0b0b0;
  font: 400 17px 'PT Sans', sans-serif;
  font-style: italic;
  text-transform: none;
  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;
}
.list1 li a:hover {
  margin-left: 2px;
  text-decoration: none;
  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;
}
.list2 {
  margin: 0;
}
.list2 li a {
  position: relative;
  display: block;
}
.list2 time {
  display: inline-block;
  margin-top: 20px;
}
.list2 li {
  width: 140px;
  text-align: center;
  float: left;
  background: url(../img/bord1.png) left 0 no-repeat;
}
.list2 li:first-child {
  background: none;
}
.list2 li a {
  font: 17px 'Open Sans', serif;
  font-style: italic;
  color: #5cc0de;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 li a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #000000;
}
.list2 li p {
  font: 10px 'Open Sans', serif;
  text-transform: uppercase;
  font-style: italic;
  padding-bottom: 20px;
}
.list2 li img {
  margin-top: 20px;
}
.list3 {
  margin: 0;
  display: inline-block;
}
.list3 li a {
  position: relative;
  display: block;
}
.list3 li {
  display: inline-block;
  margin-left: 10px;
  float: left;
  margin-right: 0px;
}
.list3 li:first-child {
  margin-left: 0px;
}
.list3 li a {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list3 li a img {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list3 li a:hover img {
  -webkit-box-shadow: 0px 0px 30px #5cc0de;
  -moz-box-shadow: 0px 0px 30px #5cc0de;
  box-shadow: 0px 0px 30px #5cc0de;
}
.btn_11 {
  margin-top: 10px;
  background: url(../img/fencybox_arr.png) 25px 3px no-repeat;
  height: 20px;
  width: 40px;
}
.badge {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0;
  margin-top: 0px;
  text-align: center;
  background: #5cc0de;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font: 15px/15px 'PT Sans', sans-serif;
  font-style: italic;
  color: #ffffff;
  z-index: 300;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.badge time {
  margin-top: 7px;
  display: inline-block;
}
/*========================= jCarousel ===============================*/
#jcarousel_1 {
  width: 973px !important;
  margin-top: 0px;
}
.list4 {
  width: 973px;
  overflow: hidden;
  display: inline-block;
  list-style: none;
  box-shadow: none;
  margin: 0;
  height: 300px;
}
.list4 li a {
  position: relative;
  display: block;
}
.list4 time {
  display: inline-block;
  margin-top: 20px;
}
.list4 li {
  width: 127px;
  height: 220px;
  position: relative;
  text-align: center;
  float: left;
  display: inline-block;
  margin-left: 12px;
}
.list4 li > a {
  position: relative;
  display: inline-block;
}
.list4 li a {
  display: inline-block;
  font: 17px 'Open Sans', serif;
  font-style: italic;
  color: #5cc0de;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 li a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #000000;
}
.list4 li p {
  font: 10px 'Open Sans', serif;
  text-transform: uppercase;
  font-style: italic;
  padding-bottom: 20px;
}
.list4 li img {
  margin-top: 20px;
}
.btnHolder1 {
  overflow: hidden;
  position: absolute;
  top: 200px;
  left: 0px;
  width: 1170px;
  margin: 0 auto;
  z-index: 1;
  display: inline-block;
}
.btnHolder1 .prevBtn {
  float: left;
  margin-left: 30px;
  display: inline-block;
  width: 28px;
  height: 47px;
  overflow: hidden;
  background: url(../img/arr_left.png) 0 0 no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btnHolder1 .prevBtn:hover {
  background: url(../img/arr_left.png) -28px 0 no-repeat;
}
.btnHolder1 .nextBtn {
  position: relative;
  float: right;
  margin-right: 30px;
  display: inline-block;
  width: 28px;
  height: 47px;
  overflow: hidden;
  background: url(../img/arr_right.png) -28px 0 no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btnHolder1 .nextBtn:hover {
  background: url(../img/arr_right.png) 0 0 no-repeat;
}
#jcarousel_2 {
  width: 1060px !important;
  margin-top: 0px;
  margin-left: 45px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.list5 {
  width: 1060px;
  overflow: hidden;
  display: inline-block;
  list-style: none;
  box-shadow: none;
  margin: 0;
  height: 342px;
}
.list5 li a {
  position: relative;
  display: block;
}
.list5 li {
  width: 341px;
  height: 342px;
  position: relative;
  text-align: center;
  float: left;
  display: inline-block;
  margin-left: 12px;
}
.list5 li > a {
  position: relative;
  display: inline-block;
}
.list5 li a {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list5 li a img {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list5 li a:hover img {
  opacity: 0.5;
}
.list5.thumb-pad.thumbnail {
  border: none;
  border-radius: 0;
  box-shadow: 0;
}
.btnHolder2 {
  overflow: hidden;
  position: absolute;
  top: 150px;
  left: 0px;
  width: 1170px;
  margin: 0 auto;
  z-index: 1;
  display: inline-block;
}
.btnHolder2 .prevBtn {
  float: left;
  margin-left: 10px;
  display: inline-block;
  width: 28px;
  height: 47px;
  overflow: hidden;
  background: url(../img/arr_left.png) 0 0 no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btnHolder2 .prevBtn:hover {
  background: url(../img/arr_left.png) -28px 0 no-repeat;
}
.btnHolder2 .nextBtn {
  position: relative;
  float: right;
  margin-right: 10px;
  display: inline-block;
  width: 28px;
  height: 47px;
  overflow: hidden;
  background: url(../img/arr_right.png) -28px 0 no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btnHolder2 .nextBtn:hover {
  background: url(../img/arr_right.png) 0 0 no-repeat;
}
/*-----form-----*/
#form1 {
  margin: 0;
  position: relative;
  display: block;
  margin-bottom: 1px;
  display: inline-block;
  width: 100%;
  margin-top: 0px;
}
#form1 label {
  margin-bottom: 15px;
  position: relative;
}
#form1 label input,
#form1 label textarea {
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  color: #ffffff;
  width: 250px;
  padding: 8px 10px;
  font: 14px Arial, sans-serif;
  font-weight: normal;
  border: none;
  margin-bottom: 0;
  background-color: #212627;
}
#form1 label textarea {
  height: 145px;
  width: 460px;
  resize: none;
}
#form1 .message {
  float: right;
  display: inline-block;
}
#form1 .error {
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: 1px;
  color: #ffffff;
  text-align: right;
  float: right;
  right: 4px;
}
#form1 fieldset .indent {
  display: inline-block;
  overflow: hidden;
  float: left;
  width: 280px;
}
#form1 fieldset label em {
  font-style: normal;
  margin-bottom: 5px;
  font: 'PT Sans', sans-serif 'Open Sans', serif;
  line-height: 21px;
  color: #ffffff;
  display: block;
}
#form1 fieldset .indent label {
  float: left;
  display: inline-block;
  margin-right: 35px;
}
#form1 .empty {
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: 1px;
  color: #5d5655;
  text-align: right;
  float: right;
  right: 10px;
}
#form1 .message .empty,
#form1 .message .error {
  top: 3px;
}
#form1 .success {
  background: #ffffff;
  border: 1px solid #dbdbdb;
  left: 0;
  padding: 47px 9px;
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 250px;
}
#form1 .success > span {
  color: #252525;
  font: 17px 'PT Sans', sans-serif, sans-serif;
  font-style: italic;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.btns {
  margin-top: 0px;
  float: right;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  right: 0px;
  overflow: hidden;
}
.btns > a {
  position: relative;
  background: none !important;
  font: 36px 'Oleo Script Swash Caps', cursive;
  color: #ffffff;
  letter-spacing: -2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}
.btns > a:hover {
  color: #9d261d !important;
  text-decoration: none;
}
.btns > a {
  float: left;
}
/*-----bgStretch-----*/
#bgStretch {
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
/*-----footer-----*/
footer {
  position: absolute;
  left: 0;
  display: block;
  text-align: center;
  z-index: 2;
  bottom: 20px;
  width: 100%;
}
footer .privacy_text {
  font: 14px 'Contrail One', cursive;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
footer .privacy_text a {
  font: 14px 'Contrail One', cursive;
  color: #ffffff;
  letter-spacing: -1px;
  display: inline-block;
  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;
}
footer .privacy_text a:hover {
  color: #5cc0de;
  text-decoration: none;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-icon {
  position: relative;
  margin: 3px 0 38px;
}
.social-icon strong {
  position: relative;
}
.social-icon strong:before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  margin: -1px 0 0 1px;
  font-size: 17px;
  line-height: 1em;
  font-family: 'FontAwesome';
}
.social-icon > li {
  display: inline-block;
  margin-left: 3px;
}
.social-icon > li > a {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
}
.social-icon > li > a:hover {
  color: #5cc0de;
  text-decoration: none;
}
.splash_text {
  position: relative;
  text-align: center;
  bottom: 20px;
  left: 0;
}
.splash_text p {
  font: 700 42px/50px 'PT Sans', sans-serif;
  color: #828a8e;
  display: inline-block;
}
/*--------*/
.error_pic {
  display: inline-block;
  margin-top: 10px;
  margin-left: -2px;
}
/*-----scroll-----*/
.scroll {
  height: 320px;
  overflow: hidden !important;
  margin-top: 80px;
}
._track {
  position: relative;
  width: 28px;
  height: 308px;
  right: 0;
  top: 130px;
  background: url(../img/track.png) no-repeat;
}
._shuttle {
  cursor: pointer !important;
  width: 30px;
  height: 120px;
  left: 0;
  top: 0;
  background: url(../img/shuttle.png) no-repeat;
  margin-bottom: 0px;
  margin-top: 0;
}
/*-----------------------------------------------------------------------------------*/
.dropdown-menu li ul li {
  list-style-type: square;
}
.img-polaroid {
  background: none;
  box-shadow: none;
  padding: 0;
  border: none;
}
.imgIndent {
  margin-right: 30px;
  float: left;
  display: inline-block;
}
.imgIndent1 {
  margin-right: 10px;
  float: left;
  display: inline-block;
}
.mar_t_1 {
  margin-top: 10px;
}
.mar_t_15 {
  margin-top: 15px;
}
.mar_t_2 {
  margin-top: 20px;
}
.mar_t_3 {
  margin-top: 30px;
}
.mar_t_5 {
  margin-top: 50px;
}
.mar_t_7 {
  margin-top: 70px;
}
.mar_t_13 {
  margin-top: 130px;
}
.mar_l_24 {
  margin-left: 24px;
}
.mar_r_2 {
  margin-right: 20px;
}
.pad_b_2 {
  padding-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*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: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
