/*
	Template: Lovely Cosmetics Responsive HTML Template
	Version: 1.0
	Author: Axact Idea
	Email: axactidea@gmail.com
	ThemeForest Profile: https://themeforest.net/user/axactidea
*/
/* ------------------------------- */
/*         TABLE OF CONTENTS       */
/* ------------------------------- */
/*   01 - Fonts                    */
/*   02 - Reset                    */
/*   03 - General                  */
/*   04 - Layout Helpers           */
/*      ---- paddings              */
/*      ---- margins               */
/*      ---- text colors           */
/*      ---- backgrounds           */
/*      ---- buttons               */
/*      ---- borders               */
/*      ---- hr                    */
/*      ---- icons                 */
/*      ---- tabs                  */
/*      ---- animations            */
/*   05 - Header                   */
/*      ---- top bar               */
/*      ---- logo                  */
/*      ---- navigation            */
/*   06 - Slideshows               */
/*   07 - Forms                    */
/*   08 - Blog                     */
/*   09 - Products                 */
/*   10 - Follow Us                */
/*   11 - Page Not Found 404       */
/*   12 - Footer                   */
/* ------------------------------- */

/* ------------------------------- */
/*           01 Fonts              */
/* ------------------------------- */
@import url("fonts.css");
@import url("normalize.css");
@import url("myresponsee.css");
@import url("hover.css");
@import url("imagehover.css");
@import url("../owl-carousel/owl.carousel.css");
@import url("../owl-carousel/owl.theme.css");
@import url("font-awesome/css/font-awesome.min.css");
@import url("font-awesome-extension/font-awesome-extension.min.css");
@import url('../fonts/lato/latolatinfonts.css');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,700,700i&subset=latin-ext');


/* ------------------------------- */
/*           02 Reset              */
/* ------------------------------- */
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;	
}

/* ------------------------------- */
/*         03 General              */
/* ------------------------------- */
body {
  background:none repeat scroll 0 0 #fff;
  font-size: 17px;
  font-family: 'Lato', 'Open Sans', sans-serif;
  color:#272727;
  line-height: 22px;
}

/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    color:#7da2ff;
    font-weight:400;
    margin:0;
	font-style: italic;
    letter-spacing: 1px;
	font-family: 'Source Sans Pro';
}
h1 {
  font-size:2.4em;
  text-transform:uppercase;
  line-height: 1.2em;
  letter-spacing: 2px;      
}
h1.h1 {
    color:#7da2ff;

}
h2 {
  font-size:2.2em;
  line-height: 1.3em;
      
} 
h3 {
  font-size:1.6em;
  line-height: 1.3em;
}
h4 {
  font-size:1.2em;
  line-height: 1.5em;
}
h5 {
  font-size:1.2em;
  line-height: 1.5em;
  text-align:center;
}
h6 {
  font-size:1.6em;
  line-height: 1.4em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus
{
  color: #005f9d;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active
{
  color: #005f9d;
}

a,
a:link,
a:visited,
a:active {
  text-decoration:none;
  color:#005f9d;
  transition:color 0.20s linear 0s;
  -o-transition:color 0.20s linear 0s;
  -ms-transition:color 0.20s linear 0s;
  -moz-transition:color 0.20s linear 0s;
  -webkit-transition:color 0.20s linear 0s;
}

a.red-link{
	color:	#d62023;
	transition:	font-weight 0.2s;
}

a.red-link:hover{
	color:	#d62023;
	font-weight:	700;
}

a:hover {
  color:#2e7ca6;
}

p {
  margin:0 0 12px 0;
}

b,strong {
  font-weight:700;
}

img {
  border:0;
  display:block;
  height:auto;
  width:100%;
}

/* ------------------------------- */
/*      04 Layout Helpers          */
/* ------------------------------- */
.section  { 
  padding: 3rem 1.25rem;
}

.text-center {
  text-align:center;
}
.text-justify {
  text-align:justify;
}
.text-uppercase {
  text-transform:uppercase;
}
.center {
  float:none !important;
  margin:0 auto !important;
  display:block !important;
}
.float-left {
  float: left !important;
}

/* ------------------------------- */
/*           Paddings              */
/* ------------------------------- */
.padding { padding: 1.25em !important; }
.padding-2x { padding: 2.8em; }
.padding-top-0 { padding-top:0px !important }
/* paddings top */
.padding-top { padding-top: 1.25em; }
.padding-top-10 { padding-top:10px; }
.padding-top-20 { padding-top:20px; }
.padding-top-30 { padding-top:30px; }
.padding-top-40 { padding-top:40px; }
.padding-top-50 { padding-top:50px; }
.padding-top-60 { padding-top:60px; }
.padding-top-70 { padding-top:70px; }
/* paddings right */
.padding-right { padding-right: 1.25em; }
.padding-right-10 { padding-right:10px; }
.padding-right-20 { padding-right:20px; }
.padding-right-30 { padding-right:30px; }
.padding-right-40 { padding-right:40px; }
.padding-right-50 { padding-right:50px; }
.padding-right-60 { padding-right:60px; }
.padding-right-70 { padding-right:70px; }
/* paddings bottom */
.padding-bottom { padding-bottom: 1.25em; }
.padding-bottom-10 { padding-bottom:10px; }
.padding-bottom-20 { padding-bottom:20px; }
.padding-bottom-30 { padding-bottom:30px; }
.padding-bottom-40 { padding-bottom:40px; }
.padding-bottom-50 { padding-bottom:50px; }
.padding-bottom-60 { padding-bottom:60px; }
.padding-bottom-70 { padding-bottom:70px; }
/* paddings left */
.padding-left { padding-left: 1.25em; }
.padding-left-10 { padding-left:10px; }
.padding-left-20 { padding-left:20px; }
.padding-left-30 { padding-left:30px; }
.padding-left-40 { padding-left:40px; }
.padding-left-50 { padding-left:50px; }
.padding-left-60 { padding-left:60px; }
.padding-left-70 { padding-left:70px; }

/* ------------------------------- */
/*            Margins              */
/* ------------------------------- */
/* margins top */
.margin-top { margin-top: 1.25em; }
.margin-top-10 { margin-top:10px; }
.margin-top-20 { margin-top:20px; }
.margin-top-30 { margin-top:30px; }
.margin-top-40 { margin-top:40px; }
.margin-top-50 { margin-top:50px; }
.margin-top-60 { margin-top:60px; }
.margin-top-70 { margin-top:70px; }
/* margins left */
.margin-left { margin-left: 1.25em; }
.margin-left-10 { margin-left:10px; }
.margin-left-20 { margin-left:20px; }
.margin-left-30 { margin-left:30px; }
.margin-left-40 { margin-left:40px; }
.margin-left-50 { margin-left:50px; }
.margin-left-60 { margin-left:60px; }
.margin-left-70 { margin-left:70px; }
.margin-left-100 { margin-left: 100px; }
/* margins bottom */
.margin-bottom { margin-bottom: 1.25em; }
.margin-bottom-10 { margin-bottom:10px; }
.margin-bottom-20 { margin-bottom:20px; }
.margin-bottom-30 { margin-bottom:30px; }
.margin-bottom-40 { margin-bottom:40px; }
.margin-bottom-50 { margin-bottom:50px; }
.margin-bottom-60 { margin-bottom:60px; }
.margin-bottom-70 { margin-bottom:70px; }
/* margins right */
.margin-right { margin-right: 1.25em; }
.margin-right-10 { margin-right:10px; }
.margin-right-20 { margin-right:20px; }
.margin-right-30 { margin-right:30px; }
.margin-right-40 { margin-right:40px; }
.margin-right-50 { margin-right:50px; }
.margin-right-60 { margin-right:60px; }
.margin-right-70 { margin-right:70px; }


.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ------------------------------- */
/*           Text Colors           */
/* ------------------------------- */
.text-white {
color: #fff;
}
.text-primary {
  color: #19018e;
}
.text-dark {
  color: #005f9d;
}
.text-dark-light {
  color:#9f9694;
}

/* ------------------------------- */
/*           Backgrounds           */
/* ------------------------------- */
.background-white {
  background-color: #fff; box-shadow:#777 2px 0px 10px;
}
.background-primary {
  background-color: #2e7ca6;
}

.background-semidark{
  background-color: #5491cd;
}
.background-dark {
  background-color: #186abc;

}
.background-pink{
    background-color: #b41080;
}
.background-highlight {
  background-color: #eee;
}


/* ------------------------------- */
/*               Tabs              */
/* ------------------------------- */
.tab-nav.line {
  display: table;
}
.left .tab-nav.line {
  display: block;
}
.tab-item {
  background:#fff;
  display: none;
}
.tab-item.tab-active {
  display: block;
}
.tab-content > .tab-label {
  display: none;
}
.tab-nav > .tab-label {
  float:left;
}
a.tab-label, a.tab-label:link, a.tab-label:visited {
  margin-right: 1px;
  padding: 0.650rem 1rem;
  background:#f4f1f0;
  margin-bottom:20px;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
a.tab-label:hover,a.tab-label.active-btn {
  background:#2e7ca6;
  color:#fff;
}
.tab-label.active-btn {
  cursor: default;
}
.tab-content {
  text-align: left;
}

/* ------------------------------- */
/*           Animations            */
/* ------------------------------- */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* ------------------------------- */
/*           Image Hovers            */
/* ------------------------------- */
.image-hover-zoom {
  display: block;
  overflow: hidden;
}
.image-hover-zoom img {
  transition: all 0.40s linear 0s;
  -o-transition: all 0.40s linear 0s;
  -ms-transition: all 0.40s linear 0s;
  -moz-transition: all 0.40s linear 0s;
  -webkit-transition: all 0.40s linear 0s;
}
.image-hover-zoom:hover img {
  transform: scale(0.930);
}

/* ------------------------------- */
/*             05 Header           */
/* ------------------------------- */

/* carousel */

.carousel-main .item{
    height: 35vw;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;    
}

.carousel-main .slide1{
    background-color: #6190c2;
    background-image: url('../img/slide1.jpg');
}

.carousel-main .slide2{
    background-color: #6ba2e3;
    background-image: url('../img/slide2.jpg');
}

.carousel-main .slide3{
    background-color: #6ba2e3;
    background-image: url('../img/slide3.jpg');
}

.carousel-main .item .carousel-content{
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.carousel-main .item .line{
    display: flex;
    position: relative;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
}

.carousel-main .item .logo-wrapper{
    position: absolute;
    left: 20px;
    top: 0;
    max-width: 320px;
}
.carousel-main .item .logo-wrapper img{
    max-width: 100%;
}

.carousel-main .item .slide-picture{
    display: flex;
    align-items: flex-end;
    height: 77%;
    margin-bottom: 2%;
    margin-right: 20px;;
    z-index:    1;
}

.carousel-main .item.slide1 .slide-picture{
    position: relative;
}
.carousel-main .item.slide1 .slide-picture:before{
    content: '';
    position: absolute;
    width: 40%;
    padding-top: 40%;
    left: -28%;
    top: 21%;
    background-image: url('../img/nou.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-main .item.slide2 .slide-picture{
    height: 80%;
    margin-bottom: 2%;
    margin-right: 20px;;
    z-index:    1;
}

.carousel-main .item.slide3 .slide-picture{
    height: 77%;
    margin-bottom: 3%;
    margin-right: 50px;;
    z-index:    1;
}
.carousel-main .item.slide3 .slide-picture img{
    /*transform-origin: 50% 100%;
    transform: rotate(10deg);*/
}

.carousel-main .item .slide-picture img{
    height: 100%;
	width: auto;
}
.carousel-main .item.slide1 .slide-picture{
	transition: transform 1s;
}
.carousel-main .item.slide1 .slide-picture:hover{
	transform: translate(-140%, -26%) rotate(90deg) scale(1.3);
}
.carousel-main .item .slide-title{
    text-align: right;
    margin-bottom: 5%;
    margin-right: 4%;
}

.carousel-main .item.slide2 .slide-title{
    margin-right: 1%;
    text-align: left;
}

.carousel-main .item.slide3 .slide-title{
    margin-right: 1%;
    margin-bottom: 2%;    
    text-align: left;
    position: relative;
}

.carousel-main .item.slide3 .slide-title:before{
    content: '';
    position: absolute;
    width: 380%;
    height: 380%;
    left: -15%;
    top: -20%;
    background-image: url('../img/elipse-blue.png');
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
}

.carousel-main .item .slide-title h2{
    display:    inline-block;
    text-align: right;
    font-size:  4rem;
    letter-spacing:1px;
    line-height:    1em;
    font-weight: 700;
    color:  #fff003;
    padding-bottom: 0px;
    margin-bottom: 0;
    font-style: italic;
}

.carousel-main .item .slide-title h2 span.line-1{
	margin-right: 1.2em;
}

.carousel-main .item .slide-title h2 span.line-2{
	margin-right: 2.5em;
}

.carousel-main .item .slide-title h5{
	font-size: 3vw;
    text-align: left;
	font-weight: 600;
	color: #fff003;
	font-style: italic;
	line-height: 1.1em;        
    margin-bottom: 0.4em;
    text-shadow: 4px 4px 10px #555, -4px -4px 10px #555, -4px 4px 10px #555, 4px -4px 10px #555;
    position: relative;
    z-index: 99;
}

.carousel-main .item.slide3 .slide-title h5{
    color: #fff;
    font-style: normal;
    text-shadow: none;
}

.carousel-main .item .slide-title ul{
    list-style: none;
    padding-left: 1.8em;
}

.carousel-main .item .slide-title li{
    position: relative;
    padding-left: 0;
	font-size: 2vw;
    text-align: left;
	font-weight: 600;
	color: #fff003;
	font-style: italic;
	line-height: 1.5em;
    text-shadow: 4px 4px 10px #555, -4px -4px 10px #555, -4px 4px 10px #555, 4px -4px 10px #555;
}

.carousel-main .item .slide-title li:before{
    content: '';
    position: absolute;
    width: 0.4em;
    height: 0.4em;
    background-color: #fff003;
    left: -1em;
    top: 0.5em;
    -webkit-box-shadow: 0px 0px 10px 1px #555;
    -moz-box-shadow: 0px 0px 10px 1px #555;
    box-shadow: 0px 0px 10px 1px #555;
}

    
#top_wrapper{
    position:   absolute;
    top:    0;
    width:  100%;
}

/* Top bar */

#topbar{
    
}

#topbar .line{
    padding:    0;
}

#topbar p {
  padding-top:6px;
  color:#c6499e;
}
#topbar ul {
  margin:0;
  padding:0;
}
#topbar ul li {
  float: left;
  list-style: outside none none;
  text-align: center;
  border-left:solid 1px rgba(255,255,255,0.73);
}
#topbar ul li:last-child {
  border-right:solid 1px rgba(255,255,255,0.73);
}
#topbar ul li a {
  display:block;
  color:rgba(255,255,255,0.73);
  padding:10px 16px;
  transition: background-color 0.40s, color 0.40s;
  -o-transition: background-color 0.40s, color 0.40s;
  -ms-transition: background-color 0.40s, color 0.40s;
  -moz-transition: background-color 0.40s, color 0.40s;
  -webkit-transition: background-color 0.40s, color 0.40s;  
}
#topbar ul li a:hover {
  background:rgba(253,248,242,0.61);
  color: rgba(227,30,36,0.76);
}

#topbar i {
  font-size: 15px;
}
#topbar i span {
  padding-left:4px;
  font-size:15px;
  font-family: 'Open Sans', sans-serif;
}

/* Top bar design two */
#topbar-primary {
  background-color:#2e7ca6;
}
#topbar-primary p {
  padding-top:6px;
  color:#edc8a3;
}
#topbar-primary ul {
  margin:0;
  padding:0;
}
#topbar-primary ul li {
  float: left;
  list-style: outside none none;
  text-align: center;
  border-left:solid 1px #b57c44;
}
#topbar-primary ul li:last-child {
  border-right:solid 1px #b57c44;
}
#topbar-primary ul li a {
  display:block;
  color:#fff;
  padding:10px 16px;
}
#topbar-primary ul li a:hover {
  background:#6a5d5a;
}
#topbar-primary ul li a.active {
  background:#6a5d5a;
  color:#fff;
}
#topbar-primary i {
  font-size: 15px;
}
#topbar-primary i span {
  padding-left:4px;
  font-size:15px;
  font-family: 'Open Sans', sans-serif;
}

/* logo */
.logo{
    display: block;
    position: relative;
    margin:    0 0 0 5px;
}


.logo img {
    box-sizing: content-box;
    padding:    24px 0 12px 5px;
    width: auto;
}


/* ------------------------------- */
/*        Main Navigation          */
/* ------------------------------- */
nav {
  position: relative;
  z-index: 2;
  background-repeat: repeat-y;
  background-size: contain;  
}

#mainnav .line{
    padding:    0 20px;
    display: flex;
    justify-content: flex-end;
}

.top-nav{
    background-color: transparent;
}

.top-nav ul {
    position: relative;
    padding:0;
}

.top-nav ul:before{
    content:    '';
    position: absolute;
    width:  400%;
    height: 9px;
    top:    0;
    left:   0;
    z-index:    0;
}

.top-nav li {
    position: relative;
    z-index: 1;
  float:left;
  list-style:none outside none;
  cursor:pointer;
}
.top-nav li a {
  color:#313061;
  display:block;
  padding: 21px 8px 30px;
  border-top: 9px solid transparent;
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  transition:   color 0.4s, border-color 0.6s;
  border-bottom:    5px solid transparent;
  text-shadow: 2px 2px 4px rgba(200,200,200,0.5), -2px -2px 4px rgba(200,200,200,0.5), -2px 2px 4px rgba(200,200,200,0.5), 2px -2px 4px rgba(200,200,200,0.5);
}

.top-nav li a:hover{
    color:    #19b6f1;
    border-top-color: #19b6f1;
    padding-top: 21px;
    background:rgba(255,255,255,0.6);

}

.top-nav li a.icon_facebook,.top-nav li a.icon_youtube {
  height:24px;
  width:24px;
  padding: 28px 18px 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.top-nav li a.icon_facebook span,.top-nav li a.icon_youtube span {
display:none;
}

.top-nav li a.icon_facebook{
    background-image: url('../img/facebook_logo.png');
}
.top-nav li a.icon_youtube{
    background-image: url('../img/youtube_logo.png');
}

.top-nav li a.icon_facebook:hover{
   background-image: url('../img/facebook_logo_active.png');
}
.top-nav li a.icon_youtube:hover{
   background-image: url('../img/youtube_logo_active.png');
}

.top-nav li ul li a {
  background: #f4f1f0;
  color:#666;
  padding: 0.800rem 1.25rem;
  text-transform:capitalize;
  border-bottom:solid 1px #dfdcdb;
}
.top-nav ul ul {
  position:absolute;
  display:none;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.top-nav li ul li,.top-nav li ul li ul li {
  float:none;
  list-style:none outside none;
  min-width:140%;
  padding:0;
}
ul.chevron .count-number {
  display:none;
}
ul.chevron .submenu > a:after, ul.chevron .sub-submenu > a:after,ul.chevron .aside-submenu > a:after, ul.chevron .aside-sub-submenu > a:after {
  /* content:"\f107"; */
  display:inline-block;
  font-family:FontAwesome;
  font-size:1rem;
  margin:0 0.625rem;
}
.top-nav .active-item a {
  color:#68bd45;
} 
.top-nav li ul li:last-child {
  border-bottom: 0;
}
ul.chevron .submenu > a::after, ul.chevron .sub-submenu > a::after, ul.chevron .aside-submenu > a::after, ul.chevron .aside-sub-submenu > a::after {
  margin: 0 0 0 0.625rem;
}

a.nav-text{
    color:  #00b394;
}

/* ------------------------------- */
/*       Hidden Navigation         */
/* ------------------------------- */
#page-main-content {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#page-main-content.move-out {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  visibility:hidden;
  height:100px !important;
}
.no-js #page-main-content {
  height: auto;
  overflow-x: auto;
  overflow-y: auto;
}
.hidden-menu-trigger {

}
.hidden-menu-trigger span {
  /* icon */
  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: white;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.hidden-menu-trigger span::before, .hidden-menu-trigger span::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.hidden-menu-trigger span::before {
  top: -6px;
}
.hidden-menu-trigger span::after {
  bottom: -6px;
}
.no-touch .hidden-menu-trigger:hover span::before {
  top: -8px;
}
.no-touch .hidden-menu-trigger:hover span::after {
  bottom: -8px;
}
#main-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #746a67;
  padding:20px 0;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 3;
}
#main-nav ul {
  list-style:none;
  width:100%;
  margin:0; padding:0;
}
#main-nav li a {
  position: relative;
  display: block;
  padding: 30px 10%;
  color: #fff;
  font-size: 1.8em;
  text-align:center;
  border-bottom:solid 1px #005f9d;
}
#main-nav li a:hover{
  color:#fff;
}
#main-nav li a span {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#main-nav li:last-child a {
  border-bottom: none;
}
#main-nav .hidden-menu-close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ccaa81;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#main-nav .hidden-menu-close::before, #main-nav .hidden-menu-close::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 10px;
  width: 20px;
  height: 3px;
  background-color: #FFF;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .hidden-menu-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-nav .hidden-menu-close::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.no-touch #main-nav .hidden-menu-close:hover::before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.no-touch #main-nav .hidden-menu-close:hover::after {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
#main-nav.is-visible {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-js #main-nav {
  position: static;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-js #main-nav .hidden-menu-close {
  display: none;
}

/* ---------------------- */

div#gotop{
	position:	fixed;
	right:	30px;
	bottom:	30px;
	display:	none;
	width:	50px;
	height:	50px;
	background-color:	rgba(255,255,255,0.76);
	z-index:	999;
	border:	1px solid #09abff;
        transition: background-color 0.4s, color 0.4s;;
}

div#gotop:hover{
    background-color:   #09abff;
    border-color:   #fff;

}

div#gotop i{
	display:	block;
	position:	absolute;
	left:	50%;
	top:	50%;
	margin-left:	-20px;
	margin-top:	-22px;
	font-size:	40px;
	color:	#09abff;
}

div#gotop:hover i{
    color:  #fff;;
}


/* ------------------------------- */
/*         06 Slideshows        */
/* ------------------------------- */
/* custom owl-carousel */
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .owl-controls .owl-page span {
  background: #fff003 none repeat scroll 0 0;
  border-radius: 0;
  height: 18px;
  margin: 0 5px;
  width: 18px;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #181415;
  background:#fff;
  border: 1px solid #6a5d5a;
  border-radius: 0;
  font-family: 'FontAwesome';
  height: 70px;
  line-height: 70px;
  font-size:3em;
  margin-top: -20px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 45%;    
  width: 70px;
}
.carousel-bottom-arrows.owl-theme .owl-controls .owl-buttons div {
  bottom: 0;
  top: auto;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;    
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.carousel-wide-arrows.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -5px;
}
.carousel-wide-arrows.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -5px;
}
.carousel-nav-white.owl-theme .owl-controls .owl-page span {
  background: #fff none repeat scroll 0 0;
}
.carousel-nav-white.owl-theme .owl-controls .owl-buttons div {
  color: #fff !important;
  background:rgba(153, 153, 153, 0);
}
.carousel-main .carousel-content {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.owl-pagination {
  margin-top: 3rem;
  margin-bottom:    1rem;
  text-align:   center;
}
.carousel-main .owl-pagination {
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 2rem 2rem;
  position: absolute;
  width: auto;
}
.carousel-blocks {
  padding: 0;
}
.carousel-blocks .owl-item {
  padding: 0 0.625rem;
}
.carousel-hide-arrows .owl-buttons, .carousel-hide-pagination .owl-pagination {
display:none;
}
.carousel-3-blocks {
  padding: 0 3rem;
}
.carousel-3-blocks .owl-item {
  padding: 0 0.625rem;
}
.owl-item .image-testimonial-small {
  margin: 0 auto 20px;
  width: auto;
} 
/* animated carousel content */
.animated-carousel-element {
  position: relative;
  top: 100px;
  opacity: 0;
  animation-duration: 1s;
}
.active .animated-carousel-element {
  top: 0;
  opacity: 1;
  animation-name: bounceIn-carousel;
}
.slow {
  animation-duration: 2s;
}
@keyframes bounceIn-carousel {
  0% {
    top: 100px;
    opacity: 0;
  }
  60% {
    top: -20px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
/* align vertical */
.content-center-vertical {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-51%);
  -o-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
  -webkit-transform:translateY(-51%);
}
/* testimonials */
.testimonial {
  
}
.testimonial a{
    color:  #fff;
    transition: color 0.4s;
    -o-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
}

.testimonial a:hover{
    color:  yellow;
}


/* ------------------------------- */
/*             07 Forms            */
/* ------------------------------- */
/* custom form */ 
.customform input, .customform textarea, .customform select .customform button {
  margin-bottom:50px;
  color:#6a5d5a;
  background:none;
  border:0px;
  border-bottom: 1px solid #9f9694;
  padding: 1em 1em;
  width: 100%;
  transition: background 0.20s linear 0s;
  -o-transition: background 0.20s linear 0s;
  -ms-transition: background 0.20s linear 0s;
  -moz-transition: background 0.20s linear 0s;
  -webkit-transition: background 0.20s linear 0s;
}
.customform input:hover, .customform textarea:hover, .customform select:hover, .customform input:focus, .customform textarea:focus, .customform select:focus {
  background:#f9f9f9;
}
.customform input[type="submit"] {
  border:solid 1px #6a5d5a;
  color:#6a5d5a;
  width:auto;
  padding: 0.900rem 1.2rem;
  text-align: center;
}
.customform input[type="submit"]:hover {
  background:#2e7ca6;
  border-color:#2e7ca6;
  color:#fff;
  cursor:pointer;
}
/* placeholder */
.customform ::-webkit-input-placeholder { /* Chrome */
  color: #6a5d5a;
}
.customform :-ms-input-placeholder { /* IE 10+ */
  color: #6a5d5a;
}
.customform ::-moz-placeholder { /* Firefox 19+ */
  color: #6a5d5a;
  opacity: 1;
}
.customform :-moz-placeholder { /* Firefox 4 - 18 */
  color: #6a5d5a;
  opacity: 1;
}
/* blog search form */
.blog-search input[type="search"] {
  background:#fff;
  border:0;
  border-top:2px solid #fff;
  border-bottom:solid 2px #daa270;
  padding: 0.800rem 0.25rem;
  width:100%;
}
.blog-search input[type="submit"] {
  background:#2e7ca6;
  border:solid 2px #2e7ca6;
  color:#fff;
  padding: 0.800rem 1.25rem;
}
.blog-search input[type="submit"]:hover {
  background:#c5894d;
  cursor:pointer;
}

/* footer form */
footer .footer-form input, footer .footer-form textarea, footer .footer-form select {
  margin-bottom:3em;
  color:#fff;
  font-size:15px;
  background:none;
  border:0px;
  border-bottom: 1px solid #9f9694;
  padding: 1em 1em;
  width: 100%;
  outline: none;
  transition: background 0.20s linear 0s;
  -o-transition: background 0.20s linear 0s;
  -ms-transition: background 0.20s linear 0s;
  -moz-transition: background 0.20s linear 0s;
  -webkit-transition: background 0.20s linear 0s;
 }
footer .footer-form input:hover, .footer-form textarea:hover, .footer-form select:hover, .footer-form input:focus, .footer-form textarea:focus, .footer-form select:focus {
  border-bottom:solid 1px #fff;
}
footer .footer-form .button {
  background:#0e2748;
  color:#9f9694;
  border:0;
  margin:0;
}
footer .footer-form .button:hover {
  border:0;
  background:#2e7ca6;
  color:#fff;
  cursor:pointer;
}
/* placeholder */
footer .footer-form ::-webkit-input-placeholder { /* Chrome */
  color: #9f9694;
}
footer .footer-form :-ms-input-placeholder { /* IE 10+ */
  color: #9f9694;
}
footer .footer-form ::-moz-placeholder { /* Firefox 19+ */
  color: #9f9694;
  opacity: 1;
}
footer .footer-form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #9f9694;
  opacity: 1;
}

/* ------------------------------- */
/*             08 Blog             */
/* ------------------------------- */
/* post  */
#blog-post p{
  text-align:left;
  margin:2em 0;
}
#blog-post .share-title{
  color:#fff;
  font-size:35px;
}
/* recent posts */
#recent-posts {
  margin:40px 0;	
}
#recent-posts .post {
  border-bottom:solid 1px #d2cecd;
  padding:1.5em 0;
}
#recent-posts .post .thumb {
  padding-left:5px;
}
#recent-posts .post .title {
  padding-left:15px;
  line-height:1.4rem;
}
/* categories */
#blog-categories {
  margin:40px 0;	
}
#blog-categories .cat {
  border-bottom:solid 1px #d2cecd;
  padding:18px 0;
}
#blog-categories .cat a:hover {
  color:#2e7ca6;
}
/* tags */
#recent-tags {
  margin:40px 0;	
}
#recent-tags .tag {
  background:#fff;
  display:block;
  float:left;
  border:solid 1px #ddd;
  margin:0px 8px 8px 0px;
  padding:0.800rem 1.25rem;
}
#recent-tags .tag:hover {
  background:#f9f9f9;
}
/* comments */
.comment-box {
  background:#f9f9f9;
  border:solid 1px #d2cecd;
  padding: 1.3em;
  margin-bottom:1.3rem;
}
.comment-reply-box {
  background:#fff;
  border:solid 1px #d2cecd;
  padding: 1.3em;
  margin-top:1.3rem;
}
.comment-box .comment-time {
  float:right;
  color:#d2cecd;
}

/* ------------------------------- */
/*            09 Products          */
/* ------------------------------- */
/* products hover content */
.product-hover-content {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.product-hover-content .btn-box {
  display: table-cell;
  vertical-align: middle;
}
.product-hover-content .btn-box .btn {
  padding: 0.870em 1em;
  color: rgba(214,32,35,1);
  background:#fff;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
.product-hover-content .btn-box .btn:hover {
  background: rgba(214,32,35,1);
  color:#fff;
}

/* products speciality list */
.speciality {
  padding:0;
  list-style:none;
}
.speciality li {
  padding: 4px 4px 4px 1.3em;
}
.speciality li:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em;
  width: 1em;
  color:#6a5d5a;
}

/* quantity input */
.quantity {
  text-align:center;
  padding:14px;
  border:0px;
  width:80px;
  color:#2e7ca6;
  font-size:20px;
  border:0;
}

/* quantity + - buttons */
.quantity-btn {
  border:0;
  color: white;
  display: inline-block;
  padding: 0.650em 1.40em;
  margin-right:1em;
  background:#d2cecd;
  text-align: center;
}
.quantity-btn:hover {
  background:#2e7ca6; cursor:pointer;
}

/* old price */
.strike {
  text-decoration: line-through;
  color:#d2cecd;
}

/* cart */
.cart-item {
  margin-bottom:30px;
}
.cart-item .cart-item-detail{
  padding-left:30px;
}
.cart-item .cart-item-image{
  border:solid 1px #d2cecd;
}

/* product left right */
.item-left {
  padding-top:90px;
  padding-left:40px;
}
.item-right {
  padding-top:90px;
  padding-right:40px;
}

/* ------------------------------- */
/*           10 Follow Us          */
/* ------------------------------- */
.follow{
    transition: background-color 0.8s, color 0.8s;
    -webkit-transition: background-color 0.8s, color 0.8s; /* Safari */    
    -o-transition: background-color 0.8s, color 0.8s;
    -ms-transition: background-color 0.8s, color 0.8s;
    -moz-transition: background-color 0.8s, color 0.8s;
}

.follow-facebook { 
  width:100%;
  margin:auto 0;
  text-align:center;
  height:113px;
  line-height:113px;
  font-size:2.5em;
  display:block; 
  background-color:#005f9d;
  color:#2e7ca6;
  border:solid 1px #cce5f2;
}
.follow-twitter {
  width:100%;
  margin:auto 0;
  text-align:center;
  height:113px;
  line-height:113px;
  font-size:2.5em;
  display:block; 
  background-color:#005f9d;
  color:#2e7ca6;
  border-left:solid 1px #cce5f2;
  border-top:solid 1px #cce5f2;
}
.follow-pinterest { 
  width:100%;
  margin:auto 0;
  text-align:center;
  height:113px;
  line-height:113px;
  font-size:2.5em;
  display:block; 
  background-color:#005f9d;
  color:#2e7ca6;
  border-top:solid 1px #cce5f2;
  border-left:solid 1px #cce5f2;
  border-right:solid 1px #cce5f2;
}
.follow-instagram {
  width:100%;
  margin:auto 0;
  text-align:center;
  height:113px;
  line-height:113px;
  font-size:2.5em;
  display:block; 
  background-color:#005f9d;
  color:#2e7ca6;
  border-right:solid 1px #cce5f2;
  border-top:solid 1px #cce5f2;
  border-bottom:solid 1px #cce5f2;
}
.follow-youtube {
  width:100%;
  margin:auto 0;
  text-align:center;
  height:113px;
  line-height:113px;
  font-size:2.5em;
  display:block; 
  background-color:#005f9d;
  color:#2e7ca6;
  border-right:solid 1px #cce5f2;
  border-top:solid 1px #cce5f2;
  border-bottom:solid 1px #cce5f2;
}
.follow-gplus {
  width:100%;
  margin:auto 0;
  text-align:center;
  height:113px;
  line-height:113px;
  font-size:2.5em;
  display:block; 
  background-color:#005f9d;
  color:#2e7ca6;
  border:solid 1px #cce5f2;
}
.follow-facebook:hover, .follow-twitter:hover, .follow-pinterest:hover, .follow-instagram:hover, .follow-youtube:hover, .follow-gplus:hover {
  background-color:#2e7ca6;
  color:#cce5f2;
}

/* ------------------------------- */
/*     11 Page Not Found 404       */
/* ------------------------------- */
#not-found {
  padding:6em 0;
}
.bordered-1 {
  border:solid 1px #d2cecd;
}
.bordered-2 {
  border:solid 1px #777;
}
.bordered-1 a:hover, .bordered-2 a:hover {
  text-decoration:underline;
}

/* ------------------------------- */
/*             12 Footer           */
/* ------------------------------- */
footer {
  width:100%;
  color:#9f9694;
  position: relative;
  z-index:  5;
}

footer div.footer-links{
	text-align:	center;
        font-size:  18px;
}

footer div.footer-links p{
    color:  #fff;
}

/* email */
footer h5 {
  font-family: 'roboto';
  font-size:1.3rem;
  text-transform:initial;
  margin-bottom: 0;
  color:    #fff;
}

/* phone numbers */
footer .phone-number {
  font-size:1rem;
  line-height:1rem;
  color:#fff;
  text-align:center;
  font-family: 'roboto';
  letter-spacing:2px;
}
footer .phone-number span {
  color:    #fff;
}
footer .phone-number a, footer .phone-number a:visited,footer .phone-number a:active {
  color:#fff;
}

/* footer bottom bar */
footer .copyright {
  padding: 2.5rem 1.25rem;
}
footer .copyright p {
  color:#fff;
}
footer .copyright p a {
  color:#9f9694;
  text-decoration:underline;
}
footer .copyright p a:hover {
  color:#2e7ca6;
}
footer .copyright a:hover p{
    color: #ff0;
    transition: 0.4s;
}

/* links */
footer .footer-bar-links {
  list-style:none;
  margin:0;
  padding:0;
}
footer .footer-bar-links li {
  display:inline-block;
  padding:0px 8px 6px 0px;
}
footer .footer-bar-links li:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em;
  width: 1em;
  color:#fff;
}
footer .footer-bar-links li a {
  color:#fff;
}
footer .footer-bar-links li a:hover {
  color:#2e7ca6;
}

/* footer payment icons */
footer .payment-methods i {
  padding-top:18px;
  color:#fff;
}
footer .payment-methods i {
  color:#fff;
}
footer .payment-methods i:hover {
  color:#2e7ca6;
}

/* ************************************* */
div.dummy{
    width:1px;
    height: 1px;
}

.invisible{
    visibility: hidden;
}

div.separator-red{
    width:  100%;
    height: 4px;
    background-color: #ec4c81;
    margin-bottom:  1rem;
}

div.separator-dots{
    width:  106%;
    height: 11px;
    background-image:   url('../img/dot.png');
    background-size: contain;
    background-repeat: repeat-x;
    margin-bottom:  1rem;
    margin-left:    -3%;
}

div#electro{
    background-image: url('../img/electro_bg_right.jpg');
	background-repeat:repeat-x;
	background-size:contain;
	position:relative;
	padding:0;
	
}

div#electro:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	height:100%;
	width:50%;
    background-image: url('../img/electro_bg_left.jpg');
	background-repeat:repeat-x;
	background-size:contain;
}
div#electro div.line {
    background-image: url('../img/electro_bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	min-height:818px;
	position:relative;
	z-index:1;
}
div#electro div.line:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	height:332px;
	width:137px;
    background-image: url('../img/electro_bubbles.png');
	background-repeat:no-repeat;
    transform: rotate(146deg) translate(74px,-21px);
}
div#electro div.margin{
	position:relative;
}	
div#electro div.margin:before{
	position:absolute;
	content:'';
	top:0;
	right:0;
	height:332px;
	width:137px;
    background-image: url('../img/electro_bubbles.png');
	background-repeat:no-repeat;
	transform: translate(26px,426px);
}

div#electro div.column-left{
    padding: 10rem 0 0 7rem;
	color:#322c5d;
}
div#electro div.column-left h3 {
	color:#322c5d;
	font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1px;	
}	
div#electro div.column-left ul {
    list-style: none;
    padding-left: 0;
    padding-top: 1.2rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-style: italic;
}	

div#electro div.column-right{
	padding: 8rem 5rem 0;
}
div#electro div.column-right h2 {
	color: #322c5d;
	font-style:italic;
	font-size: 3.3rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 1rem;	
}
div#electro div.column-right p {
	font-size: 1.2rem;
	text-align:justify;
    line-height: 1.5rem;	
}

div#deshi{
    background-image: url('../img/deshi_bg.jpg');
	background-repeat:repeat-x;
	background-size:contain;
	position:relative;
	padding:0;
	overflow:hidden;
	background-position:bottom;
}
div#deshi div.bg-line{
	position:relative;
	margin: 0 auto;
	max-width: 80rem;
		
}
div#deshi div.bg-line:before{
	background: radial-gradient(circle, white 20%, rgba(255,255,255,0));
	position: absolute;
	content: '';
	top: -20%;
	right: -30%;
	bottom: 0;
	left: 0;
}
div#deshi h2 {
	color: #322c5d;
	font-style:italic;
	font-size: 3rem;
    font-weight: 700;
    letter-spacing: -1px;
}
div#deshi h3 {
	color: #322c5d;
	font-style:italic;
	font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 1rem;	
}
div#deshi p {
	font-size: 1.2rem;
	text-align:justify;
    line-height: 1.5rem;	
}
div#deshi ul {
	list-style: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.3rem;
	line-height: 2.5rem;
}
div#deshi li{
	position:relative;
}
div#deshi li:before{
	position:absolute;
	content:'';
	top: 9px;
	left: -39px;
	width: 19px;
	height: 19px;
	background-image: url('../img/deshi_bullet.png');
	background-repeat: no-repeat;
}

div#deshi div.line-1{
	padding-top:3rem;
}
div#deshi div.line-2{
	padding-bottom:3rem;
}
	
div#cause{
    background-image: url('../img/cause_bg.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center top;
}
div#cause h3 {
	color: #322c5d;
	font-style:italic;
	font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 1rem;	
}

div#cause .column-left{
	padding-right:2rem;
}
div#cause .column-right{
	padding-left:2rem;
}
div#cause img{
	padding:0.8rem 0;
}

div#cause p {
	font-size: 1.1rem;
	text-align:justify;
    line-height: 1.4rem;
}

div#cause h4 {
	font-family:'Lato';
	color: #272727;
	font-style:normal;
	font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 0.6rem;	
}
div.litorsal-product-intro{
    background-image: url('../img/litorsal_bg.jpg');
	background-repeat:no-repeat;
	background-size:120% auto;
	position:relative;
	padding:0;
	background-position:top center;
	min-height: 49.6vw;
	margin-bottom:8vw;
	color: #19018e;	
}
div.litorsal-product-intro:before{
	position:absolute;
	content:'';
    background-image: url('../img/litorsal_bg_top.png');
	background-repeat:no-repeat;
	background-size:120% auto;
	background-position:bottom center;
	height: 200px;
	top:-200px;
	width:100%;
	left:0;
}

#litorsal{
    min-height: 0;
}

#litorsal .fullwidth{
    float: none;
}

div.litorsal-product-intro .litorsal-items{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

div.litorsal-product-intro .litorsal-items img{
    width: auto;
    height: 55vw;
    max-height: 655px;
    margin-right: 2vw;
}

div.litorsal-product-intro .litorsal-items .litorsal-right .box-wrapper{
    display: inline-block;
    position: relative;
}
div.litorsal-product-intro .litorsal-items .litorsal-right .box-wrapper:before{
    content: '';
    position: absolute;
    width: 30%;
    padding-top: 30%;
    left: -21%;
    top: 22%;
    background-image: url('../img/nou.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

div.litorsal-product-intro .litorsal-items .litorsal-right img{
    width: auto;
    height: 55vw;
    max-height: 655px;
}

div.litorsal-product-intro .logo-wrapper{
    display: inline-block;
    width: 33vw;
    max-width: 60%;
    margin-bottom: 2em;
    background-color: rgba(255,255,255,0.8);
    border-radius: 1rem;
    padding: 1rem 1rem;
}

div.litorsal-product-intro img.logo{
    height: auto;
    width: 100%;
    margin: 0;
}

div.litorsal-product-intro .litorsal-middle{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

div.litorsal-product-intro .column-left {
	position:relative;
	min-height: 48vw;	
}	
div.litorsal-product-intro .column-left img {
	position:absolute;
	width:auto;
    top: -5vw;
    left: 6vw;
    height: 58vw;
	z-index:1;
}

div#litorsal_senior.litorsal-product-intro, div#litorsal_senior_eff.litorsal-product-intro{
    display: flex;
    align-items: center;
}

div#litorsal_senior_eff.litorsal-product-intro{
    background-image: url('../img/litorsal_senior_eff_bg.jpg');
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 0;
    padding-bottom: 4em;
}

div#litorsal_senior_eff.litorsal-product-intro:before{
    display: none;
}

div#litorsal_senior.litorsal-product-intro h1, div#litorsal_junior.litorsal-product-intro h1 {
	color: #322c5d;
	font-style:italic;
	font-size: 3.3rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 0.6em;
    position: relative;
    display: inline-block;
}
div#litorsal_senior.litorsal-product-intro h1 span, div#litorsal_junior.litorsal-product-intro h1 span{
    position: relative;
    display: inline-block;
    z-index: 10;
}

div#litorsal_senior.litorsal-product-intro h1:before, div#litorsal_junior.litorsal-product-intro h1:before{
    content: '';
    position: absolute;
    top: -0.1em;
    bottom: -0.1em;
    left: -0.5em;
    right: -0.55em;
    background-color: rgba(255,255,255,0.8);
    border-radius: 0.5em;
    z-index: 1;
}

div#litorsal_senior_eff.litorsal-product-intro p{
    font-weight: 500;
    text-align: left;
}
div#litorsal_senior.litorsal-product-intro .margin{
    display: flex;
    align-items: center;
}
div#litorsal_senior_eff.litorsal-product-intro .margin{
    display: flex;align-items: flex-end;
}
div#litorsal_junior.litorsal-product-intro .margin{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

div#litorsal_senior.litorsal-product-intro .box-wrapper img, div#litorsal_senior_eff.litorsal-product-intro .box-wrapper img {
    width: auto;
    max-width: 26vw;
    height: auto;
    margin-right: 2em;
}
div#litorsal_senior_eff.litorsal-product-intro .box-wrapper img {
    margin-right: 0;
}

div#litorsal_senior.litorsal-product-intro .text-wrapper, div#litorsal_senior_eff.litorsal-product-intro .text-wrapper{
    max-width: 40vw;
}

div#litorsal_junior.litorsal-product-intro{
    background-image: url('../img/litorsal_junior_bg.jpg');
    background-size: cover;
    background-position: center top;
    margin-bottom: 0;
}

div#litorsal_junior.litorsal-product-intro::before{
    display: none;
}

div#litorsal_junior.litorsal-product-intro .logo-wrapper{
    max-width: 58%;
    margin-bottom: 30px;
}
div#litorsal_senior.litorsal-product-intro .logo-wrapper{
    max-width: 50%;
    margin-bottom: 30px;    
}

div#litorsal_junior.litorsal-product-intro .box-wrapper{
    position: relative;
}
div#litorsal_junior.litorsal-product-intro .box-wrapper:before{
    content: '';
    position: absolute;
    left: -125%;
    top: 43%;
    right: -180%;
    bottom: -6%;
    background-image: url('../img/litorsal_junior_box_bg.png');
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
div#litorsal_junior.litorsal-product-intro .box-wrapper img{
    position: relative;
    width: auto;
    max-width: 8vw;
    height: auto;
    z-index: 9;
}
div#litorsal_junior.litorsal-product-intro .text-wrapper{
    max-width: 40vw;
    position: relative;
    z-index: 99;
}

div#litorsal_junior.litorsal-product-intro .text-wrapper ul{
    list-style: none;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

div#litorsal_junior.litorsal-product-intro .text-wrapper li{
    position: relative;
    margin-top: 1em;
    text-shadow: 4px 4px 10px #FFF, -4px -4px 10px #fff,-4px 4px 10px #fff, 4px -4px 10px #FFF;	
}

div#litorsal_junior.litorsal-product-intro .text-wrapper p{
    text-shadow: 4px 4px 10px #FFF, -4px -4px 10px #fff,-4px 4px 10px #fff, 4px -4px 10px #FFF;	
}

div#litorsal_junior.litorsal-product-intro .text-wrapper li:before{
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    top: -3px;
    left: -50px;
    background-image: url('../img/dot-pink.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

div.litorsal-product-intro .column-right:before{
    content: '';
    position: absolute;
    left: calc( 100% - 6vw );
    width: 100%;
    top: 0;
    bottom: 0;
    background-image: url('../img/litorsal_prod_grapefruit.png');
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

div.litorsal-product-intro .column-right img {
	padding-top:17vw;
	width: 33vw;
	padding-bottom:3vw;
}

div.litorsal-product-intro p {
	font-size: 1.8vw;
	text-align:justify;
    line-height: 2.1vw;
	font-weight:700;
	padding-right:8vw;
}
div#litorsal.litorsal-product-intro p{
    padding-right: 2vw;
}
div.litorsal-product-intro li {
	font-size: 1.8vw;
    line-height: 2.1vw;
	font-weight:700;
}
div.litorsal-product-intro .tabs-wrapper {
    display: flex;
    align-items: center;
    margin-left: -6%;
}
div.litorsal-product-intro .tabs-wrapper img {
	width: 20vw;
	max-width: 680px;
    height: auto;
}
div.litorsal-product-intro .tabs-wrapper p {
    margin-left: -5%;
    margin-bottom: 1.6em;
	font-size: 1.6vw;
	text-align:left;
    line-height: 2.1vw;
	font-weight:700;
	text-transform:uppercase;
}
div.litorsal-product-intro p.withtabs {
	font-size: 1.6vw;
	text-align:left;
    line-height: 2.1vw;
	font-weight:700;
	text-transform:uppercase;
	padding: 3.5vw 9vw 5vw 16vw;
	position:relative;
}
div.litorsal-product-intro p.withtabs:before{
	position:absolute;
	content:'';
    height: 18vw;
    width: 21vw;
    top: 0.9vw;
    left: -3vw;
    background-image: url('../img/litorsal_tab.png');
	background-repeat:no-repeat;
	background-size:contain;	
}
div#litorsal2 {
	padding:0;
}	
div#litorsal2 h3 {
	color: #19018e;
	font-style:italic;
	font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.8rem;	
	text-align:center;
    letter-spacing: 0;	
}
div#litorsal2 div.line>p {
	font-size: 1.2rem;
    margin-bottom: 1rem;	
	text-align:center;
}

div#litorsal2 div.line-1 p.icon {
	position:relative;
	margin-left:60px;
	font-size: 1.2rem;
	line-height:1.5rem;	
	min-height: 80px;
	padding-right:20px;
}
div#litorsal2 div.line-1{
	padding:0 2rem 2rem 2rem;
}	
div#litorsal2 div.line-1 p.icon:before {
	position:absolute;
	content:'';
	height:70px;
	width:70px;
	background-repeat:no-repeat;
    left: -68px;	
}
div#litorsal2 div.line-1 p.i1:before{
    background-image: url('../img/litorsal_ico1.png');	
}
div#litorsal2 div.line-1 p.i2:before{
    background-image: url('../img/litorsal_ico2.png');	
}
div#litorsal2 div.line-1 p.i3:before{
    background-image: url('../img/litorsal_ico3.png');	
}
div.separator {
	width:100%;
	height:7px;
    background-image: url('../img/litorsal_separator.png');
	background-repeat:repeat-x;
}
div#litorsal2 div.line-2{
	padding: 2rem;
}
div.ingredients{
    background-color: #186abc;
	padding:0;
	background-position:top center;
	min-height: 799px;
	color: #fff;	
}

div.ingredients .bgline {
    max-width: 80rem;
	margin:0 auto;	
    background-image: url('../img/ingr_bg.jpg');
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:cover;
	position:relative;
	min-height: 799px;	
}

div#ingredients_litorsal_junior.ingredients .bgline{
    background-image: url('../img/ingr_bg_2.jpg');
    padding-bottom: 50px;
}

div#ingredients_litorsal_senior.ingredients{
    background-color: #0e5aa5;
}

div#ingredients_litorsal_senior.ingredients .bgline {
    background-image: url('../img/ingredients_litorsal_senior_bg.jpg');
}
div#ingredients_litorsal_senior_eff.ingredients .bgline{
    background-image: url('../img/litorsal_senior_eff_ingredients_bg.jpg');
}

div#ingredients_litorsal_senior.ingredients .bgline:before {
	background: none;
}
div#ingredients_litorsal_senior.ingredients .bgline:after {
	background: none;
}

div.ingredients .bgline:before {
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100px;
    height: 100%;
	background: linear-gradient(to right, #186abc , rgba(24,106,188,0));
}
div.ingredients .bgline:after {
	position:absolute;
	content:'';
	top:0;
	right:0;
	width:100px;
    height: 100%;
	background: linear-gradient(to left, #186abc , rgba(24,106,188,0));
}


div.ingredients h2{
	color: #fff;
	font-style:italic;
	font-size: 2rem;
    font-weight: 800;
	text-align:center;
	padding: 3rem;
	letter-spacing: 0;
}
div.ingredients h3{
	color: #fff;
	font-style:normal;
	text-transform:uppercase;
	font-size: 1.9vw;
    font-weight: 800;
	padding: 0 0 1rem 2rem ;
	letter-spacing: 0;
}

div#ingredients_litorsal_junior .ingredients-item{
    position: relative;
    z-index: 99;
}

div#ingredients_litorsal_junior .ingredients-item:not(:last-of-type){
    margin-bottom: 1.4rem;
}

div#ingredients_litorsal_senior_eff h3{
    padding-bottom: 0.6rem;
}
div.ingredients ul{
	list-style:none;
	padding: 0 0 1rem 2rem;
	position:relative;
}
div#ingredients_litorsal_senior_eff.ingredients ul{
    padding-bottom: 0.2em;
    margin-bottom: 1.6em;
}
div#ingredients_litorsal_senior_eff.ingredients .column-right{
    padding-top: 1.8rem;
}

div.ingredients ul:before{
	height:3px;
	width:100%;
	position:absolute;
	content:'';	
	bottom:0;
	left:0;

}

div#ingredients_litorsal .column-left{
    transform: translate(0,110px);
}

div.ingredients .column-right{
    position: relative;
}

div#ingredients_litorsal_senior .line-1 .column-right{
    transform: translate(0, -80px);
}

div.ingredients .column-left ul:before{
	background: linear-gradient(to right, rgba(255,255,255,0),#fff,#fff,#fff);		
}
div.ingredients .column-right ul:before{
	background: linear-gradient(to left, rgba(255,255,255,0),#fff,#fff,#fff);		
}

div#ingredients_litorsal_senior_eff.ingredients .column-left{
    padding-right: 2em;
}
div#ingredients_litorsal_senior_eff.ingredients .column-right{
    padding-left: 2em;
}
div#ingredients_litorsal_senior_eff.ingredients li{
    font-size: 1.1rem;
    line-height: 1.4;
}
div#ingredients_litorsal_senior_eff.ingredients h2{
    padding-bottom: 2rem;
}

div.ingredients ul:after{
	height:3px;
	width:40%;
	position:absolute;
	content:'';	
	bottom:0;
	transform-origin: 0 50%;
}
div.ingredients .column-left ul:after {
	background: linear-gradient(to left, rgba(255,255,255,0),#fff,#fff,#fff);
    left: 100%;
}
div.ingredients .line-1 .column-left ul:after {
	transform:rotate(45deg);
}	
div.ingredients .line-2 .column-left ul:after{
	transform:rotate(-45deg);
}
div.ingredients .column-right ul:after {
	background: linear-gradient(to right, rgba(255,255,255,0),#fff,#fff,#fff);
    right: 100%;
	transform-origin: 100% 50%;	
}
div.ingredients .line-1 .column-right ul:after {
	transform:rotate(-45deg);
}	
div.ingredients .line-2 .column-right ul:after{
	transform:rotate(45deg);
}
#ingredients_litorsal_junior .column-left .ingredients-item:nth-of-type(1) ul:after{
    transform:rotate(55deg);
}
#ingredients_litorsal_junior .column-left .ingredients-item:nth-of-type(2) ul:after{
    transform:rotate(15deg);
    width: 20%;
}
#ingredients_litorsal_junior .column-left .ingredients-item:nth-of-type(3) ul:after{
    transform:rotate(-45deg);
    width: 30%;
}
#ingredients_litorsal_junior .column-left .ingredients-item:nth-of-type(4) ul:after{
    transform:rotate(-65deg);
    width: 40%;
}
#ingredients_litorsal_junior .column-right .ingredients-item:nth-of-type(1){
    margin-top: 2rem;
}
#ingredients_litorsal_junior .column-right .ingredients-item:nth-of-type(1) ul:after{
    transform:rotate(-55deg);
}
#ingredients_litorsal_junior .column-right .ingredients-item:nth-of-type(2) ul:after{
    transform:rotate(-20deg);
    width: 20%;
}
#ingredients_litorsal_junior .column-right .ingredients-item:nth-of-type(3) ul:after{
    transform:rotate(25deg);
    width: 20%;
}
#ingredients_litorsal_junior .column-right .ingredients-item:nth-of-type(4) ul:after{
    transform:rotate(60deg);
    width: 35%;
}

#ingredients_litorsal_senior_eff .column-right ul{
    padding-left: 3em;
}
#ingredients_litorsal_senior_eff .ingredients-item ul:after{
    width: 35%;
}
#ingredients_litorsal_senior_eff .ingredients-item-1 ul:after{
    transform:rotate(55deg);
}
#ingredients_litorsal_senior_eff .ingredients-item-2 ul:after{
    transform:rotate(-5deg);
}
#ingredients_litorsal_senior_eff .ingredients-item-3 ul:after{
    transform:rotate(-45deg);
}
#ingredients_litorsal_senior_eff .ingredients-item-4 ul:after{
    transform:rotate(-45deg);
}
#ingredients_litorsal_senior_eff .ingredients-item-5 ul:after{
    transform:rotate(5deg);
}
#ingredients_litorsal_senior_eff .ingredients-item-6 ul:after{
    transform:rotate(45deg);
}
div.ingredients li{
    position: relative;
    font-size: 1.2rem;
    line-height: 1.6rem;
    z-index: 1;
	padding-bottom:0.6rem;	
}
div.ingredients li:before{
	position:absolute;
	content:'';
	top: 5px;
	left: -39px;
	width: 19px;
	height: 19px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(14, 90, 165, 1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(14, 90, 165, 1);
    box-shadow: 0px 0px 10px 1px rgba(14, 90, 165, 1);    
}

div.ingredients li, div.ingredients h3{
    text-shadow: 4px 4px 10px rgba(14, 90, 165, 1), -4px -4px 10px rgba(14, 90, 165, 1),-4px 4px 10px rgba(14, 90, 165, 1), 4px -4px 10px rgba(14, 90, 165, 1);    
}

div.ingredients .line-2 {
	position:absolute;
	top:95%;
	transform:translateY(-100%);
    width: 100%;
	z-index: 1;
}	
div.ingredients .line-2 .margin {
	position:relative;
}	
div.ingredients .line-2 .column-left {
	position:absolute;
	top:100%;
	transform:translateY(-100%);
}
div.ingredients .line-2 .column-right {
	position:absolute;
	top:100%;
	transform:translateY(-100%);
	right:0;
}
div.ingredients2 {
	/*background-color:#f6f6f6;
    padding-bottom: 5rem;*/
}	
div.ingredients2 h3, div.ingredients3 h3 {
    color: #19018e;
    font-style: italic;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
    text-align: center;
    letter-spacing: 0;
}
div.ingredients2 img {
	margin:1rem auto;
	max-width:400px;
}
div#utilizare_litorsal_junior.ingredients2{
    padding-bottom: 70px;
}
div#utilizare_litorsal_junior.ingredients2 .column-left{
    padding-right: 40px;
    padding-bottom: 50px;
}
div#utilizare_litorsal_junior.ingredients2 .column-middle{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}
div#utilizare_litorsal_junior.ingredients2 .column-right{
    padding-left: 40px;
    padding-bottom: 50px;
}
div#utilizare_litorsal_junior.ingredients2 h3, div#utilizare_litorsal_junior.ingredients2 p{
    text-align: left;
}
div#utilizare_litorsal_junior.ingredients2 h3{
    margin-bottom: 0.9em;
}
div#utilizare_litorsal_junior.ingredients2 .img-wrapper{
    padding-left: 30px;
    padding-right: 30px;
}
div#utilizare_litorsal_junior.ingredients2 img {
	max-width:240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
div#utilizare_litorsal_senior.ingredients2 img {
	max-width:380px;
}
div#utilizare_litorsal_senior_eff.ingredients2 img {
    margin-top: 2.4rem;
	max-width:240px;
}
div.ingredients2 p,div.ingredients3 p {
	max-width:600px;
	text-align:center;
	font-size: 1.2rem;
    line-height: 1.5rem;
	margin:0 auto;
	z-index: 1;
	position: relative;
	text-shadow: 4px 4px 10px #FFF, -4px -4px 10px #fff,-4px 4px 10px #fff, 4px -4px 10px #FFF;	
}
div.ingredients3 {
	overflow:hidden;
}
div.ingredients3 h4 {
    color: #272727;
    font-style: normal;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
    text-align: center;
    letter-spacing: 0;
	font-family:'Lato';
	text-shadow: 4px 4px 10px #FFF, -4px -4px 10px #fff,-4px 4px 10px #fff, 4px -4px 10px #FFF;
}
div.ingredients3 table{
	margin:0 auto 1rem auto;
	min-width:596px;
    background-color: rgba(255,255,255,0.8);
	border-radius:10px;
	border:2px solid #fff;
	position: relative;
    z-index: 1;
	border-collapse: initial;
    border-spacing: 0;    
}
div.ingredients3 table tr{
	background-image:url('../img/ingr_separator.png');
    background-position: bottom left;
    background-repeat: repeat-x;
}
div.ingredients3 table tr td:first-child{
	width:65%;
}	
div.ingredients3 table tr:last-child{
	background-image:none;
}
div.ingredients3 table td{
	font-size: 1.2rem;
    line-height: 1.5rem;
	padding: 0.5rem 0 0.6rem 1rem;
}
div.ingredients3 div.line {
	position:relative;

}
div.ingredients3 div.line:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	height:221px;
	width:223px;
    background-image: url('../img/ingr_drops1.png');
	background-repeat:no-repeat;
}
div.ingredients3 div.margin{
	position:relative;
}	
div.ingredients3 div.margin:before{
	position:absolute;
	content:'';
	top:0;
	right:0;
	height:482px;
	width:268px;
    background-image: url('../img/ingr_drops2.png');
	background-repeat:no-repeat;
}
div#media{
    background-color: #276bb9;
    background-image: url('../img/media_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

div#media h1.title{
	color: #fff;
	font-style:italic;
	font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 3rem;
}

div#comanda{
	background-color: #fff;
    background-image: url('../img/comanda_bg.jpg');
	background-repeat:no-repeat;
    background-size: cover;	
    padding-bottom: 3rem;
    padding-top:    4rem;
   	position:relative;
}
div#comanda div.margin {
	position:relative;
}
div#comanda div.margin:before{
	position:absolute;
	content:'';
	top:0;
	right:0;
	height:332px;
	width:137px;
    background-image: url('../img/electro_bubbles.png');
	background-repeat:no-repeat;
	transform: translate(26px,110px);
}

div#comanda h1{
	color: #19018e;
	font-style:italic;
	font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 4rem;
}

div#comanda a {
	position:relative;
	display:	block;
	z-index:90;
}
div#comanda div.img-wrapper-1{
    position: relative;
}

div#comanda div.img-wrapper-1 img{
    position: relative;
    z-index: 2;
}


div#comanda div.img-wrapper-2{
    position: relative;
    z-index: 2;
}


div#comanda .item img{
    max-width:  216px;
    width:  80%;
    height: auto;
    margin-bottom:  3rem;
    margin-left:    auto;
    margin-right:   auto;
}

div#comanda .item .farmaciastejara img{
    width:  90%;
    max-width:  270px;
}

div#comanda .item .farmaverde img{
    max-height: 90px;
    width:  80%;
    height: auto;
    margin-top: -25px;
}

div#comanda .item .spring img{
  width:  95%;
  max-width:  280px;
}

div#comanda .item .camaraculeacuri img{
    max-width:  280px;
    width:  auto;
}

a.cumpara-button{
  display: inline-block !important;
  font-size: 1.7em;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  color: #19018e;
  text-decoration: none;    
  text-align: center;
  border-radius: 2em;
  padding: 0.8em 2em 0.7em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9vw;
  margin-bottom: 1em;
  background-color: #98112a;
  background: -moz-linear-gradient(right, #06ace9 5%, #dbf2ff 15%, #84d0f2 35%, #84d0f2 55%, #eeeeee 65%, #eeeeee 67%, #ffca24 77%, #ffca24 90%, #0272ce 92%, #14048c 97%);
  background: -webkit-linear-gradient(right, #06ace9 5%, #dbf2ff 15%, #84d0f2 35%, #84d0f2 55%, #eeeeee 65%, #eeeeee 67%, #ffca24 77%, #ffca24 90%, #0272ce 92%, #14048c 97%);
  background: -o-linear-gradient(right, #06ace9 5%, #dbf2ff 15%, #84d0f2 35%, #84d0f2 55%, #eeeeee 65%, #eeeeee 67%, #ffca24 77%, #ffca24 90%, #0272ce 92%, #14048c 97%);
  background: linear-gradient(to right, #06ace9 5%, #dbf2ff 15%, #84d0f2 35%, #84d0f2 55%, #eeeeee 65%, #eeeeee 67%, #ffca24 77%, #ffca24 90%, #0272ce 92%, #14048c 97%); 
  transition: 0.4s;
}

a.cumpara-button:hover{
  filter: brightness(1.05);
  color: #278adc;
  text-decoration: none;
}



div.section div.m-separator{
	display:	none;
}

div.section div.l-separator{
	height:	1px;
	width:	10%;
	clear:	both;
	margin:	0 auto 2.5em auto;
	background-color:	#ccc;
}

div.section div.l-separator.invisible, div.section div.m-separator.invisible{
    background-color: transparent !important;
}

div.info-area{
    background-color: rgba(219,229,241,0.45);
    padding:    1em 3em;
}

div.info-area p{
    font-size: 1.2em;
    line-height: 1.5em;
}

div.info-area p:last-child{
    margin-bottom: 0;
}

div.embed-responsive{
	position:	relative;
	padding-bottom: 56.25%;
}

div.embed-responsive iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

div#contact{
    padding:    2rem 1.25rem 1rem 1.25rem;
}

div#contact span{
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -moz-transition: color 0.5s;
}

div#contact span:hover{
    /*color:  #fff;*/
}
