@import url('https://fonts.googleapis.com/css?family=Lato&subset=latin-ext');

div.nutricia-page{
font-family: 'Lato', sans-serif;
}

#content_div.content_container{
	width:970px !important;
}

#right_div{
	display:none;
}

div.nutricia-page a{
	color: #0091cf;
	font-weight:normal;
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;  
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

div.nutricia-page a:hover{
	color: #007fa1;
	font-weight:inherit;
	text-decoration:none;
}

div.nutricia-page p{
	font-size:14px;
	margin:0 0 12px;
	line-height:1.4;
	color: #706f6f;
}


div.nutricia-page h3{
	font-size:16px;
	margin:0 0 15px;
}

div.nutricia-page h3.medical-title{
	margin-bottom:30px;
}

div.nutricia-page h2,h3,h4{
	color:#512178;
	line-height:1.3;
}

div.nutricia-page *{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.nutricia-page > header{
	padding:10px;
	margin-bottom:40px;
}

.nutricia-page > header img.logo{
	width: 200px;
	float: left;
	margin-right: 30px;
}

.nutricia-page > header:after,
section.useful-links > header:after,
section.products div.products:after,
article.news:after,
.nutricia-page section:after{
	display:block;
	content:'';
	clear:both;
}

.nutricia-page section{
	margin:30px 0;
}

div.nutricia-circle{
	width:200px;
	float:right;
	margin: -245px 15px 0 0;
	position: relative;
	z-index: 200;
}

div.nutricia-circle > div{
height:100px;
overflow:hidden;
padding-top:5px;
}

div.nutricia-circle > div p{
	text-align:center;	
	color:#fff;
	font-size: 12px;
	margin-bottom: 5px;
}

div.nutricia-circle div.upper-side{
-webkit-border-top-left-radius: 200px;
-webkit-border-top-right-radius: 200px;
-moz-border-radius-topleft: 200px;
-moz-border-radius-topright: 200px;
border-top-left-radius: 200px;
border-top-right-radius: 200px;
background-color:#4e2683;
}

div.nutricia-circle div.lower-side{
	margin-top:5px;
-webkit-border-bottom-right-radius: 200px;
-webkit-border-bottom-left-radius: 200px;
-moz-border-radius-bottomright: 200px;
-moz-border-radius-bottomleft: 200px;
border-bottom-right-radius: 200px;
border-bottom-left-radius: 200px;
background-color:#9283be;
}

article.news img{
	float:left;
	max-width:400px;
	margin:0 10px 5px 0;
}

article.news h4{
	text-align:center;
	margin:40px 0 15px;
}

article.news h4:after{
	display:block;
	content:'';
	width:80px;
	height:2px;
	background-color:#9283bd;
	margin:10px auto 20px;
}

article.news div.short-text-wrap:not(.display) div.text{
position:relative;
height: 100px;
overflow: hidden;
}

article.news div.short-text-wrap:not(.display) div.text:after{
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	width:100%;
	height:70%;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	z-index:1;
	pointer-events:none;
}

article.news div.short-text-wrap p.show-link{
	color: #0091cf;
	cursor:pointer;
	text-align: center;
}

article.news div.short-text-wrap.display p.show-link{
	display:none;
}

article.news div.short-text-wrap p.show-link i{
	font-size:1.2em;
	margin-left:5px;
	vertical-align: bottom;
}

.link-title,
.medical-title{
	position:relative;
	padding-left:55px;
}


h3.link-title,
h2.medical-title{
	margin:0 0 25px;
}

.link-title:before{
	position:absolute;
	content:'';
	left:0;
	top:-7px;
	width:40px;
	height:40px;
	background:#9283bd url('../image/nutricia/link-icon.png') no-repeat 50% 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.medical-title:before{
	position:absolute;
	content:'';
	left:0;
	top:-7px;
	width:40px;
	height:40px;
	background:#9283bd url('../image/nutricia/medical-icon.png') no-repeat 50% 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

div.top-news{
	float:left;
	padding-right:20px;
	width:calc(100% - 300px);
}

div.top-news article img{
	max-width:200px;
}

div.side-contact{
	padding-left:10px;
	border-left:3px solid #9283bd;
	float: left;
	width: 300px;
}

div.nutricia-page ul.bullet{
	padding-left:10px;
	list-style:none;
}

div.nutricia-page ul.bullet li{
	position:relative;
	padding-left:15px;
	margin:0 0 8px;
	line-height:1.3;
	font-size:14px;
}

div.nutricia-page ul.bullet li:before{
	position:absolute;
	content:'';
	left:0;
	top:5px;
	width:8px;
	height:8px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-color:#9283bd;
}

section.products{
	margin:80px 0 50px;
}

section.products div.products{
	padding:20px 0;
	background-color:#dedaeb;
}

section.products > header,
section.products > footer{
	position:relative;
	height:30px;
	background-color:#dedaeb;	
}

section.products > header{
-webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}

section.products > header:after{
	position:absolute;
	content:'';
	top:-30px;
	left:0;
	right:0;
	margin:0 auto;
	width:40px;
	height:40px;
	background:#9283bd url('../image/nutricia/info-icon.png') no-repeat 50% 50%;
	background-size:30px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	border:10px solid #dedaeb;
}

section.products > footer{
-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
}

section.products h3{
	padding:0 0 4px 10px;
	text-align:center;
}

section.products .category{
	display:inline-block;
	margin-bottom:30px;
}

section.products ul{
	display:inline-block;
	padding:0;
	margin:0 0 20px;
	vertical-align:top;
}

section.products li{
	position:relative;
	display:inline-block;
	list-style:none;
	padding:20px 18px;
}

section.products div div:not(:last-of-type) ul li:last-child:after{
	position:absolute;
	content:'';
	right:0;
	top:50%;
	margin-top:-70px;
	width:2px;
	height:140px;
	background-color:#9283bd;
	pointer-events:none;
}

section.products li a{
	display:block;
	text-align:center;
}

section.products li img{
	height:120px;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;  
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

section.products li a:hover img{
  -webkit-transform: scale3d(1.3, 1.3, 1);
  -moz-transform: scale3d(1.3, 1.3, 1);
  -ms-transform: scale3d(1.3, 1.3, 1);
  -o-transform: scale3d(1.3, 1.3, 1);
  transform: scale3d(1.3, 1.3, 1);		
}

section.products p.note{
	text-align:center;
}

section.news div.news-block{
float: left;
width: calc(100% - 320px);
padding-right:20px;
}

section.news div.event-block{
	float: left;
	width:320px;
	text-align:center;
}

section.news div.event-block h3{
	margin-left:10px;
}

section.news div.event-block div.events{
	border-left:3px solid #9283bd;
	padding:0 0 50px 10px;
}

section.news div.event-block div.events img{
	max-width:100%;
}

section.useful-links > header h3{
	font-size:18px;
}
/*
section.useful-links > header a{
	float:right;
	color:#fff;
	font-size:14px;
	padding:8px 12px;
	margin-right:30px;
	background-color:#9283bd;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

section.useful-links > header a:hover{
	color:#fff;
	background-color:#512178;
}*/

section.useful-links > header{
	padding-bottom:5px;
	border-bottom:3px solid #dedaeb;
}

section.useful-links ul{
	text-align:center;
	padding:0;
	margin:0;
}

section.useful-links ul li{
	display:inline-block;
	width:120px;
	margin:20px;
	list-style:none;
	vertical-align:top;
}

section.useful-links li a{
	display:block;
}

section.useful-links li span.icon{
	display:block;
	height:100px;
}

section.useful-links li span.name{
	display:block;
	color:#512178;
	font-size:16px;
	line-height:1.3;
	text-align:center;
}

section.useful-links li span.icon.graph{
	background: url('../image/nutricia/icons/graph.png') no-repeat 50% 50%;
}

section.useful-links li span.icon.plan{
	background: url('../image/nutricia/icons/plan.png') no-repeat 50% 50%;
}

section.useful-links li span.icon.sample{
	background: url('../image/nutricia/icons/sample.png') no-repeat 50% 50%;
}

section.useful-links li span.icon.energy{
	background: url('../image/nutricia/icons/kcal.png') no-repeat 50% 50%;
}

div.nutricia-page p.promo-code{
	text-align:center;
	font-size:12px;
}