.drugfree {
    position: absolute;
    top: 440px;
    left: 160px;
}

.nav-support a img {
    height: 50px;
    margin-right: 30px;
}

body, html {
    height: 100%
}

.IE8 body {
    min-width: 1200px
}

html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

body {
    margin: 0;
    height: 100%;
    font-family: 'Open Sans', sans-serif
}

body.mobile {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.loadingOverlay {
    background: url(../assets/white80.png);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999
}

.loadingOverlay > div {
    background: url(../assets/loadingCog.gif) center center no-repeat;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.embeddedServiceHelpButton{
  display: none !important;
}
.wrap {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat
}

.IE8 .wrap {
    min-width: 1200px
}

.smallWrap {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box
}

.clearFix {
    border: none !important;
    margin: 0;
    clear: both;
    background: none !important
}

.desktopHide {
    display: none
}

.right {
    float: right
}

.left {
    float: left
}

.table {
    display: table;
    width: 100%;
    table-layout: fixed
}

.table-row {
    display: table-row
}

.table-cell {
    display: table-cell
}

.textLeft {
    text-align: left
}

.textRight {
    text-align: right
}

.textCenter {
    text-align: center
}

.valignTop {
    vertical-align: top
}

.valignMiddle {
    vertical-align: middle;
    display: table-cell
}

.whiteText {
    color: #FFF
}

.hidden {
    display: none
}

a {
    text-decoration: none;
    color: #0031A0;
    font-weight: 700
}

a img {
    border: 0;
}

.inlineImg {
    display: block;
    margin-right: 20px
}

.notice {
    color: #999;
    font-size: 10px
}

.noPadding {
    padding: 0 !important
}

a:hover {
    color: #5250d5
}

.documentBox {
    background: #F7F7F7;
    padding: 30px 0px
}

.documentBox table {
    table-layout: fixed
}

.documentBox a {
    display: block;
    padding: 10px;
    background: url(../assets/black10HalfCross.png) center bottom no-repeat;
    transition: all 0.5s cubic-bezier(0, 0.7, 0.4, 1)
}

.documentBox a:hover {
    background-position: center top
}

.documentBox a span {
    display: block;
    padding: 10px;
    font-size: 14px;
    line-height: 15px
}
#sponsored {display: none;}
table ul li {
    margin-bottom: 8px
}

table ul li:last-child {
    margin-bottom: 0
}

.styledTable {
    border-spacing: 0;
    border-collapse: collapse;
    border-spacing: 0px;
    box-sizing: border-box
}

.styledTable td, .styledTable th {
    padding: 5px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC
}

.styledTable {
    width: 100%;
    text-align: center
}

.styledTable th {
    background: url(../assets/black10.png)
}

.styledTable tr td:last-child, .styledTable tr th:last-child {
    border-right: 1px solid #CCC
}

.styledTable tr:last-child td, .styledTable tr:last-child th {
    border-bottom: 1px solid #CCC
}

ul.stylesList li {
    margin-bottom: 10px;
    list-style: square
}

ol.stylesList li {
    margin-bottom: 10px
}

.faq {
    list-style: none;
    padding: 0;
    margin: 0
}

.faq h3 {
    margin-top: 0;
    margin-left: 120px;
    text-align: left
}

.faq li p {
    clear: both;
    margin-left: 120px
}

.faq > li {
    background: #F7F7F7;
    padding: 30px 0px
}

.faq > li:nth-child(even) {
    background: #EEE
}

.faq .faqNumber {
    float: left;
    display: inline-block;
    width: 100px;
    text-align: right;
    font-weight: 900;
    font-size: 90px;
    line-height: 90px;
    opacity: 0.5
}

.promotions .imageLine {
    background-image: url('/assets/promotions/common/bands.jpg');
    background-position: center;
    padding: 30px 0
}

.promotions h3 {
    margin-bottom: 0
}

.promotions p {
    margin-bottom: 5px
}

.promotions .altList > li {
    padding: 0
}

.promotions .textContent {
    padding-top: 30px;
    padding-bottom: 30px
}

.altList {
    list-style: none;
    padding: 0;
    margin: 0
}

.altList > li {
    background: #F7F7F7;
    padding: 30px 0px
}

.altList > li:nth-child(even) {
    background: #EEE
}

.altList.padded li {
    padding: 10px 25px;
    position: relative
}

.paddedTable {
    border-spacing: 0;
    border-collapse: collapse;
    border-spacing: 0px;
    box-sizing: border-box
}

.paddedTable td {
    padding: 15px
}

.cols {
    position: relative
}

.col span.separator {
    border-left: 1px solid #CCC;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.col {
    float: left;
    position: relative
}

.col.noFloat {
    float: none
}

.col.right {
    width: 50%
}

.col.left {
    width: 50%
}

.col.right > div {
    padding-left: 4px
}

.col.left > div {
    padding-right: 4px
}

.col.right > div.padding {
    padding-left: 20px
}

.col.left > div.padding {
    padding-right: 20px
}

.col.third .col {
    width: 33.333%
}

#navContainer {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 20px
}

.IE8 #navContainer {
    min-width: 1200px
}

#navContainer .respNavButton {
    background-size: 0px;
    transition: background-size 0.7s cubic-bezier(0.7, 0.01, 0.3, 1)
}

#navContainer > .wrap {
    height: 60px;
    border-bottom: 1px solid #EEE;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: border 2s ease-out
}

.noNavLine #navContainer > .wrap {
    border-bottom: 1px solid transparent
}

.whiteNav #navContainer {
    background-color: #fff
}

.liteNav #navContainer {
    background: url(../assets/white70.png)
}

#navContainer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    position: absolute;
    transition: left 0.3s ease-out, top 0.3s ease-out, font 0.3s ease-out
}

#navContainer #mainLogo {
    width: 201px;
    height: 38px;
    background: url(../assets/purinaLogo.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 70px;
    transition: all 0.3s ease-out
}

@media (-webkit-min-device-pixel-ratio: 2) {
    #navContainer #mainLogo {
        background-image: url(../assets/purinaLogo@2x.png)
    }
}

#navContainer ul li {
    display: inline-block;
    float: left
}
ul.nav #page_promotions{
    display:none;
}
#navContainer ul li.right {
    float: right
}

#navContainer .nav-support a {
    position: relative;
    padding: 0 10px;
    margin-top: -20px
}

#navContainer ul li a, #navContainer ul li.nav-fb-like iframe {
    display: inline-block;
    padding: 10px 12px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: border 0.4s ease-out, background 0.1s ease-out
}

.nav-support a {
    margin-top: -8px !important;
    display: block !important;
}

.nav-support {
    font-size: 12px !important;
    text-align: center;
    line-height: 12px !important;
}

.nav-support a:hover {
    background: transparent !important;
}

#navContainer ul li.nav-fb-like iframe {
    width: 100px;
    overflow: visible
}

#navContainer ul li.current a {
    border-bottom: 1px solid #999
}

#navContainer ul li a:hover {
    background: #EEE
}

.noNavLine #navContainer ul li a:hover {
    background: #FFF;
    border: 1px solid #FFF
}

#navContainer .nav {
    left: 325px;
    top: 0px
}

#navContainer .rightNav {
    right: 70px;
    top: 0px
}

.navSpacer {
    padding-top: 80px
}

.subNavSpacer {
    padding-top: 50px
}

.footerSpacer {
    padding-bottom: 100px
}

#backgroundsContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

#backgroundsContainer > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2000px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: 1920px;
    background-position: top center
}

#content {
    position: relative;
    z-index: 1
}

#pageContent {
    position: relative;
    z-index: 2;
    overflow: hidden
}

h1 {
    font-size: 67px;
    line-height: 0.9em
}

h2 {
    text-align: center;
    font-size: 50px;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.2em
}

h3 {
    text-align: center;
    font-size: 37px;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.2em
}

h4 {
    font-size: 21px;
    margin-top: 2em;
    margin-bottom: 1em
}

.titreseo {
    text-align: left;
    font-size: 67px;
    line-height: 60px;
    margin-bottom: 50px
}

.titreseoh1 {
    font-size: 20px;
    line-height: 60px;
    margin-bottom: 0px
}

#characteristics h4 {
    margin-top: 15px
}

.noMargin {
    margin: 0
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child {
    margin-top: 0px
}

hr.styled {
    border: none;
    height: 1px;
    background: #CCC;
    clear: both
}

hr.spaced {
    margin: 15px 0px;
    height: 1px
}

.loadMore {
    position: relative;
    text-align: center;
    padding: 10px 0px;
    background-color: #0031A0;
    color: #FFF;
    cursor: pointer;
    margin-top: 4px
}

.indexSlide {
    height: 750px
}

.indexSlideImg {
    background-image: url(../assets/styles/other/indexSlide@2x.jpg);
    position: absolute;
    height: 750px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1440px
}

.indexSlide .smallWrap {
    z-index: 1
}

.homeSlideText {
    margin-top: 70px;
    width: 320px;
    position: absolute;
    right: 0
}

.homeSlideText h1 {
    font-weight: 300;
    font-size: 50px;
    line-height: 48px
}

.homeSlideText h1 {
    color: #FFF;
}

.homeSlideText p {
    color: #FFF;
}

.homeSlideText a {
    color: #FFF;
}

.homeSlideText p {
    font-size: 18px;
    line-height: 24px
}

.homeSlideText a {
    color: inherit
}

.cta {
    list-style: none;
    padding: 0;
    margin-top: 4px
}

.largeCTA .cta li {
    height: 200px
}

.cta li {
    width: 33.3%;
    height: 100px;
    float: left;
    display: inline-table;
    transition: height 0.7s ease-in-out
}

.cta.double li {
    width: 50%
}

.cta li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    padding: 30px 10px;
    font-weight: 700;
    color: #FFF;
    border-left: 4px solid #FFF;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.48);
    overflow: hidden;
    background-color: #CCC;
    background-position: center center;
    background-size: 640px;
    transition: font 0.3s ease-out, background 0.4s cubic-bezier(0, 0.5, 0.5, 1), opacity 0.4s cubic-bezier(0, 0.5, 0.5, 1)
}

.cta li:first-child a {
    border-left: 0px
}

#socialExtension {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 0.5, 0.5, 1)
}

#socialExtension iframe {
    overflow: auto;
    border: none
}

#socialExtension > div {
    padding-top: 20px
}

.largeCTA #socialExtension {
    max-height: 700px
}

#socialExtension span {
    font-size: 12px
}

#socialExtension span.news {
    display: inline-block;
    padding: 5px 7px;
    background: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 900
}

#socialExtension span.date {
    margin-left: 7px
}

#socialExtension .videothumb {
    position: relative;
    background: #000
}

#socialExtension .videotitle h4 {
    color: #FFF;
    position: absolute;
    text-align: center;
    bottom: 0px;
    left: 10px;
    right: 10px;
    z-index: 10;
    font-size: 16px;
    text-shadow: 0px 0px 10px #000
}

#socialExtension .videoitem {
    display: inline-block;
    position: relative;
    float: left;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%
}

#socialExtension .videoitem:first-child {
    width: 99%
}

#socialExtension .videothumb img {
    width: 100%;
    height: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease-out
}

#socialExtension .videothumb:hover img {
    opacity: 1
}

#socialExtension .videoitem:first-child .playBut {
    position: absolute;
    display: block;
    background-image: url('../assets/ytPlay.png');
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 8
}

#searchField {
    position: relative;
    background: #d0d0d0
}

#searchField input::-ms-clear {
    display: none
}

#searchField .resultCount {
    position: absolute;
    right: 30px;
    top: 22px;
    padding: 2px 5px;
    font-size: 10px;
    color: #A9A9A9;
    font-weight: 700;
    border: 1px solid #A9A9A9;
    border-radius: 10px
}

#searchField .reset {
    position: absolute;
    right: 0px;
    top: 22px;
    background: url(../assets/clearSearch.png) center right no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    z-index: 10;
    cursor: pointer
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .productsPage #searchField .reset {
        background: url(../assets/clearSearch@2x.png) center right no-repeat;
        background-size: 20px
    }
}

#searchField input {
    -webkit-appearance: none;
    display: block;
    padding: 20px;
    padding-left: 48px;
    font-size: 20px;
    border: none;
    width: 100%;
    font-family: inherit;
    font-weight: 700;
    background: #d0d0d0 center left no-repeat;
    background-size: 18px;
    outline: none;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
    transition: border 0.2s ease-out
}

.storesPage #searchField input {
    border: none
}

#searchField input[type=submit] {
    position: absolute;
    right: 0;
    width: auto;
    background: #E0E0E0;
    cursor: pointer;
    padding: 20px
}

#searchField input[type=submit]:hover {
    background: #DADADA
}

#searchField .offlineMode {
    padding: 20px;
    padding-left: 48px;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-weight: 700;
    background: #EEE;
    background-size: 18px;
    text-align: center
}

#searchField .searchIcons ul {
    list-style: none;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC
}

#searchField .searchIcons ul li {
    display: inline-block;
    margin: 5px;
    cursor: pointer
}

#searchField .searchIcons ul li span {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase
}

#searchField .searchIcons ul li:hover span {
    display: block
}

#searchField .searchExtras {
    padding: 15px 0;
    text-align: center
}

#searchField .searchExtras .results {
    list-style: none;
    margin: 0;
    padding: 0
}

#searchField .searchExtras .results li {
    display: inline-block
}

#searchField .searchExtras .results li a {
    display: block;
    color: #000;
    background: #FFF;
    padding: 7px 10px;
    margin-right: 5px;
    margin-bottom: 5px
}

#searchField .searchExtras .results li a:hover {
    background: #000;
    color: #FFF
}

#searchField .searchExtras .legend {
    font-size: 14px
}

#searchField .searchExtras .legend h1 {
    font-size: 28px
}

#loadingResults {
    height: 600px
}

#loadingResults .routeIcon {
    margin-bottom: 20px;
    opacity: 0.1
}

#loadingResults .searchPostalCode {
    font-weight: bold
}

#loadingResults .searchError {
    font-weight: bold;
    color: #900
}

.subNavContainerPlaceHolder {
    min-height: 39px;
    position: relative;
    z-index: 10
}

.subNav {
    position: relative;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    table-layout: fixed
}

.subNav > li {
    display: table-cell;
    text-align: center
}

.subNav > li.disabled {
    opacity: 0.2
}

.subNav > li.disabled a {
    pointer-events: none
}

.subNav > li > a {
    display: block;
    background: no-repeat;
    padding: 10px 0px;
    border-bottom: 3px solid transparent;
    font-size: 12px;
    color: #000;
    background: url(../assets/productLineArrow.png) no-repeat center 45px;
    border-bottom: 3px solid #0D61AA;
    transition: background 0.3s ease-out
}

.subNav > li > a:hover {
    color: #0D61AA
}

.generic .subNav > li > a.current {
    background-position: center 32px
}

.subNavContainer {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFF
}

.generic .subNavContainer.fixed {
    width: 100%;
    position: fixed
}

.sortPanelTabsContainer {
    overflow: hidden;
    position: relative
}

.slideConteriner .sortPanelTabs {
    position: absolute
}

.sortPanelTabs {
    display: table;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
    height: 42px;
    table-layout: fixed;
    z-index: 10
}

.sortPanelTabs li {
    display: table-cell;
    cursor: pointer;
    vertical-align: middle;
    font-size: 16px;
    line-height: 17px;
    position: relative;
    background: #EEE
}

.sortPanelTabs li a {
    padding: 10px 0px;
    color: #000;
    position: relative;
    display: block
}

.sortPanelTabs li.current a {
    color: #FFF
}

.sortPanelTabs li span.arrow {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    margin-bottom: -10px;
    background-image: url(../assets/productSortArrow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 40px;
    transition: height 0.2s ease-out, margin 0.2s ease-out
}

@media (-webkit-min-device-pixel-ratio: 1.1) {
    .sortPanelTabs li span.arrow {
        background-image: url(../assets/productSortArrow@2x.png)
    }
}

.sortPanelTabs li:hover span.arrow {
    height: 10px;
    margin-bottom: -10px
}

.sortPanelTabs li.current span.arrow {
    height: 10px;
    margin-bottom: -10px;
    background-image: url(../assets/productSortArrow_active.png)
}

@media (-webkit-min-device-pixel-ratio: 1.1) {
    .sortPanelTabs li.current span.arrow {
        background-image: url(../assets/productSortArrow_active@2x.png)
    }
}

.sortPanelTabs li.current {
    background-color: #0D61AA;
    color: #FFF
}

.sortPanel {
    display: none;
    position: relative
}

.sortPanel.current {
    display: block
}

.productsPage hr {
    margin-bottom: 30px;
    border: none;
    background: url(../assets/white30.png);
    height: 5px;
    clear: both
}

.productsPage hr.clearFix {
    margin: 0;
    height: 0
}

.productsPage .smallWrap {
    -webkit-transition: all 0.3s ease-out;
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: top;
    -moz-transition: all 0.3s ease-out;
    -moz-transform: scale(1, 1);
    -moz-transform-origin: top;
    -ms-transition: all 0.3s ease-out;
    -ms-transform: scale(1, 1);
    -ms-transform-origin: top;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 1
}

.productsPage .smallWrap.shrink {
    -webkit-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0
}

.productsPage h2 {
    font-weight: 700;
    color: #FFF;
    font-size: 37px;
    line-height: 45px;
    margin: 0
}

.productsPage .wrap.omolene {
    background: #faeac8 url(../assets/products/omolene/OM_listing_bg.jpg) center top no-repeat;
    padding: 30px 0
}

.productsPage .wrap.evolution {
    background: #c1d4e2 url(../assets/products/evolution/EV_listing_bg.jpg) center top no-repeat;
    padding: 30px 0
}

.productsPage .wrap.equilibrium {
    background: #c0c0c0 url(../assets/products/equilibrium/EQ_listing_bg.jpg) center top no-repeat;
    padding: 30px 0
}

.productsPage .wrap.superfibra {
    background: #c0c0c0 url(../assets/products/superfibra/SF_listing_bg.jpg) center top no-repeat;
    padding: 30px 0
}

.productsPage .wrap.simplicit {
    background: #d3e2cb url(../assets/products/simplicit/SI_listing_bg.jpg) center top no-repeat;
    padding: 30px 0
}

.productsPage .wrap.velocit {
    background: #f2c5ca url(../assets/products/velocit/VE_listing_bg.jpg) center top no-repeat;
    padding: 30px 0
}

.productsPage .wrap.sport {
    background: #ffd4c1 url(../assets/products/segments/SP_listing_bg.jpg) center top repeat-x;
    padding: 30px 0
}

.productsPage .wrap.maternity {
    background: #eac1d3 url(../assets/products/segments/MA_listing_bg.jpg) center top repeat-x;
    padding: 30px 0
}

.productsPage .wrap.growth {
    background: #c0dcdf url(../assets/products/segments/GR_listing_bg.jpg) center top repeat-x;
    padding: 30px 0
}

.productsPage .wrap.senior {
    background: #cacbe0 url(../assets/products/segments/SE_listing_bg.jpg) center top repeat-x;
    padding: 30px 0
}

.productsPage .wrap.weight {
    background: #fff3bf url(../assets/products/segments/WE_listing_bg.jpg) center top repeat-x;
    padding: 30px 0
}

.productsPage .wrap.lownsc {
    background: #c1e8f9 url(../assets/products/segments/NS_listing_bg.jpg) center top repeat-x;
    padding: 30px 0
}

.productsPage .wrap.racing {
    background: #f2c5ca url(../assets/products/segments/RA_listing_bg.jpg) center top repeat-x;
    padding: 30px 0
}

.productsPage .wrap.leisure {
    background: #c5d1cd url(../assets/products/segments/LS_listing_bg.jpg) center top repeat-x;
    padding: 30px 0
}

.productsPage .wrap.supplements {
    background: #d5d3c6 url(../assets/products/supplements/SU_listing_bg.jpg) center top repeat-x;
    padding: 30px 0
}


.productsPage .wrap.hoof {
    background: linear-gradient(#8fb88f, #ffffff);
    padding: 30px 0
}
.productsPage .wrap.digest {
    background: linear-gradient(#dadada, #ffffff);
    padding: 30px 0
}
.productsPage .wrap.performance {
   background: linear-gradient(#71a1b7, #ffffff);
    padding: 30px 0
}
.productsPage .wrap.fat {
    background: linear-gradient(#cb5c5e, #ffffff);
    padding: 30px 0
}
.productsPage .wrap.vitamins {
    background: linear-gradient(#76cbc8, #ffffff);
    padding: 30px 0
}
.productsPage .wrap.treats {
    background: linear-gradient(#e7a59e, #ffffff);
    padding: 30px 0
}





.productsPage .logoGamme {
    display: block;
    width: auto;
    height: 50px;
    margin-bottom: 30px
}

.productsPage .descr {
    color: #FFF;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 12px
}

.productsPage .descr p {
    margin-top: 0
}

.productsList {
    list-style: none;
    margin: 0;
    padding: 0
}

.productsList li {
    display: none;
    width: 25%;
    float: left;
    overflow: hidden;
    text-align: center
}

.productsList li.visible {
    display: inline-block
}

.productsList li h3 {
    margin: 0;
    font-size: 20px
}

.productsList li h3 sup {
    position: absolute;
    font-size: 0.5em;
    margin-top: -0.5em;
    margin-left: 0.2em
}

.productsList li span {
    position: relative;
    display: block;
    font-size: 12px;
    margin-bottom: 5px
}

.productsList li a.packaging {
    display: block;
    padding: 10px 0px;
    color: #000;
    background: url(../assets/black10HalfCross.png) center bottom;
    transition: all 0.5s cubic-bezier(0, 0.7, 0.4, 1)
}

.productsList li a.packaging:hover {
    background-position: center top
}

.productPage .productHeader {
    height: 740px
}

.productPage .productHeader {
    background: url(../assets/products/prod_bg.jpg) top center
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .productPage .productHeader {
        background: url(../assets/products/prod_bg@2x.jpg) center center;
        background-size: 1440px
    }
}

.productPage .productHeader h1 {
    margin: 0;
    font-size: 14px;
    margin-bottom: 5px;
	color:#fff;
}

.productPage .productHeader h2 {
    margin: 0;
    font-size: 62px;
    margin-bottom: 5px;
    color: #ffffff;
    text-align: left
}

.productPage .productHeader p {
    width: 476px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
	color:#fff;
}

.productPage .productHeader hr {
    margin-bottom: 20px;
    border: none;
    background: url(../assets/black10.png);
    height: 5px
}

.productPage .productHeader .subInfos {
    text-transform: uppercase;
    font-weight: 700;
	color:#fff;
    font-size: 12px
}

.productPage .productHeader .logoGamme {
    width: auto;
    height: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 50px;
    margin-bottom: 5px
}

.productPage .productHeader .infoBox {
    position: absolute;
    left: 0;
    right: 370px;
    top: 120px
}

.productPage .productPackaging img {
    position: absolute;
    top: 0px;
    left: 505px
}

.productPage .productPackaging .shadow {
    width: 100%;
    height: 614px;
    background-image: url(../assets/products/shadow.png);
    background-repeat: no-repeat;
    background-position: 530px 406px
}

.productPage #icones {
    padding: 0px 0px 60px 0px;
    background: url(../assets/products/prod_bg_lowerBlur.jpg) center center
}

.productPage #factsSheet {
    padding: 10px 0px;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #AAA
}

.productPage #factsSheet a {
    opacity: 0.5;
    color: #000
}

.productPage #factsSheet a:hover {
    opacity: 1
}

.productPage #factsSheet span {
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url(../assets/downloadBut.png) center center
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .productPage #factsSheet span {
        background: url(../assets/downloadBut@2x.png) center center;
        background-size: 20px
    }
}

.productPage .anchorNav {
    position: absolute;
    bottom: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    text-align: center
}

.productPage .anchorNav li {
    display: inline-block;
    margin-right: 1px
}

.productPage .anchorNav li a {
    display: block;
    color: inherit;
    background: url(../assets/white30.png);
    padding: 6px 15px
}

.productPage .anchorNav li a:hover {
    background: #EEE
}

.productPage .iconesList {
    list-style: none;
    margin: 0;
    padding: 0
}

.productPage .iconesList li {
    position: relative;
    display: inline-table;
    width: 33%
}

.productPage .iconesList img {
    width: 38px;
    height: 38px;
    margin-right: 10px
}

.productPage .iconesList span {
    display: table-cell;
    width: 100%;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: middle;
    padding-right: 10px
}

.productPage #testimonials img {
    width: auto;
    float: left;
    margin-right: 20px;
    border: 5px solid #FFF
}

.productPage #testimonials span {
    display: none;
    font-style: italic;
    font-size: 16px;
    color: #838383
}

.productPage #testimonials span.epigraph {
    display: inline;
    color: #000
}

.productPage #testimonials span.readMore {
    background: #FFF;
    padding: 5px 7px;
    cursor: pointer;
    font-weight: bold;
    font-style: normal;
    display: inline-block
}

.productPage .productContent > div {
    padding: 50px 0px;
    background: #EEE
}

.productPage .productContent > div:nth-child(even) {
    background: #f7f7f7
}

.productPage .productContent h3 {
    margin-top: 0
}

.productPage #relatedProducts h4 {
    margin: 0
}

.activitiesPage .eventList {
    list-style: none;
    padding: 0;
    margin: 0
}

.activitiesPage .eventList .background {
    position: absolute;
    width: 940px;
    margin-left: -40px;
    bottom: 0;
    top: 0;
    background-size: 940px;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1
}

.activitiesPage .eventList .content {
    z-index: 2;
    position: relative
}

.activitiesPage .eventList .articleContainer p:last-child {
    margin-bottom: 0
}

.activitiesPage .eventList .articleContainer p:first-child {
    margin-top: 0
}

.activitiesPage .eventList h2 {
    padding-right: 160px;
    margin-top: 0;
    text-align: left;
    font-size: 28px;
    line-height: 32px
}

.activitiesPage .eventList .date {
    float: right;
    display: inline-block;
    padding: 5px 7px;
    background: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px
}

.activitiesPage .eventList > li {
    background: #EEE
}

.activitiesPage .eventList > li:nth-child(even) {
    background: #f7f7f7
}

.activitiesPage .eventList > li > div {
    padding: 50px 0px
}

.activitiesPage .eventList .readMore {
    position: absolute;
    left: 0;
    margin: 0;
    text-decoration: none;
    color: #0031A0;
    font-weight: 700;
    cursor: pointer
}

.storesPage .storesResults {
    list-style: none;
    padding: 0;
    margin: 0
}

.storesPage .storesResults li {
    display: block;
    background: #f7f7f7;
    padding: 20px
}

.storesPage .storesResults .partner {
    background: #FFF
}

.storesPage .storesResults li:nth-child(even) {
    background: #EEE
}

.storesPage .storesResults li .marker {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 46px;
    width: 46px;
    height: 56px;
    padding-top: 10px;
    font-size: 17px;
    font-weight: 900;
    float: left;
    margin-right: 20px;
    opacity: 1;
    text-align: center
}

.storesPage .storesResults h3 {
    margin: 0;
    font-size: 28px;
    text-align: left
}

.storesPage .storesResults h4 {
    margin: 0;
    text-align: right
}

.dateMarker {
    position: relative;
    color: #AAA;
    text-align: center
}

.dateMarker h3 {
    background: #FFF;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    margin: 0;
    z-index: 2
}

.dateMarker hr {
    border: none;
    border-top: 1px solid #AAA;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 15px
}

#contactForm {
    margin: 0 auto
}

#contactForm input[type=text], #contactForm input[type=tel], #contactForm input[type=email], #contactForm textarea {
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 0;
    background: #FFF;
    padding: 5px 5px;
    box-sizing: border-box;
    margin: 0
}

#contactForm textarea {
    resize: vertical
}

#contactForm input[type=submit] {
    -webkit-appearance: none;
    display: block;
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    border: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background: #FFF;
    cursor: pointer;
    transition: border 0.4s ease-out, background 0.1s ease-out
}

#contactForm input[type=submit]:hover {
    background: #EEE;
    border: 1px solid #EEE
}

#contactForm td {
    vertical-align: middle
}

#contactForm .first_cell {
    width: 220px;
    font-size: 12px
}

#contactForm input[type=radio] {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: #FFF;
    border: 2px solid #CCC;
    outline: none
}

#contactForm input[type=radio]:checked {
    background: #CCC
}

#sponsored .showLink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    background: url(../assets/black80.png);
    -webkit-transition: all ease-out 0.3s
}

#sponsored .showLink:hover {
    opacity: 1
}

#sponsored .showLink .table {
    height: 100%
}

#sponsored .showLink a {
    text-align: center;
    opacity: 0;
    color: #FFF;
    -webkit-transition: all ease-out 0.3s
}

#sponsored .showLink a:hover {
    opacity: 1
}

#sponsored .externalLinkIcon {
    height: 17px;
    padding-right: 25px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: url('../assets/externalLink.png') no-repeat right center
}

@media (-webkit-min-device-pixel-ratio: 2) {
    #sponsored .externalLinkIcon {
        background: url('../assets/externalLink@2x.png') no-repeat right center;
        background-size: 17px
    }
}

#sponsored .externalLinkIconWhite {
    height: 17px;
    width: 17px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: url('../assets/externalLinkWhite.png') no-repeat
}

@media (-webkit-min-device-pixel-ratio: 2) {
    #sponsored .externalLinkIconWhite {
        background: url('../assets/externalLinkWhite@2x.png') no-repeat;
        background-size: 17px
    }
}

#newsSection .news {
    display: none
}

#newsSection .date {
    float: right
}

#newsSection img {
    margin-right: 20px
}

#newsSection h2 {
    margin: 0;
    margin-bottom: 30px;
    text-align: left
}

.nav-support #purina-connect-overlay {
    display: none;
    position: absolute;
    background: #FFFFFF;
    box-shadow: #000 0px 3px 5px #CCC;
    padding: 7px 10px
}

.nav-support #purina-connect-overlay h4 {
    margin: 0
}

.nav-support #purina-connect-overlay p {
    margin: 0
}

.nav-support:hover #purina-connect-overlay {
    display: block
}

.redBox {
    background: #ee3a43;
    padding: 15px;
    color: #FFF
}

.redBox p {
    margin-bottom: 0
}

#footer {
    position: relative;
    padding: 30px 5px 70px 5px;
    font-size: 11px;
    z-index: 200;
    background: #FFF url(../assets/footerBg.png) no-repeat center 4px
}

#footer span.right {
    float: right
}

#footer span.left {
    float: left
}

.cta-icone img{
    max-width:100px!important;
}
.cta-icone .purina-icone img{
    max-width:250px!important;
}
.cta-icone li a{
    padding-top:59px;
	padding-bottom:59px;
}
.cta-icone li.purina-icone a{
    padding-top:0px;
	padding-bottom:0px;
}
.cta-icone li img{
	margin-bottom:16px;
}
.cta-icone li.purina-icone img{
    margin-bottom:00px;
}
.cta-icone li a {
    color: #e4051f;
	text-shadow: 0px 0px 0px rgb(0 0 0 / 48%)!important;
}
.cta-icone li a:hover {
    color: #fff;
}
.cta-icone li a {
    background-color:#fff!important;
}
.cta-icone li a:hover {
    background-color:#e4051f!important;
}
.cta-icone .ico-rouge {
   	display:inline-table;
}
.cta-icone .ico-blanc {
    display:none;
}
.cta-icone li:hover .ico-rouge {
    display:none;
}
.cta-icone li:hover .ico-blanc {
    display:inline-table;
}


@media only screen and (max-width: 1000px) {
    #navContainer ul li.nav-fb-like iframe {
        display: none
    }
}

@media only screen and (max-width: 1600px) {
	#navContainer ul li a, #navContainer ul li.nav-fb-like iframe {
    padding: 10px 8px;
}
	}

@media only screen and (max-width: 1439px) {


    body, html {
        min-width: auto
    }

    .wrap {
        width: 100%;
        min-width: auto
    }

    #navContainer {
        padding-top: 20px
    }

    #navContainer ul {
        font-size: 12px
    }

    #navContainer ul li a, #navContainer ul li.nav-fb-like iframe {
        font-size: 11px;
        padding: 7px 5px
    }

    #navContainer #mainLogo {
        left: 30px;
        top: 5px;
        width: 151px;
        height: 29px;
        background: url(../assets/purinaLogoMed.png) center center no-repeat;
        background-size: contain
    }
	.nav-support a img {
    margin-right: 16px;
}

    @media (-webkit-min-device-pixel-ratio: 2) {
        #navContainer #mainLogo {
            background-image: url(../assets/purinaLogoMed@2x.png)
        }
    }#navContainer .rightNav {
         right: 30px;
         top: 5px
     }

    #navContainer .nav {
        left: 200px;
        top: 5px
    }
}

@media only screen and (max-width: 900px) {
    .col {
        float: none;
        display: block
    }

    .col.left, .col.right, .cols.third .col {
        width: 100%;
        margin: 0 auto
    }

    .col.right > div.padding {
        padding-left: 0px
    }

    .col.left > div.padding {
        padding-right: 0px
    }

    .mobileHide {
        display: none
    }

    .desktopHide {
        display: block
    }

    .mobileTextCenter {
        text-align: center
    }

    .mobileTextLeft {
        text-align: left
    }

    h1 {
        font-size: 67px
    }

    h2 {
        font-size: 50px
    }

    h3 {
        font-size: 37px
    }

    h4 {
        font-size: 21px
    }

    .navSpacer {
        padding-top: 0px
    }

    .subNavSpacer {
        padding-top: 20px
    }
    .footerSpacer {
        padding-bottom: 0px
    }

    .smallWrap {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px
    }

    .textPad {
        padding: 60px
    }

    #navContainer {
        position: relative;
        padding-top: 10px;
        height: 93px
    }

    #navContainer #mainLogo {
        display: inline-block;
        position: relative;
        width: 201px;
        height: 38px;
        left: auto;
        top: auto;
        clear: both;
        background: url(../assets/purinaLogo.png) center center no-repeat;
        background-size: 201px
    }

    @media (-webkit-min-device-pixel-ratio: 2) {
        #navContainer #mainLogo {
            background-image: url(../assets/purinaLogo@2x.png)
        }
    }#navContainer > .wrap {
         text-align: center;
         height: auto
     }

    #navContainer .nav {
        left: auto;
        top: auto;
        display: block;
        margin: 0 auto;
        width: 100%
    }

    #navContainer .rightNav {
        top: 0;
        display: block;
        margin: 0 auto;
        width: 100%
    }

    #navContainer ul {
        background: #FFF;
        position: relative;
        overflow: hidden;
        height: 0;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
        transition: height 0.5s cubic-bezier(0.7, 0.01, 0.3, 1)
    }

    #navContainer ul li {
        display: none;
        float: none
    }

    #navContainer ul li a, #navContainer ul li.nav-fb-like iframe {
        padding: 8px 15px;
        display: block;
        border-top: 1px solid #CCC;
        margin: 0 auto
    }

    #navContainer .nav-support a {
        margin-top: 0;
        padding: 10px 15px 5px 15px
    }

    #navContainer ul li.current a {
        background: #EEE;
        border-bottom: none
    }

    #navContainer.expanded ul.nav {
        height: 275px
    }

    #navContainer.expanded ul.rightNav {
        height: 244px
    }

    #navContainer.expanded ul li {
        display: block
    }

    #navContainer .respNavButton {
        display: block;
        width: 100%;
        height: 50px;
        background: url(../assets/navHamb@2x.png) no-repeat center center;
        opacity: 0.5;
        background-size: 20px 16px
    }

    #navContainer .respNavButton.loading {
        opacity: 1;
        background: url(../assets/loading@2x.gif) no-repeat center center;
        background-size: 44px 5px !important;
        transition: none
    }

    #navContainer.expanded .respNavButton {
        background-size: 200px 8px
    }

    #navContainer .rightNav {
        right: auto
    }

    #map {
        height: 250px
    }

    .indexSlide {
        position: relative;
        height: auto
    }

    .indexSlideImg {
        height: 380px;
        background-size: cover;
        position: relative
    }

    .homeSlideText {
        position: relative;
        width: 100%;
        right: auto !important;
        left: auto !important;
        background: #FFF;
        box-sizing: border-box;
        margin: -20px auto 0 auto !important;
        padding-bottom: 0px;
        border-radius: 5px 5px 0px 0px;
        padding: 50px;
        text-align: left !important
    }

    .homeSlideText h1 {
        margin-top: 0px;
        color: #000 !important
    }

    .homeSlideText p {
        color: #000 !important
    }

    .productsPage h2 {
        font-size: 28px;
        line-height: 45px;
        margin-bottom: 10px
    }

    .subNav li {
        display: block
    }

    .subNav > li > a {
        border-bottom: 1px solid #0D61AA
    }

    .generic .subNav > li > a.current {
        background: none
    }

    .generic .subNavContainer.fixed {
        position: relative
    }

    .productsPage #searchField .resultCount {
        right: 80px
    }

    .productsPage #searchField .reset {
        right: 50px
    }

    .productsList li {
        width: 50%
    }

    #searchField .searchExtras .results li {
        display: block;
        text-align: center
    }

    .productPage .productHeader {
        text-align: center;
        height: auto;
        padding-top: 20px
    }

    .productPage .productHeader {
        background: url(../assets/products/prod_bg_fullBlur.jpg) center top;
        padding-bottom: 20px
    }

    .productPage .productHeader .logoGamme {
        margin: 0 auto;
        margin-bottom: 20px
    }

    .productPage .productHeader p {
        width: auto
    }

    .productPage .productHeader hr {
        background: url(../assets/black10.png);
        margin-bottom: 10px
    }

    .productPage .productHeader .infoBox {
        position: relative;
        left: auto;
        top: auto;
        right: auto
    }

    .productPage .productPackaging img {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
        display: block;
        margin-top: -70px;
		margin-bottom:85px;
    }

    .productPage .productPackaging .shadow {
        display: none
    }

    .productPage .anchorNav {
        display: block;
        position: relative;
        padding: 10px 0 5px 0
    }

    .productPage .anchorNav li {
        display: block;
        margin-bottom: 5px
    }

    .productPage .anchorNav li a {
        background: #EEE
    }

    .productPage .iconesList li {
        width: 50%
    }

    .productPage #testimonials img {
        float: none;
        margin: 0 auto;
        position: relative;
        display: block
    }

    .productPage #icones {
        padding: 0px 0px 20px 0px;
        background: #FFF
    }

    .activitiesPage .eventList > li {
        padding: 0 50px
    }

    .activitiesPage .eventList > li > div {
        padding: 30px 0px
    }

    .activitiesPage .eventList .background {
        width: auto;
        right: 0;
        left: 0;
        margin-left: -50px;
        margin-right: -50px
    }

    #contactForm #recaptcha_widget_div {
        margin: 0 auto;
        height: 130px
    }

    #sponsored .showLink {
        opacity: 0
    }

    #sponsored .showLink:hover {
        opacity: 0
    }

    #sponsored .externalLinkIcon {
        text-align: center;
        display: block;
        position: relative;
        padding-top: 10px;
        padding-bottom: 12px;
        border-top: 1px solid #CCC;
        right: auto;
        bottom: auto
    }

    .cta {
        display: block;
        width: 640px
    }

    .largeCTA .cta li {
        height: auto
    }

    .cta li {
        display: block;
        float: none;
        width: 100%;
        height: auto
    }

    .cta.double {
        border-top: 4px solid #FFF
    }

    .cta.double li {
        width: 100%
    }

    .cta li a {
        display: block;
        border: none;
        border-top: 4px solid #FFF
    }

    .cta li:first-child a {
        border: none
    }

    #newsSection .date {
        display: block;
        float: none
    }

    #newsSection img {
        width: 100%;
        height: auto;
        margin-bottom: 15px
    }

    .nav-support #purina-connect-overlay {
        display: block;
        position: relative;
        background: transparent;
        box-shadow: none;
        text-align: center
    }

    .nav-support #purina-connect-overlay h4 {
        display: none
    }

    #footer span.left, #footer span.right {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 640px) {
    .smallWrap {
        padding-left: 10px;
        padding-right: 10px
    }

    h1 {
        font-size: 37px
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 21px;
        margin-top: 2em;
        margin-bottom: 1em;
        line-height: 1.2em
    }

    .inlineImg {
        position: relative;
        margin: 0 auto;
        clear: both;
        float: none
    }

    .mobileSizeImg32 {
        width: 32px;
        height: auto
    }

    .mobileSizeImg128 {
        width: 128px;
        height: auto
    }
    .subNavSpacer .mobileSizeImg128 {
        width: auto;
        max-width: 85vw;
    }
    .respTable {
        display: block
    }

    .respTable tbody {
        display: block
    }

    .respTable tr {
        display: block
    }

    .respTable td {
        display: block
    }

    .indexSlideImg {
        height: 200px;
        background-size: cover
    }

    .homeSlideText {
        width: auto;
        margin: 0 !important;
        border-radius: 0;
        padding: 10px;
        color: #000
    }

    .homeSlideText h1 {
        font-size: 28px;
        line-height: 28px;
        font-weight: 400
    }

    #navContainer #mainLogo {
        display: inline-block;
        position: relative;
        left: auto;
        top: auto;
        clear: both
    }

    .productsPage #searchField .resultCount {
        right: 40px
    }

    .productsPage #searchField .reset {
        right: 10px
    }

    .productsPage .descr {
        width: 100%
    }

    .productsPage .logoGamme {
        width: auto;
        height: 25px;
        background-size: auto 25px;
        margin: 0 auto;
        margin-bottom: 10px
    }

    .productsList li {
        width: 50%
    }

    .productsList li a.packaging h3 {
        font-size: 15px
    }

    .productsList li a.packaging img {
        height: 150px;
        width: auto
    }

    .productPage .productHeader h1 {
        font-size: 28px
    }

    .productPage .productHeader .logoGamme {
        width: auto;
        height: 25px;
        background-size: auto 25px;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .activitiesPage .eventList h2 {
        padding-right: 0
    }

    .activitiesPage .eventList .date {
        display: block;
        float: none;
        background: #999
    }

    .activitiesPage .eventList > li {
        padding: 0 20px;
        overflow: hidden
    }

    #contactForm {
        box-sizing: border-box
    }

    #contactForm td.first_cell, #contactForm td.second_cell {
        display: block
    }

    #contactForm td.second_cell {
        display: block;
        margin-bottom: 10px
    }

    #contactForm #recaptcha_area {
        position: absolute;
        margin-left: -159px;
        left: 50%
    }

    #sponsored {
        text-align: center
    }

    .faq h3 {
        margin-left: 60px
    }

    .faq li p {
        margin-left: 0
    }

    .faq .faqNumber {
        font-size: 30px;
        line-height: 30px;
        width: 40px
    }

    .cta {
        width: auto;
        margin-bottom: 0;
        margin-top: 4px
    }

    #loadingResults {
        height: 400px
    }

    .storesPage .storesResults li > div > div {
        float: none;
        text-align: center
    }

    .storesPage .storesResults li .marker {
        display: none
    }
}

@media only screen and (max-width: 900px) {
    .sortPanelTabs li {
        display: block;
        font-size: 12px;
    }

    .sortPanelTabs li a {
        padding: 5px 0px;
    }

    .slideConteriner .sortPanelTabs {
        position: relative;
    }

    .slideConteriner {
        height: auto !important;
    }

    .app-row {
        padding-left: 0 !important;
    }

    .app-content {
        margin: 0 !important;
    }

    .app-number {
        position: relative !important;
    }

    .drugfree {
        position: absolute;
        top: 780px;
        left: 400px;
    }
}

@media only screen and (max-width: 700px) {
    #contactForm input[type=submit] {
        margin-top: 145px !important;
    }

    .col.right {
        margin-top: 20px !important;
    }

    .drugfree {
        position: absolute;
        top: 800px;
        left: 275px;
    }
}

.mobileSizeImg32 {
    width: 64px !important;
    height: 64px !important;
}

.img_product {
    top: 95px !important;
}

/*back top top*/

.cd-container {
    width: 90%;
    max-width: 768px;
    margin: 2em auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 60, 160, 0.8) url(../assets/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

#testimonials .smallWrap {
    /*display:none!important;*/
}

#page_aboutPurina ul {
    display: none;
    background-color: #ddd;
}

#page_aboutPurina:hover ul {
    display: block !important;
}

.ls-bg {
}

.nav li {
    position: relative;
}

li .dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1);
    width: 200px;
    box-sizing: content-box;
}

li .dropdown li {
    display: block !important;
    clear: both;
    width: 100%;
}

li .dropdown li a {
    display: block !important;
    clear: both;
}

li:hover .dropdown {
    display: block;
}

#navContainer .parent {

}

#navContainer.expanded .parent {
    display: none !important;
}

#navContainer .children {
    display: none !important;
}

#navContainer.expanded .children {
    display: block !important;
}

.new_article {
    position: relative;
    top: 141px;
    left: 30px;
    background-color: rgba(236, 9, 40, 0.8);
    color: #FFF;
    padding: 4px 24px;
    transform: rotate(40deg);
    display: inline-block;
    border-radius: 8px;
}

/*Form Career*/
.form_career {
    background: #F7F7F7;
    padding: 30px 0px;
}

#contact_form .form-group {
    margin-bottom: 15px;
}

#contact_form .form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 24px;
    font-size: 18px;
    font-weight: 400;
    display: block;
    width: 50%;
    padding: 10px 20px;
    line-height: 1.42857;
    color: #555555;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#contact_form .form-control:active, #contact_form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #fd4f00;
}

#contact_form textarea.form-control {
    height: auto;
}

#contact_form button, #contact_form input, #contact_form textarea {
    margin: 0;
}

#contact_form .sr-only {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

#contact_form .btn.btn-primary {
    background: #fd4f00;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
}

#contact_form input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

#contact_form .btn {
    transition: 0.3s;
}

#contact_form .btn-lg {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

#contact_form .btn:hover, #contact_form .btn:active, #contact_form .btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}

.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;

    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*-----------*/

.3589
.subInfosplus {
    display: block !important;
}

.3589
.subInfos {
    display: none;
}
.trustarc-banner {
    z-index: 20;
}
.bouton-rouge{
    color:#ffffff;
	background-color:#ee062d;
	padding:10px 15px;
	text-transform:uppercase;
	font-size:20px;
}
.bouton-rouge:hover{
    color:#ffffff;
	background-color:#0032a0;
}
#purina-connect-overlay{
   opacity:0!important;
   box-shadow: #ccc 0px 3px 5px;
   padding: 7px 10px;
   font-size:16px;
   line-height:20px;
   text-align:left;
}
.nav-support a:hover + #purina-connect-overlay{
   opacity:0!important;
}

.productPage .EQ_maternityxt a, .productPage .SI_proGrain a, .productPage .OM_seniorAction a {
    display:none!important;
}
.pastille {
    max-width: 190px;
    height: auto;
}
.pastille-wrap {
    position: relative;
    z-index: 999999;
    max-width: 190px;
    height: auto;
    margin-top: -95px;
    float: right;
    right: 180px;
}
li.medias-list {
    margin-top: -3px;
    margin-right: -7px;
}
li.medias-list img{
    width:24px;
}

/* Style for the modal background */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0); /* Black w/ opacity */
    pointer-events: none;
}
.modal.show {
    pointer-events: initial;
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}
.modal-header{text-align:center;padding-bottom: 15px;}
.modal-logo {
   max-width: 160px;
       left: 8px;
}
.modal-{
    text-align: center;
}
.modal-body p {
    font-size: 14px;
    text-align:center;
}
/* Modal content */
.modal-content {
    background-color: #fefefe;
    margin: 0 auto; /* 15% from the top and centered */
    padding: 20px 20px 35px 20px;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 670px;    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
    border-bottom: 4px solid #0032a0;
    box-shadow: 0px 5px 20px 0px #0000002e; opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.modal-footer {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
/* The close button */
.close-modal {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    background: #0032a0;
    padding: 0px 10px;
}

.close-modal:hover,
.close-modal:focus {
    color: #b8b6df;
    text-decoration: none;
    cursor: pointer;
}

.modal.show .modal-content {
    opacity: 1;
    transform: translate(-50%, -70%);
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
.pastille-wrap {
    right: 80px;
}
}

@media only screen and (max-width: 1439px) {
li .dropdown {
  top: 26px;
}
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
.pastille-wrap {
    right: 10px;
}
}

@media only screen and (max-width: 900px) {
.pastille {
    max-width: 250px;
	width:100%;
    height: auto;
}
.pastille-wrap {
    position: relative;
    width: 100%;
    height: auto;
    margin:35px auto;
    float: none;
    right: 0;
	max-width: 250px;
}
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: 500px;
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

