body {
    margin: 0 auto;
    font-family: "Merriweather Sans",Arial,sans-serif;
    min-width: 100%;
	/* background-color:#f7f7f7; */
    font-size: 16px;
}

header,footer,nav,article,section,aside {
  display: block;
}

h1{
	font-family: gothic,sans-serif;
    margin-top: 0px;
    z-index: 100;
    position: relative;
    text-align: center;
   color: #2f4ab3;
    font-size: 35px;
    font-weight: 700;
    text-shadow: none;
}

h2{
	color: white;
    font-size: 1.2em;
    font-weight: 700;
	}

a:link{font-family: "Merriweather Sans",Arial,sans-serif;
color: #2f4ab3;
font-size: 16px;
line-height: 20px;
text-decoration: none;
font-weight: 300}
a:visited {
font-family: "Merriweather Sans",Arial,sans-serif;
color: #2f4ab3;
font-size: 16px;
line-height: 20px;
font-weight: 300}
a:hover {
color: #ff2ada;}
a:active { 
/* background-color: yellow */
}

.header-wrapper {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 1000000;
  width: 99%;
}
.header {
  position: relative;
  margin: 0;
  padding: 0;
}
.header-top-area {
  position: relative;
  margin-top: 10px;
}
.header-container{
    position: relative;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}
.container{
    position: relative;
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
}
.responsive-css-slider {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: auto;
  border: none;
  outline: none;
  overflow: hidden;
  padding-bottom: 42%;
}
.responsive-css-slider > .responsive-slider-item {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
}
.responsive-css-slider .responsive-slider-image {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  top: 0; left: 0;
  width: 100%; height: 100%;
  opacity: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
}
.responsive-css-slider .responsive-slider-caption {
  position: absolute;
  display: inline-block;
  padding: 10px 10px;
  bottom: 20px;
  right: 20px;
  font-size: 0.85em;
  font-weight: bold;
  color: #efefef;
  background-color: rgba(100,100,100,0.65);
  border: 1px solid #efefef;
  border-radius: 10px;
  z-index: 20;
}
.header-image {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.header-image > img {
  position: relative;
  display: inline-block;
  width: 100%;
}
.header-image > h2,
.header-image > h1 {
  position: absolute;
  display: block;
  top: 30%; left: 50%;
  margin: 0 auto;
  z-index: 100;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: white;
  text-shadow: 2px 2px grey;
  text-align: center;
  font-size: 2.4em;
}

.header-image > .responsive-css-slider+h2,
.header-image > .responsive-css-slider+h1 {
  font-size: 2.2em;
}

/* custom checkboxes */
input[type=radio].w-radio,
input[type=checkbox].w-checkbox
{
    /* enable screen readers to read the input as input */
    /*display: none !important;*/
    /*width: 0 !important;*/
    position: absolute;
    opacity: 0 !important;
}
input.w-radio + label,
input.w-checkbox + label
{
    position: relative; display: inline-block;
    vertical-align: middle;
    outline: 0; background: none;
    font-weight: normal; font-style: normal;
    padding: 0; margin: 0; max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input.w-radio + label:hover,
input.w-checkbox + label:hover,
input.w-radio + label:active,
input.w-checkbox + label:active,
input.w-radio + label,
input.w-checkbox + label
{
    cursor: pointer !important;
    text-decoration: none;
    outline: 0;
}
input.w-radio + label,
input.w-checkbox + label
{
    border-color: transparent;
    border-style: solid;
}
input.w-radio + label,
input.w-checkbox + label
{
    overflow: visible;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: sans-serif;
    background-repeat: no-repeat;
    border-radius: 15%;
    text-align: center;
    z-index: 1;
}
input.w-radio + label:before,
input.w-checkbox + label:before
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    position: absolute; display: inline-block;
    padding: 0; margin: 0; 
    border: none; background: none;
    z-index: 2; overflow: hidden;
    font-family: inherit;
    color: inherit;
    cursor: inherit;
    font-weight: bold;
    content: " ";
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
input.w-radio + label:before,
input.w-radio + label
{
    border-radius: 50%;
}
input.w-checkbox:disabled + label:before,
input.w-radio:disabled + label:before
{
    opacity: 0.6;
}
input.w-checkbox:checked + label:before,
input.w-radio:checked + label:before
{
    content: "\2714" !important;
}
input.w-radio + label,
input.w-checkbox + label
{
    margin-right: 8px; margin-left: 8px;
    width: 18px; height: 18px;
    font-size: 18px; line-height: 18px;
    border: 1px solid rgba(170,170,170,0.5);
}
input.w-radio + label:before,
input.w-checkbox + label:before
{
    font-size: 75%;
}
input.w-checkbox:disabled + label,
input.w-radio:disabled + label
{
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.6), rgba(255,255,255,.6));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.6), rgba(255,255,255,.6));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,.6), rgba(255,255,255,.6));
    background-image: -o-linear-gradient(top, rgba(255,255,255,.6), rgba(255,255,255,.6));
    background-image: linear-gradient(to bottom, rgba(255,255,255,.6), rgba(255,255,255,.6));
}
input.w-checkbox:checked + label,
input.w-radio:checked + label
{
  background-color: rgba(160, 41, 97, 0.7);
  color: white;
}
/* END custom checkboxes */

/*----------------------------------
       2.1 Header Top CSS
------------------------------------*/
/* social */
.sign .icon-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0 2px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 22px;
  background-color: #f5f5f5;
}

/* Circle */
.sign .icon-button span {
	  position: absolute;
  	display: inline-block;
	  margin: 0;
  	border-radius: 0;
  	height: 0;
	  width: 0;
  	bottom: 24%;
	  right: 24%;
  	-webkit-transition: all 0.3s;
	     -moz-transition: all 0.3s;
	       -o-transition: all 0.3s;
	          transition: all 0.3s;
}
.sign .icon-button:hover span {
  	bottom: 0%;
	  right: 0%;
	  width: 100%;
	  height: 100%;
	  border-radius: 50%;
}
.sign .twitter span {
	  background-color: #4099ff;
}
.sign .facebook span {
	  background-color: #3B5998;
}
.sign .pinterest span {
  	background-color: #db5a3c;
  	color: white;
}
.sign .instagram span {
	background-color: #0e76a8;
}
.sign .windows span {
	  background-color: #0072C6;
}

/* Icons */
.sign .icon-button i {
	  position: absolute;
	  z-index: 10;
  	background: none;
	  color: #e60023;
    display:inline-block;
	  left: 50%;
	  top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  	-webkit-transition: all 0.3s;
	     -moz-transition: all 0.3s;
	       -o-transition: all 0.3s;
	          transition: all 0.3s;
}
.sign .icon-button .icon-twitter {
	  color: #4099ff;
}
.sign .icon-button .icon-facebook {
	  color: #3B5998;
}
.sign .icon-button .icon-pinterest {
	  color: #db5a3c;
}
.sign .icon-button .icon-instagram {
	  color: #4099ff;
}

.sign .icon-button:hover .icon-twitter,
.sign .icon-button:hover .icon-facebook,
.sign .icon-button:hover .icon-pinterest,
.sign .icon-button:hover .icon-instagram{
	  color: white;
}
#social{
	margin-right: 10px;
	float:right;
}
.arrow {
  font-size:12px;
}
[data-count]:after{
  display: inline-block;
  margin-left: 6px;
  content: attr(data-count);
}

.responsive-css-img {
  position: relative;
  padding: 0;
  margin: 0 auto;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 100%;
}
.centrimg > .header-top-img,
.header-image > .header-top-img {
  position: relative;
  padding: 0;
  margin: 0 auto;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 42%;
}
.top-image,
.categ-top-image{
  position: relative;
  /*z-index: -1;*/
  width: 100%;
}
.category {
	font-family: gothic,sans-serif;
    margin-top: 0px;
    z-index: 100;
    position: relative;
    text-align: center;
    font-size: 2.75em;
    color: white;
    text-shadow: 2px 2px grey;
}
.line{
    
    width: 100%;
    background-color: white;
    padding: 10px;
}
.first-images{
    margin-top: -40px;
	background-repeat: inherit;
    background-image: url(/images/bg.jpg);
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: #f2f3ef;
    padding-top: 10px;
}
.first-images h2{
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    margin-left: -1%;
    /*margin-top: -10px;*/
    color: #E573AB;
    font-size: 28px;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 25px;
	text-align:center;
}
.first-images a{
	/* background-color:white; */
	width:140%;
	}

.insidebanner{
    height: 400px;
    float: left;
    text-align: right;
    margin-left: 10%;
    width: 40%;
    margin-right: 5px;

}
.insidebanner-r{
    height: 400px;
    float: left;
    text-align: left;
    margin: 0 auto;
    width: 40%;
}
.banner{
    margin-left: 0;
    display: inline-block;

}

.banner img{
    width:200px;
	height:342px;
}
.proteinomenabanner{
margin-bottom: -10px;
    border-top: 10px solid white;
    border-bottom: 10px solid white;
    padding-left: 8%;
    display: inline-block;
    width: 92%;
    max-width: 100%;
    margin-top: 0px;
    background-color: #f3f3f3;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 30px;
}


.proteinomenabanner h2{
	max-width:90%;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    margin-left: 0.5%;
    color: #E573AB;
    font-size: 25px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 25px;
	}
.proteinomena{
	padding: 0 5px;
    margin-bottom: 30px;
    text-align: center;
    float: left;
    width: 21%;
    height: 370px;
    overflow: hidden;
    background-color: white;
    margin-right: 20px;
}
.proteinomena img{
    display: inline-block;
    width: 100%;
}
 .proteinomena h3{
    font-family: "Merriweather Sans",Arial,sans-serif;
	font-weight: 700;
    margin-left: 10px;
    text-align: left;
    color: #f76c6f;
    display: block;
	font-size: 15px;
    line-height: 1.5;
 }
 .proteinomena p{
    padding-right: 10px;
    font-family: "Merriweather Sans",Arial,sans-serif;
    font-size: 16px;
    color: #505050;
	line-height: 24px;
    text-align: center;
    display: block;
 }
.proteinomena a{
    text-align: center;
    color: #737070;
    display: block;
font-size: 0.79em;
    line-height: 1.5;
 }
.arthro{
    background-repeat: inherit;
	min-width: 97%;
	display:block;
    margin: 0 auto;
    width: 1400px;
    max-width: 97%;
    background-color: #d9d9d9;
	padding: 0px 20px 40px 20px;
}
.arthro h2{
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    left: 20px;
    top: 40px;
    color: #E573AB;
    font-size: 1.5em;
    font-weight: 700;
    padding: 0px;
 }
.arthro p{
	text-align:justify;
    font-family: "Merriweather Sans",Arial,sans-serif;
    font-size: 16px;
    color: #505050;
	line-height: 24px;
	margin: 0 auto;
    padding: 30px;
    background-color: white;
    width: 93%;
 }
.arthro img{
	margin: 40px 28px 10px 32px;
 }
.bannerarthra{
    border-bottom: 10px solid white;
    border-top: 10px solid white;
    padding-left: 1%;
    max-width: 100%;
    margin-bottom: -10px;
    background-color: #f3f3f3;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 30px;
}

.bannerarthra h2{
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    margin-left: -5%;
    color: #E573AB;
    font-size: 25px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 25px;
	}
.zitisteprosfora{
    height: 315px;
    width: 210px;
	}
.zitiste-prosfora{
	padding-top:15px;
	text-align:center;
	}
.header-top-right {
	text-align: right;
}
.header-top-left > p,
.header-top-right > p{
	margin: 0;
	color: nothing;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 35px;
    font-weight: 500;
}
.header-top-left > p > a, 
.header-top-right > p > a {
	color: nothing;
	display: inline-block;
	text-transform: none;
	margin-left: 8px;
}

 @media only screen and (max-width: 1064px) {
.category {
	font-family: gothic,sans-serif;
    margin-top: 0px;
    z-index: 100;
    position: relative;
    text-align: center;
    font-size: 2.0em;
    color: white;
    text-shadow: 2px 2px grey;
}
.top-image{
    max-width: 100%;
    min-height: 300px;
    position: relative;
    width: 650px;
}
.categ-top-image{
	max-width: 100%;
	min-height: 300px;
    position: relative;
    width: 650px;
	}
.header-logo  {
    margin-left: 80px;
    float: left;
}
.header-logo img {
    margin-left: 20px;
    margin-top: -15px;
    width: 160px;
}
#social {
    top: 40px;
    margin-right: 150px;
    float: right;
    position: relative;
}
.insidebanner{
    position: relative;
	left: -10px;
    height: 400px;
    float: left;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.insidebanner-r{
    position: relative;
	left: -10px;
    height: 400px;
    float: left;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.banner{
margin-left: 5%;
    display: inline-block;
    width: 30%;
    margin-right: 5%;
}
.proteinomenabanner{
    display: table;
    height: 320px;
    float: left;
    text-align: center;
	border-bottom: 10px solid white;
    margin-bottom: 0px;
}
.proteinomena{
	position: relative;
    left: -5px;
	width: 43%;
    display: inline-block;
    max-height: 500px;
    overflow: hidden;
}
.proteinomenabanner h2{
	max-width:90%;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    margin-left: 0;
    color: #E573AB;
    font-size: 25px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 25px;
	}
.proteinomena h3{
	margin-bottom: -20px;
	font-weight: 700;
    margin-left: 10px;
    text-align: left;
    color: #f76c6f;
    display: block;
	font-size: 14px;
    line-height: 1.5;
 }
.proteinomena img{
    display: inline-block;
    width: 100%;
}
.arthro{
    background-repeat: inherit;
    min-width: 93%;
    display: inline-block;
    margin: 0 auto;
    width: 1400px;
    max-width: 93%;
    background-color: #d9d9d9;
    padding: 0px 20px 40px 20px;
}
.arthro h2{
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    left: 20px;
    top: 40px;
    color: #E573AB;
    font-size: 1.5em;
    font-weight: 700;
    padding: 0px;
 }
.arthro p{
    text-align: justify;
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #737070;
    margin: 0 auto;
    padding: 30px;
    background-color: white;
    width: 85%;
 }
 .bannerarthra{
    border-bottom: 10px solid white;
    border-top: 10px solid white;
    padding-left: 3%;
    max-width: 100%;
    margin-bottom: -10px;
    background-color: #f3f3f3;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 30px;
}
.zitisteprosfora{
	margin-top: 30px;
	margin-left: 30px;
    height: 315px;
    width: 210px;
	}
}

@media (max-width: 960px) {
.header-image > .responsive-css-slider+h2 {
  font-size: 1.6em;
}
}

@media (max-width: 700px) {
.header-image {
  margin-top: 12px;
  margin-bottom: 0px;
}


.header-image h2,
.header-image h1 {
  font-size: 1.8em;

}
.header-image > .responsive-css-slider+h2{
position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    z-index: 100;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: white;
    text-shadow: 2px 2px grey;
    text-align: center;
}
}

@media only screen and (max-width: 860px) {
.responsive-css-slider {
  padding-bottom: 56%;
}
.centrimg > .header-top-img,
.header-image > .header-top-img {
  padding-bottom: 56%;
}
 }
@media only screen and (max-width: 640px) {
.sign .icon-button {
    font-size: 18px;
    width: 25px;
    height: 25px;
    top: -12px;
}
}
@media only screen and (max-width: 479px) {
.category {
	font-family: gothic,sans-serif;
    margin-top: 0px;
    z-index: 100;
    position: relative;
    text-align: center;
    font-size: 1.6em;
    color: white;
    text-shadow: 2px 2px grey;
}
.top-image,
.categ-top-image{
	max-width: 100%;
	min-height: 300px;
    position: relative;
    width: 650px;
	}
.responsive-css-slider .responsive-slider-caption {
  position: absolute;
  display: inline-block;
  padding: 5px 5px;
  bottom: 20px;
  right: 20px;
  font-size: 0.55em;
  font-weight: bold;
  color: #efefef;
  background-color: rgba(100,100,100,0.65);
  border: 1px solid #efefef;
  border-radius: 10px;
  z-index: 20;
}
#social {
    top: 13px;
    margin-right: 5px;
    float: right;
    position: relative;
}
.sign .icon-button {
    font-size: 16px;
    width: 20px;
    height: 20px;
    top: -10px;
}
.header-logo  {
    margin-left: 80px;
    float: left;
}
.header-logo img {
    margin-left: 10px;
    margin-top: -20px;
    width: 130px;
}
.insidebanner{
    display: inline-table;
    height: 320px;
    float: left;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.insidebanner-r{
    display: inline-table;
    height: 320px;
    float: left;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.banner{
margin-left: 10px;
    display: inline-block;
    /* width: 100%; */
    margin-right: 15%;
    float: left;
}
.banner img{
    width: 135%;
    height: 260px;
    margin: 0px 20px 0 20px;
	}
.bannerarthra h2 {
    margin-bottom: -5px;
    margin-top: -5px;
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    margin-left: -5%;
    color: #E573AB;
    font-size: 25px;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 0px;
}
	.arthro{
    background-repeat: inherit;
    min-width: 89%;
    display: inline-block;
    margin: 0 auto;
    width: 1400px;
    max-width: 89%;
    background-color: #d9d9d9;
    padding: 0px 20px 40px 20px;
}
.arthro img{
	margin: 40px 20px 20px 20px;
 }
.arthro p{
    text-align: justify;
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #737070;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    width: 85%;
 }
.proteinomenabanner{
    display: inline-table;
    height: 320px;
    float: left;
    text-align: center;
    width: 92%;
    border-bottom: 10px solid white;
    margin-bottom: 0px;
}
.proteinomena{
	display: unset;
    max-height: 500px;
    overflow: hidden;
	margin-left: 0;
    margin-right: 7%;
    width: 90%;
}
.proteinomena img{
    display: inline-block;
    width: 100%;
}
.proteinomenabanner h2 {
    max-width: 90%;
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    margin-left: 0;
    color: #E573AB;
    font-size: 25px;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 20px;
}	
.bannerarthra {
    border-bottom: 10px solid white;
    border-top: 10px solid white;
    padding-left: 3%;
    max-width: 100%;
    margin-bottom: -10px;
    background-color: #f3f3f3;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 0px;
} 
.zitiste-prosfora{
	padding-top:35px;
	text-align:left;
	}
.zitisteprosfora {
	margin-top: -40px;
    margin-left: 22%;
    height: 315px;
    width: 210px;
}
}
 
.centertopmenu{
	width: 1000px;
	max-width:100%;
	padding: 20px 0px 60px;
	margin:0 auto;
}
.logomenu{
	margin-right: 10px;
    top: -6px;
    float: left;
    position: relative;
}
.logomenu img{
    width:120px;
	height:55px;
}

.topnav {
	padding: 0px;
    float: left;
    overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #444;
  text-align: center;
  padding: 13px 16px;
  text-decoration: none;
  font-size: 16px;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
    font-size: 16px;
}
.dropdown a, .dropdown button {
    font-size: 16px;
}
.dropdown .dropbtn {
    border: none;
    outline: none;
    color: #444;
    padding: 14px 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
}

.dropdown-content a {
    border-bottom: 0.5px solid #ff2ada;
    float: none;
    color: #2f4ab3;
    padding: 8px 14px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: none;
  color: #ff2ada;
}

.dropdown-content a:hover {
    background-color: #ddd;
    /*color: black;*/
}

.dropdown:hover .dropdown-content {
    display: block;
}
.socialmenu{
    text-align: center;
	display:block;
   float: left;
	}
.socialmenu a{
    padding: 0px;
    position: relative;
	}
.socialmenu img{
width:20px;
height:20px;
	}
.telephone img{
    width: 110px;
    height: auto;
	}


.dropdown-one {
  cursor: pointer;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-two {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 160px;
  top: 0px;
  min-width: 160px;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
  display: block;

}

.dropdown-one .dItem {
    color: black;
    padding: 12px 16px;
    display: block;
    text-align: left;
}

.dropdown-one .dItem:hover, .dropdown-two a:hover {
    background-color: #ddd;     color: #F76c6f;
}





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

.logomenu{
    width: 90%;
    text-align: center;
    margin-top: 5px;
}
.socialmenu{
    position: absolute;
    right: 10px;
    top: 20px;
	}
.topnav {
	margin-bottom: 0px;
	margin-top: 18px;
	overflow: hidden;
	background-color: transparent;
}
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
float: left;
display: block;
position: absolute;
top: 25px;
left: 15px;
width: 40px;
line-height: 18px;
  }

  .topnav.responsive {
    z-index: 1000;
    width: 100%;
    background-color: #2f4ab3;
    position: relative;
	}
  .topnav.responsive .icon {
position: fixed;
  }
  .topnav.responsive a {
    border-bottom: 0.5px solid #7b7777;
	color: white;
    float: none;
    display: block;
    text-align: left;
    margin-left: -5px;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {
	background-color: #ff2ada;
	position: relative;
	}
  .topnav.responsive .dropdown .dropbtn {
    border-bottom: 0.5px solid #7b7777;
    color: white;
    display: block;
    width: 100%;
    text-align: left;
  }
  .topnav.responsive .dropdown-one {float: none;);
}
.dropdown:not(.open-menu) .dropdown-content{
    display: none;
}
.dropdown.open-menu .dropdown-content{
    display: block;
}
  .topnav.responsive .dropdown-two {
	background-color: #5a5757;
	position: relative;
}

  .topnav.responsive .dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
  display: contents;

}

  .topnav.responsive .dropdown-one .dItem {
    background-color: #241b1c;
    color: white;
}

.dropdown-one .dItem:hover, .dropdown-two a:hover {
    background-color: #ddd;     color: #F76c6f;
}

}

.footer{
	font-family: "Merriweather Sans",Arial,sans-serif;
	display: table;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background-color: #2f4ab3;
	padding-top: 20px;
	}
.footer h2{
    font-size: 1.5em;
	margin: 10px 25px;

	}

.footer-all{
	display:table;
    margin: 0 auto;
    width: 100%;
}
.footer-cell{
    float: left;
    display: inline-block;
    width: 25%;
}
.footer-cell p{
	margin-left: 0;
	padding-left: 26px;
}


.a_link{
	font-weight: bold;
	font-size: 14px;
	color: #cccccc;
	line-height: 1.5;

	}

	.copyright {
    text-align: center;
    float: none;
    color: #440e00;
    font-size: 12px;
	margin-bottom: 20px;
	line-height: 36px;
}

.footer-cell a:link {
    font-family: "Merriweather Sans",Arial,sans-serif;
    color: #ededef;
    font-size: 14px;
    text-decoration: none;
	line-height: 1.5;
}

/* visited link */
.footer-cell a:visited {
    color:  #ededef;
}

/* mouse over link */
.footer-cell a:hover {
    color: #ff28dd;;
}
.fb_like {width:70%; margin-left:-10%;}

@media (max-width: 950px) {
.footer{
    font-family: "Merriweather Sans",Arial,sans-serif;
	display: table;
    width: 100%;
    max-width: 93.5%;
    padding: 20px;
    margin: 0 auto;
	}
.footer-cell{
float:left;
width: 100%;}
.fb_like {width:70%; margin-left:0%;}
.footer-cell p {
    display: block;
    margin-left: 15px;
	font-size: 16px;
}}
@media (max-width: 550px) {
.footer{
    font-family: "Merriweather Sans",Arial,sans-serif;
	display: table;
    width: 100%;
    max-width: 88%;
    padding: 20px;
    margin: 0 auto;
	}
.foot-keli p {
    display: block;
    margin-left: 15px;
	font-size: 16px;
}
.fb_like {width:70%; margin-left:0%;}
.foot-keli{
float:none;
width: 100%;}}

@media (max-width: 400px) {
.logomenu{

    margin-left: -7px;
}}