
/*-------------------------------------------------
 =  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
-------------------------------------------------*/
/*Joe's Mods----------------------------*/
.tipTopNav a {
	color:#FFFFFF;
	padding: 2px 5px;
}
.tipTopNav a:hover {
	color:#ffffff;
	padding: 2px 5px;
}

.sitemap a {
	color:#5B5B5B;
}

.sitemap a:hover {
	color:#ffffff;
}

a.tipTopButton {
  color: #ffffff;
  background: #66cc33;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', 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: 2px 15px;
}

a.footButton {
  color: #ffffff;
  background: #66cc33;
  font-size: 17px;
  font-weight: 700;
  font-family: 'Open Sans', 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;
}

/*
ul {
  list-style-type: none; 
}


li:before { 
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #666666;
  border-radius: 50%;
  margin-bottom: 2px;
}
*/

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/

.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
	visibility: hidden;
  	width: 100%;
  	position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.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;
}
.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: #996699;
  font-size: 30px;
  font-family: '';
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  padding: 8px 15px;
  letter-spacing: 2.5px;
}
.navbar-brand span {
  color: #996699 !important;
}
.top-line {
  padding: 15px 0;
  background: #666666;
  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: #666666;
  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: #5B5B5B;
}
.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: #996699;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  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:hover,
.navbar-nav > li > a.active {
  color: #666666;
}
.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: #996699;
  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: 400px;
  background: #ffffff;
  border-top: 2px solid #666666;
  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: #996699;
  font-size: 13px;
  font-family: 'Open Sans', 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.active a {
  color: #666666;
}
.navbar-nav li.drop ul.dropdown li:first-child {
  border-top: none;
}
.navbar-nav li.drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}

.page-banner-section header {
    margin-bottom: 60px;
}

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: #996699 !important;
  padding: 0px 5px;
}
header.active .navbar-nav > li > a {
  color: #996699;
  padding: 25px 15px;
}
header.active .navbar-nav a.open-search {
  padding: 25px 15px;
}
header.active .navbar-nav a.open-search i {
  color: #996699;
}
header.active .navbar-nav > li > a:hover,
header.active .navbar-nav > li > a.active {
  color: #666666;
}
.form-search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: #666666;
  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: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  color: #5B5B5B;
  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: #5B5B5B;
  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
/*-------------------------------------------------*/
p {
  font-size: 14px;
  line-height: 20px;
  color: #5B5B5B;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 18px;
  font-style: normal;
  text-align: left;
}
/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/
.title-section {
  margin-bottom: 30px;
  text-align: center;
}
.title-section h1 {
  color: #5B5B5B;
  font-size: 30px;
  line-height: .928em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-style: normal;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.title-section h1 span {
  color: #666666;
}
#home-section .tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
#home-section .tp-caption.small_text.backgroun-col {
  background: #666666;
  padding: 1em 2em;
  font-size: 15px;
  color: #5B5B5B;
  line-height: 24px;
}
#home-section .tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 48px;
  line-height: 48px;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  background-color: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: left;
}
#home-section .tp-caption.finewide_medium_white span {
  color: #ffffff !important;
  text-align: center;
}
#home-section .tp-caption a.trans-btn {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', 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;
}
#home-section .tp-caption a.trans-btn:hover {
  color: #996699;
  border: 2px solid #996699;
}
#home-section .tp-caption a.trans-btn2 {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', 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: #666666;
  background: #ffffff;
}
#home-section .tp-caption a.trans-btn2:hover {
  color: #ffffff;
  background: #666666;
}
/* Comment out below class to remove tint from slider */
#home-section .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  z-index: 2;
}

#home-section .tp-bannertimer {
  display: none !important;
}
a.button-one {
  color: #996699;
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: 2px solid #996699;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 35px;
}
.banner-section {
  padding: 25px 0;
  background: #666666;
  text-align: center;
}
.banner-section h2 {
  color: #ffffff;
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  
  margin: 0 0 15px;
  margin-bottom: 0;
  
}
.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;
}
.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: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  /*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: #5B5B5B;
}
.services-offer-section .offer-post h2 a:hover {
  color: #666666;
}
.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: #5B5B5B;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.services-offer-section .offer-post ul.offer-list li i {
  font-size: 14px;
  margin-right: 12px;
}
.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 {  
  background: #f1f1f1;
}

.projects-section .project-title h2 {
  color: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  margin-bottom: 20px;
}
.projects-section .project-title p {
  margin-bottom: 30px;
  max-width: 800px;
}
.projects-section ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
}
.projects-section ul.filter li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.projects-section ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #5B5B5B;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 1.3px;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
.projects-section ul.filter li a.active,
.projects-section ul.filter li a:hover {
  color: #666666;
  border-bottom: 2px solid #666666;
}
.project-box .project-post {
  width: 25%;
  position: relative;
  overflow: hidden;
}
.project-box .project-post img {
  width: 100%;
}
.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: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
}

.project-box {
  margin-bottom: 60px;
}
.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: #5B5B5B;
}
.project-box .project-post .hover-box h2 a:hover {
  color: #666666;
}
.project-box .project-post .hover-box span {
  font-size: 14px;
  color: #5B5B5B;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 0;
  font-size: 12px;
}
.project-box .project-post:hover .hover-box {
  bottom: 0;
}
.about-section img {
  width: 100%;
  margin-bottom: 30px;
}
.about-section h2 {
  color: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  /*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: #5B5B5B;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 700;
  border: none;
  margin: 0;
}
.tab-posts-box ul.nav-tabs li a:hover {
  border: none;
  color: #666666;
}
.tab-posts-box ul.nav-tabs li.active a {
  border: none;
  background: #666666;
  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: #5B5B5B;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 18px;
}

.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 .container {
  position: relative;
  z-index: 2;
}
.testimonial-section .title-section {
  text-align: Left;
}
.testimonial-section .title-section h1 {
 color: #ffffff;
  font-size: 30px;
  line-height: .928em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 00px;
}
.testimonial-section .title-section h2 {
  color: #ffffff;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
  /*text-transform: uppercase;*/
  margin-bottom: 00px;
}
.testimonial-section .title-section h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 18px;
  text-transform: uppercase;
  margin-bottom: 00px;
}
.testimonial-section .testimonial-box {
  text-align: left;
  padding-bottom: 2px;
}
.testimonial-section .testimonial-box ul.bxslider {
  margin: 0;
  padding: 0;
}
.testimonial-section .testimonial-box ul.bxslider li {
  overflow: hidden;
}
.testimonial-section .testimonial-box p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 0 40px;
}
.testimonial-section .testimonial-box h2 {
  color: #ffffff;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  /*text-transform: uppercase;*/
  margin-bottom: 2px;
}
.testimonial-section .testimonial-box span {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 0 30px;
  display: inline-block;
}

.testimonial-section .testimonial-box blockquote {
  /*margin-top: 20px;*/
  border-left: 10px solid #996699;
  padding: 10px 0;
  padding-left: 10px;
  margin-left: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #666666;
  border-color: #666666;
}
.testimonial-section:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.8);
}
.news-section {  
  background: #ffffff;
}
.news-section h2 {
  color: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  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 {
  margin-bottom: 30px;
}
.news-section .news-post img {
  width: 100%;
  margin-bottom: 25px;
}

.news-section .news-post p.pullquote {
	padding-left:10px;
	border-style:solid;
	border-left-width:3px;
	color: #666666;
	font-size:20px;
	line-height:30px;
	margin:0 0 18px;
	width:751.79162597656px;
	}

.news-section .news-post h2 {
  margin-bottom: 2px;
  font-size: 24px;
}
.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: #5B5B5B;
  line-height: 30px;
}

.news-section .news-post h2 a:hover {
  color: #666666;
}

.news-section .news-post span {
  display: inline-block;
  color: #5B5B5B;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  /*text-transform: uppercase;*/
  margin: 0 0 20px;
}
.news-section .news-post > a {
  display: inline-block;
  text-decoration: underline;
  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: #000000;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
 /* text-transform: uppercase;*/
}

.news-section .news-post > a:hover {
  color: #666666;
}

.clients-section {
  padding: 50px 0;
}

.clients-section h2 {
  color: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  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: 10px solid #666666;
  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: #5B5B5B;
}
.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: #5B5B5B;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  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: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 12px 0 12px 72px;
}
.accord-elem.active .accord-title h2 {
  color: #ffffff;
  border: 1px solid #666666;
  background: #666666;
}
.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: 'Open Sans', 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: #666666;
}
.flexslider .flexcaption {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
}
.flexslider .flexcaption .inner-caption {
  padding: 30px 40px;
  background: #5B5B5B;
  max-width: 620px;
}
.flexslider .flexcaption .inner-caption h1 {
  color: #5B5B5B;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #666666;
}
.flexslider .flexcaption .inner-caption p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}
.about-section2 {
  padding: 50px 0;
}
.about-section2 h2 {
  color: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
}
.about-section2 iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
}
.services-offer-section2 {
  padding: 60px 0 20px;
  background: #5B5B5B;
}
.services-offer-section2 .services-post {
  margin-bottom: 20px;
}
.services-offer-section2 .services-post img {
  /*width: 100%;*/
  margin-bottom: 15px;
}
.services-offer-section2 .services-post h2 {
  color: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  
  margin-bottom: 20px;
}
.services-offer-section2 .services-post p {
  margin-bottom: 16px;
  color: #5B5B5B;
}

.services-post blockquote {
  border-left: 10px solid #666666;
  padding: 20px 0;
  padding-left: 30px;
  margin-left: 30px;
  margin-bottom: 25px;
}
  
.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: #666666;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Open Sans', 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: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  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: #5B5B5B;
}
.projects-section2 .project-box .project-post .hover-box h2 a {
  color: #5B5B5B;
}
.projects-section2 .project-box .project-post .hover-box h2 a:hover {
  color: #666666;
}
/*-------------------------------------------------*/
/* =  home presentation
/*-------------------------------------------------*/
.presentation-section {
  border-top: 1px dashed #d1d1d1;
}
.presentation-section .presentation-line {
  padding: 60px 0 35px;
  border-bottom: 1px dashed #d1d1d1;
}
.presentation-section .presentation-line h2 {
  color: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.presentation-section .presentation-line img {
  width: 100%;
  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: 'Open Sans', sans-serif;
 /* text-transform: uppercase;*/
  margin-bottom: 20px;
}
.presentation-section .presentation-line a:hover {
  color: #5B5B5B;
}
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section {
  margin-top: 60px;  
  position: relative;
  /* background: url('../images/ban.jpg') center */
  background: #DDDDDD;
  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: #666666;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 70px 0 15px;
  margin-bottom: 0;
}
.page-banner-section ul.page-depth {
  margin: 0;
  padding: 0;
  text-align: left;
}
.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-left: 1px;
}
.page-banner-section ul.page-depth 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: 'Open Sans', sans-serif;
  color: #666666;
}
.page-banner-section ul.page-depth li a:hover {
  color: #666666;
}
.page-banner-section ul.page-depth li:before {
  content: '-';
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #5B5B5B;
  margin-right: 5px;
}
.page-banner-section ul.page-depth 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%;
  margin-bottom: 25px;
}
.team-section .team-post h2 {
  color: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 16px;
  margin-bottom: 2px;
}
.team-section .team-post span {
  display: inline-block;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 20px;
  color: #666666;
}
/*-------------------------------------------------*/
/* =  services pages
/*-------------------------------------------------*/

nav.side-navigation ul.nav-list,
ul.side-navigation-list,
.services-page-section ul.side-navigation-list {
  margin: 0;
  padding: 0;  
}

nav.side-navigation ul.nav-list li,
ul.side-navigation-list li,
.services-page-section ul.side-navigation-list li {
  list-style: none;
  margin-top: 2px;
}

nav.side-navigation ul.nav-list li a,
ul.side-navigation-list li a,
.services-page-section ul.side-navigation-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;
  display: block;
  color: #996699;
  font-size: 14px;
  font-weight:700;
  font-family: 'Open Sans', sans-serif;
  padding: 15px 25px;
  background: #f7f7f7;
  position: relative;
}

ul.side-navigation-list li a:after,
.services-page-section ul.side-navigation-list li a:after {
  content: '\f105';
  font-family: 'Fontawesome';
  font-size: 12px;
  position: absolute;
  right: 25px;
  top: 0;
  line-height: 50px;
  color: #5B5B5B;
  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;
}
nav.side-navigation ul.nav-list li a:hover,
ul.side-navigation-list li a:hover,
.services-page-section ul.side-navigation-list li a:hover,
.services-page-section ul.side-navigation-list li a.active {
  color: #ffffff;
  background: #666666;
}
nav.side-navigation ul.nav-list li:first-child,
ul.side-navigation-list li:first-child,
.services-page-section ul.side-navigation-list li:first-child {
  margin-top: 0;
}
.services-page-section .contact-info {
  padding: 25px 30px;
  background: #ffffff;
}
.services-page-section .contact-info h2 {
  color: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.services-page-section .contact-info ul.information-list {
  margin: 0;
  padding: 0;
}
.services-page-section .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 {
  float: left;
  color: #666666;
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
}
.services-page-section .contact-info ul.information-list li span {
  display: block;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 8px;
  margin-left: 25px;
  color: #5B5B5B;
}
.services-page-section .contact-info ul.information-list li a {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 10px;
  color: #5B5B5B;
}

.services-page-section .contact-info ul.information-list li a.hover {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 10px;
  color: #666666;
}

.services-page-section .contact-info ul.information-list li:last-child {
  border-bottom: none;
}
.services-page-section .services-wrapp .services-post {
  margin-bottom: 40px;
}
/*
.services-page-section .services-wrapp .services-post ul {
  list-style: square;
}
*/
/*
.services-page-section .services-wrapp .services-post li:before {
   content: ">"; 
   padding-right: 8px;
   color: #5B5B5B; 
   font-weight:900;
}
*/
.services-page-section .services-wrapp .services-post img {
  /*width: 100%;*/
  margin-bottom: 25px;
}
.services-page-section .services-wrapp .services-post h2 {
  color: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  margin-bottom: 20px;
}
.services-page-section .services-wrapp .services-post p {
  margin-bottom: 15px;
}
.services-page-section .services-wrapp .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: 14px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
 /* text-transform: uppercase;*/
}
.services-page-section .services-wrapp .services-post a:hover {
  color: #5B5B5B;
}
/*-------------------------------------------------*/
/* =  projects page
/*-------------------------------------------------*/

.projects-page-section ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
}
.projects-page-section ul.filter li {
  display: inline-block;
  margin: 0 15px;
}
.projects-page-section ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #5B5B5B;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 1.3px;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
.projects-page-section ul.filter li a.active,
.projects-page-section ul.filter li a:hover {
  color: #666666;
  border-bottom: 2px solid #666666;
}
.projects-page-section .project-box {
  width: 1170px;
  margin-left: -15px;
}
.projects-page-section .project-box .project-post {
  width: 262px;
  margin: 15px;
}
.projects-page-section .project-box .project-post .hover-box {
  background: #666666;
}
.projects-page-section .project-box .project-post .hover-box span {
  color: #5B5B5B;
}
.projects-page-section .project-box .project-post .hover-box h2 a:hover {
  color: #5B5B5B;
}
.projects-page-section .project-box.col3 .project-post {
  width: 360px;
}
.projects-page-section .project-box.col2 .project-post {
  width: 555px;
}
/*-------------------------------------------------*/
/* =  blog page
/*-------------------------------------------------*/

.blog-section h2 {
  color: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  /*text-transform: uppercase;*/
}

.blog-section .blog-box .blog-post {
  margin-bottom: 40px;
}
.blog-section .blog-box .blog-post img
{
	margin-bottom: 20px;
}
.blog-section .blog-box .blog-post iframe {
  width: 100%;
  margin-bottom: 20px;
}
.blog-section .blog-box .blog-post iframe {
  height: 360px;
}
.blog-section .blog-box .blog-post h2 {
  color: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  /*text-transform: uppercase;*/
  margin-bottom: 0px;
}
.blog-section .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: #5B5B5B;
}
.blog-section .blog-box .blog-post h2 a:hover {
  color: #666666;
}
.blog-section .blog-box .blog-post span {
  display: inline-block;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  /*text-transform: uppercase;*/
  margin: 0 0 25px;
}
.blog-section .blog-box .blog-post .post-content-text > a {
  display: inline-block;
  text-decoration: underline;
  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: #000000;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  /*text-transform: uppercase;*/
}
.blog-section .blog-box .blog-post .post-content-text > a:hover {
  color: #666666;
  text-transform: uppercase;
}
.blog-section .blog-box ul.pagination-list {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.blog-section .blog-box ul.pagination-list li {
  display: inline-block;
  margin-right: 8px;
}
.blog-section .blog-box ul.pagination-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;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.blog-section .blog-box ul.pagination-list li a:hover,
.blog-section .blog-box ul.pagination-list li a.active {
  color: #5B5B5B;
}
.blog-section .blog-box .single-post h1 {
  color: #5B5B5B;
  font-size: 30px;
  line-height: 1.1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  /*text-transform: uppercase;*/
  margin-bottom: 0px;
}
.blog-section .blog-box .single-post p {
  margin-bottom: 25px;
}
.blog-section .blog-box .single-post blockquote {
  border-left: 10px solid #666666;
  padding: 20px 0;
  padding-left: 30px;
  margin-left: 30px;
  margin-bottom: 25px;
}
.blog-section .blog-box .single-post blockquote p {
  font-size: 14px;
  margin: 0;
}
.blog-section .blog-box .single-post blockquote p span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 14px;
  color: #5B5B5B;
  margin-bottom: 0;
  text-transform: inherit;
}
.blog-section .blog-box .autor-post {
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-section .blog-box .autor-post img {
  max-width: 130px;
  float: left;
}
.blog-section .blog-box .autor-post .autor-content {
  margin-left: 150px;
}
.blog-section .blog-box .autor-post .autor-content h2 {
  margin-bottom: 0;
}
.blog-section .blog-box .autor-post .autor-content span {
  display: inline-block;
  color: #5B5B5B;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
}
.blog-section .blog-box .comment-section {
  margin-bottom: 40px;
}
.blog-section .blog-box .comment-section h2 {
  margin-bottom: 25px;
}
.blog-section .blog-box .comment-section ul {
  margin: 0;
  padding: 0;
}
.blog-section .blog-box .comment-section ul li {
  list-style: none;
}
.blog-section .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 {
  width: auto;
  max-width: 100px;
  float: left;
}
.blog-section .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 {
  color: #5B5B5B;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  /*text-transform: uppercase;*/
  margin: 0;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a {
  color: #5B5B5B;
  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;
  float: right;
  font-size: 11px;
  font-weight: 400;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a:hover {
  color: #666666;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content span {
  font-size: 14px;
  color: #5B5B5B;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  margin: 0 0 10px;
  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 {
  margin: 0 !important;
}
.blog-section .blog-box .comment-section ul.depth .comment-box {
  padding-left: 120px;
}
.sidebar h2 {
  color: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar ol.category-list,
.sidebar ol.archieve-list, 
.sidebar ul.category-list,
.sidebar ul.archieve-list {
  margin: 0;
  padding: 0;
}
.sidebar .category-widget .category-list li.current a,
.sidebar .archieve-widget .archieve-list li.active a.active {
  color: #666666;
}
.sidebar ol.category-list li,
.sidebar ol.archieve-list li,
.sidebar ul.category-list li,
.sidebar ul.archieve-list li {
  list-style: none;
  border-bottom: 1px dotted #d1d1d1;
  margin-bottom: 10px;
}
.sidebar ol.category-list li a,
.sidebar ol.archieve-list li a,
.sidebar ul.category-list li a,
.sidebar ul.archieve-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;
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 10px;
}


.sidebar ol.category-list li a:hover,
.sidebar ol.archieve-list li a:hover,
.sidebar ul.category-list li a:hover,
.sidebar ul.archieve-list li a:hover {
  color: #5B5B5B;
}
.sidebar ol.category-list li:last-child,
.sidebar ol.archieve-list li:last-child,
.sidebar ul.category-list li:last-child,
.sidebar ul.archieve-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.tags-widget ol.tags-list,
.sidebar ul.tags-list,
.sidebar ol.tags-list {
  margin: 0;
  padding: 0;
}
.tags-widget ol.tags-list li,
.sidebar ul.tags-list li,
.sidebar ol.tags-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
.tags-widget ol.tags-list li a,
.sidebar ul.tags-list li a,
.sidebar ol.tags-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: #5B5B5B;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tags-widget ol.tags-list li a{
  border: 1px solid #ffffff;
}

.tags-widget ol.tags-list li a:hover,
.sidebar ul.tags-list li a:hover,
.sidebar ol.tags-list li a:hover {
  background: #666666;
}

.news-section.col3 .news-box,
.news-section.col2 .news-box {
  width: 1170px;
  margin-left: -15px;
}

.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
/*-------------------------------------------------*/

.single-page-section img {
  width: 100%;
  margin-bottom: 30px;
}
.single-page-section .project-content-box {
  margin-bottom: 40px;
}
.single-page-section .project-content-box h2 {
  color: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 20px;
}
.single-page-section .project-content-box ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.single-page-section .project-content-box ul li {
  list-style: none;
  font-size: 14px;
  color: #5B5B5B;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 0 8px;
}
.single-page-section .project-content-box ul li i {
  font-size: 13px;
  color: #666666;
  width: 20px;
}
.single-page-section .project-content-box ul li span {
  color: #5B5B5B;
  font-weight: 700;
  margin-right: 10px;
}
/*-------------------------------------------------*/
/* =  tables page
/*-------------------------------------------------*/

.tables-page-section h2 {
  color: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  margin-bottom: 25px;
}
.tables-page-section p {
  margin-bottom: 30px;
  max-width: 800px;
}
.table-responsive .table,
.tables-page-section .table {
  text-align: center;
  margin-bottom: 40px;
}
.table-responsive .table th,
.tables-page-section .table th {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
}
.table-responsive .table td,
.tables-page-section .table td {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #f1f1f1;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666666;
  padding: 10px 20px;
}
.table-responsive .table thead th,
.tables-page-section .table thead th {
  padding: 15px 20px;
  text-align: center;
  background: #666666;
}

.table-responsive .table tr th,
.tables-page-section .table tr th {
  background: #f1f1f1;
}
/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/
#map,
#map2 {
  height: 500px;
  margin-top: 50px;
}

.contact-section h2 {
  color: #5B5B5B;
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  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: #5B5B5B;
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
}
.contact-section ul.information-list li span {
  display: block;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 8px;
  margin-left: 25px;
  color: #5B5B5B;
}
.contact-section ul.information-list li a {
  font-size: 14px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 10px;
}
.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;
  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: #5B5B5B;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
#contact-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form textarea:focus {
  border: 1px solid #666666;
}
#contact-form textarea,
.comment-form textarea {
  height: 146px;
}
#contact-form input[type="submit"],
.comment-form input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #666666;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Open Sans', 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 input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
  opacity: 0.7;
}
#contact-form .message,
.comment-form .message,
#quote-msg {
  padding: 10px 20px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
#contact-form .message.error,
.comment-form .message.error,
#quote-msg.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
#contact-form .message.success,
.comment-form .message.success,
#quote-msg.success {
  color: #666666;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #666666;
}
/*-------------------------------------------------*/
/* =  error page
/*-------------------------------------------------*/
#content {
  padding-top: 120px;
}
.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: #5B5B5B;
  font-size: 220px;
  margin-bottom: 30px;
}
.error-section h1 {
  color: #5B5B5B;
  font-size: 30px;
  line-height: .928em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  max-width: 460px;
  margin: 0 auto 10px;
}

.error-section h4 {
  color: #5B5B5B;
  font-size: 15px;
  line-height: .928em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 460px;
  margin: 0 auto 10px;
}

.error-section p {
  margin-bottom: 25px;
  color: #5B5B5B;
}

.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: #666666;
  color: #666666;
}
.error-section a:hover {
  color: #ffffff;
  background: #666666;
}
.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);
}
/*-------------------------------------------------*/
/* =  quote page
/*-------------------------------------------------*/
.free-quote-section {
  padding: 60px 0;
}
.free-quote-section .quote-title h2 {
  color: #5B5B5B;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.free-quote-section .quote-title p {
  margin-bottom: 40px;
  max-width: 800px;
}
.free-quote-section form {
  margin: 0;
}
.free-quote-section form input[type="text"],
.free-quote-section form textarea,
.free-quote-section form select {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #dedede;
  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: #5B5B5B;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.free-quote-section form input[type="text"]:focus,
.free-quote-section form textarea:focus,
.free-quote-section form select:focus {
  border: 1px solid #666666;
}
.free-quote-section form textarea {
  height: 260px;
}
.free-quote-section form input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #666666;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Open Sans', 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;
}
.free-quote-section form input[type="submit"]:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  Shop
/*-------------------------------------------------*/
.shop-section {
  padding: 50px 0;
}
.shop-section .shop-bar {
  overflow: hidden;
  margin-bottom: 50px;
}
.shop-section .shop-bar p {
  float: left;
  font-size: 14px;
  margin-top: 5px;
}
.shop-section .shop-bar select {
  float: right;
  width: 220px;
  border: 1px solid #cccccc;
  color: #999999;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding: 8px 10px;
  outline: none;
}
.shop-section .shop-pagination ul {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.shop-section .shop-pagination ul li {
  display: inline-block;
  margin-right: 8px;
}
.shop-section .shop-pagination ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.shop-section .shop-pagination ul li a:hover,
.shop-section .shop-pagination ul li a.active {
  color: #666666;
}
.shop-post {
  margin-bottom: 30px;
}
.shop-post .shop-gal {
  position: relative;
}
.shop-post .shop-gal img {
  width: 100%;
}
.shop-post .shop-gal > span {
  position: absolute;
  top: 10px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0;
  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;
}
.shop-post .shop-gal span.new-product {
  left: 10px;
  background: #ff8b58;
}
.shop-post .shop-gal span.sale-product {
  right: 10px;
  background: #666666;
}
.shop-post .shop-gal .hover-shop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.shop-post .shop-gal .hover-shop .inner-hover {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  margin-top: -38px;
}
.shop-post .shop-gal .hover-shop .inner-hover 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: 104px;
  padding: 10px 10px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background: #5B5B5B;
  margin-bottom: 5px;
}
.shop-post .shop-gal .hover-shop .inner-hover a:hover {
  background: #666666;
}
.shop-post h2 {
  color: #5B5B5B;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 20px 0 15px;
  text-transform: uppercase;
  border-bottom: 1px dotted #cccccc;
  margin: 0 0 15px;
}
.shop-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: #666666;
}
.shop-post h2 a:hover {
  color: #666666;
}
.shop-post p {
  overflow: hidden;
  margin: 0;
  padding-bottom: 15px;
}
.shop-post p span.price {
  display: inline-block;
  color: #5B5B5B;
  font-size: 18px;
  font-weight: 600;
}
.shop-post p span.old-price {
  display: inline-block;
  color: #cccccc;
  font-size: 18px;
  font-weight: 600;
}
.shop-post p span.rating {
  float: right;
}
.shop-post p span.rating i {
  color: #666666;
  font-size: 17px;
  line-height: 24px;
}
.shop-post p span.rating i[data-rated="rated"] {
  color: #666666;
}
.shop-post:hover .shop-gal span.new-product {
  opacity: 0;
}
.shop-post:hover .shop-gal span.sale-product {
  opacity: 0;
}
.shop-post:hover .shop-gal .hover-shop {
  opacity: 1;
}
.shop-sidebar {
  padding-top: 5px;
}
.shop-sidebar h1 {
 color: #5B5B5B;
  font-size: 30px;
  line-height: .928em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-style: normal;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.shop-sidebar .shop-widget {
  margin-bottom: 40px;
}
.shop-sidebar .category-widget ul {
  margin: 0;
  padding: 0;
}
.shop-sidebar .category-widget ul li {
  list-style: none;
  border-bottom: 1px dotted #d1d1d1;
  margin-bottom: 10px;
}
.shop-sidebar .category-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #5B5B5B;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 10px;
}
.shop-sidebar .category-widget ul li a:hover {
  color: #666666;
}
.shop-sidebar .category-widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.shop-sidebar .product-widget ul {
  margin: 0;
  padding: 0;
}
.shop-sidebar .product-widget ul li {
  list-style: none;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #f0f0f0;
}
.shop-sidebar .product-widget ul li img {
  float: left;
  max-width: 50px;
}
.shop-sidebar .product-widget ul li .product-widget-content {
  margin-left: 70px;
}
.shop-sidebar .product-widget ul li h2 {
  font-size: 14px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  margin-top: -3px;
}
.shop-sidebar .product-widget ul li h2 a {
  color: #666666;
  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;
}
.shop-sidebar .product-widget ul li h2 a:hover {
  color: #666666;
}
.shop-sidebar .product-widget ul li span {
  display: inline-block;
  color: #5B5B5B;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}
.shop-sidebar .product-widget ul li span del {
  color: #666666;
}
.shop-sidebar .product-widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.shop-sidebar .product-widget > 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: 103px;
  padding: 8px 8px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid #5B5B5B;
  color: #5B5B5B;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-align: center;
  margin-top: 4px;
}
.shop-sidebar .product-widget > a:hover {
  background: #5B5B5B;
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  Single Product
/*-------------------------------------------------*/
.related-shop-section {
  padding: 0 0 30px;
}
.related-shop-section h1 {
  color: #5B5B5B;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  margin: 0 0 30px;
  text-transform: uppercase;
  text-align: left;
}
.single-product-section {
  padding: 60px 0;
}
.product-gallery {
  margin-bottom: 30px;
}
.product-gallery img {
  width: 100%;
}
.single-product-section h1 {
  color: #5B5B5B;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  margin: 0 0 30px;
  text-transform: uppercase;
  padding-bottom: 14px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
}
.single-product-section .product-details {
  margin-bottom: 20px;
}
.single-product-section .product-details p {
  margin-bottom: 20px;
}
.single-product-section .product-details p span.price {
  display: inline-block;
  color: #5B5B5B;
  font-size: 18px;
  font-weight: 600;
}
.single-product-section .product-details p span.rating {
  display: block;
}
.single-product-section .product-details p span.rating i {
  color: #666666;
  font-size: 17px;
  line-height: 24px;
}
.single-product-section .product-details p span.rating i[data-rated="rated"] {
  color: #666666;
}
.single-product-section .product-details button {
  width: 24px;
  height: 35px;
  display: inline-block;
  background: #eeeeee;
  text-align: center;
  line-height: 35px;
  color: #5B5B5B;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  border: none;
  margin: 2px 0 0;
  padding: 0;
}
.single-product-section .product-details input {
  display: inline-block;
  width: 54px;
  height: 35px;
  border: 1px solid #eeeeee;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  margin: 0px -4px 0 -6px;
  line-height: 34px;
  color: #5B5B5B;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  text-align: center;
  padding: 0;
}
.single-product-section .product-details 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: 10px 16px;
  background: #666666;
  border: 1px solid transparent;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-align: center;
  margin-left: 3px;
}
.single-product-section .product-details a:hover {
  background: transparent;
  border: 1px solid #666666;
  color: #666666;
}
.single-product-section .product-desc {
  margin-bottom: 15px;
  overflow: hidden;
}
.single-product-section .product-desc p {
  margin-bottom: 15px;
}
.single-product-section .product-reviews ul {
  margin: 0;
  padding: 0;
}
.single-product-section .product-reviews ul li {
  list-style: none;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 20px;
  overflow: hidden;
}
.single-product-section .product-reviews ul li img {
  float: left;
  width: 100px;
  margin-bottom: 20px;
}
.single-product-section .product-reviews ul li .review-content {
  margin-left: 120px;
}
.single-product-section .product-reviews ul li .review-content h2 {
  overflow: hidden;
  color: #5B5B5B;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}
.single-product-section .product-reviews ul li .review-content h2 span.rating {
  float: right;
  margin: 0;
}
.single-product-section .product-reviews ul li .review-content h2 span.rating i {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.single-product-section .product-reviews ul li .review-content h2 span.rating i[data-rated="rated"] {
  color: #666666;
}
.single-product-section .product-reviews ul li .review-content p {
  margin: 0 0 10px;
}
.single-product-section .product-reviews 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: 10px 27px;
  border: 2px solid #666666;
  background: #666666;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.single-product-section .product-reviews a:hover {
  background: transparent;
  color: #666666;
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  background: #666666;
}
footer .up-footer {
  padding: 40px 0;
}
footer .up-footer h2 {
  font-size: 24px;
  line-height:30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 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: 'Open Sans', 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: #666666;
  border: 1px solid #666666;
}
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: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.9);
}
footer .up-footer ul.navigation li a:hover {
  color: #666666;
}
footer .up-footer ul.flickr {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.flickr li {
  margin-bottom: 5px;
  margin-right: 1px;
  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: 'Open Sans', sans-serif;
  color: #666666;
}
footer .up-footer .info-widget p.first-par {
  margin-bottom: 20px;
}
footer p.copyright {
  padding: 25px 0;
  background: #666666;
  border-top: 1px dotted #666666;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1500px) {
  .project-box .project-post {
    width: 25%;
  }
}
@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 .project-post,
  .news-section.col2 .news-box .news-post {
    width: 455px;
  }
  .projects-page-section .project-box.col3 .project-post,
  .projects-page-section .project-box .project-post,
  .news-section.col3 .news-box .news-post {
    width: 293px;
  }
  #map,
  #map2 {
    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;
  }
}
@media (max-width: 991px) {
  .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 .project-post {
    width: 33.33%;
  }
  .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 .project-post,
  .projects-page-section .project-box.col3 .project-post,
  .projects-page-section .project-box .project-post,
  .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,
  #map2 {
    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;
  }
}
@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 .project-post {
    width: 50%;
  }
  .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 .project-post,
  .projects-page-section .project-box.col3 .project-post,
  .projects-page-section .project-box .project-post {
    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 {
    margin-top: 60px;
  }
  #map,
  #map2 {
    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;
  }
}
@media (max-width: 500px) {
  .project-box .project-post {
    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,
  #map2 {
    height: 200px;
  }
}

#site-switcher {
  position: fixed;
  right: -204px;
  top: 240px;
  width: 240px;
  z-index: 999999;
  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;
}

#site-switcher.active {
  right: 0px;
}

#site-switcher a.open-switcher {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  background: #ffffff;
  text-align: center;
  line-height: 40px;
  color: #5B5B5B;
  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;
  box-shadow: 0 0 2px #999;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  -o-box-shadow: 0 0 2px #999;
}

.inner-switcher {
  margin-left: 40px;
  background: #fff;
  box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  -moz-box-shadow: 0 0 3px #999;
  -o-box-shadow: 0 0 3px #999;
  padding: 30px 30px;
}

.inner-switcher ul {
  margin: 0 0 30px;
  padding: 0;
}

.inner-switcher ul li {
  display: inline-block;
  margin-right: 5px;
}

.inner-switcher ul.layout-choose li {
  margin-right: 20px;
}

.inner-switcher ul.layout-choose li:last-child {
  margin-right: 0px;
}

.inner-switcher ul li a {
  display: inline-block;
  font-size: 12px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  line-height: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.inner-switcher ul li a:hover {
  color: #5B5B5B;
}

.inner-switcher ul li a span {
  display: block;
  float: left;
  margin-right: 7px;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  margin-top: 3px;
}

.inner-switcher ul li a.boxed span {
  border: 1px solid #999;
  border-left: 4px solid #999;
  border-right: 4px solid #999;
}

.inner-switcher h2 {
  color: #5B5B5B;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 14px;
}

ul.layout-color {
  margin-bottom: 0px;
}

ul.layout-color li {
  margin-bottom: 5px;
}

ul.layout-color li:nth-child(3n) {
  margin-right: 0;
}

ul.layout-color li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  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;
}

ul.layout-color li a.purple {
  background: #666666;
}

ul.layout-color li a.yellow {
  background: #666666;
}

ul.layout-color li a.blue {
  background: #666666;
}

ul.layout-color li a.orange {
  background: #f27835;
}

ul.layout-color li a.red {
  background: #fb2b2b;
}

ul.layout-color li a.green {
  background: #1bbc9b;
}

ul.layout-color li a.blue2 {
  background: #666666;
}

.blog-section .blog-box .single-post blockquote {    
    font-size: 13px;
    font-weight: bold;
   
}


/*---------------------------------------------------------------------*/
form.mura-form-builder {
    margin-bottom: 30px;
}

form.form-horizontal .mura-form-textfield,
.mura-master-email form.form-horizontal,
form.mura-form-builder .mura-form-textfield,
form.mura-form-builder .mura-form-textarea,
form.mura-form-builder .mura-form-dropdown,
form.mura-form-builder div {
    margin-bottom: 10px;
}

form.form-horizontal div.form-group input[type="text"],
form.form-horizontal div.form-group input[type="password"],
form.form-horizontal .mura-form-textfield input[type="text"],
form.form-horizontal .mura-form-textfield input[type="password"],
form.form-horizontal button,
form.mura-form-builder .mura-form-textfield input[type="text"],
form.mura-form-builder .mura-form-textarea textarea,
form.mura-form-builder .mura-form-dropdown select,
form#mura-comment-post-comment button,
select#mura-sort-direction-selector,
.mura-comment-more-comments-container a,
#mura-comment-post-comment-form a,
form.mura-form-builder input[type="submit"] {
    border: 1px solid #dedede;
    border-radius: 0px;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 10px 8px;    
}

form.form-horizontal button,
#mura-comment-post-comment-form a,
.mura-comment-more-comments-container a,
form#mura-comment-post-comment button,
form.mura-form-builder input[type="submit"] {
    padding: 10px 24px;
    background: #666666;
    color: #ffffff;
    margin-bottom: 10px;
    border: 1px solid;
}

form.form-horizontal .form-group input[type="text"],
form.form-horizontal .form-group input[type="password"],
form.form-horizontal .mura-form-textfield input[type="text"],
form.form-horizontal .mura-form-textfield input[type="password"],
form.mura-form-builder .mura-form-textfield input[type="text"],
form.mura-form-builder .mura-form-dropdown select,
form.mura-form-builder input[type="submit"] {
    height: 42px;
}

form.form-horizontal div.form-group input[type="text"]:focus,
form.form-horizontal div.form-group input[type="password"]:focus,
form.form-horizontal .mura-form-textfield input[type="text"]:focus,
form.form-horizontal .mura-form-textfield input[type="password"]:focus,
select#mura-sort-direction-selector:focus,
form.mura-form-builder .mura-form-textfield input[type="text"]:focus,
form.mura-form-builder .mura-form-textarea textarea:focus,
form.mura-form-builder .mura-form-dropdown select:focus {
    border: 1px solid #666666;
}

form.form-horizontal .checkbox {
  padding: 8px 21px;
}

/*-----------------------------Height of grey breadcrumb bar----------------------------------------*/

section .banner {
    padding: 40px 0px;
}

.page-banner-section {
  margin-bottom: 40px;
}

.table-responsive .table thead th {
    background: #666666;
}

ul.pagination-list li a {
    border: 0px;
}

#map2 {
  margin-bottom: 60px;
}

/*------------------------------ search ---------------------------------*/

.mura-search-results .moreResults {
    border: 1px solid #dedede;
    background: #666666;    
}

.mura-search-results .moreResults p, .mura-search-results .moreResults ul {
    color: #ffffff;
}

.input-group-btn button {
    box-shadow: none;
    background: #666666;
    border-radius: 0px;
    color: #ffffff;
    font-size: 16px;
    height: 42px;
    font-family: 'Open Sans', sans-serif;
    border: 0px;
}

#txtKeywords {
    border: 1px solid #dedede;
    border-radius: 0px;
    font-size: 16px;
    height: 42px;
    color: #5B5B5B;
    font-family: 'Open Sans', sans-serif;
}

.projects-section .project-title {
    padding-top: 60px;
}

.news-section  .news-title {
    padding-top: 60px;
}

/*-------------------- nav list --------------------*/


ul.side-navigation-list li a.active,
ul.nav li a.active {
    color: #666666;
}

#navStandard > ul.side-navigation-list li.active a.active,
nav.side-navigation ul.nav-list li a.active {
    background: #666666;
}

nav.side-navigation ul.nav-list {
  margin-bottom: 30px;
}

nav.side-navigation ul.side-navigation-list li.active ul.nav-list li a {
  text-align: right;
}

.navbar-default .navbar-nav > .active > a {
  color: #996699;
}

a {
	color: #996699;
	/* text-decoration: underline; */
}

a.hover {
	color: #666666;
	text-transform: uppercase;
}

li {
	font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;

  color: #5B5B5B;
	list-style-image: url(http://osb.mx/default/assets/image/green-bullet.png);
}

li .a {
	color: #996699;
	list-style-image: url(http://osb.mx/default/assets/image/green-bullet.png);
}

li .a:hover {
	color: #5B5B5B;
	list-style-image: url(http://osb.mx/default/assets/image/green-bullet.png);
}

h3 {
  color: #5B5B5B;
  font-size: 20px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  margin: 0 0 18px;
  font-style: normal;
}

h4 {
  color: #666666;
  font-size: 20px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 18px;
  font-style: normal;
}

p.indented {
	text-indent:1em;
	}
	
blockquote.pull-quote {
	width:40%;
	float:left;
	border-left:3px solid #666666;
	padding:0 0 0 .7em;
	}

p.intro-paragraph {
	text-align:center;
	font-size:29px;
	line-height:39px;
	padding:1em 1em 1em 1em;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:35px 0px 34.8px 0px;
	width:100%;
	}
	
span.dropcap {
	float:left;
	color:#5B5B5B;
	font-size:95px;
	line-height:60px;
	padding-top:12px;
	padding-right:12px;
	padding-left:3px;
	font-family:"open-sans";
	font-weight:700;
	font-style:normal;
	}