@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Open Sans;
	font-size:14px;
	line-height:20px;
	background:#ce1c15;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:url(../images/Preloader_11.gif) center no-repeat #fff;
}
::selection {
	background-color: #ce1c15;
	color: #fff;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
	background:#000;
}
::-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;
}
.bg_white{
	background:#fff;
}
green{
	color:#648d0a;
}
blue{
	color:#2e7cae;
}
red{
	color:#a70000;
}
line2{
	width:100%;
	height:5px;
	background:#2e7cae;
	display:block;
}

@font-face
{
	font-family:ALADIN;
	src: url('../fonts/ALADIN-REGULAR.TTF');
}
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, 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;
}
@import url(https://fonts.googleapis.com/css?family=Oswald);

h1{
	font-size:32px;
	font-family:Oswald;
	font-weight: normal;
	color: #4a4a43;
	padding-bottom:26px;
	padding-top:18px;
	text-align: left;
	text-align:center;
}
h1:before{
	content:"";
	width:271px;
	height:5px;
	background:url(../images/double_line.png);
	position:absolute;
	margin-top:10px;
	margin-left:-280px;
}
h1:after{
	content:"";
	width:271px;
	height:5px;
	background:url(../images/double_line.png);
	position:absolute;
	margin-top:10px;
	margin-left:10px;
}
h2{
	font-size:20px;
	font-family:Oswald;
	font-weight: normal;
	color: #4a4a43;
	padding-bottom:18px;
	padding-top:30px;
	text-align: left;
	text-align:center;
}
h2:before{
	content:"";
	width:495px;
	height:7px;
	background:url(../images/abt_line.png);
	position:absolute;
	margin-top:10px;
	margin-left:-510px;
}
h2:after{
	content:"";
	width:495px;
	height:7px;
	background:url(../images/abt_line.png);
	position:absolute;
	margin-top:10px;
	margin-left:10px;
}

h3{
	font-size:20px;
	font-family:Oswald;
	font-weight: normal;
	color: #4a4a43;
	padding-bottom:18px;
	padding-top:30px;
	text-align: left;
	text-align:center;
}

h3:before{
	content:"";
	width:495px;
	height:7px;
	background:url(../images/abt_line.png);
	position:absolute;
	margin-top:10px;
	margin-left:-530px;
}
h3:after{
	content:"";
	width:495px;
	height:7px;
	background:url(../images/abt_line.png);
	position:absolute;
	margin-top:10px;
	margin-left:35px;
}
h4{
	font-size:18px;
	font-weight: normal;
	text-align:left;
	padding-bottom:8px;
	padding-top:8px;
	border-bottom:1px dashed #ccc;
}
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;
}
.container{
	padding-left:15px;
	padding-right:15px;
	margin:auto;
	width:940px;
}
.wrapper:after { content:''; display:block; clear: both; }
.container:after { content:''; display:block; clear: both; }