@import url(animate.css);
@import url(bootstrap.min.css);
@import url(font-awesome.css);
html{
    margin:0;
    padding:0;
}

body{
    margin:0;
    padding:0;
	font-family: Cera-Regular;
    font-size:20px;
}

body, html{
    margin: 0; padding: 0;
    background:#333;
}

body, input{
    font-family: Cera-Regular;
    background: #fff;
}

h2{
    color: #d72525;
}

.justify-text{
    width:100%; 
    max-width:950px;
    text-align:justify;
    padding:8px;
	font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}

/* PAGE STYLE*/
#main_block{
    background: #fff;
    margin-bottom:50px;
    overflow: hidden;
    color:#222;
}
#page_container{
    position: relative;
    /* min-height: 50px;
    transition-delay: 0.29s; */
    color:#222;
    /* background: #ffffff; */
    padding:0px;
    border-radius: 0px;
    border:none;
}

#page_container p {
    padding:8px;
	
}


.main_container{
    position: relative;
    width: calc( 100% - 8px );
    max-width:950px;
    margin: auto auto;
}

.list-inline li{
    display:inline-block;
}

/* MENU */
#tmenu{
    width:auto;
    width: calc( 100% - 8px );
    max-width:950px;
    text-align: right;
    padding: 5px;
}

#tmenu li{
    display:inline-block;
    list-style: none;
    margin-right: 5px;
    padding: 5px;
}

#fmenu{
    width:auto;
    width: calc( 100% - 8px );
    max-width:950px;
    padding: 5px;
    text-align: center;
    border-top:1px #d72525 solid;
    margin-top: 10px;
}

#fmenu li{
    display:inline-block;
    list-style: none;
    margin-right: 5px;
    padding: 5px;
}
#fmenu li a{
    color:#fff;
}

nav ul{
    width:auto;    
	border: 1px #ccc solid;
    background: #d72525;
    min-height: 10px;
    text-align: right;
}

nav ul li{
	display:inline-block;
	list-style: none;
}

nav ul li a{
	text-decoration: none;
	padding: 5px;
	background: #2a589b;
	color: #fff;
	border-radius:6px;
}

nav ul li.active a{
	text-decoration: none;
	padding: 5px;
	background: #145dcc;
	color: #fff;
	border-radius:6px;
}

nav ul li a:hover{
	text-decoration: none;
	color: #fff;
}

footer{
	text-align: center;
	background: #333;
	color: #fff;
	padding: 5px;
	min-height: 100px;
}

footer a:hover {
    text-decoration: none;
}
footer a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
}
.footer-cent{
    color:#adadad;
    font-size: 14px;
    line-height: 25px;
    background: #534f4f;
}
.footer-cent:after {
    content: '';
    display: block;
    clear: both;
}
.footer-social {
    display:inline-block;
    margin: 0 0 20px;
    
}


.footer-social a {
    color: #d72525;
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 15px;
}
.footer-social a:hover {
    background: #f96015;
}
.footer-social a:hover {
    text-decoration: none;
}
.footer-social a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #4a76b9;
    width: 44px;
    height: 44px;
}

.footer-social a .fa {
    display: inline-block;
    vertical-align: middle;
}
.footer-social .fa {
        line-height: 40px;
}