/* 

SmartGroup - CSS File

*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*============================================ GLOBAL  =================================================*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:0;
	line-height:20px;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px 30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}

/*** END OF GLOBAL  ***/


/*============================================ DEFAULT ELEMENT STYLES  =================================================*/
/* heading */
h1, h2 {margin-bottom:20px;}
h3, h4, h5{margin-bottom:18px;}
h1	{font-size:24px;}
h2	{font-size:22px;}
h3	{font-size:18px;}
h4	{font-size:15px;}
h5	{font-size:14px;}
h6	{font-size:13px;}
h1, h2, h3, h4, h5, h6{ font-weight:700; line-height:normal; font-family: 'Oswald', sans-serif, arial;}
.titleRegular{font-weight:400}
.titleSemibold{font-weight:600}
.titleBold{font-weight:700}
.titleUppercase{text-transform:uppercase}
.titleRegularItalic{font-style:italic}
.titleSection{margin-bottom:30px;}
.pagetitle{font-family: 'Oswald', sans-serif, arial; font-weight:700; font-size:40px; line-height:55px; margin-bottom:0px; text-transform:uppercase }

/* links */
a, a:visited {text-decoration:none;}
a:hover{text-decoration:none;}
a img{border:none}


/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin:0px;
}


img.alignleft, 
img.alignright, 
img.aligncenter
{
	margin-bottom: 12px;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ul li{ padding-bottom:10px;}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
	
blockquote {
    background-image: url("../images/quote.png"), url("../images/pattern.png");
    background-position: 28px 25px, 0 0;
    background-repeat: no-repeat, repeat;
	background-color:#f5f5f5;
    clear: both;
    margin: 0 0 20px 0;
    padding: 33px 41px 38px 61px;
	font-family:Arial, Helvetica, sans-serif;
}

blockquote{background-image: url("../images/quote.png")\0/; background-repeat: no-repeat\0/; background-position: 28px 25px\0/;}/* IE-8 ONLY  */

blockquote span{background-image: url("../images/quote2.png"); background-position:right; background-repeat:no-repeat; padding:0px 30px 15px 0px;}	
	
blockquote.left, blockquote.right  {
	float:right;
	margin:0 0 0 20px;
	width:43%;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

blockquote p{margin-bottom:0px;}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/


/*============================================ CONTAINER  =================================================*/
#bodychild{
	width:1000px;
	margin:0 auto;
	padding:0;
}
#outercontainer{
	width:100%;
	background-image:url(images/back.png);
}

#outerheader, #outerslider, #outerbeforecontent, #outermain,  #outerfootersidebar, #outerfooter{width:100%; margin:0 auto}


/*** END CONTAINER ***/

/*** HEADER ***/
#top{margin-bottom:27px;}
#logo{float:left; height:auto; margin-top:5px;}
#logo h1{margin:0; font-size:28px; line-height:28px;}
#logo .circle{
	display: block;
	line-height:normal;
	width:34px;
	height:34px;
	-moz-border-radius:34px;
	-webkit-border-radius:34px;
	-khtml-border-radius:34px;
	border-radius:34px;
	text-align: center;
	margin:0 10px 0 0;
	float:left;
}
#logo .circle img{ padding:10px 0 0 10px}
#logo img{display:block; text-align:center}
#logo span{line-height:32px;}


/* TOP MENU */
#navigation{position:relative; z-index:200; margin:39px 0px 0px 0px; padding:0px;}

/* Nav Menu */
#topnav{
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	float:right;
	font-size:10px;
	font-family:'Oswald', sans-serif, arial;
}

/*------------------------------------------------*/
/*--------------------[MENU]----------------------*/ 
/*------------------------------------------------*/	

.menuext{list-style-type: none;}

.menuext li
{
	display: block;
	float:left;
	padding-right:60px;
	padding-top:5px;
	text-align: left;

}

.menuext a
{
	padding-top:30px;
	position:absolute;
	width: 50px;
	height: 50px;
	color:#969696;
}

.menuext a:hover
{
	color:#4b4b4a;
}


.menuext li{
   	background: url(images/icons/iconsprites.png) no-repeat top left;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.menuext li:hover{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}


.sprite-cont{ background-position: 0 0 !important; width: 36px; height: 36px; } 
.sprite-contact{ background-position: 0 -172px !important; width: 36px; height: 36px;} 
.sprite-contact:hover{ background-position: 0 -258px !important; width: 36px; height: 36px; } 
.sprite-cont:hover{ background-position: 0 -86px !important; width: 36px; height: 36px; } 
.sprite-cv{ background-position: 0 -344px !important; width: 16px; height: 16px; } 
.sprite-cv:hover{ background-position: 0 -410px !important; width: 16px; height: 16px; } 
.sprite-en{ background-position: 0 -476px !important; width: 36px; height: 36px; } 
.sprite-en:hover{ background-position: 0 -562px !important; width: 36px; height: 36px; } 
.sprite-fb{ background-position: 0 -648px !important; width: 16px; height: 16px; } 
.sprite-fb:hover{ background-position: 0 -714px !important; width: 16px; height: 16px; } 
.sprite-folha-01{ background-position: 0 -780px !important; width: 181px; height: 106px; } 

.sprite-home{ background-position: 0 -936px !important; width: 36px; height: 36px; } 
.sprite-home:hover{ background-position: 0 -1022px !important; width: 36px; height: 36px; } 

.sprite-lin{ background-position: 0 -1108px !important; width: 16px; height: 16px; } 
.sprite-lin:hover{ background-position: 0 -1174px !important; width: 16px; height: 16px; } 
.sprite-mail{ background-position: 0 -1240px !important; width: 19px; height: 14px; } 
.sprite-mail:hover{ background-position: 0 -1304px !important; width: 19px; height: 14px; } 
.sprite-mouse{ background-position: 0 -1368px !important; width: 36px; height: 36px; } 
.sprite-mouse:hover{ background-position: 0 -1454px !important; width: 36px; height: 36px; } 
.sprite-oroc{ background-position: 0 -1540px !important; width: 36px; height: 36px; } 
.sprite-oroc:hover{ background-position: 0 -1626px !important; width: 36px; height: 36px; } 
.sprite-otoc{ background-position: 0 -1712px !important; width: 36px; height: 36px; } 
.sprite-otoc:hover{ background-position: 0 -1798px !important; width: 36px; height: 36px; } 
.sprite-part{ background-position: 0 -1884px !important; width: 36px; height: 36px; } 
.sprite-part:hover{ background-position: 0px -1970px !important; width: 36px; height: 36px; } 
.sprite-perc{ background-position: -231px -86px !important; width: 36px; height: 36px; } 
.sprite-perc:hover{ background-position: -231px -172px !important; width: 36px; height: 36px; } 
.sprite-pt{ background-position: -231px -258px !important; width: 36px; height: 36px; } 
.sprite-pt:hover{ background-position: -231px -344px !important; width: 36px; height: 36px; } 
.sprite-seg{ background-position: -231px -430px !important; width: 36px; height: 36px; } 
.sprite-seg:hover{ background-position: -231px -516px !important; width: 36px; height: 36px; } 
.sprite-servicos{ background-position: -231px -602px !important; width: 36px; height: 36px; } 
.sprite-servicos:hover{ background-position: -231px -688px !important;; width: 36px; height: 36px; } 
.sprite-x{ background-position: -231px -774px !important;; width: 36px; height: 36px; } 
.sprite-x:hover{ background-position: -231px -860px !important; width: 36px; height: 36px; } 




/*=== Form & Button ===*/
form{margin:0; padding:0;}

input[type="text"],
textarea, input[type="password"], select{
	font-size:12px;
	padding:7px 5px;
	font-size:11px;
	font-family:Arial;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

textarea{width:90%;}

textarea:focus{outline:0;}

.button, .button:visited, input[type="submit"], button{
	padding:7px 12px 8px 12px;
	cursor:pointer;
	font-size:12px;
	line-height:14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
}

.button:hover, input[type="submit"]:hover, button:hover{text-decoration:none;}

.button.medium, input[type="submit"].medium, button.medium{font-size:14px; padding:8px 14px 8px 14px;}
.button.large, input[type="submit"].large, button.large{font-size:14px; padding:10px 16px 10px 16px;}

/*=== Separator ===*/
.separator {
	display:block;
	height:12px;
	margin-bottom:20px;
	padding:0 0;
	text-align:center;
	width:100%;
	clear:both;
}
.separator.small{margin-bottom:0;}
.separator.line{margin-bottom:32px;}


/*=== Dropcaps ===*/
.dropcap1{
	display:block;
	float:left;
	font-size:32px;
	line-height:34px;
	margin:4px 8px 0 0;
	font-family: 'Oswald', sans-serif, arial;
}
.dropcap2{
	display: block;
	float:left;
	font-family: 'Oswald', sans-serif, arial;
	border-radius: 55px 55px 55px 55px;
    display: block;
    float: left;
    font-size: 26px;
    line-height: 47px;
    margin: 6px 8px 0 0;
    text-align: center;
    width: 47px;	
}
.dropcap3{
	display:block;
	float:left;
	font-size:26px;
	line-height:40px;
	width:47px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
	padding:5px 0;
	font-family: 'Oswald', sans-serif, arial;
}

/*== Highlight ==*/
.highlight1{padding:2px 5px;}	
.highlight2{padding:2px 5px;}

/*=== Pullquotes ===*/
.pullquote-right, .pullquote-left{
	padding:0px 10px 0px 30px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	font-style:italic;
	font-size:12px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}

/*==== Alert Box ====*/
.notification{
	padding:10px;
	margin-bottom:20px;
}

/*== Pricing Box ==*/
ul.list-box{margin:0; padding:0; list-style-type:none; list-style-position:outside;}
ul.list-box li{ margin-top:15px;}
ul.list-box > li{
	float:left;
	width:232px;
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
	z-index:2;
 }
ul.list-box li.noborder{}
ul.list-box li.current{
	z-index:4; 
	margin-top:-25px;
	border-radius:3px;
}
ul.list-box .title-box{
	font-size:14px;
	font-weight:400;
	text-align:center;
	margin:0; 
	padding:10px 20px;
}
ul.list-box li:first-child{
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
}
ul.list-box li.last{
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}
ul.list-box li.last{margin-right:0;}
ul.list-box .price-text{
	margin:0; 
	text-align:center;
	padding:28px 20px 18px 20px;
	vertical-align:top;
	font-size:14px;
}
ul.list-box .price{font-size:26px; font-family: 'Oswald', sans-serif, arial; font-weight:700;}
ul.list-box .price-text img{margin:-10px 0 0 0;}
.list-box-container{
	padding:0 0 26px 0;
	margin-top:0;
}
ul.list-box li.current .list-box-container{
	padding:0 0 42px 0;
}
.list-box-content{ margin:0px 0px; }
.list-box-content ul{margin:5px 0 25px 0;  padding:0 15px; list-style-type:none;}
.list-box-content ul li{margin:0;
	padding:6px 0; 
	list-style-type:none; 
	text-align:center;
}
.list-box-content .button{font-size:13px; font-weight:700;}
.list-box-content ul li:first-child{}

/*==== Tabs ====*/
.tabcontainer{margin:0;}
ul.tabs {
	margin: 0;
	margin-bottom:0px;
	padding: 0 0 1px 0;
	list-style: none;
	height: 35px;
	width: 100%;
	
}

ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 0 15px;
	line-height:25px;
	height:35px;
	overflow: hidden;
	position: relative;
	font-size:14px;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 5px 0px;
	outline: none;
	font-family:'Oswald', sans-serif, arial;
}

.tab-content {padding: 20px 0 25px 0; }
	
ul.tabs li:hover{}
#tab-body{padding:0 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

/*==== jQuery Toggles ====*/
#toggle{border: 0px;}
h2.trigger {
	padding: 0px 0px;
	margin: 0 0 0 0;
	font-size:14px;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

h2.trigger span {
	text-decoration: none;
	display: block;
	height:39px;
	background: url(images/arrow-left.png) no-repeat right;
	padding:0px 0px 0px 20px;
	cursor:pointer;
	line-height:40px;
}

h2.active span{ background:url(images/arrow-down.png) no-repeat right;background-color:#F68C3D;}

h2.active {}

.toggle_container {
	margin: 0 0 0 0;
	padding: 0px 0px;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {padding: 20px;}
.toggle_container .block p {padding: 0px; margin: 0px;}

/* Accordion */
h2.accordion-title{ font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:12px; margin:0; clear:both; padding:0px 0 5px 0px; line-height:25px; margin-left:35px;}
h2.accordion-title.active{}
ul.ts-accordion{ 
	list-style: none; 
	margin-left: 0px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	overflow:hidden
}
ul.ts-accordion li{ list-style: none; margin:0; padding:0 }

div.accordion-content{ width:150px; padding:0px 0px 0px 35px; clear:both;}
h2.accordion-title span.accordion-icon{ width:-60px; margin-left:-10px; height: 23px; float:left; background:url(images/accordion-icon.png) no-repeat; margin-right: 13px; cursor: pointer; display: block; }
h2.accordion-title.active span.accordion-icon{background-position:0 -23px;}
div.accordion-title p{ margin-bottom: 0px; }



/*==== Tables ====*/
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:left; }
th{padding:10px;}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 14px;
	line-height: 18px;
	padding: 9px 24px;
	font-family:'Oswald', sans-serif, arial;
}
tr td {
	padding: 6px 24px;
}
tr.odd td {}



/*============================================ SIDEBAR  =================================================*/
#sidebar{float:left; }
#sidebar.positionleft{float:left;}
#sidebar.positionright{float:right;}


.widget-title {
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    z-index: 10;
}
.widget-title .title-bg{ 
	font-size:14px;
	padding:0;
	font-family:'Oswald', sans-serif, arial;
	font-weight:700;
	text-transform:uppercase;
	position:absolute;
	padding:0 10px 0 0;
}

#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	
}
#sidebar .widget-container{margin-bottom:40px; }
#sidebar .widget-container:first-child{padding:0; border:0}

#sidebar li li{
	list-style-type:none;
	margin:0 0 4px 0;
	padding:0 0 3px 0;
}
#sidebar li li a{}
#sidebar li li a:hover, #sidebar li li a.active{text-decoration:none;}

#sidebar .textwidget p{ margin-bottom:0px;}

/* Tag */
.tags a{padding:2px 6px; margin:0 7px 10px 0 !important; display:inline-block}
.tags a:hover{}

/* Recent post widget */
.rp-widget li{padding-bottom:10px; margin-bottom:0px ; clear:left}
.rp-widget li.last{margin:0 !important; padding:0 !important;}
.rp-widget img{padding:4px;}
.rp-widget li h3{font-size:13px; margin-bottom:0px}
.rp-widget li .smalldate{font-size:11px; display:block; font-style:italic; overflow:hidden; padding:0 0 0 0px}


.gallery-pic a{margin:0 6px 6px 0; display:block; float:left;}
.gallery-pic, .gallery-pic a{ position:relative}



/*============================================ FOOTER SIDEBAR  =================================================*/
#outerfootersidebar{padding:36px 0 0 0;}
#footersidebar ul{list-style-type:none; margin:0; padding:0;}
#footersidebar li.widget-container{list-style-type:none; margin:0 0 30px 0; padding:0 6px 0 0; }
#footersidebar .widget-title{
	font-size:14px;
	line-height:16px;
	font-family: 'Oswald', sans-serif, arial;
	font-weight:700;
	text-transform:uppercase;
	margin:0 0 25px 0;
	padding:0px;
	border:0px;
}
#footersidebar .widget-title:before {border:0px;}
#footersidebar li li{padding:0 0 5px 0; margin:0 0 5px 0; }
#footersidebar li a{ padding:0px; margin:0px;}
#footersidebar li a:hover{ text-decoration:none;}


/* Recent post widget */
#footersidebar  .rp-widget li img{ float:left; margin-right:15px;}
#footersidebar  .rp-widget li{ padding-bottom:15px!important; margin-bottom:15px!important}
#footersidebar  .rp-widget li:last-child{ border:0px;}
#footersidebar  .rp-widget li h3{ margin-bottom:0px;}


.sn{list-style-type:none; margin:0 0 0 0; padding:0;} 
.sn li{list-style-type:none; margin:0; padding:0 5px 0 0!important; display:inline; background:transparent; border:0px!important;} 
.sn span{height:32px; width:32px; display:inline; display:inline-block}
.icon-img{background-position:0 0;}
.icon-img:hover{background-position:0 -32px !important;}

/*============================================ FOOTER  =================================================*/
#footercontainer{position:relative;padding:28px 0px;}
#footer{ padding-left:20px;}
#footer{font-size:12px;}
#footer a, #footer a:visited{}
#footer a:hover{text-decoration:underline;}
#toTop {
	position:absolute; /* this is the magic */
	top:28px;
	right:20px;
	cursor:pointer;
	display:none;
	font-size:12px;
	background:url(../images/top.png) no-repeat;
	width:16px; height:16px;
}

#footcol2, #footcol3{ width:170px;} 
#footcol2{ margin-left:20px;}

