
/*** General Queries Styles from 0 to maximum 991px  ***/
@media only screen and (max-width: 991px)  {
  
  .navbar-nav {
    text-align: center;
  }
  
  .navbar-brand {
    border-top: none;
    border-bottom: none;
    text-align: center;
  }
  
  .aboutImage {
    margin: 0 auto;
    display: block;
  }
  
  .titleMessage .heading .main {
	font-size: 40px;
  }
  
  .titleMessage .heading .sub {
	font-size: 17px;
  }
  
  .slides-navigation .prev,
  .slides-navigation .next {
    width: 28px;
    height: 28px;
  }
  
  
  
  /*** Mobile Navigation ***/
  #navigation li a {
	
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
  
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    text-decoration: none;
    color: rgba(255, 255, 255, .5);
    
  }
  
  #navigation li a.despre {
    
    color: white;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    
    
  }

  #navigation li a.despre:hover {
    
    color: white;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    
  }
  
  .slides-navigation {
    position: absolute;
    top: 48%;
  }
  
}

/*** Medium devices (Large Phones)  ***/
@@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .aboutImage {
    padding-top: 40px;
  }
}

/*** Medium devices (Large Phones)  ***/
@media only screen and (min-width: 576px) and (max-width: 769.98px) {
  
  .description {
    text-align: center;
  }

  .centerDiv {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
  }
  .col-sm-10 {
    margin-top: 1.5rem;
  }
}


/*** Small devices (phones)  ***/
@media screen and (max-width: 576px) {
  
  .description {
    padding-top: 20px;
    text-align: center;
  }
  
  .slides-navigation {
    position: absolute;
    top: 54%;
  }
  
  .titleMessage .heading .sub {
    font-size: 14px;
    padding: 0 20px;
  }
  
  .titleMessage .heading .main {
	  font-size: 30px;
  }
  
  #navigation li a {
    font-size: 10px;
  }
  
  .navbar-toggler {
    font-size: 1.1rem;
  }
  
  .paddingSection h2 {
    font-size: 1.5rem;
  }
  
  .aboutDescription h4 {
    font-size: 1.3rem;
    padding: 10px 30px;
    text-align: center;
  }
  
  .aboutDescription p {
    padding: 2px 20px;
    
  }

  .items .icons {
    position: absolute;
    width: 90px;
    height: 40px;
    left: 55%;
    top: 50%;
    margin: -20px auto 0 -47px;
    text-align: center;
    z-index: 3;
  }
  
}

/*** VERRY VERRY Small devices (phones)  ***/
@media only screen and (min-width: 0px) and (max-width: 411px) {
  
  .carteVizita {
    width: 290px;
  }
  
  .titleMessage .heading .sub {
    font-size: 12px;
    padding: 0 15px;
    line-height: 2;
  }
  
  .titleMessage .heading .main {
    font-size: 22px;
  }

 
  
}

/*** Medium devices (Tablets)  ***/
@media only screen and (max-width: 768px) {
  
  h4.description {
    padding-top: 50px;
    margin-bottom: 10px;
  }

  p {
    margin-bottom: .4rem;
  }
  
}

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

  .navbar-brand {
    font-size: .9rem;
  }

  .carteVizita {
    width: 270px;
  }

}
























