/* DESIGNED BY LUCA TROPEA - LUCATROPEA.IT */

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fefefe;
}

::-webkit-scrollbar-thumb {
  background: #59abe3;
}

::-webkit-scrollbar-thumb:hover {
  background: #448ec1;
}

.input-width-260 {
    width: 240px;
    background: #f7f6f6;
    border-bottom: 2px solid #c5bebe;
}

.textarea-small {
  background: #f7f6f6;
  border-bottom: 2px solid #c5bebe;
}

.textarea-big {
    width: 540px;
    height: 152px;
    background: #f7f6f6;
    border-bottom: 2px solid #c5bebe;
}

h2.first-headings {
    margin: 0 0 12px;
    padding-top: 30px;
  }

#nav-left, #nav-right { display: none; }
a, a:hover, a:focus {
	text-decoration: none!important;
}
#nav {
    background: transparent;
}
#nav ul li {
	background: none;
}
#nav a.nav-current {
	color: #fff;
}
#nav a {
    color: #fff!important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.05px;
	padding: 10px;
    font-size: 1.1em;
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
}
#nav ul li ul li:first-child {
    background: rgba(0, 0, 0, 0.53);
}
#nav ul li ul li:nth-child(2) {
	background: rgba(0, 0, 0, 0.43);
}
#nav ul li ul li {
    background: rgba(0, 0, 0, 0.53);
}
#header {
    position: relative;
    min-height: 450px;
}
#full-width-header, #full-width-header-small {
    position: relative;
    background: url("bg.jpg");
    background-size: cover;
    background-position: center;
    height: auto;
    width: 100%;
}
.sidebar-left {
	padding: 25px;
	background: #f5f5f5;

    position: relative;
    width: auto;
    margin: 0 50px 0 -50px;

}
#main-container {
	position: relative;
	top: -80px;
	background: #fff!important;
}
.input-width-220 {
	background: #fff!important;

}
.select-width-220 select {
    width: 200px;
}
.select-width-90 select, .select-width-220 select {
	border: 0;
}
.button-red {
    background: #da251d;
    border-radius: 250px;
	text-shadow: none;
    letter-spacing: 1.4px;
    font-weight: bold;
    font-size: 1em;
    color: #efefef;
}
.copyright {
    color: #a0a08a;
    background: #212121;
    padding: 10px;
    text-align: center;
}
.copyright a {
	font-weight: bold;
	color: #59abe3;
}
.copyright p {
	margin-bottom: 0;
}
.column-dashed-bottom {
	padding: 25px;
	text-align: center;
}
.continue, .continue:hover, .continue:focus {
	font-weight: bold;
	transition: all .2s ease-in-out;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;


}
.input-submit {
	border-bottom: 3px solid #a0221d;
}
.continue {
	background: #2dc385;
	border-bottom: 3px solid #239868;
}
.continue:hover, .continue:focus {
	background: #2b9066;
	transition: all .2s ease-in;
}
#logo img {
	max-width: 200px;
}

#main-container {
	z-index: 999;
}
footer {
	width: 100%;
	height: auto;
	padding: 25px;
	background: #303030;
}
footer h3, footer h3:hover, footer h3:focus {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-size: 1.2em;
	color: #A0A0A0;
}
footer ul li a {
	margin-left: 5px;
	color: #D0D0D0;
}
footer ul li a:hover, footer ul li a:focus {
	color: #59abe3;
}
.customer {
	width: 100%;
	height: auto;
	min-height: 75px;

}
.carousel {
	    width: 100%;
    min-height: 150px;
}

.carousel-inner h1, .carousel-inner  h2, .carousel-inner  h3 {
	font-weight: 400;
}

.carousel-indicators li {
	background-color: #000;
}
#logo {
	top: 25px;
}
#top-area-bottom {
	display: none;
}
#top-area-nav {
    top: 120px;
	background: none;
}
#top-area-nav-right, #top-area-nav-left {
	display: none;
}
#logo h1 {
	background: none;
}
#logo-bottom {
	display: none;
}
.nav-arrow-down {
    margin-left: -8px;
}
#full-width-slider, #full-width-slider-small {
    background: url(https://lh3.googleusercontent.com/p/AF1QipOOhQuF_cvk724Zf2DStcfnkb755xjzKoZqch3a=w660-h440-c);
    background-size: cover;
    background-position: center;
}
