/*** Write your CSS structure here. ***/

.site-footer {
background: rgb(29,105,182); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(29,105,182,1) 0%, rgba(64,145,228,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,105,182,1)), color-stop(100%,rgba(64,145,228,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(29,105,182,1) 0%,rgba(64,145,228,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(29,105,182,1) 0%,rgba(64,145,228,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(29,105,182,1) 0%,rgba(64,145,228,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(29,105,182,1) 0%,rgba(64,145,228,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d69b6', endColorstr='#4091e4',GradientType=0 ); /* IE6-9 */
  border-top: 10px solid rgb(193, 222, 250);
margin-bottom: 0 !important;
margin-top: 20px !important;
}

.site-footer .copyright-footer > .container {
  padding: 9px 0 5px;
}

.site-footer .copyright-footer {
  background-color: #206FBF;
}

.testimonials blockquote p {
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  padding: 15px 64px 10px 64px;
  position: relative;
  line-height: 40px;
  float: left;
  display: inline-block;
  width: 80%;
  min-height: 150px;
  font-family: "lato", sans-serif, arial;
  font-weight: 500;
}

.testimonials blockquote p a {
  clear: both;
  float: right;
  display: inline-block;
  background-color: #fff;
  border: 1px solid rgb(213, 73, 0);
  color: rgb(213, 73, 0);
  padding: 0 9px;
  border-radius: 10px;
  font-size: 12px;
  text-transform: uppercase;
  height: 30px;
  line-height: 31px;
}

.testimonials blockquote p a:hover {
  background-color: rgb(213, 73, 0);
  border: 1px solid rgb(213, 73, 0);
  color: #fff;
}

.testimonials blockquote header {
  float:left;
}

.page-heading {
  font-size: 12px;
  margin-bottom: 0px;
  padding: 0px 0 0px 0;
}

.site-footer > .container {
  padding: 20px 0;
}

#foot-wrap-1 {}
#foot-wrap-2 {}

.footer-1 {
  width: 200px;
  float: left;
  margin-right: 20px;
}
.footer-2 {
  float: left;
  width: 160px;
  margin-right: 20px;
}
.footer-3 {
  float: left;
  width: 145px;
}
.footer-4 {
  float: left;
  width: 145px;
  margin-right: 60px;
}
.footer-5 {
  float: left;
  width: 265px;
}

.jcarousel li {
width: auto !important;
  border-right: solid #E1E1E1 1px;
  height: 110px;
  padding: 0 20px !important;
}

.jcarousel img {
  display: inline-block;
  max-width: 300px !important;
  height: auto !important;
  max-height: 70px;
  margin-bottom: -6em !important;
  opacity: 0.6;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/s….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");*/
}

.jcarousel img:hover {
  opacity: 1;
  transition: all ease 200ms;
  -webkit-filter: none;
  filter: none;
}

.jcarousel-pagination {display:none}

p.jw_easy_slider_name {
  display: none;
}

.vc_custom_1400154811881 {
margin-bottom: 40px !important;}


.blog-masonry article.post .post-hover:before, .recent-posts article.post .post-hover:before {
  color: #fff;
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 60px;
  left: 50%;
  margin-left: -16px;
  margin-top: -50px;
  position: absolute;
  top: -50%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.col-md-5 .text h2 {
  color: #fff;
  font-size: 40px;
}

.list li {
  color: #fff;
  font-size: 17px;
}

a#custom-id-0 {
  background: #EA8E00;
}

/*DANIEL 3 Box Home Page*/
blockquote.style-2:after, .post-hover:after {background-color: transparent !important;}
.blog-masonry article.post .post-hover:before, .recent-posts article.post .post-hover:before {display:none;}

.top-bar {
    color: #000 !important;
    background: transparent;
    border: none;
}

.tel-number {
    font-size: 20px;
}

.top-right-links {
    float: right;
    position: relative;
    top: -28px;
    z-index: 9999;
    color: #929292;
}

li#text-12 {
    height: 36px;
}

#top-right-wrap {

}

/*DESIGN GALLERY HOMEPAGE*/
.list {    
    width: 40%;
    float: left;
}

.wpb_content_element {
    width: 50%;
    float: left;
}

.list li:before {
    float: left;
}

.wpb_content_element {
    margin-right: 50px;
}

span.fa.fa-arrow-circle-o-down {
    float: left;
    margin: 5px -10px;
}
/*DESIGN GALLERY HOMEPAGE END*/