@charset "utf-8";
/* CSS Document */

html {
    height: 100%;
}

body {
    margin: 0px;
    padding-bottom: 00px;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #003664;
    z-index: 0;
    height: 100%;
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

sub {
    top: 0.4em;
}

h1 {
    font-size: 50px;
    color: #ffff00;
}

h2 {
    font-size: 35px;
    color: #fff;
}

h3 {
    font-size: 22px;
    color: #ffff00;
    text-transform: uppercase;
}

#wrapper {
    width: 100%;
    height: 100%;
    /*background-image: url(../images/landing-background.jpg);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
    position: relative;
}

#wrapper-fr {
    width: 100%;
    height: 100%;
    /*background-image: url(../images/landing-background-fr.jpg);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

#wrapperTablet {
    width: 100%;
    height: 100%;
    background-image: url(../images/landing-background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}


#content {
    margin: 0 auto;
    width: 1024px;
    height: 100%;
    position: relative;
    z-index: 1;
}

section {
    margin: 20px 0px 20px 0px;
}

.background-mobile {
    display: none;
}

.clear {
    clear: both;
}

.displayMobile {
    display: none;
}

.displayDesktop {
    display: block;
}

header {
    font-size: 35px;
    font-weight: 700;
    text-shadow: 3px 4px 10px #000;
    position: absolute;
    bottom: 250px;
    left: 130px;
}

.header-margin {
    left: 220px;
}

.video-copaxone {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;

}

.place-video-copaxone {
    width: 100%;
    position: absolute;
}

/*-------------------------------------------------------------------------------------------------
nav
-------------------------------------------------------------------------------------------------*/
nav {
    position: absolute;
    bottom: 178px;
    left: 5px;
}

.marginLeft-nav {
    margin-left: 20px
}

/*-------------------------------------------------------------------------------------------------
section prescribed copaxone
-------------------------------------------------------------------------------------------------*/
.Prescribed-Copaxone {
    background-image: url(../images/landing-prescribed-popup.png);
    width: 587px;
    height: 157px;
    line-height: 120%;
    position: absolute;
    bottom: 0px;
    left: 40px;
    z-index: 200;
}

.Prescribed-Copaxone-left {
    float: left;
    padding: 14px 4px 4px 30px;
    color: #FFFFFF;
    font-size: 14px;
    width: 300px;
    position: relative;
}

.Prescribed-Copaxone-left-Title {
    color: #ffff00;
    font-size: 22px;
    font-weight: 700;
}

.Prescribed-Copaxone-left-Arrow {
    position: absolute;
    left: 230px;
    top: 10px;
}

.Prescribed-Copaxone-right {
    float: left;
    padding: 4px;
    color: #FFFFFF;
    font-size: 14px;
    width: 230px;
    position: relative;
}

.Prescribed-Copaxone-right-DIN {
    padding: 10px;
    color: #FFFFFF;
    font-size: 40px;
    text-align: right;
    font-weight: 600;
    background: none;
    border: none;
    width: 220px;
    margin-top: 10px;
}

.Prescribed-Copaxone-GO {
    position: absolute;
    left: 605px;
    top: 10px;
}

/*-------------------------------------------------------------------------------------------------
section no-prescribed copaxone
-------------------------------------------------------------------------------------------------*/
.no-Prescribed-Copaxone {
    background-image: url(../images/landing-no-prescribed-popup.png);
    width: 467px;
    height: 137px;
    line-height: 110%;
    position: absolute;
    left: 312px;
    bottom: 0px;
    padding: 10px 10px 10px 30px;
    font-size: 16px;
    z-index: 200;
}

.no-Prescribed-Copaxone-left-Title {
    color: #ffff00;
    font-size: 22px;
    font-weight: 700;
}

/*-------------------------------------------------------------------------------------------------
section shared solutions
-------------------------------------------------------------------------------------------------*/
.shared-solutions {
    margin-left: 4%;
    margin-top: 4%;
    position: absolute;
    z-index: 200;
}

.shared-solutions-angle {
    background-image: url(../images/angle-box.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 62px;
    float: left;
}

.shared-solutions-top {
    background-color: #003663;
    width: 900px;
    height: 62px;
    float: left;
}

.shared-solutions-content {
    background-color: #003663;
    ;
    width: 890px;
    padding: 0px 10px 20px 37px;
    padding-top: 20px;
}

.shared-solutions-icons {
    float: left;
    margin: 0px 20px 20px 0px;
}

.shared-solutions-icons-text {
    float: left;
    margin: 0px 20px 20px 0px;
    width: 90%;
}

.shared-solutions-icons-ref {
    font-size: 10px;
}

.position-close-shared-solutions {
    position: absolute;
    right: 60px;
    top: 10px;
}

/*-------------------------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------------------------*/
#footer {
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 60px 0px 30px 0px;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    color: #000;
    text-decoration: none;
    background-color: #ffe700;
}

.disclaimers {
    padding: 0px 0px 20px 20px;
    font-size: 13px;
    text-align: left;
    width: 50%;
    float: left;
}

.logo-disclaimer {
    float: right;
    margin-right: 20px;
}

.place-footer {
    background-color: #003664;
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding-top: 20px;
}

/*-------------------------------------------------------------------------------------------------
add by marval
-------------------------------------------------------------------------------------------------*/

.topmenu {
    background-color: white;
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 1;
}

.topmenu .logo img {
    width: 50%;
}

.lng {
    position: absolute;
    top: 15px;
    left: 40px;
    z-index: 100;
}

.topmenu .logo {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 40px;
    z-index: 100;
}