@import url(//fonts.googleapis.com/css?family=Bitter);

@import 'jquery.fancybox.css';

@import 'grid.css';

@import '../font/font-awesome.css';
/*------ template stylization ------*/
body {
  background: #1b1c1b;
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  color: #a4a4a4;
  min-width: 1200px;
  min-height: 1000px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1b1c1b url(../img/web_site_loader.gif) center no-repeat;
  z-index: 9999;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  background: url(../img/web_site_loader.gif) center #1b1c1b no-repeat;
  z-index: 1000;
  padding: 5px;
  display: none;
}
#back-top {
  position: fixed;
  display: none !important;
  right: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  border: 1px solid #a4a4a4;
  background: url(../img/up-arrow.png) #1b1c1b center no-repeat;
  overflow: hidden;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
}
/*---------gallery bg--------*/
#imgSpinner {
  position: fixed;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: url("../img/web_site_loader.gif") center no-repeat #1b1c1b;
  display: none;
}
.galleryHolder,
.galleryHolder2 {
  position: fixed !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 1.5s 1s ease-out;
  -moz-transition: all 1.5s 1s ease-out;
  -o-transition: all 1.5s 1s ease-out;
  transition: all 1.5s 1s ease-out;
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleryHolder.opacity,
.galleryHolder2.opacity {
  opacity: 0;
  filter: alpha(opacity=0);
}
.galleryHolder .imageHolder,
.galleryHolder2 .imageHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.galleryHolder .inner,
.galleryHolder2 .inner {
  display: none;
}
.galleryHolder2 {
  z-index: -1 !important;
}
/*end gallery bg*/
p {
  padding-bottom: 10px;
}
a:focus {
  outline: none;
}
figure {
  margin: 0;
}
h2 {
  font: 44.800000000000004px 'Bitter', serifFontFamily;
  line-height: 1em;
  color: #f2f2f2;
  text-transform: uppercase;
  padding: 56px 0px 0px 0px;
  margin: 0px 0px 14px 0px;
  text-shadow: rgba(78, 78, 90, 0.48) 2px 2px 0px;
}
h2 > span {
  display: block;
  font-size: 29.96px;
  margin: -5px 0px 0px 0px;
}
h3 {
  font: 25.060000000000002px 'Bitter', serifFontFamily;
  line-height: 1.2em;
  color: #7ecefd;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 1px 0px 3px;
  text-shadow: rgba(78, 78, 90, 0.48) 2px 2px 0px;
}
h3 a {
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h3 a:hover {
  color: #ffffff;
  text-decoration: none;
}
h4 {
  font: 14.98px 'Bitter', serifFontFamily;
  line-height: 1em;
  color: #eeeeee;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 23px 0px;
  text-shadow: rgba(78, 78, 90, 0.48) 2px 2px 0px;
}
address {
  font-style: normal;
  margin-bottom: 22px;
}
/*bootstrap classes*/
.thumbnails li {
  margin-left: 0;
}
.thumbnail {
  box-shadow: none;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.thumbnail:hover {
  border-color: transparent;
  box-shadow: none !important;
}
.img-polaroid {
  background: #ffffff;
  padding: 8px;
  box-shadow: none;
  border: none;
}
figure.img-polaroid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
figure.img-polaroid > img {
  max-width: 100%;
}
.dl-horizontal dt {
  float: left;
  margin-right: 10px;
  width: 50px;
  text-align: center;
}
.dl-horizontal dt time {
  text-transform: uppercase;
}
.dl-horizontal dt time span {
  display: block;
}
.dl-horizontal dd {
  position: relative;
}
.dl-horizontal dd.last {
  margin-bottom: 0;
}
/*end bootstrap classes*/
/*------ header ------- */
header {
  width: 100%;
  padding-bottom: 20px;
  z-index: 1;
}
header h1.brand {
  position: absolute;
  top: 61px;
  left: 50%;
  margin-left: -239px;
  width: 478px;
  height: 228px;
  overflow: hidden;
  z-index: 100;
}
header h1.brand a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
header h1.brand a:hover {
  text-decoration: none;
}
header .headerBg {
  position: absolute;
  top: -278px;
  left: 0;
  width: 100%;
  height: 557px;
  background: url(../img/header_bg.png) #0d0d0d center top repeat-x;
}
header .headerShadow {
  position: absolute;
  top: 279px;
  left: 0px;
  width: 100%;
  height: 188px;
  background: url(../img/header_shadow.png) 0 repeat-x;
}
header .headerBg,
header .headerShadow {
  opacity: 0;
  filter: alpha(opacity=0);
  -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;
}
header.pages .headerBg {
  opacity: 1;
  filter: alpha(opacity=100);
}
header.pages .headerShadow {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/*menu*/
.select-menu {
  display: none;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar .sf-menu .nav {
  position: absolute;
  float: none;
  margin: 0;
  display: none;
}
header .navbar .sf-menu .nav li {
  float: none;
}
header .navbar .sf-menu .nav li a {
  padding: 0;
  text-shadow: none;
}
header .navbar-inner {
  min-height: 68px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  filter: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.sf-menu {
  position: relative;
  float: left;
  list-style: none;
  padding: 0;
  margin: 192px 0px 63px 0px;
}
.sf-menu > li {
  position: relative;
  float: left;
  margin: 0px 0px 0px 73px;
}
.sf-menu > li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -41px;
  width: 10px;
  height: 10px;
  background: url(../img/star_icon.png) 0 0 no-repeat;
}
.sf-menu > li:first-child {
  display: none;
}
.sf-menu > li:first-child + li {
  margin-left: 68px;
}
.sf-menu > li:first-child + li + li + li {
  margin-left: 593px;
}
.sf-menu > li:first-child:before,
.sf-menu > li:first-child + li:before,
.sf-menu > li:first-child + li + li + li:before {
  display: none;
}
.sf-menu > li > a {
  position: relative;
  display: block;
}
.sf-menu > li > a > span {
  font: 20.02px 'Bitter', serifFontFamily;
  line-height: 1em;
  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;
}
.sf-menu > li > a:hover,
.sf-menu > li > a.activeLink {
  text-decoration: none;
}
.sf-menu > li > a:hover > span,
.sf-menu > li > a.activeLink > span {
  color: #7ecefd;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 2000;
  width: 150px;
  top: 40px !important;
  left: -33px !important;
  display: none;
  overflow: visible;
  background: #1b1c1b;
}
.sf-menu ul li {
  position: relative;
  text-align: center;
}
.sf-menu ul li:first-child {
  margin-top: 20px;
}
.sf-menu ul li.last {
  margin-bottom: 20px;
}
.sf-menu ul li a {
  position: relative;
  display: inline-block;
  font: 14.98px 'Bitter', serifFontFamily;
  line-height: 1em;
  color: #ffffff !important;
  -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;
  text-transform: capitalize;
}
.sf-menu ul li a.hoverItem {
  color: #7ecefd !important;
}
.sf-menu ul ul {
  left: 151px !important;
  top: -20px !important;
}
/*menu end*/
/*--- header end ------*/
/*------ content ------- */
#wrapper ul {
  list-style: none;
}
#wrapper input,
#wrapper textarea {
  position: relative;
  outline: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  padding: 6px 15px;
  line-height: 21px;
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #a4a4a4;
  background: #494743;
}
#wrapper input:focus,
#wrapper textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  background: #494743;
}
#wrapper input {
  width: 100%;
  height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper > div {
  position: relative;
  overflow: hidden;
}
#wrapper > section {
  position: relative;
  z-index: 10;
  height: 100%;
}
#wrapper > section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.inner {
  padding: 0px 0px 0px 0px;
}
.btn {
  position: relative;
  display: inline-block;
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 0px 29px;
  -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;
}
.btn:hover,
.btn:active,
.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
.btn.btn-link {
  position: relative;
  display: inline-block;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font: 25.060000000000002px 'Bitter', serifFontFamily;
  line-height: 1.2em;
  color: #7ecefd;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 1px 0px 3px;
  text-shadow: rgba(78, 78, 90, 0.48) 2px 2px 0px;
}
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus {
  color: #ffffff;
  background: none;
  text-shadow: rgba(78, 78, 90, 0.48) 2px 2px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.badge,
.badge.badge-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  position: relative;
  width: 70px;
  height: 92px;
  text-align: center;
  background: #7ecefd;
  -webkit-box-shadow: 1px 2px 0 #1b1b1c;
  -moz-box-shadow: 1px 2px 0 #1b1b1c;
  box-shadow: 1px 2px 0 #1b1b1c;
}
.badge:after,
.badge.badge-info:after {
  content: '';
  position: absolute;
  display: block;
  right: -12px;
  top: 15px;
  width: 12px;
  height: 14px;
  background: url(../img/date_corner.png) 0 0 no-repeat;
  z-index: 3;
}
.badge time,
.badge.badge-info time {
  margin-top: 14px;
}
.badge time span,
.badge.badge-info time span {
  margin-top: 6px;
}
.badge {
  width: 70px;
  height: 70px;
}
.badge:after {
  display: none;
}
.badge time {
  display: block;
  font: 40px 'Bitter', serifFontFamily;
  line-height: 1em;
  color: #ffffff;
  margin: 5px 0px 0px 0px;
  text-transform: uppercase;
}
.badge time span {
  display: block;
  margin: 1px 0px 0px 0px;
  font: 14.98px 'Bitter', serifFontFamily;
  line-height: 1em;
  color: #4e6979;
}
.list1 {
  margin: 10px 0px 20px;
  overflow: hidden;
}
.list1 li {
  margin-bottom: 16px;
  padding-bottom: 0px;
  border-bottom: 1px solid #373736;
}
.list1 li.last {
  border: none;
}
.list1 li .badge {
  float: left;
  margin: 6px 28px 0px 0px;
}
.list1 li .badge time {
  margin: 14px 0px 0px 0px;
}
.list1 li div {
  overflow: hidden;
}
.list1 li div h3 {
  margin-bottom: 0px;
}
.list1 li div h4 {
  margin-bottom: 16px;
}
.list1 li div p {
  margin-bottom: 8px;
}
.list2 {
  margin: 0px 0px 0px 0px;
  overflow: hidden;
}
.list2 li {
  margin-bottom: 17px;
  padding-bottom: 0px;
  border-bottom: 1px solid #373736;
}
.list2 li.last {
  border: none;
  margin-bottom: 0px;
}
.list2 li figure {
  float: left;
  margin: 5px 31px 0px 0px;
  padding: 5px;
}
.list2 li div {
  overflow: hidden;
}
.list2 li div h4 {
  margin-bottom: 10px;
}
.list2 li div p {
  padding-bottom: 4px;
}
.list3 {
  margin-top: 6px;
  margin-bottom: 0px;
}
.list3 li {
  margin-bottom: 30px;
}
.list3 li.last {
  margin-bottom: 0px;
}
.list3 li a {
  position: relative;
  display: block;
}
.list4 {
  margin: 21px 0px 25px 0px;
}
.list4 li {
  position: relative;
  margin-bottom: 10px;
  background: url(../img/list_icon.png) 0px 5px no-repeat;
  padding-left: 19px;
}
.list4 li a {
  font: 14.98px 'Bitter', serifFontFamily;
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.list4 li a:hover {
  color: #7ecefd;
  text-decoration: none;
}
.list5 {
  margin: 6px 0px 0px 0px;
}
.list5 li {
  margin-bottom: 20px;
}
.list5 li.last {
  margin-bottom: 0;
}
.list5 li div:first-child .badge {
  float: left;
  margin: 0px 21px 0px 0px;
}
.list5 li div:first-child h3 {
  padding-top: 10px;
}
.list5 li div:first-child + div {
  margin-top: -5px;
}
.list5 li div:first-child + div figure {
  margin: 5px 29px 0px 0px;
  float: left;
}
.list5 li div:first-child + div figure + p {
  padding-bottom: 5px;
}
.sitem_over {
  position: absolute;
  background: url('../img/pic_bg_over.png');
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.sitem_over > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
a:hover > .sitem_over {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.match {
  display: block;
  color: #7ecefd;
}
.search_list {
  margin-top: 40px;
  margin-bottom: 30px;
}
.search_list li {
  margin-bottom: 30px;
}
.search_list .search {
  width: auto;
  color: #7ecefd;
}
.search_list h4 {
  margin-bottom: 5px;
}
.search_title a {
  text-decoration: underline;
}
.search_title:hover {
  text-decoration: none;
}
.g_map {
  float: left;
  margin: 6px 32px 29px 0px;
  width: 290px;
  height: 242px;
}
.g_map iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/web_site_loader.gif) center no-repeat #1b1c1b !important;
}
/*scroll*/
.outside {
  margin-top: 0;
  position: relative;
}
.outside .scroll,
.outside .scroll2 {
  width: 100%;
  height: 289px;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}
.outside .scroll2 {
  height: 200px;
}
.outside .scroll-btns {
  position: absolute;
  top: -92px;
  right: -1px;
  z-index: 200;
  display: block;
}
.outside .scroll-btns .btndown,
.outside .scroll-btns .btnup {
  position: relative;
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 1px;
  -webkit-transition: background-position 0.3s ease-out;
  -moz-transition: background-position 0.3s ease-out;
  -o-transition: background-position 0.3s ease-out;
  transition: background-position 0.3s ease-out;
}
.outside .scroll-btns .btndown {
  background: url(../img/down_arrow.png) center bottom no-repeat;
}
.outside .scroll-btns .btndown:hover {
  background-position: center top;
}
.outside .scroll-btns .btnup {
  background: url(../img/up_arrow.png) center top no-repeat;
}
.outside .scroll-btns .btnup:hover {
  background-position: center bottom;
}
/*end scroll*/
/* Forms*/
#search {
  position: relative;
  display: inline-block;
  margin: 35px 0px 49px 0px;
  width: 393px;
  z-index: 500;
}
#search > input {
  width: 280px;
}
#search > a {
  float: right;
  margin: 3px 0px 0px 0px;
}
#form1 {
  position: relative;
  margin: 20px 0px 0px;
  overflow: hidden;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
  width: 100%;
  background: #434443;
  background: rgba(255, 255, 255, 0.1);
}
#form1 input:focus,
#form1 textarea:focus,
#form1 .success:focus {
  background: #434443;
  background: rgba(255, 255, 255, 0.1);
}
#form1 .success-message {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 10;
  text-align: center;
  padding: 6px 13px;
  width: 100%;
  margin: 0;
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  color: #a4a4a4;
  border: none;
  background: #434443;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#form1 ._placeholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: text;
  padding: 6px 13px;
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  color: #a4a4a4;
}
#form1 textarea {
  width: 100%;
  height: 183px;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  display: block;
  float: left;
  width: 280px;
  min-height: 33px;
  margin-bottom: 10px;
  overflow: hidden;
}
#form1 label.name {
  margin-right: 10px;
}
#form1 label.message {
  width: 100%;
}
#form1 span.error,
#form1 span.empty {
  position: absolute;
  text-align: right;
  font-size: 10px;
  color: #7ecefd;
  width: 200px;
  top: 2px;
  right: -220px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#form1 .btns {
  padding: 2px 0 0 0;
  position: relative;
  float: right;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  display: inline-block;
}
#form1 .btns > p a:first-child + a {
  margin-left: 17px;
}
#form1 ._placeholder.focused {
  opacity: .5;
}
#form1 ._placeholder.hidden {
  display: none;
}
#form1 .invalid .error,
#form1 .invalid .error {
  display: block;
}
#form1 .ok span.error,
#form1 .ok span.error {
  display: none;
}
#form1 .empty span.error,
#form1 .empty span.error {
  right: 2px;
}
#form1.success .success-message {
  top: 0;
}
/*end forms*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: relative;
  text-align: center;
  margin: 175px 0px 0px 0px;
  padding-top: 12px;
}
footer p {
  padding-top: 0px;
  font: 12.04px 'Bitter', serifFontFamily;
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 0px 0px;
}
footer p a {
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.soc_icons {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  margin: 3px 0px 20px 0px;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  margin-left: 2px;
}
.soc_icons > li > a > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.soc_icons > li > a > span img {
  position: relative;
  top: -36px;
}
.soc_icons > li > a > span:first-child + span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
.soc_icons > li > a > span:first-child + span img {
  top: 0;
}
.soc_icons > li > a:hover span:first-child {
  opacity: 0;
  filter: alpha(opacity=0);
}
.soc_icons > li > a:hover span:first-child + span {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*--- footer end ------*/
.padding1 {
  padding-bottom: 4px;
}
.padding2 {
  padding-bottom: 24px;
}
.margin1 {
  margin: 6px 30px 0 0;
}
.margin2 {
  margin: 7px 28px 0px 0px;
}
.margin3 {
  margin: 116px 0px 30px 82px;
}
.margin4 {
  margin: 30px 0px 35px 0px;
}
.width1 {
  display: inline-block;
  width: 99px;
}
.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;
}
.noBottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.clear {
  clear: both;
  line-height: 0;
}
.box {
  overflow: hidden;
}
.right {
  margin-right: 0 !important;
}
/*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: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
