body {
    font-weight: 600;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

header,
nav,
section {
    display: block
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

button,
input {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button,
html input[type=button] {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

@media print {
    *,
    :after,
    :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    a[href^="#"]:after {
        content: ""
    }
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

h1,
h2,
h3,
h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

p {
    margin: 0 0 10px
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

.container {
    margin-right: auto;
    margin-left: auto
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.col-md-9,
.col-sm-12,
.col-xs-1,
.col-xs-12,
.col-xs-5 {
    position: relative;
    min-height: 1px
}

.col-xs-1,
.col-xs-12,
.col-xs-5 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media(min-width:768px) {
    .col-sm-12 {
        float: right
    }
    .col-sm-12 {
        width: 100%
    }
}

@media(min-width:992px) {
    .col-md-9 {
        float: right
    }
    .col-md-9 {
        width: 75%
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #e8a40a;
    border-color: #e8a40a
}

.btn-primary:active {
    background-image: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-block {
    display: block;
    width: 100%
}

.collapse {
    display: none
}

.dropdown {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch
}

@media(min-width:768px) {
    .navbar-collapse {
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-left {
    padding-right: 10px
}

.media-body,
.media-left {
    display: table-cell;
    vertical-align: top
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.clearfix:after,
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.row:after {
    clear: both
}

.pull-right {
    float: right!important
}

.hide {
    display: none!important
}

.visible-xs {
    display: none!important
}

@media(max-width:767px) {
    .visible-xs {
        display: block!important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

body {
    direction: rtl
}

.col-md-9,
.col-sm-12,
.col-xs-1,
.col-xs-12,
.col-xs-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-12,
.col-xs-5 {
    float: right
}

.col-xs-12 {
    width: 100%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media(min-width:768px) {
    .col-sm-12 {
        float: right
    }
    .col-sm-12 {
        width: 100%
    }
}

@media(min-width:992px) {
    .col-md-9 {
        float: right
    }
    .col-md-9 {
        width: 75%
    }
}

.dropdown-menu {
    right: 0;
    left: auto;
    float: left;
    text-align: right
}

.nav {
    padding-right: 0;
    padding-left: initial
}

@media(min-width:768px) {
    .navbar-header {
        float: right
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: auto
}

@media(min-width:768px) {
    .navbar-nav {
        float: right
    }
    .navbar-nav>li {
        float: right
    }
}

.media-left {
    padding-left: 10px;
    padding-right: initial
}

.pull-right {
    float: right
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

body {
    background-color: #fffff;
    overflow-x: hidden
}

.container {
    padding: 0
}

p {
    margin: 0;
    padding: 0
}

div {
    text-align: right
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.col-md-9,
.col-sm-12,
.col-xs-1,
.col-xs-12,
.col-xs-5 {
    padding: 0
}

.row {
    margin: 0
}

.space20 {
    height: 20px
}

input {
    background-color: transparent;
    border: 0;
    height: 100%;
    padding: 0;
    resize: none;
    width: 100%
}

* {
    outline: 0!important
}

.padd10px {
    padding: 10px
}

.padd010px {
    padding: 0 10px
}

li,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    display: block;
    position: relative;
    text-decoration: inherit
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
    margin: inherit;
    font-size: inherit;
    padding: inherit;
    line-height: inherit
}

a,
img,
p,
span {
    margin: 0;
    padding: 0
}

button {
    cursor: pointer
}

.clear {
    clear: both;
    content: ' '
}

.hide {
    display: none
}

nav.sideAd {
    height: 0
}

.adv1 {
    left: -160px
}

.adv2 {
    right: -160px
}

.adv1,
.adv2 {
    position: absolute;
    width: 160px;
    top: 10px
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: inherit
}

@media screen and (max-width:1024px) {
    .adv1,
    .adv2 {
        display: none
    }
}

@media print {
    .no-print {
        display: none
    }
    a[href]:after {
        content: none!important
    }
}

[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-family: DroidKufi-Regular, Arial, sans-serif;
    background-color: #f7f7f7;
    color: #1b1b1b
}

.topRightHeader {
    float: right;
    width: 240px;
    margin-top: 12px
}

.topRightHeader img {
    max-width: 200px
}

.searchBtn {
    height: 30px;
    width: 50px;
    background-size: contain;
    float: left;
    background-color: #cd9c2e;
    background-position: center;
    background-repeat: no-repeat
}

.searchBox {
    height: 30px;
    width: 0;
    float: left;
    overflow: hidden;
    transition: .3s
}

.searchBox input {
    width: 100%;
    height: 30px;
    border: 0;
    background-color: rgba(204, 156, 46, .8);
    color: #fff;
    text-align: right;
    padding-right: 10px;
    font-size: 13px
}

.searchBox input::-webkit-input-placeholder {
    color: #fff
}

.searchBox input::-moz-input-placeholder {
    color: #fff
}

.searchBox input::-o-input-placeholder {
    color: #fff
}

.searchBox input::-ms-input-placeholder {
    color: #fff
}

.archiveHeader {
    height: 30px;
    background-position: center right 5px;
    background-size: contain;
    float: left;
    padding: 0 40px 0 15px;
    text-align: left;
    color: #585858;
    line-height: 30px;
    font-size: 12px;
    background-repeat: no-repeat;
    margin-left: 5px;
    transition: .1s;
    font-weight: 700;
    border-right: 1px solid #ddd
}

.archiveHeader:hover {
    background-color: #e1e1e1
}

.headerTexts {
    font-size: 12px;
    color: #7b7b7b;
    float: left;
    line-height: 30px;
    padding: 0 20px;
    font-weight: 700;
    border-right: 1px solid #ddd
}

.rowMenu {
    background-color: #666;
    max-height: 45px
}

.menuOuter {
    position: relative;
    padding: 0 10px
}

.navbar-nav>li>a.menuText {
    font-size: 14px;
    color: #fff;
    padding: 0 12px;
    cursor: pointer;
    line-height: 45px
}

.navbar-nav>li {
    position: relative
}

.navbar-nav>li:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #f7f7f7
}

.navbar-nav>li>a.menuText:hover {
    background-color: rgba(0, 0, 0, .3)
}

.navbar-nav>li#MENU_ITEM_2:hover:after {
    background: #bf2a23
}

.navbar-nav>li#MENU_ITEM_3:hover:after {
    background: #8a211d
}

.navbar-nav>li#MENU_ITEM_4:hover:after {
    background: #009650
}

.navbar-nav>li#MENU_ITEM_6:hover:after {
    background: #8d4788
}

.navbar-nav>li#MENU_ITEM_7:hover:after {
    background: #a6ad3c
}

.nav>li.moreMenu {
    position: absolute;
    top: 0;
    left: 10px;
    background-color: rgba(0, 0, 0, .2)
}

.navbar-nav>li.moreMenu>a.menuText:hover {
    background-color: #cd9c2e
}

ul.nav li:hover>ul.dropdown-menu {
    display: block
}

ul.dropdown-menu {
    background-color: #666;
    color: #fff!important
}

.SubMenuText {
    font-size: 14px!important;
    color: #fff;
    padding: 5px 12px!important;
    cursor: pointer;
    line-height: 30px!important;
    color: #fff!important
}

.SubMenuText:hover {
    background-color: rgba(0, 0, 0, .3)!important
}

.innerMoreMenu {
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    width: 135px;
    background-color: #cd9c2e;
    z-index: 100
}

.innerMoreMenu a.menuText {
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    font-weight: 700;
    cursor: pointer;
    line-height: 30px
}

.innerMoreMenu a.menuText:hover {
    color: #404040
}

.navbar-collapse.collapse {
    padding: 0
}

.navbar-header a {
    display: none
}

.searchMobileBox {
    display: none
}

.titlePage {
    font-size: 22px;
    padding: 0 10px;
    line-height: 40px;
    margin-top: 10px;
    color: #333
}

.titlePage div {
    padding-right: 10px
}

.submitNewsLetter {
    height: 45px;
    margin-top: 10px;
    margin-bottom: 10px
}

.submitNewsLetter input {
    font-size: 18px;
    background: #cd9c2e;
    color: #fff;
    border-radius: 2px
}

.extraPaddingLeft {
    padding-left: 38px!important
}

.extraWidthRight {
    float: left!important;
    width: 110%!important
}

@media screen and (max-width:1200px) {
    .extraWidthRight {
        width: 126%!important
    }
    .extraPaddingLeft {
        padding-left: 93px!important
    }
}

@media screen and (max-width:1024px) {
    .headerTexts {
        display: none
    }
    .topRightHeader {
        float: none;
        margin: auto;
        display: table
    }
}

@media screen and (max-width:990px) {
    .extraPaddingLeft {
        padding-left: 10px!important
    }
    .extraWidthRight {
        width: 100%!important
    }
    .topRightHeader {
        float: none;
        width: 100%;
        text-align: center
    }
    .topRightHeader {
        margin-top: 0
    }
    .menuOuter {
        text-align: center
    }
}

@media screen and (max-width:768px) {
    .titlePage {
        font-size: 14px
    }
    div#nav-collapse ul {
        margin: 0;
        height: 408px;
        overflow-y: scroll
    }
    .navbar-header {
        display: block!important
    }
}

@media screen and (max-width:760px) {
    #MENU_ITEM_8,
    #MENU_ITEM_9 {
        display: block
    }
    .extraPaddingLeft {
        padding-left: 10px!important
    }
    .extraWidthRight {
        width: 100%!important;
        float: none!important
    }
    .topRightHeader {
        position: fixed;
        top: 0;
        width: 100%;
        height: 50px;
        z-index: 22;
        display: none
    }
    .navbar-fluid {
        position: fixed;
        height: 60px;
        left: 0;
        top: 0;
        background-color: #fff;
        width: 100%;
        z-index: 100;
        border-bottom: solid 2px #cd9c2e
    }
    ul.nav.navbar-nav {
        margin: 0
    }
    .navbar-collapse,
    div#nav-collapse {
        padding: 0
    }
    .navbar-nav>li>a.menuText {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        height: 50px;
        line-height: 50px
    }
    .navbar-nav>li {
        border-bottom: solid 1px rgba(255, 255, 255, .1)
    }
    .navbar-toggle {
        float: none;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 1000;
        margin: 0;
        padding: 9px 2px
    }
    .navbar-collapse {
        background-color: #585858
    }
    button.navbar-toggle {
        z-index: 100;
        margin-top: 5px
    }
    .navbar-header a img {
        max-width: 90px;
        margin-top: 10px
    }
    .navbar-header a {
        display: table;
        float: right;
        margin: 0 auto;
        height: 50px;
        margin-right: 10%
    }
    .navbar-nav>li>a.menuText {
        height: auto!important
    }
    ul.nav li>ul.dropdown-menu {
        width: 100%;
        height: auto!important;
        display: block;
        position: relative;
        overflow-y: visible!important
    }
    .SubMenuText {
        padding-right: 30px!important
    }
    .searchMobileBox {
        height: 50px;
        background-color: #fff;
        border-bottom: solid 1px #cd9c2e;
        display: none
    }
    li.moreMenu {
        display: none
    }
    .searchBtn {
        display: none
    }
    .headerTexts {
        float: none;
        display: block;
        text-align: right;
        line-height: 25px
    }
    .navbar-header {
        height: 60px
    }
    .archiveHeader {
        display: none
    }
    .headerST {
        margin-left: 60px;
        margin-top: 15px
    }
    .titlePage {
        margin-top: 0
    }
}

@media screen and (max-width:440px) {
    .navbar-fluid {
        height: 65px
    }
    .navbar-header {
        height: 65px
    }
}

.rowArticleDetail {
    padding: 0 10px
}

.article-header {
    border-top: 1px solid #ddd;
    padding-top: 20px
}

.titleArticle {
    font-size: 30px
}

.articleDate {
    color: #5f5f5f;
    float: right;
    font-size: 13px;
    margin: 10px 0 10px 20px
}

.subTitleArticle {
    color: #6c6c6c;
    font-size: 24px
}

.articleBody {
    position: relative;
    color: #333;
    font-size: 19px;
    min-height: 250px;
    margin-top: 20px;
    line-height: 2em;
    z-index: 1
}

.articles-details {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 25px;
    text-align: right;
    position: relative
}

@media screen and (max-width:768px) {
    .titleArticle {
        font-size: 20px!important
    }
    .subTitleArticle {
        font-size: 18px!important
    }
}

.s-vs30 {
    height: 30px;
    clear: both
}

.s-vs20 {
    height: 20px;
    clear: both
}

.s-vs10 {
    height: 10px;
    clear: both
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

div {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.btn {
    border-radius: 0
}

button.btn-primary {
    background-color: #cd9c2e;
    border: 1px solid #cd9c2e;
    border-bottom-color: #cd9c2e;
    box-shadow: inset 0 1px 0 #8a9cc2, 0 1px 0 rgba(0, 0, 0, .2);
    font-weight: 600
}

.btn-primary:hover {
    color: #fff;
    background-color: #e8a40a;
    border-color: #e8a40a
}

.msk h3,
.msk p {
    color: #000
}

.itm,
.msk {
    display: none
}

.act {
    display: block
}

.pop {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
    pointer-events: none
}

.pop>div .cls {
    position: absolute;
    right: 6px;
    top: -6px;
    font-size: 24px;
    color: #fff
}

.pop>div h1 {
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
    color: #fff
}

.pop>div h1 span {
    font-size: 28px;
    color: #fae747
}

.pop:target {
    opacity: 1;
    pointer-events: auto
}

.pop:target>div {
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.pop>div {
    max-width: 400px;
    position: relative;
    margin: 1% auto;
    border-radius: 20px;
    border: 3px solid #fff;
    background: #cd9c2e;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
}

.pop>div p {
    font-size: 12px;
    margin-top: 15px
}

.button {
    text-align: center;
    width: 100%;
    max-width: 350px;
    margin: 10px auto
}

.button .bttn {
    background-origin: border-box;
    border: 0 none;
    border-radius: 15px;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 44px;
    color: #333;
    background: #fae747
}

.button .bttn:hover {
    color: #000
}

.button .bttn span {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 700
}

.contentinp {
    width: 100%;
    max-width: 350px;
    margin: 10px auto;
    border-radius: 15px
}

.cinp {
    width: 100%;
    height: 44px;
    border: 0;
    color: #000;
    border-radius: 15px;
    padding-right: 20px
}

.user {
    background: #fff url(images/user.html) no-repeat 5px 12px
}

.phone {
    background: #fff url(images/phone.html) no-repeat 5px 12px
}

.mail {
    background: #fff url(images/mail.html) no-repeat 5px 12px
}

.comments-container {
    margin-bottom: 30px
}

.block-hed {
    position: relative
}

.pull-right {
    float: right
}

.pull-right {
    float: right!important
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tabs-heds {
    display: inline-block;
    padding: 15px
}

.tabs-heds span.active {
    color: #333
}

.tabs-heds span {
    margin-right: 15px;
    display: inline-block;
    font-size: 18px;
    color: #c2c2c2;
    white-space: nowrap
}

.tabs-heds span {
    margin-right: 15px;
    display: inline-block;
    font-size: 18px;
    color: #c2c2c2;
    white-space: nowrap
}

.block-hed::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #ebebeb;
    border-bottom: 2px solid #ebebeb;
    position: absolute;
    bottom: 10px;
    z-index: 0
}

.clearfix:after {
    display: block;
    height: 0;
    font-size: 0
}

.media:first-child {
    margin-top: 15px!important
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media {
    margin-top: 15px
}

.media-left {
    text-align: center
}

.media-left {
    padding-left: 20px
}

.media-left {
    padding-left: 10px;
    padding-right: initial
}

.media-body,
.media-left {
    display: table-cell;
    vertical-align: top
}

.media-left {
    padding-right: 10px
}

.pull-right {
    float: right
}

.pull-right {
    float: right!important
}

.media-object {
    display: block
}

.img-circle {
    border-radius: 50%
}

img {
    vertical-align: middle
}

img {
    border: 0
}

.media-body {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.media-body {
    line-height: 24px;
    font-size: initial
}

.media-body,
.media-left {
    display: table-cell;
    vertical-align: top
}

.media-body {
    width: 10000px
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.comment-info {
    margin-bottom: 5px
}

.comment-info h4 {
    margin-left: 20px
}

.media-heading {
    color: #cd9c2e;
    font-size: 17px;
    display: inline-block;
    margin-left: 15px;
    white-space: nowrap
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.comment-info span {
    color: #c2c2c2
}

.media-body {
    line-height: 24px
}

.collapse {
    display: none
}

h1,
h2,
h3,
h4 {
    font-weight: 600;
    margin: inherit;
    font-size: inherit;
    padding: inherit;
    line-height: inherit
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

#mod {
    background-color: #cd9c2e;
    border-radius: 5%;
    padding: 3%;
    margin: 0 auto;
    width: 400px
}

.stickys {
    display: block;
    width: 100%;
    height: 45px;
    right: 0
}

.mobile-stickys {
    position: fixed!important;
    bottom: 0;
    height: 45px;
    right: 0
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start
}

.flex-item:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto
}

.flex-item:nth-child(2) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto
}

i {
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 8px;
    margin: 0 1em
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.navbar-header {
    display: none
}

#btn {
    position: fixed;
    z-index: 5;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: right .5s cubic-bezier(.6, .05, .28, .91)
}

#btn div {
    width: 35px;
    height: 2px;
    margin-bottom: 8px;
    background-color: #000;
    transition: opacity .5s, background-color 250ms, -webkit-transform .5s cubic-bezier(.6, .05, .28, .91);
    transition: transform .5s cubic-bezier(.6, .05, .28, .91), opacity .5s, background-color 250ms;
    transition: transform .5s cubic-bezier(.6, .05, .28, .91), opacity .5s, background-color 250ms, -webkit-transform .5s cubic-bezier(.6, .05, .28, .91)
}

#btn.active {
    left: 230px
}

#btn.active div {
    background-color: #343838
}

#btn.active #top {
    -webkit-transform: translateY(10px) rotate(-135deg);
    transform: translateY(10px) rotate(-135deg)
}

#btn.active #middle {
    opacity: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#btn.active #bottom {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg)
}

#box {
    position: fixed;
    z-index: 4;
    overflow: auto;
    top: 0;
    left: -275px;
    width: 275px;
    opacity: 0;
    padding: 20px 0;
    height: 100%;
    background-color: #f6f6f6;
    color: #343838;
    transition: all 350ms cubic-bezier(.6, .05, .28, .91)
}

#box.active {
    left: 0;
    opacity: 1
}

#items {
    position: relative;
    top: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#items .item {
    position: relative;
    cursor: pointer;
    font-size: 2em;
    padding: 15px 30px;
    transition: all 250ms
}

#items .item:hover {
    padding: 15px 45px;
    background-color: rgba(52, 56, 56, .2)
}

#btn,
#btn * {
    will-change: transform
}

#box {
    will-change: transform, opacity
}

#terms {
    margin: 1em 0 5em;
    text-align: center;
    font-size: .8em
}

.id_click_to_show_element {
    cursor: pointer
}