.content {
	margin: 0 0 0 0;
	position: relative;
}

.page-intro {
	padding-top: 44px;
    padding-bottom: 18px;
}

.page-intro-home {
    padding-bottom: 44px;
}

/* Contact Block */

.contact-block h3 {
    margin-bottom: 14px;
}

.contact-block .worldmap img {
	margin: 5px 0 14px;
}

/* Share buttons */

.share-google {
	margin-top: 3px;
}

/* Testimonials */

.testimonial {
    margin-top: 8px;
	margin-bottom: 22px;
}

.testimonial h4 {
	margin: 6px 0 0;
}

.testimonial h5 {
	margin: 4px 0 13px;
}

.testimonial p {
	margin-bottom: 19px;
}

.testimonial ul {
	margin-bottom: 0;
}

.testimonial img {
	display: block;
	margin: 0;
}

/* Breadcrumbs */

.breadcrumb {
	margin: 9px 0 8px;
	padding: 0;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb .divider {
	width: 11px;
	height: 7px;
	display: inline-block;
	margin: 0 5px;
	background: url(../img/double-arrow-l.png) left top no-repeat;
	background-size: 100% 100%;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
	.breadcrumb .divider {
		background-image: url(../img/double-arrow.png);
	}

}

/* Offices */

.office-block {
	margin-bottom: 40px;
}

.office {
	margin-bottom: 0;
}

.office h4 {
	margin: 3px 0 0;
}

.office h5 {
	margin: 4px 0 11px;
}

.office p {
	margin-bottom: 19px;
}

address {
	font-style: normal;
	line-height: 18px;
	margin: 0 0 18px;
}

.phone-list {
    line-height: 24px;
    margin: 29px 0 3px;
}

.support-mail {
    display: inline-block;
    margin: 0 0 2px;
    text-decoration: underline;
}

.office ul {
	margin-bottom: 0;
}

.office img {
	display: block;
	margin: 0;
}

.office-address {
	margin-bottom: 40px;
}

.office-address address {
	margin-bottom: 12px;
}

.office-address .h5 {
	margin-top: 0;
}

/* Share buttons */

.share-block {
	margin: -4px 0 -6px;
}

.share-container {
	display: inline-block;
	margin-right: 5px;
}

.google-container {
	position: relative;
	top: 4px;
}

.facebook-container {
	display: inline-block;
	top: -3px;
	position: relative;
}

.linkedin-container {

}

/* Appplication index */

.application-index {
    margin-bottom: 28px;
}

.application-index-item {
	position: relative;
	margin-bottom: 30px;
}

.application-index-item img {
	display: block;
	margin: 0;
}

.application-index-content {
	position: absolute;
	bottom: 5px;
	left: 5px;
	line-height: 18px;
	padding: 0;
	margin-right: 5px;
}

.application-index-content .h5 {
	text-transform: uppercase;
	display: block;
	padding: 11px 13px 11px 14px;
	margin-bottom: 10px;
}

.application-index-body {
	margin: 0;
	padding: 10px 10px 10px 14px;
}

/* Tables */

table {
    border: 1px solid #ccc;
    background: #f2f2f2;
}

table.table-styled {
	width: 100%;
	margin: 0 0 45px;
    border: none;
}

.table-styled th {
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	background: #666;
	padding: 9px 15px 9px 15px;
}

td {
	padding: 8px 15px 9px 15px;
}

.table-styled tr {
	background: #e5e5e5;
	border-bottom: 1px solid #ccc;
}

.table-styled tr.odd {
	background: #f2f2f2;
}

.table-styled .tr-1 {
	width: 36%;
}

.table-styled .tr-2 {
	width: 33%;
}


/* Media object */

.media {
	margin-bottom: 40px;
}

.media:before,
.media:after {
    content: " ";
    display: table;
}

.media:after {
    clear: both;
}

.media {
    *zoom: 1;
}

.media-body {
	margin-left: 225px;
}

.media-img {
	float: left;
	margin: 0 26px 0 0;
}

.media-img img {
	display: block;
	margin: 0;
}

.media-news .media-body {
	padding: 2px;
}

.media h5 {
	line-height: 18px;
	margin: 9px 0 15px 0;
}

.media-event h5 small {
	font-size: 100%;
	font-weight: normal;
	color: #666;
}

.media-event h5 {
	margin: 6px 0 5px 0;
}

a.media-event:hover h5 {
    color: #F27D00;
}

.media-event ul {
	margin: 13px 0 0 0;
}

.event-date {
	font-weight: bold;
	color: #666;
}

/* Media Download */

.media-download {
    margin-bottom: 0;
}

.media-download .media-body {
    margin-left: 47px;
    margin-top: 26px;
    margin-bottom: 24px;
}

.media-download h5 {
    margin-bottom: 0;
}

.media-download .media-img {
    padding-top: 27px;
    padding-left: 2px;
    margin-right: 0;
}

.media-download a:hover {
    color: #f27d00;
    text-decoration: underline;
}

/* Pagination */

.pagination {
	margin: -10px 0 20px;
}

.pagination-centered {
	text-align: center;
    position: relative;
}

.pagination ul {
	display: inline-block;
	margin: 0;
	border-right: 2px solid #fff;
	padding: 0;
}

.pagination ul > li {
	display: inline-block;
	border-left: 2px solid #fff;	
	height: 29px;
}

.pagination ul > li a {
	color: #333;
	
	line-height: 29px;
	font-weight: bold;
	display: inline-block;
}

.pagination ul > li a {
	width: 29px;
	height: 29px;
}
.pagination ul > li a:hover {
	background-color: #E5E5E5;
}
.pagination ul > li.active a,
.pagination ul > li.active a:hover {
	background-color: #333;
	color: #fff;
}

.prev,
.next {
	background: #f27d00;
	color: #fff;
	line-height: 29px;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 14px;
	padding-right: 14px;
    position: absolute;
}

.prev:hover,
.next:hover {
	background: #333;
	color: #fff;
}

.prev .icon-arrow-small,
.next .icon-arrow-small {
	margin-top: 3px;
}

.prev {
    top: 0;
    left: 0;
	float: left;
	border-right: 2px solid #fff;
}

.next {
    top: 0;
    right: 0;
	float: right;
	border-left: 2px solid #fff;
}

/* News index */

.news-index {
	line-height: 18px;
	margin: -5px 0 15px;
}

.news-index li {
	padding: 0;
}

.news-index-link {
	display: block;
	padding: 21px 0 21px 0;
}

.news-index-date,
.news-index-content {
	float: left;
}

.news-index-date {
	width: 85px;
	color: #666;
}

.news-index-content {
	width: 370px;
	background: url(../img/sprite-icons.png) -443px -45px no-repeat;
	padding: 0 0 0 16px;
	font-weight: bold;
	color: #333;
}

.news-index-link:hover .news-index-content {
	text-decoration: underline;
}

/* Event index */

.event-index {
	margin: -5px 0 15px;
}

.event-index li {
	padding: 0;
}

.event-index .media-event {
	margin: 0;
	display: block;
	padding: 24px 0 18px;
}

.event-index .media-body {
	margin-left: 0;
	background: url(../img/sprite-icons.png) -327px -650px no-repeat;
	padding: 0 0 0 38px;
}

.news-event-buttons {
    margin-bottom: 61px;
}

/* News page*/

.news-header {
	margin-top: 15px;
}

/* Data lists */

.data-list {
    line-height: 20px;
}

.data-list-row {

}

.data-list-col {
    vertical-align: text-top;
    display: inline-block;
}

.data-list-col.col-1 {
    width: 68px;
}

.data-list-col.col-2 {
    width: auto;
}

/* Vacancies */

.vacancies {
    margin-bottom: 26px;
}

.vacancies-item {
    padding: 0 0 28px 0;
}

.vacancies-item h5 {
    margin-top: 20px;
    background: url(../img/sprite-icons.png) -391px -594px no-repeat;
    padding: 0 0 0 18px;
}

.vacancies-item h5:hover {
    background: url(../img/sprite-icons.png) -491px 6px no-repeat;
    color: #f27d00;
}

.vacancies-item .data-list {
    margin: 3px 0 12px 18px;
}

.vacancies-item .btn {
    margin: 0 0 0 18px;
}

/* Theme descriptions */

.img-theme {
    width: 124px;
    height: 148px;
    background: url("../img/sprite-theme-icons-home.png") left top no-repeat;
    margin: 0 auto -2px;
}

.img-theme-safe {
    background-position: left top;
}

.img-theme-green {
    background-position: -124px top;
}

.img-theme-smart {
    background-position: -248px top;
}

.theme-description {
    margin-top: 3px;
    margin-bottom: 5px;
}

.theme-description h3 {
    margin-bottom: 13px;
}

.theme-description p {
    padding: 0 15px;
}

/* Cookie message */

.cookie {
    width: 40px;
    height: 40px;
    background: #f27d00;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 9px 0 0 13px;
    cursor: pointer;
    z-index: 105;
}

.cookie-message {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 301px;
    padding: 27px 27px;
    z-index: 105;
}

.cookie-message:after {
    content: '';
    bottom: -48px;
    right: 0;
    width: 0;
    height: 24px;
    position: absolute;
    border-top: 24px solid #333;
    border-left: 24px solid transparent;
}

.cookie-message p {
    margin-bottom: 7px;
}

.cookie-message a:hover, .site-header-top-nav a:hover {
	color: #f27d00;
	text-decoration: underline;
}

/* Extranet */

.folder {
    width: 113px;
    height: 78px;
    background: url("../img/sprite-extranet.png") left top no-repeat;
    display: inline-block;
}

.dw-download {
    margin-top: 35px;
}

.dw-download h5 {
    margin-top: 3px;
}

.product-usp {
    margin-top: 8px;
}

.product-usp h4 {
    margin-top: 11px;
    margin-bottom: 10px;
    line-height: 20px;
}

.product-usp ul {
    margin-bottom: 19px;
}

.calendars {
    margin-top: 45px;
}