/*! CSS */

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

/*! Html, Body, Etc. ----------------------------------------------------------------------------------------------------------------------------------*/

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Lato', sans-serif;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #666;
}

a:hover,
a:focus {
  color: #666;
}

hr {
  border-width: 0.5px;
  border-color: #666;
}

hr.dark {
  border-width: 0.5px;
  border-color: #666;
  padding-bottom: 15px;
}

hr.light {
  border-width: 0.5px;
  border-color: #CCCC66;
  padding-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  color: #666;
}

h2 {
  font-size: 22px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

h3 {
  font-size: 22px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

h5 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

h6 {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

p {
  font-size: 12px;
}

.dark {
  color: #666;
}

.gold-brand {
  color: #CCCC66;
  font-weight: bold;
  letter-spacing: 5px;
}

.gold-title {
  color: #CCCC66;
}

.brand-show {
  display: !important;
  font-size: 18px;
}

.white {
  color: #FFF;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
	
  hr.dark {
	padding-bottom: 0;
  }
  
  hr.light {
	padding-bottom: 0;
  }
  
  .brand-show {
	display: none;
  }
  
  h3 {
	padding-top: 25px;
  }
  
  h4 {
	font-size: 14px;
  }
  
  .text-left {
	text-align: center;
  }
  
  .text-right {
	text-align: center;
  }
	
}

/*! Html, Body, Etc.-----------------------------------------------------------------------------------------------------------------------------------*/

/*! Navbar --------------------------------------------------------------------------------------------------------------------------------------------*/

.navbar-default {
  background-color: #FFF;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  padding: 12.5px;
  border: none;
}

.navbar-default .navbar-header .navbar-brand {
  font-family: 'Lato', sans-serif;
  color: #CCCC66;
  font-weight: bold;
  letter-spacing: 5px;
  padding-left: 0;
}

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

.navbar-default .nav > li > a {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.5px;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #666;
  text-align: center;
}

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

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: ##CCCC66 !important;
  background-color: transparent;
}

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

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

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-brand {
  font-weight: bold;
  letter-spacing: 5px;
  padding-top: 15px;
  font-size: 12px;
  display: none
}

@media (max-width: 1200px) {
	
  .navbar-brand {
	display: block;
  }
  
  .navbar-default {
	padding-right: 0;
  }
	
}

.navbar-default .navbar-toggle {
  border: 1px solid;
  border-color: #CCCC66;
  border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #CCCC66;
}

/*! Navbar --------------------------------------------------------------------------------------------------------------------------------------------*/

/*! Header --------------------------------------------------------------------------------------------------------------------------------------------*/

#header {
  margin-top: 75px;
}

.v-align {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#header-prj {
  display: table;
  position: relative;
  width: 100%;
  height: 150px;
  background-image: url(../imgs/hls_header.png);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  margin-top: 75px;
}

#header-prj h1 {
  font-size: 24px;
  letter-spacing: 1.5px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

#header-prj h2 {
  font-size: 16px;
  letter-spacing: 1.5px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

#header-prj h3 {
  font-size: 14px;
  letter-spacing: 1.5px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

#header-prj h5 {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

#header-prj h5 a:hover {
  color: #C1CA9A;
  text-decoration: none;
}

#header-prj h3 a{
  color: #FFFFFF;
  text-decoration: none;
}

#header-prj h3 a:hover {
  color: #CCCC66;
  text-decoration: none;
}

/*! Header --------------------------------------------------------------------------------------------------------------------------------------------*/

/*! Consulting ----------------------------------------------------------------------------------------------------------------------------------------*/

#consulting {
  background-color: #FFF;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.consulting-box {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
  background-color: transparent;
  text-align: center;
}

.consulting-box > li {
  display: inline-table;
  width: 335px;
  margin: 15px;
  background-color: transparent;
}

.consulting-box p {
  color: #FFF;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.consulting-box > li img {
	padding-top: 0;
  }

@media (max-width: 1200px) {

  .consulting-box > li {
	width: 100%;
	margin: 0;
  }
  
  .consulting-box > li img {
	margin-top: 50px;
  } 

}

/*! Consulting ----------------------------------------------------------------------------------------------------------------------------------------*/

/*! Interior Design -----------------------------------------------------------------------------------------------------------------------------------*/

#interiordesign {
  background-color: #FFF;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.interiordesign-box {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
  background-color: transparent;
  text-align: center;
}

.interiordesign-box > li {
  display: inline-table;
  width: 335px;
  margin: 15px;
  background-color: transparent;
}

.interiordesign-box p {
  color: #FFF;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.interiordesign-box > li img {
	padding-top: 0;
  }

@media (max-width: 1200px) {

  .interiordesign-box > li {
	width: 100%;
	margin: 0;
  }
  
  .interiordesign-box > li img {
	margin-top: 50px;
  } 

}

/*! Interior Design -----------------------------------------------------------------------------------------------------------------------------------*/

/*! Portfolio A ---------------------------------------------------------------------------------------------------------------------------------------*/

#portfolio {
  background-color: #F9F9F9;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.portfolio-box {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  background-color: transparent;
  text-align: center;
}

.portfolio-box > li {
  display: inline-table;
  margin: 15px;
  background-color: transparent;
}

.portfolio-box p {
  color: #666;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.portfolio-box a {
  color: #666;
}

.portfolio-box a:hover {
  color: #CCCC66;
  text-decoration: none;
}

.portfolio-box > li img {
  padding-top: 0;
}

.portfolio-box a img:hover {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.55);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.55);
}

@media (max-width: 1200px) {

  .portfolio-box > li {
	width: 100%;
	margin: 0;
  }  
  
  .portfolio-box > li img {
	width: 280px;
	margin: 15px;
  }

}

/*! Portfolio A ---------------------------------------------------------------------------------------------------------------------------------------*/

/*! Portfolio B ---------------------------------------------------------------------------------------------------------------------------------------*/

#portfolio-b {
  background-color: #F9F9F9;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.portfolio-b-box {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  background-color: transparent;
  text-align: center;
}

.portfolio-b-box > li {
  display: inline-table;
  margin: 5px;
  background-color: transparent;
}

.portfolio-b-box p {
  color: #666;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.portfolio-b-box a {
  color: #666;
}

.portfolio-b-box a:hover {
  color: #CCCC66;
  text-decoration: none;
}

.portfolio-b-box > li img {
  padding-top: 0;
}

.portfolio-b-box a img:hover {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.55);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.55);
}

@media (max-width: 1200px) {

  .portfolio-b-box > li {
	width: 125px;
	margin: 0;
  }  
  
  .portfolio-b-box > li img {
	width: 125px;
	margin: 15px;
  }

}

/*! Portfolio B ---------------------------------------------------------------------------------------------------------------------------------------*/

/*! Luxury Service ------------------------------------------------------------------------------------------------------------------------------------*/

#luxuryservice {
  background-color: #FFF;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.luxuryservice-box {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
  background-color: transparent;
  text-align: center;
}

.luxuryservice-box > li {
  display: inline-table;
  width: 335px;
  margin: 15px;
  background-color: transparent;
}

.luxuryservice-box p {
  color: #FFF;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.luxuryservice-box > li img {
	padding-top: 0;
  }

@media (max-width: 1200px) {

  .luxuryservice-box > li {
	width: 100%;
	margin: 0;
  }
  
  .luxuryservice-box > li img {
	margin-top: 50px;
  }
  
  #luxuryservice {
	padding-bottom: 0;
  }

}

/*! Luxury Service ------------------------------------------------------------------------------------------------------------------------------------*/

/*! Contacts ------------------------------------------------------------------------------------------------------------------------------------------*/

#contacts {
  background-color: #FFF;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

#contacts a {
  color: #666;
  text-decoration: none;
}

#contacts a:hover {
  color: #CCCC66;
  text-decoration: none;
}

/*! Contacts ------------------------------------------------------------------------------------------------------------------------------------------*/

/*! About Us ------------------------------------------------------------------------------------------------------------------------------------------*/

#about {
  background-color: #F9F9F9;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

#about a {
  color: #666;
  text-decoration: none;
}

#about a:hover {
  color: #CCCC66;
  text-decoration: none;
}

/*! About Us ------------------------------------------------------------------------------------------------------------------------------------------*/

/*! Map -----------------------------------------------------------------------------------------------------------------------------------------------*/

#map {
  background-color: #FFF;
  margin: auto;
  padding-top: 0;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.map img {
  width: 690px;
}

#map-pin-formentera {
  position: absolute;
  left: 720px;
  top: 2715px;
}

#map-pin-maiorca {
  position: absolute;
  left: 940px;
  top: 2390px;
}

#map-pin-minorca {
  position: absolute;
  left: 1150px;
  top: 2325px;
}

#map-pin-ibiza {
  position: absolute;
  left: 680px;
  top: 2575px;
}

@media (max-width: 768px) {

  #map {
	padding-top: 0;
  }
  
  .map img {
	width: 100%;
  }

}


/*! Map -----------------------------------------------------------------------------------------------------------------------------------------------*/


/*! E-Mail Contact ------------------------------------------------------------------------------------------------------------------------------------*/

#email-contact {
  background-color: #9EA576;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

#email-contact h3 {
  color: #FFF;
  font-size: 24px;
}

#email-contact h3 a {
  color: #FFF;
  font-size: 24px;
}

#email-contact h3 a:active {
  color: #FFF;
}

#email-contact h3 a:hover {
  color: #CCCC66;
  text-decoration: none;
}

/*! E-Mail Contact ------------------------------------------------------------------------------------------------------------------------------------*/

/*! Social Networks -----------------------------------------------------------------------------------------------------------------------------------*/

.s-n {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}

.s-n > li {
  display: inline-table;
  background-color: trasparent;
  margin-left: 0;
  margin-right: 5px;
}

.icon {
  text-decoration: none;
  position: relative;
}

.icon > .label {
  display: none;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon.circle {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
  border-radius: 100%;
  display: inline-block;
  font-size: 18px;
  left: 0;
  line-height: 2.25em;
  text-decoration: none;
  text-align: center;
  top: 0;
  height: 42px;
  width: 42px;
}

.icon.circle:hover {
  top: -0.5em;
}

.icon.circle.fa-twitter {
  background: #272F35;
  color: #fff;
}
.icon.circle.fa-twitter:hover {
  background: #70aecd;
}

.icon.circle.fa-facebook {
  background: #272F35;
  color: #fff;
}
.icon.circle.fa-facebook:hover {
  background: #7490c3;
}

.icon.circle.fa-youtube {
  background: #272F35;
  color: #fff;
}
.icon.circle.fa-youtube:hover {
  background: #960819;
}

.icon.circle.fa-google-plus {
  background: #272F35;
  color: #fff;
}
.icon.circle.fa-google-plus:hover {
  background: #db6b67;
}

.icon.circle.fa-linkedin {
  background: #272F35;
  color: #fff;
}
.icon.circle.fa-linkedin:hover {
  background: #157ba7;
}

.icon.circle.fa-vimeo {
  background: #272F35;
  color: #fff;
}
.icon.circle.fa-vimeo:hover {
  background: #18aee7;
}

@media (max-width: 768px) {

  .s-n {
	text-align: center;
  }
  
  .s-n > li {
	margin-left: 1.5px;
	margin-right: 1.5px;
  }
  
  .icon.circle {
	font-size: 22px;
	line-height: 1.85em;
	height: 45px;
	width: 45px;
  }

}

/*! Social Networks -----------------------------------------------------------------------------------------------------------------------------------*/

/*! Footer --------------------------------------------------------------------------------------------------------------------------------------------*/

#footer {
  background-color: #3F484F;
  color: #FFF;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

#footer h5 {
  font-size: 12px;
  color: #FFF;
}

#footer h5 a {
  color: #FFF;
}

#footer h5 a:active {
  color: #FFF;
}

#footer h5 a:hover {
  color: #CCCC66;
  text-decoration: none;
}

@media (max-width: 768px) {

  #footer h5 {
	font-size: 10px;
  }

}

/*! Footer --------------------------------------------------------------------------------------------------------------------------------------------*/

/*! Form ----------------------------------------------------------------------------------------------------------------------------------------------*/

.form {
  width: 100%;
  height: 50px;
  color: #666;
  font-size: 14px;
  background-color: transparent;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  padding-left: 5px;
  border: #CCCC66 1px solid;
}

.form-nl {
  width: 100%;
  height: 50px;
  color: #FFF;
  font-size: 14px;
  background-color: transparent;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  padding-left: 5px;
  border: #FFF 1px solid;
}

.mess {
  width: 100%;
  height: 100px;
  color: #666;
  font-size: 14px;
  background-color: transparent;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  padding-left: 5px;
  border: #CCCC66 1px solid;
}

::-webkit-input-placeholder {
  color: #CCCC66;
  padding-left: 5px;
}
:-moz-placeholder {
  color: #CCCC66;
  padding-left: 5px;
}
::-moz-placeholder {
  color: #CCCC66;
  padding-left: 5px;
}
:-ms-input-placeholder {
  color: #CCCC66;
  padding-left: 5px;
}

.btn {
  text-transform: uppercase;
  font-weight: 300;
  border-radius: 0;
}

.btn-contacts {
  background-color: transparent;
  color: #666;
  border: #CCCC66 1px solid;
}

.btn-contacts:hover {
  background-color: #CCCC66;
  color: #FFF;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-header-prj {
  background-color: transparent;
  color: #666;
  border: #CCCC66 1px solid;
}

.btn-header-prj:hover {
  background-color: #CCCC66;
  color: #FFF;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-slide-prj {
  background-color: transparent;
  color: #666;
  border: #CCCC66 1px solid;
}

.btn-slide-prj:hover {
  background-color: #CCCC66;
  color: #FFF;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-newsletter {
  background-color: transparent;
  color: #FFF;
  border: #FFF 1px solid;
}

.btn-newsletter:hover {
  background-color: #CCCC66;
  color: #FFF;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-align {
  text-align: right;
}

.btn-align-left {
  text-align: left;
}

@media (max-width: 1200px) {

  .form-group {
	max-width: 1200px;
  }
  
  .btn-align {
    text-align: center;
  }
  
  .btn-align-left {
	text-align: center;
	margin-bottom: 18px;
  }

}

@media (max-width: 512px) {
  
  .btn-resp {
	margin-bottom: 10px;
  }

}

/*! Form ----------------------------------------------------------------------------------------------------------------------------------------------*/

/*! Elements ------------------------------------------------------------------------------------------------------------------------------------------*/

.light {
  color: #F1F5F9;
}

.img-center {
  text-align: center;
}

.corp-green {
  color: #CCCC66;
}

/*! Elements ------------------------------------------------------------------------------------------------------------------------------------------*/


/*! Slide ---------------------------------------------------------------------------------------------------------------------------------------------*/

.first-slide {
  width: 100%;
  height: 500px;
  background-image: url(../imgs/hls_slide_1.png);
  background-position: center;
  background-size: cover;
}

.second-slide {
  width: 100%;
  height: 500px;
  background-image: url(../imgs/hls_slide_2.png);
  background-position: center;
  background-size: cover;
}

.third-slide {
  width: 100%;
  height: 500px;
  background-image: url(../imgs/hls_slide_3.png);
  background-position: center;
  background-size: cover;
}

@media (max-width: 1200px) {

  .first-slide {
	width: 100%;
	height: 250px;
	background-image: url(../imgs/hls_slide_1.png);
	background-position: center;
	background-size: cover;
  }

  .second-slide {
	width: 100%;
	height: 250px;
	background-image: url(../imgs/hls_slide_2.png);
	background-position: center;
	background-size: cover;
  }

  .third-slide {
	width: 100%;
	height: 250px;
	background-image: url(../imgs/hls_slide_3.png);
	background-position: center;
	background-size: cover;
  }
  
}

/*! Slide ---------------------------------------------------------------------------------------------------------------------------------------------*/

/*! Mix -----------------------------------------------------------------------------------------------------------------------------------------------*/

.col-lg-5 {
  margin: 0;
  padding: 0;
}

.col-lg-6 {
  margin: 0;
  padding: 0;
}

.col-lg-7 {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}

.space {
  padding-right: 15px;
}

.resp-interline {
  display: none;
}

@media (max-width: 1200px) {

  .resp-interline {
	display: block;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
  }
  
}

/* Modal Window */
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
	-webkit-overflow-scrolling: touch;
  outline: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
/* Modal Window */

.carousel-control.left-2 {
	background: transparent;
	background-repeat: repeat-x;
}

.carousel-control.right-2 {
	right: 0;
	left: auto;
	background: transparent;
	background-repeat: repeat-x
}

#img-01 {
  width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#img-02 {
  width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#img-03 {
  width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#img-04 {
  width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#img-05 {
  width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#img-06 {
  width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#img-07 {
  width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#img-08 {
  width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
}

.proj-title {
  font-size: 18px;
  color: #CCCC66;
}

/*! Mix -----------------------------------------------------------------------------------------------------------------------------------------------*/

/* Accettazione Cookie */

div#cookieChoiceInfo {
  font-family: 'Nanum Gothic', sans-serif;
  background-color: #000 !important;
  color: #FFF;
  font-size: 10px;
}

#cookieChoiceInfo > a:nth-child(2),a#cookieChoiceDismiss {
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 7.5px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#cookieChoiceInfo > a:nth-child(2):hover, a#cookieChoiceDismiss:hover {
  background-color: transparent;
  color: #D8D8D8;
  border: 1px solid #D8D8D8;
  padding: 7.5px;
  text-decoration: none;
}

/*! CSS */