.ih_no_matches {
height: 100px;
padding: 100px 0 0 0;
background: none 50%/contain no-repeat;
text-align: center;
}


.ih_news {
margin: 0 !important;
padding: 20px 0 0 0 !important;
color: #000;
font-size: 13px !important;
list-style: none !important;
}

.ih_news ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}

.ih_news li {
margin: 0 !important;
padding: 0 !important;
border: none !important;
}

.ih_news > li + li {
margin: 40px 0 0 0 !important;
}

.ih_raster.ih_news > li + li {
margin: 0 0 40px 0 !important;
}


.ih_news a {
box-shadow: none !important;
color: #000 !important;
font-size: 13px !important;
}

.ih_news a:hover {
color: currentColor !important;
}


.ih_news .ih_news_website {
margin: 0 0 5px 0 !important;
color: #000;
line-height: 20px !important;
font-size: 13px !important;
font-weight: 500 !important;
}

.ih_news .ih_news_website > img {
display: inline-block !important;
width: 16px;
margin: 0 5px 0 0;
vertical-align: middle;
}

.ih_news .ih_news_image {
height: 120px;
margin: 0 0 5px 0 !important;
background: none 50%/cover no-repeat #CCC;
border: 1px #EEE solid !important;
}

.ih_news .ih_news_title {
margin: 0 0 5px 0 !important;
line-height: 20px !important;
font-size: 16px !important;
font-weight: 500 !important;
}

.ih_news .ih_news_excerpt {
margin: 0 0 5px 0 !important;
line-height: 20px !important;
font-size: 14px !important;
font-weight: 500 !important;
}

.ih_news .ih_news_date {
line-height: 20px !important;
color: #999;
font-size: 12px !important;
font-style: italic;
font-weight: 500 !important;
}



.ih_raster {
padding: 0 !important;
word-break: break-word;
}

.ih_raster.ih_news > li {
display: inline-table;
width: 100%;
margin: 0 0 40px 0 !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
vertical-align: top;
}

@media (min-width: 480px) {
.ih_raster.ih_news > li {
width: 50%;
padding: 0 10px !important;
}
}

@media (min-width: 960px) {
.ih_raster.ih_news > li {
width: 33.33%;
padding: 0 10px !important;
}
}



.ih_pagination {
margin: 0 0 30px 0;
padding: 0;
list-style: none;
text-align: center;
}


.ih_pagination > li {
display: inline-block;
margin: 0 3px;
}

@media (min-width: 360px) {
.ih_pagination > li {
margin: 0 5px;
}
}


.ih_pagination > li > a {
padding: 10px 5px;
box-shadow: none !important;
color: #FF8932;
/*font-weight: 900;*/
}

.ih_pagination > .ih_active > a {
box-shadow: 0 1px 0 0 currentColor !important;
}



.ih_search_form {
margin: 0 auto 40px auto;
text-align: center;
}

.ih_search_submit {
position: relative;
width: 32px !important;
height: 32px !important;
padding: 0 !important;
background: url(search_fff.png) 50%/16px no-repeat #777 !important;
border: 0;
vertical-align: top;
}

.ih_search_form button:before {
content: '';
}

.ih_search_submit:hover {
background: url(search_fff.png) 50%/16px no-repeat #777 !important;
}

.ih_search_form input {
width: 160px !important;
height: 32px !important;
font-size: 16px;
}


.ih_input_search {
display: inline-block !important;
width: 120px !important;
padding: 0 32px 0 5px !important;
}

.ih_input_clear {
display: none !important;
position: absolute;
width: 32px !important;
height: 32px !important;
margin: 0 0 0 -32px !important;
padding: 0 !important;
padding: 0;
background: url(times_000.png) 50%/8px no-repeat !important;
border: 0;
vertical-align: top;
}

.ih_input_clear.ih_active {
display: inline-block !important;
}

.ih_input_clear:hover {
background: url(times_000.png) 50%/8px no-repeat !important;
}



.ih_search_list {
display: none;
z-index: 1;
position: absolute;
/*min-height: 75px;*/
margin: -25px 0 0 1px;
padding: 5px;
background-color: #FFF;
border: 1px solid #ddd;
box-sizing: border-box;
}

.ih_search_list.ih_active {
display: block;
}

.ih_search_list > li {
margin: 0;
padding: 4px;
cursor: pointer;
}

.ih_search_list > li:hover {
background-color: #EEE;
}


#ih_search_countries > li {
display: none;
}

#ih_search_countries > .ih_active {
display: block;
}


#ih_search_languages > li {
display: none;
}

#ih_search_languages > .ih_active {
display: block;
}



/* divi builder */
/*
.et_pb_code_inner .ih_pagination {
display: none;
}

.et_pb_code_inner #news_search_form {
display: none;
}
*/

.et_pb_code_inner .ih_news {
padding: 0 !important;
}

.ih_slider .et_pb_code_inner .ih_news {
padding: 20px !important;
}


.ih_slider .et_pb_code_inner .ih_news a {
color: #FFF !important;
}

.ih_slider .et_pb_code_inner .ih_news .ih_news_website {
color: #FFF !important;
}

.ih_slider .et_pb_code_inner .ih_news .ih_news_date {
color: #FFF !important;
}


.et_pb_code_inner {
overflow-x: hidden;
}

.et_pb_code_inner .ih_slide {
position: relative;
left: 0;

-webkit-transition: left 500ms;
-o-transition: left 500ms;
transition: left 500ms;

transition-timing-function: ease;
-webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
-o-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}


.widgettitle {
line-height: 1.4em !important;
font-size: 28px !important;
}



/* ih_news_feeds */

#list_ih_news_feeds {
max-width: 380px;
max-height: 480px;
margin: 10px 0 0 0 !important;
padding: 0 !important;
background-color: #F9F9F9;
border: 10px #F9F9F9 solid;
overflow-y: scroll;
}

#list_ih_news_feeds:empty {
display: none;
}

#list_ih_news_feeds .fa {
margin: 0 8px 0 0;
}

#list_ih_news_feeds button {
max-width: 100%;
overflow: hidden;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
}

#list_ih_news_feeds ul {
display: none;
position: absolute;
top: 0;
left: 500px;
width: 180px;
padding: 10px !important;
background-color: #FFF;
}

#list_ih_news_feeds li + li {
margin: 5px 0 0 0 !important;
}

#list_ih_news_feeds button:hover + ul {
display: block;
}


#add_form_ih_news_feeds > input::-webkit-placeholder {
color: #BBB !important;
}

#add_form_ih_news_feeds > input::-moz-placeholder {
color: #BBB !important;
}

#add_form_ih_news_feeds > input::placeholder {
color: #BBB !important;
}


.ih_error {
background-color: #F99 !important;
}



.ih_news_log {
max-height: 480px;
margin: 10px 0 0 0 !important;
padding: 0 !important;
background-color: #F9F9F9;
border: 10px #F9F9F9 solid;
overflow-y: scroll;
}


#add_form_ih_news_feeds {
position: relative;
}

#ih_not_valid_feed {
display: none;
position: absolute;
top: -20px;
font-style: italic;
}

.ih_error ~ #ih_not_valid_feed {
display: block;
}
