/*
Theme Name: Kimbo
Theme URI: http://www.vivathemes.com/kimbo/
Description:  Responsive business theme.
Author: Viva Themes
Author URI: http://www.vivathemes.com
License: GNU GPL
License URI: http://www.gnu.org/licenses/gpl.html
Version: 4.0
Tags: black, gray, white, two-columns
Text Domain: kimbo
Domain Path: /languages/

Kimbo Theme, (C) 2015 Viva Themes

*/


body, html {
	height:100%;
	min-height: 100%;
}
body {
	background: #fff;
	color: #3f3f3f;
	font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin:0;
	padding:0;
	line-height: 175%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	overflow-x: hidden;
}

h1 {
	font-size: 26px;
	color: #3f3f3f;
	margin-top: 20px;
	text-transform: none;
	font-weight: 700;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}
h2 {
	color: #3f3f3f;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-size: 22px;
	font-weight: 700;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}
h3 {
	color: #3f3f3f;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}
h4 {
	color: #3f3f3f;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}
h5 {
	color: #3f3f3f;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}
p {
	margin-top: 6px;
}
img {
	border: none;
	padding:0;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}
img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}
blockquote {
	border-left:1px solid #ccc;
	margin:15px;
	padding:0 12px 0 12px;
	font-style: italic;
}
code {
	font-family:"Courier New", Courier, monospace;
}
/* links */

a {
	color: #333;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	text-decoration: none;
}
/* container */

#container {
	width: 100%;
	float: left;
	clear: left;
	overflow: hidden;
}
/* header */

#header {
	width: 100%;
	float: left;
	clear: left;
	padding-bottom: 30px;
}

#headerin {
	width: 80%;
	float: left;
	clear: left;
	margin-left: 10%;
}

#logo {
	width: 30%;
	float:left;
}

#logo a {
	color: #fff;
	text-decoration: none;
}
#logo h1 a, #logo h1 {
	font-weight: 700;
	font-size: 40px;
	color: #303030;
	text-transform: none;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	line-height: 42px;
}
/* search */

#searchform {
	padding:0;
	margin:0;
	float: left;
	width: 170px;
	margin-top: 10px;
	margin-right: 8px;
}
#searchform input#s {
	margin:0;
	padding:2px;
	width: 157px;
	padding-left: 3px;
	background: #fff;
	border: solid 1px #ccc;
	height:20px;
	font-size:11px;
	padding-top:2px;
}
#searchform input#searchsubmit {
	display: none;
}

/* Main Menu */

#mainmenu {
	width: 65%;
	float: right;
	margin-top: 15px;
	*width: 700px; /* IE7 only hack */
}

.mainnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

.mainnav * {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}


.mainnav ul {
	position: absolute;
	top: -999em;
	padding-top: 1px;
}

.mainnav li {
	float: left;
	position: relative;
	z-index: 1000;
	margin-left: 15px;
}

.mainnav a {
	display: block;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	color: #303030;
	text-decoration: none;
	font-family: 'Open Sans', arial, helvetica;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
  	-moz-transition:    all 0.3s ease;
  	-ms-transition:     all 0.3s ease;
  	-o-transition:      all 0.3s ease;
	padding-right: 15px;
}

.mainnav li.last_item a {
	padding-right: 0;
}

.mainnav li.last_item span {
	display: none;
}

.mainnav li span {
	color: #303030;
	font-weight: 400;
	font-family: 'Open Sans', arial, helvetica;
}

.mainnav li.current-menu-item a,
.mainnav li:hover a {
	color: #999;
}

.mainnav li:hover ul,
ul.mainnav li.sfHover ul {
	left: 0;
	top: 37px;
	background: #fff;
	border: solid 2px #eaeaea;
	width: 170px;
}

.mainnav li:hover li ul,
.mainnav li.sfHover li ul {
	top: -999em;
}

.mainnav li li:hover ul,
ul.mainnav li li.sfHover ul {
	left: 170px;
	top: -3px;
}

.mainnav li:hover ul,
.mainnav li li:hover ul {
	top: -999em;
}

.mainnav li li {
	display: block;
	padding: 0px;
	margin: 0;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainnav li li span {
	display: none;
}

.mainnav li#current,
.mainnav li.current-cat,
.mainnav li.current_page_item,
.mainnav li:hover {
	
}

.mainnav li li a,
.mainnav li li a:link, 
.mainnav li li a:visited {	
	display: block;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	padding: 0;
	padding-right: 0;
	font-size: 12px;
	padding-left: 12px;
	line-height: 140%;
	color: #303030;
}

.mainnav li li.current-menu-item a,
.mainnav li li a:hover {
	text-decoration: none !important;
	border: none !important;
	color: #999;
}

/* Front Widget */

.frontwidget {
	width: 80%;
	float: left;
	clear: left;
	margin-top: 100px;
	margin-left: 10%;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 100px;
}
.frontwidget .widget-title {
	width: 35%;
	float: left;
}

.frontwidget .widget-title h2 {
	font-weight: 900;
	font-family: 'Lato';
	color: #303030;
	text-transform: uppercase;
	font-size: 34px;
	margin: 0;
	padding: 0;
	line-height: 120%;
}

.frontwidget .widget-content {
	width: 60%;
	float: right;
	margin-top: 5px;
}

/* Breadcrumbs */

#breadcrumbs {
	width: 100%;
	height: 80px;
	background: #eaeaea;
	float: left;
	clear: left;
	margin-top: 0;
}

#crumbs {
	width: 80%;
	float: left;
	margin-left: 10%;
	line-height: 80px;
	font-weight: 700;
	font-size: 14px;
	color: #3f3f3f;
	text-transform: uppercase;
}

#crumbs a {
	text-decoration: none;
	color: #666;
}

#crumbs a:hover {
	color: #3f3f3f;
}

#crumbs span.delimiter {
	margin-right: 10px;
	margin-left: 10px;
}


/* Featured Posts Section */

#services {
	width: 100%;
	float: left;
	clear: left;
	background: #eaeaea;
}

#servicesinner {
	width: 80%;
	float: left;
	margin-left: 10%;
	margin-top: 100px;
	
}

.servicespost {
	width: 30%;
	float: left;
	margin-right: 5%;
	text-align: center;
	margin-bottom: 100px;
}

.servicespost h2.entry-title {
	margin-bottom: 10px;
	padding: 0;
}

.servicespost h2.entry-title a {
	font-size: 24px;
	color: #3f3f3f;
	text-transform: uppercase;
}

.attachment-servicesthumb {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.postwrapper-3,
.postwrapper-6,
.postwrapper-9,
.postwrapper-12 {
	margin-right: 0;
}

.servicespost a.more-link {
	text-decoration: none;
	border: solid 2px #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.btnmore {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 0 25px;
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #666;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	border: solid 2px #999;
}

.btnmore:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btnmore:before {
	position: absolute;
	height: 100%;
	width: 100%;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	left: 0;
	top: -100%;
}

.icon-arrow:before {
	content: '\f429';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	line-height: 40px;
	color: #8B8B8B;
	text-align: center;
}

.btnmore span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}

/* Button 5a */
.btnmore:hover span {
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}

.btnmore:hover:before {
	top: 0;
}

	

/* Content Section */

#contentwrapper {
	width: 80%;
	float: left;
	clear: left;
	margin-left: 10%;
	margin-top: 40px;
}

.home #contentwrapper {
	margin-top: 60px;
}

#content {
	width: 70%;
	float: left;
	margin-bottom: 40px;
}

#contentfull {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

/* content */


.attachment-blogthumb {
	margin: 0;
	padding: 0;
}

.type-page,
.post {
	margin:0;
	padding:0;
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 100px;
}
.entry {
	float: left;
	clear: both;
}

h1.page-title, h1.entry-title, h2.entry-title {
	margin:0;
	padding: 0;
	font-weight: 700;
	font-family: 'Open Sans';
	color: #3f3f3f;
	text-transform: uppercase;
	font-size: 44px;
	padding-bottom: 5px;
	line-height: 120%;
}

h2.entry-title a {
	text-decoration: none;
	color: #3f3f3f;
	font-size: 46px;
	line-height: 120%;
}

h1.portfoliotitle {
	margin-bottom: 40px;
}

h1.page-title {
	margin-bottom: 30px;
}
.post ul {
}
.post li {
	margin-left: 15px;
}
.entry p {
	margin: 8px 0;
}
.belowpost {
	width: 100%;
	float: left;
	height: 50px;
	position: relative;
	margin-top: 10px;
}
.postdate {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	padding: 5px 10px;
	margin-bottom: 5px;
	color: #3f3f3f;
	font-weight: 700;
	background: #eaeaea;
}

p.singletags {
	line-height: 32px;
}
p.singletags a {
	text-decoration: none;
	border: solid 1px #eaeaea;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	display: inline-block;
	padding: 0 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
}
p.singletags a:hover {
	background: #eaeaea;
}
p.singletags:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 'Genericons';
	vertical-align: top;
	content: '\f302';
}
ol {
	margin: 10px;
}
ul {
	margin: 5px;
}
/* Portfolio */

#portfoliowrapper {
	width: 102%;
	float: left;
	margin-left: -2%;
}

.portfolio-entry {
	width: 43%;
	float: left;
	clear: none;
	padding: 2%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 40px;
	background: #eaeaea;
}

#portfoliowrapper h2.entry-title {
	font-size: 32px;
	margin-bottom: 10px;
}

.attachment-portothumb {
	line-height: 70%;
	margin-bottom: 20px;
}

/* Right Sidebar*/

#rightbar {
	width: 240px;
	float: right;
	margin-left: 20px;
	margin-bottom: 40px;
	margin-top: 0;
}

#rightbar .widgets {
	width: 100%;
	margin-bottom: 30px;
	float: left;
	clear: left;
	font-size: 14px;
}

#rightbar h2 {
	font-weight: 700;
	font-size: 18px;
	color: #3f3f3f;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: none;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	border-bottom: solid 2px #eaeaea;
}
#rightbar ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	clear: left;
}
#rightbar ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	width: 100%;
	margin-top: 2px;
}
#rightbar ul li ul li {
	border: none;
	list-style: none;
	margin-left: 0;
	margin-top: 2px;
	float: left;
	clear: left;
	width: 100%;
}
#rightbar ul li a {
	border: none;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	color: #333;
}
#rightbar ul li a:hover {
	text-decoration: underline;
}
#rightbar a {
	text-decoration: underline;
}
#rightbar a:hover {
	border: none;
	text-decoration: none;
}
/* comments */


#commentform {
	margin:0;
	padding:0;
}
#commentform p {
}
#commentform a {
	text-decoration: none;
	line-height: 14pt;
}
#commentform h3 {
	font-size: 10pt;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin:0;
	padding:0;
}
#comments {
	width:100%;
	clear: both;
	float: left;
}
#comments label {
	float: left;
	clear: left;
	margin-top: 15px;
}
#author, #email, #url, #comment {
	font-size: 11px;
	padding:12px 16px;
	border: solid 1px #eaeaea;
	float: left;
	clear: left;
	margin-top: 0;
}
#author, #email, #url {
	height:16px;
}
#submit {
	cursor:pointer;
	padding: 12px 16px;
	border: solid 1px #eaeaea;
	float: left;
	clear: left;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition:    all 0.4s ease;
	-ms-transition:     all 0.4s ease;
	-o-transition:      all 0.4s ease;
	background: none;
	color: #666;
	text-transform: uppercase;
}
#submit:hover {
	background: #eaeaea;
}
#comments {
	margin:0;
	padding:0;
}
#respond h3, #comments h2 {
	color: #3f3f3f;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: 'Lato', arial, helvetica, sans-serif;
}
.reply a.comment-reply-link {
	border: solid 1px #eaeaea;
	-webkit-transition: all 0.4s ease;
	-moz-transition:    all 0.4s ease;
	-ms-transition:     all 0.4s ease;
	-o-transition:      all 0.4s ease;
	padding: 2px 10px;
	margin-top: 5px;
	float: left;
	clear: left;
	font-size: 12px;
}
.reply a.comment-reply-link:hover {
	background: #eaeaea;
}
ol.commentlist {
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
	margin-top: 15px;
}
.avatar {
	float:left;
	margin: 10px 20px 0 0;
	width: 30px;
	height: 30px;
}
ol.commentlist li.comment {
	margin: 0;
	padding: 4%;
	list-style-type:none;
	float: left;
	width: 70%;
	margin-bottom: 20px;
	border: solid 1px #eaeaea;
}
ol.commentlist li ul.children {
	width: 80%;
}
ol.commentlist li ul.children li {
	width: 100%;
	border: none;
	margin-bottom: 0;
}
ol.commentlist li.alt {
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
}
ol.commentlist a {
	text-decoration: none;
}
cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
cite a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
/* footer */

#footer {
	width: 100%;
	float: left;
	clear: left;
	padding-top: 3px;
	margin-top: 60px;
	color: #eaeaea;
	background: #3f3f3f;
}

.page-template-template-portfolio #footer {
	margin-top: 140px;
}

#bottomwidgets {
	width: 80%;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	font-weight: 400;
	margin-left: 10%;
}
#bottominner {
}

#bottomwidgets .widgets {
	width: 30%;
	float: left;
	margin-bottom: 100px;
	margin-top: 50px;
	font-size: 14px;
	margin-right: 5%;
}
#bottomwidgets .widget-last {
	margin-right: 0;
}
#bottomwidgets h2 {
	font-family: 'Lato', arial, helvetica, tahoma, sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: #fff;
	text-transform: none;
	margin-bottom: 10px;
}
#bottomwidgets ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	clear: left;
}
#bottomwidgets ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	width: 100%;
	margin-top: 2px;
}
#bottomwidgets ul li ul li {
	border: none;
	list-style: none;
	margin-left: 0;
	margin-top: 2px;
	float: left;
	clear: left;
	width: 100%;
}
#bottomwidgets ul li a {
	text-decoration: underline;
	color: #eaeaea;
}
#bottomwidgets ul li a:hover {
	text-decoration: none;
}
#bottomwidgets a {
	text-decoration: underline;
}
#bottomwidgets a:hover {
	border: none;
	text-decoration: none;
}
#copyinfo {
	width: 100%;
	float: left;
	text-decoration: none;
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 100%;
	clear: both;
	text-align: center;
	background: #000;
	font-weight: 400;
	font-size: 14px;
}
#copyinfo a {
	text-decoration: underline;
	color: #eaeaea;
}
#copyinfo a:hover {
	text-decoration: none;
}
#socialize {
	width: 60%;
	float: right;
	height: 50px;
	text-align: right;
	margin-top: 22px;
}
a.socialicon {
	width: 40px;
	height: 40px;
	text-align: center;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 5px;
	border: solid 2px #ccc;
	color: #ccc;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
	text-decoration: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
a.socialicon:hover {
	border: solid 2px #333;
	color: #333;
}
a.socialicon:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	line-height: 40px;
}
a.twittericon:before {
	content: '\f202';
}
a.facebookicon:before {
	content: '\f204';
}
a.linkedinicon:before {
	content: '\f207';
}
a.dribbleicon:before {
	content: '\f201';
}
a.pinteresticon:before {
	content: '\f209';
}
a.flickricon:before {
	content: '\f211';
}
a.vimeoicon:before {
	content: '\f212';
}
a.youtubeicon:before {
	content: '\f213';
}
a.tumblricon:before {
	content: '\f214';
}
a.instagramicon:before {
	content: '\f215';
}
a.googleplusicon:before {
	content: '\f218';
}
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	 html {
 		-webkit-text-size-adjust: none;
	}
	
	#contentwrapper, #headerin, #bottomwidgets {
 		width: 90%;
 		margin-left: 5%;
	}
	
	#content { width: 100%; }
	
 	.camera_effected { display: none; }
 	
	.frontwidget .widget-title {
		width: 100%;
	}

	.frontwidget .widget-content {
		width: 100%;
		float: left;
		margin-top: 20px;
	}
	
	.servicespost {
		width: 100%;
		margin-right: 0;
		margin-bottom: 60px;
	}
	
 	h2.entry-title a {
 		font-size: 34px;
 		line-height: 100%;
	}
 	.post {
 		margin-bottom: 50px;
	}
	
 	#bottomwidgets .widgets {
 		width: 100%;
		float: left;
		clear: left;
 		margin: 0;
 		padding: 0;
 		margin-bottom: 25px;
 		margin-top: 25px;
	}
 	.pagination {
 		text-align: center;
	}
 	.pagination span, .pagination a {
 		padding: 0;
 		margin-right: 5px;
 		margin-left: 5px;
 		text-transform: uppercase;
 		border: none;
 		font-size: 16px;
	}
	.pagination a:hover, .pagination .current {
 		padding: 0;
 		margin-right: 5px;
 		color: #333;
 		background: none;
 		border: none;
 		font-size: 16px;
 		margin-left: 5px;
	}
 	#rightbar {
 		width: 100%;
 		float: left;
 		clear: both;
		margin: 0;
	}
 	
	#slidecontainer {
		margin-top: 10px;
		clear: both;
	}
	
	#breadcrumbs {
		height: 50px;
		margin-top: 10px;
		clear: both;
	}
	
	#crumbs {
		display: none;
	}
 	
}
 @media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
 	html {
 		-webkit-text-size-adjust: none;
	}
 	#contentwrapper, #headerin, #bottomwidgets {
 		width: 90%;
 		margin-left: 5%;
	}
	
	#content { width: 100%; }
	
 	.camera_effected { display: none; }
 	
	.frontwidget .widget-title {
		width: 100%;
	}

	.frontwidget .widget-content {
		width: 100%;
		float: left;
		margin-top: 20px;
	}
	
	.servicespost {
		width: 100%;
		margin-right: 0;
		margin-bottom: 60px;
	}
	
 	h2.entry-title a {
 		font-size: 34px;
 		line-height: 100%;
	}
 	.post {
 		margin-bottom: 50px;
	}
	
 	#bottomwidgets .widgets {
 		width: 100%;
		float: left;
		clear: left;
 		margin: 0;
 		padding: 0;
 		margin-bottom: 25px;
 		margin-top: 25px;
	}
 	.pagination {
 		text-align: center;
	}
 	.pagination span, .pagination a {
 		padding: 0;
 		margin-right: 5px;
 		margin-left: 5px;
 		text-transform: uppercase;
 		border: none;
 		font-size: 16px;
	}
	.pagination a:hover, .pagination .current {
 		padding: 0;
 		margin-right: 5px;
 		color: #333;
 		background: none;
 		border: none;
 		font-size: 16px;
 		margin-left: 5px;
	}
 	#rightbar {
 		width: 100%;
 		float: left;
 		clear: both;
		margin: 0;
	}
 	
 	#portfoliowrapper {
		float: left;
		margin-left: 0;
		width: 100%;
	}

	.portfolio-entry {
		width: 90%;
		padding: 5%;
		margin-right: 0;
		margin-left: 0;
	}
	
	#breadcrumbs {
		height: 50px;
		margin-top: 10px;
		clear: both;
	}
	
	#slidecontainer {
		margin-top: 10px;
		clear: both;
	}
	
	#crumbs {
		display: none;
	}

}
#bottomwidgets a {
    color:#fff!important;
}