/* ###########################################################################################################
   ###########################################################################################################
   ###########################################################################################################
   ###########################################################################################################
   ###########################################################################################################
   ########################################### VARIABLES #####################################################
   ###########################################################################################################
   ########################################################################################################### 
   ########################################################################################################### 
   ########################################################################################################### 
   ########################################################################################################### */
/* ###########################################################################################################
   ###########################################################################################################
   ###########################################################################################################
   ###########################################################################################################
   ###########################################################################################################
   ########################################### COMMON CLASSES ################################################
   ###########################################################################################################
   ########################################################################################################### 
   ########################################################################################################### 
   ########################################################################################################### 
   ########################################################################################################### */
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
/* ###########################################################################################################
   ###########################################################################################################
   ###########################################################################################################
   ###########################################################################################################
   ###########################################################################################################
   ########################################### SMARTPHONES ###################################################
   ###########################################################################################################
   ########################################################################################################### 
   ########################################################################################################### 
   ########################################################################################################### 
   ########################################################################################################### */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /******************************    CLASSES FOR SMARTPHONES     ******************************/
  .hidden-on-xs {
    display: none !important;
    visibility: hidden !important;
  }
  .showing-on-xs {
    display: table !important;
  }
  .hide-on-xs {
    display: none !important;
  }
  .show-on-xs {
    display: block !important;
  }
  /******************************    MAIN MENU     ******************************/
  #menu-slider {
    width: 60%;
    min-width: 160px;
  }
  #menu-slider .wrap-exit a#slider-exit {
    right: 0.5rem;
    top: 0.5rem;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  #menu-slider .wrap-exit a#slider-exit:hover {
    color: #171717;
  }
  #menu-slider ul {
    padding: 10% 0;
  }
  #menu-slider ul li {
    margin-bottom: 12px;
  }
  #menu-slider ul li a {
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #menu-slider ul li a:hover {
    color: #171717;
  }
  #menu-slider ul li:hover {
    padding-left: 6px;
  }
  #menu-slider .languages {
    bottom: 10px;
  }
  #menu-slider .languages a {
    font-size: 10px;
  }
  #overlay-menu .close-overlay {
    right: 0.5rem;
    top: 0.5rem;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
  #overlay-menu .overlay-menu-inner .logo-overlay {
    height: 36px;
    margin-top: 10px;
  }
  #overlay-menu .overlay-menu-inner .wrap-languages {
    margin-top: 20px;
  }
  #overlay-menu .overlay-menu-inner .wrap-languages .language-item {
    margin: 0 auto 20px;
  }
  #overlay-menu .overlay-menu-inner .wrap-languages .language-item a {
    width: 120px;
    font-size: 18px;
  }
  #overlay-menu .overlay-menu-inner .wrap-languages .language-item a::before {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  #overlay-menu .overlay-menu-inner .wrap-languages .language-item a::after {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
  #overlay-menu .overlay-navigation-footer {
    bottom: 5px;
  }
  #overlay-menu .overlay-navigation-footer .font-alt {
    font-size: 10px;
  }
  nav.navbar-home {
    padding: 10px 10px;
  }
  nav.navbar-home .container .navbar-header .navbar-brand {
    padding: 10px 3px 0 3px;
  }
  nav.navbar-home .container .navbar-header .navbar-brand img {
    height: 30px;
  }
  nav.navbar-home .container .navbar-nav li a#open-menu span.icon-bar {
    width: 30px;
    height: 4px;
  }
  nav.navbar-inside {
    padding: 10px 30px 10px ;
  }
  nav.navbar-inside .container .navbar-header .navbar-brand {
    padding: 7.5px 0 0 0;
  }
  nav.navbar-inside .container .navbar-header .navbar-brand img {
    height: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  nav.navbar-inside .container .navbar-nav li a#open-menu {
    padding: 15px 3px 0 3px;
    right: 0;
  }
  nav.navbar-inside .container .navbar-nav li a#open-menu span.icon-bar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #696867;
    width: 30px;
    height: 3px;
  }
  /******************************    COMMON ELEMENTS     ******************************/
  .wrap-arrow {
    right: 3%;
    bottom: 3%;
  }
  .wrap-arrow .container .arw-sect {
    padding: 10px 15px;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
  .wrap-arrow-prev {
    right: 3%;
    bottom: 3%;
  }
  .wrap-arrow-prev .container .arw-sect-prev {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    right: 30px;
    bottom: 2px;
  }
  .title-section {
    font-size: 30px;
  }
  .common-text {
    font-size: 14px;
  }
  .wrap-title .title-sect {
    font-size: 30px;
    line-height: 45px;
  }
  .wrap-title .subtitle-sect {
    font-size: 12px;
  }
  .module {
    padding: 70px 0;
  }
  .wrapper {
    background: #252729;
  }
  .alerts {
    min-height: 80px;
    height: auto;
  }
  .alerts p {
    font-size: 12px;
  }
  /******************************    HOME     ******************************/
  #hero .hero-caption {
    width: 100%;
  }
  #hero .hero-caption .hero-text {
    width: 100%;
    bottom: 10%;
    right: 5%;
  }
  #hero .hero-caption .hero-text span.hero-txt {
    text-align: right;
    font-size: 30px;
    line-height: 40px;
  }
  #slogan .slogan-caption {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  #slogan .slogan-caption .slogan-text {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: relative;
    top: 220px;
    right: 0;
  }
  #slogan .slogan-caption .slogan-text span.slogan-txt {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }
  .lines-sf {
    background-size: cover;
  }
  .lines-sf .lines-intro {
    position: relative;
    display: table;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
  }
  .lines-sf .lines-intro .lines-name {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
  .lines-sf .lines-intro .lines-name a {
    margin-top: 50px;
    font-size: 36px;
  }
  .lines-sf .lines-intro .lines-name a::before {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .lines-sf .lines-intro .lines-name a::after {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  .lines-sf .notte {
    border-left: none;
    border-right: none;
  }
  #philosophy .wrap-philosophy .philosophy-anchor {
    padding-top: 0px;
  }
  #philosophy .wrap-philosophy .philosophy-anchor a {
    font-size: 30px;
    margin: 0;
  }
  #philosophy .wrap-philosophy .philosophy-anchor a::before {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  #philosophy .wrap-philosophy .philosophy-anchor a::after {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    transform: translateY(25px);
  }
  #contact.contact-home .wrap-contact {
    width: 100%;
  }
  #contact.contact-home .wrap-contact .wrap-form {
    margin-top: 10px;
  }
  #contact.contact-home .wrap-contact .wrap-form .form-group .form-control {
    font-size: 12px;
    height: 24px;
  }
  #contact.contact-home .wrap-contact .wrap-form .form-city {
    padding: 0 0px 0 0;
  }
  #contact.contact-home .wrap-contact .wrap-form .form-country {
    padding: 0 0 0 0px;
  }
  #contact.contact-home .wrap-contact .wrap-form .btn-d {
    padding: 5px 10px;
    font-size: 10px;
  }
  #contact.contact-home .wrap-info-data {
    position: absolute;
    bottom: 35px;
    width: 100%;
  }
  #contact.contact-home .wrap-info-data .info-data span {
    display: block;
    color: #939598;
    font-size: 11px;
    line-height: 16px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 0px;
  }
  #contact.contact-home .wrap-info-data .info-data span .ion-map {
    color: #dfdfde;
    font-size: 1.5em;
    padding-right: 5px;
    display: none;
  }
  #contact.contact-inside {
    position: relative;
    padding-bottom: 50px;
  }
  #contact.contact-inside .wrap-contact {
    width: 100%;
    margin: 0px 0 80px 0;
    padding: 70px 25px;
  }
  #contact.contact-inside .wrap-contact .wrap-form {
    margin-top: 10px;
  }
  #contact.contact-inside .wrap-contact .wrap-form .form-group .form-control {
    font-size: 12px;
    height: 24px;
  }
  #contact.contact-inside .wrap-contact .wrap-form .form-city {
    padding: 0 0px 0 0;
  }
  #contact.contact-inside .wrap-contact .wrap-form .form-country {
    padding: 0 0 0 0px;
  }
  #contact.contact-inside .wrap-contact .wrap-form .btn-d {
    padding: 5px 10px;
    font-size: 10px;
  }
  #contact.contact-inside .wrap-info-data {
    position: absolute;
    bottom: 50px;
  }
  #contact.contact-inside .wrap-info-data .info-data span {
    display: block;
    color: #939598;
    font-size: 11px;
    line-height: 16px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 0px;
  }
  #contact.contact-inside .wrap-info-data .info-data span .ion-map {
    color: #dfdfde;
    font-size: 1.5em;
    padding-right: 5px;
    display: none;
  }
  /******************************    COMPANY     ******************************/
  .hero-company {
    padding: 50px 0;
  }
  .hero-company .container .title-section {
    text-align: center;
  }
  .hero-company .container .company-intro {
    text-align: justify;
    padding: 10px;
  }
  .design-center {
    padding: 100px 0;
  }
  .design-center .container .title-section {
    padding-top: 0px;
    text-align: center;
  }
  .design-center .container .design-center-intro {
    text-align: justify;
  }
  .trendbook-intro {
    background-image: none;
  }
  .trendbook-intro .container .title-section {
    padding-top: 0px;
    text-align: center;
  }
  .trendbook-intro .container .trendbook-intro-txt {
    font-size: 14px;
    line-height: 20px;
  }
  .trendbook-intro .container .trendbook-intro-txt a {
    text-align: center;
    margin: 0 auto;
  }
  /******************************    PROJECTS     ******************************/
  .hero-projects .projects-grid .works-grid .work-item a .work-caption {
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hero-projects .projects-grid .works-grid .work-item a .work-caption .work-title {
    font-size: 16px;
    line-height: 40px;
  }
  .hero-projects .projects-grid .works-grid .work-item a .work-caption .work-descr {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  .hero-projects .projects-grid .works-grid .work-item a::after {
    background: rgba(0, 0, 0, 0.8);
  }
  .hero-projects .projects-assign {
    padding: 100px 0 0px;
  }
  .hero-projects .projects-assign h3 {
    font-size: 30px;
  }
  .hero-projects .projects-assign h3::before {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .hero-projects .projects-assign h3::after {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  .hero-projects .projects-assign span.credits,
  .hero-projects .projects-assign span.local {
    font-size: 14px;
  }
  /******************************    PROJECT     ******************************/
  .close-slides {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  #slides ul.slides-container li .slides-caption {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #slides .slides-navigation {
    top: 60%;
    display: block;
  }
  #slides .slides-navigation a {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    background-image: url('../images/new/sprites2.png');
    background-repeat: no-repeat;
    -webkit-background-size: 93px,803px;
    -moz-background-size: 93px,803px;
    -o-background-size: 93px,803px;
    background-size: 93px,803px;
  }
  #slides .slides-navigation a.next {
    opacity: 1;
    right: 0px;
  }
  #slides .slides-navigation a.prev {
    opacity: 1;
    left: 0px;
  }
  /******************************    TRENDBOOK     ******************************/
  .trendbook .container .trendbook-content .title-section {
    padding-top: 75px;
  }
  .trendbook .container .trendbook-content .trendbook-txt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
  }
  .trendbook .container .trendbook-content .wrap-form-trend {
    width: 100%;
    margin: 60px auto 0;
  }
  .trendbook .container .trendbook-image {
    margin-top: 250px;
  }
  /******************************    CUCINA     ******************************/
  .hero-line {
    padding: 70px 0;
  }
  .hero-line .container .title-section {
    padding-top: 100px;
    text-align: center;
  }
  .hero-cucina {
    background-image: url(../images/new/bg-cucina.jpg);
  }
  .hero-notte {
    background-image: url(../images/new/bg-notte.jpg);
  }
  .hero-giorno {
    background-image: url(../images/new/bg-giorno.jpg);
  }
  .fw-image {
    height: 480px;
    margin-bottom: 50px;
  }
  .grid-section {
    padding: 70px 0 10px;
  }
  .grid-section .container .works-grid .work-item img {
    height: 100%;
  }
  .grid-section .container .works-grid .giorno-subtitle {
    min-height: 160px !important;
  }
  .grid-section .container .works-grid .giorno-subtitle a span h1,
  .grid-section .container .works-grid .giorno-subtitle a span h2 {
    font-size: 30px;
  }
  .grid-section .container .works-grid .giorno-subtitle a span h3 {
    float: left;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-top: 0;
    margin-left: 0px;
  }
  .wrap-line-assign {
    background: #252729;
    padding: 100px 0px 75px;
  }
  .wrap-line-assign .line-assign {
    text-align: center;
  }
  .wrap-line-assign .line-assign h3 {
    margin: 0 auto 50px;
    font-size: 30px;
  }
  .wrap-line-assign .line-assign h3::before {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .wrap-line-assign .line-assign h3::after {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  .wrap-line-assign .line-assign span.credits,
  .wrap-line-assign .line-assign span.local,
  .wrap-line-assign .line-assign span.rights {
    font-size: 14px;
  }
}
/* #######################################################################################################
   ###########################################################################################################
   ###########################################################################################################
   ###########################################################################################################
   ###########################################################################################################
   ########################################### TABLETS #######################################################
   ###########################################################################################################
   ########################################################################################################### 
   ########################################################################################################### 
   ########################################################################################################### 
   ########################################################################################################### */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /******************************    CLASSES FOR TABLETS     ******************************/
  .hidden-on-sm {
    display: none !important;
    visibility: hidden !important;
  }
  .showing-on-sm {
    display: table !important;
  }
  .hide-on-sm {
    display: none !important;
  }
  .show-on-sm {
    display: block !important;
  }
  /******************************    MAIN MENU     ******************************/
  #menu-slider {
    width: 50%;
    min-width: 200px;
  }
  #menu-slider .wrap-exit a#slider-exit {
    right: 0.5rem;
    top: 0.5rem;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  #menu-slider .wrap-exit a#slider-exit:hover {
    color: #171717;
  }
  #menu-slider ul {
    padding: 10% 0;
  }
  #menu-slider ul li {
    margin-bottom: 15px;
  }
  #menu-slider ul li a {
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #menu-slider ul li a:hover {
    color: #171717;
  }
  #menu-slider ul li:hover {
    padding-left: 6px;
  }
  #menu-slider .languages {
    bottom: 5px;
  }
  #menu-slider .languages a {
    font-size: 11px;
  }
  #overlay-menu .close-overlay {
    right: 0.5rem;
    top: 0.5rem;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
  #overlay-menu .overlay-menu-inner .logo-overlay {
    height: 36px;
    margin-top: 10px;
  }
  #overlay-menu .overlay-menu-inner .wrap-languages {
    margin-top: 20px;
  }
  #overlay-menu .overlay-menu-inner .wrap-languages .language-item {
    margin: 0 auto 20px;
  }
  #overlay-menu .overlay-menu-inner .wrap-languages .language-item a {
    width: 120px;
    font-size: 18px;
  }
  #overlay-menu .overlay-menu-inner .wrap-languages .language-item a::before {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  #overlay-menu .overlay-menu-inner .wrap-languages .language-item a::after {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
  #overlay-menu .overlay-navigation-footer {
    bottom: 5px;
  }
  #overlay-menu .overlay-navigation-footer .font-alt {
    font-size: 10px;
  }
  nav.navbar-home {
    padding: 10px 10px;
  }
  nav.navbar-home .container .navbar-header .navbar-brand {
    padding: 0;
  }
  nav.navbar-home .container .navbar-header .navbar-brand img {
    height: 30px;
  }
  nav.navbar-home .container .navbar-nav li a#open-menu span.icon-bar {
    width: 30px;
    height: 4px;
  }
  nav.navbar-inside {
    padding: 10px ;
  }
  nav.navbar-inside .container .navbar-header .navbar-brand {
    padding: 7.5px 0 0 0;
  }
  nav.navbar-inside .container .navbar-header .navbar-brand img {
    height: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  nav.navbar-inside .container .navbar-nav li a#open-menu {
    padding: 15px 3px 0 3px;
    right: 0;
  }
  nav.navbar-inside .container .navbar-nav li a#open-menu span.icon-bar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #696867;
    width: 30px;
    height: 3px;
  }
  /******************************    COMMON ELEMENTS     ******************************/
  .wrap-arrow {
    right: 3%;
    bottom: 3%;
  }
  .wrap-arrow .container .arw-sect {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
  .wrap-arrow-prev {
    right: 3%;
    bottom: 3%;
  }
  .wrap-arrow-prev .container .arw-sect-prev {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    right: 30px;
    bottom: 2px;
  }
  .title-section {
    font-size: 30px;
  }
  .common-text {
    font-size: 14px;
  }
  .wrap-title .title-sect {
    font-size: 30px;
    line-height: 45px;
  }
  .wrap-title .subtitle-sect {
    font-size: 12px;
  }
  .module {
    padding: 70px 0;
  }
  .alerts {
    min-height: 100px;
    height: auto;
  }
  .alerts p {
    font-size: 14px;
  }
  /******************************    HOME     ******************************/
  #hero .hero-caption {
    width: 100%;
  }
  #hero .hero-caption .hero-text {
    width: 100%;
    bottom: 10%;
    right: 5%;
  }
  #hero .hero-caption .hero-text span.hero-txt {
    text-align: right;
    font-size: 50px;
    line-height: 50px;
  }
  #slogan .slogan-caption {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  #slogan .slogan-caption .slogan-text {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: relative;
    top: 360px;
    right: 0;
  }
  #slogan .slogan-caption .slogan-text span.slogan-txt {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
  }
  #slogan .slogan-caption .slogan-text span.line-01 {
    padding-right: 15%;
  }
  .lines-sf .lines-intro {
    position: relative;
    display: table;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
  }
  .lines-sf .lines-intro .lines-name {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
  .lines-sf .lines-intro .lines-name a {
    margin-top: 50px;
    font-size: 50px;
  }
  .lines-sf .lines-intro .lines-name a::before {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  .lines-sf .lines-intro .lines-name a::after {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px);
  }
  .lines-sf .notte {
    border-left: none;
    border-right: none;
  }
  #philosophy .wrap-philosophy .philosophy-anchor {
    padding-top: 0px;
  }
  #philosophy .wrap-philosophy .philosophy-anchor a {
    font-size: 50px;
    margin: 0;
  }
  #philosophy .wrap-philosophy .philosophy-anchor a::before {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  #philosophy .wrap-philosophy .philosophy-anchor a::after {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px);
  }
  #contact.contact-home .wrap-contact {
    width: 100%;
  }
  #contact.contact-home .wrap-contact .wrap-title h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  #contact.contact-home .wrap-contact .wrap-form {
    margin-top: 10px;
  }
  #contact.contact-home .wrap-contact .wrap-form .form-group {
    margin-bottom: 30px;
  }
  #contact.contact-home .wrap-contact .wrap-form .form-group .form-control {
    font-size: 12px;
    height: 24px;
  }
  #contact.contact-home .wrap-contact .wrap-form .form-city {
    padding: 0 0px 0 0;
  }
  #contact.contact-home .wrap-contact .wrap-form .form-country {
    padding: 0 0 0 0px;
  }
  #contact.contact-home .wrap-contact .wrap-form .btn-d {
    padding: 5px 10px;
    font-size: 10px;
  }
  #contact.contact-home .wrap-info-data {
    position: absolute;
    bottom: 10px;
  }
  #contact.contact-home .wrap-info-data .info-data span {
    display: block;
    color: #939598;
    font-size: 11px;
    line-height: 16px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 0px;
  }
  #contact.contact-home .wrap-info-data .info-data span .ion-map {
    color: #dfdfde;
    font-size: 1.5em;
    padding-right: 5px;
    display: none;
  }
  #contact.contact-inside {
    position: relative;
    padding-bottom: 50px;
  }
  #contact.contact-inside .wrap-contact {
    width: 100%;
    margin: 0px 0 80px 0;
    padding: 70px 25px;
  }
  #contact.contact-inside .wrap-contact .wrap-form {
    margin-top: 10px;
  }
  #contact.contact-inside .wrap-contact .wrap-form .form-group .form-control {
    font-size: 12px;
    height: 24px;
  }
  #contact.contact-inside .wrap-contact .wrap-form .form-city {
    padding: 0 0px 0 0;
  }
  #contact.contact-inside .wrap-contact .wrap-form .form-country {
    padding: 0 0 0 0px;
  }
  #contact.contact-inside .wrap-contact .wrap-form .btn-d {
    padding: 5px 10px;
    font-size: 10px;
  }
  #contact.contact-inside .wrap-info-data {
    position: absolute;
    bottom: 50px;
  }
  #contact.contact-inside .wrap-info-data .info-data span {
    display: block;
    color: #939598;
    font-size: 11px;
    line-height: 16px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 0px;
  }
  #contact.contact-inside .wrap-info-data .info-data span .ion-map {
    color: #dfdfde;
    font-size: 1.5em;
    padding-right: 5px;
    display: none;
  }
  /******************************    COMPANY     ******************************/
  .hero-company {
    padding: 50px 0;
  }
  .hero-company .container .title-section {
    text-align: center;
  }
  .hero-company .container .company-intro {
    text-align: justify;
    padding: 10px;
  }
  .design-center {
    padding: 100px 0;
  }
  .design-center .container .title-section {
    padding-top: 0px;
    text-align: center;
  }
  .design-center .container .design-center-intro {
    text-align: justify;
  }
  .trendbook-intro {
    background-image: none;
  }
  .trendbook-intro .container .title-section {
    padding-top: 0px;
    text-align: center;
  }
  .trendbook-intro .container .trendbook-intro-txt {
    font-size: 14px;
    line-height: 20px;
  }
  .trendbook-intro .container .trendbook-intro-txt a {
    margin: 0 auto;
  }
  /******************************    PROJECTS     ******************************/
  .hero-projects .projects-grid .works-grid .work-item a .work-caption {
    opacity: 1;
    top: 60%;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    transform: translateY(-60%);
  }
  .hero-projects .projects-grid .works-grid .work-item a .work-caption .work-title {
    font-size: 16px;
    line-height: 36px;
  }
  .hero-projects .projects-grid .works-grid .work-item a .work-caption .work-descr {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
    margin-top: 10px;
  }
  .hero-projects .projects-grid .works-grid .work-item a::after {
    background: rgba(0, 0, 0, 0.8);
  }
  .hero-projects .projects-assign {
    padding: 100px 0 0px;
  }
  .hero-projects .projects-assign h3 {
    font-size: 30px;
  }
  .hero-projects .projects-assign h3::before {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .hero-projects .projects-assign h3::after {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  .hero-projects .projects-assign span.credits,
  .hero-projects .projects-assign span.local {
    font-size: 14px;
  }
  /******************************    PROJECT     ******************************/
  .close-slides {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  #slides ul.slides-container li .slides-caption {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #slides .slides-navigation {
    top: 60%;
    display: block;
  }
  #slides .slides-navigation a {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    background-image: url('../images/new/sprites2.png');
    background-repeat: no-repeat;
    -webkit-background-size: 93px,803px;
    -moz-background-size: 93px,803px;
    -o-background-size: 93px,803px;
    background-size: 93px,803px;
  }
  #slides .slides-navigation a.next {
    opacity: 1;
    right: 0px;
  }
  #slides .slides-navigation a.prev {
    opacity: 1;
    left: 0px;
  }
  /******************************    TRENDBOOK     ******************************/
  .trendbook .container .trendbook-content .title-section {
    padding-top: 75px;
  }
  .trendbook .container .trendbook-content .trendbook-txt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
  }
  .trendbook .container .trendbook-content .wrap-form-trend {
    width: 100%;
    margin: 60px auto 0;
  }
  .trendbook .container .trendbook-image {
    margin-top: 250px;
  }
  /******************************    LINES     ******************************/
  .hero-line {
    padding: 70px 0;
  }
  .hero-line .container .title-section {
    padding-top: 100px;
    text-align: center;
  }
  .hero-cucina {
    background-image: url(../images/new/bg-cucina.jpg);
  }
  .hero-notte {
    background-image: url(../images/new/bg-notte.jpg);
  }
  .hero-giorno {
    background-image: url(../images/new/bg-giorno.jpg);
  }
  .fw-image {
    height: 480px;
  }
  .grid-section {
    padding: 70px 0 20px;
  }
  .grid-section .container .works-grid .work-item img {
    height: 100%;
  }
  .grid-section .container .works-grid .giorno-subtitle {
    min-height: 160px !important;
  }
  .grid-section .container .works-grid .giorno-subtitle a span h1,
  .grid-section .container .works-grid .giorno-subtitle a span h2 {
    font-size: 36px;
  }
  .grid-section .container .works-grid .giorno-subtitle a span h3 {
    float: left;
    font-size: 14px;
    height: 24px;
    line-height: 32px;
    margin-top: 17px;
    margin-left: 5px;
  }
  .wrap-line-assign {
    background: #252729;
    padding: 100px 0px 75px;
  }
  .wrap-line-assign .line-assign {
    text-align: center;
  }
  .wrap-line-assign .line-assign h3 {
    margin: 0 auto 50px;
    font-size: 30px;
  }
  .wrap-line-assign .line-assign h3::before {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .wrap-line-assign .line-assign h3::after {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  .wrap-line-assign .line-assign span.credits,
  .wrap-line-assign .line-assign span.local,
  .wrap-line-assign .line-assign span.rights {
    font-size: 14px;
  }
}
/* ###########################################################################################################
   ###########################################################################################################
   ###########################################################################################################
   ###########################################################################################################
   ###########################################################################################################
   ########################################### LARGE SCREENS #################################################
   ###########################################################################################################
   ########################################################################################################### 
   ########################################################################################################### 
   ########################################################################################################### 
   ########################################################################################################### */
@media only screen and (min-width: 1025px) {
  .hide-on-lg,
  .hide-on-md {
    display: none !important;
  }
  .show-on-lg,
  .show-on-md {
    display: block !important;
  }
}
