/*************************************************
Theme Name: Straight
Theme URI: http://weblusive-themes.com/straight
Description: A fully responsive ultra-customizable Worpdress theme.
Author: WPBox & Weblusive
Author URI: http://www.weblusive.com/
Version: 1.0
License: See on zip package
License URI: See on zip package
Tags: dark, light
*************************************************/


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

 1.Isotope
 2.General
 3.Header
 4.Content home page1
 5.Footer
 6.About page
 7.Portfolio page 3,4 Column
 8.Contact-page
 9.home page 2
 10.home page 3
 11.Blog
 12.Sidebar
 13.Single-post
 14.Single-work
-------------------------------------------------*/


/*-------------------------------------------------------*/
/* 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;
}

/*-------------------------------------------------*/
/* 2 General
/*-------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, blockquote, img {
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
img {border:none}
ol, ul {
	list-style: none;
	margin: 0;
}


h1 {
  font-size: 2.5em; /* 30px */
  line-height: 1.266em; /* 38px/30px */
  letter-spacing: -0.02em;
}

h2 {
  font-size: 1.666em; /* 20px */
  line-height: 1.3em; /* 26px/20px */
  letter-spacing: -0.02em;
}

h3 {
  font-weight: bold;
  font-size: 1.333em; /* 16px */
  line-height: 1.375em; /* 22px/16px */
}

h4 {
  font-size: 1.166em; /* 14px */
  line-height: 1.285em; /* 18px/14px */
}

h5 {
  font-size: 1.083em; /* 13px */
  line-height: 1.538em; /* 20px/13px */
  font-weight: bold;
}

h6 {
  font-size: 1em; /* 12px */
  line-height: 1.5em; /* 18px */
  font-weight: bold;
}


body {
	background: url('images/background.jpg');
}

h3.special-title{
	color: #000;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-bottom: 16px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 17px;
}
a {outline:none}
#container.boxed-style {
	max-width: 1230px;
	margin: 50px auto;
	overflow: hidden;
	position: relative;
	background: #fff;
}

#container {
	max-width: 100%;
	margin: 0;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.content {margin-top:26px}
/*-------------------------------------------------*/
/* 3 Header
/*-------------------------------------------------*/
.topbar {background:#fff; padding:10px 0px}
.topbar-inner{width:1170px; margin:0px auto; max-width:100%;}
.navbar-fixed-top {
	position: relative;
	/*z-index: 9999999;*/
}


.navbar-fixed-top .navbar-inner {
	background: #D1252A;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	min-height:90px;
}

.navbar .logo a.brand {
	padding: 27px 0 20px;
	margin: 0;
	font-size:42px;
	color:#fff;
	font-family:'open sans';
}

.navbar-shortcode .navbar-inner{ min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.nav-collapse {
	float: right;
	margin-top: 20px;
}

.nav-collapse .nav > li > a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px 19px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-o-border-radius: 24px;
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;
}

.nav-collapse .nav > li.drop > a {
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	-o-border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	-o-border-bottom-right-radius: 0px;
}

.nav-collapse .nav > li.drop:hover > a {
	color: #000;
	background: #fff;
}

.nav-collapse .nav > li {
	position: relative;
}

.nav-collapse .nav > li > a:hover {
	color: #000;
	background: #fff;
}

.dropdown {
	position: absolute;
	padding: 1px;
	left: 0;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	min-width: 150px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

.nav-collapse .nav > li.drop:hover .dropdown {
	visibility: visible;
	opacity: 1;
}

.dropdown li {
	border-top: 1px solid #e7e7e7;
}

.dropdown li:first-child {
	border-top: none;
}

.dropdown li a {
	display: block;
	text-decoration: none;
	color: #585858;
	font-size: 13px;
	padding: 7px 14px;
	font-family: 'Open Sans', sans-serif;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

.dropdown li a:hover {
	color: #fff;
	background: #02ab68;
}

/*-------------------------------------------------*/
/* 4 Content home page1
/*-------------------------------------------------*/
.content > .container {min-height:300px}
.services {
	text-align: center;
	margin-bottom: 20px;
}

.services a {
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px solid #e3e3e3;
	width: 92px;
	height: 92px;
	text-align: center;
	padding: 0;
	margin-bottom: 26px;
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;
}

.services i {font-size:48px; color:#aaa; line-height:92px; display:block !Important}

.services a:hover {
	border: 1px solid #02ab68;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	text-decoration:none;
	background:#02ab68;
}
.services a:hover  i {color:#fff}

.services a.responsive {
	background: #fff url('images/responsive.png') center center no-repeat;
}

.services a.support {
	background: #fff url('images/support.png') center center no-repeat;
}

.services a.builder {
	background: #fff url('images/services.png') center center no-repeat;
}

.services a.customizable {
	background: #fff url('images/customizable.png') center center no-repeat;
}

.services a.responsive:hover {
	background: #02ab68 url('images/responsive1.png') center center no-repeat;
}

.services a.support:hover {
	background: #02ab68 url('images/support1.png') center center no-repeat;
}

.services a.builder:hover {
	background: #02ab68 url('images/services1.png') center center no-repeat;
}

.services a.customizable:hover {
	background: #02ab68 url('images/customizable-hover.png') center center no-repeat;
}

.services h2 {
	color: #000;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: inherit;
	margin-bottom: 20px;
}

.services h2 span {
	color: #000;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: inherit;
	margin-bottom: 30px;
}

.recent-projects > h2,
.team > h2,
.contact-page > h2,
.blog > h2, h2.heading, h2.top-title,
.single-work > h2 {
	color: #000;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 23px;
}

.recent-projects > h2 span,
 h2.heading span,
.team > h2 span,
.contact-page > h2 span,
.blog > h2 span, h2.top-title span,
.single-work > h2 span {
	display: inline-block;
	padding-bottom: 18px;
	border-bottom: 6px solid #02ab68;
	margin-bottom: -1px;
}

.project-post {
	position: relative;
	overflow: hidden;
	margin-bottom: 22px;
}

.project-post img {
	width: 100%;
}
.projects-container .project-post{max-width:270px; margin-right:30px}
.projects-container.column-three .project-post {
	max-width: 370px;
}
.projects-container {width:1200px}
.project-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(2,171,104,0.9);
	background: rgb(2,171,104)\0/;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
}

.project-content h2 {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	line-height: inherit;
	margin-bottom: 10px;
	margin-top: -50px;
	transition: all 0.17s linear;
	-moz-transition: all 0.17s linear;
	-webkit-transition: all 0.17s linear;
	-o-transition: all 0.17s linear;
}

.project-content p {
	color: #fff;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 18px;
	margin-bottom: 10px;
	padding: 0 15px;
	max-height: 54px;
	overflow: hidden;
	opacity: 0;
	transition: all 0.22s linear;
	-moz-transition: all 0.22s linear;
	-webkit-transition: all 0.22s linear;
	-o-transition: all 0.22s linear;
}

.project-content .btn-icon {
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.project-post:hover .project-content {
	visibility: visible;
	opacity: 1;
}

.project-post:hover .project-content h2 {
	margin-top: 20px;
}

.project-post:hover .project-content p {
	opacity: 1;
}

.project-post:hover .btn-icon {
	bottom: 18px;
}

#next-project,
#prev-project, .next-project, .prev-project {
	display: inline-block;
	position: absolute;
	width: 9px;
	height: 18px;
	top: -58px;
}

#myCarousel, .customcarousel {
	position: relative;
}

#next-project , .next-project{
	right: 0;
	background: url('images/next.png') center center no-repeat;
}

#prev-project, .prev-project {
	right: 28px;
	background: url('images/prev.png') center center no-repeat;
}

.team-member {
	margin-bottom: 30px;
	overflow: hidden;
}

.team-member h3 {
	text-align: center;
	padding: 20px 10px;
	line-height: inherit;
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	background: #02ab68;
	position: relative;
}

.team-member h3:after {
	position: absolute;
	content: '';
	width: 0;
	left: 0;
	border: 18px solid #02ab68;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	bottom: -36px;
	left: 50%;
	margin-left: -18px;
}

.team-member img {
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

.team-member:hover img {
	transform:scale(1.5) rotate(360deg);
	-webkit-transform:scale(1.5) rotate(360deg);
	-moz-transform:scale(1.5) rotate(360deg);
	-o-transform:scale(1.5) rotate(360deg);
	-ms-transform:scale(1.5) rotate(360deg);
}

.team-member div {
	position: relative;
	overflow: hidden;
	background: #2b2b2b;
	margin-top: -5px;
	padding: 12px 14px;
}

.team-member div:after {
	position: absolute;
	content: '';
	width: 32px;
	height: 61px;
	left: 124px;
	top: 0;
	background: url('images/big-arrow.png') center center no-repeat;
}

.team-member div span {
	display: inline-block;
	float: left;
	margin-top: 9px;
	color: #b0b0b0;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

ul.social-network {
	margin: 0;
	padding: 0;
	float: right;
}

ul.social-network li {
	display: inline-block;
	float: left\0/;
	margin-left: 8px;
}

ul.social-network li:first-child {
	margin-left: 0px;
}

ul.social-network li a {
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	margin-bottom: -6px;
	text-decoration:none;
	background:#666;
	text-align:center;
	position:relative;
}
ul.social-network li i {font-size:20px; color:#f8f8f8; text-shadow:#333 0px 1px 1px; margin-top:10px; position:absolute; left:50%; margin-left:-8px; top:0; width:16px; text-align:center}

ul.social-network li a:hover {
	opacity: 0.8;
}


.quote blockquote {
	padding: 22px 192px 23px 20px;
	background: #02ab68;
	line-height: 24px;
	font-weight: 300;
	overflow: hidden;
	margin-bottom: 32px;
	position: relative;
}

.quote blockquote span {
	font-weight: 600;
}

.quote blockquote img {
	float: left;
	margin-right: 24px;
	margin-top: 7px;
}

.quote blockquote p {
	margin-top: 10px;
	color: #fff;
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
}

.quote blockquote a {
	position: absolute;
	top: 22px;
	right: 22px;
	display: inline-block;
	padding: 12px 30px;
	background: #2b2b2b;
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 8px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.quote blockquote a:hover {
	opacity: 0.8;
}
.promo-box i {
font-size: 40px;
color: #fff;
float: left;
display: block;
margin: 4px 20px 0px 0px;
}
/*-------------------------------------------------*/
/* 5 Footer
/*-------------------------------------------------*/

footer {
	background: #1d2325;
}

.footer-widget {
	padding: 35px 0 5px 0
}

.footer-widget .widget{
	margin-bottom: 20px;
}

.footer-widget h3 {
	color: #fff;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 27px;
	border-bottom: 1px solid #010202;
	padding-bottom:10px;
	position:relative;
}

.footer-widget h3 span {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 5px solid #02ab68;
	margin-bottom: -1px;
	width:70px;
	position:absolute;
	left:0;
	bottom:0;
}

.footer-widget li, .footer-widget {
	color: #fff;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;

	margin-bottom: 15px;
}

.post-widget .media-heading{margin-bottom:0}

.tweet-widget p {
	margin-bottom: 0;
}

.tweet-widget div span {
	display: block;
	color: #fff;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 17px;
}

.tweet-widget div {
	margin-bottom: 15px;
}

.tweet-widget p a {
	color: #3bbbf1;
}

.flickr-widget ul {
	margin: 0;
	padding: 0;
}

.flickr-widget ul li {
	display: inline-block;
	margin-bottom: 6px;
	margin-right: 5px;
}

.flickr-widget ul li a {
	position: relative;
	display: inline-block;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.flickr-widget ul li img {width:62px; height:51px}

.flickr-widget ul li a:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 6px solid #20272b;
}

.flickr-widget ul li a:hover:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 6px solid #02ab68;
}

.flickr-widget ul li a:hover {
	opacity: 0.8;
}

.last-line {
	padding: 14px 0;
	background: #02ab68;
}

.last-line p {
	color: #fff;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	margin-top: 12px;
	float: left;
}

.right-social {
	text-align: right;
}

.right-social a.go-to-top {
	display: inline-block;
	float: right;
	width: 52px;
	height: 52px;
	margin-left: 20px;
	background: #01673e url('images/go-top.png') center center no-repeat;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

.right-social a.go-to-top:hover {
	opacity: 0.7;
}

.social-list {
	margin: 0;
	padding: 0;
	padding-top: 9px;
}

.social-list li {
	display: inline-block;
	margin-left: 3px;
}

.social-list li a {
	display: inline-block;
	width: 32px;
	height: 32px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	background:#666;
	text-decoration:none;
	text-align:center;
}
.social-list li i {color:#ccc; font-size:16px; line-height:32px; display:block;}

.social-list li a:hover {
	opacity: 0.7;
}

.social-list li a.fb {
	background: url('images/socio1.png') center center no-repeat;
}

.social-list li a.twitter {
	background: url('images/socio2.png') center center no-repeat;
}

.social-list li a.in {
	background: url('images/socio3.png') center center no-repeat;
}

.social-list li a.flickr {
	background: url('images/socio4.png') center center no-repeat;
}
.twitter-item {margin-bottom:10px}
.twitter-item  i {margin-right:6px}
.twitter-item  abbr {color:#ddd}
.twitter-title {color:#fff}
/*-------------------------------------------------*/
/* 6 About page
/*-------------------------------------------------*/

#banner {
	/*margin-top: 90px;*/
	padding: 40px 0;
	background: url('images/banner.jpg');
	/*margin-bottom: 26px;*/
	min-height: 92px;
}

#banner p {
	color: #fff;
	font-size: 29px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 33px;
	padding: 10px 130px;
	max-height: 62px;
	overflow: hidden;
}

#banner p span {
	font-weight: 600;
	background: none;
}

/*-------------------------------------------------*/
/* 7. Portfolio page 3,4 Column
/*-------------------------------------------------*/

.filter-items {
	margin-bottom: 23px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}

.filter-items li {
	float: left;
	margin-left: 25px;
}

.filter-items li:first-child {
	margin-left: 0px;
}

.filter-items li a {
	display: inline-block;
	color: #000;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-bottom: 18px;
	border-bottom: 6px solid transparent;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

.filter-items a.active,
.filter-items li a:hover {
	color: #02ab68;
	border-bottom: 6px solid #02ab68;
}

.pagination-list {
	overflow: hidden;
	margin-bottom: 30px;
}

.pagination-list li {
	float: left;
	margin-right: 6px;
}

.pagination-list li a {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	padding: 7px 12px;
	text-decoration: none;
	background: #74777b;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

.pagination-list li a:hover, .pagination-list li.current a {
	background: #02ab68;
}
.pagination-list li.current a {color:#fff}
.project-content a.btn-icon{text-decoration:none; position:absolute; display:block; background:url('images/pbutton_bg.png') no-repeat; left:50%; margin-left:-20px; bottom:0px; width:41px; height:41px; text-align:center}
.project-content i {font-size:17px; font-weight:normal; display:block !important; line-height:38px; color:#fff}
/*-------------------------------------------------*/
/* 8 Contact page
/*-------------------------------------------------*/

#map {
	width: 100%;
	height: 380px;
	margin-bottom: 30px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}

.vcard li{
	color: #585858;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 21px;
	margin-bottom: 6px;
}
.vcard i {font-size:18px; margin-right:10px; color:#333}
.vcard li a {
	color: #585858;
	text-decoration: underline;
}

#contact-form,
#contact-form2 {
	padding-bottom: 50px;
	margin-bottom: 28px;
}

#contact-form input[type="text"],
#contact-form textarea,
#contact-form2 input[type="text"],
#contact-form2 textarea {
	color: #737373;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #cecece;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	width: 90%;
	padding: 9px 5%;
	margin: 0;
	margin-bottom: 10px;
}

#contact-form textarea,
#contact-form2 textarea {
	display: block;
	width: 97%;
	height: 77px;
	padding: 9px 1.5%;
	margin-bottom: 18px;
}

#contact-form input[type="submit"],
#contact-form2 input[type="submit"] {
	display: inline-block;
	float: right;
	color: #fdfdfd;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	padding: 15px 20px;
	background: #02ab68;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	border: none;
}

#contact-form input[type="submit"]:hover,
#contact-form2 input[type="submit"]:hover {
	opacity: 0.8;
}

#contact-form #status {

	height:30px;
	font-size:12px;
	marign-bottom:10px;
}

#contact-form .message.error, .errorarr, label.error {
	color:#eb2c06;
	display:inline;
}

#contact-form  .success {
	color:#02ab68;
}


/* Contact Us Widget */
#contactFormWidget input[type="text"],
#contactFormWidget textarea {
  float: left;
  font-size: 0.846em;
  padding: 10px;
  background: #888;
  background: rgba(0,0,0,0.5);
  color: #fff;
  width: 85%;
  margin-bottom: 11px;
  border: none;
}

#contactFormWidget input[type="text"] {
  float: right;
}

#contactFormWidget input[type="text"]:first-child {
  float: left;
}

#contactFormWidget textarea {
  width: 93%;
  max-width: 100%;
  height: 80px;
  min-height: 80px;
  float:none;
}

#contactFormWidget input[type="submit"] {
  float: right;
  position: relative;
  margin: 0;
}

#contactFormWidget input[type="submit"]:hover {
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter:alpha(opacity=80);
}
.widgetinfo {color:#02ab68; font-size:12px; text-transform:uppercase; text-shadow:0px 1px 1px #000; margin-top:-24px}
.widgetinfo i{color:#02ab68; margin-right:6px}
.contact-page h3,
.comments-section h2,
.leave-comment h2 {
	color: #000;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-bottom: 16px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 17px;
}
/*-------------------------------------------------*/
/* 9 home page 2
/*-------------------------------------------------*/

.services-home2 article {
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 7px;
}

.services-home2 i {
	float: left;
	margin: 0px 18px 6px 0;
	display:block;
	font-size:44px;
	color:#02ab68;
}

.services-home2 article h3 {
	color: #464646;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: inherit;
	text-transform: uppercase;
	margin: 0;
	margin-top: -3px;
}

.services-home2 article span {
	color: #3c3c3c;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	display: block;
	line-height: 15px;
	margin: 0;
}

.services-home2 p {
	color: #797979;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	margin-bottom: 40px;
}

.testimonial {
	position: relative;
	margin-bottom: 30px;
}

.testimonial > a {
	position: absolute;
	width: 33px;
	height: 33px;
	top: -66px;
	border: 1px solid #696969;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

.testimonial > a:hover {
	opacity: 0.7;
}

.testimonial > a#next-testimonial {
	right: 0;
	background: #4c4c4c url('images/next-testim.png') center center no-repeat;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-o-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-o-border-bottom-right-radius: 3px;
}

.testimonial > a#prev-testimonial {
	right: 40px;
	background: #4c4c4c url('images/prev-testim.png') center center no-repeat;
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-o-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-o-border-bottom-left-radius: 3px;
}

.testimonial h2 {
	color: #000;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 35px;
	margin-top: 10px;
}

.testimonial ul {
	padding: 23px 21px;
	background: #f1f1f1;
	border: 1px solid #e8e8e8;
}

.testimonial ul li blockquote {
	color: #6d6d6d;
	font-size: 16px;
	font-family: georgia;
	line-height: 23px;
	font-style: italic;
	margin-bottom: 14px;
}

.testimonial ul li h4 {
	color: #484848;
	font-size: 17px;
	font-family: georgia;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	margin-bottom: 2px;
}

.testimonial ul li span {
	color: #02ab68;
	font-size: 11px;
	font-family: georgia;
	font-style: italic;
	margin: 0;
}

ul.tab-list {
	overflow: hidden;
}

ul.tab-list li {
	float: left;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	margin-left: 6px;
	margin-left: 4px\0/;
}

.tab-list li:first-child{
	margin-left: 0;
}

.tab-list li a {
	display: inline-block;
	font-size: 13px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	color: #000;
	background: #eaeaea;
	text-transform: uppercase;
	padding: 24px 41px;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}
.widget-tabs .tab-list li a {padding:10px 14px}
time i.icon-calendar {color:#666; margin-right:6px}
.tab-list li a:hover {
	text-decoration: none;
	background: #02ab68;
	color: #fff;
}

.ui-state-active a {
	background: #02ab68 !important;
	color: #fff !important;
	outline: none !important;
	text-decoration: none !important;
}


.tab-content {
	padding: 18px 20px;
	margin-bottom: 30px;
	border: 1px solid #eaeaea;
}

.tab-content p {
	color: #646464;
	font-size: 13px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 20px;
}

.accordion h2, .toggle-trigger {
	color: #000;
	font-size: 13px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 23px 22px;
	background: #eaeaea url('images/open.png') 95% center no-repeat;
	margin-top: 1px;
	cursor: pointer;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

.accordion h2:first-child {
	margin-top: 0px;
}

.accordion h2.active, .toggle-trigger.open {
	color: #fff;
	background: #02ab68 url('images/close.png') 95% center no-repeat;
}

.accordion div, .toggle-container {
	padding: 12px 22px;
	border: 1px solid #e8e8e8;
	border-top: none;
}

.accordion div.active {
	display: block;
}

.accordion div p {
	color: #646464;
	font-size: 13px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 20px;
	margin: 0;
}

.accordion div p span {
	color: #000;
	font-weight: bold;
}

.toggle-trigger {display:block; text-decoration:none}
.toggle-trigger:hover {color:#fff; text-decoration:none}
/*-------------------------------------------------*/
/* 10 home page 3
/*-------------------------------------------------*/

.services-home3 h3 {
	color: #797979;
	font-size: 15px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 12px;
}

.services-home3 img {
	margin-right: 15px;
	margin-bottom: -5px;
}

.services-home3 p {
	color: #797979;
	font-size: 12px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 18px;
	margin-bottom: 30px;
}

.tabb-accord .recent-projects > h2 span {
	padding-bottom: 15px;
}

.tabb-accord .recent-projects > h2 {
	margin-bottom: 20px;
}

.tabb-accord .recent-projects > h2 {
	margin-bottom: 20px;
}

.tabb-accord .recent-projects .project-post img {
	max-height: 245px;
}

/*-------------------------------------------------*/
/* 11 Blog
/*-------------------------------------------------*/

.blog-post {
	position: relative;
	margin-bottom: 25px;
}

.blog-post:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: url('images/blog-backline.png');
}

.blog-post .post-date {
	position: absolute;
	background: #02ab68 url('images/calendar.png') center 13px no-repeat;
	top: 0;
	left: 0;
	width: 65px;
	padding: 42px 0 12px;
	text-align: center;
	border-right: 6px solid #fff;
	border-bottom: 6px solid #fff;
	z-index: 2;
}

.blog-post .post-date span {
	display: block;
	color: #fbfbfb;
	font-size: 13px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	line-height: 14px;
}

.blog-post .post-content img {

	margin-bottom: 20px !important;
}

.blog-post .post-content h1 {
	color: #1b1b1b;
	font-size: 22px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	margin: 0;
	margin-bottom: 7px;
}

.blog-post .post-content h1 a {
	color: #1b1b1b;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

.blog-post .post-content h1 a:hover {
	color: #02ab68;
}

.blog-post .post-content p {
	color: #585858;
	font-size: 14px;
	font-family: 'Noto Sans', sans-serif;
	margin: 0;
	margin-bottom: 20px;
	line-height: 21px;
}

.blog-tags {
	display: inline-block;
	background: #02ab68;
	padding: 19px 60px 19px 23px;
	position: relative;
	margin-bottom: 36px;
}

.blog-tags ul li {
	display: inline-block;
	margin-left: 9px;
}

.blog-tags ul li:first-child {
	margin-left: 0px;
}

.blog-tags ul li:before {
	content: '/';
	color: #000;
	opacity:0.4;
	font-size: 12px;
	font-family: 'Noto Sans', sans-serif;
	margin-right: 12px;
}

.blog-tags ul li a {
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	font-family: 'Noto Sans', sans-serif;
	font-style: italic;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

.blog-tags ul li a:hover {
	opacity: 0.7;
}

.blog-tags a.read-more {
	position: absolute;
	width: 32px;
	height: 41px;
	top: 9px;
	right: 9px;
	background: #000 url('images/blog-arrow.png') center center no-repeat;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

.blog-tags a.read-more:hover {
	opacity: 0.7;
	background: #000 url('images/blog-arrow.png') 12px center no-repeat;
}

.blog-post iframe {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}

.pagination-list.blog-pagination a {
	border-radius: 3px;
	-wekit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background: #f3f3f3;
	color: #000;
}

.pagination-list.blog-pagination a:hover {
	color: #fff;
}

/*-------------------------------------------------*/
/* 12 Sidebar
/*-------------------------------------------------*/

#sidebar .widget > div {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #dedede;
}

#sidebar .widget h3 {
	color: #585858;
	font-size: 17px;
	font-family: 'Noto Sans', sans-serif;
	margin-bottom: 14px;
	font-weight: 700;
}
.widget-container li {line-height:24px}
.widget-container li  a{/*color:#353535*/}


#wp-calendar{border:solid 1px #dfdfdf; width:100%}
#wp-calendar td {padding:8px; border-bottom:solid 1px #ededed}
#wp-calendar tbody td {border-left:solid 1px #ededed; text-align:center}
#wp-calendar th{padding:4px; background:#333; color:#fff}
#wp-calendar caption {background:#02ab68; padding:4px; color:#fff}

#search-bar {
	margin: 0;
	position: relative;
}

#search-bar input[type="text"] {
	color: #f1f1f1;
	font-size: 12px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 300;
	width: 100%;
	background: #353535;
	padding: 7px 0;
	text-indent: 8px;
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border-radius: 4px;
	-wekit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

#search-bar input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0;
	width: 38px;
	height: 34px;
	border-top-right-radius: 4px;
	-wekit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-wekit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	border: none;
	background: #02ab68 url('images/zoom-search.png') center center no-repeat;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

#search-bar input[type="submit"]:hover {
	opacity: 0.7;
}

.recent-post-item {
	overflow: hidden;
	margin-bottom: 18px;
}

.recent-post-item img {
	float: left;
	margin-right: 10px;
}

.recent-post-item p {
	color: #353535;
	font-size: 13px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 18px;
}

.recent-post-item p a {
	color: #353535;
}

.tagcloud li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 7px;
}

.tagcloud li a {
	display: inline-block;
	position: relative;
	background: #353535;
	color: #fff;
	font-size: 13px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 300;
	padding: 6px 9px;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

.tagtagcloud li a span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #02ab68;
	color: #fff;
	font-size: 13px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 300;
	padding: 6px 9px 6px 9px;
	z-index: 2;
}

.tagtagcloud li a:hover {
	opacity: 0.7;
}

.tweet-widget .tweet-list li {
	margin-bottom: 10px;
}

.tweet-widget .tweet-list li p {
	color: #353535;
	font-size: 13px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 17px;
}

.tweet-widget .tweet-list li p a {
	color: #34a6fe;
}

.tweet-widget .tweet-list li span {
	display: block;
	color: #b0b0b0;
	font-size: 13px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 17px;
}

.sidebar .text-widget p {
	color: #585858;
	font-size: 13px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 20px;
}

/*-------------------------------------------------*/
/* 13 Single-post
/*-------------------------------------------------*/

.single-post .blog-tags {
	padding: 19px 23px;
}

.comments-section h2,
.leave-comment h2 {
	padding-bottom: 0;
	border-bottom: none;
}

.comments-section {
	margin-bottom: 10px;
}

.comment-content {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}
.comment-item { border-top: 1px dotted #e5e5e5;list-style: none outside none; margin: 10px 0 0; padding: 10px 0 0;float:left;}
.comment-item:first-child { border-top: none;  margin-top: 0; padding-top: 0;}
.comment-item .children { margin: 0; padding: 10px 0 0 72px; position: relative;float:left;}
.comment-item .children .comment-item { position: relative;}
.comment-content div{float:left; overflow:hidden}
.comment-list >li > .comment-content{margin-left:0}
.comment-item img {
	float: left;
	margin-right: 10px;
}
.comment-item .children .children .comment-content div {max-width:500px}
.comment-item .children .children .children .comment-content div {max-width:400px}
.comment-item div h3 {
	color: #000;
	font-size: 14px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 15px;
	margin: 0;
}

.comment-item div h3 span.time {
	font-size: 11px;
}

.comment-item div p {
	color: #7b7b7b;
	font-size: 13px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 16px;
	margin: 0;
}

a.comment-reply-link{
	display: inline-block;
	margin-top: 3px;
	color: #fff;
	font-size: 11px;
	font-family: 'Noto Sans', sans-serif;
	padding: 3px 8px;
	background: #02ab68;
	text-decoration: none;
	border-radius: 3px;
	-wekit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

a.comment-reply-link{
	opacity: 0.8;
}

/*-------------------------------------------------*/
/* 14 Single-work
/*-------------------------------------------------*/

.single-work .blog-post {
	padding-bottom: 10px;
}

.what-we-do-widget ul {
	margin: 0;
}

.what-we-do-widget ul li {
	padding-left: 20px;
	background: url('images/list-style.png') 3px center no-repeat;
	margin-bottom: 10px;
}

.what-we-do-widget ul li a {
	display: inline-block;
	color: #2b2b2b;
	font-size: 13px;
	font-family: 'Noto Sans', sans-serif;
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

.what-we-do-widget ul li a:hover {
	color: #02ab68;
}

.visit-project {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-style: italic;
	font-family: 'Noto Sans', sans-serif;
	padding: 8px 18px;
	background: #02ab68;
	cursor: pointer;
	margin-bottom: 30px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

.visit-project:hover {
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}
#map_canvas{width:100%; height:450px;}



/* Email newsletter plugin **/
.eemail_caption{line-height:20px}
.eemail_textbox, .eemail_button{float:left !important; margin-top:10px !Important}
.eemail_textbox{width:170px}
.eemail_button{width:89px}
.eemail_textbox_button{width:auto !Important; border:none; cursor: pointer; font-family: inherit; font-weight: 300; line-height: 1; margin: 0 0 1.25em; position: relative;  text-decoration: none;  text-align: center;
  display: block;  padding-top: 0.75em;  padding-right: 1em;  padding-bottom: 0.7em;  padding-left: 1em;  font-size: 1em;  background-color: #f2c025; color: white; }


.alignleft {
  float: left;
}

img.alignleft {
  margin: 5px 20px 5px 0;
}

.alignright {
  float: right;
}

img.alignright {
  margin: 5px 0 5px 20px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.aligncenter {
  margin-top: 5px;
  margin-bottom: 5px;
}
.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.warning, .hint {/*background:#b94a48; color:#fff; text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25); padding:8px 12px; display:inline-block; margin:20px 0px*/}
.hint {background:#b94a48;}
.warning i {margin-right:10px}
.clear {clear:both}

#breadcrumbs, .woocommerce-breadcrumb {float: right; }
#breadcrumbs ul, .woocommerce-breadcrumb ul {margin: 0; }
#breadcrumbs li, .woocommerce-breadcrumb li{display: inline; font-size:inherit; color:#666}
#breadcrumbs a, .woocommerce-breadcrumb a {margin: 0 6px;color: #02ab68;}
#breadcrumbs a:hover, .woocommerce-breadcrumb a:hover{color: #02ab68 !important;}
#breadcrumbs li:last-child, .woocommerce-breadcrumb li:last-child{margin-left: 6px;}
#breadcrumbs li:first-child{margin-left:0}
h2.heading {float:left; margin-bottom:0; border:none}
hr.toppage-divider{margin-top:0px}
.btn i, .heading i {margin-right:4px !Important}
.btn.square {border-radius:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important}
.heading i {font-size:20px; color:#333}
.modal-header h3 {border-bottom:none; padding-bottom:0}
.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-caret-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}

.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

  /******************************************/

/* Pricing Tables */
.pricing-table {
border: solid 1px #dddddd;
margin-left: 0;
margin-bottom: 1.25em; }
.pricing-table * {
list-style: none;
line-height: 1; }
.pricing-table .title {
background-color: #dddddd;
padding: 0.9375em 1.25em;
text-align: center;
color: #333333;
font-weight: bold;
font-size: 1em; }
.pricing-table .price {
background-color: #eeeeee;
padding: 0.9375em 1.25em;
text-align: center;
color: #333333;
font-weight: normal;
font-size: 1.25em; }
.pricing-table .description {
background-color: white;
padding: 0.9375em;
text-align: center;
color: #777777;
font-size: 0.75em;
font-weight: normal;
line-height: 1.4;
border-bottom: dotted 1px #dddddd; }
.pricing-table .bullet-item {
background-color: white;
padding: 0.9375em;
text-align: center;
color: #333333;
font-size: 0.875em;
font-weight: normal;
border-bottom: dotted 1px #dddddd; }
.pricing-table .cta-button {
background-color: whitesmoke;
text-align: center;
padding: 1.25em 1.25em; }

/* ====================== 404 (Page not found) ===================== */

.notfound {background:url('images/404.png') no-repeat top center; height:119px}
.lost {background:url('images/404_text.png') no-repeat top center; height:40px}
.notfound_description{margin:10px 0px; text-align:center}
.notfound_description a {margin:20px 0px}
.error-content {text-align:center}

/* ======================== Under Construction ===================== */

#uc-content{text-align:center; padding:100px 0px}
.uc-text{margin:30px 0px}
.uc-maintitle {color:#1b1b1b; font-size:30px; text-align:center}
div#clock { color: #585858; margin: 20px auto;overflow: hidden; text-align: center; }
div#clock p {padding:10px; border:1px solid #e5e5e5;}
div#clock p span { display: block; font-size: 40px; font-weight:700; letter-spacing:-1px; padding: 5px 0 0; margin:20px 0 30px 0px  }
#uc-content .progress {height:30px}
#uc-content .progress i{font-size:20px; display:block; margin:4px 0 0 -10px}
#clock .row-fluid div:first-child {margin-left:7.4%}

.demo-columns div div{background:#f8f8f8; border:solid 1px #bbb;}
.demo-columns div div p {padding:20px}

.text-center, .text-center td {text-align:center}
.nav-arrows span.nav-arrow-prev{text-decoration:none}
.top-spacing {margin-top:40px}
h4.media-heading{font-size:13px}
.promo-box blockquote, .sl-content blockquote{border-left:none}
