/* Dirty hacks
---------------------------------------------------*/
.content-row.content
{
	margin-bottom: 15px;
}


/* Common
---------------------------------------------------*/
.column
{
    float: left;
}

.chilitdfix td {
    border: none !important;
}

.column::before, .column::after {
	display: table;
	content: "";
	line-height: 0;
}
.column::after {
	clear: both;
}

.column-pull-right
{
    float: right;
}
.column-pull-right::before, .column-pull-right::after {
	display: table;
	content: "";
	line-height: 0;
}
.column-pull-right::after {
	clear: both;
}
.pull-right {
  float: right;
}
.pull-right::before, .pull-right::after {
	display: table;
	content: "";
	line-height: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0 0;
	line-height: 20px;
	font-family: inherit;
	color: inherit;
	text-rendering: optimizelegibility;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal;
}
.common-title-block {
	border: 1px solid #dbe0e3;
	height: 153px;
	background-color: #fafbfb;
}
.common-title-block.content-page,
.common-title-block.overview-page.channels
{
	height: 153px;
}
.common-title-block.overview-page,
.common-title-block.channel-page,
.common-title-block.content-adw-page,
.common-title-block.news-overview-page
{
	height: 177px;
}

.common-title-block.overview-page.icon
{
	height: 153px;
}

.common-title-block .left
{
	width: 463px;
	max-width: 463px;
}
.common-title-block .left .description
{
	width: 450px;
	max-width: 450px;
}
.common-title-block,
.common-description-block {
	min-width: 699px;
	width: 699px;
}

.common-title-block .title {
	font-family: DINWeb-Bold, Helvetica, "MyriadPro", Arial, Verdana;
	font-size: 50px;
	margin-top: 9px;
}
.common-title-block .title,
.common-title-block .description {
	color: #363339;
	min-width: 450px;
	width: 100%;
	max-width: 659px;
	margin-left: 13px;
	line-height: normal;
}
.common-title-block .description {
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
	font-size: 1em;
}
.common-title-block  .image 
{
	margin-left: 14px;
	margin-top: 30px;
	height: 122px;
	width: 212px;
}
.common-title-block.icon  .image 
{
	margin-top: 10px;
}
.common-title-block  .image  img 
{
	margin-left: 39px;
	
}
.common-description-block {
	margin-top: 22px;
}
.common-description-block  .description {
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
	font-size: 1em;
	color: #363339;
	line-height: normal;
}
.common-content
{
	width: 701px;
	margin-top: 33px;
	display: table;
	text-align: justify;
	font-size: 1em;
	color: #555555;
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
}
.common-content strong,
.common-content b
{
	font-family: DINWeb-Bold, Helvetica, "MyriadPro", Arial, Verdana;
	font-weight: normal;
}
.common-content ul,
.common-content ol {
	padding: 0;
	margin: 0 0 10px 25px;
}
.common-content.overview-page.two-columns .left,
.common-content.content-page.two-columns .left,
.common-content.login-page.two-columns .left
{
	width: 340px;
}
.common-content.content-adw-page.two-columns .left
{
	width: 479px;
}
.common-content.newsletter-page .left
{
	width: 330px;
}

.common-content.news-page .left
{
	width: 459px;
}

.common-content.overview-page.two-columns .right,
.common-content.content-page.two-columns .right,
.common-content.login-page.two-columns .right
{
	width: 341px;
	margin-left: 20px;
}
.common-content.content-adw-page.two-columns .right
{
	width: 202px;
	margin-left: 20px;
}
.common-content.newsletter-page .right
{
	width: 202px;
	margin-left: 36px;
}
.common-content.news-page .right
{
	width: 224px;
	max-width: 224px;
	margin-left: 18px;
}

/* common-content editable text control */
.common-content .EditableTextEdit,
.common-content .EditableTextEdit textarea,
.common-content .EditableTextEdit .cke_editor .cke_contents
{
	width: 700px !important;
	height: 500px !important;
}
.common-content.overview-page.two-columns .left .EditableTextEdit,
.common-content.overview-page.two-columns .left .EditableTextEdit textarea,
.common-content.overview-page.two-columns .left .EditableTextEdit .cke_editor .cke_contents,
.common-content.content-page.two-columns .left .EditableTextEdit,
.common-content.content-page.two-columns .left .EditableTextEdit textarea,
.common-content.content-page.two-columns .left .EditableTextEdit .cke_editor .cke_contents
{
	width: 340px !important;
	height: 500px !important;
}
.common-content.content-adw-page.two-columns .left .EditableTextEdit,
.common-content.content-adw-page.two-columns .left .EditableTextEdit textarea,
.common-content.content-adw-page.two-columns .left .EditableTextEdit .cke_editor .cke_contents
{
	width: 479px !important;
	height: 500px !important;
}
.common-content.newsletter-page .right .EditableTextEdit,
.common-content.newsletter-page .right .EditableTextEdit textarea,
.common-content.newsletter-page .right .EditableTextEdit .cke_editor .cke_contents,
.common-content.overview-page.two-columns .right .EditableTextEdit,
.common-content.overview-page.two-columns .right .EditableTextEdit textarea,
.common-content.overview-page.two-columns .right .EditableTextEdit .cke_editor .cke_contents
{
	width: 341px !important;
	height: 500px !important;
}
.common-content.overview-page .EditableTextEdit,
.common-content.overview-page .EditableTextEdit textarea,
.common-content.overview-page .EditableTextEdit .cke_editor .cke_contents
{
	width: 577px !important;
	height: 112px !important;
}

.channel-content .column.right .WebPartZone,
.channel-content .column.right .WebPartZone table
{
	width: 150px;
	max-width: 150px;
}

/* General
---------------------------------------------------*/
.ContentBody
{
	background: url("../img/body-backround.png") 0px 0px;
	background-repeat: repeat-x;
}
.header-publisher
{
	margin-right: 10px;
}
.header-kontakt,
.header-publisher
{
	/*background-color: #f0f2f3;*/
	width: 68px;
	height: 25px;
}

.header-kontakt a,
.header-publisher a,
.header-publisher .top-selection .topitem a,
.header-language .top-selection .topitem
{
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
	font-size: 0.9em;
	color: #bcc1c5;
}

.header-language .top-selection .topitem img
{
	margin-left: 10px;
	margin-top: -3px;
}

.header-navbar .top-dropdown-menu .item a
{
	font-family: 'MyriadPro-Bold';
	font-size: 0.8em;
	color: #7b7b7b;
	min-width: 45px;
}

.header-content-logo {
	background: url("../img/header-content-logo.png") 0px 0px;
	background-repeat: repeat-x;
}

.footer {
	background: url("../img/footer-backround.png") 0px 0px;
	background-repeat: repeat;
	background-position: right bottom;
}

/* `Premium channels & cases overview Page
---------------------------------------------------*/
.common-title-block.overview-page.channels .title
{
	height: 78px;
}
.overview-page.channels table tr td:first-child,
.overview-page.cases table tr td:first-child
{
	width: 346px;
}
.overview-page.channels table tr td:last-child,
.overview-page.cases table tr td:last-child
{
	width: 340px;
	margin-left: 15px
}

.overview-page.channels .column.left,
.overview-page.cases .column.left
{
	width: 85px;
}
.overview-page.channels .column.left img ,
.overview-page.cases .column.left img
{
	width: 71px !important;
	height: 71px !important;
}
.overview-page.channels .column.right,
.overview-page.cases .column.right
{
	margin-left: 8px;
}
.overview-page.channels table tr td:first-child .column.right,
.overview-page.cases table tr td:first-child .column.right
{
	width: 250px;
}
.overview-page.channels table tr td:last-child .column.right,
.overview-page.cases table tr td:last-child .column.right
{
	width: 240px;
}

.overview-page.channels a,
.overview-page.cases a
{
	text-align: justify;
	font-size: 1em;
	color: #555555;
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
}
.overview-page.channels a:hover,
.overview-page.cases a:hover
{
	text-decoration: none;
}
.overview-page.channels .title,
.overview-page.cases .title
{
	font-family: DINWeb-Bold, Helvetica, "MyriadPro", Arial, Verdana;
	min-height: 20px;
	height: 100%;
	margin-bottom: 0px;
}
.overview-page.channels .description,
.overview-page.cases .description
{
	height: 100%;
	max-height: 100%;
	margin-bottom: 0px;
	font-size: 0.9em;
	line-height: 18px;
}

.overview-page.channels table tr.buffer
{
	height: 20px;
}
.overview-page.channels table tr.buffer td
{
	padding-bottom: 0px;
	border-top: 1px solid #dbe0e3;
}
.overview-page.channels table tr.group
{
	height: 20px;
}
.overview-page.channels table tr.group td
{
	padding-bottom: 0px;
	padding-left: 0px !important;
}
.overview-page.channels table tr.group span
{
	color: #363339;	
}
.overview-page.channels table tr.group .title
{
	font-family: DINWeb-Bold, Helvetica, "MyriadPro", Arial, Verdana;
	font-size: 20px;
}
.overview-page.channels table tr.group .description
{
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
	font-size: 0.9em;
}

/* `Premium channels item Page
---------------------------------------------------*/
.common-title-block.channel-page .right,
.common-title-block.channel-page .right .image,
.common-title-block.channel-page .right .image .pchannels-description-image
{
	height: 100%;
}
.common-title-block.channel-page .image
{
	margin-left: 24px;
	margin-top: 0px;
}
.common-title-block.channel-page .right .image .pchannels-description-image img
{
	height: 155px;
	width: 155px;
}
.channel-content
{
	margin-top: 30px;
}
.channel-content .label
{
	font-family: DINWeb-Bold, Helvetica, "MyriadPro", Arial, Verdana;
	color: #555555;
	font-size: 1em;
	line-height: normal;
}
.channel-content .left,
.channel-content .left  table
{
	width: 461px;
	max-width: 461px;
}
.channel-content .left  table .item.noicon img
{
	margin-top: 15px;
}
.channel-content .right
{
	width: 220px;
	max-width: 220px;
	margin-left: 20px;
}
.channel-content .right .label {
	margin-top: 16px;
}
.channel-content .right .pchannels-facts  .label {
	margin-top: 0px;
}
.channel-content .facts .label
{
	margin-top: 0px;
}
.channel-content .facts table,
.channel-content .targeting table,
.channel-content .format > table
{
	border: 1px solid #dbe0e3;
	background-color: #fafbfb;
	margin-top: 4px;
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
	color: #555555;
	font-size: 0.85em;
	line-height: normal;
}

.channel-content .facts table td,
.channel-content .targeting table td ,
.channel-content .format > table td
{
	padding-top: 9px;
	padding-left: 9px;
}
.channel-content .facts table {
	height: 186px;
}
.channel-content .facts table tr {
	height: 43px;
}
.channel-content .facts table td:last-child {
	color: #000000;
	padding-top: 18px;
	text-align: right;
	padding-right: 10px;
	max-width: 88px;
}
.channel-content .targeting table {
	height: 216px;
}
.channel-content .targeting table tr {
	height: 37px;
}
.channel-content .targeting table td:first-child {
	width: 13px;
}
.channel-content .format a
{
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
	color: #555555;
	line-height: normal;
}
.channel-content .format a:hover
{
	text-decoration:none;
}
.channel-content .format > table {
	height: 210px;
}
.channel-content .format > table tr {
	height: 70px;
}
.channel-content .format > table table tr
{
	height: 28px;
	max-height: 28px;
}
.channel-content .format > table table tr td
{
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 12px;
}
.channel-content .right table tr td {
	border-bottom: 1px solid #dbe0e3;
}
.channel-content .right table tr:last-child td {
	border-bottom: none;
}
.channel-content .format > table table:first-child  tr td:first-child
{
	width: 30px;
	max-width: 30px;
}
.channel-content .format > table table:last-child  tr td
{
	width: 56px;
	max-width: 56px;
}
.channel-content  .channels .item , .filter .item 
{
	border: 1px solid #a7a7a7;
	max-width: 144px;
	width: 144px;
	min-height: 94px;
}

.filter .item 
{
	max-width: 280px;
	width: 280px;
	min-height: 54px;
	margin-bottom:20px;
}

.channel-content  .channels2 .item  
{
	min-height: 114px !important;
	margin-bottom: 10px;
}

.channel-content  .channels tr td 
{
	max-width: 158px;
	min-width: 158px;
	height: 106px;
	min-height: 96px;
}
.channel-content  .channels .item  .icons, .filter .item  .icons
{
	position: relative;
	left: 6px;
	width: 133px;
	border-top: 1px solid #d3d4d6;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
	margin-top: 1px;
}

.filter .item  .icons
{
	
	width: 270px;
}


.channel-content  .channels .item  .icons div[class*='icon'], .filter .item  .icons div[class*='icon']
 {
    width: 19px;
	height: 19px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 6px;
}

.channel-content  .channels2 .item  .icons div[class*='icon']
 {
	padding-top: 0 !important;
	padding-left: 3px !important;
}

.channel-content  .channels2 .item  .icons .noleftpadding
 {
	padding-left: 0 !important;
}

.channel-content  .channels .item  .icons div[class*='disabled']
{
    /*filter: gray;
    -webkit-filter: grayscale(1);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);*/
}
.channel-content  .channels .item  .icons div:first-child
{
	padding-left: 2px;
}

.channel-content  .channels .item .icon1
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/icon1.png") no-repeat right white;
}
.channel-content  .channels .item .icon1.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/icon1g.png") no-repeat right white;
}
.channel-content  .channels .item .icon2
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/icon2.png") no-repeat right white;
}
.channel-content  .channels .item .icon2.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/icon2g.png") no-repeat right white;
}
.channel-content  .channels .item .icon3
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/icon3.png") no-repeat right white;
}
.channel-content  .channels .item .icon3.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/icon3g.png") no-repeat right white;
}
.channel-content  .channels .item .icon4
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/icon4.png") no-repeat right white;
}
.channel-content  .channels .item .icon4.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/icon4g.png") no-repeat right white;
}
.channel-content  .channels .item .icon5
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/icon5.png") no-repeat right white;
}
.channel-content  .channels .item .icon5.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/icon5g.png") no-repeat right white;
}
.channel-content  .channels .item .icon6
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/icon6.png") no-repeat right white;
}
.channel-content  .channels .item .icon6.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/icon6g.png") no-repeat right white;
}


.channel-content  .channels .item .icon_1, .filter .item .icon_1, .filter .item .icon_1:hover
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/ST.png") no-repeat right white;
}
.filter .item .icon_1:hover
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/ST.png") no-repeat right white !important;
}
.channel-content  .channels .item .icon_1.disabled, .filter .item .icon_1.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/off/ST.png") no-repeat right white;
}
.channel-content  .channels .item .icon_2, .filter .item .icon_2
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/EX_HP.png") no-repeat right white;
}
.filter .item .icon_2:hover
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/EX_HP.png") no-repeat right white !important;
}
.channel-content  .channels .item .icon_2.disabled, .filter .item .icon_2.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/off/EX_HP.png") no-repeat right white;
}
.channel-content  .channels .item .icon_3, .filter .item .icon_3
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/EX_WB.png") no-repeat right white;
}
.filter .item .icon_3:hover
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/EX_WB.png") no-repeat right white !important;
}
.channel-content  .channels .item .icon_3.disabled, .filter .item .icon_3.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/off/EX_WB.png") no-repeat right white;
}
.channel-content  .channels .item .icon_4, .filter .item .icon_4
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/EX_MB.png") no-repeat right white;
}
.filter .item .icon_4:hover
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/EX_MB.png") no-repeat right white !important;
}
.channel-content  .channels .item .icon_4.disabled, .filter .item .icon_4.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/off/EX_MB.png") no-repeat right white;
}
.channel-content  .channels .item .icon_5, .filter .item .icon_5
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/EX.png") no-repeat right white;
}
.filter .item .icon_5:hover
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/EX.png") no-repeat right white !important;
}
.channel-content  .channels .item .icon_5.disabled, .filter .item .icon_5.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/off/EX.png") no-repeat right white;
}
.channel-content  .channels .item .icon_6, .filter .item .icon_6
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/SF.png") no-repeat right white;
}
.filter .item .icon_6:hover
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/SF.png") no-repeat right white !important;
}
.channel-content  .channels .item .icon_6.disabled, .filter .item .icon_6.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/off/SF.png") no-repeat right white;
}
.channel-content  .channels .item .icon_7, .filter .item .icon_7
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/SF_DS.png") no-repeat right white;
}
.filter .item .icon_7:hover
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/SF_DS.png") no-repeat right white !important;
}
.channel-content  .channels .item .icon_7.disabled, .filter .item .icon_7.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/off/SF_DS.png") no-repeat right white;
}
.channel-content  .channels .item .icon_8, .filter .item .icon_8
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/IS.png") no-repeat right white;
}
.filter .item .icon_8:hover
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/IS.png") no-repeat right white !important;
}
.channel-content  .channels .item .icon_8.disabled, .filter .item .icon_8.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/off/IS.png") no-repeat right white;
}
.channel-content  .channels .item .icon_9, .filter .item .icon_9
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/IP.png") no-repeat right white;
}
.filter .item .icon_9:hover
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/IP.png") no-repeat right white !important;
}
.channel-content  .channels .item .icon_9.disabled, .filter .item .icon_9.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/off/IP.png") no-repeat right white;
}
.channel-content  .channels .item .icon_10, .filter .item .icon_10
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/MT_MB.png") no-repeat right white;
}
.filter .item .icon_10:hover
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/MT_MB.png") no-repeat right white !important;
}
.channel-content  .channels .item .icon_10.disabled, .filter .item .icon_10.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/off/MT_MB.png") no-repeat right white;
}
.channel-content  .channels .item .icon_11, .filter .item .icon_11
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/MT_MR.png") no-repeat right white;
}
.filter .item .icon_11:hover
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/MT_MR.png") no-repeat right white !important;
}
.channel-content  .channels .item .icon_11.disabled, .filter .item .icon_11.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/off/MT_MR.png") no-repeat right white;
}
.channel-content  .channels .item .icon_12, .filter .item .icon_12
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/MT_MW.png") no-repeat right white;
}
.filter .item .icon_12:hover
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/on/MT_MW.png") no-repeat right white !important;
}
.channel-content  .channels .item .icon_12.disabled, .filter .item .icon_12.disabled
{
	background: url("/adwebster/media/adwebster-media/Channels/publishers/icons/off/MT_MW.png") no-repeat right white;
}

.iconlinks
{
	display: none;
}
/* `Tooltip in premium channels item Page
---------------------------------------------------*/
.tooltips
{
	display: none;
}
.popover.channel
{
	width: 371px;
	min-width: 371px;
	height: 228px;
	max-height: 228px;

	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
	font-size: 0.8em;
	color: #363339;
	line-height: normal;
}
.popover.channel .title
{
	font-family: DINWeb-Bold, Helvetica, Arial;
	font-size: 1.1em;
	margin-bottom:  10px;
}
.popover.channel .thumbs
{
	height: 30px;
}
.popover.channel .thumbs .item
{
	width: 90px;
	margin-right: 20px;
}
.popover.channel .thumbs .item .thumb
{
	margin-right: 10px
}
.popover.channel .thumbs .item .label
{
	margin-top: 3px;
}
.popover.channel .description
{
	height: 90px;
}
.popover.channel .layout
{
	height: 71px;
	margin-top: 0px;
}
.popover.channel .layout .item
{
	width: 85px;
}
.popover.channel .layout .item .label
{
	margin-top: 10px;
}
/* `Case Study item pages
---------------------------------------------------*/
.common-title-block.casestudy-page .description
{
	font-family: DINWeb-Bold, Helvetica, Arial;
}
.casestudy-content
{
	margin-top: 22px;
}
.casestudy-content .text
{
	font-family: DINWeb, Helvetica, Arial;
	font-size: 1em;
	color: #555555;
	text-align: justify;
}
.casestudy-content .left
{
	width: 461px;
	max-width: 461px;
}

.casestudy-content .right
{
	width: 220px;
	max-width: 220px;
	margin-left: 17px;
}

.casestudy-title-image
{
	margin-left: 14px;
	margin-top: 13px;
	height: 122px;
	width: 212px;
	border: 1px solid #d8dde0;
}
.casestudy-title-image img 
{
	/*margin-left: 33px;
	margin-top: 34px;*/
}
.casestudy-content .label
{
	font-family: DINWeb-Bold, Helvetica, "MyriadPro", Arial, Verdana;
	color: #555555;
	font-size: 1em;
	line-height: normal;
}

.cs-title-block .description
{
	font-size: 50px;
}
.casestudy-content .details .table
{
	border: 1px solid #dbe0e3;
	background-color: #fafbfb;
	margin-top: 4px;
	height: 253px;
	max-height: 253px;
	width: 220px;
}

.casestudy-content .details .table .item .label,
.casestudy-content .details .table .item .value
{
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
	color: #555555;
	font-size: 0.8em;
	line-height: 33px;
}
.casestudy-content .details .table .item {
	height: 36px;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 9px;
}
.casestudy-content .details .table .item:last-child {
	border-bottom: none;
}
.casestudy-content .details .table .item .value
{
	margin-left: 4px;
}
.casestudy-content .images
{
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
	color: #555555;
	font-size: 0.8em;
}
/* `Case Study item pages New template
---------------------------------------------------*/
.casestudy-content.margin
{
	margin-top: 52px;
}
.casestudy-content .row
{
	width: 701px;
}

.casestudy-content .row.three .column
{
	margin-right: 38px;
	width: 207px;
}

.casestudy-content .row.three .column:last-child
{
	margin-right: 0px;
}
.casestudy-content .row.three.images
{
	margin-bottom: 27px;
}
.casestudy-content .row.three .pdf
{
	margin-top: 0px;
	width: 211px;
	margin-top: -17px;
}
.casestudy-content .row.three .pdf .label
{
	font-size: 1.2em;
}
.casestudy-content .row.three .pdf .table span
{
	position: relative;
	top: 3px;
	font-size: 1em;
}
.casestudy-content .row.big.image,
.casestudy-content .row.texts
{
	margin-bottom: 30px;
}
.casestudy-content .row.texts .text
{
	text-align: left;
}
.casestudy-summary.hidden
{
	display: none;
}
.EditMode .casestudy-summary.hidden,
.WPTTableCellContent .casestudy-summary.hidden
{
	display: block;
}

/* ``Case Study item & Channel pages PDF
---------------------------------------------------*/
.casestudy-content .pdf .table span,
.channel-content .pdf .table span
{
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
	color: #555555;
	font-size: 0.8em;
}
.casestudy-content .pdf,
.channel-content .pdf
{
	margin-top: 40px;
	width: 220px;
}
.casestudy-content .pdf .table,
.channel-content .pdf .table
{
	border: 1px solid #dbe0e3;
	background-color: #fafbfb;
	height: 45px;
}
.casestudy-content .pdf .table img,
.channel-content .pdf .table img
{
	width: 40px;
	height: 40px;
	margin-top: 2px;
	margin-right: 15px;
}
.casestudy-content .pdf .table span,
.channel-content .pdf .table span
{
	width: 140px;
}

/* `Logos Wall Page
---------------------------------------------------*/
.logo-wall-page table tr
{
	height: 84px;
}
.logo-wall-page table tr td
{
	vertical-align: middle;
	text-align: left;
	padding-top: 6px;
	width: 143px;
	min-width: 143px;
}
.logo-wall-page table tr:first-child td
{
	padding-top: 0px;
}

/* Logo wall */
.logo-wall-page table img
{
	width: 128px;
	height: 73px;
}

/* `6. Section overview Page Layout (1 Column) Details
---------------------------------------------------*/
.overview-page .left > img,
.overview-page .right > div
{
	height: 113px;
	max-height: 113px;
	margin-bottom: 41px;
}
.overview-page  > table
{
	border-spacing: 5px;
}
.overview-page  > table tr
{
	height: 113px;
	max-height: 113px;
}
.overview-page  > table tr td
{
	padding-bottom: 41px;
}
.overview-page  > table tr td:first-child
{
	width: 112px;
}
.overview-page  > table tr td:last-child
{
	width: 577px;
	padding-left: 12px;
}

/* `7. Section overview Page Layout (2 Columns) Details
---------------------------------------------------*/
.overview-page.two-columns  table tr
{
	height: 113px;
	max-height: 113px;
}
.overview-page.two-columns  table tr td
{
	padding-bottom: 41px;
}
.overview-page.two-columns  table tr td:first-child
{
	width: 79px;
}
.overview-page.two-columns  table tr td:last-child
{
	width: 246px;
	padding-left: 10px;
}
/* `Newsletter & Publisher Subscription Page
---------------------------------------------------*/
.subscription-page .form-horizontal.compact .control-group .controls
.newsletter-page .form-horizontal.compact .control-group .controls
{
	margin-left: 113px;
}

.subscription-page .form-horizontal.compact .control-group .control-label
{
	width: 175px;
}
.subscription-page .form-horizontal.compact .control-group .controls select,
.newsletter-page .form-horizontal.compact .control-group .controls select
{
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	line-height: 20px;
	
	background: url("../img/dropdown-arrow.png") no-repeat right white;
}

/* `Login Page
---------------------------------------------------*/
.login-page-content .label 
{
	font-family: DINWeb-Bold, Helvetica, "MyriadPro", Arial, Verdana;
    font-size: 1.2em;   
    color: #363339;
	margin-bottom: 26px;
}
.login-page-content .right .text
{
	margin-bottom: 26px;
}
.login-page-content .form-horizontal.compact .control-group .controls
{
	margin-left: 120px;
}

/* `News Overview Page
---------------------------------------------------*/
.news-overview-page .hotnews
{
	padding-bottom: 29px;
	min-height: 294px;
	height: 100%;
	border-bottom: 1px solid #cccccc;
}
.news-overview-page .hotnews .item
{
	width: 217px;
	height: 100%;
	max-width: 217px;
	margin-right: 25px;
}
.news-overview-page .hotnews .item:last-child
{
	margin-right: 0px;
}
.news-overview-page .hotnews .item .title a,
.news-overview-page .overview .item .title a
{
    text-decoration: none;
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
    font-size: 1.3em;
    font-weight: bold;    
    color: #363339;
}
.news-overview-page .hotnews .item .title a:hover
{
    cursor: pointer;
}

.news-overview-page .hotnews .item .image,
.news-overview-page .hotnews .item .summary
{
    margin-top: 10px;
}
.news-overview-page .hotnews .item .summary
{
    color: #555555;
    font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
    font-size: 0.87em;
    line-height: 20px;
	word-wrap: break-word;
}
.news-overview-page .overview 
{
	margin-top: 16px;
}
.news-overview-page .overview .item
{
	height: 115px;
	margin-top: 36px;
}
.news-overview-page .overview .item .left
{
	width: 123px;
}
.news-overview-page .overview .item .right
{
	width: 558px;
	margin-left: 20px;
}
.news-overview-page .overview .item  .summary
{
	margin-top: 4px;
}
/* `News Overview Page New
---------------------------------------------------*/
.news-overview-page .overview.all .item
{
	height: 100px;
	min-height: 84px;
	margin-top: 0px;
	clear: both;
}
.news-overview-page .overview.all .item .title a
{
	font-size: 1.1em;
}
.news-overview-page .overview.all .item .summary
{
	font-size: 0.9em;
	min-height: 35px;
}
.news-overview-page .overview.all .item .date
{
	font-size: 0.8em;
	line-height: 14px;
}
/* `News Detail Page
---------------------------------------------------*/
.news-page .back
{
	margin-top:10px;
}
.news-page .back a,
.news-page .back a:hover
{
    font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
    color: Black;
    font-size: 0.9em;
    text-decoration: none;
    border-bottom: 1px solid #000000;
}


/* `Team Page
---------------------------------------------------*/
.team-page .right
{
	margin-left: 12px;
}
.team-page .member
{
	position: relative;
	margin-bottom: 20px;
	padding: 5px 1px 2px 1px;
	height: 232px;
	border: 1px solid #e4e4e4;
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
    color: #ffffff;
    font-size: 0.9em;
	line-height: 14px;
}
.team-page .member
{
	width: 336px;
	max-width: 336px;
}
.team-page .member .info,
.team-page .member .photo,
.team-page .member .photo img
{
	width: 329px;
	max-width: 329px;
	margin: 0 auto;
}
.team-page .member .info
{
	position: absolute;
    left: 0px;
    right: 1px;
	bottom: 6px;
    height: 66px;
	width: 100%;
    background-image: url('/adwebster/css-images/transparent_pixel_60.png');
	background-repeat: repeat;
}
.team-page .member .name,
.team-page .member .contacts
{
	margin-top: 10px;
}

.team-page .member .name
{
	width: 150px;
	margin-left: 15px;
	margin-top: 15px;
}

.team-page .member .contacts
{
    width: 150px;
	text-align: right;
	margin-right: 10px;
}
.team-page .member .contacts a,
.team-page .member .contacts a:hover,
.team-page .member .contacts a:visited,
.team-page .member .contacts a:focus
{
	color:white
}


/* `Home Page
---------------------------------------------------*/

/* Features */
#content-features {
	margin-top: 50px;
}
#content-features .features-inner {
	overflow: hidden;
	width: 975px;
	z-index: 1000;
	height: 329px;
	position: relative;
}
.features-inner .item {
	float: left;
}
.feature-block {
	position: relative;
	height: 329px;
	margin-left: 0px;
    cursor: pointer;
	width: 231px;
	max-width: 231px;
	margin-right: 5px;
	color: #ffffff;
}
.feature-block:last-child {
	margin-right: 0px;
}
.feature-block:first-child {
	margin-left: -3px;
}
.feature-block .block {
	float: left;
}
.feature-block .block::before, .feature-block .block::after {
	display: table;
	content: "";
	line-height: 0;
}
.feature-block .block::after {
	clear: both;
}
.feature-block .block.first {
	height: 164px;
}
.feature-block .block.first #itemImage {
	margin-left: 25px;
	margin-top: -10px;
}

.feature-block .block.second {
	height: 158px;
}
.feature-block .block.second #itemTitle {
	font-family: DINWeb-Bold, Helvetica, "MyriadPro", Arial, Verdana;
	font-size: 1.3em;
	letter-spacing: 1px;
}
.feature-block:hover .block.second #itemTitle,
.feature-block:hover .block.second #itemDescription
{
	color: #ffffff;
}
.feature-block .block.second #itemDescription {
	margin-left: 20px;
	margin-top: 10px;
	width: 199px;
	max-width: 199px;
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
	font-size: 0.9em;
	line-height: 16px;
	text-align: justify;
}
.feature-block.feature-orange {
	background-color: #ff9f31;
}
.feature-block.feature-blue {
	background-color: #0cbbf1;
}
.feature-block.feature-sea {
	background-color: #739bab;
}
.feature-block.feature-green {
	background-color: #81c451;
}
.feature-block.feature-orange .block.second #itemTitle
{
	margin-left: 36px;
}
.feature-block.feature-blue .block.second #itemTitle
{
	margin-left: 49px;
}
.feature-block.feature-sea .block.second #itemTitle
{
	margin-left: 69px;
}
.feature-block.feature-green .block.second #itemTitle
{
	margin-left: 38px;
}

/* Knowlege base items */
#content-kbase {
    margin-top: 20px;
}
#content-kbase .kbase-inner {
	overflow: hidden;
	width: 960px;
	z-index: 1000;
	height: 269px;
	position: relative;
}
.kbase-inner .item {
	float: left;
}
.kbase-block {
	position: relative;
	width: 299px;
	max-width: 299px;
	margin-left: 20px;
}
.kbase-block:first-child {
	margin-left: 0px;
}
.kbase-block {
	cursor: pointer;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}
.kbase-block .kbtitle {
    font-family: DINWeb-Bold, Helvetica, "MyriadPro", Arial, Verdana;
    font-size: 1.2em;
    font-weight: 700;
    
    color: #363339;
}
.kbase-block img {
    margin-top: 8px;
}

.kbase-block .kbdescription {
    margin-top: 12px;
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
	font-size: 0.8314em;
	line-height: 16px;

	color: #555555;
	text-align: justify;
}

/* News & Cases items general */
.content-news ,
.content-cases
{
	margin-top: 20px;
	height: 299px;
}
.content-news {
	width: 457px;
}
.content-cases {
	width: 458px;
	border-left: 1px solid #cccccc;
	padding-left: 21px;
}

.content-news  .title,
.content-cases .title 
{
	font-family: DINWeb-Bold, Helvetica, "MyriadPro", Arial, Verdana;
	color: #363339;
	font-size: 1.4em;
	line-height: normal;
}
.news-inner {
    position: relative;
}
/* News list */
.news-inner .item 
{
    margin-top: 10px;
    min-height: 20px;
}
.news-inner .item:first-child
{
    margin-top: 0px;
}
.news-inner .item .date  {
    font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
	font-size: 0.8em;
}
.news-inner .item:hover .title a:hover,
.news-inner .item:hover .date a:hover ,
.news-inner .item:hover .date a,
.news-inner .item:hover .title a,
.news-inner .item:hover .summary a:hover ,
.news-inner .item:hover .summary a,
.news-inner .item:hover .date  {
    /*color: #000000;*/
    text-decoration: none;
}
.news-inner .item:hover  {
    cursor: pointer;
}
.news-inner .item .title
{
    font-family: DINWeb-Bold, Helvetica, "MyriadPro", Arial, Verdana;
}
.news-inner .item .summary {
    font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
}
.news-inner .item .summary
{
	font-size: 0.8em;
}
.news-inner .item .title 
{
	font-size: 1em;
}
.news-inner .item .title a,
.news-inner .item .summary a {
    color: #555555;
}
.news-inner .item .date a {
    color: #b5b5b5;
}

/* Case studies list */
.cases-inner .item
{
	height: 76px;
	margin-bottom: 18px;
}
.cases-inner .item:last-child
{
	margin-bottom: 0px;
}
.cases-inner .item a .description
{
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
	text-align: justify;
	font-size: 0.9em;
	color: #555555;
}
.cases-inner .item a .title
{
	font-family: DINWeb-Bold, Helvetica, "MyriadPro", Arial, Verdana;
	font-size: 0.8em;
	color: #363339;
}

.cases-inner .item a:hover
{
	text-decoration: none;
}
.cases-inner .item .column.left
{
	width: 144px;
	max-width: 144px;
}
.cases-inner .item .column.right
{
	width: 300px;
	margin-left: 14px;
}

/* Carousel */
.carousel-block .block:hover
{
	cursor: pointer;
}
.carousel-block .block.first #itemTitle {
	font-family: DINWeb-Bold, Helvetica, "MyriadPro", Arial, Verdana;
	line-height: 40px;
	font-size: 40px;
}

.carousel-block .block.first #itemDescription {
	font-family: DINWeb, Helvetica, "MyriadPro", Arial, Verdana;
	font-size: 0.96em;
	margin-top: 20px;
	font-size: 1em;
	color: #363339;
}
#content-carousel a.carousel-control {
	z-index: 4000;
	background: none;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity: 1;
	filter: none;
}
#content-carousel a.carousel-control.right {
	background: url("../img/carousel.arrow.right.png") no-repeat 0px 0px;
}
#content-carousel a.carousel-control.right:hover {
	background: url("../img/carousel.arrow.right.hover.png") no-repeat 0px 0px;
}
#content-carousel a.carousel-control.left {
	background: url("../img/carousel.arrow.left.png") no-repeat 0px 0px;
}
#content-carousel a.carousel-control.left:hover {
	background: url("../img/carousel.arrow.left.hover.png") no-repeat 0px 0px;
}
.carousel-control {
	position: absolute;
	width: 40px;
	height: 40px;
}
.carousel-control.left
{
	top: 99px;
	left: 0;
}
.carousel-control.right
{
	top: 99px;
	right: 0px;
}
#content-carousel .slidesjs-pagination {
	list-style: none;
	position: relative;
	left: 0;
	display: block;
	float: left;
	left: 398px;
}

#content-carousel .slidesjs-pagination > li {
	float: left;
}
#content-carousel .slidesjs-pagination > li a {
	background: url("../img/carousel.dot.png") no-repeat 0px 0px;
}
#content-carousel .slidesjs-pagination > li a.active,
#content-carousel .slidesjs-pagination > li a:hover {
	background: url("../img/carousel.dot.active.png") no-repeat 0px 0px;
}

#content-carousel .slidesjs-pagination > li > a {
	float: none;
	padding: 0px 5px;
	width: 12px;
	height: 11px;
	margin-right: 3px;

	text-decoration: none;
	white-space: nowrap;
	text-indent: -9999px;
	outline: none;
}

#content-carousel .slidesjs-pagination > li > a {
	display: block;
}
#content-carousel
{
	position: relative;
	height: 297px;
}
#content-carousel .carousel-inner {
	margin-top: 30px;
	overflow: hidden;
	z-index: 3000;
	width: 940px;
	height: 270px;
	position: relative;
}
.carousel-block {
	position: relative;
	width: 902px;
	margin-left: 40px;
}
.carousel-block .block {
	float: left;
}
.carousel-block .block::before, .carousel-block .block::after {
	display: table;
	content: "";
	line-height: 0;
}
.carousel-block .block::after {
	clear: both;
}
.carousel-block .block.first {
	width: 411px;
	max-width: 411px;
	padding-top:45px;
}
.carousel-block .block.second {
	width: 451px;
	min-width: 451px;
}
.content-row #content-carousel  .item.next,
.content-row #content-carousel  .item.prev {
	width: 1184px;
}


/* `8c. Showroom
---------------------------------------------------*/
/* Elastislide Style */

.elastislide-list {
	list-style-type: none;
	display: none;
}

.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	min-height: 60px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.elastislide-wrapper.elastislide-loading {
	background-image: url("../img/loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

.elastislide-horizontal {
	padding: 10px 40px;
}

.elastislide-vertical {
	padding: 40px 10px;
}

.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.elastislide-horizontal ul {
	white-space: nowrap;
}

.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
}

.elastislide-vertical ul li {
	display: block;
}

.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
}

.elastislide-carousel ul li a img {
	display: block;
	border: 2px solid white;
	max-width: 100%;
}

/* Navigation Arrows */

.elastislide-wrapper nav span {
	position: absolute;
	background: #ddd url("../img/showroom.nav.png") no-repeat 4px 3px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
}

.elastislide-wrapper nav span:hover {
	opacity: 1.0
}

.elastislide-horizontal nav span {
	top: 50%;
	left: 10px;
	margin-top: -11px;
}

.elastislide-vertical nav span {
	top: 10px;
	left: 50%;
	margin-left: -11px;
	background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
	right: 10px;
	left: auto;
	background-position: 4px -17px;
}

.elastislide-vertical nav span.elastislide-next {
	bottom: 10px;
	top: auto;
	background-position: -17px -18px;
}

.showroom,
.showroom .elastislide-wrapper,
.showroom ul {
	min-width: 620x;
	width: 620px;
}

.showroom {
	height: 160px;
}
.showroom ul {
	height: 120px;
}


.showroom .elastislide-horizontal {
	padding: 10px 37px;
	border: 1px solid #dfdfdf;
}

.showroom .elastislide-wrapper:after {
	right: 20px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}


#p_lt_zoneContent_pageplaceholder_p_lt_pageContent_pageplaceholder_p_lt_dialogsStorage .modal-body img {
	height: 100% !important;
}