img {
    width: 1280px;
    height: auto;
}

body.start {
    background-size: 1px auto;
}

body.start.layout2 {
    background: url(../images/V2-Start-Desktop-bg.jpg) repeat-x;
    background-size: 1px auto;
}

nav {
    display: none;
    position: fixed;
    top: 0;
    height: 143px;
    width: 100%;
    background: transparent url(../images/V1-Start-Desktop-header-shrink-bg.png) left top repeat-x;
    background-size: 1px auto;
    text-align: center;
}
.shrink nav {
    display: block;
}

header {
    position: fixed;
    width: 100%;
    text-align: center;
    background-color: white;
    z-index: 99;
}
.shrink header {
    display: none;
}

body.start.layout2 header {
    border-bottom: 1px solid #005DA9;
}

section {
    width: 100%;
    text-align: center;
}
.callBtn {
    position: fixed;
    top: 400px;
    right: -284px;
    width: 358px;
    height: 87px;
    transition: all 0.4s;
    cursor: pointer;
}
.callBtn:hover {
    right: -36px;
}
.callBtn img {
    height: 79px;
    width: auto;
}
.pageNavigation {
    display: none;
    position: fixed;
    top: 114px;
    width: 100%;
    text-align: center;
    background-color: #EBECF1;
}
.pageNavigation.showNav {
    display: block;
}
.pageNavigation img {
    width: 1280px;
    height: auto;
}