.page {
    float: left;
    width: 100%;
}
.news-item {
    margin:0 0 15px 0;
}

.news-item span.date {
    font-size:90%;
}

.news-item-comment form {
    margin:20px 0px 0px;
    display:block;
    clear:both;
}

.news-item-comment .prev {
    float:left;
    margin:4px 12px 5px 0;
}

.news-item .date,
.menu-categories .date,
.news-item-content .date{
    color:#999999;
    font-size:11px;
}

.clearing {
    clear:both;
    font-size:1px;
    height:1px;
    line-height:1px;
}

.news-item-content .comment-item {
    margin:10px 0 0 0;
}

.news-item-content .comment-item .username {
    font-size:12px;
    margin:0px;
    color:#1E7EC8;
    display:inline;
}

.block.news-categories {
    border: 1px solid #C4C1BC;
    margin: 0 0 15px;
}

.block.news-categories .block-title {
    background: url("../images/bkg_block-title.gif") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #DDDDDD;
    padding: 2px 9px;
}

.block.news-categories .menu-categories {
    margin:0px;
    padding: 5px 9px;
}

.block.news-categories .menu-categories h5, .menu-categories ul li{
    font-size:11px;
    margin:0px;
}

.block.news-categories .block-title strong {
    color: #E26703;
    display: block;
    font: bold 12px/16px Arial,Helvetica,sans-serif;
    min-height: 16px;
    padding: 1px 0;
    text-transform: uppercase;
}

.news {
    text-align:justify;
    float: left;
    width: 100%;
    }

.news-item-content h4 {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 0px 14px 0px;
    margin: 0px 0px 15px 0px;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    font-weight: normal;
    text-decoration: none;
    font-family: 'BebasNeue', Arial, sans-serif;
    border-bottom: 1px solid #e0e0e0;
}

.news-item-content small {
    font-size:10px;
}

.news-item .news_image {
    float: left;
    width: 418px;
    height: 200px;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
}
.news-item .news_image img {
	float: left;
	width: 418px;
	height: auto;
    padding: 0px;
    margin: 0px;
}
.news-item .description {
    text-align:justify;
}
.news-item .comment {
    float:right;
    font-size:11px;
    padding-top:5px;
    }
.news-item-content .social {
    padding-top:10px;
    height:35px;
    }
.news-item-content .social .google_button {
    float:left;
    width:80px;
    overflow:hidden;
    }
.news-item-content .social .fb-like {
    float:left;
    }

.news-item-comment {
    float: left;
    width: 100%;
    clear:both;
    padding-bottom:20px;
    }
.news-item-comment p.required {
    text-align:left;
    }
.news .loadfile {
    text-align:right;
    }
.news .loadfile a {
    background: url(images/i_attached.gif) 0px 0px no-repeat;
    padding:1px 0 0 20px;
    }
#postComment label {
      float: left;
      width: 100%;
      height: auto;
      padding: 0px;
      margin: 0px 0px 5px 0px;
      font-size: 13px;
      line-height: 15px;
      color: #888;
      font-weight: normal;
      text-decoration: none;
    }
#postComment .input-box {
    padding-bottom:9px;
    }
#postComment input[type="text"] {
    float: left;
    width: 220px;
    height: 41px;
    padding: 0px 8px 0px 8px;
    margin: 3px 0px 15px 0px;
    font-size: 13px;
    color: #444;
    font-weight: normal;
    text-decoration: none;
    font-family: 'PT Sans', Arial, sans-serif;
    background: #fff;
    border: 1px solid #919191;
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#postComment input[type="text"]:hover {
    border: 1px solid #94a023;
    color: #222;
}
#postComment input[type="text"]:focus {
    background: #f1f1f1;
    border: 1px solid #94a023;
    color: #000;
}
#postComment textarea {
    float: left;
    width: 220px;
    height: 200px;
    padding: 0px 8px 0px 8px;
    margin: 3px 0px 15px 0px;
    font-size: 13px;
    color: #444;
    font-weight: normal;
    text-decoration: none;
    font-family: 'PT Sans', Arial, sans-serif;
    background: #fff;
    border: 1px solid #919191;
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#postComment textarea:hover {
    border: 1px solid #94a023;
    color: #222;
}
#postComment textarea:focus {
    background: #f1f1f1;
    border: 1px solid #94a023;
    color: #000;
}
label .required {
    color:red;
    }
#postComment .validation-advice {
    float: left;
    width: 100%;
    margin: -10px 0px 12px 0px;
      font-size: 13px;
    line-height: 15px;
    color: #e31616;
    font-weight: normal;
    text-decoration: none;
}
#postComment .button-set {
    float: left;
    width: 100%;
    }

    #postComment .button-set .button {
        float: left;
        width: auto;
        min-width: 238px;
        height: 43px;
        line-height: 43px;
        padding: 0px 10px 0px 10px;
        margin: 0px 0px 0px 0px;
        background: #bdcb36;
        font-size: 20px;
        color: #333;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        font-family: 'BebasNeue', Arial, sans-serif;
        outline: none;
        cursor: pointer;
        border: none;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    #postComment .button-set .button:hover {
        background: #cedf2d;
    }
#comment_block .comment-item div {
    padding-left:10px;
    }

/*-- pager --*/
.news-item-comment .pager {
    background:none;
    margin-top:20px;
    padding-top:10px;
    text-align:left;
    }
.news-item-comment .pager span {
    cursor:pointer;
    border:1px solid #dadfe0;
    float:left;
    height:19px;
    width:20px;
    text-align:center;
    margin-right:6px;
    line-height:19px;
    }
.news-item-comment .pager span.current {
    cursor:default;
    background:#c6c6c6;
    }
.news-item-comment .pager span:hover {
    background:#c6c6c6;
    }
.news-item-comment .pager #prev,
.news-item-comment .pager #next {
    border:none !important;
    background:none !important;
    padding:0px !important;
    margin:0px !important;
    width:auto !important;
    }
.news-item-comment .pager .prev,
.news-item-comment .pager .next {
    width:auto;
    padding:0 5px;
    margin-top:0px;
    }
/*-- /pager --*/
.print-btn {
    float:right;
    background: url(images/i_print.gif) 0px 0px no-repeat;
    padding-left:20px;
    }
#clloader {
    position:absolute;
    margin-left:333px
    }
/*
.tags {
    background: url(images/i-tags.gif) 0px 1px no-repeat;
    padding-left:20px;
    }
*/
.news-item-grid {
    clear:none !important; padding:0px !important; margin:13px 13px 0 0 !important;
    float:left; width:210px; height:118px; position:relative; background:#f2f2f2; border:1px solid #e9eaea;
}
.news-item-grid  a {color:#000; text-decoration:none; display:block; width:100%; height:118px;}
.news_image_grid {margin:0px !important;}
.news_text_grid {margin:0px !important; padding:5px;}
.news-item-grid img {float:left;}
.underlayer_grid {position:absolute; bottom:0px; width:200px; padding:4px 3px 3px 7px; background:rgba(204,204,204,0.6); line-height:16px; min-height:33px;}
.underlayer_grid h5 {margin:0px; display:inline;}
.underlayer_grid h5,
.underlayer_grid .date {color:#000;}
.news-item-grid:hover .underlayer_grid {background:rgba(204,204,204,0.8);}

.view-mode {margin:10px 0 0 0;}
.clcopyright {display: none; }

.news-item .newsTitle {
    float: left;
    width: 100%;
    height: 54px;
    overflow: hidden;
    padding: 0px;
    margin: 5px 0px 5px 0px;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Exo 2', 'Open Sans', Arial, sans-serif;
}
.news-item.noImg .newsTitle {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-size: 24px;
    line-height: 27px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Exo 2', 'Open Sans', Arial, sans-serif;
}

.news-item {
    float: left;
    width: 418px;
    height: auto;
    min-height: 296px;
    border: 1px solid #e0e0e0;
    padding: 30px 30px 20px 30px;
    margin: 0px 20px 20px 0px;
    overflow: hidden;
    position: relative;
    background: #272727 url(../../images/dotPatern2.png);
}
.news-item:nth-child(2n+1) { }


.newsLinkIMG {
    float: left;
    width: 450px;
    height: auto;
    padding: 0px;
    margin: 0px 20px 20px 0px;
}
.newsLinkIMG img {
    float: left;
    width: 450px;
    height: auto;
    padding: 0px;
    margin: 0px;
}
.news-item .description {
    float: right;
    width: 228px;
    height: 87px;
    overflow: hidden;
    background: rgba(255,255,255,0.2);
    margin: 20px 0px 0px 0px;
    padding: 10px;
    display: none;
}
.news-item.noImg .description {
	float: left;
	width: 398px;
    margin: 5px 0px 0px 0px;
}
.news-item .description p {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 7px 0px;
    font-size: 13px;
    overflow: hidden;
    line-height: 18px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
.news-item .more {
    float: left;
    width: auto;
    min-width: 89px;
    height: 34px;
    line-height: 34px;
    padding: 0px 10px 0px 10px;
    margin: 8px 0px 0px 0px;
    background: #0b85e4;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    outline: none;
    font-family: 'Exo 2', 'Open Sans', Arial, sans-serif;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.news-item .more:hover { background: #0a75c8; }

.news p {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 7px 0px;
    font-size: 13px;
    overflow: hidden;
    line-height: 18px;
    color: #333;
    font-weight: normal;
    text-decoration: none;
}
.news-item .description .more {
    float: right;
    width: auto;
    min-width: 89px;
    height: 34px;
    line-height: 34px;
    padding: 0px 10px 0px 10px;
    margin: 3px 0px 0px 0px;
    background: #bdcb36;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: 'BebasNeue', Arial, sans-serif;
    outline: none;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.news-item .description .more:hover {
    background: #cedf2d;
}
.news-item-content .back {
    float: left;
    width: auto;
    height: 41px;
    line-height: 41px;
    padding: 0px 20px 0px 20px;
    margin: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Exo 2', 'Open Sans', Arial, sans-serif;
    background: #0b85e4;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.news-item-content .back:hover {
    background: #0a75c8;
}
.news-item-content {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
}
.news-item-content .date {
    margin-bottom: 20px;
    margin-top: 10px;
    float: left;
    width: 100%;
    color: #0b85e4;
}
#main .mainContent .news-item-content h1 {
    margin-bottom: 0px;
}
.news-item .dateHolder {
	float: left;
	width: 0px;
	height: 17px;
	position: absolute;
	right: -5px;
	top: 10px;
	overflow: hidden;
	background: #0b85e4;
	padding: 2px 5px 2px 5px;
	z-index: 30;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.news-item:hover .dateHolder {
	width: 80px;
}
.news-item .dateHolder .date {
	color: #fff;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
}




.clnews-index-index .pager {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 10px 0px 10px 0px;
}
.clnews-index-index .pager .page {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}
.clnews-index-index .pager .page a {
    float: left;
    width: 29px;
    height: 29px;
    line-height: 29px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: #9f9e9e;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.clnews-index-index .pager .page a:hover { color: #0b85e4; }
.clnews-index-index .pager .page a.selected { color: #272727; font-weight: 700; background: url(../../images/pagingSelected.png) no-repeat left top; }

.clnews-index-index .pager .page a.prev { background: url(../../images/pagingPrevNext.png) no-repeat left top; font-size: 1px; }
.clnews-index-index .pager .page a.prev:hover { background-position: left bottom; }

.clnews-index-index .pager .page a.next { width: 28px; background: url(../../images/pagingPrevNext.png) no-repeat right top; font-size: 1px; }
.clnews-index-index .pager .page a.next:hover { background-position: right bottom; }

.clnews-index-index .pager .page span {
    float: left;
    width: 29px;
    height: 29px;
    line-height: 29px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: #0b85e4;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}