@import url(https://fonts.googleapis.com/css?family=Nothing+You+Could+Do);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,100,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
body {
  color: #777;
}
a:not(.btn) {
  color: #B54321;
}
a:not(.btn):hover {
  color: #B54321;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2D3237;
}
.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.text-indent {
  text-indent: -9999px;
  text-transform: capitalize;
  font-size: 0;
  display: block;
  line-height: 0;
}
.effect-helix {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: -webkit-transform 0.5s linear;
  -moz-transition: -moz-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.effect-helix.in {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  text-rendering: optimizelegibility;
  font-size: 28px;
  line-height: 1.5;
  margin: 15px 0;
  color: #121214;
}
h5 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}
p {
  line-height: 24px;
  color: #777;
  margin: 0 0 20px;
}
p.block-subtitle {
  font-size: 16px;
}
hr {
  display: block;
  line-height: 25px;
  margin: 30px 0;
  width: 100%;
  border: 0;
  border-top: 1px solid #eee;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.overflow {
  overflow: hidden;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ol,
ol.no-bullet,
ul,
ul.no-bullet {
  margin-left: 0;
  list-style: none;
}
ul.check {
  margin-left: 10px;
  padding-left: 10px;
}
ul.check li {
  list-style: none;
  margin: 5px 0;
}
ul.check li a {
  color: #444444;
  padding-left: 20px;
}
ul.check li a:hover {
  text-decoration: underline;
  color: #444444;
}
a:hover {
  text-decoration: none;
}
.form-text,
.form-textarea,
select.form-select,
.form-control {
  -webkit-transition: border-color ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
  font-weight: 300;
  line-height: 1.666;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 8px 12px;
  color: #c5c5c5;
  font-size: 13px;
  box-shadow: inherit;
}
.form-text:focus,
.form-text:hover,
.form-text:active,
.form-textarea:focus,
.form-textarea:hover,
.form-textarea:active,
select.form-select:focus,
select.form-select:hover,
select.form-select:active,
.form-control:focus,
.form-control:hover,
.form-control:active {
  border: solid 1px #B54321 !important;
  border-color: #B54321 !important;
  outline: none;
  box-shadow: inherit;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 0;
  margin-right: 3px;
  color: #555555;
}
.pagination > li.pager-current a,
.pagination > li > a:hover {
  background-color: #B54321;
  color: #FFF;
}
.pagination > li:first-child >a,
.pagination > li:first-child >span,
.pagination > li:last-child >a,
.pagination > li:last-child >span {
  border-radius: 0;
}
.pagination > li.pager-first.first,
.pagination > li.pager-last.last {
  display: none;
}
.item-list .pagination > li > a,
.item-list .pagination > li > span {
  color: #555555;
}
.item-list .pagination > li.pager-current a,
.item-list .pagination > li > a:hover {
  color: #fff;
}
img {
  height: auto;
  max-width: 100%;
}
.popular_items img,
.comment img,
.shopping-cart-widget img,
div.thumbnails a img,
.authorbox_wrapper img,
.flickr-gallery li img,
.recent_posts img,
.recent_posts_widget img,
.testimonial_wrap img,
.popular-post img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.popular_items img:hover,
.shopping-cart-widget img:hover,
div.thumbnails a img:hover,
.comment img:hover,
.authorbox_wrapper img:hover,
.flickr-gallery li img:hover,
.recent_posts img:hover,
.recent_posts_widget img:hover,
.testimonial_wrap img:hover,
.popular-post img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.greybg {
  background-color: #F6F6F6;
}
.bordertop {
  border-top: 1px solid #E6E9EA;
}
.paddingtop {
  padding: 60px 0 0;
}
.margintop {
  margin: 60px 0 0;
}
.padding-copyright {
  padding: 25px 0 20px 0;
}
.bgtext {
  background: #B54321;
  color: #fff;
}
.portfolio-content h3.portfolio-title {
  margin: 15px 0 10px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
}
.portfolio-content h3.portfolio-title a {
  color: #121214;
}
.portfolio-content h3.portfolio-title a:hover {
  color: #121214;
  text-decoration: underline;
}
.gallery-box .gallery-titles h3,
.box h3,
.servicebox h3 {
  margin: 5px 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}
.box i,
.servicebox i {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: relative;
  top: 0;
  color: #B54321;
  display: block;
}
.box i:hover,
.servicebox i:hover {
  top: -10px;
}
.box {
  text-align: center;
  padding: 20px 0 10px;
  margin: 15px 0 10px;
}
.box i {
  font-size: 55px;
}
a.readmore {
  font-style: italic;
  font-weight: normal;
}
a.readmore:after {
  content: "→";
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-indent: 0em;
  position: absolute;
  font-size: 11px;
  padding-left: 4px;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
}
a.readmore:hover {
  color: #444444;
  text-decoration: underline;
}
.message {
  padding: 20px 5px 30px;
  background: #ffffff;
  display: block;
  position: relative;
  overflow: hidden;
}
.message h2 {
  font-size: 28px;
  line-height: 1.5;
  margin: 15px 0;
  font-weight: 400;
}
.message.message-tranparent {
  background: transparent;
  padding: 10px 5px;
}
.message.message-tranparent h2 {
  color: #ffffff;
  letter-spacing: 0;
  font-size: 31px;
  margin: 25px 0;
  line-height: 1;
}
.message.message-tranparent p {
  color: #fff;
}
.big-message {
  padding: 40px 30px;
  background: #ffffff;
}
.big-message h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0;
  text-transform: uppercase;
}
.big-message h2 mark {
  padding: 5px 10px 2px;
}
.big-message p {
  font-size: 16px;
}
.dmbigbanner {
  margin: 20px 0;
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid #dadada;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
ul.social-stats {
  margin: 20px 0;
  background: #ffffff;
  overflow: hidden;
  padding: 10px 5px 10px;
  display: block;
  width: 100%;
}
ul.social-stats li {
  list-style: none;
  text-align: center;
  padding: 0;
  width: 32%;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
ul.social-stats li a {
  color: #444444;
}
ul.social-stats li a:hover {
  color: #444444;
}
ul.social-stats li i {
  font-size: 26px;
  line-height: 1.6;
}
ul.social-stats li.twitter i {
  color: #9AE4E8;
}
ul.social-stats li.facebook i {
  color: #3B5998;
}
ul.social-stats li.google i {
  color: #d34836;
}
ul.social-stats li div.nr {
  margin-top: -10px;
  font-size: 21px;
  font-weight: bold;
}
ul.social-stats li div.tx {
  font-size: 10px;
  margin-top: 0;
  line-height: 1;
  color: #777;
}
ul.social-stats li >p {
  margin: 0;
}
blockquote,
blockquote.pull-right {
  border-color: #B54321;
}
blockquote p {
  text-align: justify;
}
.item-list ul li {
  background: url(../images/li.png) no-repeat scroll left center rgba(0,0,0,0);
  padding: 5px 0;
  margin: 0;
}
.item-list ul li a {
  color: #777;
  padding-left: 15px;
}
.carousel-inner>.item>img {
  width: 100%;
}
.tagcloud a {
  float: left;
  display: block;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.4em;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 1px;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}
.image-container img {
  margin-bottom: 20px;
  border: none;
  outline: none;
  display: block;
  position: relative;
  width: 100%;
}
.image-container img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.profile .user-picture {
  float: left;
  margin: 0 10px 10px 0;
  background: #fff;
  padding: 0 10px 0 0;
}
@font-face {
  font-family: 'ralewayregular';
  src: url('../fonts/raleway-regular-webfont.eot');
  src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-regular-webfont.woff') format('woff'), url('../fonts/raleway-regular-webfont.ttf') format('truetype'), url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #777;
}
body.boxed {
  background: url("../images/boxed_bg.png");
}
body.boxed .dexp-body-inner {
  max-width: 1170px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
body.header-color #section-top {
  background-color: #B54321;
  color: #fff;
}
body.header-color #section-top span,
body.header-color #section-top a,
body.header-color #section-top i {
  color: #fff;
}
body.header-dark #section-top {
  background-color: #292723;
  color: #fff;
}
body.header-dark #section-top span,
body.header-dark #section-top a,
body.header-dark #section-top i {
  color: #fff;
}
.bordercolor {
  border-bottom: 1px solid #F2F2F2;
}
.bordercolortop {
  border-top: 1px solid #F2F2F2;
}
.paddingblock {
  padding: 60px 0;
}
.title .block-title {
  background: url(../images/title.gif) repeat-x scroll 0 7px transparent;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 19px;
  letter-spacing: 0.5px;
  text-align: left;
}
.title .block-title span {
  background: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
}
#section-page-title {
  background: url("../images/02_slider.png") repeat;
  position: relative;
}
#section-page-title .container {
  background: url(../images/singleheader.png) no-repeat center -8px;
}
#section-page-title .region-breadcrumb h2.element-invisible {
  display: none;
}
#section-page-title .container {
  padding: 35px 0 15px;
}
.jt-shadow {
  box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset;
}
mark {
  background-color: #B54321;
  color: #FFF;
  padding: 0 10px;
}
.copyright {
  color: #292723;
}
.messagebox1 h1 {
  border-style: none;
  border-width: 0;
  color: #FFFFFF;
  font-family: 'Pacifico', cursive;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
  text-decoration: none;
}
.social ul {
  list-style: none;
  margin: 0;
}
.social ul li {
  text-align: center;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
}
.social ul li a {
  color: #777;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 16px;
  background: transparent;
}
.social ul li a:hover,
.social ul li a:focus {
  color: #fff;
}
.social ul li.icon-facebook a:hover,
.social ul li.icon-facebook a:focus {
  background: #3B5998;
}
.social ul li.icon-google a:hover,
.social ul li.icon-google a:focus {
  background: #d34836;
}
.social ul li.icon-twitter a:hover,
.social ul li.icon-twitter a:focus {
  background: #9AE4E8;
}
.social ul li.icon-youtube a:hover,
.social ul li.icon-youtube a:focus {
  background: #b466f1;
}
.social ul li.icon-linkedin a:hover,
.social ul li.icon-linkedin a:focus {
  background: #007bb6;
}
.social ul li.icon-dribbble a:hover,
.social ul li.icon-dribbble a:focus {
  background: #9de9e9;
}
.social ul li.icon-skype a:hover,
.social ul li.icon-skype a:focus {
  background: #F90;
}
#section-top {
  border-top: 3px solid #B54321;
  border-bottom: 1px solid #f3f3f3;
}
#section-top p {
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  padding: 7px 15px 0;
}
#section-top p a {
  color: #777;
}
#section-header .region-tops p {
  margin: 0;
}
#section-header .region-tops a {
  font-size: 13px;
  color: #777;
  line-height: 100px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  padding: 17px 15px;
  position: relative;
  border-top: 3px solid transparent;
}
#section-header .region-tops a:hover,
#section-header .region-tops a:active {
  border-top: 3px solid #B54321;
  color: #777;
}
#section-header .region-tops a i {
  color: #B54321;
}
#section-header.fixed-transition .region-tops a {
  line-height: 80px;
}
#section-main-content {
  padding: 30px 0;
}
#section-main-content .region-sidebar .title .block-title span {
  padding-left: 0;
}
#section-main-content .flickr-widget a {
  -webkit-box-shadow: 2px 2px 7px 0 #efefef;
  -moz-box-shadow: 2px 2px 7px 0 #efefef;
  box-shadow: 2px 2px 7px 0 #efefef;
  border: 2px solid #FFFFFF;
  background: transparent;
  margin: 5px;
}
#section-main-content .flickr-widget a:hover {
  border: 2px solid #FFFFFF;
}
#section-main-content .block-menu ul.menu {
  margin: 0 0 20px 0;
  padding: 0;
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
#section-main-content .block-menu ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#section-main-content .block-menu ul.menu li a {
  border-bottom: 1px solid #ededed;
  display: block;
  background: #fafafa;
  font-weight: normal;
  color: #555555;
  line-height: 1.69em;
  padding: 8px 15px;
  border-right: 3px solid transparent;
}
#section-main-content .block-menu ul.menu li a.active-trail,
#section-main-content .block-menu ul.menu li a.active {
  color: #333333;
  background: transparent;
  border-right-color: #B54321;
}
#section-main-content .block-menu ul.menu li:hover a,
#section-main-content .block-menu ul.menu li.active-trail a {
  color: #333333;
  background: transparent;
  border-right-color: #B54321;
}
.page-node-39 #section-main-content {
  padding: 0;
}
#section-services-1 .block {
  overflow: hidden;
}
#section-features p {
  font-size: 16px;
}
#dm_slider {
  position: relative;
  top: 0;
  left: 0;
}
#dm_slider.general {
  background: #ffffff;
  padding: 30px 10px;
}
#dm_slider.general .dm_slider_main {
  max-width: 633px;
  margin: 20px auto;
  overflow: hidden;
}
#dm_slider.general .dm_slider_item1 {
  position: absolute;
  top: 3.5%;
  left: 2%;
}
#dm_slider.general .dm_slider_item2 {
  position: absolute;
  top: 40%;
  left: 2%;
}
#dm_slider.general .dm_slider_item3 {
  position: absolute;
  top: 73%;
  left: 6%;
}
#dm_slider.general .dm_slider_item4 {
  position: absolute;
  top: 3.5%;
  right: 2%;
}
#dm_slider.general .dm_slider_item5 {
  position: absolute;
  top: 40%;
  right: 2.5%;
}
#dm_slider.general .dm_slider_item6 {
  position: absolute;
  top: 72.3%;
  right: 6%;
}
#section-about .block {
  overflow: hidden;
}
#section-about p {
  line-height: 24px;
  margin: 0 0 20px;
}
#section-about .about-widget h3 {
  font-size: 26px;
}
.block .about-widget h3 {
  margin: 20px 0;
  font-weight: 500;
  font-size: 24px;
}
#section-users h2.block-title {
  margin: 0 0 30px 0;
  font-size: 18px;
}
#section-users iframe {
  border: none;
}
#section-parallax2 .content>p {
  margin: 0;
}
#section-portfolio .view-header {
  padding-bottom: 30px;
}
#section-portfolio .view-header h3 {
  font-size: 28px;
}
#section-portfolio .view-header p {
  font-size: 16px;
}
#section-portfolio .view-header p a:hover {
  color: #444444;
  text-decoration: underline;
}
#section-portfolio .view-portfolio .dexp-grid-items div.node-dexp-portfolio {
  padding: 0;
}
#section-our-works .block-webform form.webform-client-form {
  padding: 20px 5px 30px;
  overflow: hidden;
}
#section-our-works .block-webform form.webform-client-form .form-text,
#section-our-works .block-webform form.webform-client-form .form-textarea {
  width: 90%;
}
form.webform-client-form input[type="hidden"],
form.webform-client-form input[type="text"] {
  width: 100%;
}
#section-parallax-4 .content>p {
  margin: 0;
}
.gallery-box {
  text-align: center;
  background-color: #ffffff;
  border-color: #EEEEEE #EEEEEE #D1D1D1;
  border-image: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  height: auto;
  line-height: 1.666;
  max-width: 100%;
  padding: 4px;
}
.gallery-box .gallery-images {
  position: relative;
}
.gallery-box .gallery-images a.lightbox-processed {
  display: block;
  position: relative;
}
.gallery-box .gallery-images a.lightbox-processed img {
  -webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.gallery-box .gallery-images a.lightbox-processed:before {
  background-color: rgba(181,67,33,0.8);
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: absolute;
  top: 35%;
  left: 40%;
  border-radius: 50%;
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 30px;
  content: "\f065";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(30deg) scale(0.5);
  -moz-transform: rotate(30deg) scale(0.5);
  -o-transform: rotate(30deg) scale(0.5);
  -ms-transform: rotate(30deg) scale(0.5);
  transform: rotate(30deg) scale(0.5);
  -webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.gallery-box .gallery-images a.lightbox-processed:hover:before {
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 1;
}
.gallery-box .gallery-images a.lightbox-processed:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.page-node-48 .gallery-images img {
  padding: 4px;
  line-height: 1.666;
  background-color: #fcfcfc;
  border: 1px solid #eee;
  border-bottom-color: #d1d1d1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#section-strapline-1 {
  background: #B54321;
  color: #fff;
}
#sub-ul {
  margin-top: 80px;
}
#sub-ul li {
  margin-right: 10px;
  display: inline-block;
}
#sub-ul li a {
  color: #ffffff;
}
#sub-ul li a.btn-transparent:hover,
#sub-ul li a.btn-transparent:focus,
#sub-ul li a.btn-transparent:active {
  border-color: #fff;
}
.post-detail h3 {
  margin: 15px 0 10px;
  line-height: 1.6;
  font-weight: 600;
  text-decoration: none;
}
.post-detail h3 a {
  color: #121214;
  font-size: 16px;
}
.post-detail h3 a:hover {
  color: #121214;
  text-decoration: underline;
}
.bx-wrapper .bx-controls-direction {
  text-align: right;
}
.bx-wrapper .bx-controls-direction a {
  text-indent: inherit;
  background: #B54321;
  color: #fff;
  text-align: center;
  font-size: 20px;
  bottom: 0;
  line-height: 30px;
  top: auto;
  margin: 0;
  position: inherit;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.bx-wrapper .bxslide h3.testimonial-name {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  margin: 15px 0 5px;
}
.bx-wrapper .bxslide .testimonial-content {
  font-weight: 400;
  margin-top: 10px;
  font-size: 12px;
}
.bx-wrapper .bxslide .testimonial-image img {
  width: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 4px;
  line-height: 1.666;
  background-color: #fcfcfc;
  border: 1px solid #eee;
  border-bottom-color: #d1d1d1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.block-client .bx-wrapper .bx-viewport {
  background: transparent;
  border: none;
  box-shadow: inherit;
  left: auto;
}
.block-client .bx-wrapper .bx-viewport .bxslide .views-field-field-client-image {
  padding: 0 15px;
}
.block-client .bx-wrapper .bx-viewport .bxslide .views-field-field-client-image .client {
  background: rgba(255,255,255,0.6);
  padding: 10px 5px;
  text-align: center;
  min-height: 65px;
}
#section-google-maps .region-google-maps .content >p {
  margin: 0;
}
#section-footer {
  padding: 40px 0;
}
#section-footer .block-title {
  background-color: #2a2a2a;
}
#section-footer .block-title span {
  background: #2a2a2a;
  color: #ffffff;
  padding-left: 0;
}
.flickr-widget a {
  width: 53px;
  height: 53px;
  margin: 3px;
  background: #222222;
  border: 1px solid #111111;
  padding: 2px;
  border-radius: 4px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.flickr-widget a:hover {
  border: 1px solid #111111;
  opacity: 0.8;
}
.block-dexp-twitter .bx-wrapper .bx-viewport {
  background: #252525;
  border: 1px solid #1a1a1a;
  border-radius: 4px;
}
.block-dexp-twitter .bx-wrapper .bx-viewport .dexp-tweet .content {
  padding: 15px 20px 15px 0;
  margin-left: 40px;
  position: relative;
}
.block-dexp-twitter .bx-wrapper .bx-viewport .dexp-tweet i {
  font-size: 20px;
  left: 15px;
  position: absolute;
  top: 18px;
}
.contact-details li.contactmail a {
  color: #777;
}
.block .contact-details-title h3 {
  color: #121214;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0;
}
.block .contact-details-title h3 small {
  font-size: 14px;
}
.block-search form {
  position: relative;
}
.block-search form h2.element-invisible {
  display: none;
}
.block-search form .form-item {
  margin: 0;
  position: relative;
  width: 100%;
}
.block-search form .form-item input[type="text"] {
  position: relative;
  width: 100%;
  padding: 2px 35px 2px 14px;
  color: #000;
  border-radius: 0;
  height: 30px;
}
.block-search form .form-actions input.form-submit {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search.png) no-repeat center 6px transparent;
  text-indent: -9999px;
  text-transform: capitalize;
  font-size: 0;
  display: block;
  line-height: 0;
  height: 30px;
  line-height: 30px;
  padding: 0;
  width: 35px;
  border: none;
}
#block-views-simple-shopping-cart-block .cart-form-simple ul {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 0;
}
#block-views-simple-shopping-cart-block .cart-form-simple ul li {
  margin-bottom: 0;
  padding: 0 10px;
}
#block-views-simple-shopping-cart-block .cart-form-simple ul li a {
  color: #ffffff;
  display: block;
  font-size: 11px;
  font-weight: 400;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
#block-views-simple-shopping-cart-block .cart-form-simple ul li a i {
  color: #fff;
}
#block-views-simple-shopping-cart-block .cart-form-simple ul li a:hover {
  color: #efefef;
}
.header-3 #section-top,
.header-4 #section-top,
.header-5 #section-top,
.header-6 #section-top {
  border-top: 0;
}
.header-3 #section-top .content p,
.header-4 #section-top .content p,
.header-5 #section-top .content p,
.header-6 #section-top .content p {
  color: #fff;
}
.header-3 #section-top .content p a,
.header-4 #section-top .content p a,
.header-5 #section-top .content p a,
.header-6 #section-top .content p a {
  color: #fff;
}
.header-3 #section-top a,
.header-4 #section-top a,
.header-5 #section-top a,
.header-6 #section-top a {
  color: #fff;
}
.header-5 #section-header a.site-logo,
.header-6 #section-header a.site-logo {
  display: block;
  line-height: 1;
}
.header-5 #section-header .region-tops a,
.header-6 #section-header .region-tops a {
  padding: 17px 18px;
  line-height: 57px;
}
.header-6 .region-social-top .social {
  margin-top: 20px;
}
.ltr .header-4 #section-top .social.pull-right {
  float: left !important;
}
h3.tagline {
  color: #777;
  font-size: 14px !important;
  font-style: italic;
  font-weight: 300;
  line-height: 35px;
  margin: 15px 15px 0 0;
  padding: 0;
}
.error404 h3 {
  opacity: 1 !important;
  color: #777;
}
.callus {
  line-height: 40px;
}
.callus ul {
  margin: 0;
  padding: 0;
  float: right;
}
.callus li {
  list-style: none;
  border-left: 1px solid #f2f2f2;
  float: left;
  text-align: center;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin: 0;
  position: relative;
}
.callus li:last-child {
  border-right: 1px solid #f2f2f2;
}
.callus li p {
  margin: 0;
  padding: 0;
  line-height: 40px;
  font-size: 12px;
}
.callus li p span {
  color: #B54321;
}
.callus li p a {
  color: #83939C;
}
.footer-social li {
  border: 1px solid #B54321;
  border-radius: 500px;
  color: #292723;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  margin: 30px 5px 5px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 5;
}
.footer-social li:hover {
  background-color: #B54321;
}
.footer-social li:hover a,
.footer-social li:hover i {
  color: #FFFFFF;
}
div.hr {
  height: 1px;
  border-bottom: 1px solid #2F2F2F;
  margin: 15px 0;
}
.jtbtn-big {
  border: 1px solid #B54321;
}
.jtbtn-big.anim {
  display: inline-block;
  font-size: 14px;
  padding: 5px 20px 5px 30px !important;
  text-align: center;
  text-transform: uppercase;
}
.boxed .dexp-body-inner {
  margin-top: 40px !important;
  background-color: #FFF;
}
.boxed .social li {
  border-left: none;
}
.boxed .social li:last-child {
  border-right: none;
}
#section-copyright {
  border-top: 1px solid #2D2D2D;
  color: #555555;
  padding: 14px 0 5px;
}
#section-copyright a {
  color: #aaaaaa;
}
#section-copyright a:hover {
  color: #efefef;
  text-decoration: underline;
}
#block-menu-menu-footer-menu ul {
  list-style: none;
  text-align: right;
  margin-top: 3px;
}
#block-menu-menu-footer-menu ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #333;
}
#block-menu-menu-footer-menu ul li:last-child {
  border-right: 0 solid #000;
}
@media (min-width: 992px) {
  #section-our-works .form-item,
  #section-our-works .form-actions {
    width: 50%;
    float: left;
  }
  #section-our-works .form-wrapper {
    text-align: left;
    padding-left: 2.5%;
  }
}
@media screen and (max-width: 991px) {
  .region-social-top {
    text-align: center;
  }
  .region-social-top ul {
    display: inline-block;
  }
}
.view-client .bx-wrapper img {
  margin: 0 auto;
}
#go-to-top {
  background: #B54321;
  height: 40px;
  width: 40px;
  position: fixed;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  right: 25px;
  bottom: 25px;
  cursor: pointer;
  z-index: 999;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight: bold;
}
.dexp-grid-items .dexp-grid-item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .grid-xs-2 .dexp-grid-item:nth-child(6n+1) {
    clear: left;
  }
  .grid-xs-3 .dexp-grid-item:nth-child(4n+1) {
    clear: left;
  }
  .grid-xs-4 .dexp-grid-item:nth-child(3n+1) {
    clear: left;
  }
  .grid-xs-6 .dexp-grid-item:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 980px) {
  #block-menu-menu-footer-menu ul {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .dexp-grid-items {
    text-align: center;
  }
  #section-footer .region {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .about-widget {
    border-left: 1px solid #ECECEC;
    padding-left: 55px;
  }
}
@media (max-width: 768px) {
  .block-client .bx-wrapper .bx-viewport .bxslide .views-field-field-client-image .client {
    margin-bottom: 10px;
  }
  #sub-ul {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-sm-2 .dexp-grid-item:nth-child(6n+1) {
    clear: left;
  }
  .grid-sm-3 .dexp-grid-item:nth-child(4n+1) {
    clear: left;
  }
  .grid-sm-4 .dexp-grid-item:nth-child(3n+1) {
    clear: left;
  }
  .grid-sm-6 .dexp-grid-item:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-md-2 .dexp-grid-item:nth-child(6n+1) {
    clear: left;
  }
  .grid-md-3 .dexp-grid-item:nth-child(4n+1) {
    clear: left;
  }
  .grid-md-4 .dexp-grid-item:nth-child(3n+1) {
    clear: left;
  }
  .grid-md-6 .dexp-grid-item:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .header-5 #section-header,
  .header-6 #section-header {
    padding-top: 20px;
  }
  .header-5 #section-header .region-navigation,
  .header-5 #section-header .region-tops,
  .header-6 #section-header .region-navigation,
  .header-6 #section-header .region-tops {
    margin-top: 20px;
    border-top: 1px solid #efefef;
  }
}
@media (max-width: 991px) {
  h3.tagline {
    margin-top: 10px;
  }
  .header-6 .region-social-top .social {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .grid-lg-2 .row .dexp-grid-item:nth-child(6n+1) {
    clear: left;
  }
  .grid-lg-3 .row .dexp-grid-item:nth-child(4n+1) {
    clear: left;
  }
  .grid-lg-4 .row .dexp-grid-item:nth-child(3n+1) {
    clear: left;
  }
  .grid-lg-6 .row .dexp-grid-item:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .header-6 #section-header a.site-logo,
  .header-5 #section-header a.site-logo {
    text-align: center;
  }
  h3.tagline {
    text-align: center;
  }
  .region-social-top ul {
    float: none;
  }
  .header-6 .region-social-top .social {
    float: none !important;
  }
}
.region-left-sidebar .block,
.region-right-sidebar .block {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.title h1.block-title {
  font-size: 30px;
}
.title > hr {
  border-top: 1px solid #D4D4D4;
  margin: 0 auto;
  max-width: 235px;
  position: relative;
  padding-bottom: 50px;
}
.title > hr:after {
  border-top: 1px solid #B54321;
  content: "";
  left: 30%;
  position: absolute;
  right: 30%;
  top: -1px;
}
.title .block-subtitle,
.title .lead {
  font-family: 'Droid Serif', Georgia, "Times New Roman", serif !important;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  padding: 15px 0;
}
.title1 > hr {
  border-top: 1px solid #D4D4D4;
  margin: 0;
  max-width: 280px;
  position: relative;
}
.title1 > hr:after {
  border-top: 1px solid #B54321;
  content: "";
  left: 0;
  position: absolute;
  right: 80%;
  top: -1px;
}
.title1 .lead {
  font-family: 'Droid Serif', Georgia, "Times New Roman", serif !important;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  padding: 15px 0;
}
.title-center .block-title,
.title-center .block-subtitle {
  text-align: center;
}
.bigtitle {
  padding: 20px 0;
}
.bigtitle > .content {
  padding-top: 20px;
}
.bigtitle h1.block-title {
  border-bottom: 1px solid #D4D4D4;
  font-family: 'NovecentowideBookBold', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 51px;
  font-weight: normal;
  padding-bottom: 30px;
  position: relative;
}
.bigtitle h1.block-title:after {
  border-bottom: 1px solid #B54321;
  bottom: -1px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 25%;
}
.bigtitle .block-subtitle {
  color: #292723;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.6;
  padding: 0 0 0 50px;
  margin-top: 20px;
}
.bigtitle .block-subtitle span {
  color: #B54321;
}
.block h3 {
  font-size: 16px;
}
.block.white h1,
.block.white .title h3 {
  color: #FFF;
}
.block.white .block-subtitle {
  color: #FFF;
}
.dm-detail-blocks >figure.inverse {
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0.75%;
  overflow: hidden;
  position: relative;
  width: 100%;
  float: left;
  background: #2a2a2a;
}
.dm-detail-blocks >figure.inverse.active {
  background: #fff;
}
.dm-detail-blocks >figure.inverse.active > figcaption h3 {
  color: #474747;
}
.dm-detail-blocks >figure.inverse > figcaption h3 {
  color: #fff;
}
.dm-detail-blocks >figure > img {
  float: left;
  width: 48%;
}
.dm-detail-blocks >figure > figcaption {
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 32px 20px 32px;
  position: absolute;
  right: 0;
  width: 52%;
}
.dm-detail-blocks >figure > figcaption h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 10px 0;
  line-height: 1;
}
.dm-detail-blocks >figure > figcaption a {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.dm-detail-blocks >figure > figcaption strong {
  font-weight: 600;
}
.block.overlay {
  position: relative;
}
.block.overlay .inner {
  background: url("../images/gridtile.png") rgba(0,0,0,0.4);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.block.overlay .content {
  z-index: 1;
  position: relative;
}
.dexp-parallax h1,
.dexp-parallax h2,
.dexp-parallax h3,
.dexp-parallax h4,
.dexp-parallax h5,
.dexp-parallax h6 {
  color: #121214;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
  margin: 20px 0 10px;
}
.dexp-parallax .rating-block {
  background: none;
}
.dexp-parallax.overlay h1.block-title {
  padding-top: 60px;
  color: #FFFFFF !important;
}
.greybg .rating-block {
  background: #F6F6F6 !important;
}
.quote-post {
  background: #f2f2f2;
  position: relative;
  padding: 20px 10px;
}
.quote-post:after {
  font-family: 'FontAwesome';
  content: "\f10e";
  padding-right: 20px;
  right: 0;
  position: absolute;
  top: 50px;
  color: #000000;
  font-size: 600%;
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
}
.quote-post blockquote {
  border-left: 0px solid #fff;
  padding-bottom: 0;
}
.blog-content {
  padding: 20px;
}
.blog_button {
  background: none repeat scroll 0 0 #292723;
  border: 1px solid #EFEFEF;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 30px;
  padding: 10px 23px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #timeline .timeline-item {
    margin: 0 10px 20px 10px;
    background: none;
  }
  #timeline .timeline-item:nth-child(2n) {
    background: none;
  }
}
.view-blog .pagination {
  margin-top: 40px;
}
.blog-columns {
  position: relative;
  margin: 30px;
  border-radius: 0;
  list-style-type: none;
  display: block;
  padding: 10px;
  background: white;
  z-index: 15;
  border: 1px solid #c1c1c1;
  text-decoration: none;
  -webkit-transition: background .15s linear;
  -moz-transition: background .15s linear;
  -o-transition: background .15s linear;
  transition: background .15s linear;
}
.blog-columns:after {
  display: block;
  content: ' ';
  height: 9px;
  width: 9px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -5%;
  top: 1.5em;
  border: 2px solid #B54321;
}
.blog-columns img {
  width: 100%;
}
.blog-columns .title h3 {
  padding: 10px 0;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0;
}
.blog-columns .title h3 a {
  color: #121214;
  font-weight: 400;
}
.blog-columns .post_meta {
  padding: 0 0 15px;
}
.blog-columns .post_meta span {
  padding-right: 5px;
  color: #9CA5AB;
}
.blog-columns .post_meta span i {
  color: #292723;
  font-weight: 400;
}
.blog-columns .post_meta span a {
  color: #9CA5AB;
}
#timeline .timeline-item:nth-child(2n+1) .blog-columns {
  float: left;
  clear: left;
}
#timeline .timeline-item:nth-child(2n+1) .blog-columns:after {
  right: -5%;
  left: auto;
}
#timeline .timeline-item:hover .blog-columns {
  background: #f6f6f6;
}
#timeline .timeline-item span.blog-date {
  position: absolute;
  border-left: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
  background: #B54321;
  font-size: 14px;
  padding: 0 10px;
  color: #ffffff;
  right: 0;
  top: 0;
}
.blog-mansory .blog-columns {
  margin: 0 0 30px 0;
}
.blog_wrap .field-imges-overlay {
  position: relative;
}
.blog_wrap .field-imges-overlay img {
  outline: none;
  -webkit-transform: rotate(transform 0.9s) scale(opacity 0.3s) skew(1deg) translate(10px);
  -moz-transform: rotate(transform 0.9s) scale(opacity 0.3s) skew(1deg) translate(10px);
  -o-transform: rotate(transform 0.9s) scale(opacity 0.3s) skew(1deg) translate(10px);
  -ms-transform: rotate(transform 0.9s) scale(opacity 0.3s) skew(1deg) translate(10px);
  transform: rotate(transform 0.9s) scale(opacity 0.3s) skew(1deg) translate(10px);
  border: none;
  display: block;
  position: relative;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog_wrap .field-imges-overlay img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.blog_wrap .field-imges-overlay .overlay {
  display: block;
  left: 20px;
  bottom: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: crosshair;
  text-align: center;
  background: #B54321 url(../images/magnifier.png) no-repeat center;
}
.blog_wrap .field-imges-overlay .overlay a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: crosshair;
}
.blog_wrap .field-imges-overlay .overlay a i {
  display: none;
}
.blog_wrap .field-imges-overlay:hover .overlay {
  opacity: 0.8;
}
.blog_wrap .blog-media {
  position: relative;
}
.blog_wrap .blog-media .field-type-media {
  position: relative;
}
.blog_wrap .blog-media .blog-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
}
.blog_wrap .blog-media .blog-overlay .blog-type,
.blog_wrap .blog-media .blog-overlay .blog-view {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  height: 30px;
  width: 30px;
  text-align: center;
}
.blog_wrap .blog-media .blog-overlay .blog-type i,
.blog_wrap .blog-media .blog-overlay .blog-type a,
.blog_wrap .blog-media .blog-overlay .blog-view i,
.blog_wrap .blog-media .blog-overlay .blog-view a {
  color: #ffffff;
  display: block;
  line-height: 30px;
}
.blog_wrap .blog-media .blog-overlay .blog-type {
  background: rgba(68,68,68,0.7);
}
.blog_wrap .blog-media .blog-overlay .blog-view {
  background: rgba(181,67,33,0.7);
}
.blog_wrap .blog-detail h3 {
  margin: 15px 0 10px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  text-decoration: none;
}
.blog_wrap .blog-detail h3 a {
  color: #2b2b2b;
}
.blog_wrap .blog-detail h3 a:hover {
  text-decoration: underline;
}
.blog_wrap .blog-detail .blog-meta {
  background: transparent;
  border: 1px solid #F3F3F3;
  overflow: hidden;
}
.blog_wrap .blog-detail .blog-meta span {
  font-family: georgia;
  font-size: 12px;
  font-style: italic;
  line-height: 1;
  padding: 10px;
  display: inline-block;
  float: left;
}
.blog_wrap .blog-detail .blog-meta span i {
  padding-right: 5px;
}
.blog_wrap .blog-detail .blog-meta span:hover {
  text-decoration: underline;
}
.blog_wrap .blog-detail .blog-meta .com~.com-right {
  float: right;
}
.blog_wrap .blog-detail .blog-body {
  text-align: justify;
}
.blog_wrap .post_date {
  border: 1px solid #888888;
  border-radius: 500px;
  color: #292723;
  float: left;
  font-size: 15px;
  height: 54px;
  line-height: 54px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: 54px;
  z-index: 5;
}
.blog_wrap .post_meta {
  border: 1px solid #ccc;
  margin: 20px 0 0;
}
.blog_wrap .post_meta > span {
  padding-right: 5px;
  color: #777;
}
.blog_wrap .post_meta > span i {
  padding: 0 4px;
  color: #B54321;
  font-weight: 400;
}
.blog_wrap .post_meta > span a {
  color: #777;
}
.blog_wrap .post_desc {
  padding: 20px 0;
  text-align: justify;
}
.view-display-id-blog_two_columns .dexp-grid-item:nth-child(2n+1) {
  clear: left;
}
.view-display-id-blog_three_column .dexp-grid-item:nth-child(3n+1) {
  clear: left;
}
.authorbox_wrapper {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 50px;
  padding: 20px;
}
.authorbox_wrapper .user-picture {
  float: left;
  margin: 5px 10px 5px 5px;
}
.authorbox_wrapper .user-picture img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-box-shadow: 2px 2px 7px 0 #efefef;
  -moz-box-shadow: 2px 2px 7px 0 #efefef;
  box-shadow: 2px 2px 7px 0 #efefef;
  border: 5px solid #FFFFFF;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.authorbox_wrapper .user-picture img:hover {
  top: -10px;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.authorbox_wrapper h4 {
  font-size: 21px;
  font-weight: 300;
  margin: 5px 0;
  text-transform: capitalize;
}
.authorbox_wrapper p {
  margin-top: 5px;
  padding-top: 5px;
}
.authorbox_wrapper span {
  padding: 0 0 10px 0;
  font-size: 13px;
}
.authorbox_wrapper .author-desc {
  border-left: 1px solid #F3F3F3;
}
.authorbox_wrapper .author-desc p {
  padding: 20px 15px 20px;
}
.comment {
  padding: 20px 20px;
}
.indented {
  margin-bottom: 20px;
}
.comment-avatar {
  margin: 0 10px 0 0;
  float: left;
  height: 74px;
  width: 74px;
}
.comment-avatar .user-picture img {
  padding: 4px;
  line-height: 1.666;
  background-color: #fcfcfc;
  border: 1px solid #eee;
  border-bottom-color: #d1d1d1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.comment-reply {
  color: #FFFFFF;
  float: right;
  font-size: 12px;
  margin: -25px -5px 0 0;
  color: #FFF;
}
.comment-author {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 18px;
}
.comment-author span {
  display: block;
}
.comment-author span:hover {
  color: #444444;
  text-decoration: underline;
}
.comment-author span .username {
  color: #B54321;
  text-transform: capitalize;
}
#comment-form .form-text,
#comment-form textarea {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.666;
  color: #c5c5c5;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-weight: 300;
  -webkit-transition: border-color ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
#comment-form label,
#comment-form .grippie {
  display: none;
}
#comment-form #edit-preview {
  margin: 0 10px;
}
.popular-post ul li,
.recent-post ul li {
  list-style: none outside none;
  height: 70px;
  margin: 0;
  clear: both;
}
.popular-post ul li img,
.recent-post ul li img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
}
.popular-post ul li .views-field-title .field-content,
.recent-post ul li .views-field-title .field-content {
  display: block;
  height: 34px;
  line-height: 18px;
  overflow: hidden;
}
.popular-post ul li .views-field-title .field-content a,
.recent-post ul li .views-field-title .field-content a {
  color: #83939C;
  font-size: 14px !important;
  font-weight: 600;
  padding: 0;
}
.popular-post ul li .views-field-created span,
.recent-post ul li .views-field-created span {
  display: block;
  font-family: 'Droid Serif', Georgia, "Times New Roman", serif !important;
  font-size: 11px;
  font-style: italic;
  text-transform: none;
  color: #B54321;
}
.popular-post .file a,
.recent-post .file a {
  display: none;
}
.popular-post ul li .views-field-created span {
  color: #777;
}
.popular-post ul li .views-field-created span i {
  color: #CCC;
  font-size: 11px;
  padding-right: 2px;
}
.view-blog-categories ul {
  list-style: none;
}
.view-blog-categories ul li {
  margin: 0;
}
.view-blog-categories ul li a {
  color: #777;
  padding-left: 15px;
  padding-bottom: 5px;
}
#dexp_tab_item_comment h3 {
  display: none;
}
#dexp_tab_item_comment ul {
  list-style: none;
}
#dexp_tab_item_comment ul li {
  list-style-type: none;
  margin: 0;
}
#dexp_tab_item_comment ul li a {
  color: #83939C;
  font-size: 14px !important;
  font-weight: 600;
}
#dexp_tab_item_comment ul li span {
  color: #B54321;
  display: block;
  font-family: 'Droid Serif', Georgia, "Times New Roman", serif !important;
  font-size: 11px;
  font-style: italic;
  text-transform: none;
}
.media-vimeo-video,
.media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.media-vimeo-video iframe,
.media-vimeo-video object,
.media-vimeo-video embed,
.media-youtube-video iframe,
.media-youtube-video object,
.media-youtube-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.media_element video {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000;
  height: auto;
}
.blog-timeline .dexp-shortcodes-box.box-custom h3,
.blog-timeline .dexp-shortcodes-box.box-custom .title h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
  margin: 10px 0;
}
.blog-timeline .dexp-shortcodes-box.box-custom .serviceicon i {
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  .blog_wrap .blog-detail .blog-meta span {
    display: block;
    text-align: center;
    float: none;
  }
  .blog_wrap .blog-detail .blog-meta .com ~ .com-right {
    float: none;
  }
}
a {
  outline: none !important;
}
.img-thumbnail {
  width: 100%;
}
.title1 h1 {
  font-size: 20px;
}
.fa-2x {
  font-size: 25px;
}
.region-right-sidebar h2,
.region-left-sidebar h2 {
  font-size: 18px;
}
.title h1 {
  margin-top: 0 !important;
  font-size: 30px;
}
.spec-title h1 {
  border-style: none;
  border-width: 0;
  font-family: 'Pacifico', cursive;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  padding: 10px;
  text-decoration: none;
}
.spec-title h1 span {
  color: #B54321;
}
.region-parallax h1,
.region-parallax h2,
.region-parallax h3 {
  color: #fff;
}
.servicelistbox {
  margin-top: 40px;
}
.panel-group.default {
  margin-bottom: 27px;
}
.panel-group.default .panel-default {
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  box-shadow: inherit;
  border-radius: inherit;
}
.panel-group.default .panel-default .panel-heading {
  background-color: #FFFFFF;
  border: none;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  font-weight: 500;
  cursor: pointer;
  display: block;
  outline: medium none;
  padding: 0px;
  text-decoration: none;
}
.panel-group.default .panel-default .panel-heading i {
  padding-right: 5px;
}
.panel-group.default .panel-default .panel-heading .panel-title {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.panel-group.default .panel-default .panel-heading .panel-title a {
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  padding: 5px 0px;
  color: #444444;
  font-size: 14px;
  display: block;
  padding-left: 45px;
  text-decoration: none;
}
.panel-group.default .panel-default .panel-heading .panel-title a:hover {
  color: #444444;
  text-decoration: none;
}
.panel-group.default .panel-default .panel-heading .panel-title a:before {
  color: #fff;
  background: #B54321;
  display: block;
  font-family: 'FontAwesome';
  pointer-events: none;
  position: absolute;
  text-transform: none;
  left: 0;
  width: 35px;
  text-align: center;
  padding: 8px 0;
  font-size: 11px;
  height: 100%;
  top: 0;
  content: "\f068";
}
.panel-group.default .panel-default .panel-heading .panel-title a.collapsed:before {
  content: "\f067";
}
.panel-group.default .panel-default .panel-collapse {
  color: #777;
}
.btn {
  font-size: 13px;
  border-radius: 0;
  line-height: 1.666;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.btn.readmore {
  padding: 6px 30px;
}
.btn-transparent {
  background: rgba(0,0,0,0);
  border: 1px solid #FFFFFF;
}
.btn-primary,
.btn-link,
input.form-submit {
  background-color: #B54321;
  border-color: #B54321;
  color: #fff;
  outline: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
input.form-submit:hover,
input.form-submit:focus,
input.form-submit:active {
  background-color: #444444;
  color: #fff;
  text-decoration: none;
  border-color: #444444;
}
.btn-default {
  background: linear-gradient(to bottom,#FFFFFF 0%,#E6E6E6 100%) repeat-x scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #656565;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
  background-color: #444444;
  background-position: 0 -45px;
  color: #fff;
}
.btn-darkblue {
  background: linear-gradient(to bottom,#34495E 0%,#2C3E50 100%) repeat-x scroll 0 0 #34495E;
  border-color: #2C3E50;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.btn-darkblue:hover,
.btn-darkblue:focus,
.btn-darkblue:active,
.btn-darkblue.active,
.btn-darkblue.disabled,
.btn-darkblue[disabled] {
  background-color: #2C3E50;
  color: #FFFFFF;
  background-position: 0 -15px;
}
.btn-purple {
  background: linear-gradient(to bottom,#9B59B6 0%,#772599 100%) repeat-x scroll 0 0 #9B59B6;
  border-color: #772599;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.disabled,
.btn-purple[disabled] {
  background-color: #772599;
  color: #FFFFFF;
  background-position: 0 -15px;
}
.btn-pink {
  background: linear-gradient(to bottom,#FA66C4 0%,#E81C9D 100%) repeat-x scroll 0 0 #FA66C4;
  border-color: #E81C9D;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.btn-pink.disabled,
.btn-pink[disabled] {
  background-color: #E81C9D;
  color: #FFFFFF;
  background-position: 0 -15px;
}
.btn-lg {
  border-radius: 0;
  font-size: 16px;
  line-height: 1.33;
  padding: 10px 30px;
}
.btn-sm,
.btn-xs {
  border-radius: 0;
  font-size: 11px;
  line-height: 1.5;
  padding: 3px 10px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-pill {
  border-radius: 50%;
}
.btn-rounded {
  border-radius: 100px;
}
.btn-round {
  border-radius: 4px;
}
div.button {
  display: inline-block;
}
.dexp_tab_wrapper .nav-tabs > li > a:hover,
.product-details-wrap .nav-tabs > li > a:hover,
.tabs .nav-tabs > li > a:hover {
  color: #B54321;
  background: transparent;
}
.dexp_tab_wrapper .tab-content,
.product-details-wrap .tab-content,
.tabs .tab-content {
  border-bottom: 1px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  padding: 20px;
}
.dexp_tab_wrapper .nav-tabs li a,
.product-details-wrap .nav-tabs li a,
.tabs .nav-tabs li a {
  border-bottom-color: transparent;
  color: #555;
  border: 1px solid #ddd;
  cursor: default;
  margin-top: 4px;
  margin-right: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 2.0825;
  border-radius: 0;
}
.dexp_tab_wrapper .nav-tabs li.active a,
.product-details-wrap .nav-tabs li.active a,
.tabs .nav-tabs li.active a {
  background: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 0;
  color: #555;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
  outline: 0;
}
.dexp_tab_wrapper.vertical,
.product-details-wrap.vertical,
.tabs.vertical {
  border: 1px solid #DDDDDD;
  padding-bottom: 1px;
  background: url("../images/fc.png") repeat-y scroll 0 0 rgba(0,0,0,0);
}
.dexp_tab_wrapper.vertical .nav-tabs,
.product-details-wrap.vertical .nav-tabs,
.tabs.vertical .nav-tabs {
  border-bottom: none;
  float: left;
  font-size: 1em;
  line-height: 1;
  margin: 0 -100% -1px 0;
  padding: 0;
  width: 240px;
}
.dexp_tab_wrapper.vertical .nav-tabs li,
.product-details-wrap.vertical .nav-tabs li,
.tabs.vertical .nav-tabs li {
  float: none;
}
.dexp_tab_wrapper.vertical .nav-tabs li a,
.product-details-wrap.vertical .nav-tabs li a,
.tabs.vertical .nav-tabs li a {
  border: solid 1px #DDD;
  border-left: none;
  border-radius: 0;
  color: #83939C;
}
.dexp_tab_wrapper.vertical .nav-tabs li.first a,
.product-details-wrap.vertical .nav-tabs li.first a,
.tabs.vertical .nav-tabs li.first a {
  border-top: none;
}
.dexp_tab_wrapper.vertical .nav-tabs li.active a,
.product-details-wrap.vertical .nav-tabs li.active a,
.tabs.vertical .nav-tabs li.active a {
  color: #656565;
}
.dexp_tab_wrapper.vertical .nav-tabs li.active a,
.product-details-wrap.vertical .nav-tabs li.active a,
.tabs.vertical .nav-tabs li.active a {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-top: solid 1px #DDD;
}
.dexp_tab_wrapper.vertical .nav-tabs li.first.active a,
.product-details-wrap.vertical .nav-tabs li.first.active a,
.tabs.vertical .nav-tabs li.first.active a {
  border-top: none !important;
}
.dexp_tab_wrapper.vertical .nav-tabs li.last.active a,
.product-details-wrap.vertical .nav-tabs li.last.active a,
.tabs.vertical .nav-tabs li.last.active a {
  border-bottom: solid 1px #DDD !important;
}
.dexp_tab_wrapper.vertical .tab-content,
.product-details-wrap.vertical .tab-content,
.tabs.vertical .tab-content {
  background-color: #FFFFFF;
  border: medium none;
  margin: 0 0 0 240px;
  padding: 10px 15px 10px 20px;
}
.skill-bar {
  background-color: #F6F5F1;
}
.skill-bar.row {
  overflow: hidden;
  margin: 0 0 15px 0;
}
.skill-bar span.background {
  background-color: #B54321;
  display: block;
  height: 24px;
  position: relative;
  transition: width 1.8s linear 0s;
  width: 0;
}
.skill-bar .skill-bar-title {
  padding: 0;
  line-height: 2.19;
}
.skill-bar .skill-bar-title > span {
  background: #444444;
  font-size: 11px;
  font-style: italic;
  display: block;
  color: #fff;
}
.skill-bar .progress {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: inherit;
  border-radius: inherit;
  height: auto;
}
.dexp-shortcodes-box .box-icon {
  text-align: center;
  -webkit-transform: rotate(0deg) scale(1) skew(0) translate(0);
  -moz-transform: rotate(0deg) scale(1) skew(0) translate(0);
  -o-transform: rotate(0deg) scale(1) skew(0) translate(0);
  -ms-transform: rotate(0deg) scale(1) skew(0) translate(0);
  transform: rotate(0deg) scale(1) skew(0) translate(0);
}
.dexp-shortcodes-box .box-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.dexp-shortcodes-box.box-background .box-icon {
  background-color: #B54321;
  color: #fff;
  border: 1px #B54321 solid;
}
.dexp-shortcodes-box.box-background .box-icon i {
  color: #FFF;
}
.dexp-shortcodes-box.box-background:hover i {
  color: #B54321;
}
.dexp-shortcodes-box:not(.box-background) .box-icon {
  color: #B54321;
}
.dexp-shortcodes-box.box-left .box-icon span,
.dexp-shortcodes-box.box-right .box-icon span,
.dexp-shortcodes-box.box-top .box-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: -49px;
}
.dexp-shortcodes-box.box-left .box-icon i,
.dexp-shortcodes-box.box-right .box-icon i,
.dexp-shortcodes-box.box-top .box-icon i {
  color: #ffffff;
  float: left;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  background-color: #B54321;
  width: 45px;
  font-size: 18px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}
.dexp-shortcodes-box.box-left .box-icon i:hover,
.dexp-shortcodes-box.box-right .box-icon i:hover,
.dexp-shortcodes-box.box-top .box-icon i:hover {
  background-color: #444444;
  color: #fff;
}
.dexp-shortcodes-box.box-left .box-icon i.active,
.dexp-shortcodes-box.box-right .box-icon i.active,
.dexp-shortcodes-box.box-top .box-icon i.active {
  background-color: #444444;
}
.dexp-shortcodes-box.box-left.box-none .box-icon,
.dexp-shortcodes-box.box-right.box-none .box-icon,
.dexp-shortcodes-box.box-top.box-none .box-icon {
  font-size: 30px;
}
.dexp-shortcodes-box.box-left.box-none .box-icon span,
.dexp-shortcodes-box.box-right.box-none .box-icon span,
.dexp-shortcodes-box.box-top.box-none .box-icon span {
  top: -53px;
}
.dexp-shortcodes-box.box-left h3.box-title,
.dexp-shortcodes-box.box-right h3.box-title,
.dexp-shortcodes-box.box-top h3.box-title {
  margin-bottom: 10px;
  text-decoration: none;
}
.dexp-shortcodes-box.box-left .box-content,
.dexp-shortcodes-box.box-right .box-content,
.dexp-shortcodes-box.box-top .box-content {
  font-size: 13px;
}
.dexp-shortcodes-box.box-left:not(.box-none):hover .box-icon span,
.dexp-shortcodes-box.box-right:not(.box-none):hover .box-icon span,
.dexp-shortcodes-box.box-top:not(.box-none):hover .box-icon span {
  top: 0px;
}
.dexp-shortcodes-box.box-left.box-background:hover .box-icon,
.dexp-shortcodes-box.box-right.box-background:hover .box-icon,
.dexp-shortcodes-box.box-top.box-background:hover .box-icon {
  background: #FFF;
  color: #B54321;
}
.dexp-shortcodes-box.box-left.box-background:hover .box-icon span,
.dexp-shortcodes-box.box-right.box-background:hover .box-icon span,
.dexp-shortcodes-box.box-top.box-background:hover .box-icon span {
  top: 0px;
}
.dexp-shortcodes-box.box-top .box-icon {
  width: 45px;
  height: 45px;
  font-size: 15px;
  line-height: 45px;
  margin: 3px 15px 10px 0;
  float: left;
}
.dexp-shortcodes-box.box-top .box-icon:hover {
  color: #fff;
}
.dexp-shortcodes-box.box-top h3 {
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: left;
}
.dexp-shortcodes-box.box-left .box-icon {
  float: left;
  margin: 3px 0 0 0;
}
.dexp-shortcodes-box.box-left .box-title,
.dexp-shortcodes-box.box-left .box-content {
  margin-left: 60px;
  text-align: left;
}
.dexp-shortcodes-box.box-right .box-icon {
  float: right;
  margin: 3px 0px 15px 15px;
}
.dexp-shortcodes-box.box-right .box-title,
.dexp-shortcodes-box.box-right .box-content {
  margin-right: 60px;
  text-align: right;
}
.dexp-shortcodes-box.box-circle:not(.parallax) .box-icon {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  background-color: #B54321;
}
.dexp-shortcodes-box.box-circle:not(.parallax) .box-icon:hover {
  background-color: #444444;
  color: #fff;
}
.dexp-shortcodes-box.parallax .box-icon {
  border: 1px #FFF solid;
}
.dexp-shortcodes-box.parallax h3.box-title {
  color: #fff !important;
}
.dexp-shortcodes-box.parallax .box-icon:hover {
  background-color: #B54321;
  color: #fff;
}
.dexp-shortcodes-box.box-center:not(.hovericon):not(.box-none) .box-icon {
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  margin: 0 auto;
  border: 1px #A9A9A9 solid;
  background-color: #FFF;
}
.dexp-shortcodes-box.box-center:not(.hovericon):not(.box-none):hover .box-icon {
  background: #B54321 !important;
  color: #fff;
  border: 1px #B54321 solid;
}
.dexp-shortcodes-box.box-center:not(.hovericon):not(.box-none) h3.box-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.5px;
}
.dexp-shortcodes-box.box-center:not(.hovericon) .box-title {
  text-align: center;
  margin: 30px 30px 0;
}
.dexp-shortcodes-box.box-center:not(.hovericon) .box-content {
  text-align: center;
  margin: 10px 0px;
}
.dexp-shortcodes-box.box-center:not(.hovericon).box-none .box-icon {
  font-size: 95px;
  height: 102px;
}
.dexp-shortcodes-box.box-center:not(.hovericon).box-none h3.box-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.dexp-shortcodes-box.box-custom {
  border: 1px solid #ddd;
  background: #fff;
  margin: 57px 0 30px;
  padding: 50px 20px 10px;
  text-align: center;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.dexp-shortcodes-box.box-custom .icn-main-container {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
}
.dexp-shortcodes-box.box-custom .icn-main-container.box-image img {
  position: relative;
  top: 0;
  border: 1px solid #B54321;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 75px;
  height: 75px;
  line-height: 75px;
}
.dexp-shortcodes-box.box-custom .icn-main-container.box-image img:hover {
  top: -15px;
  cursor: pointer;
}
.dexp-shortcodes-box.box-custom .effect-slide-bottom {
  opacity: 0;
  -webkit-transform: rotate(0px) scale(30%) skew(0px) translate(10px);
  -moz-transform: rotate(0px) scale(30%) skew(0px) translate(10px);
  -o-transform: rotate(0px) scale(30%) skew(0px) translate(10px);
  -ms-transform: rotate(0px) scale(30%) skew(0px) translate(10px);
  transform: rotate(0px) scale(30%) skew(0px) translate(10px);
}
.dexp-shortcodes-box.box-custom .effect-slide-bottom.in {
  opacity: 1;
  -webkit-transform: rotate(0px) scale(0px) skew(0px) translate(10px);
  -moz-transform: rotate(0px) scale(0px) skew(0px) translate(10px);
  -o-transform: rotate(0px) scale(0px) skew(0px) translate(10px);
  -ms-transform: rotate(0px) scale(0px) skew(0px) translate(10px);
  transform: rotate(0px) scale(0px) skew(0px) translate(10px);
}
.dexp-shortcodes-box.box-custom .title h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
}
.dexp-shortcodes-box.box-custom .serviceicon {
  background: #B54321;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  color: #fff;
  font-size: 21px;
  height: 65px;
  line-height: 65px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 65px;
  z-index: 5;
}
.dexp-shortcodes-box.box-custom .serviceicon i {
  color: #fff;
}
.dexp-shortcodes-box.box-custom:hover .serviceicon {
  background-color: #444444;
}
.dexp-shortcodes-box.box-custom:hover .serviceicon i {
  color: #fff;
}
.dexp-shortcodes-box.box-custom.text-center {
  text-align: center;
}
.dexp-shortcodes-box.box-custom.box-diamond .serviceicon {
  transform: rotate(-45deg);
}
.dexp-shortcodes-box.box-custom.box-diamond .serviceicon i {
  transform: rotate(45deg);
}
.dexp-shortcodes-box.box-custom.box-circle .serviceicon {
  border-radius: 50%;
}
.dexp-shortcodes-box.box-custom.box-square .serviceicon {
  border-radius: 5px;
}
.dexp-shortcodes-box.box-active .serviceicon {
  background-color: #444444;
}
.hovericon h3.box-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.5px;
}
.hovericon .box-title {
  text-align: center;
  margin: 10px 10px 0;
}
.hovericon .box-icon {
  border: none !important;
  background-color: transparent !important;
}
.hovericon i {
  border-radius: 50%;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  height: 75px;
  line-height: 75px;
  margin: 15px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 75px;
  z-index: 1;
}
.hovericon i:after {
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.hovericon i:before {
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 80px;
  text-transform: none;
}
.hovericon i.effect-1:after {
  box-shadow: 0 0 0 4px #B54321;
  left: -7px;
  opacity: 0;
  padding: 7px;
  top: -7px;
  transform: scale(0.8);
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.hovericon i.effect-1.sub-a:hover:after {
  opacity: 1;
  transform: scale(1);
}
.hovericon i.effect-1.sub-a:hover,
.hovericon i.effect-1.sub-a:hover i,
.hovericon i.effect-1,
.hovericon i.effect-1.sub-a:hover {
  background-color: #B54321;
}
.hovericon h3.box-title {
  font-size: 15px !important;
}
.box-hexagon:hover i {
  color: #fff !important;
}
.box-hexagon strong {
  font-weight: normal;
  color: #000;
}
.box-hexagon .box-icon {
  color: #FFFFFF !important;
  height: 50px !important;
  line-height: 55px !important;
  margin: 35px auto !important;
  position: relative !important;
  width: 90px !important;
  background-color: #B54321 !important;
}
.box-hexagon .box-icon i:hover {
  color: #fff;
}
.box-hexagon .box-icon:before {
  border-bottom-color: #B54321 !important;
  border-bottom: 24px solid #B54321;
  border-left: 45px solid rgba(0,0,0,0);
  border-right: 45px solid rgba(0,0,0,0);
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -25px;
  width: 0;
}
.box-hexagon .box-icon:after {
  border-left: 45px solid rgba(0,0,0,0);
  border-right: 45px solid rgba(0,0,0,0);
  border-top: 24px solid #B54321;
  bottom: -25px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.pricing_details .pricing-box {
  border: 1px solid #A9A9A9;
  margin: 40px 0;
  padding: 20px;
  text-align: center;
}
.pricing_details .pricing-box h3 {
  font-size: 20px;
}
.pricing_details .pricing-box hr {
  border-color: #DEE5E8;
  border-style: dotted;
  margin: 20px -20px;
}
.pricing_details .pricing-box .price {
  border-radius: 500px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  height: 130px !important;
  line-height: 130px !important;
  margin: 0 auto !important;
  text-align: center;
  width: 130px !important;
  background-color: #B54321;
}
.pricing_details .pricing-box .pricing {
  list-style: none outside none;
  margin: 0 !important;
  padding: 0;
}
.pricing_details .pricing-box .pricing li {
  font-size: 13px;
  line-height: 31px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.pricing_details .pricing-box .jtbtn {
  -moz-user-select: none;
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 1px solid #292723;
  color: #292723 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 23px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.pricing_details .pricing-box:hover {
  background-color: #B54321;
}
.pricing_details .pricing-box:hover h3 {
  color: #FFF;
}
.pricing_details .pricing-box:hover .price {
  background-color: #FFF;
  color: #B54321;
}
.pricing_details .pricing-box:hover li {
  color: #FFF;
}
.pricing_details .pricing-box:hover .jtbtn {
  background-color: #FFF;
  border-color: #FFF;
}
.rating-block {
  border: 1px solid #D3D3D3;
  padding: 20px 20px 0;
  background-color: #FFF;
}
.rating-block .client-image {
  margin: 3px 20px 20px 0;
  width: 80px;
  border-radius: 50%;
  float: left;
  margin: 0 15px 15px 0;
}
.rating-block .client-image:hover {
  opacity: 0.7;
}
.rating-block .rating br {
  display: none;
}
.rating-block .pull-left span,
.rating-block .pull-right i {
  color: #B54321;
}
.rating-block:hover {
  background-color: #B54321 !important;
}
.rating-block:hover span,
.rating-block:hover p,
.rating-block:hover i {
  color: #fff;
}
ol li ul,
ol li ol {
  margin-bottom: 0;
  margin-left: 1.25em;
}
ul li ul,
ul li ol {
  margin-bottom: 0;
  margin-left: 1.25em;
}
.featureslist li,
.product_details li,
.check li {
  position: relative;
}
.featureslist li:before,
.product_details li:before,
.check li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  color: #B54321;
}
.featureslist li:before {
  content: "" !important;
  padding-right: 8px !important;
}
.featureslist li {
  list-style: none;
  list-style-image: none;
}
.the-icons li,
.bs-glyphicons li {
  list-style-image: none;
  list-style: none;
}
.nav-stacked li {
  border-color: #EFEFEF !important;
  border-style: solid !important;
  border-width: 0 0 1px !important;
}
.nav-stacked > li > a {
  border: 0 solid #EFEFEF !important;
  color: #83939C;
}
.bs-glyphicons li {
  border: 1px solid #DDDDDD;
  float: left;
  font-size: 12px;
  height: 115px;
  line-height: 1.4;
  margin: 0 -1px -1px 0;
  padding: 10px;
  text-align: center;
  width: 20%;
}
.bs-glyphicons li:hover {
  background: #B54321;
  color: #FFF;
}
.bs-glyphicons .glyphicon {
  display: block;
  font-size: 24px;
  margin: 5px auto 10px;
}
.skills_boxes {
  margin: 40px 0;
}
.skills_boxes .chart {
  margin-bottom: 20px;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.skills_boxes .chart .percent {
  display: block;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -3px;
  line-height: 7;
  position: absolute;
  text-align: center;
  top: -3px;
  width: 100%;
  z-index: 10;
}
.skills_boxes p {
  text-align: center;
}
.skills_boxes .title {
  text-align: center;
}
.skills_boxes .title h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.dexp-carousel img {
  width: 100%;
}
.milestone-counter {
  padding: 20px 5px;
  background: #ffffff;
  background-color: rgba(255,255,255,0.3);
  text-align: center;
  margin-bottom: 20px;
}
.milestone-counter .highlight {
  font-size: 51px;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 1.2;
  overflow: hidden;
  font-family: "Georgia", Courier, monospace;
  padding: 0;
  position: relative;
  color: #B54321;
}
.milestone-counter .milestone-details {
  color: #444444;
  padding-top: 10px;
  margin-bottom: 20px;
  font: italic 1.3rem/1.75 'PT Serif', Georgia, serif;
}
.about-stat {
  margin: 20px 0;
  overflow: hidden;
}
.about-stat .milestone-counter {
  background: #FAFAFA;
}
.testimonial {
  text-align: center;
  padding-top: 50px;
}
.testimonial .testimonials-content {
  color: #FFFFFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  font-family: 'Droid Serif', Georgia, "Times New Roman", serif !important;
  line-height: 25px;
}
.testimonial .testimonials-content:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 13px;
  padding: 5px 10px;
  color: #B54321;
}
.testimonial .testimonials-content:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 13px;
  padding: 5px;
  color: #B54321;
}
.testimonial .person-says {
  padding: 30px 0 50px 0;
}
.testimonial .person-says strong {
  border-style: none;
  border-width: 0;
  color: #FFFFFF;
  font-family: 'Pacifico', cursive;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
  text-decoration: none;
}
.testimonial .person-says .text-small {
  font-size: 18px;
  padding: 15px 0;
  color: #B54321;
  padding-left: 10px;
}
.testimonial .carousel-indicators li {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #212121;
  border-radius: 0;
  display: block;
  height: 4px;
  margin: 5px 6px;
  width: 25px;
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager {
  top: -40px;
  right: 10px;
  margin: 0;
  padding: 0;
  bottom: auto;
  text-align: right;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block !important;
  text-indent: -9999px;
  text-transform: capitalize;
  font-size: 0;
  display: block;
  line-height: 0;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-color: #ccc;
  margin: 0 0 0 5px;
  border-radius: inherit;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active,
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a:hover {
  background-color: #B54321;
  border-color: #B54321;
}
#section-header .container {
  position: relative;
}
.region-search {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.region-search.open {
  z-index: 999;
  opacity: 1;
}
.region-search input[type=text] {
  display: block;
  border: medium none !important;
  line-height: 100px;
  height: 1080px;
  width: 100%;
  font-size: 18px;
  font-style: italic;
}
.region-search input[type=text]:focus {
  border: medium none !important;
}
.search-icon {
  position: absolute;
  line-height: 100px;
  cursor: pointer;
  width: 30px;
  text-align: center;
  z-index: 999;
}
body.ltr {
  right: 30px;
}
body.ltr .region-search .search-close {
  right: 30px;
}
body.rtl {
  left: 30px;
}
body.rtl .region-search .search-close {
  left: 30px;
}
.region-searchs {
  position: relative;
}
.region-searchs #block-search-form {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 15px;
  z-index: 99;
}
.region-searchs #block-search-form input[name=search_block_form] {
  padding: 0 10px;
  position: relative;
  opacity: 0;
  width: 40px;
  border: none;
  height: 27px;
  line-height: 27px;
}
.region-searchs #block-search-form input[name=search_block_form]:focus {
  width: 200px;
  border: 1px solid #F2F2F2;
  opacity: 1;
}
.region-searchs #block-search-form:after {
  font-family: 'FontAwesome';
  content: "\f002";
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 27px;
}
#section-header {
  background: #fff;
}
@media screen and (min-width: 992px) {
  .header-5 #section-header .region-navigation .dexp-menu > ul > li > a,
  .header-5 #section-header .region-navigation .dexp-menu > ul > li > span.nolink,
  .header-5 #section-header .region-tops .dexp-menu > ul > li > a,
  .header-5 #section-header .region-tops .dexp-menu > ul > li > span.nolink,
  .header-6 #section-header .region-navigation .dexp-menu > ul > li > a,
  .header-6 #section-header .region-navigation .dexp-menu > ul > li > span.nolink,
  .header-6 #section-header .region-tops .dexp-menu > ul > li > a,
  .header-6 #section-header .region-tops .dexp-menu > ul > li > span.nolink {
    line-height: 57px;
  }
  #section-header {
    border-bottom: 1px solid #F2F2F2;
    background: #fff;
  }
  #section-header .menu-toggler {
    display: none;
  }
  #section-header a.site-logo {
    line-height: 100px;
    -webkit-transition: line-height 0.3s;
    -moz-transition: line-height 0.3s;
    -o-transition: line-height 0.3s;
    transition: line-height 0.3s;
  }
  #section-header .dexp-menu ul li {
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
  }
  #section-header .dexp-menu ul li a,
  #section-header .dexp-menu ul li span.nolink {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #777;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.573em;
    padding: 17px 18px;
    text-decoration: none;
  }
  #section-header .dexp-menu ul li a:hover,
  #section-header .dexp-menu ul li a.active,
  #section-header .dexp-menu ul li span.nolink:hover,
  #section-header .dexp-menu ul li span.nolink.active {
    color: #B54321;
  }
  #section-header .dexp-menu ul ul {
    background: #fff;
    border: 1px solid #efefef;
    width: 202px;
    margin: 0;
  }
  #section-header .dexp-menu ul ul li {
    width: 200px;
    border-bottom: 1px solid #F2F2F2;
  }
  #section-header .dexp-menu ul ul li.last {
    border-bottom: none;
  }
  #section-header .dexp-menu ul ul li a,
  #section-header .dexp-menu ul ul li span.nolink {
    line-height: 36px;
    display: block;
    padding: 0px 15px;
  }
  #section-header .dexp-menu ul ul li a:hover,
  #section-header .dexp-menu ul ul li a.active,
  #section-header .dexp-menu ul ul li span.nolink:hover,
  #section-header .dexp-menu ul ul li span.nolink.active {
    color: #B54321;
  }
  #section-header .dexp-menu ul ul li.expanded >a:after,
  #section-header .dexp-menu ul ul li.expanded >span.nolink:after {
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #777;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
    position: absolute;
    right: 15px;
    top: 10px;
  }
  #section-header .dexp-menu ul ul li.expanded:hover >a,
  #section-header .dexp-menu ul ul li.expanded:hover >span.nolink,
  #section-header .dexp-menu ul ul li.expanded.active >a,
  #section-header .dexp-menu ul ul li.expanded.active >span.nolink {
    color: #B54321;
  }
  #section-header .dexp-menu ul ul li.expanded:hover >a:after,
  #section-header .dexp-menu ul ul li.expanded:hover >span.nolink:after,
  #section-header .dexp-menu ul ul li.expanded.active >a:after,
  #section-header .dexp-menu ul ul li.expanded.active >span.nolink:after {
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #B54321;
  }
  #section-header .dexp-menu ul ul.w2 {
    width: 404px;
  }
  #section-header .dexp-menu >ul>li >a,
  #section-header .dexp-menu >ul>li >span.nolink {
    border-top: 3px solid transparent;
    line-height: 100px;
  }
  #section-header .dexp-menu >ul>li >a:hover,
  #section-header .dexp-menu >ul>li >a.active,
  #section-header .dexp-menu >ul>li >span.nolink:hover,
  #section-header .dexp-menu >ul>li >span.nolink.active {
    border-top: 3px solid #B54321;
  }
  #section-header .dexp-menu >ul>li.expanded >ul:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,0.15);
    position: absolute;
    top: -7px;
    left: 9px;
  }
  #section-header .dexp-menu >ul>li.expanded >ul:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 10px;
  }
  #section-header .dexp-menu >ul>li.expanded >a:after,
  #section-header .dexp-menu >ul>li.expanded >span.nolink:after {
    border-color: #656565 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin: 0;
    width: 0;
    position: absolute;
    right: 6px;
    top: 50%;
  }
  #section-header .dexp-menu >ul>li.expanded >a.icon-home:before,
  #section-header .dexp-menu >ul>li.expanded >span.nolink.icon-home:before {
    content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 13px;
    position: absolute;
    left: 3px;
    padding-top: 0.5px;
  }
  #section-header .dexp-menu >ul>li.expanded:hover >a,
  #section-header .dexp-menu >ul>li.expanded:hover >span.nolink,
  #section-header .dexp-menu >ul>li.expanded.active >a,
  #section-header .dexp-menu >ul>li.expanded.active >span.nolink {
    border-top: 3px solid #B54321;
    color: #B54321;
  }
  #section-header .dexp-menu >ul>li.expanded:hover >a:after,
  #section-header .dexp-menu >ul>li.expanded:hover >span.nolink:after,
  #section-header .dexp-menu >ul>li.expanded.active >a:after,
  #section-header .dexp-menu >ul>li.expanded.active >span.nolink:after {
    border-color: #B54321 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  }
  #section-header.fixed-transition a.site-logo {
    line-height: 80px;
  }
  #section-header.fixed-transition .dexp-menu >ul>li>a,
  #section-header.fixed-transition .dexp-menu >ul>li>span.nolink {
    line-height: 80px;
  }
  #section-header.fixed-transition .region-search {
    height: 80px;
  }
  #section-header.fixed-transition .region-search input[type=text] {
    height: 80px;
    line-height: 80px;
  }
  #section-header.fixed-transition .region-search .search-close {
    line-height: 80px;
  }
  #section-header.fixed-transition .search-icon {
    line-height: 80px;
  }
  body.rtl #section-header .dexp-menu >ul>li.expanded >ul:after {
    right: 10px;
    left: auto;
  }
  body.rtl #section-header .dexp-menu >ul>li.expanded >ul:before {
    right: 9px;
    left: auto;
  }
  body.rtl #section-header .dexp-menu ul li {
    float: right;
  }
}
@media screen and (max-width: 991px) {
  #section-header {
    box-shadow: 0 2px 4px -3px gray;
  }
  #section-header a.site-logo {
    line-height: 60px;
  }
  #section-header .region-search {
    height: 60px;
  }
  #section-header .region-search input[type=text] {
    height: 60px;
    line-height: 60px;
  }
  #section-header .search-close,
  #section-header .search-icon {
    line-height: 60px;
  }
  #section-header .dexp-dropdown ul {
    background: #fff;
  }
  #section-header .dexp-dropdown ul li {
    list-style: none;
    padding: 0;
    line-height: 2;
  }
  #section-header .dexp-dropdown ul li a {
    color: #777;
    font-size: 14px;
  }
  #section-header .dexp-dropdown ul li a:hover,
  #section-header .dexp-dropdown ul li a.active {
    color: #B54321;
  }
  .dexp-menu-toggler {
    line-height: 60px;
    position: absolute;
    right: 0;
    padding: 0;
    top: -60px;
    border: none;
    box-shadow: none;
  }
  .dexp-menu-toggler i.fa {
    border: 1px solid #F5F5F5;
    color: #999999;
    font-size: 21px;
    line-height: 35px;
    width: 40px;
  }
  .dexp-menu-toggler:focus,
  .dexp-menu-toggler:active {
    border: none;
    box-shadow: none;
  }
  body[class*=preset-dark] .dexp-dropdown {
    background: #292929;
  }
  .menu-toggler {
    width: 30px;
    text-align: center;
    display: block;
    padding: 5px 0;
    right: 0;
  }
  body.rtl #section-header .dexp-dropdown ul li {
    text-align: right;
    margin: 0 0.5em 0 0;
  }
  body.rtl .menu-toggler {
    left: 0;
    right: auto;
  }
  body.rtl .menu-toggler.fa-angle-right:before {
    content: "\f104";
  }
  .header-5 .dexp-menu-toggler,
  .header-6 .dexp-menu-toggler {
    top: -48px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .dexp-menu-toggler {
    right: 5px;
  }
  .header-6 .dexp-menu-toggler {
    top: -100px;
  }
  .header-5 .dexp-menu-toggler {
    top: -90px;
  }
}
.dexp-portfolio-filter,
.dexp-masonry-filter {
  margin: 0;
  padding: 0;
  text-align: center;
}
.dexp-portfolio-filter li,
.dexp-masonry-filter li {
  display: inline-block;
  margin-right: 15px;
}
.dexp-portfolio-filter li a,
.dexp-masonry-filter li a {
  text-decoration: none;
  color: #444444;
  padding: 5px 10px;
  margin-top: 0px;
  font-weight: 300;
  letter-spacing: -0.09px;
  text-transform: uppercase;
}
.dexp-portfolio-filter li a.active,
.dexp-masonry-filter li a.active {
  color: #fff;
  background: #B54321;
}
.dexp-portfolio-filter li a.active:hover,
.dexp-masonry-filter li a.active:hover {
  color: #fff;
}
.dexp-portfolio-filter li a:hover,
.dexp-masonry-filter li a:hover {
  color: #818181;
}
.portfolio-filters {
  margin-bottom: 40px;
}
div[id^=portfolio-page] .node-dexp-portfolio {
  margin-bottom: 30px;
}
.view-portfolio-masonry .portfolio-item-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
}
.view-portfolio-masonry .portfolio-item-inner .portfolio-item-overlay {
  background: rgba(181,67,33,0.8) !important;
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  top: 0;
  transition-duration: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  width: 100%;
}
.view-portfolio-masonry .portfolio-item-inner .portfolio-category {
  background: #2c2c2c;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  padding: 1px 10px;
  color: #fff;
  margin: 10px 0 14px;
}
.view-portfolio-masonry .portfolio-item-inner:hover .portfolio-item-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.portfolio-item-inner .portfolio-item-tools {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.portfolio-item-inner .portfolio-item-tools span {
  display: inline-block;
  border: 1px solid #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.portfolio-item-inner .portfolio-item-tools .view-details {
  color: #FFF;
  position: absolute;
  top: -20px;
  left: -200px;
  opacity: 0;
}
.portfolio-item-inner .portfolio-item-tools .zoom {
  color: #FFF;
  position: absolute;
  right: -200px;
  top: -20px;
  opacity: 0;
}
.portfolio-item-inner .title {
  color: #FFF;
  position: absolute;
  opacity: 0;
  top: 150%;
  width: 100%;
  left: 0;
  text-align: center;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
}
.portfolio-item-inner:hover .portfolio-item-overlay {
  opacity: 1;
}
.portfolio-item-inner:hover .view-details {
  left: -45px;
  opacity: 1;
}
.portfolio-item-inner:hover .zoom {
  right: -45px;
  opacity: 1;
}
.portfolio-item-inner:hover .title {
  top: 50%;
  opacity: 1;
  text-decoration: none;
}
.portfolio-item-inner {
  position: relative;
}
.portfolio-item-inner .portfolio-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}
body.node-type-dexp-portfolio .node-dexp-portfolio .field-name-field-portfolio-url {
  border-top: 1px solid #2F2F2F;
  padding-top: 20px;
  margin-top: 20px;
}
body.node-type-dexp-portfolio h3.portfolio-detail {
  border-bottom: 1px solid #AAA;
  position: relative;
  line-height: 35px;
  margin: 0 0 15px;
}
body.node-type-dexp-portfolio h3.portfolio-detail:after {
  width: 20%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  background: #B54321;
  content: "";
  left: 0;
}
h3.portfolio-title {
  margin: 10px 0 14px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding: 25px 0 0;
  font-weight: 600;
  letter-spacing: normal;
}
h3.portfolio-title a {
  color: #fff;
}
h3.portfolio-title a:hover,
h3.portfolio-title a:focus {
  color: #fff;
  text-decoration: none;
}
.field-name-field-portfolio-categories a {
  color: #D3D3D3;
}
.float-left {
  float: left;
  margin-right: 10px;
}
.view-portfolio .portfolio-wrap .portfolio-media {
  position: relative;
}
.view-portfolio .portfolio-wrap .portfolio-media .portfolio-overlay {
  display: block;
  left: 20px;
  bottom: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: crosshair;
  text-align: center;
  background: rgba(181,67,33,0.8) url(../images/magnifier.png) no-repeat center;
  width: auto;
  height: auto;
}
.view-portfolio .portfolio-wrap .portfolio-media .portfolio-overlay:hover {
  opacity: 0.8;
  background: rgba(181,67,33,0.8) url(../images/magnifier.png) no-repeat center;
}
.view-portfolio .portfolio-wrap .portfolio-media .portfolio-overlay a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: crosshair;
}
.view-portfolio .portfolio-wrap .portfolio-media .portfolio-overlay a i {
  display: none;
}
.view-portfolio .portfolio-teaser .portfolio-category,
.view-portfolio .portfolio-wrap .portfolio-category {
  font-weight: 100;
  display: inline-block;
  border-bottom: 1px solid transparent;
  line-height: 1;
  background: transparent;
  color: #999999;
  padding: 0;
  font-size: 13px;
}
.view-portfolio .portfolio-teaser .portfolio-category a,
.view-portfolio .portfolio-wrap .portfolio-category a {
  color: #999999;
}
.view-portfolio .portfolio-teaser .portfolio-category i,
.view-portfolio .portfolio-wrap .portfolio-category i {
  color: #B54321;
}
.view-portfolio .portfolio-teaser .portfolio-category .field-name-field-portfolio-categories,
.view-portfolio .portfolio-wrap .portfolio-category .field-name-field-portfolio-categories {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.view-portfolio .portfolio-teaser .portfolio-category:hover,
.view-portfolio .portfolio-wrap .portfolio-category:hover {
  border-bottom: 1px solid #777;
  color: #999999;
}
.view-portfolio .portfolio-teaser .portfolio-category:hover i,
.view-portfolio .portfolio-wrap .portfolio-category:hover i {
  color: #777;
}
.portfolio-detail h3 {
  margin: 15px 0 10px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  text-decoration: none;
}
.portfolio-detail h3 a {
  color: #2b2b2b;
}
.portfolio-detail h3 a:hover {
  text-decoration: underline;
  color: #2b2b2b;
}
.view-portfolio .portfolio-media {
  position: relative;
}
.view-portfolio .portfolio-media .portfolio-overlay {
  background: rgba(181,67,33,0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  display: block;
  height: 100%;
  text-align: center;
  left: 0;
  top: 0;
  -webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  width: 100%;
  cursor: pointer;
}
.view-portfolio .portfolio-media .portfolio-overlay:hover {
  opacity: 1;
  background: rgba(181,67,33,0.8);
}
.view-portfolio .portfolio-media .portfolio-overlay a {
  cursor: pointer;
}
.view-portfolio .portfolio-category {
  background: #2a2a2a;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 1px 10px;
  color: #fff;
  line-height: 24px;
  border: 0;
}
.view-portfolio .portfolio-category i {
  color: #fff;
}
.view-portfolio .portfolio-category .field-name-field-portfolio-categories {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.view-portfolio .portfolio-category:hover {
  border: none;
  color: #fff;
}
.view-portfolio .portfolio-category:hover i {
  color: #fff;
}
.view-portfolio-wrap {
  padding: 0;
}
.view-portfolio-wrap .portfolio-media {
  margin-bottom: 30px;
}
.view-portfolio-wrap .view-content {
  list-style: none;
  padding: 25px 25px 0;
  margin: 0;
  text-align: center;
  border: 1px solid #ECECEC;
  width: 100%;
}
.view-portfolio .bx-viewport {
  height: auto !important;
}
.bxslide-style2 .portfolio-teaser .portfolio-media .field {
  position: relative;
}
.bxslide-style2 .portfolio-teaser .portfolio-media .field:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.15) inset;
  -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.15) inset;
  box-shadow: 0 0 0 0 rgba(0,0,0,0.15) inset;
  -webkit-transition: all 0.3s cubic-bezier(0.770,0.000,0.175,1.000);
  -moz-transition: all 0.3s cubic-bezier(0.770,0.000,0.175,1.000);
  -o-transition: all 0.3s cubic-bezier(0.770,0.000,0.175,1.000);
  transition: all 0.3s cubic-bezier(0.770,0.000,0.175,1.000);
}
.bxslide-style2 .portfolio-teaser .portfolio-media .overlay-zoom {
  text-align: center;
  padding: 3px 0px;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #333;
  opacity: 0.85;
  filter: alpha(opacity=85);
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.770,0.000,0.175,1.000);
  -moz-transition: all 0.3s cubic-bezier(0.770,0.000,0.175,1.000);
  -o-transition: all 0.3s cubic-bezier(0.770,0.000,0.175,1.000);
  transition: all 0.3s cubic-bezier(0.770,0.000,0.175,1.000);
}
.bxslide-style2 .portfolio-teaser .portfolio-media div.dexp_carousel .carousel-control span {
  background: #333333;
}
.bxslide-style2 .portfolio-teaser:hover .field:after {
  -webkit-box-shadow: 0 0 0 150px rgba(0,0,0,0.4) inset;
  -moz-box-shadow: 0 0 0 150px rgba(0,0,0,0.4) inset;
  box-shadow: 0 0 0 150px rgba(0,0,0,0.4) inset;
}
.bxslide-style2 .portfolio-teaser:hover .overlay-zoom {
  filter: alpha(opacity=85);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.bxslide-style2 .bx-viewport {
  margin-top: 25px;
}
.bxslide-style2 .bx-wrapper .bx-controls-direction {
  position: absolute;
  top: 45%;
  width: 100%;
}
.bxslide-style2 .bx-wrapper .bx-controls-direction a {
  background: #333333;
}
.bxslide-style2 .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -10px;
}
.bxslide-style2 .bx-wrapper .bx-controls-direction a.bx-next {
  right: -10px;
}
.bxslide-style2 .bx-wrapper .bx-controls-direction a:hover {
  background: #B54321;
}
.page-node-36 .view-portfolio-wrap,
.page-node-39 .view-portfolio-wrap {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .view-portfolio .portfolio-wrap .portfolio-media .field-items img {
    width: 100%;
  }
  .view-blog .bx-wrapper .bx-viewport {
    border: 0;
    left: auto;
  }
}
.ImageWrapper {
  display: block;
  overflow: hidden;
  position: relative;
}
.WhiteRounded {
  border: medium none;
  display: inline-block !important;
  loat: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 250px 250px 250px;
  border-radius: 250px 250px 250px;
  -webkit-box-shadow: 0 0 1px #ffffff, inset 0 0 2px rgba(255,255,255,0.1);
  box-shadow: 0 0 1px #ffffff, inset 0 0 2px rgba(255,255,255,0.1);
  border: 1px solid #ffffff;
}
.ImageWrapper .ImageOverlayH.orange {
  background: rgba(255,108,19,0.8);
}
.ImageWrapper .ImageOverlayH.blue {
  background: rgba(33,194,248,0.8);
}
.ImageWrapper .ImageOverlayH.purple {
  background: rgba(87,77,229,0.8);
}
.ImageWrapper .ImageOverlayH.yellow {
  background: rgba(226,228,31,0.8);
}
.ImageWrapper .StyleBe {
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: center;
  right: 0;
  width: 100%;
  bottom: 25%;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleBe {
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
}
.ImageWrapper .StyleBe1 {
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: center;
  right: 0;
  width: 100%;
  bottom: 43%;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleBe1 {
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
}
.WhiteRounded > a {
  color: #ffffff;
  display: block;
  font-weight: normal;
}
.WhiteRounded > a:hover {
  color: #ffffff;
}
.RedRounded {
  background-color: #D8322B;
  border: medium none;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 250px 250px 250px;
  border-radius: 250px 250px 250px;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5), inset 0 0 2px rgba(0,0,0,0.1);
  box-shadow: 0 0 1px rgba(0,0,0,0.5), inset 0 0 2px rgba(0,0,0,0.1);
}
.RedRounded > a {
  color: #FFFFFF;
  display: block;
  font-weight: normal;
}
.BlackRounded {
  background-color: #222222;
  border: medium none;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 250px 250px 250px;
  border-radius: 250px 250px 250px;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5), inset 0 0 2px rgba(0,0,0,0.1);
  box-shadow: 0 0 1px rgba(0,0,0,0.5), inset 0 0 2px rgba(0,0,0,0.1);
}
.BlackRounded > a {
  color: #ffffff;
  display: block;
  font-weight: normal;
}
.WhiteHollowRounded {
  border: 1px solid #ffffff;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.WhiteHollowRounded > a {
  color: #ffffff;
  display: block;
  font-weight: normal;
}
.BlackHollowRounded {
  border: 1px solid #222222;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.BlackHollowRounded > a {
  color: #222222;
  display: block;
  font-weight: normal;
}
.WhiteSquare {
  background: #ffffff;
  border: medium none;
  display: inline-block !important;
  float: none !important;
  font-size: 13px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5), inset 0 0 2px rgba(0,0,0,0.1);
  box-shadow: 0 0 1px rgba(0,0,0,0.5), inset 0 0 2px rgba(0,0,0,0.1);
}
.WhiteSquare > a {
  color: #222222;
  display: block;
  font-weight: normal;
}
.BlackSquare {
  background-color: #222222;
  border: medium none;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px 4px 4px;
  border-radius: 4px 4px 4px;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5), inset 0 0 2px rgba(0,0,0,0.1);
  box-shadow: 0 0 1px rgba(0,0,0,0.5), inset 0 0 2px rgba(0,0,0,0.1);
}
.BlackSquare > a {
  color: #ffffff;
  display: block;
  font-weight: normal;
}
.WhiteHollowSquare {
  border: 1px solid #ffffff;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px 4px 4px;
  border-radius: 4px 4px 4px;
}
.WhiteHollowSquare > a {
  color: #ffffff;
  display: block;
  font-weight: normal;
}
.BlackHollowSquare {
  border: 1px solid #222222;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 4px 4px 4px;
  border-radius: 4px 4px 4px;
}
.BlackHollowSquare > a {
  color: #222222;
  display: block;
  font-weight: normal;
}
.VisibleButtons {
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
}
.VisibleImageOverlay {
  position: absolute;
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .6;
  visibility: visible;
}
.ImageWrapper .ImageOverlayH {
  background: #B54321;
  display: block;
  left: 20px;
  bottom: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: crosshair;
}
.ImageWrapper:hover .ImageOverlayH {
  opacity: 0.8;
}
.ImageWrapper .ImageOverlayHe {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 0;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlayHe {
  height: 100%;
  top: 0;
  opacity: 1;
}
.ImageWrapper .ImageOverlayLi:after {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 100%;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlayLi:after {
  top: -50%;
  opacity: 1;
}
.ImageWrapper .ImageOverlayLi:before {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  bottom: -100%;
  height: 100%;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlayLi:before {
  bottom: -50%;
  opacity: 1;
}
.ImageWrapper .ImageOverlayBe:after {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 100%;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlayBe:after {
  top: 50%;
  opacity: 1;
}
.ImageWrapper .ImageOverlayBe:before {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  bottom: -100%;
  height: 100%;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlayBe:before {
  bottom: 50%;
  opacity: 1;
}
.ImageWrapper .ImageOverlayB {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 100%;
  display: block;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
}
.ImageWrapper:hover .ImageOverlayB {
  left: 0;
  width: 100%;
  opacity: 1;
}
.ImageWrapper .ImageOverlayC:after {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 100%;
  content: "";
  display: block;
  right: -100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlayC:after {
  right: -50%;
  opacity: 1;
}
.ImageWrapper .ImageOverlayC:before {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 100%;
  content: "";
  display: block;
  left: -100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlayC:before {
  left: -50%;
  opacity: 1;
}
.ImageWrapper .ImageOverlayN:after {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 100%;
  content: "";
  display: block;
  right: -100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlayN:after {
  right: 50%;
  opacity: 1;
}
.ImageWrapper .ImageOverlayN:before {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 100%;
  content: "";
  display: block;
  left: -100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlayN:before {
  left: 50%;
  opacity: 1;
}
.ImageWrapper .ImageOverlayO {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 100%;
  display: block;
  left: -100%;
  opacity: 0;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlayO {
  left: 0;
  top: 0;
  opacity: 1;
}
.ImageWrapper .ImageOverlayF {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 100%;
  display: block;
  right: -100%;
  opacity: 0;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlayF {
  right: 0;
  top: 0;
  opacity: 1;
}
.ImageWrapper .ImageOverlayNe {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 100%;
  display: block;
  left: -100%;
  opacity: 0;
  position: absolute;
  bottom: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlayNe {
  bottom: 0;
  left: 0;
  opacity: 1;
}
.ImageWrapper .ImageOverlayNa {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 100%;
  display: block;
  right: -100%;
  opacity: 0;
  position: absolute;
  bottom: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlayNa {
  bottom: 0;
  right: 0;
  opacity: 1;
}
.ImageWrapper .ImageOverlayMg {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 100%;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlayMg {
  top: 0;
  opacity: 1;
}
.ImageWrapper .ImageOverlayAl {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 100%;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  bottom: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlayAl {
  bottom: 0;
  opacity: 1;
}
.ImageWrapper .ImageOverlaySi {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 100%;
  display: block;
  top: 0;
  opacity: 0;
  position: absolute;
  right: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlaySi {
  right: 0;
  opacity: 1;
}
.ImageWrapper .ImageOverlayP {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 100%;
  display: block;
  top: 0;
  opacity: 0;
  position: absolute;
  left: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.ImageWrapper:hover .ImageOverlayP {
  left: 0;
  opacity: 1;
}
.ImageWrapper .ImageOverlayS {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 100%;
  display: block;
  top: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  -webkit-transform: rotate(180deg) scale(0);
  -moz-transform: rotate(180deg) scale(0);
  -ms-transform: rotate(180deg) scale(0);
  -o-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0);
}
.ImageWrapper:hover .ImageOverlayS {
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
.ImageWrapper .ImageOverlayCl {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  height: 100%;
  display: block;
  top: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  -webkit-transform: rotate(-180deg) scale(0);
  -moz-transform: rotate(-180deg) scale(0);
  -ms-transform: rotate(-180deg) scale(0);
  -o-transform: rotate(-180deg) scale(0);
  transform: rotate(-180deg) scale(0);
}
.ImageWrapper:hover .ImageOverlayCl {
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
.ImageWrapper .ImageOverlayArLeft:before {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 100%;
  height: 100%;
  left: -100%;
  overflow: hidden;
}
.ImageWrapper .ImageOverlayArLeft:after {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s ease .2s;
  -moz-transition: all 0.2s ease .2s;
  -o-transition: all 0.2s ease .2s;
  transition: all 0.2s ease .2s;
  width: 100%;
  height: 100%;
  left: -100%;
  overflow: hidden;
}
.ImageWrapper .ImageOverlayArRight:before {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  -webkit-transition: all 0.2s ease .3s;
  -moz-transition: all 0.2s ease .3s;
  -o-transition: all 0.2s ease .3s;
  transition: all 0.2s ease .3s;
  width: 100%;
  height: 100%;
  right: -100%;
  overflow: hidden;
}
.ImageWrapper .ImageOverlayArRight:after {
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s ease .5s;
  -moz-transition: all 0.2s ease .5s;
  -o-transition: all 0.2s ease .5s;
  transition: all 0.2s ease .5s;
  width: 100%;
  height: 100%;
  right: -100%;
  overflow: hidden;
}
.ImageWrapper:hover .ImageOverlayArLeft:before,
.ImageWrapper:hover .ImageOverlayArLeft:after {
  opacity: 1;
  left: 50%;
}
.ImageWrapper:hover .ImageOverlayArRight:before,
.ImageWrapper:hover .ImageOverlayArRight:after {
  opacity: 1;
  right: 50%;
}
.GrayScale {
  -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: .6;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.GrayScale:hover {
  -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.BackgroundS:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.BackgroundRR:hover img {
  -webkit-transform: rotate(-10deg) scale(1.4);
  -moz-transform: rotate(-10deg) scale(1.4);
  -ms-transform: rotate(-10deg) scale(1.4);
  -o-transform: rotate(-10deg) scale(1.4);
  transform: rotate(-10deg) scale(1.4);
}
.BackgroundR:hover img {
  -webkit-transform: rotate(10deg) scale(1.4);
  -moz-transform: rotate(10deg) scale(1.4);
  -ms-transform: rotate(10deg) scale(1.4);
  -o-transform: rotate(10deg) scale(1.4);
  transform: rotate(10deg) scale(1.4);
}
.BackgroundRS img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.BackgroundRS:hover img {
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}
.BackgroundF:hover img {
  opacity: 0;
}
.BackgroundFS:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  opacity: 0;
}
.BackgroundFRS:hover img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.ImageWrapper .CStyleH {
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
  -moz-transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
  -o-transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
  transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
}
.ImageWrapper:hover .CStyleH {
  margin-top: -20px;
  opacity: 1;
  top: 50%;
  visibility: visible;
}
.ImageWrapper .CStyleHe {
  visibility: hidden;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
  -moz-transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
  -o-transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
  transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
}
.ImageWrapper:hover .CStyleHe {
  margin-bottom: -20px;
  opacity: 1;
  bottom: 50%;
  visibility: visible;
}
.ImageWrapper .CStyleLi {
  visibility: hidden;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: right;
  right: 0;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
  -moz-transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
  -o-transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
  transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
}
.ImageWrapper:hover .CStyleLi {
  margin-right: -42px;
  opacity: 1;
  right: 50%;
  visibility: visible;
}
.ImageWrapper .CStyleBe {
  visibility: hidden;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
  -moz-transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
  -o-transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
  transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
}
.ImageWrapper:hover .CStyleBe {
  margin-left: -42px;
  opacity: 1;
  left: 50%;
  visibility: visible;
}
.ImageWrapper .CStyleB {
  visibility: hidden;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
  -moz-transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
  -o-transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
  transition: all 400ms cubic-bezier(1.000,-0.6,0.570,-0.15);
}
.ImageWrapper:hover .CStyleB {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ImageWrapper .CStyleC span {
  position: absolute;
}
.ImageWrapper .CStyleC span:nth-of-type(1) {
  bottom: 30%;
  top: 70%;
  left: 0;
  margin: -10px 0 0 -68px;
  visibility: hidden;
  opacity: 1;
  -webkit-transition: all 400ms cubic-bezier(1.000,0,0.570,0) !important;
  -webkit-transition: all 400ms cubic-bezier(1.000,-0.36,0.570,-0.15) !important;
  -moz-transition: all 400ms cubic-bezier(1.000,-0.36,0.570,-0.15) !important;
  -o-transition: all 400ms cubic-bezier(1.000,-0.36,0.570,-0.15) !important;
  transition: all 400ms cubic-bezier(1.000,-0.36,0.570,-0.15) !important;
}
.ImageWrapper .CStyleC span:nth-of-type(2) {
  bottom: 30%;
  top: 70%;
  left: 50%;
  right: 50%;
  margin: -20px 0 0 -20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.ImageWrapper .CStyleC span:nth-of-type(3) {
  bottom: 30%;
  top: 70%;
  right: 0;
  margin: -20px -68px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(1.000,0,0.570,0) !important;
  -webkit-transition: all 400ms cubic-bezier(1.000,-0.36,0.570,-0.15) !important;
  -moz-transition: all 400ms cubic-bezier(1.000,-0.36,0.570,-0.15) !important;
  -o-transition: all 400ms cubic-bezier(1.000,-0.36,0.570,-0.15) !important;
  transition: all 400ms cubic-bezier(1.000,-0.36,0.570,-0.15) !important;
}
.ImageWrapper:hover .CStyleC span:nth-of-type(1) {
  left: 50%;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper:hover .CStyleC span:nth-of-type(2) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ImageWrapper:hover .CStyleC span:nth-of-type(3) {
  right: 50%;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper .StyleH {
  visibility: hidden;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleH {
  opacity: 1;
  visibility: visible;
}
.ImageWrapper .StyleHe {
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleHe {
  margin-top: -20px;
  opacity: 1;
  top: 50%;
  visibility: visible;
}
.ImageWrapper .StyleLi {
  visibility: hidden;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleLi {
  margin-bottom: -20px;
  opacity: 1;
  bottom: 35%;
  visibility: visible;
}
.ImageWrapper .StyleB {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: left;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleB {
  margin-left: -42px;
  opacity: 1;
  left: 50%;
  visibility: visible;
}
.ImageWrapper .StyleC {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleC {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ImageWrapper .StyleN {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  visibility: visible;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleN {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.ImageWrapper .StyleO span {
  position: absolute;
}
.ImageWrapper .StyleO span:nth-of-type(1) {
  bottom: 50%;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -42px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper .StyleO span:nth-of-type(2) {
  bottom: 50%;
  top: 50%;
  right: 50%;
  margin: -20px -42px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleO span:nth-of-type(1) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.ImageWrapper:hover .StyleO span:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.ImageWrapper .StyleF {
  visibility: hidden;
  -webkit-transform: scale(0.5) rotateX(360deg);
  -moz-transform: scale(0.5) rotateX(360deg);
  -ms-transform: scale(0.5) rotateX(360deg);
  -o-transform: scale(0.5) rotateX(360deg);
  transform: scale(0.5) rotateX(360deg);
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleF {
  opacity: 1;
  -webkit-transform: scale(1) rotateX(0deg);
  -moz-transform: scale(1) rotateX(0deg);
  -ms-transform: scale(1) rotateX(0deg);
  -o-transform: scale(1) rotateX(0deg);
  transform: scale(1) rotateX(0deg);
  visibility: visible;
}
.ImageWrapper .StyleNe {
  visibility: hidden;
  margin: 0;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleNe {
  opacity: 1;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
  visibility: visible;
}
.ImageWrapper .StyleNa {
  visibility: hidden;
  -webkit-transform: scale(0.2) rotateY(360deg);
  -moz-transform: scale(0.2) rotateY(360deg);
  -ms-transform: scale(0.2) rotateY(360deg);
  -o-transform: scale(0.2) rotateY(360deg);
  transform: scale(0.2) rotateY(360deg);
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleNa {
  opacity: 1;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
  visibility: visible;
}
.ImageWrapper .StyleMg span {
  position: absolute;
}
.ImageWrapper .StyleMg span:nth-of-type(1) {
  bottom: 50%;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -82px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper .StyleMg span:nth-of-type(2) {
  bottom: 50%;
  top: 50%;
  right: 50%;
  margin: -20px -82px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleMg span:nth-of-type(1) {
  margin: -20px 0 0 -20px;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper:hover .StyleMg span:nth-of-type(2) {
  margin: -20px -42px 0 0;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper .StyleAl span {
  position: absolute;
}
.ImageWrapper .StyleAl span:nth-of-type(1) {
  top: 0;
  left: 50%;
  margin: -20px 0 0 -42px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper .StyleAl span:nth-of-type(2) {
  bottom: 0;
  right: 50%;
  margin: 0 -42px -20px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleAl span:nth-of-type(1) {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper:hover .StyleAl span:nth-of-type(2) {
  bottom: 50%;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper .StyleSi span {
  position: absolute;
}
.ImageWrapper .StyleSi span:nth-of-type(1) {
  bottom: 0;
  left: 50%;
  margin: 0 0 -20px -42px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper .StyleSi span:nth-of-type(2) {
  top: 0;
  right: 50%;
  margin: -20px -42px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleSi span:nth-of-type(1) {
  bottom: 50%;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper:hover .StyleSi span:nth-of-type(2) {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper .StyleP span {
  position: absolute;
}
.ImageWrapper .StyleP span:nth-of-type(1) {
  top: 0;
  left: 0;
  margin: -40px 0 0 -40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper .StyleP span:nth-of-type(2) {
  bottom: 0;
  right: 0;
  margin: 0 -40px -40px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleP span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -42px;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper:hover .StyleP span:nth-of-type(2) {
  bottom: 50%;
  right: 50%;
  margin: 0 -42px -20px 0;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper .StyleS span {
  position: absolute;
}
.ImageWrapper .StyleS span:nth-of-type(1) {
  bottom: 0;
  left: 0;
  margin: -40px 0 0 -40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper .StyleS span:nth-of-type(2) {
  top: 0;
  right: 0;
  margin: 0 -40px -40px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleS span:nth-of-type(1) {
  bottom: 50%;
  left: 50%;
  margin: 0 0 -20px -42px;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper:hover .StyleS span:nth-of-type(2) {
  top: 50%;
  right: 50%;
  margin: -20px -42px 0 0;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper .StyleCl {
  visibility: hidden;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  visibility: visible;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleCl {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.ImageWrapper .StyleAr span {
  position: absolute;
}
.ImageWrapper .StyleAr span:nth-of-type(1) {
  top: 50%;
  bottom: 50%;
  left: 50%;
  margin: -20px 0 0 -42px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.2) rotate(0deg);
  -moz-transform: scale(0.2) rotate(0deg);
  -ms-transform: scale(0.2) rotate(0deg);
  -o-transform: scale(0.2) rotate(0deg);
  transform: scale(0.2) rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper .StyleAr span:nth-of-type(2) {
  top: 50%;
  bottom: 50%;
  right: 50%;
  margin: -20px -42px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.2) rotate(0deg);
  -moz-transform: scale(0.2) rotate(0deg);
  -ms-transform: scale(0.2) rotate(0deg);
  -o-transform: scale(0.2) rotate(0deg);
  transform: scale(0.2) rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleAr span:nth-of-type(1) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
}
.ImageWrapper:hover .StyleAr span:nth-of-type(2) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
}
.ImageWrapper .StyleK span {
  position: absolute;
}
.ImageWrapper .StyleK span:nth-of-type(1) {
  top: 50%;
  bottom: 50%;
  left: 50%;
  margin: -20px 0 0 -42px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper .StyleK span:nth-of-type(2) {
  top: 50%;
  bottom: 50%;
  right: 50%;
  margin: -20px -42px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleK span:nth-of-type(1) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.ImageWrapper:hover .StyleK span:nth-of-type(2) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.ImageWrapper .StyleCa span {
  position: absolute;
}
.ImageWrapper .StyleCa span:nth-of-type(1) {
  top: 50%;
  bottom: 50%;
  left: 50%;
  margin: -20px 0 0 -42px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.2) rotateY(0deg);
  -moz-transform: scale(0.2) rotateY(0deg);
  -ms-transform: scale(0.2) rotateY(0deg);
  -o-transform: scale(0.2) rotateY(0deg);
  transform: scale(0.2) rotateY(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper .StyleCa span:nth-of-type(2) {
  top: 50%;
  bottom: 50%;
  right: 50%;
  margin: -20px -42px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.2) rotateY(0deg);
  -moz-transform: scale(0.2) rotateY(0deg);
  -ms-transform: scale(0.2) rotateY(0deg);
  -o-transform: scale(0.2) rotateY(0deg);
  transform: scale(0.2) rotateY(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleCa span:nth-of-type(1) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) rotateY(360deg);
  -moz-transform: scale(1) rotateY(360deg);
  -ms-transform: scale(1) rotateY(360deg);
  -o-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg);
}
.ImageWrapper:hover .StyleCa span:nth-of-type(2) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) rotateY(360deg);
  -moz-transform: scale(1) rotateY(360deg);
  -ms-transform: scale(1) rotateY(360deg);
  -o-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg);
}
.ImageWrapper .StyleSc span {
  position: absolute;
}
.ImageWrapper .StyleSc span:nth-of-type(1) {
  bottom: 50%;
  top: 50%;
  left: 0;
  margin: -20px 0 0 -68px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper .StyleSc span:nth-of-type(2) {
  top: 0;
  right: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper .StyleSc span:nth-of-type(3) {
  bottom: 50%;
  top: 50%;
  right: 0;
  margin: -20px -68px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleSc span:nth-of-type(1) {
  left: 50%;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper:hover .StyleSc span:nth-of-type(2) {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper:hover .StyleSc span:nth-of-type(3) {
  right: 50%;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper .StyleTi span {
  position: absolute;
}
.ImageWrapper .StyleTi span:nth-of-type(1) {
  bottom: 50%;
  top: 50%;
  left: 0;
  margin: -20px 0 0 -68px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper .StyleTi span:nth-of-type(2) {
  bottom: 50%;
  top: 50%;
  left: 50%;
  right: 50%;
  margin: -20px 0 0 -20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper .StyleTi span:nth-of-type(3) {
  bottom: 50%;
  top: 50%;
  right: 0;
  margin: -20px -68px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .StyleTi span:nth-of-type(1) {
  left: 50%;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper:hover .StyleTi span:nth-of-type(2) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ImageWrapper:hover .StyleTi span:nth-of-type(3) {
  right: 50%;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper .StyleV span {
  position: absolute;
}
.ImageWrapper .StyleV span:nth-of-type(1) {
  top: 0;
  left: 50%;
  margin: -20px 0 0 -68px;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms cubic-bezier(0.000,1.135,0.730,1.405) .2s;
}
.ImageWrapper .StyleV span:nth-of-type(2) {
  top: 0;
  left: 50%;
  margin: -20px 0 0 -20px;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms cubic-bezier(0.000,1.135,0.730,1.405) .3s;
}
.ImageWrapper .StyleV span:nth-of-type(3) {
  top: 0;
  right: 50%;
  margin: -20px -68px 0 0;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms cubic-bezier(0.000,1.135,0.730,1.405) .4s;
}
.ImageWrapper:hover .StyleV span:nth-of-type(1) {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper:hover .StyleV span:nth-of-type(2) {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper:hover .StyleV span:nth-of-type(3) {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.ImageWrapper .PStyleH {
  background: url(../images/plus.png) no-repeat scroll center center / 60px 60px #222222;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 9999;
}
.ImageWrapper:hover .PStyleH {
  opacity: .6;
  visibility: visible;
}
.ImageWrapper .PStyleHe {
  position: absolute;
  background: url(../images/plus.png) no-repeat scroll center center / 100% 100% #222222;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.ImageWrapper:hover .PStyleHe {
  opacity: .6;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
  visibility: visible;
}
.ImageWrapper .PStyleLi {
  -webkit-transform: scale(0.5) rotateY(180deg);
  -moz-transform: scale(0.5) rotateY(180deg);
  -ms-transform: scale(0.5) rotateY(180deg);
  -o-transform: scale(0.5) rotateY(180deg);
  transform: scale(0.5) rotateY(180deg);
  background: url(../images/plus.png) no-repeat scroll center center / 60px 60px #222222;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 9999;
}
.ImageWrapper:hover .PStyleLi {
  opacity: .6;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
  visibility: visible;
}
.ImageWrapper .PStyleBe {
  -webkit-transform: scale(0.5) rotateX(180deg);
  -moz-transform: scale(0.5) rotateX(180deg);
  -ms-transform: scale(0.5) rotateX(180deg);
  -o-transform: scale(0.5) rotateX(180deg);
  transform: scale(0.5) rotateX(180deg);
  background: url(../images/plus.png) no-repeat scroll center center / 60px 60px #222222;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 9999;
}
.ImageWrapper:hover .PStyleBe {
  opacity: .6;
  -webkit-transform: scale(1) rotateX(0deg);
  -moz-transform: scale(1) rotateX(0deg);
  -ms-transform: scale(1) rotateX(0deg);
  -o-transform: scale(1) rotateX(0deg);
  transform: scale(1) rotateX(0deg);
  visibility: visible;
}
.ImageWrapper .PStyleB {
  position: absolute;
  background: url(../images/plus.png) no-repeat scroll top left / 100% 100% #222222;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
  background-position: top left;
  background-repeat: no-repeat;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.ImageWrapper:hover .PStyleB {
  opacity: .6;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
  visibility: visible;
  background-position: center center;
}
.ImageWrapper .PStyleC {
  position: absolute;
  background: url(../images/plus.png) no-repeat scroll top left / 100% 100% #222222;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
  background-position: top right;
  background-repeat: no-repeat;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.ImageWrapper:hover .PStyleC {
  opacity: .6;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
  visibility: visible;
  background-position: center center;
}
.ImageWrapper .PStyleN {
  position: absolute;
  background: url(../images/plus.png) no-repeat scroll top left / 100% 100% #222222;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
  background-position: bottom right;
  background-repeat: no-repeat;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.ImageWrapper:hover .PStyleN {
  opacity: .6;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
  visibility: visible;
  background-position: center center;
}
.ImageWrapper .PStyleO {
  position: absolute;
  background: url(../images/plus.png) no-repeat scroll top left / 100% 100% #222222;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
  background-position: bottom left;
  background-repeat: no-repeat;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.ImageWrapper:hover .PStyleO {
  opacity: .6;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
  visibility: visible;
  background-position: center center;
}
.ImageWrapper .PStyleF {
  position: absolute;
  background: url(../images/plus.png) no-repeat scroll top left / 100% 100% #222222;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
  background-position: top center;
  background-repeat: no-repeat;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.ImageWrapper:hover .PStyleF {
  opacity: .6;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
  visibility: visible;
  background-position: center center;
}
.ImageWrapper .PStyleNe {
  position: absolute;
  background: url(../images/plus.png) no-repeat scroll top left / 100% 100% #222222;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
  background-position: bottom center;
  background-repeat: no-repeat;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.ImageWrapper:hover .PStyleNe {
  opacity: .6;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
  visibility: visible;
  background-position: center center;
}
.ContentWrapperH .ContentH {
  position: absolute;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  right: 10px;
  bottom: 10px;
  top: 10px;
  left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperH:hover .ContentH {
  opacity: 1;
  visibility: visible;
}
.ContentWrapperH .ContentH .Content {
  position: relative;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperH .ContentH .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperH .ContentH .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperH .ContentH .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D1CDC3),color-stop(100%,#C9C5BA));
  background: -webkit-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -o-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -ms-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: linear-gradient(to bottom,#D1CDC3 0%,#C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3',endColorstr='#C9C5BA',GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
}
.ContentWrapperH .ContentH .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px 'Source Sans Pro';
}
.ContentWrapperHe .ContentHe {
  position: absolute;
  background: #000000;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.0);
  -moz-transform: scale(0.0);
  -ms-transform: scale(0.0);
  -o-transform: scale(0.0);
  transform: scale(0.0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperHe:hover .ContentHe {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
  right: 10px;
}
.ContentWrapperHe .ContentHe .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperHe .ContentHe .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperHe .ContentHe .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperHe .ContentHe .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D1CDC3),color-stop(100%,#C9C5BA));
  background: -webkit-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -o-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -ms-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: linear-gradient(to bottom,#D1CDC3 0%,#C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3',endColorstr='#C9C5BA',GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
}
.ContentWrapperHe .ContentHe .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px 'Source Sans Pro';
}
.ContentWrapperLi:hover img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.ContentWrapperLi .ContentLi {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperLi:hover .ContentLi {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ContentWrapperLi .ContentLi .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperLi .ContentLi .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperLi .ContentLi .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperLi .ContentLi .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D1CDC3),color-stop(100%,#C9C5BA));
  background: -webkit-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -o-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -ms-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: linear-gradient(to bottom,#D1CDC3 0%,#C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3',endColorstr='#C9C5BA',GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
}
.ContentWrapperLi .ContentLi .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px 'Source Sans Pro';
}
.ContentWrapperBe:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  opacity: 0;
}
.ContentWrapperBe .ContentBe {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperBe:hover .ContentBe {
  opacity: 1;
  visibility: visible;
}
.ContentWrapperBe .ContentBe .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperBe .ContentBe .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperBe .ContentBe .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperBe .ContentBe .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D1CDC3),color-stop(100%,#C9C5BA));
  background: -webkit-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -o-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -ms-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: linear-gradient(to bottom,#D1CDC3 0%,#C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3',endColorstr='#C9C5BA',GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
}
.ContentWrapperBe .ContentBe .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px 'Source Sans Pro';
}
.ContentWrapperB:hover img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ContentWrapperB .ContentB {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: -100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperB:hover .ContentB {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.ContentWrapperB .ContentB .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperB .ContentB .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperB .ContentB .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperB .ContentB .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D1CDC3),color-stop(100%,#C9C5BA));
  background: -webkit-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -o-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -ms-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: linear-gradient(to bottom,#D1CDC3 0%,#C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3',endColorstr='#C9C5BA',GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
}
.ContentWrapperB .ContentB .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px 'Source Sans Pro';
}
.ContentWrapperC:hover img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ContentWrapperC .ContentC {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  bottom: -100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperC:hover .ContentC {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.ContentWrapperC .ContentC .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperC .ContentC .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperC .ContentC .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperC .ContentC .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D1CDC3),color-stop(100%,#C9C5BA));
  background: -webkit-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -o-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -ms-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: linear-gradient(to bottom,#D1CDC3 0%,#C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3',endColorstr='#C9C5BA',GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
}
.ContentWrapperC .ContentC .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px 'Source Sans Pro';
}
.ContentWrapperN:hover img {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ContentWrapperN .ContentN {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperN:hover .ContentN {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.ContentWrapperN .ContentN .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperN .ContentN .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperN .ContentN .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperN .ContentN .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D1CDC3),color-stop(100%,#C9C5BA));
  background: -webkit-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -o-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -ms-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: linear-gradient(to bottom,#D1CDC3 0%,#C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3',endColorstr='#C9C5BA',GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
}
.ContentWrapperN .ContentN .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px 'Source Sans Pro';
}
.ContentWrapperO:hover img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ContentWrapperO .ContentO {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperO:hover .ContentO {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.ContentWrapperO .ContentO .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperO .ContentO .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperO .ContentO .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperO .ContentO .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D1CDC3),color-stop(100%,#C9C5BA));
  background: -webkit-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -o-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -ms-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: linear-gradient(to bottom,#D1CDC3 0%,#C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3',endColorstr='#C9C5BA',GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
}
.ContentWrapperO .ContentO .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px 'Source Sans Pro';
}
.ContentWrapperF:hover img {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%);
}
.ContentWrapperF .ContentF {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 50%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: perspective(600px) rotateY(90deg);
  -moz-transform: perspective(600px) rotateY(90deg);
  -ms-transform: perspective(600px) rotateY(90deg);
  -o-transform: perspective(600px) rotateY(90deg);
  transform: perspective(600px) rotateY(90deg);
  -webkit-transform-origin: left center 0;
  -moz-transform-origin: left center 0;
  -ms-transform-origin: left center 0;
  -o-transform-origin: left center 0;
  transform-origin: left center 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperF:hover .ContentF {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(600px) rotateY(0deg);
  -moz-transform: perspective(600px) rotateY(0deg);
  -ms-transform: perspective(600px) rotateY(0deg);
  -o-transform: perspective(600px) rotateY(0deg);
  transform: perspective(600px) rotateY(0deg);
}
.ContentWrapperF .ContentF .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperF .ContentF .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperF .ContentF .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperNe:hover img {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
}
.ContentWrapperNe .ContentNe {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 50%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperNe:hover .ContentNe {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(600px) rotateY(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
}
.ContentWrapperNe .ContentNe .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperNe .ContentNe .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperNe .ContentNe .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperNa:hover img {
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  transform: translateX(-20%);
}
.ContentWrapperNa .ContentNa {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 50%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  -webkit-transform: perspective(600px) rotateY(-90deg);
  -moz-transform: perspective(600px) rotateY(-90deg);
  -ms-transform: perspective(600px) rotateY(-90deg);
  -o-transform: perspective(600px) rotateY(-90deg);
  transform: perspective(600px) rotateY(-90deg);
  -webkit-transform-origin: right center 0;
  -moz-transform-origin: right center 0;
  -ms-transform-origin: right center 0;
  -o-transform-origin: right center 0;
  transform-origin: right center 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperNa:hover .ContentNa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(600px) rotateY(0deg);
  -moz-transform: perspective(600px) rotateY(0deg);
  -ms-transform: perspective(600px) rotateY(0deg);
  -o-transform: perspective(600px) rotateY(0deg);
  transform: perspective(600px) rotateY(0deg);
}
.ContentWrapperNa .ContentNa .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperNa .ContentNa .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperNa .ContentNa .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperMg:hover img {
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%);
}
.ContentWrapperMg .ContentMg {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 50%;
  display: block;
  bottom: 0;
  left: 0;
  -webkit-transform: perspective(600px) rotateX(90deg);
  -moz-transform: perspective(600px) rotateX(90deg);
  -ms-transform: perspective(600px) rotateX(90deg);
  -o-transform: perspective(600px) rotateX(90deg);
  transform: perspective(600px) rotateX(90deg);
  -webkit-transform-origin: center bottom 0;
  -moz-transform-origin: center bottom 0;
  -ms-transform-origin: center bottom 0;
  -o-transform-origin: center bottom 0;
  transform-origin: center bottom 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperMg:hover .ContentMg {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(600px) rotateY(0deg);
  -moz-transform: perspective(600px) rotateY(0deg);
  -ms-transform: perspective(600px) rotateY(0deg);
  -o-transform: perspective(600px) rotateY(0deg);
  transform: perspective(600px) rotateY(0deg);
}
.ContentWrapperMg .ContentMg .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperMg .ContentMg .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperMg .ContentMg .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperSi .ContentSi {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: rotateX(0deg) scale(0.0);
  -moz-transform: rotateX(0deg) scale(0.0);
  -ms-transform: rotateX(0deg) scale(0.0);
  -o-transform: rotateX(0deg) scale(0.0);
  transform: rotateX(0deg) scale(0.0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperSi:hover .ContentSi {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(360deg) scale(.9);
  -moz-transform: rotateX(360deg) scale(.9);
  -ms-transform: rotateX(360deg) scale(.9);
  -o-transform: rotateX(360deg) scale(.9);
  transform: rotateX(360deg) scale(.9);
}
.ContentWrapperSi .ContentSi .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperSi .ContentSi .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperSi .ContentSi .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperSi .ContentSi .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D1CDC3),color-stop(100%,#C9C5BA));
  background: -webkit-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -o-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -ms-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: linear-gradient(to bottom,#D1CDC3 0%,#C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3',endColorstr='#C9C5BA',GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
}
.ContentWrapperSi .ContentSi .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px 'Source Sans Pro';
}
.ContentWrapperP .ContentP {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform-origin: top left;
  -webkit-transform-style: preserve-3D;
  -webkit-transform: rotate(180deg);
  transform-origin: top left;
  transform-style: preserve-3D;
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperP:hover .ContentP {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ContentWrapperP .ContentP .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperP .ContentP .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperP .ContentP .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperP .ContentP .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D1CDC3),color-stop(100%,#C9C5BA));
  background: -webkit-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -o-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -ms-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: linear-gradient(to bottom,#D1CDC3 0%,#C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3',endColorstr='#C9C5BA',GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
}
.ContentWrapperP .ContentP .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px 'Source Sans Pro';
}
.ContentWrapperS .ContentS {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  -webkit-transform-origin: top right;
  -webkit-transform-style: preserve-3D;
  -webkit-transform: rotate(180deg);
  transform-origin: top right;
  transform-style: preserve-3D;
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperS:hover .ContentS {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ContentWrapperS .ContentS .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperS .ContentS .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperS .ContentS .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperS .ContentS .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D1CDC3),color-stop(100%,#C9C5BA));
  background: -webkit-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -o-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -ms-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: linear-gradient(to bottom,#D1CDC3 0%,#C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3',endColorstr='#C9C5BA',GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
}
.ContentWrapperS .ContentS .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px 'Source Sans Pro';
}
.ContentWrapperCl {
  overflow: visible !important;
}
.ContentWrapperCl img {
  position: relative;
  z-index: 455;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperCl:hover img {
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%);
}
.ContentWrapperCl .ContentCl {
  position: absolute;
  background: #ffffff;
  opacity: 1;
  visibility: hidden;
  width: 100%;
  height: 20%;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 200;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperCl:hover .ContentCl {
  visibility: visible;
}
.ContentWrapperCl .ContentCl .Content {
  position: absolute;
  top: 80%;
  display: block;
  width: 100%;
}
.ContentWrapperCl .ContentCl .Content h2 {
  font: bold 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 2px;
  text-align: center;
}
.ContentWrapperCl .ContentCl .Content .ReadMore {
  margin: 8px auto;
  background: #D1CDC3;
  background: -moz-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D1CDC3),color-stop(100%,#C9C5BA));
  background: -webkit-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -o-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -ms-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: linear-gradient(to bottom,#D1CDC3 0%,#C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3',endColorstr='#C9C5BA',GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  display: block;
  width: 80px;
}
.ContentWrapperCl .ContentCl .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px 'Source Sans Pro';
}
.ContentWrapperAr {
  overflow: visible !important;
}
.ContentWrapperAr img {
  position: relative;
  z-index: 455;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperAr:hover img {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%);
}
.ContentWrapperAr .ContentAr {
  position: absolute;
  background: #ffffff;
  opacity: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 200;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperAr:hover .ContentAr {
  visibility: visible;
}
.ContentWrapperAr .ContentAr .Content {
  position: absolute;
  top: 5%;
  display: block;
  width: 100%;
}
.ContentWrapperAr .ContentAr .Content h2 {
  font: bold 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 2px;
  text-align: center;
}
.ContentWrapperAr .ContentAr .Content .ReadMore {
  margin: 8px auto;
  background: #D1CDC3;
  background: -moz-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D1CDC3),color-stop(100%,#C9C5BA));
  background: -webkit-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -o-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -ms-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: linear-gradient(to bottom,#D1CDC3 0%,#C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3',endColorstr='#C9C5BA',GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  display: block;
  width: 80px;
}
.ContentWrapperAr .ContentAr .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px 'Source Sans Pro';
}
.ContentWrapperK {
  overflow: visible !important;
}
.ContentWrapperK img {
  position: relative;
  z-index: 455;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperK:hover img {
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  transform: translateX(-20%);
}
.ContentWrapperK .ContentK {
  position: absolute;
  background: #ffffff;
  opacity: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 200;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperK:hover .ContentK {
  visibility: visible;
}
.ContentWrapperK .ContentK .Content {
  display: block;
  width: 100%;
  position: relative;
}
.ContentWrapperK .ContentK .Content ul {
  position: absolute;
  top: 0;
  right: 0;
}
.ContentWrapperK .ContentK .Content ul li {
  margin: 14px 16px;
}
.ContentWrapperK .ContentK .Content ul li a {
  font-size: 21px;
  color: #a9a9a9;
}
.ContentWrapperCa {
  overflow: visible !important;
}
.ContentWrapperCa img {
  position: relative;
  z-index: 455;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperCa:hover img {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%);
}
.ContentWrapperCa .ContentCa {
  position: absolute;
  background: #ffffff;
  opacity: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 200;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperCa:hover .ContentCa {
  visibility: visible;
}
.ContentWrapperCa .ContentCa .Content {
  display: block;
  width: 100%;
  position: relative;
}
.ContentWrapperCa .ContentCa .Content ul {
  position: absolute;
  top: 0;
  left: 0;
}
.ContentWrapperCa .ContentCa .Content ul li {
  margin: 14px 16px;
}
.ContentWrapperCa .ContentCa .Content ul li a {
  font-size: 21px;
  color: #a9a9a9;
}
.ContentWrapperSc .ContentSc {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: -100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperSc:hover .ContentSc {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.ContentWrapperSc .ContentSc .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperSc .ContentSc .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperSc .ContentSc .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperSc .ContentSc .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D1CDC3),color-stop(100%,#C9C5BA));
  background: -webkit-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -o-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -ms-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: linear-gradient(to bottom,#D1CDC3 0%,#C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3',endColorstr='#C9C5BA',GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
}
.ContentWrapperSc .ContentSc .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px 'Source Sans Pro';
}
.ContentWrapperTi .ContentTi {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperTi:hover .ContentTi {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.ContentWrapperTi .ContentTi .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperTi .ContentTi .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperTi .ContentTi .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperTi .ContentTi .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D1CDC3),color-stop(100%,#C9C5BA));
  background: -webkit-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -o-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -ms-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: linear-gradient(to bottom,#D1CDC3 0%,#C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3',endColorstr='#C9C5BA',GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
}
.ContentWrapperTi .ContentTi .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px 'Source Sans Pro';
}
.ContentWrapperV .ContentV {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: -100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperV:hover .ContentV {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.ContentWrapperV .ContentV .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperV .ContentV .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperV .ContentV .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperV .ContentV .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D1CDC3),color-stop(100%,#C9C5BA));
  background: -webkit-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -o-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -ms-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: linear-gradient(to bottom,#D1CDC3 0%,#C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3',endColorstr='#C9C5BA',GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
}
.ContentWrapperV .ContentV .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px 'Source Sans Pro';
}
.ContentWrapperCr .ContentCr {
  position: absolute;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 0;
  display: block;
  bottom: -100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ContentWrapperCr:hover .ContentCr {
  opacity: 1;
  visibility: visible;
  height: 100%;
  bottom: 0;
}
.ContentWrapperCr .ContentCr .Content {
  position: absolute;
  top: 10%;
  padding: 0 10px;
}
.ContentWrapperCr .ContentCr .Content h2 {
  font: 16px 'Source Sans Pro', Arial, sans-serif;
  color: #8CA757;
  padding: 0 0 6px;
}
.ContentWrapperCr .ContentCr .Content p {
  font: normal 12px 'Source Sans Pro';
  color: #666666;
}
.ContentWrapperCr .ContentCr .Content .ReadMore {
  float: right;
  margin: 16px 0 0;
  background: #D1CDC3;
  background: -moz-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#D1CDC3),color-stop(100%,#C9C5BA));
  background: -webkit-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -o-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: -ms-linear-gradient(top,#D1CDC3 0%,#C9C5BA 100%);
  background: linear-gradient(to bottom,#D1CDC3 0%,#C9C5BA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3',endColorstr='#C9C5BA',GradientType=0);
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.08) inset, 0 1px 1px 0 rgba(0,0,0,0.11), 0 0 0 rgba(0,0,0,0);
}
.ContentWrapperCr .ContentCr .Content .ReadMore a {
  color: #757167;
  padding: 6px 16px;
  display: block;
  font: normal 12px 'Source Sans Pro';
}
.ImageWrapper .RibbonCTL .Triangle:after {
  border-right: 35px solid rgba(0,0,0,0);
  border-top: 35px solid #FFFFFF;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  z-index: 99;
}
.ImageWrapper .RibbonCTL .Sign {
  top: 2px;
  left: 2px;
  position: absolute;
  z-index: 999;
}
.ImageWrapper .RibbonCTL .Sign a {
  color: #666666;
}
.ImageWrapper .RibbonCTL {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .RibbonCTL {
  opacity: 1;
  visibility: visible;
}
.ImageWrapper .RibbonCTR .Triangle:after {
  border-left: 35px solid rgba(0,0,0,0);
  border-top: 35px solid #FFFFFF;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  top: 0;
  right: 0;
  z-index: 99;
}
.ImageWrapper .RibbonCTR .Sign {
  top: 2px;
  right: 2px;
  position: absolute;
  z-index: 999;
}
.ImageWrapper .RibbonCTR .Sign a {
  color: #666666;
}
.ImageWrapper .RibbonCTR {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .RibbonCTR {
  opacity: 1;
  visibility: visible;
}
.ImageWrapper .RibbonCBL .Triangle:after {
  border-right: 35px solid rgba(0,0,0,0);
  border-bottom: 35px solid #FFFFFF;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.ImageWrapper .RibbonCBL .Sign {
  bottom: 1px;
  left: 1px;
  position: absolute;
  z-index: 999;
}
.ImageWrapper .RibbonCBL .Sign a {
  color: #666666;
}
.ImageWrapper .RibbonCBL {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .RibbonCBL {
  opacity: 1;
  visibility: visible;
}
.ImageWrapper .RibbonCBR .Triangle:after {
  border-left: 35px solid rgba(0,0,0,0);
  border-bottom: 35px solid #FFFFFF;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.ImageWrapper .RibbonCBR .Sign {
  bottom: 1px;
  right: 1px;
  position: absolute;
  z-index: 999;
}
.ImageWrapper .RibbonCBR .Sign a {
  color: #666666;
}
.ImageWrapper .RibbonCBR {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ImageWrapper:hover .RibbonCBR {
  opacity: 1;
  visibility: visible;
}
.tp-caption.pacifico3 {
  border-style: none;
  border-width: 0;
  color: #FFFFFF;
  font-family: Pacifico, cursive;
  font-size: 62px;
  font-weight: 400;
  line-height: 72px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.tp-caption.pacifico3 span {
  color: #B54321;
}
.tp-caption span {
  color: #B54321;
}
.tp-caption.small_thin_grey1 {
  background-color: rgba(0,0,0,0);
  border-color: #FFD658;
  border-style: none;
  border-width: 0;
  color: #FFFFFF;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.pacifico1 {
  border-style: none;
  border-width: 0;
  color: #FFFFFF;
  font-family: Pacifico, cursive;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  padding: 10px;
  text-decoration: none;
}
.tp-caption.pacifico4 {
  font-size: 38px;
  line-height: 38px;
  font-weight: normal;
  font-family: 'Pacifico', cursive;
  color: #292723;
  text-decoration: none;
  padding: 10px;
  border-width: 0px;
  border-style: none;
}
.tp-caption.nothing1 {
  border-style: none;
  border-width: 0;
  color: #FFFFFF;
  font-family: 'Nothing You Could Do', cursive;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  padding: 10px;
  text-decoration: none;
}
.tp-caption.new_title {
  border-style: none;
  border-width: 0;
  color: #292723;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  padding: 10px;
  text-decoration: none;
}
.tp-caption.big_title {
  border-style: none;
  border-width: 0;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px;
  text-decoration: none;
  color: #B54321;
}
.tp-caption.minidesc {
  border-style: none;
  border-width: 0;
  color: #9CA5AB;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 10px;
  text-decoration: none;
}
.tp-caption.minidesc3 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  border-width: 0;
  border-style: none;
}
.tp-caption a.jtbtn-big {
  border: 1px solid #B54321;
  color: #FFF;
  display: inline-block;
  padding: 9px 27px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: none;
}
.tp-caption.new_title {
  border-style: none;
  border-width: 0;
  color: #292723;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  padding: 10px;
  text-decoration: none;
}
.tp-caption .caption_title_line {
  background: #FFFFFF;
  padding: 20px 15px;
  width: 450px;
}
.tp-caption .caption_title_line h2 {
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  margin: 0px;
  color: #B54321;
}
.tp-caption .caption_title_line p {
  margin: 0;
}
.tp-dottedoverlay.twoxtwo {
  background: url("../images/gridtile.png");
}
.jtbtn-big1 {
  display: inline-block;
  border: 1px solid #111111;
  padding: 9px 35px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: none;
  color: #ffffff !important;
}
.jtbtn-big2 {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 9px 35px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #ffffff;
}
.jtbtn {
  display: inline-block;
  padding: 6px 23px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: none;
  color: #292723 !important;
  border-color: #292723 #292723 #292723;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border: 1px solid #292723;
}
.carousel-indicators {
  bottom: -20px;
}
.carousel-indicators li {
  border-color: #B54321;
  background-color: #FFF;
  width: 12px;
  height: 12px;
}
.carousel-indicators li.active {
  background-color: #B54321;
}
div.dexp_carousel .carousel-control {
  text-shadow: white;
  z-index: 99;
  font-size: 20px;
  opacity: 1;
  width: 30px;
}
div.dexp_carousel .carousel-control span {
  text-align: center;
  background-color: #B54321;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  bottom: 0;
}
div.dexp_carousel .carousel-control.right {
  background: none;
}
div.dexp_carousel .carousel-control.right span {
  right: 0;
}
div.dexp_carousel .carousel-control.left {
  background: none;
  right: 45px;
  left: auto;
}
div[id^=dexp-layerslider] .tparrows,
div[id^=dexp-layerslider] .tp-bullets {
  opacity: 0;
}
div[id^=dexp-layerslider]:hover .tparrows,
div[id^=dexp-layerslider]:hover .tp-bullets {
  opacity: 1;
}
div[id^=dexp-layerslider] .tparrows {
  cursor: pointer;
  background: #B54321;
  width: 30px;
  height: 70px;
}
div[id^=dexp-layerslider] .tparrows:hover {
  color: #fff;
  background: #333333;
}
div[id^=dexp-layerslider] .tparrows:before {
  font-family: 'revicons';
  color: #fff;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0;
  margin-top: 25px;
  text-align: center;
  width: 30px;
  font-size: 25px;
}
div[id^=dexp-layerslider] .tparrows.tp-rightarrow:before {
  margin-left: 1px;
}
div[id^=dexp-layerslider] .tparrows.tp-leftarrow:before {
  content: '\e824';
}
div[id^=dexp-layerslider] .tparrows.tp-rightarrow:before {
  content: '\e825';
}
div[id^=dexp-layerslider] .layerslider-banner .tp-caption.medium_bg_asbestos {
  background: #fff;
  color: #333333;
  font-weight: 300;
  font-size: 13px !important;
}
div[id^=dexp-layerslider] .layerslider-banner .tp-caption.medium_bg_red {
  font-weight: 300;
  background: #B54321;
}
div[id^=dexp-layerslider] .layerslider-banner .tp-caption.large_bold_grey {
  color: #333333;
  border-bottom: 3px solid #B54321;
  padding: 0 0 10px 0;
}
div[id^=dexp-layerslider] .layerslider-banner .tp-caption.large_bold_grey span {
  font-weight: 300;
}
div[id^=dexp-layerslider] .layerslider-banner .tp-caption.small_thin_grey {
  background: #B54321;
  color: #fff;
  padding: 10px;
}
.tp-bullets.simplebullets.navbar {
  height: 35px;
  padding: 0px 0px;
}
.tp-bullets.simplebullets .bullet {
  background: url(../images/bullets2.png) no-repeat top left !important;
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background: url(../images/bullets2.png) no-repeat bottom left !important;
}
@media (max-width: 992px) {
  div[id^="dexp-layerslider"] .tp-bullets {
    left: 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .view-portfolio div.dexp_carousel .carousel-control.left {
    right: 60px;
  }
  .view-portfolio div.dexp_carousel .carousel-control.right {
    right: 15px;
  }
}
.dexp-parallax {
  z-index: 0;
}
.dexp-parallax .inner {
  z-index: -1 !important;
}
.breadcrumb {
  padding: 20px 20px 25px 0;
  border-radius: inherit;
  background: transparent;
  line-height: 1;
  margin: 0;
  color: #777;
  font-weight: 500;
  font-size: 11px;
  font-style: italic;
}
.breadcrumb a {
  color: #777;
  font-weight: 500;
  font-size: 11px;
  font-style: italic;
}
.img-responsive {
  float: left;
  padding-right: 10px;
}
.lead {
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 16px;
  color: #777;
  font-weight: normal;
}
.team img {
  width: 100%;
  height: auto;
}
.team .team-info {
  text-align: center;
}
.box-custom h3 {
  font-weight: 500;
  line-height: 1.7;
  margin: 20px 0 10px;
  font-size: 17px;
}
.box-custom span.box-position {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #B54321;
}
.team-member-about h2.block-title,
.team-member-about p.block-subtitle {
  text-align: center;
}
.team-custom figure {
  background: #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #fff;
  overflow: hidden;
  padding: 14px 10px;
  width: 100%;
}
.team-custom figure .field-name-field-team-image {
  float: left;
  width: 25%;
}
.team-custom figure .field-name-field-team-image img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-box-shadow: 2px 2px 7px 0 #efefef;
  -moz-box-shadow: 2px 2px 7px 0 #efefef;
  box-shadow: 2px 2px 7px 0 #efefef;
  border: 5px solid #FFFFFF;
  display: block;
  margin: 5px;
  opacity: 1;
}
.team-custom figure .field-name-field-team-image img:hover {
  opacity: 0.6;
  top: -10px;
  cursor: pointer;
}
.team-custom figure > figcaption {
  padding: 0 0 10px 20px;
  font-size: 13px;
  width: 70%;
  float: left;
}
.team-custom figure > figcaption h3 {
  font-size: 21px;
  font-weight: 300;
  margin: 5px 0;
}
.team-custom .team-decs {
  padding: 20px 15px 20px;
  border-left: 1px solid #F3F3F3;
}
#map {
  display: block;
  height: 450px;
  position: relative;
  width: 100%;
}
#map img {
  max-width: inherit;
}
.map {
  position: relative;
}
.infobox img {
  width: 100% !important;
}
.map .searchmodule {
  padding: 18px 10px;
}
.infobox {
  display: inline-block;
  padding: 10px 5px 5px;
  position: relative;
  width: 270px;
}
.infobox img {
  margin-right: 10px;
  width: 95px !important;
  float: left;
}
.infobox .title {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.infobox .title a {
  font-weight: bold;
}
.gm-style .gm-style-iw {
  font-size: 13px;
  font-weight: 300;
}
.gm-style .gm-iw {
  color: #2C2C2C;
}
.gm-style .gm-iw b {
  font-weight: 400;
}
.gm-style .gm-iw a:link,
.gm-style .gm-iw a:visited {
  color: #4272DB;
  text-decoration: none;
}
.gm-style .gm-iw a:hover {
  color: #4272DB;
  text-decoration: underline;
}
.gm-style .gm-iw .gm-title {
  font-weight: 400;
  margin-bottom: 1px;
}
.gm-style .gm-iw .gm-basicinfo {
  line-height: 18px;
  padding-bottom: 12px;
}
.gm-style .gm-iw .gm-website {
  padding-top: 6px;
}
.gm-style .gm-iw .gm-photos {
  -moz-user-select: none;
  padding-bottom: 8px;
}
.gm-style .gm-iw .gm-sv,
.gm-style .gm-iw .gm-ph {
  cursor: pointer;
  height: 50px;
  overflow: hidden;
  position: relative;
  width: 100px;
}
.gm-style .gm-iw .gm-sv {
  padding-right: 4px;
}
.gm-style .gm-iw .gm-wsv {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.gm-style .gm-iw .gm-sv-label,
.gm-style .gm-iw .gm-ph-label {
  bottom: 6px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
.gm-style .gm-iw .gm-stars-b,
.gm-style .gm-iw .gm-stars-f {
  font-size: 0;
  height: 13px;
}
.gm-style .gm-iw .gm-stars-b {
  background-position: 0 0;
  margin: 0 5px;
  position: relative;
  top: 3px;
  width: 65px;
}
.gm-style .gm-iw .gm-rev {
  -moz-user-select: none;
  line-height: 20px;
}
.gm-style .gm-iw .gm-numeric-rev {
  color: #DD4B39;
  font-size: 16px;
  font-weight: 400;
}
.gm-style .gm-iw.gm-transit {
  margin-left: 15px;
}
.gm-style .gm-iw.gm-transit td {
  vertical-align: top;
}
.gm-style .gm-iw.gm-transit .gm-time {
  color: #676767;
  font-weight: bold;
  white-space: nowrap;
}
.gm-style .gm-iw.gm-transit img {
  float: left;
  height: 15px;
  margin: 1px 5px 0 -20px;
  width: 15px;
}
.gm-iw.gm-sm {
  margin-right: -20px;
}
.gm-iw {
  text-align: left;
}
.gm-iw .gm-title {
  padding-right: 20px;
}
.gm-iw .gm-numeric-rev {
  float: left;
}
.gm-iw .gm-photos,
.gm-iw .gm-rev {
  direction: ltr;
}
.gm-iw .gm-stars-f,
.gm-iw .gm-stars-b {
  background: url("http://maps.gstatic.com/mapfiles/api-3/images/review_stars.png") no-repeat scroll 0 0px 26px rgba(0,0,0,0);
  float: left;
}
.gm-iw .gm-stars-f {
  background-position: left -13px;
}
.gm-iw .gm-sv-label,
.gm-iw .gm-ph-label {
  left: 4px;
}
#contact-site-form .form-type-textarea,
#contact-site-form--2 .form-type-textarea {
  clear: both;
}
#contact-site-form .form-item-name,
#contact-site-form--2 .form-item-name {
  text-align: left;
}
#contact-site-form .form-item-subject,
#contact-site-form--2 .form-item-subject {
  text-align: right;
}
#contact-site-form .form-item-subject input,
#contact-site-form--2 .form-item-subject input {
  width: 95%;
}
#contact-site-form .form-item-subject label,
#contact-site-form--2 .form-item-subject label {
  text-align: left;
}
@media (max-width: 480px) {
  #contact-site-form .form-type-textfield,
  #contact-site-form--2 .form-type-textfield {
    width: 100%;
    float: left;
  }
  #contact-site-form .form-type-textfield input,
  #contact-site-form--2 .form-type-textfield input {
    width: 100%;
    height: 35px;
  }
}
#contact-site-form .form-item-copy,
#contact-site-form--2 .form-item-copy {
  margin-bottom: 0;
}
#contact-site-form .form-actions,
#contact-site-form--2 .form-actions {
  margin-top: 10px !important;
}
#contact-site-form .grippie,
#contact-site-form--2 .grippie {
  display: none;
}
#contact-site-form .form-type-textarea textarea,
#contact-site-form--2 .form-type-textarea textarea {
  height: 140px;
}
#contact-site-form .form-required,
#contact-site-form--2 .form-required {
  display: none;
}
#contact-site-form .form-item-copy input,
#contact-site-form--2 .form-item-copy input {
  margin-top: 0;
}
#contact-site-form .form-item,
#contact-site-form--2 .form-item {
  margin: 0 0 20px 0;
}
#contact-site-form .form-item.form-type-textfield input,
#contact-site-form .form-item.form-type-textarea textarea,
#contact-site-form--2 .form-item.form-type-textfield input,
#contact-site-form--2 .form-item.form-type-textarea textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #c5c5c5;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.666;
  padding: 8px 12px;
  -webkit-transition: border-color 0.15s ease-in-out 0s;
  -moz-transition: border-color 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}
#contact-site-form .form-actions,
#contact-site-form--2 .form-actions {
  position: relative;
  float: left;
}
#contact-site-form .form-actions:before,
#contact-site-form--2 .form-actions:before {
  content: "\f003";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 13px;
  top: 7px;
  left: 10px;
  position: absolute;
}
#contact-site-form .form-actions input,
#contact-site-form--2 .form-actions input {
  padding-left: 25px;
}
.small-form .form-type-textfield {
  width: 100% !important;
  margin-bottom: 10px;
  margin-top: 0;
}
.small-form .form-type-textfield input {
  width: 100% !important;
  height: 34px;
  background-color: #363636;
  border: solid 1px #222222;
  color: #656565;
}
.small-form textarea {
  background-color: #363636;
  border: solid 1px #222222;
  color: #656565;
  height: 80px !important;
}
.error404 {
  text-align: center;
}
.error404 h2 {
  font-size: 160px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}
.error404 h3 {
  font-size: 26px;
  margin: 0 0 30px;
  opacity: 0.2;
  padding-top: 0;
  text-align: center;
}
#forum table {
  width: 100%;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  clear: both;
}
#forum table tr {
  background: none;
  border: 1px solid #F2F2F2;
  clear: both;
}
#forum table tr td {
  border: 1px solid #F2F2F2;
  padding: 10px;
}
#forum table tr td.last-reply {
  white-space: normal;
}
#forum table tr th {
  font-size: 12px;
  padding: 10px;
  border: 0;
  text-shadow: inherit;
  font-weight: bold;
  border: 1px solid #F2F2F2;
}
#forum table tr .forum-name a {
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}
#forum table tr .forum-details,
#forum table tr .forum-last-reply {
  padding-left: 10px;
  padding-right: 10px;
}
#forum table tr th.forum-name,
#forum table tr th.forum-last-post {
  padding-left: 10px;
}
.forum-table-superheader {
  margin-top: 20px;
}
.view-advanced-forum-topic-list .view-empty {
  border: 1px solid #C1C1C1;
}
.forum-post-wrapper,
.forum-post-panel-main {
  background-color: #fff;
}
.forum-post-info {
  background-color: #F4F4F4;
  padding: 5px;
}
.forum-post-info span,
.forum-post-info a,
.forum-post-info .forum-posted-on {
  color: #83939C !important;
}
.forum-node-create-links {
  margin-bottom: 20px;
}
.page-node-add-forum h1 {
  display: none;
}
.forum-comments form.comment-form .form-actions {
  position: relative;
  float: left;
}
.forum-comments form.comment-form .form-actions:before {
  content: "\f003";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 13px;
  top: 7px;
  left: 10px;
  position: absolute;
}
.forum-comments form.comment-form .form-actions input {
  margin-right: 10px;
}
.forum-comments form.comment-form .form-actions input#edit-submit {
  padding-left: 25px;
}
.node-forum {
  overflow: hidden;
  margin-bottom: 20px;
  clear: both;
}
.node-forum .forum-header,
.node-forum .forum-footer {
  padding: 10px 16px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  font-weight: bold;
}
.node-forum .forum-body {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.node-forum .forum-body .forum-reply-header .forum-meta {
  padding: 10px 16px;
  background-color: #f5f5f5;
  font-size: 12px;
}
.node-forum .forum-body .forum-reply-header .forum-meta a.forum-reply-permalink {
  float: right;
  margin-left: 10px;
  color: #ccc;
}
.node-forum .forum-body .forum-primary {
  border-top: 1px solid #eaeaea;
  background-color: #fbfbfb;
  padding: 8px;
  overflow: hidden;
}
.node-forum .forum-body .forum-primary .forum-reply-author {
  margin: 20px 0 10px;
  text-align: center;
  line-height: 1;
}
.node-forum .forum-body .forum-primary .forum-reply-author a.forum-author-name:hover {
  color: #444444;
  text-decoration: underline;
}
.node-forum .forum-body .forum-primary .forum-content .field {
  padding: 15px;
}
.node-forum .forum-reply-author {
  width: 20%;
  float: left;
}
.node-forum .forum-reply-content,
.node-forum .forum-content {
  width: 80%;
  float: left;
}
.node-forum .forum-comments {
  margin-top: 20px;
}
.page-user .form-text {
  padding: 5px;
}
.page-user label {
  min-width: 150px;
}
.testimonial-twitter {
  text-align: center;
  overflow: hidden;
}
.testimonial-twitter .sp-text {
  color: #FFFFFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  font-family: 'Droid Serif', Georgia, "Times New Roman", serif !important;
}
.testimonial-twitter .sp-text:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 23px;
  padding: 5px 10px;
  color: #B54321;
}
.testimonial-twitter .dexp-twitter {
  height: 100%;
  display: block;
}
.testimonial-twitter .dexp-twitter .dexp-tweet {
  height: 100%;
  display: block;
}
.testimonial-twitter .author {
  font-size: 18px;
  padding: 15px 0;
}
.boder-icon .dexp-tweet .sp-text:before {
  border: 1px solid #B54321;
  border-radius: 500px;
  color: #FFFFFF;
  content: "";
  float: left;
  font-family: 'FontAwesome';
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  margin: 5px 10px 5px 0;
  position: absolute;
  text-align: center;
  width: 35px;
  z-index: 5;
  left: 0;
}
.boder-icon .dexp-tweet:hover .sp-text:before {
  background-color: #B54321;
}
.boder-icon .sp-text {
  position: relative;
  padding-left: 40px;
}
.boder-icon .author {
  padding-left: 40px;
}
.region-pagetitle .page_title_no_sub {
  padding: 0 20px;
}
.region-pagetitle h1.page_title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 5px 0;
  overflow: hidden;
  padding: 8px 10px;
  background: #B54321;
  line-height: 1;
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
}
.region-pagetitle .page_subtitle {
  background: rgba(255,255,255,0.5);
  display: block;
  float: left;
  font-size: 12px;
  color: #777;
  font-weight: 300;
  padding: 0 10px;
  clear: both;
}
.boxed-layout {
  background: url(../images/02_slider.png) no-repeat fixed center top / cover rgba(0,0,0,0.5);
}
.boxed-layout #section-services-1 >.container,
.boxed-layout #section-main-content >.container,
.boxed-layout #section-services-2 >.container,
.boxed-layout #section-team >.container,
.boxed-layout #section-latest-news >.container,
.boxed-layout #section-about >.container,
.boxed-layout #section-about-us >.container {
  background: #fff;
}
.boxed-layout #section-slider .region,
.boxed-layout #section-team .region {
  padding: 0;
}
.boxed-layout #section-footer {
  margin-top: 30px;
}
.boxed-layout .sticky-wrapper {
  margin-bottom: 30px;
}
.boxed-layout #section-features .container,
.boxed-layout #section-about-us .container {
  border-bottom: 1px solid #F2F2F2;
}
.boxed-layout #section-main-content {
  padding: 0;
}
.about-me-wrap {
  background: #FFFFFF;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  overflow: hidden;
  padding: 14px 10px;
}
.about-me-wrap .about-image {
  position: relative;
  top: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  box-shadow: 2px 2px 7px 0 #efefef;
  border: 5px solid #FFFFFF;
  display: block;
  margin: 5px;
  opacity: 1;
}
.about-me-wrap .about-image:hover {
  opacity: 0.6;
  top: -10px;
  cursor: pointer;
}
.about-me-wrap .about-info {
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 13px;
  overflow: hidden;
  left: 10px;
}
.about-me-wrap .about-info h3 {
  font-size: 21px;
  font-weight: 300;
  margin: 5px 0;
}
.dmbigbanner .img-responsive {
  padding-right: 0;
  width: 100%;
}
.example-banner {
  overflow: hidden;
}
.example-banner p {
  margin: 0;
}
.blank-layout {
  background: url(../images/01_colon.jpg) no-repeat fixed center top / cover;
}
.blank-layout .big-message {
  background: transparent;
}
.blank-layout .big-message h2,
.blank-layout .big-message p {
  color: #fff;
}
.blank-layout .big-message p {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0;
}
.blank-layout #dexp-countdown {
  margin-top: 40px;
}
.blank-layout #dexp-countdown .dexp-time {
  padding: 20px 5px;
  background-color: rgba(255,255,255,0.3);
  border-top: 3px solid #B54321;
}
.blank-layout #dexp-countdown .dexp-time .number,
.blank-layout #dexp-countdown .dexp-time .text {
  background: transparent;
  border: none;
}
.blank-layout #dexp-countdown .dexp-time .number {
  font-size: 51px;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 20px;
  overflow: hidden;
  font-family: "Georgia", Courier, monospace;
  padding: 0;
  position: relative;
  color: #B54321;
  margin: 0;
}
.blank-layout #dexp-countdown .dexp-time .text {
  color: #444444;
  padding-top: 10px;
  font: italic 1.6rem/1.75 'PT Serif', Georgia, serif;
  text-transform: inherit;
  margin: 0;
}
.blank-layout .copyright {
  bottom: 0;
  position: fixed;
  padding: 10px 0;
  background: #ffffff;
  border-top: 3px solid #B54321;
  width: 100%;
}
.blank-layout .copyright p {
  color: #555555;
  margin: 0;
}
.blank-layout .copyright a {
  color: #999;
}
@media (max-width: 767px) {
  .page_title_no_sub,
  .page_title_has_sub,
  .breadcrumb {
    text-align: center;
  }
  .region-pagetitle .page_subtitle {
    float: none;
    width: 200px;
    margin: 0 auto;
  }
  .region-pagetitle h1.page_title {
    float: none;
  }
  .team-custom .team-decs {
    border: 0;
    border-bottom: 1px solid #F3F3F3;
    padding: 0 15px;
  }
  .team-custom .team-decs p {
    margin: 0;
  }
}
.imgWrap {
  position: relative;
}
.imgWrap:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 10px solid rgba(33,194,248,0.4);
  pointer-events: none;
}
.banner {
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
.ContentWrapperHe .ContentHe .Content {
  padding: 0;
  position: absolute;
  top: 10%;
  display: block;
  margin: 0 auto;
  text-align: Center;
  right: 0;
  left: 0;
}
.banner .jtbtn {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.hoverimage h3 {
  border-radius: 0;
  color: #ffffff !important;
  font-size: 28px !important;
  font-weight: 100 !important;
  margin: 25px auto 10px;
  padding: 5px 10px !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Helvetica Neue !important;
}
#block-views-simple-shopping-cart-block p {
  margin: 0;
  font-size: 12px;
  line-height: 40px;
}
#block-views-simple-shopping-cart-block i {
  color: #B54321;
}
.product-teaser .commerce-add-to-cart .attribute-widgets {
  display: none;
}
.onsale {
  bottom: auto;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 25px;
  width: 60px;
  text-align: left;
  z-index: 1;
  text-align: center;
  background-color: #B54321;
}
.onnew {
  bottom: auto;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  padding: 0;
  right: auto;
  text-align: left;
  height: 25px;
  width: 60px;
  z-index: 1;
  text-align: center;
  background-color: #B54321;
}
.price-detail {
  padding-bottom: 5px;
  color: #B54321;
}
.product_title h3 {
  font-size: 18px;
  padding: 15px 0 0;
  margin-bottom: 8px;
}
.product_title a {
  color: #292723;
  font-weight: 400;
}
#calculate input {
  margin-top: 10px;
}
.product-details-wrap {
  padding-bottom: 60px;
}
.product-content .price1 {
  overflow: auto;
  padding: 5px 5px 5px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: normal;
}
.product-content .price1 .price1-old {
  font-size: 17px;
  text-decoration: line-through;
}
.product-content .price1 .price1-new {
  font-weight: 600;
  font-size: 25px;
  color: #B54321;
}
.product-content .price1 .price1-tax {
  font-size: 12px;
  font-weight: normal;
}
.product-content .price1 .reward {
  font-size: 12px;
  margin: 10px 0;
  font-weight: normal;
  display: block;
}
.product-content .price1 .discount {
  font-weight: normal;
  font-size: 12px;
}
.product-content select {
  width: 100%;
}
.product-content .form-submit {
  display: block;
  clear: both;
}
.product-content .commerce-add-to-cart .form-type-select,
.product-content .commerce-add-to-cart .form-type-textfield {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 30%;
}
.product-content .commerce-add-to-cart .attribute-widgets > div.form-item {
  margin-left: 0;
}
.product-content .general {
  padding-top: 15px;
}
.product-images .thumbnails-side {
  padding: 0px;
  margin: 0px;
}
.product-images .has-sidebar .product-bxslider li {
  padding: 0px 3px;
}
.product-images .image-wrap {
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.product-images .image-wrap .overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.product-images .image-wrap .overlay a {
  display: block;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
}
.product-images .image-wrap .overlay a span {
  display: block;
  color: #fff;
  background-color: rgba(181,67,33,0.8);
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  -webkit-transform: rotate(30deg) scale(0.5);
  -moz-transform: rotate(30deg) scale(0.5);
  -o-transform: rotate(30deg) scale(0.5);
  -ms-transform: rotate(30deg) scale(0.5);
  transform: rotate(30deg) scale(0.5);
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.product-images .image-wrap:hover .overlay {
  opacity: 1;
}
.product-images .image-wrap:hover .overlay a span {
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.product-images .img-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid rgba(0,0,0,0.1);
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
}
.product-images:hover .img-thumbnail {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.product-content .shop-right .title h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px;
}
.commerce-add-to-cart select,
.commerce-add-to-cart input[type="text"] {
  height: 41px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.666;
  color: #c5c5c5;
  vertical-align: middle;
}
.commerce-add-to-cart label {
  margin: 0;
  position: relative;
  padding-left: 10px;
  display: block;
}
.commerce-add-to-cart label:before {
  content: "*";
  color: #B54321;
  position: absolute;
  top: 0;
  left: 0;
}
.rating {
  text-align: center;
}
.rating i {
  color: #fed701;
  padding-right: 5px;
}
.media-heading {
  text-transform: capitalize;
}
.media-heading a:hover {
  color: #444444;
  text-decoration: underline;
}
.media {
  clear: left;
  display: block;
  padding: 20px 20px;
  overflow: hidden;
  position: relative;
}
.page-cart .view-commerce-cart-form .views-table {
  width: 100%;
  border: 1px solid #DDDDDD;
}
.page-cart .view-commerce-cart-form .views-table tr.odd,
.page-cart .view-commerce-cart-form .views-table tr.even {
  background: none;
}
.page-cart .view-commerce-cart-form .views-table tbody tr:hover {
  background: #f5f5f5;
}
.page-cart .view-commerce-cart-form .delete-line-item {
  background: url("../images/remove.png") repeat scroll 0 0 #AAAAAA;
  border-radius: 100px;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 18px;
  margin: 10px;
  padding-left: 0 !important;
  text-indent: -9999px;
  width: 18px;
}
.page-cart .view-commerce-cart-form #edit-submit {
  margin-right: 10px;
}
.view-commerce-cart-block .cart_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.view-commerce-cart-block .cart_list li {
  list-style-type: none;
  margin: 0 0 10px 0;
  background: none;
  overflow: hidden;
}
.view-commerce-cart-block .cart_list li.views-row {
  clear: both;
}
.view-commerce-cart-block .cart_list li img {
  float: right;
  margin-left: 1em;
  width: 40px;
  border-radius: 0;
  display: inline-block;
  height: auto;
}
.view-commerce-cart-block .cart_list li:hover span.product-title {
  text-decoration: underline;
}
.view-commerce-cart-block .cart_list li:hover span.product-title a {
  color: #444444;
}
.view-commerce-cart-block .cart_list li a {
  color: #B54321;
  padding-left: 0;
  display: block;
}
.view-commerce-cart-block .cart_list li .sub-total {
  margin-top: 12px;
}
.view-commerce-cart-block .view-footer {
  clear: both;
}
.view-commerce-cart-block .view-footer .line-item-summary {
  text-align: left;
  margin: 0;
}
.view-commerce-cart-block .view-footer .line-item-summary .line-item-total {
  margin-bottom: 20px;
}
.view-commerce-cart-block .view-footer .line-item-summary ul {
  margin: 0;
}
.view-commerce-cart-block .view-footer .line-item-summary ul li {
  padding: 0;
}
.view-commerce-cart-block .view-footer .line-item-summary ul li a {
  background: #B54321;
  padding: 3px 20px 3px 10px;
  color: #FFF;
  font-size: 12px;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.view-commerce-cart-block .view-footer .line-item-summary ul li a:hover {
  background: #444444;
}
.view-commerce-cart-block .view-footer .line-item-summary ul li a:before {
  content: "→";
  position: absolute;
  right: 5px;
}
.view-top-products-rating ul {
  list-style: none;
}
.view-top-products-rating ul li {
  list-style-type: none;
  margin: 0 0 20px 0;
}
.view-top-products-rating .valign > div {
  display: table-cell;
  vertical-align: top;
}
.view-top-products-rating .valign .recent_post_img img {
  width: 75px;
  margin: 0 10px 0 0;
}
.view-top-products-rating .valign .recent_post_img img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.view-top-products-rating .valign h4 {
  font-size: 14px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.view-top-products-rating .valign h4 a {
  color: #83939C;
}
.view-top-products-rating .valign .rating {
  text-align: left;
}
.view-bestsellers ul {
  list-style: none;
}
.view-bestsellers ul li {
  list-style-type: none;
  margin-left: 0;
  clear: left;
  min-height: 120px;
}
.view-bestsellers ul li img {
  float: left;
  width: 75px;
  margin: 0 10px 0 0;
}
.view-bestsellers ul li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.view-bestsellers ul li .views-field-title {
  font-size: 14px;
  font-weight: 600;
  color: #83939C;
}
.views-table {
  width: 100%;
  border: 1px solid #DDDDDD;
}
.views-table tr,
.views-table th {
  background: none;
}
.views-table tr td,
.views-table th td {
  padding: 8px;
  border: 1px solid #DDDDDD;
}
#commerce-checkout-form-checkout fieldset.collapsed,
#commerce-shipping-service-ajax-wrapper fieldset.collapsed {
  height: 60px !important;
  margin-bottom: 20px;
}
#commerce-checkout-form-checkout legend,
#commerce-shipping-service-ajax-wrapper legend {
  border: 1px solid #545454;
  border-radius: 3px;
  padding: 16px;
}
#commerce-checkout-form-checkout legend span,
#commerce-checkout-form-checkout legend a,
#commerce-shipping-service-ajax-wrapper legend span,
#commerce-shipping-service-ajax-wrapper legend a {
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
}
#commerce-checkout-form-checkout legend span:hover,
#commerce-checkout-form-checkout legend a:hover,
#commerce-shipping-service-ajax-wrapper legend span:hover,
#commerce-shipping-service-ajax-wrapper legend a:hover {
  color: #B54321;
}
#commerce-checkout-form-checkout legend:hover,
#commerce-shipping-service-ajax-wrapper legend:hover {
  border-color: #B54321;
}
#commerce-checkout-form-checkout .form-item,
#commerce-shipping-service-ajax-wrapper .form-item {
  width: 100%;
}
#commerce-checkout-form-checkout .form-text,
#commerce-checkout-form-checkout select,
#commerce-shipping-service-ajax-wrapper .form-text,
#commerce-shipping-service-ajax-wrapper select {
  color: #656565;
  display: block;
  font-size: 12px;
  height: 34px;
  line-height: 1.42857;
  margin-bottom: 10px;
  padding: 6px 12px;
  vertical-align: middle;
  width: 100%;
}
#commerce-checkout-form-checkout table.commerce-price-formatted-components,
#commerce-shipping-service-ajax-wrapper table.commerce-price-formatted-components {
  margin-bottom: 10px;
}
#commerce-checkout-form-checkout table.commerce-price-formatted-components tbody,
#commerce-shipping-service-ajax-wrapper table.commerce-price-formatted-components tbody {
  border: none;
}
#commerce-checkout-form-checkout table.commerce-price-formatted-components tr,
#commerce-shipping-service-ajax-wrapper table.commerce-price-formatted-components tr {
  border: none;
  background: none;
}
table.checkout-review {
  width: 100%;
}
table.checkout-review tbody {
  border: none;
}
table.checkout-review tr {
  border: none;
  background: none;
}
.checkout-buttons {
  text-align: right;
}
.checkout-buttons .button-operator {
  padding: 0 10px 0 10px;
}
.view-bestsellers .dexp-grid-item .product-best-sell {
  border: 1px solid #e5e5e5;
  -webkit-transition: transform .3s ease-out;
  -moz-transition: transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  box-sizing: border-box;
  margin: 5px;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.view-bestsellers .dexp-grid-item .product-best-sell .views-field.views-field-title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 27px;
}
.view-bestsellers .dexp-grid-item .product-best-sell .views-field.views-field-title a {
  color: #1a1a1a;
  display: block;
  padding: 5px 0;
}
.view-bestsellers .dexp-grid-item .product-best-sell .overlay-add-cart {
  background: rgba(255,255,255,0.5);
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 21px;
  height: 80px;
  left: 50%;
  line-height: 80px;
  margin: -25px 0 0 -40px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  top: 150%;
  width: 80px;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.view-bestsellers .dexp-grid-item .product-best-sell .overlay-add-cart a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.view-bestsellers .dexp-grid-item .product-best-sell .views-field-commerce-price {
  height: 35px;
  position: relative;
  top: 0;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.view-bestsellers .dexp-grid-item .product-best-sell .views-field-commerce-price .field-content {
  font-size: 15px;
  font-weight: 600;
  color: #B54321;
}
.view-bestsellers .dexp-grid-item .product-best-sell .views-field-field-product-rating {
  bottom: -72px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  width: 100%;
}
.view-bestsellers .dexp-grid-item .product-best-sell .views-field-field-product-rating .field-content {
  margin: 0 10px;
}
.view-bestsellers .dexp-grid-item .product-best-sell:hover {
  border-color: #B54321;
}
.view-bestsellers .dexp-grid-item .product-best-sell:hover .overlay-add-cart {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 30%;
}
.view-bestsellers .dexp-grid-item .product-best-sell:hover .views-field-commerce-price {
  top: 72px;
}
.view-bestsellers .dexp-grid-item .product-best-sell:hover .views-field-field-product-rating {
  bottom: 15px;
}
.product-teaser {
  border: 1px solid #e5e5e5;
  -webkit-transition: transform .3s ease-out;
  -moz-transition: transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  box-sizing: border-box;
  margin: 5px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.product-teaser .product_title h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  margin: 0;
  padding: 0;
}
.product-teaser .product_title h3 a {
  color: #1a1a1a;
  display: block;
  padding: 5px 0;
}
.product-teaser .product-price {
  height: 35px;
  position: relative;
  top: 0;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.product-teaser .product-price .field-item {
  font-size: 15px;
  font-weight: 600;
  color: #B54321;
}
.product-teaser .product-rating {
  bottom: -72px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  width: 100%;
  margin: 0 10px;
}
.product-teaser .product-rating i {
  color: #fed701;
  padding-right: 5px;
}
.product-teaser .overlay-add-cart {
  background: rgba(255,255,255,0.5);
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 21px;
  height: 80px;
  left: 50%;
  line-height: 80px;
  margin: -25px 0 0 -40px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  top: 150%;
  width: 80px;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.product-teaser .overlay-add-cart a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-teaser:hover {
  border-color: #B54321;
}
.product-teaser:hover .product-price {
  top: 72px;
}
.product-teaser:hover .product-rating {
  bottom: 15px;
}
.product-teaser:hover .overlay-add-cart {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 30%;
}
.product-price .price-old {
  font-size: 17px;
  text-decoration: line-through;
}
.product-price .price-new {
  font-weight: 600;
  font-size: 25px;
  color: #B54321;
}
.product-price .price-tax {
  font-size: 12px;
  font-weight: normal;
}
.product-price .price .reward {
  font-size: 12px;
  margin: 10px 0;
  font-weight: normal;
  display: block;
}
.view-bestsellers .item-list ul li a {
  padding-left: 0;
}
.view-related-products .bx-wrapper img {
  width: 100%;
}
@media (max-width: 767px) {
  .view-bestsellers .dexp-grid-item .product-best-sell .views-field.views-field-title,
  .view-bestsellers .dexp-grid-item .product-best-sell .views-field-commerce-price,
  .product-teaser .product_title h3,
  .product-teaser .product-price,
  .product-teaser:hover .product-rating {
    text-align: left;
  }
  body.rtl .view-bestsellers .dexp-grid-item .product-best-sell .views-field.views-field-title,
  body.rtl .view-bestsellers .dexp-grid-item .product-best-sell .views-field-commerce-price,
  body.rtl .product-teaser .product_title h3,
  body.rtl .product-teaser .product-price,
  body.rtl .product-teaser:hover .product-rating {
    text-align: right;
  }
}
#section-top.style1 {
  background-color: #3FCAF9;
}
#section-top.style1 span,
#section-top.style1 a,
#section-top.style1 p {
  color: #fff !important;
}
#section-top.style1 li {
  border-color: #21C2F8;
}
#section-top.style2 {
  background-color: #292723;
}
#section-top.style2 a,
#section-top.style2 p {
  color: #fff !important;
}
#section-top.style2 .callus span {
  color: #B54321 !important;
}
#section-top.style2 li {
  border-color: #383838;
}
body[class*=preset-dark] {
  color: #D3D3D3;
  background-color: #292929 !important;
}
body[class*=preset-dark] #comments_wrapper #comment-form .form-text,
body[class*=preset-dark] #comments_wrapper #comment-form .form-textarea {
  background-color: #363636;
  border-color: #222222;
}
body[class*=preset-dark] hr {
  color: #545454;
}
body[class*=preset-dark] .bordertop {
  border-top: 1px solid #545454;
}
body[class*=preset-dark] #section-header .dexp-menu ul li a,
body[class*=preset-dark] #section-header .dexp-menu ul li span.nolink {
  color: #D3D3D3 !important;
}
body[class*=preset-dark] #section-header .dexp-menu ul li a:hover,
body[class*=preset-dark] #section-header .dexp-menu ul li a.active,
body[class*=preset-dark] #section-header .dexp-menu ul li span.nolink:hover,
body[class*=preset-dark] #section-header .dexp-menu ul li span.nolink.active {
  color: #B54321 !important;
}
body[class*=preset-dark] #section-header .dexp-menu ul li ul {
  background-color: #292929;
  border: solid 1px #292929;
}
body[class*=preset-dark] #section-header .dexp-menu ul li ul li {
  border: none;
}
body[class*=preset-dark] #section-header .dexp-menu ul li ul li a,
body[class*=preset-dark] #section-header .dexp-menu ul li ul li span {
  color: #D3D3D3 !important;
}
body[class*=preset-dark] #section-header .dexp-menu ul li ul li a:before,
body[class*=preset-dark] #section-header .dexp-menu ul li ul li span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 13px;
  padding-right: 5px;
  top: 2px;
}
body[class*=preset-dark] section.dexp-section {
  background-color: #292929;
}
body[class*=preset-dark] #section-top {
  border-bottom: 1px solid #2F2F2F;
}
body[class*=preset-dark] #section-header {
  background-color: #323232;
  border-bottom: 1px solid #2F2F2F;
}
body[class*=preset-dark].boxed {
  background: url("../images/boxed_dark_bg.png");
}
body[class*=preset-dark].boxed .dexp-body-inner {
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
body[class*=preset-dark] .bigtitle .block-subtitle {
  color: #FFFFFF;
}
body[class*=preset-dark] .dexp-shortcodes-box.box-circle:not(.parallax) .box-icon {
  background-color: transparent;
}
body[class*=preset-dark] .pricing_details .pricing-box .jtbtn {
  border-color: #B54321;
  color: #FFFFFF !important;
}
body[class*=preset-dark] .pricing_details .pricing-box:hover .jtbtn {
  background-color: #343434;
  border-color: #343434;
}
body[class*=preset-dark] .pricing_details .pricing-box:hover .price {
  background-color: #343434;
}
body[class*=preset-dark] .panel-group .panel {
  border-radius: 0;
}
body[class*=preset-dark] .panel-group .panel .panel-heading {
  background-color: #292929;
  border: 1px solid #545454;
  border-radius: 3px;
}
body[class*=preset-dark] .panel-group .panel .panel-heading .panel-title:after {
  color: #FFF;
}
body[class*=preset-dark] .panel-group .panel .panel-heading .panel-title a {
  color: #FFF;
}
body[class*=preset-dark] .panel-group .panel .panel-heading:hover {
  border-color: #B54321;
}
body[class*=preset-dark] .panel-group .panel .panel-heading:hover .panel-title:after,
body[class*=preset-dark] .panel-group .panel .panel-heading:hover a {
  color: #B54321;
}
body[class*=preset-dark] .panel-group .panel .panel-body {
  border: none !important;
}
body[class*=preset-dark] .skill-bar .skill-bar-title {
  color: #FFF;
}
body[class*=preset-dark] .blog_wrap .title .post_date {
  border-color: #fff;
}
body[class*=preset-dark] .blog_wrap .title .post_date,
body[class*=preset-dark] .blog_wrap .title h3 a,
body[class*=preset-dark] .blog_wrap .title i {
  color: #fff;
}
body[class*=preset-dark] .contact-form .form-text,
body[class*=preset-dark] .contact-form .form-textarea,
body[class*=preset-dark] .contact-form .form-checkbox,
body[class*=preset-dark] form .form-text,
body[class*=preset-dark] form .form-textarea,
body[class*=preset-dark] form .form-checkbox {
  background-color: #363636;
  border: solid 1px #ccc;
  color: #656565;
}
body[class*=preset-dark] .form-control {
  background-color: #363636;
  border: solid 1px #ccc;
  color: #656565;
}
body[class*=preset-dark] .box-hexagon strong {
  color: #fff;
}
body[class*=preset-dark] .copyright {
  color: #fff;
}
body[class*=preset-dark] .nav-tabs {
  border-bottom: 1px solid #454545;
}
body[class*=preset-dark] .nav-tabs li a {
  border: 1px solid #454545;
  border-right: none;
}
body[class*=preset-dark] .nav-tabs li a:hover {
  color: #FFF;
  border: 1px solid #454545;
}
body[class*=preset-dark] .nav-tabs li.active a {
  color: #656565;
  background-color: transparent;
  border: 1px solid #454545;
  border-right: none;
}
body[class*=preset-dark] .nav-tabs li:first-child {
  border-left: none;
}
body[class*=preset-dark] .nav-tabs li:last-child {
  border-right: 1px solid #454545;
}
body[class*=preset-dark] .tab-content {
  background: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 0 !important;
}
body[class*=preset-dark] .tab-content .tab-pane {
  background: none repeat scroll 0 0 #343434;
  border-bottom: 1px solid #454545;
  border-left: 1px solid #454545;
  border-right: 1px solid #454545;
  padding: 20px;
}
body[class*=preset-dark] .dexp_tab_wrapper.vertical {
  background: url("../images/dark-fc.png") repeat-y scroll 0 0 rgba(0,0,0,0) !important;
  border: 1px solid #454545 !important;
  padding-bottom: 0px !important;
}
body[class*=preset-dark] .dexp_tab_wrapper.vertical li a {
  border-bottom: 1px solid #454545;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
body[class*=preset-dark] .dexp_tab_wrapper.vertical li.active a {
  border-bottom: 1px solid #454545 !important;
}
body[class*=preset-dark] .dexp_tab_wrapper.vertical li.last.active a {
  border-bottom-color: #454545 !important;
}
body[class*=preset-dark] .dexp_tab_wrapper.vertical .tab-pane {
  border: none !important;
}
body[class*=preset-dark] .rating-block,
body[class*=preset-dark] .greybg .rating-block {
  border-color: #2F2F2F !important;
  background: transparent !important;
}
body[class*=preset-dark] .rating-block p,
body[class*=preset-dark] .greybg .rating-block p {
  color: #D3D3D3;
}
body[class*=preset-dark] .rating-block:hover {
  background-color: #B54321 !important;
}
body[class*=preset-dark] .rating-block:hover p,
body[class*=preset-dark] .rating-block:hover a,
body[class*=preset-dark] .rating-block:hover span {
  color: #fff !important;
}
body[class*=preset-dark] .box-custom .serviceicon {
  background-color: #343434;
  border-color: #545454;
}
body[class*=preset-dark] .blog-columns {
  background: none repeat scroll 0 0 #292929;
  border: 1px solid #545454;
}
body[class*=preset-dark] .blog-columns .blog-content h3 {
  border-bottom: 1px solid #545454;
}
body[class*=preset-dark] .blog-columns .blog-content h3 a {
  color: #FFFFFF !important;
}
body[class*=preset-dark] .blog-columns .blog-content i {
  color: #FFFFFF !important;
}
body[class*=preset-dark] .comment-wrapper .comment-content {
  background: none repeat scroll 0 0 #292929 !important;
  border: 1px solid #545454 !important;
}
body[class*=preset-dark] .comment-wrapper .comment-avatar img {
  padding: 0 !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
body[class*=preset-dark] .product_title a {
  color: #fff !important;
}
body[class*=preset-dark] .social li,
body[class*=preset-dark] .callus li {
  border-left: 1px solid #2F2F2F;
}
body[class*=preset-dark] .social li:last-child,
body[class*=preset-dark] .callus li:last-child {
  border-right: 1px solid #2F2F2F;
}
body[class*=preset-dark] #section-main-content {
  background-color: #292929 !important;
}
body[class*=preset-dark] .forum-table {
  background: transparent !important;
}
body[class*=preset-dark] .forum-table th {
  color: #FFFFFF !important;
  border: 1px solid #545454 !important;
}
body[class*=preset-dark] .forum-table th a {
  color: #FFFFFF !important;
}
body[class*=preset-dark] .forum-table tr {
  border: 1px solid #545454 !important;
}
body[class*=preset-dark] .forum-table tr td {
  border: 1px solid #545454 !important;
}
body[class*=preset-dark] .forum-table-name {
  color: #FFFFFF !important;
}
body[class*=preset-dark] .forum-table-superheader {
  background: transparent !important;
  border: 1px solid #545454 !important;
}
body[class*=preset-dark] #commerce-checkout-form-checkout legend span,
body[class*=preset-dark] #commerce-checkout-form-checkout legend a {
  color: #FFF;
}
body[class*=preset-dark] #commerce-checkout-form-checkout legend span:hover,
body[class*=preset-dark] #commerce-checkout-form-checkout legend a:hover {
  color: #B54321;
}
body[class*=preset-dark] #section-copyright {
  background: #292723 !important;
  color: #FFF;
}
body[class*=preset-dark] #section-copyright a {
  color: #FFF;
}
body[class*=preset-dark] #section-copyright a.active-trail,
body[class*=preset-dark] #section-copyright a:hover {
  color: #B54321;
}
body[class*=preset-dark] h3.portfolio-title a {
  color: #FFF;
}
body[class*=preset-dark] .forum-post-info,
body[class*=preset-dark] .forum-post-wrapper,
body[class*=preset-dark] .forum-post-panel-main,
body[class*=preset-dark] .forum-post,
body[class*=preset-dark] .forum-post-title,
body[class*=preset-dark] .forum-post-footer {
  background: transparent !important;
  border-color: #545454 !important;
}
body[class*=preset-dark] .forum-post-info {
  border-top: none;
}
body[class*=preset-dark] .forum-post-info a,
body[class*=preset-dark] .forum-post-info .forum-posted-on,
body[class*=preset-dark] .forum-post-info span {
  color: #fff !important;
}
body[class*=preset-dark] #forum-statistics-header,
body[class*=preset-dark] #forum-statistics-active-body,
body[class*=preset-dark] #forum-statistics-statistics-body {
  background: transparent !important;
  border-top: none;
  color: #FFF;
}
#block-dexp-quicksettings-dexp-quicksettings {
  background: #FFF;
  position: fixed;
  left: -207px;
  -webkit-transition: left;
  -moz-transition: left;
  -o-transition: left;
  transition: left;
  top: 96px;
  z-index: 999;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.08);
}
#block-dexp-quicksettings-dexp-quicksettings h2.block-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  color: #404040;
  margin: 0;
  background: #fff;
}
#block-dexp-quicksettings-dexp-quicksettings.open {
  left: 0;
}
#block-dexp-quicksettings-dexp-quicksettings .content {
  padding: 2px 18px 10px;
  width: 205px;
}
#block-dexp-quicksettings-dexp-quicksettings h3 {
  color: #848688;
  font-size: 13px;
  margin: 5px 0 -5px 1px;
  line-height: 30px;
}
#block-dexp-quicksettings-dexp-quicksettings select.form-select {
  border-radius: 2px;
  color: #848688;
  cursor: pointer;
  font-size: 13px;
  margin: 2px 0 10px 2px;
  padding: 5px;
  width: 164px;
}
#block-dexp-quicksettings-dexp-quicksettings ul.presets,
#block-dexp-quicksettings-dexp-quicksettings ul.dexp_background {
  margin: 0;
  padding: 0;
}
#block-dexp-quicksettings-dexp-quicksettings ul.presets li,
#block-dexp-quicksettings-dexp-quicksettings ul.dexp_background li {
  display: inline-block;
  margin: 4px 2px 0;
}
#block-dexp-quicksettings-dexp-quicksettings ul.presets li span,
#block-dexp-quicksettings-dexp-quicksettings ul.dexp_background li span {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 2px;
  -webkit-box-shadow: -2px 2px 2px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: -2px 2px 2px -1px rgba(0,0,0,0.75);
  box-shadow: -2px 2px 2px -1px rgba(0,0,0,0.75);
}
#block-dexp-quicksettings-dexp-quicksettings ul.presets li[class^=white] span,
#block-dexp-quicksettings-dexp-quicksettings ul.dexp_background li[class^=white] span {
  background-image: url(../images/white-preset.png);
}
#block-dexp-quicksettings-dexp-quicksettings ul.presets li[class^=dark] span,
#block-dexp-quicksettings-dexp-quicksettings ul.dexp_background li[class^=dark] span {
  background-image: url(../images/dark-preset.png);
}
#block-dexp-quicksettings-dexp-quicksettings .quicksettings_toggle {
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.08);
  background: url("../images/switcher.gif") no-repeat scroll 10px center #FFFFFF;
  border-color: #EEEEEE;
  border-radius: 0 2px 2px 0;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  height: 44px;
  position: absolute;
  right: -44px;
  text-indent: -9999px;
  top: 0px;
  width: 44px;
  cursor: pointer;
}
body.rtl .panel-group .panel-title:after {
  float: left;
}
body.rtl .ImageWrapper .StyleSc span:nth-of-type(2) {
  right: auto;
}
body.rtl .menu ul li a,
body.rtl .menu ul li span {
  text-align: right;
}
body.rtl .dexp-dropdown > ul ul ul {
  left: -200px;
  width: 200px;
}
body.rtl .boder-icon .dexp-twitter .sp-text {
  padding-right: 50px;
  padding-left: 0;
  text-align: right;
}
body.rtl .boder-icon .dexp-twitter .sp-text:before {
  left: auto;
  right: 0;
}
body.rtl .boder-icon .dexp-twitter .author {
  padding-left: 0;
  padding-right: 50px;
  text-align: right;
}
body.rtl .dexp-shortcodes-box.box-top .box-icon {
  float: right;
  margin: 3px 0px 10px 15px;
}
body.rtl .dexp-shortcodes-box.box-top h3 {
  text-align: right;
}
body.rtl .blog_wrap .post_date {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .region-social-top ul {
  float: right;
  margin: 0;
}
body.rtl .social ul li,
body.rtl .tagcloud a,
body.rtl .authorbox_wrapper .user-picture {
  float: right;
}
body.rtl .title .block-title {
  text-align: right;
}
body.rtl .panel-group.default .panel-default .panel-heading .panel-title a {
  padding-right: 45px;
}
body.rtl .panel-group.default .panel-default .panel-heading .panel-title a:before {
  right: 0;
}
body.rtl .panel-group.default .panel-default .panel-heading i {
  padding: 0 0 0 5px;
}
body.rtl ul.check li:before {
  right: 0;
}
body.rtl ul.check li a {
  padding-right: 20px;
}
body.rtl #block-menu-menu-footer-menu ul {
  text-align: left;
}
body.rtl #block-menu-menu-footer-menu ul li {
  border: 0;
  border-left: 1px solid #333;
}
body.rtl #block-menu-menu-footer-menu ul li:last-child {
  border-left: 0 solid #000;
}
body.rtl .bx-wrapper .bx-controls-direction a.bx-next {
  float: right;
}
body.rtl #section-header .region-tops .text-right {
  text-align: left;
}
body.rtl #section-footer .block-title span,
body.rtl #section-main-content .region-sidebar .title .block-title span {
  padding-left: 10px;
  padding-right: 0;
}
body.rtl .blog_wrap .blog-detail .blog-meta span {
  float: right;
}
body.rtl .blog_wrap .blog-detail .blog-meta .com~.com-right {
  float: left;
}
body.rtl .portfolio-content h3.portfolio-title {
  text-align: right;
}
body.rtl .view-portfolio .portfolio-wrap .portfolio-category,
body.rtl .view-portfolio .portfolio-teaser .portfolio-category {
  float: right;
}
body.rtl .view-portfolio .portfolio-wrap .portfolio-category i,
body.rtl .view-portfolio .portfolio-teaser .portfolio-category i {
  float: right;
  padding-left: 5px;
}
body.rtl #block-views-simple-shopping-cart-block .cart-form-simple ul,
body.rtl h3.tagline,
body.rtl .region-breadcrumb .text-right {
  text-align: left;
}
body.rtl .region-pagetitle h1.page_title,
body.rtl .team-custom figure .field-name-field-team-image,
body.rtl .region-pagetitle .page_subtitle {
  float: right;
}
body.rtl .header-4 .social.pull-right {
  float: right !important;
}
body.rtl .forum .name {
  text-align: left;
}
body.rtl .title1 > hr:after {
  right: 0;
  left: 80%;
}
body.rtl .radio input[type="radio"],
body.rtl .radio-inline input[type="radio"],
body.rtl .checkbox input[type="checkbox"],
body.rtl .checkbox-inline input[type="checkbox"] {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
body.rtl .team-custom .team-decs,
body.rtl .authorbox_wrapper .author-desc {
  border: 0;
  border-right: 1px solid #F3F3F3;
}
body.rtl #timeline .timeline-item span.blog-date {
  left: 0;
  right: auto;
}
body.rtl .blog-columns:after {
  right: -5%;
  left: auto;
}
body.rtl #timeline .timeline-item:nth-child(2n+1) .blog-columns:after {
  left: -5%;
  right: auto;
}
body.rtl blockquote {
  border-right: 5px solid #B54321;
  border-left: 0;
}
body.rtl blockquote.pull-right {
  padding-left: 15px;
  padding-right: 0;
  border-left: 5px solid #B54321;
  border-right: 0;
}
body.rtl blockquote.pull-right p,
body.rtl blockquote.pull-right small,
body.rtl blockquote.pull-right .small {
  text-align: left;
}
body.rtl #comments_wrapper .comment-avatar {
  margin: 0 0 0 10px;
  float: right;
}
body.rtl #comments_wrapper .comment-reply {
  float: left;
}
body.rtl .commerce-add-to-cart label {
  padding: 0 10px 0 0;
}
body.rtl .commerce-add-to-cart label:before {
  right: 0;
  left: auto;
}
body.rtl .product-content .commerce-add-to-cart .form-type-select,
body.rtl .product-content .commerce-add-to-cart .form-type-textfield,
body.rtl div.fivestar-widget-static .star,
body.rtl .view-bestsellers ul li img {
  float: right;
}
body.rtl .view-bestsellers .views-field-field-product-rating .rating {
  text-align: right !important;
}
body.rtl .page-cart .view-commerce-cart-form #edit-submit {
  margin: 0 0 0 10px;
}
body.rtl .product-teaser .product-rating {
  right: 0;
  left: auto;
}
body.rtl .product-teaser .product-rating i {
  padding: 0 0 0 5px;
  float: right;
}
body.rtl .product-teaser .product_title,
body.rtl .product-teaser .product-price {
  text-align: right;
}
body.rtl .popular-post ul li img,
body.rtl .recent-post ul li img {
  float: right;
  margin-left: 10px;
}
body.rtl .view-portfolio  .portfolio-media div.dexp_carousel .carousel-control.left,
body.rtl div.dexp_carousel .carousel-control.left {
  right: 15px;
}
body.rtl #section-main-content .block-menu ul.menu {
  border-left: 1px solid #ededed;
  border-right: 0;
}
body.rtl #section-main-content .block-menu ul.menu li a {
  border-right: 0;
  border-left: 3px solid transparent;
}
body.rtl #section-main-content .block-menu ul.menu li:hover a,
body.rtl #section-main-content .block-menu ul.menu li.active-trail a {
  border-right-color: transparent;
  border-left-color: #B54321;
}
body.rtl .nav-tabs>li {
  float: right;
}
body.rtl .item-list ul li {
  background: url(../images/li.png) no-repeat right center rgba(0,0,0,0);
  padding: 0 15px 0 0;
}
@media (min-width: 768px) {
  body.rtl .about-widget {
    border: 0;
    border-right: 1px solid #ECECEC;
    padding: 0 55px 0 0;
  }
}
@media screen and (max-width: 991px) {
  #section-footer .region-footer-third {
    clear: left;
  }
  #block-menu-menu-footer-menu ul {
    text-align: center;
  }
  body.rtl .dexp-menu-toggler {
    left: 0;
    right: auto;
  }
  body.rtl #section-footer .region-footer-third {
    clear: right;
  }
  body.rtl #block-menu-menu-footer-menu ul {
    text-align: center;
  }
}
@media (max-width: 767px) {
  body.rtl .page_title_no_sub,
  body.rtl .page_title_has_sub,
  body.rtl .breadcrumb {
    text-align: center;
  }
  body.rtl .region-pagetitle .page_subtitle {
    float: none;
    width: 200px;
    margin: 0 auto;
  }
  body.rtl .region-pagetitle h1.page_title {
    float: none;
  }
  body.rtl .team-custom .team-decs {
    border: 0;
    border-bottom: 1px solid #F3F3F3;
    padding: 0 15px;
  }
  body.rtl .team-custom .team-decs p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  body.rtl .region-social-top ul {
    float: none;
  }
  body.rtl .header-6 .region-social-top .social {
    float: none !important;
  }
  body.rtl .dexp-menu-toggler {
    left: 5px;
  }
  body.rtl h3.tagline {
    text-align: center;
  }
  body.rtl .view-portfolio  .portfolio-media div.dexp_carousel .carousel-control.left {
    right: 30px;
  }
}
