﻿/** ********************************************** **	

	TABLE CONTENTS
	-------------------------------
		01. Globals       

*************************************************** **/

.body_index{
   background-color:#F9F3E6;
}

p {
    text-align:justify;
}

.alternate {
    /*background-color:#e8d8b9;*/
    background-color:#ac956c;
}

.divider {
    margin-top:20px;
    margin-bottom:20px;
    border-bottom:1px solid #eeeeee;
}

.fsize11 	{ font-size:11px !important; line-height:15px !important; }
.fsize12 	{ font-size:12px !important; line-height:16px !important; }
.fsize13 	{ font-size:13px !important; line-height:17px !important; }
.fsize14 	{ font-size:14px !important; line-height:18px !important; }
.fsize15 	{ font-size:15px !important; line-height:19px !important; }
.fsize16 	{ font-size:16px !important; line-height:20px !important; }
.fsize17 	{ font-size:17px !important; line-height:23px !important; }
.fsize18 	{ font-size:18px !important; line-height:24px !important; }
.fsize19 	{ font-size:19px !important; line-height:25px !important; }
.fsize20 	{ font-size:20px !important; line-height:26px !important; }
.fsize26 	{ font-size:26px !important; line-height:30px !important; }
.fsize30 	{ font-size:30px !important; line-height:36px !important; }
.fsize40 	{ font-size:40px !important; line-height:46px !important; }

.font300 	{ font-weight:300 !important; 	}
.font400 	{ font-weight:400 !important; 	}
.font600 	{ font-weight:600 !important; 	}
.font700 	{ font-weight:700 !important; 	}

.margin-top10		{ margin-top:10px; }
.margin-top20		{ margin-top:20px; }
.margin-top30		{ margin-top:30px; }
.margin-top40		{ margin-top:40px; }
.margin-top50		{ margin-top:50px; }

.margin-bottom0	    { margin-bottom:0px;  }
.margin-bottom5	    { margin-bottom:5px;  }
.margin-bottom10	{ margin-bottom:10px; }
.margin-bottom20	{ margin-bottom:20px; }
.margin-bottom30	{ margin-bottom:30px; }
.margin-bottom40	{ margin-bottom:40px; }
.margin-bottom50	{ margin-bottom:50px; }

.padding0   { padding: 0px !important;      }
.padding3 	{ padding:3px 0 !important; 	}
.padding6 	{ padding:6px 0 !important; 	}
.padding8 	{ padding:8px 0 !important; 	}
.padding10 	{ padding:10px 0 !important; 	}
.padding20 	{ padding:20px 0 !important; 	}
.padding30 	{ padding:30px 0 !important; 	}		
.padding40 	{ padding:40px 0 !important; 	}
.padding50 	{ padding:50px 0 !important; 	}

.padding-top10		{ padding-top:10px; }
.padding-top20		{ padding-top:20px; }
.padding-top30		{ padding-top:30px; }
.padding-top40		{ padding-top:40px; }
.padding-top50		{ padding-top:50px; }

@media(max-width: 768px){
    .padding0-xs {
        padding: 0px !important;
    }
}

.img-responsive 		{ display:inline-block; 		}
.fixed 				{ position:fixed !important; 	}
.relative 			{ position:relative !important;	}
.nopadding 			{ padding:0 !important; 		}
.nopadding-left 		{ padding-left:0 !important; 	}
.nopadding-right 	{ padding-right:0 !important; 	}
.nopadding-top 		{ padding-top:0 !important; 	}
.nopadding-bottom	{ padding-bottom:0 !important; 	}
.nomargin 			{ margin:0 !important; 			}
.nomargin-left 		{ margin-left:0 !important; 	}
.nomargin-right 		{ margin-right:0 !important; 	}
.nomargin-top		{ margin-top:0 !important; 	}
.nomargin-bottom	{ margin-bottom:0 !important; 	}
.noborder 			{ border:0 !important; 			}
.noradius			{ -webkit-border-radius:0 !important; -moz-border-radius:0 !important; border-radius:0 !important; }
.absolute 			{ position:absolute !important; }
.lowercase 			{ text-transform:lowercase; 	}
.uppercase 			{ text-transform:uppercase; 	}
.no-text-transform	{ text-transform:none !important; }
.italic 				{ font-style:italic; 			}
.pointer 			{ cursor:pointer; 				}
.block 				{ display:block !important; 	}
.bold 				{ font-weight:bold !important; 	}
.fullwidth 			{ width:100% !important; max-width:100% !important; 		}
.halfwidth 			{ width:50% !important; 		}
.container			{ position:relative; 			}
i.fa 				{ text-decoration:none !important;}
.justify 			{ text-align:justify; 			}
.btn i.fa			{ padding-right:10px; 			}
.btn-margin-top		{ margin-top:30px;			 	}
.text-underline		{ text-decoration:underline;  	}
.nowrap				{ white-space: nowrap !important;	}
.wrap				{ white-space: normal !important;	}
.transparent		{ background:transparent !important;}
.color-white		{ color:#fff !important;		}
.color-black		{ color:#000 !important;		}
.color-red          { color:#f52151 !important; }
.line-through		{ text-decoration:line-through;	}
.transparent 		{ background-color:transparent;	}
img.pull-left 		{ margin:0 20px 10px 0; }
img.pull-right 		{ margin:0 10px 20px 0; }
.hide 				{ display:none; }
.nofloat			{ float:none !important; }

/* social icons */
a.social								{ 
	display:inline-block; 
	width:38px; height:38px; 
	line-height:38px; 
	font-size:18px; 
	text-align:center; 
	background:rgba(0,0,0,0.3); 
	color:#fff; 
	margin:10px 1px; 
	text-decoration:none;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
a.social.fa-twitter:hover				{ background:#41b7d8!important; color:#fff!important; }
a.social.fa-facebook:hover 				{ background:#3b5997!important; color:#fff!important; }
a.social.fa-google-plus:hover 			{ background:#d64937!important; color:#fff!important; }
a.social.fa-linkedin:hover 				{ background:#0073b2!important; color:#fff!important; }
a.social.fa-vimeo-square:hover 			{ background:#388fc5!important; color:#fff!important; }
a.social.fa-youtube-square:hover 		{ background:#A40F09!important; color:#fff!important; }
a.social.fa-flickr:hover 				{ background:#ff0084!important; color:#fff!important; }
a.social.fa-pinterest:hover 		    { background:#cb2027!important; color:#fff!important; }
a.social.fa-skype:hover 			    { background:#00aff0!important; color:#fff!important; }
a.social.fa-rss:hover					{ background:#e0812a!important; color:#fff!important; }
a.social.fa-file-text-o:hover           { background:#ff6501!important; color:#fff!important; }
a.social.fa-file-sound-o:hover          { background:#7f56b4!important; color:#fff!important; }
a.social.fa-globe:hover                 { background:#2679bd!important; color:#fff!important; }
a.social.default:hover					{ background:#37353A!important; color:#fff!important; }
a.social.rounded 						{ width:38px; height:38px; line-height:38px; }
a.social.name                           { width:auto; padding-left: 10px; padding-right:10px; }
a.social.name span                      { padding-left:5px; font-size:18px; }

.social-container {
    border-top: #dbc6ae 1px solid;    
}
.social-container span {
    font-size: 1.8em;
	letter-spacing: normal;
	line-height: 24px;	    
}
.section__intro{
    text-align:justify;
}

.navbar-default                         { background-color:#7f5c45;  }
.navbar-default .navbar-nav > li > a    { color: #ecd6af;   }

.category-pdf{    
    font-size:18px;
}
.category-pdf i{
    color:red;
    display:table-cell;
    padding-right:10px;
}
.category-pdf span{
    display:table-cell;
    line-height:20px;    
}
.category-pdf .category-pdf-line{
    display:inline;
    text-decoration:underline;
}

@media (max-width: 767px) {
    .margin-bottom-20xs{
        margin-bottom:20px;
    }
}


.hr-divider {
    margin-top: 20px;
    border-top: 1px solid rgba(139, 98, 87, 0.3);
    margin-bottom: 30px;
}
.table-finance tfoot tr td {
    background-color: #fff;
}
.table-finance th {
    text-align: center;
    background: #7f5c45!important;
}
.table-finance .form-group{
    margin-top: 3px;
    margin-bottom: 0px;
}
.table-finance input[type=text]{
    background-color: transparent;
    border: 1px solid #888;
    box-shadow: none;
    margin: 0 auto;
    display: table;
    width: 100%;
}
.table-finance .fa{
    padding-right: 0px!important;
}