<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*IT Sistems CSS 2018 */

@font-face {
    font-family: "bebas";
    src: url("../fonts/BebasNeue_Regular.eot");
    src: url("../fonts/BebasNeue_Regular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/BebasNeue_Regular.woff") format("woff"),
    url("../fonts/BebasNeue_Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "proxima";
    src: url("../fonts/proximanova-regular-webfont.eot");
    src: url("../fonts/proximanova-regular-webfont.eot?#iefix")format("embedded-opentype"),
    url("../fonts/proximanova-regular-webfont.woff") format("woff"),
    url("../fonts/proximanova-regular-webfont.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "century";
    src: url("../fonts/CenturyGothicRegular.eot");
    src: url("../fonts/CenturyGothicRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/CenturyGothicRegular.woff") format("woff"),
    url("../fonts/CenturyGothicRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadProRegular";
    src: url("../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.eot");
    src: url("../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadProBold";
    src: url("../fonts/MyriadPro/MyriadProBold/MyriadProBold.eot");
    src: url("../fonts/MyriadPro/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadPro/MyriadProBold/MyriadProBold.woff") format("woff"),
    url("../fonts/MyriadPro/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadProItalic";
    src: url("../fonts/MyriadPro/MyriadProItalic/MyriadProItalic.eot");
    src: url("../fonts/MyriadPro/MyriadProItalic/MyriadProItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadPro/MyriadProItalic/MyriadProItalic.woff") format("woff"),
    url("../fonts/MyriadPro/MyriadProItalic/MyriadProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadProSemiBold";
    src: url("../fonts/MyriadPro/MyriadProSemiBold/MyriadProSemiBold.eot");
    src: url("../fonts/MyriadPro/MyriadProSemiBold/MyriadProSemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadPro/MyriadProSemiBold/MyriadProSemiBold.woff") format("woff"),
    url("../fonts/MyriadPro/MyriadProSemiBold/MyriadProSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadProBoldItalic";
    src: url("../fonts/MyriadPro/MyriadProBoldItalic/MyriadProBoldItalic.eot");
    src: url("../fonts/MyriadPro/MyriadProBoldItalic/MyriadProBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadPro/MyriadProBoldItalic/MyriadProBoldItalic.woff") format("woff"),
    url("../fonts/MyriadPro/MyriadProBoldItalic/MyriadProBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadProSemiBoldItalic";
    src: url("../fonts/MyriadPro/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot");
    src: url("../fonts/MyriadPro/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadPro/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.woff") format("woff"),
    url("../fonts/MyriadPro/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.wow {
    visibility: hidden;
}

/*
* {
    transition: all 0.3s ease-in;
}
*/

/* Typography
=========================== */

html,
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
/*    overflow-x: hidden;*/
}

body {
   font-family: ubuntu, Helvetica, Arial, sans-serif;
    position: relative;
    font-size: 12px;
    line-height: 24px;
    color: #212436;
    background: #fff;
    max-width: 100%;
    min-height: 800px;
    /* overflow: hidden;*/
}

.no_scroll {
    overflow: hidden;
}

a {
    color: #6f6f6f;
}

.border_paket a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

a:hover {}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3f3f3f;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    font-weight: bold;
    /*font-family: ubuntu, Helvetica, Arial, sans-serif;*/
}

h1 {
    font-size: 48px;
    line-height: 52px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
}

h3 {
    font-size: 25px;
    line-height: 25px;
    /*font-family: bebas;*/
    text-transform: uppercase;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
}

p {
    margin-bottom: 20px;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.cb {
    clear: both;
}


ul,
li,
table,
tr,
td {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

p {
    margin: 0;
}

.center {
    text-align: center;
}

/*STYLE PAGE*/

.navbar-center{
        position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    float: none;
    text-align: center; 
    display: inline-table;
    width:370px;
 
}
#myModal2{
    z-index: 9999;   
}

.navbar{
    height: 80px; 
    border:0;
    text-transform: uppercase;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand img{
    height: 50px;
    margin-top: 15px;
}
.navbar-default .navbar-nav &gt; li &gt; a {
    color: #000;
}
.navbar-nav &gt; li &gt; a {
    padding-top: 28px;
    padding-bottom: 25px;
}

.navbar-default {
    background-color: #eaeaea;
    border-color: #e7e7e7;
    margin: 0;
    position: sticky;
top: 0;
    z-index: 1040;
}
.modal{
    z-index: 9998 !important;
}

.slide {
    width: 100%;
    overflow: hidden;
}

.slide_background {
    background: url(../img/bg_slide_1.jpg);
    background-size: cover;
    position: relative;
}
.slide_background img { 
    width: 100%;
    opacity: 0;
}
.navbar-right i {
    font-size: 24px;
}
.navbar .container {
    width: 95%;
}

.ml12 {
  font-weight: 600;
/*  font-size: 1.8em;*/
  text-transform: uppercase;
  letter-spacing: 0.1em;
        margin-bottom: 0;
}

.ml12 .letter {
  display: inline-block;
  line-height: 1em;
    font-family: bebas;
font-size: 50px;
}
.text_slider{
 position: absolute;
z-index: 999;
top: 200px;
    left:5%;
}

.ml9 {
  position: relative;
  font-weight: 200;
font-size: 18px;
text-transform: uppercase;
    margin-bottom: 0;
   color: rgb(153, 4, 60);
}

.ml9 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.3em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
}

.text_descript_head {
    width: 80%;
    font-size: 14px;
}
.text_descript_head a {
display: inline-block;
padding: 10px 40px;
border: 2px solid #ca004c;
text-transform: uppercase;
margin-top: 30px;
color: #000;
font-weight: 700;
}
.text_descript_head button {
display: inline-block;
padding: 10px 40px;
border: 2px solid #ca004c;
text-transform: uppercase;
margin-top: 30px;
color: #000;
font-weight: 700;
    border-radius: 0;
}


.cube {
  position: absolute;
  top: 20vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #fff;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
  border-color: #FFF ;
}
.cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.cube:nth-child(3) {
  animation-delay: 4s;
  left: 75vw;
  top: 50vh;
}
.cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 85vh;
}
.cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 0.5;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
.background_cube {
    overflow: hidden;
}

.motivation {
    position: relative;
}

.img_motivation {
/*    position: absolute;*/
    width: 90%;
}

.number_title_motiv, .text_title_motiv {
    float: left;
}
.number_title_motiv {
height: 185px;
line-height: 185px;
}
.number_title_motiv span {
    font-size: 250px;
    color: #ca004c;
}
.text_title_motiv {
    margin-left: 20px;
}
.title_iner_motivation {
    margin-top: 20%;
        font-family: bebas;
    font-weight: bold;

}

.text_title_motiv_1 {
font-size: 110px;
line-height: 80px;
}
.text_title_motiv_2 {
    font-size: 52px;
    line-height: 75px;
}
.text_title_motiv_3 {
    font-size: 26px;
    line-height: 30px;
}

.list_motive {
    margin-top: 30px;
}
.list_motive li {
    margin-bottom: 60px;
}
.list_motive h4 {
    font-family: bebas;
    margin-bottom: 15px;
    font-size: 30px;
}
.list_motive h4 span{
    color: #ca004c;
    margin-right: 15px;
    font-size: 50px;
}

.button_center {
    text-align: center;
    margin: 0px 0 50px;
    clear: both;
}

.button_center a{
    display: inline-block;
    padding: 10px 40px;
    border: 2px solid #ca004c;
    text-transform: uppercase;
    margin-top: 30px;
    color: #000;
    font-weight: 700;
}
.button_center button{
    display: inline-block;
    padding: 10px 40px;
    border: 2px solid #ca004c;
    text-transform: uppercase;
/*    margin-top: 30px;*/
    color: #000;
    font-weight: 700;
    border-radius: 0;
    background: #fff;
}
.pascupas{
    background: #f8f8f8;
    padding: 80px 0 50px;
    position: relative;
    margin-bottom: 200px;
}
.pascupas .col-md-7 img{
position: absolute;
    width: 80%;
}

.ornament1 {
position: absolute;
width: 200px;
top: -100px;
}
.ornament2 {
position: absolute;
width: 200px;
top: -100px;
    right: 0;
}
.pascupas h4,
.pascupas h5{
    font-family: bebas;
}
.pascupas h4{
   font-size: 38px;
    color: #ca004c;
}
.pascupas h5{
   font-size: 26px;
}
.dima_text h4,
.dima_text h5{
    font-family: bebas;
}
.dima_text h4{
   font-size: 38px;
    color: #ca004c;
}
.dima_text h5{
   font-size: 26px;
}



.pascupas ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.pascupas ol li {
  counter-increment: my-awesome-counter;
    margin-bottom: 7px;
}
.pascupas ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #ca004c;
  font-weight: bold;
}

.linetitle {
    display: block;
    height: 10px;
    width: 120px;
    background: #ffcf34;
    margin-bottom: 10px;
}
.icons{
    position: relative;
}

.icons h4 {
    font-size: 44px;
    color: #ca004c;
    margin: 20px 0;
}
.icons h5 {
    font-size: 32px;
}
.icons h4, .icons h5 {
    font-family: bebas;
}

.container_icons {
    text-align: center;
    margin-top: 50px;
}

.container_icons .col-md-3 {
   margin-bottom: 30px;
}



.icon_pentru_tine {
height: 100px;
width: 100px;
background: #fff;
font-size: 50px;
text-align: center;
border-radius: 100px;
line-height: 103px;
margin: 0 auto 20px;
    border: 1px solid #ccc;
}

.dima{
    position: relative;
}

.dima .autor{
    width: 80%;  
}

.ornament3 {
    position: absolute;
    width: 200px;
    bottom: 150px;
    right: 0;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 90%;
        max-width: 400px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
        text-align: center
	}

.modal-content{
    background: url(../img/1920.jpg); 
    background-size: cover;
    
}
.modal-header h4 {
color: #ca004c;
font-family: bebas;
font-size: 45px;
line-height: 50px;
margin-top: 50px;
}
.modal-header p {
font-size: 20px;
margin: 10px 0;
}

/*form*/
.buy-form .row-form form {
    width: 300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.buy-form .row-form form .contain-price-1, .buy-form .row-form form .contain-price-2 {
    border: 1px dashed #602f71;
    border-radius: 10px;
    padding: 15px 0 20px 15px;
    height: 60px;
    width: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    background: #e9e9e9;
}
.buy-form .row-form form div label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.buy-form .row-form form div label input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
.buy-form .row-form form input {
    width: 100%;
    font: 16px ;
    padding: 12px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.buy-form .row-form form div label .radio {
    position: absolute;
    left: 0;
    height: 25px;
    width: 25px;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
}
.buy-form .row-form form .contain-price-1 p, .buy-form .row-form form .contain-price-2 p {
    font: 18px ;
    text-transform: uppercase;
    width: 173px;
}
.buy-form .row-form form div a, .buy-form .row-form form div p {
    font: 13px ;
    color: #2b2b2b;
    -webkit-transition: .2s;
    transition: .2s;
    margin-left: 35px;
    text-decoration: none;
}
.buy-form .row-form form .contain-price-1 .old-price, .buy-form .row-form form .contain-price-2 .old-price {
    color: #fff;
    border-right: 1px solid #8d5890;
}
.buy-form .row-form form .contain-price-1 .new-price, .buy-form .row-form form .contain-price-1 .old-price, .buy-form .row-form form .contain-price-2 .new-price, .buy-form .row-form form .contain-price-2 .old-price {
    font: 14px ;
    background: #6d2b74;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    width: 75px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.buy-form .row-form form .contain-price-1 .old-price span, .buy-form .row-form form .contain-price-2 .old-price span {
    font: 22px;
}
.buy-form .row-form form .contain-price-1 .new-price, .buy-form .row-form form .contain-price-2 .new-price {
    border-radius: 0 10px 10px 0;
    color: #ff9800;
}
.buy-form .row-form form .contain-price-1 .new-price span, .buy-form .row-form form .contain-price-2 .new-price span {
    font: 26px ;
}
.buy-form .row-form form input {
    width: 100%;
    font: 16px ;
    padding: 12px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.buy-form .row-form form button {
    width: 100%;
    margin-top: 20px;
    -webkit-box-shadow: 0 2px 13px 0 rgba(108,66,112,.11);
    box-shadow: 0 2px 13px 0 rgba(108,66,112,.11);
}
.button {
    font: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 17px 20px;
    width: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear,left top,left bottom,from(#ffb700),to(#ff7900));
    background: linear-gradient(180deg,#ffb700,#ff7900);
    border: 1px solid #ffa325;
    -webkit-box-shadow: inset 0 -1px 5px 1px #ffa325,0 3px 13px 0 rgba(255,129,1,.3);
    box-shadow: inset 0 -1px 5px 1px #ffa325,0 3px 13px 0 rgba(255,129,1,.3);
    border-radius: 30px;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.buy-form .row-form form div:last-child {
    margin-top: 30px;
}
.buy-form .row-form form div {
    width: 100%;
    height: 14px;
    margin-top: 25px;
    position: relative;
}
.buy-form .row-form form div label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.buy-form .row-form form div label input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
.buy-form .row-form form input {
    width: 100%;
    font: 16px ;
    padding: 12px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
}
.buy-form .row-form form div label .radio-min {
    height: 18px;
    width: 18px;
}
.buy-form .row-form form div label .radio {
    position: absolute;
    left: 0;
    height: 25px;
    width: 25px;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
}
.buy-form .row-form form div label input:checked ~ .radio::after {
    display: block;
}
.buy-form .row-form form div label .radio-min::after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #8c8f94;
}
.buy-form .row-form form div label .radio::after {
    content: "";
    position: absolute;
    display: none;
    top: 7px;
    left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff9200;
}
.buy-form .row-form form div a {
    font: 13px;
    color: #8c8f94;
}
.buy-form .row-form form div a, .buy-form .row-form form div p {
    font: 13px;
    color: #2b2b2b;
    -webkit-transition: .2s;
    transition: .2s;
    margin-left: 35px;
    text-decoration: none;
    line-height: 20px;
}
.first_input_form {
    margin-top: 20px;
    
}
.politica_form{
margin-top: 40px;
display: block !important;
}
/*form end*/
.pretitle_dima {
    margin-bottom: 20px;
}

.dima_text ul {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.dima_text ul li {
  counter-increment: my-awesome-counter;
    margin-bottom: 7px;
}
.dima_text ul li::before {
  content: counter(my-awesome-counter) ". ";
  color: #ca004c;
  font-weight: bold;
}

.video iframe {pointer-events: none;height: 200px;width:100%;transition: all ease-in-out .3s;}
        .slider {
        width: 100%;
        margin: 50px auto;transition: all ease-in-out .3s;
    }
.slick-slide {
     height: 250px !important
         transition: all ease-in-out .3s;
    transform: scale(0.7);
}
.slick-current  {
    height: 250px !important;
    transition: all ease-in-out .3s;
/*    width: 400px !important;*/
    transform: scale(1);
}
.slick-current img {
/*    height: 250px;*/ 
    transition: all ease-in-out .3s; 
}

    .slick-slide {
      margin: 0px 5px;
    }

    .slick-slide img {
      width: 100%;
    }
    .slick-slide iframe {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
.slick-list {
    padding: 0 !important;
}
.modal-open {
/*    filter: blur(10px);*/
/*    opacity: 0.6;*/
}

.modal-video .modal-body{
    padding: 0;
}

.modal-video button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    position: absolute;
    right: -30px;
    color: #fff;
    opacity: 1;
    box-shadow: 0 0 0;
    font-size: 27px;
}

.modal-video .modal-dialog {
    width: 600px;
    margin: 15% auto;
}
.modal-video .modal-content {
    background: transparent;
    height: 350px;
}

.container_video_thumb {
    position: relative;
    display: block;
    border-radius: 50px;
overflow: hidden;
}
.container_video_thumb .play{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 70px;
width: 70px;

  
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
        animation-fill-mode: none;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}

@-webkit-keyframes scale{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}
@keyframes scale{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}
@-webkit-keyframes waves{
    0%{opacity:1;-webkit-transform:scale(0.7);transform:scale(0.7)}
    50%{opacity:0.5;-webkit-transform:scale(1);transform:scale(1)}
    100%{opacity:1;-webkit-transform:scale(0.7);transform:scale(0.7)}
}
@keyframes waves{
    0%{opacity:1;-webkit-transform:scale(0.7);transform:scale(0.7)}
    50%{opacity:0.5;-webkit-transform:scale(1);transform:scale(1)}
    100%{opacity:1;-webkit-transform:scale(0.7);transform:scale(0.7)}
}





.video {
    background: #eaeaea;
    margin: 50px 0;
}

#custom_carousel .item {

    color:#000;
/*    background-color:#eee;*/
/*    padding:20px 0;*/
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:transparent#ddd
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px
}
#custom_carousel .controls li.active {
    background-color:#eee;
    border-top:3px solid orange;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}
#custom_carousel {
    position: relative;
}
.controls {
position: absolute !important;
right: 0;
bottom: 0;
}
.controls  a{
   padding: 5px !important;
}
.controls  img{
    width: 100%;
}
#custom_carousel h2 {
    font-family: bebas;
   color: #ca004c;
}
.rectificari {
padding-bottom: 50px;
background: url(../img/ornam_4.png);
    background-repeat: repeat;
    background-size: auto;
background-repeat: no-repeat;
background-size: contain;
}
.container-fluid {
/*    margin-bottom: 30px;*/
}

footer{
    background: #000;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.woocommerce div.product .product_title{
    clear: both;
}
</pre></body></html>