/*!
 * Autor: Dannys - Dannybia
 * Web Designer: Dannys - www.dannybia.com
 * Copyright 2001-2016, Grupo Embras
 * E-mail: gilberto@showy.com.br
 * Site: www.showy.com.br
 */
@charset "UTF-8";

/* =============================================================================
   =Custom Font
   ========================================================================== */

@import url("fonts/bitter/bitter.css");

/* Fade Image */

.fade {opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;}

.fade:hover {opacity: 0.5;}

/* Fade Image */

/* =============================================================================
   =Font Styling
   ========================================================================== */

#pagetitle h1, .callout, #testimonials p, #footer-widgets {
	font-family: 'Bitter', Cambria, Georgia, Times, "Times New Roman", serif;
}
#pagetitle, .callout-btn, callout-btn-left, callout-btn-serv, #testimonials, #footer-widgets .widget-title {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* =============================================================================
   =Global Styling
   ========================================================================== */

body {
	min-width: 960px;
	color: #444;
	font-size: 14px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 22px;
	background-color: #F4F4F4;
}
h1, h2, h3, h4, h5, h6 {
	color: #353535;
	font-family: 'Bitter', Cambria, Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
}
a:link, a:visited { color: #339ff0; }
a:hover { color: #2f8bd1; }

/* =============================================================================
   =General Styling
   ========================================================================== */

#masthead, #pagetitle div.inner, #intro div.inner, .callout div.inner,
#main, #services, #recents, #testimonials, #footer-widget-area, #colophon {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#main { padding: 30px 0; }
#primary, #secondary, #services div.service,
#recents div.recent, #footer-widgets div.widget-area {
	display: inline;
	float: left;
	width: 620px;
	margin-left: 10px;
	margin-right: 10px;
}
#secondary {
	width: 280px;
	margin-left: 30px;
}
.home.business-layout #main {
	width: 100%;
	padding: 0;
}
div.pgmedia div.pgitem {
	display: inline;
	position: relative;
	float: left;
	width: 215px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	text-align: center;
}
div.pgmedia div.pgitem.one-col { width: 920px; }
div.pgmedia div.pgitem.two-cols { width: 450px; }
div.pgmedia div.pgitem.three-cols { width: 293px; }
div.pgmedia div.pgitem img {
	display: block;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
div.pgmedia div.pgitem span.pgridge {
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 10;
	height: 2px;
	background: #3A3843;
	background: rgba( 255, 255, 255, .25 );
}
.ie7 div.pgmedia div.pgitem span.pgridge,
.ie8 div.pgmedia div.pgitem span.pgridge { display: none; }
div.pgmedia div.pgitem div.pgoverlay {
	display: none;
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 12;
	background: url(../layout/idx/pgoverlay.png) repeat;
}
div.pgmedia div.pgitem:hover div.pgoverlay { display: block; }
div.pgmedia div.pgitem div.pgoverlay a.pgzoom {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../layout/idx/pgzoom.png) no-repeat center center;
}
div.pgmedia div.pgitem h3.pgtitle {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
}
div.pgmedia div.pgitem.one-col h3.pgtitle {
	font-size: 24px;
	line-height: 32px;	
}
div.pgmedia div.pgitem.two-cols h3.pgtitle {
	font-size: 20px;
	line-height: 26px;	
}
div.pgmedia div.pgitem.three-cols h3.pgtitle {
	font-size: 16px;
	line-height: 24px;
}
div.pgmedia div.pgitem h3.pgtitle a { color: #555; }
div.pgmedia div.pgitem h3.pgtitle a:hover {
	color: #339ff0;
	text-decoration: none;
}
div.pgmedia div.pgitem div.pgmeta,
div.pgmedia div.pgitem div.pgmeta a {
	color: #999;
	font-size: 13px;
	font-family: 'Bitter', Cambria, Georgia, Times, "Times New Roman", serif;
}
div.pgmedia div.pgitem.one-col div.pgmeta,
div.pgmedia div.pgitem.one-col div.pgmeta a { font-size: 16px; }
div.pgmedia div.pgitem.two-cols div.pgmeta,
div.pgmedia div.pgitem.two-cols div.pgmeta a { font-size: 15px; }
div.pgmedia div.pgitem.three-cols div.pgmeta,
div.pgmedia div.pgitem.three-cols div.pgmeta a { font-size: 14px; }
div.pgmedia div.pgitem div.pgmeta a:hover {
	color: #555;
	text-decoration: none;
}
.page-template-template-fullwidth-php #primary,
.page-template-template-gallery-php #primary,
.page-template-template-portfolio-php #primary {
	display: block;
	float: none;
	width: 940px;
}

/* =============================================================================
   =Header Section
   ========================================================================== */

#header { background-color: #fff; }
.ie7 #header {
	position: relative;
	z-index: 50;
}
#branding { float: left; }
#site-logo { padding-top: 10px; }
#site-title {
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 28px;
	line-height: 36px;
}
#site-title a {
	color: #FFF;
	text-decoration: none;
}
#site-description { display: none; }

/* =============================================================================
   =Menu Navigation Section
   ========================================================================== */

#access { float: right; }
#access ul.sf-menu li a {
	padding: 18px 20px;
	color: #252525;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.ie7 #access ul.sf-menu li a { display: inline-block; }
.ie7 #access ul.sf-menu li a { display: block; }
#access ul.sf-menu li.sfHover a,
#access ul.sf-menu li a:hover {
	text-decoration: none;
	background-color: #339ff0; /* = old 2f8bd1 = */
}
#access ul.sf-menu li ul,
#access ul.sf-menu li.sfHover ul { top: 58px; }
#access ul.sf-menu li ul li {
	border-bottom: 1px solid #2a7fc0;
	border-top: 1px solid #3e93d4;
}
#access ul.sf-menu li ul li:last-child { border-bottom: none; }
#access ul.sf-menu li ul li a {
	padding: 10px 20px;
	background-color: #2f8bd1;
}
#access ul.sf-menu li ul li a:hover { background-color: #2c85c8; }
#access ul.sf-menu li ul ul,
#access ul.sf-menu li.sfHover ul ul {
	top: 0px;
	padding-left: 5px;
	margin-top: -1px;
}

/* =============================================================================
   =Intro and Page Title Section
   ========================================================================== */

#intro,
#pagetitle {
	position: relative;
	background: url(../layout/idx/blur-bg.jpg) no-repeat top center;
}
#intro span.ridge,
#pagetitle span.ridge {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 1px;
	background: #252525;
	background: rgba( 255, 255, 255, .25 );
}
.ie7 #intro span.ridge,
.ie7 #pagetitle span.ridge,
.ie8 #intro span.ridge,
.ie8 #pagetitle span.ridge { display: none; }
#intro span.shadow,
#pagetitle span.shadow {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 31px;
	background: url(../layout/idx/bottom-shadow.png) repeat-x;
}
#pagetitle span.shadow { bottom: 5px; }
#intro div.inner,
#pagetitle div.inner {
	padding-top: 40px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	line-height: 26px;
}
#intro div.inner h1,
#pagetitle div.inner h1 {
	color: #FFF;
	margin-bottom: 30px;
}
#pagetitle div.inner h1 {
	padding: 0 20px;
	margin-bottom: 10px;
	font-size: 48px;
	line-height: 56px;
}
#intro div.inner img {
	margin-top: 30px;
}
#pagetitle span.border {
	display: block;
	height: 4px;
	border-bottom: 1px solid #DDD;
	background-color: #fbfbfb;
}
#pagetitle div.inner { padding: 30px 0 40px 0; }
#pagetitle div.inner a,
#pagetitle div.inner abbr {
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
}
#pagetitle div.inner span {
	display: inline-block;
	margin: 0 6px;
}


/* =============================================================================
   =Callout Section
   ========================================================================== */

.callout {
	padding: 25px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	border-bottom: 1px solid #DDD;
	background-color: #fbfbfb;
}
.callout div.callout-text { width: 620px; }
.callout a.callout-btn {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	padding: 15px 15px;
	margin-top: -28px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	background-color: #339ff0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.callout a.callout-btn-left {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 130px;
	padding: 15px 15px;
	margin-top: -28px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	background-color: #339ff0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.callout a.callout-btn-serv {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 250px;
	padding: 15px 15px;
	margin-top: -28px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	background-color: #339ff0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.callout a.callout-btn:hover, .callout a.callout-btn-left:hover, .callout a.callout-btn-serv:hover  {
	text-decoration: none;
	background-color: #2f8bd1;
}
#callout-bottom.callout {
	color: #aeaeae;
	font-size: 20px;
	font-weight: normal;
	line-height: 29px;
	text-align: center;
	border-bottom: none;
	background-color: #2d2e2e;
}

/* =============================================================================
   =Services Section
   ========================================================================== */

#services { padding: 20px 0; }
#services div.service {
	width: 290px;
	padding: 20px 5px;
	text-align: center;
}
#services div.service h3.service-title {
	padding: 0 15px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: normal;
	line-height: 29px;
}
#services div.service img.service-icon { margin-bottom: 5px; }

/* =============================================================================
   =Recent Work Section
   ========================================================================== */

#recents-wrapper {
	padding: 30px 0 30px 0;
	color: #777;
	text-align: center;
	background-color: #e0e0e0;
}
#recents-wrapper h2.recent-heading {
	color: #252525;
	font-size: 26px;
	line-height: 30px;
}
#recents-wrapper h2.recent-heading,
#recents-wrapper p.recent-tagline {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#recents { padding-top: 20px; }
#recents div.recent {
	width: 160px;
	margin-bottom: 20px;
}
#recents div.recent a.thumbnail:link,
#recents div.recent a.thumbnail:visited { border-color: #BBB; }
#recents div.recent a.thumbnail:hover { border-color: #2f8bd1; }

/* =============================================================================
   =Testimonials Section
   ========================================================================== */

#testimonials-wrapper {
	padding: 40px 0;
	text-align: center;
}
#testimonials,
#testimonials div.testimonial {
	display: block;
	width: 960px;
	height: auto;
}
#testimonials p {
	font-size: 20px;
	font-weight: normal;
	line-height: 29px;
}
#testimonials strong {
	display: block;
	color: #339ff0;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 30px;
}
#testimonials span {
	color: #999;
	font-size: 12px;
}
#testimonials-wrapper ul.pagination {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#testimonials-wrapper ul.pagination li { display: inline; }
#testimonials-wrapper ul.pagination li a {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 3px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: #999;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#testimonials-wrapper ul.pagination li.current a { background-color: #333; }

/* =============================================================================
   =Content Section
   ========================================================================== */

#content .hentry { margin-bottom: 60px; }
.single #content .hentry,
.page #content .type-page.hentry { margin-bottom: 20px; }
#content .page-header { display: none; }
#content .entry-title {
	margin-top: 0;
	font-size: 22px;
	line-height: 29px;
}
#content .entry-title a { color: #353535; }
#content .entry-title a:hover {
	color: #2f8bd1;
	text-decoration: none;
}
.single #content .entry-title,
.page #content .type-page .entry-title { display: none; }
#content .entry-image {
	padding: 4px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
#content img.entry-image {
	display: block;
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
}
#content .entry-meta {
	margin-top: -5px;
	margin-bottom: 15px;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 14px;
}
.single #content .entry-meta { display: none; }
#content .entry-meta abbr,
#content .entry-meta a {
	color: #999;
	text-decoration: none;
	border-bottom: none;
}
#content .entry-meta a:hover { color: #444; }
#content .entry-meta span.sep {
	display: inline-block;
	margin: 0 4px;
}
#content .entry-summary p:last-child,
#content .entry-content p:last-child { margin-bottom: 0; }
#content .entry-utility {
	padding-top: 30px;
	color: #999;
	font-size: 12px;
}
#content .entry-utility span.hline {
	display: block;
	width: 80px;
	height: 1px;
	margin-bottom: 8px;
	background-color: #DDD;
}
#content #post-ads {
	width: 468px;
	height: 60px;
	padding: 4px;
	margin: 20px auto;
	border: 1px solid #DDD;
}

/* =============================================================================
   =Page Navigation Section
   ========================================================================== */

#pagenavi {
	clear: both;
	margin-top: -10px;
	font-size: 0;
	text-align: center;
}
.ie7 #pagenavi { margin-top: 20px; }
#pagenavi .pages,
#pagenavi .page-numbers {
	display: inline-block;
	padding: 9px 13px;
	font-size: 14px;
	font-weight: bold;
}
#pagenavi .page-numbers {
	margin-left: 6px;
	color: #FFF;
	background-color: #2d2e2e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#pagenavi .page-numbers:hover,
#pagenavi .page-numbers.current {
	text-decoration: none;
	background-color: #339ff0;
}
#postnavi { display: none; }

/* =============================================================================
   =Comments Section
   ========================================================================== */

#comments .comments-title,
#reply-title {
	font-size: 20px;
	line-height: 28px;
}
#comments ol.commentlist,
#comments ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
}
#comments ol.commentlist li.comment {
	position: relative;
}
#comments ol.commentlist div.avatar {
	position: absolute;
	top: 0; 
	left: 0;
	padding: 5px;
	background-color: #fbfbfb;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
#comments ol.commentlist div.avatar img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
#comments ol.commentlist div.comment-author,
#comments ol.commentlist div.comment-meta {
	padding-top: 4px;
	padding-left: 70px;
	font-weight: bold;
}
.ie7 #comments ol.commentlist div.comment-author {
	margin-top: -20px;
}
#comments ol.commentlist div.comment-meta,
#comments ol.commentlist div.comment-meta a {
	padding-top: 0;
	color: #999;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
#comments ol.commentlist div.comment-meta a:hover {
	color: #444;
	text-decoration: none;
}
#comments ol.commentlist div.comment-meta span.sep {
	display: inline-block;
	margin: 0 6px;
}
#comments ol.commentlist div.comment-body {
	position: relative;
	padding: 20px;
	margin: 20px 0 30px 0;
	background-color: #efefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#comments ol.commentlist div.comment-body p:last-child { margin-bottom: 0; }
#comments ul.children { margin-left: 48px; }
#respond label {
	display: inline-block;
	position: relative;
	top: -5px;
	padding-left: 10px;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
}
#respond p.form-allowed-tags { display: none; }

/* =============================================================================
   =Sidebar Section
   ========================================================================== */

#secondary .widget-container {
	margin-bottom: 20px;
	padding: 20px;
	color: #565656;
	border-bottom: 1px solid #cccccc;
	background-color: #ebebeb;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#secondary .widget-title {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	text-transform: uppercase;
	border-bottom: 1px solid #F5F5F5;
}
#secondary .widget-title span {
	display: block;
	padding-bottom: 8px;
	border-bottom: 1px solid #D6D6D6;
}
#secondary .widget-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#secondary .widget-content ul li {
	padding: 5px 10px;
	margin-bottom: 5px;
	background-color: #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#secondary .widget-content ul li:last-child { margin-bottom: 0; }
#secondary .widget-content ul li:hover{ background-color: #e0e0e0; }
#secondary .widget_agencia_recentpopular_widget ul li { padding: 10px; }
#secondary .widget_agencia_recentpopular_widget li img {
	display: block;
	float: left;
	margin-right: 15px;
	padding: 4px;
	border: 1px solid #ddd;
	background-color: #ebebeb;
}

/* =============================================================================
   =Footer Section
   ========================================================================== */

#footer {
	color: #AEAEAE;
	background-color: #2d2e2e;
}
#footer a { color: #FFF; }
#footer-widgets {
	padding: 20px 0 50px 0;
	font-weight: normal;
	background-color: #202222;
}
#footer-widgets div.widget-area { width: 220px; }
#footer-widgets div#first.widget-area { width: 460px; }
#footer-widgets .widget-title {
	margin-bottom: 10px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#footer-widgets .widget-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-widgets .widget-content ul li {
	padding: 10px 0;
	border-bottom: 1px solid #2d2e2e;
}
#footer-widgets .widget-content ul li:first-child { padding-top: 0; }
#footer-widgets .widget-content ul li a { color: #AEAEAE; }
#footer-widgets .widget-content ul li a:hover { color: #FFF; }
#colophon {
	padding: 20px 0;
	font-size: 11px;
	color: #999;
	font-size: 10px;
	font-family: 'Bitter', Cambria, Georgia, Times, "Times New Roman", serif;
}

/* =============================================================================
   =Sidebar by danny
   ========================================================================== */


.sidebar .sidebar_widget ul {
    list-style-image:url('../layout/idx/right-arrow.png');
    margin-bottom: 0;
}
.sidebar .sidebar_widget ul li {
    background:none;
    margin-left: 15px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    padding-left: 0;
    background: none;
    color: #3e4237;
}
.sidebar .sidebar_widget ul li a {
    color: #3e4237;
}
.sidebar .sidebar_widget ul li:last-child {
    border-bottom: none;
}
.sidebar {
    margin-left:12px;
}
.sidebar .sidebar_widget ul.theme_pack {
    list-style-type:none;
    list-style-image: none;
}
.sidebar .sidebar_widget ul.theme_pack li.tick {
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom:0;
}
.sidebar .sidebar_widget ul.theme_pack li.tick {
    margin-left:0;
    padding-left:25px;
    background:url('../layout/idx/tick.png') 0 5px no-repeat;
    margin-bottom:8px;
}
.sidebar .sidebar_widget {
    background:#f7f7f7;

    width:279px;
    margin-bottom:30px;
    position:relative;
}
.sidebar .sidebar_widget .easyseal {
    width:80px;
    height:108px;
    position:absolute;
    top:-8px;
    right:0;
}
.sidebar .sidebar_widget.theme_pack .themepackhead {
    color:#17478b;
    font-size:16px;
    font-weight:normal;
}
.sidebar .sidebar_widget ._widget {
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;
    border:1px solid #d0d0d0;
    padding-top: 15px;
}
.sidebar .sidebar_widget .sidebar_title {
    background:#f3f3f3;
    color:#283b5f;
    font-size:18px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:5px;
    padding-top: 10px;
    height: 30px;
    margin-bottom: 0;
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;;
}
.sidebar .sidebar_widget .theme_version {
    list-style-type:none;
    list-style-image: none;
}
.sidebar .sidebar_widget .theme_version li {
    margin-left:0;
    font-size:14px;
    color:#545252;
    background: none;
    padding-left:5px;
    border-bottom: none;
}
