@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) { 

    .box .bar {
        top: 57px;
        height: 1px;
        width: 180px;
        right: -90px;
        position: absolute;
        background: #e8e8e8;
    }

}

@media (min-width: 1200px) {  

}

.morphext > .animated {
    display: inline-block;
}

.form-check-label {font-size:13px;}

.cntForm {
    top: 130px;
    left: 0;
    width: 270px;
    z-index: 3;
    position: fixed;
    background: #fff;
    margin: 0 0 0 -271px;
    border: 1px solid #eee;
    padding: 16px 17px 5px 17px;
    -webkit-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
    box-shadow: 10px 10px 0 0 rgba(122, 122, 122, 0.1);
}

.cntForm-active {margin-left:0;}

.cntForm-opener {
    left: 100%;
    font-size: 25px;
    padding: 8px 0 0;
    text-align: center;
    position: absolute;
    background: #fff;
    border-radius: 0 5px 5px 0;
    width: 49px;
    height: 54px;
    top: 50px;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-shadow: 11px 10px 0 0 rgba(122, 122, 122, 0.1);
    cursor:pointer;
}

.cntForm h3 {font-size:15px;}
.cntForm p {font-size:13px;}

.cntForm-opener i {color:#e06666;}

.form-control {border-radius:0; font-size:13px;}


.btn-primary {
    color: #fff;
    background-color: #e06666;
    border-color: #e06666;
    border-radius:0;
}

.box {
    padding: 0 1%;
    line-height: 22px;
}

.box .icon-box {
    width: 100px;
    height: 100px;
    font-size: 36px;
   /* border-radius: 50%;*/
    line-height: 100px;
    background: #fff;
    margin: 7px auto 30px;
    border: 1px solid #e8e8eb;
    box-shadow: 0 0 0 7px #f7f7f7;
}

.box .heading {
    color: #333;
    margin: 0 0 21px;
    font-size:18px;
    text-transform:uppercase;
}

.box .border {
    width: 40px;
    height: 1px;
    display: block;
    margin: 0 auto 12px;
    border: 1px solid #e06666 !important;
}



.box p {padding:0 20px;}

.icon-box i {color:#e06666;}

.TitleHome1 {
    text-transform: uppercase;
    margin: 0 0 50px 0;
    color:#333;
    font-size:25px;
}

.line {
    height: 2px;
    background-color: #e06666;
    position: absolute;
    width: 35px;
    margin-top: -35px;
}

.TitleCnt {
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

.lineCnt {
    height: 2px;
    background-color: #e06666;
    position: absolute;
    width: 35px;
    margin-top: -30px;
}

.colorRed{color:#e06666;}

body {font-family: 'Roboto', sans-serif; font-weight: 300;}

.wrap {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.footer-bottom {
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-image: url(../img/40.png);
    background-position: center center;
    background-size: cover;
    min-height: 150px;
    text-align: justify;
    text-align-last: center;
}

.footer {background-color: #e7e7e7;  font-size:14px; margin-bottom: 150px;}

.logoFoot img {max-width:150px;}

.bg-ban {
    background-image: -webkit-linear-gradient(bottom right, #f5f7fa 20%, #c3cfe2 100%);
    background-image: -o-linear-gradient(bottom right, #f5f7fa 20%, #c3cfe2 100%);
    background-image: linear-gradient(to top left, #f5f7fa 20%, #c3cfe2 100%);
    padding: 100px 0 235px 0;
}

.bg-ban:after {
    height: 285px;
    background-image: url(../img/crb2.png);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bg-ban i {color:#222d32; font-size:45px;}

.bg-ban h1 {color:#222d32; font-family: 'Oswald', sans-serif; font-weight:900; font-size: 108px; -webkit-text-stroke: 3px #fff;}

.dance {
    background: url(https://media3.giphy.com/media/IkkK8wMMJpLtS/giphy.gif);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    -o-text-fill-color: transparent;
    -o-background-clip: text;
}

.bg-ban p {font-weight: 300;}

.social img {max-width:80px; margin:0 30px;}

/*.speBlock i {font-size:45px; color:#222d32; margin-bottom:20px;}*/

.fa-stack { color: #ccc;}

.speBlock span {font-weight:bold;}

.pulse {color:#b81b1b; background: #e7e7e7; }

.animate-pulse {
    animation-name: pulse;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    50% {
      transform: scale(2); }
    100% {
      transform: scale(1); } }
  @keyframes pulse {
    50% {
      transform: scale(2); }
    100% {
      transform: scale(1); } }

/***Parallax**/

.paralsec {background-image: url("../img/parallax-bg.png");}

.paral {
    min-height: 600px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

.paral h2  {color:#fff; font-family: 'Oswald', sans-serif; font-size: 45px; padding-bottom: 35px;}

/***Carousel***/

.owl-nav {font-family:Arial; color:#fff; font-size:45px;}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #fff!important;}

.owl-prev:hover{background: 0 0!important;}
.owl-next:hover{background: 0 0!important;}

.owl-prev:focus {outline:none;}
.owl-next:focus {outline:none;}

/*******/
.mouseTop scroll {
    position: absolute;
    margin-left: -25;
    left: 50%;
    margin-top: -50px;
    right: 50%;
    width: 50px;
    height: 100px;
}

.mouseTop span {
    display: block;
    width: 9px;
    height: 9px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 9px;
}

.unu {
    margin-top: 6px;
}

.unu,
.doi,
.trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
}

.mouse {
    height: 42px;
    width: 28px;
    border-radius: 10px;
    transform: none;
    border: 2px solid white;
    top: 170px;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
}

.wheel {
    -webkit-animation: mouse-wheel 1.2s ease infinite;
    -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    50% {
        top: 2px;
    }
    100% {
        top: 3px;
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
/*****************/



