/* ===== Box sizing =========================================================== */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
/* ===== Overwrites =========================================================== */
:root, body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
}
p {
    line-height: 30px;   
}
.wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

figure {
    position: relative;
}
figure img {
    width: 100%;
    height: auto;
}
figure a.asplus {
    position: absolute;
    right: 14%;
    top: 47%;
}

/* ===== Template =========================================================== */
#top { display: none; height: 1px; }
#header {
    width: 100%;
    height: 155px;
    position: fixed;
    z-index: 1000;
}
#header.is-scroll {
    background-color: rgba(255,255,255,.8);
}
#header .wrapper {
    padding: 30px 20px;
}
a.logo {
    display: block;
    width: 127px;
    height: 50px;
    background: url(../images/gppharma-logo.png) center no-repeat;
    text-indent: -9999px;
}
#rightnav a {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #3c3940;
    text-indent: -9999px;
}
#bmenu {
    background: #3c3940 url(../images/menu.png) center no-repeat;
}
#bmenuclose {
    position: absolute;
    top: 0;
}
#bmenuclose a {
    display: block;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    background: url(../images/close.png) center no-repeat;
}
#contact {
    display: none;
    visibility: hidden;
}
#navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3c3940;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateX(-100%) scale(0.8);
    -ms-transform: translateX(-100%) scale(0.8);
    transform: translateX(-100%) scale(0.8);
    -webkit-transition: all .5s;
    transition: all .5s;
}
#navigation.open {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    -webkit-transition: all .5s;
    transition: all .5s;
}
#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation ul li {
    margin-bottom: 30px;
}
#navigation ul li a {
    display: block;
    width: 300px;
    height: 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
}
#navigation ul li.item-106 {
    display: none;
}
#navigation.open ul li.item-106 {
    display: inherit;
}
#hero {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    width: 100%;
    position: relative;
}   
#hero .bg {   
    background-size: cover;
    height: 0;
    padding-bottom: 110%;
    background-position: 90% top;
    width: 100%;
}
#hero .shade {
    background: rgba(255, 255, 254, 0.6) none repeat scroll 0 0;
    height: 0;
    padding-bottom: 100%;
    width: 100%;
    z-index: 10;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#hero .white {
    background: #fffffe none repeat scroll 0 0;
    bottom: 0;
    height: 0;
    left: -29%;
    outline: 1px solid transparent;
    padding-bottom: 28.5%;
    position: absolute;
    right: 0;
    top: 90%;
    transform: rotate(15deg);
    width: 200%;
    z-index: 2;
}
#hero .transp {
    background: rgba(0, 159, 159, 0.5) none repeat scroll 0 0;
    bottom: 0;
    height: 0;
    left: 0;
    outline: 1px solid transparent;
    overflow: hidden;
    padding-bottom: 28.5%;
    position: absolute;
    right: -10%;
    top: 70%;
    transform: rotate(-16deg);
    width: 200%;
    z-index: initial;
}
#hero .scrolldown {
    background: #fff url(../images/scrolldown.png) 50% 55% no-repeat;
    border-radius: 50%;
    top: 74%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    display: block;
    height: 82px;
    left: 50%;
    position: absolute;
    transform: translateX(-41px);
    width: 82px;
    z-index: 40;
}
#hero .txt {
    top: 37%;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 40;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 0px 4px #747075;
}
#hero .txt h2 {
    font-size: 30px;
    font-weight: 100;
    line-height: 1rem;
    text-transform: uppercase;
}
#hero .txt h2 span {
    color: #34a5a5;
    text-shadow: 0px 0px 4px #34a5a5;
}
.linkstoplus a, a.asplus {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #3c3940;
    text-align: center;
    color: #fff;
    line-height: 58px;
    position: relative;
}
.linkstoplus a:before, a.asplus:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #36A7A5;
    transform: scale(0);
    transition: transform .5s;
}
.linkstoplus a:hover:before, a.asplus:hover:before {
    transform: scale(1);
}
.linkstoplus a i, a.asplus i {
    font-size: 2rem;
    position: relative;
    z-index: 2;
}

.slideshow-container {
	position: relative;
	overflow: hidden;
	width: 100%;
    padding: 60px 0;
}
.slideshow-container.bg-proionta {
    background-color: #e8edf1;
	background-image: url(../images/bg-proionta.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.header {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    height: 211px;
    line-height: 211px;
}
.header.withbg {
    background: url(../images/header-bg.png) center top no-repeat;
}
.header span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    height: auto;
    margin-top: -158px;
    text-transform: uppercase;
}
.imgmask {
    overflow: hidden;
}
.imgmask:before {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 400px;
    left: -362px;
    position: absolute;
    top: -105px;
    transform: rotate(25deg);
    width: 400px;
    z-index: 100;
}
.imgmask:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 400px;
    position: absolute;
    right: -328px;
    top: 3px;
    transform: rotate(25deg);
    width: 400px;
    z-index: 100;
}
.imgmask a.asplus {
    position: absolute;
    right: 5%;
    top: 40%;
    z-index: 101;
}

.uk-slideshow h2.slide-title, h2.slide-title {
    color: #34a5a5;
    font-size: 36px;
    font-weight: 100;
    line-height: 40px;
    margin-top: 10px;
}
.islist h2.slide-title {
    margin-top: 30px;
}
.article h2 {
    color: #34a5a5;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 35px;
}
.uk-slideshow p.slide-desc {
    color: #3c3940;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.uk-slideshow nav {
    margin: 20px 0 !important;
}
/*.uk-slidenav-previous {
    left: calc(50% - 110px);
    position: absolute;
    top: 430px;
    z-index: 102;
}
.uk-slidenav-next {
    top: 432px;
    left: calc(50% + 10px);
    position: absolute;
    z-index: 102;
}*/
.contact-box {
    background: #3c3940;
    padding: 30px 0;
}
.contact-logo {
    height: 67px;
    width: 100%;
    background: url(../images/contact-logo.jpg) center no-repeat;
    margin-bottom: 30px !important;
}
.contact-box h4 {
    font-size: 18px;
    font-weight: bold;
    color: #34a5a5;
    margin-bottom: 8px;
}
.contact-box p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 15px 0 !important;
}
.footer-box {
    padding: 40px 0;
    background-color: #232224;
    font-size: 12px;
    font-weight: 100;
    color: #fff;
}

.footer-box .uk-text-left-small a {
    color: #fff;
    transition: all .5s;
}
.footer-box .uk-text-left-small a:hover {
    color: red;
    text-decoration: none;
}

.article p:first-of-type::first-letter {
    font-size: 200%;
    font-weight: 700;
}

.pagination ul, .ppag ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagination ul a, .ppag ul a {
    display: inline-block;
    margin: 3px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    color: #9e94ab;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
    transition: all .8s;
}
.pagination .active a {
    background: #3c3940;
    color: #fff;
}
.pagination a:hover {
    background: #514E56;
    color: #fff;
}
.pagination .disabled a {
    display: none;
}

#product-list fieldset {
    border: none;
    margin-bottom: 0;
}
#product-list fieldset label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #3c3940;
    margin-bottom: 10px;
}
#product-list .uk-form-select {
    margin-bottom: 25px;
    background: transparent;
    border: 1px solid #3c3940;
    height: 50px;
    line-height: 50px;
}
#product-list .uk-form-select span {
    margin-right: 10px;
}
#product-list ul {
    list-style: none;
}
.product {
    display: block;
}
.product figure {
    width: 280px;
    height: 280px;
    background-color: #e8edf1;
    border-radius: 50%;
}
.product figure div {
    width: 200px;
}
.product figure img {
    width: 100%;
    height: auto;
}
.product h2 a {
    font-size: 30px;
    font-weight: 500;
    color: #3c3940;
    margin: 8px 0;
    text-decoration: none;
    transition: all .6s;
}
.product h2 a:hover {
    color: #27ADAD;
}
.product .desc {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #75d6d6;
}
.product .drastiki {
    visibility: hidden;
    margin-bottom: 15px;
}

.article.product > div {
    margin-bottom: 45px;
}
.article.product figure {
    height: 280px;
    width: 280px;
}
.article.product figure div {
    width: 220px;
}
.article.product h2 {
    font-weight: 700;
    font-size: 30px;
    color: #3c3940;
    margin-bottom: 0; 
}
.article.product .intro {
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 300;
    color: #75d6d6;
}
.article.product .intro p:first-of-type::first-letter {
    font-size: inherit;
    font-weight: inherit;
}

.contactus div:first-child p {
    font-weight: 500;
}
.contactus div:first-child p:first-child {
    margin-bottom: 25px;
}
.contactus i {
    margin-right: 20px;
    color: #34a5a5;
}

.nextprev a {
    color: #3c3940;
    transition: all .5s;
}
.nextprev a:hover {
    color: #34A5A5;
    text-decoration: none;
}

.explain {
    position: relative;
}
.explain:after {
    color: #000;
    content: "Χαρακτηριστικά προϊόντος: ";
    display: block;
    font-size: 17px;
    left: -231px;
    position: absolute;
    top: -2px;
    width: 230px;
}

/* ===== Media Queries ====================================================== */

@media only screen and (min-width: 375px) {
    
}

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 640px) {
    
    #hero {
        padding-bottom: 40%;
    }  
    #hero .bg {   
        padding-bottom: 40%;
        background-position: center;
    }
    #hero .shade {
        padding-bottom: 43%;
    }
    #hero .white {
        top: 82%;
    }
    #hero .transp {
        top: 32%;
    }
    #hero .scrolldown {
        top: 56%;
    }
    
}

@media only screen and (min-width: 768px) {
    #top { display: block; height: 1px; }
    a.logo {
        width: 201px;
        height: 80px;
        background: url(../images/gppharma-logo-768.png) center no-repeat;
    }
    #navigation {
        display: block;
        float: right;
        width: auto;
        margin:18px 20px 0 0;
        position: relative;
        background-color: transparent;
        color: #3c3940;
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }
    #rightnav {
        margin-top: 18px;
    }
    #bmenuclose {
        display: none;
    }
    #navigation ul li {
        margin-bottom: 0;
        float: left;
        height: 48px;
        line-height: 48px;
    }
    #navigation ul li a {
        display: block;
        width: auto;
        height: auto;
        text-transform: uppercase;
        color: #3c3940;
        font-size: 20px;
        text-align: left;
        margin: 0 5px;
        padding: 0 10px;
        text-decoration: none;
        transition: all .6s;
    }
    #navigation ul li.active a, #navigation ul li a:hover {
        color: #35A3A4;
    }
    #bmenu {
        -webkit-transform: translateY(-140px);
        -ms-transform: translateY(-140px);
        transform: translateY(-140px);
        opacity: 0;
        -webkit-transition: opacity .5s, transform .5s, -webkit-transform .5s;
        transition: opacity .5s, transform .5s, -webkit-transform .5s;
    }
    #contact {
        display: block;
        visibility: visible;
        position: relative;
        background: url(../images/email.png) center no-repeat;
        -webkit-transform: translateY(-48px);
        -ms-transform: translateY(-48px);
        transform: translateY(-48px);
        -webkit-transition: background-color .5s, transform .5s, -webkit-transform .5s;
        transition: background-color .5s, transform .5s, -webkit-transform .5s;
    }
    #contact:after {
        background: #3c3940 none repeat scroll 0 0;
        bottom: -13px;
        content: " ";
        height: 13px;
        left: 50%;
        position: absolute;
        width: 1px;
    }
    #contact span {
        position: relative;
        display: block;
        width: 48px;
        height: 48px;
    }
    #contact span:after {
        color: #3c3940;
        content: attr(data-title);
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        left: -49px;
        position: absolute;
        text-indent: 0;
        top: 55px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right center 0;
        -ms-transform-origin: right center 0;
        transform-origin: right center 0;
    }
    #contact:hover {
        background-color: #33A5A5;
    }
    .is-scroll #navigation {
        opacity: 0;
        transition: opacity .5s;
        pointer-events: none;
        cursor: default;
    }
    .is-scroll  #navigation.open {
        background-color: #3c3940;
        color: #fff;
        display: -webkit-box; 
        display: -webkit-flex;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        opacity: 1;
        transition: opacity .5s;
        pointer-events: auto;
        cursor: auto;
    }
    .is-scroll  #navigation.open ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .is-scroll  #navigation.open ul li {
        margin-bottom: 30px;
        float: none;
        height: 48px;
        line-height: 48px;
    }
    .is-scroll  #navigation.open ul li a {
        display: block;
        width: 375px;
        height: 50px;
        text-transform: uppercase;
        color: #fff;
        font-size: 28px;
        text-align: center;
        margin: 0 auto;
    }
    .is-scroll #bmenu {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        -webkit-transition: opacity .5s, background-color .5s, transform .5s, -webkit-transform .5s;
        transition: opacity .5s, background-color .5s, transform .5s, -webkit-transform .5s;
    }
    .is-scroll #bmenu:hover {
        background-color: #33A5A5;
    }
    .is-scroll #navigation.open #bmenuclose {
        display: block;
        position: absolute;
        top: 0;
    }
    .is-scroll #navigation.open #bmenuclose a {
        display: block;
        width: 48px;
        height: 48px;
        text-indent: -9999px;
        background: url(../images/close.png) center no-repeat;
    }
    .is-scroll #contact {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
        -webkit-transition: background-color .5s, transform .5s, -webkit-transform .5s;
        transition: background-color .5s, transform .5s, -webkit-transform .5s;
    }
    .is-scroll #contact:after, .is-scroll #contact span:after {
        display: none;
    }
    .is-scroll #contact:hover {
        background-color: #33A5A5;
    }
    
    .slideshow-container.bg-proionta {
        background-image: url(../images/bg-proionta-768.png);
    }
    
    .header {
        font-size: 72px;
    }
    .uk-slideshow h2.slide-title, h2.slide-title {
        margin-top: 0;
    }
    
    /*.uk-slidenav-previous {
        left: 0;
        top: 260px;
    }
    .uk-slidenav-next {
        top: inherit;
        bottom: 0;
        left: 380px;
    }*/
    .imgmask:before {
        left: -289px;
        top: -105px;
    }
    .imgmask:after {
        right: -255px;
        top: 3px;
    }
    
    .imgmask a.asplus {
        right: 129px;
        top: 146px;
    }
    
    .islist .imgmask:before, .islist .imgmask:after {
        display: none;
    }
    
    .article.product figure {
        height: 370px;
        width: 370px;
    }
    .article.product figure div {
        width: 300px;
    }
    .article.product > div:last-of-type {
        margin-top: 35px;
    }

	.article h2 { font-size: 36px; }
    
}

@media only screen and (min-width: 1024px) {
    
    .uk-slidenav-next {
        top: inherit;
        bottom: 0;
        left: 547px;
    }
    .islist .imgmask:before, .islist .imgmask:after {
        display: block;
    }
    .islist h2.slide-title {
        margin-top: 0;
    }
    
}

@media only screen and (min-width: 1140px) {
    .wrapper {
        width: 1060px;
    }
    #header .wrapper {
        padding: 30px 0;
    }
    #hero .scrolldown {
        top: 62%;
    }
    #hero .txt {
        font-size: 27px;
        top: 27%;
    }
    #hero .txt h2 {
        font-size: 60px;
        line-height: 4rem;
    }
    
}


/* ===== Browser Upgrade Prompt ============================================= */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ===== Print styles ======================================================= */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

article ul { margin: 10px 0 !important; }
article ol li, article ul li { margin-bottom:15px; line-height: 1.2em; }
article h5 { color: #000; margin: 15px 0; font-size: 18px; border-bottom: 1px solid #000; }

.contact-box a {color:#fff;}
.contact-box a:hover {color:#34a5a5;}

.itemid-107 article h3, .itemid-108 article h3, .itemid-109 article h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
  text-transform: capitalize;
  color: #34a5a5;
  line-height: 2rem;
}

#farmakoepagrypnisis-form {
	padding: 0;
	margin: 2rem 0;
}
#farmakoepagrypnisis-form h4 {
color: #34a5a5;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
#farmakoepagrypnisis-form .uk-form-label {
  font-weight: 400;
}
#farmakoepagrypnisis-form input[type="text"], #farmakoepagrypnisis-form input[type="number"], #farmakoepagrypnisis-form textarea, #farmakoepagrypnisis-form select {
	border:1px solid #34a5a5;
	margin: 8px 0;
}
#farmakoepagrypnisis-form select {
	height: 40px;
  padding: 8px 6px;
  font-size: 16px;
  width: 100%;
}
#farmakoepagrypnisis-form button {
	padding:.5rem 1rem;
	background-color:#34a5a5;
border-radius:5px;
color:#fff;
}
#farmakoepagrypnisis-form button:hover {
	background-color:#298484;
}