 /*
Theme Name: Leaseit
Description: Tema Leaseit
Author: Softpoint Consultores SL
Version: 1.0
*/

a.tip {
    text-decoration: none
}
a.tip:hover {
    cursor: help;
    position: relative
}
a.tip span {
    display: none
}
a.tip:hover span {

    padding: 5px 12px 5px 15px;
    display: block;
    z-index: 100;
    background: url(../images/status-info.png) #98CA3D no-repeat 100% 5%;
    left: 0px;
    margin: 10px;
    width: 150px;
    position: absolute;
    bottom: 10px;
    text-decoration: none;
    color:#fff;
    opacity:0.9;
    line-height:20px; 
}

/* Filter */
dl { margin-bottom: 6em; color: #777; }
dt, dd { float: left; }
dt { margin-right: 5px; }
.filter li { float: left; }

.filter li:last-child:after { content: ""; }
.filter a { padding: 0 10px; color: #777; text-decoration: none; }
.filter a:hover, .current a { color: #4f0d4d; }

/* Portfolio Items */
.portfolios ul{ 
    display: inline-block;
    letter-spacing: normal;
    margin: 10px 0 50px;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: top;
    word-spacing: normal;
    text-decoration:none;
 }
.portfolio li:nth-child(4n) { margin-right: 0; }
.portfolio a { display: block; text-decoration: none; }
.portfolio img { width: 212px; height: 171px; display: block; }
.portfolio_four_columns {padding:0px;}
.portfolio_four_columns {margin:0px; margin-right: -28px;}
.portfolio_four_columns li { 
     width: 219px;
 }
.portfolios ul li {
    display: inline-block;
    letter-spacing: normal;
    margin: 10px 0 50px;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: top;
    word-spacing: normal;
}

ul.portfolio_four_columns li {
    margin-right: 28px;
}

section {
    display: block;
}

.bound_box {
   border: 1px solid #000;
   height: 158px;
   width: 478px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
   padding-top:5px;
}

.line {
  width:100%;
  border-top:1px solid #000;
}
/**********************************
       Portfolio options new football
*************************************/
/*- FILTER OPTIONS -*/
ul#filterOptions {
	padding-left:0px;
	margin: 30px 0;
	overflow: hidden;
}
ul#filterOptions li {margin-right: 2px; display: inline-block; float: left; }
ul#filterOptions li a {
    background: url("images/sortable-linkbg.png") repeat-x scroll center bottom transparent !important;
    color: #4D4D4D;
    display: block;
    float: left;
    font-family: 'HelveticaCE55RomanRegular';
    margin: 0 5px 9px 0px;
    padding: 2px 15px;
}
ul#filterOptions li a:hover { background: url("images/sortable-linkbg2.png") repeat-x scroll center bottom transparent !important;
    color: #FFFFFF !important; }
ul#filterOptions li.active a { background: url("images/sortable-linkbg2.png") repeat-x scroll center bottom transparent !important;
    color: #FFFFFF !important; }
/*- -*/
/*- OUR DATA HOLDER -*/
ul.ourHolder {
	width: 925px;
	height: auto;
	overflow: hidden;
        padding-left:0px;
        margin-left:0px;
}
ul.ourHolder li.item {
	width: 218px;
        height:900px;
	float: left;
	overflow: hidden;
}
ul.ourHolder li.item h3 { margin-top: 10px; font-size: 16px; line-height: 20px; }

ul.ourHolder li.item p { padding: 0 25px 0 13px; width: auto; }

/*- -*/




/***********************************
    DRAG AND DROP STYLES
***********************************/

#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 0;
	margin-left: 30px;
        margin-top:19px;
	color: #ccc;
	border: 2px dashed #ccc;
	border-radius: 7px;
	cursor: default;
        height:60px;
        width:87%;
        font-size:50px;
}

#filedrag.hover
{
	color: #99CA3D;
	border-color: #99CA3D;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

img
{
	max-width: 100%;
}

pre
{
	width: 95%;
	height: 8em;
	font-family: monospace;
	font-size: 0.9em;
	padding: 1px 2px;
	margin: 0 0 1em auto;
	border: 1px inset #666;
	background-color: #eee;
	overflow: auto;
}

#messages
{
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
}

#progress p
{
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("progress.png") 100% 0 repeat-y;
}

#progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed
{
	background: #c00 none 0 0 no-repeat;
}
/***********************************
     SINGLE IMAGES ICONS
***********************************/
.single_image {

  padding-right:10px;
  padding-top:10px;
}

.logo_image {

  padding-left:26px;
  padding-right:20px;
  padding-top:10px;
}

.finance_box {
  width:640px;
  height:auto;
}

/****************************************
	>>>>>POPUP STYLES
*****************************************/
/*STYLES FOR CSS POPUP*/


#blanket {
   background-color:#111;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
   min-width:1300px;
}

#popUpDiv {
    position:absolute;
	background:white;
	width:957px;
	height:233px;
	z-index: 9002;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius:10px; 

}

#popUpDiv h3 {
    font-size:46px;
    padding:20px;
    margin-bottom:0px;
    font-family:arial;
    font-weight:bold;
    text-align:center;
    color:#99CA3D;

}

#popUpDiv img {
    float:right;
    padding-right:25px;
}

#popUpDiv p {
    font-size:14px;
    font-family:Tahoma;
    margin-bottom:10px;    
}

#jdiv {
        background:white;
	width:957px;
	height:500px;
	z-index: 9002;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius:10px; 
}

#jdiv h3 {
    font-size:31px;
    padding:20px;
    margin-bottom:0px;
    font-family:arial;
    font-weight:bold;
    text-align:center;
    color:#99CA3D;
}

#jdiv li {
     display:inline-block;
     float:left;
}

#jdiv ul {
    margin:0px;
margin-left:-20px;
}

#jdiv label {
   display:block;
}

#popUpDiv a {position:relative; top:20px; left:20px}

/****************************************
		>>END POPUP
***************************************/



@font-face {
	font-family: 'Conv_DaxlinePro-Regular';
	src: url('fonts/DaxlinePro-Regular.eot');
	src: local('�'), url('fonts/DaxlinePro-Regular.ttf') format('truetype'), url('fonts/DaxlinePro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_DaxlinePro-Bold';
	src: url('fonts/DaxlinePro-Bold.eot');
	src: local('�'), url('fonts/DaxlinePro-Bold.ttf') format('truetype'), url('fonts/DaxlinePro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_DaxlinePro-Black';
	src: url('fonts/DaxlinePro-Black.eot');
	src: local('�'), url('fonts/DaxlinePro-Black.ttf') format('truetype'), url('fonts/DaxlinePro-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*@font-face {
	font-family: 'Conv_HelveticaNeue';
	src: url('fonts/HelveticaNeue.eot');
	src: local('�'), url('fonts/HelveticaNeue.ttf') format('truetype'), url('fonts/HelveticaNeue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
    font-family: 'HelveticaCE55RomanRegular';
    src: url('fonts/helvetica_neue_ce_55_roman-webfont.eot');
    src: url('fonts/helvetica_neue_ce_55_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica_neue_ce_55_roman-webfont.woff') format('woff'),
         url('fonts/helvetica_neue_ce_55_roman-webfont.ttf') format('truetype'),
         url('fonts/helvetica_neue_ce_55_roman-webfont.svg#HelveticaCE55RomanRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('fonts/helveticaneuebd_1-webfont.eot');
    src: url('fonts/helveticaneuebd_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuebd_1-webfont.woff') format('woff'),
         url('fonts/helveticaneuebd_1-webfont.ttf') format('truetype'),
         url('fonts/helveticaneuebd_1-webfont.svg#HelveticaNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.helvb{font-family: 'HelveticaNeueBold';}

/*html, button, input, select, textarea, p, .container_6 { color: #222222; font-family:'Conv_DaxlinePro-Regular',Sans-Serif;}*/

html{margin:0;padding:0;}

body {
	color:#333333;
	width:100%; margin:0 auto;
	font-size: 14px;
	padding:0;
	font-family: arial,sans-serif; 
	line-height:25px;

	/*line-height:17px;
	font-family: 'HelveticaCE55RomanRegular';*/
}

.bodyInicio{ background: url("images/Backgradient.png") repeat-x scroll 0 0 transparent;}
.bodyRest{ background: url("images/backgradient_02.png") repeat-x scroll 0 0 transparent;}

img {border: none;}

a{color:#79A330; text-decoration:none; font-size:15px;}
a:hover {color:#4A6319;cursor:pointer;}

.clear{clear:both;margin:0;padding:0;}


.alignleft {float:left; padding-right:20px;}
.alignright {float:right;padding-left:20px;}
/* =Header
-------------------------------------------------------------- */
#header {width:100%;}

.headerInicio{
	background-repeat:no-repeat;
	background-position:center;
	height:507px;
}

.headerRest{ height:230px; background:none;}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* =Layout
-------------------------------------------------------------- */
#container h2{
	font-size:22px;
	font-weight:bold;
	margin-bottom: 10px;
}

#content {float:left; width:395px;}

#contentsearch {
	float:left;
	width: 80%;
	padding:30px;
}

#contentp {
    float: left;
    min-height: 375px;
    padding-top: 35px;
    width: 664px;
}

#primary,
#secondary {
    float: right;
    margin: 43px 0 0;
    overflow: hidden;
    width: 324px;
}

/* =Footer -------------------------------------------------------------- */
#footer {
	margin:40px auto 0;
	background:#272425;
	height:460px;
	line-height: 17px;
}

#footer a h2{color:#fff;}
#footer a:hover h2{color:#4A6319;}

#inner-wrapper { margin: auto; width: 980px;}

#leftcolumn {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 10px;
    width: 306px;
}
#leftcolumn h2, #rightmiddle h2, #leftmiddle h2, #rightcolumn h2 {font-size: 14px;}

#leftcolumn a:hover, #rightmiddle  a:hover, #leftmiddle a:hover, #rightcolumn a:hover { color:#4A6319;}

#leftcolumn a, #rightmiddle a, #leftmiddle a, #rightcolumn a { color: #929497; list-style: none outside none;}

#leftcolumn ul, #rightmiddle ul, #leftmiddle ul, #rightcolumn ul {
    margin-top: -6px;
	margin-left:0px;
	padding-left:0px;
	list-style:none;
}

#leftcolumn ul li, #rightmiddle ul li, #leftmiddle ul li, #rightcolumn ul li {
	padding:4px 0 3px;

}

#leftcolumn, #leftmiddle, #rightmiddle, #rightcolumn {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 10px;
    width: 306px;
}

#leftmiddle h3 {
    font-size: 14px;
    font-weight: 100;
    margin-top: -6px;
}
#rightmiddle h3 {
    font-size: 14px;
    font-weight: 100;
    margin-top: -6px;
}

.message_team {
    color: #4D4D4D;
    font-size: 13px;
    margin-bottom: 24px;
    position: relative;
    top: 15px;
}

.media_text {float: left; padding: 12px 0 0 184px;}

.media_text h2:hover{color:#FFF;}

.media_text h2 {
    color: #929497;
    font-size: 14px;
}
.media_text li {
    display: inline;
    float: left;
}

.footer_icons { float: right;    margin-top: 13px;}

.footer_icons li { display: inline;}

.site_footer {
    bottom: -21px;
    position: relative;
    right: 215px;
}
.site_footer a {
    color: #929497;
    font-size: 14px;
}
.site_footer a:hover {
    color: #929497;
    font-size: 14px;
}
.site_footer a:visited {
    color: #929497;
    font-size: 14px;
}

/* =Structure
-------------------------------------------------------------- */
#access,
#colophon,
#main,
#wrapper {margin: 0 auto; width: 992px;}

#branding{
    height: 82px;
    width: 100%;
}

#footer-widget-area {overflow: hidden;}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {margin-right: 0;}

/* =Global Elements
-------------------------------------------------------------- */
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color:#E7E7E7;
	border:0 none;
	clear:both;
	height:1px;
	margin-bottom:19px;
}

/* Text elements */
p {	margin: 10px 0 12px;}
ul {list-style: square;	margin: 0 0 18px 1.5em;}
ol {list-style: decimal; margin: 0 0 18px 1.5em;}
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;}
/*dl {margin: 15px 0 24px 0;} */
dt {font-weight: bold;}
dd {margin-bottom: 18px;}
strong {font-weight: bold;}
cite,
em,
i {	font-style: italic;}
big {font-size: 131.25%;}
ins {background: #ffc; text-decoration: none;}
blockquote {font-style: italic;	padding: 0 3em;}
blockquote cite,
blockquote em,
blockquote i {font-style: normal;}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {border-bottom: 1px dotted #666; cursor: help;}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {bottom: 1ex;}
sub {top: .5ex;}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}


/* =Content
-------------------------------------------------------------- */
#content {margin-bottom: 20px;}
#content,
#content input,
#content textarea {	font-size: 14px; line-height: 21px;}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {font-size:12px;}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {margin-bottom: 0;}
#content pre,
#content kbd,
#content tt,
#content var {font-size: 15px;	line-height: 21px;}
#content code {	font-size: 13px;}
#content dt,
#content th {color: #000;}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color:#000000;
	line-height:1.5em;
	margin:0 0 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {border-top: 1px solid #e7e7e7; padding: 6px 24px;}
#content tr.odd td {background: #f2f7fc;}

#contentp h2{
	color:#69b304;
	font-size:24px;
	font-weight:bold;
	margin-bottom:8px;
	font-style:normal;
	padding:0 0 5px 0;
}

#contentp h3{
	color:#800427;
	font-size:18px;
	font-weight:normal;
	margin:10px 0;
}

#contentp{margin: 0 0 5px 0;}

#contentp ul ul,
#contentp ol ol,
#contentp ul ol,
#contentp ol ul {margin-bottom: 0;}
#contentp pre,
#contentp kbd,
#contentp tt,
#contentp var {font-size: 15px;	line-height: 21px;}
#contentp code {font-size: 13px;}
#contentp dt,
#contentp th {color: #000;}

#contentp h1 {
    color: #69B304;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 0 0 5px;
}

.hentry {margin: 0 0 5px 0;}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {margin: 0 0 36px 0;}
.parent-title {
	background:url('images/back_parent_title.png');
	float:left;
	color:#FFF;
	font-family: 'Conv_DaxlinePro-Bold';
	font-size:22px;
	border-top-left-radius: 10px 10px;
	background-repeat:repeat-x;
    padding: 15px 6px 13px 12px;
	display:inline;
	width:auto;
}

.parent-title-contact {
	background:url('images/back_title.png');
	float:left;
	color:#FFF;
	font-family: 'Conv_DaxlinePro-Bold';
	font-size:22px;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	background-repeat:repeat-x;
    padding: 15px 12px 13px 12px;
	display:inline;
	width:auto;
}
.page-title {
	background:url('images/back_title.png');
	float:left;
	color:#FFF;
	font-family: 'Conv_DaxlinePro-Bold';
	font-size:24px;
	border-top-right-radius: 10px 10px;
	background-repeat:repeat-x;
	text-transform:uppercase;
    padding: 15px 12px 13px 6px;
	display:inline;
	width:auto;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {	color: #888; text-decoration: none;}
.page-title a:active,
.page-title a:hover { color: #ff4b33;}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

#contentp .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

.entry-title a:link,
.entry-title a:visited {color: #000; text-decoration: none;}
.entry-title a:active,
.entry-title a:hover {color: #999;}
.entry-meta {color: #888; font-size: 12px;}
.entry-meta abbr,
.entry-utility abbr {border: none;}
.entry-meta abbr:hover,
.entry-utility abbr:hover {	border-bottom: 1px dotted #666;}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0;
	line-height:25px;
}

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input { size:40;}
.entry-content input.file,
.entry-content input.button {margin-right: 24px;}
.entry-content label {color: #888;	font-size: 12px;}
.entry-content select {	margin: 0 0 24px 0;}
.entry-content sup,
.entry-content sub {font-size: 10px;}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {background: #d9e8f7;}
.page-link a:active,
.page-link a:hover {color: #ff4b33;}
body.page .edit-link {clear: both;	display: block;}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {float: left; margin: 0 0 0 104px;}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {color: #888;}

.entry-meta a:hover,
.entry-utility a:hover {color: #ff4b33;}
#content .video-player {padding: 0;}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {list-style: none; margin-left: 0;}
.widget-area ul ul {list-style: square;	margin-left: 1.3em;}
.widget_search #s {width: 60%;}
.widget_search label {display: none;}
.widget-container {	margin: 0 0 0px 0;}

#main .widget_links li a{
    background-color: #FFFFFF;
    display: block;
    margin: 0 0 6px;
    padding: 0;
    text-decoration: none;
    width: 98%;
}

.widget-title {
    background: url("images/widget-title.jpg") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    height: 21px;
    margin: 35px 0 10px;
    padding: 2px 11px;
    width: 258px;
}

#wp_tag_cloud div {	line-height: 1.6em;}

/* Main sidebars */
#main .widget-area ul {	margin-left: 0;	padding: 0 12px 0 0;}
#main .widget-area ul ul {
	border: none;
	list-style: none outside none;
	margin-left: 5px;
	padding: 0;
}
#logo{
	float:left;
	width:277px;
    padding-top: 62px;
    z-index: 99;
}

#mapa{float:right;}

.article{padding: 6px 0 13px 8px;}
.article h1{color:#004990;}
.article h4 {margin:0; padding:0;}
.article a {
    color: #69B304;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}
.article a:hover{text-decoration:none;}
.article img {padding-right:17px;}
.article p{margin:7px 0;}

.article2{overflow:hidden; padding:0 0 0 18px; width:701px;}
.article2 a {color:#4F4F5F;}
.article2 a:hover{color:#2288c0;}
.article2 ul{margin:0 0 13px;}

.articlefech{
	color:#666666;
	float:left;
	font-size:10px;
	width:100%;
}
input[type="text"], select{
	font-family: Arial, Helvetica, sans-serif;
}

button, input[type="reset"], input[type="button"], input[type="submit"]{
    cursor: pointer;
}

.principalList table {
text-align:left;
width:97%;
border:none;
}
.principalList th {
font-weight:bold;
padding-bottom:15px;
padding-left:10px;
}
.principalList td {padding:5px 0 5px 10px;}
.principalList table .oscuro {background:none repeat scroll 0 0 #F0F3F7;}

#officesList table {
margin:0;
text-align:left;
font-size:12px;
width:100%;
}
#officesList th {
font-weight:bold;
padding-bottom:15px;
padding-left:3px;
}
#officesList td {padding:8px 0 8px 10px;}
#officesList table .oscuro {background:none repeat scroll 0 0 #F0F3F7;}

.ficha{	float:left;}

#slogan{
    padding: 23px 0 0 0px;
	float:left;
	width:386px;
}

#slogan h1{
    color: #000000;
    font-size: 54px;
    font-weight: bold;
    margin:16px 0 6px 0;
}

#slogan h2{
	font-size:22px;
	color:#a3ba57;
	font-weight:bold;
    margin-bottom: 20px;
}

#slogan h3{
    color: #BEBEBD;
    float: right;
    font-family: cursive;
    font-size: 20px;
    font-weight: bold;
}

#cablogin{
    float: left;
    height: 382px;
    width: 100%;
}

#first{	float:right; padding-right:13px;}

#tags{float:right; padding:39px 22px 0 0;}

#titletag{	
    color:#004990;
	font-size:20px;
	font-weight:normal;
	float:left;
}

.slogan2{float:left; color:#fcc700;}

.sloganuser{
	float:left;
	color:#fcc700;
	padding: 4px 0 0 22px;
}

.boldazul{font-weight:bold;	color:#4DA89F;}

#acceso{
    background: url("images/login.gif") no-repeat scroll center center transparent;
    float: right;
    height: 180px;
    width: 230px;
	margin-top:21px;
}

#acceso form{
    color: #FFFFFF;
    margin: 11px 0 0 18px;
    width: 135px;
}

#acceso p{ margin-bottom: 11px;}

form label{	margin-top:20px;}

input:-moz-read-write, textarea:-moz-read-write {
    -moz-user-modify: read-write !important;
}
input {
    -moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
    -moz-user-select: text;
    background-color: -moz-field;
    border: 2px inset threedface;
    color: -moz-fieldtext;
    cursor: text;
    letter-spacing: normal;
    line-height: normal !important;
    padding: 1px 0;
    text-align: start;
    text-indent: 0;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-transform: none;
    word-spacing: normal;
}

button.login{
	padding-left:12px;
	background-position:10px;
	background-repeat:no-repeat;
}
button.login{background-color:#E5EDF9;	border-color: #D4E2F6;}
button.login:hover{
	border-color: #D4E2F6;
	background-color:#D4E2F6;
}
button.login {
    background-image: url("images/button_login.gif");
    height: 26px;
    margin: 2px 5px 3px !important;
    width: 85px;
}

#record{padding:12px 0 0 19px;}
#record a{
	text-decoration:underline;
	color:#FFF;
	font-weight:bold;
}
#record a:hover{text-decoration:none; color:#CCC;}

#imgrecord{
    background: url("images/registro.jpg") no-repeat scroll right top transparent;
    float: right;
    height: 31px;
    margin: 23px 0 0;
    width: 136px;
}
#imgrecord a{
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 31px;
    padding: 7px 0 0 54px;
    text-decoration: underline;
}
#imgrecord a:hover{	color:#CCC;	text-decoration:none;}

.tab_formactiva{
	border-style: dotted;
	border-width: 1px;
	border-color: #060;
	background-color: #FFC;
	padding:8px;
}

#tlf{
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 23px;
    font-weight: bold;
    height: 34px;
    padding-bottom: 7px;
    text-align: right;
    width: 100%;
}

#tlf h2{
	font-family: 'HelveticaCE55RomanRegular';
}

#menuini{float:right; display:block;}

.menunot{
    background-color: #FAFFDE;
    float: left;
    margin-bottom: 20px;
    padding: 6px 21px 25px;
    width: 307px;
}

.menunotbarra{
    background-color: #FAFFDE;
    padding: 0 21px 25px;
    width: 239px;
}

.menuinfo{
    float: right;
    line-height: 20px;
    padding-top: 12px;
    width: 547px;
}

.menu{float:left;padding-top: 20px;}
.menu .current_page_item{background-image:none;}
.menu ul{ margin:0; padding: 0;}
.menu ul li{list-style:none;float:left;}
.menu ul li a{
	color:#FFF;
	text-decoration:none;
	padding:6px 20px 0 0;
}
.menu ul li a:hover{text-decoration:underline;}

#fb{
	float:right;
	color:#666;
	padding-top:40px;
}

.contizq{float:left;width:350px;}

.contder{
    float: left;
    line-height: 23px;
    width: 100%;
}

.menutodasnot{width:90%;}

.articletodas{width:100%; padding: 6px 0 13px 8px;}
.articletodas h1{color:#004990;}
.articletodas h4 {margin:0; padding:0;}
.articletodas a {
    color: #69B304;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}
.articletodas a:hover{ text-decoration:none;}
.articletodas img {padding-right:17px;}
.articletodas p{margin:7px 0;}

#clients{
	float:left;
	text-align: center;
	width:350px;
}

#clientslat{
    background-color:#EBEEF5;
    float: left;
    padding-bottom: 13px;
    width: 282px;
	text-align: center;
	-moz-border-radius:20px; 
	-webkit-border-radius:20px; 
	border-radius: 20px; 
	behavior:url(home/www/brickfarma/wp-content/themes/brickfarma/css/border-radius.htc);
}

#titsec{ width:635px; height:116px; margin-bottom:20px;}

#titsec h2{	   
	color: #69B304;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    padding-top: 45px;
    text-align: center;
    width: 100%;
}

.fichacv{
    float: left;
    height: 156px;
    margin: 25px 18px 0 0;
    padding: 0 0 16px;
    width: 303px;
}

.fichacv a {cursor:pointer;	background-color:#F3FADB;}
.fichacv a:hover{text-decoration:none; background-color:#DAE5B0;}

.nombrecv{
    color: #69B304;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    text-decoration: none;
}

.fichacv_text{
    color: #999999;
    float: left;
    font-size: 13px;
    line-height: 20px;
    width: 182px;
}

.fichacv_text p{line-height:18px; font-size: 12px;}

/****************************   NIVO SLIDER  *********************************/

.slider-wrapper{}
#slider {
	/*background:url("../../plugins/nivo-slider/images/loading.gif") no-repeat scroll 50% 50% transparent;*/
	width:<?php echo get_option('wpns_width'); ?>px; /* Change this to your images width */
    height:<?php echo get_option('wpns_height'); ?>px; /* Change this to your images height */
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
/*	border:0 none;
	display:block;*/
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	height:0px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-controlNav {
    /*background: url("../../plugins/nivo-slider/images/fondo_menu_slider.jpg") no-repeat scroll 0 0 transparent;*/
    bottom: 30px;
    height: 15px;
    padding: 10px 0 0 3px;
    position: absolute;
    width: 100%;
    z-index: 8;
}
.nivo-controlNav a {
	background:url("../../plugins/nivo-slider/scripts/nivo-slider/themes/default/bullets.png") no-repeat scroll 0 0 transparent;
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-controlNav a {
	cursor:pointer;
	position:relative;
	z-index:99;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-directionNav a {
    background: url("../../plugins/nivo-slider/scripts/nivo-slider/themes/arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 50px;
    text-indent: -9999px;
    width: 35px;
}
a.nivo-nextNav {
    background-position: -35px 0;
    right: -8px;
}
a.nivo-prevNav {
	left:10px;
}
/****************************************   HOME  ********************************************/


.container_2 {
	width:940px;
	margin:auto;
	height:70px;
	border-top:1px solid #FFF;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.container_3 {
	width:940px;
	margin:auto;
	height:327px;
	border-top:1px solid #FFF;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.container_5 {
	width:940px;
	margin:auto;
	height:328px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;

}

.container_6 {
	    background-color: #FFFFFF;
	    box-shadow: 3px 3px 5px 3px #CCCCCC;
	    height: 350px;
	    width: 980px;
	    margin-top:26px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
           border-bottom-right-radius: 10px;
           border-bottom-left-radius: 10px;
           border: 1px solid #ccc;
}

.container_6 li {
	display:inline;
}
.container_3 p {
	color:#FFFFFF;
	size:10px;
}

.container_4 {
	width:940px;
	display:none;
	margin:auto;
	height:132px;
	margin-top:15px;
	padding-top:10px;
	border-top:1px solid #FFF;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.container_4 h2 {
  color:#FFFFFF;
  margin-top:10px;	
}

.container_closer {
	width:940px;
	display:none;
	margin:auto;
	height:185px;
	margin-top:-20px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.container_closer h2 {
  color:#FFFFFF;
  margin-top:10px;	
}

.container_4 img {
   left:664px;
   top:-69px;
}

.container_7 {
	background-color: #FFFFFF;
	box-shadow: 3px 3px 5px 3px #CCCCCC;
	border-radius: 10px 10px 10px 10px;
	margin: auto;
	width: 980px;
	margin-top:24px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-bottom:8px;
        border: 1px solid #ccc;
}

.container_8 {
	height: 1215px;
	margin: 0 auto 20px auto;
	width: 942px;
}

.left_col{
	float: left;
	width:465px;
	margin-top:11px;
	border-right: 1px solid #fff;
}

.left_col_1{
	float: left;
    margin-right: 41px;
    margin-top: 5px;
    width: 269px;
}

.left_col_1, middle_col, right_col_1 p{
	margin-left:10px;
}

.left_col_2{
	float: left;
	width:465px;
	margin-top:14px;
}

.left_col_3{
	float: left;
	width:450px;
	margin-top:0px;
	margin-left:25px;
}

.left_col_4{
	float: left;
	width:640px;
	margin-top:5px;
}

.left_col input {
	display:block;
	height:35px;
	border-radius: 6px 6px 6px 6px;
	color: #98CA3D;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.4;
	padding-left:15px;
	text-align:left;
}

.right_col input {
	display:block;
	height:35px;
	border-radius: 6px 6px 6px 6px;
	color: #98CA3D;
	font-weight: bold;
	line-height: 1.4;
	padding-left:15px;
	font-size:27px;
	text-align:left;
}


.left_col_3 input {
	display:block;
	height:35px;
	border-radius: 6px 6px 6px 6px;
	color: #58595B;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
	padding-left:15px;
}

.left_col_3 input[type="radio"]{
	display:inline;
	height:auto;
}

.left_col_3 select{display:block;}
.right_col_3 input {
	display:block;
	height:35px;
	border-radius: 6px 6px 6px 6px;
	color: #58595B;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	padding-left:15px;
	font-size:21px;
	width:85px;
}

.left_col_3 label {color:#000000;}
.right_col_3 label {color:#000000;}

#id_principal_amount {width:247px;}

#id_full_name, #id_business, #id_email, #id_phone, #id_trad, #id_trading_add,  #id_home_add,  #id_position, #id_property_address, #id_supp{width:385px;}

#id_phone { width:200px}
#id_town, #id_abn { width:137px;}

#id_rate {width:100px;}

#id_mortgage_owing, #id_property_value { width:163px;}

#id_per_week, #id_other, #id_value, #id_monthly {width:139px;}

#id_coname, #id_name, #id_coname2, #id_name2 {margin-right: 16px; width: 297px;}

#id_phone_ref, #id_phone2 {	width:205px;}
#id_per_month {	width:150px;}

.blank {height:172px;}

.blank_1 {height:20px; width:350px;}

.blank_3 { height:20px; width:350px;}

.blank_2 { width:150px;}

.border_break {
    border: 1px solid #58595B;
    position: relative;
    top: 416px;
    width: 100%;
}

.border_break_2 {
	width:100%;
	border: 1px solid #58595B;
	position:relative;
	top:596px;
}

.form_wrapper{
	float:left;
	padding-top:46px;
	padding-left:25px;
}
.form_wrapper li{
	float:left;
}
.form_wrapper label{
	display:block;
	margin-top:0;
}
.form_wrapper input {
	display:inline;
	height:35px;
	border-radius: 6px 6px 6px 6px;
	color: #58595B;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
	padding-left:15px;
}

.ref_head{ margin:0; padding:0 0 8px 0; font-size:18px; font-weight:bold; color:#4D4D4D; display:block; width:100%;}

.number_three {	position:relative; bottom:5px; left:7px}

.middle_col{
    float: left;
    margin-right: 62px;
    width: 283px;
}

.thank_you {
	width:690px;
	color:#FFFFFF;
	height:auto;
	float:left;
}
.thank_you h4{
	font-family: 'Conv_DaxlinePro-Bold';
    font-size: 16px;
    margin-top: 0px;
}
.did_you {
	width:auto;
	color:#FFFFFF;
	height:auto;
	float:right;
}
.did_you h4{
    font-family: 'Conv_DaxlinePro-Bold';
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 0;
}


.add_info{ float:right; padding-top:4px;}
.middle_sec{margin-top:20px;}
.thank_you p{ font-size:10px; padding-bottom:10px; margin-top:-16px;}

.left_col li{text-decoration:none; display:inline; float:left; padding-right:38px}
.right_col li{ display:inline; float:left; padding-left:20px; padding-right:18px;}
.left_col label{ color:#FFF;}
.right_col label{ color:#FFF;}
.left_col_2 li{text-decoration:none; display:inline; float:left; padding-right:40px}
.right_col_2 li{ display:inline; float:left; padding-left:17px; padding-right:0px;}
.left_col_3 li{text-decoration:none; display:inline; float:left; padding-right:40px; margin-top:7px}
.right_col_3 li{ display:inline; float:left; padding-left:20px; /*padding-right:18px;*/ margin-top:7px}
.left_col_4 li{text-decoration:none; display:inline; padding-right:40px; margin-top:7px}
.right_col_2 img {display:inline; float:right; left:73px; margin-top:2px}

.left_col_4 li h2{float:right}
.left_col_4 li h1{float:left}
.right_col{
	float:right;
	width:470px;
	margin-top:11px;
}

.right_col_1 {
	float: right;
    margin-right: 12px;
    width: 290px;
}
.right_col_2 {
	float:right;
	width:300px;
	margin-top:5px;
}

.right_col_3 {
	float:right;
	width:450px;
	margin-top:0px;
	margin-left:10px;
}

.right_col h2{
	color:#fff;
	margin-left:20px;
	margin-bottom:-12px;
}

.left_col h2{
	color:#fff;
	margin-bottom:-12px;
}

#calc-area{
	width:960px;
	margin:auto;
	height:200px;
}

.slidingDiv {
    height:auto;
    background-color: #58595B;
	line-height:17px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;l

	-webkit-border-bottom-right-radius: 10px;
}

.graph_area {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width:940px;
	margin:auto;
	height:300px;
} 

.graph_area2 {
	border-top:1px solid #58595B;
	display:none;
	width:940px;
	margin:auto;
	height:260px;
}
.container2 {
	display:none;
	width:940px;
	margin:auto;
	height:135px;
}

.container2 .left_col { margin-top:0px;}
.container2 .right_col { margin-top:0px;}

.graph_area h2{
	color:#FFFFFF;
	margin-top:10px;
	margin-bottom:-8px;
}
.show_hide { display:none;}

.container {
	width:940px;
	margin:auto;
	border-top:1px solid #FFF;
	height:135px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.header_bar {
	margin:auto;
	-moz-box-shadow:    3px 3px 5px 2px #ccc;
	-webkit-box-shadow: 3px 3px 5px 2px #ccc;
	box-shadow: 2px 2px 6px 4px #CCC;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	width:980px;
	height:53px;
	margin-top:23px;
        border-radius:10px 10px 0 0;

}

.header_bar h2 {
	font-family: 'Conv_DaxlinePro-Bold';	
    color: #58595D;
    font-size: 25px;
	font-weight:normal;
    margin-left: 20px;
    position: relative;
    top: 11px;
	padding-top:6px;
}

.header_bar h3 {
    bottom: 74px;
    color: #FFFFFF;
    font-size: 27px;
    left: 18px;
    padding-top: 10px;
    position: relative;
    width: 482px;
}

.header_bar h4 {
    bottom: 81px;
    color: #FFFFFF;
    font-size: 27px;
    font-weight: bold;
    left: 19px;
    padding-top: 11px;
    position: relative;
    width: 10px;
}

.header_bar h5 {
	font-size:27px;
	position:relative;
	color:#FFFFFF;
	bottom:81px;
	left:19px;
}

.header_bar h6 {
    bottom: 160px;
    color: #FFFFFF;
    font-size: 27px;
    font-weight: normal;
    left: 692px;
    position: relative;
}

.header_bar h7 {
    bottom: 127px;
    color: #FFFFFF;
    font-size: 27px;
    font-weight: normal;
    left: 692px;
    position: relative;
}
.count_bar {
	background:url('images/Counter_bar.png') no-repeat;
	height:51px;
	margin-top:18px;
	margin-left:6px;
}

.text {
    bottom: 7px;
    left: 7px;
    position: relative;
    width: 100%;
}
.text ul {
    float: left;
    height: 60px;
    margin: 0;
    padding: 0;
    min-width:810px;

}
.text ul li {
    color: white;
    display: inline;
    float: left;
    font-size: 17px;
    padding: 10.5px 0;
    text-decoration: none;
}
.text ul li h2 {
    bottom: 9px;
    color: white;
    float: left;
    font-size: 21px;
    left: 30px;
    position: relative;
}
.text ul li img { float:left; margin-top: 2px;}
.app_tick {
    float: left;
    left: 50px;
    position: relative;
    top: 5px;
}
.wrap_count { float:left; padding-left:28px;}
.text_2 {
    color: #FFFFFF;
    float: left;
    font-size: 21px;
    margin-top: 16px;
    position: relative;
    right: 11px;
    top: 9px;
}
.comma_right { left: 184px;}
.comma_middle { left: 124px;}
.dollar_end { left: 5px; position: relative;}

.text_img {
    float: left;
    position: relative;
    right: 2px;
    top: 18px;
}

.text3 h2, .text2 h2, .text1 h2 { color: #FFFFFF; font-size: 17px;}

.text2 { position: relative;}

#easy_steps {
	background-color:#FFFFFF;
	width:980px;
	margin:auto;
	padding-bottom:17px;
	-moz-box-shadow:    3px 3px 5px 3px #ccc;
	-webkit-box-shadow: 3px 3px 5px 3px #ccc;
	box-shadow:         3px 3px 5px 3px #ccc;
	height:auto;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
        border-bottom-left: 10px;
        border-bottom-right: 10px; 
      border: 1px solid #ccc;



}

.rate_area img{	vertical-align:middle;}

.rate_area {
	background-color:#58595B;
	width:980px;
	margin:auto;
	-moz-box-shadow:    3px 3px 5px 3px #ccc;
	-webkit-box-shadow: 3px 3px 5px 3px #ccc;
	box-shadow:         3px 3px 5px 3px #ccc;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	padding-bottom:20px;	
}

.img_holder {
	    position:relative;
	    right:4px;
	    top:-49px;
	    float:right;
}
.small_print {
	width:440px;
	color:#FFFFFF;
	line-height: 17px;
	font-size:11px;
	padding-top: 15px;
}

.small_print img { float:right;	}

.detail_form {
	height:200px;
	background-color:#FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E6E7E8));
	 /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #FFFFFF, #E6E7E8);
	 /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #FFFFFF, #E6E7E8); 
	 /* IE 10 */ background: -ms-linear-gradient(top, #FFFFFF, #E6E7E8); 
	 /* Opera 11.10+ */ background: -o-linear-gradient(top, #FFFFFF, #E6E7E8);
}

.detail_form_long {
    background: -moz-linear-gradient(center top , #FFFFFF, #E6E7E8) repeat scroll 0 0 transparent;
    border-radius: 10px 10px 10px 10px;
    font-family: 'Conv_DaxlinePro-Regular';
    height: 1067px;
    margin: 0 auto 12px;
    padding: 20px 0 25px;
    width: 939px;
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E6E7E8));
	 /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #FFFFFF, #E6E7E8);
	 /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #FFFFFF, #E6E7E8); 
	 /* IE 10 */ background: -ms-linear-gradient(top, #FFFFFF, #E6E7E8); 
	 /* Opera 11.10+ */ background: -o-linear-gradient(top, #FFFFFF, #E6E7E8);
}

.detail_form_long select{
    border: 1px solid #CCCCCC;
    border-radius: 7px 7px 7px 7px;
    font-family: Arial,Helvetica,sans-serif;
    height: 41px;
    line-height: 34px;
    padding: 10px 8px;
    vertical-align: middle;
}

/*=============icon menu =====================*/

.icons { width: 100%; }

.icons ul{
    margin: 0; padding: 0;
    float: left;
    margin-top:20px; 
    margin-left:30px;
}

.icons ul li{ display: inline;}

.icons ul li a{
    float: left; text-decoration: none;
    color: white;
    padding: 0px 0px;
    font-size:17px;
    margin-left:-2px;
    padding-left: 0px;
     }

.icons ul li a:visited{ color: white;}

.icons ul li a:hover, .menu ul li .current{ color: #fff; text-decoration: none;}

.motor {
	background:url("images/Calc_icon_01_motorvehicle.png") no-repeat left top;	
	height:126px;
	width:104px;
}


.motor:hover, .current.motor {
	background:url("images/Calc_icon_RO_01_motorvehicle.png") no-repeat left top #FFF;
	z-index:99;
	text-decoration: none;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
}
.motor_sid {
	background:url("images/Calc_icon_01_motorvehicle_sidebar.png") no-repeat left top;	
	height:126px;
	width:104px;
}

.current.motor_sid, .motor_sid:hover {background:url("images/Calc_icon_RO_01_motorvehicle_sidebar.png") no-repeat left top;}

.nivo-prevNav,.nivo-nextNav { display:none;}
#budget { text-align:left;}
.truck {
	background:url("images/Calc_icon_02_truck.png") no-repeat left top;	
	height:126px;
	width:104px;
}

.truck:hover, .current.truck {
	background:url("images/Calc_icon_RO_02_truck.png") no-repeat left top #FFF;
	z-index:99;
	text-decoration: none;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
}
.truck_sid {
	background:url("images/Calc_icon_02_truck_sidebar.png") no-repeat left top;	
	height:126px;
	width:104px;
}

.current.truck_sid, .truck_sid:hover {background:url("images/Calc_icon_RO_02_truck_sidebar.png") no-repeat left top;}

.itequip {
	background:url("images/Calc_icon_03_itequip.png") no-repeat left top;	
	height:126px;
	width:104px;
}

.itequip:hover, .current.itequip{
	background:url("images/Calc_icon_RO_03_itequip.png") no-repeat left top #FFF;
	z-index:99;
	text-decoration: none;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
}

.itequip_sid {
	background:url("images/Calc_icon_03_itequip_sidebar.png") no-repeat left top;	
	height:126px;
	width:104px;
}

.current.itequip_sid, .itequip_sid:hover{background:url("images/Calc_icon_RO_03_itequip_sidebar.png") no-repeat left top;}

.office {
	background:url("images/Calc_icon_04_officeequip.png") no-repeat left top;	
	height:126px;
	width:104px;
}


.office:hover, .current.office{
	background:url("images/Calc_icon_RO_04_officeequip.png") no-repeat left top #FFF;
	z-index:99;
	text-decoration: none;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;

}

.office_sid {
	background:url("images/Calc_icon_04_officeequip_sidebar.png") no-repeat left top;	
	height:126px;
	width:104px;
}

.current.office_sid, .office_sid:hover{background:url("images/Calc_icon_RO_04_officeequip_sidebar.png") no-repeat left top;}

.fitout{
	background:url("images/Calc_icon_05_officefitout.png") no-repeat left top;	
	height:126px;
	width:104px;
}

.fitout:hover, .current.fitout {
	background:url("images/Calc_icon_RO_05_officefitout.png") no-repeat left top #FFF;
	z-index:99;
	text-decoration: none;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
}

.fitout_sid{
	background:url("images/Calc_icon_05_officefitout_sidebar.png") no-repeat left top;	
	height:126px;
	width:104px;
}

.current.fitout_sid, .fitout_sid:hover {background:url("images/Calc_icon_RO_05_officefitout_sidebar.png") no-repeat left top;}

.plant {
	background:url("images/Calc_icon_06_plant.png") no-repeat left top;	
	height:126px;
	width:104px;
}

.plant:hover, .current.plant {
	background:url("images/Calc_icon_RO_06_plant.png") no-repeat left top #FFF;
	z-index:99;
	text-decoration: none;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
}

.plant_sid {
	background:url("images/Calc_icon_06_plant_sidebar.png") no-repeat left top;	
	height:126px;
	width:104px;
}

.current.plant_sid, .plant_sid:hover {background:url("images/Calc_icon_RO_06_plant_sidebar.png") no-repeat left top;}

.audio_icon {
	background:url("images/Calc_icon_07_audio.png") no-repeat left top;	
	height:126px;
	width:104px;
}

.audio_icon:hover, .current.audio_icon{
	background:url("images/Calc_icon_RO_07_audio.png") no-repeat left top #FFF;
	z-index:99;
	text-decoration: none;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
}

.audio_icon_sid {
	background:url("images/Calc_icon_07_audio_sidebar.png") no-repeat left top;	
	height:126px;
	width:104px;
}

.current.audio_icon_sid, .audio_icon_sid:hover {background:url("images/Calc_icon_RO_07_audio_sidebar.png") no-repeat left top;}

.mining {
	background:url("images/Calc_icon_08_mining.png") no-repeat left top;	
	height:126px;
	width:104px;
}

.mining:hover, .current.mining {
	background:url("images/Calc_icon_RO_08_mining.png") no-repeat left top #FFF;
	z-index:99;
	text-decoration: none;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
}

.mining_sid {
	background:url("images/Calc_icon_08_mining_sidebar.png") no-repeat left top;	
	height:126px;
	width:104px;
}

.current.mining_sid, .mining_sid:hover {background:url("images/Calc_icon_RO_08_mining_sidebar.png") no-repeat left top;}

.bundle {
	background:url("images/Calc_icon_09_bundle.png") no-repeat left top;	
	height:126px;
	width:104px;
}

.bundle:hover, .current.bundle  {
	background:url("images/Calc_icon_RO_09_bundle.png") no-repeat left top #FFF;
	z-index:99;
	text-decoration: none;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
}

.bundle_sid {
	background:url("images/Calc_icon_09_bundle_sidebar.png") no-repeat left top;	
	height:126px;
	width:104px;
}

.current.bundle_sid, .bundle_sid:hover {background:url("images/Calc_icon_RO_09_bundle_sidebar.png") no-repeat left top;}

.search {
	position:relative;
	float:right;
	right:88px;
	top:20px;
	z-index:99;
}

.search input{
	width:300px;
	height:15px;
	border-radius:10px;
	padding-left:15px;
	padding-top:5px;
}

.search input:focus { outline-width: 0;}

.search img { position:relative; right:30px;}

/*====================select list==============================*/

.select_list { width: 100%; }

.select_list ul{
	margin-top:18px;
    float: left;
    margin-left:14px;
    width:925px;
}

.select_list ul li{
    float: left;
    list-style: none outside none;
    padding-right: 21px;
}

.select_list label{
    color: #58595B;
    float: left;
    font-family: 'HelveticaCE55RomanRegular';
    font-size: 17px;
    line-height: 30px;
    margin-top: 0px;
    padding-left: 3px;
}

.select_list select{ float:left;}

.select_list ul li a{
	font-family: 'HelveticaCE55RomanRegular';
	font-weight:normal;
	text-decoration:underline;
	color:#98CA3D;
	font-size:14px;
}

.drop_down {
	/*background: url("images/back_calc.jpg") repeat-x scroll center bottom #F2F3F3;*/
	background-color:#FFF;
    border-radius: 10px 10px 10px 10px;
    height: 102px;
    margin: auto;
    width: 942px;
	display:none;
}

.drop_down input[type="text"] {
    font-family: Arial,Helvetica,sans-serif;
	border-radius: 7px 7px 7px 7px;
	border:1px solid #CCC;
	padding:6px 8px;
	height: 16px;
	line-height: 18px;
	vertical-align:middle;
}
.drop_down select {
    border: 1px solid #CCCCCC;
    border-radius: 7px 7px 7px 7px;
    font-family: Arial,Helvetica,sans-serif;
    height: 32px;
    line-height: 24px;
    padding: 6px 8px 6px 8px;
    vertical-align: middle;
}

.drop_down1 {
	/*background: url("images/back_calc.jpg") repeat-x scroll center bottom #F2F3F3;*/
	background-color:#FFF;
    border-radius: 10px 10px 10px 10px;
    height: 102px;
    margin: auto;
    width: 942px;
}

.comma {
    color: #717A78;
    float: left;
    font-size: 30px;
}

/*====================   counter  ==============================*/

.counter_wrapper { display: inline; float: left;}
.counter_character {
    display: inline;
    float: left;
    height: 30px !important;
    margin-left: 1px;
    margin-right: 1px;
    position: relative;
    top: -30px !important;
	margin-right:2px;
}

.counter_marker {
    height: 30px !important;
    position: relative;
    z-index: 10;
}

/*====================   sidebar   ==============================*/

#sidebar_follow{
    background: url("images/sidebar_follow.png") no-repeat scroll right center transparent;
    float: left;
    height: 98px;
    margin: 21px 0 0 0px;
    width: 327px;
}
a.gbutton{
	font-family: 'Conv_DaxlinePro-Black';
	text-shadow: 0 0 3px #858585;
	font-size: 25px;
	width: auto;
	float: left;
	padding: 8px 8px 2px 8px;
	margin: 0px 0px 0px 75px;
}
.gbutton{
	font-family: 'Conv_DaxlinePro-Black';
	text-shadow: #858585 0px 0px 3px;
	color:#FFF;
	font-size: 25px;
	border-radius: 10px 10px 10px 10px;
	background-color:#99CA3D;
	color:#FFF;
	border: 2px solid white;
	padding:5px 25px;
	text-decoration:none;
	font-weight:bold;
	margin: 0 50px;
}

.gbutton:hover{
	text-decoration:none;
	color:#FFF;
	background-color:#79a330;
}

/*====================   newsletter   ==============================*/
.newsletter-widget{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 2px 6px 2px #CCCCCC;
    height: auto;
    margin: 19px 0 0 7px;
    padding: 16px 10px;
    width: 292px;
}

.newsletter p{display:inline;}
.newsletter form{
	width:auto;
	margin:0px;
}

.newsletter input[type="submit"]{
	font-family: 'Conv_DaxlinePro-Bold';
	text-shadow: #858585 0px 0px 3px;
    background-color: #99CA3D;
    border: 1px solid #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 1px 1px 3px 2px #CCCCCC;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0 9px;
    padding: 4px 6px;
    text-decoration: none;
    width: auto;
	height:30px;
}
.newsletter input[type="submit"]:hover{	
	text-decoration:none;
	color:#FFF;
	background-color:#79a330;
}

.newsletter input[type="text"]{	
    border-radius: 7px 7px 7px 7px;
    font-size: 14px;
    padding: 6px;
    width: 166px;
}

/*====================   searchform   ==============================*/

.search-form{
    float: right;
    height: 33px;
    padding-top: 10px;
    width: 317px;
}

#searchform{
	background:url('images/back_search.png');
	background-repeat:no-repeat;
	background-position:right;
	width:auto;
}


#searchform input[type="text"]{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    font-size: 17px;
    margin: 5px 0 0 8px;
    width: 254px;
	vertical-align:middle;
	line-height:30px;
	outline:none;
	padding:2px;
}

#searchform input[type="submit"]{
    background: url("images/Search.png");
	background-repeat:no-repeat;
	background-position:center;
	border:none;
    cursor: pointer;
    display: inline;
	height:33px;
    vertical-align: top;
    width: 50px;
}

/*------------------------------------*\
  CHART
\*------------------------------------*/
#chart{ width:940px;}
#chart dt{
  width:160px;
  float:left;
  margin:0 20px 5px 0;
  padding:10px 0;
  display:inline;
  font-weight:normal;
  text-align:right;
  color:#FFFFFF;
}
#chart dd{
	display: inline;
	float: left;
	margin-bottom: 8px;
	margin-left: 5px;
	width: 715px;
}
#chart dd span{
  color:#fff;
  text-align:right;
  padding:10px 15px 10px 0;
  display:block;
  font-size:19px;
  font-weight:bold;
  text-shadow:1px 1px 1px rgba(0,0,0,0.2);
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  border-radius:7px;
  background:-webkit-gradient(linear, left top, �
  left bottom, from(#09f), to(#077fd0));
  -webkit-box-reflect:below 0 �
  -webkit-gradient(linear, left top, �
  left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.25)));
}

.data-one{
  width:50%;
 background:#98CA3D;
/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#98CA3D), to(#79A330));
 /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #98CA3D, #79A330);
 /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #98CA3D, #79A330); 
 /* IE 10 */ background: -ms-linear-gradient(top, #98CA3D, #79A330); 
 /* Opera 11.10+ */ background: -o-linear-gradient(top, #98CA3D, #79A330);
}
.data-two{  width:65%;}
.data-three{  width:78%;}
.data-four{	width: 85%;}

.data-one{  -webkit-animation-name:bar-one; /* Give the bar an animation with a
    unique name */
}
.data-two{  -webkit-animation-name:bar-two; /* Give the bar an animation with a
    unique name */
}
.data-three{  -webkit-animation-name:bar-three; /* Give the bar an animation with a
    unique name */
}
.data-four,.data-two,.data-three{
	 background:#B3B3B3; 
/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B3B3B3), to(#808080));
 /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #B3B3B3, #808080);
 /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #B3B3B3, #808080); 
 /* IE 10 */ background: -ms-linear-gradient(top, #B3B3B3, #808080); 
 /* Opera 11.10+ */ background: -o-linear-gradient(top, #B3B3B3, #808080);/* Define animation styles for all three
    bars at once */
  -webkit-animation-duration:0.5s; /* Animation duration in seconds */
  -webkit-animation-iteration-count:1; /* Amount of times to loop */
  -webkit-animation-timing-function:ease-out; /* Ease in, out etc. */
}
@-webkit-keyframes bar-one{
  0%{ /* Define bar-one styles at 0% (0 seconds) */
    width:0%;
  }
  100%{ /* Define bar-one styles at 100% (0.5 seconds) */
    width:47%;
  }
}
@-webkit-keyframes bar-two{
  0%{ /* Define bar-two styles at 0% (0 seconds) */
    width:0%;
  }
  100%{ /* Define bar-two styles at 100% (0.5 seconds) */
    width:59%;
  }
}
@-webkit-keyframes bar-three{
  0%{ /* Define bar-three styles at 0% (0 seconds) */
    width:0%;
  }
  100%{ /* Define bar-three styles at 100% (0.5 seconds) */
    width:26%;
  }
}

/*-----------------     Form contact    -------------------------*/
.formContact { float:left;}

.formContact p{ margin:8px 0;}

.wpcf7-form input, textarea{ border-radius: 10px 10px 10px 10px;  border: 1px solid #999999; padding:8px;}

.wpcf7-form input{
    border: 1px solid #999999;
    line-height: 20px;
    padding: 8px 0 8px 10px;
    vertical-align: middle;
    width: 295px;
}

.wpcf7-form input[type="submit"]{
	background:url('images/Submit_button.png') no-repeat scroll center center transparent;
    float: right;
    margin: 0;
    width: 216px;
	height:66px;
	border:none;
}

.wpcf7-form input[type="submit"]:hover{
	background:url('images/Submit_button_RO.png') no-repeat scroll center center transparent;
	width: 216px;
	height:66px;
	border:none;
}

.leasebuy{
    background: url("images/back_com.jpg") no-repeat scroll center center transparent;
    border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 6px 2px #CCCCCC;
    height: 80px;
    margin-top: 31px;
    width: 640px;
	float:left;
	font-size:18px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/*-------------------------  COMPARISIONS   -------------------------------*/

#menu_comp{
	padding-top:20px;
	width:100%;
	height: 33px;
}

#menu_comp a{
    background: url("images/back_parent_title.png") repeat scroll 0 0 transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #8D8D8D;
    cursor: pointer;
    font-family: 'Conv_DaxlinePro-Bold';
    font-size: 22px;
    margin-right: -2px;
    padding: 7px 19px 3px 18px;
    width: auto;
}

#menu_comp a:hover{
	background-image:none;
	background-color:#99ca3d;
	color:#FFF;
	font-family: 'Conv_DaxlinePro-Bold';
	font-size:22px;
	width:auto;
}

#menu_comp .current{
	background-color:#99ca3d;
	background-image:none;
	color:#FFF;
}

#one{float:left; width:100%;}
#one table th, #thwo table th, #three table th{ background: url("http://www.leaseit.com.au/wp-content/uploads/2012/08/comp_table.jpg") no-repeat scroll center center;}

#one table td, #thwo table td, #three table td{ text-align:center;}

#thwo{
	display:none;
	float:left;
	width:100%;
}
#three{
	display:none;
	float:left;
	width:100%;
}

#sec1{
	float:left; 
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px; 
	width: 640px; 
	box-shadow: 2px 2px 6px 2px #CCC;
	margin-top:20px; 
	padding:12px 0 20px;
	height:auto;
	line-height:25px;
}

#sec2{ display:none;height:auto;float:left; margin:20px 0; padding:12px 0 20px; width: 640px; line-height:25px;}
#sec3{ display:none; height:auto; float:left; margin:20px 0; padding:12px 0 20px; width: 640px; line-height:25px;}

.bor_bot td{ border-bottom:1px solid #B3B3B3; font-size: 12px; height:43px;}
.first_td{ background-color:#E6E6E6; padding-left:15px;}
.other_td{ background-color:#F2F2F2;}

.pros{
    background: url("images/pro_icon.png") no-repeat scroll left top transparent;
    padding: 1px 0 16px 50px;
}

.cons{
    background: url("images/con_icon.png") no-repeat scroll left top transparent;
    padding: 1px 0 16px 50px;
}

.border_white{
    border-bottom: 1px solid #FFFFFF;
    height: 2px;
    padding: 9px 0;
    width: 942px;
}

.follow{
	font-family: 'Conv_DaxlinePro-Bold';
	text-align:center; 
	padding-top:25px;
	color:#FFF; 
	font-size:16px; 
	line-height:24px;
}

/*********************************    institutions    ***************************************/

.sort_by_cat{ 
	float:left; 
	display:block;
	margin-top:8px;
}

.portfolios.sortable header a {
    background: url("images/sortable-linkbg.png") repeat-x scroll center bottom transparent !important;
    color: #4D4D4D;
    display: block;
    float: left;
    font-family: 'HelveticaCE55RomanRegular';
    margin: 0 5px 9px 4px;
    padding: 2px 15px;
}
.portfolios.sortable header a.activecase, .portfolios.sortable header a:hover {
    background: url("images/sortable-linkbg2.png") repeat-x scroll center bottom transparent !important;
    color: #FFFFFF !important;
}

/********************/

.rightcat, .parentcat{ margin-top:5px;}

.text_info{
	font-family: 'Conv_DaxlinePro-Bold';width:942px; margin:0px; color:#FFF; font-size:18px; padding:0;
}

.text_info2{
	color: #FFFFFF;
    font-size: 20px;
    margin: 20px 15px 0;
	float:left;
}

.boton_submit{margin:8px 0px 0px 0px; padding:0; list-style:none;}
.boton_submit a{float:left;}

.container_desp, .graph_area_desp, .container_3_desp { display:none; width:942px; margin:auto; height:auto;}

.tit_calc{
	color: #FFF;
	margin-bottom: 6px;
	margin-top: 6px;
	height: 39px;
	line-height: 43px;
	font-weight: normal;
	font-family: 'Conv_DaxlinePro-Bold';
}

.drop_arrow{ background: url("images/drop_arrow1.jpg") no-repeat scroll left center transparent;}
.drop_arrow2{ background: url("images/drop_arrow2.jpg") no-repeat scroll left center transparent;}
.tit_subsec{ 
	color: #4D4D4D;
    font-size: 18px;
    font-weight: bold;
}

.subtitle{
	color:#4D4D4D;
	font-size:18px;
	font-family: arial,sans-serif;
	font-weight:bold;
	/*font-family: 'Conv_DaxlinePro-Bold';*/ 
	padding:0 0 5px 0px; 
	margin:0;
}

.dist_inst{	width:218px;}
.dist_inst p{ padding: 0 25px 0 13px; width: auto;}

/*.sub_tit_inst{
	font-family:'Conv_DaxlinePro-Bold'; padding-bottom:10px; font-size:19px; width:100%; display:block;
}*/

.institu{ margin-left:2px;}
.readmore{line-height:36px;}

.cont_fin, .cont_fin_ini{
	height:auto; 
	float:left; 
	width: 640px; 
	box-shadow: 2px 2px 6px 2px #CCC; 
	margin-top:0; 
	padding:12px 0 15px;
	margin-bottom:25px;

}

.cont_fin{
	border-radius: 10px; 
	-moz-border-radius: 10px; 
        -webkit-border-radius: 10px;
}
 
 
 
 
 
 