/* *********************************
 * ICONS
 * ********************************* */

@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot?89747708');
  src: url('../fonts/icons.eot?89747708#iefix') format('embedded-opentype'),
       url('../fonts/icons.woff?89747708') format('woff'),
       url('../fonts/icons.ttf?89747708') format('truetype'),
       url('../fonts/icons.svg?89747708#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?34768726#icons') format('svg');
  }
}
*/
 
 [class^="font-icon-"]:before, [class*=" font-icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;

  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
}
 
.font-icon-tag:before { content: '\e82f'; } /* '' */
.font-icon-comment-alt:before { content: '\e831'; } /* '' */
.font-icon-comment:before { content: '\e801'; } /* '' */
.font-icon-search:before { content: '\e800'; } /* '' */


@font-face {
    font-family: 'NovecentowideLight';
    src: url('../fonts/Novecentowide-Light-webfont.eot');
    src: url('../fonts/Novecentowide-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Novecentowide-Light-webfont.woff') format('woff'),
         url('../fonts/Novecentowide-Light-webfont.ttf') format('truetype'),
         url('../fonts/Novecentowide-Light-webfont.svg#NovecentowideLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* *********************************
 * GENERAL
 * ********************************* */

#uhuru-theme form .required {
	float: left;
	margin-right: 5px;
}

#uhuru-theme form label {
	margin-right: 10px;
	font-size: 16px;
	font-weight: 300;
}

#uhuru-theme input,
#uhuru-theme input[type="text"], 
#uhuru-theme input[type="password"], 
#uhuru-theme input[type="datetime"], 
#uhuru-theme input[type="datetime-local"], 
#uhuru-theme input[type="date"], 
#uhuru-theme input[type="month"], 
#uhuru-theme input[type="time"], 
#uhuru-theme input[type="week"], 
#uhuru-theme input[type="number"], 
#uhuru-theme input[type="email"], 
#uhuru-theme input[type="url"], 
#uhuru-theme input[type="search"], 
#uhuru-theme input[type="tel"], 
#uhuru-theme textarea,
#uhuru-theme select {
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 10px;
	
	color: #555;
	vertical-align: middle;
	
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	
	font-size: 16px;
	
	transition: border linear 0.3s, box-shadow linear 0.3s;
	-webkit-transition: border linear 0.3s, box-shadow linear 0.3s;
	-moz-transition: border linear 0.3s, box-shadow linear 0.3s;
}

#uhuru-theme input,
#uhuru-theme input[type="text"], 
#uhuru-theme input[type="password"], 
#uhuru-theme input[type="datetime"], 
#uhuru-theme input[type="datetime-local"], 
#uhuru-theme input[type="date"], 
#uhuru-theme input[type="month"], 
#uhuru-theme input[type="time"], 
#uhuru-theme input[type="week"], 
#uhuru-theme input[type="number"], 
#uhuru-theme input[type="email"], 
#uhuru-theme input[type="url"], 
#uhuru-theme input[type="search"], 
#uhuru-theme input[type="tel"],
#uhuru-theme input[type="submit"], 
#uhuru-theme textarea,
#uhuru-theme select,
.uhuru-button {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;	
}


#uhuru-theme .ccm-input-date {
	height: 20px;
}

#uhuru-theme input[type="submit"],
.uhuru-button {
	border: 0;
	
	float: right;
	margin-bottom: 18px;
	padding: 0 18px;
	
	font-weight: 500;
	text-transform: uppercase;
	line-height: 30px;
}

#uhuru-theme input[type="submit"]:hover,
.uhuru-button:hover {
	text-decoration: none;
}

/* login page */
#uhuru-theme .actions input[type="submit"] {
	float: none;
	margin-left: 180px;
}

h1.bar, 
h2.bar, 
h3.bar, 
h4.bar, 
h5.bar, 
h6.bar {
	position: relative;
}

h1.bar:after, 
h2.bar:after, 
h3.bar:after,
h4.bar:after,
h5.bar:after, 
h6.bar:after {
	content: " ";
	
	margin-top: -1px;	
	position: absolute;
	top: 50%;
	right: 0;	
	height: 3px;	
	width: 100%;
	
	z-index: 1;
}

h1.bar span, 
h2.bar span, 
h3.bar span,
h4.bar span,
h5.bar span, 
h6.bar span {
	padding-right: 6px;
	
	background: #fff;
	position: relative;
	
	z-index: 2;
}

.small {
	font-size: 15px;
}

.googleMapCanvas {
	width: 100%;
	height: -webkit-calc( width * 0.4);
}

/* *********************************
 * HEADER
 * ********************************* */

#logo.edit-mode .ccm-add-block,
#page_header.edit-mode .ccm-add-block,
.menu-bar.edit-mode .ccm-add-block {
	color: #fff;
}

#logo h1,
#footer-logo p {
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	
	text-align: center;
	text-transform: none;
	margin-bottom: 0;
}

#logo h1 {	
	padding: 50px;
	margin: 0;
}

#logo a:hover {
	text-decoration: none;
}

#page_header {
	min-height: 1px;
}

.menu-bar {
	margin-bottom: 30px;
}

#main-menu ul {	
	margin: 0;
	padding: 0;
	width: 100%;
}

#main-menu li {
	display: inline-block;
	
	margin: 0;
	padding: 0;
}

#main-menu a {
	text-transform: uppercase;
	
	line-height: 50px;
	padding: 0 30px;
	
	white-space: nowrap;
}

#main-menu a:hover {
	background: transparent;
}

#main-menu a.nav-selected,
#main-menu .sfHover {
	position: relative;
	text-decoration: none;
}

#main-menu .sfHover:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#main-menu .sfHover:after {
	border-color: rgba(255, 94, 0, 0);
	border-width: 6px;
	left: 50%;
	margin-left: -6px;
}

/* sub menu */

#main-menu li ul {
	padding: 35px 0;
	margin-top: 6px;
	width: auto;
	min-width: 100%;
	
	display: none;
}

#main-menu li ul li {
	border: 0;
	
	display: block;
	padding: 0 30px;
	float: none;
	border-right: 0;
}

#main-menu li ul a {
	padding: 0;
	line-height: 30px;
}

#main-menu li ul a:hover {
	text-decoration: none;
}

#main-menu .sfHover li:hover,
#main-menu .sfHover .sfHover {
	border: 0;
	border-right: 0;
}

#main-menu li ul ul {
	margin-left: 6px;
	margin-top: -5px;
	padding: 5px 0;
}

#main-menu li ul .sfHover:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#main-menu li ul .sfHover:after {
	border-color: rgba(255, 94, 0, 0);
	border-width: 6px;
	top: 50%;
	margin-top: -6px;
	margin-left: 0;
}

#mobile-menu form,
#mobile-menu select {
	width: 100%;
}

#mobile-menu form {
	margin-top: 24px;
}

/* *********************************
 * FOOTER
 * ********************************* */

#uhuru-theme > footer {
	margin-top: 30px;
	padding-top: 48px;
}

#uhuru-theme > footer .row:first-child {
	margin-bottom: 24px;
}

/* *********************************
 * IDEAS
 * ********************************* */

.ideas {
	padding: 0;
	margin: -30px 0 0;
	list-style: none;
	
	overflow: hidden;
}

.ideas.edit-mode {
	margin: 0;
}

.ideas li {
	height: 270px;
	
	text-align: center;
	
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.ideas.edit-mode li {
	height: auto;
} 

.ideas .idea-icons {
	margin-top: 87px;
	margin-bottom: 10px;
	
	position: relative;
	height: 50px;
	width: 100%;
	
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.ideas li:hover .idea-icons {
	margin-top: 20px;
}

.ideas.edit-mode li:hover .idea-icons {
	margin-top: 87px;
}


.ideas .idea-icons img {
	position: absolute;
	top: 0;
	
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.ideas li .idea-icon-hover {
	opacity: 0;
	display: none;
}

.ideas li:hover .idea-icon-normal {
	opacity: 0;
	display: none;
}

.ideas.edit-mode li:hover .idea-icon-normal {
	opacity: 1;
	display: block;
}

.ideas li:hover .idea-icon-hover {
	opacity: 1;
	display: block;
}

.ideas.edit-mode li:hover .idea-icon-hover {
	opacity: 0;
}

.ideas .idea-content {
	font-size: 16px;
	line-height: 32px;
	
	margin-top: 30px;
	opacity: 0;
	height: 0;
	overflow: hidden;
	
	transition: opacity 0.3s 0.2s;
	-moz-transition: opacity 0.3s 0.2s;
	-webkit-transition: opacity 0.3s 0.2s;
}

.ideas.edit-mode .idea-content,
.ideas li:hover .idea-content {
	opacity: 1;
	height: auto;
}

.ideas.edit-mode li:hover {
	background: none;
	color: inherit;
}

/* *********************************
 * PORTFOLIO-CAROUSEL
 * ********************************* */

.uhuru-portfolio-carousel,
.uhuru-our-clients-carousel {
	margin-bottom: 24px;
	position: relative;
    overflow: hidden;
    max-width: 1170px;
    height: 201px;
}

.uhuru-portfolio-carousel ul,
.uhuru-our-clients-carousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}


.uhuru-portfolio-carousel li,
.uhuru-our-clients-carousel li {
	display: block;
	width: 234px;
	height: 201px;
	float: left;
	
	margin-right: 2px;
	position: relative;
}

.uhuru-portfolio-carousel li img,
.uhuru-our-clients-carousel li img {
	margin: 0;
    padding: 0;
    
    position: absolute;
    
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.uhuru-portfolio-carousel li img {
	height: 100%;
    width: 100%;
    
    top: 0;
    left: 0;
}

.uhuru-our-clients-carousel li img {
	top: 50%;
	left: 50%;
}

.uhuru-portfolio-carousel li .hover,
.uhuru-our-clients-carousel li .hover {
	opacity: 0;
}

.uhuru-portfolio-carousel li:hover .hover,
.uhuru-our-clients-carousel li:hover .hover {
	opacity: 1;
}

.uhuru-portfolio-carousel h3 {
	position: absolute;
	bottom: 0;
	width: 100%;
	
	text-align: center;
	
	opacity: 0;
	
	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.uhuru-portfolio-carousel li:hover h3 {
	opacity: 1;
}

/*.uhuru-portfolio-carousel .jcarousel-clip-horizontal {
	max-width: 1170px;
	overflow: hidden;
}*/

/* *********************************
 * PORTFOLIO GALLERY
 * ********************************* */

.uhuru-portfolio-gallery {
    position: relative;
    overflow: hidden;
    /* You need at least a height, adjust this to your needs */
    max-width: 460px;
    max-height: 410px;
    
    margin: 0 auto;
}

.uhuru-portfolio-gallery ul {
	width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.uhuru-portfolio-gallery li {
	max-width: 460px;
	max-height: 410px;
	
	float: left;
	
	position: relative;
}

.uhuru-portfolio-gallery li a {
	display: block;
	
	width: 460px;
	height: 410px;
	
	position: absolute;
	top: 0;
	left: 0;
	
	overflow: hidden;
}

.uhuru-portfolio-gallery li a img {
	width: auto;
	max-width: none;
	height: 100%;
	
	position: absolute;
	left: -50%;
	top: -50%;
	margin-left: 230px;
	margin-top: 205px;
}

/* *********************************
 * BLOG THUMBNAIL GALLERY
 * ********************************* */


.uhuru-blog-thumbnail-gallery {
    position: relative;
    overflow: hidden;
    /* You need at least a height, adjust this to your needs */
    width: 220px;
    height: 206px;
}

.uhuru-blog-thumbnail-gallery img {
	width: auto;
	max-width: none;
	height: 100%;
	
	position: absolute;
	left: -50%;
	top: -50px;
	margin-left: 110px;
	margin-top: 103px;
}


.uhuru-blog-thumbnail-gallery ul {
	width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

/*.uhuru-blog-thumbnail-gallery .jcarousel-clip-horizontal {
	max-width: 270px;
	overflow: hidden;
}*/

.uhuru-blog-thumbnail-gallery li {
	max-width: 270px;
	max-height: 255px;
	
	float: left;
	
	position: relative;
}

/* *********************************
 * BLOG LIST
 * ********************************* */

.uhuru-blog-list > ul {
	margin-bottom: 0;
}

.uhuru-blog-list > ul > li {
	padding-bottom: 10px;
	margin-top: 24px;
}

.uhuru-blog-list > ul > li:first-child {
	margin-top: 0;
}

.uhuru-blog-list .read-more {
	float: right;
}

/* *********************************
 * BLOG GALLERY
 * ********************************* */

.uhuru-blog-gallery {
    position: relative;
    overflow: hidden;
    /* You need at least a height, adjust this to your needs */
    width: 700px;
}

.uhuru-blog-gallery ul {
	width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.uhuru-blog-gallery li {
	max-width: 700px;	
	float: left;	
	position: relative;
}


/* *********************************
 * BLOG ENTRY
 * ********************************* */

.blog-entry .header {
	margin-bottom: 6px;
}

.blog-entry .date {
	width: 127px;
	height: 58px;
	margin: 44px 0 9px 0;
	padding-top: 5px;
	
	/* make one with blog_list_with_image template */
	background: url(../img/blog_date_box.png) 50% 50% no-repeat;
	
	text-align: center;
	text-transform: uppercase;
}

/* *********************************
 * BLOG FOOTER TAGS
 * ********************************* */

.uhuru-tags-footer {
	float: left;
	margin-right: 30px;
}

.uhuru-tags-footer ul {
	overflow: hidden;
	margin-bottom: 18px;
}

.uhuru-tags-footer ul .icon {
	float: left;
	margin-right: 13px;
	
	font-size: 24px;
	line-height: 30px;
}

.uhuru-tags-footer li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0 15px;

	font-size: 17px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
}

/* *********************************
 * BLOG FOOTER COMMENTS COUNTER
 * ********************************* */

.uhuru-blog-counter {
	float: left;
	margin-bottom: 18px;
}

.uhuru-blog-counter .icon {
	float: left;
	margin-right: 13px;
	
	font-size: 26px;
	line-height: 30px;
}

.uhuru-blog-counter-msg {
	display: block;
	float: left;
	padding: 0 15px;
	
	line-height: 30px;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	white-space: nowrap;
}

/* *********************************
 * SEARCH RESULTS
 * ********************************* */

/*.uhuru-search-results h4 a {
	color: #000;
}*/

/* *********************************
 * BLOG COMMENTS
 * ********************************* */

.uhuru-blog-comments {
	padding-top: 24px;
}

.uhuru-blog-comments .entry-info {
	font-size: 17px;
	font-weight: 500;
	
	margin-bottom: 24px;
}

.uhuru-blog-comments .entry-content {
	padding-bottom: 23px;
	margin-bottom: 24px;
}

.uhuru-blog-comments .form-handle a {
	display: inline-block;
	
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
}

.uhuru-blog-comments .form-handle a:hover {
	text-decoration: none;
}

/* *********************************
 * NEXT/PREVIOUS
 * ********************************* */

/*.uhuru-next-previous a {
	color: #000;
}
*/
.uhuru-next-previous a:hover {
	/*color: #ff6e00;*/
	text-decoration: none;
}

/* *********************************
 * BPAGINATION/RSS
 * ********************************* */

#pagination {
	text-align: center;
}

#pagination,
#rss {
	padding: 12px 0;
}

#pagination a,
#pagination .active {
	display: inline-block;
	width: 22px;
	margin: 0 2px;
	
	line-height: 22px;
	text-align: center;	
}

#pagination a:hover {
	text-decoration: none;
}

#pagination .pagination-left {
	float: left;
} 
#pagination  .pagination-right {
	float: right;
}

#pagination .pagination-left a,
#pagination .pagination-right a,
#pagination .pagination-left a:hover,
#pagination .pagination-right a:hover {
	display: inline;
	
	border: none;
	background: none;
}

/* *********************************
 * SEARCH MENU BLOCK
 * ********************************* */

/* being more specific */


#uhuru-theme #search-menu-bar {
	position: relative;
	overflow: hidden;
}

#uhuru-theme #search-menu-bar .icon {
	font-size: 22px;
	color: #fff;
	float: right;
}

/*#uhuru-theme #search-menu-bar .icon.active {
	color: #FF6E00;
}*/

#uhuru-theme #search-menu-bar .search-block {
	float: right;
	
	margin: 0;
	padding: 5px;
	height: 40px;
	width: 52px;
	
	text-indent: 57px;
	
	cursor: pointer;
	
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	
	transition: width 0.2s, background 0.2s 0.1s;
	-moz-transition: width 0.2s, background 0.2s 0.1s;
	-webkit-transition: width 0.2s, background 0.2s 0.1s;
}

#uhuru-theme #search-menu-bar .search-block:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	
	width: 225px;
}

/* *********************************
 * SHARE
 * ********************************* */

.uhuru-share {  	
	overflow: hidden;
	padding: 22px 0 15px 0;
	
}

/* *********************************
 * 404 & 403 PAGE
 * ********************************* */

.uhuru-404,
.uhuru-403 {
	font-family: 'NovecentowideLight';
	text-align: center;
}

.uhuru-404 .error-code {
	font-size: 264px;
	line-height: 264px;
}

.uhuru-403 .error-code {
	font-size: 227px;
	line-height: 160px;
	margin: 50px 0 0 -9px;
}

.uhuru-403 .error-code-sub {
	font-size: 102px;
	line-height: 102px;
}

.uhuru-404 h1 {
	font-size: 40px;
}

.uhuru-403 h1 {
	font-size: 24px;
}

/* *********************************
 * UHURU LIST
 * ********************************* */

.uhuru-list {
	margin: 0 0 32px 0;
	padding: 0;
	list-style: none;
}

.uhuru-list li {
	display: block;
	
	line-height: 30px;
}

.uhuru-list li:before {
	content: ">";
	margin-right: 10px;
}




/* *********************************
 * FOOTER NEWSLETTER
 * ********************************* */

#footer .newsletter-form td.question {
	display: none;
}

#footer .newsletter-form table {
	width: 100%;
}

#footer .newsletter-form td.question + td {
	width: 100%;
}

#footer .newsletter-form td.question + td input {
	padding: 5px;
	margin: 0;
	width: 100%;
	height: 30px;
	
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#footer .newsletter-form td.question + td input:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#footer .newsletter-form input[type="submit"] {
	margin-top: 3px;
	padding: 0 16px;
	height: 31px;
	
	font-weight: 500;
	text-transform: uppercase;

	border: 0;
}

#footer .newsletter-form tr:nth-child(2) td:first-child {
	display: none;
}


/* *********************************
 * jCarousel
 * ********************************* */

.carousel-control-prev,
.carousel-control-next {
	display: block;
	width: 40px;
	height: 40px;
	
	font-size: 38px;
	font-weight: 300;
	line-height: 33px;
	text-align: center;
	
	position: absolute;
	bottom: 20px;
	
	cursor: pointer;
	
	/* effects */
	opacity: 0;
	
	transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.jcarousel:hover .carousel-control-prev,
.jcarousel:hover .carousel-control-next {
	opacity: 1;
	text-decoration: none;
}

.carousel-control-prev {
	right: 68px;
}

.carousel-control-next {
	right: 20px;
}

/*.jcarousel-prev-disabled,
.jcarousel-next-disabled,
.jcarousel-container:hover .jcarousel-prev-disabled,
.jcarousel-container:hover .jcarousel-next-disabled {
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}*/


/* *********************************
 * superfish
 * ********************************* */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/* *********************************
 * RESPONSIVE
 * ********************************* */

@media (min-width: 1200px) {
	
	.uhuru-portfolio-carousel {
		height: 250px;
	}
		
	.uhuru-portfolio-carousel li {
		width: 291px;
		height: 250px;
	}
	
	.uhuru-our-clients-carousel {
		height: 250px;
	}
	
	.uhuru-our-clients-carousel li {
		width: 291px;
		height: 250px;
	}	
	
	.uhuru-blog-thumbnail-gallery {
		width: 270px;
		height: 250px;
	}
		
	.uhuru-blog-thumbnail-gallery img {
		margin-left: 135px;
		margin-top: 125px;
	}
		
	.uhuru-blog-gallery {
		width: 870px;
	}
	
	.uhuru-blog-gallery ul li {
		max-width: 870px;
	}

	.uhuru-portfolio-gallery,
	.uhuru-portfolio-gallery li {
	    max-width: 570px;
	    max-height: 500px;
	}
	
	.uhuru-portfolio-gallery li a {
		width: 570px;
		height: 500px;
	}
	
	.uhuru-portfolio-gallery li a img {
		margin-left: 285px;
		margin-top: 250px;
	}

	
	#footer .newsletter-form tr {
		float: left;
	}
	
	#footer .newsletter-form td.question + td {
		width: 166px;
	}
	
	#footer .newsletter-form td.question + td input {
		padding: 5px;
		margin: 0;
		width: 154px;
		height: 18px;
		
		box-sizing: content-box;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
	}
	
	#footer .newsletter-form input[type="submit"] {
		margin: 0 0 0 9px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	/* width: 724px */
	
	.uhuru-portfolio-carousel,
	.uhuru-our-clients-carousel {
		height: 206px;
	}
	
	.uhuru-portfolio-carousel li,
	.uhuru-our-clients-carousel li {
		width: 240px;
		height: 206px;
	}	
	
	
	.uhuru-blog-gallery  {
		width: 538px;
	}
	
	.uhuru-blog .entry,
	.uhuru-blog .image {
		float: none;
		width: 100%;
	}
	
	.uhuru-blog-thumbnail-gallery {
		width: 270px;
		height: 250px;
	}
		
	.uhuru-blog-thumbnail-gallery img {
		margin-left: 135px;
		margin-top: 125px;
	}
		
	.uhuru-blog-gallery ul li {
		max-width: 538px;
		max-height: 190px;
	}
	
	.uhuru-portfolio-gallery,
	.uhuru-portfolio-gallery li {
	   max-width: 352px;
	   max-height: 310px;
	}
		
	.uhuru-portfolio-gallery li a {
		width: 352px;
		height: 310px;
	}
	
	.uhuru-portfolio-gallery li a img {
		margin-left: 176px;
		margin-top: 155px;
	}	
	
	#uhuru-theme #search-menu-bar .search-block:focus {
		width: 170px;
	}
	
	#footer .newsletter-form tr {
		width: 100%;
	}
	
	#footer .newsletter-form td {
		display: block;
	}
	
	#footer .newsletter-form input[type="submit"] {
		float: right;
		margin-top: 3px;
	}
}

@media (max-width: 979px) {
	
	.uhuru-blog .image {
		text-align: center;
	}
	
	.uhuru-blog-thumbnail-gallery {
		margin: 0 auto;
	}
}

@media (max-width: 767px) {

	/*h2,
	h3,
	h4,
	h5,
	h5 {
		margin: 24px 0 12px 0 !important;
	}*/
	
	.uhuru-blog-thumbnail-gallery {
		width: 270px;
		height: 250px;
	}
		
	.uhuru-blog-thumbnail-gallery img {
		margin-left: 135px;
		margin-left: 125px;
	}
	
	.uhuru-portfolio-gallery,
	.uhuru-portfolio-gallery li {
	    max-width: 570px;
	    max-height: 500px;
	}
	
	.uhuru-portfolio-gallery li a {
		width: 570px;
		height: 500px;
	}
	
	.uhuru-portfolio-gallery li a img {
		margin-left: 285px;
		margin-top: 250px;
	}
	
	.uhuru-blog-gallery {
		width:100%;
	}
	
	#uhuru-theme > footer {
		padding-top: 15px;
	}
	
	#footer .row > div {
		padding: 0 10px;
	}
}

@media (min-width: 551px) and (max-width: 767px) {
	
	.uhuru-blog .entry {
		float: left;
		padding-right: 5px;
		
		width: calc( 100% - 270px );
		width: -o-calc( 100% - 270px );
		width: -moz-calc( 100% - 270px );
		width: -webkit-calc( 100% - 270px );
	}
	
	.uhuru-blog .image {
		float: left;
		width: 270px;
	}
}

@media (min-width: 481px) and (max-width: 550px) {
	.uhuru-blog .entry {
		float: left;
		padding-right: 5px;
		
		width: calc( 100% - 220px );
		width: -o-calc( 100% - 220px );
		width: -moz-calc( 100% - 220px );
		width: -webkit-calc( 100% - 220px );
	}
	
	.uhuru-blog .image {
		float: left;
		width: 220px;
	}
	
	.uhuru-blog-thumbnail-gallery,
	.uhuru-blog-thumbnail-gallery li {
		width: 220px !important;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	
	#footer .newsletter-form tr {
		float: left;
	}
	
	#footer .newsletter-form td.question + td {
		width: 220px;
	}
	
	#footer .newsletter-form td.question + td input {
		padding: 5px;
		margin: 0;
		width: 208px;
		height: 18px;
		
		box-sizing: content-box;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
	}
	
	#footer .newsletter-form input[type="submit"] {
		margin: 0 0 0 9px;
	}
}

@media (max-width: 480px) {
	form td {
		display: block;
	}
	
	#footer .newsletter-form tr {
		float: left;
	}
	
	/*#footer .newsletter-form {
		width: 300px;
	}*/
	
	#footer .newsletter-form input[type="submit"] {
		margin: 0 0 0 7px;
	}
	
	.uhuru-404 .error-code {
		font-size: 200px;
		line-height: 200px;
	}
}
