@font-face {
    font-family:'halvatica';
    src:url('fonts/halvatica.woff');
    font-weight: normal;
}
@font-face {
    font-family:'halvatica-bold';
    src:url('fonts/halvatica-bold.woff');
    font-weight: bold;
}

#sidenav-overlay{
    transition: opacity 0.5s ease-in-out;
}

body {
	font-family: 'halvatica', Helvetica, sans-serif;
    background-color: #f6f6f7;
    font-size: 16px;
    margin: 0;
	direction: rtl;
	line-height: 1.5;
	width: 1px;
	min-width: 100%;
}
body.noScroll {
    position: fixed;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'halvatica-bold';
}
span {
    font-family: 'halvatica', Helvetica, sans-serif!important;
}
.justify_center{
	justify-content: center;
}
nav ul {
    margin: 0;
}
ul {
    padding: 0;
	margin: 0;
}
ul {
    list-style-type: none;
}
a {
	color: #179d2b;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.wrapper {
	position: relative;
    padding-top: 35px;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 96%;
    font-size: 1rem;
    padding: 0 10px 8px;
    box-shadow: none;
    font-family: 'halvatica', Helvetica, sans-serif;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #fff;
    transition: all .3s;
}
html input[type="button"], button, input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.btn.primary-btn {
    font-family: 'halvatica', Helvetica, sans-serif;
    padding: 10px 30px 15px;
    background-color: #252525;
    border: none;
    color: #fff;
	display: inline-block;
    margin-top: 15px;
    border-radius: 2px;
	transition: all 0.3s ease-in-out
}
.sidbar-box.play-back .btn.primary-btn.watch-more {
    margin: 0 20px 20px;
    background-color: transparent;
    box-shadow: none;
    color: #179d2b;
    border-bottom: 2px solid #179d2b;
    padding: 10px 0;
    font-family: 'halvatica-bold';
}
.sidbar-box.play-back .btn.primary-btn.watch-more:hover {
    border-color: #252525;
    color: #252525;
}
.btn.primary-btn:hover {
    background-color: #179d2b;
}
button.btn.primary-btn:focus, button.btn.primary-btn:hover {
    outline: none;
}
header {
    z-index: 997;
    width: 100%;
	position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header.header-fix {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.nav-wrap.affix {
    position: fixed;
    z-index: 1030;
    top: 0;
    width: 100%;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
header.hide {
    transform: translateY(-100%);
}
.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform,opacity;
}
.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
}
.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp;
}
header.header-fix .header-top {
    height: 97px;
    line-height: 60px;
}
.header-top {
    background-color: #252525;
    height: 97px;
    line-height: 80px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.header-top .container, .header-top .container .row {
    height: 100%;
}
.header-top .container .row {
    align-items: center;
	justify-content: space-between;
	position: relative;
}
header.header-fix .header-top {
    background-color: #179d2b;
}
nav {
    background-color: transparent;
    box-shadow: none;
    clear: both;
    text-align: center;
}
nav ul li {
    display: inline-block;
    float: none;
}
nav ul a {
    padding: 12px 30px;
    font-weight: 500;
    font-size: 15px;
}
nav ul li:hover,
nav ul li.active {
    background: transparent;
}
.nav-wrapper.menu-category a {
    position: relative;
    text-transform: capitalize;
}
nav .button-collapse i {
    font-size: 2.1rem;
}
.news-category-dropdown {
    text-align: right;
    display: inline-block;
    margin: 0;
    list-style: none;
}
.news-category-dropdown li {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.news-category-dropdown li ul {
    position: absolute;
    top: 40px;
    left: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 999;
    border-radius: 3px;
	transition: all 0.3s;
}
.news-category-dropdown .active > a {
    color: #000 !important;
    background: #ededed;
}
.news-category-dropdown li ul:after {
    -moz-border-bottom-colors: #fff;
    -moz-border-left-colors: transparent;
    -moz-border-right-colors: transparent;
    -moz-border-top-colors: transparent;
    border-color: transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: 100%;
    content: "";
    left: 30%;
    position: absolute;
}
.news-category-dropdown li ul li {
    display: list-item;
    overflow: hidden;
    line-height: normal;
    border-bottom: 1px solid #f5f5f5;
}
.news-category-dropdown .fa-angle-down {
    float: left;
    line-height: 60px;
    height: 55px;
    font-size: 20px;
    padding-right: 15px;
}
header.header-fix .news-category-dropdown .fa-angle-down {
    font-size: 17px;
}
.news-category-dropdown li ul li a {
    color: #4e4e4e;
    padding: 12px 15px !important;
    line-height: 1.42857;
    font-size: 14px;
}
.news-category-dropdown li ul li:hover {
    background-color: #f2f2f2;
}
.news-category-dropdown li ul li a:hover {
    color: #000 !important;
}
.menu-category .news-category-dropdown li ul a:after {
    display: none;
}
.news-category-dropdown li ul li:last-child {
    border: none;
}
.news-category-dropdown li:hover ul {
    top: 47px;
    opacity: 1;
    visibility: visible;
}
.header-fix .news-category-dropdown li:hover ul {
    top: 55px;
}
.time_text {
    font-size: 20px;
}
.header_text {
    font-size: 22px;
}
.time_text small, .header_text small {
    color: #fff;
}
.logo {
    line-height: normal;
    overflow: hidden;
    padding: 0;
    text-align: center;
    line-height: 0;
	width: 190px;
    margin: auto;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
svg {
    width: 100%;
    height: 100%;
}
.st0 {
    fill: #E5E5E5;
}
.footer-button .mdi-action-history .st0 {
    fill: #252525;
}
.footer-button .mdi-action-history:hover .st0 {
    fill: #E5E5E5;
}
.st1 {
    fill: #179d2b;
}
.logo > a {
    display: inline-block;
    line-height: 0;
}
.logo svg, path {
	width: 180px;
    height: 60px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.header-fix .logo svg {
    height: 70px;
}
.brand-logo {
    color: #fff;
    font-size: 26px;
    text-align: center;
    border-bottom: 1px solid #ff4181;
    font-style: italic;
    font-weight: 500;
}
.brand-logo > span {
    color: #ff4181;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    text-shadow: 2px 2px 2px #e02262;
}
.right {
    float: right;
}
.header-dropdown {
    float: left;
    margin-left: 30px;
}
.button-collapse .mdi-navigation-menu {
    color: #95a2e7;
    font-size: 30px;
    transition-duration: 0.3s;
}
.button-collapse .mdi-navigation-menu:hover {
    color: #fff;
    transition-duration: 0.3s;
}
.header-dropdown .dropdown-button.btn {
    background: transparent;
    box-shadow: none;
    border: medium none;
    display: initial;
    font-size: 18px;
    text-align: center;
    color: #95a2e7;
    margin: 0;
    text-transform: capitalize;
    transition-duration: 0.3s;
}
.header-dropdown .dropdown-button.btn:hover {
    color: #fff;
    transition-duration: 0.3s;
}
.header-dropdown .mdi-navigation-arrow-drop-down {
    top: 7px;
    position: relative;
    font-size: 29px;
}
.header-dropdown .dropdown-content li > a,
.dropdown-content li > span {
    font-size: 14px;
    color: #444;
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
}
.header-dropdown .dropdown-content.select-dropdown {
    margin: 0 0 0 25px;
    z-index: 99999;
    left: 20% !important;
}
.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    line-height: 1.5rem;
    width: 100%;
    text-align: right;
    text-transform: none;
}
.header-dropdown .dropdown-content li > a, .dropdown-content li > span {
    font-size: 14px;
    color: #444;
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
}
.dropdown-content {
    background-color: #FFFFFF;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    will-change: width, height;
}
.header-dropdown .dropdown-content {
    top: 70px !important;
    z-index: 99999;
    width: 150px !important;
}
.searchbox .searchbox-input {
    position: absolute;
    top: 0;
    right: 0;
    left: 15px;
    outline: 0;
    width: 190px;
    margin: 0;
    border: none;
    padding-bottom: 0;
    height: 100%;
}
.header-top .col.l4.col.m4.col.s12.pull-right {
    position: relative;
}
.searchbox input[type="text"]:focus {
    border: none !important;
    box-shadow: none !important;
}
.searchbox-open .searchbox-input::-moz-placeholder {
    color: #000 !important;
}
.searchbox-open .searchbox-input::-webkit-input-placeholder {
    color: #000;
}
.searchbox-open .searchbox-input:-ms-input-placeholder {
    color: #000;
}
.searchbox-input::-webkit-input-placeholder {
    color: transparent;
}
.searchbox-input::-moz-placeholder {
    color: transparent;
}
.searchbox-input:-ms-input-placeholder {
    color: transparent;
}
.searchbox-submit {
    color: transparent !important;
}
.searchbox-icon,
.searchbox-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 20px;
    left: 0;
    padding: 6px;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #179d2b;
    transition-duration: 0.3s;
}
header.header-fix .searchbox-icon {
    background: #252525;
}
.searchbox-icon svg {
    height: 15px;
    width: 15px;
}
.searchbox-icon:hover {
    background: rgba(0, 0, 0, 0.14) none repeat scroll 0 0;
    transition-duration: 0.3s
}
.searchbox-icon .mdi-action-search {
    font-size: 26px;
    font-weight: bold;
    line-height: 41px;
}
.searchbox-open .searchbox-icon {
    background: #179d2b !important;
    box-shadow: none !important;
}
.searchbox {
    min-width: 40px;
    width: 0%;
    height: 40px;
    overflow: hidden;
    position: absolute;
    left: 0;
	top: 20px;
    -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;
    transition: all 0.3s ease-in-out 0s;
}
header.header-fix .searchbox {
    top: 10px;
}
.searchbox.cart {
    right: 60px;
}
.searchbox-open {
    width: 250px;
    background: #fff;
}
.login {
    color: #95a2e7;
    font-size: 18px;
    margin-right: 100px;
    padding-top: 3px;
    transition-duration: 0.3s;
}
.login:hover {
    color: #fff;
    transition-duration: 0.3s;
}
.search.cart {
    right: 80px;
}
/*************** 2.1 Sidebar Navigation ***************/

.button-collapse {
    background-color: transparent !important;
    font-size: 32px;
    height: 20px;
    width: auto;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.button-collapse .bar {
    position: absolute;
    height: 3px;
    background-color: #fff;
    overflow: hidden;
    width: 25px;
    border-radius: 2px;
    transition: transform .35s ease-in-out;
}
.button-collapse .bar:nth-child(1) {
    top: 0;
}
.button-collapse .bar:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #A6ABAB;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.button-collapse .bar:nth-child(2) {
    top: 6px;
}
.button-collapse .bar:nth-child(2):after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.button-collapse .bar:nth-child(3) {
    top: 12px;
}
.button-collapse .bar:nth-child(3):after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
nav ul a {
    color: #fff;
    display: block;
}
nav ul a {
    padding: 12px 15px;
    font-weight: 500;
    font-size: 15px;
    font-family: 'halvatica-bold';
}
.header_icon {
    display: inline-flex;
    margin-right: 10px;
    transform: translateY(2px);
}
.header_icon svg {
    width: 9px;
    height: 9px;
    fill: #fff;
}
.header-top .container .row > div {
    display: flex;
    align-items: center;
}
.side-nav {
    z-index: 99999;
}
.side-nav li:hover,
.side-nav li.active {
    background: transparent;
}
li.logo-title {
    background-color: #f7f7f7;
    border-bottom: 0 solid;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.247);
    height: auto;
    padding: 10px !important;
}
.logo-title a {
    border-bottom: 1px solid #eaeaea !important;
    color: #179d2b !important;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    height: auto !important;
    cursor: default;
}
.side-nav li {
    padding: 0 0 !important;
    border-bottom: 1px solid #f7f7f7;
}
.side-nav .dropdown-menu,
.side-nav .collapsible li {
    border: none;
}
.side-nav .collapsible-body {
    border-bottom: 1px solid #ddd;
}
.side-nav a {
    line-height: 25px;
    padding: 20px 30px;
    color: #000;
    display: block;
}
.side-nav a:hover,
.side-nav .active a {
    color: #179d2b;
}
.side-nav a:hover {
    background: #f8f8f8;
}
.side-nav .collapsible-body li a {
    color: #000;
}
.side-nav .collapsible-body li.active {
    background: transparent;
}
.side-nav .collapsible-body li.active a,
.side-nav .collapsible-body li a:hover {
    color: #FF0000;
    font-weight: bold;
}
.side-nav .collapsible-header .fa-angle-right {
    font-size: 16px;
    float: right;
    transition-duration: 0.5s;
    padding: 0;
}
.side-nav .collapsible-header.active .fa-angle-right {
    transform: rotate(90deg);
    transition-duration: 0.6s;
}
.side-nav .collapsible-header {
    border-bottom: 1px solid #f7f7f7;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    margin: 0;
    color: #000;
}
.side-nav .collapsible-header:hover {
    background: #f8f8f8;
}
.side-nav .collapsible-header.active,
.side-nav .collapsible-header:hover {
    font-weight: bold;
}
.side-nav .waves-effect {
    display: inherit;
}
.side-nav .collapsible-body li a {
    margin: 0;
    padding-left: 60px;
}
.side-nav .collapsible-header i {
    font-size: 15px;
    margin-right: 0;
}
.side-nav .fa {
    padding: 0 0 0 10px;
    color: #444;
}
.side-nav .collapsible-body .fa {
    padding: 0 5px 0 0;
}
.side-nav .collapsible-body li {
    border-bottom: 1px solid #f7f7f7;
}
.slide_icon {
    display: inline-flex;
    margin-left: 5px;
}
.slide_icon svg {
    width: 9px;
    height: 9px;
}
.side-nav a:hover .slide_icon svg {
    fill: #179d2b;
}
.button-collapse {
    float: right;
}
.button-collapse.ln-button {
    display: flex;
    align-items: center;
}
.ln-button.aside-img {
    width: 35px;
    height: 35px;
}
.ln-button.aside-img img {
    width: 100%;
}
.button-collapse.ln-button svg {
    width: 30px;
    height: 30px;
}
.button-collapse.ln-button span {
    font-size: 20px;
    color: #fff;
    padding-right: 10px;
}
nav.nav-wrap {
    background-color: #179d2b;
}
@-webkit-keyframes slideDown{
    0%{
        -webkit-transform:translateY(-100%)
    }
    100%{
        -webkit-transform:translateY(0)
    }
}
@-moz-keyframes slideDown{
    0%{
        -moz-transform:translateY(-100%)
    }
    100%{
        -moz-transform:translateY(0)
    }
}
@-o-keyframes slideDown{
    0%{
        -o-transform:translateY(-100%)
    }
    100%{
        -o-transform:translateY(0)
    }
}
@keyframes slideDown{
    0%{
        transform:translateY(-100%)
    }
    100%{
        transform:translateY(0)
    }
}
.animated.slideDown{
    -webkit-animation-name:slideDown;
    -moz-animation-name:slideDown;
    -o-animation-name:slideDown;
    animation-name:slideDown
}

@-webkit-keyframes slideUp{
    0%{
        -webkit-transform:translateY(0)
    }
    100%{
        -webkit-transform:translateY(-100%)
    }
}
@-moz-keyframes slideUp{
    0%{
        -moz-transform:translateY(0)
    }
    100%{
        -moz-transform:translateY(-100%)
    }
}
@-o-keyframes slideUp{
    0%{
        -o-transform:translateY(0)
    }
    100%{
        -o-transform:translateY(-100%)
    }
}
@keyframes slideUp{
    0%{
        transform:translateY(0)
    }
    100%{
        transform:translateY(-100%)
    }
}
.animated.slideUp{
    -webkit-animation-name:slideUp;
    -moz-animation-name:slideUp;
    -o-animation-name:slideUp;
    animation-name:slideUp
}
nav .nav-wrapper {
    position: relative;
    height: 100%;
}
.side-nav {
    position: fixed;
    width: 325px;
    right: -130%;
    top: 0;
    margin: 0;
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #FFF;
    z-index: 999;
    overflow-y: auto;
    will-change: inherit;
    transition: right .5s ease-in-out;
}
.side-nav.open {
	right: 0
}
.fa-angle-aside:before {
    content: "\f104";
}
small {
	color: #707070;
    display: block;
}
#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	opacity: 0;
	visibility: hidden;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    will-change: opacity;
}
#sidenav-overlay.open{
	opacity: 1;
	visibility: visible
}
.z-depth-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.news-blog {
    position: relative;
    min-height: 340px;
}
img {
    border: 0;
	width: 100%;
	object-fit: cover;
}
img.responsive-img, video.responsive-video {
    max-width: 100%;
    height: auto;
}
img.responsive-img {
    width: 100%;
    display: flex;
}
.news-single img {
    width: auto;
}
.news-single.style-3 .content .description img {
	width: 100%!important;
	height: auto!important;
}
.news-blog .image .responsive-img {
    display: inherit;
}
.news-blog .image .responsive-img {
    height: 340px;
}
.news-blog .news-description {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.85)) repeat scroll 0 0;
    -webkit-background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.85)) repeat scroll 0 0;
    -ms-background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.85)) repeat scroll 0 0;
    -o-background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.85)) repeat scroll 0 0;
}
.video-home-title {
    padding: 20px;
    position: absolute;
    bottom: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.85)) repeat scroll 0 0;
    -webkit-background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.85)) repeat scroll 0 0;
    -ms-background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.85)) repeat scroll 0 0;
    -o-background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.85)) repeat scroll 0 0;
}
.news-blog .news-time {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 5px 10px;
}
.news-time {
    color: #179d2b;
	margin-bottom: 15px;
    display: block;
    font-size: 12px;
}
.news-title > a {
    color: #444;
    display: block;
    font-size: 15px;
    /*line-height: normal;*/
    font-family:'halvatica-bold';
}
.news-blog .news-title > a {
    color: #fff;
    font-size: 20px;
}
p {
    color: #8b8b8b;
}
b, strong {
    font-family: 'halvatica-bold';
}
.news-content p {
    color: #8b8b8b;
    font-size: 14px;
}
.news-blog .news-content p {
    color: #fff;
}
.news-description {
    padding: 20px;
}
.news {
    background-color: #fff;
    overflow: hidden;
	height: 100%;
	border-radius: 3px;
}
.row + .row {
    margin-top: 15px;
}
.aside_box + .aside_box {
    margin-top: 20px;
}
.sidbar-box {
    background-color: #fff;
    border-radius: 3px;
	/*height: 100%;*/
	position: relative;
}
.aside_box + .aside_box {
    margin-top: 20px;
}
.left-aside .average + .sidbar-box .tab_container{
    /*height: calc( 100% - 254px);
	max-height: 540px;*/
	overflow-y: scroll;
}
.left-aside .sidbar-box {
    height: auto;
}
.sidbar-box .tab_container::-webkit-scrollbar-track
{
	/*background-color: #F5F5F5;*/
}

.sidbar-box .tab_container::-webkit-scrollbar
{
	width: 5px;
	/*background-color: #F5F5F5;*/
}

.sidbar-box .tab_container::-webkit-scrollbar-thumb
{
	border-radius: 3px;
	background-color: #179d2b;
}
.sidebar-title {
    color: #fff;
    background-color: #179d2b;
    font-size: 17px;
	padding: 10px 20px;
    border-bottom: 1px solid #ddd;
	font-family: 'halvatica-bold';
	border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.sidbar-box .sidebar-title {
    border: 0;
}
.aside_box .news-sidebar {
    padding: 15px 0;
	display: flex;
    flex-direction: column;
}
.news-sidebar .news-box {
    margin-bottom: 5px;
    display: block;
	padding: 0 15px;
}
.news-sidebar .news-box .box_content {
	width: 100%;
    border-bottom: 1px solid #f7f7f7;
    padding: 20px 0 10px 0;
    margin: 0 20px 10px 20px;
    display: inline-block;
}
.news-box .image {
    float: right;
    overflow: hidden;
}
.news-box a {
    border: none;
    padding: 0;
}
.news-box .news-detail {
    overflow: hidden;
    padding: 0 10px;
}
.news-box .news-category {
    line-height: 6px;
}
.news-box .news-category > a {
    color: #179d2b;
    font-size: 15px;
    line-height: normal;
}
.news-box .news-title > a {
    font-size: 16px;
    padding-top: 5px;
    margin-bottom: 0;
    font-family:'halvatica-bold';
    line-height: 160%;
}
.news-sidebar .news-box:last-child {
    border: none;
}
.icon-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-hover .icon-hov{
	width: 55px;
    height: 55px;
	background: rgba(0, 0, 0, 0.5);
	color: #179d2b;
	border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
	transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}
.icon-hover:hover .fa {
    background: #179d2b;
    color: #fff;
}
.sidbar-box.play_icon {
    position: relative;
    overflow: hidden;
    z-index: 99;
}
.play-back .news-sidebar {
    margin: 0 -15px;
}
.sidbar-box .play-back {
    position: absolute;
    top: 38%;
    left: -94px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 189px;
    z-index: -1;
    opacity: 0.05;
    color: #179d2b;
    width: 350px;
    height: 350px;
    text-align: center;
    border-radius: 50%;
    border: 6px solid #179d2b;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidbar-box .play-back svg {
    width: 150px;
    height: 150px;
    fill: #179d2b;
}
.title {
    font-size: 25px;
    font-family: 'halvatica-bold';
	margin-bottom: 20px
}
.left {
    float: left !important;
}
small {
	color: #179d2b;
    font-size: 15px;
}
section {
    margin-top: 50px;
    padding: 0;
}
.english-block .row{
	direction: ltr;
    text-align: left;
}
footer.page-footer {
    margin: 0;
    background-color: #252525;
    padding-top: 0;
    margin-top: 100px;
    position: relative;
}
footer.page-footer .col-xs-12 {
    position: relative;
}
.footer-button {
    position: absolute;
    width: 100%;
}
.footer-button .mdi-action-history {
    background-color: #fff;
    border-radius: 50%;
    bottom: 75px;
    color: #179d2b;
    font-size: 42px;
    height: 150px;
    width: 150px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    cursor: default;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -pie-transition-duration: 0.3s;
    display: inline-block;
    line-height: normal;
    z-index: 99;
}
.page-footer ul {
    /*float: right;
    width: 33.333%;*/
    margin-bottom: 50px;
    margin-top: 0
}
.page-footer .contact-menu ul{
	width: 100%
}
.footer-title {
    color: #fff;
    font-size: 16px;
    margin: 0 0 15px 0;
    line-height: normal;
    float: right;
    display: block;
    margin: 0 10px;
    padding: 0 10px;
}
ul li {
    list-style-type: none;
}
.footer-button .mdi-action-history:hover {
    background-color: #252525;
    color: #fff;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -pie-transition-duration: 0.3s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 0 13px rgba(0, 0, 0, 0.40);
}
.center, .center-align {
    text-align: center;
}
footer.page-footer .footer-copyright {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
	padding: 20px 0;
}
footer.page-footer .footer-maillist {
    background-color: #595959;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
	padding: 20px 0;
    text-align: center;
}
.social-icon .fa {
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -pie-transition-duration: 0.3s;
}
.footer-menu > ul {
    margin: 0;
    width: 100%;
    text-align: right;
    padding: 0;
    border: none !important;
}
.footer-menu li {
    display: inline-block;
}
.footer-menu a {
	margin-left: 20px
}
.page-footer ul li a {
    color: #fff;
	display: inline-block;
    padding: 5px 0;
}
.middle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-button .mdi-action-history svg {
    width: 80%;
}
footer.page-footer .container {
    position: relative;
}
.line-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
}
.line-list .line-item {
    width: 12.5%;
    float: right;
    height: 100%;
}
.line-list .line-item:nth-child(1) {
    background-color: #fff;
}
.line-list .line-item:nth-child(2) {
    background-color: #fe361b;
}
.line-list .line-item:nth-child(3) {
    background-color: #9f1cba;
}
.line-list .line-item:nth-child(4) {
    background-color: #189b5a;
}
.line-list .line-item:nth-child(5) {
    background-color: #252525;
}
.line-list .line-item:nth-child(6) {
    background-color: #fe361b;
}
.line-list .line-item:nth-child(7) {
    background-color: #9f1cba;
}
.line-list .line-item:nth-child(8) {
    background-color: #189b5a;
}
footer.page-footer .dept {
    padding-top: 95px;
}
footer.page-footer .row {
    padding-bottom: 50px;
}
footer.page-footer .footer-copyright .row {
    padding-bottom: 0;
}

.subscribe .title h2 {
    color: #179d2b;
    margin: 0;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: normal;
}
.subscribe input[type="text"] {
    background-color: #fff;
    /*padding: 0 15px;*/
    margin: 0;
    width: 92%;
}
.offset-top-20 {
	margin-top: 20px;
}
.offset-bottom-20 {
	margin-bottom: 20px;
}
.offset-top-70 {
	margin-top: 70px;
}

/********** Social **********/
.social {
    position: absolute;
    top: 5px;
    left: 0;
    float: left;
    margin-left: 7px;
    overflow: hidden;
    height: 90%;
}
/*.social img {
    float: left;
    padding: 1px;
    float: left;
    height: 30px;
}*/
.social_icons li {
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
}
.social_icons .fb {}
/*facebook*/
.social_icons .twitter {}
/*twitter **********/
.social_icons .yt {}
/*youtube*/
.social_icons .feeds {}
/*feeds **********/
.social_icons {
    height: 0;
    position: absolute;
    width: 100%;
    direction: ltr;
    z-index: 10000;
    left: 10px;
}
.social_icons ul {
    position: fixed;
    top: 230px;
    list-style: none;
}
.social_icons li {
    width: 35px;
    height: 38px;
    margin: 0 0 5px;
}
.social_icons .fb {
    background-position: 0 0;
}
.social_icons .twitter {
    background-position: 0 -39px;
}
.social_icons .gplus {
    background-position: -37px -39px;
}
.social_icons .yt {
    background-position: 0 -78px;
}
.social_icons .feeds {
    background-position: 0 -117px;
}
.social_icons .insta {
    background-position: -37px 0;
}

.news-blog .news-category {
    position: absolute;
    width: 100%;
    padding: 0 25px;
    top: 20px;
    z-index: 99;
}

.news-blog .news-category span {
    color: #fff;
    font-size: 15px;
    padding: 0 15px 5px;
    border-radius: 2px;
    background-color: #179d2b;
}

.child_item .col-xs-12:nth-child(2) {
    margin-top: 20px;
}

.header-fix .st0, .header-fix .st1 {
    fill: #fff
}


.inside-wrapper .title, .inside-wrapper .title a {
    color: #179d2b;
}
.inside-wrapper .title a:hover {
    color: #252525;
}

.news-box-margin {
    margin-bottom: 10px;
}
.average img {
    border-radius: 3px;
}
.news-image img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


/* Page */
.pagination {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 3px;
}
.pagination li{
	display: flex;
    padding: 5px 5px;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
	padding: 8px 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background-color: #fff;
	color: #26211d;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #fff;
	color: #0b66a3;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	margin-left: 0;
}
.pagination li span.current {
    color: #179d2b;
}

/* news page */
.news-single {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 40px;
}
.news-single .btn-floating {
    background: none repeat scroll 0 0 #252525;
    float: right;
    height: 70px;
    line-height: 80px;
    margin-top: -40px;
    position: absolute;
    right: 7%;
    width: 70px;
}
.news-single .btn-floating:hover {
    background: #179d2b;
}
.news-single .btn-floating .fa {
    color: #e6e7e9;
    font-size: 25px;
}
.news-single .news-title {
    font-size: 25px;
    font-weight: 500;
	font-family: 'halvatica-bold';
}
.news-single p {
    margin-top: 30px;
}

.news-single.style-3 {
    margin-bottom: 20px;
}
.news-single.style-3 .content {
    padding: 30px 30px 0 30px;
}

.content .description a {
    color: #179d2b;
}
.content .description a:hover {
    color: #000000;
}

.news-single.style-3 .news-category {
    color: #f63e7c;
    font-weight: 500;
    margin: 5px 0 0 0;
    font-size: 18px;
}
.news-single.style-3 .news-title {
    margin: 10px 0;
}
.news-single.style-3 .description p {
    font-weight: 300;
    margin: 0;
    color: #444;
    font-size: 18px;
    text-align: justify;
}

.description * {
    font-size: 17px !important;
    line-height: 26px !important;
    text-align: justify !important;
}

.news-single.style-3 .news-detail {
    margin-bottom: 20px;
}
.news-single.style-3 .news-detail a {
    font-size: 14px;
    font-weight: 400;
    margin: 23px 0 0;
    color: #000;
    display: inline-block;
}
.news-single.style-3 .news-detail span {
    margin-left: 30px;
}
.news-single.style-3 .news-detail .fa,
.news-single.style-3 .news-detail .mdi-communication-messenger {
    padding-right: 5px;
}

@media (min-width:320px) and (max-width: 640px) {
    .news-single p,
    .news-single .news-title,
    .news-single .news-time,
    .article-time {
        padding: 0 10px;
    }
    .client-box.style2 .content {
        padding: 20px 10px 5px;
    }
    .news-single.style-3 .news-category {
        padding: 0 10px;
    }
    .news-single.style-3 .content {
        padding: 30px 10px 0;
    }
    .news-single .btn-floating {
        width: 57px;
        height: 60px;
        line-height: 70px;
        margin-top: -30px;
    }
    .news-single.style-3 .news-detail span {
        margin-left: 25px;
    }
    .news-single.style-3 .news-detail span {
        display: inherit;
        margin: 0 0 5px 0;
    }
}
.news-single .style-3 img {
    margin: 0 auto
}

/* News Tags */
.tag-cloud .show-more-link {
	margin: 10px 0 0 0;
}

.tag-cloud.tag-title {
	position: relative;
	padding: 10px 23px 0 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tag-1 {
	font-size: 13px;
	line-height: 18px;
	border: 1px solid #e4e4e4;
	display: inline-block;
	margin: 0 4px 3px 0;
}

.tag-1.active {
	background: #179d2b;
	border: 1px solid #179d2b !important;
	color: #FFFFFF !important;
}

.tag-1.active:hover span {
	background: #179d2b;
	color: #252525 !important;
}

.tag-1 span {
	padding: 3px 10px 10px;
	float: right;
	font-size: 15px!important;
}

/* Side - Latest Items */
.latest-news-sidbar-box { background-color: #fff; border-radius: 3px; margin-bottom: 20px;}
.latest-news-sidbar-box > ul{ margin-bottom: 0; padding-bottom: 20px; }
.latest-news-sidebar-title {
    border-bottom: 1px solid #eaeaea;
    color: #179d2b;
    font-size: 18px;
    padding: 15px 25px;
	font-family: 'halvatica-bold';
}
.latest-news-sidbar-box a {
    color: #252525;
    font-family:'halvatica-bold';
}
.latest-news-sidbar-box ul a {
    border-bottom: 1px solid #f7f7f7;
    color: #000;
    display: inline-block;
    font-size: 16px;
    padding: 15px 25px;
    font-family:'halvatica';
}
.latest-news-sidbar-box a:hover{ color: #179d2b; }

/* News Comment */
.comment { background-color: #fff; overflow: hidden; padding: 35px; margin-top:30px; }
.comment ul{ margin: 35px 0 0 0; }
.comment-box { border-top: 2px solid #f63e7c; padding: 25px 0; overflow: hidden;  }
.comment-box.child {margin-left: 40px; padding-left: 40px;}
.comment-title {
	color: #179d2b;
    font-size: 25px;
    font-family: 'halvatica-bold';
    margin-bottom: 15px;
}

.blue
{
    background-color: blue;
}

.green
{
    background-color: green;
}

.news-blog.solid {
    background-color: #179d2b;
}
.vote-block {
	position: fixed;
    left: 15px;
    bottom: 30px;
    width: 260px;
    background-color: #179d2b;
    text-align: center;
    z-index: 99;
	padding: 20px;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.8s cubic-bezier(.5,0,0,1);
}
.vote-icon svg {
    height: 25px;
    width: 25px;
}
.vote-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vote-icon span {
	color: #fff;
    margin-right: 10px;
}
.vote-icon svg path {
    fill: #fff;
}
.vote-btn {
    display: inline-block;
    background-color: #252525;
    padding: 7px 25px;
    color: #fff;
    margin-top: 20px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.poll_question p {
	font-size: 17px;
    color: #000;
}
.poll_answers
{
	padding-bottom: 20px;
    color: #179d2b;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}
.poll_answers input
{
    margin: 5px;
}
#poll_form input[type="submit"]
{
    float: right;
}
.poll_answers label
{
    font-family: Tahoma;
    font-weight: normal;
    color: #000000;
    font-size: 12px;
}
#poll_form .boxlook
{
    padding: 5px 15px;
    margin: 0 auto;
	padding: 10px 30px;
    background-color: #252525;
    border: none;
    color: #fff;
	font-family: 'halvatica', Helvetica, sans-serif;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.percentage_poll{
	height: 5px;
    background-color: #179d2b;
	border-radius: 3px
}
.show_poll_block
{
    display: block;
    padding: 15px 0 25px 0;
}
.hide_poll_block
{
    display: none;
    border-bottom: solid 1px #179d2b;
}
.widget-text {
    width: 400px;
    position: fixed;
    bottom: 175px;
    left: 15px;
    background-color: #fff;
    z-index: 99999;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.widget-text {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}
.widget-text.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.title-default {
    padding: 15px 20px;
    text-align: center;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #179d2b;
}
.widget-text .title-default {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.close_icon {
    width: 15px;
    height: 15px;
	cursor: pointer;
}
.title-default a {
    color: #fff;
}
.widget-text .content {
    padding: 10px 30px 30px;
    display: inline-block;
    width: 100%;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
	padding-right: 30px;
    cursor: pointer;
    line-height: 20px;
    display: flex;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #179d2b;
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.counter {
	display: inline-block;
    margin-top: 15px;
}
.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.tabs li {
  float: right;
  /*width: 50%;*/
  width: 100%;
  border-bottom: none;
  background: #252525;
}
.tabs li a .sidebar-title {
    color: #fff;
	padding: 0;
    border: 0;
}
.tabs li a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.tabs li a:hover {
  background: #179d2b;
}

.tabs li a.active,
.tabs li a.active:hover {
  background: #179d2b;
}

.tab_container {
  border-top: none;
  background: #fff;
}

.tab_content {
  font-size: 16px;
}
.tabs li a.active .sidebar-title {
    color: #fff;
	text-align: center;
}

.align-center {
    justify-content: center;
}

.row-padding {
        padding: 10px;
}


.description .videodetector iframe {
    width: 100%;
    height: 400px;
}

/* blockquote */

.blockquote {
  background: url("../img/breakingnews-bg.png");
  color: #fff;
  font-size: 18px;
  padding: 25px 40px;
}
.blockquote > span { font-weight: 500; text-transform: uppercase; }


.blockquote h3 {
    margin: 0px;
    padding: 0px;
}
.blockquote h4 {
    margin: 20px;
}
.blockquote a h4{
    color: #ffffff;
}
.blockquote a h4:hover{
    color: #252525;
}

blockquote
{
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #EF9A9A;
}

.blink_me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% { opacity: 0; }
}

/************ Follow Us ************/
.follow-us{
    background-color: #fff;
    border-radius: 3px;
    margin: 20px 0;
    padding: 20px;
}
.follow-us__title{
    color:#404040;
}
.follow-us__list{
    margin-top:12px;
}
.follow-us__list-item{
    float:right;
    padding-bottom:8px;
    width:50%;
}
.follow-us__list-item_news_page{
    float:right;
    padding-bottom:8px;
    width:auto;
    margin: 0 20px;
}
.follow-us__list-item-icon{
    margin-left:8px;
}
.follow-us__list-item-label{
    vertical-align:text-bottom;
}
.follow-us__list-item--block{
    width:100%;
}
.follow-us__list-item--block .follow-us__list-item-link{
    border-style:none;
    margin-left:0;
    text-align:right;
}
.follow-us__list-item-link{
    background-color:#fff;
    border-width:0px;
    border-bottom-width:3px;
    border-style:solid;
    display:block;
    padding:6px;
    text-align:center
}
.follow-us__list-item-link.follow-us__list-item-link--facebook,.follow-us__list-item-link.follow-us__list-item-link--elt_facebook{
    border-bottom-color:#3c5a98
}
.follow-us__list-item-link.follow-us__list-item-link--google_plus{
    border-bottom-color:#dc4b38
}
.follow-us__list-item-link.follow-us__list-item-link--instagram{
    border-bottom-color:#406e95
}
.follow-us__list-item-link.follow-us__list-item-link--telegram{
    border-bottom-color:#3b9adc
}
.follow-us__list-item-link.follow-us__list-item-link--twitter,.follow-us__list-item-link.follow-us__list-item-link--twitter_ua,.follow-us__list-item-link.follow-us__list-item-link--twitter_ru{
    border-bottom-color:#47c7fa
}
.follow-us__list-item-link.follow-us__list-item-link--whatsapp{
    border-bottom-color:#1a870f
}
.follow-us__list-item-link.follow-us__list-item-link--youtube{
    border-bottom-color:#b31217
}
.follow-us__list-item-link:hover,.follow-us__list-item-link:focus{
    color:#1167a8
}
.follow-us__list-item-link:hover svg,.follow-us__list-item-link:focus svg{
    fill:#1167a8
}
.follow-us__list-item--social:nth-child(even) .follow-us__list-item-link{
    margin-left:0
}
.follow-us img{
    width: 90px;
}
.hr-thick, .spacer, .hr {
    background: #dcdcdc;
    clear: both;
    height: 1px;
    width: 100%;
    margin: 15px 0;
	display: inline-block;
}


.sidbar-box-height {
    height: 100%;
}

.sidebar-title small {
    color: #000;
}

.footer-copyright .title {
    float: right;
    display: block;
    margin-left: 50px;
}

.subscribe {
    padding: 10px 10px 25px;

}

.center {
	text-align: center;
}

.files-title {
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding: 5px 12px 10px;
    display: inline-block;
    margin: 5px;
    background: #179d2b14;
}
.files-title:hover{
    color: #000;
}

.watch-more {
	margin-bottom: 20px;
    text-align: center;
}
.watch-more a {
    padding: 5px 20px 10px;
    background: #179d2b;
    color: #fff;
}

.side-articles .news-box {
    margin-bottom: 20px;
}
.side-articles .news-box .image {
    margin-top: 5px;
}

.push-bottom {
    margin-bottom: 50px;
}

.home-news-4-boxes .sidebar-title {
    margin-bottom: 10px;
    background-color: #fff;
}

.home-news-4-boxes .news-box {
    margin-bottom: 15px;
}
.home-news-4-boxes .news-box .image {
    margin-top: 5px;
}
.slick-slide {
    float: right;
}
.slick-list {
    height: 100%;
}
.slick-track {
    height: 100%;
}

.slick-arrow {
    position: absolute;
    top: 17px;
    border-radius: 2px;
    background-color: #179d2b;
	border: none;
    width: 32px;
    height: 32px;
	z-index: 9;
	padding: 0;
}
.slick-arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.slick-arrow:hover {
	outline: none;
    background-color: #252525;
}
.slick-arrow-btn svg {
    width: 12px;
    height: 12px;
    fill: #fff;
}

.dept_slider {
	width: 100%;
    overflow: hidden;
}
.dept_slider .slick-list {
    margin-left: -10px;
}
.dept_slider .slick-slide {
    margin-left: 10px;
}
.slick-slide {
    padding-bottom: 5px;
}
.dept_slider .slick-arrow {
    top: 49%;
    background: rgba(0, 0, 0, 0.4);
}
.dept_slider .slick-next.slick-arrow {
    left: 3px;
}
.dept_slider .slick-prev.slick-arrow {
    right: 3px;
}
@media only screen and (min-width: 992px){
	.hide-on-med-and-up, .nav-logo, .line, .back-icon, nav.nav-wrap .social-icon {
		display: none !important;
	}
	.top-header {
		padding: 15px 0;
		background-color: #179d2b;
	}
	.show-on-large {
		display: initial !important;
	}
	.nav-wrapper.menu-category a:after {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 0;
		height: 4px;
		background-color: #252525;
		content: "";
		transition: width 0.5s;
		-webkit-transition: width 0.5s;
		-ms-transition: width 0.5s;
		-pie-transition: width 0.5s;
		z-index: 9999;
	}
	.nav-wrapper.menu-category a:hover:after,
	.nav-wrapper.menu-category .active a:after {
		width: 100%;
	}
	header.header-fix .nav-wrapper.menu-category a {
		color: #444;
	}
	header.header-fix .nav-wrapper.menu-category ul li ul li ul li a {
		color: #fff;
	}
	header.header-fix .news-category-dropdown li ul {
		background-color: #179d2b;
	}
	header.header-fix .news-category-dropdown li ul:after {
		border-color: transparent transparent #179d2b;
	}
	.hidden-md {
		display: none !important;
	}
}
@media only screen and (min-width: 1200px){
	.offset-top-lg{
		margin-top: 0
	}
}
@media only screen and (min-width: 1440px){
	nav ul a {
		padding: 12px 25px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 768px){
    .row-padding {
        padding: 20px;
    }
}
@media only screen and (max-width: 1200px){
	.title {
		font-size: 22px;
	}
	.social-icon .fa {
		margin-top: 30px;
	}
	.footer-menu a {
		margin-top: 20px;
	}
	.news-blog .image .responsive-img {
		height: auto;
	}
	.news-single .news-title {
		font-size: 22px;
	}
	.header-top small {
		font-size: 13px;
	}
}
@media only screen and (max-width: 991px){
	nav .nav-wrapper {
		display: table;
		height: 100vh;
		overflow: hidden;
		margin: 0 auto;
	}
	.button-collapse.mn-button {
		width: 86px;
		display: flex;
		align-items: center;
	}
	.top-header {
		padding: 15px;
		background-color: #179d2b;
	}
	.menu-text{
		color: #fff;
		font-size: 15px;
		float: right;
		padding-right: 35px;
		top: -4px;
		position: relative;
	}
	nav.nav-wrap {
	    position: fixed;
		overflow-y: auto;
		overflow-x: hidden;
		top: 0;
		left: -100%;
		transition: all 0.7s cubic-bezier(.5,0,0,1);
		width: 100%;
		height: 100%;
		background: #000;
		z-index: 11;
	}
	nav.nav-wrap.open {
		left: 0
	}
	nav.nav-wrap ul li {
		display: block;
		min-width: 300px;
		position: relative;
	}
	nav.nav-wrap .news-category-dropdown li ul li{
		min-width: auto
	}
	header.header-fix .button-collapse.mn-button {
		margin-top: 20px;
	}
	header.header-fix .button-collapse.mn-button .bar {
		background-color: #179d2b
	}
	header.header-fix .menu-text {
		color: #179d2b;
	}
	.back-icon {
		position: absolute;
		top: 20px;
		right: 18px;
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
	    font-size: 25px;
		z-index: 99;
		cursor: pointer;
	}
	.line.vertical {
		position: relative;
	}
	.line.vertical.left {
		display: table-cell;
		width: 1px;
		padding-left: 0;
		height: 100%;
		transform: translateX(-22px);
	}
	.line.vertical .in {
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		right: 0;
	}
	.line.vertical .in .color {
		position: absolute;
		height: 0;
		left: 0;
		width: 1px;
		background: #d2d2d2;
		animation: effectLinevertical 2s cubic-bezier(.5,0,0,1) forwards;
		animation-delay: 2s;
	}
	.line.vertical .in .color {
		animation: none;
		transition: all 1.5s cubic-bezier(.5,0,0,1);
	}
	.line.vertical.fromBottom .in .color {
		bottom: 0;
	}
	nav.nav-wrap.open .line.vertical .in .color {
		height: 100%;
		animation: none;
	}
	.line.vertical.left .in .color {
		background: #3c3c3b;
		transform: translateX(4px);
	}
	.line.vertical.right {
		display: table-cell;
		width: 1px;
		padding-left: 0;
		height: 100vh;
		float: none;
		transform: translateX(0px);
	}
	.line.vertical.right .in .color {
		background: #3c3c3b;
		transform: translateX(4px);
	}
	nav .nav-wrapper ul.table-list {
		list-style: none;
		padding-left: 0;
		margin-left: 0;
		vertical-align: middle;
		padding-top: 110px;
	}
	nav.nav-wrap a {
		padding: 15px 85px 30px;
	}
	nav.nav-wrap .nav-wrapper ul li .line.horizontal {
		position: absolute;
		left: 50%;
		margin-left: -50vw;
		width: 100vw;
		height: 1px;
	}
	nav.nav-wrap .nav-wrapper ul li .line.horizontal.top {
		top: 0;
	}
	.line.horizontal .in {
		position: absolute;
		width: 100vw;
		height: 1px;
		left: 50%;
		margin-left: -50vw;
		z-index: 0;
	}
	.line.horizontal .in .color {
		position: absolute;
		width: 0;
		height: 1px;
		background: #d2d2d2;
		top: 0;
		animation: effectLinehorizontal 2.s cubic-bezier(.5,0,0,1) forwards;
		animation-delay: 2s;
	}
	nav.nav-wrap .line.horizontal .in .color {
		animation: none;
		transition: all 1.5s cubic-bezier(.5,0,0,1);
	}
	nav.nav-wrap .nav-wrapper ul li .line.horizontal .in .color {
		background: #3c3c3b;
		transform: translateX(4px);
	}
	nav.nav-wrap.open .line.horizontal .in .color {
		width: 100%;
		animation: none;
	}
	nav.nav-wrap .nav-wrapper ul li .line.horizontal.bottom {
		bottom: 8px;
	}
	.line.horizontal.fromRight .in .color {
		right: 0;
	}
	nav .nav-wrapper {
		height: 125vh;
	}
	nav.nav-wrap .nav-logo {
	    position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		max-width: 156px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	nav.nav-wrap .nav-logo a {
		padding: 0;
	}
	nav.nav-wrap .social-icon {
		position: absolute;
		top: 35%;
		right: 0;
		width: 50px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #179d2b;
		z-index: 99;
		padding: 20px 0;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	nav.nav-wrap .social-icon a {
		padding: 0;
		display: flex;
	}
	nav.nav-wrap .social-icon a .social_item {
		display: flex;
	}
	nav.nav-wrap .social-icon a svg {
		width: 15px;
		height: 15px;
		fill: #fff;
	}
	nav.nav-wrap .social-icon .fa {
		margin-left: 0;
		margin-top: 0;
	}
	nav.nav-wrap .social-icon a + a {
		margin-top: 20px
	}
	nav.nav-wrap ul li.main-item:after {
		content: '';
		position: absolute;
		bottom: 0;
		right: -100%;
		width: 100%;
		height: 8px;
		transition: right .5s ease-in-out;
		background-color: #179d2b;
	}
	nav.nav-wrap ul li.main-item:hover:after {
		right: 0
	}
	nav.nav-wrap ul.table-list li.main-item a.table-link{
		color: #d2d2d2;
		opacity: 0;
		visibility: hidden;
		text-align: center;
		transition: opacity 0.5s ease-in-out;
		transition-delay: 0.5s;
	}
	nav.nav-wrap.open ul.table-list li.main-item a.table-link {
		opacity: 1;
		visibility: visible;
	}
	nav.nav-wrap ul li.main-item:hover a.table-link{
		color: #fff;
	}
	.subscribe {
		margin-bottom: 30px;
	}
	.subscribe .title {
		padding-top: 0;
	}
}
@media (min-width:320px) and (max-width: 640px) {
    .blockquote
    {
        padding: 15px;
    }
}
@media only screen and (max-width: 768px){
	.hidden-xs {
		display: none !important;
	  }
	.row .row{
		margin: 0;
	}
	.offset-top-sm-20{
		margin-top: 20
	}
	.page-footer ul .footer-title:first-child {
		display: block;
		width: 100%;
	}
	.footer-title {
		margin: 0
	}
	.follow-us__list-item_news_page {
		margin: 0 10px;
	}
	.content .description .follow-us__list-item_news_page a {
		font-size: 15px!important;
	}
	.comment-title {
		font-size: 25px
	}
	.logo svg {
		width: 150px;
	}
	.description * {
		font-size: 15px !important;
		line-height: 25px !important;
		text-align: justify !important;
	}
	.title {
		font-size: 20px;
	}
	nav.nav-wrap a {
		padding: 7px 85px 22px;
	}
	nav.nav-wrap .nav-logo {
		max-width: 140px;
	}
	.news-single .news-title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 600px){
	.hide-on-small-only, .hide-on-small-and-down {
		display: none !important;
	}
	header.header-fix .logo {
		width: 120px;
	}
	.news-blog .news-title > a {
		font-size: 18px;
	}
	.logo svg {
		width: 120px;
	}
@media only screen and (max-width: 450px){
	.ln-button.aside-img {
		width: 35px;
		height: 35px;
	}
	.searchbox {
		min-width: 45px;
		height: 45px;
	}
	.searchbox-icon, .searchbox-submit {
		width: 45px;
		height: 45px;
	}
	.searchbox-icon svg {
		height: 15px;
		width: 15px;
	}
	header.header-fix .searchbox {
		top: 12px;
	}
	.side-nav {
		width: 85%
	}
	.news-sidebar .news-box .box_content {
		margin: 0
	}
	.news-sidebar .news-box .box_content .image {
		float: none;
	}
	.news-sidebar .news-box .box_content .news-detail {
		padding: 0;
	}
	.sidbar-box.play-back:before {
		display: none
	}
	.follow-us__list-item_news_page {
		margin: 0 5px;
	}
	.comment-title {
		font-size: 20px
	}
	.share-block h2 {
		font-size: 18px;
	}
	.logo svg {
		width: 110px;
	}
}