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

@import 'jquery.fancybox-1.3.4.css';

@import 'grid.css';
/*------ template stylization ------*/
body {
  background: #ffffff;
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  color: #a5a5a5;
  min-width: 1170px;
  min-height: 1000px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff 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/web_site_loader.gif) center #ffffff no-repeat;
  z-index: 1000;
  padding: 5px;
  display: none;
}
#back-top {
  position: fixed;
  display: block;
  right: 15px;
  bottom: 133px;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  background: url(../img/up-arrow.png) #a5a5a5 center no-repeat;
  overflow: hidden;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
}
p {
  padding-bottom: 10px;
}
p.lineHeight2 {
  line-height: 25px;
  padding-bottom: 14px;
}
figure {
  margin: 0;
}
h2 {
  font: 600 35.98px 'Open Sans';
  line-height: 1.2em;
  color: #3f3f3f;
  text-transform: uppercase;
  margin: 0px 0px 23px 0px;
  padding: 0;
}
h2.special {
  font-size: 60.06px;
  margin: 0px 0px 0px 0px;
}
h2.special2 {
  font-size: 40.04px;
  font-weight: 300;
  margin: -12px 0 30px;
}
h2.special3 {
  font-size: 72px;
  margin: -17px 0 4px;
}
h2.special4 {
  font-size: 48px;
  margin: 0px 0px 48px 0px;
}
h3,
.list4 > li,
.search_list h4 {
  font: 600 20.02px 'Open Sans';
  line-height: 1.2em;
  color: #515151;
  text-transform: uppercase;
  margin-bottom: 8px;
}
h3 a,
.list4 > li a,
.search_list h4 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;
}
h3 a:hover,
.list4 > li a:hover,
.search_list h4 a:hover {
  color: #01bbf1;
  text-decoration: none;
}
h4 {
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  color: #a5a5a5;
}
h4 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;
}
h4 a:hover {
  color: #01bbf1;
  text-decoration: none;
}
address {
  font-style: normal;
  color: #5c6467;
  line-height: 19px;
  margin: 21px 0 24px;
}
/*bootstrap classes*/
.thumb-pad {
  margin-bottom: 12px;
}
.thumb-pad .thumbnail .caption {
  padding: 3px 0;
}
.thumbnails {
  margin: 0px 0px -11px 0px;
}
.thumbnails li {
  margin: 0px 30px 20px 0px;
}
.thumbnail {
  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;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.img-polaroid {
  background-color: #ffffff;
  padding: 9px;
  border: none;
  -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;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
a:hover .img-polaroid {
  background-color: #01bbf1;
}
/*end bootstrap classes*/
/*------ header ------- */
header {
	position: relative;
	z-index: 20;
	width: 100%;
	height: 114px;
	margin-top: 457px;
	background: url(../img/header_bg.png) center top repeat-x;
}
header h1 {
  position: relative;
  width: 274px;
  height: 175px;
  float: left;
  overflow: hidden;
  margin: -9px 0 0 0;
}
header h1 a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
header h1 a:hover {
  text-decoration: none;
}
/*menu*/
.select-menu {
  width: 100%;
  margin: 14px auto;
  display: none;
  color: #a5a5a5;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar .sf-menu .nav {
  position: absolute;
  float: none;
  margin: 0;
}
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 0 0 12px;
  margin: 0
    height: 110px;
  background: url(../img/menu_divider.png) 10px top no-repeat;
  white-space: nowrap;
  margin-top: 1px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  background: url(../img/menu_divider.png) right top no-repeat;
  padding: 50px 30px 40px;
}
.sf-menu > li:first-child {
  display: none;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  font: 600 14.98px 'Open Sans';
  line-height: 1.2em;
  text-transform: uppercase;
}
.sf-menu > li > a > span {
  color: #a0a0a0;
  -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: #3f3f3f;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 10;
  width: 141px;
  top: 112px !important;
  left: 8px !important;
  display: none;
  overflow: visible;
  background-color: #ffffff;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: -o-linear-gradient(top, #ffffff, #e7e7e7);
  background-image: linear-gradient(to bottom, #ffffff, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe7e7e7', GradientType=0);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.sf-menu ul li {
  position: relative;
  text-align: center;
  margin: 0 20px 4px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0e0e0;
}
.sf-menu ul li:first-child {
  margin-top: 20px;
}
.sf-menu ul li.last {
  margin-bottom: 20px;
  padding-bottom: 0;
  border: 0;
}
.sf-menu ul li a {
  display: inline-block;
  font: 600 14.98px 'Open Sans';
  line-height: 1.2em;
  text-transform: uppercase;
  color: #a0a0a0;
  -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;
}
.sf-menu ul li a.hoverItem {
  color: #3f3f3f !important;
}
.sf-menu ul ul {
  left: 122px !important;
  top: -20px !important;
}
/*menu end*/
/*--- header end ------*/
/*------ content ------- */
#wrapper ul {
  list-style: none;
  margin-left: 0;
}
#wrapper input,
#wrapper textarea {
  position: relative;
  outline: 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: 7px 21px;
  line-height: 21px;
  width: 100%;
  color: #a5a5a5;
  margin: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
#wrapper input:focus,
#wrapper textarea:focus {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
#wrapper label {
  position: relative;
  display: inline-block;
  float: left;
  width: 220px;
}
#wrapper input {
  width: 220px;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper > div {
  position: relative;
  overflow: hidden;
}
#wrapper > section {
  position: relative;
  height: 100%;
  margin-top: -3px;
}
#wrapper > section > div {
  position: relative;
  z-index: 10;
}
.mainBg {
  position: absolute !important;
  z-index: 1 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/content_bg.png);
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.inner {
  padding: 78px 0 73px;
}
.inner2 {
  padding: 102px 0 56px;
}
.btn {
  position: relative;
  display: inline-block;
  -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 19px;
  font: 20.02px 'Open Sans';
  line-height: 57px;
  color: #e7e7e7;
  text-transform: uppercase;
  height: 57px;
  background-position: center;
  -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;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #363636, #1e1e1e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#363636), to(#1e1e1e));
  background-image: -webkit-linear-gradient(top, #363636, #1e1e1e);
  background-image: -o-linear-gradient(top, #363636, #1e1e1e);
  background-image: linear-gradient(to bottom, #363636, #1e1e1e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff363636', endColorstr='#ff1e1e1e', GradientType=0);
}
.btn:hover,
.btn:active {
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #363636, #1e1e1e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#363636), to(#1e1e1e));
  background-image: -webkit-linear-gradient(top, #363636, #1e1e1e);
  background-image: -o-linear-gradient(top, #363636, #1e1e1e);
  background-image: linear-gradient(to bottom, #363636, #1e1e1e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff363636', endColorstr='#ff1e1e1e', GradientType=0);
  color: #01bbf1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  background-position: center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  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;
  font: 600 14px 'Open Sans';
  color: #01bbf1;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 1.2em;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.btn-link:hover,
.btn.btn-link:active {
  background: none;
  -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;
  color: #009ae7;
}
.youtube-player {
  position: relative;
  width: 452px;
  height: 312px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-top: 18px;
}
.list1 {
  position: relative;
  float: left;
  margin: 20px 28px 0px 0px;
}
.list1 li {
  margin-bottom: 8px;
}
.list1 li a {
  position: relative;
  display: block;
}
.list1 li a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -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;
  opacity: 1;
  background: url(../img/play_icon.png) center no-repeat;
  z-index: 2;
}
.list1 li a img {
  position: relative;
  z-index: 1;
}
.list1 li a:hover > span {
  opacity: 0;
}
.list2 {
  margin: -7px 0px 22px 0px;
}
.list2 dt {
  font: 600 20.02px 'Open Sans';
  line-height: 24px;
  color: #515151;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.list2 dd {
  margin: 0px 0px 24px 0px;
}
.list2 dd.last {
  margin-bottom: 0;
}
.list3 {
  margin: -7px 0px -24px 0px;
}
.list3 li {
  margin-bottom: 23px;
}
.list3 li img {
  float: left;
  margin: 7px 29px 0px 0px;
}
.list3 li div {
  overflow: hidden;
}
.list3 li div h3 {
  margin: 0px 0px 10px 0px;
}
.list3 li div h3:first-child + p {
  margin-bottom: -2px;
}
.list3 li div h3:first-child + p + p {
  margin-bottom: 6px;
}
.list3 li div h3:first-child + p + p + p {
  margin-bottom: 17px;
  padding: 0;
}
.list4 {
  margin: -7px 0px 0px 0px;
}
.list4 li {
  margin-bottom: 0px;
}
.list4 li a {
  letter-spacing: -1px;
}
.match {
  display: block;
  color: #009ae7;
}
.search_list {
  margin: 0px 0px 30px 0px;
}
.search_list .search {
  width: auto;
  color: #3f3f3f;
}
.search_title a {
  text-decoration: underline;
}
.search_title:hover {
  text-decoration: none;
}
.g_map {
  margin: 10px 0 52px;
  width: 1152px;
  height: 367px;
}
.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 #ffffff !important;
}
/* Forms*/
#search {
  position: relative;
  display: inline-block;
  margin: 22px 0 142px;
  width: 371px;
  z-index: 500;
}
#search > input {
  width: 100%;
  height: 41px;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  background-color: transparent;
  border: 1px solid #e4e4e4;
}
#search > input:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
#search #searchButton {
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 30px;
  top: 4px;
  right: 9px;
  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;
  background: url(../img/search_icon.png) center top no-repeat;
  margin: 0;
}
#search #searchButton:hover {
  background-position: center bottom;
}
#form1 {
  position: relative;
  margin: 25px 0 65px;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
}
#form1 .success {
  position: absolute;
  padding: 7px 10px 8px;
  z-index: 10;
  text-align: center;
  width: 690px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border: none;
}
#form1 textarea {
  width: 728px;
  height: 121px;
  overflow: auto;
  resize: none;
}
#form1 label {
  min-height: 55px;
  margin-bottom: 0px;
}
#form1 label.message {
  width: 100%;
}
#form1 label.name {
  width: 230px;
}
#form1 label.name input {
  width: 230px;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #009ae7;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 24px 0 0 0;
  position: relative;
}
#form1 .btns > p {
  padding: 0;
  color: #5c6467;
}
#form1 .btns > p a {
  display: inline-block;
  margin-right: 20px;
  margin-top: -5px;
}
/*end forms*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: relative;
  width: 100%;
  height: 287px;
  margin-top: 100px;
  background: url(../img/footer_bg.png) center 0px repeat-x;
  background-position: center -1px;
}
footer p {
	padding-top: 0px;
	font: 12.04px 'Open Sans';
	line-height: 1.2em;
	color: #333;
	text-transform: uppercase;
	padding-top:25px;
	/*padding: 30px 0 0 3px;*/
	text-align:center;
}
footer p a {
  color: inherit;
}
footer p a:hover {
  color: white;
}
.soc_icons {
  position: relative;
  float: right;
  white-space: nowrap;
  margin-top: 19px;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 2px;
}
.soc_icons > li > a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.soc_icons > li > a > img {
  position: relative;
  top: 0;
  opacity: 1;
  -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 > img:first-child {
  position: absolute;
  top: -36px;
  left: 0;
  opacity: 0;
}
.soc_icons > li > a:hover > img:first-child {
  opacity: 1;
}
.soc_icons > li > a:hover > img:first-child + img {
  opacity: 0;
}
.bannersHolder {
  position: relative;
  width: 100%;
  height: 164px;
  overflow: hidden;
  background: url(../img/banners_bg.png) center top repeat-x;
  height: 0;
}
.bannersHolder .banners {
  position: relative;
  display: block;
  height: 160px;
  overflow: hidden;
  margin: 0;
  background: url(../img/divider_1.png) left top no-repeat;
  white-space: nowrap;
}
.bannersHolder .banners li {
  position: relative;
  display: inline-block;
  width: 234px;
  height: 100%;
  float: left;
  background: url(../img/divider_1.png) right top no-repeat;
  text-align: center;
}
.bannersHolder .banners li a {
  position: relative;
  display: inline-block;
  margin-top: 31px;
}
.bannersHolder .banners li a img {
  position: relative;
  padding-top: 14px;
  margin-top: 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;
}
.bannersHolder .banners li a:hover > img {
  margin-top: -10px;
}
/*--- footer end ------*/
.padding1 {
  padding-bottom: 27px;
}
.padding2 {
  padding-bottom: 14px;
}
.margin1 {
  margin: 0px 0px 11px 0px;
}
.margin2 {
  margin: -7px 0 8px 0;
}
.margin3 {
  margin: 0px 0px 4px 0px;
}
.margin4 {
  margin: 0px 0px 0px 20px;
}
.colorInherit {
  color: inherit;
}
.color1 {
  color: #01bbf1;
}
.width1 {
  display: inline-block;
  width: 78px;
}
.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;
}
