@import url(//fonts.googleapis.com/css?family=Ubuntu:400,400italic,700,700italic);
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
/*------ template stylization ------*/body {
  background: #303030;
}
.content ul {
  list-style-type: none;
}
a {
  outline: none;
}
/* headings, text */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Times New Roman", Times, serif;
  color: #474747;
  font-weight: bold;
  line-height: 1em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
h2 {
  font-size: 30px;
  color: #303030;
  font-weight: normal;
  margin: 50px 0 20px 0;
}
h3 {
  font-size: 24px;
  margin: 57px 0 26px 0;
  letter-spacing: -1px;
}
h4 {
  font-size: 21px;
  color: #292929;
  margin: 30px 0 20px 0;
}
h5 {
  font-size: 14px;
  margin: 43px 0 30px 0;
}
p {
  margin-bottom: 18px;
  font-size:12.5px;
}

.block-1 span p{
font-size:20px;
color:#1f2d5e;
}
.lead {
  font-family: 'Ubuntu', sans-serif;
  font-size: 25px;
  line-height: 40px;
  color: #f95355;
}
p.lead {
  margin-bottom: 12px;
}
p.lead a {
  color: #f95355;
  text-decoration: none;
}
p.lead a:hover,
a.lead:hover {
  color: #3f3f3f;
  text-decoration: none;
}
.text-info {
  color: #d50600;
  text-transform: uppercase;
}
p.text-info {
  margin-bottom: 5px;
}
a.text-info:hover {
  color: #474747;
}
.text-info2 {
  color: #424141;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
a.text-info2 {
  color: #424141;
}
a.text-info2:hover {
  color: #64b0e1;
}
figure.img-polaroid {
  display: inline-block;
  margin: 0;
}
.img-polaroid a {
  display: block;
}
.img-polaroid {
  padding: 10px;
  background-color: #fff;
  border: #eaeaea 1px solid;
  -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%;
}
/*touch-touch*/
.magnifier {
  position: relative;
  display: block;
}
.magnifier:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  opacity: 0;
  right: 4px;
  bottom: 4px;
  background: url(../img/img-hover.gif) right 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;
}
/**/
.list {
  margin: 0;
  list-style: none;
}
.list li {
  margin: 8px 0 0 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  background: url(../img/marker.png) 0 4px no-repeat;
  padding-left: 15px;
}
.list li:first-child {
  margin-top: 0;
  border: none;
}
.list li a {
  color: #d50600;
  text-decoration: none;
}
.list li a:hover {
  color: #474747;
  text-decoration: none;
}
.list2 {
  margin: 0;
  list-style: none;
}
.list2 li {
  margin: 16px 0 0 0;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: url(../img/marker2.gif) 0 4px no-repeat;
  padding-left: 10px;
}
.list2 li:first-child {
  margin-top: 0;
  border: none;
}
.list2 li a {
  color: #999898;
  text-decoration: none;
}
.list2 li a:hover,
.list2 li.current a {
  color: #fff;
  text-decoration: underline;
}
/**/
.top-0 {
  margin-top: 0 !important;
}
.top-1 {
  padding-top: 4px !important;
}
.bot-0 {
  padding-bottom: 0 !important;
}
.bot-1 {
  padding-bottom: 2px !important;
}
.bot-2 {
  padding-bottom: 63px !important;
}
.left-0 {
  margin-left: 0 !important;
}
.last {
  margin-right: 0 !important;
}
.center {
  text-align: center;
}
.indent-1 {
  margin: 42px 0 23px 0;
}
.indent-2 {
  margin: 30px 0 28px 0;
  color:#db2121;
}
.img-indent img {
  float: left;
  margin-right: 30px;
}
.clear {
  clear: both;
}
.extra-wrap {
  overflow: hidden;
}
/* buttons*/
/* buttons*/
a.btn {
  display: inline-block;
  background: url(../img/btn.png) 0 bottom repeat-x;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  line-height: 1em;
  color: #4a4f55;
  font-weight: normal;
  text-shadow: none;
  border: none;
  text-decoration: none;
  padding: 14px 46px 15px 46px;
  margin: 15px 0 0 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  font-family: 'Ubuntu', sans-serif;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
a.btn:hover,
a.btn:focus,
a.btn:active {
  color: #4a4f55;
  background: url(../img/btn.png) 0 0 repeat-x;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  outline: none;
}
.link {
  color: #474747;
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
  display: inline-block;
  margin-top: 20px;
}
.link:hover {
  color: #d00400;
}
/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background: url(../img/totop.png) 0 0 no-repeat;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 38px;
  z-index: 999;
}
#toTop:hover {
  background-position: 0 bottom;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*------ header ------- */
header {
  padding: 13px 0 13px 0;
  background: #fff;
}
.header-block {
  line-height: 0;
  font-size: 0;
}
/*brand*/
#brand {
  display: inline-block;
  margin: 0px 0 0px 0;
  padding: 0;
  overflow: hidden;
  font-size: 0px;
  line-height: 0;
  position: relative;
  z-index: 9;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  text-shadow: none;
}
#brand a {
  display: inline-block;
  font-size: 48px;
  line-height: 1em;
  color: #2f2f2f;
  text-transform: uppercase;
  overflow: hidden;
}
#brand a strong {
  display: inline-block;
  font-size: 11px;
  line-height: 1em;
  float: left;
  color: #b2b3b3;
  margin: 30px 0 0 8px;
  font-weight: normal;
}
#brand a span {
  display: inline-block;
  font-weight: bold;
  float: left;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: -2px;
  padding-right: 10px;
  background: url(../img/brand-border.jpg) right 6px no-repeat;
}
/* navbar */
.select-menu {
  display: none !important;
}
.navbar_ {
  margin: 0;
  float: right;
  display: inline-block;
}
.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;
  float: left;
}
/*nav*/
.nav-collapse_ {
  margin: 30px 13px 0 0;
  line-height: 0 !important;
  font-size: 0;
  text-align: right;
}
.nav-collapse_ .nav {
  float: none;
  display: inline-block;
  margin: 0;
}
.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;
  font-size: 14px;
  line-height: 1em;
  margin: 0 0 0 8px;
}
.nav-collapse_ .nav > li:first-child {
  margin: 0;
}
.nav-collapse_ .nav li a {
  color: #303336;
  font-size: 12px;
  line-height: 1em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-shadow: none;
  text-decoration: none;
  display: inline;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.nav-collapse_ .nav > li > a {
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  font-size: 14px;
  line-height: 1em;
  color: #303336;
  font-weight: normal;
  position: relative;
  display: block;
  padding: 7px 16px 7px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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: 7px;
  height: 4px;
  left: 50%;
  bottom: 3px;
  margin-left: -3px;
}
.nav-collapse_ .nav > li.sfHover.sub-menu > a:before,
.nav-collapse_ .nav > li.sub-menu.active > a:before,
.nav-collapse_ .nav > li.sub-menu.current > a:before,
.nav-collapse_ .nav > li.sub-menu:hover > a:before {
  background: url(../img/menu-marker.gif) 0 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,
.nav-collapse_ .nav > li.current > a,
.nav-collapse_ .nav > li.current > a:hover {
  background: #f02200;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  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: 126px;
  padding: 32px 10px 32px 17px;
  list-style: none;
  zoom: 1;
  z-index: 9;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.nav-collapse_ .nav > li > ul {
  left: -25px;
  top: 34px;
  background: #303030;
}
.nav-collapse_ .nav ul li {
  display: block;
  text-align: left;
  position: relative;
  margin: 22px 0 0 0;
  font-size: 12px;
  line-height: 1em;
  padding: 0;
}
.nav-collapse_ .nav ul li:first-child {
  border-top: none;
  margin: 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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline;
  text-align: left;
  color: #8e8e8e;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  text-decoration: none;
  color: #fff;
  -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;
  background: none;
}
.nav-collapse_ .nav > li > ul ul {
  left: 110px;
  top: -32px;
  background: #d50600;
}
.nav-collapse_ .nav li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/menu-marker.gif) 0 bottom no-repeat;
  width: 7px;
  height: 4px;
  right: 5px;
  top: 50%;
  margin-top: -2px;
}
.nav-collapse_ .nav > li > ul ul li a {
  color: #000;
}
.nav-collapse_ .nav > li > ul ul li a:hover {
  color: #fff;
}
/*--- header end ------*/
.slider-bg {
  background-color: #5887d0;
  background-image: -moz-linear-gradient(top, #5381cc, #608fd5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5381cc), to(#608fd5));
  background-image: -webkit-linear-gradient(top, #5381cc, #608fd5);
  background-image: -o-linear-gradient(top, #5381cc, #608fd5);
  background-image: linear-gradient(to bottom, #5381cc, #608fd5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5381cc', endColorstr='#ff608fd5', GradientType=0);
  padding: 24px 0 23px 0;
}
/* slider */
.slider {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.slider .camera_wrap {
  margin-bottom: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  float: none;
  min-height: 200px;
}
.slider .camera_wrap img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.camera_wrap .camera_pag {
  display: inline-block;
  margin-top: 0px;
  position: absolute;
  bottom: 12px;
  right: 50%;
  margin-right: -24px;
}
.camera_wrap .camera_pag ul {
  overflow: hidden;
}
.camera_wrap .camera_pag ul li {
  display: inline-block;
  margin: 0;
  float: left;
  text-align: center;
  width: 14px;
  margin-left: 4px;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.camera_wrap .camera_pag ul li:first-child {
  margin: 0;
}
.camera_wrap .camera_pag ul li > span {
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  text-indent: -999px;
  cursor: pointer;
}
.camera_wrap .camera_pag ul li > span:hover,
.camera_wrap .camera_pag ul li.cameracurrent span {
  background: #eb1800;
  width: 12px;
  height: 12px;
  margin-top: 1px;
}
/*------ content ------- */
.content {
  padding-bottom: 118px;
  background: #f9f9f9 url(../img/content-shadow.jpg) 0 0 repeat-x;
}
.bg-grey {
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #dddddd, #f0f0f0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #dddddd, #f0f0f0);
  background-image: -o-linear-gradient(top, #dddddd, #f0f0f0);
  background-image: linear-gradient(to bottom, #dddddd, #f0f0f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#fff0f0f0', GradientType=0);
  border-top: #e1e1e1 10px solid;
  border-bottom: #fff 1px solid;
  position: relative;
  padding: 39px 0 2px 0;
}
.bg-grey:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #dcdcdc;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}
.bg-grey2 {
  background: url(../img/bg-gray2.jpg) 0 0 repeat-x #f2f2f2;
  padding: 0px 0 13px 0;
  border-bottom: #eeeeee 1px solid;
}
.block-1 {
  padding: 20px 0 10px 0;
  text-align: center;
}
.block-1 h2 {
  margin: 0 0 5px 0;
  color: #db2121 ;
  font-size:28px;
  font-weight:bold;
}
.block-1 span {
  line-height: 1em;
  color: #666565;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  color:#a29c9c;
  line-height: 24px;
}
.block-2 {
  margin-top: -39px;
}
.block-2 li {
  margin-top: 39px;
  font-size: 13px;
  padding-bottom: 36px;
}
.block-2 h4 {
  margin: 0 0 2px 0;
}
.block-2 li:hover h4 {
  color: #db0900;
}
.block-2 img {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  float: left;
  margin-right: 13px;
}
.block-2 .wrap {
  padding-top: 15px;
  overflow: hidden;
}
.block-2 .link {
  margin-top: 6px;
}
.block-3 {
  padding-bottom: 23px;
}
.block-3-box {
  border: #eaeaea 1px solid;
  padding: 10px;
  background: #fff;
  margin-bottom: 20px;
}
.block-3-box .caption {
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #efefef, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efefef), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #efefef, #e6e6e6);
  background-image: -o-linear-gradient(top, #efefef, #e6e6e6);
  background-image: linear-gradient(to bottom, #efefef, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef', endColorstr='#ffe6e6e6', GradientType=0);
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  padding: 19px 10px 12px 13px;
}
.block-3-box img {
  width: 100%;
}
/*carousel*/
.list_carousel {
  position: relative;
  display: block;
  padding-bottom: 40px;
}
.list_carousel #foo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  cursor: default;
}
.list_carousel #foo > li {
  padding: 0;
  display: inline-block;
  overflow: hidden;
  position: relative;
  float: left;
  text-align: left;
  cursor: default;
  margin-right: 30px !important;
}
.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}
.list_carousel #foo > li > div {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.list_carousel .prev,
.list_carousel .next {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  line-height: 0;
  font-size: 0;
  width: 58px;
  text-align: center;
}
.list_carousel .prev {
  padding: 13px 0 12px 0;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  right: 62px;
}
.list_carousel .next {
  padding: 13px 0 12px 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  right: 0px;
}
.list_carousel .prev span {
  display: inline-block;
  background: url(../img/prev.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
}
.list_carousel .next span {
  display: inline-block;
  background: url(../img/next.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
}
.list_carousel .prev:hover span {
  background-position: 0 bottom;
}
.list_carousel .next:hover span {
  background-position: 0 bottom;
}
.list_carousel .badge {
  background: #fff;
  width: 68px;
  height: 68px;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  float: left;
  margin-right: 30px;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 1em;
  color: #608fd5;
  font-weight: bold;
}
.list_carousel .badge span {
  display: block;
  font-size: 14px;
  line-height: 1em;
  margin-top: -2px;
  color: #535353;
  text-transform: uppercase;
}
.list_carousel .wrap {
  overflow: hidden;
}
.list_carousel p.text-info2 {
  border-bottom: #c7c7c7 1px solid;
  padding-bottom: 15px;
  margin-bottom: 21px;
}
.list_carousel #foo > li:hover .badge {
  color: #d50600;
}
.block-4 h5 {
  margin-top: 30px;
  margin-bottom: 0;
}
.list-logo {
  margin-top: 28px;
}
/* thumbnails */
.thumbnails {
  margin-top: -30px;
}
.thumbnails .thumbnail {
  letter-spacing: 0;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: #e1e1e1 1px solid;
  margin: 27px 0 0px 27px;
  padding: 15px 15px 13px 15px;
  width: 180px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thumbnails .thumbnail img {
  margin: 0px 0 10px 0;
  width: 100%;
}
/* thumbnails-2 */
.thumbnails-2 {
  margin-top: -30px;
}
.thumbnails-2 .thumbnail {
  letter-spacing: 0;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: #eaeaea 1px solid;
  margin-top: 29px;
  padding: 15px 15px 18px 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thumbnails-2 .thumbnail img {
  margin: 0px 0 15px 0;
  width: 100%;
}
/*list-advantages*/
.list-advantages {
  margin: 0;
  list-style-type: none;
}
.list-advantages li {
  margin-top: 30px;
  overflow: hidden;
}
.list-advantages li:first-child {
  margin-top: 0px;
}
.list-advantages li > div {
  overflow: hidden;
}
.list-advantages .badge {
  background: #f02200;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  font-family: "Times New Roman", Times, serif;
  font-size: 44px;
  font-weight: bold;
  height: 62px;
  line-height: 62px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 63px;
  margin: 0px 20px 0 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*list-testimonials*/
.list-testimonials {
  margin: 0;
}
.list-testimonials li {
  margin-top: 27px;
  letter-spacing: 0;
}
.list-testimonials li:first-child {
  margin-top: 0px;
}
.list-testimonials li blockquote {
  background: url(../img/commas.png) 17px 16px no-repeat #ffffff;
  padding: 23px 20px 24px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  margin: 0 0 18px 0;
  position: relative;
  display: block;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.list-testimonials li blockquote em {
  content: " ";
  width: 34px;
  height: 21px;
  background: url(../img/corner.png) 0px 0px no-repeat;
  position: absolute;
  bottom: -21px;
  left: 63px;
  display: block;
}
.list-testimonials li blockquote::before,
.list-testimonials li blockquote::after {
  display: none;
}
.list-testimonials li a {
  float: right;
  display: inline-block;
}
/*list-blog*/
.list-blog {
  margin: 0px 0 0 0;
}
.list-blog li {
  display: block;
  margin-top: 29px;
}
.list-blog li:first-child {
  margin-top: 0px;
}
.list-blog li figure {
  float: left;
  margin-right: 20px;
}
/*-- contacts page --*/
.map {
  margin: 0 0 0px 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map iframe {
  width: 100%;
  height: 545px;
  border: none;
}
.address {
  display: block;
  margin: 0;
}
.address strong {
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}
.address span {
  width: 85px;
  display: inline-block;
}
/***** contact form *****/
.contact-form {
  position: relative;
  vertical-align: top;
  z-index: 1;
  margin: 0;
}
.contact-form .txt-form {
  display: none;
}
.contact-form .coll-1,
.contact-form .coll-2,
.contact-form .coll-3 {
  float: left;
  width: 190px;
}
.contact-form .coll-1,
.contact-form .coll-2 {
  margin-right: 25px;
}
.contact-form fieldset {
  border: none;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 10;
}
.contact-form label {
  display: block;
  min-height: 71px;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.contact-form .message {
  display: block;
  width: 100%;
}
.contact-form input,
.contact-form textarea {
  font-family: 'Ubuntu', sans-serif;
  padding: 12px 10px 12px 15px;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #7d7d7d;
  background: #fff;
  outline: none;
  width: 100%;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: left;
  -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;
}
.contact-form input {
  height: 44px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #e1e1e1 !important;
  color: #7d7d7d !important;
}
.contact-form .area .error {
  float: none;
}
.contact-form textarea {
  width: 100%;
  height: 277px;
  resize: none;
  overflow: auto;
}
.contact-form .success {
  border: 1px solid #e1e1e1;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 18px;
  background: #fff;
  padding: 14px 0px;
  text-transform: none;
  text-align: center;
  z-index: 20;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form .error,
.contact-form .empty {
  color: #f00;
  font-size: 10px;
  line-height: 1.2em;
  display: none;
  overflow: hidden;
  padding: 0px 4px 0px 0;
  text-transform: none;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.contact-form .message .error,
.contact-form .message .empty {
  bottom: -20px;
}
.contact-form .buttons-wrapper {
  position: relative;
  padding-top: 25px;
}
.contact-form .buttons-wrapper a {
  margin-right: 20px;
  margin-top: 0px;
  float: left;
  cursor: pointer;
}
.contact-form .buttons-wrapper span {
  display: inline-block;
  padding-top: 10px;
}
/*-- end contacts --*/
/*privacy*/
.float {
  float: left;
}
.float2 {
  float: right;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  padding-top: 0px;
  padding-bottom: 30px;
  color: #999898;
  font-family: Arial, Helvetica, sans-serif;
}
footer h5 {
  color: #fff;
}

.footer-link a:hover{color:#fff;}

a:hover.footer-link{color:#fff;}
.addr-home {
  background: url(../img/home.png) 0 0 no-repeat;
  padding-left: 32px;
  margin-top: 45px;
}
.addr-phone {
  background: url(../img/phone.png) 0 0 no-repeat;
  padding-left: 32px;
  margin-bottom: 0;
  background-size:20px 20px;
}

.addr-email{
 background: url(../img/email-256.png) 0 0 no-repeat;
  padding-left: 32px;
  margin-top: 35px;
  margin-bottom: 0;
  background-size:20px 20px;
}

.addr-email a:hover{color:#fff;}

.addr h5 {
  margin: 20px 0 2px 0;
}
.addr span {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
}
.addr span em {
  font-style: normal;
  color: #35292e;
}
.addr span a {
  color: #e10d00;
}
.addr span a:hover {
  color: #fff;
}
.social-icons {
  margin: 25px 0 0 0;
  display: inline-block;
  overflow: hidden;
}
.social-icons li {
  display: inline-block;
  float: left;
  margin-left: 4px;
  line-height: 0;
  font-size: 0;
}
.social-icons li:first-child {
  margin-left: 0;
}
.social-icons li a {
  display: block;
}
.social-icons li a:hover img {
  opacity: 0.7;
}
/*--- footer end ------*/
/*404 page*/
.block-404 .span8 {
  padding-top: 18px;
}
.block-404 .span4 {
  padding-top: 118px;
}
.block-404 .upper {
  text-transform: uppercase;
}
.block-404 h3 {
  margin: 0 0 20px 0;
  line-height: 30px;
}
.form-404 {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 23px 0 0 0 ;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-404 input {
  font-family: 'Ubuntu', sans-serif;
  padding: 11px 120px 12px 15px;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #7d7d7d;
  background: #fff;
  outline: none;
  width: 90%;
  height: 43px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: left;
  -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;
}
.form-404 input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: #eaeaea 1px solid;
}
.form-404 a {
  margin: 0px 0 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
/*mods by developer*/
.mjs-widget-content {
      height: 100%;
      overflow-x: hidden;
      overflow-y: hidden;
      position: relative;
  }
#mjs-widget_66 .mjs-widget-content .mjs-button-text div {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.3;
    margin-top: -1.5px;
    text-align: center;
}

.mjs-widget-buttonSlot .mjs-button-align {
    height: 100%;
    width: 100%;

}
#mjs-widget_66 .mjs-widget-content {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/images/1pg-icon8.png");
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 22px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    width: 150px;
}
#mjs-widget_62 .mjs-widget-content {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 22px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    width: 130px;
}


.mjs-widget-buttonSlot {
    display: block;
}
.mjs-widget, .mjs-object, .mjs-module, .mjs-slot {
    overflow-x: hidden;
    overflow-y: hidden;
}

#mjs-widget_62 .mjs-widget-content .mjs-button-text div {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.3;
    margin-top: -1.5px;
    text-align: center;
}
.mjs-widget-buttonSlot .vert-align {
    vertical-align: middle;
}

b, i, u, a, p, span {
    vertical-align: baseline;
}
a {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
}

.mjs-widget-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.mjs-widget, .mjs-holder, .mjs-object, .mjs-module, .mjs-slot, .mjs-absolute {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 center;
    background-repeat: repeat;
    background-size: auto auto;
    position: absolute;
}
img {
    vertical-align: top;
}

.mjs-object-shape-rectangle .mjs-object-content {
    bottom: 0;
    margin-left: 0;
    line-height: 22px;
    position: absolute;
    right: 0;
    margin-top: 0;
}

.content-globe{
  background:url('../img/icon-globe.png') no-repeat top center;
}
.content-build{
  background:url('../img/icon-build.png') no-repeat top center;
}
.content-machine{
  background:url('../img/icon-machine.png') no-repeat top center;
}
.content-oil{
  background:url('../img/icon-oil.png') no-repeat top center;
}

.content-globe:hover .content-globe:active{
  background:url('../img/icon-globe-on.png') no-repeat top center;
}
.content-build:hover .content-build:active{
  background:url('../img/icon-build-on.png') no-repeat top center;
}
.content-machine:hover .content-machine:active{
  background:url('../img/icon-machine-on.png') no-repeat top center;
}
.content-oil:hover .content-oil:active{
  background:url('../img/icon-oil-on.png') no-repeat top center;
}

#mjs-widget_62 .mjs-widget-content{
  height:22px;
  width:100%;
padding: 10px 0px 0px 0px;

}
#mjs-widget_62 .mjs-widget-content:hover, #mjs-widget_62 .mjs-button-active{


}
#mjs-widget_62 .mjs-widget-content .mjs-button-text div{
  font-weight:bold;font-style:normal;text-decoration:none;margin-top:-1.5px;line-height:1.3;text-align:center;font-family:'Open Sans';font-size:14px;color:#ffffff;letter-spacing:0px;;
}
#mjs-widget_62 .mjs-widget-content:hover .mjs-button-text div, #mjs-widget_62 .mjs-button-active .mjs-button-text div {
  font-weight:bold;font-style:normal;text-decoration:none;margin-top:-1.5px;line-height:1.3;text-align:center;font-family:'Open Sans';font-size:14px;color:#ffffff;letter-spacing:0px;;
}
.mjs-object-image{
  width: 100%;
  height: 240px;
  z-index: 20004;
  background: none repeat scroll 0% 0% rgb(51, 51, 51);
  padding: 0px 0px 134px;
  overflow: hidden;
  left: 0px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.mjs-object-image a:hover{color:#ffffff;}

.mjs-widget-buttonSlot{
  z-index: 20037;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  padding-top: 10px;
}
.mjs-button-text-mod{ 
  vertical-align: middle; 
  height: 22px;
  width: 100%;
  text-align: center;
}
.mjs-object-shape-mod{
  width: 140px;
  height: 1px;
  margin-top: 5px;
  margin-left: 50px;
  z-index: 20035;
  background: none repeat scroll 0% 0% rgb(74, 74, 74);
}
.mjs-object-htmlText{
  margin-top: 17px;
  padding-left: 10px;
  padding-right:10px;
  z-index: 20036;
}
.mjs-object-htmlText p{
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  font-size:12px;
}
.mjs-object-htmlText span{
  font-family:'Open Sans';font-size:12px;color:#ebebeb;
}

.mjs-object-content {
  min-height: 90px;
  position: relative;
}

.client-logos li.span2{
  width:165px;
  margin-left:42px;
  margin-right:42px;
}
.client-logos li.span2:first-child img{
  float:right;
}
.footer-row{
  margin-top:30px;
}
.footer-brand{
  margin-top:20px;
}
.footer-row .addr-home {
  margin-top:0px;
  margin-bottom: 26px;
}
.footer-row .addr h5{
  margin-top: 0px;
}
.cmp-title{
  margin-bottom:20px !important;
}

footer div.addr {
}


/*end mods by developer*/
/**/
/*----- media queries ------*/
@media (min-width: 1200px) {
  .contact-form label {
    display: inline-block;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 230px;
  }
  .contact-form .coll-1,
  .contact-form .coll-2 {
    margin-right: 40px;
  }
  .right-100 {
    padding-right: 100px;
  }
  .left-100 {
    padding-left: 100px;
  }
  .thumbnails .thumbnail {
    width: 239px;
  }
}
@media (max-width: 1199px) {
  
}
@media (min-width: 980px) and (max-width: 1199px) {
  
}
@media only screen and (max-width:1024px){
  .slider .camera_wrap{
    height:260px !important;
  }
  .camera_caption{
    margin-top:135px !important;
    padding-left: 25px !important;
  }
  /*.list_carousel #foo > li.span3{
    width: 280px !important;
  }*/
  .client-logos li.span2 {
    margin-left: 10px;
    margin-right: 10px;
    width: 175px;
  }
  .client-logos li.span2:first-child img {
      float: none;
      margin: auto;
      display: block;
  }
  .block-1 h2{
    font-size:25px;
  }
  .footer-brand {
      margin-top: 7px;
  }
}
@media (max-width: 979px) {
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 100%;
    float: none;
  }
  .contact-form textarea {
    height: 100px;
  }
  .block-2 li {
    padding-bottom: 0;
  }
  .list_carousel .badge {
    margin-right: 10px;
  }
  .list_carousel #foo > li > div {
    overflow: visible;
  }
  .list-advantages li > div {
    overflow: visible;
  }
}
@media (max-width:768px) and (max-height:1024px){
  /*.list_carousel #foo > li.span3 {
      width: 256px !important;
  }*/
  
  .block-4 h5 {
    margin-bottom: 20px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
  .client-logos li.span2 {
    margin-left: 50px;
    width: 295px;
}
  .footer-row .span4{
    height:120px;
  }
  .footer-brand img{
    width:230px;
  }
  /*.list_carousel #foo > li.span3 {
    width: 350px !important;
  }*/
  .block-1 span {
    font-size: 14px;
  }
  .block-1 h2 {
    font-size: 20px;
  }
  .camera_caption{
    font-size: 11px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .slider .camera_wrap {
    height: 230px !important;
  }
  .header-block img{
    width:230px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* navbar */
  .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;}*/
  /**/
  /**/
  .contact-form input,
  .contact-form textarea {
    width: 100%;
  }
  /**/
  .address span {
    width: auto;
    display: inline;
  }
  .nav-collapse_ {
    margin-right: 0;
  }
  .nav-collapse_ .nav > li {
    margin-left: 1px;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
    margin: 0;
  }
  .container {
    padding: 0 20px;
  }
  header h1.brand {
    display: inline-block;
    float: none;
  }
  /* navbar */
  .select-menu {
    display: none !important;
  }
  .navbar_ {
    float: none;
    margin-right: 0;
    padding: 0 0px 0px 0px;
    display: block;
  }
  .navbar_ .navbar-inner {
    float: none;
  }
  .select-menu {
    display: block !important;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none !important;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .navbar_ .nav-collapse {
    overflow: visible;
    margin-right: 0;
  }
  .navbar_ .nav-collapse {
    height: auto;
    padding: 15px 0 15px 0;
  }
  .navbar_ .nav-collapse select {
    width: 100%;
    font-size: 13px;
    line-height: 17px;
    padding: 6px 15px 7px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    position: relative;
    margin: 0;
    background: #ededed;
    border: #a6a6a6 1px solid;
  }
  .nav-collapse_ {
    margin-top: 0px;
  }
  /**/
  .map iframe {
    height: 300px;
  }
  /**/
  .float {
    float: none !important;
  }
  .float2 {
    float: none !important;
  }
  .form-404 {
    width: 100%;
  }
  /*****************/
  .bg-grey {
    padding-bottom: 30px;
  }
  .block-3 {
    margin-top: -30px;
  }
  .block-3 li {
    margin-top: 30px;
  }
  .list-logo {
    margin-left: -20px;
  }
  .list-logo .span2 {
    float: left;
    width: auto;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .footer-lists {
    margin-left: -20px;
    overflow: hidden;
  }
  .footer-lists .span2 {
    float: left;
    width: 45%;
    margin-left: 20px;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  .block-2 {
    margin-left: -20px;
  }
  .block-2 li {
    margin-left: 20px;
    float: left;
    width: 45%;
  }
  .block-3 {
    margin-left: -20px;
  }
  .block-3 li {
    margin-left: 20px;
    float: left;
    width: 45%;
  }
  .list_carousel #foo > li > div {
    overflow: hidden;
  }
  .thumbnails .thumbnail {
    width: 27%;
  }
  .thumbnails-2 {
    margin-left: -20px;
  }
  .thumbnails-2 .span4 {
    width: 27%;
    float: left;
    margin-left: 20px;
  }
}
@media (max-width: 625px) {
  
}
@media (max-width:568px) {
  .addr-home,.addr-phone{
    text-align:center;
    padding-left:0px;
    background-position: 150px 0;
  }
  .cmp-title{
    text-align:center;
  }
  .cmp-policy{
    text-align:center;
  }
  .social-icons{
    margin-left:auto;
    margin-right:auto;
    width: 160px;
    display:block;
  }
  .client-logos li.span2:first-child img {
  float: none;
  margin: auto;
  display: block;
  }
  .client-logos li.span2 img {
  float: none;
  margin: auto;
  display: block;
  }
  .client-logos li.span2 {
  margin-left: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  }
  .list_carousel #foo > li.span3 {

  /*margin-left: 90px;*/
  }

}
@media (min-width: 482px) and (max-width: 625px) {
  .block-2 {
    margin-left: -20px;
  }
  .block-2 li {
    margin-left: 20px;
    float: left;
    width: 45%;
  }
  .block-3 {
    margin-left: -20px;
  }
  .block-3 li {
    margin-left: 20px;
    float: left;
    width: 45%;
  }
  .list_carousel #foo > li > div {
    overflow: hidden;
  }
  .thumbnails .thumbnail {
    width: 40%;
  }
  .thumbnails-2 {
    margin-left: -20px;
  }
  .thumbnails-2 .span4 {
    width: 40%;
    float: left;
    margin-left: 20px;
  }
  h1.brand {
  width: 100%;
  }
}
@media (max-width: 481px) {
  .list_carousel .badge {
    float: none;
    margin-bottom: 10px;
  }
  .thumbnails .thumbnail {
    width: 100%;
    margin-left: 0;
  }
  .list-blog li figure {
    float: none;
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .footer-lists {
    margin-left: 0px;
    overflow: hidden;
  }
  .footer-lists .span2 {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width:320px){
  .block-1 h2 {
  font-size: 13px;
  }
  .list_carousel #foo > li.span3 {
  /*width: 250px !important;*/
  margin-right: 10px !important;
  margin-left: 10px !important;
  }
  .client-logos li.span2:first-child img {
  float: none;
  margin: auto;
  display: block;
  }
  .client-logos li.span2 img {
  float: none;
  margin: auto;
  display: block;
  }
  .client-logos li.span2 {
  margin-left: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  }
  h1.brand {
  width: 100%;
  }
  .addr-home,.addr-phone, .addr-email {
    text-align:center;
    padding-left:0px;
    background-position: 30px 0;
  }
  .cmp-title{
    text-align:center;
  }
  .cmp-policy{
    text-align:center;
  }
  .social-icons{
    margin-left:auto;
    margin-right:auto;
    width: 160px;
    display:block;
  }
}
@media (min-width: 321px) and (max-width: 481px) {
  
}
@media (max-width: 350px) {
  .list_carousel #foo > li {
    margin-right: 0px !important;
  }
}
@media (max-width: 321px) {
  
}
/*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;
}
