@import url("custom.css");
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);


/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home sections
 6.about page
 7.services page
 8.projects page
 9.blog page
 10.single project page
 11.contact page
 12.footer
 33.Responsive part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-element {
  margin: 0;
  background: none;
  height: auto;
}
.isotope-element img {
  width: 100%;
  height: auto;
}
.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;
}
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/*-------------------------------------------------*/
/* =  import variables.less file
/*-------------------------------------------------*/
/* the default font in our template*/
/* font2 in our template*/
/* default color skin */
/* default color skin with opacity */
/* text color 1 (some titles)*/
/* text color 2 (some text paragraphcs)*/
/* white color*/
/* black color*/
/* ul reset margin and padding*/
.ul-reset {
  margin: 0;
  padding: 0;
}
/* default style for paragraphs in this template*/
.paragraph {
  font-size: 14px;
  color: #666666;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
/* default style for anchors in this template*/
.anchor {
  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;
}
/* default style for hading1 in this template*/
.heading1 {
  color: #222222;
  font-size: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
}
/* default style for hading2 in this template*/
.heading2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
}
/* variable for radius corners*/
/* variable for radius corners*/
/* variable for radius corners*/
/* variable for radius corners*/
/* variable for radius corners*/
/* variable for transitions*/
.transition {
  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;
}
/* variable for transitions*/
.transition2 {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
/* variable for transitions*/
.transition3 {
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
/* variable for tranform grow elem scale*/
/* no shadow  variable*/
.no-shadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
/* box shadow  variable*/
/* animation duration  variable*/
.animation-hover {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: hovertrans;
  -moz-animation-name: hovertrans;
  -ms-animation-name: hovertrans;
  -o-animation-name: hovertrans;
  animation-name: hovertrans;
}
/* animate transform variable*/
@-webkit-keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
@-moz-keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
@-o-keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
/* animate transform rotate variable*/
/* animate transform rotate x variable*/
/* animate transform rotate Y variable*/
/* animate transform rotate Y variable*/
.trans-origin {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* background size cover*/
.back-cover {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 450;
}
body.admin-menu .navbar-fixed-top {
  top: 21px;
}
.navbar-default {
  background: #ffffff;
  border: 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;
  margin: 0;
}
.region-menu-extra {
  float: right;
  margin-left: 15px;
}
.navbar-brand {
  display: inline-block;
  height: auto;
  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;
  font-size: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0;
  color: #222222 !important;
  font-size: 26px;
  text-transform: capitalize;
  padding: 28px 0 28px 15px;
  letter-spacing: 2.5px;
}
.navbar-brand span {
  color: #ffba00 !important;
}
.top-line {
  padding: 20px 0;
  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;
  overflow: hidden;
}
.top-line p {
  color: #ffffff;
  margin-bottom: 0;
}
.top-line p span {
  margin-right: 20px;
}
.top-line p span i {
  font-size: 13px;
  color: #ffba00;
  margin-right: 10px;
}
.top-line ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
}
.top-line ul.social-icons li {
  display: inline-block;
  margin-left: 9px;
}
.top-line ul.social-icons 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: 14px;
  color: #ffffff;
}
.top-line ul.social-icons li a:hover {
  color: #ffba00;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: none;
}
.navbar-nav {
  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 {
  color: #222222 !important;
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  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;
  padding: 35px 15px;
}
.navbar-nav > li > a.active-trail, .navbar-nav > li > a:hover, .navbar-nav > li > a.active {
  color: #ffba00 !important;
}
.navbar-nav a.open-search {
  padding: 35px 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.navbar-nav a.open-search i {
  color: #222222;
  font-size: 16px;
  display: inline-block;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #ffffff;
  border-top: 2px solid #ffba00;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  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.drop ul.dropdown li {
  display: block;
}
.navbar-nav li.drop ul.dropdown 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: #222222;
  font-size: 13px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 20px;
}
.navbar-nav li.drop ul.dropdown li a:hover, .navbar-nav li.drop ul.dropdown li a.active {
  color: #ffba00;
}
.navbar-nav li.drop ul.dropdown li:first-child {
  border-top: none;
}
.navbar-nav li.drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}
header.active .navbar-default {
  box-shadow: 0 0 2px #dddddd;
  -webkit-box-shadow: 0 0 2px #dddddd;
  -moz-box-shadow: 0 0 2px #dddddd;
  -o-box-shadow: 0 0 2px #dddddd;
}
header.active .top-line {
  height: 0;
  padding: 0;
}
header.active .navbar-brand {
  color: #222222 !important;
  padding: 18px 0 15px 18px;
}
header.active .navbar-nav > li > a {
  color: #222222 !important;
  padding: 25px 15px;
}
header.active .navbar-nav a.open-search {
  padding: 25px 15px;
}
header.active .navbar-nav a.open-search i {
  color: #666666;
}
header.active .navbar-nav > li > a.active-trail, header.active .navbar-nav > li > a:hover, header.active .navbar-nav > li > a.active {
  color: #ffba00 !important;
}
.form-search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: #ffba00;
  padding: 4px;
  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: 14px;
  color: #666666;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  color: #222222;
  padding: 8px 10px;
  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: -28px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.form-search button i {
  color: #222222;
  font-size: 16px;
}
.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);
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
body.patt1 {
  background: url('../images/patterns/patt1.jpg');
}
body.patt2 {
  background: url('../images/patterns/patt2.png');
}
body.patt3 {
  background: url('../images/patterns/patt3.png');
}
body.patt4 {
  background: url('../images/patterns/patt4.png');
}
body.patt5 {
  background: url('../images/patterns/patt5.png');
}
body.patt6 {
  background: url('../images/patterns/patt6.png');
}
p {
  font-size: 14px;
  color: #666666;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
.tabs--primary.nav-tabs {
  margin-bottom: 20px;
}
.panel-row > div {
  margin-left: -15px;
  margin-right: -15px;
}
.panel-flexible .panel-separator {
  margin: 0;
}
.panel-flexible-inside .panels-flexible-row {
  padding: 0;
}
.panels-flexible-region.col-md-1,
.panels-flexible-region.col-md-2,
.panels-flexible-region.col-md-3,
.panels-flexible-region.col-md-4,
.panels-flexible-region.col-md-5,
.panels-flexible-region.col-md-6,
.panels-flexible-region.col-md-7,
.panels-flexible-region.col-md-8,
.panels-flexible-region.col-md-9,
.panels-flexible-region.col-md-10,
.panels-flexible-region.col-md-11,
.panels-flexible-region.col-md-12,
.panels-flexible-region.col-sm-1,
.panels-flexible-region.col-sm-2,
.panels-flexible-region.col-sm-3,
.panels-flexible-region.col-sm-4,
.panels-flexible-region.col-sm-5,
.panels-flexible-region.col-sm-6,
.panels-flexible-region.col-sm-7,
.panels-flexible-region.col-sm-8,
.panels-flexible-region.col-sm-9,
.panels-flexible-region.col-sm-10,
.panels-flexible-region.col-sm-11,
.panels-flexible-region.col-sm-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.panels-flexible-region.col-md-1 > .panels-flexible-region-inside,
.panels-flexible-region.col-md-2 > .panels-flexible-region-inside,
.panels-flexible-region.col-md-3 > .panels-flexible-region-inside,
.panels-flexible-region.col-md-4 > .panels-flexible-region-inside,
.panels-flexible-region.col-md-5 > .panels-flexible-region-inside,
.panels-flexible-region.col-md-6 > .panels-flexible-region-inside,
.panels-flexible-region.col-md-7 > .panels-flexible-region-inside,
.panels-flexible-region.col-md-8 > .panels-flexible-region-inside,
.panels-flexible-region.col-md-9 > .panels-flexible-region-inside,
.panels-flexible-region.col-md-10 > .panels-flexible-region-inside,
.panels-flexible-region.col-md-11 > .panels-flexible-region-inside,
.panels-flexible-region.col-md-12 > .panels-flexible-region-inside,
.panels-flexible-region.col-sm-1 > .panels-flexible-region-inside,
.panels-flexible-region.col-sm-2 > .panels-flexible-region-inside,
.panels-flexible-region.col-sm-3 > .panels-flexible-region-inside,
.panels-flexible-region.col-sm-4 > .panels-flexible-region-inside,
.panels-flexible-region.col-sm-5 > .panels-flexible-region-inside,
.panels-flexible-region.col-sm-6 > .panels-flexible-region-inside,
.panels-flexible-region.col-sm-7 > .panels-flexible-region-inside,
.panels-flexible-region.col-sm-8 > .panels-flexible-region-inside,
.panels-flexible-region.col-sm-9 > .panels-flexible-region-inside,
.panels-flexible-region.col-sm-10 > .panels-flexible-region-inside,
.panels-flexible-region.col-sm-11 > .panels-flexible-region-inside,
.panels-flexible-region.col-sm-12 > .panels-flexible-region-inside {
  padding: 0;
}
.pane-block.panel-container .pane-content, .panels-flexible-row.panel-container > .panels-flexible-row-inside, .panel-container > div.pane-content {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .pane-block.panel-container .pane-content, .panels-flexible-row.panel-container > .panels-flexible-row-inside, .panel-container > div.pane-content {
    width: 750px;
  }
  .view-faq .panel-group {
    width: auto;
  }
}
@media (min-width: 992px) {
  .pane-block.panel-container .pane-content, .panels-flexible-row.panel-container > .panels-flexible-row-inside, .panel-container > div.pane-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .pane-block.panel-container .pane-content, .panels-flexible-row.panel-container > .panels-flexible-row-inside, .panel-container > div.pane-content {
    width: 1170px;
  }
  body.boxed .wrapper-boxed {
    margin: auto;
    width: 1200px;
  }
  body.boxed .wrapper-boxed .site_wrapper {
    float: left;
    margin: 0 auto auto;
    width: 1200px;
    background: #fff;
    box-shadow: 0 0 16px #aaa;
    -webkit-box-shadow: 0 0 16px #aaa;
    -moz-box-shadow: 0 0 16px #aaa;
    -o-box-shadow: 0 0 16px #aaa;
  }
  body.boxed .wrapper-boxed .site_wrapper header > nav.navbar {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
  }
  body.boxed .wrapper-boxed .site_wrapper header > nav.navbar > .container {
    background: #fff;
    max-width: 1200px;
    width: auto;
  }
  body.boxed .wrapper-boxed .site_wrapper header > nav.navbar > .top-line {
    max-width: 1200px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/
body.fullwidth .main-container.container {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
body.fullwidth .main-container.container > div.row {
  margin: 0;
  padding: 0;
}
body.fullwidth .main-container.container > div.row > section.col-md-12, body.fullwidth .main-container.container > div.row > section.col-sm-12 {
  margin: 0;
  padding: 0;
}
.title-section {
  margin-bottom: 30px;
  text-align: center;
}
.title-section h1 {
  color: #222222;
  font-size: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.title-section h1 span {
  color: #ffba00;
}
.md-slide-wrap .overlay:after, .md-slide-wrap .md-mainimg:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  z-index: 2;
}
.md-slide-wrap a:hover {
  text-decoration: none;
}
.md-slide-wrap .tp-caption.small_text {
  color: #fff;
  text-shadow: none;
  font-family: 'Titillium Web', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  /*background-color: rgba(0, 0, 0, 0.6);*/
}

.md-slide-wrap .tp-caption.small_text.backgroun-col {
  background: #ffba00;
  padding: 1em 2em;
  color: #222222;
}
.md-slide-wrap .tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-family: 'Titillium Web', sans-serif;
  background-color: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: left;
}
.md-slide-wrap .tp-caption.finewide_medium_white span {
  color: #ffba00 !important;
  text-align: center;
}
.md-slide-wrap .tp-caption a.trans-btn {
  color: #ffffff;
  background: transparent;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
}
.md-slide-wrap .tp-caption a.trans-btn:hover {
  color: #ffba00;
  border: 2px solid #ffba00;
}
.md-slide-wrap .tp-caption a.trans-btn2 {
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  border: 2px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
  color: #ffba00;
  background: #ffffff;
}
.md-slide-wrap .tp-caption a.trans-btn2:hover {
  color: #ffffff;
  background: #ffba00;
}
.md-slide-wrap .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  z-index: 2;
}
.md-slide-wrap .tp-bannertimer {
  display: none !important;
}
a.button-one {
  color: #ffffff;
  background: transparent;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 35px;
}
.banner-section {
  padding: 50px 0;
  background: #ffba00;
  text-align: center;
}
.banner-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
}
.banner-section 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;
  margin-left: 60px;
}
.panels-flexible-row.services-offer-section {
  padding: 50px 0 35px;
}
.services-offer-section {
  padding: 50px 0 35px;
}
.services-offer-section .offer-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: 100%;
  margin-bottom: 30px;
}
.services-offer-section .offer-post > a img {
  width: 100%;
}
.services-offer-section .offer-post h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.services-offer-section .offer-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;
}
.services-offer-section .offer-post h2 a:hover {
  color: #ffba00;
}
.services-offer-section .offer-post ul.offer-list {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.services-offer-section .offer-post ul.offer-list li {
  list-style: none;
  margin-bottom: 5px;
  color: #222222;
  font-size: 13px;
  font-family: 'Titillium Web', sans-serif;
}
.services-offer-section .offer-post ul.offer-list li i {
  font-size: 0;
  margin-right: 12px;
}
.services-offer-section .offer-post ul.offer-list li i:before {
  font-size: 14px;
}
.services-offer-section .offer-post ul.offer-list.second {
  margin-bottom: 12px;
}
.services-offer-section .offer-post ul.offer-list.second li {
  display: inline-block;
  margin-right: 20px;
}
.services-offer-section .offer-post ul.offer-list.second li i {
  margin-right: 8px;
}
.projects-section {
  padding: 50px 0;
  background: #f1f1f1;
}
.projects-section .pane-content {
  padding-left: 15px;
  padding-right: 15px;
}
.projects-section .project-title h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.projects-section .project-title p {
  margin-bottom: 30px;
  max-width: 800px;
}
.projects-section ul#filters {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
}
.projects-section ul#filters li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.projects-section ul#filters 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: #222222;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  letter-spacing: 1.3px;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
.projects-section ul#filters li a.selected, .projects-section ul#filters li a:hover {
  color: #ffba00;
  border-bottom: 2px solid #ffba00;
}
.project-box .isotope-element {
  width: 25%;
}
.project-box .project-post {
  position: relative;
  overflow: hidden;
}
.project-box .project-post img {
  width: 100%;
  height: auto;
}
.project-box .project-post .hover-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -100%;
  padding: 20px 25px;
  background: #ffffff;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.project-box .project-post .hover-box h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin: 0;
  font-weight: 400;
}
.project-box .project-post .hover-box 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 !important;
}
.project-box .project-post .hover-box h2 a:hover {
  color: #ffba00 !important;
}
.project-box .project-post .hover-box span {
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 0;
  font-size: 12px;
}
.project-box .project-post .hover-box span a, .project-box .project-post .hover-box span a:hover {
  color: #666666 !important;
}
.project-box .project-post:hover .hover-box {
  bottom: 0;
}
.panels-flexible-row.about-section {
  padding: 50px 0;
}
.about-section {
  padding: 50px 0;
}
.about-section img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.about-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.tab-posts-box {
  margin-bottom: 30px;
}
.tab-posts-box ul.nav-tabs {
  text-align: center;
  border: none;
}
.tab-posts-box ul.nav-tabs li {
  float: left;
  border: none;
}
.tab-posts-box ul.nav-tabs 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;
  padding: 10px 25px;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #222222;
  font-size: 13px;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  margin: 0;
}
.tab-posts-box ul.nav-tabs li a:hover {
  border: none;
  color: #ffba00;
}
.tab-posts-box ul.nav-tabs li.active a {
  border: none;
  background: #ffba00;
  color: #ffffff;
}
.tab-posts-box .tab-pane {
  padding: 30px;
  padding-bottom: 0;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}
.tab-posts-box .tab-pane h3 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 13px;
  text-transform: uppercase;
}
.tab-posts-box .tab-pane img {
  float: right;
  margin-left: 20px;
  max-width: 400px;
  max-width: 200px;
}
.tab-posts-box .tab-pane img.left-order {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
.testimonial-section {
  padding: 60px 0;
  position: relative;
  background: url('../images/1.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.testimonial-section .pane-content {
  position: relative;
  z-index: 2;
}
.testimonial-section .title-section {
  text-align: center;
}
.testimonial-section .title-section h1 {
  color: #222222;
  font-size: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 00px;
  color: #ffffff;
}
.testimonial-section .view-content {
  text-align: center;
  padding-bottom: 2px;
}
.testimonial-section .view-content ul.bxslider {
  margin: 0;
  padding: 0;
}
.testimonial-section .view-content ul.bxslider li {
  overflow: hidden;
}
.testimonial-section .view-content p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 0 40px;
}
.testimonial-section .view-content h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #ffba00;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.testimonial-section .view-content span {
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 0 30px;
  color: #ffffff;
  display: inline-block;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  z-index: 4;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffba00;
  border-color: #ffba00;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #cfcfcf;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  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;
}
.testimonial-section:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.8);
}
.panels-flexible-row.news-section {
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.news-section {
  padding: 50px 0 30px;
  background: #f1f1f1;
}
.news-section .view-header {
  padding-left: 15px;
  padding-right: 15px;
}
.news-section .view-content:after {
  display: table;
  content: "";
}
.news-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.news-section .news-title p {
  margin-bottom: 40px;
  max-width: 800px;
}
.news-section .news-post {
  float: left;
  margin-bottom: 30px;
}
.news-section .news-post img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.news-section .news-post h2 {
  margin-bottom: 2px;
}
.news-section .news-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;
}
.news-section .news-post h2 a:hover {
  color: #ffba00;
}
.news-section .news-post span {
  display: inline-block;
  color: #666666;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.news-section .news-post div 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: #666666;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
}
.news-section .news-post div a:hover {
  color: #ffba00;
}
.clients-section {
  padding: 50px 0;
}
.clients-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.clients-section .clients-title p {
  margin-bottom: 30px;
  max-width: 900px;
}
.clients-section ul.client-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.clients-section ul.client-list li {
  float: left;
  width: 25%;
  list-style: none;
}
.clients-section ul.client-list 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;
  width: 100%;
  opacity: 0.5;
}
.clients-section ul.client-list li a img {
  width: 100%;
}
.clients-section ul.client-list li a:hover {
  opacity: 1;
}
.clients-section blockquote {
  margin-top: 60px;
  border-left: 1px solid #222222;
  padding: 20px 0;
  padding-left: 30px;
  margin-left: 30px;
}
.clients-section blockquote p {
  font-size: 15px;
  margin: 0;
}
.clients-section blockquote p span {
  font-weight: 700;
  color: #222222;
}
.faqs-section {
  padding: 40px 0 60px;
  overflow: hidden;
}
.accord-elem {
  margin-top: 8px;
}
.accord-elem:first-child {
  margin-top: 0px;
}
.accord-title {
  position: relative;
}
.accord-title h2 {
  padding: 10px 15px;
  background: #f7f7f7;
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 36px;
  border: 1px solid #eeeeee;
  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;
}
.accord-title a.accord-link {
  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;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  left: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-right: none;
}
.accord-title a.accord-link:after {
  font-family: 'FontAwesome';
  content: '\f0a9';
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  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;
}
.accord-title p {
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 12px 0 12px 72px;
}
.accord-elem.active .accord-content {
  visibility: visible;
}
.accord-elem.active .accord-title h2 {
  color: #ffffff;
  border: 1px solid #ffba00;
  background: #ffba00;
}
.accord-elem.active a.accord-link {
  background: #333333;
  border: 1px solid #333333;
  border-right: none;
}
.accord-elem.active a.accord-link:after {
  content: '\f0ab';
  color: #ffffff;
}
.accord-content {
  display: none;
  padding-left: 36px;
  overflow: hidden;
}
.accord-content p {
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 12px 0;
}
.accord-elem.active .accord-content {
  display: block;
}
/*-------------------------------------------------*/
/* =  home 2
/*-------------------------------------------------*/
#home-section.slider2 {
  margin-top: 120px;
}
.flex-direction-nav .flex-next:hover, .flex-direction-nav .flex-prev:hover {
  background: #ffba00;
}
.flexslider {
  margin: 0;
  border: 0;
  border-radius: 0;
}
.flexslider .flexcaption {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
}
.flexslider .flexcaption .inner-caption {
  padding: 30px 40px;
  background: #222222;
  max-width: 620px;
}
.flexslider .flexcaption .inner-caption h1 {
  color: #222222;
  font-size: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #ffba00;
}
.flexslider .flexcaption .inner-caption p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}
.flexslider .flex-direction-nav .flex-next, .flexslider .flex-direction-nav .flex-prev {
  text-decoration: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(51, 51, 51, 0.4);
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.flexslider .flex-direction-nav .flex-next {
  margin-right: 40px;
  right: 0;
}
.flexslider .flex-direction-nav .flex-prev {
  margin-left: 40px;
  left: 0;
}
.flexslider .flex-direction-nav .flex-next:hover, .flexslider .flex-direction-nav .flex-prev:hover {
  background: #ffba00;
}
.flexslider .flex-direction-nav .flex-next:before, .flexslider .flex-direction-nav .flex-prev:before {
  content: "";
}
.flexslider .flex-direction-nav .flex-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  margin-right: 15px;
}
.flexslider .flex-direction-nav .flex-prev:after {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  margin-left: 15px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
.panels-flexible-row.about-section2 {
  padding: 50px 0;
}
.about-section2 {
  padding: 50px 0;
}
.about-section2 h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
}
.about-section2 iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
}
.panels-flexible-row.services-offer-section2 {
  padding: 60px 0 20px;
}
.services-offer-section2 {
  padding: 60px 0 20px;
  background: #222222;
}
.services-offer-section2 .services-post {
  margin-bottom: 40px;
}
.services-offer-section2 .services-post img {
  width: 100%;
  margin-bottom: 25px;
}
.services-offer-section2 .services-post h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
}
.services-offer-section2 .services-post p {
  margin-bottom: 15px;
  color: #aaaaaa;
}
.services-offer-section2 .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;
  color: #ffba00;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
}
.services-offer-section2 .services-post a:hover {
  opacity: 0.7;
}
.projects-section2 {
  padding: 55px 0 0;
  text-align: center;
}
.projects-section2 h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 1.9px;
  margin-bottom: 25px;
}
.projects-section2 .project-title {
  margin-bottom: 45px;
}
.projects-section2 .project-title p {
  max-width: 800px;
  margin: 0 auto;
}
.projects-section2 .project-box .project-post .hover-box {
  background: #222222;
}
.projects-section2 .project-box .project-post .hover-box h2 a {
  color: #ffffff !important;
}
.projects-section2 .project-box .project-post .hover-box h2 a:hover {
  color: #ffba00;
}
/*-------------------------------------------------*/
/* =  home presentation
/*-------------------------------------------------*/
.presentation-section .views-row-even.presentation-line .column {
  float: right;
}
.presentation-section .presentation-line {
  padding: 60px 0 35px;
  border-bottom: 1px dashed #d1d1d1;
}
.presentation-section .presentation-line h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.presentation-section .presentation-line img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.presentation-section .presentation-line p {
  margin-bottom: 16px;
}
.presentation-section .presentation-line 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: #666666;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.presentation-section .presentation-line a:hover {
  color: #ffba00;
}
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section {
  margin-top: 150px;
  padding: 60px 0;
  position: relative;
  background: url('../images/ban.jpg') center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.page-banner-section .container {
  position: relative;
  z-index: 2;
}
.page-banner-section h2 {
  color: #FFFFFF;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 0;
}
.page-banner-section ol.breadcrumb {
  margin: 0;
  padding: 0;
  text-align: right;
  background: none;
  border: none;
}
.page-banner-section ol.breadcrumb li {
  display: inline-block;
  margin-left: 1px;
}
.page-banner-section ol.breadcrumb 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;
  font-family: 'Titillium Web', sans-serif;
  color: #222222;
}
.page-banner-section ol.breadcrumb li a:hover {
  color: #666666;
}
.page-banner-section ol.breadcrumb li:before {
  content: '-';
  font-size: 13px;
  font-family: 'Titillium Web', sans-serif;
  color: #666666;
  margin-right: 5px;
}
.page-banner-section ol.breadcrumb li:first-child:before {
  content: '';
  margin-right: 0;
}
.page-banner-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*background: rgba(255, 255, 255, 0.4);*/
}
.team-section {
  padding: 20px 0 40px;
}
.team-section .team-post {
  margin-bottom: 40px;
}
.team-section .team-post img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.team-section .team-post h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  margin-bottom: 2px;
}
.team-section .team-post span {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  margin-bottom: 20px;
  color: #ffba00;
}
/*-------------------------------------------------*/
/* =  services pages
/*-------------------------------------------------*/
.services-page-section, .page-services .main-container {
  padding-top: 60px;
  padding-bottom: 30px;
}
.services-page-section ul.side-navigation-list,
.page-services .main-container ul.side-navigation-list,
.services-page-section #block-menu-menu-services ul.menu.nav,
.page-services .main-container #block-menu-menu-services ul.menu.nav {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.services-page-section ul.side-navigation-list li,
.page-services .main-container ul.side-navigation-list li,
.services-page-section #block-menu-menu-services ul.menu.nav li,
.page-services .main-container #block-menu-menu-services ul.menu.nav li {
  list-style: none;
  margin-top: 2px;
}
.services-page-section ul.side-navigation-list li a,
.page-services .main-container ul.side-navigation-list li a,
.services-page-section #block-menu-menu-services ul.menu.nav li a,
.page-services .main-container #block-menu-menu-services ul.menu.nav 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: #222222;
  font-size: 13px;
  font-family: 'Titillium Web', sans-serif;
  padding: 15px 25px;
  background: #f7f7f7;
  position: relative;
}
.services-page-section ul.side-navigation-list li a:after,
.page-services .main-container ul.side-navigation-list li a:after,
.services-page-section #block-menu-menu-services ul.menu.nav li a:after,
.page-services .main-container #block-menu-menu-services ul.menu.nav li a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 12px;
  position: absolute;
  right: 25px;
  top: 0;
  line-height: 50px;
  color: #222222;
  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-page-section ul.side-navigation-list li a:hover,
.page-services .main-container ul.side-navigation-list li a:hover,
.services-page-section #block-menu-menu-services ul.menu.nav li a:hover,
.page-services .main-container #block-menu-menu-services ul.menu.nav li a:hover,
.services-page-section ul.side-navigation-list li a.active,
.page-services .main-container ul.side-navigation-list li a.active,
.services-page-section #block-menu-menu-services ul.menu.nav li a.active,
.page-services .main-container #block-menu-menu-services ul.menu.nav li a.active {
  background: #ffba00;
}
.services-page-section ul.side-navigation-list li:first-child,
.page-services .main-container ul.side-navigation-list li:first-child,
.services-page-section #block-menu-menu-services ul.menu.nav li:first-child,
.page-services .main-container #block-menu-menu-services ul.menu.nav li:first-child {
  margin-top: 0;
}
.services-page-section .services-wrapp .services-post,
.page-services .main-container .services-wrapp .services-post,
.services-page-section .region-content .services-post,
.page-services .main-container .region-content .services-post {
  margin-bottom: 40px;
}
.services-page-section .services-wrapp .services-post img,
.page-services .main-container .services-wrapp .services-post img,
.services-page-section .region-content .services-post img,
.page-services .main-container .region-content .services-post img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.services-page-section .services-wrapp .services-post h2,
.page-services .main-container .services-wrapp .services-post h2,
.services-page-section .region-content .services-post h2,
.page-services .main-container .region-content .services-post h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  margin-bottom: 20px;
}
.services-page-section .services-wrapp .services-post p,
.page-services .main-container .services-wrapp .services-post p,
.services-page-section .region-content .services-post p,
.page-services .main-container .region-content .services-post p {
  margin-bottom: 15px;
}
.services-page-section .services-wrapp .services-post a,
.page-services .main-container .services-wrapp .services-post a,
.services-page-section .region-content .services-post a,
.page-services .main-container .region-content .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;
  color: #666666;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
}
.services-page-section .services-wrapp .services-post a:hover,
.page-services .main-container .services-wrapp .services-post a:hover,
.services-page-section .region-content .services-post a:hover,
.page-services .main-container .region-content .services-post a:hover {
  color: #ffba00;
}
.services-page-section .contact-info, .page-services .contact-info {
  padding: 25px 30px;
  background: #f1f1f1;
}
.services-page-section .contact-info h2, .page-services .contact-info h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.services-page-section .contact-info ul.information-list, .page-services .contact-info ul.information-list {
  margin: 0;
  padding: 0;
}
.services-page-section .contact-info ul.information-list li, .page-services .contact-info ul.information-list li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.services-page-section .contact-info ul.information-list li i, .page-services .contact-info ul.information-list li i {
  float: left;
  color: #ffba00;
  font-size: 13px;
  display: inline-block;
  line-height: 24px;
}
.services-page-section .contact-info ul.information-list li span, .page-services .contact-info ul.information-list li span {
  display: block;
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 8px;
  margin-left: 25px;
  color: #222222;
}
.services-page-section .contact-info ul.information-list li a, .page-services .contact-info ul.information-list li a {
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 10px;
  color: #222222;
}
/*-------------------------------------------------*/
/* =  projects page
/*-------------------------------------------------*/
.projects-page-section {
  padding: 50px 0;
}
.projects-page-section #isotope-options {
  background: none;
}
.projects-page-section ul#filters {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
}
.projects-page-section ul#filters li {
  display: inline-block;
  margin: 0 15px;
}
.projects-page-section ul#filters 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: #222222;
  font-family: 'Titillium Web', sans-serif;
  font-size: 13px;
  letter-spacing: 1.3px;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
.projects-page-section ul#filters li a.selected, .projects-page-section ul#filters li a:hover {
  color: #ffba00;
  border-bottom: 2px solid #ffba00;
}
.projects-page-section .project-box {
  width: 1170px;
  margin-left: -15px;
}
.projects-page-section .project-box .isotope-element {
  width: 262px;
  margin: 15px;
}
.projects-page-section .project-box .isotope-element .hover-box {
  background: #ffba00;
}
.projects-page-section .project-box .isotope-element .hover-box span {
  color: #222222;
}
.projects-page-section .project-box .isotope-element .hover-box h2 a:hover {
  color: #666666 !important;
}
.projects-page-section .project-box.col3 .isotope-element {
  width: 360px;
}
.projects-page-section .project-box.col2 .isotope-element {
  width: 555px;
}
/*-------------------------------------------------*/
/* =  blog page
/*-------------------------------------------------*/
.blog-section, .page-blogs .main-container, .page-archive .main-container {
  padding-top: 55px;
  padding-bottom: 25px;
}
.blog-section h2, .page-blogs .main-container h2, .page-archive .main-container h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
}
.blog-section .blog-box .blog-post, .page-blogs .main-container .blog-box .blog-post, .page-archive .main-container .blog-box .blog-post {
  margin-bottom: 40px;
}
.blog-section .blog-box .blog-post img,
.page-blogs .main-container .blog-box .blog-post img,
.page-archive .main-container .blog-box .blog-post img,
.blog-section .blog-box .blog-post iframe,
.page-blogs .main-container .blog-box .blog-post iframe,
.page-archive .main-container .blog-box .blog-post iframe {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.blog-section .blog-box .blog-post iframe, .page-blogs .main-container .blog-box .blog-post iframe, .page-archive .main-container .blog-box .blog-post iframe {
  height: 360px;
}
.blog-section .blog-box .blog-post h2, .page-blogs .main-container .blog-box .blog-post h2, .page-archive .main-container .blog-box .blog-post h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
}
.blog-section .blog-box .blog-post h2 a, .page-blogs .main-container .blog-box .blog-post h2 a, .page-archive .main-container .blog-box .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-section .blog-box .blog-post h2 a:hover, .page-blogs .main-container .blog-box .blog-post h2 a:hover, .page-archive .main-container .blog-box .blog-post h2 a:hover {
  color: #ffba00;
}
.blog-section .blog-box .blog-post span, .page-blogs .main-container .blog-box .blog-post span, .page-archive .main-container .blog-box .blog-post span {
  display: inline-block;
  color: #666666;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.blog-section .blog-box .blog-post .post-content-text div > a, .page-blogs .main-container .blog-box .blog-post .post-content-text div > a, .page-archive .main-container .blog-box .blog-post .post-content-text div > 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: #666666;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
}
.blog-section .blog-box .blog-post .post-content-text div > a:hover, .page-blogs .main-container .blog-box .blog-post .post-content-text div > a:hover, .page-archive .main-container .blog-box .blog-post .post-content-text div > a:hover {
  color: #ffba00;
}
.blog-section .blog-box ul.pagination, .page-blogs .main-container .blog-box ul.pagination, .page-archive .main-container .blog-box ul.pagination {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.blog-section .blog-box ul.pagination li, .page-blogs .main-container .blog-box ul.pagination li, .page-archive .main-container .blog-box ul.pagination li {
  display: inline-block;
  margin-right: 8px;
}
.blog-section .blog-box ul.pagination li a, .page-blogs .main-container .blog-box ul.pagination li a, .page-archive .main-container .blog-box ul.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: #666666;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  border: none;
  background: none;
  padding: 0;
}
.blog-section .blog-box ul.pagination li a:hover,
.page-blogs .main-container .blog-box ul.pagination li a:hover,
.page-archive .main-container .blog-box ul.pagination li a:hover,
.blog-section .blog-box ul.pagination li a.active,
.page-blogs .main-container .blog-box ul.pagination li a.active,
.page-archive .main-container .blog-box ul.pagination li a.active,
.blog-section .blog-box ul.pagination li.active a,
.page-blogs .main-container .blog-box ul.pagination li.active a,
.page-archive .main-container .blog-box ul.pagination li.active a {
  color: #ffba00;
}
.blog-section .blog-box .single-post h1, .page-blogs .main-container .blog-box .single-post h1, .page-archive .main-container .blog-box .single-post h1 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
}
.blog-section .blog-box .single-post p, .page-blogs .main-container .blog-box .single-post p, .page-archive .main-container .blog-box .single-post p {
  margin-bottom: 25px;
}
.blog-section .blog-box .single-post blockquote, .page-blogs .main-container .blog-box .single-post blockquote, .page-archive .main-container .blog-box .single-post blockquote {
  border-left: 1px solid #222222;
  padding: 20px 0;
  padding-left: 30px;
  margin-left: 30px;
  margin-bottom: 25px;
}
.blog-section .blog-box .single-post blockquote p, .page-blogs .main-container .blog-box .single-post blockquote p, .page-archive .main-container .blog-box .single-post blockquote p {
  font-size: 14px;
  margin: 0;
}
.blog-section .blog-box .single-post blockquote p span, .page-blogs .main-container .blog-box .single-post blockquote p span, .page-archive .main-container .blog-box .single-post blockquote p span {
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0;
  text-transform: inherit;
}
.blog-section .blog-box .autor-post, .page-blogs .main-container .blog-box .autor-post, .page-archive .main-container .blog-box .autor-post {
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-section .blog-box .autor-post img, .page-blogs .main-container .blog-box .autor-post img, .page-archive .main-container .blog-box .autor-post img {
  max-width: 130px;
  float: left;
}
.blog-section .blog-box .autor-post .autor-content, .page-blogs .main-container .blog-box .autor-post .autor-content, .page-archive .main-container .blog-box .autor-post .autor-content {
  margin-left: 150px;
}
.blog-section .blog-box .autor-post .autor-content h2, .page-blogs .main-container .blog-box .autor-post .autor-content h2, .page-archive .main-container .blog-box .autor-post .autor-content h2 {
  margin-bottom: 0;
}
.blog-section .blog-box .autor-post .autor-content span, .page-blogs .main-container .blog-box .autor-post .autor-content span, .page-archive .main-container .blog-box .autor-post .autor-content span {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: 'Titillium Web', sans-serif;
  margin-bottom: 15px;
}
.blog-section .blog-box .comment-section, .page-blogs .main-container .blog-box .comment-section, .page-archive .main-container .blog-box .comment-section {
  margin-bottom: 40px;
}
.blog-section .blog-box .comment-section h2, .page-blogs .main-container .blog-box .comment-section h2, .page-archive .main-container .blog-box .comment-section h2 {
  margin-bottom: 25px;
}
.blog-section .blog-box .comment-section ul, .page-blogs .main-container .blog-box .comment-section ul, .page-archive .main-container .blog-box .comment-section ul {
  margin: 0;
  padding: 0;
}
.blog-section .blog-box .comment-section ul li, .page-blogs .main-container .blog-box .comment-section ul li, .page-archive .main-container .blog-box .comment-section ul li {
  list-style: none;
}
.blog-section .blog-box .comment-section ul li .comment-box, .page-blogs .main-container .blog-box .comment-section ul li .comment-box, .page-archive .main-container .blog-box .comment-section ul li .comment-box {
  overflow: hidden;
  padding-bottom: 35px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 40px;
}
.blog-section .blog-box .comment-section ul li .comment-box img, .page-blogs .main-container .blog-box .comment-section ul li .comment-box img, .page-archive .main-container .blog-box .comment-section ul li .comment-box img {
  width: auto;
  max-width: 100px;
  float: left;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content, .page-blogs .main-container .blog-box .comment-section ul li .comment-box .comment-content, .page-archive .main-container .blog-box .comment-section ul li .comment-box .comment-content {
  margin-left: 120px;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4, .page-blogs .main-container .blog-box .comment-section ul li .comment-box .comment-content h4, .page-archive .main-container .blog-box .comment-section ul li .comment-box .comment-content h4 {
  height: 14px;
  color: #222222;
  font-size: 13px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a, .page-blogs .main-container .blog-box .comment-section ul li .comment-box .comment-content h4 a, .page-archive .main-container .blog-box .comment-section ul li .comment-box .comment-content h4 a {
  color: #222222;
  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: 11px;
  font-weight: 400;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a:hover, .page-blogs .main-container .blog-box .comment-section ul li .comment-box .comment-content h4 a:hover, .page-archive .main-container .blog-box .comment-section ul li .comment-box .comment-content h4 a:hover {
  color: #ffba00;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 ul.links, .page-blogs .main-container .blog-box .comment-section ul li .comment-box .comment-content h4 ul.links, .page-archive .main-container .blog-box .comment-section ul li .comment-box .comment-content h4 ul.links {
  float: right;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content span, .page-blogs .main-container .blog-box .comment-section ul li .comment-box .comment-content span, .page-archive .main-container .blog-box .comment-section ul li .comment-box .comment-content span {
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content p, .page-blogs .main-container .blog-box .comment-section ul li .comment-box .comment-content p, .page-archive .main-container .blog-box .comment-section ul li .comment-box .comment-content p {
  margin: 0 !important;
}
.blog-section .blog-box .comment-section ul.depth .comment-box, .page-blogs .main-container .blog-box .comment-section ul.depth .comment-box, .page-archive .main-container .blog-box .comment-section ul.depth .comment-box {
  padding-left: 120px;
}
.blog-section .blog-box .comment-section .indented, .page-blogs .main-container .blog-box .comment-section .indented, .page-archive .main-container .blog-box .comment-section .indented {
  padding-left: 120px;
}
.page-comment .main-container {
  padding-top: 55px;
  padding-bottom: 25px;
}
.page-comment li {
  list-style: none;
}
.page-comment li .comment-box {
  overflow: hidden;
  padding-bottom: 35px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 40px;
}
.page-comment li .comment-box img {
  width: auto;
  max-width: 100px;
  float: left;
}
.page-comment li .comment-box .comment-content {
  margin-left: 120px;
}
.page-comment li .comment-box .comment-content h4 {
  height: 14px;
  color: #222222;
  font-size: 13px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.page-comment li .comment-box .comment-content h4 a {
  color: #222222;
  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: 11px;
  font-weight: 400;
}
.page-comment li .comment-box .comment-content h4 a:hover {
  color: #ffba00;
}
.page-comment li .comment-box .comment-content h4 ul.links {
  float: right;
}
.page-comment li .comment-box .comment-content span {
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.page-comment li .comment-box .comment-content p {
  margin: 0 !important;
}
#block-views-archive-block {
  margin-bottom: 40px;
}
.sidebar h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar ul.category-list, .sidebar ul.archieve-list, .sidebar .view-archive ul.views-summary {
  margin: 0;
  padding: 0;
}
.sidebar ul.category-list li, .sidebar ul.archieve-list li, .sidebar .view-archive ul.views-summary li {
  list-style: none;
  border-bottom: 1px dotted #d1d1d1;
  margin-bottom: 10px;
}
.sidebar ul.category-list li a, .sidebar ul.archieve-list li a, .sidebar .view-archive ul.views-summary 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: #222222;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  padding-bottom: 10px;
}
.sidebar ul.category-list li a:hover, .sidebar ul.archieve-list li a:hover, .sidebar .view-archive ul.views-summary li a:hover {
  color: #ffba00;
}
.sidebar ul.category-list li .views-field, .sidebar ul.archieve-list li .views-field, .sidebar .view-archive ul.views-summary li .views-field {
  display: inline-block;
}
.sidebar ul.category-list li:last-child, .sidebar ul.archieve-list li:last-child, .sidebar .view-archive ul.views-summary li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.sidebar ul.tag-list {
  margin: 0;
  padding: 0;
}
.sidebar ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
.sidebar ul.tag-list 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;
  padding: 9px 20px;
  color: #ffffff;
  background: #222222;
  font-size: 12px;
  font-family: 'Titillium Web', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sidebar ul.tag-list li a:hover {
  background: #ffba00;
}
.news-section.col3 .news-box, .news-section.col2 .news-box {
  width: 1170px;
}
.news-section.col3 .news-box .news-post {
  width: 360px;
  margin: 15px;
  margin-bottom: 25px;
}
.news-section.col2 .news-box .news-post {
  width: 555px;
  margin: 15px;
  margin-bottom: 25px;
}
/*-------------------------------------------------*/
/* =  single project page
/*-------------------------------------------------*/
.node-type-project .main-container {
  padding-top: 65px;
  padding-bottom: 40px;
}
.node-type-project .main-container img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.node-type-project .main-container .project-content-box {
  margin-bottom: 40px;
}
.node-type-project .main-container .project-content-box h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  margin-bottom: 20px;
}
.node-type-project .main-container .project-content-box ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.node-type-project .main-container .project-content-box ul li {
  list-style: none;
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 0 8px;
}
.node-type-project .main-container .project-content-box ul li i {
  font-size: 13px;
  color: #ffba00;
  width: 20px;
}
.node-type-project .main-container .project-content-box ul li span {
  color: #222222;
  font-weight: 700;
  margin-right: 10px;
}
/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/
#map {
  height: 500px;
  margin-top: 150px;
}
.alert-block + .region-content #map {
  margin-top: 0;
}
.page-contact .alert-block {
  margin-top: 150px;
}
.panels-flexible-row.contact-section {
  padding-top: 60px;
  padding-bottom: 30px;
}
.contact-section {
  padding: 60px 0 30px;
}
.contact-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact-section p {
  margin-bottom: 30px;
}
.contact-section ul.information-list {
  margin: 0;
  padding: 0;
}
.contact-section ul.information-list li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.contact-section ul.information-list li i {
  float: left;
  color: #222222;
  font-size: 13px;
  display: inline-block;
  line-height: 24px;
}
.contact-section ul.information-list li span {
  display: block;
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 8px;
  margin-left: 25px;
  color: #222222;
}
.contact-section ul.information-list li a {
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 10px;
  color: #222222;
}
.contact-section ul.information-list li:last-child {
  border-bottom: none;
}
.contact-form input[type="text"],
.comment-form input[type="text"],
.contact-form textarea,
.comment-form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  border-radius: 0;
  height: auto;
  margin-bottom: 20px;
  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;
  color: #666666;
  font-size: 13px;
  font-family: 'Titillium Web', sans-serif;
}
.contact-form input[type="text"].error,
.comment-form input[type="text"].error,
.contact-form textarea.error,
.comment-form textarea.error {
  border: 1px solid #e74c3c;
}
.contact-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
.contact-form textarea:focus,
.comment-form textarea:focus {
  border: 1px solid #ffba00;
}
.contact-form textarea, .comment-form textarea {
  height: 146px;
  border-radius: 0;
}
.contact-form .grippie, .comment-form .grippie {
  display: none;
}
.contact-form button[type="submit"], .comment-form button[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  border-radius: 0;
  background: #ffba00;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Titillium Web', sans-serif;
  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;
  margin-bottom: 10px;
}
.contact-form button[type="submit"]:hover, .comment-form button[type="submit"]:hover {
  opacity: 0.7;
}
.contact-form .message, .comment-form .message {
  height: 30px;
  padding: 10px 20px;
  font-size: 13px;
  font-family: 'Titillium Web', sans-serif;
}
.contact-form .message.error, .comment-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
.contact-form .message.success, .comment-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}
/*-------------------------------------------------*/
/* =  error page
/*-------------------------------------------------*/
#content {
  padding-top: 120px;
}
.page-404-error .main-container {
  margin-top: 150px !important;
}
.error-section {
  padding: 70px 0;
  position: relative;
  background: url('../images/error.jpg') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.error-section i {
  color: #222222;
  font-size: 220px;
  margin-bottom: 30px;
}
.error-section h1 {
  color: #222222;
  font-size: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  max-width: 460px;
  margin: 0 auto 10px;
  line-height: 52px;
}
.error-section p {
  margin-bottom: 25px;
  color: #ffffff;
}
.error-section 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-color: #ffba00;
  color: #ffba00;
}
.error-section a:hover {
  color: #ffffff;
  background: #ffba00;
}
.error-section .error-content {
  position: relative;
  z-index: 2;
}
.error-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.3);
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  background: #222222;
}
footer .up-footer {
  padding: 70px 0;
}
footer .up-footer h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #ffffff;
}
footer .up-footer p {
  color: #ffffff;
}
footer .up-footer img {
  margin-top: 20px;
}
footer .up-footer ul.tag-list {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
footer .up-footer ul.tag-list 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;
  padding: 8px 18px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
footer .up-footer ul.tag-list li a:hover {
  background: #ffba00;
  border: 1px solid #ffba00;
}
footer .up-footer ul.navigation {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.navigation li {
  list-style: none;
  margin-bottom: 5px;
}
footer .up-footer ul.navigation 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;
  font-family: 'Titillium Web', sans-serif;
  color: rgba(255, 255, 255, 0.9);
}
footer .up-footer ul.navigation li a:hover {
  color: #ffba00;
}
footer .up-footer ul.flickr {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.flickr li {
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
}
footer .up-footer ul.flickr 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;
}
footer .up-footer ul.flickr li a img {
  margin: 0;
}
footer .up-footer ul.flickr li a:hover {
  opacity: 0.7;
}
footer .up-footer .info-widget p {
  margin-bottom: 5px;
}
footer .up-footer .info-widget p span {
  font-family: 'Titillium Web', sans-serif;
  color: #ffba00;
}
footer .up-footer .info-widget p.first-par {
  margin-bottom: 20px;
}
footer p.copyright {
  padding: 25px 0;
  background: #ffba00;
  border-top: 1px dotted #717173;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Titillium Web', sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
/*-------------------------------------------------*/
/* =  User page Part
/*-------------------------------------------------*/
.page-user .main-container, .page-search .main-container {
  padding-top: 60px;
  padding-bottom: 40px;
}
.page-search .panel-heading {
  float: left;
  margin: 0;
}
.page-search #edit-advanced {
  float: left;
}
.page-search input[type=checkbox] {
  margin-left: 0;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1500px) {
  .project-box .isotope-element {
    width: 24.98%;
  }
  .md-slide-wrap .tp-caption.small_text {
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .projects-page-section .project-box, .news-section.col3 .news-box, .news-section.col2 .news-box {
    width: 970px;
  }
  .projects-page-section .project-box.col2 .isotope-element, .news-section.col2 .news-box .news-post {
    width: 455px;
  }
  .projects-page-section .project-box.col3 .isotope-element, .projects-page-section .project-box .isotope-element, .news-section.col3 .news-box .news-post {
    width: 293px;
  }
  #map {
    height: 400px;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 20px 25px;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .flexslider .flexcaption .inner-caption p {
    font-size: 13px;
  }
  .md-slide-wrap .tp-caption.small_text {
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .panels-flexible-region.col-md-1,
  .panels-flexible-region.col-md-2,
  .panels-flexible-region.col-md-3,
  .panels-flexible-region.col-md-4,
  .panels-flexible-region.col-md-5,
  .panels-flexible-region.col-md-6,
  .panels-flexible-region.col-md-7,
  .panels-flexible-region.col-md-8,
  .panels-flexible-region.col-md-9,
  .panels-flexible-region.col-md-10,
  .panels-flexible-region.col-md-11,
  .panels-flexible-region.col-md-12 {
    width: 100%;
  }
  .panels-flexible-region .views-row-even.presentation-line .column {
    width: 100%;
  }
  .top-line, .top-line ul.social-icons {
    text-align: center;
  }
  .top-line p span {
    display: inline-block;
    margin-bottom: 7px;
  }
  .navbar-nav > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .navbar-nav a.open-search {
    padding-left: 7px !important;
  }
  .offer-post {
    margin-bottom: 30px;
  }
  .project-box .isotope-element {
    width: 33.3%;
  }
  .tab-posts-box {
    margin-top: 30px;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .clients-section blockquote {
    margin-top: 20px;
  }
  .projects-page-section .project-box, .news-section.col3 .news-box, .news-section.col2 .news-box {
    width: 750px;
  }
  .projects-page-section .project-box.col2 .isotope-element,
  .projects-page-section .project-box.col3 .isotope-element,
  .projects-page-section .project-box .isotope-element,
  .news-section.col3 .news-box .news-post,
  .news-section.col2 .news-box .news-post {
    width: 345px;
  }
  .page-banner-section {
    margin-top: 177px;
    text-align: center;
  }
  .page-banner-section h2 {
    margin-bottom: 5px;
  }
  .page-banner-section ul.page-depth {
    text-align: center;
  }
  #map {
    margin-top: 177px;
    height: 300px;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 16px 25px;
    max-width: 50%;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .flexslider .flexcaption .inner-caption p {
    display: none;
  }
  .about-section2 iframe {
    height: 300px;
  }
  .md-slide-wrap .tp-caption.small_text {
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .top-line {
    display: none;
  }
  .navbar-brand {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .navbar-default .navbar-toggle {
    margin-top: 13px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px !important;
  }
  .navbar-nav > li.search {
    display: none;
  }
  .navbar-nav > li.drop ul.dropdown {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 0;
    border: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav > li.drop ul.dropdown li a {
    padding: 5px 20px;
    text-transform: inherit;
  }
  .banner-section h2 a {
    margin-left: 6px;
    margin-top: 5px;
  }
  .project-box .isotope-element {
    width: 49.98%;
  }
  .projects-page-section .project-box, .news-section.col3 .news-box, .news-section.col2 .news-box {
    width: 100%;
    margin-left: 0;
  }
  .projects-page-section .project-box.col2 .isotope-element, .projects-page-section .project-box.col3 .isotope-element, .projects-page-section .project-box .isotope-element {
    width: 100%;
    margin: 0 0 30px;
  }
  .news-section.col3 .news-box .news-post, .news-section.col2 .news-box .news-post {
    width: 100%;
    margin: 0 0 40px;
  }
  .page-banner-section, #map {
    margin-top: 60px;
    height: 250px;
  }
  .blog-section .blog-box .comment-section ul.depth .comment-box {
    padding-left: 0;
  }
  .flexslider .flexcaption .inner-caption {
    display: none;
  }
  .about-section2 iframe {
    height: 250px;
  }
  #home-section.slider2 {
    margin-top: 60px;
  }
  .md-slide-wrap .tp-caption.small_text {
    line-height: 12px;
  }
}
@media (max-width: 500px) {
  .project-box .isotope-element {
    width: 100%;
  }
  .tab-posts-box ul.nav-tabs li a {
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 400;
  }
  .tab-posts-box .tab-pane img {
    float: none !important;
    margin: 0;
    margin-bottom: 20px;
  }
  .blog-section .blog-box .autor-post img {
    max-width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .blog-section .blog-box .autor-post .autor-content, .blog-section .blog-box .comment-section ul li .comment-box .comment-content {
    margin-left: 0;
  }
  .blog-section .blog-box .comment-section ul li .comment-box img {
    display: none;
  }
  #map {
    height: 200px;
  }
  .md-slide-wrap .tp-caption.small_text {
    line-height: 8px;
  }
}