@import url(http://fonts.googleapis.com/css?family=Fugaz+One);
/*font-family: 'Fugaz One', cursive;*/
/*------ template stylization ------*/
body {
  background: url(../img/bg-main.jpg) center 0 no-repeat #fcfcfc;
}
/* headings, text */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fugaz One', cursive;
  margin: 0;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a {
  outline: none;
}
h2 {
  font-size: 17px;
  line-height: 1.2em;
  color: #d70c24;
  display: block;
  padding: 16px 0 14px 20px;
  text-transform: uppercase;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #fbfbfb, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #fbfbfb, #f1f1f1);
  background-image: -o-linear-gradient(top, #fbfbfb, #f1f1f1);
  background-image: linear-gradient(to bottom, #fbfbfb, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbfbfb', endColorstr='#fff1f1f1', GradientType=0);
  border-bottom: 2px solid #d6d6d6;
  position: relative;
  letter-spacing: -1px;
  margin: 30px 0 30px 0;
}
h2:after {
  display: block;
  background: url(../img/bg-h2.jpg) 0 0 repeat-y;
  position: absolute;
  content: "";
  width: 6px;
  top: 0;
  left: 0;
  bottom: -2px;
}
h4 {
  font-size: 17px;
  line-height: 22px;
  color: #d70c24;
}
.main {
  height: auto;
  min-height: 100%;
  width: 100%;
  padding: 35px 0 37px 0;
}
.div-main {
  background: #fff;
  padding: 30px 0 30px 0;
  max-width: 1000px;
  margin: 0 auto;
}
#content ul {
  list-style: none;
}
.dis-block {
  display: block;
}
.left-0 {
  margin-left: 0 !important;
}
.last-mbot {
  margin-bottom: 0 !important;
}
.padd-r {
  padding-right: 23px;
}
.bot {
  margin-bottom: 18px;
}
.bot-1 {
  margin-bottom: 10px;
}
.bot-2 {
  margin-bottom: 26px;
}
.top-1 {
  margin-top: -4px;
}
p {
  margin-bottom: 19px;
}
/*=================My styles of bootstrap================*/
.col {
  color: #d70c24;
}
.col-1 {
  color: #424548;
}
.hov:hover {
  color: #35383b;
}
.font-17 {
  font-size: 17px;
  line-height: 22px;
  color: #d70c24;
}
.link {
  color: #35383b;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
}
.link span {
  color: #d70c24;
}
.link:hover {
  color: #d70c24;
}
.btn-1 {
  background-color: #313336;
  background-image: -moz-linear-gradient(top, #393c40, #242628);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#393c40), to(#242628));
  background-image: -webkit-linear-gradient(top, #393c40, #242628);
  background-image: -o-linear-gradient(top, #393c40, #242628);
  background-image: linear-gradient(to bottom, #393c40, #242628);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff393c40', endColorstr='#ff242628', GradientType=0);
  font-family: 'Fugaz One', cursive;
  border-bottom: 3px solid #be0d23;
  border-right: none;
  border-left: none;
  border-top: none;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  padding: 9px 14px 10px 14px;
  -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;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.btn-1 span {
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  background-color: #d30c24;
  background-image: -moz-linear-gradient(top, #e20b25, #bd0d23);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e20b25), to(#bd0d23));
  background-image: -webkit-linear-gradient(top, #e20b25, #bd0d23);
  background-image: -o-linear-gradient(top, #e20b25, #bd0d23);
  background-image: linear-gradient(to bottom, #e20b25, #bd0d23);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe20b25', endColorstr='#ffbd0d23', GradientType=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.btn-1:hover span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-1:hover {
  border-bottom: 3px solid #2a2c2e;
  color: #ffffff;
  background-color: #313336;
  background-image: -moz-linear-gradient(top, #393c40, #242628);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#393c40), to(#242628));
  background-image: -webkit-linear-gradient(top, #393c40, #242628);
  background-image: -o-linear-gradient(top, #393c40, #242628);
  background-image: linear-gradient(to bottom, #393c40, #242628);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff393c40', endColorstr='#ff242628', GradientType=0);
  outline: none;
}
/*css styles for image-block*/
.img-indent {
  overflow: hidden;
  margin-bottom: 5px;
}
.img-indent em {
  font-style: normal;
  display: block;
}
.img-indent .font-17 {
  display: block;
}
.img-indent img {
  margin: 0 22px 0 0;
  display: block;
  float: left;
}
.img-indent .extra-wrap {
  overflow: visible;
  padding: 0 20px 0 0;
}
.img-indent-1 {
  overflow: hidden;
}
.img-indent-1 img {
  float: left;
  margin: 0 23px 0 0;
}
.img-indent-1 .extra-wrap {
  overflow: visible;
  padding: 0 20px 0 0;
}
.img-indent-1 em {
  font-style: normal;
}
.img-indent-2 {
  overflow: hidden;
  margin-bottom: 22px;
}
.img-indent-2 img {
  float: left;
  margin: 0 23px 0 0;
}
.img-indent-2 .extra-wrap {
  overflow: hidden;
  padding: 0 20px 0 0;
}
.img-indent-2 em {
  font-style: normal;
}
.img-indent-3 {
  overflow: hidden;
  margin-bottom: 22px;
}
.img-indent-3 img {
  float: left;
  margin: 0 23px 0 0;
}
.img-indent-3 .extra-wrap {
  overflow: hidden;
  padding: 0 20px 0 0;
}
.img-indent-3 em {
  font-style: normal;
}
/*==================list=================*/
.list {
  margin: 0;
}
.list li {
  font-size: 14px;
  line-height: 22px;
  color: #d70c24;
  font-weight: bold;
}
.list li a {
  color: #35383b;
}
.list li a:hover {
  color: #d70c24;
}
.list-1 {
  margin: 0;
}
.list-1 li {
  font-size: 14px;
  line-height: 22px;
  color: #d70c24;
  font-weight: bold;
  padding: 4px 0 4px 0;
}
.list-1 li a {
  color: #35383b;
}
.list-1 li a:hover {
  color: #d70c24;
}
.list-2 {
  margin: 0;
  float: left;
  width: 140px;
}
.list-2 li {
  font-size: 14px;
  line-height: 22px;
  color: #d70c24;
  font-weight: bold;
  padding: 4px 0 4px 0;
}
.list-2 li a {
  color: #d70c24;
}
.list-2 li a:hover {
  color: #35383b;
}
/*------ header ------- */
header {
  z-index: 999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 18px 0 0 0;
  border-top: 3px solid #d50c24;
  background: url(../img/bg-head.jpg) 0 0 repeat-x #fbfdfd;
  height: auto;
}
/* navbar */
.selectnav {display: none;cursor: pointer;width: 100%;padding: 8px;height: 37px;float: left;font-size: 14px;margin:5px 0 15px !important;}
.navbar_ {
  margin-bottom: 0 !important;
}
.navbar_ .brand {
  float: left;
  display: inline-block;
  padding: 0;
  overflow: hidden;
  margin: 10px 0 0 30px;
  line-height: 22px;
  position: relative;
}
.navbar_ .brand span {
  display: block;
  position: absolute;
  left: -400px;
}
.search-login {
  float: right;
  padding: 0 30px 0 0;
}
.social {
  display: block;
  overflow: hidden;
}
.social > a {
  color: #fff;
  display: inline-block;
  margin: 8px 0 0 0;
}
.social > a:hover {
  color: #ef0d2c;
}
.social span {
  display: inline-block;
  margin: 0 0 0 25px;
  float: right;
	font-size:20px;
	color:#FFF;
}
.social span a {
  display: inline-block;
  margin: 6px 0 0 10px;
}
.social span a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.navbar_ .navbar-inner {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  min-height: inherit;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.nav-collapse_ {
  background: url(../img/bg-nav.jpg) 0 0 repeat-x #5ebee5;
  position: relative;
  margin: 20px 0 0 0;
  padding: 0;
  border-top: 1px solid #4b4f54;
  background-color: #2f3134;
  background-image: -moz-linear-gradient(top, #393c40, #1f2022);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#393c40), to(#1f2022));
  background-image: -webkit-linear-gradient(top, #393c40, #1f2022);
  background-image: -o-linear-gradient(top, #393c40, #1f2022);
  background-image: linear-gradient(to bottom, #393c40, #1f2022);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff393c40', endColorstr='#ff1f2022', GradientType=0);
}
.nav-collapse_ .nav {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
}
.navbar_ .collapse {
  overflow: visible;
}
/*nav*/
.nav-collapse_ .nav > li.sub-menu:after {
  display: block;
  position: absolute;
  content: "";
  background: url(../img/indicator.png) 0 0 no-repeat;
  width: 8px;
  height: 4px;
  top: 41px;
  left: 47%;
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
  text-transform: uppercase;
}
.nav-collapse_ .nav > li {
  float: left;
  display: inline-block;
  font-family: 'Fugaz One', cursive;
  margin: -1px 0 0 0;
  border-right: 1px solid #020202;
}
.nav-collapse_ .nav li a {
  color: #fff;
  margin: 0;
  padding: 0;
}
.nav-collapse_ .nav > li > a {
  display: block;
  text-align: center;
  position: relative;
  font-size: 17px;
  line-height: 20px;
  padding: 17px 19px 16px 19px;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-collapse_ .nav > li.sfHover,
.nav-collapse_ .nav > li.sfHover:hover,
.nav-collapse_ .nav > li:hover,
.nav-collapse_ .nav > li.active,
.nav-collapse_ .nav > li.active:hover {
  background-color: #d90e2b;
  background-image: -moz-linear-gradient(top, #eb0e31, #bd0d23);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eb0e31), to(#bd0d23));
  background-image: -webkit-linear-gradient(top, #eb0e31, #bd0d23);
  background-image: -o-linear-gradient(top, #eb0e31, #bd0d23);
  background-image: linear-gradient(to bottom, #eb0e31, #bd0d23);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeb0e31', endColorstr='#ffbd0d23', GradientType=0);
}
.nav-collapse_ .nav > li.sfHover > a,
.nav-collapse_ .nav > li.sfHover > a:hover,
.nav-collapse_ .nav > li > a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.active > a:hover {
  background: none;
  color: #fff;
}
.nav-collapse_ .nav ul {
  position: absolute;
  display: none;
  border-top: 3px solid #be0d23;
  width: 207px;
  left: 0;
  top: 53px;
  list-style: none;
  zoom: 1;
  z-index: 9;
  margin: 0;
  padding: 0 0 0 0;
  background: #222529;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-collapse_ .nav ul li {
  display: block;
  text-align: left;
  padding: 5px 0 5px 0;
  border-top: 1px solid #383b3f;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
}
.nav-collapse_ .nav ul li:first-child {
  border: none;
}
.nav-collapse_ .nav ul li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding-left: 20px;
  color: #a0acb6;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
/*--- header end ------*/
/*------ content ------- */
#content {
  padding-bottom: 30px;
}
/*====================index=====================*/
.block{margin-bottom:20px; height:165px;}
.block a {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.block a > span {
  position: absolute;
  color: #ffffff;
  display: block;
  font-size: 12px;
  top: 67%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c90e26;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 22px;
  padding: 0 0 0 20px;
}
.block a:hover span {
  top: 40%;
}
.block a > span > span {
  display: block;
  padding: 10px 0 0 0;
}
.block a > span > strong {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  display: block;
  position: relative;
}
.magnifier {
  position: relative;
  display: block;
  z-index: 1000;
}
.magnifier:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  background: url(../img/magnifier.png) center center no-repeat;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.magnifier:hover:after {
  opacity: 0.8;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.box {
  margin-bottom: 23px;
}
.box .span2 {
  margin-bottom: 30px;
}
.various {
  position: relative;
}
.various img {
  display: block;
  width: 100%;
  z-index: 1;
}
.various:hover strong {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.various strong {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: url(../img/video-arrow.png) center center no-repeat;
}
/*====================404====================*/
.box-404 {
  padding: 27px 0 0 0;
}
.block-404 {
  padding: 28px 0 0 0;
}
.block-404 p {
  color: #424548;
  font-weight: bold;
  padding-right: 90px;
}
.title-404 {
  font-family: 'Fugaz One', cursive;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 30px;
  display: block;
}
.title-404 span {
  font-size: 30px;
  line-height: 36px;
  display: block;
  color: #d70c24;
}
.title-404 strong {
  font-size: 18px;
  line-height: 24px;
  color: #959595;
  display: block;
}
/***** contact form *****/
.map {
  display: block;
  margin: 0 0 22px 0;
}
.map iframe {
  width: 100%;
  height: 353px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.adress {
  margin-top: 20px;
  font-size: 14px;
}
.adress dd {
  text-align: left;
  margin-left: 0;
}
.adress a {
  display: inline-block;
  font-size: 14px;
  margin-left: 2px;
  color: #d70c24;
}
.adress a:hover {
  text-decoration: underline;
  color: #424548;
}
.adress span {
  display: inline-block;
  width: 80px;
}
.adress strong {
  display: inline-block;
  font-weight: normal;
}
.title1 {
  letter-spacing: 0;
  text-align: left;
  font-size: 14px;
  display: inline-block;
  color: #424548;
  font-weight: bold;
}
#contact-form {
  position: relative;
  vertical-align: top;
  z-index: 1;
  margin: 0;
  padding: 2px 0 0 0;
}
#contact-form fieldset {
  border: none;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
#contact-form fieldset > div {
  overflow: hidden;
}
#contact-form label {
  min-height: 55px;
  position: relative;
  margin: 0;
  overflow: hidden;
  display: block;
  float: left;
  width: 100%;
}
#contact-form .message {
  min-height: 337px;
  display: block;
  width: 100%;
}
#contact-form input,
#contact-form textarea {
  font-family: Arial, Helvetica, sans-serif;
  padding: 9px 13px 10px ;
  margin: 0;
  font-size: 14px;
  display: block;
  line-height: 20px !important;
  color: #78797b;
  background: #f4f4f4;
  outline: none;
  width: 100%;
  border: 1px solid #dadada;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#contact-form input {
  height: 41px;
}
#contact-form textarea {
  width: 100%;
  height: 330px;
  resize: none;
  overflow: auto;
}
#contact-form textarea:focus,
#contact-form input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e5e5e5;
}
#contact-form .area .error {
  float: none;
}
#contact-form .success {
  display: none;
  margin-bottom: 10px;
  color: #d70c24;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 8px;
}
#contact-form .error,
#contact-form .empty {
  color: #f00;
  font-size: 11px;
  line-height: 1.27em;
  display: none;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 2px 4px 6px;
  float: left;
}
.buttons-wrapper {
  position: relative;
  text-align: right;
  padding-top: 23px;
}
.buttons-wrapper a {
  margin-left: 8px;
  cursor: pointer;
}
.buttons-wrapper a:hover {
  text-decoration: none;
}
/*-- end contacts --*/
/*privacy*/
.fleft {
  float: left;
}
.fright {
  float: right;
}
#search {
  margin: 9px 0px 0 0;
  overflow: hidden;
  position: relative;
}
#search input {
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  line-height: 22px;
  display: block;
  margin: 0;
  font-size: 14px;
  padding: 5px 10px 5px;
  height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  color: #78797b;
  font-family: Arial, Helvetica, sans-serif;
  width: 215px;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
#search input:hover {
  outline: none !important;
}
#search a {
  float: left;
  margin: 0 0 0 0;
  background-color: #333539;
  background-image: -moz-linear-gradient(top, #393c40, #292b2e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#393c40), to(#292b2e));
  background-image: -webkit-linear-gradient(top, #393c40, #292b2e);
  background-image: -o-linear-gradient(top, #393c40, #292b2e);
  background-image: linear-gradient(to bottom, #393c40, #292b2e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff393c40', endColorstr='#ff292b2e', GradientType=0);
  font-family: 'Fugaz One', cursive;
  text-transform: uppercase;
  border: none;
  position: relative;
  font-size: 17px;
  line-height: 22px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 8px 5px 8px;
  -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;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  z-index: 1;
}
#search a:hover {
  background-color: #d30c24;
  background-image: -moz-linear-gradient(top, #e20b25, #bd0d23);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e20b25), to(#bd0d23));
  background-image: -webkit-linear-gradient(top, #e20b25, #bd0d23);
  background-image: -o-linear-gradient(top, #e20b25, #bd0d23);
  background-image: linear-gradient(to bottom, #e20b25, #bd0d23);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe20b25', endColorstr='#ffbd0d23', GradientType=0);
}
/* search-404 */
#search-1 {
  padding: 11px 0 0 0;
  overflow: hidden;
  position: relative;
  display: block;
}
#search-1 input {
  font-family: Arial, Helvetica, sans-serif;
  padding: 9px 13px 10px ;
  margin: 0;
  font-size: 14px;
  display: block;
  line-height: 20px !important;
  color: #78797b;
  background: #f4f4f4;
  outline: none;
  width: 78%;
  border: 1px solid #dadada;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#search-1 .btn-1 {
  float: right;
}
#search-1 input {
  height: 42px;
}
#search-1 input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*--- content end ------*/
/*================carousel==============*/
.carousel-div {
  padding: 0 0 3px 0  ;
}
.list_carousel {
  margin: 0 0 0 0;
  width: auto;
  position: relative;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  cursor: auto;
}
.list_carousel li {
  display: inline-block;
  float: left;
  display: block;
  width: 270px;
  margin: 0 10px;
  height: 300px;
}
.list_carousel li img {
  margin-bottom: 10px;
}
.list_carousel.responsive {
  width: auto;
}
#prev2 {
  background: url(../img/prev.png) 0 0 no-repeat;
  display: block;
  width: 13px;
  height: 18px;
  right: 60px;
}
#prev2:hover {
  background-position: 0 bottom;
}
#next2 {
  background: url(../img/next.png) 0 bottom no-repeat;
  width: 13px;
  height: 18px;
  display: block;
  right: 30px;
}
#next2:hover {
  background-position: 0 0;
}
#next2,
#prev2 {
  position: absolute;
  top: -64px;
}
.box-2 .span2 {
  margin: 0 0 20px 20px;
}
/*------ footer ------- */
footer {
  color: #ffffff;
  border-top: 3px solid #d50c25;
  background: url(../img/bg-footer.jpg) 0 0 no-repeat;
  padding: 13px 0 13px 21px;
  position: relative;
}
footer a {
  color: #da1c33;
}
footer a:hover {
  color: #ffffff;
}
/*----------- Back to top --------------*/
.top {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: url(../img/top.png) right 0 no-repeat;
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 999;
}
.top:hover {
  background-position: 0 0;
}
/*--- footer end ------*//*----- media queries ------*/
@media (min-width: 1300px) {
  .div-main {
    background: #fff;
    padding: 30px 0 15px 0;
    max-width: 1230px;
    margin: 0 auto;
  }
  .img-indent em {
    display: inline-block;
  }
  .list_carousel li {
    margin: 0 15px;
    height: 310px;
  }
  .img-indent-1 .extra-wrap {
    overflow: hidden;
  }
  #search-1 input {
    width: 83%;
  }
  .various {
    display: inline-block;
  }
  .nav-collapse_ {
    margin: 27px 0 0 0;
  }
  .img-indent img {
    margin: 0 22px 0 0;
    float: left;
  }
  .block a > span {
    font-size: 14px;
  }
  .block a > span > strong {
    font-size: 20px;
  }
  .box-2 .span2 {
    margin: 0 0 25px 30px;
  }
}
@media (max-width: 1299px) {
  .block a > span {
    font-size: 12px;
  }
  .block a > span > strong {
    font-size: 14px;
  }
  .img-indent-1 .extra-wrap {
    overflow: visible;
  }
  .img-indent-3 em {
    display: block;
  }
  .various {
    display: inline-block;
  }
}
@media (max-width: 1199px) {
  
}
@media (min-width: 980px) and (max-width: 1199px) {
  
}
@media (max-width: 979px) {
  .block a > span > span {
    padding: 8px 0 0 0;
  }
  .block a > span {
    font-size: 10px;
    line-height: 14px;
  }
  .block a > span > strong {
    font-size: 12px;
  }
  #search-1 input {
    width: 100%;
    margin-bottom: 8px;
  }
  #search-1 .btn-1 {
    float: right;
  }
  .block-404 p {
    padding-right: 10px;
  }
  .navbar_ .collapse {
    overflow: visible;
  }
  .box-1 .span4 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-collapse_ {
    height: auto !important;
  }
  .img-indent-2 .extra-wrap {
    overflow: visible;
  }
  .img-indent-1 img {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
	
  .js .selectnav {display: block;}

  body {
    padding: 0;
    margin: 0;
  }
  .container {
    padding: 0 20px;
  }
  .fleft {
    float: left !important;
  }
  .fright {
    float: right !important;
  }
  .nav-collapse_ {
    height: auto !important;
    padding: 0 30px;
  }
  .nav-collapse_ .nav {
    display: none;
  }
  .sf-menu {
    display: none !important;
  }
  .navbar_ {
    float: none;
  }
  .select-menu {
    display: block !important;
    background: #35383b;
    border: 1px solid #030303;
    width: 100%;
    color: #ffffff;
    margin-bottom: 2px;
    cursor: pointer;
  }
  .select-menu option {
    padding-bottom: 4px;
  }
  .block {
    float: left;
    width: 44%;
    margin: 0 20px 20px 0;
  }
  .block img {
    width: 100%;
  }
  .block a > span {
    font-size: 14px;
    line-height: 20px;
  }
  .block a > span > strong {
    font-size: 16px;
  }
  .img-indent img {
    margin: 0 22px 10px 0;
    display: block;
    float: left;
  }
  .img-indent .extra-wrap {
    overflow: hidden;
    padding: 0 0 0 0;
  }
  .box {
    margin-bottom: 0;
  }
  .box .span2 {
    float: left;
    width: 42%;
    margin-right: 20px;
  }
  .box .span2 img {
    width: 100%;
  }
  .pull-right {
    float: left;
  }
  .pull-left {
    float: right;
  }
  #search-1 .btn-1 {
    float: right;
  }
  .box-404 img {
    width: 100%;
  }
  .top {
    display: none;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  .box-2 .span2 {
    float: left;
    width: 22%;
    margin-right: 15px;
  }
}
@media (max-width: 626px) {
  .nav-collapse_ {
    padding: 0 20px;
  }
  .container {
    padding: 0 10px;
  }
  .search-login {
    float: none;
    margin: 15px 0 0 0;
    padding-right: 20px;
  }
  .social > a {
    margin: 15px 0 0 0;
  }
  .navbar_ .brand {
    float: none;
    display: block;
    text-align: left;
  }
  #search {
    margin: 20px 0 0 20px;
  }
  #search input {
    width: 100%;
    display: block;
    float: none;
  }
  #search a {
    margin: 8px 0 0 0;
    float: right;
  }
  .social {
    padding: 0 0 0 20px;
  }
  .img-indent-1 img {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .img-indent-2 .extra-wrap {
    overflow: visible;
  }
  .box-2 .span2 {
    float: left;
    width: 42%;
    margin-right: 20px;
  }
  .box-2 .span2 a {
    width: 100%;
  }
}
@media (min-width: 482px) and (max-width: 625px) {
  
}
@media (max-width: 481px) {
  .block {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
	height:auto;
  }
  .block a > span {
    font-size: 14px;
    line-height: 22px;
  }
  .block a > span > strong {
    font-size: 20px;
  }
  .social span {
    float: none;
    display: block;
    margin: 10px 0 0 0;
  }
  .social span a {
    margin: 0 6px 0 0;
  }
  #search {
    margin: 10px 0 0 20px;
  }
  #search input {
    display: block;
    float: none;
    width: 100%;
  }
  #search a {
    float: right;
    margin: 8px 0 0 0;
  }
  footer span {
    display: block;
  }
  .img-indent-2 img {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 320px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  .img-indent-3 {
    margin-bottom: 10px;
  }
  .img-indent-3 img {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .box-2 .span2 {
    float: none;
    margin: 0;
    width: 100%;
  }
  .box-2 .span2 img {
    width: 100%;
  }
  .select-menu {
    display: block !important;
    background: #35383b;
    border: 1px solid #030303;
    width: 100%;
    color: #ffffff;
    margin-bottom: 2px;
    cursor: pointer;
  }
}
/*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;
}
