/* 
version 3
====================================================================================================================================================
COMMON STYLE ------------------------------------------------------------------------------------------------------------------------------------------->
====================================================================================================================================================
*/

@import url("base.css");
@import url("fonts.css");
body {
    background-color: #363636;
    font-size: 16px;
    line-height: 1.5;
    overflow: auto!important;
    color: #fff;
    font-family: 'arial';
}

* {
    outline: none;
}

a {
    transition: all 0.4s ease-out 0s;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

ul {
    list-style: none;
}

a {
    display: inline-block;
}

.page_header.scroll-to-fixed-fixed {
    box-shadow: 1px 0 3px #2c2c2c;
    background: #fff;
}

.navbar {
    margin-bottom: 0;
    min-height: auto;
    border-radius: 0;
    background: none;
    border: none;
}

.page_header {
    width: 100%;
    position: relative;
    z-index: 99;
}

.navbar-brand {
    padding: 0;
    height: auto;
}

.navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-nav>li>.dropdown-menu {
    padding: 20px 0;
    border: none;
    border-radius: 0;
    left: 0;
    right: auto;
}

.back-to-top i {
    line-height: 45px;
}

.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 60px;
    width: 50px;
    cursor: pointer;
    height: 50px;
    background: #B49E64;
    color: #fff;
    line-height: 45px !important;
    text-align: center;
    font-size: 20px !important;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.34);
}

.back-to-top i:before {
    color: #fff;
}

.navbar-brand>img {
    transition: all 0.4s ease-out 0s;
    width: 424px;
    max-width: 100%;
}

.page_header.scroll-to-fixed-fixed .navbar-brand>img {
    /* width: 115px; */
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: transparent;
}

#banner img {
    width: 100%;
}

div#menu {
    padding: 0;
}


/* 
====================================================================================================================================================
COMMON STYLE------------------------------------------------------------------------------------------------------------------------------------------->
====================================================================================================================================================
*/

a.navbar-brand img {
    width: 55px;
    margin: 0 auto;
}

a.navbar-brand {
    background: #b49e64;
    margin: 0;
    border: 5px solid #fff;
    min-width: 220px;
    text-align: center;
    padding: 15px 0;
    border-top: none;
    position: absolute;
}

.navbar {
    margin-bottom: 0;
    min-height: auto;
    border-radius: 0;
    background: none;
    border: none;
    background: #363636;
    padding-bottom: 15px;
}

a.navbar-brand span.info {
    font-family: Arial;
    font-weight: bold;
    color: #483917;
    line-height: 1.2;
    font-size: 11px;
    display: block;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    background: #b49e64;
}

a.navbar-brand span.info span {
    color: #fff;
    font-size: 16px;
}

.nav-pills>li>a {
    border-radius: 4px;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 30px 10px 10px;
    background: url(../images/bullet0.gif) top 20px center no-repeat;
    border-right: 1px solid #fff;
    border-radius: 0;
    position: relative;
}

.nav-pills>li>a::after {
    content: "";
    background: url('../images/menu_bullet.gif') center no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    right: -4px;
    bottom: 0;
}

.nav-pills>li:last-child>a::after {
    display: none;
}

.nav-pills>li:last-child>a {
    padding-right: 0;
    border-right: none;
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: underline;
}

div#banner {
    border: 5px solid #fff;
}

h2.title-page {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    background: url('../images/txtheader_bullet.gif') right center no-repeat;
    padding-right: 25px;
    display: inline-block;
}

.main {
    padding: 25px;
    border-left: 1px solid #fff;
    margin-top: 25px;
    position: relative;
    padding-bottom: 40px;
}

.main::after,
.main::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 0;
    width: 7px;
    height: 7px;
    background: url('../images/menu_bullet.gif') center no-repeat
}

.main::after {
    top: auto;
    bottom: 16px;
}

.color-red {
    color: rgb(255, 0, 0);
}

.text-center {
    text-align: center;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.text span {
    display: block;
}

.text-right {
    text-align: right;
}

#footer {
    padding: 30px 0 5px;
    border-top: 1px solid #fff;
    margin: -20px 30px 0;
    position: relative;
}

#footer::after,
#footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    width: 7px;
    height: 7px;
    background: url('../images/menu_bullet.gif') center no-repeat
}

#footer::after {
    left: auto;
    right: 0;
}

#footer .footer-menu ul {
    overflow: hidden;
    text-align: center;
}

#footer .footer-menu ul li {
    display: inline-block;
}

#footer .footer-menu ul li a {
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px;
    background: url(../images/botmenu_bullet.gif) left center no-repeat;
    border-radius: 0;
    position: relative;
    padding-left: 20px;
}

#footer .copy-right a {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 11px;
    color: #999
}

.page_header .navbar-default .navbar-header {
    width: 25%;
}
.page_header .navbar-default .header-right {
    width: 75%;
}
.color-red:after {
    content: "";
    width: 30%;
    height: 1px;
    background: rgb(255, 0, 0);
    position: absolute;
    display: block;
    top: 55px;
    left: 18.5%;
    /* border: 1px dashed rgb(255, 0, 0); */
}
h3.color-red:before {
    content: "";
    width: 30%;
    height: 1px;
    background: rgb(255, 0, 0);
    position: absolute;
    display: block;
    top: 55px;
    right: 18.5%;
}
ul.nav.menumenu.nav.nav-pills.nav-fill.mod-list {
    display: inline-block;
}
.search.mod-search {
    display: inline-block;
}
#dropdownMenuButton {
    position: relative;
    bottom: 12px;
}
.dropdown-menu {
    padding: 0px;
    min-width: auto;
}
.dropdown-menu input#mod-search-searchword92 {
    background-color: #363636;
    margin: 0px !important;
    border: 1px solid;
    bottom: -10px;
    position: absolute;
    right: -15px;
}
.dropdown-menu input#mod-search-searchword92::placeholder {
    color: #fff;
    padding: 20px 10px;
}