.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;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h7 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h7 a:hover {
  color: #3e454c;
}
h1 {
  font-size: 60px;
  line-height: 55px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  color:#fff;
}
h2 {
  font-size: 27px;
  line-height: 55px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  color:#f2762e;
}
h3 {
  color: #f2762e;
  font-size: 40px;
  line-height: 43px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0;
}
h4 {
  color: #f2762e;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 25px;
}
h5 {
  color: #f2762e;
  font-size: 25px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #f2762e;
  margin-bottom: 14px;
}
h6 a {
  color: inherit;
}
h6 a:hover {
  color: #f2762e;
}
h7 {
  color: #f2762e;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 18px;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 24px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 24px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 24px;
  background: #ffffff;
  color: #9c9c9c;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.disabled {
  cursor: default !important;
}
.btn-primary {
  background: #3e454c;
  color: #ffffff;
  text-shadow: none;
  border: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 37px;
  padding: 0 14px;
  text-transform: uppercase;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background: #f2762e;
  color: #ffffff;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #f2762e;
  color: #ffffff;
}
.btn-info {
  background: #3e454c;
  color: #ffffff;
  text-shadow: none;
  border: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 37px;
  padding: 0 14px;
  text-transform: uppercase;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-info:hover {
  background: #f2762e;
  color: #ffffff;
}
#searchForm .btn.btn-primary {
  height: 34px;
  line-height: 34px;
}
.mod-search form {
  font-size: 0;
  line-height: 0;
}
/*Lists*/
ul.categories-module h6 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 35px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.pagination ul li {
  display: inline-block;
  margin-right: 2px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  border: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 37px;
  padding: 0 15px;
  text-transform: uppercase;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #f2762e;
  color: #ffffff;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #3e454c;
  color: #ffffff;
  text-shadow: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #f2762e;
  color: #ffffff;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 24px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.item_img a:hover:after {
  font-size: 40px;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 30px 9px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 9px 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wrapper-inner {
  border-top: 17px solid #f2762e;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  background: url(../images/top_bg.png) repeat-x #30363b;
  padding: 25px 0 75px;
}
.phone {
  font-size: 28px;
  line-height: 30px;
  width: 260px;
  float: right;
  padding: 0 0 0 35px;
  /*margin-top: 19px;*/
  background: url(../images/phone.png) 0 3px no-repeat;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.fromzipcode, .diszipcode {
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  float: left;
  padding: 0 0 0 42px;
  margin-top: 5px;
  background: url(../images/zipcode.png) 0 3px no-repeat;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.date {
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  float: left;
  padding: 0 0 0 42px;
  margin-top: 5px;
  background: url(../images/calendar.png) 0 3px no-repeat;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.weight {
  height: 31px;
  float: left;
  padding: 0 0 0 42px;
  margin-top: 5px;
  background: url(../images/weight.png) 0 3px no-repeat;
}
/*======================= NAVIGATION =======================*/
#navigation-row .container {
  position: relative;
}
#navigation-row + #maintop-row {
  padding-top: 100px;
}
#navigation-row + #maintop-row .container {
  padding-bottom: 20px;
}
#navigation-row + #content-row {
  padding-top: 90px;
}
.navigation {
  position: absolute !important;
  margin: 0;
  width: 100%;
  left: 0;
  top: -45px;
  z-index: 100;
}
.navigation ul.sf-menu {
  display: table;
  width: 100%;
  table-layout: fixed;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  float: none;
  display: table-cell;
  padding: 0;
}
.navigation ul.sf-menu > li.sfHover > .sfHolder > a,
.navigation ul.sf-menu > li.sfHover > .sfHolder > span {
  background: url(../images/menu_border.gif) repeat-y #353b41;
}
.navigation ul.sf-menu > li.active > .sfHolder > a,
.navigation ul.sf-menu > li.current > .sfHolder > a,
.navigation ul.sf-menu > li.active > .sfHolder > span,
.navigation ul.sf-menu > li.current > .sfHolder > span {
  background: #f2762e !important;
  color: #ffffff;
}
.navigation ul.sf-menu > li.home {
  font-size: 0;
  line-height: 0;
  text-indent: 9999px;
  width: 84px;
}
.navigation ul.sf-menu > li.home > .sfHolder > a,
.navigation ul.sf-menu > li.home > .sfHolder > span {
  overflow: hidden;
  background-image: url(../images/home_icon.png) !important;
  background-position: 26px 20px !important;
  background-repeat: no-repeat !important;
}
.navigation ul.sf-menu > li + li > .sfHolder > a,
.navigation ul.sf-menu > li + li > .sfHolder > span {
  background: url(../images/menu_border.gif) repeat-y #3e454c;
}
.navigation ul.sf-menu > li > .sfHolder {
  position: relative;
}
.navigation ul.sf-menu > li > .sfHolder > a,
.navigation ul.sf-menu > li > .sfHolder > span {
  font-size: 13px;
  line-height: 70px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: #3e454c;
  height: 70px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > .sfHolder > a:hover,
.navigation ul.sf-menu > li > .sfHolder > span:hover {
  background: url(../images/menu_border.gif) repeat-y #353b41;
  color: #ffffff;
}
.navigation ul.sf-menu li > .sfHolder > ul,
.navigation ul.sf-menu li > .sfHolder > ul {
  top: 88px;
}
.navigation ul.sf-menu ul {
  width: 100%;
}
.navigation ul.sf-menu li li > .sfHolder ul,
.navigation ul.sf-menu li li > .sfHolder ul {
  top: -5px;
  left: 100%;
  margin-left: 18px;
}
.navigation ul.sf-menu li li li > .sfHolder ul,
.navigation ul.sf-menu li li li > .sfHolder ul {
  top: -5px;
  left: 100%;
  margin-left: 18px;
}
.navigation ul.sf-menu ul {
  background: #3e454c;
  padding: 32px 0;
}
.navigation ul.sf-menu ul ul {
  background: #f2762e;
}
.navigation ul.sf-menu ul ul li > .sfHolder a:hover,
.navigation ul.sf-menu ul ul li > .sfHolder span:hover {
  color: #3e454c;
}
.navigation ul.sf-menu ul ul li.active > .sfHolder > a,
.navigation ul.sf-menu ul ul li.sfHover > .sfHolder > a,
.navigation ul.sf-menu ul ul li.active > .sfHolder > span,
.navigation ul.sf-menu ul ul li.sfHover > .sfHolder > span {
  color: #3e454c;
}
.navigation ul.sf-menu ul ul:before {
  position: absolute;
  top: 13px;
  left: -5px;
  content: '';
  border-right: 5px solid #f2762e;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li > .sfHolder a,
.navigation ul.sf-menu ul li > .sfHolder span {
  font-size: 14px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  display: block;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li > .sfHolder a:hover,
.navigation ul.sf-menu ul li > .sfHolder span:hover {
  color: #f2762e;
}
.navigation ul.sf-menu ul li.active > .sfHolder > a,
.navigation ul.sf-menu ul li.sfHover > .sfHolder > a,
.navigation ul.sf-menu ul li.active > .sfHolder > span,
.navigation ul.sf-menu ul li.sfHover > .sfHolder > span {
  color: #f2762e;
}
.navigation ul.sf-menu.sf-vertical {
  width: 100%;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 100%;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 102%;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 88px;
  padding-bottom: 88px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 90px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 100%;
  top: 88px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
#feature-row .container {
  padding: 66px 0 47px;
  border-bottom: 1px solid #ebeced;
}
.vehicle {
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #c0c5c9;
  font-size: 40px;
  line-height: 43px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  padding: 48px 0 0;
}
#maintop-row .container {
  border-bottom: 1px solid #ebeced;
}
.top_blocks {
  color: #b5b5b5;
  line-height: 23px;
}
.top_blocks p {
  padding-bottom: 14px;
}
/*======================= CONTENT TOP =======================*/
#content-top-row {
  padding: 0 0 30px;
}
.who_we_are .img-intro__left {
  margin-right: 16px;
}
.who_we_are,
.why_us,
.what_we_do,
.offers,
.info,
.know {
  color: #b5b5b5;
}
.who_we_are h5.moduleTitle,
.why_us h5.moduleTitle,
.what_we_do h5.moduleTitle,
.offers h5.moduleTitle,
.info h5.moduleTitle,
.know h5.moduleTitle {
  font-size: 30px;
  line-height: 36px;
  color: #3e454c;
  margin-bottom: 32px;
}
.who_we_are h5.item-title,
.why_us h5.item-title,
.what_we_do h5.item-title,
.offers h5.item-title,
.info h5.item-title,
.know h5.item-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 17px;
}
.who_we_are p,
.why_us p,
.what_we_do p,
.offers p,
.info p,
.know p {
  padding-bottom: 16px;
}
.news h5.moduleTitle {
  font-size: 30px;
  line-height: 36px;
  color: #3e454c;
  margin-bottom: 32px;
}
.news h5.item_title {
  margin-bottom: 0;
  letter-spacing: -1px;
}
.news h6 {
  font-size: 15px;
  line-height: 18px;
  color: #3e454c;
  margin-bottom: 15px;
}
.news h7 {
  font-size: 15px;
  line-height: 18px;
  color: #3e454c;
  margin-bottom: 15px;
}
.news .item {
  margin-bottom: 0;
}
.item_published {
  text-align: center;
/*  width: 66px; */
/*  margin-right: 30px;*/
/*  float: left; */
  background: #f2762e;
  border: 2px solid #f2762e;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 32px;
}
.item_published > span {
  display: block;
  background: #fff;
  text-transform: uppercase;
  color: #f2762e;
  padding: 15px 0 11px;
}
.item_published > span > span {
  display: block;
/*  font-size: 40px; */
	font-size:33px;
	line-height:40px;
  color: #3e454c;
}

.black {color:#3e454c;}
.gray {background: #ededed; padding:10px 10px 0px 10px;}
.border-top {border-top: solid 1px #f2762e; padding-top:20px;}
/*======================= CONTENT =======================*/
#content-row {
  padding: 65px 0 48px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 10px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #3e454c;
}
.item_info_dl dd {
  margin: 0 10px 0 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd a {
  color: inherit;
}
.item_info_dl dd a:hover {
  color: #f2762e;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -30px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 24px 24px 0 !important;
}
.gallery-item .view .content * {
  color: inherit;
}
.gallery-item .view .content a:hover {
  color: #999;
}
.gallery-item .view .item_title {
  margin-bottom: 0;
}
.gallery-item .view p {
  padding-bottom: 0;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0 0 0 50px;
  margin: 0;
  position: relative;
  border-left: none;
  color: #b5b5b5;
  line-height: 23px;
}
blockquote:before {
  content: '“';
  font-size: 55px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  color: #3e454c;
  line-height: 48px;
}
blockquote p {
  margin-bottom: 16px;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote small {
  color: #3e454c;
  text-transform: uppercase;
  font-size: 15px;
}
blockquote small:before {
  display: none;
}
/*===== Blog Page ======*/
.page-blog h5.item_title,
.page-item__blog h5.item_title {
  margin: 0;
}
.page-blog .item,
.page-item__blog .item {
  border-bottom: 1px solid #ebeced;
  padding-bottom: 33px;
}
.page-blog .item_content,
.page-item__blog .item_content {
  margin-left: 100px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
#content-bottom-row {
  border-top: 1px solid #ebeced;
  padding: 67px 0 0;
}
.bottom_blocks {
  color: #b5b5b5;
  line-height: 23px;
}
.bottom_blocks h5 {
  font-size: 30px;
  line-height: 30px;
  margin: 0;
}
.bottom_blocks .img-intro__left {
  margin-right: 24px;
}
.bottom_blocks h6 {
  margin-bottom: 20px;
}
.team {
  color: #b5b5b5;
  line-height: 23px;
}
.team h6 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 2px;
}
.team .item {
  margin-bottom: 12px;
}
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  list-style: none;
  padding: 0 0 10px 25px;
  background: url(../images/list_marker.png) 0 7px no-repeat;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color:#f2762e;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
  background: none !important;
  overflow: hidden;
}
.price ul li {
  font-weight: 300;
}
.price ul li a {
  display: block;
  overflow: hidden;
}
.price ul li a:after {
  display: block;
  overflow: hidden;
  content: '..................................................................................................................................................................';
}
.price ul li a > span {
  float: left;
}
.price ul li a > span + span {
  float: right;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
.testimonials .item {
  margin-bottom: 20px;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row .container {
  padding: 50px 0 60px;
  border-top: 1px solid #ebeced;
}
.offers .pretext {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #f2762e;
  margin-bottom: 25px;
}
.offers .item {
  margin-bottom: 10px;
}
.info .dropcap-info {
  float: left;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  margin-right: 29px;
  width: 37px;
  background: url(../images/info.png) 12px 6px no-repeat #f2762e;
  height: 37px;
}
.info .item_content {
  overflow: hidden;
}
.info h5 {
  margin: 0;
  letter-spacing: -1px;
}
.info h6 {
  font-size: 15px;
  line-height: 18px;
}
.info .item {
  margin-bottom: 5px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright-row {
  padding: 20px 0 0;
  color: #7c8ea1;
}
#copyright-row a {
  color: inherit;
}
#copyright-row a:hover {
  color: #fff;
}
#copyright {
  font-weight: 300;
  margin-top: 6px;
  font-family: 'Open Sans', sans-serif;
}
#copyright .footer_logo {
  margin-right: 7px;
}
#copyright .siteName {
  font-weight: 600;
  color: #fff;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 4px;
}
#footer-wrapper {
  background: #3e454c;
}
/*===== Social Media ======*/
.social {
  margin: 0;
}
.social li {
  margin: 0 0 0 9px;
}
.social li a {
  width: 34px;
  height: 34px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: 9999px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background-color: #31383f;
}
.social li a:hover {
  background-color: #f2762e;
}


.block-reviews {
	margin-top: 18px;
background: #ededed;
padding: 22px 29px 25px;
color: #154189;
border: dotted 2px #154189;
border-radius: 2em;
}

.block-reviews:after {
	background: url(../images/page1_img1.png) 0 0 no-repeat;
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	bottom: 23px;
	left: 31px;
}


.ratings {
           position: relative;
	overflow: hidden;
	width: 100%;
        }
.ratings_stars {
            background: url('../images/star.png') 0 10px no-repeat;
            float:      left;
			height:32px;
			
				padding-top: 0;
	margin-right: 3px;
	float: left;
	display: inline-block;
	width: 18px;
	margin-bottom: 5px;
	
			
			transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
        }
.ratings_vote {
            background: url('../images/star-hover.png') 0 10px no-repeat;
        }
.ratings_over {
            background: url('../images/star-hover.png') 0 0 no-repeat;;
        }
		
.total_votes {  
    background: #ffffff;  
	color:#000;
    padding: 5px;  
	float:right;  
}  
.product{  
    font: 10px verdana, sans-serif;  
    margin: 0 auto 40px auto;  
    width: 180px; 
	height:200px; 
}  

.article {
	position: relative;
overflow: hidden;
margin-bottom: 7px;
}

.caption {
display: inline-block;
position: relative;
margin: 12px 0 0 30px;
font-size: 17px;
line-height: 24px;
color: #333333;
font-weight: bold;
}

.fright {
float: right;
}

.ratings_vote:first-child {margin-left:10px;}






 li.ui-menu-item { font-size:12px !important; }
		li.ui-autocomplete-category { font-weight: bold; font-size: 14px !important; }

 #progressbar {
    margin: 0 1em;
  }
 
  .progress-label {
	  margin: 24px 0px 9px 0px;
	  
	padding: 0 1em;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
  }
 
  .ui-dialog-titlebar-close {
    display: none;
  }
  
  #myform {
	  border: solid 2px #3e454c;
	  background: #efefef;
	padding: 1.5em;
  }
  
  #myform input[type="text"] {
	  width: 100%;
border: solid 1px #ccc;

font-size: 1em;
font-weight: 300;
font-family: 'Open Sans', Helvetica, sans-serif;
background: #fff;

color: #666;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0 1px 0 0 #fff;
-webkit-box-shadow: 0 1px 0 0 #fff;
box-shadow: 0 1px 0 0 #fff;
  }
  
  .insideform {	padding: 0em 1em; background: url('../images/imgmoving.png') #ffffff no-repeat 450px 62px;}
  
  .insideform label p {display:inline-block; float:left; width:150px;}
  .headerform {background: url(../images/top_bg.png) repeat-x #30363b; padding: 30px 0 62px;}
  
  .animatenum {position: relative;bottom: 28px;left: 300px;display: inline;}
  .progress-label { }
  .ui-dialog .ui-dialog-titlebar {display:none;}
  
  .firstzip, .secondzip, .datepicker, .weight { display: inline-block; }
  
  .create_quote {padding: 4px 60px; }
  #downloadButton {border: 1px solid white;
border-radius: 6px;}

p.validateTips {width:60%; border-radius:4px; padding:5px;}

.point-arrow {
	position: relative;
left: -65px;
top: 100px;
}

