/*
Theme Name: Concept
Description: Minimal WordPress Portfolio Theme
Version: 1.1.1
Author: HodyLab
Author URI: http://hody.co/
License URI: http://www.gnu.org/licenses/gpl-3.0.html
License: GNU General Public License version 3.0
Theme URI: http://themes.hody.co/concept
Tags: white, custom-background, threaded-comments, translation-ready
*/
/****************

  Table of Contents

  01. General Styles
  02. Custom Button
  03. Typography
  04. Block Spacing
  05. Overlays
  06. Navigation
  07. Page Preloader
  08. Intro Section
  09. About Us Section
  10. Work Section
  11. Page Single Work
  12. Clients Section
  13. Service Section
  14. Facts Section
  15. Testimonials Section
  16. Team Section
  17. Table Plans
  18. Google Map
  19. Contact Section
  20. Footer Section
  21. News Section
  22. WordPress Core

*****************/
/*
  01.
  General Styles
*/
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fcfcfc;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #666666;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
a {
  color: #9e9b7e;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover,
a:focus,
a:active {
  color: #73715c;
  text-decoration: none;
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
}
::-moz-selection {
  color: #fcfcfc;
  text-shadow: none;
  background: #0f0f0f;
}
::selection {
  color: #fcfcfc;
  text-shadow: none;
  background: #0f0f0f;
}
.parallax-section {
  position: relative;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
dd {
  margin-bottom: 20px;
}
ul {
  list-style: disc;
}
li > ul,
li > ol {
  padding: 0;
  margin-left: 15px;
}
select {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #9E9B7E;
}
.error-text {
  text-align: center;
  margin: 75px 0;
}
.error-text h1 {
  font-size: 75px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/*
  02.
  Custom Button
*/
.btn-main {
  background-color: transparent;
  padding: 10px 18px;
  border: 1px solid #0f0f0f;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0f0f0f;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main .active {
  border-color: #0f0f0f;
  color: #ffffff;
  background-color: #0f0f0f;
}
.btn-main.white {
  border: 1px solid #fcfcfc;
  color: #fcfcfc;
}
.btn-main.white:hover,
.btn-main.white:focus,
.btn-main.white:active,
.btn-main.white .active {
  border-color: #fcfcfc;
  color: #0f0f0f;
  background-color: #fcfcfc;
}
/*
  03.
  Typography
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0f0f0f;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 52px;
  letter-spacing: -2px;
}
h2 {
  font-size: 40px;
  letter-spacing: -1px;
}
h3 {
  font-size: 32px;
  letter-spacing: -1px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #666;
  line-height: 1.6;
}
.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text li {
  color: #fcfcfc!important;
}
.divider {
  background-color: #9e9b7e;
  height: 1px;
  width: 60px;
  margin: 20px 0;
}
.divider-small {
  background-color: #9e9b7e;
  height: 1px;
  width: 30px;
  margin: 15px 0;
}
.divider-center {
  background-color: #9e9b7e;
  height: 1px;
  width: 60px;
  margin: 20px auto;
}
.divider-center-small {
  background-color: #9e9b7e;
  height: 1px;
  width: 30px;
  margin: 15px auto;
}
blockquote {
  margin: 40px 0;
  padding: 0;
  border: none;
  background: none;
  font-style: normal;
  color: #666;
}
blockquote p {
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 100;
  font-style: normal;
}
blockquote footer {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*
  04.
  Block Spacing
*/
.section {
  padding-top: 140px;
  padding-bottom: 140px;
}
.p-0 {
  padding: 0;
}
.p-top-20 {
  padding-top: 20px;
}
.p-top-40 {
  padding-top: 40px;
}
.p-top-60 {
  padding-top: 60px;
}
.p-top-80 {
  padding-top: 80px;
}
.p-top-100 {
  padding-top: 100px;
}
.p-top-140 {
  padding-top: 140px;
}
.p-bottom-20 {
  padding-bottom: 20px;
}
.p-bottom-40 {
  padding-bottom: 40px;
}
.p-bottom-60 {
  padding-bottom: 60px;
}
.p-bottom-80 {
  padding-bottom: 80px;
}
.p-bottom-100 {
  padding-bottom: 100px;
}
.p-bottom-140 {
  padding-bottom: 140px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-top-40 {
  margin-top: 40px;
}
.m-top-60 {
  margin-top: 60px;
}
.m-top-80 {
  margin-top: 80px;
}
.m-top-100 {
  margin-top: 100px;
}
.m-top-140 {
  margin-top: 140px;
}
.m-bottom-20 {
  margin-bottom: 20px;
}
.m-bottom-40 {
  margin-bottom: 40px;
}
.m-bottom-60 {
  margin-bottom: 60px;
}
.m-bottom-80 {
  margin-bottom: 80px;
}
.m-bottom-100 {
  margin-bottom: 100px;
}
.m-bottom-140 {
  margin-bottom: 140px;
}
/*
  05.
  Overlays
*/
.overlay-light {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(238, 238, 238, 0.9);
}
.overlay-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(5, 5, 5, 0.9);
}
.overlay-grad-light {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #eeeeee;
  background: -moz-linear-gradient(left, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #eeeeee), color-stop(100%, rgba(238, 238, 238, 0)));
  background: -webkit-linear-gradient(left, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
  background: -o-linear-gradient(left, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
  background: -ms-linear-gradient(left, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
  background: linear-gradient(to right, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=1);
}
/*
  06.
  Navigation
*/
@media (min-width: 782px) {
  .logged-in.admin-bar .navbar-default {
    top: 32px;
  }
  .logged-in.admin-bar .bottom-border {
    bottom: -32px;
  }
}
@media (max-width: 781px) {
  .logged-in.admin-bar .navbar-default {
    top: 46px;
  }
  .logged-in.admin-bar .bottom-border {
    bottom: -46px;
  }
}
#main-menu > li:hover > .dropdown-menu {
  display: block;
}
#main-menu > li .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  border-radius: 0;
  margin: 0;
  padding-top: 10px;
  left: 0;
  right: auto;
  border-top: 0;
  background-color: #FCFCFC;
}
#main-menu > li .dropdown-menu > li > a {
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px 20px;
}
#main-menu > li .dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #9E9B7E;
}
.no-menu {
  line-height: 50px;
}
.navbar {
  border: 0;
}
.navbar-default {
  padding: 10px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #fcfcfc;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 50px;
  text-transform: uppercase;
  color: #0f0f0f;
  padding: 0 15px;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #0f0f0f;
}
.navbar-default .navbar-nav > li > a {
  color: #0f0f0f;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
.navbar-brand img {
  float: left;
  max-width: 100%;
  max-height: 50px;
  margin: 0;
}
.navbar-default .navbar-nav  > .active  > a,
.navbar-default .navbar-nav  > .active  > a:hover,
.navbar-default .navbar-nav  > .active  > a:focus {
  color: #9e9b7e;
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav  > .open  > a,
.navbar-default .navbar-nav  > .open  > a:hover,
.navbar-default .navbar-nav  > .open  > a:focus {
  color: #9e9b7e;
  background-color: transparent;
}
.navbar-default .navbar-nav  > li  > a:hover,
.navbar-default .navbar-nav  > li  > a:focus {
  color: #9e9b7e;
}
/* Header Social Icons */
.header-social {
  float: right;
  margin: 15px 0;
}
.social-icons {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.social-icons a {
  padding: 0 8px;
}
.social-icons li {
  width: 40px;
  padding: 0px;
  border-right: 1px solid #9e9b7e;
  text-align: center;
}
.social-icons li:last-child {
  border: 0;
}
/*
  07.
  Page Preloader
*/
#preloader {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fcfcfc;
  z-index: 10000;
  position: fixed;
  display: block;
}
#spinner {
  position: relative;
  height: 95px;
  width: 95px;
  top: 45%;
  margin: 0 auto -45px;
  border-radius: 100%;
  -webkit-animation: rotation .75s infinite linear;
  -moz-animation: rotation .75s infinite linear;
  -o-animation: rotation .75s infinite linear;
  animation: rotation .75s infinite linear;
}
#spinner:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  height: 100%;
  width: 100%;
  border-top: 2px solid #0f0f0f;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  border-radius: 100%;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*
  8.
  Intro Section
*/
#intro {
  overflow: hidden;
  height: 100%;
}
#intro .col-md-12 {
  padding: 0;
}
.left-border {
  position: absolute;
  height: 100%;
  width: 50px;
  left: 0;
  top: 0;
  background-color: #fcfcfc;
  z-index: 3;
}
.right-border {
  position: absolute;
  height: 100%;
  width: 50px;
  right: 0;
  top: 0;
  background-color: #fcfcfc;
  z-index: 3;
}
.bottom-border {
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0;
  background-color: #fcfcfc;
  z-index: 3;
}
/* Slides */
#slides .caption-wrapper {
  position: absolute;
  bottom: 30%;
  left: 10%;
  margin: 0;
  max-width: 400px;
  width: 100%;
}
#slides .slide-caption {
  padding: 10px 20px;
  position: relative;
  text-align: left;
  max-width: 100%;
  z-index: 3;
}
#slides .slide-caption h1 {
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.slides-navigation {
  top: 50%;
  z-index: 5;
}
.slides-navigation a {
  display: block;
  text-decoration: none;
  color: #0f0f0f;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
  top: -40px;
  padding: 0;
  line-height: 40px;
  width: 200px;
  height: 40px;
  background-color: transparent;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.slides-navigation a.prev {
  border-bottom: 1px solid #9e9b7e;
  margin: 0 0 0 -80px;
}
.slides-navigation a.next {
  border-top: 1px solid #9e9b7e;
  margin: 0 -80px 0 0;
}
.slides-navigation a.prev:hover {
  -webkit-box-shadow: 0 -5px 0 0 #9e9b7e inset;
  -moz-box-shadow: 0 -5px 0 0 #9e9b7e inset;
  box-shadow: 0 -5px 0 0 #9e9b7e inset;
}
.slides-navigation a.next:hover {
  -webkit-box-shadow: 0 4px 0 0 #9e9b7e inset;
  -moz-box-shadow: 0 4px 0 0 #9e9b7e inset;
  box-shadow: 0 4px 0 0 #9e9b7e inset;
}
.slides-pagination {
  position: absolute;
  z-index: 5;
  bottom: 25px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 0;
  border-top: 1px solid #9e9b7e;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  border-radius: 0;
  width: 60px;
  height: 12px;
  background: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: none;
  margin: 0;
  overflow: hidden;
  text-indent: -200%;
}
.slides-pagination a.current {
  background: none;
  border-bottom: 1px solid #9e9b7e;
}
/*
  09.
  About Us Section
*/
.bg-about {
  position: relative;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.progress-bar {
  color: #fff;
  background-color: #9e9b7e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width .6s ease;
  -moz-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress {
  height: 8px;
  margin-top: 24px;
  margin-bottom: 0;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0px;
  border-bottom: 1px solid #9e9b7e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*
  10.
  Works Section
*/
.column {
  float: left;
}
.size-1of4 {
  width: 25%;
}
.size-1of3 {
  width: 33.333%;
}
.size-1of2 {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #grid-items[data-columns]::before {
    content: '1 .col-md-12';
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  #grid-items[data-columns]::before {
    content: '2 .col-md-6';
  }
}
@media screen and (min-width: 769px) {
  #grid-items[data-columns]::before {
    content: '3 .col-md-4';
  }
}
.work-item {
  margin-bottom: 30px;
  position: relative;
  z-index: 999;
}
.work-item img {
  width: 100%;
}
.work-item .visible {
  filter: alpha(opacity=100);
  opacity: 1;
}
.work-item .caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(15, 15, 15, 0.9);
  z-index: 3;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.work-item .caption .extra {
  position: absolute;
  top: 15px;
  left: 25px;
  right: 25px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fcfcfc;
}
.work-item .caption .titles {
  position: absolute;
  bottom: 0;
  left: 25px;
  right: 25px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.work-item .caption .titles .title {
  -webkit-transition: color 0.6s ease;
  -moz-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
.work-item:hover .caption {
  filter: alpha(opacity=100);
  opacity: 1;
}
.work-item:hover .titles {
  bottom: 35px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.work-item:hover .titles .title {
  color: #fcfcfc;
}
.work-btn {
  background: none;
  width: 100%;
  border-bottom: 1px solid #9e9b7e;
  color: #0f0f0f;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 60px 0 0 0;
  padding: 14px 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.work-btn:hover,
.work-btn:active,
.work-btn:focus {
  color: #0f0f0f;
  -webkit-box-shadow: 0 -5px 0 0 #9e9b7e inset;
  -moz-box-shadow: 0 -5px 0 0 #9e9b7e inset;
  box-shadow: 0 -5px 0 0 #9e9b7e inset;
}
/*
  11.
  Single Work
*/
#single-work p > img {
  margin-top: 40px;
}
.bg-single-work {
  position: relative;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.work-detail {
  color: #0f0f0f;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.work-detail p {
  padding: 4px 0;
  margin: 0;
}
.work-detail p strong {
  width: 100px;
  display: inline-block;
}
.work-navigation {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 60px 0 0 0;
}
.work-navigation i {
  font-size: 16px;
}
.work-navigation a {
  color: #0f0f0f;
  display: block;
  float: left;
  width: 33.33333%;
  overflow: hidden;
  padding: 14px 0;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid #9e9b7e;
}
.work-navigation a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: .4;
}
.work-navigation a:hover {
  color: #0f0f0f;
  -webkit-box-shadow: 0 -5px 0 0 #9e9b7e inset;
  -moz-box-shadow: 0 -5px 0 0 #9e9b7e inset;
  box-shadow: 0 -5px 0 0 #9e9b7e inset;
}
.work-prev {
  text-align: left;
}
.work-all {
  text-align: center;
}
.work-next {
  text-align: right;
}
/*
  12.
  Clients Section
*/
.bg-clients {
  position: relative;
  background-attachment: fixed;
  background-position: 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#owl-clients .client {
  margin: 0 90px;
}
#owl-clients .client img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 80px;
  min-height: 80px;
}
/*
  13.
  Service Section
*/
#sync1 .service-item {
  background: none;
  padding: 0;
  margin: 100px 0;
}
#sync2 .service-item {
  background-color: transparent;
  border-bottom: 1px solid #9e9b7e;
  padding: 10px 5px 10px 0;
  margin: 0;
  color: #FFF;
  text-align: left;
  cursor: pointer;
  filter: alpha(opacity=40);
  opacity: 0.4;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#sync2 .service-item i {
  padding: 0 5px;
  font-size: 48px;
  color: #9e9b7e;
}
#sync2 .service-item h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#sync2 .synced .service-item {
  background-color: transparent;
  filter: alpha(opacity=100);
  opacity: 1;
}
#sync2 .service-item:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-box-shadow: 0 -5px 0 0 #9e9b7e inset;
  -moz-box-shadow: 0 -5px 0 0 #9e9b7e inset;
  box-shadow: 0 -5px 0 0 #9e9b7e inset;
}
/*
  14.
  Facts Section
*/
.box-count {
  padding-top: 20px;
  border-top: 1px solid #9e9b7e;
  text-align: center;
}
.box-count h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 48px;
}
/*
  15.
  Testimonials Section
*/
.bg-testimonials {
  position: relative;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#owl-testimonials .item {
  text-align: center;
}
#testimonials .owl-controls {
  margin-top: 10px;
  text-align: center;
}
#testimonials .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#testimonials .owl-controls .owl-page span {
  display: block;
  width: 60px;
  height: 12px;
  margin: 4px 0;
  border-top: 1px solid #9E9B7E;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#testimonials .owl-controls .owl-page.active span {
  background: none;
  border-bottom: 1px solid #9e9b7e;
}
/*
  16.
  Team Section
*/
.team-member .member {
  position: relative;
  overflow: hidden;
}
.team-member .member img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.team-member .member ul.member-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 15px 0;
  list-style-type: none;
  text-align: center;
  border-top: 5px solid #9e9b7e;
  background-color: #fcfcfc;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.team-member .member ul.member-social li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.team-member .member ul.member-social li a {
  display: block;
  margin: 0 10px;
}
.team-member .member ul.member-social li a i {
  font-size: 18px;
  line-height: 18px;
}
.team-member .member:hover ul.member-social {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.member-info {
  text-align: left;
  padding: 25px 10px 30px;
}
.member-info h4 {
  margin-bottom: 6px;
}
/*
  17.
  Table Plans
*/
.rating i {
  color: #9e9b7e;
  font-size: 18px;
}
.table-plans {
  margin: 5px 0;
  padding: 60px;
  border: 1px solid #9e9b7e;
}
.subscription-list ul {
  list-style: none;
  padding: 0;
}
.subscription-list ul li {
  padding: 5px 0;
}
.subscription-price {
  padding-bottom: 10px;
}
.subscription-price h3,
.subscription-price p {
  display: inline;
}
/*
  18.
  Google Map
*/
#google-container {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #000;
}
#cd-google-map {
  position: relative;
  overflow: hidden;
}
#cd-google-map .col-md-12 {
  padding: 0;
}
#cd-google-map .address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  background-color: rgba(5, 5, 5, 0.9);
}
#cd-google-map .address .address-item {
  position: relative;
  padding-left: 44px;
}
#cd-google-map .address .address-item i {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 4px;
  color: #fcfcfc;
  font-size: 22px;
  text-align: center;
  line-height: 24px;
}
#cd-zoom-in,
#cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(5, 5, 5, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("images/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
  background-color: #0f0f0f;
}
#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
#cd-zoom-out {
  background-position: 50% -32px;
}
/*
  19.
  Contact Section
*/
form .error {
  font-size: 11px;
  font-weight: 300;
  color: #ff0000;
}
label {
  width: 100%;
}
input:focus,
textarea:focus {
  outline: 0;
}
label input,
textarea {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#contact-form p {
  margin-bottom: 5px;
}
#contact-form input[type=text],
#contact-form input[type=email] {
  height: 40px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #9e9b7e;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #666;
  letter-spacing: 1px;
  padding: 0;
  padding-left: 10px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#contact-form textarea {
  height: 160px;
  margin-top: 30px;
  background: transparent;
  border: 1px solid #9e9b7e;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #666;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px;
}
.wpcf7-submit {
  width: 100%;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #9e9b7e;
  color: #0f0f0f;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 60px 0 0 0;
  padding: 14px 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  transition: all .3s ease;
}
.wpcf7-submit:hover,
.wpcf7-submit:active,
.wpcf7-submit:focus {
  color: #0f0f0f;
  -webkit-box-shadow: 0 -5px 0 0 #9e9b7e inset;
  -moz-box-shadow: 0 -5px 0 0 #9e9b7e inset;
  box-shadow: 0 -5px 0 0 #9e9b7e inset;
}
#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
#cd-zoom-out {
  background-position: 50% -32px;
}
/*
  20.
  Footer Section
*/
.bg-footer {
  position: relative;
  background-image: url('images/bg_footer.jpg');
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#footer .footer-social {
  margin: 0;
  padding: 0;
  color: #fcfcfc;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
#footer .footer-social a {
  padding: 0 8px;
}
#footer .footer-social li {
  padding: 10px 0;
}
#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
#cd-zoom-out {
  background-position: 50% -32px;
}
/*
  21.
  News Section
*/
.news-list-item {
  margin: 15px 0;
  position: relative;
  z-index: 999;
  height: 360px;
  max-height: 360px;
  overflow: hidden;
}
.news-list-item.sticky .caption {
  background-color: rgba(15, 15, 15, 0.95);
}
.news-list-item img {
  width: 100%;
  min-height: 360px;
}
.news-list-item .visible {
  filter: alpha(opacity=0);
  opacity: 0;
}
.news-list-item .caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(15, 15, 15, 0.9);
  z-index: 3;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.news-list-item .caption .date {
  position: absolute;
  top: 15px;
  left: 25px;
  right: 25px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fcfcfc;
}
.news-list-item .caption .titles {
  position: absolute;
  bottom: 0;
  left: 25px;
  right: 25px;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.news-list-item .caption .titles .title {
  color: #fcfcfc;
}
.news-list-item .caption .titles .cat {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FCFCFC;
}
.news-list-item.has-thumb:hover .caption {
  filter: alpha(opacity=0);
  opacity: 0;
}
.news-list-item.has-thumb:hover .titles {
  bottom: 35px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.news-list-item.no-thumb:hover .caption {
  filter: alpha(opacity=80);
  opacity: .8;
}
.news-list-item.no-thumb:hover .titles {
  bottom: 35px;
  filter: alpha(opacity=80);
  opacity: .8;
}
.page-navigation {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 60px 0 0 0;
}
.page-navigation i {
  font-size: 16px;
}
.page-navigation a:hover {
  color: #0f0f0f;
  -webkit-box-shadow: 0 -5px 0 0 #9e9b7e inset;
  -moz-box-shadow: 0 -5px 0 0 #9e9b7e inset;
  box-shadow: 0 -5px 0 0 #9e9b7e inset;
}
.page-navigation a.inactive {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.page-navigation a,
.page-navigation span {
  color: #0f0f0f;
  display: block;
  float: left;
  width: 33.33333%;
  overflow: hidden;
  padding: 14px 0;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid #9e9b7e;
}
.page-prev {
  text-align: left;
}
.page-all {
  text-align: center;
}
.page-next {
  text-align: right;
}
.news-detail {
  color: #0f0f0f;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.news-detail p {
  padding: 10px 0;
  margin: 0;
}
.news-detail p strong {
  display: block;
}
.gallery-item img {
  border: 0 !important;
  margin-bottom: 15px;
}
.gallery-caption {
  font-size: 13px;
}
.post-tags {
  margin-top: 15px;
  clear: both;
}
.post-tags > a {
  font-size: 12px;
  padding: 3px 6px;
  border: 1px solid #ddd;
  background-color: transparent;
  margin: 0 4px 4px 0;
  color: #ccc;
  transition: all .3s ease;
  white-space: nowrap;
  display: inline-block;
  border-radius: 3px;
}
.post-tags > a:hover {
  background-color: #9E9B7E;
  border-color: #9E9B7E;
  color: #fff;
}
#comments {
  margin-bottom: 50px;
}
#comments h5 {
  text-transform: uppercase;
  font-size: 13px;
}
.comments-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.comments-list > li {
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.comments-list > li.bypostauthor {
  background-color: #fdfdfd;
}
.comments-list > li:before,
.comments-list > li:after {
  content: " ";
  display: table;
}
.comments-list > li:after {
  clear: both;
}
.comments-list .children {
  margin: 15px -15px 0;
  list-style: none;
  border-top: 1px solid #ddd;
  padding-left: 40px;
}
.comments-list .children > li {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.comments-list .children > li.bypostauthor {
  background-color: #fdfdfd;
  margin-left: -40px;
  margin-bottom: -15px;
  padding-left: 40px;
}
.comments-list .children > li:last-child {
  border-bottom: 0;
}
.comments-list .children #form-comments {
  border: 0;
}
.comment:before,
.comment:after {
  content: " ";
  display: table;
}
.comment:after {
  clear: both;
}
.comment img {
  margin-top: 10px;
}
.author-avatar img {
  border-radius: 50%;
}
.comment-date {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
}
.comment-reply,
.comment-reply-link {
  text-transform: uppercase;
  font-size: 11px;
}
#respond h5 {
  font-size: 13px;
  text-transform: uppercase;
}
#form-comments {
  padding: 20px;
  border: 1px solid #ddd;
  margin-bottom: 50px;
  position: relative;
  text-align: right;
}
#form-comments .form-control {
  font-size: 11px;
  text-transform: uppercase;
}
#form-comments textarea {
  min-height: 120px;
  max-width: 100%;
  resize: none;
}
.logged-in-as {
  text-align: left;
}
.form-double:before,
.form-double:after {
  content: " ";
  display: table;
}
.form-double:after {
  clear: both;
}
.form-double .form-group {
  width: 50%;
  float: left;
  padding-right: 5px;
}
.form-double .form-group.last {
  padding-right: 0;
  padding-left: 5px;
}
.form-submit {
  text-align: right;
}
#submit-btn {
  font-family: inherit;
  font-style: normal;
  font-size: 13px;
  background-color: transparent;
  padding: 10px 18px;
  border: 1px solid #0f0f0f;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0f0f0f;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#submit-btn:hover {
  border-color: #0F0F0F;
  color: #FFF;
  background-color: #0F0F0F;
}
#sidebar {
  margin-top: 30px;
}
.widget {
  margin-bottom: 15px;
}
.widget h6 {
  text-transform: uppercase;
}
.widget ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.widget ul > li {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 13px;
  color: #9b9b9b;
}
.widget ul > li > a {
  color: #9b9b9b;
}
.widget ul > li > a:hover {
  color: #9E9B7E;
}
.widget ul > li:last-child {
  border-bottom: 0;
}
.widget p {
  margin-bottom: 0;
}
/*
  22.
  WordPress Core
*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: none;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
