@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	font-family:Open Sans;
	font-size:14px;
	line-height:20px;
	background:#cbcbcb;
}
section{
	padding-top:100px;  
    padding-bottom:0px; 
    min-height:calc(100% - 1px) !important;
}
::selection {
	background-color: #00923f;
	color: #fff;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
	background:#000;
}
line{
	width:100%;
	height:1px;
	background:#ccc;
	display:block;
}
.bg_white{
	background:#fff;
}
@font-face
{
	font-family:segoeuil;
	src: url('../fonts/segoeuil.ttf');
}
@font-face
{
	font-family:salzburg-serial;
	src: url('../fonts/salzburg-serial-light-regular.ttf');
}
@font-face
{
	font-family:ADVENTPRO-MEDIUM;
	src: url('../fonts/ADVENTPRO-MEDIUM.TTF');
}
@font-face
{
	font-family:calibri;
	src: url('../fonts/calibri.ttf');
}
@font-face
{
	font-family:Ultima;
	src: url('../fonts/Ultima.ttf');
}
@font-face
{
	font-family:PT_SANS-NARROW-WEB-REGULAR;
	src: url('../fonts/PT_SANS-NARROW-WEB-REGULAR.TTF');
}
@font-face
{
	font-family:HelveticaLTStd-Light;
	src: url('../fonts/HelveticaLTStd-Light.otf');
}
@font-face
{
	font-family:TT1102M;
	src: url('../fonts/TT1102M.TTF');
}
@font-face
{
	font-family:HelveticaWorld-Regular;
	src: url('../fonts/HelveticaWorld-Regular.ttf');
}
@font-face
{
	font-family:ARVO-REGULAR;
	src: url('../fonts/ARVO-REGULAR.TTF');
}
@font-face
{
	font-family:SOURCESANSPRO-REGULAR_0;
	src: url('../fonts/SOURCESANSPRO-REGULAR_0.OTF');
}
@font-face
{
	font-family:DROIDSERIF;
	src: url('../fonts/DROIDSERIF.TTF');
}
@font-face
{
	font-family:ARVO-BOLD;
	src: url('../fonts/ARVO-BOLD.TTF');
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background:#CCCCCC;
	border-radius:20px;
}
::-webkit-scrollbar-thumb:hover {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background:#999999;
	border-radius:20px;
}
::-webkit-scrollbar-thumb:window-inactive {
	background:#CCCCCC; 
}
::-webkit-scrollbar {
    width: 10px;
}
ul, li, form, h1, h2, h3, h4, h4, h6{
	margin: 0px;
	padding: 0px;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, form{
	margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
h1{
	font-size:20px;
	font-family:Open Sans;
	font-weight: normal;
	color: #000;
	padding-bottom:8px;
	text-align: left;
	text-indent:5px;
}
h2{
	font-size:16px;
	font-weight: normal;
	color: #000;
	text-align: left;
	padding-bottom: 8px;
	font-family:Open Sans;
}
h3{
	font-family: Ultima;
	font-size: 70px;
	text-align: right;
}
h4{
	font-size:20px;
	text-align:left;
	line-height:28px;
	padding-top:74px;
}
h5{
	font-size:20px;
	color:#14487c;
	text-align:center;
}
h6{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	padding-top:10px;
	padding-bottom:10px;
	text-align: left;
}
orange{
	color:#e67817;
}
grey{
	color:#747474;
}
red{
	color:#da251c;
}
blue{
	color:#183884;
}
light-blue{
	color:#0c488e;
}
green{
	color:#5a9d34;
}
black{
	color:#000;
}
@font-face
{
	font-family:Anto;
	src: url('../fonts/ANTONIO-REGULAR.TTF');
}
a{
	outline:none;
}
.clear{
	clear:both;
}
a img{
	outline:none;
	border:none;
}
.more{
	width: 95%;
	/* [disabled]height:30px; */
	text-align: right;
	line-height: 30px;
	margin-top: 19px;
	background:url(../images/more_icon.jpg) no-repeat right;
	padding-right:10px;
}
.more a{
	text-decoration: none;
	color: #000;
	border-radius: 70px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
.more a:hover{
	color:#4ab414;
}
p{
	text-align:justify;
	color:#000;
	font-size:13px;
	padding-top:15px;
	padding-bottom:15px;
}
.wrapper:after { content:''; display:block; clear: both; }