*{
	margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
	height: 100%;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 100%;
    height: 100%;
    text-decoration: none;
    min-width: 320px;
    color: #333333;
}
.user_log_img {
	height: auto;
	width: 50px;
}
a{
	text-decoration:none;
	color:inherit;
}
#wrapper{
	min-height: 100%;
    overflow:hidden;
}
#main{
	overflow: auto;
	padding-bottom: 80px;
}
.container{
	width:80%;
	margin:0 auto;
    text-align:justify;
    max-width: 1366px;
}
header{
    height: 100px;
}
.logo img{
    height: 80px;
    width: auto;
    padding-top: 10px;
}
.logo{
    float: left;
}
.login{
    float: right;
    text-align: center;
    padding-top: 20px;
}
#logbtn{
    color: white;
    display: block;
    padding: 10px 30px 10px 30px;
    font-weight: bold;
    border-radius: 10px;
    background-color: #124B8C;
}
#logbtn:hover{
    background-color: #008AEF;
    transition: background-color 1s ease-out;
}
#reglink{
    color: #124B8C;
    padding-top: 10px;
    font-size: 1em;
}
#reglink:hover{
    color: #008AEF;
    transition: background-color 1s ease-out;
}
.hyp_link{
    color: #196F96;
}
.hyp_link:hover{
    color: #ED433E;
    transition: background-color 1s ease-out;
}
nav{
    background-color: #124B8C;
    background-image: -webkit-linear-gradient(0deg,rgba(18,75,140,1.00) 0%,rgba(0,138,239,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(18,75,140,1.00) 0%,rgba(0,138,239,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(18,75,140,1.00) 0%,rgba(0,138,239,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(18,75,140,1.00) 0%,rgba(0,138,239,1.00) 100%);
}
nav ul{
	overflow:hidden;
	color:white;
	padding:0;
	font-size: 1.10em;
	text-align:right;
	margin:0;
	transition: max-height 0.4s;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
}
nav ul li{
	display: inline-block;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
    text-align:right;
    float: right;
}
nav ul li:hover{
    background-color: #124B8C;
    transition: background-color 1s ease-out;
}
.nav_active{
    background-color: #124B8C;
    font-weight: bold;
}
#nav_show{
    display: none;
    color: #FFFFFF;
    background-color: undefined;
}
#nav_show:hover{
    background-color: #008AEF;
    color: #FFFFFF;
}
#nav_hide{
    display: block;
}
.handle{
	width:100%;
	text-align:right;
	box-sizing:border-box;
	padding:15px 10px;
	cursor:pointer;
	display:none;
	color: #FFFFFF;
    font-size: 20px;
}
#boxes{
    background-image: url(../img/bgd.png);
    background-repeat: repeat;
    background-position: center top;
    overflow: hidden;
    box-sizing: border-box;
}
#boxes .container{
	clear: both;
	background-color: #FFFFFF;
	overflow: hidden;
	text-align: center;
	width: auto;
    position: static;
    box-sizing: border-box;
}
#boxes .box{
	float: left;
	text-align: center;
	width: 33.33%;
	padding: 20px;
}
#boxes .box img{
    width: 98%;
    border: medium solid #124B8C;
    text-align: center;
}
#boxhead{
    color: #008AEF;
    font-weight: bold;
    font-size: 1.3em;
    padding-top: 10px;
    display: block;
}
#boxtext{
    color: #333333;
    font-size: 1.1em;
    padding: 5px 0px 15px 0px;
    line-height: 22px;
}
#walls{
	background-image: url(../img/bgd.png);
	background-repeat: repeat;
    background-position: center top;
    width: 100%;

}
#walls .container{
	width:90%;
    clear: both;
    background-color: #FFFFFF;
    overflow: hidden;
    padding: 0px 20px;
}
.wall_details{
    width: 65%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.1em;
    line-height: 25px;
}
.wall_side{
    width: 30%;
    float: right;
    padding-top: 30px;
    padding-bottom: 30px;
}
.wall_feeds{
    padding-bottom: 20px;
}
.wall_details p{
    padding-bottom: 10px;
    color: undefined;
}
.wall_align{
    margin-left: 30px;
    margin-right: 30px;
}
#highlight{
    padding-top: 20px;
    font-weight: bold;
    font-size: 1.0em;
}
#highlight_blue{
    padding-top: 20px;
    font-size: 1em;
    color: #124B8C;
    font-weight: bold;
    text-transform: uppercase;
}
#wall_header{
    color: #008AEF;
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
.wall_side img{
    width: 100%;
}
#side_topic{
    font-size: 1.1em;
    color: #008AEF;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
#side_texts{
	font-size: 1em;
	line-height: 18px;
	text-align: justify;
}
.wall_header{
    font-size: 1.5em;
}
.fm_wrapper{
    box-sizing: border-box;
    padding: 1.5em 0em;
}
.fm_labl{
    display: block;
    font-size: 0.9em;
}
.fm_wrapper form p{
    margin: 0;
    padding: 0.5em 0em;
}
.fm_list{
    width: 100%;
    padding: 0.8em;
    font-size: 0.9em;
    border: 1px solid #124B8C;
}
.fm_list:focus{
	box-shadow: 0 0 5px #124B8C;
	-webkit-box-shadow: 0 0 5px #124B8C;
}
.fm_text{
    width: 100%;
    padding: 0.8em;
    border: 1px solid #124B8C;
    font-size: 0.9em;
}
.fm_text:focus{
    box-shadow: 0 0 5px #124B8C;
    -webkit-box-shadow: 0 0 5px #124B8C;
    border-color: undefined;
}
.fm_text_center{
    width: 60%;
    padding: 0.8em;
    border: 1px solid #4D3157;
    font-size: 0.9em;
    text-align: center;
    color: #333333;
}
.fm_text_center:focus{
	box-shadow: 0 0 5px #D71921;
	-webkit-box-shadow: 0 0 5px #4D3157;
	border-color: undefined;
}
.fm_text_user{
	width: 100%;
	border: 1px solid #D71921;
	font-size: 0.9em;
	clear: both;
	background-image: url(../img/user.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 2.6em;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.fm_text_user:focus{
	box-shadow: 0 0 5px #D71921;
	border-color: undefined;
}
.fm_text_user_blue{
    width: 100%;
    border: 1px solid #4D3157;
    font-size: 0.9em;
    clear: both;
    background-image: url(../img/user.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 0.8em;
    padding-right: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 2.6em;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
.fm_text_user_blue:focus{
	box-shadow: 0 0 5px #D71921;
	border-color: undefined;
	-webkit-box-shadow: 0 0 5px #D71921;
}
.fm_text_pass{
	width: 100%;
	border: 1px solid #D71921;
	font-size: 0.9em;
	clear: both;
	background-image: url(../img/pass.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 2.6em;
}
.fm_text_pass:focus{
	box-shadow: 0 0 5px #006F51;
}
.fm_area{
    width: 100%;
    height: 10em;
    padding: 0.8em;
    border: 1px solid #124B8C;
    font-family: inherit;
    font-size: inherit;
}
.fm_area:focus{
	box-shadow: 0 0 5px #124B8C;
	-webkit-box-shadow: 0 0 5px #124B8C;
}
.fm_butn{
    width: 200px;
    border: 0;
    color: white;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 30px 20px 30px;
    background-color: #008AEF;
}
.fm_butn:hover{
    background-color: #124B8C;
    transition: background-color 1s ease-in-out;
}
.fm_sm_red{
    color: #ED433E;
    font-size: 0.8em;
}
.fm_sm_blue{
    color: #196F96;
    font-size: 0.8em;
}
.tx_red{
    color: #ED433E;
}
.tx_green{
    color: #70AA40;
}
.tx_blue{
    color: #70AA40;
}
.fm_fl{
    box-sizing: border-box;
    display: inline-block;
    clear: both;
    width: 100%;
}
.fm_fl_right{
    float: right;
    width: 48%;
}
.fm_fl_left{
    float: left;
    width: 48%;
}
.fm_rd_text{
    font-size: 0.9em;
    padding: 0em 0em 1em 0em;
}
footer{
    font-size: 0.9em;
    position: relative;
    height: 80px;
    margin-top: -80px;
    clear: both;
    color: white;
    text-align: center;
    background-color: #124B8C;
    background-image: -webkit-linear-gradient(0deg,rgba(18,75,140,1.00) 0%,rgba(0,138,239,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(18,75,140,1.00) 0%,rgba(0,138,239,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(18,75,140,1.00) 0%,rgba(0,138,239,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(18,75,140,1.00) 0%,rgba(0,138,239,1.00) 100%);
}
.foot_left{
	float: left;
	padding-top: 22px;
	font-size: 1.0em;
	height: 60px;
}
.foot_right{
    float: right;
    height: 80px;
    background-color: undefined;
}
.foot_right img{
	height: 60px;
	padding-top: 15px;
}
.slider{
    overflow: hidden;
    height: 500px;
}
.slider figure div{
    float: left;
    width: 20%;
}
.slider figure img{
    /*width: 100%;*/
    float: left;
}
.slider figure{
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    animation: 20s ravi infinite;
}
.sub_slider{
    max-height: 300px;
    overflow: hidden;
}
.sub_slide img{
    position: relative;
    margin-top: -100px;
}
.callup_wrapper{
    text-align: center;
    margin:0 auto;
    padding: 50px 0px 0px 0px;
}
.callup_img{
	width: 25%;
	height: auto;
	max-width: 130px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.callup_head{
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: bold;
}
.callup_text img{
    color: #333333;
    font-size: 1.1em;
    margin: 0 auto;
}
.log_img_align{
	text-align: center;
}
.log_img{
	max-width: 120px;
	padding-top: 40px;
}
.log_recovery{
    
}
.log_recovery_vpadding{
	font-size: 0.9em;
    padding-top: 15px;
    padding-bottom: 30px;
}


.phrase_vpadding{
	padding-top: 40px;
	padding-bottom: 20px;
}
.text_xx1{
	font-size: 0.9em;
}



.user_logclipart{
	padding-top: 40px;
}

/* HIDE RADIO */
.user_logclipart input[type="radio"] { 
  	position: absolute;
  	opacity: 0;
  	width: 0;
  	height: 0;
}

/* IMAGE STYLES */
.user_logclipart input[type="radio"] + img {
  	cursor: pointer;
	max-width: 100px;
}

/* CHECKED STYLES */
.user_logclipart input[type="radio"]:checked + img {
    outline: 1px solid #4D3157;
    opacity: 0.5;
    color: #ED433E;
}
.user_logclipart input[type="radio"]:checked + img:focus {
	outline: 2px solid #D71921;
}


.refresh_btn {
    max-height: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
    cursor: pointer;
}

/*
.user_logpic input[type="radio"]{display: none;}
.user_logpic label{
	display:inline-block;
	width: 20px;
}
.user_logpic input:checked + label{
	border:}
.user_logpic input:checked + label:before{
content: ">"}

*/

::placeholder {
  color: #878787;
  opacity: 0.5; /* Firefox */
}
::-webkit-input-placeholder { /* Chrome */
  color: #878787;
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #878787;
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #878787;
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #878787;
  opacity: 0.5;
}
@keyframes ravi{
    0%{
        left: 0%;
    }
    10%{
        left: 0%;
    }
    12%{
        left: -100%;
    }
    22%{
        left: -100%;
    }
    24%{
        left: -200%;
    }
    34%{
        left: -200%;
    }
    36%{
        left: -300%;
    }
    46%{
        left: -300%;
    }
    48%{
        left: -400%;
    }
    58%{
        left: -400%;
    }
    60%{
        left: -300%;
    }
    70%{
        left: -300%;
    }
    72%{
        left: -200%;
    }
    82%{
        left: -200%;
    }
    84%{
        left: -100%;
    }
    94%{
        left: -100%;
    }
    96%{
        left: -0%;
    }
}
@media screen and (max-width:1300px){
    .container{
        width:90%;
    }
    #boxes .box{
        padding:10px;
    }
    .callup_text{
    font-size: 1.1em;
    }
    .callup_head{
    font-size: 1.3em;
    }
    .log_recovery{
        font-size: 1em;
    }
	
	#boxtext{
		font-size: 1.1em;
	}
	.fm_text_center{
    	width: 80%;
	}
}
@media screen and (max-width:850px){
    #boxes .box img{
	border: medium solid #D71A21;
    }#walls{
		background-image: none;
	}
    .wall_details{
		width: 100%;
		float: none;
		padding-bottom: 0px;
    }
    .wall_side{
		width: 100%;
		float: none;
		padding-bottom: 5px;
    }
    .wall_align{
		margin-left: 0px;
		margin-right: 0px;
    }
	
	#boxtext{
		font-size: 1em;
	}
    .callup_text{
    	font-size: 1.0em;
    }
    .callup_head{
    	font-size: 1.2em;
    }
    .log_recovery{
        font-size: 1em;
    }
	.fm_text_center{
    	width: 90%;
	}
  
}
@media screen and (max-width:740px){
    nav ul{
    max-height: 0px;
    font-size: 1em;
    background-color: #008AEF;
    }
    nav ul li{
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    text-align: left;
    border: thin solid #FFFFFF;
    }
    header{
        text-align:center;
    }
    .handle{
        display:block;	
        padding:20px;
    }
    .showing{
        max-height:25em;
    }
    nav .container{
        width:100%;
    }
    #nav_show{
    display: block;
    background-color: #124B8C;
    }
    #nav_hide{
        display: none;
    }
    #boxes .box{
        float: none;
        padding: 0;
        width:100%;
		padding: 15px 10px;
    }
    #boxes .box img{
	border: medium solid #D71A21;
    }
	#boxtext{
		font-size: 1.1em;
	}
	.foot_left{
        font-size: 0.9em;
    }#walls{
		background-image: none;
	}
    .wall_details{
        width: 100%;
        float: none;
        padding-bottom: 0px;
    }
    .wall_side{
        width: 100%;
        float: none;
        padding-bottom: 5px;
    }
    .wall_align{
        margin-left: 0px;
        margin-right: 0px;
    }
    .fm_fl_right{
        float: none;
        width: 100%;
    }
    .fm_fl_left{
        float: none;
        width: 100%;
    }
    .fm_butn{
        width: 100%;
    }
    .callup_text{
        font-size: 0.9em;
    }
    .callup_head{
        font-size: 1.1em;
    }
    .log_recovery{
        font-size: 0.9em;
    }
	.fm_text_center{
    	width: 100%;
	}
}

@media screen and (max-width:480px){
    .container{
        width:90%;
    }
    footer .container{
        width:100%;
    }
    .foot_left{
        float: none;
        font-size: 0.9em;
        text-align: center;
    }
    .foot_right{
	float: none;
	text-align: center;
	background-color: #196F96;
	width: 100%;
	background-image: -webkit-linear-gradient(0deg,rgba(0,0,50,1.00) 0%,rgba(219,0,9,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,0,50,1.00) 0%,rgba(219,0,9,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,0,50,1.00) 0%,rgba(219,0,9,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(0,0,50,1.00) 0%,rgba(219,0,9,1.00) 100%);
    }
	#walls{
		background-image: none;
	}
    .wall_details{
        width: 100%;
        float: none;
        padding-bottom: 0px;
    }
    .wall_side{
        width: 100%;
        float: none;
        padding-bottom: 5px;
    }
    .wall_align{
        margin-left: 0px;
        margin-right: 0px;
    }
    .fm_fl_right{
        float: none;
        width: 100%;
    }
    .fm_fl_left{
        float: none;
        width: 100%;
    }
    .fm_butn{
        width: 100%;
    }
    .callup_text{
        font-size: 0.9em;
    }
    .callup_head{
        font-size: 1.0em;
    }
    .log_recovery{
        font-size: 0.8em;
    }
	#boxtext{
		font-size: 1em;
	}
	.fm_text_center{
    	width: 100%;
	}
}
