/*@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en");

 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   2.2
 *
*/
/* GLOBAL STYLES
-------------------------------------------------- */
body {
  color: #676a6c;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  
}
span.navy {
  color: #1ab394;
}
p.text-color {
  color: #676a6c;
}
a.navy-link {
  color: #1ab394;
  text-decoration: none;
}
a.navy-link:hover {
  color: #17a185;
}
section p {
  color: #aeaeae;
  font-size: 13px;
}
address {
  font-size: 14px;
}
h1 {
  margin-top: 10px;
  font-size: 18pt;
  font-weight: 200;
  text-align:center;
}

h2 {
  margin-top: 10px;
  font-size: 35pt;
  font-weight: 200;
  text-align:center;
}

h2.right{
  text-align:right;
  margin-right:15px;
}
h2.left{
  text-align:left;
}

.navy-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid #1ab394;
}
.white-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid #fff;
}
.navy-bg {
  background-color: #1ab394;
  color: #ffffff;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-default.navbar-scroll {
  background-color: #fff;
  border-color: #fff;
  padding: 15px 0;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-default .nav li a {
  color: #fff;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navbar-default .nav li a:hover {
 color:#1ab394;
}
.navbar-nav > li > a {
  border-top: 6px solid transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #1ab394 !important;
  border-top: 6px solid #1ab394;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #1ab394;
}
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #fff;
}
.navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
  background: transparent;
  color: inherit;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  background: url('logo.png'); 
  color: #fff;
}
.navbar-default .navbar-brand {
  height: auto;
  display: block;
  background: url('logo.png');  
  font-size: 14px;
  padding: 15px 20px 35px 130px;
  border-radius: 0 0px 5px 5px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
  border:none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-scroll.navbar-default .nav li a {
  color: #676a6c;
}
.navbar-scroll.navbar-default .nav li a:active {
  color: #1ab394;	
}
.navbar-scroll.navbar-default  .nav li a:hover {
  color: #1ab394;
}
.navbar-wrapper .navbar.navbar-scroll {
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7eaec;
  border-radius: 0;
}
.nav > li > a {
  /*padding: 25px 10px 15px 10px;*/
}
.navbar-scroll .navbar-nav > li > a {
  padding: 0px 20px;
}
.navbar.navbar-scroll .navbar-brand {
  border-radius: 5px;
  font-size: 12px;
  padding: 15px 20px 35px 130px;
  height: auto;
  background: url('logo.png'); 
}

 .int-business ul li {
	height:100%;
	background:none;
	text-align:left;
}
.int-business .fa{
	margin-right: 10px;
}
/* BACKGROUNDS SLIDER
-------------------------------------------------- */
.header-back {
	height: 800px !important;
	width: 100%;
}
#banner  {
  background: url('../img/BlackPicture_3.jpg') 50% 0 no-repeat;
/*  background: url('../img/BlackPicture_2.jpg') 50% 0 no-repeat; */
/*  background: url('../img/BlackPicture_3.jpg') 50% 0 no-repeat; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
}


#middle-background  {
  background: url('../img/Gestionarea_Vanzarilor_3.png') 50% 0 no-repeat;
/*  background: url('../img/BlackPicture_2.jpg') 50% 0 no-repeat; */
/*  background: url('../img/BlackPicture_3.jpg') 50% 0 no-repeat; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}




.header-back.one {
  background: url('../img/BlackPicture_2.jpg') 50% 0 no-repeat;
}

.header-back.two {
  background: url('../img/BlackPicture_3.jpg') 50% 0 no-repeat;
}

/*
.header-back.three {
  background-color: #1ab394;
  background-image: url('../img/Clientii_Nostri.png') 50% 0 no-repeat;
}
*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 400px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;

}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control {
  /*width: 6%;*/

}
.carousel-inner .container {
  position: relative;
}
.carousel-inner {
  overflow: visible;
}
.carousel-caption {
  position: absolute;
  /* top: 100px; */
  left: 0; 
  bottom: auto;
  right: auto;
  text-align: left;
}

.carousel-caption.blank {
  /* top: 140px;  
  top: 70px; */
}
.carousel-image {
  position: absolute;
  right: 10px;
  top: 150px;
}
.carousel-indicators {
  padding-right: 60px;
  bottom: -15%;
}
.carousel-caption h1 {
  font-weight: 700;
  margin-top: 10%;
  text-shadow: none;
  letter-spacing: -1.5px;
}
.carousel-caption p {
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}
.caption-link {
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 400;
}
.caption-link:hover {
  text-decoration: none;
  color: inherit;
}
/* Sections
------------------------- */
.services {
  padding-top: 60px;
}
.services h2 {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: uppercase;
}
.features-block {
  margin-top: 40px;
  padding-bottom: 40px;
}
.features-text {
  margin-top: 40px;
}
.features small {
  color: #1ab394;
}
.features h2 {
  font-size: 18px;
  margin-top: 5px;
}
.features-text-alone {
  margin: 40px 0;
}
.features-text-alone h1 {
  font-weight: 200;
}
.features-icon {
  color: #1ab394;
  font-size: 40px;
}
.navy-section {
  margin-top: 60px;
  background: #1ab394;
  color: #fff;
  padding: 20px 0;
}
.gray-section {
  background: #f4f4f4;
  margin-top: 60px;
}
.team-member {
  text-align: center;
}
.team-member img {
  margin: auto;
}
.social-icon a {
  background: #1ab394;
  color: #fff;
  padding: 4px 8px;
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50px;
}
.social-icon a:hover {
  background: #17a185;
}
.img-small {
  height: 88px;
  width: 88px;
}
.pricing-plan {
  margin: 20px 30px 0 30px;
  border-radius: 4px;
}
.pricing-addon {
  margin: 10px 15px 0 15px;
  border-radius: 4px;
}
.pricing-addon .fa{
 margin-right:5px;
}
.box{margin-top: 20px;}
.pricing-plan.selected {
  background: #f4f4f4;
}
.pricing-plan.premises {
 transform: scale(1.13);
 background: #f4f4f4;
 margin-top:27%;
}

.pricing-plan li {
  padding: 10px 16px;
  border-top: 1px solid #e7eaec;
  text-align: center;
  color: #aeaeae;
}
.pricing-addon li {
  padding: 10px 0px;
  border-top: 1px solid #e7eaec;
  text-align: center;
  color: #aeaeae;
}
.span-mini{font-size:12px;}

.pricing-plan .pricing-price span {
  font-weight: 700;
  color: #1ab394;
}
.pricing-price {cursor:pointer;}
li.pricing-desc {
  font-size: 13px;
  border-top: none;
  padding: 20px 16px ;
}
li.pricing-title {
  background: #1ab394;
  color: #fff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  font-weight: 600;
  z-index:101;
}
li.pricing-title:hover{
  color: gold;
}
#testimonials{
	margin-bottom:20px;
}

.testimonials {
  background-color: #1ab394;
  background-image: url('../img/Clientii_Nostri.png');
/*  height:auto;
  overflow:-webkit-paged-y; */
}
.big-icon {
  font-size: 56px;
}
.features .big-icon {
  color: #1ab394;
}
.contact {
  background-image: url('../img/Contactati-ne.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: 60px;
}
/* Buttons - only primary custom button
------------------------- */
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}
.btn-primary {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #18a689;
  border-color: #18a689;
  color: #FFFFFF;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
}

.btn-add-ons{
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
  color:#1ab394;
}
.btn-add-ons:hover{
 color:gold;
 text-decoration:none;
}
.btn-add-ons:active {
  color:gold;
}
.continue{
  float:right;
}

.btn-print{
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF;
  font-size: 14px;
  padding: 4px 8px;
  font-weight: 600;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }

}


@media (max-width: 992px) {
  .carousel-image {
    display: none;
  }
  .arrow {
	bottom: 50px;
  }
  #header{
	margin-top:10%;
  }
}
@media (max-width: 768px) {
  .carousel-caption,
  .carousel-caption.blank {
    left: 5%;
    top: 80px;
  }
  .carousel-caption h1 {
    font-size: 28px;
  }
  .navbar.navbar-scroll .navbar-brand {
    margin-top: 6px;
  }
  .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 15px 0;
  }
  .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit;
  }
  .navbar-default .nav li a {
    color: #676a6c;
  }
  .navbar-default .nav li a:hover {
    color: #1ab394;
  }
  .navbar-wrapper .navbar {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
  }
  .nav > li > a {
    padding: 25px 10px 15px 10px;
  }
  .navbar-nav > li > a {
    padding: 20px 10px;
  }

  .navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 5px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover {
    color: inherit;
  }
  .carousel-control {
    display: none;
  }
  .btn-programeazaDemo{
	font-size: 1em !important;	
  }
  #middle-background{
	background: none;
  }
	
	.move-left-more{
		margin-right: 0% !important;
	}
	.move-left-middle{
		margin-right: 0% !important;
	}
	.move-left{
		margin-right: 0% !important;
	}
	.move-right-more{
		 margin-left: 0% !important;
	}
	.move-right-middle {
    	margin-left: 0% !important;
	}
	.move-right{
		margin-left: 0% !important;
	}
	.testimonials{display:none;}
	.bubble{
		margin:0px !important;
	}
	
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

 .navbar-solid {
    background-color: #fff;
    border-color: #fff;
    padding: 15px 0;
  }
  .navbar-solid .navbar-nav > .active > a:focus {
    background: #fff;
    color: inherit;
  }
  .navbar-solid .nav li a {
    color: #676a6c;
  }
  .navbar-solid .nav li a:hover {
    color: #1ab394;
  }
 .navbar-solid .navbar-nav > .active > a,
 .navbar-solid .navbar-nav > .active > a:hover {
    color: inherit;
  }

/* MARGINS & PADDINGS
-------------------------------------------------- */
.p-xxs {
  padding: 5px;
}
.p-xs {
  padding: 10px;
}
.p-sm {
  padding: 15px;
}
.p-m {
  padding: 20px;
}
.p-md {
  padding: 25px;
}
.p-lg {
  padding: 30px;
}
.p-xl {
  padding: 40px;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}
/* PACE PLUGIN
-------------------------------------------------- */
.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}
section.timeline {
  padding-bottom: 30px;
}
section.comments {
  padding-bottom: 80px;
}
.comments-avatar {
  margin-top: 25px;
  margin-left: 22px;
}
.comments-avatar{
  font-weight: 600;
  font-size: 2.2em;
}
.comments-name{
  font-weight: 600;
  font-size: 1.2em;
  color: #777 !important;

}

.comments-avatar img {
  width: 50%;
  height: 50%;
  
  margin-right: 10px;
}
.bubble {
  position: relative;
  height:auto;
  overflow:hidden;
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 25px;
  font-style: italic;
  font-size: 14px;
  text-align: center;

}
.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 14px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 30px;
}
/* New Timeline style */
.vertical-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.vertical-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#vertical-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#vertical-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #f1f1f1;
}
.vertical-timeline-content .btn {
  float: right;
}
#vertical-timeline.light-timeline:before {
  background: #e7eaec;
}
.dark-timeline .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent ;
}
.dark-timeline.center-orientation .vertical-timeline-content:before {
  border-color: transparent  transparent transparent #f5f5f5;
}
.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
  background: #f5f5f5;
}
@media only screen and (min-width: 1170px) {
  #vertical-timeline.center-orientation {
  /*  margin-top: 3em;
    margin-bottom: 3em; */
  }
  #vertical-timeline.center-orientation:before {
    left: 50%;
    margin-left: -2px;
  }
}
@media only screen and (max-width: 1170px) {
  .center-orientation.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
  }
}
.vertical-timeline-block {
  position: relative;
  margin: 2em 0;
}
.vertical-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-block:first-child {
  margin-top: 0;
}
.vertical-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-block {
    /*margin: 4em 0; */
  }
  .center-orientation .vertical-timeline-block:first-child {
    margin-top: 0;
  }
  .center-orientation .vertical-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.vertical-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 3px solid #f1f1f1;
  text-align: center;
}
.vertical-timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-icon {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    font-size: 19px;
  }
  .center-orientation .vertical-timeline-icon i {
    margin-left: -12px;
    margin-top: -10px;
  }
  .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
    visibility: hidden;
  }
}
.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
}
.vertical-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-content h2 {
  font-weight: 400;
  margin-top: 4px;
}
.vertical-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.vertical-timeline-content .vertical-date {
  float: left;
  font-weight: 500;
  cursor:help;
  width: 50% !important;
}
.vertical-date small {
  color: #1ab394;
  font-weight: 400;
}
.vertical-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .vertical-timeline-content h2 {
    font-size: 18px;
  }
  .vertical-timeline-content p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
	border-radius:15px;
  }
  .center-orientation .vertical-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .center-orientation .vertical-timeline-content .btn {
    float: left;
  }
  .center-orientation .vertical-timeline-content .vertical-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 30px;
    font-size: 14px;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
    float: right;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
    float: right;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
    visibility: hidden;
  }
}

.move-right{margin-left:35%;}
.move-right-middle{margin-left:25%;}
.move-right-more{margin-left:20%;}

.move-left{margin-right:35%;}
.move-left-middle{margin-right:25%;}
.move-left-more{margin-right:20%;}


.txt li{color: #aeaeae; font-size: 13px}
.tab-content{margin:25px;}


/* Contact Form Error messages
========================================================*/
.contact-error-space{margin-top:20%;}
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}

#contact-form dt { margin-bottom: 5px;}


.conditii h1{
	border-bottom: solid 1px #1ab394;
	padding: 20px 20px;
}
.add-ons{
padding: 10px 0px 10px 0px;
text-align: center;
color: #aeaeae;
}

.form-control{
	width:90%;
	float:right;
	border: solid 1px #1ab394;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.form-control-special{
	width:70%;
	float:right;
	border: solid 1px #1ab394;
	-webkit-box-shadow:none;
	box-shadow:none;
	height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
	border-radius: 4px;
}

.contact-wrapper{
	display: inline-block;
	box-sizing: border-box;
	border-radius: 5px;
	background-color:#1ab394;
	width:100%;
}
.contact-wrapper .fa {
    font-size: 1.42857em;
	display: inline-block;
	position: absolute;
	float: left;
	margin: 7px 7px;	
	color: #fff;
}
.col-lg-onset-1{margin-right:8.33333333%}

.contact-wrapper  input {
	background-color:#f4f4f4;	
}
.contact-wrapper textarea{
	padding-left: 12px;
	background-color:#f4f4f4;
	height: 68px;
}
.wrapper{background-color:#fff;}
/* IBOX Page */

.ibox-content h1,.ibox-content h2,.ibox-content h3,.ibox-content h4,.ibox-content h5,
.ibox-title h1,.ibox-title h2,.ibox-title h3,.ibox-title h4,.ibox-title h5{ margin-top: 5px;}

.ibox-content.text-box {
    padding-bottom: 0px;
    padding-top: 15px;
}
 .ui-draggable .ibox-title {
     cursor: move;
 }
 .ibox {
    clear: both;

    margin-top: 0;
    padding: 0;
}
.ibox:after, .ibox:before {
    display: table;
}
.ibox-title {

    padding: 14px 15px 7px;
}
.ibox-content {
    background-color: #fff;
    color: inherit;
    padding: 0px 20px 0px 20px;

}
.ibox-content {
    clear: both;
}
.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}
.ibox-heading h3 {
    font-weight: 200;
    font-size: 24px;
}
.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ibox-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    position: relative;
    padding: 0;
}
.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
}

.i-checks {
    padding-left: 0;
}

/* Scrollbar MENU */
.scroll-bar-menu{
	height:90%;
	width:90%;
	overflow:auto;
}

/* Let's get this party started */
.scroll-bar-menu::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
.scroll-bar-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.scroll-bar-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(26,179,148); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.checkbox-box {
	display:none;
	margin-top: 20px;
	padding: 20px;
}
.TVA {
	background: red;
}

/* IBOX */

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 5px 20px 5px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}
.ibox-content {
  clear: both;
}
.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none;
}
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}
.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-title .label {
  float: left;
  margin-left: 4px;
}
.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right;
}
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}
.ibox-tools a.btn-primary {
  color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}
.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
  }
  
 /* Medalie */ 
  
 .pricing-ribbon-wrapper{
	height: 63px;
    overflow: hidden;
    position: absolute;
    right: 2px;
    top: 50px;
    width: 60px;
	z-index: 101;
 }
 .pricing-ribbon-wrapper .pricing-ribbon {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    font-size: 10px;
    left: -5px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    top: 15px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 95px;
    text-transform: uppercase;
	background: url('medal.png');
 }
  /* Recomandat Offer */
  .pricing-ribbon-wrapper-recomandat{
	height: 30px;
    overflow: hidden;
    position: absolute;
    top: 5%;
    width: 70%;
	z-index:100;
 }
 .pricing-ribbon-recomandat {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    font-size: 10px;
    position: relative;
    text-align: center;
    top: 15px;
    width: 100%;
    text-transform: uppercase;
	background-color:gold;
	color: #1B7160;
    font-weight: 700;
 }
  /* Special Offer */ 
 .pricing-ribbon-wrapper-special{
	height: 63px;
    overflow: hidden;
    position: absolute;
    right: 45px;
    top: 75%;
    width: 60px;
 }
.pricing-ribbon-special {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    font-size: 10px;
    left: -5px;
    padding: 3px 0;
    position: relative;
    text-align: center;
    top: 15px;
    transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    width: 95px;
    text-transform: uppercase;
	background-color:gold;
	color: #1B7160;
    font-weight: 700;
 }
 
 .standard{background-color: white;}
 .premium{top: 74%;}
 .pricing-plan .special {color:#aeaeae;background:#F4F4F4; text-align:left; cursor:pointer;}
 .bonus{font-weight: 700; text-transform: uppercase; color: #1ab394;}
 
 /* Modal */
 .wrapper .middle-box {
    margin-top: 140px;
}
 .middle-box {
    height: 500px;
    width: 500px;
    position: relative;
    top: 50%;
    left: -50%;
    margin-top: -250px;
    z-index: 100;
	color:#fff;
}
 .middle-box-questionnaire {
    height: 500px;
    width: 500px;
    position: relative;
    top: 50%;
    left: -50%;
    margin-top: 20%;
    z-index: 100;
	color:#fff;
}
.modal-text {margin-top:10%;}

/* Chestionar */
.gray-section-2 {background: #f4f4f4; padding: 60px 0px;}
.wrapper-primary{margin-top:2%;padding:1% 0%; background-color:#1ab394; color:#fff;cursor:pointer; border-bottom:solid 2px; border-radius:30px;}
.wrapper-primary img{margin-left:3%;}
.wrapper-primary h1 {margin-left:8%;}
.content{background-color:#fff; border-radius:10px;}
.page-subtitle {margin-top: 2%; font-size: 16px; color: #1ab394; text-decoration: none;font-weight: 700; font-style: normal;}

.answer-option-cell{margin-bottom:5px;}
.question-title-container{margin-bottom:15px;}
.radio-button-container{margin-left:5px;}
.other-answer-container{margin-top:5px;}
.other-answer-container textarea{vertical-align:middle;}
.user-generated {line-height:1.4em;}
.question-row{border-bottom:solid 2px #1ab394; padding:10px 0px;}
.survey-submit{margin-top:2%; margin-bottom:2%;}
.survey-submit-actions{float:right; }



/* Cookies Bar */
.cookies-notification{
	height: 30px;
	margin: 0px ;
	color: #1ab394;
	position: fixed;
	bottom: 0;
	left:0;
	margin:0px;
	z-index:1;
	background-color: #f4f4f4;
	font-weight: 600;
	display:none;
}
.cookies-notification .text{ padding: 5px; text-align: center;}
.cookies-notification .button{ text-align: center; }
.cookies-notification .button .link{margin-left:10%; text-align: center;}
.btn-cookies{
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 600;
  color:#fff;
  background-color:#1ab394;
  border-radius:15px;
}
.btn-cookies:hover,
.btn-cookies:focus,
.btn-cookies:active{
  color:#337ab7;
}


/* Module */
.spacer {
 margin-top:1%; margin-bottom:1%;
}

.scroll-btn{font-size: 12px; padding: 5px 10px; font-weight: 600; color:#fff; background-color:#1ab394; z-index:9999;}
.scroll-btn:hover, .scroll-btn:focus, .scroll-btn:active{ color:gold !important;}

.scroll-btn:hover,
.scroll-btn:focus,
.scroll-btn:active,
.scroll-btn.active,
.open .dropdown-toggle.scroll-btn {
  background-color: #18a689;
  border-color: #18a689;
  color: #FFFFFF;
} 

.btn-module{
	font-size: 14px;
	font-weight: 600;
	color:#555;
	padding:0px;
}
#vanzari.btn-module a:hover, a:focus {
	color: #1ab394;
	text-decoration:none;
}
.btn-module:hover{
	color:#1ab394;
	text-decoration:none;
}
.btn-module:active {
	color:#1ab394;
}

/* Butoane arrow Piramid */
.btn-arrow.flux{
	background-color:gold;
	border-color: gold;
}

.btn-arrow.btn-outline:hover{
  color: #fff;
}
.btn-arrow:hover,
.btn-arrow:focus,
.btn-arrow:active,
.btn-arrow.active,
.open .dropdown-toggle.btn-arrow {
  background-color: #18a689;
  border-color: #18a689;
  color: #FFFFFF;
}
.btn-arrow:active,
.btn-arrow.active,
.open .dropdown-toggle.btn-arrow {
  background-image: none;
}

.btn-arrow {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF;
  font-size: 14px;
  padding: 6px 20px;
  font-weight: 600;
}

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-arrow-right {
    padding-left: 20px;
}
.btn-arrow-left {
    padding-right: 20px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}
.btn-width{
	width: 150px;
}
.btn-width2{
	width: 180px;
}
.btn-piramid-1{width:280px; margin-left:-50px;}
.btn-piramid-2{width:180px;}
.btn-piramid-3{width:220px;}
.margin-3 {margin-left:-40px;}
.btn-piramid-4{width:260px;}
.margin-4 {margin-left:-80px;}
.btn-piramid-5{width:210px;}
.margin-5 {margin-left:-30px;}
.btn-piramid-6{width:250px;}
.margin-6 {margin-left:-70px;}
.btn-piramid-7{width:200px;}
.margin-7 {margin-left:-20px;}
.btn-piramid-8{width:170px;}
.margin-8_1 {margin-left:-10px;} 
.margin-8_2 {margin-left:10px;}
.margin-8_3 {margin-left:20px;}
.margin-8_4 {margin-left:30px;}

/* Drop&Drag */

/* Prevent the text contents of draggable elements from being selectable. */
[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.tab{cursor:move;}
.line{border-left:solid 3px #1ab394;}
.for_top{margin-top: 100px;}



/* =========================== Mobile View =================================== */
@media (max-width:479px){
/*Index*/
.bubble{margin:20px;}
.pricing-plan .special{text-align:center;}
.pricing-ribbon-wrapper-special{top:74.5%;}
.pricing-ribbon-recomandat{top:0px;}
.pricing-ribbon-wrapper-recomandat{width:80%;}
.pricing-ribbon-wrapper{top:35px;}
.add-ons{width:100%; padding:10px;}
/*Module*/
.for_top{margin-top: 100px !important;}
h1{font-size:25px;}
h2{font-size:22px;}
h3{font-size:20px;}
h4{font-size:15px;}
.btn-width {margin:5px;}
#first{display:none;}
#second{display:none;}
#third{display:none;}
#fourth{display:none;}
#fifth{display:none;}
#sixth{display:none;}
#seventh{display:none;}
#eighth .btn-arrow-right{margin: 2px !important;}
.vertical-timeline-content h4{float:left !important; padding: 10px}
.vertical-timeline-content .vertical-date {float:left !important; margin:10px; width:60% !important;}
.cc_container{display:none;}
.scroll-btn{display:none;}
/*Termeni*/
.container{margin:10px;} /*( valabil si pentru celelalte pagini)*/
/*Demo*/
.wizard > .steps > ul > li{width:100% !important;}
.form-control{width:85%;}
/* .content{min-height:700px !important;} */
/*Error Page*/
.contact-error-space{margin-top:65% !important;}
.middle-box {top:30%!important;}
}
/* =========================== Mobile and Tablet View ============================= */
@media (min-width:480px) and (max-width:768px) {
/*Index*/
.bubble{margin:20px;}
.pricing-plan .special{text-align:center;}
.pricing-ribbon-wrapper-special{top:74.5%;}
.pricing-ribbon-recomandat{top:0px;}
.pricing-ribbon-wrapper-recomandat{width:87%;}
.pricing-ribbon-wrapper{top:35px;}
.add-ons{width:100%; padding:10px;}
/*Module*/
.for_top{margin-top:100px !important;}
h1{font-size:25px;}
h2{font-size:22px;}
h3{font-size:20px;}
h4{font-size:16px;}
.btn-width {margin:10px;}
#first{display:none;}
#second{display:none;}
#third{display:none;}
#fourth{display:none;}
#fifth{display:none;}
#sixth{display:none;}
#seventh{display:none;}
#eighth .btn-arrow-right{margin: 2px !important;}
.vertical-timeline-content h4{float:left !important; padding:10px; width: 400px;}
.vertical-timeline-content .vertical-date {float:left !important; margin:10px;}
.cc_container{display:none;}
.scroll-btn{display:none;}
/*Termeni*/
.container{margin:10px;} /*( valabil si pentru celelalte pagini)*/
/*Demo*/
.wizard > .steps > ul > li{width:100% !important;}
.form-control{width:85%;}
/* .content{min-height:700px !important;} */
/*Error Page*/
.contact-error-space{margin-top:60% !important;}
.middle-box {top:30%!important;}
}
/* =========================== Tablet View ============================= */
@media (min-width:769px) and (max-width:979px) {
/*Navbar*/
.nav > li > a{padding: 0px 8px 0px 8px;}
.navbar-scroll .navbar-nav > li > a{padding: 0px 8px 0px 8px;}

/*Index*/
.bubble{margin:20px;}
.pricing-plan .special{text-align:center;}
.pricing-ribbon-wrapper-special{top:74.5%;}
.pricing-ribbon-recomandat{top:0px;}
.pricing-ribbon-wrapper-recomandat{width:87%;}
.pricing-ribbon-wrapper{top:35px;}
.add-ons{width:100%; padding:10px;}
/*Module*/
h1{font-size:25px;}
h2{font-size:22px;}
h3{font-size:20px;}
h4{font-size:16px;}
.for_top{margin-top: 130px !important;}
.btn-width {margin:10px;}
#first{display:none;}
#second{display:none;}
#third{display:none;}
#fourth{display:none;}
#fifth{display:none;}
#sixth{display:none;}
#seventh{display:none;}
#eighth .btn-arrow-right{margin: 2px !important;}
.vertical-timeline-content h4{float:left !important; padding:10px; width: 500px;}
.vertical-timeline-content .vertical-date {float:left !important; margin:10px;}
.cc_container{display:none;}
.scrollbutton{z-index:99999; left:90%;}

/*Demo*/
.wizard > .steps > ul > li{width:100% !important;}
.form-control{width:90%;}
.contact-wrapper{width:80%;}
/* .content{min-height:700px !important;} */
/*Error Page*/
.contact-error-space{margin-top:40% !important;}
.middle-box {top:30%!important;}
}


/* ========================== Tablet amd Desktop View ======================== */

@media (min-width:980px) and (max-width:1170px) {
/*Navbar*/
.nav > li > a{padding: 25px 10px 15px 10px;}
.navbar-scroll .navbar-nav > li > a{padding: 25px 10px 15px 10px;}
/*Index*/
.carousel-image{right:-70px !important;}
.bubble{margin:20px; height: 180px;}
.pull-left{width:20% !important;}
.pricing-plan .special{text-align:center;}
.pricing-ribbon-wrapper-special{top:74.5%;}
.pricing-ribbon-recomandat{top:0px;}
.pricing-ribbon-wrapper-recomandat{width:90%;}
.pricing-ribbon-wrapper{top:35px;}

/*Module*/
.btn-width {margin:2px;}
#first{display:none;}
#second{display:none;}
#third{display:none;}
#fourth{display:none;}
#fifth{display:none;}
#sixth{display:none;}
#seventh{display:none;}
#eighth .btn-arrow-right{margin: 2px !important;}
.vertical-timeline-content h4{float:left !important; padding:10px; width: 500px;}
.vertical-timeline-content .vertical-date {float:left !important; margin:5px;}
.cc_container{display:none;}
.scrollbutton{z-index:99999; left:90%;}

/*Demo*/
.wizard > .steps > ul > li{width:20% !important;}
.form-control{width:90%;}
.contact-wrapper{width:100%;}
/* .content{min-height:700px !important;} */

/*Error Page*/
.contact-error-space{margin-top:35% !important;}
.middle-box {top:30%!important;}
}
@media (min-width:1170px){
.scrollbutton{z-index:99999; left:93%;}
}



/* 404 Error Page */

/* ERROR & LOGIN & LOCKSCREEN*/
.gray-bg {
    background-color: #f3f3f4;
}

.middle-box {
    height: 400px;
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -200px;
    z-index: 100;
	color: #676a6c;
}

.lockscreen.middle-box {
    width: 200px;
    margin-left: -100px;
    margin-top: -190px;
}

.loginscreen.middle-box {
    width: 300px;
    margin-left: -150px;
    margin-top: -330px;
}

.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0px;
}

.middle-box h1 {
    font-size: 170px;
}


.wrapper .middle-box {
    margin-top: 140px;
}

.lock-word {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -470px;
}

.lock-word span {
    font-size: 100px;
    font-weight: 600;
    color: #e9e9e9;
    display: inline-block;
}

.lock-word .first-word {
    margin-right: 160px;
}


.showMillennium{
	width:140px;
	height:92px;
	background: url('../img/BlackLogo_Millennium.png');
}
.showMillennium:hover {
	background: url('../img/ColorLogo_Millennium.png');
	cursor:pointer;
}

.showProasistta{
	width:140px;
	height:92px;
	background: url('../img/BlackLogo_Proasistta.png');
}
.showProasistta:hover {
	background: url('../img/ColorLogo_Proasistta.png');
	cursor:pointer;
}

.showProfructta{
	width:140px;
	height:92px;
	background: url('../img/BlackLogo_Profructta.png');
}
.showProfructta:hover {
	background: url('../img/ColorLogo_Profructta.png');
	cursor:pointer;
}

.showGodot{
	width:140px;
	height:92px;
	background: url('../img/BlackLogo_Godot.png');
}
.showGodot:hover {
	background: url('../img/ColorLogo_Godot.png');
	cursor:pointer;
}

.showAvi{
	width:140px;
	height:92px;
	background: url('../img/BlackLogo_Avi.png');
}
.showAvi:hover {
	background: url('../img/ColorLogo_Avi.png');
	cursor:pointer;
}

.showPorsche{
	width:140px;
	height:92px;
	background: url('../img/BlackLogo_Porsche.png');
}
.showPorsche:hover {
	width:190px;
	height:92px;
	background: url('../img/ColorLogo_Porsche.png');
	cursor:pointer;
	position:absolute;
}

#header{
	margin-top:15%;
}
.youtube_link{
	color:white;
	text-decoration:none;
	cursor:pointer;
}
.youtube_link:hover {
	color:#e8e8e8;
	text-decoration:none;
	cursor:pointer;
}
.youtube_link:link {
	border:none;
}
a:active{
	border-style:none;
}
a:focus{
	border-style:none;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

i {
  display: block;
  color: #fff;
}
.arrow {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 60px; /*change with size of arrow to make sit on bottom */
/*   background-image: url(); */
/*   background-size: contain; */
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.border-extra-arrow-down{
	position: relative !important;
    width: 50px !important;
    height: 25px;
    left: 50%;
    margin-left: -26px;
    margin-top: -1px;
    z-index: 25;
    margin-bottom: -25px;
    clear: both;
}
.extra-border-element {
    position: relative;
    width: 100%;
    overflow: visible;
}

.extra-border-element .extra-border-outer {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
}

.extra-border-element .extra-border-inner {
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    top: -39px;
}

.center{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;    
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}