@charset "utf-8";

/**** Logo Rounded ****/
#tbar-logo-center {
	display: table;
	margin: 0 auto;
}
.logorounded {
	display: table;
	margin: -31px auto 0;
}

/**** White - it makes white the background of the module. For the alignments with the website's spaces the padding it's 0 **/
.grid-module > .white {
	background: #fff;
	padding: 0;
}

/**** Grey - it makes grey the background of the module. **/
.grid-module > .grey {
	background: #eee;
	padding: 10px;
}

/**** imglarge - this cancel the padding only for the images **/
.grid-module > .imglarge {
	overflow: hidden;
}
.grid-module > .imglarge h3 {
	padding: 0 0 25px 0;
}
.grid-module > .imglarge img {
	margin: -9px 0 0 -10px;
	width: 108%;
}
.grid-module > .imglarge.white h3 {
	padding: 0;
}
.grid-module > .imglarge.white img {
	margin: 0;
}

/**** leftborder - this cancel the padding only for the images **/

.grid-module > .leftborder {
	overflow: hidden;
}
.grid-module > .leftborder h3 {
	/*margin: -15px 0 17px -15px;*/
	margin: 10px 0 17px 0px;
	padding: 0 0 0 15px;
}
.grid-module > .leftborder.white h3 {
	margin: 0 0 17px;
}

/**** rightborder - this cancel the padding only for the images **/

.grid-module > .rightborder {
	overflow: hidden;
}
.grid-module > .rightborder h3 {
	/*margin: -15px 0 17px -15px;*/
	margin: 10px 0 17px 0px;
	padding: 0 15px 0 0;
}
.grid-module > .rightborder.white h3 {
	margin: 0 0 17px;
}

/**** Middle line Title ***/

.grid-module > .middle-line > h3 {
	position: relative;
	background: url(../images/double-line.png) 0 46% repeat-x;
	padding: 0 0 4px 0;
}
.grid-module > .middle-line .e4j-menutitle-cnt {
	background: #fff;
	padding: 0 10px 0 0;
}

/**** Center Title ***/

.grid-module > .title-center > h3 {
	text-align: center;
	margin: 0 auto 12px;
	display: table;
	width: 80%;
}

.grid-module > .title-center .e4j-menutitle-cnt {
	padding: 0 15px;
}

/*** Underline Title ***/

.grid-module > .underline > h3 {
	position: relative;
	border-bottom:1px solid #ddd;
	padding: 0 0 4px 0;
	margin: 0 0 12px 0;
}


/*** Border Coloured ***/

.grid-module > .border {
	border-width: 1px;
	border-style: solid;
	padding: 17px;
	color: #666;
	font-size: 16px;
}

/*** Color module Light ***/

.grid-module > .color-light {
	padding: 17px;
	color: #666;
	font-size: 16px;
}

/*** Color module ***/

.grid-module > .color {
	padding: 17px;
	color: #666;
	font-size: 16px;
}
.grid-module > .color h1 {
	color: #fff;
}

/*** List Scroller module ***/

/**** itm-border ***/
.itm-border .vikre_item-inf {
	border: 1px solid #ddd;
    margin: 4px 0 0;
    padding: 5px 10px 10px;
}
.itm-border .vikre_item-inf .vikre_item-title {
	margin: 0;
}

/**** img-border ***/

.img-border .vikre_item-img {
	border: 1px solid #ddd;
    padding: 3px;
    width: 97%;
}

.socialonly {
	margin: 25px 0 0 0;
}
