@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);

/*------ header ------- */
body {
  background-color: #410E0B;
  /*background: url(../../images/header_bg.jpg) repeat;*/
}
header {
  position: relative;
  z-index: 10;
  width: 100%;
  background: url(../../images/header_bg.jpg) top repeat;
 /* border-bottom:1px solid #000000;*/
  /*height:115px;*/
}
header .brand {
  position: relative;
  width: 400px;
  height: 111px;
  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;
}

/*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;
  margin-top:5px;
}
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: 30px 0px 0px 0px;
  white-space: nowrap;
  /*height: 40px;*/
  width: 730px;
}
.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: 0px;
  margin-right: -3px;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
}
.sf-menu > li > a > span {
  font: 15.20px 'Titillium Web';	
  line-height: 2.8em;
  color: #000000;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.35) 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: 8px;
  background-color:#e8e8e8;
  border:1px #ffffff solid;
  padding:4px 8px 4px 8px;
}
.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:#D12825;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 999;
  /*width: 233px;*/
  top: 38px !important;
  left: 2px !important;
  display: none;
  overflow: visible;
  background: #B2A48E;
  border: 1px solid #ffffff;
  text-align: center;

  border-radius: 8px;
  padding-left:8px;
  padding-right:8px;
}
.sf-menu ul li {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.sf-menu ul li:first-child {
  margin-top: 20px;
}
.sf-menu ul li.last {
  margin-bottom: 20px;
  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;
  
}
.sf-menu ul li.sfHover > a,
.sf-menu ul li > a:hover {
  color: #CF000C !important;
  background: none !important;
}
.sf-menu ul ul {
  left: 141px !important;
  top: -21px !important;
}
/*end menu*/
/*--- header end ------*/
/*------ content ------- */
/*----------- Back to top --------------*/

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='#ffA9AAAC', endColorstr='#ffA9AAAC', 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%, #C1C2C4), to(#067eba));
  background-image: -webkit-linear-gradient(#067eba, #C1C2C4 50%, #067eba);
  background-image: -moz-linear-gradient(top, #067eba, #C1C2C4 50%, #067eba);
  background-image: -o-linear-gradient(#067eba, #C1C2C4 50%, #067eba);
  background-image: linear-gradient(#067eba, #C1C2C4 50%, #067eba);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff067eba', endColorstr='#ff067eba', GradientType=0);
  background-color: #3ea2d5;
}

/*end bootstrap classes*/
header ul,
footer ul,
#content ul {
  list-style: none;
  margin-left: 0;
}


@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;
  }
  h2.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;*/
  }
  .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;
  }

 @media (max-width: 480px) {
  header .brand {
    width: 270px;
  }
}
}