@import url(//fonts.googleapis.com/css?family=Titillium+Web:200);

@import url(//fonts.googleapis.com/css?family=Titillium+Web:400);

@import url(//fonts.googleapis.com/css?family=Titillium+Web:400italic);

@import url(//fonts.googleapis.com/css?family=Titillium+Web:600);
/*------ template stylization ------*/
body {
  background-color: #191919;
}
/*------ header ------- */
header {
  position: relative;
  z-index: 10;
  width: 100%;
 /* background-color: #000000;*/
   background: url(../img/header_bg.jpg) center repeat-x;
   border-bottom:1px solid #000000;


  height:115px;
}
header .brand {
  position: relative;
  width: 400px;
  height: 178px;
  overflow: hidden;
  margin: 4px 0px 0px;
  margin-top:1px;
}
header .brand a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
header .brand a:hover {
  text-decoration: none;
}
header:after {
  position: absolute;
  display: block;
  top: 106px;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  /*background: url(../img/header_bg.png) center bottom repeat-x;*/
}
/*menu*/
.select-menu {
  width: 100%;
  margin: -11px auto 28px;
  display: none;
  font: 14px Arial, 'Trebuchet MS', "Helvetica Neue", Helvetica, sans-serif;
  line-height: 18px;
  color: #616161;
}
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: 45px;
  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;
}
header .nav-collapse {
  height: 100%;
}
.sf-menu {
  list-style: none;
  float: right;
  padding: 0;
  margin: 45px 0px 0px 0px;
  white-space: nowrap;
  height: 40px;
  width: 670px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
/*  background: url(../img/menu_divider.png) left 5px no-repeat;*/
  padding: 0px 2px 0px;
}
.sf-menu > li:first-child {
  background: none;
  padding-left: 0;
  margin-left: 0;
}
.sf-menu > li.last {
  padding-right: 0;
  margin-right: 0;
}
.sf-menu > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/menu-marker.png) 0 0 no-repeat;
  width: 5px;
  height: 7px;
  right: 50%;
  bottom: -10px;
  margin-right: -3px;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
}
.sf-menu > li > a > span {
  font: 14.98px 'Titillium Web';
  line-height: 1.2em;
  color: #000000;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 1px;
  -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;

  /*border-radius: 5px;*/
  background-color:#ffffff;
  border:1px #000000 solid;
  padding:6px 14px 6px 14px;
}
.sf-menu > li > a:hover,
.sf-menu > li.active > a,
.sf-menu > li.sfHover > a {
  text-decoration: none;
  background: none;
}
.sf-menu > li > a:hover > span,
.sf-menu > li.active > a > span,
.sf-menu > li.sfHover > a > span {
	color: #ffffff;
	background-color:#a60000;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 999;
  width: 150px;
  top: 38px !important;
  left: 2px !important;
  display: none;
  overflow: visible;
  background: #ffffff;
  border: 1px solid #000000;
  text-align: center;
}
.sf-menu ul li {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.sf-menu ul li:first-child {
  margin-top: 12px;
}
.sf-menu ul li.last {
  margin-bottom: 12px;
  border: none;
  padding-bottom: 0;
  background: none;
}
.sf-menu ul li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/menu-marker_2.png) 0 0 no-repeat;
  width: 7px;
  height: 5px;
  right: 0;
  bottom: 50%;
  margin-right: 13px;
  margin-bottom: -1px;
}
.sf-menu ul li a {
  display: inline-block;
  font: 13.020000000000001px 'Titillium Web';
  line-height: 1.2em;
  color: #000000 !important;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 1px;
  -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;
  
  font-weight:bold;
  
}
.sf-menu ul li.sfHover > a,
.sf-menu ul li > a:hover {
  color: #636363 !important;
  background: none !important;
}
.sf-menu ul ul {
  left: 141px !important;
  top: -21px !important;
}
/*end menu*/
/*--- header end ------*/
/*------ content ------- */
/*----------- Back to top --------------*/
#toTop {
  position: fixed;
  overflow: hidden;
  right: 50%;
  margin-right: -680px !important;
  bottom: 20%;
  width: 50px;
  height: 50px;
  background: url(../img/up-arrow.png) #000000 center no-repeat;
  z-index: 999;
  display: none;
  border: 1px solid #616161;
  -webkit-transition: border-color 0.4s ease-out;
  -moz-transition: border-color 0.4s ease-out;
  -o-transition: border-color 0.4s ease-out;
  transition: border-color 0.4s ease-out;
}
#toTop:hover {
  border-color: #057db9;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*bootstrap classes*/
.thumbnails li {
  margin-left: 0;
}
.thumbnails li > a {
  position: relative;
  display: block;
}
.thumbnails li h4 {
  margin: 2px 0;
}
.thumb-pad {
  margin: 0px ;
}
.thumb-pad .caption {
  padding: 0;
  margin: 0px;
}
.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 img {
  position: relative;
  -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;
}
.thumbnail:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.thumbnail a {
  position: relative;
}
.img-polaroid {
  position: relative;
  border: none;
  border: 1px solid #000000;
  background: #fafafa;
  padding: 5px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-polaroid > * {
  position: relative;
  z-index: 10;
  max-width: inherit;
  width: 100%;
}
header .btn,
#content .btn,
footer .btn {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
  text-shadow: none;
  padding: 0;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  font: 600 14.98px 'Titillium Web';
  line-height: 18px;
  border: 1px solid transparent;
  background: none;
}
header .btn > span,
#content .btn > span,
footer .btn > span {
  position: relative;
  display: block;
  padding: 4px 9px;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #1591d0;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5B0000), color-stop(50%, #9E0000), to(#5B0000));
  background-image: -webkit-linear-gradient(#5B0000, #9E0000 50%, #5B0000);
  background-image: -moz-linear-gradient(top, #5B0000, #9E0000 50%, #5B0000);
  background-image: -o-linear-gradient(#5B0000, #9E0000 50%, #5B0000);
  background-image: linear-gradient(#5B0000, #9E0000 50%, #5B0000);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff067eba', endColorstr='#ff067eba', GradientType=0);
  background-color: #3ea2d5;
}
header .btn:hover,
#content .btn:hover,
footer .btn:hover,
header .btn:active,
#content .btn:active,
footer .btn:active {
  text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 1px;
  background: none;
  background-color: #00679a;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  text-decoration: none;
  background-position: 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.75);
}
header .btn:hover > span,
#content .btn:hover > span,
footer .btn:hover > span,
header .btn:active > span,
#content .btn:active > span,
footer .btn:active > span {
  color: #212121;
  border-color: #ffffff;
  background-color: #1591cf;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), color-stop(50%, #e8e8e8), to(#999999));
  background-image: -webkit-linear-gradient(#999999, #e8e8e8 50%, #999999);
  background-image: -moz-linear-gradient(top, #999999, #e8e8e8 50%, #999999);
  background-image: -o-linear-gradient(#999999, #e8e8e8 50%, #999999);
  background-image: linear-gradient(#999999, #e8e8e8 50%, #999999);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff057db9', endColorstr='#ff057db9', GradientType=0);
  background-color: #3ea2d5;
}
header .btn.btn-link,
#content .btn.btn-link,
footer .btn.btn-link {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  text-shadow: none;
  padding: 0;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  font: 600 14.98px 'Titillium Web';
  line-height: 18px;
  border: 1px solid transparent;
  background: none;
}
header .btn.btn-link > span,
#content .btn.btn-link > span,
footer .btn.btn-link > span {
  position: relative;
  display: block;
  padding: 4px 9px;
  background: none;
  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;
  color: #616161;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
header .btn.btn-link:hover,
#content .btn.btn-link:hover,
footer .btn.btn-link:hover,
header .btn.btn-link:active,
#content .btn.btn-link:active,
footer .btn.btn-link:active {
  text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 1px;
  background: none;
  background-color: #00679a;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  text-decoration: none;
  background-position: 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
header .btn.btn-link:hover > span,
#content .btn.btn-link:hover > span,
footer .btn.btn-link:hover > span,
header .btn.btn-link:active > span,
#content .btn.btn-link:active > span,
footer .btn.btn-link:active > span {
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #1591d0;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#067eba), color-stop(50%, #1996d5), to(#067eba));
  background-image: -webkit-linear-gradient(#067eba, #1996d5 50%, #067eba);
  background-image: -moz-linear-gradient(top, #067eba, #1996d5 50%, #067eba);
  background-image: -o-linear-gradient(#067eba, #1996d5 50%, #067eba);
  background-image: linear-gradient(#067eba, #1996d5 50%, #067eba);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff067eba', endColorstr='#ff067eba', GradientType=0);
  background-color: #3ea2d5;
}
.badge {
  float: left;
  width: 94px;
  height: 74px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0 6px;
  margin: 10px 9px 0px 0px;
  /*background: url(../img/badge_bg_2.png) center no-repeat;*/
  text-align: center;
  font: 600 18.060000000000002px 'Titillium Web';
  line-height: 24px;
  color: #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
 /* border-radius: 2px;*/
  white-space: normal;
}
.badge.label-inverse {
  font: 200 60px 'Titillium Web';
  line-height: 1.2em;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 1px;
  border: 1px solid #000000;
  background: #171717;
  text-transform: uppercase;
  width: 80px;
  height: 80px;
  margin: 4px 8px 0px 0px;
  padding: 0px 0 6px;
}
/*end bootstrap classes*/
header ul,
footer ul,
#content ul {
  list-style: none;
  margin-left: 0;
}
.container input,
.container textarea {
  position: relative;
  outline: 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: 5px 7px;
  line-height: 20px;
  width: 100%;
  margin: 0;
  border: 1px solid #ffffff;
  background-color: #fafafa;
  color:#ffffff;
}
.container input:focus,
.container textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 1px solid #101010;
  background-color: #2B2B2B;
  /*color: #616161;*/
}
.container input:focus:invalid:focus,
.container textarea:focus:invalid:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 1px solid #101010;
  background-color: #2B2B2B;
 /* color: #616161;*/
}
.container input {
  /*width: 184px;*/
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  padding-bottom: 8px;
}
figure {
  display: inline-block;
  margin: 0;
}
h8 {
  font: 33px 'Arial';
  font-weight: bold;
  line-height: 1.2em;
  color: #313131;
  text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
  margin: 10px 0px 20px;
}
h8.special {
  font-size: 60px;
  margin: -19px 0px 0px 0px;
}
h8.special2 {
  font-size: 48px;
  margin: -10px 0px 70px;
}
h3 {
  font: 600 20.2px 'Titillium Web';
  line-height: 18px;
  color: #313131;
  text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 1px;
  margin: 10px 0px 8px;
  
  width:98%;
  background-color:#440000;
  border-radius:10px 10px 10px 10px;
  padding:4px 4px 4px 4px;
  border:1px solid #000000;
  text-align:center;
}
h3 a {
  color: inherit;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h3 a:hover {
  color: #ffffff;
}
h4 {
  font: 14px 'Titillium Web';
  line-height: 18px;
  color: #ffffff;
  margin: 0px;
}
h4 a {
  color: inherit;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h5 {
  font: 200 20.02px 'Titillium Web';
  line-height: 1em;
  color: #212121;
  margin: 13px 0px;
}
h6,
time,
.author {
  display: block;
  font: 600 12.04px 'Titillium Web';
  line-height: 1.2em;
  color: #b6b6b6;
  text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 1px;
  margin: 0px 0px 8px 0px;
}
.fontStyle1 {
  display: block;
  font: 14px 'Titillium Web';
  line-height: 18px;
  color: #616161;
  margin: 13px 0px 5px;
}
.fontStyle2 {
  display: block;
  font: 13.020000000000001px Arial, 'Trebuchet MS', "Helvetica Neue", Helvetica, sans-serif;
  line-height: 18px;
  color: #0e0e0e;
  margin: 0px 0px 10px;
}
address {
  font-style: normal;
  font: 14px 'Titillium Web';
  line-height: 18px;
  color: #616161;
  /*text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 1px;*/
  margin: -2px 0px 20px;
  font-weight:bold;
}
hr {
  width: 100%;
  height: 2px;
  margin: 10px 0 23px;
  border: none;
  background: url(../img/hline.png) repeat-x;
}
.bg1 {
  background: url(../img/content_bg.jpg);
  padding: 71px 0 0 0;
}
.bg2 {
  background: url(../img/content_bg_top.jpg) center top repeat-x;
  padding: 54px 0px 0px 0px;
}
.bg3 {
  position: relative;
  background-color: #000000;
  padding: 15px 0px 7px 0px;
  margin-top: 5px;


  background: url(../img/bottom_bg.jpg) top center repeat;
}
.bg3:before {
  position: absolute;
  display: block;
  top: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  /*background: url(../img/footer_bg.png) center top repeat-x;*/
}
.bg4 {
  background-color: #a60000;
  padding: 5px 0px 9px;
}
/* slider */
#camera_1 {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  float: none;
  z-index: 1;
  margin: -5px 0 0 0 !important;
}
#camera_1 .camera_caption {
  bottom: -1px;
  display: none;
  color: #616161;
}
#camera_1 .camera_caption > div > div > div > div {
  position: relative;
  width: 613px;
  background: url(../img/banner_bg.png);
}
#camera_1 .camera_caption > div > div > div > div p {
  position: relative;
  margin: 0;
  padding: 0;
  text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 1px;
}
#camera_1 .camera_caption > div > div > div > div p:first-child {
  font: 400 italic 18.060000000000002px 'Titillium Web';
  line-height: 24px;
  color: #ffffff;
  margin: 9px 10px 0px 21px;
}
#camera_1 .camera_caption > div > div > div > div p:first-child + p {
  font: 300 14px 'Titillium Web';
  line-height: 1.2em;
  color: #ffffff;
  margin: 4px 10px 13px 21px;
}
#camera_1 .camera_caption > div > div > div > div p:first-child + p a {
  color: inherit;
}
#camera_1 .camera_pag {
  position: absolute;
  bottom: -2px;
  right: 50%;
  margin-right: -588px;
  z-index: 1000;
}
#camera_1 .camera_pag .camera_pag_ul li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 21px;
  height: 21px;
  background: url(../img/pagin_icon.png) center bottom no-repeat;
  margin: 0px 0px 0px -6px;
}
#camera_1 .camera_pag .camera_pag_ul li > span {
  display: none;
}
#camera_1 .camera_pag .camera_pag_ul li:hover,
#camera_1 .camera_pag .camera_pag_ul li.cameracurrent {
  background-position: center top;
}
#camera_1 .camera_prev,
#camera_1 .camera_next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  -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;
}
#camera_1 .camera_prev span,
#camera_1 .camera_next span {
  display: none;
  background: none;
}
#camera_1 .camera_prev {
  left: 0px;
  background: url(../img/arrowL.png) left center no-repeat;
}
#camera_1 .camera_prev:hover {
  background-position: right center;
}
#camera_1 .camera_next {
  right: 0px;
  background: url(../img/arrowR.png) right center no-repeat;
}
#camera_1 .camera_next:hover {
  background-position: left center;
}
/* end slider */
.list1 {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 21px 0px 39px 0px;
  /*text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 5px;*/
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid transparent;
  background: #e8e8e8;
}
.list1 li {
  position: relative;
  border: 1px solid #000000;
  border-bottom-color: transparent;
  margin: 0px 0px 1px 0px;
  padding: 6px 9px 21px 9px;
  background-color: #0d87c4;
  background-image: -moz-linear-gradient(top, #057db9, #1996d5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#057db9), to(#1996d5));
  background-image: -webkit-linear-gradient(top, #057db9, #1996d5);
  background-image: -o-linear-gradient(top, #057db9, #1996d5);
  background-image: linear-gradient(to bottom, #057db9, #1996d5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff057db9', endColorstr='#ff1996d5', GradientType=0);
}
.list1 li:first-child {
  margin-top: 0px;
  background-color: #570100;
  background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(ffffff), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
  background-image: -o-linear-gradient(top, #ffffff, #fafafa);
  background-image: linear-gradient(to bottom, #ffffff, #fafafa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff057db9', endColorstr='#ff0e88c5', GradientType=0);
}
.list1 li:first-child + li {
  background-color: #570100;
  background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(ffffff), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
  background-image: -o-linear-gradient(top, #ffffff, #fafafa);
  background-image: linear-gradient(to bottom, #ffffff, #fafafa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0e88c5', endColorstr='#ff1996d5', GradientType=0);
}
.list1 li:first-child + li + li {
  background-color: #570100;
  background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(ffffff), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
  background-image: -o-linear-gradient(top, #ffffff, #fafafa);
  background-image: linear-gradient(to bottom, #ffffff, #fafafa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1996d5', endColorstr='#ff0d87c4', GradientType=0);
}
.list1 li:first-child + li + li + li {
  background-color: #570100;
  background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(ffffff), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
  background-image: -o-linear-gradient(top, #ffffff, #fafafa);
  background-image: linear-gradient(to bottom, #ffffff, #fafafa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d87c4', endColorstr='#ff057db9', GradientType=0);
}
.list1 li:first-child + li + li + li + li{
  background-color: #570100;
  background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(ffffff), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
  background-image: -o-linear-gradient(top, #ffffff, #fafafa);
  background-image: linear-gradient(to bottom, #ffffff, #fafafa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d87c4', endColorstr='#ff057db9', GradientType=0);
}
.list1 li:first-child + li + li + li + li +li{
  background-color: #570100;
  background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(ffffff), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
  background-image: -o-linear-gradient(top, #ffffff, #fafafa);
  background-image: linear-gradient(to bottom, #ffffff, #fafafa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d87c4', endColorstr='#ff057db9', GradientType=0);
}
.list1 li:first-child + li + li + li + li + li + li{
  background-color: #570100;
  background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(ffffff), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
  background-image: -o-linear-gradient(top, #ffffff, #fafafa);
  background-image: linear-gradient(to bottom, #ffffff, #fafafa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d87c4', endColorstr='#ff057db9', GradientType=0);
}
.list1 li.last {
  border-bottom-color: #000000;
  padding-bottom: 22px;
  margin-bottom: 0;
}
.list1 li div {
  overflow: hidden;
}
.list1 li div h3 {
  color: #ffffff;
  margin: 14px 0 4px 0;
}
.list1 li div h3 a {
  color: #282828;
}
.list1 li div h3 a:hover {
  color: #000000;
}
.list1 li div p {
  color: #282828;
  padding: 0;
  margin: 0;
}
.list2 {
  margin: 0px 0px 20px 0px;
}
.list2 li {
  background: url(../img/hline_2.png) center bottom repeat-x;
  margin: 0px 0px 14px 0px;
}
.list2 li.last {
  background: none;
  margin: 0;
}
.list2 li > figure {
  float: left;
  margin: 4px 8px 0px 0px;
}
.list2 li div {
  overflow: hidden;
}
.list2 li div h3 {
  margin-top: 0;
}
.list2 li div p {
  font-size: 12.04px;
  padding: 0 0 21px;
  margin: 0;
}
.list3 {
  margin: 26px 0px 30px;
}
.list3 li {
  margin: 0px 0px 8px;
  color:#212121;
  font-weight:bold;
  font-size:13px;
}
.list3 li a {
  font: 13.020000000000001px 'Titillium Web';
  line-height: 1.2em;
  color: #212121;
  -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;
  
  font-weight:bold;
}
.list3 li a:hover {
  color: #212121;
}
.list4 {
  margin: 27px 0px 41px;
}
.list4 li {
  margin: 0px 16px 20px 0;
}
.list5 {
  margin: 20px 0px;
}
.list5 li {
  margin-bottom: 14px;
  padding-bottom: 10px;
  background: url(../img/hline_2.png) center bottom repeat-x;
}
.list5 li.last {
  background: none;
}
.list5 li div p {
  display: block;
  font: 600 12.04px 'Titillium Web';
  line-height: 18px;
  color: #616161;
  text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 1px;
  padding-bottom: 12px;
  margin: 0;
}
.list6 {
  margin: 29px 0px 31px -30px !important;
}
.list6 li {
  margin-bottom: 25px;
}
.list6 li div h3 {
  margin: 6px 0px 5px 0px;
}
.list6 li div .fontStyle1 {
  margin-bottom: 10px;
}
.list7 {
  margin: 26px 0px;
}
.list7 li {
  margin-bottom: 30px;
}
.list7 li figure {
  float: left;
  margin: 4px 18px 10px 0px;
}
.list7 li div p {
  font-size: 12.04px;
  font-family: 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-bottom: 5px;
}
.list8 {
  margin: 25px 0px 19px 0px;
}
.list8 li {
  background: url(../img/hline_2.png) center bottom repeat-x;
  margin-bottom: 15px;
  padding-bottom: 8px;
}
.list8 li.last {
  background: none;
}
.list8 li .badge {
  margin: 4px 18px 4px 0px;
}
.list8 li div {
  overflow: hidden;
}
.list8 li div h3 {
  margin: 0px 0px 11px 0px;
}
.list8 li div p {
  font: 14px 'Titillium Web';
  line-height: 18px;
  color: #616161;
}
blockquote {
  position: relative;
  padding: 0px 0px 0 31px;
  margin: 1px 0px 11px 0px;
  border: none;
}
blockquote p {
  font: italic 12.04px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 18px;
  color: #616161;
  text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 1px;
  padding: 0px 0px 16px 0px;
}
blockquote:before {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 4px;
  content: '';
  width: 14px;
  height: 12px;
  background: url(../img/quote_icon.png) 0 no-repeat;
}
.g_map {
  display: block;
  margin: 29px 0px 42px 0px;
  width: 100%;
  height: 580px;
  overflow: hidden;
}
.g_map iframe {
  position: relative;
  display: inline-block;
  outline: 1px solid #090909;
  border: none;
  width: 100%;
  height: 100%;
  background: url(../img/web_site_loader.gif) center no-repeat #090909 !important;
}
/*forms*/
[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
#search {
  position: relative;
  display: inline-block;
  margin: 12px 0px 69px;
  width: 100%;
  z-index: 500;
}
#search > input {
  background-color: #161616;
  border-color: #484545;
  border-color: rgba(125, 125, 125, 0.36);
  padding: 7px 41px 7px 7px;
  width: 100%;
  height: 39px;
}
#search > a {
  position: absolute;
  z-index: 10;
  top: 8px;
  right: 18px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: url(../img/zoom_icon.png) center top no-repeat;
  -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;
}
#search > a:hover {
  background-position: center bottom;
}
#form1,
#form2 {
  position: relative;
  margin: 30px 0px 22px 0px;
  width: 100%;
}
#form1 input,
#form2 input,
#form1 textarea,
#form2 textarea,
#form1 .success,
#form2 .success {
  position: relative;
  display: block;
  outline: none;
}
#form1 input,
#form2 input {
  position: relative;
  width: 100%;
}
#form1 .success,
#form2 .success {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  padding: 5px 10px;
  z-index: 20;
  text-align: center;
  width: 100%;
  height: 30px;
  border: 1px solid #101010;
  background-color: #232323;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #616161;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#form1 textarea,
#form2 textarea {
  width: 100%;
  height: 94px;
  overflow: auto;
  resize: none;
}
#form1 label,
#form2 label {
  position: relative;
  min-height: 33px;
  width: 184px;
  margin-bottom: 0px;
  float: left;
  z-index: 10;
}
#form1 label.message,
#form2 label.message {
  width: 100%;
}
#form1 .error,
#form2 .error,
#form1 .empty,
#form2 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 11px;
  color: #057db9;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns,
#form2 .btns {
  padding: 4px 0px 0px 0px;
  position: relative;
}
#form1 .btns > p,
#form2 .btns > p {
  padding: 0;
}
#form1 .btns > p a,
#form2 .btns > p a {
  margin-right: 4px;
  display: inline-block;
}
#form2 {
  margin: 24px 0px 62px;
}
#form2 .success {
  padding: 5px 10px;
  width: 100%;
  height: 30px;
}
#form2 textarea {
  width: 100%;
  height: 180px;
  overflow: auto;
  resize: none;
}
#form2 label {
  width: 244px;
  min-height: 50px;
}
#form2 label.message {
  width: 100%;
}
#form2 .btns {
  padding: 21px 0px 0px 0px;
  position: relative;
}
#form2 .btns > p {
  padding: 0;
  margin: 0;
}
#form2 .btns > p a {
  margin-right: 20px;
  display: inline-block;
}
/*end forms*/
.padding1 {
  padding-top: 41px;
}
.padding2 {
  padding: 0px 0px 46px 0px;
}
.padding3 {
  padding: 0px 60px 0px 0px;
}
.padding4 {
  padding-bottom: 60px;
}
.margin1 {
  margin: 4px 0px 9px;
}
.margin2 {
  margin-left: 2px;
}
.margin3 {
  margin-top: -5px;
}
.margin4 {
  margin-bottom: 13px;
}
.margin5 {
  margin: 0px 0px 0px 18px;
}
.margin6 {
  margin-bottom: 38px;
}
.margin7 {
  margin-top: 40px;
}
.margin8 {
  margin: 14px 0px 40px 62px;
}
.width1 {
  display: inline-block;
  width: 71px;
}
.color1 {
  color: #ffffff;
}
.imStyle2 {
  background: none;
  border: none;
}
.box {
  overflow: hidden;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.noBottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.right {
  margin-right: 0 !important;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: relative;
  width: 100%;
}
footer p {
  font: 12.04px 'Titillium Web';
  line-height: 1.2em;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
footer p a {
  color: inherit;
}
footer address {
  margin: 20px 0px;
  font-size: 13.020000000000001px;
  line-height: 30px;
  color: #212121;
}
footer address > span {
  white-space: pre;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 980px) and (max-width: 1200px) {
  .margin8 {
    margin-left: 0;
  }
  .list4 li {
    width: 23%;
  }
  .list4 li figure {
    width: 100%;
  }
  .list4 li:first-child + li + li + li {
    margin-right: 0;
  }
  #camera_1 .camera_pag {
    margin-right: -468px;
  }
  footer address {
    line-height: 20px;
  }
  footer address > span {
    white-space: normal;
  }
  footer address > span > span {
    display: block;
    margin-bottom: -20px;
  }
  #form1 label {
    width: 100%;
  }
  #form1 .success {
    padding: 10px 10px 51px;
  }
  .margin2 {
    margin: 0;
  }
  #form2 label {
    width: 194px;
  }
  .padding3 {
    padding: 0;
  }
  .bg5 {
    background-position: 25% 0px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .nav-collapse,
  header .nav-collapse.collapse {
    height: 47px;
    overflow: visible;
  }
  .sf-menu {
    margin-left: -50px;
  }
  header .brand {
    width: 290px;
  }
  .margin8 {
    margin-left: 0;
  }
  h8.special2 {
    font-size: 35px;
    margin: 0 0 40px;
  }
  .fullWidth767 {
    display: block;
    float: none;
    width: 97%;
    margin-right: 0;
  }
  .halfWidth767 {
    width: 47%;
  }
  .list1 .badge {
    /*margin-top: 4px;*/
  }
  #camera_1 .camera_pag {
    margin-right: -364px;
  }
  .list4 li {
    width: 23%;
  }
  .list4 li figure {
    width: 100%;
  }
  .list4 li:first-child + li + li + li {
    margin-right: 0;
  }
  footer address {
    line-height: 20px;
  }
  footer address > span {
    white-space: normal;
  }
  footer address > span > span {
    display: block;
    margin-bottom: -20px;
  }
  #form1 label,
  #form2 label {
    width: 100%;
  }
  .margin2,
  .margin5 {
    margin: 0;
  }
  #form1 .success {
    padding: 10px 10px 51px;
  }
  #form2 .success {
    padding: 58px 10px 70px;
  }
  .padding3 {
    padding: 0;
  }
  .list8 li div {
    overflow: visible;
  }
  .width1 {
    display: block;
  }
  .imStyle2 {
    text-align: center;
    width: 99%;
  }
  .imStyle2 > img {
    width: 100%;
  }
  .list7 li figure {
    float: none;
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
}
@media (max-width: 767px) {
  .select-menu {
    display: block!important;
  }
  .sf-menu {
    display: none;
  }
  header:after {
    top: 151px;
  }
  #camera_1 .camera_pag {
    right: 15px;
    margin-right: 0;
  }
  #camera_1 .camera_caption {
    display: none !important;
  }
  .imStyle1 {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .list4 li {
    display: inline-block;
    float: left;
    width: 31%;
    margin-right: 15px;
  }
  .list4 li figure {
    width: 100%;
  }
  .list4 li:first-child + li + li,
  .list4 li:first-child + li + li + li + li + li {
    margin-right: 0;
  }
  .footerCol {
    display: inline-block;
    float: left;
    width: 22%;
    margin-right: 13px;
  }
  .footerCol3 {
    overflow: hidden;
  }
  #form1 label,
  #form2 label {
    width: 100%;
  }
  #form1 .success,
  #form2 .success {
    padding: 20px 10px 41px;
  }
  .margin2 {
    margin: 0;
  }
  #form2 .success {
    padding: 58px 10px 70px;
  }
  .margin5 {
    margin: 0;
  }
  .padding2 {
    padding: 0;
  }
  footer address {
    line-height: 20px;
  }
  footer address > span {
    white-space: normal;
  }
  footer address > span > span {
    display: block;
    margin-bottom: -20px;
  }
  .list6 {
    margin-left: 0 !important;
  }
  .list6 li figure {
    float: left;
    margin: 0px 15px 10px 0px;
  }
  .list8 li div {
    overflow: visible;
  }
  .margin8 {
    margin-top: 0;
    margin-left: 0;
  }
  h8.special {
    margin: 20px 0 10px;
  }
  .imStyle2 {
    text-align: center;
    width: 99%;
  }
  .imStyle2 > img {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .footerCol {
    display: inline-block;
    float: left;
    width: 45%;
    margin-right: 15px;
  }
  .footerCol3 {
    float: left;
    display: block;
    width: 100%;
    margin-right: 0px;
  }
  .list6 li figure,
  .list7 li figure {
    float: none;
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
}
@media (max-width: 480px) {
  header .brand {
    width: 270px;
  }
  .list4 li {
    display: inline-block;
    float: left;
    width: 47%;
    margin-right: 15px;
  }
  .list4 li figure {
    width: 100%;
  }
  .list4 li:first-child + li,
  .list4 li:first-child + li + li + li,
  .list4 li:first-child + li + li + li + li + li {
    margin-right: 0;
  }
  .list2 li div {
    overflow: visible;
  }
  h8.special2 {
    font-size: 35px;
    margin: 0 0 40px;
  }
}
@media (max-width: 353px) {
  #form1 .success {
    padding: 10px 10px 51px;
  }
}
@media (max-width: 320px) {
  .footerCol {
    display: block;
    float: none;
    margin-right: 0;
    width: 100%;
  }
  footer address {
    line-height: 30px;
  }
  footer address > span > span {
    display: inline;
  }
  .list4 li {
    display: inline-block;
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  .list4 li figure {
    width: 100%;
  }
}
/*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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}








/*input {
    border: 1px solid #5f5f5f;
	color: #e8e8e8;
    padding: 4px;
}

textarea {
    border: 1px solid #5f5f5f;
    padding: 4px;
    resize: none;
	color: #e8e8e8;
}*/

.bt {
    background-color: #A00100;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    width: 300px;
}

.bt:hover {
    background-color: #750000;
}
