 /*
Theme Name: Bizz
Theme URI: http://www.wpexplorer.com
Description: bizz, Portfolio WordPress theme by AJ Clarke from <a href="http://www.wpexplorer.com">WPExplorer.com</a>
Author: WPExplorer
Version: 1.0
License: Free GPL
*/

@import url('css/skeleton.css');
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,400italic,500,700,900);

/*-----------------------------------------------------------------------------------*
/* = Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

small {
	font-size: 10px;
}
.text-red { color: red; }

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}

/* Block elements */
header, hgroup, footer, section, article, aside {
	display: block;
}

/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/

body {
	background: #e6e6e6;
    font-size: 12px;
    line-height: 1.5em;
    color: #444;
    font-family: 'Roboto', sans-serif;
}
a {
    text-decoration: none;
    color: #ef4034;
}
a:hover {
    text-decoration: none;
	color: #a0160d;
}
p { margin: 0 0 1em }
strong { font-weight: 700 }
em { font-style: italic }
pre{
	margin: 20px 0;
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
blockquote{
	border-left: 4px solid #ccc;
	padding-left: 20px;
    margin: 30px 0px;
}
.clear { clear: both }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.remove-margin { margin-right: 0 !important }

/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/

h1,
h2 {
    color: #333;
    line-height: 1.1em;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
h3,
h4 { font-family: 'Roboto', sans-serif; }
h1 {
    font-size: 30px;
    margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}
h2 { font-size: 25px; }
h3 { font-size: 18px !important }
h4 { font-size: 15px; }
h2,
h3,
h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a { color: #333 }
h2 a:hover,
h3 a:hover,
h4 a:hover { color: #ef4034; text-decoration: none; }

.single-title{ margin-bottom: 5px; }

/*-----------------------------------------------------------------------------------*
/* = WordPress Styles
/*-----------------------------------------------------------------------------------*/

/*sticky*/
.sticky{}

/*gallery captio*/
.gallery-caption

/*by post author*/
.bypostauthor{}

/*aligns*/
.aligncenter{ display:block;  margin:0 auto}
.alignright{ float:right;  margin:10px 0 10px 10px}
.alignleft{ float:left;  margin:10px 10px 10px 0}

/*floats*/
.floatleft{ float:left}
.floatright{ float:right}

/*text style*/
.textcenter{ text-align:center}
.textright{ text-align:right}
.textleft{ text-align:left}

/*captions*/
.wp-caption{
	border:1px solid #ddd; 
	text-align:center; 
	background-color:#f3f3f3; 
	padding-top:4px; 
	margin:10px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
}
.wp-caption img{
	margin:0; 
	padding:0; 
	border:0 none;
}
.wp-caption p.wp-caption-text{
	font-size:11px; 
	line-height:17px; 
	padding:0 4px 5px; 
	margin:0;
}

/*smiley reset*/
.wp-smiley{
	margin:0 !important;
	max-height:1em;
}

/*blockquote*/
blockquote.left{
	margin-right:20px;
	text-align:right;
	margin-left:0;
	width:33%;
	float:left;
}
blockquote.right{
	margin-left:20px;
	text-align:left;
	margin-right:0;
	width:33%;
	float:right;
}

/* tag-cloud widget */
.tagcloud a {
	float: left;
	display: block;
    margin-right: 5px;
	margin-bottom: 5px;
    padding: 4px 7px;
	line-height: 1.3em;
	color: #fff !important;
    background: #cf1d10;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-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;
    transition: all 0.2s ease-in-out;
}
.tagcloud a:hover{
	background: #a0160d;
	text-decoration: none;
}
/* calendar widget */
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#wp-calendar thead { font-size: 12px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; }

/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/
#page-heading {
	position: relative;
	margin-bottom: 20px;
	vertical-align: middle;
	padding: 20px 30px !important;
	border: 1px solid #eee;
	border-bottom: 4px solid #eee;
	/*background: #fff url(images/tridots.png) left bottom repeat-x; */
	background: #f7f7f7;
}

#page-heading h1,
#page-heading h2{ font-family: 'Roboto', sans-serif; }
#page-heading h1.color-red { color: #ea032d; }
#page-heading .color-red:before {
	content: url(images/barra-red.gif);
	float: left;
	position: absolute;
	top: 15px;
	left: -3px;
	font-weight: bold;
	font-size: 1.1em;
	color: #ea032d !important;
}

#page-heading h1.color-orange { color: #ff8402; }
#page-heading .color-orange:before {
	content: url(images/barra-orange.gif);
	float: left;
	position: absolute;
	top: 15px;
	left: -3px;
	font-weight: bold;
	font-size: 1.1em;
	color: #ff8402 !important;
}

#page-heading h1.color-blue { color: #4abcc9; }
#page-heading .color-blue:before {
	content: url(images/barra-blue.gif);
	float: left;
	position: absolute;
	top: 15px;
	left: -3px;
	font-weight: bold;
	font-size: 1.1em;
	color: #4abcc9 !important;
}

/**
	likes
**/
.likes {
	display: block;
	text-align: right;
}

/*-------------------------------------------------*
/* = Header
/*-------------------------------------------------*/
#header {
	background: #333;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 38px;
	z-index: 3333;
}
#logo a{
	font-size: 32px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}
#logo img{ 
	width: 110px;
	margin-top: 7px;
	border-right: 1px solid #555;
	padding-right: 40px;
}
#logo a:hover { color: #ef4034; }

/*
	Select 
*/
#header .selectwrap{
	position: relative;
	float: left;
	margin: 10px 0;
}
#header select{
	border: 0;
	background: #3a3a3a;
	color: white;
	font-size: 1em;
	padding: 0 3px;
	width: 290px;
}
#header .selectwrap:after{
	content: url(images/select-arrow.png);
	position: absolute;
	right: 0;
	right: 3px\9;
	top: 0;
	pointer-events: none;
}



/*
	Links topo
*/
#header #link-topo ul {
	float: left;
	color: #ddd;
	margin-top: 8px;
}
#header #link-topo ul a { color: #ddd; }
#header #link-topo ul a:hover { color: #999; }
#header ul li {
	display: inline;
}
#header ul.qtrans_language_chooser li:after {
	content: " / ";
	color: #999;
}
#header ul.qtrans_language_chooser li.active a {
	color: #999 !important;
}
#header ul li:last-child:after {
	content: " ";
}
#header ul.links {
	margin-left: 10px;
}
#header ul.links li:before {
	content: " | ";
	color: #999;
}

/* 
	Search Header 
*/
#header #searchbar { 
	width: 100%;
	position: relative;
	margin-top: 7px;
}
#header #searchbar input {
	width: 80%;
	padding: 3px 5px 4px 25px;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	background: #3a3a3a;
	border: 1px solid #5e5e5e;
	color: #a9a9a9;
	font-size: 1em;
}
#header #searchbar:before {
	content: url(images/search-white.png);
	position: absolute;
	bottom: 1px;
	left: 8px;
	z-index: 4444;
}
#header #searchsubmit {
	position: absolute;
	color: white;
	font-size: .8em;
	cursor: pointer;
	background: transparent;
	border: 0;
	bottom: 4px;
	/*hack para o ie 8 */
	top/*\**/: 3px;
	right: 6px;
}

/*
	Logos
*/
.logo-home { 
	text-align: center;
	margin-top: 50px;
}
.logo-home img { width: auto; }
.logo-in {
	position: fixed;
	left: 50%;
	margin-left: -50px;
	margin-top: 20px;
	z-index: 7777;
}
.logo-in img { width: 70px; }

/*-------------------------------------------------*
/* =  Navigation
/*-------------------------------------------------*/
#navigation,
#navigation-in {
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	margin-bottom: 7px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
#navigation nav,
#navigation-in nav {
	display: inline-block;
	background: white;
	
}
#navigation nav a, 
#navigation-in nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#navigation.smaller,
#navigation-in { 
	position: fixed;
	top: 38px;
	z-index: 4444;
	background: white;
}
#navigation.smaller ul.megaMenu > li.menu-item > a,
#navigation-in.smaller ul.megaMenu > li.menu-item > a,
#navigation.smaller ul.megaMenu > li.menu-item > span.um-anchoremulator,
#navigation-in.smaller ul.megaMenu > li.menu-item > span.um-anchoremulator  {
	padding: 28px 1.3em !important;
	margin: 0px !important;
}
#navigation.smaller nav a,
#navigation-in.smaller nav a { line-height: 75px; }
#navigation.smaller nav:before {
	position: absolute;
	content: url("images/150-home.png");
	top: -35px;
	left: 420px;
	z-index: 9999999999;
}


/* 
	Navigation in
*/
.navigation-content { 
	position: fixed; 
	background: white; 
	height: 148px; 
	width: 100%; 
	z-index: 2222; 
}
#navigation-in { padding-top: 20px; padding-top: 30px\9; }

/* 
	Top Level Items 
*/
#megaMenu { background: white; }
#megaMenu ul.megaMenu > li.menu-item > a {
	padding: 30px 18px !important;
	width: 265px;
	margin: 0 15px 0 0;
	font-size: 18px;
	border: 1px solid #e0e0e0 !important;
	background-color: #fefefe;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
	background: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
	background: -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background: -ms-linear-gradient(top, #fefefe, #f4f4f4);
	background: -o-linear-gradient(top, #fefefe, #f4f4f4);
}

#megaMenu ul.megaMenu > li.blue a {
	margin: 0 !important;
}
#navigation-in #megaMenu ul.megaMenu > li.menu-item > a {
	margin: 0;
	width: 275px;
}
.wpmega-item-description {
    margin: 3px 0 0 30px !important; line-height: 16px!important;
}

/* 
	Top Level Items - Hover
*/
#megaMenu ul.megaMenu > li.red > a .wpmega-link-title { color: #e9022c;}
#megaMenu ul.megaMenu > li.orange > a .wpmega-link-title { color: #ff8402;}
#megaMenu ul.megaMenu > li.blue > a .wpmega-link-title { color: #4abcc9;}

#megaMenu ul.megaMenu > li.red > a .wpmega-item-description,
#megaMenu ul.megaMenu > li.orange > a .wpmega-item-description,
#megaMenu ul.megaMenu > li.blue > a .wpmega-item-description { color: #777;}

#megaMenu ul.megaMenu > li.red > a:before,
#megaMenu ul.megaMenu > li.orange > a:before,
#megaMenu ul.megaMenu > li.blue > a:before { 
	content: " | "; 
	float: left; 
	margin-right: 10px; 
	font-size: 4.7em;
	margin-top: 5px;
}

#megaMenu ul.megaMenu > li.red > a:before { color: #e9022c; }
#megaMenu ul.megaMenu > li.orange > a:before { color: #ff8402; }
#megaMenu ul.megaMenu > li.blue > a:before { color: #4abcc9; }

#megaMenu ul.megaMenu > li.red > a:hover:before,
#megaMenu ul.megaMenu > li.orange > a:hover:before,
#megaMenu ul.megaMenu > li.blue > a:hover:before { 
	content: url("images/xl.png"); 
}


/* 
	Top Level Items - Hover menu RED 
*/
#megaMenu ul.megaMenu > li.red:hover > a,
#megaMenu ul.megaMenu > li.red > a:hover,
#megaMenu ul.megaMenu > li.red.megaHover > a,
#megaMenu ul.megaMenu > li.red:hover > span.um-anchoremulator,
#megaMenu ul.megaMenu > li.red > span.um-anchoremulator:hover,
#megaMenu ul.megaMenu > li.red.megaHover > span.um-anchoremulator {
	border-bottom-color: transparent !important;
	background-color: #e9022c;
	background: -webkit-gradient(linear, left top, left bottom, from(#e9022c), to(#e9022c));
	background: -webkit-linear-gradient(top, #e9022c, #e9022c);
	background: -moz-linear-gradient(top, #e9022c, #e9022c);
	background: -ms-linear-gradient(top, #e9022c, #e9022c);
	background: -o-linear-gradient(top, #e9022c, #e9022c);
}

#megaMenu ul.megaMenu > li.red:hover:after {
	position: relative;
	left: 50%;
	top: -3px;
	content: url(images/arrow-menu-red.png);
	z-index: 9999;
}

/* 
	Top Level Items - Hover menu ORANGE 
*/
#megaMenu ul.megaMenu > li.orange:hover > a,
#megaMenu ul.megaMenu > li.orange > a:hover,
#megaMenu ul.megaMenu > li.orange.megaHover > a,
#megaMenu ul.megaMenu > li.orange:hover > span.um-anchoremulator,
#megaMenu ul.megaMenu > li.orange > span.um-anchoremulator:hover,
#megaMenu ul.megaMenu > li.orange.megaHover > span.um-anchoremulator {
	border-bottom-color: transparent !important;
	background-color: #ff8402;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8402), to(#ff8402));
	background: -webkit-linear-gradient(top, #ff8402, #ff8402);
	background: -moz-linear-gradient(top, #ff8402, #ff8402);
	background: -ms-linear-gradient(top, #ff8402, #ff8402);
	background: -o-linear-gradient(top, #ff8402, #ff8402);
}
#megaMenu ul.megaMenu > li.orange:hover:after {
	position: relative;
	left: 50%;
	top: -3px;
	content: url(images/arrow-menu-orange.png);
	z-index: 9999;
}

/* 
	Top Level Items - Hover menu BLUE 
*/
#megaMenu ul.megaMenu > li.blue:hover > a,
#megaMenu ul.megaMenu > li.blue > a:hover,
#megaMenu ul.megaMenu > li.blue.megaHover > a,
#megaMenu ul.megaMenu > li.blue:hover > span.um-anchoremulator,
#megaMenu ul.megaMenu > li.blue > span.um-anchoremulator:hover,
#megaMenu ul.megaMenu > li.blue.megaHover > span.um-anchoremulator {
	border-bottom-color: transparent !important;
	background-color: #4abcc9;
	background: -webkit-gradient(linear, left top, left bottom, from(#4abcc9), to(#4abcc9));
	background: -webkit-linear-gradient(top, #4abcc9, #4abcc9);
	background: -moz-linear-gradient(top, #4abcc9, #4abcc9);
	background: -ms-linear-gradient(top, #4abcc9, #4abcc9);
	background: -o-linear-gradient(top, #4abcc9, #4abcc9);
}
#megaMenu ul.megaMenu > li.blue:hover:after {
	position: relative;
	left: 50%;
	top: -3px;
	content: url(images/arrow-menu-blue.png);
	z-index: 9999;
}

/* 
	Top Level Items Title - Hover 
*/
#megaMenu ul.megaMenu > li.menu-item:hover > a span.wpmega-link-title,
#megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator span.wpmega-link-title,
#megaMenu ul.megaMenu > li.menu-item > a:hover span.wpmega-link-title,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover span.wpmega-link-title,
#megaMenu ul.megaMenu > li.menu-item.megaHover > a span.wpmega-link-title,
#megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator span.wpmega-link-title,
#megaMenu ul.megaMenu > li.menu-item:hover > a span.wpmega-item-description,
#megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator span.wpmega-item-description,
#megaMenu ul.megaMenu > li.menu-item > a:hover span.wpmega-item-description,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover span.wpmega-item-description,
#megaMenu ul.megaMenu > li.menu-item.megaHover > a span.wpmega-item-description,
#megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator span.wpmega-item-description,
#megaMenu ul.megaMenu > li.menu-item:hover > a:before,
#megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator:before,
#megaMenu ul.megaMenu > li.menu-item > a:hover:before,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover:before,
#megaMenu ul.megaMenu > li.menu-item.megaHover > a:before,
#megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator:before {
	text-shadow: none;
	color: white;
}

/* 
	Sub Menu  
*/
#megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1 {
	background: #eee;
}

#megaMenu ul.megaMenu > li.red li ul li:before {	content: url(images/square-red.jpg); }
#megaMenu ul.megaMenu > li.orange li ul li:before { content: url(images/square-orange.jpg); }
#megaMenu ul.megaMenu > li.blue li ul li:before { content: url(images/square-blue.jpg); }

#megaMenu ul.megaMenu > li.red li ul li:before,
#megaMenu ul.megaMenu > li.orange li ul li:before,
#megaMenu ul.megaMenu > li.blue li ul li:before {
	float: left;
	margin: 2px 6px 0 0;
}

#megaMenu ul.megaMenu  ul.sub-menu-1 li a {
	color: #333 !important;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
#megaMenu ul.megaMenu  ul.sub-menu-1 li a:hover{
	text-decoration: underline;
}
#megaMenu ul.megaMenu  ul.sub-menu-1 li ul li a {
	font-size: 12px;
	text-transform: none;
	font-weight: normal
}



#megaMenu #menu-item-28, #megaMenu #menu-item-24 { top: -70px; }
#megaMenu #menu-item-26, #megaMenu #menu-item-46 { top: -90px; }

#megaMenu #menu-item-28 {
	top: -50px\9;
	left: -705px\9;
}
#megaMenu #menu-item-26 { 
	top: -70px\9;
	left: -705px\9;
} 
#megaMenu #menu-item-24 { 
	top: -115px\9;
	left: 235px\9;}

#megaMenu #menu-item-46 { top: -135px\9;
	left: 235px\9;} }

/*-----------------------------------------------------------------------------------*/
/* = Home
/*-----------------------------------------------------------------------------------*/
#home-tagline{
	padding: 0 30px 30px;
	margin: 0 30px 30px;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	background: url(images/tridots.png) center bottom repeat-x;
}
#home-tagline:before{
	content: "";
	display: block;
	margin: 0 -30px 30px;
	height: 5px;
	background: url(images/tridots.png) center center repeat-x;
}
#home-tagline a {	color: #ef4034; }
#home-tagline a:hover { border-bottom: 1px dotted #ef4034; }
#home-projects {
	margin: 0px 30px;
	overflow: hidden;
}
h2.home-projects-heading{
	margin-top: 0px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	background: url(images/tridots.png) center center repeat-x;
}
h2.home-projects-heading span{
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px;
	margin-left: 10px;
	background: #fff;
}
.post-home .loop-entry {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	padding: 0px;
	border: 1px solid #eee;
	margin-bottom: 12px;
}

h4.title-atendimento {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    font-size: 24px;
    margin: 20px 0 15px 10px;
    color: #333;
}
.group-button {
	margin: 0 0 20px;
}
.group-button .btn {
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-size: 13px;
	border: 1px solid #ccc;
	text-align: center;
	color: #000;
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom, #fdfdfd 0%,#f2f2f2 100%);
}


/*-----------------------------------------------------------------------------------*/
/* = Yoast Breadcrumbs
/*-----------------------------------------------------------------------------------*/
#crumbs {
	font-size: 11px;
	padding-top: 35px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #777; 
}

/*-----------------------------------------------------------------------------------*/
/* = NivoSlider
/*-----------------------------------------------------------------------------------*/
#slider-wrap{
	width: 940px;
    height: 400px;
	margin: 10px 0;
	/* border: 1px solid #ddd;
	background: #f5f5f5; */
	overflow: hidden;
}
#slider_nivo {
    position: relative;
    width: 940px;
    height: 400px;
    overflow: hidden;
}
.nivoSlider {
	position: relative;
	width: 910px;
	height: 400px;
	background: #f5f5f5 url(images/nivo-loader.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	width: 910px;
    position: absolute;
    top: 0px;
    left: 0px;
	z-index: 6;
	display:none;
}
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 920px;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-directionNav a {
	background-color: #000;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1000;
	bottom: 10px;
    cursor: pointer;
}
.nivo-prevNav,
.nivo-nextNav {
	text-indent: -9999px;
    -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;
    transition: all 0.2s ease-in-out;
}
.nivo-prevNav:hover,
.nivo-nextNav:hover {
	background-color: #ef4034;
}
.nivo-nextNav {
    background: url('images/sliders/arrow-right.png') center center no-repeat;
    right: 10px;
}
.nivo-prevNav {
    background: url('images/sliders/arrow-left.png') center center no-repeat;
    right: 45px;
}
.nivo-controlNav a.active { font-weight: bold }
.nivo-controlNav {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: 20px;
    right: 20px;
    padding: 0;
}
.nivo-controlNav a {
	display: none !important;
}

.nivo-caption{
	display: none !important;
}

/*-----------------------------------------------------------------------------------*
/* = HP Highlights
/*-----------------------------------------------------------------------------------*/
#home-highlights{
	
}
.hp-highlight {
	width: 100%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	border: 1px solid #eee;
	margin-bottom: 12px;
	display: inline-block;
}
.hp-highlight .loop-entry-left {
	float: left;
	width: 600px;
	margin: 0px 20px;
}
.hp-highlight .loop-entry-thumbnail {
	float: right;
	margin: 0;
	padding: 0;
}
.hp-highlight h2{ margin: 10px 0px; }


/*-----------------------------------------------------------------------------------*
/* = Posts & Pages
/*-----------------------------------------------------------------------------------*/
.space { margin-top: 160px; }
.post{ 
	overflow: hidden;
	padding: 15px 30px;
	background: #f7f7f7;
	border: 1px solid #aaa;
}
.post h4.title-archive {
	font-size: 13px;
	font-weight: bold;
}
.full-width{
	float: none !important;
	padding: 30px;
	background: #f7f7f7;
	border: 1px solid #eee;
}
.loop-entry{
	display: block;
	margin: 0px;
	border-bottom: 1px solid #eee;
}
.loop-entry-cat {
	margin: 0;
	display: block;
	 border-bottom: 1px solid #eee; 
	 display: block; 
	 margin: -10px 0 0 0;
}
.category-noticias #page-heading h1 { color: #ea032d; }
.loop-entry-right{ width: 100%; }

.loop-entry-thumbnail{
	margin-right: 20px;
	float: left;	
}
.loop-entry-thumbnail img{
	display: block;
	margin: 0px;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.loop-entry-thumbnail:hover img{
	-moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.loop-entry h2{
	margin: 10px 0;
	color: #333;
}
.entry { margin-bottom: 20px; }
.entry ul,
.entry ol {
    margin-left: 30px;
    margin-bottom: 10px;
	list-style: inherit;
}
.entry ol{ list-style: decimal; }

/*thumbnail*/
.post-thumbnail{
	margin-top: -10px;
	margin-bottom: 10px;
}
.post-thumbnail img{
	padding: 4px;
	border: 1px solid #ddd;
}

/*post meta*/
.post-meta{
    color: #999;
	font-style: italic;
	padding-bottom: 10px;
	border-bottom: double #ccc;
	margin-bottom: 30px;
}
.post-meta span{	margin-right: 10px; }
.post-meta a{
	font-weight: bold;
	color: #999;
}
.post-meta a:hover{ color:#ef4034; }
.meta-date { 
	float: left; 
	font-size: 13px; 
	margin-right: 30px; 
	color: #ea032d; 
}
.meta-category{ 
	background: url(images/category.png) left no-repeat; 
	padding-left: 17px; 
}
.meta-author{ background: url(images/author.png) left no-repeat; padding-left: 17px; }
.post-meta-single {
	margin-bottom: 20px;
}
/*post tags*/
.post-tags {
    margin-right: 10px;
    margin-top: 30px;
    font-size: 12px;
}

/* Read more */
.wpex-readmore { 
	float: right; 
	text-transform: uppercase;
	margin: 15px;
	font-size: 11px;
	font-weight: bold;
}
.wpex-readmore a { color: #333; }
.wpex-readmore a:hover { color: #ccc; }
.wpex-readmore:after {
	content: " ... ";
	font-size: 28px;
	color: red;

}

.color-red-single h2, .color-red-single h3 {
	color: #fea032d00 !important;
}
.color-orange-single h2, .color-orange-single h3 {
	color: #ff8402 !important;
}
.color-blue-single h2, .color-blue-single h3 {
	color: #4abcc9 !important;
}

/* sitemaps */
#sitemaps { font-family: 'Roboto', sans-serif; font-weight: 400;}
#sitemaps h2 { margin: 0 0 25px; position: relative; }
#sitemaps .color-red h2:before { content: url('images/barra-red.gif'); position: absolute; top: 0; left: -30px; z-index: 4444;}
#sitemaps .color-red ul li.fisrt-list { font-size: 17px; display: block; margin-top: 10px; }
#sitemaps .color-red ul li ul { margin-left: 15px; font-size: 13px;}
#sitemaps .color-red ul li ul li a{ font-size: 13px; color: #666; display: block; margin: 7px 0;}
.list-sitemaps { float: left; margin-right: 50px;}
.list-sitemaps:last-child { margin-right: 0px;}

#sitemaps .color-orange h2:before { content: url('images/barra-orange.gif'); position: absolute; top: 0; left: -30px; z-index: 4444;}
#sitemaps .color-orange ul li.fisrt-list { font-size: 17px; display: block; margin-top: 10px; }
#sitemaps .color-orange ul li.fisrt-list a { color: #ff8402 }
#sitemaps .color-orange ul li ul { margin-left: 15px; font-size: 13px;}
#sitemaps .color-orange ul li ul li a{ font-size: 13px; color: #666 !important; display: block; margin: 7px 0;}

#sitemaps .color-blue h2:before { content: url('images/barra-blue.gif'); position: absolute; top: 0; left: -30px; z-index: 4444;}
#sitemaps .color-blue ul li.fisrt-list { font-size: 17px; display: block; margin-top: 10px; }
#sitemaps .color-blue ul li.fisrt-list a { color: #4abcc9 }
#sitemaps .color-blue ul li ul { margin-left: 15px; font-size: 13px;}
#sitemaps .color-blue ul li ul li a{ font-size: 13px; color: #666 !important; display: block; margin: 7px 0;}

.alert {
	padding: 10px;
	font-size: 13px;
	margin-bottom: 15px;
}
.alert.alert-success {
	color: white;
	background: green;
}
.alert.alert-danger {
	color: white;
	background: red;
}
form.form-atendimento {
	display: inline-block;
	margin-top: 30px;
}
.form-atendimento label{
	display: block;
	color: #999;
	font-size: 14px;
}
.form-atendimento input {
	width: 94%;
	padding: 8px;
	border: 1px solid #ccc;
}
.form-atendimento select{
	width: 98%;
	padding: 7px;
	border: 1px solid #ccc;
}
.form-atendimento textarea {
	width: 97%;
	padding: 8px;
	border: 1px solid #ccc;
}
.form-atendimento .btn-enviar {
	cursor: pointer;
	float: right;
	background: #666;
	text-transform: uppercase;
	padding: 15px 22px;
	border: 0;
	color: white;
}
.form-atendimento .btn-pesquisar {
	cursor: pointer;
	margin-top: 14px;
	background: #666;
	text-transform: uppercase;
	padding: 10px 22px;
	border: 0;
	color: white;
}

/*-----------------------------------------------------------------------------------*
/* = Pagination
/*-----------------------------------------------------------------------------------*/
.pagination{
	margin-top: 20px;
}
.pagination a,
.pagination span {
	font-size: 11px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    margin-right: 5px;
    display: block;
    float: left;
	background: #eee;
	color: #666;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pagination a:hover,
.pagination span.current {
    text-decoration: none;
	color: #FFF;
	background: #cf1d10;
	border: 1px solid #cf1d10;
}

/*-----------------------------------------------------------------------------------*
/* = Comments
/*-----------------------------------------------------------------------------------*/
#commentsbox {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
#comments{
	text-transform: none;
	font-weight: bold;
	color: #333;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d6d6d6;
}
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin: 0 !important;
}
#commentsbox li { }
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 65px }
.children li.depth-3 { margin: 0 0 0px 65px }
.children li.depth-4 { margin: 0 0 0px 65px }
.children li.depth-5 { margin: 0 0 0px 65px }
.children li.depth-6 { margin: 0 0 0px 65px }
.children li.depth-7 { margin: 0 0 0px 65px }
.children li.depth-8 { margin: 0 0 0px 65px }
.children li.depth-9 { margin: 0 0 0px 65px }
.children li.depth-10 { margin: 0 0 0px 65px }
.comment-body {
    position: relative;
    padding: 15px 15px 0;
	margin-left: 65px;
	margin-bottom: 30px;
	background: #ffffff;
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.comment-body p{
	margin-bottom: 15px !important;
}
.comment-body:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -12px;
    width: 12px;
    height: 20px;
    background: url("images/comment-arrow.png") no-repeat;
}
.comment-body:hover{
}
.reply{
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
.comment-reply-link {
	font-size: 10px;
}
.comment-reply-link:hover{
}
.comment-body:hover .reply{
	display: block;
}
#commentsbox .avatar {
	position: absolute;
	top: 0px;
	left: -65px;
	height: 40px;
	width: 40px;
	padding: 2px;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.comment-author {
	font-weight: bold;
    color: #000;
}
.says { display: none }
.comment-meta{
	margin-bottom: 10px;
}
.comment-meta a {
    font-size: 11px;
    font-style: italic;
    color: #666;
}
.cancel-comment-reply {
	margin-top: -10px;
}
.cancel-comment-reply a {
    color: #ea032d;
    line-height: 20px;
    height: 20px;
}
.cancel-comment-reply a:hover{
	text-decoration: underline;
}
#comments-respond {
	clear: left;
	text-transform: none;
	font-weight: bold;
	color: #333;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#comments-respond-meta{
	font-size: 11px;
}
#commentform label {
    display: block;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
	width: 45%;
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
    border: 1px solid #cecece;
    outline: none;
	padding: 10px 5px;
	margin-bottom: 10px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);  
}
#commentform textarea {
    display: block;
	padding: 10px;
	width: 95%;
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
    border: 1px solid #cecece;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus {
	border-color: #acacac !important;
}
#commentSubmit {
	font-size: 12px;
	margin-top: -5px;
	margin-bottom: 20px;
	outline: none;
}
#commentSubmit::-moz-focus-inner, #commentSubmit::-moz-focus-inner { border: 0; padding: 0; }
#commentSubmit span{
	display: block;
	margin: 0px;
	padding: 10px 15px !important;
}

/*-----------------------------------------------------------------------------------*
/* = Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar { margin-top: 38px; }
.sidebar-box {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: double #ccc;
}
.sidebar-box h4 {
    margin-top: 0px !important;
    margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 12px;
	background: url(images/tridots.png) left center repeat-x;
}
.sidebar-box h4 span{
	background: #fff;
	padding: 0 10px;
	margin-left: 10px;
}
.sidebar-box ul {
	list-style: disc;
	list-style-position: inside;
}
.sidebar-box li{
	margin-bottom: 5px;
}

/*flickr widget*/
.bizz-flickr-widget{
	list-style: none !important;
}
.bizz-flickr-widget a{
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 7px;
	margin-bottom: 7px;
	border: 5px solid #eee;
	-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;
    transition: all 0.2s ease-in-out;
}
.bizz-flickr-widget a:hover{
	border-color: #ef4034;
}
.bizz-flickr-widget img{
	display: block;
	width: 55px;
	height: 55px;
}

/*
	Widget Homegape
*/
#widget-homepage .widget-homepage { margin: 30px 0 40px 0; }
#widget-homepage .widget-homepage h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	margin: 10px 0 15px 0;
	color: #333;
}
#widget-homepage .widget-homepage ul { width: 100%; }
#widget-homepage .widget-homepage ul li {	
	-webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#widget-homepage .widget-homepage ul li:last-child { margin-right: 0;}
#widget-homepage .widget-homepage ul li:hover { opacity: 0.7; }

/*-----------------------------------------------------------------------------------*
/* = Footer/Copyright
/*-----------------------------------------------------------------------------------*/
#footer{
	background:#303030;
	padding: 0 30px;
	color: white;
}
#footer a{
	color: #999;
	text-decoration: none;
}
#footer a:hover{
	color: #f04f44;
}

/*
	Footer wpcf7-form
*/
#footer .wpcf7-form {
}
#footer .wpcf7-form input[type="text"], #footer .wpcf7-form input {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px;
	width: 65%;
	border: 0;
	color: #999;
	float: left;
}
#footer .wpcf7-form input[type="submit"] {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px 10px;
	width: auto;
	color: white;
	background: #888;
	text-transform: uppercase;
	font-size: 11px;
	height: 33px;
	margin: -17px 0 0 4px;
}
#footer  .wpcf7-not-valid-tip {
	font-size: 11px;
	width: 100%;
	display: table;
	margin: 40px 0 0 -205px; 
}
#footer .wpcf7-validation-errors {
	width: 90%;
	font-size: 11px;
	display: table;
	margin: 50px 0;
}
.wpcf7 select {
	width: 300px;
}


.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    top: 15px !important;
    padding: 0 !important;
}

/*footer widgets*/
#footer-widget-wrap{
	width: 940px;
	margin: 0 auto;
	margin-bottom: -30px;
	overflow: hidden;
}
#footer-left,
#footer-middle,
#footer-right{
	float: left;
	width: 285px;
	margin-top: 30px;
}
#footer-right{
}
#footer-middle{
	margin-left: 40px;
	margin-right: 40px;
}
#footer-right{
}


.footer-widget{
	color: white;
	margin-bottom: 30px;
}
.footer-widget h4{
	color: #fff;
	font-size: 12px;
	margin: 0 0 20px;
}
.footer-widget li{
	padding: 10px 0;
	border-bottom: 1px solid #333;
}
.footer-widget li:first-child{
	border-top: 1px solid #333;
}

/*flickr widget footer*/
#footer .bizz-flickr-widget li{
	border: 0px;
	padding: 0px;
}
#footer .bizz-flickr-widget{
	margin-right: -4px;
}
#footer .bizz-flickr-widget a{
	float: left;
	width: 57px;
	height: 57px;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 5px solid #333;
	-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;
    transition: all 0.2s ease-in-out;
}
#footer .bizz-flickr-widget a:hover{
	border-color: #ef4034;
}
#footer .bizz-flickr-widget img{
	display: block;
	width: 57px;
	height: 57px;
}

/*footer bottom*/
#footer-bottom{
	background:#212121;
	border-top: 1px solid #000;
	margin: 0 -30px;
	margin-top: 30px;
	padding: 10px 30px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#copyright {
	float: left;
	width: 820px;
    font-size: 10px;
	color:#666;
}
#back-to-top{
	text-align: center;
	margin: 10px auto;
}

/**
	Parceiros
**/
.parceiros {
	width: 100%;
	height: 80px;
	background: #dbdbdb;
	background: -moz-linear-gradient(top, #dbdbdb 2%, #dbdbdb 82%, #c8c8c8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#dbdbdb), color-stop(82%,#dbdbdb), color-stop(100%,#c8c8c8));
	background: -webkit-linear-gradient(top, #dbdbdb 2%,#dbdbdb 82%,#c8c8c8 100%);
	background: -o-linear-gradient(top, #dbdbdb 2%,#dbdbdb 82%,#c8c8c8 100%);
	background: -ms-linear-gradient(top, #dbdbdb 2%,#dbdbdb 82%,#c8c8c8 100%);
	background: linear-gradient(to bottom, #dbdbdb 2%,#dbdbdb 82%,#c8c8c8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#c8c8c8',GradientType=0 );
	padding: 25px 0 0 0;
	text-align: center;
}
.parceiros ul {
	list-style: none;
	margin: 15px 0 5px 0 !important;
	display: inline-block;
	clear: bold;
}
.parceiros ul + ul {
	border-top: 1px solid #cacaca;
	margin: 0!important;
	padding-top: 10px;
}
.parceiros ul li {
	margin: 0 !important;
	padding: 0;
}
.parceiros  img {
	text-align: center;
	width: auto;
}
.media-rod { 
	list-style: none;
	margin: 0;
}
.media-rod li { 
	float: left;
	margin-right: 10px;
}
#megaMenu .wpmega-item-description {
    height: 30px !important;
}


/*-----------------------------------------------------------------------------------*
/* = Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
	width: 220px;
	margin-bottom: 4px;
}
#search {
    position: relative;
    width: 180px;
    padding: 10px 30px 10px 10px;
    outline: none;
    border: 1px solid #ddd;
	color: #666;
}
#search:focus { }


.search-portfolio-thumb{
	float: left;
	margin-right: 20px;
	padding: 4px;
	border: 1px solid #ddd;
}
.search-portfolio-thumb img{
	margin: 0px;
	padding: 0px;
	display: block;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.search-portfolio-thumb:hover img{
	-moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/*-----------------------------------------------------------------------------------*
/* Main Shortcodes
/*-----------------------------------------------------------------------------------*/

/*columns*/
.one-half{ width:48%; }
.one-third{ width:30.66%; }
.two-third{ width:65.33%; }
.one-fourth{ width:22%; }
.three-fourth{ width:74%; }
.one-fifth{ width:16.8%; }
.one-sixth{ width:13.33%; }
.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .one-sixth {
	position:relative; margin-right:4%; float:left;
}


.column-last{margin-right: 0px;}
.column-first{margin-left: 0px;}

/*box shortcodes*/
.box-shortcode {
    margin: 5px 0px;
    padding: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
.box-black {
    background-color: #000;
}
.box-red {
    background-color: #e62727;
}
.box-green {
    background-color: #91bd09;
}
.box-blue {
    background-color: #00ADEE;
}
/*highlights*/
.text-highlight { padding: 2px }
.highlight-yellow,
.highlight-yellow a {
    background-color: #FFF7A8;
    color: #695D43;
}
.highlight-pink,
.highlight-pink a {
    background-color: #F7DEEB;
    color: #724473;
}
.highlight-purple,
.highlight-purple a {
    background-color: #E0DBF6;
    color: #5C5577;
}
.highlight-blue,
.highlight-blue a {
    background-color: #D7F0FF;
    color: #2A67A4;
}
.highlight-green,
.highlight-green a {
    background-color: #E7FFCE;
    color: #47630A;
}
.highlight-red,
.highlight-red a {
    background: #FFCEBE;
    color: #A22121;
}
.highlight-gray,
.highlight-gray a {
    background-color: #EBEBEB;
    color: #787777;
}

/*Other buttons*/
.button{
	margin-right: 5px;
}
.button, .button span {
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom:10px;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active, .button.active {
	top:1px;
}
.button span {
	position: relative;
	color:#fff;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .3) 1px solid;
	padding:0.8em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}
.button.black {
	background-color: #333333;
}
.button.gray {
	background-color: #666666;
}
.button.light-gray {
	background-color: #D5D2D2;
	text-shadow: 1px 1px 0px #FFF;
}
.button.light-gray span{
	color: #242424;
	text-shadow: 1px 1px 0px #e7e7e7;
	border-top: rgba(255, 255, 255, .6) 1px solid;
}
.button.red {
	background-color: #e62727;
}
.button.orange {
	background-color: #f24919;
}
.button.magenta {
	background-color: #A9014B;
}
.button.yellow {
	background-color: #ffb515;
}
.button.blue {
	background-color: #00ADEE;
}
.button.pink {
	background-color: #e22092;
}
.button.green {
	background-color: #91bd09;
}
.button.rosy {
	background-color: #F16C7C;
}
.button.brown {
	background-color: #804000;
}
.button.purple {
	background-color: #800080;
}
.button.cyan {
	background-color: #46C7C7;
}
.button.gold {
	background-color: #D4A017;
}