.nav-list {
    font-size: 1.1em;
}
.team-caption {
    text-align: center;
}
.range p {
    font-size: 1.1em;
}
 .flip-clock-wrapper ul {
    width: 54px !important;
    margin-bottom: 25px !important;
 }
 .section-wrap-content-var-1-inner p {
    color: #444;
 }
 .img-item-100-100 {
    width: 100px;
    height: 100px;
 }
 .brand-name img {
    max-width: 125px;
    height: auto;
}
 .post-box-image figure img{
 	max-height: 400px;
    min-height: 150px;
    min-width: 100%;
 }
 .quote-box-p20 {
 	margin: 20px 0 !important;
 }
.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-fullwidth .rd-navbar-nav > li > a {
    font-size: 16px;
}
.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-fullwidth .rd-navbar-nav > li > a {
    font-weight: bold;
}
.page .text-white {
    line-height: 1.3;
}
.nav-lang {
    font-size: 18px !important;
    padding: 5px;
    color: #ef7f1a !important;
}
.myactive {
                background: #ef7f1a;
                color: #fff !important;
              }
.link-underline {
	color: #ef7f1a !important;
}
.soc-footer li a {
	color: #ef7f1a;
	 font-size: 2.2em;
}

.post-box-minimal-title-bottom{
    font-weight: bold;
    font-size: 1em;
    position: absolute; bottom: 0px; width: 100%; text-align: center; padding: 10px; background: #fff;
}
/*.post-box-image {
    text-align: center;
}
.post-box-image {
    height: 400px;
    overflow: hidden;
}
@media (min-width: 1200px){
.post-box-image img{
 height: 400px
}
}*/
 
.post-box-horizontal {
    padding: 0;
}
.quote-box {
    padding: 20px;
}
.quote-box-header i {
    font-size: 4em;
}
.quote-box-body {
 
}
.page-footer-corporate .list-column-3 {
    max-width: 100%;
}
@media (min-width: 1800px){
.owl-carousel-stagePadding .owl-controls {
	display: block;
	}
}
@media (min-width: 768px) {
.post-box-tags, .post-box-text {
 width: 100%;
 max-width: 100%;
 }
 .img-style-gallery {
    max-height: 280px;
 }
}


/* pagination */
.pagination-select{ /* <select> */
	width: 100px;
	border: solid 1px #af9f7b;
}
.pagination{ /* <ul> */
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	border-radius: .25rem;
}
.pagination .page-item{ /* <li> */
	display:inline-block;
}
.pagination .page-item:first-child .page-link{
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;

}
.pagination .page-link{ /* <a> */
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    margin-right: 10px;
	text-decoration:none;
}
.pagination .page-item.active .page-link{ /* <a> */
	color: #fff;
	background-color: #af9f7b;
	border-color: #cdcdcd;
}
.pagination .page-item.disabled .page-link{
	pointer-events: none;
	opacity: 0.5;
}
.pagination .page-item:last-child .page-link{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.pagination .page-link:focus, .pagination .page-link:hover{
    color: #fff;
    text-decoration: none;
    background-color: #af9f7b;
    border-color: #cdcdcd;
}

/* sorting */
.sorting_active{
	color:#ff3300;	
}