/* 
    Document   : Luxhouse
    Created on : Noiembrie 2016
    Author     : makecode.eu
    Description: Luxhouse - construction agency
    Version    : V1.0
*/

/*-------------------------------------------------
 =  Table of Css

 1.Import Google Fonts
 2.Page-Loader
 3.GENERAL
 4.PARALLAX
 5.NAVBAR
 6.HOME/ SLIDER
 7.SERVICES
 8.PORTFOLIO / WORKS
 9.HERO-SECTION
 10.TESTIMONIALS
 11.ABOUT
 12.TWITTWER-TWEET
 13.PRICING
 14.NEWS-LETTER
 15.BLOG
 16.CONTACT
 17.FOOTER
 18.BACK-TO-TOP
-------------------------------------------------*/

/* ---------------------------------------------------------------------- */
/*  1.Import Google Fonts
/* ---------------------------------------------------------------------- */
@import url('http://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,700');
body { 
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%; 
    cursor:default;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    font-weight: 400;
    /*overflow-y: hidden !important;*/
}
html {
    width: 100%;
    height: 100%;
}


/*End of Import Google Fonts*/



/* ---------------------------------------------------------------------- */
/*  2.Page-Loader
/* ---------------------------------------------------------------------- */

.icon-up{
    font-size: 50px;
    margin-right: 10px;
}

.animationload {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
}
.loader {
    width:200px;
    height:200px;
    font-size:0;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/ajax-loader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}


/********************************/
/*       MODALS     */
/********************************/


/*---------------------------------------------------*/


.portfolio-carousel {
  padding: 0;
  color: white;
  background-color: #222222;
}
.portfolio-carousel .item {
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 50px 55px;
  text-align: center;
}
.portfolio-carousel .item .portfolio-image {
  margin-top: 50px;
}
.portfolio-carousel .item .project-details {
  padding: 0;
}
.portfolio-carousel .item .project-details img.client-logo {
  margin: 0 auto 25px;
}
.portfolio-carousel .item .project-details .project-name {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.portfolio-carousel .item .project-details .project-description {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
.portfolio-carousel .owl-controls {
  margin-top: 0;
}
.portfolio-carousel .owl-controls .owl-prev,
.portfolio-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 75px;
  width: 50px;
  border-radius: 0 !important;
  line-height: 70px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #ffc153 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-carousel .owl-controls .owl-prev:hover,
.portfolio-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.portfolio-carousel .owl-controls .owl-prev {
  left: 0;
}
.portfolio-carousel .owl-controls .owl-next {
  right: 0;
}
@media (min-width: 992px) {
  .portfolio-carousel .item {
    padding: 155px 55px 155px;
    text-align: left;
    min-height: 100%;
  }
  .portfolio-carousel .item .portfolio-image {
    margin-top: 0;
  }
  .portfolio-carousel .item .project-details {
    padding: 15% 0 0;
  }
  .portfolio-carousel .item .project-details img.client-logo {
    margin: 0 auto 25px 0;
  }
  .portfolio-carousel .item .project-details .project-name {
    display: block;
    font-size: 50px;
    line-height: 50px;
  }
  .portfolio-carousel .item .project-details .project-description {
    font-size: 20px;
    line-height: 20px;
  }
  .portfolio-carousel .item hr.colored {
    margin: 20px auto 20px 0;
  }
}
.portfolio-gallery .item {
  padding: 15px;
}
.portfolio-modal {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.portfolio-modal .modal-backdrop {
  display: none;
}
.portfolio-modal .modal-content {
  color: white;
  background: transparent;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
 
}
.portfolio-modal .modal-content img {
  margin: 30px auto;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: #ffb902;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: white;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: white;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-filter {
  display: inline-block;
}
.portfolio-filter #filters {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.portfolio-filter #filters li {
  display: inline-block;
}
.portfolio-filter #filters li .filter {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  margin: 2px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 12px;
  color: #222222;
  background: transparent;
  border: 1px solid #222222;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-filter #filters li .filter.active {
  background-color: #ffc153;
  color: white;
  border-color: #ffc153;
}
#portfoliolist .portfolio {
  width: 31%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}
#portfoliolist .portfolio .portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #222222;
  cursor: pointer;
}
#portfoliolist .portfolio .portfolio-wrapper img {
  max-width: 100%;
  position: relative;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#portfoliolist .portfolio .portfolio-wrapper img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#portfoliolist .portfolio .portfolio-wrapper .caption {
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: -75px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-bg {
  background: #ffc153;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text {
  color: white;
  position: relative;
  z-index: 500;
  padding: 15px 8px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text a.text-title {
  color: white;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text .text-category {
  display: block;
  font-size: 12px;
}

.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}


/*END MODALS*/


/********************************/
/*          SLIDER       */
/********************************/

/* Slideshow
================================================== */

/*-- Main slide --*/

#top{

  padding-top: 100px;
}

#main-slide .item img{
    width: 100%;
    position: relative;
}
#main-slide .carousel-inner .item:after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#main-slide .item.active .slider-content h1 , #main-slide .item.active .slider-content h5 {
    color: #fff;
}
#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  text-transform: uppercase;
}
#main-slide .item.active .slider-content {
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  text-transform: uppercase;
}

#main-slide .slider-content{
    top: 40%;
    margin-top: -50px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

#main-slide .carousel-control.left span {
    padding: 15px;
}

#main-slide .carousel-control.right span {
    padding: 15px;
}
#main-slide .carousel-control {
    top: 50%;
    width: 50px;
    height: 50px;
}
#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
    position: absolute;
    z-index: 5;
    display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
    left: 0;
}

#main-slide .carousel-control .fa-angle-right{
    right: 0;
}

#main-slide .carousel-control i{
    background: #000;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

#main-slide .carousel-control i:hover{
    color: #fff;
}

/*-- Hero Carousel Animation --*/

.carousel .item.active .animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
    animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
    -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
    animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
    -webkit-animation: flipInX 1s ease-in 500ms both;
    animation: flipInX 1s ease-in 500ms both;
}

.carousel .item.active .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated7 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
    -webkit-animation: bounceInDown 1s ease-in 800ms both;
    animation: bounceInDown 1s ease-in 800ms both;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
    /*max-height: 700px;*/
    max-height: 450px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition-property: opacity;
            transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .item:after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.carousel-fade .carousel-control {
    z-index: 20;
}






/********************************/
/*          Media Queries       */
/********************************/




/* ---------------------------------------------------------------------- */
/*  3.GENERAL
/* ---------------------------------------------------------------------- */
::selection{
    background:#ffb902;
    color: #ffffff;
}
::-moz-selection {
    background: #ffb902;
    color: #ffffff;
}


.btn-custom{
    background-color: #ffb902;
    border: 2px solid #ffb902;
    color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    letter-spacing: 1px;
    padding: 8px 20px;
}
.btn-custom:hover,.btn-custom:focus{
    background-color: transparent;
    border: 2px solid #ffb902;
    color: #ffb902;
    outline: none;
}
.btn-black{
    background-color: #333b4d;
    border: 2px solid #333b4d;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    letter-spacing: 1px;
    padding: 8px 20px;
}
.btn-black:hover{
    background-color: transparent;
    border: 2px solid #333b4d;
}
.title {
    position: relative;
    color: #000;
    font-weight: 500;
}
.min-h-40{
    min-height: 40px;
}
.margin-t-20{
    margin-top: 20px;
}
.margin-t-50{
    margin-top: 50px;
}
.margin-l-30{
    margin-left: 30px;
}
.margin-b-30{
    margin-bottom: 30px;
}
.owl-theme .owl-controls .owl-page span {
    background: #ffb902 !important;
}

/* ---------------------------------------------------------------------- */
/*  4.PARALLAX
/* ---------------------------------------------------------------------- */
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;

}

/* ---------------------------------------------------------------------- */
/*  5.NAVBAR
/* ---------------------------------------------------------------------- */

.special{
  color: #ffb902;
}

.special:hover{
  color: #ffb902;
}

.special:visited{
  color: #ffb902;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}


/* navbar section */
.navbar-default.home1_menu .navbar-nav>.active>a, .navbar-default.home1_menu .navbar-nav>.active>a:hover, .navbar-default.home1_menu .navbar-nav>.active>a:focus{
    color:#ffb902;
    outline: none;
}
.navbar-default.lli_menu  .navbar-nav>.active>a, .navbar-default.lli_menu .navbar-nav>.active>a:hover, .navbar-default.lli_menu .navbar-nav>.active>a:focus{
    color:#fc6804;
    outline: none;
}
.navbar-default.yam_menu  .navbar-nav>.active>a, .navbar-default.yam_menu .navbar-nav>.active>a:hover, .navbar-default.yam_menu .navbar-nav>.active>a:focus{
    color:#0099ff;
    outline: none;
}

/*Home One*/
nav.navbar.home1_menu.bootsnav li.dropdown ul.dropdown-menu{
    background: #ffb902;
}
nav.navbar.home1_menu.bootsnav li.dropdown ul.dropdown-menu > li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover{
    background-color:#111f28 ;
    color: #fff;
}
/*Home Two*/
nav.navbar.lli_menu.bootsnav li.dropdown ul.dropdown-menu{
    background: #fc6804;
}
nav.navbar.lli_menu.bootsnav li.dropdown ul.dropdown-menu > li a:hover, 
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover{
    background-color: #111f28;
    color: #fff;
}
/*Home Three*/
nav.navbar.yam_menu.bootsnav li.dropdown ul.dropdown-menu{
    background: #0099ff;
}
nav.navbar.yam_menu.bootsnav li.dropdown ul.dropdown-menu > li a:hover, 
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover{
    background-color: #111f28;
    color: #fff;
}

/*Start home Menu One*/
.home1_menu .head_top_social_area{
    overflow: hidden;
    position: relative;
}
.head_top_socail_bg{
    background: #ffb902;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 71.5%;
    height: 45px;
}
.home1_menu .head_top_social{
    margin-right: 8%;
}

.home1_menu .head_top_social ul.helpdesk li a{
    padding: .9rem 1rem;
    display: inline-block;
}
.home1_menu .head_top_social ul li a{
    padding: .9rem .2rem;
    display: inline-block;
}

.home1_menu .head_top_social ul li a{
    color:#fff;
}
.head_top_social ul li a i{
    color:#fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.home1_menu .head_top_social .top_socail_icon_area ul li a:hover i{
    color:#3c414c;
}


/*call us nav area*/
.home1_menu .navbar-brand {
    padding: 0px 15px;
    width: 240px;
    position: relative;
    top: -70px;
    left: 15%;
}

.home1_menu .call_us_area{
    padding: 1.5rem 0rem;
    overflow: hidden;
    position: relative;
}

.home1_menu .call_us_area ul{
    margin-left: 7%;
}
.home1_menu .call_us_area ul li{
    color:#1a1a1a;
    padding-left: 2%;
}
.home1_menu .call_us_area ul li span.icon{
    overflow: hidden;
    color: #ffb902;
    font-size: 1.5rem;
    padding: 0rem .8rem;
    border: 1px solid #d1d1d1;
    line-height: 3rem;
    margin-right: 20px;
    box-shadow: 0px 0px 0px 1px #8c8c8c;
}
.home1_menu .call_us_area ul li span{
    display: inline-block;
}
.home1_menu .call_us_area ul li span.top_info{
    text-align: left;
}
.home1_menu .call_us_area ul li span.top_info strong{
    line-height: 2.8rem;
    font-size:1.286rem;
    font-weight: 600;
}

/*main nav area*/

nav{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
nav.navbar ul.nav > li > a:hover{
    background-color: transparent !important;
}
.home1_menu .head_top_social_area, .nav-top{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}


nav.navbar.home1_menu.bootsnav.navbar-fixed.scroll_menu{
    height: 60px;
}
nav.scroll_menu.home1_menu .head_top_social_area{
    margin-top: -45px;
}
nav.scroll_menu.home1_menu .nav-top{
    margin-top: -101px;
}
.home1_menu.navbar>.container .navbar-brand{
    width: 250px;
    position: relative;
    top: -70px;
}
.home1_menu.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
    background: #111f28;
    position: absolute;
    width: 100%;
    left: 0;
}
.home1_main_menu_bg {
    background: #111f28;
    width: 100%;
    height: 61px;
}

.home1_menu .attr-nav {
    float: right;
    display: inline-block;
    margin-left: 10px;
    margin-right: -15px;
    width: 400px;
    position: relative;
}

.home1_menu .attr-nav form{
    position: absolute;
    background: #111f28;
    width: 70%;
    float: right;
    margin: 0;
    padding: 12px 1px;
    right: 0;
    top: 0;
}
.home1_menu .attr-nav form input[type='text']{
    background: transparent;
    padding: 1.1rem 5.5rem 1.1rem 4rem;
    width: 100%;
    border:0;
    text-align: right;
    color:#949494;
}

.home1_menu .attr-nav form button[type='submit']{
    position: absolute;
    right: 30px;
    top: 0;
    border: 0;
    outline: 0;
    z-index: 99;
    background-color: transparent;
    font-size: 1.2rem;
    line-height: 3.5rem;
    color:#949494;
}
.home1_menu .attr-nav form button[type='submit']:hover{
    color:#fff;
}
.home1_menu .collapse form input[type='text'] {
    position: relative;
    z-index: 99;
}

/* End off Home Menu One */

/*
LLi nav menu
-----------------------------------------*/
.lli_menu .head_top_social_area{
    background: #111f28;
    width:100%;
    height: 48px;
    padding: 15px 0px;
}

.lli_menu .head_top_social_area .head_top_callus ul.helpdesk li a{
    color:#fff;
    margin-right: 15px;
}

.lli_menu .head_top_social_area .head_top_callus ul.helpdesk li a span.icon{
    color:#fc6804;
    margin-right:10px;
}

.lli_menu .top_socail_icon_area{
    text-align: right;
}

.lli_menu .head_top_social_area .top_socail_icon_area ul li a i{
    color: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    padding: 0px 5px;
}

.lli_menu .head_top_social_area .top_socail_icon_area ul li a:hover i{
    color:#fc6804;
}

nav.navbar.bootsnav.lli_menu.navbar-fixed {
    position: fixed;
    display: block;
    width: 100%;
    height: 140px;
    z-index: 9;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    background-color: transparent;
}

.lli_menu.scroll_menu{
    margin-top: -50px;
}

.lli_menu .navbar-brand {
    padding: 10px;
}

.lli_menu .navbar-brand>img {
    display: block;
    width: 90%;
}

.lli_menu .navbar-nav {
    margin: 16px;
}

nav.navbar.bootsnav.lli_menu ul.nav > li > a{
    color:#111f28;
    font-size:15px;
    padding: 20px 20px;
    font-weight: 600;
}
nav.navbar.bootsnav.lli_menu ul.nav li{
    position: relative;
}

nav.navbar.bootsnav.lli_menu ul.nav > li.active a{
    color:#fc6804;
}

li.lli_effect a::before{
    content: "[";
    left:0;
    top:30%;
    position: absolute;
    font-size: 2rem;
    color:#fc6804;
    transition: all 0.2s;
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px); 
}

li.lli_effect a::after{
    content: "]";
    right:0;
    top:30%;
    position: absolute;
    font-size: 2rem;
    color:#fc6804;
    transition: all 0.2s;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px); 
}
li.lli_effect a:hover::before, 
li.lli_effect a:hover::after, 
li.lli_effect a:focus::before, 
li.lli_effect a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px); 
}



.lli_attr_nav {
    display: inline-block;
    margin-left: 10px;
    margin-right: -15px;
    width: 350px;
    position: absolute;
    right: 0%;
    top: -27.7%;
    background: #fc6804;
    padding: 5px;
}
.lli_attr_nav:before{
    content: "";
    width:0px;
    height: 0px;
    position: absolute;
    left:-49px;
    top:-1px;
    border-bottom: 51px solid #fc6804;
    border-left: 50px solid transparent;
}

.lli_attr_nav form{
    background: #fff;
    width:98%;
    float:right;
    margin: 0;
}

.lli_attr_nav form input[type='text']{
    background-color: transparent;
    padding: 10px 10px;
    width: 100%;
    border: 0;
}

.lli_attr_nav form input[type='submit']{
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(../images/serch.png) no-repeat center center #333;
    text-indent: -99999px;
    border: 0;
    outline: 0;
    padding: 10px 20px;
    z-index: 99;
}


/*-------------------------------------------------------------------*/
/* 6.HOME/ SLIDER
/*-------------------------------------------------------------------*/
.carousel-section {
    overflow: hidden;
    padding: 300px 0px 130px;
}
.carousel-razon .carousel-caption {
    position: static;
    text-align: center;
}
.carousel-razon .carousel-indicators {
    bottom: -130px !important;
}
.carousel-razon .carousel-indicators li {
    margin: 0 2px;
}
.carousel-indicators li{
    border: 1px solid #ffb902;
    border-radius: 0px;
    height: 5px;
    width: 30px;
}
.carousel-indicators .active {
    height: 5px;
    width: 30px;
    background-color: #ffb902;
}
.carousel-text span{
    color: #ffb902;
    text-transform: uppercase;
}
.carousel-text p{
    padding-top: 30px;
}
.carousel-text a{
    margin-top: 30px;
}

/*-------------------------------------------------------------------*/
/* TIMELINE
/*-------------------------------------------------------------------*/



.step p {
  font-size: 16px;
  text-transform: none;
 
  font-weight: 400;
  margin-bottom: 75px;
}

.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 3px;
  background-color:#ffb902;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  /*z-index: 100; */
  background-color: #fed136;
  color: white;
  border-radius: 100%;
  border: 7px solid #ffb902;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}


/*-------------------------------------------------------------------*/
/*  7.MODAL
/*-------------------------------------------------------------------*/ 

.modal-title{
    text-align: center;
}

.modal-body input{
  color: black;
  display: block;
  margin: 1em auto;
  padding: 0.5em 0.25em;
  border: none;
  border-radius: 0.2em;
  font-size: 20px;
  text-align: center;
  box-shadow: 0 0 1em 0.25em rgba(0, 0, 0, 0.2);

}

.modal-body button{
    display: block;
    margin: auto;
}

.modal-body p{
    text-align: justify;
    color: black;
}

.modal-body h2 {
  color: black;
}




/*-------------------------------------------------------------------*/
/*  7.PRIEMUSISTVA
/*-------------------------------------------------------------------*/ 

.space90 {
    margin-bottom: 90px;
}

.space60 {
    margin-bottom: 60px;
}


.features-left i {
  font-size: 50px;
  float: right;
  color: #8dc73f;
}

.features-left h3,
.features-left p {
  /*margin-right: 75px;*/
  text-align: right;
  margin-bottom: 20px;
}

.features-left h3 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 30px 0 15px 0;
}

.features-right i {
  font-size: 50px;
  float: left;
  color: #8dc73f;
}

.features-right h3,
.features-right p {
  /*margin-left: 75px;*/
  margin-bottom: 20px;
}

.features-right h3 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 30px 0 15px 0;
}

.text-muted{
	color: #000000;
}


.menu-menu{
	color: white;
}

/*-------------------------------------------------------------------*/
/*  7.VIDEO
/*-------------------------------------------------------------------*/ 


#video{
     width:100%; 
     height:100%;
}


.video{
    padding: 100px 0px;
}


.macbook {
  padding: 4% 6%;
  margin: 0 auto;
  max-width: 800px;
}

.screen {
  background: #000;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  margin: 0 auto;
  /* for aspect ratio */
  position: relative;
  width: 80%;
}

.screen:before {
  border: 2px solid #cacacc;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  content: "";
  display: block;
  /* for aspect ratio ~67:100 */
  padding-top: 67%;
}

.screen:after {
  content: "";
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0.75%;
  left: 0.5%;
  padding-top: 1%;
  width: 99%;
}

.viewport {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 4.3% 3.2%;
  background: #333;
}

.base {
  /* for aspect ratio */
  position: relative;
  width: 100%;
}

.base:before {
  content: "";
  display: block;
  /* for aspect ratio ~33:1000*/
  padding-top: 3.3%;
  /* stylin */
  background: linear-gradient(#eaeced, #edeef0 55%, #fff 55%, #8a8b8f 56%, #000ba0 61%, #4B4B4F 84%, #262627 89%, rgba(0, 0, 0, .01) 98%);
  border-radius: 0 0 10% 10%/ 0 0 50% 50%;
}

.base::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.8) 0.5%, rgba(0, 0, 0, 0.4) 3.3%, transparent 15%, rgba(255, 255, 255, 0.8) 50%, transparent 85%, rgba(0, 0, 0, 0.4) 96.7%, rgba(255, 255, 255, 0.8) 99.5%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  height: 53%;
  position: absolute;
  top: 0;
  width: 100%;
}

.notch {
  background: #ddd;
  border-radius: 0 0 7% 7% / 0 0 95% 95%;
  box-shadow: -5px -1px 3px rgba(0, 0, 0, 0.2) inset, 5px -1px 3px rgba(0, 0, 0, 0.2) inset;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3.5%;
  z-index: 2;
  /* for aspect ratio */
  position: relative;
  width: 14%;
}

.notch:before {
  content: "";
  display: block;
  /* for aspect ratio ~1:10 */
  padding-top: 10%;
}


/* Screenshot Hover Scroll Additions
-------------------------------------------------------------- */

.macbook .viewport {
  transition: background-position 3s ease;
  background-position: 0 0;
  background-size: 100% auto;
  overflow: hidden;
  cursor: pointer;
}

.macbook:hover .viewport {
  background-position: 0 100%;
}

.macbook .viewport:after {
  background: radial-gradient(circle at right bottom, transparent 75%, rgba(255, 255, 255, 0.05) 75%, transparent);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}


/*-------------------------------------------------------------------*/
/*  7.SERVICES
/*-------------------------------------------------------------------*/


.services{
    margin-top: 1px;
    
    padding: 100px 0px;
    background-color: #f2f5f7;
}


.service-item {
    margin-top: 20px;
    overflow:hidden;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.minheight{
    min-height: 440px;
}
.service-item .thumbnail {
    position:relative;
    padding:0;
    margin:0;
    border:0;
    border-radius:0;
    box-shadow:none;
    background:0 0
}
.service-item figure {
    margin:0 0 32px;
}
.service-item figure img {
    width:100%;
}
.service-item .thumbnail .caption {
    padding:0;
    overflow:hidden;
}
.service-item .thumbnail .caption a {
    font-size: 14px;
    font-weight: 700;
    color:#2c3e50;
    text-transform:uppercase;
    -webkit-transition:all .25s;
    transition:all .25s
}
.service-item .thumbnail .caption a:hover {
    color:#ffb902;
    text-decoration: none;
}
.service-item .thumbnail .caption p {
    margin-top:12px;
}
/*-------------------------------------------------------------------*/
/*  8.PORTFOLIO / WORKS
/*-------------------------------------------------------------------*/

.work{
    padding: 100px 0px;
    margin-bottom: 1px;
    /*border-bottom: 2px solid #ffb902;*/
}
.work h3{
    margin-top: 0px;
}
#grid .mix{
    display: none;
    opacity: 0;
}
/* Filter */
.portfolio-filters{
    list-style: none;
    padding: 0;
}
.portfolio-filters li{
    display: inline-block;
    border:1px solid #eeeeee;
    padding: 3px 10px;
    cursor: pointer;
    font-size: 12px ;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
    color:#000;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.portfolio-filters li:hover,.portfolio-filters li.active{
    background-color: #ffb902;
    color:#fff;
    border-color:#ffb902;
}
.portfolio-items figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    margin: -0.135em;
    text-align: center;
    cursor: pointer;
}
.portfolio-items figure img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition:all 400ms linear; 
    -moz-transition:all 400ms linear; 
    -o-transition:all 400ms linear; 
    -ms-transition:all 400ms linear; 
    transition:all 400ms linear;
}
.portfolio-items figure figcaption {
    color: #fff;
    font-size: 14px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.portfolio-items figure figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.portfolio-items figure h4 {
    font-weight: 500;
    text-transform: uppercase;
    padding: 7px;
    font-size: 15px;
}
.portfolio-items figure figcaption h4 a{
    color: #fff;
}
figure.port-effect {
    background: #000;
}
figure.port-effect figcaption {
    top: auto;
    bottom: 0;
    height: auto;
    background: #ffb902;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
figure.port-effect:hover img{
    opacity: 0.8;
    -webkit-transform: scale(1.3) rotate(4deg);
    -moz-transform: scale(1.3) rotate(4deg);
    -ms-transform: scale(1.3) rotate(4deg);
    -o-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg);
}
figure.port-effect:hover figcaption{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
@media (max-width: 1024px) {
    .portfolio-items figure h4 {
        font-size: 14px;
        padding: 5px;
    }
}
@media (max-width: 640px) {
    .portfolio-items figure h4 {
        font-size: 12px;
        padding: 4px;
    }
}


/*-------------------------------------------------------------------*/
/*  9.HERO-SECTION
/*-------------------------------------------------------------------*/
.hero-section {
    background-color: #ffb902;
    padding: 20px 0px;
    position: relative;
    z-index: 600;
    color: #fff;
    text-align: center;
}
.hero-section h3{
    margin-top: 10px;
}
.hero-section a{
    margin-top: 22px;
}
/*-------------------------------------------------------------------*/
/*  10.FUN-FACTS
/*-------------------------------------------------------------------*/
.fun-fact{
    background:url("../img/pattern.png"),url("../img/img.png");
    padding: 100px 0;
    text-align: center;
}
.fun-fact h5{
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(255,255,255,0.77);
    text-transform: uppercase;
}
.fun-fact i{
    color:#ffb902;
    font-size: 40px;
}
.fun-fact h1{
    color: #ffb902;
}
/*-------------------------------------------------------------------*/
/*  11.ABOUT
/*-------------------------------------------------------------------*/
.about{
    position: relative;
    padding: 100px 0px;
    margin: 1px 0px;
    border-top: 2px solid #ffb902;
    border-bottom: 2px solid #ffb902;
}
.about-us h2{
    color: #4c4c4c;
    text-transform: uppercase;
    margin-top: 0px;
}
.about-us h2 strong {
    height: 6px;
    width: 10%;
    background: #ffb902;
    position: relative;
    display: block;
    margin-top: 18px;
}
.about-us h2 strong span {
    position: absolute;
    top: 0;
    left: 0;
    width: 69px;
    height: 100%;
    background: #ffb902;
    display: inline-block;
}
.about-us a{
    margin-top: 20px;
}
.about-us p span {
    font-size: 24px;
    background: #ffb902;
    color: #fff;
    font-weight: 300;
    padding: 4px 8px;
    border-radius: 3px;
    float: left;
    display: block;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}
/* TEAM */
.team{
    text-align: center;
    padding-top: 100px;
}
.team img{
    width: 180px;
    height: 180px;
}
.team-member:hover h4{
    color: #ffb902;
}
.team p{
    padding: 10px;
}
.team h6{
    color: #bbb;
}
.member {
    padding: 5px;
    width: 190px;
    height: 190px;
    border-bottom: 1px solid #bbb;
    background: #eee;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    overflow: hidden;
    display: inline-block;
}
.circle-img {
    border-radius: 100%;
    -moz-border-radius: 100%;
}
/*-------------------------------------------------------------------*/
/*  12.TESTIMONIALS
/*-------------------------------------------------------------------*/
.testimonials{
    background:url("../img/pattern.png"),url("../img/img.png");
    padding: 100px 0;
}
.testimonials h5{
    color:#fff;
    font-weight: 300;
    line-height: 20px;
    color: rgba(255,255,255,0.77);
}
.testimonials i{
    color:#ffb902;
    font-size: 30px;
}
.testimonials p{
    color:#ffb902;
}
/*-------------------------------------------------------------------*/
/*  13.PRICING
/*-------------------------------------------------------------------*/

.pricing{
    padding: 100px 0px;
    text-align: center;
    margin: 1px 0px;
    /*border-top: 2px solid #ffb902;*/
}

.pricing ul li{
    font-size: 14px;
}
.pricing-features {
    background-color: #f2f5f7;
    padding: 0px 0px 40px 0px;
    margin-top: 30px;
}
.pricing-features ul{
    padding: 30px 0px;
}
.pricing-features li{
    padding: 10px 20px;
}
.pricing-features li i, .features li i {
    margin-right: 15px;
    color: #000;
}
.pricing-features a{
    background-color: #333b4d;
    padding: 10px 50px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
}
.pricing-features a:hover{
    background-color: #ffb902;
    text-decoration: none;
}
.pricing_head{
    background-color: #333b4d;
    padding: 20px 0px;
    color: #fff;
}
.pricing_head .pricing_currency{
    position: relative;
    top: -25px;
    font-size: 20px;
    font-weight: 400;
}
.pricing_head .pricing_amount-2{
    font-size: 60px;
    line-height: 60px;
    padding-left: 5px;
}
.pricing-features:hover .pricing_head,.pricing-features:hover a{
    background-color: #ffb902;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*-------------------------------------------------------------------*/
/*  14.NEWS-LETTER
/*-------------------------------------------------------------------*/

.newsletter{
    background-color: #ffb902;
    padding: 40px 0px;
}
.newsletter i{
    padding-right: 15px;
}
.newsletter h3{
    color: #ffffff;
    margin: 0px;
    padding-top: 5px;
}
.news-form input{
    height: 40px;
    border: 1px solid #000;
    background-color: rgba(255,255,255,0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.news-form input:focus{
    outline: none;
    border: 1px solid #333b4d;
    box-shadow: none;
    background-color: #ffffff;
}
.news-form button,.news-form button:focus{
    height: 40px;
    background-color: #333b4d;
    border-color: #333b4d;
    color: #ffffff;
    outline: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.news-form button:hover{
    color: #000;
    background-color: transparent;
    border: 1px solid #000000;
}
/*-------------------------------------------------------------------*/
/*  15.BLOG / BLOG-POST
/*-------------------------------------------------------------------*/
.blog{
    background: url("../img/pattern.png"),url("../img/img.png");
    padding: 100px 0;
}
.blog h3,.blog p{
    color: #ffffff;
}
.blog-box{
    background-color: #ffffff;
    padding: 10px; 
    text-align: center;
    margin-top: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.blog-box img{
    width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.blog-box h4 a{
    color: #000;
}
.blog-box h6{
    color: #bbb;
    font-weight: 300;
}
.blog-box p{
    color: #777;
    margin-top: 20px;
}
/* BLOG-POST */
.blog-post{
    padding: 100px 0px;
    margin: 1px 0px;
    border-top: 2px solid #ffb902;
    border-bottom: 2px solid #ffb902;
}
.blog-post img{
    margin: 15px 0px;
}
.blog-header{
    background: url("../img/pattern.png"),url("../img/img.png");
    padding: 170px 0px 100px 0px;
}
.blog-header h2{
    margin-top: 0px;
    color: #ffffff; 
}
.blog-header h5{
    color: #ffffff;
    margin-top: 30px;
    font-weight: 100;
}
.blog-detail{
    padding-top: 0px;
    color: #ffffff;
    font-size: 14px;
}
.blog-detail span{
    margin-right: 20px;
}
.blog-detail span:last-of-type{
    margin-right: 0px;
}
.blog-a{
    color: #ffb902;
}
.blog-post-p{
    color: #bbb;
    font-size: 12px;
    padding: 0px 20px;
    line-height: 15px;
    text-align: center;
}
.blog-a:hover{
    color: rgba(33,194,131,0.7);
    text-decoration: none;
}
.blog-detail span i{
    padding-right: 5px;
}
.blog-post .tags a {
    height: 35px;
    font-size: 11px;
    line-height: 35px;
    color: #90979f;
    background: #f2f5f7;
    padding: 6px 12px;
    margin-right: 5px;
}
.blog-post .tags a:hover{
    color: #ffb902;
    text-decoration: none;
}
/*-------------------------------------------------------------------*/
/*  16.CONTACT
/*-------------------------------------------------------------------*/

#formcontact{
    border: none !important;
 

}

.contact{
    text-align: center;
    padding: 100px 0px;
    margin: 1px 0px;
    /*border-top: 2px solid #ffb902;
    border-bottom: 2px solid #ffb902;*/
}
.contact h4{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #ffb902;
}
.contact i{
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 36px;
    color: #ffb902;
}
.contact ul {
    margin: 0;
    padding: 0;
}
.contact li a{
    text-decoration: none;
    color: #7a869e;
}
a.support {
    font-size: 28px;
    line-height: 30px;
    display: block;
    color: #7a869e;
    text-decoration: none;
}
.contact input {
    width: 100%;
    height: 43px;
    margin-bottom: 20px;
    line-height: 20px;
    padding-left: 15px;
    font-size: 15px;
    color: #000000;
}
.contact .validation {
    border: 1px solid #ff0000;
}
.contact textarea {
     width: 100%;
    height: 170px;
    margin-bottom: 15px;
    padding: 15px 55px 15px 15px;
    font-size: 15px;
    color: #000000;
    line-height: 28px;
}
textarea {
    resize: none;
}
.contact input:focus,.contact textarea:focus,.contact input:active,.contact textarea:active{
    border: 1px solid #ffb902;
    outline: none;
}
.contact p {
    float: none;
    color: #ffffff;
    display: inline-block;
}
#successmsg1 {
    margin-top: 20px;
    font-size: 18px;
    color: #ffb902;
    padding: 10px 0 10px;
    text-transform: uppercase;
    display: none;
    text-align: center;
}
/*-------------------------------------------------------------------*/
/*  17.FOOTER
/*-------------------------------------------------------------------*/
.footer{
    background-color: #000;
    padding: 50px 0px;
}
.footer ul{
    margin-bottom: 0px;
    margin-top: 8px;
}
.social li{
    padding-right: 0px;
}
.social li a {
    font-size: 16px;
    padding: 8px 10px;
    border-radius: 3px;
    color: rgba(255,255,255,0.5);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.social li a:hover {
    text-decoration: none;
    color: #ffb902;
}
.footer p{
    color: #ffffff;
    font-size: 12px;
    padding-top: 10px;
    margin-bottom: 0px;
}
/*-------------------------------------------------------------------*/
/*  18.BACK-TO-TOP
/*-------------------------------------------------------------------*/
.back-to-top {
    width: 40px;
    height: 50px;
    position: fixed;
    bottom: 0px;
    right: 20px;
    display: none;
    background:  #ffb902;
    text-align: center;
    z-index: 10000;
}
.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 33px;
}
.back-to-top:hover {
   background: #ffb902
}



.lexprofit-form-call-btn {
  font-size: 50px;
}

.lexprofit-form-call-wrapper {
  display: block;
  background: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: static;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
  font-style: normal;
  text-transform: none;
  height: auto;
  width: auto;
  max-width: none;
  max-height: none;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  outline: 0;
  overflow: visible;
  text-decoration: none;
  vertical-align: top;
  word-spacing: normal;
  letter-spacing: normal;
}

.lexprofit-form-call-wrapper * {
  transition: 0.5s;
}

.lexprofit-form-call-wrapper i{
  color: white;
}

.lexprofit-form-call-wrapper {
  /*color: rgb(220,220,226);*/
  position: fixed;
  bottom:  10%;
  right: 10%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 10px;
  line-height: 80px;
  -webkit-font-smoothing: antialiased;
  z-index: 1000;
  cursor: pointer;
}

.lexprofit-form-call-wrapper:after,
.lexprofit-form-call-wrapper:before {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  transform-origin: center center;
  box-sizing: border-box;
  z-index: 9;
  transition: 0.5s;
}

.lexprofit-form-call-wrapper:after {
  background: #ffb902;
  animation: lexprofitBackAnim 3s linear infinite;
}

.lexprofit-form-call-wrapper:before {
  border: 1px solid #ffb902;
  animation: lexprofitBorderAnim 3s -0.5s linear infinite;
}

.lexprofit-form-call-wrapper .lexprofit-form-call-btn {
  z-index: 10;
  position: absolute;
  background-color: #ffb902;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}


.lexprofit-form-call-wrapper:hover .lexprofit-form-call-btn {
  background-color: #ffb902;
}
.lexprofit-form-call-wrapper:hover:after {
  background-color: #ffb902;
}
.lexprofit-form-call-wrapper:hover:before {
  border-color: #ffb902;
}
.lexprofit-form-call-wrapper:hover .lexprofit-form-call-btn {
  animation: lexprofitBoundingAnim 1s linear infinite;
}
/*
 * Animations
 */
@keyframes lexprofitBackAnim {
  0% {
    transform: scaleX(0.7) scaleY(0.7);
  }
  25% {
    transform: scaleX(1.2) scaleY(1.2);
  }
  50% {
    transform: scaleX(1.5) scaleY(1.5);
  }
  65% {
    transform: scaleX(1.2) scaleY(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.7) scaleY(0.7);
    opacity: 0.0;
  }
}
@keyframes lexprofitBorderAnim {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  50% {
    transform: scaleX(1.5) scaleY(1.5);
  }
  100% {
    transform: scaleX(2) scaleY(2);
    opacity: 0.0;
  }
}
@keyframes lexprofitBoundingAnim {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(15deg);
  }
  30% {
    transform: rotate(0deg);
  }
  45% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(0deg);
  }
}


.lang_active>a{
	color: #ffb902 !important;
}