/* All Color Variables */
/* All Layout Settings */
html {
  width: 100%;
  height: 100% !important;
}

body.fabric {
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 13px;
	line-height: 1em;
	color: #282828;
	font-family: "Raleway", sans-serif;
}
body.fabric .wrapper {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f1f1f1;
  padding: 25px;
  position: relative;
}
body.fabric p {
  line-height: 20px;
}
body.fabric nav.mainmenu {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 240px;
  background: #282828;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.fabric nav.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}
body.fabric nav.mainmenu ul.social {
  padding-top: 0;
}
body.fabric nav.mainmenu ul.social li {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
}
body.fabric nav.mainmenu ul.social li a {
  font-size: 18px;
}
body.fabric nav.mainmenu ul li {
  display: inline-block;
  width: 100%;
}
body.fabric nav.mainmenu ul li a {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #a8a8a8;
  padding: 0 0 15px 0;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-transition: all ease-in;
  -webkit-transition-delay: 0.8s;
  -moz-transition: all ease-in 0.8s;
  -o-transition: all ease-in 0.8s;
  transition: all ease-in 0.8s;
}
body.fabric nav.mainmenu ul li a:hover {
  text-decoration: none;
  color: #fff;
}
body.fabric header {
  display: block;
  background-color: white;
  background-position: bottom center;
  padding: 40px 25px 400px 25px;
  width: 100%;
  float: left;
  position: relative;
}
body.fabric header a.godown {
  float: right;
  color: #282828;
  font-weight: 500;
  width: auto;
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  z-index: 1000;
}
body.fabric header a.godown:hover {
  color: #ff0033;
}
body.fabric header.light a.logo, body.fabric header.light .welcome-text p, body.fabric header.light .welcome-text a.rm {
  color: #fff;
}
body.fabric header a.logo {
	font-size: 2.692em;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: 800;
}
body.fabric header a.logo:hover {
  text-decoration: none;
}
body.fabric header a.menu_trigger {
  float: right;
  color: #282828;
  font-weight: 500;
  width: auto;
  position: fixed;
  right: 55px;
  top: 65px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 7px 10px;
  z-index: 1000;
}
body.fabric header a.menu_trigger:hover {
  text-decoration: none;
  color: #ff0033;
}
body.fabric header a.menu_trigger span {
  margin: 0 3px 0 0;
}
body.fabric header a.menu_trigger i {
  font-size: 14px;
}
body.fabric header .welcome-text {
  width: 100%;
  display: inline-block;
  padding: 90px 0 0 0;
}
body.fabric header .welcome-text p {
	font-size: 1.69em;
	color: #FFFFFF;
	line-height: 22px;
	line-height: 29px;
	padding: 0 0 40px 0;
	max-width: 1500px;
}
body.fabric header .welcome-text p b {
	font-weight: 800;
	color: #ff0033;
}
body.fabric header .welcome-text a.rm {
  color: #282828;
  font-size: 1.385em;
}
body.fabric header.video {
  overflow: hidden;
}
body.fabric header.video video {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
}
@media (max-width: 850px) {
  body.fabric header {
	background-image: yes !important;   /* par déafaut = none */
	height: auto !important;
	min-height: auto !important;
	padding-bottom: 50px;
	border-bottom: 25px solid #f1f1f1;
  }
  body.fabric header .godown {
    display: none;
  }
  body.fabric header p {
    margin: 0;
  }
}
body.fabric section.about .skills {
  width: 100%;
  display: block;
}
body.fabric section.about .skills .skill {
  width: 100%;
  display: block;
  margin: 0 0 20px 0;
}
body.fabric section.about .skills .skill h5 {
  font-size: 1em;
  color: #a8a8a8;
  margin: 0 0 10px 0;
}
body.fabric section.about .skills .skill .skillholder {
  width: 100%;
  display: block;
  height: 17px;
  background: #f1f1f1;
}
body.fabric section.about .skills .skill .skillholder span {
  background: #ff0033;
  height: 17px;
}
body.fabric section.about .box {
  width: 100%;
  display: block;
}
body.fabric section.about .box:hover h2 {
  color: #ff0033;
}
body.fabric section.about .box:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
body.fabric section.about .box div {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
}
body.fabric section.about .box h2 {
  font-size: 1.231em;
  word-spacing: 1px;
  margin: 0 0 30px 0;
  -webkit-transition: all ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
body.fabric section.about .box p {
  margin: 0;
}
@media (max-width: 1200px) {
  body.fabric section.about .skills {
    min-height: auto;
  }
  body.fabric section.about p {
    margin: 0 0 30px 0;
  }
  body.fabric section.about .spacer_60 {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 980px) {
  body.fabric section.about {
    padding-bottom: 0px;
  }
  body.fabric section.about .box {
    display: inline-block !important;
    margin-bottom: 30px !important;
  }
  body.fabric section.about .box div {
    width: 50%;
    float: left;
  }
  body.fabric section.about .box h2, body.fabric section.about .box p {
    width: 50%;
    float: left;
    padding: 0 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 500px) {
  body.fabric .box div {
    width: 100% !important;
    float: left;
  }
  body.fabric .box h2, body.fabric .box p {
    width: 100% !important;
    float: left;
    padding: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
body.fabric section.services .service {
  width: 100%;
  display: block;
  padding: 0 40px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 70px 0 0 0;
  opacity: 0;
}
body.fabric section.services .service:hover i {
  color: #ff0033;
}
body.fabric section.services .service:hover h2 {
  color: #ff0033;
}
body.fabric section.services .service i {
  font-size: 2.308em;
  margin: 0 0 20px 0;
  -webkit-transition: all ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
body.fabric section.services .service h2 {
  font-size: 1.231em;
  word-spacing: 1px;
  margin: 0 0 20px 0;
  -webkit-transition: all ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
body.fabric section.services .service p {
  margin: 0;
}
body.fabric section.team {
  padding-left: 30px;
  padding-right: 30px;
}
body.fabric section.team .member {
  width: 100%;
  display: inline-block;
  padding: 0 1px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}
body.fabric section.team .member:hover h2 {
	color: #ff0033;
}
body.fabric section.team .member:hover .social a {
  background: #ff0033;
}
body.fabric section.team .member:hover .social a:hover {
  background: #c5c5c5;
}
  START changer le mouvement de grossissement de la photo au passage de la souris 
 body.fabric section.team .member:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
 END changer le mouvement de grossissement de la photo au passage de la souris 
body.fabric section.team .member .bwWrapper {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  overflow: hidden;
}
body.fabric section.team .member .bwWrapper img {
	max-width: 100%;
	display: inline-block;
	-webkit-transition: all ease-in;
	-webkit-transition-delay: 0.2s;
	-moz-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}
body.fabric section.team .member h2 {
  font-size: 1.154em;
  word-spacing: 1px;
  margin: 0 0 25px 0;
  -webkit-transition: all ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  font-weight: 600;
}
body.fabric section.team .member h2 span {
  color: #a8a8a8;
  display: inline-block;
  margin: 5px 0 0 0;
}
body.fabric section.team .member p {
  margin: 0 0 20px 0;
}
body.fabric section.team .member .social {
  width: 100%;
  display: inline-block;
}
body.fabric section.team .member .social a {
  width: 24px;
  height: 24px;
  background: #c5c5c5;
  display: block;
  margin: 0 1px 0 0;
  text-align: center;
  float: left;
  -webkit-transition: all ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
body.fabric section.team .member .social a i {
  line-height: 24px;
  color: #fff;
}
@media (max-width: 992px) {
  body.fabric section.team .member {
    margin: 0 0 30px 0;
  }
}
body.fabric section.testimonials .testimonial {
  display: inline-block;
  width: 100%;
  padding: 0 0 30px 0;
  position: relative;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #f1f1f1;
}
body.fabric section.testimonials .testimonial:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
body.fabric section.testimonials .testimonial:hover .info h3 {
  color: #ff0033;
}
body.fabric section.testimonials .testimonial.nomargin {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
body.fabric section.testimonials .testimonial .bwWrapper {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 200px;
  height: auto;
}
body.fabric section.testimonials .testimonial .bwWrapper img {
  max-width: 200px;
  height: auto;
  -webkit-transition: all ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
body.fabric section.testimonials .testimonial .info {
  padding-left: 230px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 206px;
}
body.fabric section.testimonials .testimonial .info h3 {
  margin: 0 0 10px 0;
  width: 100%;
  display: inline-block;
  -webkit-transition: all ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
body.fabric section.testimonials .testimonial .info span {
  color: #a8a8a8;
  margin: 0 0 10px 0;
  width: 100%;
  display: inline-block;
}
body.fabric section.testimonials .testimonial .info .stars {
  margin: 0 0 10px 0;
  width: 100%;
  display: inline-block;
}
body.fabric section.testimonials .testimonial .info .stars i {
  color: #ff0033;
}
body.fabric section.testimonials .testimonial .info .stars i.disabled {
  color: #aeaeae;
}
body.fabric section.testimonials .testimonial .info p {
  margin: 0;
  width: 100%;
  display: inline-block;
  line-height: 20px;
}
@media (max-width: 992px) {
  body.fabric .nomargin {
    padding: 0 0 30px 0 !important;
    margin: 0 0 30px 0 !important;
    border-bottom: 1px solid #f1f1f1 !important;
  }
}
@media (max-width: 500px) {
  body.fabric .bwWrapper {
    position: relative !important;
    margin: 0 0 20px 0;
  }
  body.fabric .testimonial .info {
    padding-left: 0px !important;
  }
}
body.fabric section.counters .counter {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #f1f1f1;
  padding: 40px;
  text-align: center;
}
body.fabric section.counters .counter * {
  display: inline-block;
  width: 100%;
}
body.fabric section.counters .counter i {
  color: #282828;
  font-size: 3.077em;
  margin: 0 0 10px 0;
}
body.fabric section.counters .counter h3 {
  font-size: 3.077em;
  color: #ff0033;
  margin: 0 0 15px 0;
  font-weight: 600;
  line-height: 22px;
}
body.fabric section.counters .counter h5 {
  font-size: 1.077em;
  font-weight: 600;
  word-spacing: 1px;
  margin: 0;
}
@media (max-width: 992px) {
  body.fabric .counter {
    border-bottom: 0px !important;
  }
  body.fabric .counter.last {
    border: 3px solid #f1f1f1 !important;
  }
}
body.fabric section.blog .col-lg-3 {
  width: 24.8%;
}
body.fabric section.blog .masonryblog {
  display: inline-block;
  width: 100%;
}
body.fabric section.blog article {
  width: 100%;
  display: inline-block;
  margin: 0 0 30px 0;
}
body.fabric section.blog article:hover .top a img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
body.fabric section.blog article .top {
  width: 100%;
  display: inline-block;
}
body.fabric section.blog article .top a {
  width: 100%;
  display: inline-block;
  position: relative;
}
body.fabric section.blog article .top a img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-transition: all ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
body.fabric section.blog article .top a span {
  position: absolute;
  left: 20px;
  top: 20px;
  min-width: 34px;
  height: 34px;
  border: 2px solid #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  padding: 5px;
}
body.fabric section.blog article .bottom {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 3px solid #f1f1f1;
  border-right: 3px solid #f1f1f1;
  border-bottom: 3px solid #f1f1f1;
  padding: 30px;
}
body.fabric section.blog article .bottom span {
  width: 100%;
  display: inline-block;
  color: #ff0033;
  margin: 0 0 15px 0;
  font-weight: 500;
}
body.fabric section.blog article .bottom span a {
  color: #ff0033;
}
body.fabric section.blog article .bottom h3 {
  font-size: 1.538em;
  margin: 0;
  padding: 0;
  word-spacing: 1px;
  font-weight: 600;
  margin: 0 0 50px 0;
  position: relative;
}
body.fabric section.blog article .bottom h3 a {
  color: #282828;
}
body.fabric section.blog article .bottom h3:after {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: '';
  height: 2px;
  width: 30px;
  background: #dad9d9;
}
body.fabric section.blog article .bottom p {
  margin: 0 0 30px 0;
}
body.fabric section.blog article .bottom p a {
  color: #282828;
}
@media (max-width: 992px) {
  body.fabric section.blog .col-sm-6 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  body.fabric section.blog .col-xs-12 {
    width: 100%;
  }
}
body.fabric section.works .row.fix {
  display: inline-block;
}
body.fabric section.works ul.filters {
  width: 100%;
  display: inline-block;
  list-style: none;
  margin: 0 0 60px 0;
  padding: 0;
}
body.fabric section.works ul.filters li {
  float: left;
  margin: 0 25px 0 0;
}
body.fabric section.works ul.filters li a {
  font-size: 1em;
  color: #282828;
  font-weight: 500;
  text-decoration: none;
}
body.fabric section.works ul.filters li a:hover {
  color: #ff0033;
}
body.fabric section.works ul.filters li a.selected {
  text-decoration: line-through;
}
body.fabric section.works .item {
  margin: 0 0 30px 0;
  opacity: 0;
}
body.fabric section.works .item:hover .bwWrapper a img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
body.fabric section.works .item:hover h3 {
  color: #ff0033;
}
body.fabric section.works .item.col-lg-3 {
  width: 24.8%;
}
body.fabric section.works .item .bwWrapper {
  margin: 0 0 10px 0;
  overflow: hidden;
}
body.fabric section.works .item .bwWrapper a {
  display: inline-block;
}
body.fabric section.works .item .bwWrapper a img {
  -webkit-transition: all ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
body.fabric section.works .item h3 {
  font-size: 1em;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  -webkit-transition: all ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
body.fabric section.works .item span {
  width: 100%;
  display: inline-block;
  color: #a8a8a8;
}
body.fabric section.works .item span span {
  width: auto;
  margin: 0 5px;
}
body.fabric section.works .item span a {
  color: #a8a8a8;
}
body.fabric section.works .item span a:hover {
  text-decoration: none;
  cursor: default;
}
body.fabric section.workssingle {
  width: 100%;
  padding: 50px 15px;
  float: left;
  display: block;
  background: #fff;
  border-bottom: 25px solid #f1f1f1;
  display: none;
}
body.fabric section.workssingle .title {
  width: 100%;
  font-size: 1.692em;
  color: #282828;
  line-height: 22px;
  margin: 0 0 50px 0;
  padding: 0 0 20px 0;
  position: relative;
}
body.fabric section.workssingle .title span {
  font-size: 16px;
  font-weight: normal;
}
body.fabric section.workssingle .title:after {
  content: "";
  width: 30px;
  height: 5px;
  background: #282828;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
}
body.fabric section.workssingle h3 {
  width: 100%;
  font-size: 1.125em;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 600;
  word-spacing: 1px;
  color: #282828;
}
body.fabric section.workssingle .details {
  margin: 10px 0 0 0;
}
body.fabric section.workssingle .details b {
  margin: 0 10px 0 0;
  font-weight: bold;
}
body.fabric section.workssingle .details a {
  color: #ff0033;
}
body.fabric section.workssingle .closework {
  position: relative;
  bottom: -20px;
  left: 10px;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.8);
  padding: 7px 10px;
  color: #282828;
  font-weight: 500;
  -webkit-transition: all ease-in;
  -webkit-transition-delay: 0.8s;
  -moz-transition: all ease-in 0.8s;
  -o-transition: all ease-in 0.8s;
  transition: all ease-in 0.8s;
}
body.fabric section.workssingle .closework:hover {
  background: #ff0033;
  color: #fff;
}
body.fabric section.workssingle .slider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: -10px 0 0 0;
}
body.fabric section.workssingle .slider li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
body.fabric section.workssingle .slider li:first-child {
  position: relative;
  display: block;
  float: left;
}
body.fabric section.workssingle .slider img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
body.fabric section.workssingle .slidernav {
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  position: relative;
  z-index: 100;
}
body.fabric section.workssingle .slidernav a {
  width: 12px;
  height: 12px;
  background: #282828;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  text-indent: 100px;
  overflow: hidden;
  margin: 0 2px;
}
body.fabric section.workssingle .slidernav a:hover, body.fabric section.workssingle .slidernav a.selected {
  width: 12px;
  height: 12px;
  border: 2px solid #282828;
  background: none;
}
@media (max-width: 1200px) {
  body.fabric section.works .item.col-md-4 {
    width: 32.9%;
  }
  body.fabric .slidernav {
    margin: 20px 0 40px 0 !important;
  }
}
@media (max-width: 992px) {
  body.fabric section.works .item.col-sm-6 {
    width: 49.8%;
  }
}
@media (max-width: 480px) {
  body.fabric section.works .item.col-xs-6 {
    width: 100%;
  }
}
body.fabric .isotope-item {
  z-index: 2;
  -moz-transform: translate(0, 0) scale(1);
}
body.fabric .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
body.fabric .isotope,
body.fabric .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
body.fabric .isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
body.fabric .isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
body.fabric .isotope.no-transition,
body.fabric .isotope.no-transition .isotope-item,
body.fabric .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
body.fabric footer {
  width: 100%;
  padding: 50px 15px;
  float: left;
  display: block;
  background: #fff;
  border-bottom: 25px solid #f1f1f1;
}
body.fabric footer .title {
  width: 100%;
  font-size: 1.692em;
  color: #282828;
  line-height: 22px;
  margin: 0 0 50px 0;
  padding: 0 0 20px 0;
  position: relative;
}
body.fabric footer .title span {
  font-size: 16px;
  font-weight: normal;
}
body.fabric footer .title:after {
  content: "";
  width: 30px;
  height: 5px;
  background: #282828;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
}
body.fabric footer a {
  color: #ff0033;
}
body.fabric footer .map {
  width: 100%;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  margin: 0 0 30px 0;
  position: relative;
  padding-bottom: 30.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
body.fabric footer .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.fabric footer h3 {
  width: 100%;
  display: inline-block;
  color: #282828;
  font-size: 1.308em;
  margin: 0 0 50px 0;
  position: relative;
}
body.fabric footer h3:after {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: '';
  height: 2px;
  width: 30px;
  background: #dad9d9;
}
body.fabric footer p {
  margin: 0;
}
body.fabric footer ul {
  line-height: 17px;
/*   text-transform: uppercase;   */
}
body.fabric footer ul li {
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
}
body.fabric footer ul li i {
  font-size: 1.308em;
}
body.fabric footer form {
  width: 100%;
  display: inline-block;
}
body.fabric footer form input[type="text"], body.fabric footer form input[type="email"], body.fabric footer form textarea {
  background: #eeeeee;
  width: 100%;
  padding: 15px 20px;
  border: 0 none;
  outline: 0;
/*    text-transform: uppercase;   */ 
  font-size: 1em;
  color: #282828;
  margin: 0 0 10px 0;
  font-weight: 500;
}
body.fabric footer form textarea {
  height: 127px;
}
body.fabric footer form input[type="button"] {
  border: 0;
  background: #fff;
  border: 1px solid #a8a8a8;
  padding: 10px 25px;
}
@media (max-width: 1200px) {
  body.fabric footer p {
    margin: 0 0 30px 0;
  }
  body.fabric footer form {
    margin: 0 0 30px 0;
  }
}
body.fabric section {
  width: 100%;
  padding: 50px 15px;
  float: left;
  display: block;
  background: #fff;
  border-bottom: 25px solid #f1f1f1;
}
body.fabric section .title {
  width: 100%;
  font-size: 1.692em;
  color: #282828;
  line-height: 22px;
  margin: 0 0 50px 0;
  padding: 0 0 20px 0;
  position: relative;
}
body.fabric section .title span {
  font-size: 16px;
  font-weight: normal;
}
body.fabric section .title:after {
  content: "";
  width: 30px;
  height: 5px;
  background: #282828;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
}
body.fabric section .fancy {
  font-size: 1.846em;
  font-weight: 200;
  line-height: 24px;
  margin: 0 0 50px 0;
}
body.fabric section p {
  margin: 0;
  line-height: 20px;
}
body.fabric section img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body.fabric section .bwWrapper {
	position: relative;
	display: block;
	overflow: hidden;
}
body.fabric section .bwWrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
  -webkit-transition: all ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
@media (max-width: 1200px) {
  body.fabric .fancy {
    margin: 30px 0 50px 0 !important;
  }
}
body.fabric .nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
body.fabric .spacer_60 {
  width: 100%;
  display: inline-block;
  margin: 60px 0 0 0;
}

/* Pace Styling */
.pace .pace-progress {
  background: #282828;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 10px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: #f1f1f1;
}


/*-------------------------------------------------*/
/* =  Tabs & accordion page
/*-------------------------------------------------*/
/* Tab Content - menucool.com */
/* Tab Content - menucool.com */
ul.tabs
{
    padding: 6px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:2px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 6px 16px;
    border: 1px solid #CCC;
    border-bottom-color:#AAA;
    color: #000;
    background: #F0F0F0 url(tabbg.gif) repeat-x 0 0;
    border-radius: 2px 2px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #AAA;
    background:#F0F0F0 url(tabbg.gif) 0 -36px repeat-x;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    padding: 9px 16px 6px;
    position: relative;
    top: 0px;
    font-weight:bold;
    background: white url(tabbg.gif) 0 -72px repeat-x;
    border: 1px solid #AAA;
    border-bottom-color: white;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}

div.tabcontents
{
    border: 1px solid #AAA; padding: 30px;
    background-color:#FFF;
    border-radius: 2px;
}