/***********************************************************************************************
	Salient by TEMPLATE STOCK
	templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
    
**********************************************************************************************/

/***********************************************************************************************/
/* TABLE OF CONTENTS: */
/***********************************************************************************************/

/*------------------------------------------------------------------------


  01. Common Styles
      -Typography
      -Buttons
      -Form
  02. Preloader
  03. Navbar
  04. Hero section
      -Hero section 2
      -Hero section 3
      -Hero section 4
  05. Home hero
  06. About Section
  07. Choose Section
  08. Projects Section
  09. Clients section
  10. Statistics Section
  11. Call-to-action section
  12. Services
  13. Portfolio Page
  14. Tweet section
  15. Blog-section
  16. Contact section
  17. Google maps
  18. Single-project
  19. Landing page
      -Features Section
      -Video section
      -Offer section
      -Screenshots
      -Subscribe section
      -Testimonials section
  20. Landing Blog
      -Pagination
      -Comments section
      -Sidebar
      -About widget
      -Tags
      -Recent Posts 
  21. App landing page
  22. Coming soon page
  23. Personal page
  24. Footer
  25. Back to top
  26. Responsive Part

--------------------------------------------------------------------------*/

/***********************************************************************************************/
/* =Common Styles */
/***********************************************************************************************/

.container-xlg {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 95%;
}

@media (min-width: 1440px) {
  .container-xlg {
    width: 1440px;
  }
}

body {
  font-family: "Poppins", sans-serif;
  color: #333333;
  line-height: 24px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background: url("../images/bg-body.png") top right;
  background-size: contain;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

#wrapper,
.navbar {
  filter: blur(3px);
}

a.en-version {
  display: none !important;
}

.relative {
  position: relative !important;
}

#scroll-down {
  position: absolute;
  top: 93vh;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  text-align: center;
  background: url("../images/scroll-down.png") no-repeat top center;
  padding: 35px 0 0 0;
  color: #1d89ff;
  font-size: 14px;
  font-weight: 500;
  filter: blur(3px);
  z-index: 999;
}

a {
  color: #476bab;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pulsanti-xs,
.none {
  display: none;
}

.richiedi-btn {
  cursor: pointer !important;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.dark-bg {
  background: #34353a;
}

.white-bg {
  background: #fff;
}

.without-padding {
  padding: 0;
}

.marg-0 {
  margin: 0;
}

.pad-b-0 {
  padding-bottom: 0 !important;
}

.pad-t-100 {
  padding-top: 100px !important;
}

.bg-gray {
  background: #e5e5e5;
}

.form-control::-moz-placeholder {
  color: #494949;
}

.form-control:-ms-input-placeholder {
  color: #494949;
}

.form-control::-webkit-input-placeholder {
  color: #494949;
}

.claim {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-size: 40px;
  font-weight: 200;
  text-align: left;
  padding: 0 0 0 40px;
}

.max-size {
  width: 90%;
  float: right;
}

.claim h1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #1d89ff;
  margin: 10px 0 !important;
}

.claim h2 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #1d89ff;
  margin: 10px 0 !important;
}

.claim p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.claim p strong {
  color: #007aff;
  font-size: 600;
}

.menu {
  background: rgb(74, 145, 248);
  background: linear-gradient(
    180deg,
    rgba(74, 145, 248, 1) 0%,
    rgba(70, 119, 191, 1) 100%
  );
  border-radius: 30px;
  padding: 7px 25px;
  margin-top: 30px;
}

.navbar-brand img {
  width: 148px !important;
  margin: 0 !important;
}

.richiedi-btn {
  color: #1d89ff !important;
  background-color: #fff !important;
  border-radius: 12px !important;
  padding: 8px 15px !important;
  margin: 8px 15px 8px 5px !important;
}

.richiedi-btn:hover {
  color: #fff !important;
  background-color: #96c8ff !important;
}

#solutions-xs {
  display: none;
}

#solutions {
  display: block;
}

/***********************************************************************************************/
/* =Typography */
/***********************************************************************************************/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

h1,
.h1 {
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 17px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

p {
  margin: 0;
}

.title-section hr {
  width: 15%;
}

.title-section p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.pad-sec {
  padding: 70px 0 !important;
}

.pad-int {
  padding: 0 !important;
}

.title-section {
  padding-left: 30px;
  padding-right: 30px;
}

.sep-section {
  height: 350px;
  width: 100%;
  background: url("../images/texture.png") no-repeat top left;
  background-size: cover;
  margin: 30px 0;
}

/***********************************************************************************************/
/* =Buttons */
/***********************************************************************************************/

.btn {
  font-size: 13px;
  letter-spacing: 1px;
  padding: 14px 25px;
  border-radius: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-xs {
  padding: 5px 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-sm {
  padding: 8px 37px;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn-lg {
  padding: 15px 35px;
}

.btn-primary {
  text-transform: uppercase;
  background-color: #fc6e51;
  border-color: #fc6e51;
}

.btn-black {
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-black:hover {
  background-color: #fc6e51;
  border-color: #fc6e51;
  color: #fff;
}

.btn-clean {
  color: #000055;
  font-size: 14px;
  font-weight: 400;
  transition: all;
  transition-duration: 0.5s;
  text-transform: uppercase;
}

.btn-clean:hover,
.btn-clean:focus,
.btn-clean:active {
  color: #007aff;
}

.btn-clean i {
  float: left;
  box-shadow: 0 14px 24px rgba(0, 122, 255, 0.6);
  background-color: #fff;
  padding: 5px 5px 5px 7px;
  border-radius: 20px;
  color: #1d89ff;
  margin: -2px 0 0 20px;
  transition: all;
  transition-duration: 0.5s;
}

.btn-clean:hover i {
  box-shadow: 0 4px 14px rgba(0, 122, 255, 0.6);
}

.btn-richiedi {
  background: #1d89ff;
  letter-spacing: 2px;
  border-radius: 8px;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 14px 24px rgba(0, 122, 255, 0.6);
}

.btn-richiedi:hover {
  box-shadow: 0 4px 15px rgba(0, 122, 255, 0.6);
  color: #fff !important;
}

.btn-presentazione {
  width: 286.234px;
  background: #fff;
  letter-spacing: 2px;
  border-radius: 8px;
  font-weight: 600;
  color: #1d89ff;
  box-shadow: 0 14px 24px rgba(0, 122, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-left: 2opx;
}

.btn-presentazione:hover {
  box-shadow: 0 4px 15px rgba(0, 122, 255, 0.6);
}

.btn-presentazione-solutions {
  width: 230.234px;
  background: #fff;
  letter-spacing: 2px;
  border-radius: 8px;
  font-weight: 600;
  color: #1d89ff;
  box-shadow: 0 14px 24px rgba(0, 122, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.btn-presentazione-solutions:hover {
  box-shadow: 0 4px 15px rgba(0, 122, 255, 0.6);
}

.btn-info {
  border-color: #ffffff;
  background-color: #f4c134;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 30px;
  font-weight: 600;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: #333333;
  background-color: #f4c134;
  border-color: #ffffff;
}

.btn-info i {
  font-size: 20px;
  font-weight: 800;
  float: left;
  padding: 0;
}

.btn-dark {
  color: #fff;
  text-transform: uppercase;
  background: rgba(71, 107, 171, 1);
  font-weight: 400;
  border-radius: 30px;
  letter-spacing: 2px;
  font-size: 14px;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:visited {
  color: #ffffff;
  background: rgba(71, 107, 171, 0.85);
  outline: 0;
  box-shadow: none;
}

.btn-light {
  background: #f3f3f3;
  color: #000;
}

.call-btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12px 20px;
  font-size: 12px;
  border-radius: 0;
  border: none;
  outline: none;
  display: inline-block;
}

.btn-gray {
  color: #777;
  background: #e5e5e5;
}

/***********************************************************************************************/
/* =Form */
/***********************************************************************************************/

.section-form {
  background: url("../images/bg-body.png") no-repeat top right;
  border-top-right-radius: 70px;
  border-top-left-radius: 70px;
}

.section-form .box-shadow {
  box-shadow: 0 10px 10px rgba(74, 145, 248, 0.3);
  padding-bottom: 80px;
}

.section-form .bg-grey {
  background: rgba(164, 164, 164, 0.2);
  /* padding-bottom: 20px; */
}

.section-form .btn-richiedi {
  font-size: 18px;
  padding: 15px 40px;
  float: right;
}

.top-partners {
  padding: 80px 0 40px 0;
  color: #00006f;
  font-size: 40px;
  font-weight: 400;
}

.list-partners {
  width: 100%;
  margin: 0;
}

.list-partners li {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0;
}

.list-partners li span {
  width: 21%;
  margin: 0 2%;
  float: left;
}

.section-form h2 {
  color: #00006f;
  font-size: 30px;
  font-weight: 500;
  margin: 80px 0 30px 0;
}

.section-form h3 {
  color: #00006f;
  font-size: 35px;
  font-weight: 400;
  margin: 10px 0 30px;
  line-height: 40px;
}

.form-group {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.form-control {
  font-size: 18px;
  color: #555;
  background-color: #fff;
  background-image: none;
  height: auto;
  padding: 14px 12px 13px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  float: left;
  width: 90%;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control:focus {
  color: #111;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.message {
  width: 100%;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  min-height: 200px !important;
}

.form {
  padding: 20px 120px 0;
}

.form-group label {
  background: #1d89ff !important;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding: 15px 0;
  text-align: center;
  float: left !important;
  text-transform: uppercase;
  font-size: 16px;
  width: 10% !important;
}

/***********************************************************************************************/
/* =Home solutions */
/***********************************************************************************************/

.panel-solutions {
  min-height: 300px;
  padding: 60px 0;
}

.top-solutions {
  float: left;
  width: 100%;
  border-bottom: solid 1px #1d89ff;
  padding: 0 0 5px 200px;
}

.top-solutions h5 {
  color: #1d89ff;
  font-weight: 600;
  float: left;
  font-size: 32px;
  margin: 0 20px;
}

.top-solutions ul {
  margin: 0 80px;
}

.top-solutions li {
  color: #1d89ff;
  font-weight: 400;
  float: left;
  font-size: 20px;
  list-style: none;
  margin: 8px 30px 5px;
  cursor: pointer;
}

.top-solutions li.active {
  font-weight: 600;
  border-bottom: solid 4px #1d89ff;
  margin-bottom: -6px;
  padding-bottom: 8px;
}

.body-solutions {
  padding: 60px 190px;
  float: left;
  width: 100%;
}

.body-solutions ul {
  min-height: 200px;
}

.body-solutions li {
  display: none;
  list-style: none;
  float: left;
  min-height: 200px;
  min-width: 95%;
}

.body-solutions li span {
  float: left;
}

.solutions-li li a {
  position: relative;
  float: left;
}

.solutions-li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 82%;
  z-index: 999;
  padding: 53% 0;
  background: rgba(255, 255, 255, 0.6) url("../images/solutions/Icona-plus.svg")
    center center;
  background-repeat: no-repeat;
  color: #fff;
  display: none;
}

.body-solutions li h6 {
  color: #000000;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
}

.body-solutions li label {
  text-align: left;
  padding: 0 0 0 70px;
  width: 85%;
}

.body-solutions li h5 {
  color: #000000;
  font-weight: 500;
  font-size: 40px;
}

.body-solutions li.active {
  display: block;
}

.body-solutions li article {
  float: left;
  width: 86%;
}

.body-solutions li article p {
  padding: 0 0 40px 0;
  font-size: 20px;
  line-height: 35px;
}

.body-solutions li article p strong {
  font-weight: 600;
  color: #0053ad;
}

.body-solutions li article span {
  float: none;
}

.body-solutions li article span a:first-child {
  padding-left: 0;
}

.body-solutions li article span a:first-child i {
  margin-left: 0;
}

.body-solutions li article span a:last-child {
  float: right;
}

/***********************************************************************************************/
/* =Preloader */
/***********************************************************************************************/

#preloader {
  background-color: rgba(29, 137, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
  height: 100vh;
}

#loading-animation {
  background-image: url("../images/loading.gif");
  /*opacity: 0.7;*/
  background-size: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
  border-radius: 4px;
  filter: blur(0);
}

/************************************************************************
// =Navbar
*************************************************************************/

.navbar-default {
  border: none;
  width: 100%;
  margin-bottom: 0;
  /* position: absolute; */
  top: 0;
  background: none;
  background-image: none;
}

.navbar.active {
  position: fixed;
  opacity: 0.96;
}

.navbar-nav {
  margin: 3.5px -10px 7.5px;
}

.navbar-nav li {
  margin-left: 5px;
  margin-right: 5px;
}

.navbar-nav li select {
  margin: 14px 5px 0;
  border-radius: 10px;
  background-color: rgba(237, 237, 237, 0.42);
  outline: none;
  border: solid 1px #fff;
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-size: 18px;
}

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

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #444486;
}

.dropdown-menu {
  top: 117%;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  border-top: 0;
  padding: 12px 5px;
}

.dropdown-menu > li > a {
  padding: 3px 25px;
  line-height: 1.7;
  letter-spacing: 2px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #fff;
  color: #fc6e51;
}

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

.navbar-default .dropdown:hover > .dropdown-menu {
  display: block;
}

/***********************************************************************************************/
/* = Hero section */
/***********************************************************************************************/

#hero-section {
  position: relative;
  display: table;
  width: 100%;
}

.home-hero:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-hero {
}

/***********************************************************************************************/
/* = Home hero */
/***********************************************************************************************/

.hero-content {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 12% 0 0 0;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}

.hero-content h1,
p.hero {
}

.hero-content h1 {
}

.div-line {
  width: 50px;
  background-color: #fff;
  height: 3px;
  margin: 20px auto;
}

p.hero {
  font-family: "Crimson Text", serif;
  font-style: italic;
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  display: block;
  margin-top: 20px;
}

.hero-btn {
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
  margin-left: 40px;
  text-align: left;
}

.btn-presentazione-container {
  margin-left: 40px;
}

ul.caption-slides {
  padding-left: 0;
}

ul.caption-slides li {
  text-align: center;
}

/***********************************************************************************************/
/* =Home Section */
/***********************************************************************************************/

.radius-top {
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  box-shadow: 0 -15px 17px rgba(29, 137, 255, 0.24);
  width: 100%;
  min-height: 300px;
  margin-top: 50px;
  background-color: #fff;
}

#new-clients {
  padding: 200px 0px 60px 200px;
}

#new-clients h1 {
  color: #000000;
  font-size: 40px;
  font-weight: 200;
  line-height: 60px;
}

#new-clients img {
  margin: -150px 50px 0 0;
  min-width: 80%;
}

#new-clients p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
}

#new-clients p strong {
  color: #0053ad;
}

.banner-all-pages {
  background-size: contain !important;
  width: 100%;
  background-position: center center !important;
  min-height: 80vh;
}

.all-pages #scroll-down {
  top: 75vh !important;
}

/***********************************************************************************************/
/* =About Section */
/***********************************************************************************************/

#about-hero {
  background: url("../images/about-us/banner.png") no-repeat;
}

#our-teams {
  padding: 100px 0;
}

.banner-team {
  background: url("../images/about-us/banner-team.png") no-repeat;
  width: 100%;
  background-position: center center !important;
  min-height: 500px;
}

.row-about {
  padding: 80px 0 20px;
  float: left;
  position: relative;
  width: 100%;
}

.row-about img {
  position: absolute;
  top: 0;
  right: -140px;
  min-width: 220px;
}

.img-vision {
  right: 20px !important;
  min-width: 240px !important;
}

#our-teams h1 {
  font-size: 38px;
  color: #1d89ff;
  font-weight: 800;
  line-height: 54px;
}

#our-teams h2 {
  font-size: 48px;
  color: #000;
  font-weight: 400;
  line-height: 60px;
}

#our-teams h3 {
  font-size: 38px;
  color: #1d89ff;
  font-weight: 300;
  font-style: italic;
}

#our-teams h4 {
  font-size: 38px;
  color: #1d89ff;
  font-weight: 300;
  line-height: 50px;
}

#our-teams p,
#our-teams li {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  line-height: 40px;
  padding-right: 120px;
}

#our-teams li {
  line-height: 80px;
}

#our-teams ul {
  list-style: none;
  /* Remove default bullets */
  margin: 0;
}

#our-teams ul li::before {
  content: "\2022";
  color: #1d89ff;
  font-weight: bold;
  display: inline-block;
  width: 25px;
  margin: -1px 0 0 -40px;
  font-size: 40px;
  position: absolute;
}

#our-teams p strong,
#our-teams li strong {
  color: #0053ad;
  font-weight: 600;
}

.img-comuncazione {
  max-width: 100%;
  padding: 100px 0 10px;
}

.btn-link-a {
  cursor: pointer;
  color: rgba(17, 17, 17, 0.9);
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  margin-top: 25px;
}

.btn-link-a:hover {
  color: #000;
}

#about-section {
  padding: 110px 0 120px 0 !important;
}

/***********************************************************************************************/
/* =Solutions Section */
/***********************************************************************************************/

#solutions-hero {
  background: url("../images/solutions-page/banner.png") no-repeat;
}

#solutions-page {
  padding: 100px 0;
}

.row-solutions {
  padding: 80px 0 20px;
  float: left;
  position: relative;
  width: 100%;
}

.row-solutions img {
  position: absolute;
  top: 0;
  right: 50px;
  min-width: 220px;
}

#solutions-page h1 {
  font-size: 38px;
  color: #1d89ff;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 10px;
}

#solutions-page h2 {
  font-size: 48px;
  color: #000;
  font-weight: 400;
  line-height: 60px;
}

#solutions-page h3 {
  font-size: 45px;
  color: #000000;
  font-weight: 400;
}

#solutions-page h3 strong {
  font-size: 45px;
  color: #0053ad;
  font-weight: 600;
}

#solutions-page h4 {
  font-size: 38px;
  color: #1d89ff;
  font-weight: 300;
  line-height: 50px;
}

#solutions-page h5 {
  font-size: 30px;
  color: #000000;
  font-weight: 500;
  float: left;
  text-align: center;
  width: 100%;
}

#solutions-page p {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  line-height: 40px;
  padding-right: 0;
}

#solutions-page li {
  float: left;
  width: 25%;
  list-style: none;
}

#solutions-page li img {
  position: relative;
  text-align: center;
  right: 0;
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

#solutions-page ul {
  list-style: none;
  /* Remove default bullets */
  margin: 0;
  float: left;
  width: 80%;
  margin: 60px 10%;
  text-align: center;
}

.last-ul {
  width: 66% !important;
  margin: 60px 17% 20px 17% !important;
}

.last-ul li {
  width: 33% !important;
}

#solutions-page p strong,
#solutions-page li strong {
  color: #0053ad;
  font-weight: 600;
}

/***********************************************************************************************/
/* =privacy Section */
/***********************************************************************************************/

#privacy-hero {
  background: url("../images/privacy/banner.png") no-repeat;
}

#privacy-page {
  padding: 40px 100px 100px;
}

.row-privacy {
  padding: 80px 0 20px;
}

.row-privacy img {
  position: absolute;
  top: 0;
  right: 50px;
  min-width: 220px;
}

#privacy-page h1 {
  font-size: 38px;
  color: #1d89ff;
  font-weight: 800;
  line-height: 54px;
}

#privacy-page h2 {
  font-size: 48px;
  color: #000;
  font-weight: 400;
  line-height: 60px;
}

#privacy-page h3 {
  font-size: 38px;
  color: #1d89ff;
  font-weight: 300;
  line-height: 50px;
  font-style: italic;
}

#privacy-page h4 {
  font-size: 24px;
  color: #1d89ff;
  font-weight: 600;
  margin: 50px 0 10px;
}

#privacy-page p {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  line-height: 40px;
  padding-right: 0;
}

#privacy-page li {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #000;
  font-weight: 400;
  line-height: 40px;
  padding-right: 0;
}

#privacy-page ul {
  float: left;
  width: 100%;
  margin: 15px -1%;
  text-align: left;
  padding-bottom: 50px;
}

/***********************************************************************************************/
/* =products Section */
/***********************************************************************************************/

#email-hero {
  background: url("../images/products/banner/email.png") no-repeat;
}

#voicebot-hero {
  background: url("../images/products/banner/voicebot.png") no-repeat;
}

#sms-hero {
  background: url("../images/products/banner/sms.png") no-repeat;
}

#onlineadv-hero {
  background: url("../images/products/banner/onlineadv.png") no-repeat;
}

#listefredde-hero {
  background: url("../images/products/banner/listefredde.png") no-repeat;
}

#callcenter-hero {
  background: url("../images/products/banner/callcenter.png") no-repeat;
}

#lavora-con-noi-hero {
  background: url("../images/products/banner/lavora-con-noi.png") no-repeat;
}

#marketingmix-hero {
  background: url("../images/products/banner/marketingmix.png") no-repeat;
}

#lavora-con-noi {
  padding: 40px 100px 30px;
  min-height: auto;
  position: relative;
}

.row-lavora-con-noi {
  padding: 80px 0 20px;
}

#lavora-con-noi h1 {
  font-size: 38px;
  color: #1d89ff;
  font-weight: 800;
  line-height: 54px;
}

#lavora-con-noi h2 {
  font-size: 48px;
  color: #000;
  font-weight: 400;
  line-height: 60px;
  margin-top: 0;
}

#lavora-con-noi h3 {
  font-size: 32px;
  color: #1d89ff;
  font-weight: 300;
  line-height: 50px;
  font-style: italic;
  margin:10px 0 0;
}

#lavora-con-noi h4 {
  font-size: 20px;
  color: #1d89ff;
  font-weight: 600;
  margin: 30px 0 10px;
}

#lavora-con-noi p {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  line-height: 35px;
  padding-right: 0;
}

#lavora-con-noi p strong {
  color: #0053ad;
  font-weight: 600;
}

#lavora-con-noi li {
  float: left;
  width: 48%;
  list-style: none;
  border: solid 1px #eee;
  border-radius: 20px;
  padding:20px 40px 30px;
  box-shadow: 0 4px 15px rgba(0, 122, 255, 0.2);
  margin:0 2% 40px 0;
  cursor: pointer;
  transition: all;
  transition-duration: 0.2s;
  height: 300px;
  overflow-y: hidden;
  position: relative;
}

#lavora-con-noi li:hover {
  box-shadow: 0 0 0 rgba(0, 122, 255, 0.1);
}

#lavora-con-noi li span:hover , #lavora-con-noi li label:hover{
  box-shadow: 0 0 5px rgba(0, 122, 255, 0.3);
}

#lavora-con-noi ul {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  text-align: left;
  padding: 0 0 0 10px;
}

#lavora-con-noi li span {
  box-shadow: 0 4px 15px rgba(0, 122, 255, 0.6);
  color: #fff !important;
  float: right;
  background: #1d89ff;
  letter-spacing: 1px;
  border-radius: 8px;
  font-weight: 600;
  padding: 10px 60px;
  cursor: pointer;
  bottom: 40px;
  right: 30px;
  position: absolute;
  transition: all;
  transition-duration: 0.2s;
}

#lavora-con-noi li label {
  background: #fff;
  letter-spacing: 2px;
  border-radius: 8px;
  font-weight: 600;
  color: #1d89ff;
  box-shadow: 0 4px 15px rgba(0, 122, 255, 0.6);
  float: right;
  letter-spacing: 1px;
  border-radius: 8px;
  font-weight: 600;
  padding: 10px 50px;
  cursor: pointer;
  bottom: 40px;
  left: 30px;
  position: absolute;
  transition: all;
  transition-duration: 0.2s;
}


#lavora-con-noi .body-description{
  display: none;
  font-size: 20px;
  float: left;
  width: 100%;
  margin: 20px 0 0 20px;
  line-height: 28px;
}

#lavora-con-noi .body-description b{
  margin:20px 0 10px;
  float: left;
  width: 100%;
}


.form-candidatura{
  padding:50px 100px 10px !important;
  float: left;
  width: 100%;
}

.form-candidatura .form-group label{
  width: 20% !important;
  padding-left: 20px;
  text-align: left;
}

.form-candidatura .form-group input[type=text], .form-candidatura .form-group input[type=file], .form-candidatura .form-group input[type=tel], .form-candidatura .form-group input[type=email]{
  width: 80% !important;
}

.form-candidatura .form-group input[type=checkbox]{
  width: 20px !important;
  height: 20px!important;
}

.form-candidatura h3{
  margin-top: 0;
}


.info-privacy{
  float:left;
  width: 100%;
  padding:50px 20px 0;
}


#products-page {
  padding: 40px 100px 100px;
  min-height: 1400px;
  position: relative;
}

#products-page .richiedi-consulenza {
  position: absolute;
  right: 100px;
  top: 70px;
  z-index: 999;
}

.row-products {
  padding: 80px 0 20px;
}

#products-page h1 {
  font-size: 38px;
  color: #1d89ff;
  font-weight: 800;
  line-height: 54px;
}

#products-page h2 {
  font-size: 48px;
  color: #000;
  font-weight: 400;
  line-height: 60px;
}

#products-page h3 {
  font-size: 38px;
  color: #1d89ff;
  font-weight: 300;
  line-height: 50px;
  font-style: italic;
}

#products-page h4 {
  font-size: 24px;
  color: #1d89ff;
  font-weight: 600;
  margin: 50px 0 10px;
}

#products-page p {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  line-height: 40px;
  padding-right: 0;
}

#products-page p strong {
  color: #0053ad;
  font-weight: 600;
}

#products-page li {
  float: left;
  width: 33%;
  list-style: none;
}

#products-page ul {
  float: left;
  width: 100%;
  margin: 100px 0 0;
  text-align: left;
  padding-bottom: 50px;
}

#products-page li span {
  text-align: justify;
  margin: 20px 0 0;
  float: left;
  width: 220px;
}

.menu-left {
  position: absolute;
  top: -140px;
}

.menu-left li {
  margin: 30px 0;
  width: 100% !important;
  text-align: center;
}

.border-left-sub-menu {
  border-left: solid 1px #1d89ff;
  width: 1px;
  height: 1420px;
  position: absolute;
  top: -120px;
  left: 107px;
}

/***********************************************************************************************/
/* =Choose Section */
/***********************************************************************************************/

#choose-section .title-section,
#soon-services-section .title-section {
  padding-bottom: 80px;
}

.choose-image,
.soon-services-image {
  text-align: center;
}

ul.choose-list,
ul.soon-list {
  list-style: none;
  padding: 0;
  padding-top: 50px;
}

ul.choose-list li,
ul.soon-list li {
  margin-bottom: 30px;
}

.iconbox {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
}

.iconbox i {
  font-size: 32px;
  color: #fc6e51;
}

.choose-box-content,
.soon-box-content {
  margin-left: 70px;
}

.choose-box-content h6,
.soon-box-content h6 {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

/***********************************************************************************************/
/* =Projects Section */
/***********************************************************************************************/

#projects-section {
  padding: 100px 0 80px 0 !important;
}

#projects-section .title-section {
  padding-bottom: 80px;
}

#type-masory {
  width: 100%;
}

#projects-section #type-masory .project {
  overflow: hidden;
  margin-bottom: 30px;
}

.project-item a {
  position: relative;
  display: block;
}

.project-item a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/*Overlay projects*/

.overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: rgba(15, 15, 15, 0.9);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.overlay .overlay-inner {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  bottom: 0;
}

.overlay .overlay-inner h3 {
  color: #f0f0f0;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}

.overlay .overlay-inner p {
  color: #dbdbdb;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  margin-bottom: 15px;
}

a:hover .overlay .overlay-inner h3 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

a:hover .overlay .overlay-inner p,
a:hover .overlay .overlay-inner span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.overlay-inner span {
  font-size: 42px;
  color: #dbdbdb;
  font-weight: 300;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
}

a:hover .overlay {
  opacity: 1;
}

.view-more {
  text-align: center;
  padding-top: 60px;
}

#masonry-projects-section {
  padding: 0 0 100px 0;
}

#masonry-projects-section #type-masory .project {
  padding-bottom: 30px;
}

/***********************************************************************************************/
/* =clients section*/
/***********************************************************************************************/

.clients-bg {
  background: url("../images/clients/clients-bg.jpg") center top;
  position: relative;
  padding: 60px 0;
}

.clients-bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(5, 5, 5, 0.8);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.clients-bg .container {
  position: relative;
  z-index: 3;
}

.client {
  padding: 30px;
}

.client a {
  display: block;
}

.client a img {
  width: 100%;
}

.client a:hover {
  opacity: 0.8;
}

/***********************************************************************************************/
/* =Statistics Section */
/***********************************************************************************************/

#statistic-section {
  background: url("../images/temp/stats-bg.jpg") center top;
  position: relative;
  text-align: center;
  padding-top: 70px;
}

#statistic-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(5, 5, 5, 0.8);
  width: 100%;
  height: 100%;
  z-index: 2;
}

#statistic-section .container {
  position: relative;
  z-index: 3;
}

.statistic-percent {
  padding-bottom: 70px;
}

span.percentfactor {
  color: #fff;
  font-size: 42px;
  margin-bottom: 4px;
}

.fact p {
  color: #fff;
  margin-top: 10px;
  text-transform: uppercase;
}

/***********************************************************************************************/
/* =Team Section */
/***********************************************************************************************/

#team-section .title-section {
  margin-bottom: 80px;
}

#team-section .title-section,
.team-members .magnifier-inner {
  text-align: center;
}

.member-team {
  position: relative;
  cursor: pointer;
}

.member-team img {
  width: 100%;
}

.member-team .magnifier {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(164, 164, 164, 0.9);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.member-team .magnifier:hover {
  opacity: 1;
}

.member-team .magnifier .magnifier-inner {
  position: absolute;
  width: 100%;
  top: 20%;
  padding: 0 20px;
}

.member-team .magnifier .magnifier-inner p {
  font-size: 12px;
  color: #999;
  line-height: 24px;
  margin-bottom: 40px;
}

.member-team .magnifier .magnifier-inner ul.social-icons {
  list-style-type: none;
  padding: 0;
}

.member-team .magnifier .magnifier-inner ul.social-icons li {
  display: inline-block;
  margin-left: 5px;
}

.member-team .magnifier .magnifier-inner ul.social-icons li:first-child {
  margin: 0;
}

.member-team .magnifier .magnifier-inner ul.social-icons li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
}

.member-team .magnifier .magnifier-inner ul.social-icons li a i {
  color: #8e8e8e;
}

.member-team .magnifier .magnifier-inner ul.social-icons li a:hover i {
  color: #000;
}

#about-team {
  padding: 0px 0 100px 0;
}

#about-team p,
#personal-skills p {
  line-height: 26px;
}

#about-team .title-section,
#personal-skills .title-section {
  text-align: left;
  padding-left: 0;
}

#about-team h3,
#personal-skills h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.6px;
}

.p-bar {
  margin-bottom: 8px;
}

.progress {
  height: 6px;
  border-radius: 1px;
  margin-bottom: 5px;
}

.progress-bar {
  background: #111;
}

.progress-meta {
  overflow: hidden;
}

h6.progress-title,
h6.progress-value {
  color: #676767;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.6px;
}

h6.progress-title {
  float: left;
}

h6.progress-value {
  float: right;
}

/***********************************************************************************************/
/* =Call-to-action section */
/***********************************************************************************************/

#call-to-action-section {
  padding: 60px 0;
  background: #eb7a5c;
}

#call-to-action-section h2,
#call-to-action-section p {
  color: #fff;
  text-align: center;
}

#call-to-action-section h2 {
  font-size: 28px;
  letter-spacing: 1.1px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0;
  margin-top: 0;
}

#call-to-action-section p {
  margin: 20px 0;
}

#call-to-action-section .call-action-btn {
  text-align: center;
  margin-top: 40px;
}

/***********************************************************************************************/
/* =Services*/
/***********************************************************************************************/

.services-hero {
  background: url("../images/hero-bg/services.jpg");
  background-size: cover;
}

.services-hero:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1;
}

#services-section {
  padding: 100px 0 50px 0;
}

#services-section .title-section {
  padding-bottom: 80px;
}

.service-post {
  padding: 30px 0;
}

.service-post h4 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.service-icon {
  font-size: 42px;
  color: #111;
  padding-bottom: 15px;
}

#banner-services {
  background: url("../images/temp/stats-bg.jpg") center top;
  position: relative;
  border-bottom: 1px solid transparent;
}

#banner-services:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(5, 5, 5, 0.8);
  width: 100%;
  height: 100%;
  z-index: 2;
}

#banner-services .container {
  position: relative;
  z-index: 3;
}

.banner-content {
  margin: 140px 0;
}

.banner-content,
.banner-content h3 {
  color: #fff;
}

.banner-content h3 {
  font-weight: 400;
  letter-spacing: 2.6px;
  font-size: 19px;
}

.banner-decription {
  font-weight: 300;
}

.banner-image {
  margin: -40px 0 0 0;
  text-align: right;
}

.banner-content a {
  letter-spacing: 1.6px;
  margin-top: 30px;
}

#action-section {
  padding: 100px 0;
  background-color: #f7f7f7;
  border-top: 1px solid #ebebeb;
}

#action-section h2 {
  padding-bottom: 25px;
  font-weight: 500;
  text-transform: capitalize;
}

#action-section .btn + .btn {
  margin-left: 20px;
}

.white-bg {
  background: #fff;
}

.dark-bg-1 {
  background: #333;
}

.work-process {
  padding: 100px 0;
}

.process {
  padding-top: 30px;
}

.process-icon span {
  font-size: 40px;
  color: #fc6e51;
}

.process h5 {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  margin-top: 15px;
}

#prices-section .title-section {
  padding-bottom: 80px;
}

ul.price-table {
  list-style-type: none;
  padding: 0px;
  margin: 25px 20px;
  text-align: center;
  border: 1px solid #f1f1f1;
}

ul.price-table li {
  padding: 5px 0;
  text-transform: uppercase;
  color: #000;
}

.title-price {
  border-bottom: 1px solid #f1f1f1;
  padding: 25px !important;
  font-weight: 500;
}

.title-price h3 {
  margin-bottom: 0;
}

.price-table .price-box {
  padding: 30px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  margin-bottom: 30px;
}

p.price {
  font-size: 38px;
  font-weight: 700;
  color: #000;
  position: relative;
  padding-left: 10px;
  padding-bottom: 10px;
}

span.currency {
  font-size: 18px;
  vertical-align: top;
}

p.months {
  text-transform: none !important;
  color: #737272 !important;
}

ul.price-table li .btn {
  margin: 30px;
}

/***********************************************************************************************/
/* =Portfolio Page */
/***********************************************************************************************/

.portfolio-hero {
  background: url("../images/hero-bg/02.jpg");
  background-size: cover;
}

.portfolio-hero:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1;
}

#portfolio-section {
  padding: 80px 0;
}

ul.filter-list {
  padding: 60px 0 80px 0;
  list-style: none;
  text-align: center;
}

ul.filter-list li {
  display: inline-block;
  margin-right: 10px;
}

ul.filter-list li a {
  display: block;
  cursor: pointer;
  color: rgb(73, 73, 73);
  font-style: italic;
  font-size: 14px;
}

ul.filter-list li a:hover {
  color: #fc6e51;
}

ul.filter-list li a.active {
  color: #fc6e51;
}

ul.filter-list li a:after {
  content: "/";
  color: #898989;
  padding-left: 15px;
}

ul.filter-list li:last-child a:after {
  content: "";
}

.gallery-masory {
  width: 100%;
}

.portfolio-items .gallery-masory .gallery-item {
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

/***********************************************************************************************/
/* =Tweet section*/
/***********************************************************************************************/

#tweet-section {
  background: url("../images/temp/tweet-bg.jpg") center top;
  position: relative;
  padding: 80px 0;
}

#tweet-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(5, 5, 5, 0.9);
  width: 100%;
  height: 100%;
  z-index: 2;
}

#tweet-section .container {
  position: relative;
  z-index: 3;
}

span.tweet-icon {
  display: block;
  color: #f4f4f4;
  font-size: 34px;
  margin-bottom: 24px;
  text-align: center;
}

ul.tweet-slider {
  text-align: center;
  padding: 0;
  list-style: none;
}

ul.tweet-slider h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1.3px;
}

ul.tweet-slider small {
  color: #e6e6e6;
  font-size: 99%;
}

/***********************************************************************************************/
/* =Blog-section section */
/***********************************************************************************************/

#blog-section .title-section {
  padding-bottom: 80px;
}

.entry-image {
  margin-bottom: 23px;
}

.entry-image a {
  display: block;
}

.entry-image a:hover {
  opacity: 0.8;
}

.entry-image img {
  width: 100%;
}

.post-meta {
  padding-bottom: 8px;
}

.post-meta,
.post-meta a {
  color: #aaa;
}

.post-meta a:hover {
  color: #111;
}

.post-meta p span.date:after {
  padding: 0 4px 0 8px;
  content: "|";
}

.post-meta p span.author a {
  padding-left: 2px;
}

.post-meta p span.author:after {
  padding: 0 4px 0 8px;
  content: "|";
}

h4.post-title {
  font-size: 16px;
  font-weight: 500 !important;
  letter-spacing: 2.1px;
}

.post-title a {
  color: #4f4f4f;
  font-size: 16px;
}

.blog-more {
  margin-top: 20px;
}

/***********************************************************************************************/
/* =Contact section*/
/***********************************************************************************************/

#contact-section .divider {
  display: inline-block;
}

#contact-section .title-section {
  padding-bottom: 80px;
}

.form-group .form-control.br-b {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

textarea.form-control {
  min-height: 100px;
}

#contactform .form-group #submit {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.contact-info {
  text-align: center;
  border-top: 1px solid #eeeeee;
}

.contact-info a {
  color: #4f4f4f;
  font-size: 18px;
  display: block;
  padding: 50px 0;
}

.contact-info a i {
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
}

/***********************************************************************************************/
/* =Google maps*/
/***********************************************************************************************/

#map {
  height: 100%;
  width: 100%;
}

#module-maps {
  position: relative;
  height: 400px;
  width: 100%;
}

/***********************************************************************************************/
/* =Single-project */
/***********************************************************************************************/

#project-head-section {
  padding: 80px 0;
  position: relative;
  background: url("../images/temp/head.jpg");
}

#project-head-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(5, 5, 5, 0.7);
  width: 100%;
  height: 100%;
  z-index: 2;
}

#project-head-section img,
.project-photo img {
  width: 100%;
}

#project-head-section .container {
  position: relative;
  z-index: 3;
}

#project-head-section h2,
#project-head-section p {
  color: #fff;
  text-align: center;
}

#project-head-section h2 {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

#project-head-section p {
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.bx-wrapper img {
  width: 100%;
}

.single-portfolio {
  padding-top: 80px;
}

.project-image img {
  width: 100%;
}

.project-title {
  padding: 30px 0;
  text-align: center;
}

.project-title h6 {
  text-transform: lowercase;
}

.portfolio-desc {
  padding: 50px 0 80px 0;
}

.portfolio-desc h5 {
  border-bottom: 1px solid rgb(221, 221, 221);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 13px;
}

.portfolio-desc a {
  padding-top: 10px;
  display: block;
}

.portfolio-desc a:hover {
  color: #fc6e51;
  opacity: 0.8;
}

ul.details-list {
  padding: 0;
  list-style-type: none;
}

ul.details-list li {
  padding: 4px 0;
}

ul.details-list li strong {
  color: #000;
}

ul.details-list li:first-child {
  padding-top: 0;
}

ul.details-list li:last-child {
  border: none;
}

.item {
  padding: 5px;
}

.item .overlay .overlay-inner {
  top: 38%;
}

.item .overlay .overlay-inner p {
  margin-bottom: 4px;
}

/*--------------------
  Related Section
----------------------*/

#related-projects {
  padding: 80px 0;
}

#related-projects .related-head h2 {
  text-align: center;
  font-weight: 300;
  letter-spacing: 1.4px;
  font-size: 26px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

#related-projects .related-head h2:after {
  content: "";
  width: 80px;
  height: 0;
  border-bottom: 1px solid #eb7a5c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.owl-theme .owl-controls {
  margin-top: 40px !important;
}

/***********************************************************************************************/
/* =Landing page*/
/***********************************************************************************************/

.landing-hero:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*--------------------
  Features Section
----------------------*/

#features-section {
  padding: 70px 0 !important;
  padding-bottom: 100px !important;
}

#features-section .title-section {
  padding-bottom: 80px;
}

.features-image {
  text-align: center;
}

.choose-image {
  text-align: center;
}

ul.features-list {
  list-style: none;
  padding: 0;
  padding-top: 50px;
}

ul.features-list li {
  margin-bottom: 30px;
}

.iconbox {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
}

.iconbox i {
  font-size: 32px;
  color: #fc6e51;
}

.features-box-content {
  margin-left: 70px;
}

.features-box-content h6 {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.creative-content-left,
.creative-content-right {
  padding-top: 100px;
}

#creative-section-1 h2,
#creative-section-2 h2,
#features-app-section-1 h2,
#features-app-section-2 h2 {
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 32px;
  text-transform: capitalize;
}

#creative-section-1 p,
#creative-section-2 p,
#features-app-section-1 p {
  line-height: 26px;
  font-size: 14px;
}

#creative-section-1 .view-more,
#creative-section-2 .view-more,
#features-app-section-1 .view-more,
#features-app-section-2 .view-more {
  padding-top: 30px;
  text-align: left !important;
}

.img-creative-left figure,
.img-creative-right figure {
  padding: 0 25px;
  text-align: center;
}

/*--------------------
  Video section
----------------------*/

#video-section {
  background: url("../images/temp/tweet-bg.jpg") center top;
  position: relative;
  padding: 100px 0;
}

#video-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #fc6e51;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#video-section .container {
  position: relative;
  z-index: 3;
}

#video-section .video-section-content a {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border: 3px solid rgba(255, 255, 255, 0.93);
  text-align: center;
  line-height: 78px;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.93);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#video-section .video-section-content a .fa-play {
  position: relative;
  left: 4px;
}

.video-head {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  padding-bottom: 7px;
}

.video-sub-heading {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
  opacity: 0.9;
  color: #fff;
}

/*--------------------
  Offer section
----------------------*/

#landing-offer .title-section h2 {
  padding-bottom: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.offer-post {
  padding: 30px 0;
}

.offer-post h4 {
  margin-top: 15px;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 500;
}

.offer-icon {
  font-size: 42px;
  color: #fc6e51;
  padding-bottom: 15px;
}

/*--------------------
  Screenshots
----------------------*/

#screenshots-section .title-section {
  padding-bottom: 80px;
}

.screenshots-carousel .shot {
  padding: 4px;
}

.screenshots-carousel .shot a.zoom {
  display: block;
}

.screenshots-carousel .shot a img {
  border-radius: 3px;
  width: 100%;
}

/*--------------------
  Subscribe section
----------------------*/

#subscribe-section {
  background: #f8f8f8;
  padding: 70px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.newsletter-title {
  margin-bottom: 30px;
}

.newsletter-title h4 {
  font-weight: 400;
}

.newsletter-field {
  width: 65%;
}

#subscriber-email {
  width: 100%;
}

.subscription-success,
.subscription-error {
  text-align: center;
  font-weight: 400;
  margin: 20px 0 25px 0;
  font-size: 13px;
}

.subscription-success span,
.subscription-error span {
  margin-bottom: 15px;
  font-size: 24px;
}

/*--------------------
  Testimonials section
----------------------*/

#testimonials-section {
  padding: 80px 0;
  text-align: center;
}

ul.testimonials-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.testimonials-slider li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 35px;
  display: inline-block;
}

ul.testimonials-slider li p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 20px;
  color: #9b9b9b;
  font-style: italic;
  letter-spacing: 1.4px;
}

.testimonials-author {
  color: #fc6e51;
}

.tc-arrows {
  margin-top: 30px;
}

.tc-arrow-left,
.tc-arrow-right {
  display: inline-block;
}

.testimonials-carousel a.bx-next,
.testimonials-carousel a.bx-prev {
  display: block;
  color: #fc6e51;
  width: 30px;
  height: 30px;
  border: 1px solid #fc6e51;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonials-carousel a.bx-next:hover,
.testimonials-carousel a.bx-prev:hover {
  color: #fff;
  background: #fc6e51;
}

.tc-arrow-left {
  margin-right: 2px;
}

.tc-arrow-right {
  margin-left: 1px;
}

.tc-arrow-left .fa,
.tc-arrow-right .fa {
  line-height: 28px;
  font-size: 21px;
  width: 28px;
  height: 28px;
  text-align: center;
}

.tc-arrow-left .fa {
  margin-left: -2px;
}

.tc-arrow-right .fa {
  margin-right: -2px;
}

#testimonials-section .bx-wrapper img {
  width: auto !important;
}

#soon-about-section .title-section {
  padding-bottom: 0;
  padding-top: 100px;
}

/***********************************************************************************************/
/* Landing Blog */
/***********************************************************************************************/

#blog-head {
  position: relative;
  background: url("../images/temp/head.jpg") center top;
  padding: 80px 0 !important;
}

#blog-head:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(5, 5, 5, 0.7);
  width: 100%;
  height: 100%;
  z-index: 2;
}

#blog-head .container {
  position: relative;
  z-index: 3;
}

.head-blog-title,
.head-blog-subtitle {
  color: #fff;
}

h2.head-blog-title {
  font-size: 36px;
}

.head-blog-subtitle {
  font-weight: 400;
}

.blog-post {
  margin-bottom: 80px;
}

.blog-item-body h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0 10px 0;
  line-height: 1.4;
}

.blog-entry-meta {
  margin-bottom: 10px;
}

.blog-entry-body p {
  margin-bottom: 13px;
}

.blog-entry-body ul,
.blog-entry-body blockquote {
  margin: 15px 0;
}

.breadcrumb {
  background: none;
  text-align: right;
}

#blog-head .breadcrumb {
  margin: 20px 0 0 0;
}

#blog-head .breadcrumb li a {
  color: rgba(255, 255, 255, 0.8);
}

#blog-head .breadcrumb li a:hover,
#blog-head .breadcrumb li a:focus,
#blog-head .breadcrumb li a:visited,
#blog-head .breadcrumb li a:active {
  color: rgba(255, 255, 255, 1);
}

#blog-head .breadcrumb > .active {
  color: #9e9e9e;
}

.img-wrapper a {
  display: block;
}

.img-wrapper a img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-media .bx-wrapper .bx-viewport {
  left: 0;
}

.p-name a {
  display: block;
  color: #000;
}

.blog-entry-foot {
  margin-top: 30px;
}

/*--------------------
  Pagination
----------------------*/

.pagination {
  margin: 0;
}

.pagination > li > a,
.pagination > li > span {
  margin-right: 4px;
  border-radius: 50%;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 50%;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #272b2f;
  border: 1px solid #272b2f;
}

.pagination > li > a,
.pagination > li > span {
  color: #272b2f;
  border: 1px solid transparent;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #272b2f;
  border-color: #272b2f;
  outline: 0;
  color: #fff;
}

.blog-post-foot {
  padding: 30px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}

.post-tag {
  margin-top: 30px;
}

.blog-post-foot a {
  color: #a2a2a2;
}

/*--------------------
  Comments section
----------------------*/

.comments-list {
  margin: 40px 0 70px;
}

h4.comments-title {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-weight: 500;
  letter-spacing: 2px;
}

#comments .media {
  padding: 30px 0 15px 0;
}

.media-left,
.media > .pull-left {
  padding-right: 20px;
}

.media {
  margin-top: 0;
}

.media-body p {
  line-height: 22px;
}

.media-heading {
  color: #fc6e51 !important;
  font-size: 15px;
}

.media-heading a:hover {
  color: #000;
}

.comment-meta p {
  font-size: 12px;
  color: #202020;
  margin-bottom: 15px;
}

.comment-reply-link a:hover {
  color: #000;
}

#comments .media.nbm {
  padding: 40px 0 0 0;
}

#reply-title {
  color: #000;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 5px;
}

.comment-notes {
  margin-bottom: 40px;
}

.required {
  color: #fc6e51;
}

label {
  color: #000;
  font-weight: 500;
}

/*--------------------
  Sidebar
----------------------*/

.widget {
  padding-top: 40px;
  padding-left: 10px;
}

.widget ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.widget li {
  padding: 5px 0;
}

.widget h3 {
  font-weight: 400;
  border-bottom: 1px solid #eee;
  padding: 0 0 12px;
  margin: 0 0 25px;
}

.widget a {
  color: #777;
}

.widget a:hover,
.widget a:focus,
.widget:active {
  color: #000;
}

.widget:first-child {
  padding-top: 0;
}

#search-form {
  position: relative;
}

.input-group .form-control {
  border: 1px solid #dcdcdc;
  padding: 8px 12px;
}

.btn-search {
  border: 1px solid #dcdcdc;
  padding: 7px 20px;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #a1a1a1;
  background: transparent;
}

.btn-search:hover {
  color: #333;
}

.search-input {
  color: #a1a1a1;
  font-size: 13px;
  font-weight: 300;
}

.search-input::-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
  letter-spacing: 1.6px;
}

.search-input:-ms-input-placeholder {
  color: #a1a1a1;
  letter-spacing: 1.6px;
}

.search-input::-webkit-input-placeholder {
  color: #a1a1a1;
  letter-spacing: 1.6px;
}

/*--------------------
  About widget
----------------------*/

.widget-about h3 {
  text-align: center;
  border-bottom: 0;
}

.about-widget-img {
  width: 150px;
  max-height: 200px;
  margin: 30px auto 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.about-widget-img img {
  border-radius: 50%;
}

.widget-about p {
  text-align: center;
}

.widget-social {
  text-align: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 20px;
}

.widget-social li {
  display: inline-block;
}

.widget-social li a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 3px 6px 3px;
  border-radius: 15px;
  background-color: #f5f5f5;
  line-height: 30px;
  text-align: center;
}

.widget-social li a:hover {
  background-color: #272b2f;
  color: #fff;
}

/*--------------------
  Tags
----------------------*/

.tagcloud a,
.post-tag a {
  display: inline-block;
  margin: 0 2px 8px 0;
  padding: 5px 7px;
  border: 1px solid #e9e9e9;
  color: #777;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a:active {
  text-decoration: none;
  border-color: #333;
  color: #111;
}

/*--------------------
  Recent Posts 
----------------------*/

.widget-posts-img {
  float: left;
  margin: 0 7px 0 0;
  width: 80px;
  height: 80px;
}

.widget-posts li a {
  font-size: 14px;
  display: block;
  color: #555;
  text-decoration: none;
  letter-spacing: 1.4px;
}

.widget-posts-descr {
  overflow: hidden;
  padding-left: 5px;
}

/***********************************************************************************************/
/* =App landing page */
/***********************************************************************************************/

.app-hero {
  background: url("../images/hero-bg/app.jpg");
  background-size: cover;
}

.app-hero:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1;
}

#features-app-section-1,
#features-app-section-2 {
  padding: 120px 0;
}

.features-app-content-right {
  padding-top: 30px;
}

#features-app-section-1 h2,
#features-app-section-2 h2 {
  margin-bottom: 35px;
}

#features-app-section-1 p {
  margin-bottom: 20px;
  line-height: 29px;
  letter-spacing: 1.4px;
  font-weight: 300;
}

ul.features-app-list {
  list-style-type: none;
  padding-left: 0;
  padding-top: 10px;
}

ul.features-app-list li {
  margin-bottom: 10px;
}

#feature-app-section-2 ul.features-app-list li {
  margin-bottom: 15px !important;
}

.app-feature-icon {
  font-size: 24px;
  color: #fc6e51;
  margin-right: 20px;
}

.feature-app-box-content p {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 10px !important;
  font-weight: 300;
}

.features-app-content-left {
  padding-top: 40px;
}

#features-app-section-2 ul.features-app-list {
  padding-top: 50px;
}

#features-app-section-2 ul.features-app-list li {
  margin-bottom: 15px;
}

#features-app-section-2 .feature-app-box-content {
  display: table;
}

#features-app-section-2 .feature-app-box-content h6 {
  margin-top: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

#features-app-section-2 p {
  line-height: 24px;
  font-size: 13px;
  letter-spacing: 1.2px;
}

#perfect-section {
  background: url("../images/temp/bg-3.jpg");
  background-size: cover;
  padding: 80px 0;
  position: relative;
}

#perfect-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
}

#perfect-section .container {
  position: relative;
  z-index: 3;
}

#perfect-section h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 10px;
}

#perfect-section p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  opacity: 0.9;
  color: #fff;
}

#perfect-section a {
  margin-top: 30px;
}

#download-section {
  position: relative;
  padding: 60px;
  background-size: cover;
  background: url("../images/temp/tweet-bg.jpg");
}

#download-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

#download-section .container {
  z-index: 3;
  position: relative;
}

#download-section .download-text {
  text-align: center;
}

.download-text h2 {
  line-height: 34px;
  font-weight: 300;
}

.download-text h2 strong {
  font-weight: 400;
  font-size: 26px;
}

.download-text h2,
.download-text p {
  color: #fff !important;
}

.download-text p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

.download-text a {
  margin-top: 30px;
  display: inline-block;
}

ul.download {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

ul.download li {
  display: inline-block;
}

ul.download li a {
  display: block;
}

ul.download li a:hover,
ul.download li a:focus,
ul.download li a:active {
  opacity: 0.8;
}

ul.download li a img {
  width: 90%;
}

/***********************************************************************************************/
/* = Coming soon page */
/***********************************************************************************************/

.soon-hero {
  background: url("../images/temp/stats-bg.jpg");
  background-size: cover;
}

.soon-hero:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.soon-hero p {
  color: #fff;
  font-size: 14px;
}

.soon-countdown {
  color: #fff;
  margin-top: 65px;
  text-align: center;
}

.soon-countdown > * {
  text-align: center;
}

.soon-countdown div {
  display: inline-block;
}

.soon-countdown div span {
  width: 150px;
  display: block;
}

.soon-countdown div span:first-child {
  height: 78px;
  font-weight: 300;
  font-size: 6em;
  line-height: 64px;
}

.soon-countdown div span:last-child {
  height: 20px;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 20px;
}

/***********************************************************************************************/
/* =Personal page*/
/***********************************************************************************************/

.personal-hero {
  background: url("../images/hero-bg/personal.jpg");
  background-size: cover;
}

.personal-hero:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.personal-hero .hero-btn {
  margin-top: 25px;
}

.about-me {
  padding: 11% 9% 0;
}

.about-me h4 {
  padding-bottom: 20px;
  font-size: 16px;
}

.about-me h3 {
  font-size: 20px;
  line-height: 1.35;
}

.about-me p {
  margin-bottom: 30px;
  line-height: 25px;
}

.about-img img {
  width: 100%;
}

#personal-skills {
  padding: 80px 0;
}

#experiences-section .title-section {
  padding-bottom: 80px;
}

#experiences-section .list-experiences {
  margin-bottom: 40px;
}

#experiences-section .list-experiences .time {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 3px;
}

#experiences-section .list-experiences .time span {
  margin-right: 10px;
}

#experiences-section .list-experiences .time span.fa {
  color: #fc6e51;
  font-size: 16px;
}

#experiences-section .list-experiences .time h4 {
  font-weight: 500;
  letter-spacing: 1.6px;
  color: #000;
}

#experiences-section .list-experiences span,
#experiences-section .list-experiences h4 {
  display: inline-block;
}

/***********************************************************************************************/
/* =Footer */
/***********************************************************************************************/

#footer-section {
  padding: 80px 0;
  background: #f7f7f7;
  border-top: 1px solid #eeeeee;
}

ul.footer-social-links {
  list-style-type: none;
  padding: 0;
}

ul.footer-social-links li {
  display: inline-block;
  margin-left: 30px;
}

ul.footer-social-links li:first-child {
  margin: 0;
}

ul.footer-social-links li a {
  font-size: 15px;
  color: #4f4f4f;
  display: block;
  text-transform: uppercase;
}

ul.footer-social-links li a:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  height: 1px;
  background: #fe8869;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.footer-social-links li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

p.copyright {
  padding-top: 40px;
}

/***********************************************************************************************/
/* =Back to top */
/***********************************************************************************************/

.back-to-top {
  text-align: center;
  background: #476bab;
  color: #fff;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 9999;
}

.back-to-top:hover {
  opacity: 0.9;
}

/***********************************************************************************************/
/* Responsive Part */
/***********************************************************************************************/

@media screen and (max-width: 1440px) {
  #about-section .about {
    padding-top: 40px;
  }

  .border-left-sub-menu {
    left: 0px;
  }

  .menu-left {
    margin-left: -102px !important;
  }

  .menu-left a {
    padding: 30px 30px !important;
  }

  #scroll-down {
    display: none;
  }

  .top-solutions {
    padding: 0 0 5px 20px;
  }

  .top-solutions li {
    margin: 8px 20px 5px;
  }

  .body-solutions {
    padding: 60px 70px;
  }

  .body-solutions li label {
    padding: 0 0 0 40px !important;
  }

  .banner-all-pages {
    background-position: center bottom !important;
    min-height: 55vh;
  }

  .cosa-facciamo {
    display: none;
  }

  #solutions-page {
  }

  #solutions-page .title,
  #solutions-page .description {
    width: 90%;
    padding: 0 0 0 80px;
  }

  .title-left {
    display: none;
  }

  .row-solutions {
    padding: 0px 0 20px;
    float: left;
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 1366px) {
  .top-solutions li {
    margin: 8px 10px 5px;
  }

  .body-solutions {
    padding: 60px 20px;
  }

  .body-solutions ul {
    padding: 0;
  }

  .body-solutions li label {
    padding: 0 0 0 20px !important;
  }

  .banner-all-pages {
    min-height: 52vh;
  }
}

@media screen and (max-width: 1200px) {
  #about-section .about {
    padding-top: 40px;
  }

  .border-left-sub-menu {
    left: 0px;
  }

  .newClient {
    display: none;
  }

  #new-clients {
    padding: 100px 0px 60px 150px;
  }

  .menu-left {
    margin-left: -102px !important;
  }

  .menu-left a {
    padding: 30px 30px !important;
  }

  #scroll-down {
    display: none;
  }

  .claim {
    font-size: 30px;
    padding: 20px 0 0 40px;
  }

  .claim h1 {
    font-size: 40px;
    line-height: 50px;
  }

  #hero-section {
    max-height: 610px;
  }

  #solutions-xs img {
    width: 50px;
    display: none;
    float: left;
    padding-left: 10px;
  }

  .top-solutions li.active img {
    display: block !important;
  }

  .top-solutions li {
    font-size: 18px;
  }

  .body-solutions li span {
    float: left;
    text-align: center;
  }

  .body-solutions ul img {
    max-width: 80%;
  }

  .body-solutions li h6 {
    font-size: 20px;
  }

  .body-solutions li label {
    width: 80%;
  }

  .body-solutions li h5 {
    font-size: 30px;
  }

  .body-solutions li article p {
    font-size: 20px;
  }

  .form-group label {
    width: 18% !important;
  }

  .form-control {
    width: 82%;
  }

  .message {
    width: 100%;
  }

  .banner-all-pages {
    min-height: 48vh;
  }

  .banner-team {
    min-height: 400px;
    background-size: contain;
  }

  .banner-team {
    min-height: 350px;
    background-size: contain;
  }

  #our-teams {
  }

  #our-teams h1,
  #our-teams h2,
  #our-teams h3,
  #our-teams h4,
  #our-teams p {
    padding: 0 0 0 50px;
  }

  #our-teams h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .hidden-min {
    display: none;
  }

  #our-teams ul {
    padding: 0 0 0 90px;
  }

  #our-teams li {
    line-height: 35px;
    margin-bottom: 20px;
  }

  .p-img-comuncazione {
    text-align: center;
    padding: 0 !important;
    width: 100%;
  }

  .p-img-comuncazione img {
    left: 0;
    right: 0;
    max-width: 50%;
    min-width: 50%;
    padding: 60px 0 0 !important;
  }
}

@media screen and (max-width: 1080px) {
  body {
    background: #fff;
    overflow-x: hidden;
  }

  .dropdown {
    display: none;
  }

  a.en-version {
    display: block !important;
  }

  a.navbar-brand {
    padding: 8px 15px;
  }

  .top-solutions li {
    font-size: 16px;
  }

  .banner-all-pages {
    min-height: 42vh;
  }

  .banner-team {
    min-height: 250px;
    background-size: contain;
  }

  #our-teams ul {
    padding: 0 0 0 90px;
  }

  #our-teams li {
    line-height: 35px;
    margin-bottom: 20px;
  }

  .p-img-comuncazione {
    text-align: center;
    padding: 0 !important;
    width: 100%;
  }

  .p-img-comuncazione img {
    left: 0 !important;
    right: 0 !important;
    max-width: 50%;
    min-width: 50%;
    padding: 60px 0 0 !important;
  }
}

@media screen and (max-width: 992px) {
  body {
  }

  #new-clients {
    padding: 100px 0px 60px 70px;
  }

  #solutions-xs {
    display: block;
    margin-bottom: 50px;
    width: 100%;
    overflow-x: hidden;
  }

  #solutions {
    display: none;
  }

  #solutions-xs .top-solutions {
    border-bottom: none;
    padding: 0px 0 5px 8px;
  }

  .top-partners {
    padding: 40px 0 20px 0;
    font-size: 38px;
  }

  .top-solutions h5 {
    font-size: 22px;
    padding: 0 20px 5px;
    margin: 0px 20px 5px;
    border-bottom: solid 1px;
    width: 100%;
    width: calc(100% - 40px);
  }

  .top-solutions ul {
    margin: 0;
    width: 100%;
  }

  .top-solutions li {
    margin: 0 -20px 0 !important;
    width: 100%;
    border-bottom: solid 1px #1d89ff !important;
    padding: 10px 2px 10px 25px !important;
    font-size: 16px;
    font-weight: 500 !important;
  }

  .top-solutions li i.fa-chevron-right {
    float: right;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 20px 5px;
  }

  .top-solutions li i.fa-angle-down {
    float: right;
    font-size: 20px;
    font-weight: 400;
    padding: 2px 20px 5px;
    display: none;
  }

  .top-solutions li ul li {
    display: none;
  }

  .top-solutions li.active ul {
    float: left;
    padding: 0;
  }

  .top-solutions li.active i.fa-chevron-right {
    display: none;
  }

  .top-solutions li.active i.fa-angle-down {
    display: block;
  }

  .top-solutions li.active ul li {
    display: block;
    border-bottom: none !important;
  }

  .top-solutions .btn-clean {
    font-size: 13px;
    padding: 0;
    float: right;
    margin: 40px 0 10px;
  }

  .navbar .container {
    width: 95% !important;
  }

  .entry-post {
    padding-bottom: 35px;
  }

  #type-masory {
    width: auto;
  }

  #about-section .about {
    padding: 90px 70px;
  }

  .member-team .magnifier .magnifier-inner {
    padding: 0 10px;
  }

  .member-team .magnifier .magnifier-inner p:last-of-type {
    display: none;
  }

  ul.price-table {
    margin-left: 0;
    margin-right: 0;
  }

  .banner-image {
    margin-top: 40px !important;
  }

  .gallery-masory {
    width: auto;
  }

  .contactform {
    padding: 80px 10px;
  }

  .portfolio-desc .col-sm-4 {
    margin-bottom: 20px;
  }

  .portfolio-rel figure {
    margin-bottom: 20px;
  }

  .form-inline .form-control,
  .form-inline .form-group {
    display: block;
  }

  .newsletter-field {
    width: 100%;
  }

  #subscribe-section #subscribe-button {
    display: block;
    width: 100%;
  }

  #blog-head {
    text-align: center !important;
  }

  #search-form {
    margin-top: 30px;
  }

  .breadcrumb {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .claim {
    text-align: center;
  }

  #new-clients {
    padding: 60px 40px 60px 60px;
  }

  #new-clients h1 {
    font-size: 40px;
    line-height: 55px;
  }

  #new-clients p {
    font-size: 16px;
    line-height: 34px;
  }

  .banner-all-pages {
    min-height: 33vh;
  }

  .navbar .container {
    width: auto;
  }

  .big-title-sec .view-more a {
    margin: 5px 0;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .soon-countdown div span:first-child {
    font-size: 60px;
  }

  .creative-content-left {
    padding-top: 0;
  }

  #creative-section-1 .view-more {
    text-align: center !important;
  }

  #creative-section-2 .view-more {
    margin-bottom: 80px;
    text-align: center !important;
  }

  .about-studio,
  .what-do {
    padding-bottom: 35px;
  }

  .member-team {
    margin-bottom: 30px;
  }

  .member-team .magnifier .magnifier-inner {
    padding: 0 30px;
  }

  .member-team .magnifier .magnifier-inner p:last-of-type {
    display: block;
  }

  .banner-content {
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center;
  }

  .banner-image {
    text-align: center;
    margin-bottom: 40px;
  }

  .client img {
    width: 70% !important;
  }

  .about-me h4 a {
    margin-bottom: 30px;
  }

  .banner-finale {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  body {
    background: #fff;
    overflow-x: hidden;
  }

  #scroll-down {
    display: none;
  }

  #preloader {
    width: 100%;
  }

  #loading-animation {
    background-size: 120px;
    left: 25%;
    margin: 0 auto;
    width: 120px;
    top: 35%;
  }

  .hero-content {
    padding: 30% 0 0 0;
  }

  .img-hero-xs {
    margin: 20px 0;
  }

  .claim {
    padding: 0;
    text-align: center;
    width: 100%;
    font-size: 30px;
  }

  .hero-content h1 {
    font-size: 32px;
    line-height: 35px;
  }

  .hero-content h2 {
    font-size: 32px;
    line-height: 35px;
  }
  .hero-btns-container {
    display: flex;
    flex-direction: column;
    align-content: center;
  }
  .hero-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding-inline: 20px;
    margin-top: 25px;
    margin-left: 0;
  }

  .btn-presentazione-container {
    display: flex;
    justify-content: center;
    margin-left: 0;
  }

  .btn-clean {
    margin: 15px 0;
  }

  p.hero {
    font-size: 14px;
    line-height: 24px;
  }

  #new-clients {
    padding: 45px 45px 60px 45px;
  }

  #new-clients h1 {
    font-size: 38px;
    line-height: 44px;
    text-align: center;
  }

  #new-clients p {
    font-size: 17px;
    line-height: 30px;
  }

  #new-clients img {
    margin: 30px 0 0 0;
    display: none;
  }

  .sep-section {
    height: 110px;
    background-size: contain;
    margin: 10px 0;
  }

  .section-form h2 {
    font-size: 22px;
    margin: 40px 24px 30px;
  }

  .section-form h3 {
    font-size: 27px;
    margin: -10px 0 40px;
    line-height: 36px;
  }

  .panel-solutions {
    padding: 0;
  }

  .mnu-left {
    display: none;
  }

  .pulsanti-xs {
    display: block;
    float: left;
    width: 100%;
  }

  #solutions-xs {
    display: block;
    margin-bottom: 50px;
    width: 100%;
    overflow-x: hidden;
  }

  #solutions {
    display: none;
  }

  #solutions-xs .top-solutions {
    border-bottom: none;
    padding: 0px 0 5px 8px;
  }

  .top-partners {
    padding: 40px 0 20px 0;
    font-size: 38px;
  }

  .top-solutions h5 {
    font-size: 22px;
    padding: 0 20px 5px;
    margin: 0px 20px 5px;
    border-bottom: solid 1px;
    width: 100%;
    width: calc(100% - 40px);
  }

  .top-solutions ul {
    margin: 0;
  }

  .top-solutions li {
    margin: 0 -20px 0 !important;
    width: 100%;
    border-bottom: solid 1px #1d89ff !important;
    padding: 10px 2px 10px 0px !important;
    font-size: 16px;
    font-weight: 500 !important;
  }

  .top-solutions li i.fa-chevron-right {
    float: right;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 20px 5px;
  }

  .top-solutions li span {
    padding: 0 0 0 25px;
  }

  .top-solutions li i.fa-angle-down {
    float: right;
    font-size: 20px;
    font-weight: 400;
    padding: 12px 20px 5px;
    display: none;
  }

  .top-solutions li ul li {
    display: none;
  }

  .top-solutions li.active ul {
    float: left;
    padding: 0 0 0 35px;
    border-top: solid 1px #1d89ff !important;
    margin: 10px 0 0;
  }

  .top-solutions li.active i.fa-chevron-right {
    display: none;
  }

  .top-solutions li.active i.fa-angle-down {
    display: block;
  }

  .top-solutions li.active span {
    padding: 13px 0 0 5px !important;
    float: left;
  }

  .btn-span {
    float: right !important;
    padding: 2px 0 0 5px !important;
  }

  .top-solutions li.active ul li {
    display: block;
    border-bottom: none !important;
  }

  .top-solutions .btn-clean {
    font-size: 13px;
    padding: 0;
    float: right;
    margin: 40px 0 10px;
  }

  #solutions-page .title,
  #solutions-page .description {
    width: auto;
    padding: 0 35px;
  }

  .solutions-li span {
    height: 70%;
    padding: 40% 0;
  }

  #loading-animation {
    left: 40%;
    top: 35%;
  }

  .form-group label {
    width: 25% !important;
    margin-left: 2%;
  }

  .form-control {
    width: 70%;
  }

  .form-wrapper {
    margin: 0 15px;
  }

  .message {
    width: 95%;
    margin: 0 2%;
  }

  #form {
    width: 100%;
    overflow-x: hidden;
  }

  .section-form .btn-richiedi {
    margin: 0 2% 0 0;
  }

  #top-banner-xs {
    height: 120px;
  }

  .banner-all-pages {
    background-position: center bottom !important;
    min-height: 22vh;
    margin: 0px 0 40px 0;
    background-size: cover !important;
  }

  #our-teams {
    padding: 50px 0;
    overflow-x: hidden;
  }

  .banner-team {
    width: 70%;
    margin-left: 15%;
    min-height: 150px;
    background-size: contain !important;
  }

  #our-teams h1,
  #our-teams h2,
  #our-teams h3,
  #our-teams h4,
  #our-teams p {
    padding: 0 0 0 30px;
  }

  .row-about {
    padding: 40px 0 0 40px;
    width: 96%;
  }

  #our-teams h1 {
    font-size: 24px !important;
    font-weight: 600 !important;
  }

  #our-teams h2 {
    font-size: 28px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
  }

  #our-teams p,
  #our-teams li {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 10px;
  }

  .row-about img {
    display: none;
  }

  .img-comuncazione {
    display: block !important;
    width: 96% !important;
    padding: 50px 2% !important;
    right: 0 !important;
  }

  .p-img-comuncazione img {
    left: 0 !important;
    right: 0 !important;
    max-width: 80%;
    min-width: 60%;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 60px 0 0 !important;
  }

  #our-teams h3,
  #our-teams h4 {
    font-size: 20px;
    line-height: 30px;
  }

  #solutions-page {
    padding: 10px 0 50px 0;
    overflow-x: hidden;
  }

  #lavora-con-noi {
    padding: 10px 0 50px 0;
    overflow-x: hidden;
  }

  #solutions-page img {
    display: none;
  }

  .row-solutions {
    padding: 40px 0 0 40px;
    width: 96%;
  }

  .row-lavora-con-noi {
    padding: 40px 0 0 40px;
    width: 96%;
  }

  #lavora-con-noi h1 {
    font-size: 24px !important;
    font-weight: 600 !important;
  }

  #lavora-con-noi ul {
    width: 100% !important;
    margin: 0% !important;
    padding: 0 !important;
  }

  .lavora-con-noi img {
    min-width: auto !important;
  }

  #lavora-con-noi .last-ul {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

   #lavora-con-noi ul li img {
    max-width: 80% !important;
    margin: 0 10% !important;
  }

  #lavora-con-noi h1 {
    font-size: 24px !important;
    font-weight: 600 !important;
  }

  #lavora-con-noi ul {
    width: 100% !important;
    margin: 0% !important;
    padding: 0 !important;
  }

  .row-lavora-con-noi img {
    min-width: auto !important;
  }

  #solutions-page .last-ul {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #lavora-con-noi  ul li {
    width: 100% !important;
    overflow-x: hidden;
  }

  #lavora-con-noi ul li img {
    max-width: 80% !important;
    margin: 0 10% !important;
  }

  #lavora-con-noi  h2 {
    font-size: 28px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
  }

  #lavora-con-noi  h3 {
    font-size: 22px !important;
    line-height: 28px !important;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    padding-left: 0px !important;
}

  #lavora-con-noi  h3 strong {
    font-size: 30px;
  }

  #lavora-con-noi  h5 {
    font-size: 20px;
    margin-bottom: 40px;
  }  
  

#lavora-con-noi li span {
    float: left;
    position: relative;
    margin: 50px 50px 0;
}

#lavora-con-noi li label {
  float: left;
  position: relative;
  margin: 20px 0 0 12px;
  left: 0!important;
}

#lavora-con-noi li{
  height: auto;
  padding-bottom: 10px!important;
}

.form-candidatura {
  padding: 30px 40px!important;
}

.form-candidatura .form-group input[type=text], .form-candidatura .form-group input[type=file], .form-candidatura .form-group input[type=tel], .form-candidatura .form-group input[type=email] {
    width: 100% !important;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 5px;
  }

.form-candidatura .form-group label {
  width: 100% !important;
  padding-left: 10px!important;
  text-align: left;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;

}

#lavora-con-noi p {
  font-size: 18px!important;
  line-height: 30px!important;
  float: left!important;
}
  
  #lavora-con-noi  .last-ul {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }


  #solutions-page ul li img {
    max-width: 80% !important;
    margin: 0 10% !important;
  }

  #solutions-page h2 {
    font-size: 28px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
  }

  #solutions-page h3 {
    margin-bottom: 50px;
    font-size: 30px;
  }

  #solutions-page h3 strong {
    font-size: 30px;
  }

  #solutions-page h5 {
    font-size: 20px;
    margin-bottom: 40px;
  }

  #solutions-page p,
  #solutions-page li {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 10px;
  }

  #privacy-page {
    padding: 10px 0 50px 0;
    overflow-x: hidden;
  }

  .row-privacy {
    padding: 40px 0 0 40px;
    width: 99%;
  }

  #privacy-page h2 {
    font-size: 28px !important;
    font-weight: 400 !important;
    margin-bottom: 0;
  }

  #privacy-page h3 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 0;
  }

  #privacy-page p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 10px;
  }

  #privacy-page ul {
    padding-bottom: 20px;
  }

  #privacy-page li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 20px;
  }

  #privacy-page h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .border-left-sub-menu {
    display: none;
  }

  #products-page {
    padding: 0 25px 200px;
    min-height: auto;
  }

  #products-page .richiedi-consulenza {
    bottom: 60px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    width: 296px;
  }

  #products-page h2 {
    font-size: 28px !important;
    font-weight: 400 !important;
    margin-top: 10px;
    line-height: 32px !important;
    float: left;
    width: 100%;
    margin-left: 20px !important;
  }

  #products-page h3 {
    font-size: 22px !important;
    line-height: 28px !important;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    padding-left: 20px !important;
  }

  #products-page h4 {
    font-size: 18px;
    line-height: 28px;
    float: left;
    width: 100%;
    padding-left: 20px !important;
  }

  #products-page p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 10px;
    padding-left: 20px !important;
    float: left;
    width: 100%;
  }

  .row-products {
    padding: 40px 0 20px;
  }

  #products-page ul {
    margin: 20px 10px 0;
    padding: 0;
  }

  #products-page ul li {
    width: 100%;
    padding: 0 0 20px 0;
  }

  #products-page ul li img {
    width: 43%;
    float: left;
    margin: 20px 0 0 0;
  }

  #products-page ul li span {
    width: 53%;
    float: left;
    margin: 0 0 0 4%;
    text-align: left;
    line-height: 22px;
  }

  .menu-left {
    height: auto;
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0 0 -32px !important;
    padding: 0 !important;
    top: 0px !important;
    z-index: 999;
  }

  a.email:hover {
    background: url("assets/images/products/pulsanti/email-tapped.svg")
      no-repeat center center !important;
    background-size: contain !important;
    width: 110px !important;
  }

  a.voicebot:hover {
    background: url("assets/images/products/pulsanti/voicebot-tapped.svg")
      no-repeat center center !important;
    background-size: contain !important;
    width: 110px !important;
  }

  a.sms:hover {
    background: url("assets/images/products/pulsanti/sms-tapped.svg") no-repeat
      center center !important;
    background-size: contain !important;
    width: 110px !important;
  }

  a.onlineadv:hover {
    background: url("assets/images/products/pulsanti/onlineadv-tapped.svg")
      no-repeat center center !important;
    background-size: contain !important;
    width: 110px !important;
  }

  a.listefredde:hover {
    background: url("assets/images/products/pulsanti/listefredde-tapped.svg")
      no-repeat center center !important;
    background-size: contain !important;
    width: 110px !important;
  }

  a.callcenter:hover {
    background: url("assets/images/products/pulsanti/callcenter-tapped.svg")
      no-repeat center center !important;
    background-size: contain !important;
    width: 110px !important;
  }

  a.marketingmix:hover {
    background: url("assets/images/products/pulsanti/marketingmix-tapped.svg")
      no-repeat center center !important;
    background-size: contain !important;
    width: 110px !important;
  }

  .menu-left li {
    margin: 0 !important;
    width: 14% !important;
    text-align: center;
  }

  .menu-left li a {
    float: left;
  }

  .menu-left li img {
    width: 100% !important;
  }

  .big-title-sec .big-title {
    font-size: 20px;
  }

  .big-title-sec .big-subtitle {
    font-size: 28px;
  }

  .big-title-sec p {
    font-size: 14px;
  }

  #action-section {
    text-align: center;
  }

  #action-section h2 {
    line-height: 1.4;
  }

  #action-section .btn + .btn {
    margin-left: 0;
    margin-top: 20px;
  }

  .client img {
    width: 100% !important;
  }

  a.navbar-brand {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 480px) {
  .back-to-top {
    visibility: hidden;
  }
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(237, 237, 237, 0.42);
}

.en-version {
  font-size: 14px !important;
  text-align: right !important;
}

.yellow {
  color: #f4c134 !important;
}

.red {
  color: #e0554c !important;
}

.green {
  color: #3da6b3 !important;
}

.blue {
  color: #476bab !important;
}

.white {
  color: #ffffff !important;
}

.bg-yellow {
  background-color: #f4c134 !important;
}

.bg-red {
  background-color: #e0554c !important;
}

.bg-green {
  background-color: #3da6b3 !important;
}

.bg-blue {
  background-color: #476bab !important;
}

.top-page-default {
  width: 100%;
  float: left;
  padding: 60px 0;
  margin: 0;
  color: #060606;
}

.top-page-default h1 {
  width: 100%;
  float: left;
  padding: 0 0 15px 0;
  margin: 0;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 60px;
}

.top-page-default h2 {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0;
  font-weight: 500;
  font-size: 40px;
  text-transform: none !important;
}

.content-page-default {
  width: 100%;
  float: left;
  padding: 100px 0;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}

.content-page-default h3 {
  width: 100%;
  float: left;
  padding: 0 0 15px 0;
  margin: 0;
  font-weight: 700;
  font-size: 32px;
}

.content-page-default h4 {
  width: 100%;
  float: left;
  padding: 30px 0 0 0;
  margin: 60px 0 0 0;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 36px;
  border-top: 1px solid #dddddd;
}

.content-page-default h4 i {
  font-size: 38px;
}

.content-page-default article {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}

.content-page-default section {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0;
}

.content-page-default section img {
  width: 100%;
}

.content-page-default a:link,
.content-page-default a:visited {
  float: left;
  padding: 15px 20px;
  margin: 45px 0 0 0;
  color: #060606;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 30px;
  opacity: 1;
  transition: all 0.3s;
}

.content-page-default a:hover {
  opacity: 0.8;
}

.content-page-default i {
  font-size: 20px;
}

.response {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 1500px) {
  #lavora-con-noi li {
    height: 380px;
  }
}

@media screen and (max-width: 1366px) {
  #lavora-con-noi li {
    height: auto;
  }

  #lavora-con-noi li span {
    float: left;
    position: relative;
    margin: 50px 50px 0;
  }

  #lavora-con-noi li label {
    float: left;
    position: relative;
    margin: 50px 0 0 12px;
    left: 0!important;
  }

  #lavora-con-noi ul li {
    width: 100% !important;
    overflow-x: hidden;
}
}

@media screen and (max-width: 640px) {
  .top-page-default {
    padding: 60px 15px;
    float: none;
  }

  .top-page-default h1 {
    font-size: 38px;
  }

  .top-page-default h2 {
    font-size: 20px;
  }

  .content-page-default {
    float: none;
    border-bottom: 0px none;
    padding: 0;
  }

  .content-page-default h3 {
    font-size: 28px;
  }

  .content-page-default article {
    font-size: 16px;
    line-height: 22px;
  }

  .content-page-default a:link,
  .content-page-default a:visited {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    margin: 45px 0;
    font-size: 14px;
  }

  .big-title-sec-2 .big-subtitle-2 {
    line-height: 40px;
  }

  .big-title-sec-2 hr {
    margin-bottom: 30px;
  }
}

/*DROPDOWN BANDIERE*/

.dropdown {
  margin: 0px auto;
  width: 75px;
  margin-top: 8px;
}

.dropdown:hover span {
}

.dropdown:hover li {
  opacity: 1;
}

.dropdown img {
  width: 25px;
}

.dropdown span {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  background: rgba(237, 237, 237, 0.42);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 100%;
  cursor: pointer;
  transition: all 0.5s linear 0s;
}

.dropdown span b {
  color: #eee;
  font-weight: normal;
}

.dropdown ul {
  display: block;
  position: absolute;
  list-style: none;
  padding-left: 0;
}

.dropdown li {
  background: rgba(237, 237, 237, 0.42);
  color: #fff !important;
  text-align: center;
  border: 1px solid #fff !important;
  border-radius: 15px !important;
  width: 66px !important;
  height: 34px !important;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  margin: 1px 0;
  padding: 5px;
  transition: all;
  transition-duration: 0.6s;
}

.dropdown li:hover {
  background: rgba(237, 237, 237, 0.6);
}

.dropdown li b {
  color: #eee;
  font-weight: normal;
}

.dropdown li a {
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.dropdown li a img {
  width: 20px;
  margin: -8px -2px 0 0;
}
