/*------ Main search style ------*/
#full-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    z-index: -1;
}
#full-search.active {
    opacity: 1;
    z-index: 999;
}
#full-search.active:before {
    content: '';
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.92;
}
#full-search #search-container {
    position: fixed;
    display: block;
    width: 100%;
    padding: 0 15%;
    top: 50%;
    margin-top: -80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#full-search .searchForm {
    position: relative;
}
#full-search input[type='text'] {
    background: transparent;
    width: 100%;
    padding-right: 150px;
    font-size: 60pt !important;
    height: 150px;
    line-height: 1.2;
    font-weight: 100;
    border: none;
    border-bottom: 1px solid #666;
    font-size: 24px;
    color: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#full-search .searchSbmFl {
    position: absolute;
    width: 150px;
    height: 150px;
    right: 0;
    top: 0;
    background-image: url("/images/icon-search-w.png");
    opacity: .6;
}
#full-search .searchForm:hover .searchSbmFl {
    opacity: .2;
}
#full-search .searchSbmFl:hover {
    opacity: 1 !important;
    background-color: transparent;
}
#full-search input:focus {
    box-shadow: none;
    border-bottom: 1px solid #333;
    outline: 0px;
}
#fws-close {
    color: #FFF;
    font-size: 32px;
    position: fixed;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

#search-results {
    margin: 60px -15px;
    padding: 0;
    list-style: none;
    position: relative;
}
#search-results li {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#search-results li img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#search-results li a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}
#search-results li a:hover {
    color: #fff;
}
#search-results .all-results {
    display: block;
    position: absolute;
    right: 15px;
    padding: 0;
    background: transparent !important;
    color: rgba(255,255,255,0.2);
}
#search-results li .all-results i {
    display: block;
    color: #fff;
}
#search-results .all-results:hover {
    color: #fff;
}
#search-results li .all-results:after,
#search-results li .all-results:before {
    display: none;
}
@media screen and (min-width: 1279px) {
    .all-res {
	padding-right: 150px !important;
    }
    #search-results li {
	float: left;
	width: 16.66666667%;
    }
    #search-results li a span {
	padding-top: 15px;
	display: block;
	line-height: 1.2;
	font-size: 11pt;
	font-weight: 300;
	word-wrap: break-word;
    }
    #search-results .all-results {
	top: 0;
	width: 150px;
	height: 80%;
	line-height: 60px;
	font-size: 9pt;
    }
    #search-results li .all-results i {
	font-size: 70px;
    }
}
@media screen and (min-width: 800px) and (max-width: 1279px) {
    #search-results {
	margin: 40px -15px;
    }
    #search-results li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
    }
    #search-results li img {
	max-width: 18%;
	float: left;
    }
    #search-results li a span {
	display: block;
	padding-left: 21%;
	line-height: 1.1;
	font-weight: 300;
	font-size: 13pt;
    }
    
    #search-results li .all-results {
	bottom: -90px;
	line-height: 80px;
	height: 80px;
	font-size: 12pt;
	padding-right: 60px;
    }
    #search-results li .all-results i {
	position: absolute;
	right: 0;
	font-size: 50px;
    }
}
@media screen and (min-width: 200px) and (max-width: 799px) {
    #search-results {
	margin: 30px -15px;
    }
    #search-results li {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	min-height: 35px;
	clear: both;
    }
    #search-results li img {
	max-width: 25px;
	float: left;
    }
    #search-results li a span {
	display: block;
	line-height: 1.1;
	font-weight: 300;
	font-size: 11pt;
	padding-left: 35px;
    }
    
    #search-results li .all-results {
	bottom: -60px;
	right: 30px;
	line-height: 60px;
	height: 60px;
	font-size: 12pt;
	padding-right: 60px;
    }
    #search-results li .all-results i {
	position: absolute;
	right: 0;
	font-size: 50px;
    }
}


/* search page */
.search-block {
    margin: 30px 0;
}
.search-block .e-img {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16pt;
    color: #FFB800;
    background: rgba(0,0,0,0.05);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}
.search-block .e-img i {
    color: #fff;
    opacity: 0;
}
.search-block .e-img:hover i {
    opacity: 1;
}
.search-block .search-cat {
    font-size: 10pt;
}
.search-block .eMessage,
.search-block .search-cat,
.search-block .eTitle {
    margin-left: 80px;
}

.search-block .eTitle {
    padding-top: 0;
    padding-bottom: 10px;;
}

.search-block .eMessage {
    font-size: 10pt;
}
/*------ Main search style ------*/

/*------ Grey middle line style ------*/
.mid-line {
    position: relative;
    background: rgba(0,0,0,.02);
    overflow: hidden;
}
.mid-line:after,
.mid-line:before {
    content: '';
    opacity: .03;
    z-index: -1;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -250px;
    width: 500px;
    height: 500px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FFB800;
}
.mid-line:after {
    margin-top: -200px;
    width: 400px;
    height: 400px;
}
.mid-line .inf {
    float: left;
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: -o-calc(100% - 200px);
}
.mid-line i {
    margin-right: 30px;
    font-size: 54px;
    color: #FFB800;
    line-height: 1;
    float: left;
}
.mid-line h4 {
    text-transform: uppercase;
}
.mid-line .des {
    line-height: 1.1;
    font-size: 10pt;
    display: block;
    color: #999;
}
.mid-line .line-btn {
    float: right;
    text-transform: uppercase;
    padding: 14px 22px;
    margin: 4px;
}
/*------ Grey middle line style ------*/

/*------ Left block info style ------*/
.be-info {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.be-info a {
    text-decoration: none;
}

@media screen and (min-width: 1024px) {
    .be-info li {
	position: relative;
	margin-bottom: 15px;
	text-align: center;
	width: 84px;
    }
    .be-info li i {
	display: none;
    }
    .be-info li.bcom .cou i.flaticon-chat73 {
	display: block;
    }
    .be-info li span.cou {
	display: block;
	height: 64px;
	line-height: 64px;
	padding-bottom: 20px;
	border: 1px solid rgba(0,0,0,0.05);
	color: #FFB800;
	font-size: 20pt;
	font-weight: 600;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    }
    .be-info li span.des {
	position: absolute;
	background: rgba(0,0,0,0.05);
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 0;
	line-height: 20px;
	font-size: 7pt;
	color: #999;
    }
    .be-info li span.inv {
	display: none;
    }
    .be-info li.bdate {
	background: #FFB800;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
    }
    .be-info li.bdate span.cou {
	color: #fff;
	font-size: 28pt;
	text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }
    .be-info li.bdate span.des {
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	font-weight: 600;
    }
}

@media only screen and (max-width: 1024px) { 
    .be-info li {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	padding-left: 32px;
	line-height: 22px;
	height: 22px;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 13pt;
    }
    .be-info li i {
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 1.4em;
	color: #FFB800;
	font-weight: 300;
    }
    .be-info li span.des {
	font-weight: 400;
	font-size: 10pt;
	color: #ccc;
    }
    .be-info li span.inv {
	font-weight: 600;
	color: #333;
    }
    .be-info .ndate {
	display: none;
    }
}
/*------ Left block info style ------*/

/*------ Entry gallery style ------*/
.grid-gallery {
    margin: 30px -10px 0 -10px;
}
.grid-gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.grid-gallery li {
    width: 33.333%;
    float: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid-gallery li a {
    position: relative;
    display: block;
    color: rgba(255,255,255,0.2);
}
.grid-gallery li a img {
    margin: 0;
}
.grid-gallery li a i {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.grid-gallery li a:hover {
    color: #fff;
}
/*------ Entry gallery style ------*/

/*------ Related entry style ------*/
.uRelatedEntries {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ft-informer {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 60px;
    background: rgba(0, 0, 0, 0.02);
}
.ft-informer h2 {
    font-weight: 400;
    text-transform: uppercase;
    color: #999;
    padding: 15px;
    font-size: 15pt;
}
.ft-informer .ah-row {
    margin: 0 5px;
}
.uRelatedEntry {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.uRelatedEntry .informer-img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 120px;
}
.uRelatedEntry .title {
    font-weight: 400;
    margin-top: 10px;
    font-size: 10pt;
    color: #666;
}
.uRelatedEntry:hover .title {
    color: #000;
}
.uRelatedEntry a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
}
/*------ Related entry style ------*/

/*------ Informer style ------*/
/* Text informer */
.inf-text {
    position: relative;
    padding-left: 30px;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
}
.inf-text i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 22px;
    color: #ccc;
}
.inf-text span {
    font-size: 9pt;
    line-height: 1;
    color: #666;
}
.inf-text:hover h6 {
    color: #115CA6;
}

.ind-news-rp .entry-img {
    float: left;
    height: 65px !important;
    width: 80px !important;
    margin: 0;
}
.ind-news-rp {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    border-bottom: 1px solid #FAFAFA;
}
.ind-news-rp .title,
.ind-news-rp .date {
    padding-left: 90px;
}
.ind-news-rp .date {
    color: #999;
    font-size: 9pt;
    padding-bottom: 2px;
}
.ind-news-rp .title {
    line-height: 1.1;
    font-size: 11pt;
}

.inf-stat-main {
    background: rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.inf-stat-main .entry-img {
    height: 200px;
    margin: 0;
}
.inf-stat-main .inf-descr {
    padding: 20px;
}
.inf-stat-main .inf-descr h6 {
    margin-bottom: 5px;
    padding: 0;
}
.inf-stat-main .inf-descr .date {
    display: block;
    font-size: 9pt;
    color: #999;
    margin-bottom: 20px;
    font-style: italic;
}
.inf-stat-main .eMessage {
    font-size: 11pt;
    line-height: 1.1;
}
.inf-stat-main .inf-descr .inf {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}
.inf-stat-main .inf-descr .inf li {
    float: left;
    margin-right: 10px;
    color: #333;
    font-weight: 400;
}
.inf-stat-main .inf-descr .inf li i {
    color: #ccc;
    margin-right: 5px;
}
.inf-stat-main .inf-descr .rd {
    float: right;
    color: #FFB800;
}
/*------ Informer style ------*/

/*------ Previous and next page style ------*/
.pager-nav {
    display: table;
    width: 100%;
    position: relative;
    background: #fbfbfb;
    margin-bottom: 60px;
    padding: 15px 0;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pager-nav #prev-news .img:before,
.pager-nav #next-news .img:after,
.pager-nav:before,
.pager-nav:after {
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 26px 100%;
    z-index: 9;
}
.pager-nav #prev-news .img:before {
    right: -5px;
    background-image: url('/images/angle-left.png');
    background-position: left;
}
.pager-nav:before {
    left: -24px;
    background-image: url('/images/out-angle-left.png');
    background-position: left;
}
.pager-nav #next-news .img:after {
    left: -5px;
    background-image: url('/images/angle-right.png');
    background-position: right;
}
.pager-nav:after {
    right: -24px;
    background-image: url('/images/out-angle-right.png');
    background-position: right;
}
.pager-nav a {
    font-size: 11pt;
    text-decoration: none;
    display: block;
    line-height: 1.1;
    z-index:2;
}
.pager-nav a:hover {
    color: #FFB800;
}
.pager-nav span {
    color: #999;
    font-size: 10pt;
    display: block;
    line-height: 1;
    padding-bottom: 5px;
}
.pager-nav #prev-news span,
.pager-nav #prev-news a {
    padding-left: 30%;
}
.pager-nav #next-news span,
.pager-nav #next-news a {
    padding-right: 30%;
}
.pager-nav .img {
    width: 15%;
    height: 100%;
    top:0;
    z-index: 1;
}
.pager-nav .img:hover {
    opacity:0.8;
}
.pager-nav #next-news,
.pager-nav #prev-news {
    width: 45%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pager-nav #prev-news,
.pager-nav #prev-news .img {
    float: left;
    left: -24px;
    margin-right: 15px;
}
.pager-nav #next-news,
.pager-nav #next-news .img {
    text-align: right;
    float: right;
    left: auto;
    right: -24px;
    margin-left: 15px;
}

@media screen and (max-width: 599px) {
    .pager-nav {
        padding: 15px;
    }
    .pager-nav .img {
        display: none;
    }
    .pager-nav span,
    .pager-nav a {
        padding: 0 !important;
    }
    .pager-nav #next-news,
    .pager-nav #prev-news {
	width: 100%;
    }
    .pager-nav #next-news {
	text-align: left;
	margin-top: 10px;
    }
}
/*------ Previous and next page style ------*/

/*------ FAQ module style ------*/
.fastLinks {
    margin-bottom: 30px;
}
.fastLinksHr {
    display: none;
}
.fastLink .qNum {
    display: none;
}
.fastLink {
    position: relative;
    margin: 2px 0;
}
.fastLink a {
    background: rgba(0,0,0,.05);
    display: block;
    color: #666;
    padding:10px 15px;
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.fastLink a:hover {
    background:#FFB800;
    color: #fff;
}
.faq-info {
    color:#888;
    font-size:10pt;
}
.faq-info a {
    color:#777;
    text-decoration:none;
    font-weight:bold;
}
.faq-entry {
    margin-bottom: 30px;
}
.faq-entry .eInfo,
.faq-entry .eAnswer {
    padding-left: 15px;
    border-left: 2px solid #FFB800;
}
.faq-entry .eInfo {
    padding-top: 5px;
}
.faq-entry .eAnswer p {
    padding-bottom: 5px;
    margin: 0;
}
.faq-entry .eInfo a,
.faq-entry .eInfo {
    font-weight: 300;
    color: #ccc;
}
.faq-entry:hover .eInfo a {
    color: #FFB800;
}
/*------ FAQ module style ------*/


@media only screen and (max-width: 1024px) {
    .uRelatedEntry {
	width: 33.3333%;
    }
}

@media only screen and (max-width: 800px) {
    .mid-line i {
	display: none;
    }
    #full-search input[type="text"] {
	font-size: 35pt !important;
	height: 90px;
	padding-right: 90px;
    }
    #full-search .searchSbmFl {
	width: 90px;
	height: 90px;
    }
    #fws-close {
	top: 25px;
	right: 25px;
    }
}

@media screen and (min-width: 200px) and (max-width: 599px) {
    .uRelatedEntry,
    .grid-gallery li {
	width: 50%;
    }
    .mid-line .line-btn,
    .mid-line .inf {
	float: none;
    }
    .mid-line .inf {
	width: 100% !important;
    }
    .mid-line .line-btn {
	padding: 10px 12px;
	margin: 10px 0 0 0
    }
    #full-search input[type="text"] {
	font-size: 22pt !important;
	height: 60px;
	padding-right: 60px;
    }
#full-search .searchSbmFl {
    width: 60px;
    height: 60px;
}
#fws-close {
    font-size: 24px;
    top: 25px;
    right: 25px;
}
}

@media screen and (max-width: 380px) {
    .uRelatedEntry,
    .grid-gallery li {
	width: 100%;
    }
}