
/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 2.Header
 3.content - home sections
 4.Home grid
 5.Home masonry
 6.Home agency
 7.Blog page
 8.Blog masonry
 9.Single Post
 10.portfolio 2col, fullwidth
 11.home photography
 12.single-project
 13.shop page
 14.Services page
 15.About page
 16.Contact page
 17.Footer
 18.nouislider style (used in priccing range)
 19.Responsive Part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: #f7f7f7;
  border: none;
  width: 100%;
  margin-bottom: 0;
  border-top: 1px dotted #d1d1d1;
}
.navbar.active {
  position: fixed;
  opacity: 0.95;
}
.navbar .navbar-brand {
  padding: 12px 30px 10px 15px;
  display: inline-block;
  height: auto;
}
.navbar-nav > li {
  position: relative;
}
.navbar-nav > li > a {
  padding: 20px 15px;
  color: #333333 !important;
  font-size: 13px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a:hover {
  border-bottom: 1px solid #85afbd;
}
li.drop ul.drop-down {
  margin: 0;
  padding: 0;
  padding: 4px 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  text-align: left;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  border: 1px dotted #d1d1d1;
  background: #ffffff;
}
li.drop ul.drop-down li {
  list-style: none;
  display: block;
  margin: 0;
}
li.drop ul.drop-down li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #444444;
  font-size: 12px;
  font-family: 'Roboto Slab', serif;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  border: none;
}
li.drop ul.drop-down li a:hover {
  color: #85afbd;
}
li.drop:hover ul.drop-down {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
.navbar-nav.navbar-right > li {
  margin-left: 0;
}
.navbar-nav.navbar-right > li.drop {
  position: relative;
}
.navbar-nav.navbar-right > li > a {
  padding: 21px 10px 17px;
}
.navbar-nav.navbar-right > li > a i {
  font-size: 14px;
  color: #111111;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav.navbar-right > li > a:hover i {
  color: #85afbd;
}
.form-search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 230px;
  border: 2px dotted #d1d1d1;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
  font-size: 13px;
  font-family: 'Roboto Slab', serif;
  line-height: 24px;
  margin: 0 0 10px;
  font-size: 12px;
  margin: 0;
  color: #333333;
  padding: 10px 12px;
  border: none;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
}
.form-search button {
  background: #ffffff;
  border: none;
  float: right;
  margin-top: -32px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.form-search button i {
  color: #666666;
  font-size: 15px;
}
.form-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/
p {
  font-size: 13px;
  color: #333333;
  font-family: 'Roboto Slab', serif;
  line-height: 24px;
  margin: 0 0 10px;
}
#home-section .tp-caption.finewide_medium_white {
  color: #111111;
  text-shadow: none;
  font-size: 52px;
  line-height: 52px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  background-color: none;
  text-decoration: none;
  border-width: 0px;
  border-color: transparent;
  text-transform: inherit;
  border-style: none;
}
#home-section .tp-caption.small_text {
  color: #333333;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  text-shadow: none;
}
#home-section .tp-bannertimer {
  display: none !important;
}
#home-section .tp-bullets.simplebullets.round .bullet:hover,
#home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #85afbd;
  border-color: #85afbd;
}
#home-section .slotholder:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.services-section {
  padding: 80px 0px;
}
.services-post {
  text-align: center;
  padding: 0 20px;
}
.services-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 64px;
  height: 64px;
  border: 1px solid #d2d2d2;
  box-shadow: 3px 3px 3px #e6e6e6;
  -webkit-box-shadow: 3px 3px 3px #e6e6e6;
  -moz-box-shadow: 3px 3px 3px #e6e6e6;
  -o-box-shadow: 3px 3px 3px #e6e6e6;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.services-post a i {
  color: #333333;
  font-size: 20px;
  line-height: 64px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.services-post h2 {
  color: #333333;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 18px;
  position: relative;
}
.services-post h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 1px;
  background: #333333;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.services-post:hover a {
  background: #85afbd;
  border: 1px solid #85afbd;
}
.services-post:hover a i {
  color: #ffffff;
}
.services-post:hover h2 {
  color: #85afbd;
}
.services-post:hover h2:after {
  background: #85afbd;
}
.portfolio-section {
  padding: 70px 0 76px;
  background: #f7f7f7;
}
.title-section {
  text-align: center;
  margin-bottom: 30px;
}
.title-section h1 {
  color: #333333;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding-bottom: 18px;
}
.title-section h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 1px;
  background: #333333;
}
.title-section p {
  font-size: 12px;
}
.portfolio-box {
  width: 1160px;
  margin-left: -10px;
}
.portfolio-box .project-post {
  width: 366px;
  margin: 10px;
  position: relative;
}
.portfolio-box .project-post img {
  width: 100%;
}
.portfolio-box .project-post .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.portfolio-box .project-post .hover-box .inner-hover {
  width: 100%;
  position: relative;
  top: 50%;
  margin-top: -20px;
}
.portfolio-box .project-post .hover-box .inner-hover h2 {
  color: #333333;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
  letter-spacing: 1.8px;
}
.portfolio-box .project-post .hover-box .inner-hover h2 a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.portfolio-box .project-post .hover-box .inner-hover h2 a:hover {
  opacity: 0.7;
}
.portfolio-box .project-post .hover-box .inner-hover h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 1px;
  background: #ffffff;
}
.portfolio-box .project-post .hover-box .inner-hover p {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 0;
}
.portfolio-box .project-post:hover .hover-box {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.middle-button {
  margin-top: 40px;
  text-align: center;
}
a.button-one {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 12px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  padding: 10px 35px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  border: 2px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
a.button-one:hover {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #85afbd;
  border: 2px solid #85afbd;
}
.client-section {
  padding: 60px 0;
  background: #fafafa;
}
.client-box .bx-wrapper {
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
}
.client-box ul.bxslider {
  margin: 0;
  padding: 0;
}
.client-box ul.bxslider ul {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.client-box ul.bxslider ul li {
  list-style: none;
  float: left;
  padding: 0 10px;
  width: 20%;
}
.client-box ul.bxslider ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border: 1px solid #cccccc;
  opacity: 1;
  width: 100%;
  padding: 30px 0;
}
.client-box ul.bxslider ul li a img {
  width: 100%;
}
.client-box ul.bxslider ul li a:hover {
  opacity: 0.5;
  box-shadow: 0 3px 0 #e6e6e6;
  -webkit-box-shadow: 0 3px 0 #e6e6e6;
  -moz-box-shadow: 0 3px 0 #e6e6e6;
  -o-box-shadow: 0 3px 0 #e6e6e6;
}
/*-------------------------------------------------*/
/* =  Home grid
/*-------------------------------------------------*/
.top-slide-section {
  padding: 60px 0 30px;
}
.slide-box {
  text-align: center;
}
.slide-box .bx-wrapper .bx-pager,
.slide-box .bx-wrapper .bx-controls-auto {
  display: block;
}
.slide-box .bx-wrapper .bx-controls-direction {
  display: none;
}
.slide-box .slide-box-content {
  margin-bottom: 20px;
}
.slide-box h1 {
  color: #333333;
  font-size: 48px;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  margin: 0 0 25px;
}
.slide-box h1 span {
  color: #85afbd;
}
.slide-box p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 35px;
}
ul.filter {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 10px;
}
ul.filter li {
  list-style: none;
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 10px;
}
ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;
  color: #999999;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  text-transform: uppercase;
}
ul.filter li a:hover {
  text-decoration: underline;
  color: #85afbd;
}
ul.filter li:before {
  content: '|';
  font-size: 12px;
  color: #999999;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  margin-right: 12px;
}
ul.filter li:first-child:before {
  content: '';
  margin-right: 0px;
}
ul.filter li:last-child {
  margin-right: 0;
}
.project-gal {
  position: relative;
  margin-bottom: 15px;
}
.project-gal a.link,
.project-gal a.zoom {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.7);
  margin: 0 4px;
  text-align: center;
}
.project-gal a.link i,
.project-gal a.zoom i {
  display: inline-block;
  line-height: 56px;
  font-size: 17px;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.project-gal a.link:hover,
.project-gal a.zoom:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
}
.project-gal a.link:hover i,
.project-gal a.zoom:hover i {
  color: #85afbd;
}
.grid .portfolio-box .project-post {
  width: 366px;
  text-align: center;
}
.grid .portfolio-box .project-post h2 {
  color: #333333;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
}
button.mfp-close,
button.mfp-arrow {
  outline: none;
}
/*-------------------------------------------------*/
/* =  Home masonry
/*-------------------------------------------------*/
.services-section.second-style {
  background: url('../images/pattern.jpg');
  margin-bottom: 40px;
}
.services-section.second-style {
  padding-bottom: 30px;
}
.services-section.second-style .services-post {
  text-align: left;
  margin-bottom: 50px;
}
.services-section.second-style .services-post a {
  float: left;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: 0px;
}
.services-section.second-style .services-post a i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-right: -3px;
}
.services-section.second-style .services-post h2 {
  margin-left: 85px;
}
.services-section.second-style .services-post h2:after {
  left: 0;
  margin-left: 0;
}
.services-section.second-style .services-post p {
  margin-left: 85px;
}
/*-------------------------------------------------*/
/* =  blog page
/*-------------------------------------------------*/
.pager-title-section {
  padding: 80px 0;
  text-align: center;
}
.pager-title-section h1 {
  color: #333333;
  font-size: 42px;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  margin: 0 0 17px;
}
.pager-title-section h1 span {
  color: #85afbd;
}
.pager-title-section p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 15px;
}
.pager-title-section a.button-one {
  margin-top: 20px;
}
.blog-section {
  padding-bottom: 60px;
}
.blog-post {
  margin-bottom: 60px;
  text-align: center;
}
.blog-post .blog-gal {
  margin-bottom: 30px;
  position: relative;
}
.blog-post .blog-gal img {
  width: 100%;
}
.blog-post .blog-gal iframe {
  width: 100%;
  height: 600px;
  margin-bottom: 0;
}
.blog-post .blog-gal .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  opacity: 0;
}
.blog-post .blog-gal .hover-box .inner-hover {
  width: 100%;
  position: relative;
  top: 50%;
  margin-top: -20px;
}
.blog-post .blog-gal .hover-box .inner-hover a.link {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.7);
  margin: 0 8px;
  text-align: center;
}
.blog-post .blog-gal .hover-box .inner-hover a.link i {
  display: inline-block;
  line-height: 56px;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.blog-post .blog-gal .hover-box .inner-hover a.link:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
}
.blog-post .blog-gal .hover-box .inner-hover a.link:hover i {
  color: #85afbd;
}
.blog-post .blog-gal:hover .hover-box {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.blog-post h2 {
  color: #333333;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 20px;
}
.blog-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.blog-post h2 a:hover {
  color: #85afbd;
}
.blog-post h2:after {
  position: absolute;
  content: '';
  width: 22px;
  height: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
  background: #999999;
}
.blog-post p {
  max-width: 720px;
  margin: 0 auto 22px;
  position: relative;
  padding-bottom: 22px;
}
.blog-post p:after {
  position: absolute;
  content: '';
  width: 22px;
  height: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
  background: #999999;
}
.blog-post ul.post-tags {
  margin: 0;
  padding: 0;
}
.blog-post ul.post-tags li {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 6px;
}
.blog-post ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 13px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}
.blog-post ul.post-tags li a i {
  font-size: 13px;
  margin-right: 7px;
}
.blog-post ul.post-tags li a:hover {
  opacity: 0.6;
}
.blog-post ul.post-tags li:first-child {
  margin-left: 0;
}
/*-------------------------------------------------*/
/* =  blog-masonry
/*-------------------------------------------------*/
.masonry {
  margin-top: 30px;
  margin-bottom: 30px;
}
.masonry .blog-post {
  overflow: hidden;
  width: 50%;
  margin: 0;
}
.masonry .blog-post .blog-gal {
  width: 50%;
  float: left;
  margin-bottom: 0;
}
.masonry .blog-post .blog-content {
  width: 50%;
  float: right;
  padding: 40px 45px;
  background: #ffffff;
  text-align: left;
}
.masonry .blog-post .blog-content h2 {
  line-height: 24px;
}
.masonry .blog-post .blog-content h2:after {
  left: 0;
  margin-left: 0;
}
.masonry .blog-post .blog-content p {
  padding-bottom: 0;
  margin-bottom: 16px;
  max-height: 72px;
  overflow: hidden;
}
.masonry .blog-post .blog-content p:after {
  display: none;
}
.masonry .blog-post .blog-content ul.post-tags {
  position: relative;
  padding-top: 35px;
  margin-top: 35px;
}
.masonry .blog-post .blog-content ul.post-tags:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 1px;
  top: 0;
  left: 0;
  background: #999999;
}
.masonry .blog-post.right-image-order .blog-gal {
  float: right;
}
.masonry .blog-post.right-image-order .blog-content {
  float: left;
}
/*-------------------------------------------------*/
/* =  Single post
/*-------------------------------------------------*/
.comment-section {
  padding: 45px 15px 30px;
  background: url('../images/pattern.jpg');
  text-align: center;
}
.comment-section h1 {
  color: #333333;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.comment-section h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 1px;
  background: #333333;
}
.comment-section ul.comment-list {
  margin: 0;
  padding: 0;
}
.comment-section ul.comment-list li {
  display: block;
  list-style: none;
  padding-bottom: 27px;
  margin-bottom: 30px;
  position: relative;
}
.comment-section ul.comment-list li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  max-width: 60px;
  margin-bottom: 16px;
}
.comment-section ul.comment-list li h2 {
  color: #333333;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.comment-section ul.comment-list li span {
  font-size: 13px;
  color: #333333;
  font-family: 'Roboto Slab', serif;
  line-height: 24px;
  margin: 0 0 10px;
  margin-bottom: 19px;
}
.comment-section ul.comment-list li p {
  max-width: 800px;
  margin: 0 auto 15px;
}
.comment-section ul.comment-list li a {
  display: inline-block;
  font-size: 13px;
  color: #333333;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.comment-section ul.comment-list li a:hover {
  color: #85afbd;
}
.comment-section ul.comment-list li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 1px;
  background: #333333;
}
.leave-comment-area {
  padding: 50px 0 75px;
}
.leave-comment-area h1 {
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.leave-comment-area h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 1px;
  background: #333333;
}
.comment-form,
#contact-form {
  max-width: 700px;
  margin: 0 auto;
}
.comment-form input[type="text"],
#contact-form input[type="text"],
.comment-form textarea,
#contact-form textarea {
  width: 100%;
  display: inline-block;
  padding: 11px 10px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #333333;
  font-size: 13px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  border: 1px solid #d1d1d1;
  outline: none;
  margin: 0 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.comment-form input[type="text"]:focus,
#contact-form input[type="text"]:focus,
.comment-form textarea:focus,
#contact-form textarea:focus {
  border: 1px solid #85afbd;
}
.comment-form textarea,
#contact-form textarea {
  min-height: 122px;
}
.comment-form .submit-area,
#contact-form .submit-area {
  text-align: center;
}
.comment-form .submit-area input[type="submit"],
#contact-form .submit-area input[type="submit"] {
  display: inline-block;
  color: #333333;
  font-size: 12px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  padding: 11px 22px;
  text-transform: uppercase;
  border: 2px solid #999999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.comment-form .submit-area input[type="submit"]:hover,
#contact-form .submit-area input[type="submit"]:hover {
  color: #85afbd;
  border: 2px solid #85afbd;
}
/*-------------------------------------------------*/
/* =  portfolio 2col, fullwidth
/*-------------------------------------------------*/
.grid .portfolio-box.two-col .project-post {
  width: 560px;
}
.grid .portfolio-box.fullwidth {
  width: 100%;
  margin: 0;
}
.grid .portfolio-box.fullwidth .project-post {
  width: 20%;
  margin: 0;
  padding: 10px;
}
/*-------------------------------------------------*/
/* =  home photography
/*-------------------------------------------------*/
.photography-version .portfolio-box.fullwidth {
  width: 100%;
  margin: 0;
}
.photography-version .portfolio-box.fullwidth .project-post {
  width: 20%;
  overflow: hidden;
  margin: 0;
  padding: 10px;
  margin-top: -3px;
}
.photography-version .portfolio-box.fullwidth .project-post .project-gal {
  height: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.photography-version .portfolio-box.fullwidth .project-post .project-gal a {
  margin-bottom: 40px;
}
.photography-version .portfolio-box.fullwidth .project-post .inner-hover {
  margin-top: -65px;
}
.photography-version .portfolio-box.fullwidth .project-post .inner-hover h2 {
  color: #ffffff;
}
.photography-version .portfolio-box.fullwidth .project-post.size-bigger {
  width: 40%;
  margin-top: 0;
}
/*-------------------------------------------------*/
/* =  single project
/*-------------------------------------------------*/
.single-project .flex-control-nav {
  display: block;
}
.single-project .flexslider {
  margin-bottom: 85px !important;
}
.single-project-content {
  margin-bottom: 70px;
  text-align: center;
}
.single-project-content > p {
  max-width: 800px;
  margin: 0 auto 18px;
}
.single-project-content > a {
  font-size: 13px;
  color: #333333;
  font-family: 'Roboto Slab', serif;
  line-height: 24px;
  margin: 0 0 10px;
  display: inline-block;
  color: #85afbd;
}
.single-project-content .middle-button a {
  margin: 0 20px;
  padding: 12px 16px;
}
.single-project-content .middle-button a i {
  margin: 0 5px;
}
/*-------------------------------------------------*/
/* =  shop page
/*-------------------------------------------------*/
.shop-section {
  padding: 60px 0;
}
.shop-section h1.page-shop-title {
  color: #333;
  font-size: 48px;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 60px;
}
.shop-section h1.page-shop-title span {
  color: #85afbd;
}
.shop-section .result-bar {
  margin-bottom: 40px;
  overflow: hidden;
}
.shop-section .result-bar h4 {
  color: #999999;
  font-size: 12px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px;
  float: left;
}
.shop-section .result-bar .shop-option {
  float: right;
}
.shop-section .result-bar .shop-option select {
  width: 220px;
  height: 30px;
  border: 1px solid #999999;
  outline: none;
  padding: 6px 10px;
  color: #999999;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}
.product-post {
  margin-bottom: 47px;
  position: relative;
  text-align: center;
}
.product-post .product-gal {
  position: relative;
  margin-bottom: 15px;
}
.product-post .product-gal img {
  width: 100%;
}
.product-post .product-gal .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  opacity: 0;
}
.product-post .product-gal .hover-box .inner-hover {
  width: 100%;
  position: relative;
  top: 50%;
  margin-top: -20px;
}
.product-post .product-gal .hover-box .inner-hover a.like,
.product-post .product-gal .hover-box .inner-hover a.zoom {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.7);
  margin: 0 4px;
  text-align: center;
}
.product-post .product-gal .hover-box .inner-hover a.like i,
.product-post .product-gal .hover-box .inner-hover a.zoom i {
  display: inline-block;
  line-height: 56px;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.product-post .product-gal .hover-box .inner-hover a.like:hover,
.product-post .product-gal .hover-box .inner-hover a.zoom:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
}
.product-post .product-gal .hover-box .inner-hover a.like:hover i,
.product-post .product-gal .hover-box .inner-hover a.zoom:hover i {
  color: #85afbd;
}
.product-post h2 {
  color: #333333;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 7px;
}
.product-post span.price {
  color: #85afbd;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  margin: 0 0 5px;
}
.product-post p {
  margin: 0 0 15px;
}
.product-post p i {
  color: #d8d8d8;
  font-size: 15px;
}
.product-post p i.rated {
  color: #85afbd;
}
.product-post span.new-prod {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto Slab', serif;
  padding: 16px 11px;
  background: rgba(238, 202, 150, 0.9);
}
.product-post span.sale-prod {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto Slab', serif;
  padding: 16px 11px;
  background: rgba(113, 87, 136, 0.9);
}
.product-post:hover .product-gal .hover-box {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.product-pagination {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.product-pagination li {
  list-style: none;
  display: inline-block;
}
.product-pagination li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 11px;
  font-family: 'Roboto Slab', serif;
  padding: 4px 0;
  border: 1px solid #dfdfdf;
  min-width: 25px;
}
.product-pagination li a:hover,
.product-pagination li a.active {
  color: #85afbd;
  border: 1px solid #85afbd;
}
.product-pagination li span {
  color: #333;
}
.price-range {
  padding-bottom: 30px;
}
#start-val,
#end-val {
  display: inline-block;
  border: none;
  float: left;
  padding: 0;
  color: #333333;
  font-size: 13px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  max-width: 50px;
}
#end-val {
  float: right;
  text-align: right;
}
.shop-sidebar .shop-widget {
  margin-bottom: 36px;
}
.shop-sidebar .shop-widget ul.category-shop {
  margin: 0;
  padding: 0;
}
.shop-sidebar .shop-widget ul.category-shop li {
  list-style: none;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px dotted #cccccc;
}
.shop-sidebar .shop-widget ul.category-shop li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #333333;
  font-family: 'Roboto Slab', serif;
  line-height: 24px;
  margin: 0 0 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.shop-sidebar .shop-widget ul.category-shop li a:hover {
  color: #85afbd;
}
.shop-sidebar .shop-widget ul.category-shop li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.shop-sidebar .shop-widget ul.popular-post-list {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.shop-sidebar .shop-widget ul.popular-post-list li {
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
}
.shop-sidebar .shop-widget ul.popular-post-list li img {
  float: left;
}
.shop-sidebar .shop-widget ul.popular-post-list li p {
  margin-left: 70px;
  margin-bottom: 0;
}
.shop-sidebar .shop-widget ul.popular-post-list li p a {
  color: #333333;
}
.shop-sidebar .shop-widget ul.popular-post-list li span {
  margin-left: 70px;
  display: block;
  color: #85afbd;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}
.shop-sidebar .shop-widget ul.popular-post-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.shop-sidebar h1 {
  color: #333333;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.shop-sidebar h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #333333;
}
.shoping-cart span {
  color: #85afbd;
  display: inline-block;
  margin-left: 9px;
  font-size: 12px;
  font-family: 'Roboto Slab', serif;
  overflow: hidden;
  line-height: 12px;
}
.shoping-cart i {
  display: inline-block;
  margin-bottom: -4px;
}
.white-popup {
  position: relative;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}
.white-popup .some-element {
  background: #FFF;
  padding: 16px 30px;
  border: 1px solid #eaeaea;
}
.white-popup .some-element h2 {
  color: #333333;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 25px;
}
.white-popup .some-element table {
  margin-bottom: 20px;
}
.white-popup .some-element table th {
  padding: 13px 0;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  color: #cccccc;
  font-size: 12px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.white-popup .some-element table td {
  border: none;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0;
  color: #333333;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  vertical-align: top;
}
.white-popup .some-element table td .product {
  overflow: hidden;
}
.white-popup .some-element table td .product img {
  float: left;
  max-width: 120px;
}
.white-popup .some-element table td .product span {
  display: block;
  margin-left: 140px;
}
.white-popup .some-element table td .product p {
  margin: 5px 0 0 140px;
}
.white-popup .some-element table td .product p i {
  color: #d8d8d8;
  font-size: 15px;
}
.white-popup .some-element table td .product p i.rated {
  color: #85afbd;
}
.white-popup .some-element table td a.delete {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.white-popup .some-element table td a.delete i {
  color: #999999;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.white-popup .some-element table td a.delete:hover i {
  color: #85afbd;
}
.white-popup .some-element table td form input[type="number"] {
  width: 60px;
  text-align: center;
  outline: none;
}
.white-popup .some-element table tr:last-child td {
  padding: 12px 20px;
  border: none;
  background: #fbfbfb;
  color: #85afbd;
}
.white-popup .some-element a.checkout {
  float: right;
}
/*-------------------------------------------------*/
/* =  services page
/*-------------------------------------------------*/
.colored-service {
  padding: 10px 0 20px;
}
.services-box-color .services-post {
  width: 25%;
  float: left;
  padding: 60px 20px;
}
.services-box-color .services-post p {
  max-width: 350px;
  margin: 0 auto;
}
.services-box-color .serv-type1 {
  background: #f9f9f9;
}
.services-box-color .serv-type2 {
  background: #f3f3f3;
}
.services-box-color .serv-type3 {
  background: #ededed;
}
.services-box-color .serv-type4 {
  background: #e8e8e8;
}
.services-box-color .bx-wrapper .bx-controls-direction {
  display: none;
}
.services-box-color .bx-wrapper .bx-pager,
.services-box-color .bx-wrapper .bx-controls-auto {
  display: block;
  bottom: -50px;
}
.statistic-section {
  background: #f7f7f7;
  padding: 60px 0 40px;
}
.statistic-section .statistic-box {
  padding-top: 10px;
}
.statistic-post {
  overflow: hidden;
  margin-bottom: 20px;
}
.statistic-post i {
  float: left;
  font-size: 30px;
  color: #85afbd;
  display: inline-block;
  margin-top: 18px;
}
.statistic-post p {
  margin: 0;
  margin-left: 46px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #3a3d41;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
}
.statistic-post p span {
  font-size: 48px;
  line-height: 54px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.about-title {
  background: url('../images/pattern.jpg');
}
.team-section {
  padding: 60px 0 40px;
}
.team-section .bx-wrapper .bx-controls-direction {
  display: none;
}
.team-section .bx-wrapper .bx-pager,
.team-section .bx-wrapper .bx-controls-auto {
  display: block;
  bottom: -50px;
}
.team-section .team-post {
  margin-bottom: 30px;
  text-align: center;
}
.team-section .team-post .team-gal {
  position: relative;
  margin-bottom: 16px;
}
.team-section .team-post .team-gal img {
  width: 100%;
}
.team-section .team-post .team-gal .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  opacity: 0;
}
.team-section .team-post .team-gal .hover-box ul.team-social {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  top: 50%;
  margin-top: -20px;
}
.team-section .team-post .team-gal .hover-box ul.team-social li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.team-section .team-post .team-gal .hover-box ul.team-social li a {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.7);
  text-align: center;
}
.team-section .team-post .team-gal .hover-box ul.team-social li a i {
  display: inline-block;
  line-height: 56px;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.team-section .team-post .team-gal .hover-box ul.team-social li a:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
}
.team-section .team-post .team-gal .hover-box ul.team-social li a:hover i {
  color: #85afbd;
}
.team-section .team-post h2 {
  color: #333333;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 3px;
  font-size: 16px;
}
.team-section .team-post span {
  font-size: 13px;
  color: #333333;
  font-family: 'Roboto Slab', serif;
  line-height: 24px;
  margin: 0 0 10px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}
.team-section .team-post:hover .team-gal .hover-box {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.testimonial-section {
  text-align: center;
  background: #f7f7f7;
  padding: 60px 0 10px;
}
.testimonial-section .testimonial-box {
  max-width: 860px;
  margin: 0 auto;
}
.testimonial-section .testimonial-box p {
  margin-bottom: 20px;
}
.testimonial-section .testimonial-box h3 {
  color: #333333;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.testimonial-section .testimonial-box span {
  font-size: 13px;
  color: #333333;
  font-family: 'Roboto Slab', serif;
  line-height: 24px;
  margin: 0 0 10px;
  font-size: 12px;
}
/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/
.map {
  height: 340px;
}
.contact-info {
  padding: 50px 0 40px;
  background: url('../images/pattern.jpg');
}
.contact-info .contact-post {
  overflow: hidden;
}
.contact-info .contact-post i {
  float: left;
  margin-top: 30px;
  color: #85afbd;
  font-size: 26px;
}
.contact-info .contact-post h1 {
  color: #333333;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  margin-left: 50px;
}
.contact-info .contact-post h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 1px;
  background: #333333;
}
.contact-info .contact-post p {
  margin-left: 50px;
}
.contact-info .contact-post p span {
  display: block;
}
.contact-form {
  padding: 60px 0 60px;
  background: #f7f7f7;
}
/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/
.up-footer {
  padding: 60px 0 40px;
}
.footer-widget {
  margin-bottom: 20px;
}
.footer-widget h1 {
  color: #333333;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer-widget h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 1px;
  background: #333333;
}
.text-widget p {
  margin-bottom: 20px;
}
.tweets-widget ul {
  margin: 0;
  padding: 0;
}
.tweets-widget ul li {
  list-style: none;
  margin-bottom: 20px;
}
.tweets-widget ul li i {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #cccccc;
  float: left;
}
.tweets-widget ul li p {
  margin-left: 25px;
  margin-bottom: 5px;
}
.tweets-widget ul li p a {
  color: #85afbd;
}
.tweets-widget ul li span {
  font-size: 13px;
  font-family: 'Roboto Slab', serif;
  line-height: 24px;
  margin: 0 0 10px;
  margin-left: 25px;
  margin-bottom: 0;
  color: #333333;
}
.flickr-widget ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.flickr-widget ul li {
  list-style: none;
  float: left;
  width: 80px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.flickr-widget ul li a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.flickr-widget ul li a img {
  width: 100%;
}
.flickr-widget ul li a:hover {
  opacity: 0.6;
}
.recent-widget ul {
  margin: 0;
  padding: 0;
}
.recent-widget ul li {
  list-style: none;
  margin-bottom: 20px;
}
.recent-widget ul li p {
  margin-bottom: 5px;
}
.recent-widget ul li p a {
  color: #333333;
}
.recent-widget ul li span {
  font-size: 13px;
  font-family: 'Roboto Slab', serif;
  line-height: 24px;
  margin: 0 0 10px;
  margin-bottom: 0;
  color: #333333;
}
.footer-line {
  text-align: center;
  background: #f3f3f3;
  padding: 20px 0;
}
.footer-line p {
  font-size: 13px;
  margin: 0;
}
/*-------------------------------------------------*/
/* =  nouislider style (used in priccing range)
/*-------------------------------------------------*/
.noUi-base {
  width: 100%;
  height: 5px;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
  background: #d9d9d9;
  margin-bottom: 15px;
}
.noUi-handle {
  background: #ffffff;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin: -4px 0 0 -4px;
  border: 1px solid #85afbd;
}
.noUi-connect {
  background: Teal;
  background: #394f61;
}
.noUi-background {
  background: #f5f5f5;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border-radius: inherit;
  background: #85afbd;
  height: 5px;
}
.noUi-origin-upper {
  background: inherit !important;
}
.noUi-z-index {
  z-index: 10;
}
.noUi-vertical {
  width: 40px;
  height: 100%;
}
.noUi-vertical .noUi-origin {
  bottom: 0;
  left: 0;
}
.noUi-vertical .noUi-handle {
  margin: -23px 0 0 -3px;
}
.noUi-target[disabled] .noUi-base {
  background: #999;
}
.noUi-target[disabled] .noUi-connect {
  background: #BBB;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1500px) {
  .masonry .blog-post .blog-content {
    padding: 25px;
  }
  .photography-version .portfolio-box.fullwidth .project-post {
    width: 25%;
    margin-top: 0px;
  }
  .photography-version .portfolio-box.fullwidth .project-post.size-bigger {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .fullscreen-section .fullscreen-content h1 {
    font-size: 30px;
  }
  .flex-direction-nav .flex-next {
    margin-right: 35px;
  }
  .flex-direction-nav .flex-prev {
    margin-left: 35px;
  }
  .portfolio-box {
    width: 960px;
  }
  .portfolio-box .project-post {
    width: 300px;
  }
  .grid .portfolio-box .project-post {
    width: 300px;
  }
  .masonry .blog-post .blog-content ul.post-tags {
    display: none;
  }
  .masonry .blog-post .blog-content {
    padding: 10px 20px 0;
  }
  .grid .portfolio-box.two-col .project-post {
    width: 460px;
  }
  .photography-version .portfolio-box.fullwidth .project-post {
    width: 50%;
  }
  .photography-version .portfolio-box.fullwidth .project-post.size-bigger {
    width: 100%;
  }
  .grid .portfolio-box.fullwidth .project-post {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .navbar-nav > li > a {
    padding: 20px 10px;
  }
  .services-post {
    margin-bottom: 30px;
  }
  .portfolio-box {
    width: 740px;
  }
  .portfolio-box .project-post {
    width: 350px;
  }
  .grid .portfolio-box .project-post {
    width: 350px;
  }
  .grid .portfolio-box.two-col .project-post {
    width: 350px;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .team-section .team-post {
    max-width: 310px;
    margin: 0 auto 30px;
  }
  .services-box-color .services-post {
    width: 50%;
    margin-bottom: 0;
  }
  .blog-post .blog-gal iframe {
    height: 400px;
  }
  .masonry .blog-post {
    width: 100%;
  }
  .photography-version .portfolio-box.fullwidth .project-post {
    width: 100%;
  }
  .photography-version .portfolio-box.fullwidth .project-post.size-bigger {
    width: 100%;
  }
  .grid .portfolio-box.fullwidth .project-post {
    width: 50%;
  }
  .contact-info .contact-post {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .fullscreen-section .fullscreen-content .flexcaption {
    padding: 0 20px;
  }
  .flex-direction-nav {
    display: none;
  }
  .navbar-nav > li > a {
    padding: 5px 0;
    border: none !important;
  }
  .navbar-nav li ul.drop-down {
    background: transparent;
    border: none;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    position: relative;
    width: auto;
    visibility: visible;
    opacity: 1;
    top: inherit;
    left: inherit;
  }
  li.drop ul.drop-down li a {
    padding: 5px 10px;
  }
  .form-search {
    display: none;
  }
  a.open-search {
    display: none !important;
  }
  .navbar-nav.navbar-right {
    margin-bottom: 45px;
  }
  .navbar-nav.navbar-right > li {
    float: left;
  }
  .navbar-nav.navbar-right > li > a {
    padding: 0 20px;
  }
  .navbar-default .navbar-toggle {
    margin-top: 13px;
  }
  .navbar-header {
    border-bottom: 1px solid #f2f2f2;
  }
  .portfolio-box {
    width: 100%;
    margin-left: 0;
  }
  .portfolio-box .project-post {
    width: 100%;
    margin: 10px 0;
  }
  .grid .portfolio-box .project-post {
    width: 100%;
  }
  .grid .portfolio-box.two-col .project-post {
    width: 100%;
  }
  .client-box ul.bxslider ul li a {
    border: none;
    padding: 20px 0;
  }
  .client-box ul.bxslider ul li {
    padding: 0;
  }
  .client-section {
    padding-bottom: 0;
  }
  .pager-title-section h1 {
    font-size: 30px;
  }
  .white-popup .some-element table td {
    padding: 20px 10px;
  }
  .white-popup .some-element table th {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  .blog-post .blog-gal iframe {
    height: 300px;
  }
  .masonry .blog-post .blog-gal {
    width: 100%;
    float: none;
  }
  .masonry .blog-post .blog-content {
    padding: 20px 20px 30px;
    width: 100%;
    float: none;
  }
  .photography-version .portfolio-box.fullwidth .project-post {
    width: 100%;
  }
  .grid .portfolio-box.fullwidth .project-post {
    width: 100%;
  }
}
@media (max-width: 581px) {
  .fullscreen-section .fullscreen-content h1 {
    font-size: 20px;
  }
  .fullscreen-section .fullscreen-content h1 span:before {
    display: none;
  }
  .fullscreen-section .fullscreen-content h1 span:after {
    display: none;
  }
  .fullscreen-section .fullscreen-content p {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .services-box-color .services-post {
    width: 100%;
    margin-bottom: 0;
  }
  .blog-post .blog-gal iframe {
    height: 180px;
  }
}
