@charset "utf-8";
@import url('font-awesome.min.css');

*{
	margin:0;
	padding:0;
}

html {
    margin: 0;
    padding: 0;
	scroll-behavior: smooth;
}

body{
    background: #FAFAFA;
	margin:0;
	padding:0;
    height: 100%;
	min-height: 100%;
    width: 100%;
}

#wrapper{
	position: relative;
	height: 100%;
    min-height: 100vh;
    margin: 0 auto;
    width: 100%;
}

header{
    background: #fff;
    padding: 15px 0;
    position: relative;
}

.headerInner{
    margin: 0 auto;
    width: 90%;
}

header .logo{
    display: table;
    float: left;
    outline: none !important;
    text-decoration: none !important;
}

header .logo img{
    height: 66px;
}

.user{
    color: #1A2236;
    font-size: 16px;
    font-weight: 500;
    display: table;
    float: right;
    line-height: 24px;
    margin-right: 20px;
    padding: 30px 0 0;
    text-decoration: none !important;
    outline: none !important;
    transition: all 0.3s ease-in-out 0s;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.user i{
    padding-right: 5px;
}

.user:hover{
    color: #2b509f;
}

.langs{
    display: table;
    float: right;
    margin-bottom: 0 !important;
    margin-left: 20px;
    padding: 25px 0 0;
    list-style: none;
}

.langs li{
    display: table;
    float: left;
    margin-right: 30px;
}

.langs li:last-child{
    margin-right: 0 !important;
}

.langs li a img{
    display: table;
    height: 24px;
    margin-top: 5px;
}

section{
    padding-top: 20px;
    margin-bottom: 20px;
}

.simple-pagination{
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.simple-pagination ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.simple-pagination li {
    color: #000;
    display: table;
    font-size: 14px;
    float: left;
    margin-right: 5px;
    outline: none;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #1A2236;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #1A2236 ;
    border-color: #1A2236 ;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #133593;
}

.pageTitle{
    border-bottom: solid 1.5px #1A2236;
    color: #1A2236;
    display: table;
    font-weight: 600;
    margin-left: 15px;
    margin-top: 35px;
    margin-bottom: 20px;
}