#chartdiv {
  width: 100%;
  height: 100%;
}
#chartdiv a{
  display: none !important;
}

.fullwidthmin{
    min-width: 100%;
}
#main-menu > ul > li > a, .main-menu > ul > li > a{
	font-family: 'Cuprum';
	font-size:16px;
	letter-spacing: 1px;
}

div .tp-caption-title{
	font-family: 'Cuprum';
}
div .tp-caption-subtitle{
	font-family: 'Pacifico';
}

.turn-circles {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
}
.turn-circles .circle:nth-child(1) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin1 6s linear infinite;
    animation: spin1 6s linear infinite;
    border-color: #c7c7c7;
}
.turn-circles .circle:nth-child(2) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin2 6s linear infinite;
    animation: spin2 6s linear infinite;
    border-color: #c7c7c7;
}
.turn-circles .circle:nth-child(3) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin3 6s linear infinite;
    animation: spin3 6s linear infinite;
    border-color: #c7c7c7;
}
.turn-circles .circle:nth-child(4) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin4 6s linear infinite;
    animation: spin4 6s linear infinite;
    border-color: #c7c7c7;
}
.turn-circles .circle {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid transparent;
    border-radius: 92% 110% 132% 88%;
}
.table-cell{
	position: relative;
    display: block;
    padding: 0;
    text-align: center;
}
.table-cell.bloc1 .nc-icon-outline {
    font-size: 2.4rem;
    line-height: 70px;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 70px;
    height: 70px;
    color: #86bc42;
}
.table-cell.bloc1 img{
	width: auto;
    height: 40px;
}
#discover .title h3{
	font-size: 60px;
}
.section .inside_smoothie{
    right: 120px;
    position: absolute;
}

/*
.section .inside_smoothie{
	position: absolute;
	right: 5vw;
}
.section .inside_smoothie:nth-child(2) {
    top: 25vh;
    right: 10vw;
}
.section .inside_smoothie:nth-child(3) {
    top: 45vh;
    right: 10vw;
}
.section .inside_smoothie:nth-child(4) {
    top: 65vh;
    right: 10vw;
}
*/

@keyframes spin1{	
	0% {
	    -webkit-transform: rotate(0);
	    transform: rotate(0);
	}
	100% {
	    -webkit-transform: rotate(360deg);
	    transform: rotate(360deg);
	}
}
@keyframes spin2{	
	0% {
	    -webkit-transform: rotate(72deg);
	    transform: rotate(72deg);
	}
	100% {
	    -webkit-transform: rotate(-288deg);
	    transform: rotate(-288deg);
	}
}
@keyframes spin3{	
	0% {
	    -webkit-transform: rotate(-144deg);
	    transform: rotate(-144deg);
	}
	100% {
	    -webkit-transform: rotate(216deg);
	    transform: rotate(216deg);
	}
}
@keyframes spin4{	
	0% {
	    -webkit-transform: rotate(216deg);
	    transform: rotate(216deg);
	}
	100% {
	    -webkit-transform: rotate(-144deg);
	    transform: rotate(-144deg);
	}
}

/*******FOOTER*********/
.social-icons ul li {
    display: inline-block;
}
.section-footer.bg-dark a {
    color: #D0D0D0 !important;
}
.social-icons ul li a {
    padding-right: 0;
}
.social-icons ul li a {
    margin-left: 0;
    font-size: 20px;
    margin: 0 2px;
    color: #fff;
    font-weight: 400;
    text-shadow: none;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
i.fa-facebook.iconfooter {
    padding: 18px 23px !important;
}

i.iconfooter {
    background-color: rgba(255, 255, 255, 0.00784314)!important;
    border: 2px solid rgba(255, 255, 255, 0.3)!important;
    color: rgba(255, 255, 255, 1) !important;
    border-radius: 50%;
    font-size: 21px;
    padding: 18px 21px !important;
    margin: 10px;
}
i.iconfooter:hover {
    border: 2px solid rgba(255, 255, 255, 1)!important;
}