nav,body {
	font-family: 'Fira Sans', sans-serif;
}

.noutatirow {
      background-color: #fff;
    padding: 30px;
    border: 7px double #3a3a3a;
}

.titluincurands {
      text-align: center;
    color: #3a3a3a;
    font-size: 35px;
    text-transform: uppercase;
    margin-top: 30%;
}

.telefonnumere a {
  color:#b3aca7
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;

    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #36c6f4;

        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite; 
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #fff;

        -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);          }
        100% {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);  
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
          transform: rotate(0deg);         }
        100% {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);  
            transform: rotate(360deg);  
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0); 
        transform: translateX(0);
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }


.feed {
  margin:40px auto;
  width: 50%;

}

.detaliipub {
    background-color: #191919;
    padding: 18px;
    text-align: center;
    margin-bottom: 40px;
}

.detaliipub h2 {
      color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.detaliipub p {
    font-size: 16px;
    margin-top: 8px;
    color: #36c6f4;
}

.hoverpub:hover img {
 opacity: 0.7;
}

#section2 h1, #section3 h1, #section4 h1 {
    text-align: left;
    padding: 0px 50px;
}

.copyright h2 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #2d2d2d;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 23px;
}

.copyright p {
      text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 17px;
    color:#fff;
}

.navbar-nav>li>.dropdown-menu {
      background-color: #fff;
    margin-top: 10px;
    left: 2%;
    border-top: 1px solid #36c6f4;
    border-bottom: 1px solid #36c6f4;
    border-radius: inherit;
    min-width: 130px;
}


.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
}

.navhome {
    background-color: transparent !important;
    border: none;
    padding: 10px 0;
}

.navbar-brand>img {
  width:120px;
}

.navbar-brand {
	font-family: 'Droid Serif', serif;
	font-weight: bold;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
}

.nav>li>a {
	display: inline;
}

.navbar-nav>li>a {
	padding:0;
}


.navbar-default .navbar-brand {
    color: #fff;
    font-size: 45px;
    padding: 5px;
    margin-left: 0 !important;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #d0d0d0;}

.butonpromovare {
	padding: 10px 50px !important;
    margin: 20px;
    border: solid 4px #fff;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    text-transform: uppercase;
}

.butonpromovare:hover {
	background-color: #fff !important;
	color:#3a3a3a !important;
	text-decoration: none;

}

#myVideo{
			position: absolute;
			z-index: 4;
			right: 0;
			bottom: 0;
			top:0;
			right:0;
			width: 100%;
			height: 100%;
			background-size: 100% 100%;
	 		background-color: black; /* in case the video doesn't fit the whole page*/
	  		background-image: /* our video */;
	  		background-position: center center;
	  		background-size: contain;
	   		object-fit: cover; /*cover video background */
		}

/*Glitch Effect*/

.medium {
	padding: 20px 0;
}

.glitch {
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  text-decoration: none;
  color: #fff;
}
.glitch:before, .glitch:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
}
.glitch:after {
  color: #f0f;
  z-index: -2;
}
.glitch:before {
  color: #0ff;
  z-index: -1;
}
.glitch:hover:before {
  -webkit-animation: glitch-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
          animation: glitch-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
}
.glitch:hover:after {
  -webkit-animation: glitch-left-2 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
          animation: glitch-left-2 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
}


.medium .glitch {
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff !important;
  margin: 10px 20px;
}
.despre .glitch:before, .despre .glitch:after {
  content: 'Despre';
}


.portofoliu .glitch:before, .portofoliu .glitch:after {
  content: 'Portofoliu';
}


.contact .glitch:before, .contact .glitch:after {
  content: 'Contact';
}

.noutati .glitch:before, .noutati .glitch:after {
  content: 'Noutati';
}

.medium .glitch:after {
  color: #ececec;
}
.medium .glitch:before {
  color: #ececec;
}
.medium .glitch:hover:before {
  -webkit-animation: glitch-medium 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
          animation: glitch-medium 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
}
.medium .glitch:hover:after {
  -webkit-animation: glitch-medium 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
          animation: glitch-medium 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
}


@-webkit-keyframes glitch-medium {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-1px, 2px);
            transform: translate(-1px, 2px);
  }
  40% {
    -webkit-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -1px);
            transform: translate(2px, -1px);
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes glitch-medium {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-1px, 2px);
            transform: translate(-1px, 2px);
  }
  40% {
    -webkit-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -1px);
            transform: translate(2px, -1px);
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes glitch-left {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  33% {
    -webkit-transform: translate(-5px, 3px);
            transform: translate(-5px, 3px);
  }
  66% {
    -webkit-transform: translate(5px, -3px);
            transform: translate(5px, -3px);
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes glitch-left {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  33% {
    -webkit-transform: translate(-5px, 3px);
            transform: translate(-5px, 3px);
  }
  66% {
    -webkit-transform: translate(5px, -3px);
            transform: translate(5px, -3px);
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes glitch-left-2 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  33% {
    -webkit-transform: translate(-5px, -3px);
            transform: translate(-5px, -3px);
  }
  66% {
    -webkit-transform: translate(5px, 2px);
            transform: translate(5px, 2px);
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes glitch-left-2 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  33% {
    -webkit-transform: translate(-5px, -3px);
            transform: translate(-5px, -3px);
  }
  66% {
    -webkit-transform: translate(5px, 2px);
            transform: translate(5px, 2px);
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}




/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


	/* Backgrounds will cover all the section
	* --------------------------------------- */
	#section1,
	#section2,
	#section3,
	#section4,
	#section5{
		background-size: cover;
		overflow: hidden;
	}

	/* Defining each section background and styles
	* --------------------------------------- */
	#section1{
		    background-image: url(../images/poster.jpg);
    background-size: cover;
    background-position: center;
	}
	#section2{
		background-image: url('../images/section-3.jpg');
		padding: 6% 0 0 0;
	}
	#section3{
		background-image: url('../images/section-2.jpg');
		padding: 6% 0 0 0;
	}

	#section4{
		background-image: url('../images/section-1.jpg');
		padding: 6% 0 0 0;
	}

	#section5{
		background-image: url('../images/section-4.jpg');
		padding: 6% 0 0 0;
	}



	#section1 h1{
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 50%;
		color: #fff;
		z-index: 10;
	}

	#section2 .intro{
    position: absolute;
    left: 5%;
    margin: 0 auto;
    top: 35%;
    width: 30%;
	}
	#section2 h1,{
		text-shadow: 1px 5px 20px #000;
	}

	#section3 h1,{
		text-shadow: 1px 5px 20px #000;
		color: #fff;
	}

	#section3 .intro {
	position: absolute;
    right: 5%;
    margin: 0 auto;
    top: 35%;
    width: 30%;
	}

	#section4 .intro {
	position: absolute;
    left: 5%;
    margin: 0 auto;
    top: 25%;
    width: 30%;
	}

	#section5 .intro {
	position: absolute;
    right: 5%;
    margin: 0 auto;
    top: 35%;
    width: 30%;
	}

	#infoMenu li a{
			color: #fff;
	}

  footer {
    position: fixed;
    bottom: 0;
    background-color: #191919;
    width: 100%;
    z-index: 1;
    padding: 10px 0;
  }

  .logofooter img {
    width: 100px;
  }

  .logofooter {
    color: #fff;
    font-family: 'Droid Serif', serif;
    font-weight: bold;
    font-size: 40px;
  }

    .logofooter:hover {
    color: #efefef;
    text-decoration: none;
    }

  footer p {
    text-align: center;
  }

/*Portofoliu*/


.flip-container {
  perspective: 1000;
  margin: 10px;
  float: left;  
}
/* turning on hover */

.flip-container:hover .flipper {
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
    width: 100%;
    height: 310px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
}
/* flipping speed here */

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
/* making the the other side hidden while flipping */

.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* front side is in front of a back side */

.front {
  /*z-index: 2;*/
  background-color: #191919;
}
/* back side */

.back {
  transform: rotateY(180deg);
  background-color: #191919;
}

.back p {
  font-size: 18px;
  margin-top: 0px;
  font-family: 'Kaushan Script', cursive;
  border: 1px solid white;
  border-radius: 20px;
  background-color: #333;
  color: white;
}

.front h3 {
    margin-top: 21px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}


.portofoliusocialsection {
  background-image: url('../images/socialback.png');
  background-repeat: repeat;
  background-attachment: fixed;
}

.titlusocialportofoliu {
    width: 500px;
    background-color: #191919;
    transform: rotate(-30deg);
    text-align: center;
    position: absolute;
    top: 60px;
    left: -100px;
    padding: 10px;
    z-index: 1;
}

.titlusocialportofoliu h1 {
    font-size: 41px;
}

.portofoliusocialsection {
      position: relative;
    padding: 5% 0;
}

.flipper .back .links {
    margin-top: 30%;
}

.back .links span a {
  text-decoration: none !important;
}

.back .links span:first-child {
    margin-right: 20px;
}

.back .links span a i {
  color:#fff;
}

.back .links span a:hover i {
  color:#36c6f4;
}


.back .links span a span {
    opacity: 0;
    display: inline-block;
    position: absolute;
    top: 20px;
    text-align: center;
    width: 120px;
    right: 0px;
    font-size: 17px;
    background-color: #36c6f4;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 300;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
}


.back .links span a:hover span {
-webkit-transition: all 0.6s linear;
-moz-transition: all 0.6s linear;
-ms-transition: all 0.6s linear;
-o-transition: all 0.6s linear;
transition: all 0.6s linear;
        opacity: 1;
    }

.titluport {
      font-size: 14px;
    position: absolute;
    right: 0;
    height: 30px;
    width: 90px;
    line-height: 30px;
    background-color: #36c6f4;
    top: 0px;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    color: #fff;
}

.buttonloadmore {
    text-align: center;
    margin-top: 40px;
}

.buttonloadmore a {
    color: #feffff;
    background-color: #191919;
    padding: 9px 35px;
    border-radius: 40px;
    border: 5px solid #fff;
    font-size: 17px;
}

.buttonloadmore a:hover {  
    background-color: #000;
    text-decoration: none;
}



.loadmorediv {
  display: none;
}


.fds {
  width: 200px;
}

.titluincurand {
  text-align: center;
    font-size: 44px;
    color: #3a3a3a;
    padding: 12%;
}

.containerweb {
  height: 240px;
}

.containerweb .front {
  height: 240px;
}

.containerweb .back{
  height: 240px;
}

.containerweb .back .links {
  margin-top: 20%;
}

/*form*/

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #bbb5af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #bbb5af;
}

input::placeholder, textarea::placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::placeholder, textarea::focus:placeholder {
  color: #bbb5af;
}

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
  color: #bbb5af;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: #cbc6c1;
}

input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
  color: #cbc6c1;
}

body {
  font-family: 'Lato', sans-serif;
  background: #e2dedb;
  color: #b3aca7;
}

header {
  position: relative;
  margin: 100px 0 25px 0;
  font-size: 2.3em;
  text-align: center;
  letter-spacing: 7px;
}

#form {
    position: relative;
    width: 510px;
    margin: 50px auto;
    text-align: center;
}

input {
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
      width: 510px;
  height: 50px;
  padding: 0px 15px 0px 15px;
  
  background: transparent;
  outline: none;
  color: #726659;
  
  border: solid 1px #b3aca7;
  border-bottom: none;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input:hover {
  background: #b3aca7;
  color: #e2dedb;
}


select {
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
      width: 510px;
  height: 50px;
  padding: 0px 15px 0px 12px;
  
  background: transparent;
  outline: none;
  color: #726659;
  
  border: solid 1px #b3aca7;
  border-bottom: none;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

select:hover {
  background: #b3aca7;
  color: #e2dedb;
}

textarea {
    width: 510px;
    max-width: 510px;
    height: 110px;
  max-height: 110px;
  padding: 15px;
  
  background: transparent;
  outline: none;
  
  color: #726659;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  
  border: solid 1px #b3aca7;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

textarea:hover {
  background: #b3aca7;
  color: #e2dedb;
}

#submit {
  
  padding: 0;
  margin: -5px 0px 0px 0px;
  
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  color: #b3aca7;
  
  outline:none;
  cursor: pointer;
  
  border: solid 1px #b3aca7;
  border-top: none;
}

#submit:hover {
  color: #e2dedb;
}


    .google-maps {
        position: relative;
        padding-bottom: 58%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
        margin-top: 1%;
    border: 4px double #191919;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

  .butongps {
    text-align: center;
    margin-top: 8px;
  }

.butongps a {
      text-align: center;
    background-color: #1f1f1f;
    color: #fff;
    text-decoration: none;
    padding: 11px 40px;
    font-size: 17px;
    border: 7px double #fff;
}

.butongps a:hover {
  background-color: #000;
}

@media screen and (max-width: 1366px) {
		
		h1 {
    font-size: 4em;
	}

	#section2 .intro {
    position: absolute;
    left: 1%;
    margin: 0 auto;
    top: 30%;
    width: 40%;
	}

	#section3 .intro {
    position: absolute;
    right: 1%;
    margin: 0 auto;
    top: 30%;
    width: 40%;
}


#section4 .intro {
    position: absolute;
    left: 1%;
    margin: 0 auto;
    top: 30%;
    width: 40%;
}

#section2 p, #section3 p, #section4 p {
	font-size: 15px;
}

#section2 h1, #section3 h1, #section4 h1 {
    text-align: left;
    padding: 0px 50px;
}

.portofoliusocialsection {
	padding: 8% 0 5% 0;
}

.bannerdespre h2 {
  font-size: 40px;
}

.titlusocialportofoliu h1 {
    font-size: 29px;
}

.titlusocialportofoliu {
  top: 40px;
  left: -130px;
}

}

@media screen and (max-width: 768px) {

  .glitch:before, .glitch:after {
    display: none;
  }

  .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #36c6f4 !important;}


  .logofooter {
    font-size: 26px;
  }


  #section1 h1 {
    top: 40%;
  }

.navbar-default .navbar-toggle {
    border-color: #fff;
    color: #fff;
}

#section1 h1 {
  font-size: 41px
}

#section2 .intro, #section3 .intro, #section4 .intro {
    top: 22%;
    width: 100%;
}


#section2 h1, #section3 h1, #section4 h1 {
  font-size: 40px;
}

#section2 p, #section3 p, #section4 p {
    font-size: 12px;
    text-align: justify;
}

.butonpromovare {
  font-size: 9px;
}

#section2 {
  background-position: 16%;
}

#section4 {
  background-position: 30%;
}

.copyright h2 {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: none;
    padding-bottom: 0px;
    font-size: 10px;
}

.copyright p {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 10px;
    color: #fff;
}

#pp-nav {
  display: none;
}

.navbar-nav>li {
  display: block;
  text-align: center;
  padding: 10px 0;
}

.navbar-collapse {
  margin-top: 20px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #36c6f4;
}

.responsivepromovare {
   border-radius: inherit;
    border: 2px solid #fff;
    display: block !important;
    text-align: center;
    font-size: 15px;
}

.navbar-default {
    background-color: rgba(0, 0, 0, 0.88) !important;
}

.sectiondespre {
    padding: 27% 0 14% 0;
  }

.bannerdespre h2 {
    font-size: 28px;
}

.textdespre {
  padding: 0 30px;
}

.titludespre {
  margin-top: 40px;
}

.desprecontainer {
    margin: 0;
  }

.desprepadding {
    padding: 0 40px 0 40px;
}

.echipa {
    width: 80%;
    margin: 40px auto;
    padding: 20px;
}


.sectioncontact {
    padding: 45% 0 30% 0;
}

.borderright {
    border-right: transparent;
    margin-bottom: 50px;
}

.topBefore {
  width:100% !important;
}

.topBefore input {
  width:100%;
}

.topBefore select {
  width: 100%;
}

.topBefore textarea {
  width: 100%;
}

.butongps {
    margin-top: 38px;
    margin-bottom: 38px;
}

#form {
    margin: 20px auto 50px auto;
}


.titlucontact {
  font-size: 19px;
}

.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{
  padding: 5px;
}

.navbar-nav .open .dropdown-menu {
  text-align: center;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #d4d4d4;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
  background-image: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
}


.titlusocialportofoliu {
    width: 100%;
    background-color: #191919;
    transform: none;
    text-align: center;
    position: relative;
    top: auto;
    left: 0;
    padding: 10px;
    z-index: 1;
    margin-bottom: 30px;
}

.flip-container, .front, .back {
  margin:20px 0;
  height: 290px;
}

.containerweb{
    height: 227px;
}

.containerweb .front{
    height: 227px;
}

.containerweb .back{
    height: 227px;
}

.containerweb .front h3 {
      font-size: 13px;
    margin-top: 25px;
}

.process-details .pas1, .process-details .pas2, .process-details .pas3, .process-details .pas4, .process-details .pas5, .process-details .pas6, .process-details .pas7, .process-details .pas8, .process-details .pas9, .process-details .pas10, .process-details .pas11, .process-details .pas12, .process-details .pas13, .process-details .pas14, .process-details .pas15, .process-details .pas16, .process-details .pas17, .process-details .pas18{
  position: relative;
}

.process-details .pas1, .process-details .pas2, .process-details .pas3, .process-details .pas4, .process-details .pas5, .process-details .pas6, .process-details .pas7, .process-details .pas8, .process-details .pas9, .process-details .pas10, .process-details .pas11, .process-details .pas12, .process-details .pas13, .process-details .pas14, .process-details .pas15, .process-details .pas16, .process-details .pas17, .process-details .pas18 {
    background-color: #fff;
    margin: 3%;
    border: 4px double #7e7e7e;
    padding: 30px !important;
    margin-bottom: 70px;
}

.heading img {
    width: 65px !important;
    left: -30px !important;
}

.process-details {
  padding:1em !important;
}

.pointer {
  height: 30px;
}

.feed {
  margin:40px auto;
  width: 100%;

}

.social-feed-element .pull-left {
      float: none !important;
    text-align: center;
    margin: 20px auto !important;
    display: block;
    width: 50px;
}

.social-feed-element .author-title {
  font-size: 13px;
}


.media-body p i {
      padding: 4px 7px !important;
    font-size: 9px !important;
}

.social-feed-element .muted {
  position: absolute;
  top: 0
}

.social-feed-element .content {
  position: relative;
}

.social-feed-element p.social-feed-text {
  font-size: 12px !important;
      margin-top: 20px !important;
    border-top: 1px solid #000;
    padding-top: 10px;
}

}