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

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

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

@import url(http://fonts.googleapis.com/css?family=Pacifico);
/*------ template stylization ------*/
body {
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #ffffff;
  min-width: 1230px;
  background: #000000;
  background: url(../img/bg1.png) #f4cc6c;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f4cc6c;
  z-index: 1023;
}
#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;
}
.wrap {
  overflow: hidden;
}
._txtLeft {
  text-align: left;
}
._txtRight {
  text-align: right;
}
._txtCenter {
  text-align: center;
}
._fullWidth {
  width: 100%;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  width: 100%;
  height: 230px;
  position: absolute;
  display: block;
  z-index: 3;
  margin-top: 80px;
}
header .container {
  position: relative;
}
h1 {
  max-width: 230px;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 0;
  background: #ffffff;
  width: 230px;
  height: 230px;
  margin-left: 2px;
}
h1 > a {
  display: inline-block;
  position: relative;
  margin: 81px 32px;
  z-index: 1;
}
/*---------------- header end ------------------------------------------------*/
/*---------------- MENU ------------------------------------------------------*/
.select-menu {
  display: none;
  width: 100%;
}
footer .navbar {
  margin: 0;
  width: 100%;
  position: relative;
  background: #202020;
}
footer .navbar > .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  border: none;
  filter: none;
  box-shadow: none;
  background: none;
  height: 66px;
  padding: 0 30px;
}
.sf-menu {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 17px;
  padding-right: 23px;
  background: url(../img/divider1.png) 100% 50% no-repeat;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li > a .base_text {
  color: #ffffff;
  font: 700 15px/30px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  z-index: 2;
  margin: 18px 0;
  width: 100%;
}
.sf-menu > li > a .over_text {
  color: #f4cc6c;
  font: 700 15px/30px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  position: absolute;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  z-index: 2;
  margin: 18px 0;
  left: 0;
  width: 100%;
}
.sf-menu > li > a ._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  left: 0;
  display: block;
  background: url(../img/pixel.png);
}
.sf-menu > li > a ._over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  display: block;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  margin: 0;
  left: -62px;
  top: -205px;
  z-index: 10;
  width: 168px;
  padding: 35px 0;
  background: #f7d873;
}
.sf-menu ul:after {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  background: url(../img/extra1.png) 50% 50% no-repeat;
  content: " ";
}
.sf-menu ul > li {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.sf-menu ul a {
  color: #ffffff;
  font: 700 15px/18px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-align: center;
  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;
}
.sf-menu ul a:hover {
  color: #000000;
  background: none;
  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: #000000 !important;
  background: none;
  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: 30px;
  left: 169px;
}
.sf-menu .sub2:after {
  content: none;
}
/*-------------   menu end  --------------*/
/*----------------- CONTENT BASE --------------------------------------------------- */
#wrapper section {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 0px;
}
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 313px;
}
#wrapper section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  padding: 100px 0 77px 0;
}
.dynamicContent:before {
  width: 30px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -30px;
  content: " ";
}
.dynamicContent:after {
  width: 30px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: -30px;
  content: " ";
}
.dynamicContent > .content {
  padding: 0;
}
h2 {
  color: #292929;
  font: 700 52px/52px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: -2px;
  margin: 0 0 50px 0;
}
h3 {
  color: #444444;
  font: 700 15px/20px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
p {
  font: 10px/19px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #929292;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.more_btn1 {
  display: inline-block;
  font: 700 15px/20px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #444444;
  background: none;
  white-space: pre;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  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;
}
.more_btn1:hover {
  text-decoration: none;
  color: #f4cc6c;
}
/*--- content end ------*/
/*---------------------- LINKS ---------------------------------- */
._link1 {
  font: 10px/20px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  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;
}
._link1:hover {
  color: #000000;
  text-decoration: none;
}
._link2 {
  font: 10px/20px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #929292;
  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;
}
._link2:hover {
  color: #000000;
  text-decoration: none;
}
/*-------------------------- MARGIN PADDING --------- */
.margin1 {
  margin-top: 10px;
  margin-bottom: 0px;
}
.margin2 {
  margin-bottom: 10px;
}
.margin3 {
  margin-top: 30px;
}
.margin4 {
  margin-right: 8px;
}
.margin5 {
  margin-bottom: 30px;
}
.margin6 {
  margin-bottom: 30px;
}
.margin7 {
  margin-bottom: 50px;
}
.padding1 {
  padding-right: 50px;
}
/*-------------------------- TEXTSTYLES ------------- */
.textStyle1 {
  font: 15px/30px 'Pacifico', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #919191;
  float: left;
}
.textStyle2 {
  color: #ffffff;
  text-align: right;
  line-height: 12px;
  margin-bottom: 10px;
}
/*-------------------------- LISTS ------------------ */
._list1 {
  list-style: none;
  margin: 0;
}
._list1 li {
  display: block;
  position: relative;
  margin-bottom: 10px;
  background: url(../img/marker1.png) 0 7px no-repeat;
}
._list1 li a {
  display: inline-block;
  margin-left: 10px;
  padding: 0 5px;
  font: 10px/19px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #929292;
  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;
}
._list1 li a:hover {
  text-decoration: none;
  background: #f4cc6c;
  color: #000000;
}
/*-------------------------- EXTRA -------------------*/
.space1 {
  display: inline-block;
  width: 70px;
}
.social_list {
  list-style: none;
  float: right;
  margin: 30px 0 0 0;
}
.social_list li {
  display: inline-block;
  margin-left: 2px;
}
.extra_holder1 {
  background: #ffffff;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -615px;
  width: 1230px;
}
.extra_holder1 .extra_img {
  position: absolute;
  position: relative;
  top: 0;
  left: 0;
  margin: 30px 32px;
}
.thumb-pad .thumbnail {
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: none;
}
.thumb-pad .thumbnail img {
  border: 1px solid #f0ede5;
  padding: 7px;
  background: #ffffff;
  box-shadow: none;
}
.thumb-pad .thumbnail .caption {
  padding: 33px 0 0 0;
}
.box1 {
  width: 200px;
  float: left;
}
.box2 {
  width: 400px;
  float: left;
}
.img1 {
  border: 1px solid #f0ede5;
  padding: 7px;
  background: #ffffff;
  box-shadow: none;
  margin-right: 20px;
  float: left;
}
.blockquote1 {
  padding: 0;
  margin: 0;
  border: none;
}
.blockquote1 p {
  font-size: 10px;
  line-height: 19px;
}
.pic img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pic:hover img {
  border: 1px solid #000;
}
.badge1 {
  width: 60px;
  height: 58px;
  position: relative;
  float: left;
  display: block;
  margin-right: 15px;
  background: #202020;
  padding: 0;
  border-radius: 0;
}
.badge1 span {
  display: block;
  text-align: center;
  font: 700 15px/15px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 12px;
}
/*========================= jCarousel ===============================*/
#jcarousel_1 {
  width: 870px !important;
  margin-top: 0px;
}
#jcarousel_1 > ul {
  width: 940px;
  list-style: none;
  box-shadow: none;
  margin: 0;
}
#jcarousel_1 > ul > li {
  width: 270px;
  height: 310px;
  position: relative;
  float: left;
  margin-right: 30px;
}
#jcarousel_1 > ul > li > a {
  position: relative;
  display: inline-block;
}
.btnHolder1 {
  position: absolute;
  top: 60px;
  right: 0px;
  width: 30px;
  z-index: 1;
}
.btnHolder1 .prevBtn {
  float: left;
}
.btnHolder1 .nextBtn {
  float: right;
}
.btnHolder1 a {
  position: relative;
  width: 9px;
  height: 17px;
  overflow: hidden;
}
.btnHolder1 a img {
  position: absolute;
  top: 0;
  left: 0;
}
.btnHolder1 a:hover img {
  top: -17px;
}
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  width: 285px;
  height: 190px;
  margin: 0;
  border: 1px solid #f0ede5;
  padding: 7px;
  background: #ffffff;
  border-radius: 0px;
  float: left;
  margin-right: 20px;
}
.g_map iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}
/*-------------------------- CONTACT FORM --------------*/
#form1 {
  position: relative;
  display: block;
}
#form1 label {
  margin-bottom: 8px;
  position: relative;
  color: #000000;
  display: inline-block;
}
#form1 label input,
#form1 label textarea {
  outline: none;
  box-shadow: none;
  margin: 0;
  width: 100%;
  border-radius: 0;
  padding: 5px 12px;
  background: #ffffff;
  font: 10px/20px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #929292;
  text-transform: uppercase;
  border: 1px solid #e7e7e7;
}
#form1 label textarea {
  width: 644px;
  height: 130px;
  resize: none;
}
#form1 label input {
  width: 192px;
}
#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: #ffffff;
  position: absolute;
  border: 1px solid #e7e7e7;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  width: 668px;
  height: 30px;
}
#form1 .success > span {
  color: #000000;
  font: 400 14px/16px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 6px;
}
.btns {
  float: right;
  margin-top: 5px;
}
.btns > a {
  margin-left: 20px;
}
#form1 .w1 {
  width: 218px;
  display: inline-block;
  float: left;
}
/*------------- SEARCH FORM ------------------------------------------------------*/
#search {
  margin: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#search input {
  border: none;
  outline: none;
  box-shadow: none;
  width: 300px;
  border-radius: 0;
  float: left;
  padding: 5px 12px;
  background: #ffffff;
  font: 10px/20px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #929292;
  text-transform: uppercase;
  border: 1px solid #e7e7e7;
}
#search a {
  float: left;
  margin: 5px 10px;
}
#search #advancedSearch:hover {
  color: #005580;
}
/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list .search {
  color: #f4cc6c;
}
.search_list h4 {
  color: #292929;
}
.search_list > li {
  margin-bottom: 15px;
  font: 700 10px/19px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #929292;
  text-transform: uppercase;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  font: 25px/25px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #292929;
  text-shadow: none;
  text-decoration: underline;
}
.search_list > li h4 > a:hover {
  text-decoration: none;
}
.search_list > li .match {
  display: block;
  color: #f4cc6c;
  font-size: 12px;
  font-weight: bold;
}
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  color: #000000;
  position: absolute;
  width: 100%;
  z-index: 3;
  bottom: 0px;
  height: 250px;
}
footer .privacy_text {
  font: 10px/20px 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 30px;
  float: left;
}
/*----------- FOOTER END ------------------------------------------------------*/
/*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;
}
