/*********************************************************
GENERAL STYLE
**********************************************************/

body {
    font-family: 'Noto Sans', sans-serif !important;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 100%;
    height: 100%;
    background: #e4e4e4;
    overflow-x:hidden; 
}

a,a:active,a:visited {
    text-decoration: none;
    cursor: pointer;
    color:#ccc;
    display: inline-block;
}

a:hover {
    color: #000 !important;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    color:#1a1a1a
}
h1,.h1 {
    font-size: 36px; 
}

h2,.h2 {
    font-size: 30px;
    font-weight: 400;
}

h3,.h3 {
    font-size: 24px;
    font-weight: 400;
}

h4,.h4 {
    font-size: 18px;
    font-weight: 400;
}

h5,.h5 {
    font-size: 14px;
}

h6,.h6 {
    font-size: 12px;
}

.fl {
    float: left;
    display: inline-block;
    vertical-align: top;
}

.fr {
    float: right;
    display: inline-block;
    vertical-align: top;
}

.bold {
    font-weight: 600;
    color: #fff;
}

.container {
    width: 1520px;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    display: block;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	
}
.row{
    width:100%;
}

/********************************************************************
HEADER STYLE
********************************************************************/

header{
    background: #eee;
}

h1.logo{
    display: inline-block;
    padding: 10px;
    height: 40px;
}
h1.logo img{
    display: block;
}

ul.mainMenu{
    float:right;
    margin-top:5px;
}
ul.mainMenu li{
    float:left;
    display:block;
    position:relative;
}
ul.mainMenu li > a {
    display:block;
    width:45px;
    height:55px;
}
li.choice > a {
    background: url("style-images/setings.png") no-repeat center center;
}

li.choice > a:hover, li.choice > a.active{
    background:#e08201 url("style-images/setingsHover.png") no-repeat center center;
}
li.siteSection > a {
    background: url("style-images/siteSection.png") no-repeat center center;
}

li.siteSection > a:hover, li.siteSection > a.active{
    background:#e08201 url("style-images/siteSectionHover.png") no-repeat center center;
}
li.searchSite > a {
    background: url("style-images/search.png") no-repeat center center;
}

li.searchSite > a:hover, li.searchSite > a.active{
    background: #e08201 url("style-images/searchHover.png") no-repeat center center;
}

/*********************************************************
HEADER --- SETINGS NEWS VIEW STYLE
**********************************************************/
.setings {
    width:320px;
    padding:10px 20px;
    border-top:3px solid #e08201;
    background: #fff;
    position:absolute;
    right:-90px;
    z-index: 10;
    height:auto;
    display:none;
    color:#666;
    font-size: 15px; 
    font-weight: 400;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
}


.setings h4{
    color:#000;
    font-weight: 400;
    margin:10px 0px;
}
.setings section{
    margin-bottom: 20px;
}
.setings section p{
    margin-bottom:10px;
}
.setings section label{
    display: inline-block;
    float: left;
    width: 50%;
    line-height: 19px;
    font-size: 15px;
    margin:5px 0;
    height: 19px;
    padding-left:10px;
}

/* checkbox */
.setings section label input[type=checkbox]:not(old)
{
    width: 19px;
    margin: 0;
    padding: 0;
    opacity: 0;
    display: none;
    height: 19px;
}
.setings section label input[type=checkbox]:not(old) + span
{
    width: 19px;
    height: 19px;
    display : inline-block;
    background : #eee;
    float: left;
    margin-right: 15px;
    
/*
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
*/
}

.setings section label input[type=checkbox]:not(old):checked + span{
    background: #eee url(style-images/checkboxsolid.png) no-repeat center ;
}

.setings textarea{
    display:inline-block;
    background: #eee;
    padding:15px;
    border:none;
    resize:none;
    min-height: 105px;
    margin-top:15px;
    color:#666;
    font-size:15px;
}

/*********************************************************
HEADER --- SUBMENU STYLE
**********************************************************/

ul.subMenu{
    display:none;
    position:absolute;
    z-index: 10;
    width:320px;
    height:auto;
    right:-45px;
}


ul.subMenu li{
    display:inline-block;
    box-sizing:border-box;
    width: 50%;
    float: left;
    
        
}
ul.subMenu li a{
    background: #e08201;
    display: block;
    padding:10px;
    font-size:15px;
    line-height: 30px;
    border-bottom:1px solid rgba(0, 0, 0 ,0.2);
    color:#fff;
    
}
ul.subMenu li:first-child{
    border-right:1px solid #fff;
}

ul.subMenu li:first-child a{
    background: #909090;
}
/*********************************************************
HEADER --- SEARCH STYLE
**********************************************************/

.searchSite form{
    position:absolute;
    z-index: 10;
    right:0px;
    width: 320px;
    border:5px solid #e08201;
    outline: none;
    display: none;
}

.searchSite form input{
    width: 100%;
    border:none;
    background: #fff;
    height:40px;
    padding: 0px 15px 0px 10px;
    color:#666;
    outline: none;
    box-shadow: none;
    font-size: 15px;
}
.hasPlaceholder{
    font-size:15px !important;
    color:rgba(102,102,102,0.7) !important;

}



/*********************************************************
MAIN CONTENT STYLE
**********************************************************/

main{
    padding:20px 0px 20px 20px;
    background:#fff;
    display: inline-block;
    position:relative;
}

/*********************************************************
MAIN CONTENT  ---  ARTICLE STYLE
**********************************************************/

article.news{
    float: left;
    margin-bottom: 35px;
    padding-bottom:15px;
    width:350px;
    margin-right: 25px;
    display:inline-block;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    background: #fff;
}

article.news [data-news-gui-state="hide"]{
	display: none;
}


p.newsText{
    font-size:15px;
    color:#666;
}


.responsive-img{
    width: 100% !important;
    max-width:100% !important;
    height: auto;
}
article.news h3 {
    margin-bottom: 10px;
    line-height:1.1em;
}
article.news p.breadcrumbs {
    margin-top: 10px;
    width: 40%;
}
article.news p.commentShare{
    margin-top: 10px;
    width: 40%;
}
article.news p.readMore {
    margin-top: 10px;
    width: 20%;
}
p.breadcrumbs, article.news p.readMore, article.news p a, article.news p.commentShare{
    display: inline-block;
    float: left;
    height:15px;
    line-height: 15px;
 
}
p.breadcrumbs{
    padding-left:10px;
}
p.breadcrumbs a{
    font-size:12px;
    color:#bbb;
    padding-right: 10px;
    background: url(style-images/breadcrumbs.png) no-repeat right center;
}
p.breadcrumbs a:last-of-type{
    padding-right: 0px;
    background: none;
}
article.news p.readMore a{
    padding-right:10px;
    float: right;
}
article.news p.readMore a{
    
    font-size: 12px;
    text-transform: uppercase;
    color: #e78d00;
}
article.news p.readMore a:hover{
    text-decoration: underline;
    color: #e78d00 !important;
}
article.news p.commentShare{
    padding-left: 10px;
}

article.news p.commentShare a{
    padding-left:20px;
    margin-right:7px;
}
article.news p.commentShare a.comment{
   background: url(style-images/comment.png) no-repeat left center;
}
article.news p.commentShare a.share{
    background: url(style-images/share.png) no-repeat left center;
}

#news-popup {
	display: none;
}
#news-template {
	display: none;
}

/*********************************************************
POPUP
**********************************************************/
.popup{
    position:fixed;
    _position:absolute;
    z-index:100;
    background: url(style-images/popup.png) repeat 0 0;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    
}
.popupBack{
    width:60px;
    height:100px;
    background: url(style-images/backArrow.png) no-repeat center center;
    position:absolute;
    z-index:100;
    top:50%;
    margin-top:-50px;
    left:20%;
    margin-left:-60px;
    display:block;
}

.popup .container{
    height:100%;
    margin:0 auto;
    position:relative;
    
}

.popupContentInner{
    width: 80%;
    height:100%;
    overflow-y: scroll;
    background:#fff;
    float: right;
    position:relative;
    padding:70px;
}
.popupContentInner img.mainNewsImage, .popupContentInner .mainNewsTitle,  
.popupContentInner .mainNewscontent p{
    display:block;
}


.popupContentInner .mainNewsImage{
    margin:0 auto 15px;
    max-width:100% !important;
}
.popupContentInner .mainNewsContent p{
    text-align: justify;
    margin-top:20px;
    padding-left: 0px;
    width: 100%;
}
.popupContentInner p.breadcrumbs a{
    display: inline-block;
    
}
.popupContentInner .mainNewsContent p:last-child{
margin-bottom: 70px;
}

#news-pagination {
	box-sizing: border-box;
	padding-right: 20px;
}
#news-pagination .previous-page, #news-pagination .next-page {
	color: #e78d00;
	font-weight: bold;
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
	padding: 10px;
	font-size: 3em;
	cursor: pointer;
}

#news-pagination .previous-page:hover, #news-pagination .next-page:hover {
	background-color: rgba(128, 128, 128, 0.1);
}

#news-pagination .previous-page {
	border-right: 1px solid lightgray;
}

#news-pagination .next-page {
	text-align: right;
}

.settings-submit-btn {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	border: 1px solid #aaa;
	background-color: #e78d00;
	display:  inline-block;
	color:  white;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 160px;
	cursor: pointer;
}

.settings-submit-btn:hover {
	background-color: #ff8800;
}