/**
 * Portlets
 *
 * 1.3.0       2019-12-11  Nils Heldt
 *             - Optimieren der Darstellung fuer Teaser "Rechts - Veranstaltung"
 * 1.2.0        2018-02-15  Nils Heldt
 *              - diverse Rebrush-Fixes
 * 1.1.0        2017-12-11  Nils Heldt
 *              - Vornehmen von Anpassungen fuer CSS-Rebrush
 * 1.0.0        2013-07-22  Nils Heldt
 *              - Erstdokumentation
 *              - "portlet_best-publications" stellt nun keine ID mehr da, sondern eine Klasse
 *
 * @author      Ulrich Santo <santo@glamus.de>
 */

@charset "UTF-8";
/* CSS Document */

.portlet {
	width: 300px;
	float: left;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.portlet .portlet_headline {
	color: #363636;
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;
	margin-bottom: 10px;
}

.portlet-big {
	width:620px;
	float:left;
	margin:0 0 10px 0;
}

.portlet_preview {
	width:258px;
	padding:20px;
	border:1px solid #666;
}

.portlet_preview p {
	margin:0 0 15px 0;
}

/* PORTLET NAVI */

#portlet_navi {
	width: 300px;
	float: left;
	padding: 0;
	margin: 0 0 20px 0;
}

#portlet_navi h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 8px solid #951632;
}

#portlet_navi h2 a {
	color: #810626;
}

#portlet_navi ul {
	margin: 0;
	padding: 0;
}

#portlet_navi li {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 22px;
}

#portlet_navi > ul > li {
	border-bottom: 1px solid #d2d0d2;
	font-weight: 500;
}

/* GLAMUS*/

#portlet_navi li.active > a {
	color: #951632;
	font-weight: 500;
}

/*GLAMUS */

#portlet_navi ul ul {
	border-bottom: 1px solid #d2d0d2;
	margin: 0;
	padding: 0;
}

#portlet_navi ul ul li a {
	padding-left: 32px;
}

#portlet_navi ul ul li svg {
	left: 14px;
}

#portlet_navi p {
	margin:0 0 15px 0;
}

#portlet_navi li.nochildren {
	list-style-image: none;
	list-style-type: square;
	padding:0 0 0.3em 0;
}

#portlet_navi a {
	color:#000;
}

#portlet_navi ul li a {
	display: block;
	padding: 5px 22px;
}

#portlet_navi ul li a:hover {
	text-decoration: none;
	color: #951632;
	background: #eee;
}

#portlet_navi ul li a:hover svg path {
	stroke: #951632;
}

#portlet_navi ul li svg {
	position: absolute;
	left: 4px;
	top: 10px;
	width: 14px;
	height: 10px;
	margin-right: 5px;
}

#portlet_navi ul li svg path {
	fill: none;
	stroke: #363636;
	stroke-miterlimit: 50;
	stroke-width: 2;
}

/* GLAMUS BEGINN */


/*
#portlet_navi ul li.active svg path {
	stroke: #951632;
}

*/

#portlet_navi ul li.active > a svg path {
	stroke: #951632;
}

/* GLAMUS ENDE */




/* TABS */

/*
    DRUPAL-ADMIN-Tabs
*/
ul.primary {
    width:500px !important;
    margin-bottom:5px !important;
}

ul.clearfix {
    width:600px !important;
    margin-bottom:5px !important;
}

div.livesync_checkbox {
    margin:0;
    padding:1px;
}

div.livesync_checkbox div{
    margin:0 !important;
    padding:1px !important;
}

/*
    DRUPAL-ADMIN-Tabs
*/


ul.tabs {
	width:299px;
	float:left;
	padding:0;
	margin:0;
	border-left:1px solid #666;
	background-image: url(../images/ul_tabs_border-top.gif);
	background-position:bottom right;
	background-repeat:repeat-x;
}

ul.tabs li {
	font-weight:bold;
	float:left;
	padding:5px 15px;
	margin:0;
	list-style-type:none;
	background-color:#ccc;
	border-top:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}

ul.tabs li.selected {
	background-color:#fff;
	border-bottom:1px solid #fff;
}

ul.tabs li a {
	color:#666;
}

ul.tabs li a:hover {
	text-decoration:underline;
}

/* TABS VIDEO */

ul.tabs_video {
	width:620px;
	float:left;
	padding:0;
	margin:0 0 0 10px;
	border-left:1px solid #666;
}

ul.tabs_video li {
	font-weight:bold;
	float:left;
	padding:5px 15px;
	margin:0;
	list-style-type:none;
	background-color:#fff;
	border-top:1px solid #666;
	border-right:1px solid #666;
	border-bottom:0 none;
}

ul.tabs_video li.selected a {
	color:#fff;
}

ul.tabs_video li.selected {
	background-color:#666;
}

ul.tabs_video li a {
	color:#666;
}

ul.tabs_video li a:hover {
	text-decoration:underline;
}

/* SHOPPING CART */

.portlet_cart {
	width:268px;
	float:left;
	padding:15px;
	border:1px solid #666;
}

/* SHOPPING CART LAST BOUGHT */

#portlet_last-bought {
	width:268px;
	float:left;
	padding:15px;
	border:1px solid #666;
}

#portlet_last-bought img {
	margin:0 15px 0 0;
}

#portlet_last-bought hr {
	border:1px dotted #666;
}

/* EVENTS SUGGESTIONS */

.portlet_event-suggestions {
	float:left;
	position:relative;
	padding:0 0 20px 0;
    height:260px;
    width:300px;
}

.portlet_shop-suggestions_content {
	float:left;
	position:relative;
}

.portlet_shop-suggestions_content p {
	color:#fff;
	margin:0 0 15px 0;
}

.portlet_shop-suggestions_content .date {
	margin: 25px 0 0 40px;
}

.headline-helper {
	height:85px;
	padding:0 0 0 60px;
}

.image-helper {
	width:100%;
	margin:0 0 10px 0;
}

/* SHOP SEARCH */

.portlet_shop_search {
	width:268px;
	float:left;
	padding:15px;
}

.portlet_shop_search input {
	width:190px;
	padding:3px;
	margin:0 0 10px 0;
	background-color:#ccc;
	border:0 none;
}

/* SHOP ARTICLE PORTLET */

.shop_article_portlet {
	width:198px;
	float:left;
	border:1px solid #666;
	padding:10px;
}

/* STUDY TRIP */

.portlet_study_trip {
	width:300px;
	float:left;
}

.portlet_study_trip_head {
	width: 300px;
	padding: 7px 20px 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.portlet_study_trip_head img {
	margin:0 10px 0 0;
}

.portlet_study_trip_head h3 {
	margin:0;
}

.portlet_study_trip_img {
	position:relative;
}

.portlet_study_trip_img .date {
	top:15px;
	left:15px;
    position: relative;
    float: left;
    left: 0;
    margin-right: 10px;
}

.portlet_study_trip_content {
	padding: 15px 0 0 0;
}

.portlet_study_trip_content h4 {
	margin-bottom: 8px;
	/*font-size: 15px;*/
}

.portlet_study_trip_content h4 a {
	color: #363636;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 21px;
}

.portlet_study_trip_content p {
	color: #363636;
	font-size: 14px;
	line-height: 21px;
}

.portlet_study_trip_content:only-child {
	border: 1px solid #d2d0d2;
	padding: 15px;
}

.portlet_study_trip_content:only-child h4 a {
	font-size: 18px;
	line-height: 23px;
	letter-spacing: normal;
	word-wrap: break-word;
}

.portlet_study_trip_content:only-child > .portlet_study_trip_type {
	display: inline-block;
	color: #000000;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}

/* POCKET WIKI */

.portlet_pocket_wiki {
	width:298px;
	padding: 0;
	margin:0 0 10px 0;
	border:1px solid #d2d0d2;
	position:relative;
}


.portlet_pocket_wiki p {
	margin:0 0 15px 0;
}

.portlet_pocket_wiki img {
	margin:0 10px 0 0;
}

/* RELATED LINKS */

#portlet_related-links {
	width:268px;
	padding:15px;
}

/* BETS VOTED */

.best-voted {
	width:268px;
	float:left;
	padding:15px;
}

.best-voted img {
	border:1px solid #000;
	margin:0 15px 5px 0;
}

/* TAG */

.portlet_study_tag {
	width:300px;
	float:left;
}

.portlet_tag {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px;
}

.portlet_tag h4 {
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	height: 28px;
	font-family: Arial, sans-serif;
	padding: 0 5px;
	margin: 0;
	color: #fff;
	position: absolute;
	overflow: hidden;
}

.portlet_tag h3 {
	color: #ffffff;
	font-size: 19px;
	font-weight: 700;
	line-height: 26px;
	margin: 0 0 0 42px;
}

.portlet_tag_content {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	border: solid #d2d0d2;
	border-width: 0 1px 1px 1px;
}

.portlet_tag_content p {
	color: #363636;
	font-size: 14px;
	line-height: 21px;
}

/* BEST PUBLICATIONS (BIG ONE) */

.portlet_best-publications {
	text-align:center;
	overflow: auto;
}

.portlet_best-publications ul {
    list-style-type: none;
    margin: 10px 0 10px 0;
    padding: 0 30px 0 30px;
}

.portlet_best-publications ul li {
    float: left;
    width: 100px;
    margin: 0 0px 10px 10px;
}

.portlet_best-publications ul li img {
    border:1px solid #000;
}

.portlet_best-publications-back {
    display: none;
    width: 19px;
    height: 89px;
    position: absolute;
    top: 100px;
    left: 10px;
    cursor: pointer;
    background-image:url(../images/scroll_left.png);
}
.portlet_best-publications-back:hover {
    background-image:url(../images/scroll_left_hover.png);
}

.portlet_best-publications-next {
    display: none;
    width: 19px;
    height: 89px;
    position: absolute;
    top: 100px;
    right: 10px;
    cursor: pointer;
    background: url(../images/scroll_right.png) no-repeat;
}
.portlet_best-publications-next:hover {
    background: url(../images/scroll_right_hover.png) no-repeat;
}


/* BORDERS */

.tabs-borders {
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
}

.borders {
	border:1px solid #666;
}

div.portletscroll {
    overflow: auto;
    display: block;
    height: 225px;
    position: relative;
}

div.portletscroll .panel {
    padding: 25px 40px 25px 40px;
    display: block;
    float: left;
    position: relative;
    width: 220px;
}

div.portletscrollcontainer {
    position: relative;
}

div.portlet_pocket_wiki div.next,
div.portlet_pocket_wiki div.prev {
    z-index:200;
    position:absolute;
    top:calc(50% - 9px);
    opacity: 0.5;
    cursor: pointer;
}

div.portlet_pocket_wiki div.next {
    right:10px;
}

div.portlet_pocket_wiki div.prev {
    left:10px;
    transform: rotate(180deg);
}

div.portlet_pocket_wiki div.next:hover,
div.portlet_pocket_wiki div.prev:hover {
    opacity: 1;
}

div.portlet_event-suggestions img.next {
    z-index:200;
    position:absolute;
    top:75px;
    right:10px;
    cursor: pointer;
}
div.portlet_event-suggestions img.prev {
    z-index:200;
    position:absolute;
    top:75px;
    left:10px;
    cursor: pointer;
}

div.portlet-tab-hidden {
    display: none;
}


/* SOCIAL FEED PORTLET */

.portlet_social_feed {
	padding: 5px 0 0 0;
}

/* ecken */

.portlet_social_feed .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0;
}

.portlet_social_feed .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0;
}

.portlet_social_feed .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0;
}

.portlet_social_feed .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0;
}

.portlet_social_feed .ui-widget {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.portlet_social_feed .ui-widget-content {
    background: transparent;
    border: none;
}

.portlet_social_feed .ui-tabs {
    padding: 0;
}

/* tab bar */

.portlet_social_feed .ui-tabs .ui-tabs-nav {
    padding: 0;
}

.portlet_social_feed .ui-widget-header {
    background: transparent;
	border: none;
}

.portlet_social_feed .ui-tabs .ui-tabs-nav li {
	width: 50%;
    top: 0;
    margin: 0;
    padding: 0;
}

/* default style */

.portlet_social_feed .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin: 0;
    padding: 0;
}

.portlet_social_feed .ui-tabs .ui-tabs-nav li.ui-state-default {
    background: #ddd;
    border: 0;
}

.portlet_social_feed .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #666666;
}

/* active style */

.portlet_social_feed .ui-tabs .ui-tabs-nav li.ui-state-active {
    background-color: #fff;
}

.portlet_social_feed .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #FFFFFF;
}

/* tab text */

.portlet_social_feed .ui-tabs .ui-tabs-nav li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
    font-weight: bold;
	color: #555;
	justify-content: center;
}

/* content */

.portlet_social_feed .ui-tabs .ui-tabs-panel {
    padding: 10px 5px 0 5px;
}

/* logos */

.portlet_social_feed img {
	float: left;
	margin-right: 10px;
}

/* feed */

.portlet_social_feed .feed {
    font-size: 85%;
}

.portlet_social_feed .feed ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0  10px 0;
    line-height: 115%;
}

.portlet_social_feed .feed ul li {
    border-bottom: 1px solid #E0E0E0;
}

.portlet_social_feed .feed a.site {
    background: url(../images/link-pfeil.gif) no-repeat;
    background-position: left center;
    padding: 0 0 0 18px;
}

/* facebook feed */

.portlet_social_feed .facebook ul li {
    padding: 6px 0;
    overflow: auto;
    width: 100%
}

.portlet_social_feed .facebook ul li a {
    display: block;
}

.portlet_social_feed .facebook ul li img {
    float: left;
    margin: 0 9px 0 0;
    border: none;
}

.portlet_social_feed .facebook ul li span {
    display: table-cell;
}

/* twitter feed */

.portlet_social_feed .twitter ul li {
    padding: 9px 0;
}

.portlet_social_feed .twitter ul li a.entry {
    display: block;
    font-size: 90%;
    color: #989898;
}

.portlet_social_feed .twitter ul li a {
    color: #F93100;
}

/**
 * Google-Maps
 */
h2.google-maps {
    color:#0f77ae;
    margin-bottom:3px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:13px;
}

h3.google-maps {
    color:#0f77ae;
    font-family:Arial, Helvetica, sans-serif;
    margin-bottom:3px;
    font-weight:normal;
    font-size:12px;
}


/* Mitte Mediathek */

.mitte_mediathek {
	float:left;
	margin-bottom:20px;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	background: #525253;
	color: #fff;
}

.mitte_mediathek_header {
	margin-bottom: 20px;
}

.mitte_mediathek_header h2 {
	float: left;
	font-size: 26px;
	font-weight: 700;
	line-height: 33px;
	margin: 0;
}

.mitte_mediathek_header form {
	float: right;
	width: 292px;
	height: 36px;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.mitte_mediathek_header input[type="text"] {
	width: 246px;
	height: 100%;
	margin: 0;
	padding: 11px 12px;
	box-sizing: border-box;
	background: transparent;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.mitte_mediathek_header input[type="text"]:placeholder-shown,
.mitte_mediathek_header input[type="text"]::placeholder {
	color: #fff;
	opacity: 1;
}

.mitte_mediathek_header input[type="submit"] {
	background: #fff url(../images/search_icon_grey.svg) no-repeat center center;
	margin: 0;
	height: 34px;
	width: 35px;
	float: right;
}

.mitte_mediathek_feature {
	padding-bottom: 20px;
	border-bottom: 1px solid #a5a5a5;
}

.mitte_mediathek_feature_thumbnail {
	display: inline-block;
	float: left;
	width: 283px;
	margin-right: 15px;
}

.mitte_mediathek_feature .video-js {
	width: 283px;
	height: 160px;
}

.mitte_mediathek_feature_description {
	display: inline-block;
	float: left;
	width: 292px;
}

h2.mitte_mediathek_feature_titel {
	font-size: 19px;
	font-weight: 700;
	line-height: 26px;
	margin: 0 0 5px 0;
}

h3.mitte_mediathek_feature_subtitel {
	font-style:italic;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 16px;
}

.mitte_mediathek_feature p {
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	margin:0 0 15px 0;
}

.mitte_mediathek_prev {
	padding-top: 20px;
}

.mitte_mediathek_prev .prev {
	float: left;
}

.mitte_mediathek_prev .prev.left {
	width: 283px;
}

.mitte_mediathek_prev .prev.right {
	width: 292px;
}

.mitte_mediathek_prev .prev.left {
	margin-right: 15px;
}

.mitte_mediathek_prev .prev_thumbnail {
	display: inline-block;
	float: left;
	position: relative;
}

.mitte_mediathek_prev .prev_description {
	display: inline-block;
	float: left;
	padding: 0 20px 0 10px;
	box-sizing: border-box;
}

.mitte_mediathek_prev .prev_description {
	width: 155px;
}

.mitte_mediathek_prev .prev_title {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 18px;
	margin-bottom: 3px;
 }

.mitte_mediathek_prev .prev_subtitle {
	font-style: italic;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 16px;
}

/* TAGS */

.portlet_tags {
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #d2d0d2;
	text-align: right;
	color: #363636;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}

/* DEBEATE TEASER */

.portlet-debate-teaser {
	float: left;
	margin-bottom: 2px;
	padding: 12px 5px;
	color: #ffffff;
}

.portlet-debate-teaser .teaser-img {
	float: left;
}

.portlet-debate-teaser .teaser-img img {
	width: 40px;
	height: 40px;
	margin: 0 10px 10px 0;
}

.portlet-debate-teaser .teaser-title {
	float: right;
	width: calc(100% - 50px);
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

.portlet-debate-teaser .teaser-author {
	float: right;
	width: calc(100% - 50px);
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	letter-spacing: 0.3px;
}


/* GLAMUS BEGIN */


#portlet_navi > ul > li > ul {
    border-top: 1px solid #d2d0d2;
    font-weight: 500;
    border-bottom: none;
    margin: 0;
    padding: 0;
}

#portlet_navi > ul > li > ul li {
    font-weight: 400;
}

#portlet_navi > ul > li > ul > li.active > a {
    color: #951632;
    font-weight: 500;
}

.portlet_headline.blue {
    color: #005F85;
}

#portlet_navi ul li ul li ul {
    padding: 0 0.5em 0 1em;
}

#portlet_navi > ul > li > ul > li > ul > li a {
    font-weight: 400 !important;
}

#portlet_navi > ul > li > ul > li > ul > li.active a {
    color: #951632;
    font-weight: 500 !important;
}

#portlet_navi ul ul ul {
    border: none;
}

.portlet_best-publications {
    background: #005F85 url(../images/bg_portlet-blue_pattern.png) repeat-x;
    border-right: solid 35px rgba(0, 0, 0, 0);
    border-left: solid 35px rgba(0, 0, 0, 0);
}

.portlet_best-publications a {
    color: white;
    font-size: 15.36px;
    font-weight: bold;
}

.portlet_best-publications-back,
.portlet_best-publications-next {
    background: url(../images/arrow.svg) no-repeat center;
    opacity: 0.5;
}

.portlet_best-publications-back:hover,
.portlet_best-publications-next:hover {
    opacity: 1;
    background: url(../images/arrow.svg) no-repeat center;
}

.portlet_best-publications-back {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#portlet_navi.portlet-blue h2 {
    border-bottom: 8px solid #005F85;
}

#portlet_navi.portlet-blue h2 a,
#portlet_navi.portlet-blue li.active > a,
#portlet_navi.portlet-blue ul li a:hover {
    color: #005F85;
}


#portlet_navi.portlet-blue ul li.active > a svg path,
#portlet_navi.portlet-blue ul li a:hover > svg path {
    stroke: #005F85;
}


#portlet_navi.portlet-green h2 {
    border-bottom: 8px solid #259C2D;
}

#portlet_navi.portlet-green h2 a,
#portlet_navi.portlet-green li.active > a,
#portlet_navi.portlet-green ul li a:hover {
    color: #259C2D;
}

#portlet_navi.portlet-green ul li.active > a svg path,
#portlet_navi.portlet-green ul li a:hover > svg path {
    stroke: #259C2D;
}

.portlet_study_trip_head.green_bg > h3.white {
    color: white;
}

.portlet_study_trip_content h4.green a {
    color: #259C2D;
}

#portlet_navi.portlet-orange h2 {
    border-bottom: 8px solid #eb690b;
}

#portlet_navi.portlet-orange h2 a,
#portlet_navi.portlet-orange li.active > a,
#portlet_navi.portlet-orange ul li a:hover {
    color: #eb690b;
}

#portlet_navi.portlet-orange ul li.active > a svg path,
#portlet_navi.portlet-orange ul li a:hover > svg path {
    stroke: #eb690b;
}

.mitte_mediathek_feature.single {
    padding-bottom: 0;
    border-bottom: 0;
}

.mitte_mediathek_feature.single .mitte_mediathek_feature_description {
    width: 291px;
    border-left: 1px solid #a5a5a5;
    padding-left: 15px;
}

.mitte_mediathek_feature.single .mitte_mediathek_feature_thumbnail {
    width: 263px;
}

.mitte_mediathek_feature.single .video-js {
    width: 263px;
    height: 189px;
}

.portlet_shop_search.borders {
    font-size: 15px;
    line-height: 22px;
}

div.portletscroll {
    min-height: 205px;
    height: auto !important;
}

h3.ui-state-default {
    background: #f6f6f6;
}

h3.ui-state-hover {
    background: #dadada;
}

h3.ui-accordion-header-active {
    background: none;
}

.portlet_study_trip_content .date {
    top: 0;
    left: 15px;
    position: relative;
    float: left;
    left: 0;
    margin-right: 10px;
}


/*GLAMUS END */