/**************************************************************************************/
/*WIDGETS*/
/**************************************************************************************/
.widget{
	display: block;
}
.widget-wrapper{}
.widget-header{
	display: block;
	height: 44px;
        padding: 0;
        background: url(../imgs/bullet-title.png) top left no-repeat;
}
.widget-header h1,
.widget-header h1 a{
        font-size: 15px;
	line-height: 31px;
	color:#fff;
	font-family: "FontText2", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
        background-color: #004a83;
        height: 31px;
        display: inline-block;
        padding-right: 10px;
}
.widget-header-wrapper{}
.widget-header .widget-title h1,
.widget-header .widget-title h1 a{
	font-size: 18px;
	line-height: 31px;
	color:#fff;
	font-family: "FontMenu", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 25px;
        background-color: #004a83;
        height: 31px;
}

.widget-header .widget-title h1 span:last-child,
.widget-header .widget-title h1 a span:last-child{
	color:#af0116;
}

.widget-header .widget-title h1 .word1,
.widget-header .widget-title h1 a .word1{
	color:#000 !important;
}


.widget-content{}
.widget-content-wrapper{
        font-size: 14px;
	color: #000000;
        font-family: "FontText2", Arial, Helvetica, sans-serif;
}
.widget-line-list,
.widget-line-list a{
	font-size: 17px;
	color: #3c3c3c;
}
.widget-line-list li{
	display: block;
	margin: 0 0 12px 0;
}
.widget-line-list li a {}


/**************************************************************************************/
/*WIDGETS FULL*/
/**************************************************************************************/
.widget-full{
	display: block;
	border: none;
	background-color: #FFF;
}

/**************************************************************************************/
/*WIDGETS GROUP*/
/**************************************************************************************/
.widget-group{
	display: block;
}

/**************************************************************************************/
/*WIDGETS LIST*/
/**************************************************************************************/
.widget-list{
	display: block;
}
.widget-list-w-article-preview .first-child .article-content-group{
	position: relative;
	height: 202px;
	overflow: hidden;
	margin: 0 0 6px 0;
}
.widget-list-w-article-preview .first-child .main-image{
	position: absolute;
	top: 0;
	left: 0;
}
.widget-list-w-article-preview .first-child .article-content{
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: visible;
	padding:  14px 17px;
	width: 310px;
	background-color: rgba(34, 39, 45, 0.8);

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.widget-list-w-article-preview .first-child .date,
.widget-list-w-article-preview .first-child .date a,
.widget-list-w-article-preview .first-child .title h1,
.widget-list-w-article-preview .first-child .title h1 a {
	color: #fff;
}

/*HORIZONTAL*/
.Horizontal .widget-list-w-article-preview .first-child{
	float: left!important;
	width: 310px!important;
}
.Horizontal .widget-list-w-article-preview .inner-child,
.Horizontal .widget-list-w-article-preview .link-more{
	float: right;
	width: 310px;
}
.Horizontal .widget-list-w-article-preview .article-inside-list{
	margin: 0 0 6px 0;
    padding: 0 0 6px 0;
	border: none;
}
.Horizontal .widget-list-w-article-preview .link-more,
.Horizontal .widget-list-w-article-preview .link-more a{
	font-family: 'Fakt-Bold', Verdana, Geneva, sans-serif;
    font-size:12px;
    color: #22272d;
    text-decoration: none;
    text-transform: uppercase;
}

/**************************************************************************************/
/*ARTICLES INSIDE A GROUP*/
/**************************************************************************************/
 .Horizontal .article-inside-group{
	margin: 0 13px 0 0;
        border-bottom: 1px dotted #9b9b9b;
}

.Horizontal .greenbkg .article-inside-group{
	background-color: #017d87;
}
.Horizontal .first-child .article-inside-group{}
.Horizontal .last-child .article-inside-group{}
.Horizontal .last-child-row .article-inside-group{
	/*margin: 0;*/
}
.Horizontal .greenbkg .article-inside-group .article-content {
	padding-left: 12px;
	padding-top: 10px;
}
/**************************************************************************************/
/*ARTICLES INSIDE A LIST*/
/**************************************************************************************/

.article-inside-list{
}
.last-child .article-inside-list{
	border: none;
}
.article-inside-list .Liquid-Normal-Left{
	margin: 0 12px 0 0;
}

.article-inside-list .article-content{
	float: left;
        overflow: hidden;
        padding-top: 5px;
        width: 100%;
}
#cA .Horizontal .w-articles-list .child-inside-list,
#cA .Horizontal .w-articles-list-from-section .child-inside-list{
    width: 19%;
    float: left;
    padding-left: 1%;
}
#cA .Right .w-articles-list .child-inside-list,
#cA .Right .w-articles-list-from-section .child-inside-list{
    width: 22%;
    float: left;
    padding: 0 2%;
}
#cA .Right .w-articles-list .child-inside-list.first-child,
#cA .Right .w-articles-list-from-section .child-inside-list.first-child{
    padding: 0 2% 0 0; 
}
#cA .Right .w-articles-list .child-inside-list.last-child,
#cA .Right .w-articles-list-from-section .child-inside-list.last-child{
    padding: 0 0 0 2%;
}
#cA .Right .w-articles-list .article-inside-list .Liquid-Normal-Left,
#cA .Right .w-articles-list-from-section .article-inside-list .Liquid-Normal-Left{
    margin: 0 !important;
    width: 100%;
    float: none;
}
#cA .Right .w-articles-list .article-inside-list .Liquid-Normal-Left img,
#cA .Right .w-articles-list-from-section .article-inside-list .Liquid-Normal-Left img{
/*    width: 100%;*/
}
#cA .Right .w-articles-list .child-inside-list .title h1,
#cA .Right .w-articles-list-from-section .child-inside-list .title h1{
    height: 63px;
}
#cA .Right .w-articles-list .child-inside-list .title h1 a,
#cA .Right .w-articles-list-from-section .child-inside-list .title h1 a{
    font-size: 16px;
}

/**************************************************************************************/
/*WIDGET RELATED*/
/**************************************************************************************/
/**************************************************************************************/
/*WIDGET ALSO IN THIS SECTION*/
/**************************************************************************************/
/**************************************************************************************/
/*WIDGET ALSO FROM AUTHOR*/
/**************************************************************************************/
/**************************************************************************************/
/*WIDGET RELATED AAN*/
/**************************************************************************************/
.also-from-author,
.also-in-section,
.articles-related-by-tag,
.articles-aan-by-tag,
.articles-read-about-this{
	display: block;
	margin: 0 0 25px 95px;
        width: 490px;
        float: left;
}
.articles-aan-by-tag li {
	margin-bottom: 10px;
}
.articles-aan-by-tag li h4{
	font-size: 12px;
	font-weight: bold;
}
.articles-aan-by-tag li h5{
	font-size: 12px;
}
.articles-aan-by-tag li .byline{
	font-size: 11px;
	color: grey;
}
.articles-aan-by-tag li .byline a{
	font-weight: bold;
}

/**************************************************************************************/
/*WIDGET USER ACTIONS*/
/**************************************************************************************/
.widget-user-actions{
	display: block;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #9c9c9c;
        width: 490px;
        float: left;
        margin-left: 95px;
}
.widget-user-actions-wrapper{}
.widget-user-actions-header{
	margin: 12px 0;
}
.widget-user-actions-header,
.widget-user-actions-header .widget-user-actions-title{
	font-family: 'OswaldRegular',Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-weight:normal;
	line-height:21px;
}
.widget-user-actions-header .widget-user-actions-title h3{
	font-family: 'OswaldRegular',Arial,Helvetica,sans-serif;
	font-size:18px;
	display: block;
	clear: both;

}
.widget-user-actions-description{
	display: block;
	clear: both;
	font-size: 15px;
	font-style: italic;
	color: #999;
}
.widget-user-actions-header-separator{
	display: none;
}


/**************************************************************************************/
/*WIDGET COMMENTS*/
/**************************************************************************************/
.comments-box {
}

/**************************************************************************************/
/*WIDGET RATING*/
/**************************************************************************************/
.rating-box .widget-user-actions-header,
.rating-box .widget-user-actions-content{
	width:200px;
	display: inline-block;
}
.rating-box .widget-user-actions-content .star-rating-container{
	margin: 4px 0 0 0px;
}

.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(../imgs/star_rating.gif) top left repeat-x;
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li.sel a{
	background: url(../imgs/star_rating.gif) left center;
	z-index: 2;
	left: 0px;
}
.star-rating li a:hover{
	background: url(../imgs/star_rating.gif) left center;
	z-index: 2;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars{
	left:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars{
	left: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.four-stars{
	left: 60px;
}
.star-rating a.four-stars:hover{
	width: 80px;
}
.star-rating a.five-stars{
	left: 80px;
}
.star-rating a.five-stars:hover{
	width: 100px;
}
.star-rating li.current-rating{
	background: url(../imgs/star_rating.gif) left bottom;
	list-style:none;
	position: relative;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}

/**************************************************************************************/
/*WIDGET RATING*/
/**************************************************************************************/
.o-comments-box {}
.o-comments-box .Comments .Comm .comment,
.o-comments-box .Comments .Comm .reply {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #A1A1A1;
}

.o-comments-box .Comments .Comm .reply {
	margin: 10px 0px 0px 40px;
}

.o-comments-box .Tools {
	text-align: right;
	font-size: 12px;
	color: #A1A1A1;
}

.o-comments-box .User,
.o-comments-box .Globe {
	display: inline-block;
}

.o-comments-box .Globe {
	vertical-align: top;
	text-align: justify;
	font-size: 13px;
}

.o-comments-box .User {
	font-size: 12px;
	vertical-align: top;
	padding-top: 6px;
}

.o-comments-box .User img {
	display: block;
	clear: both;
    height: 50px;
    width: 50px;
}

.o-comments-box .Comments .Comm .comment .User {
	width: 110px;
}

.o-comments-box .Comments .Comm .comment .Globe {
	width: 490px;
}

.o-comments-box .Comments .Comm .reply .User {
	width: 110px;
}

.o-comments-box .Comments .Comm .reply .Globe {
	width: 450px;
}

/**************************************************************************************/
/*BOXES*/
/**************************************************************************************/
.box{}
.box-wrapper{}
.box-header{
	display: block;
	padding: 5px;
	background: #dfe1de;
}
.box-header,
.box-header .box-title,
.box-header .box-title h3{
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    color: #000000;

    text-shadow: 1px 2px 1px #FFFFFF;
    border: #dfe1de 3px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
     border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.box-header-wrapper{}
.box-title{}
.box-title h3{}
.box-content{
	padding: 3px;

        margin-top: 1px;
        background: #dfe1de;
	border: #dfe1de 3px solid;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
         border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
.box-content-wrapper{}
.box-subheader{}
.box-subheader-wrapper{}
.box-subtitle{}
.box-subtitle h4{
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
        color:#098588;
}
.box-subcontent{}
.box-subcontent-wrapper{}



/**************************************************************************************/
/*WIDGET SLIDER*/
/**************************************************************************************/

.w-flex-slider .widget-wrapper {
	position: relative;
}

.widget-scroller{
	overflow: hidden;
	z-index: 1;
	position: static;
	margin: 0;
	padding: 0;
}
.widget-scroller .widget-scroller-wrapper{
	width: 10000px;
}
.widget-scroller .widget-section{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	overflow:hidden;
	float:left;
	margin: 0;
	padding: 0;
}
#cA .Left .article-inside-group-full .main-image .main-image-link img{ width:  100%;}
#cA .Left .widget-scroller .widget-section 			{ width: 310px; }
#cA .Right .widget-scroller .widget-section 		{ width: 310px;}
#cA .Horizontal .widget-scroller .widget-section 	{ width: 650px; }

#cB .Left .widget-scroller .widget-section,
#cB .Right .widget-scroller .widget-section,
#cB .Horizontal .widget-scroller .widget-section 	{ width: 300px; }

.widget-scroller .Liquid-Wide{
	margin: 0;
}
.widget-scroller .article .article-content{
	padding: 20px 25px;
	background: #22272d;
	height: 170px;
	overflow: hidden;
}
.widget-scroller .article .date,
.widget-scroller .article .authors,
.widget-scroller .article .authors a,
.widget-scroller .article .title h1,
.widget-scroller .article .title h1 a{
	color: #fff;
}
.widget-scroller .article .title h1,
.widget-scroller .article .title h1 a{
	font-size: 40px;
	line-height: 40px;
}

.widget-controls {
	position: absolute;
    top: 0;
    right: 0;
    margin: 10px 10px 0 0;
}
.widget-controls a {
	margin-right: 5px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: rgba(255, 255, 255, 0.5);

    display: inline-block;
    font-family: 'Fakt-Light', Verdana, Geneva, sans-serif;
    font-size:20px;
    text-align: center;
    color: #22272d;
}

.widget-controls a:last-child { margin-right: 0px;}

.widget-controls a:hover,
.widget-controls a.active { text-decoration:none; background-color: #22272d; color: #fff;}

/**************************************************************************************/
/*WIDGET LIST SLIDER*/
/**************************************************************************************/
.themeA .widget-list-slider,
.themeA .widget-list-slider-tabs,
.themeA .widget-list-slider-outputs{
	position: relative;
}
.themeA .widget-list-slider-outputs{
	float: left;
	width: 285px;
	margin: 0 0 0 0;
}
.themeA .widget-list-slider-tabs{
	float: right;
	width: 155px;
	min-height: 285px;
}
.themeA .widget-list-slider .title{
	max-height: 90px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 1px;
}
.themeA .widget-list-slider .title h1 a{
    color: #8c8c8c;
    font-size: 16px;
    font-weight: normal;
    font-family:  "FontText1", Arial, sans-serif;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
}

.themeA .widget-list-slider .current .title h1 a{
	color: #000000;
}
.themeA .widget-list-slider .section-name,
.themeA .widget-list-slider .section-name a{
    color: #8D8D8D;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
}
.themeA .widget-list-slider .authors,
.themeA .widget-list-slider .authors a{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #000;
	font-style: italic;
}
.themeA .widget-list-slider-tabs .tab-child{
	padding: 2px 0 2px 0;
	border-bottom: 1px dotted #9c9c9c;
	height: 66px;
}
.themeA .widget-list-slider-tabs .first-child{
	border-top: 1px dotted #9c9c9c;
}
.themeA .widget-list-slider-tabs .tab-child .tab-child-wrapper{
	padding: 0 0 0 13px;
}
.themeA .widget-list-slider-tabs .tab-child .tab-child-content{
	padding: 0 5px;
	height: 66px;
}
.themeA .widget-list-slider-tabs .current .tab-child-wrapper,
.themeA .widget-list-slider-tabs .tab-child:hover .tab-child-wrapper{
	background:  url(../imgs/widget-list-slider-tab-bg.png) no-repeat 0 50%;
}
.themeA .widget-list-slider-tabs .current .tab-child-content,
.themeA .widget-list-slider-tabs .tab-child:hover .tab-child-content{
	background: url(../imgs/widget-list-slider-tab-bg.png) no-repeat -13px 50%;
}

.themeA .widget-list-slider-tabs .current .section-name,
.themeA .widget-list-slider-tabs .current .section-name a {
	
}
.themeA .widget-list-slider-tabs .current h1,
.themeA .widget-list-slider-tabs .current h1 a,
.themeA .widget-list-slider-tabs .current .authors,
.themeA .widget-list-slider-tabs .current .authors a,
.themeA .widget-list-slider-tabs .tab-child:hover .authors,
.themeA .widget-list-slider-tabs .tab-child:hover .authors a{
	
}

.themeA .widget-list-slider-outputs .output-child{
	position: absolute;
}
.themeA .widget-list-slider-outputs .output-child-image{
}
.themeA .widget-list-slider-outputs ul{
	width: 285px;
	height: 285px;
}
.themeA .widget-list-slider-outputs .output-child-image,
.themeA .widget-list-slider-outputs .output-child-image-wrapper{
	width: 285px;
	height: 285px;
}
.themeA .widget-list-slider-outputs .main-image{
	border: 1px solid #C7C5C6;
	padding: 6px;
}
.themeA .widget-list-slider-outputs .main-image img{
	width: 100%;
}

.themeB .bxslider{
    border: 1px #000 solid;
    margin-left: 20px;
    margin-top: -13px;
    position: relative;
}
.themeB .child-inside-list{
    padding:15px;
    display: inline-block;
}
.themeB .contentImg{
    width: 50%;
    float: left;
}
.themeB .contentImg img{
    width: 100%;
}
.themeB .contentText{
    float: left;
    padding-left: 2%;
    width: 48%;
}
.themeB .contentText .title h1,
.themeB .contentText .title h1 a{
    font-family: 'FontText1', Arial, sans-serif;
    font-size: 17px;
}
.themeB .bx-controls{
    margin: 5px 15px;
    border-top: 1px #000 solid;
    position: relative;
}
.themeB .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 1;
}
.themeB .bx-wrapper .bx-next {
    right: 10px;
    background: url(../imgs/controls-bxslider.png) no-repeat -43px -32px;
}
.themeB .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../imgs/controls-bxslider.png) no-repeat 0 -32px;
}
.themeB .bx-wrapper .bx-pager .bx-pager-item, 
.themeB .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.themeB .bx-wrapper .bx-pager.bx-default-pager a {
    background: #8c8c8c;
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    outline: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.themeB .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.themeB .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}
.themeB .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 8px;
}

.Horizontal .w-flex-list-slider.themeC{
    width: 1000px;
}
.themeC .bxslider{
    position: relative;
}
.themeC .child-inside-list{
    float: left;
    margin: 0 10%;
}
.themeC .contentImg{
}
.themeC .contentText{
    padding: 0 20px;
}
.themeC .contentText .title h1,
.themeC .contentText .title h1 a{
    font-family: 'FontText2', Arial, sans-serif;
    font-size: 15px;
    text-align: center;
}
.themeC .contentText .subtitle{ 
    border: 1px solid #ff6600;
    margin: 0 auto;
}
.themeC .contentText .subtitle h2{ 
    color: #ff6600;
    font-family: 'FontMenu', Arial, sans-serif;
    font-size: 13px;
    padding: 2px 10px;
    text-align: center;
}
.themeC .contentImg img{
    text-align: center;
    width: 100%;
}
.themeC .bx-wrapper .bx-pager.bx-default-pager{
    display: none;
}
.themeC .bxslider-wrapper .customNavigation a {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 1;
    cursor: pointer;
}
.themeC .bxslider-wrapper .customNavigation .btn.prev{
    right: 10px;
    background: url(../imgs/controls-bxslider.png) no-repeat -43px -32px;
}
.themeC .bxslider-wrapper .customNavigation .btn.next{
    left: 10px;
    background: url(../imgs/controls-bxslider.png) no-repeat 0 -32px;
}
.themeC .bxslider-wrapper{
    margin: 0 45px;
}
table#widgets-table .Horizontal .w-flex-list-slider.themeC{width: 100%}
table#widgets-table .w-flex-list-slider.themeC .bxslider-wrapper .inner-child{display: none; margin: 0;}
table#widgets-table .w-flex-list-slider.themeC .bxslider-wrapper .inner-child.first-child{display: block}
table#widgets-table .w-flex-list-slider.themeC .bxslider-wrapper .inner-child.last-child{display: block}

table#widgets-table .w-flex-list-slider.themeB .bxslider-wrapper .inner-child{display: none;}
table#widgets-table .w-flex-list-slider.themeB .bxslider-wrapper .inner-child.first-child{display: block}
/**************************************************************************************/
/*WIDGET NPAPER COVER*/
/**************************************************************************************/
.w-npaper-cover{
	padding: 10px;
	background: #a8d6dc;
	min-height: 195px;
}
.w-npaper-cover .widget-npaper-cover-cover{
	float: left;
}
.w-npaper-cover .widget-npaper-cover {
	position: relative;
}
.w-npaper-cover .widget-npaper-cover-cover,
.w-npaper-cover .widget-npaper-cover-cover img{
	display: block;
	width: 140px;
	z-index: 25;

	position: absolute;
	top: 0px;
	left: 0px;
}
.w-npaper-cover .widget-npaper-cover-text{
	float: right;
	width: 100px;
	height: 96px;
	padding: 20px;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;

	background: #d9f2ff;
	text-align: center;

	border-radius: 75px;

	position: absolute;
	top: 30px;
	left: 131px;

	z-index: 20;
}
.w-npaper-cover .widget-npaper-cover-text small{
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #949494;
}



/**************************************************************************************/
/*WIDGET ARTICLES MOSAIC*/
/**************************************************************************************/
.widget-articles-mosaic {
	padding:0px;
}

.widget-articles-mosaic .widget-articles-mosaic-item {
	background:#FFFFFF;
	border:0px;
	position:relative;
	text-align:left;
	width:137px;
	height:137px;
	float: left;
}

#cA .Left .widget-articles-mosaic .widget-articles-mosaic-item,
#cA .Right .widget-articles-mosaic .widget-articles-mosaic-item,
#cB .widget-articles-mosaic .widget-articles-mosaic-item {
	margin: 0 3% 2% 0;
}

#cA .Horizontal .widget-articles-mosaic .widget-articles-mosaic-item {
	margin: 0 19px 19px 0;
}


/*#cA .Left .widget-articles-mosaic .widget-articles-mosaic-item:nth-child(2n),
#cA .Right .widget-articles-mosaic .widget-articles-mosaic-item:nth-child(2n),
#cB .widget-articles-mosaic .widget-articles-mosaic-item:nth-child(2n) {
	margin: 0 0 10px 0;
}*/

#cA .Horizontal .widget-articles-mosaic .widget-articles-mosaic-item:nth-child(4n) {
	margin: 0 0 10px 0;
}

.widget-articles-mosaic .widget-articles-mosaic-item {
	background-color: #FFFFFF;
}

.widget-articles-mosaic .widget-articles-mosaic-item a{
	color:#fff;
	display:block;

	width:100%;
	height:137px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;

	-webkit-background-clip: -moz-initial;
	-webkit-background-origin: -moz-initial;
	-webkit-background-inline-policy: -moz-initial;

	z-index: -1;
	font-size: 0.01em;
	text-decoration: none;
	overflow: hidden;
}
.widget-articles-mosaic .widget-articles-mosaic-item a:hover {
	border:3px solid #fff;
	display:block;
	height:167px;
	width:167px;
	left:-15px;
	position:absolute;
	top:-15px;
	z-index:1000;
	background-color: #FFFFFF !important;
	color: #FFFFFF;
	letter-spacing: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
}



/**************************************************************************************/
/*WIDGET SLIDER JQUERY*/
/**************************************************************************************/
.easyslider{
	position:relative;
	float: left;
}
/* Easy Slider */
.easyslider ul,
.easyslider li{
	margin:0;
	padding:0;
	list-style:none;
}
.easyslider-wrapper,
.easyslider li{
	width:630px;
	overflow:hidden;
	margin: auto;
}
.easyslider{
		overflow:inherit;
		background-color:#d9d9d9;
		padding:10px;
		width:630px;
}
.easyslider ul{
	width: 10000px;
}
.easyslider li{
	float: left;
}
.easyslider .prevBtn,
.easyslider .playBtn,
.easyslider .pauseBtn,
.easyslider .nextBtn{
	display:block;
	width:27px;
	height:37px;
	position:absolute;
	right:60px;
	top: -35px;
	z-index: 1000;
	/*display: none;*/
}
.easyslider .pauseBtn,
.easyslider .playBtn{
	right:20px;
	display: none;
}
.easyslider .nextBtn{
	right:10px;
	
}
.easyslider .playBtn{
	display: none;
}
.easyslider .prevBtn a,
.easyslider .playBtn a,
.easyslider .pauseBtn a,
.easyslider .nextBtn a{
	display:block;
	position:relative;
	width:27px;
	height:37px;
	text-decoration: none;
	background:url(../imgs/slider-prevBtn.png) no-repeat 0 0;
}
.easyslider .playBtn a{
	background:url(../imgs/slider-playBtn.png) no-repeat 0 0;
}
.easyslider .pauseBtn a{
	background:url(../imgs/slider-pauseBtn.png) no-repeat 0 0;
}
.easyslider .nextBtn a{
	background:url(../imgs/slider-nextBtn.png) no-repeat 0 0;
}
.easyslider-columnR{
	float: right;
	width:  160px;
	margin-top: -54px;
}
.easyslider-columnR .open-calendar{
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	text-decoration: underline;
}
.w-events-slider {
	background-color: #d9d9d9;
	padding-top: 5px;
}
.w-events-slider .widget-header{
}
.w-events-slider .widget-header,
.w-events-slider .widget-header .widget-title h1,
.w-events-slider .widget-header .widget-title h1 a {
	margin: 0px 5px;
	background-color: #fff;
	height: 35px;
	line-height: 35px;
}
.w-events-slider .article-inside-group {
	padding: 0;
}
.w-events-slider .first-child .article-inside-group {
	border: none;
}
.w-events-slider .article .article-content {
	overflow: hidden;
}
.w-events-slider .article .date{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.w-events-slider .article .title,
.w-events-slider .article .title h1,
.w-events-slider .article .title a {
	font-size: 17px;
}
.w-events-slider .columnL,
.w-events-slider .columnR{
	width: 25%;
}
.w-events-slider .columnR .address{
	font-size: 12px;
	color: #000;
}
.Horizontal .w-events-slider .article-inside-group{
	float: inherit;
	width: inherit;
	margin: inherit;
}
.w-events-slider .columnR .Liquid-Normal-Right img{
	width:140px;
}

.Horizontal .w-events-group-from-section .article-inside-group {
	width:100%;	
}
/**************************************************************************************/
/*WIDGET EVENTS GROUP */
/**************************************************************************************/
.first-child .event-inside-group {
    padding: 0 0 4px;
}
.event-inside-group {
	padding: 4px 0px;
}
.event-inside-group .columnR{
	width:75%;
	text-align: right;
}
#cB .event-inside-group .columnR{
	width:300px;
}
#cB .Right .event-inside-group .columnR,
#cB .Left .event-inside-group .columnR{
	width:133px;
}
#cA .Right .w-events-group .event-inside-group .columnR,
#cA .Left .w-events-group .event-inside-group .columnR{
	width:310px;
	overflow: hidden;
}
.event-inside-group .Liquid-Normal-Right img{
	width: 100px;
}


/**************************************************************************************/
/*WIDGET LATEST COMMENTS */
/**************************************************************************************/
.w-latest-comments {
	padding: 10px;
	background: #FFF;
}

.w-latest-comments .sItem {
	background: url('../imgs/comm.icon.png') 0px 0px no-repeat;
	padding: 0px 10px 0px 29px;
	overflow: hidden;
	font-size: 14px;
	margin-bottom:10px !important;
}

.w-latest-comments .sItem span {
	font-weight: bold;
}

/**************************************************************************************/
/*WIDGET VIDEO GALLERY */
/**************************************************************************************/

.w-video-gallery {}
.w-video-gallery .widget-content {
	background-color: black;
	padding: 5px;
}
.w-video-gallery .widget-content #myVideoGalleryPlayer {
	margin:-5px;
}

.w-video-gallery .widget-content .galleryVideoInfo h1 {
	color: #FFF;
}

.w-video-gallery .widget-content .galleryModuleItem {
	float: left;
	width:87px;
	padding:0px;
	margin:0px 3px 4px 2px;
	border: 2px solid #333;
}
.w-video-gallery .widget-content .galleryModuleItem img {
	padding:0px;
	max-width:87px;
}



/**************************************************************************************/
/*WIDGET CONTACT US */
/**************************************************************************************/

.flexContactform {
	display: block;
	clear: both;
	padding: 10px;
	background-color: #FFF;
}
.flexContactform .contact_header {
	display: block;
	clear: both;
	margin-bottom:15px;
}
.flexContactform .contact_email {
	display: block;
	clear: both;
}
.flexContactform .contact_email .label_form {
    display: block;
    clear: both;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 28px;
    line-height: 29px;
    margin: 7px 0px;
}
.flexContactform .contact_email .label_form label {

}
.flexContactform .contact_email .label_form .required {
	color:#E51937;
}
.flexContactform .contact_email .item_form {

}
.flexContactform .contact_email .item_form input,
.flexContactform .contact_email .item_form textarea {
	border:1px solid #BEBEBE;
	width:80%;
	padding: 3px;
}
.flexContactform .contact_email .separator {
	display: block;
	clear: both;
	height:20px;
}


/**************************************************************************************/
/*WIDGET 3 WITH MAIN */
/**************************************************************************************/

.w-3-w-main {
	/*padding: 15px;*/
	/*background-color: #E7E7E7;*/
}

.w-3-w-main article {
	width: 49%;
	float: left;
	padding-right: 12px;
	background-color: #d9d9d9;
	height: 225px;
}

.w-3-w-main .first-child {
	width: 100% !important;
	display: inline-block;
	float: none;
	height: 240px;
}

.w-3-w-main .first-child img {
	max-width: 310px;
}

.w-3-w-main .first-child .title h1 a {
	font-size: 24px;
	line-height: 30px;
}

.w-3-w-main .article-inside-group {
	width: 100% !important;
}

.w-3-w-main .last-child-row {
	padding-right: 0;
}
.w-3-w-main .article-wrapper{
	padding:20px;
}

/**************************************************************************************/
/*WIDGET ARTICLES GROUP */
/**************************************************************************************/

.w-articles-group .article .title,
.w-articles-group .article .title h1,
.w-articles-group .article .title a {
	color: #000;
}
.w-articles-group.greenbkg .article .title,
.w-articles-group.greenbkg .article .title h1,
.w-articles-group.greenbkg .article .title a {
	color: #FFF;
}
.w-articles-group.greenbkg .article .subtitle,
.w-articles-group.greenbkg .article .subtitle h2,
.w-articles-group.greenbkg .article .subtitle a {
	color: #FFF;
}

/**************************************************************************************/
/*WIDGET SECTIONS LIST */
/**************************************************************************************/

.w-sections-list {
	background-color: #ffffff;
}
.w-sections-list-l {
	padding: 15px;
	background-color: #ffffff;
	/*border: 1px #000000 solid;*/
}

.w-sections-list .widget-header,
.w-sections-list .widget-header .widget-title h1,
.w-sections-list .widget-header .widget-title h1 a,
.w-sections-list-l .widget-header,
.w-sections-list-l .widget-header .widget-title h1,
.w-sections-list-l .widget-header .widget-title h1 a {
	color: #007e89;
	/*text-shadow: 1px 1px 1px #000;*/
	font-size: 17px;
	margin-bottom: 0;
	font-weight: bold;
}
.w-sections-list .widget-header .widget-title h1,
.w-sections-list-l .widget-header .widget-title h1 {
	/*border-bottom: 1px solid #004549;*/
	color: white;
}
.w-sections-list .widget-content,
.w-sections-list-l .widget-content {
	/*border-top: 1px solid #84c2c4;*/
	padding-top: 7px;
}
.w-sections-list .widget-content ul,
.w-sections-list-l .widget-content ul {
}
.w-sections-list .widget-content ul li a,
.w-sections-list-l .widget-content ul li a {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	/*text-shadow: 1px 1px 1px #000;*/
	background: url(../imgs/section.item.png) 0 5px no-repeat;
	padding-left: 20px;
	font-family: "FontText2", Arial, Helvetica, sans-serif;
	line-height: 23px;
}

/**************************************************************************************/
/*WIDGET HTML */
/**************************************************************************************/

.w-html ul {
	margin-left: 20px;
}
.w-html ul li {
	display: list-item !important;
	list-style-type: disc !important;
}




/**************************************************************************************/
/*WIDGET Newsletter */
/**************************************************************************************/
.new_newslettercontent {
    background-image:url(../imgs/topnewsleterModule.png);
    background-position:top center;
    background-repeat:no-repeat;
    background-color:#017d87;
    padding-top:96px;
    font-family: arial;
}

.contentNewNeslleter {
    padding:10px;
    text-align:center;
    background-color:#d9d9d9;

}

.nesllText {
    font-family: "FontText2", Arial, Geneva, sans-serif;
    display: block;
    width: 215px;
    padding: 4px 15px;
    border: 0px;
    height: 27px;
    line-height: 17px;
    font-size: 12px;
    color: #808080;
    background: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 5px auto;
}

.bootonewsl {
   -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #4d9fa6;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZjZmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjN2U5ZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e7f6fd 0%, #c7e9fa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7f6fd), color-stop(100%,#c7e9fa));
    background: -webkit-linear-gradient(top,  #e7f6fd 0%,#c7e9fa 100%);
    background: -o-linear-gradient(top,  #e7f6fd 0%,#c7e9fa 100%);
    background: -ms-linear-gradient(top,  #e7f6fd 0%,#c7e9fa 100%);
    background: linear-gradient(to bottom,  #e7f6fd 0%,#c7e9fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f6fd', endColorstr='#c7e9fa',GradientType=0 );*/
    border:none;
    font-family: "FontText2", Arial, Geneva, sans-serif;
    font-size:22px;
    font-weight:bold;
    color:#ffffff;
    padding:0px 13px;
	width: 98px;
}

#suscriveNewsl span {
    color:#0f858f;
    font-size:16px;
    padding:5px;
}



.flexContactformNew{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
}
.flexContactformNew .label_form{
	font-weight:bold;
	display:inline-block;
	float:left;
	text-align:right;
	padding-right:10px;	
	width: 30%;
	padding-top: 4px;
}

.flexContactformNew .item_form {
	width: 48%;
	float: left;
	display: inline-block;
	margin-bottom: 9px;
}

.flexContactformNew .item_form2{
	width: 100%;
	float: left;
	display: inline-block;
	margin-bottom: 9px;
}

.flexContactformNew .separator {
	height: 1px;
	margin-bottom: 20%;
	border-bottom: 1px solid #ccc;
	width: 80%;
	clear: both;
	margin: auto;
	margin-top: 10px;
}

.flexContactformNew small {
	font-size: 11px;
	float: left;
	color: #111;
}

.flexContactformNew .inputbox {
	width: 90%;
	padding: 0px 8px;
	color: #111;
	border: 1px solid #ddd;
	height: 30px;
}

.flexContactformNew .error{
	background: #eac2c2;
	border: 1px solid #cc0000;
	color: #cc0000;
	display: inline-block;
	float: left;	
	margin-top: 3px;
}
.flexContactformNew .exito{
	font-size: 14px;
	padding: 5px;
	margin: 5px;
	display: inline-block;
}

.flexContactformNew .button {
	width: 150px;
	height: 40px;
	margin-left: 105px;
	margin-top: 10px;
}

.contentRight{
	background-color: #dfe1de;
	padding: 6px;
	margin-bottom: 10px;	
}

#firdivRight li{
	display: block;
	padding: 0px;
	background-color: #dfe1de;
	margin-bottom: 0px;
}
#firdivRight li:hover{
	background-color:#CFCFCF;
}
#firdivRight a{
	color: #222;
	font-size: 12px;
	line-height: 16px;
	display: inline-table;
	text-transform: capitalize;
}
#firdivRight img{
	width:40px;
	border: 1px solid #FFF;	
	margin-right: 3px;
	float: left;
}
#firdivRight a:hover,#firdivRight img:hover{
	border-color:#333;
	text-decoration:underline;	
} 
#firdivRight .relTagsTitle,#firdivRight .titleR {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 14px;
}

#firdivRight .main-title h1 {
display: block;
margin: 0 0 5px 0;
padding: 4px;
font-family: Arial, Geneva, sans-serif;
font-size: 15px;
line-height: 15px;
color: #000000;
text-align: center;
text-shadow: 1px 2px 1px #DDD;
background: #FFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#firdivRight .event-item, #firdivRight .article .authors, .article .section-name a {
	font-family: "FontText1", Arial, sans-serif;
	font-size:17px;
	font-weight:normal;
	text-transform: initial;
}
#firdivRight .article .authors,#firdivRight .article .section-name,#firdivRight .article .section-name a{
	font-size: 11px;
	color: #017d87;
	font-weight: normal;
	font-family: "FontText2", Arial, sans-serif;
	text-transform: uppercase;	
	line-height:13px!important;
}
#firdivRight .Liquid-Small-Left{ margin:0px;}

#firdivRight .article .title h1,#firdivRight .article .title h1 a {
font-family: "FontText2", Arial, sans-serif;
font-size: 13px;
line-height: 15px;
color: #000;
font-weight: bold;
margin: 0px;
padding: 0px;
display: inline-block;

}

.w-image-link .spacing{
    margin-left: 20px;
    margin-top: -13px;
}