/*
Theme Name: Bax-blog
Theme URI: #
Version: 1.0
Author: Jordi Dekker2
Author URI: mailto:jordi.dekker@bax-shop.nl
Description: Layout van Bax-blog website.
*/


@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: normal;
    src: local('Oxygen'), local('Oxygen-Regular'), url(//themes.googleusercontent.com/static/fonts/oxygen/v3/RzoNiRR1p2Mqyyz2RwqSMw.woff) format('woff')
}


@font-face {
    font-family: 'Oxygen';
    font-style: normal;
	font-weight: Bold;
    src: local('Oxygen Bold'), local('Oxygen-Bold'), url(//themes.googleusercontent.com/static/fonts/oxygen/v3/yVHpdQrmTj9Kax1tmFSx2j8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')
}
/*
@font-face {
    font-family: Oxygen;
    src: url('https://fonts.googleapis.com/css?family=Oxygen');
    font-weight:normal;
}

@font-face {
    font-family: Oxygen;
    src: url('https://fonts.googleapis.com/css?family=Oxygen:700');
    font-weight: bold;
}
*/

* {
    margin: 0;
    padding: 0
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
    font-family: Oxygen, Arial, sans-serif;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

.post .post-content h1 {
    font-size: 22px;
    font-weight: normal;
    padding: 0px 0 20px
}

.post .post-content h2 {
    font-size: 21px;
    font-weight: bold;
    padding: 0px 0 20px
}

.post .post-content h3 {
    font-size: 16px;
    font-weight: bold;
	font-style: italic;
    padding: 0px 0 20px
}

.post .post-content h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0 20px
}

.post .post-content ul {
    margin-bottom: 20px;
}

.post .post-content ol {
    margin-bottom: 20px;
}

.post .post-content pre {
    display: block;
    font-family: monospace;
    font-size: 10pt;
    white-space: pre;
    margin: 20px 0px 30px 0px;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 100%
}

input[type="button"], input[type="submit"] {
    border: none !important;
    text-shadow: none
}

html {
    height: 101%
}

body {
    background: #000;
    font-size: 62.5%;
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block !important
}

header#top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 980px;
    margin: 0 auto;
    width: 100%
}

hgroup {
    background: none;
    max-width: 980px;
    margin: 0 auto;
    display: block;
    border-top-left-radius: 15px
}

.headerContainer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%
}

.headerRow1 {
    height: 115px;
    background: none;
    position: relative
}

.headerTopRight {
    float: right;
    height: 36px
}

.topMenu {
    display: block;
    padding: 9px 10px
}

.topMenu li {
    list-style: none;
    float: left;
    padding: 0 0 0 10px
}

.topMenu a, .topMenu a:hover, .topMenu a:visited {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 2px 2px #000
}

.headerRow2 {
    border-top-left-radius: 10px;
    height: 63px;
    background: #eb008b;
    background: -moz-linear-gradient(top, #eb008b 0, #c60068 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb008b), color-stop(100%, #c60068));
    background: -webkit-linear-gradient(top, #eb008b 0, #c60068 100%);
    background: -o-linear-gradient(top, #eb008b 0, #c60068 100%);
    background: -ms-linear-gradient(top, #eb008b 0, #c60068 100%);
    background: linear-gradient(to bottom, #eb008b 0, #c60068 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb008b', endColorstr='#c60068', GradientType=0);
    position: relative
}

.headerLogo {
    left: 20px;
    position: absolute;
    zoom: 1;
    z-index: 1
}

.languageSelector select {
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0);
    background: url("./img/arrow.png") no-repeat right #555554 !important;
    border-radius: 5px;
    border: none !important;
    color: #FFF;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 8px;
    width: 115%;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: clip;
    outline-color: #333
}

.socialMediaInHeader {
    position: absolute;
    right: 10px;
    top: -21px
}

.socialMediaInHeader a {
    margin: 0 2px;
    float: left;
    display: block;
    background: url("./img/social-media-icons/header/socialheadersprite.png") no-repeat
}

.socialMediaInHeader a:hover {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 9px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 3px 9px rgba(228, 193, 218, 1);
    box-shadow: 0 3px 9px rgba(255, 255, 255, 1)
}

.socialMediaInHeader .socialMediaTwitter {
    width: 42px;
    height: 42px;
    background-position: 0 -86px
}

.socialMediaInHeader .socialMediaFacebook {
    width: 42px;
    height: 42px;
    background-position: 0 0
}

.socialMediaInHeader .socialMediaLinkedin {
    width: 42px;
    height: 42px;
    background-position: 0 -43px
}

.socialMediaInHeader .socialMediaGoogleplus {
    width: 42px;
    height: 42px;
    background-position: 0 -129px
}

.post-content li {
    margin-left: 15px;
    font-size: 15px;
    line-height: 21px;
    color: #3d3d3d
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    font-size: 15px;
    line-height: 17px;
    color: #3d3d3d;
    margin-bottom: 12px
}

a, a:hover, a:visited {
    text-decoration: none;
    color: #3c8edb
}

.wrapper {
    max-width: 980px;
    margin: 0 auto
}

#mainbody {
    padding: 1% 10px;
    background: rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    zoom: 1;
    display: block;
    z-index: auto;
    max-width: 980px;
    margin: 0 auto
}

#navbar {
    display: none
}

nav {
    display: block
}

#n ul {
    display: block;
    height: 48px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 25%, #d9d9d9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #fff), color-stop(100%, #d9d9d9));
    background: -webkit-linear-gradient(top, #fff 25%, #d9d9d9 100%);
    background: -o-linear-gradient(top, #fff 25%, #d9d9d9 100%);
    background: -ms-linear-gradient(top, #fff 25%, #d9d9d9 100%);
    background: linear-gradient(to bottom, #fff 25%, #d9d9d9 100%);
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 5px solid #CACACA
}

#n ul li {
    display: inline-block;
    padding: 0px 0px 30px 0px;
    position: relative;
    font-size: 18px;
    text-shadow: 0 1px 0 #fff;
    border-right: 1px solid #c8c8c8;
    border-left: 1px solid #fff;
    margin-right: -3px;
    height: 28px
}

#n ul li:first-child {
    border-left: none
}

#n ul li a {
    display: block;
    padding: 1px 19px 0px;
    color: #3d3d3d;
}

#n ul li a:hover {
    color: #477aad;
    text-decoration: none;
    background: #fafafa;
}

#n ul li ul {
    display: none;
    margin: 0;
    position: absolute;
    top: 50px;
    zoom: 1;
    z-index: 9999;
    background: #fff;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #e1e1e1
}

#n ul li ul li {
    display: block;
    width: 12em;
    border: 0
}

#n ul li ul li a {
    background: #fff;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1
}

#n ul li:hover > ul {
    display: block
}

#n ul li:hover > a {
    text-decoration: none
}

#content {
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden
}

.containerWithRightSidebar {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 100%;
    position: relative
}

.containerWithRightSidebar p:first-child {
    margin-top: 10px
}

#leftSide {
    display: block;
    width: 595px;
    height: 100%;
    position: relative;
    float: left;
    padding: 10px 20px 0
}

#rightSide {
    display: block;
    width: 325px;
    height: 100%;
    position: relative;
    float: right
}

.fullSideItem #rightSide {
    width: 100%
}

.container {
    width: 980px;
    margin: 0 auto
}

.post {
    display: block;
    padding-top: 4px;
    padding-bottom: 75px
}

.post header {
    display: block
}

.post p {
    margin-bottom: 25px;
    line-height: 1.7em;
    font-size: 15px;
    line-height: 22px;
    color: #3d3d3d
}

.post img {
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.thumbnailImage img {
    padding: 0 !important
}

header h2 {
    font-size: 18pt;
    color: #DD007E;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 2px !important
}

.post .meta {
    font-size: 1.2em;
    line-height: 1.3em
}

.post .meta i {
    display: block;
    margin-bottom: 10px;
    font-style: normal;
    color: #666
}

.post blockquote {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fbf0de;
    padding: 9px 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 18px
}

.post blockquote p {
    font-style: italic;
    font-weight: normal;
    color: #797064;
    margin-bottom: 3px;
    font-size: 1.9em
}

.post .postcontent {
    margin-bottom: 25px
}

.post .more-link {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 15px
}

.post p .more-link {
    font-size: 1em
}

.archiveshead h2 {
    font-size: 2.2em;
    color: #454545;
    font-weight: bold;
    line-height: 1.55em
}

#navbelow {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: -10px;
    margin-bottom: 35px
}

.nav-prev {
    float: left;
    display: block
}

.nav-next {
    float: right;
    display: block
}

.nav-prev a, .nav-next a {
    display: block;
    padding: 3px 5px;
    font-size: 1.3em
}

#comments {
    display: block;
    margin-top: 15px
}

.post #comments h3 {
    font-size: 1.7em;
    line-height: 1.45em;
    color: #818181;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    padding: 6px 10px;
    background: #f5f5f5
}

#comments #respond {
    margin-left: 0
}

#comments .commentlist .comment #respond {
    margin-left: 35px;
    font-size: 1em
}

#cancel-comment-reply {
    font-weight: bold;
    display: block;
    position: relative
}

#cancel-comment-reply-link {
    display: block;
    padding: 0 4px;
    font-size: .8em;
    position: absolute;
    right: 0;
    top: -12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none
}

#cancel-comment-reply-link:hover {
    color: #fff;
    text-decoration: none;
    background: #5d9de5
}

.commentlist {
    list-style: none
}

.commentlist .comment {
    display: block;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
    background: #FCFCFC;
    border: 1px solid #E2E2E2;
    margin-left: 0;
    font-size: 12px;
    line-height: 12px
}

.commentlist .comment .comment-author {
    position: relative
}

.commentlist .comment .comment-author .avatar {
    float: left;
    display: inline-block;
    padding: 5px;
    background: #fafafa;
    border: 1px solid #ccc;
    margin-right: 15px
}

.commentlist .comment .comment-author .fn {
    font-weight: bold;
    font-size: 1.65em;
    line-height: 1.1em;
    font-style: normal;
    top: 2px;
    color: #535353
}

.commentlist .comment .comment-author .says {
    display: none
}

.commentlist .comment .comment-meta {
    top: 25px;
    font-size: 1.2em;
    margin-top: 3px
}

.commentlist .comment .comment-meta a {
    color: #888
}

.commentlist .comment .comment-meta a:hover {
    color: #3d3d3d
}

.commentlist .comment p {
    display: block;
    margin-top: 15px;
    padding-right: 10px
}

.commentlist .comment .wp-smiley {
    padding: 0
}

.commentlist .comment .comment-body .reply {
    font-size: 1.3em
}

.commentlist .comment .comment-body .reply a.comment-reply-link {
    color: #888;
    font-size: 12px;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none
}

.commentlist .comment .comment-body .reply a.comment-reply-link:hover {
    color: #3d3d3d
}

.comment-awaiting-moderation {
    font-size: 1.2em;
    color: #444;
    display: block;
    text-decoration: underline;
    text-align: center;
    margin-top: 4px;
    margin-bottom: -5px
}

.commentlist .comment ul.children {
    margin-left: 40px;
    padding-top: 15px
}

#commentform {
    display: block;
    width: 100%;
    margin-bottom: 0;
    margin-top: 6px
}

#commentform label {
    font-size: 1.2em;
    line-height: 1.6em;
    display: block;
    width: 100%;
    color: #575757;
    margin-bottom: 2px;
    font-weight: bold
}

#commentform label small {
    display: inline;
    size: .9em;
    font-style: italic;
    font-weight: normal;
    color: #7dafe6
}

#commentfields #commentfields {
    display: block;
    margin-bottom: 4px
}

#commentfields #commentfields .ibox {
    display: block;
    margin-bottom: 10px;
    width: 100%
}

#commentfields .basicinput {
    display: block;
    padding: 7px 6px;
    font-size: 1.5em;
    width: 90%;
    outline: none;
    border: 1px solid #dbdbdb;
    color: #487cb7
}

#commentfields textarea {
    display: block;
    padding: 5px 4px;
    font-size: 1.45em;
    width: 90%;
    height: 125px;
    outline: none;
    border: 1px solid #dbdbdb;
    color: #487cb7
}

#commentform #comment {
    display: block;
    margin-bottom: 8px;
    color: #565656;
    font-size: 1.4em;
    line-height: 1.5em;
    padding: 4px 7px
}

#commentform #submit {
    background: #eb008b;
    background: -moz-linear-gradient(top, #eb008b 0, #c60068 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb008b), color-stop(100%, #c60068));
    background: -webkit-linear-gradient(top, #eb008b 0, #c60068 100%);
    background: -o-linear-gradient(top, #eb008b 0, #c60068 100%);
    background: -ms-linear-gradient(top, #eb008b 0, #c60068 100%);
    background: linear-gradient(to bottom, #eb008b 0, #c60068 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb008b', endColorstr='#c60068', GradientType=0);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 1.45em;
    font-weight: bold;
    padding: 6px 24px;
    margin-bottom: 10px;
    text-decoration: none
}

#commentform #submit:hover {
    background: #c60068;
    background: -moz-linear-gradient(top, rgba(198, 0, 104, 1) 0, rgba(235, 0, 139, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(198, 0, 104, 1)), color-stop(100%, rgba(235, 0, 139, 1)));
    background: -webkit-linear-gradient(top, rgba(198, 0, 104, 1) 0, rgba(235, 0, 139, 1) 100%);
    background: -o-linear-gradient(top, rgba(198, 0, 104, 1) 0, rgba(235, 0, 139, 1) 100%);
    background: -ms-linear-gradient(top, rgba(198, 0, 104, 1) 0, rgba(235, 0, 139, 1) 100%);
    background: linear-gradient(to bottom, rgba(198, 0, 104, 1) 0, rgba(235, 0, 139, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c60068', endColorstr='#eb008b', GradientType=0)
}

#commentform #submit:active, .button:active {
    position: relative;
    top: 1px
}

.featuredBar {
    margin-top: 25px;
    margin-bottom: 10px;
    background: #DD007E;
    color: #fff;
    padding: 14px 20px;
    font-size: 14px;
}

#sidebar {
    background: #f2f2f2;
    display: block;
    float: left;
    width: 326px;
    margin: 20px 0;
    height: 100%;
    border-top-right-radius: 10px
}

#sidebar-responsive {
    display: none
}

#sidebar .widget {
    display: block
}

#sidebar .widget h3 {
    font-weight: normal;
    text-transform: uppercase;
    padding: 15px 0;
    padding-bottom: 5px;
    font-size: 1.6em;
    border-bottom: 1px solid #ddd;
    color: #898989;
    margin-bottom: 10px
}

.sideItem {
    display: block;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

#searchSideItem {
    margin-top: 17px
}

#facebookLikeBox, #introductionText, #searchform {
    background: #fff;
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding-right: 16px
}

#searchform {
    height: 14px;
    padding: 20px 25px 30px;
    background: #eb008b;
    background: -moz-linear-gradient(top, #eb008b 0, #c60068 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb008b), color-stop(100%, #c60068));
    background: -webkit-linear-gradient(top, #eb008b 0, #c60068 100%);
    background: -o-linear-gradient(top, #eb008b 0, #c60068 100%);
    background: -ms-linear-gradient(top, #eb008b 0, #c60068 100%);
    background: linear-gradient(to bottom, #eb008b 0, #c60068 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb008b', endColorstr='#c60068', GradientType=0);
    text-align: center
}

#s {
    padding: 3px 5px;
    color: #565656;
    border: 1px solid #bbb;
    outline: none;
    width: 66%;
    font-size: 1.2em;
    background: #dedede;
    background: -moz-linear-gradient(top, rgba(222, 222, 222, 1) 0, rgba(255, 255, 255, 1) 50%, rgba(222, 222, 222, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(222, 222, 222, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(222, 222, 222, 1)));
    background: -webkit-linear-gradient(top, rgba(222, 222, 222, 1) 0, rgba(255, 255, 255, 1) 50%, rgba(222, 222, 222, 1) 100%);
    background: -o-linear-gradient(top, rgba(222, 222, 222, 1) 0, rgba(255, 255, 255, 1) 50%, rgba(222, 222, 222, 1) 100%);
    background: -ms-linear-gradient(top, rgba(222, 222, 222, 1) 0, rgba(255, 255, 255, 1) 50%, rgba(222, 222, 222, 1) 100%);
    background: linear-gradient(to bottom, rgba(222, 222, 222, 1) 0, rgba(255, 255, 255, 1) 50%, rgba(222, 222, 222, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#dedede', GradientType=0)
}

#searchsubmit {
    width: 25%;
    padding: 4px 5px;
    background: #dedede;
    background: -moz-linear-gradient(top, rgba(222, 222, 222, 1) 0, rgba(255, 255, 255, 1) 50%, rgba(222, 222, 222, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(222, 222, 222, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(222, 222, 222, 1)));
    background: -webkit-linear-gradient(top, rgba(222, 222, 222, 1) 0, rgba(255, 255, 255, 1) 50%, rgba(222, 222, 222, 1) 100%);
    background: -o-linear-gradient(top, rgba(222, 222, 222, 1) 0, rgba(255, 255, 255, 1) 50%, rgba(222, 222, 222, 1) 100%);
    background: -ms-linear-gradient(top, rgba(222, 222, 222, 1) 0, rgba(255, 255, 255, 1) 50%, rgba(222, 222, 222, 1) 100%);
    background: linear-gradient(to bottom, rgba(222, 222, 222, 1) 0, rgba(255, 255, 255, 1) 50%, rgba(222, 222, 222, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#dedede', GradientType=0);
    border: 1px solid #bbb
}

footer {
    clear: both;
    font-style: normal;
    font-size: 1.4em;
    color: #434343;
    padding: 10px;
    background: #f2f2f2;
    max-width: 980px;
    margin: 0 auto;
    border-bottom-right-radius: 10px;
    margin-top: 10px
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.clearfix {
    display: inline-block
}

html[xmlns] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #F9E98E
}

.alert-warning hr {
    border-top-color: #f8e5be
}

.alert-warning .alert-link {
    color: #a47e3c
}

.footermenu {
    display: block;
    margin: 0 0 10px;
    padding: 6px
}

.footermenu ul {
    display: inline
}

.footermenu li {
    list-style-type: none;
    display: inline
}

.footermenu li a {
    color: #303030;
    line-height: 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    border-right: thin solid #ADADAD;
    padding: 0 7px 0 3px
}

.footermenu li a:hover {
    text-decoration: underline
}

.footermenu li:last-child > a {
    border-right: none
}

.footerInfo {
    margin: 10px auto;
    overflow: hidden;
    border-bottom: 1px solid #dedede
}

.footerInfoItem div {
    float: left;
    overflow: hidden;
    width: 33.33%;
    height: 100%
}

.footerInfo p {
    line-height: 1.25em
}

#footerPhone {
    width: 28%
}

#footerLinks {
    width: 22% !important
}

.halfFooterInfoItem {
    width: 25% !important
}

.splitFooterInfoItem {
    width: 50% !important
}

.footerInfoItemTitle {
    background: lightgray;
    color: #303030;
    font-size: 100%;
    height: 18px;
    padding: 5px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff;
    margin-bottom: 5px;
    line-height: 16px
}

.footerinfoItemDescription {
    color: #000;
    font-size: 14px;
    padding: 5px;
    color: #333
}

.footerinfoItemDescription a, .footerinfoItemDescription a:hover {
    color: #000;
    color: #333
}

#footerPhoneNumber {
    line-height: 1.25em;
    color: #333
}

.footerCopyright {
    text-align: center;
    color: #404040;
    font-size: 120%;
    margin-top: 25px;
    font-size: 13px;
    padding: 26px 0
}

.googleMapsDescription {
    background: #D9D9D9;
    color: #575757;
    font-size: 70%;
    height: 100%;
    overflow: hidden;
    width: 95%;
    max-width: 165px;
    margin: 2px 0
}

.googleMapsDescription a {
    color: #404040;
    font-size: 12px
}

.googleMapsIcon {
    float: left;
    padding: 5px
}

.googleMapsDescription .routeText {
    position: relative;
    top: 10px
}

.baxTVTitle, .baxTVTitle a, .baxTVTitle a:hover {
    font-size: 25px !important;
    font-weight: bold !important;
    line-height: 30px !important;
    margin-top: 10px !important;
    padding-bottom: 10px;
    margin-bottom: 0 !important;
    color: #ea008a;
}

header h2, .post header a, .pageTitle {
    color: #ea008a;
}

.post header h2, .pageTitle {
    font-size: 22px;
    font-weight: 500
}

.pageTitle {
    padding: 12px 0 10px
}

#pageTitleBold {
    font-size: 38px;
    font-weight: bold;
    margin-top: -20px
}

.socialBarTitle {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #EA008A !important;
    position: absolute;
    top: 15px;
    left: 12px;
    margin-top: 0 !important
}

.subTitle {
    margin-bottom: 0 !important
}

.socialBarNew {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EDEDED));
    background-image: -webkit-linear-gradient(top, #fff, #EDEDED);
    background-image: -moz-linear-gradient(top, #fff, #EDEDED);
    background-image: -ms-linear-gradient(top, #fff, #EDEDED);
    background-image: -o-linear-gradient(top, #fff, #EDEDED);
    background-image: linear-gradient(top, #fff, #EDEDED);
    border-radius: 8px;
    display: block;
    overflow: visible;
    width: 100%;
    position: relative;
    padding: 10px;
    height: 30px
}

.socialBarNew .facebook, .socialBarNew .googleplus, .socialBarNew .linkedin, .socialBarNew .mail, .socialBarNew .twitter {
    background: url("./img/social-media-icons/share/socialsharesprite.png") no-repeat
}

.socialBarNew .facebook {
    width: 21px;
    height: 18px;
    background-position: 0 0
}

.socialBarNew .googleplus {
    width: 21px;
    height: 18px;
    background-position: 0 -19px
}

.socialBarNew .linkedin {
    width: 21px;
    height: 18px;
    background-position: 0 -38px
}

.socialBarNew .mail {
    width: 21px;
    height: 18px;
    background-position: 0 -57px
}

.socialBarNew .twitter {
    width: 21px;
    height: 18px;
    background-position: 0 -76px
}

.singleSocialButton {
    display: inline-block;
    height: 100%;
    margin-right: 3px;
    overflow: hidden;
    width: auto;
    position: relative;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EDEDED));
    background-image: -webkit-linear-gradient(top, #fff, #EDEDED);
    background-image: -moz-linear-gradient(top, #fff, #EDEDED);
    background-image: -ms-linear-gradient(top, #fff, #EDEDED);
    background-image: -o-linear-gradient(top, #fff, #EDEDED);
    background-image: linear-gradient(top, #fff, #EDEDED);
    box-sizing: border-box;
    float: right;
    height: 30px !important
}

.singleSocialButton .socialIcon {
    display: block;
    float: left;
    height: 100%;
    width: auto;
    border-radius: 3px 0 0 3px;
    padding: 5px
}

.singleSocialButton .socialIcon img {
    padding: 0 !important
}

.singleSocialButton .socialLink {
    border-radius: 0 3px 3px 0;
    display: block;
    display: none;
    float: right;
    height: 25px;
    opacity: .7;
    padding: 0;
    position: relative;
    top: 5px;
    transition: visibility 0s linear .5s, opacity .5s linear;
    width: auto
}

.singleSocialButton .socialLink:hover {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s
}

.singleSocialButton .socialLink iframe, .singleSocialButton .socialLink div {
    display: inline-block;
    float: left !important;
    padding-right: 5px
}

#blog-sidebar {
    clear: both;
    margin: 0 10px 0 20px
}

.latestPostsWidget {
    margin: 20px 0;
    background: #F5F5F5
}

.latestPostsWidgetTitle {
    display: block;
    padding: 20px 10px;
    color: #fff;
    font-size: 18px;
    background: #eb008b;
    background: -moz-linear-gradient(top, #eb008b 0, #c60068 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb008b), color-stop(100%, #c60068));
    background: -webkit-linear-gradient(top, #eb008b 0, #c60068 100%);
    background: -o-linear-gradient(top, #eb008b 0, #c60068 100%);
    background: -ms-linear-gradient(top, #eb008b 0, #c60068 100%);
    background: linear-gradient(to bottom, #eb008b 0, #c60068 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb008b', endColorstr='#c60068', GradientType=0);
    overflow: hidden
}

.singlePostInWidget ul {
    display: block
}

.singlePostInWidget ul li {
    font-size: 12px;
    list-style: none
}

.singlePostInWidget ul li ul {
    font-size: 9px
}

.singlePostInWidget ul li a {
    -moz-transition: color .2s linear, background .2s linear;
    -webkit-transition: color .2s linear, background .2s linear;
    border-bottom: 1px solid #d3d3d3;
    color: #3d3d3d;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px 5px 5px;
    transition: color .2s linear, background .2s linear;
    position: relative;
    overflow: hidden;
    height: 100%
}

.singlePostInWidget ul li a img {
    width: 100px;
    float: left;
    margin: 0 10px 5px 0;
    border: 2px solid #C5C5C5
}

.singlePostInWidgetThumbnail {
    height: 56px;
    width: 100px
}

.singlePostInWidget ul li a:hover, .singleCurrentVideoInWidget, .singleCurrentVideoInWidget a {
    background: #fff url("./img/active_vacancy_arrow.png") right center no-repeat;
    background-origin: content-box;
    color: #eb1192 !important;
    text-decoration: none
}

.singleVideoInOverview {
    height: 100%;
    overflow: hidden;
    padding: 2px 0;
    position: relative
}

.breadcrumbs {
    padding: 22px 20px;
    font-size: 11pt;
    background: #fff
}

.ajax {
    cursor: pointer
}

span.bold {
    font-weight: bold
}

span.breadcrumbsSeperator {
    padding: 0 12px
}

.sitemap {
    width: 100%
}

.sitemap td {
    padding: 10px
}

.sitemap td li {
    list-style: square;
    margin: 5px 0
}

#error404 {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.sitemapTitle {
    font-size: 20px !important
}

.baxBlogHomeItems {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    height: 100%
}

.baxBlogHomeItems li {
    margin: 10px 0;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #EEE;
    padding: 5px;
    height: auto;
    overflow: hidden;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #EBEBEB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #EBEBEB));
    background: -webkit-linear-gradient(top, #fff 0, #EBEBEB 100%);
    background: -o-linear-gradient(top, #fff 0, #EBEBEB 100%);
    background: -ms-linear-gradient(top, #fff 0, #EBEBEB 100%);
    background: linear-gradient(to bottom, #fff 0, #EBEBEB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d6d6d6', GradientType=0);
    float: left;
    position: relative
}

.baxBlogHomeItems .excerpt {
    margin: 15px 0;
    padding: 0
}

.baxBlogHomeItems .excerpt p {
    margin: 0;
    font-size: 14px;
}

.thumbnailIndex {
    margin: 5px 15px 5px 0;
    float: left;
    padding: 4px;
    -webkit-box-shadow: 1px 2px 12px #A2A2A2;
    box-shadow: 1px 2px 12px #A2A2A2;
    border-radius: 5px
}

.thumbnailIndex img {
    padding: 0 !important;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #CACACA
}

.newsTitleBar {
    margin-top: 5px;
    margin-bottom: 10px;
    background: #DD007E;
    color: #fff;
    padding: 14px 20px;
}

.newsTitleBar a, .newsTitleBar a:hover {
    color: #fff;
    font-size: 15px
}

.postMeta, .commentsCount, .authorName {
    font-size: 11px !important;
    color: #DD007E !important;
    margin-bottom: 0 !important;
    text-align: right;
    line-height: 15px
}

.commentsCount, .authorName {
    font-weight: bold
}

.postMeta a, .postMeta a:hover, .postMeta a:visited {
    color: #DD007E;
    font-weight: bold;
}

.excerptIndex {
    width: 100%
}

.excerptIndex img {
    float: left
}

.readMoreButton a, .readMoreButton a:hover, .readMoreButton a:visited {
    background: #7d7e7d;
    background: -moz-linear-gradient(top, rgba(125, 126, 125, 1) 0, rgba(14, 14, 14, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(125, 126, 125, 1)), color-stop(100%, rgba(14, 14, 14, 1)));
    background: -webkit-linear-gradient(top, rgba(125, 126, 125, 1) 0, rgba(14, 14, 14, 1) 100%);
    background: -o-linear-gradient(top, rgba(125, 126, 125, 1) 0, rgba(14, 14, 14, 1) 100%);
    background: -ms-linear-gradient(top, rgba(125, 126, 125, 1) 0, rgba(14, 14, 14, 1) 100%);
    background: linear-gradient(to bottom, rgba(125, 126, 125, 1) 0, rgba(14, 14, 14, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    float: right;
    margin: 5px 0
}

.latestPostTitle {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px
}

.latestNewsTitle {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px
}

#currentVideo {
    font-weight: bold
}

.video-container {
    margin: 10px 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#socialMediaShareButtons ul, #socialMediaShareButtons li {
    margin: 0;
    padding: 0;
    position: relative
}

#socialMediaShareButtons:after, #socialMediaShareButtons ul:after {
    content: '';
    display: block;
    clear: both
}

#socialMediaShareButtons a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    min-width: 35px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #333
}

#socialMediaShareButtons ul {
    list-style: none;
    float: left;
    position: relative;
    cursor: pointer
}

#socialMediaShareButtons .alignSocialRight {
    float: right
}

#socialMediaShareButtons .has-sub div.slideDown div {
    padding: 5px 0 !important
}

#socialMediaShareButtons .has-sub div.slideDown {
    display: none;
    position: absolute;
    top: 30px;
    background: none;
    left: -1px;
    z-index: 1000;
    padding: 5px;
    width: 300px
}

.slideDown div {
    float: left
}

.pagination {
    clear: both;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555
}

.pagination a:hover {
    color: #fff;
    background: #DD007E
}

.pagination .current {
    padding: 6px 9px 5px;
    background: #DD007E;
    color: #fff
}

@media screen and (max-width: 1024px) {
    .sideItem {
        padding: 10px 10px 0 20px !important
    }

    #rightSide {
        width: 305px !important
    }
}

@media screen and (max-width: 979px) {
    .latestPostsWidget {
        margin: 0 0 10px
    }

    .footermenu ul li a {
        font-size: 11px
    }

    #navbelow {
        margin-bottom: 0
    }

    #searchform {
        margin-bottom: 10px !important
    }

    #searchSideItem {
        margin-top: 0
    }

    .breadcrumbs {
        padding: 15px 18px 10px
    }

    #mainbody {
        padding: 0
    }

    footer {
        padding: 10px
    }

    #leftSide {
        float: none;
        width: auto !important;
        margin-top: 0
    }

    .baxBlogHomeItems li {
        margin: 3px 0
    }

    #rightSide {
        width: 100% !important
    }

    .headerRow1 {
        display: none
    }

    .headerRow2 {
        height: 0;
        background: none;
        position: relative
    }

    .headerLogo {
        bottom: 0;
        left: 0;
        width: auto;
        height: auto;
        max-height: 70px;
        position: relative;
        zoom: 1;
        z-index: 1;
        padding: 5px 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .headerLogo img {
        box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .socialMediaInHeader {
        display: none
    }

    .sideItem {
        width: 100% !important
    }

    #n .menuItemHome {
        padding: 0
    }

    #n .menuItemHome a {
        background: #FAFAFA
    }

    #n .menuItemHome a:hover {
        background: #EAEAEA
    }

    #navbar {
        display: block;
        height: 45px;
        background: #FAFAFA;
        background: -moz-linear-gradient(#fafafa, #eaeaea);
        background: -webkit-linear-gradient(#FAFAFA, #EAEAEA);
        border: 1px solid #EAEAEA;
        border-bottom: 7px solid #CACACA;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#EAEAEA', GradientType=0)
    }

    #navbar a {
        display: block;
        line-height: 44px;
        padding: 0 10px;
        font-weight: bold;
        font-size: 12px;
        color: #777
    }

    #navbar a:hover {
        color: #477AAD;
        text-decoration: none;
        cursor: pointer
    }

    #navbar a.navbarLink {
        background: url("./img/menuicon.png") left center no-repeat;
        padding-left: 35px;
        margin-left: 16px;
        font-size: 10pt;
        color: #000
    }

    #n ul {
        display: none;
        background: #FAFAFA;
        border: 0;
        height: auto;
        padding: 5px 10px;
        overflow: hidden
    }

    #n ul li {
        font-size: 13px
    }

    #n ul li ul {
        display: block;
        position: static;
        border: 0;
        background: #FAFAFA
    }

    #n ul li ul li {
        font-size: 11px;
        margin-left: 22px;
        width: auto
    }

    #n ul li {
        border: 0;
        width: 100%;
        background: #FAFAFA;
        border: 0
    }

    #n ul li a, #n ul li ul li a {
        font-weight: bold;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        font-size: 16px;
        text-shadow: none;
        padding: 5px 12px;
        margin: 0
    }

    #n ul li ul li a {
        font-size: 10px;
        background: #FAFAFA;
        border: 0
    }

    #n ul li a:hover, #n ul li ul li a:hover {
        background: #EAEAEA;
        color: #777;
        text-decoration: none
    }

    .socialMediaInMenu {
        float: right;
        height: 44px
    }

    .socialMediaInMenu a {
        display: inline !important;
        margin: 2px;
        width: 40px;
        background: url("./img/social-media-icons/mobile/socialmobilesprite.png") no-repeat;
        padding: 10px 15px !important
    }

    .socialMediaInMenu .socialMediaTwitter {
        width: 34px;
        height: 34px;
        background-position: 0 -70px
    }

    .socialMediaInMenu .socialMediaFacebook {
        width: 34px;
        height: 34px;
        background-position: 0 0
    }

    .socialMediaInMenu .socialMediaLinkedin {
        width: 34px;
        height: 34px;
        background-position: 0 -35px
    }

    .socialMediaInMenu .socialMediaGoogleplus {
        width: 34px;
        height: 34px;
        background-position: 0 -105px;
        padding-left: 35px !important
    }

    #sidebar {
        margin: 35px 0 10px
    }

    #postContainerTopMargin {
        margin-top: 0
    }

    .singleImpression .impressionTitle, .singleImpressionInContainer .impressionTitle {
        line-height: normal
    }

    .categories_list {
        width: 100%;
        max-width: 100%;
        margin: 0 0 60px;
    }

    .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
        width: 100% !important;
        min-width: 200px
    }
}

@media only screen and (min-width: 980px) {
    #searchSideItem {
        padding: 10px 10px 0 20px !important
    }

    #n .menuItemHome {
        padding: 0 12px;
        background: none !important
    }

    #n .menuItemHome a {
        background: url("./img/home.png") center center no-repeat !important;
        text-indent: -9999px;
        padding: 0 35px
    }

    #n .menuItemHome:hover {
        background: #fff
    }

    .socialMediaInMenu {
        display: none
    }

    .footerinfoItemDescription {
        padding: 18px 5px 10px
    }

    .footerinfoItemDescription p {
        margin-bottom: 0
    }

    .googleMapsDescription {
        margin: 14px 0 10px !important
    }

    #n > ul li, #n ul li a {
        height: 48px
    }

    #n > ul li a {
        line-height: 48px
    }

    #n > ul li a:hover {
        height: 47px
    }

    #n > ul li.current_page_item, #n ul li.current_page_item:hover {
        background: #9BA1B2;
        color: white !important
    }

    .menu-header.current_page_item a, #n > ul li.current_page_item a:hover, #n > ul li.current_page_item a {
        color: white !important;
        text-shadow: 1px 1px 5px #353535;
        background: #9ba1b2;
        background: -moz-linear-gradient(top, #9ba1b2 0, #808591 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9ba1b2), color-stop(100%, #808591));
        background: -webkit-linear-gradient(top, #9ba1b2 0, #808591 100%);
        background: -o-linear-gradient(top, #9ba1b2 0, #808591 100%);
        background: -ms-linear-gradient(top, #9ba1b2 0, #808591 100%);
        background: linear-gradient(to bottom, #9ba1b2 0, #808591 100%)
    }

    #facebookLikeBox, #introductionText {
        padding-bottom: 30px
    }

    #containerWithForm .post-content.clearfix {
        padding-top: 10px;
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 641px) {
    .footerInfoItem div:first-child, .halfFooterInfoItem, #footerLinks, #footerPhone {
        width: 100% !important;
        margin: 0
    }

    #main {
        display: block;
        float: none;
        width: auto;
        overflow: hidden;
        margin: 0
    }

    #mainFullWidth {
        display: block;
        float: none;
        width: 100%;
        overflow: hidden;
        margin: 0
    }

    #sidebar {
        width: 100%
    }

    .post header h2 {
        font-size: 27px
    }

    .post .meta {
        font-size: 11px;
        line-height: 16px
    }

    .post .meta i {
        margin-bottom: 4px
    }

    #commentform #allowed_tags {
        display: none
    }

    p {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px
    }

    .footerinfoItemDescription, .footerCopyright {
        font-size: 100%
    }

    .pageTitle {
        font-size: 25px
    }

    .post-content.clearfix {
        padding: 0
    }

    #singleVacancyButtonDepartment {
        display: none
    }

    #backgroundWorkingAtBaxshop {
        display: none
    }

    .googleMapsDescription {
        margin: 10px 5px !important
    }

    .singleImpression .impressionTitle, .singleImpressionInContainer .impressionTitle {
        line-height: normal
    }

    #pageTitleBold {
        font-size: 30px
    }

    #n > ul li ul li {
        width: 50%
    }
}

@media only screen and (max-width: 480px) {
    .sideItem {
        padding: 10px 10px 0 10px !important
    }

    #blog-sidebar {
        margin: 0 10px
    }

    .socialBarTitle {
        display: none
    }

    #socialMediaShareButtons .alignSocialRight {
        padding: 0 20%
    }

    .footerInfoItem div:first-child, .halfFooterInfoItem, #footerLinks {
        width: 100% !important;
        margin: 0
    }

    .splitFooterInfoItem {
        width: 50% !important
    }

    #leftSide {
        margin-left: -10px;
        margin-right: -10px
    }

    .categories_list li {
        width: 120px
    }

    .nivo-directionNav {
        display: none
    }

    .thumbnailIndex {
        width: 100px
    }
}

@media only screen and (max-width: 400px) {
    .footerInfoItem div {
        width: 100% !important
    }
}

@media only screen and (min-width: 641px) and (max-width: 979px) {
    .footerInfoItem div, .halfFooterInfoItem, #footerLinks {
        width: 50% !important;
        margin: 0
    }

    .sideItem {
        float: left
    }

    #sidebar {
        width: 260px
    }

    #main {
        margin-left: 260px
    }
}

#blog-sidebar li {
    font-size: 15px;
    margin-top: 10px;
    list-style: none;
    list-style-position: inside
}

.wtitle {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #DD007E;
    color: white;
    padding: 10px
}