form-control* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    box-sizing: border-box;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: 'Open Sans',arial,sans-serif;
    background: #02528f;
    position: relative;
    width: 100%;
    line-height: 1.5em;
    font-size: 13px;
}

body h1,body h2,body h3,body h4,body h5,body h6 {
    margin: 0;
    font-family: inherit;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizelegibility;
}

body h1 {
    margin-bottom: 0.75em;
    font-size: 3.6em;
    line-height: 1.2;
}

body h2 {
    padding: 0;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 26px;
    vertical-align: middle;
    color: #e67b1c;
    text-align: left;
    /* font-weight: 700; */
    text-transform: capitalize;
    margin: 30px 0 0;
}

body h3 {
    font-size: 1.4em;
    line-height: 1.3;
    /*margin-bottom: 1em;
    padding-bottom: 5px*/
}

body h4 {
    margin-bottom: 1.5em;
    font-size: 1.2em;
    line-height: 1.25;
}

body h5 {
    font-size: 1.1em;
    margin-bottom: 1.5em;
}
body p,body ol,body ul,body dl,body address {
    margin: 5px;
    /* font-size: 1.0em; */
    line-height: 1.3em;
}

small {
    font-size: 0.9em;
}

body ul,body ol {
    margin: 0 0 1.5em 12px;
    padding: 0 0 0 12px;
}

body li ul,body li ol {
    margin: 0;
}


ul.categories-module
{ padding:0; margin:0}


blockquote {
    margin: 0 0 1.5em -24px;
    padding-left: 24px;
    border-left: 2px solid #c7ced6;
    font-style: normal;
}

q {
    quotes: none;
}
cite {
    font-style: normal;
}

abbr[title] {
    border-bottom: 1px dotted #c7ced6;
    cursor: help;
}

b,strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

ins {
    text-decoration: none;
}

mark {
    font-style: italic;
    font-weight: bold;
}

pre,code,kbd,samp {
    line-height: 1.5em;
}

pre {
    white-space: pre-wrap;
}

sub,sup {
    position: relative;
    line-height: 0;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
ol, ul {
    list-style: none;
}
:focus {
    outline: 0;
}
.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}
.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
    font-size: 1em
}

table th,table td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ddd;
    line-height: 1.5em;
    text-align: left;
}

table th {
    font-weight: bold;
    border: 0
}

table thead th {
    vertical-align: bottom;
}

table  tr:first-child th,table tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td
{
    border-top: 0;
}

table tbody+tbody {
    border-top: 2px solid #8c9bab;
}

table tbody tr td,table tbody tr th {
    -webkit-transition: background-color 0.25s 0 linear;
    -moz-transition: background-color 0.25s 0 linear;
    -ms-transition: background-color 0.25s 0 linear;
    -o-transition: background-color 0.25s 0 linear;
    transition: background-color 0.25s 0 linear;
}

/* links */
p.readmore a,  .mod-articles-category-readmore a {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    line-height: 1.6em;
    margin-bottom: 9px;
    padding: 4px;
    line-height: 1.6em;
}

/* +++++++++++++++++  forms general #######################  */
form {
    margin: 0 0 18px;
}

fieldset {
    border: solid 1px #ddd;
    margin: 10px 0;
    padding: 20px;
    border-radius: 5px
}

fieldset p {
    margin: 0;
    padding: 0;
}

legend {
    font-weight: bold;
    background: #fff;
    padding: 5px 10px
}

label,input,button,select,textarea {
    font-weight: normal;
    font-size: 13px;
}
input::placeholder, textarea::placeholder {
    font-size: 13px;
}
label {
    color: #333333;
    margin-bottom: 5px;
    max-width: 90%
}
input,textarea,select,#advanced-search-toggle, input.search-query {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 9px;
    padding: 4px;
}
.filter-search-lbl {display:inline}
.filter-search, .display-limit {float:left; margin-right:10px}
.button,button,.profile-edit a {
    border-radius: 3px;
    padding: 4px;
    line-height: 1.2em;
    text-decoration: none;
}

label input,label textarea,label select {
    display: block;
}

input[type="image"],input[type="checkbox"],input[type="radio"] {
    border-radius: 0;
    cursor: pointer;
    height: auto;
    line-height: normal;
    margin: 3px 0;
    padding: 0;
    width: auto;
}

input[type="button"],input[type="reset"],input[type="submit"] {
    height: auto;
    width: auto;
}

/*select {
    height: 28px;
    line-height: 28px;
    max-width:99%}

select {
    width: 220px;
}

select[multiple],select[size] {
    height: auto;
}*/

textarea {
    height: auto;
}

.radio,.checkbox {
    padding-left: 18px;
}

input[type="radio"],input[type="checkbox"] {
    display: inline;
    margin-right : 10px;
    border:none
}

input,textarea {
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input:focus,textarea:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
    rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,select:focus
{
    box-shadow: none;
    outline-offset: -2px;
}

.header_content_wrap {
    display: block !important;
    position: relative;
    padding:0;
    overflow: hidden;
    background-image: url(../images/header_test.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #fff;
    min-height: 250px;
    padding-left: 114px;
    padding-right: 114px;
}
.header_content_wrap img{
    margin-top: 80px;
    margin-right: 35px;
    float: left;
}
.header_title{
    margin-top: 116px;
}
.header_title a{
    color: #024272;
    text-decoration: none;
}
.header_title a:hover{
    color: #024272;
    text-decoration: none;
}
.header_title h1{
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #024272;
    letter-spacing: -1px;
    margin-bottom:15px;
}
.header_title p{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
.header_title p span{
    text-transform: uppercase;
    color: #024272;
}

.header_content.header_mn {
    background-image: url(../images/header_mn.jpg);
}
.header_content.header_en {
    background-image: url(../images/header_en.jpg);
}
.switch_lang{
    position: absolute;
    top:10px;
    right:20px;
    width:21px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center top;
}
.switch_lang.lang_mn{
    background-image: url(../images/mn.png);
}
.switch_lang.lang_en{
    background-image: url(../images/en.png);
}





.notif{
    text-align: center;
    padding: 3px;
    font-size: 0.9em;
    line-height: 1.5em;
    background: #f8a519;
}
.content_row{
    background-color: #ffffff;
}

.contacts{
    padding-left: 50px;padding-right: 50px;
}

@media (max-width: 1300px){
    .header_content_wrap {
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media (max-width: 991px){
    .header_content_wrap {
        padding-left: 40px;
        padding-right: 40px;
    }
    .header_content_wrap img{
        margin-top: 50px;
        float: none;
    }
    .header_title{
        margin-top: 40px;
        margin-bottom:15px;
    }
}
@media (max-width: 576px) {
    .header_content_wrap {
        padding-left: 30px;
        padding-right: 30px;
        background-image: url(../images/header_bg_mobile.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-color: #fff;
    }
    .header_content_wrap img{
        margin-top: 30px;
    }
    .header_title{
        margin-top: 30px;
    }
    .header_title h1{
        font-size: 28px;
    }
    .header_title p{
        font-size: 14px;
    }
}