.header {
    width: 100%;
    height: 300px;
    position: fixed;
    margin-top: -210px;
    z-index: 1001;
    overflow: visible;
}

#kayako-messenger {
    left: 0;
}

.header.closed {}

.sicrm {
    width: 100%;
    height: 210px;
    background: #FFF;
    position: relative;
    border-bottom: 1px solid #D0D0D0;
}

.sicrmPanel {
    width: 980px;
    height: 100%;
    margin: 0 auto;
}

.sicrm_left {
    background: #219CE1;
    height: 100%;
    width: 430px;
    display: inline-block;
    float: left;
}

.sicrm_left .headline {
    color: #FFF;
    font-size: 50px;
    line-height: 48px;
    display: block;
    padding: 10px 10px;
    font-style: italic;
    font-family: segoe_uibold;
}

.sicrm_left .body {
    color: #FFF;
    font-size: 16px;
    line-height: 26px;
    display: block;
    padding: 0 10px 10px 10px;
    display: inline-block;
    width: 210px;
    font-family: segoe_uiregular;
}

.sicrm_right {
    background: none;
    height: 100%;
    width: 550px;
    display: inline-block;
    float: right;
}

.demoMascot {
    width: 186px;
    height: 210px;
    background-image: url(img/mascot_wrench.png);
    background-size: 186px auto;
    background-repeat: no-repeat;
    background-position: 0 16px;
    position: absolute;
    margin-top: 0;
    margin-left: 194px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 0;
    border: 0;
    padding: 0;
}

.sicrmButton {
    margin: 0;
    top: 140px;
    display: inline-block;
    width: 166px;
    height: 44px;
    color: #FFF;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    float: right;
    cursor: pointer;
    box-shadow: 2px 2px 2px #00263C;
    z-index: 1;
    position: absolute;
    background-color: #ff2e58;
    background-image: url(img/mascot_wrenchOnly.png);
    background-size: 186px auto;
    background-repeat: no-repeat;
    background-position: -36px -124px;
}

.sicrmButton:hover {
    font-weight: 600;
    box-shadow: 1px 1px 0 #00263C;
}

.sicrmButton2 {
    margin: 24px 0 0 0;
    display: inline-block;
    width: 137px;
    height: 44px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    float: right;
    cursor: pointer;
    box-shadow: 2px 2px 2px #00263C;
    z-index: 1;
    position: relative;
    background: #42a4e1;
    background: -moz-linear-gradient(top, #42a4e1 0%, #297dc3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42a4e1), color-stop(100%, #297dc3));
    background: -webkit-linear-gradient(top, #42a4e1 0%, #297dc3 100%);
    background: -o-linear-gradient(top, #42a4e1 0%, #297dc3 100%);
    background: -ms-linear-gradient(top, #42a4e1 0%, #297dc3 100%);
    background: linear-gradient(to bottom, #42a4e1 0%, #297dc3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#42a4e1', endColorstr='#297dc3', GradientType=0);
}

.sicrmButton2:hover {
    background: #297dc3;
    background: -moz-linear-gradient(top, #297dc3 0%, #42a4e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #297dc3), color-stop(100%, #42a4e1));
    background: -webkit-linear-gradient(top, #297dc3 0%, #42a4e1 100%);
    background: -o-linear-gradient(top, #297dc3 0%, #42a4e1 100%);
    background: -ms-linear-gradient(top, #297dc3 0%, #42a4e1 100%);
    background: linear-gradient(to bottom, #297dc3 0%, #42a4e1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#297dc3', endColorstr='#42a4e1', GradientType=0);
}

.mainmenu .logoGeneric,
.mainmenu .sicrmButton2 {
    position: absolute;
    right: 0;
}

.sicrmMenu,
.sicrmLogin {
    width: auto;
    height: auto;
    padding: 20px 0 0 0;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0;
    display: flex;
}

.sicrmMenu ul {
    width: 182px;
    display: inline-block;
    float: left;
}

.sicrmMenu li {
    cursor: pointer;
    display: block;
    padding: 0 0 0 15px;
    font-family: segoe_uiregular;
}

.sicrmMenu li:hover {
    font-weight: 600;
    letter-spacing: -1px;
}

.sicrmMenu li.headline {
    cursor: default;
    font-weight: 600;
}

.sicrmMenu li.headline:hover {
    cursor: default;
    letter-spacing: 0;
}

.sicrmLogin {
    padding: 20px 0 0 30px;
    font-family: segoe_uiregular;
}

.sicrmInput {
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    padding: 0 10px;
    margin: 0 0 0 10px;
    color: #219CE1;
    width: 160px;
    font-family: segoe_uiregular;
}

.sicrmLoginButton {
    cursor: pointer;
    background: #FF2951;
    color: #FFF;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 24px;
    padding: 0;
    float: left;
    width: 88px;
    font-family: segoe_uiregular;
}

.sicrmLoginButton:hover,
.sicrmLoginButton:focus {
    font-weight: 600;
}

.mainmenu {
    margin: 0 auto;
    width: 980px;
    height: 100%;
    background: none;
    position: relative;
    overflow: visible;
}

.mainmenuItems {
    display: inline-block;
    float: left;
}

.mainmenuCont {
    width: 100%;
    height: 90px;
    background: #fff;
}

.mainmenu ul li {
    color: #515151;
    position: relative;
    display: inline-block;
    font: inherit;
    text-align: center;
    font-size: 14px;
    line-height: 90px;
    cursor: pointer;
    font-weight: 100;
    width: auto;
    padding: 0 10px;
    font-family: segoe_uiregular;
}

.mainmenu ul li:hover,
.mainmenu ul li.curr {
    text-shadow: 0 0 0 #000;
}

.mainmenu ul li.curr:after {
    content: "";
    border: solid rgba(0, 0, 0, 0);
    border-top-color: #fff;
    border-width: 13px;
    margin-left: -13px;
    top: 100%;
    left: 50%;
    position: absolute;
}

.mainmenu ul li .sub {
    display: none;
    position: absolute;
    top: 100%;
    left: -50%;
    background: #FFF;
    width: 200px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 10px 20px -10px #000;
}

.mainmenu ul li .sub .subItem {
    line-height: 32px;
    height: 32px;
    color: #515151;
}

.mainmenu ul li .sub .subItem:hover {
    text-shadow: 0 0 0 #000;
}

.mainmenu ul li:hover .sub {
    display: block;
    text-shadow: none;
}

.mainmenu ul li.m4 {
    display: none !important;
}

.mainmenu .logo {
    height: 89px;
    width: 335px;
    display: inline;
    float: left;
    background-image: url(img/logo.png);
    background-size: 288px auto;
    background-repeat: no-repeat;
    background-position: 0 18px;
}

.logoGeneric {
    height: 90px;
    width: 150px;
    display: inline;
    float: right;
    background-image: url(img/generic.png);
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: 0 12px;
}

.sicrmTog {
    webkit-transition: all 0.1s linear 0;
    -moz-transition: all 0.1s linear 0;
    -o-transition: all 0.1s linear 0;
    transition: all 0.1s linear 0;
    background: #D0D0D0;
    width: 90px;
    position: absolute;
    float: right;
    right: 38px;
    overflow: visible;
    line-height: 34px;
    height: 34px;
    text-align: center;
    font-family: segoe_uibold;
    color: #000;
    border-radius: 0 0 10px 10px;
    margin: 0 120px 0 0;
    padding: 0 5px 0 0;
    cursor: pointer;
}

.sicrmTog:hover {
    webkit-transition: all 0.1s linear 0;
    -moz-transition: all 0.1s linear 0;
    -o-transition: all 0.1s linear 0;
    transition: all 0.1s linear 0;
    box-shadow: 0 6px 6px -4px #333;
}

.sicrmTogLCor {
    top: 0;
    background-image: url(img/corner.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 16px;
    width: 16px;
    position: absolute;
    left: -16px;
    z-index: 0;
}

.sicrmTogRCor {
    top: 0;
    background-image: url(img/corner.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 16px;
    width: 16px;
    position: absolute;
    right: -16px;
    z-index: 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.sicrmTogArrow {
    display: inline-block;
    position: absolute;
    height: 8px;
    width: 12px;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 14px 0 0 3px;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.sicrmTogArrowOpen {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
