a[href^="tel:"] {  color: inherit;
  text-decoration: none;}
/*------ template stylization ------*/
a {outline: none;}
/* headings, text */

.DeVinneBT-Text { 
	font-family: DeVinneBT-Text;
	font-weight: normal;
	font-style: normal;}

h2,
h3,
h4,
h5,

h1, h2, h3, h4, h5, h7, h9, li { 
	font-family: DeVinneBT-Text; 
	font-weight: normal; 
	font-style: normal; 
}

h2 {font-size: 36px;
color: #bdab9a;
    margin: 47px 0 26px 0;}
h6 {line-height: 1.2em;
	text-transform: uppercase;
}
h5 {color: #bdab9a;
	font-size: 24px;
	margin: 0;
}
h7 {font-size: 20px}

h9 {font-size: 18px;
	color: bdab9a;
	margin: 47px 0 0px 0;
}
regular {font-family:Verdana, Arial, Helvetica, sans-serif;
color: ffffff}
p {margin-bottom: 24px;}
.lead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #bdab9a;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0;
	font-weight: normal;
}
a.lead {color: #bdab9a;}
a.lead:hover {color: #fff;}
.text-info {font-family:Arial, Helvetica, sans-serif;
	color: #bdab9a;}
a.text-info:hover {color: #fff;}
.link {
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.link:hover {
  color: #cacaca;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
figure {
  margin: 0;
}
figure.img-polaroid {
  display: inline-block;
}
.img-polaroid a {
  display: block;
}
.img-polaroid {
  padding: 0;
  border: 4px solid #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-polaroid img {
  max-width: inherit;
  width: 100%;
}
.time {
	font-family:Verdana, Arial, Helvetica, sans-serif:
	display: block;
  margin-top: -5px;
}
/*touch-touch*/
.magnifier {
  position: relative;
  display: block;
}
.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;
}
/**/
.top-0 {
  margin-top: 0 !important;
}
.bot-0 {
  margin-bottom: 0 !important;
}
.left-0 {
  margin-left: 0 !important;
}
.last {
  margin-right: 0 !important;
}
.center {
  text-align: center;
}
.indent-1 {
  margin: 47px 0 26px 0;
}
.img-indent {
  margin: 0px 30px 0px 0;
  float: left;
}
.img-indent-1 {
  margin: 0px 30px 0px 0;
  float: left;
}
.extra-wrap {
  overflow: hidden;
}
.list {
  margin: 0;
  list-style: none;
}
.list li {
  margin: 1px 0 0px 0;
  padding-left: 14px;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
  background: url(../img/marker.gif) 0 10px no-repeat;
}
.list li:first-child {
  margin-top: 0;
}
.list li a {
  color: #868686;
}
.list li a:hover {
  color: #fff;
}
/* buttons*/
.btn {
  display: inline-block;
  background-color: #909090;
  background-image: -moz-linear-gradient(top, #b1b1b1, #5f5f5f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1b1b1), to(#5f5f5f));
  background-image: -webkit-linear-gradient(top, #b1b1b1, #5f5f5f);
  background-image: -o-linear-gradient(top, #b1b1b1, #5f5f5f);
  background-image: linear-gradient(to bottom, #b1b1b1, #5f5f5f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1b1b1', endColorstr='#ff5f5f5f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  line-height: 16px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding: 12px 20px 13px 20px;
  margin-top: 24px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn-large {
  padding: 18px 22px 17px 22px;
}
.btn:hover {
  background: #fa713b;
  background-color: #a6a6a6;
  background-image: -moz-linear-gradient(top, #c1c0c0, #7e7e7e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c1c0c0), to(#7e7e7e));
  background-image: -webkit-linear-gradient(top, #c1c0c0, #7e7e7e);
  background-image: -o-linear-gradient(top, #c1c0c0, #7e7e7e);
  background-image: linear-gradient(to bottom, #c1c0c0, #7e7e7e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc1c0c0', endColorstr='#ff7e7e7e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/*------ header ------- */
header {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: left;
  background: url(../img/header.jpg) 0 0 repeat-x;
}
.bg-shadow {
  background: url(../img/bg-shadow.jpg) center 0 no-repeat;
  padding: 41px 0 0px 0;
}
.bg-header {
  background: url(../img/bg-header.gif) 0 0 repeat;
}
/*brand*/
header h1.brand {
  position: relative;
  z-index: 9999;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
header h1.brand a {
  display: inline-block;
  text-decoration: none;
}
header h1.brand a img {
  width: auto;
}
header h1.brand a span {
  font-size: 0;
  line-height: 0;
  text-indent: -999px;
  display: block;
}
/* navbar */
.select-menu {
  display: none !important;
}
.navbar_ {
  margin: 0;
  float: right;
}
.navbar_ .navbar-inner {
  position: relative;
  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;
}
/*nav*/
.nav-collapse_ {
  margin: 0;
  line-height: 0 !important;
  font-size: 0;
  text-align: center;
}
.nav-collapse_ .nav {
  float: none;
  display: inline-block;
  margin: 0;
  padding-right: 0px;
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
  z-index: 99;
}
.nav-collapse_ .nav > li {
  float: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 49px 35px 0px 35px;
  margin: 0px;
  text-align: center;
  background: url(../img/menu-shadow.png) center 0 no-repeat;
}
.nav-collapse_ .nav > li:first-child {
  margin-left: 0;
}
.nav-collapse_ .nav > li:first-child:after {
  display: none !important;
}
.nav-collapse_ .nav:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.nav-collapse_ .nav > li:after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: -1px;
  width: 1px;
  height: 9px;
  background: url(../img/menu-divider.png) 0 0 no-repeat;
}
.nav-collapse_ .nav li a {
	color: #bdab9a;
	font-size: 18px;
	line-height: 20px;
	text-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.nav-collapse_ .nav > li > a {
  display: inline-block;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -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;
}
.nav-collapse_ .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/menu-marker.gif) 0 0 no-repeat;
  width: 5px;
  height: 3px;
  right: -9px;
  bottom: 6px;
}
.nav-collapse_ .nav > li.sfHover.sub-menu > a:before,
.nav-collapse_ .nav > li.sub-menu.active > a:before,
.nav-collapse_ .nav > li.sub-menu:hover > a:before {
  background: url(../img/menu-marker.gif) right bottom no-repeat;
}
.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 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #a9a9aa;
  background:transparent;
  text-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-collapse_ .nav li ul {
  position: absolute;
  display: none;
  width: 109px;
  list-style: none;
  zoom: 1;
  z-index: 9;
  margin: 0;
  padding: 30px 10px 30px 10px;
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #303030, #191919);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#303030), to(#191919));
  background-image: -webkit-linear-gradient(top, #303030, #191919);
  background-image: -o-linear-gradient(top, #303030, #191919);
  background-image: linear-gradient(to bottom, #303030, #191919);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff303030', endColorstr='#ff191919', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.nav-collapse_ .nav > li > ul:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -6px;
  width: 13px;
  height: 12px;
  background: url(../img/menu-1.png) 0 0 no-repeat;
}
.nav-collapse_ .nav > li > ul {
  left: 50%;
  margin-left: -56px;
  top: 85px;
}
.nav-collapse_ .nav ul li {
  line-height: 15px;
  font-size: 12px;
  display: block;
  text-align: center;
  position: relative;
  margin: 13px 0 0 0;
  padding: 0;
}
.nav-collapse_ .nav ul li:first-child {
  margin-top: 0;
}
.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;
  color: #8e8e8e;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  text-decoration: none;
  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;
}
.nav-collapse_ .nav > li > ul ul {
  left: 130px;
  top: -10px;
  background-color: #101010;
  background-image: -moz-linear-gradient(top, #1b1b1b, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1b1b1b), to(#000000));
  background-image: -webkit-linear-gradient(top, #1b1b1b, #000000);
  background-image: -o-linear-gradient(top, #1b1b1b, #000000);
  background-image: linear-gradient(to bottom, #1b1b1b, #000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1b1b1b', endColorstr='#ff000000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.nav-collapse_ .nav > li > ul ul:after {
  content: "";
  position: absolute;
  top: 12px;
  left: -11px;
  width: 11px;
  height: 13px;
  background: url(../img/menu-2.png) 0 0 no-repeat;
}
.nav-collapse_ .nav li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/menu-marker.gif) right 0 no-repeat;
  width: 5px;
  height: 3px;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}
/* slider */
.slider {
  position: relative;
  z-index: 1;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 25px 8px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 25px 8px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 25px 8px -5px rgba(0, 0, 0, 0.3);
}
.slider .camera_wrap {
  margin-bottom: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 435px;
}
.camera_wrap img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.camera_wrap .camera_pag {
  position: absolute;
  bottom: 0px;
  right: 50%;
  margin-right: -50px;
  z-index: 999;
  font-size: 0;
  line-height: 0;
}
.camera_wrap .camera_pag .camera_pag_ul {
  background: url(../img/ul-pags-bg.jpg) 0 0 repeat-x;
  list-style: none;
  margin: 0;
  padding: 13px 9px 13px 8px;
  position: relative;
  display: inline-block;
}
.camera_wrap .camera_pag .camera_pag_ul:after {
  content: " ";
  position: absolute;
  background: url(../img/ul-pags-left.png) 0 0 no-repeat;
  width: 14px;
  height: 41px;
  left: -14px;
  top: 0;
}
.camera_wrap .camera_pag .camera_pag_ul:before {
  content: " ";
  position: absolute;
  background: url(../img/ul-pags-right.png) 0 0 no-repeat;
  width: 14px;
  height: 41px;
  right: -14px;
  top: 0;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  display: none;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: #bbbbbb;
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  margin-left: 7px;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.camera_wrap .camera_pag .camera_pag_ul li:first-child {
  margin-left: 0;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover {
  background: #1c1c1c;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #1c1c1c;
  cursor: default;
}
.camera_caption {
  display: none;
}
/*--- header end ------*/
/*------ content ------- */
#content {
  padding-bottom: 47px;
}
/*block-1*/
.block-1 {
  border-bottom: #212124 1px solid;
  padding-top: 67px;
  padding-bottom: 47px;
}
.block-1 h2 {
  color: #8e8e8e;
  margin: 0;
  overflow: hidden;
}
.block-1 a {
  float: right;
  margin: 3px 0 0 20px;
}
/*thumbnails*/.thumbnails {
  margin: -24px 0 0 -20px;
}
.thumbnails li {
  float: left;
  margin: 24px 0 0 20px;
}
.thumbnails .thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
.thumbnails .thumbnail .caption {
  padding: 15px 0 0 0;
}
.thumbnails .thumbnail figure {
  display: block;
  width: 100%;
}
/*carousel*/
.list_carousel {
  position: relative;
}
.list_carousel #foo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
}
.list_carousel #foo > li {
  padding: 0;
  overflow: hidden;
  display: block;
  float: left;
  margin: 0 30px 0 0px;
  cursor: default;
  height: auto !important;
}
.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}
.list_carousel .prev,
.list_carousel .next {
  display: inline-block !important;
  width: 42px;
  height: 43px;
  cursor: pointer;
  left: 0;
  right: 0;
  position: relative;
  float: left;
  margin-right: 1px;
}
.list_carousel .prev {
  background: url(../img/prev.jpg) no-repeat 0 0;
}
.list_carousel .next {
  background: url(../img/next.jpg) no-repeat 0 0;
}
.list_carousel .prev:hover,
.list_carousel .next:hover {
  background-position: 0 bottom;
}
.list_carousel #foo > li figure {
  margin-bottom: 10px;
}
.carousel-buttons {
  margin-top: 20px;
  padding: 17px 17px 44px 17px;
  border-top: #202023 1px solid;
  border-left: #1b1b1d 1px solid;
  border-right: #1b1b1d 1px solid;
  border-bottom: #202023 1px solid;
  overflow: hidden;
  background: url(../img/carousel-buttons.png) 0 0 repeat-x;
}
.carousel-buttons a.btn {
  margin-top: 0;
  float: right;
}
/*lists*/
.lists {
  overflow: hidden;
  margin-top: 20px;
}
.lists ul {
  display: inline-block;
  float: left;
  width: 100px;
  margin-left: 20px;
}
.lists ul:first-child {
  margin-left: 0;
}
.display-clearfix {
  display: block;
}
/*carousel-2*/
.list_carousel-2 {
  position: relative;
}
.list_carousel-2 #foo2 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel-2 #foo2 > li {
  padding: 0;
  display: block;
  float: left;
  margin: 0px;
  cursor: default;
}
.list_carousel-2.responsive {
  width: auto;
  margin-left: 0;
}
.list_carousel-2 .prev,
.list_carousel-2 .next {
  display: inline-block;
  width: 42px;
  height: 43px;
  position: absolute;
  top: -70px;
  cursor: pointer;
}
.list_carousel-2 .prev {
  background: url(../img/prev.jpg) no-repeat 0 0;
  right: 43px;
}
.list_carousel-2 .next {
  background: url(../img/next.jpg) no-repeat 0 0;
  right: 0px;
}
.list_carousel-2 .prev:hover,
.list_carousel-2 .next:hover {
  background-position: 0 bottom;
}
.list_carousel-2 #foo2 > li figure {
  margin-bottom: 10px;
  -webkit-box-sizing: border-content;
  -moz-box-sizing: border-content;
  box-sizing: border-content;
}
/*dl-horizontal*/
.dl-horizontal {
  margin: 0;
  padding: 0;
}
.dl-horizontal dt {
  width: 59px;
  margin-right: 20px;
  padding: 0;
  text-align: left;
  float: left;
}
.dl-horizontal dd {
  margin: 0;
  overflow: hidden;
  padding: 0px;
  line-height: 20px;
}
.dl-horizontal dd.clearfix {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 20px 0 0 0;
  width: 100%;
}
/*badge*/
.badge {
  background-color: #909090;
  background-image: -moz-linear-gradient(top, #b1b1b1, #5f5f5f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1b1b1), to(#5f5f5f));
  background-image: -webkit-linear-gradient(top, #b1b1b1, #5f5f5f);
  background-image: -o-linear-gradient(top, #b1b1b1, #5f5f5f);
  background-image: linear-gradient(to bottom, #b1b1b1, #5f5f5f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1b1b1', endColorstr='#ff5f5f5f', GradientType=0);
  border-bottom: #4e4e4e 1px solid;
  border-right: #6d6d6d 1px solid;
  text-shadow: none;
  display: inline-block;
  width: 59px;
  text-align: center;
  padding: 10px 0 10px 0;
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  text-transform: uppercase;
  color: #cacaca;
}
.badge span {
  display: block;
  font-size: 23px;
  line-height: 23px;
  color: #fff;
  font-weight: bold;
}
/*block-2*/
.block-2 {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  border-top: #212124 1px solid;
  padding-top: 49px;
  margin-top: 53px;
}
.block-2 strong {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 45px;
}
.block-2 strong span {
  color: #cacaca;
}
.block-2 a {
  font-weight: normal;
}
/*list-blog*/
.list-blog {
  margin: 0 0 0 0;
}
.list-blog li {
  display: block;
  overflow: hidden;
  margin-top: 24px;
}
.list-blog li:first-child {
  margin-top: 0 !important;
}
.list-blog li .badge {
  margin: 0px 20px 0 0;
  float: left;
}
.list-blog li > div .clearfix {
  padding-top: 8px;
}
.list-blog li h5 {
  margin: -2px 0 5px 0;
}
.list-blog li figure {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}
.list-blog li > div .clearfix > div {
  margin-top: 0px;
}
.list-blog li a.btn {
  margin-top: 10px;
}
/*search-form*/
.search-form {
  width: 100%;
  display: block;
}
.search-form input {
  height: 43px;
  width: 100%;
  padding: 12px 10px 13px 15px;
  line-height: 18px;
  font-size: 12px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  background: #000000;
  color: #868686;
  float: left;
  border: none;
}
.search-form input:focus {
  box-shadow: none;
  border: none;
}
.search-form a {
  margin: 20px 0 0 0px;
  float: right;
}
/*-- contacts page --*/
.map {
  width: 100%;
  margin-bottom: 12px;
  line-height: 0;
  font-size: 0;
}
.map figure {
  width: 100%;
}
.map iframe {
  width: 100%;
  height: 248px;
  border: none;
}
.address strong {
  display: block;
  font-weight: normal;
  margin-bottom: 24px;
}
.address span {
  display: inline-block;
  width: 70px;
}
.contact-form input {
  height: 43px;
  width: 100%;
  padding: 12px 10px 13px 20px !important;
  line-height: 18px !important;
  margin: 0;
  color: #868686;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  background: #000;
  float: left;
}
.contact-form label {
  min-height: 63px;
  position: relative;
  overflow: hidden;
  margin: 0;
  display: block;
  width: 100%;
  float: left;
}
.contact-form br {
  font-size: 0;
  line-height: 0;
  clear: both;
}
.contact-form .error,
.contact-form .empty {
  display: none;
  position: relative;
  font-size: 11px;
  line-height: 14px;
  color: #9d261d;
  float: left;
  margin: 2px 0 4px 10px;
  min-width: 160px;
}
.contact-form .success {
	font-family: DeVinneBT-Text;
	font-size: 14px;
	font-style: normal; 
  
  line-height: 20px;
  display: none;
  padding-bottom: 5px;
}
.contact-form textarea {
  width: 100%;
  height: 243px;
  padding: 12px 0 0 20px;
  border: none;
  margin: 0;
  color: #868686;
  resize: none;
  background: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  float: left;
}
.contact-form label.message {
  display: block;
  width: 100%;
}
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: none !important;
  color: #868686 !important;
  border: none;
}
.contact-form .btn {
  margin: 31px 0 0 20px;
}
/*-- end contacts --*/
/*privacy*/
.float {
  float: left;
}
.float2 {
  float: right;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: relative;
  z-index: 99;
}
footer .span12 {
  border-top: #212124 1px solid;
  padding-top: 55px;
  padding-bottom: 30px;
}
footer .span12 div {
  float: left;
  overflow: hidden;
}
footer .span12 div img {
  float: left;
  margin-right: 10px;
  max-width: inherit;
}
footer .span12 div span {
  display: inline-block;
  overflow: hidden;
  padding-top: 6px;
  color: #4e4e4e;
}
footer .span12 div span a {
  color: #4e4e4e;
}
footer .span12 div span a:hover {
  color: #fff;
}
/*social-icons*/
.social-icons {
  float: right;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  display: inline-block;
}
.social-icons li {
  float: left;
  display: inline-block;
  margin-left: 11px;
  line-height: 0;
}
.social-icons li:first-child {
  margin-left: 0;
}
.social-icons li a {
  width: 51px;
  height: 50px;
  display: block;
}
.social-icons li a.icon-1 {
  background: url(../img/icon-1.png) 0 bottom no-repeat;
}
.social-icons li a.icon-2 {
  background: url(../img/icon-2.png) 0 bottom no-repeat;
}
.social-icons li a.icon-3 {
  background: url(../img/icon-3.png) 0 bottom no-repeat;
}
.social-icons li a.icon-4 {
  background: url(../img/icon-4.png) 0 bottom no-repeat;
}
.social-icons li a:hover {
  background-position: 0 0;
}
/**/
/*--- footer end ------*/
/*404 page*/
.block-404 .span8 {
  text-align: center;
}
.block-404 .span4 {
  padding-top: 78px;
}
.block-404 h2 {
  margin: 0 0 8px 0;
}
.block-404 h2 span {
  font-size: 60px;
  line-height: 60px;
  display: block;
  margin-bottom: 30px;
}
.block-404 p {
  padding-right: 20px;
}
.block-404 .search-form {
  margin-top: 33px;
}
/**/
/*----- media queries ------*/
@media (min-width: 1200px) {
  .nav-collapse_ .nav {
    padding-right: 30px;
  }
  .nav-collapse_ .nav > li {
    padding: 49px 45px 0px 45px;
  }
  .slider .camera_wrap {
    height: 542px;
  }
  .form-404 input {
    width: 268px;
  }
  .form-404 a {
    float: left;
    margin: 0 0 0 0px;
  }
  .display-clearfix {
    display: none;
  }
  .thumbnails {
    margin: -24px 0 0 -30px;
  }
  .thumbnails li {
    margin: 24px 0 0 30px;
  }
  .search-form input {
    width: 256px;
  }
  .search-form a {
    margin: 0px 0 0 0px;
    width: 113px;
    padding-left: 0;
    padding-right: 0;
    float: right;
  }
  .contact-form input {
    width: 255px;
  }
  .contact-form label {
    display: inline-block;
    float: left;
    width: inherit;
  }
  .right-1 {
    padding-right: 100px;
  }
}
@media (max-width: 1199px) {
  
}
@media (min-width: 980px) and (max-width: 1199px) {
  
}
@media (max-width: 979px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  header h1.brand a img {
    width: 300px;
  }
  /* navbar */
  .navbar_ {
    margin: 0;
    padding: 0;
    float: right;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    overflow: visible;
    height: auto;
    line-height: 0;
    clear: none;
  }
  .nav-collapse_ .nav > li a {
    font-weight: normal;
  }
  .nav-collapse_ .nav > li {
    padding: 33px 23px 0px;
  }
  /**/
  .slider .camera_wrap {
    height: 335px;
  }
  .list_carousel-2 .prev,
  .list_carousel-2 .next {
    top: auto;
    bottom: -60px;
  }
  .list-blog li figure {
    width: 50%;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
    margin: 0;
  }
  .container {
    padding: 0 20px;
  }
  header h1.brand a img {
    width: 100%;
  }
  /* navbar */
  .select-menu {
    display: none !important;
  }
  .navbar_ {
    float: none;
  }
  .select-menu {
    display: block !important;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none !important;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .navbar_ .nav-collapse {
    overflow: visible;
  }
  .navbar_ .nav-collapse {
    height: auto;
    padding: 15px 15px 15px 15px;
  }
  .navbar_ .nav-collapse select {
    width: 100%;
    position: relative;
    margin: 0;
    background: #cfcfcf;
    border: #000 1px solid;
  }
  /**/
  .slider .camera_wrap {
    min-height: inherit;
  }
  /**/
  .block-1 {
    position: relative;
    padding-bottom: 120px;
  }
  .block-1 a {
    float: none;
    position: absolute;
    bottom: 40px;
    margin: 0;
  }
  .block-2 strong {
    font-size: 30px;
    line-height: 30px;
  }
  /**/
  .float {
    float: none !important;
  }
  .float2 {
    float: none !important;
  }
  .social-icons {
    float: none;
  }
  footer .span12 div {
    float: none;
  }
  .thumbnails li {
    float: left;
    margin: 24px 0 0 20px;
  }
  .thumbnails li figure {
    display: block;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  .thumbnails li {
    width: 45%;
  }
  .list-blog li figure {
    width: 50%;
  }
}
@media (max-width: 625px) {
  footer .span12 div span {
    float: none;
    display: block;
  }
  footer .span12 div img {
    float: none;
  }
}
@media (min-width: 482px) and (max-width: 625px) {
  .thumbnails li {
    width: 43%;
  }
  .list-blog li figure {
    width: 50%;
  }
}
@media (max-width: 481px) {
  .carousel-buttons a.btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .img-indent-1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .lists ul {
    float: none;
    display: block;
    margin-left: 0;
  }
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails li {
    float: none;
    margin: 24px 0 0 0px;
  }
  .list-blog li figure {
    display: block;
    float: none;
    margin: 0 0 20px 0;
  }
  .list-blog .extra-wrap {
    overflow: visible;
  }
}
@media (min-width: 321px) and (max-width: 481px) {
  
}
@media (max-width: 380px) {
  .list_carousel-2 {
    padding-bottom: 40px;
  }
  .list_carousel-2 .prev,
  .list_carousel-2 .next {
    top: auto !important;
    bottom: -40px !important;
  }
}
@media (max-width: 320px) {
  .list_carousel #foo > li {
    margin: 0px;
  }
}
/*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: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
