@charset "UTF-8";

/*================= MASTER STYLESHEET =================================

	Project     :	LEAD Page
	Version     :	1.0
	Last Change : 10/09/2018
	Primary Use : LEAD HTML Page

=====================================================================================================*/
/*========================================== COLOR ==============================================

	Button / Theme Color	          :#e50000 (cyan outline)
	Title Color      					      :#161618 (text ultradark grey)
	Primary Content Color           :#333333 (text dark grey)

	Primary Background Color        :#FFFFFF
	Secondary Background Color      :#161618 (ultradark grey)

=====================================================================================================*/
/*========================================== TYPOGRAPHY ==============================================

	HEADING    :font-family: 'VolvoSans-Regular', Arial sans-serif;
	CONTENT    :font-family: 'VolvoSans-Light', Arial sans-serif; 'VolvoSans-Regular', Arial sans-serif;

====================================================================================================*/
/*========================================== 1.GLOBAL CSS START ===========================================*/
/* CUSTOM STYLES */

body {
		font-family: 'CorporateS-Light', Arial, sans-serif;
		font-size: 18px;
		background: #FFFFFF!important;
		padding-top: 0px;
    -moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
}

a {
	outline: none !important;
	text-decoration: none !important;
}
h1,
h2,
h3 {
    margin: 0px;
}
/* elements */

p {
    margin: 0px;
}
h1,
h2,
h3,
h4,
.header-head1, .header-head2 {
	font-family: 'CorporateACon-Reg', Arial, sans-serif;
	color: #000!important;
}
.header-head2 {
	font-family: 'CorporateS-Light', Arial, sans-serif;
}
h1,
h2,
h3,
h4,
.menu-fs,
.header-head1,
.header-head2,
.bgimage-head {
		/* text-transform: capitalize; */
		z-index: 2;
}
h1,
h2,
h3,
h4 {
    color: #000;
    letter-spacing: 1px;
}
h1 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 40px;
}
h2 {
    font-size: 32px;
    line-height: 32px;
}
h3 {
    font-size: 28px;
    line-height: 26px;
}
h4 {
    font-size: 25px;
    line-height: 24px;
}
.h2-bottom, .h3-bottom, .h4-bottom {
    margin-bottom: 10px;
}
p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.p-bottom {
    margin-bottom: 15px;
}

.sub-title-bottom {
  margin-bottom: 40px;
}

.text-white {
	color: #FFF !important;
	/* text-shadow: 1px 1px #333; */
}

.text-red {
  color: #e50000 !important;
}
.text-grey {
  color: #333;
}
a {
  color: #e50000;
  font-weight: 700;
}
a:hover {
  color: #e50000;
  text-decoration: underline !important;
}
a:visited, a:focus, a:active {
  color: #e50000;
}
.section-space {
    padding: 80px 0 80px 0;
}
.image-center {
    margin: 0 auto;
}
.image-right {
    margin: 0 0 0 auto;
}
.image-left {
    margin: 0 auto 0 0;
}
.image-radius {
    border-radius: 3px;
}
.center {
    text-align: center;
	background-color:rgba(0,0,0,.0001);
	}
	


.margin-top-bottom {
  margin: 20px 0;
}
.margin-top {
  margin-top: 40px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}

.btn-generic {
	display: inline-block;
	min-width: 200px;
	border: 1px solid #e50000;
	background: #fff;
	color: #e50000;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	margin: 20px auto 0 auto;
	transition: 300ms ease-in;
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
	.btn-generic {
		min-width: 150px;
	}
}

.btn-primary {
	color: #FFF;
  background: #e50000;
}

.btn-generic:hover, 
.btn-primary:hover {
  color: #FFF;
	background: #e50000;
	text-decoration: none !important;
}

.btn-secondary {
  background: #666666;
}

.btn-secondary:hover {
  color: #FFF;
  background: #727b84;
}

.btn-outline {
	border: 1px solid #FFF;
	color: #FFF;
	
}

.btn-outline:hover {
	color: #333 !important;
	background-color: #FFF;
	border: 1px solid #FFF;
	border: none;
	text-decoration: none !important;
}

.btn-outline .fa {
  float: left;
  margin-top: 3px;
}

.btn-ant:hover {
    background-color: #f3f3f3;
    color: #7E8083;
}

.btn-top {
    margin-top: 30px;
}
.btn-top-1 {
    margin-top: 20px;
}
.btn:hover,
.btn:focus {
    color: #ffffff;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	background: #CCC;
	border: none;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	background: #e50000;
	color: #FFF;
}

.close {
  color: #e50000;
  opacity: 1;
}
.close:focus, .close:hover {
  color: #e50000;
  opacity: .5;
}

.title {
	position: relative;
	color: #FFFFFF;
}

.image-bottom {
    margin: 0 0 20px 0;
}
.column-center {
    float: none;
    margin: 0 auto;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.no-fs {
    font-size: 0;
}
.section-bg-1 {
    background-color: #FFFFFF;
}
.section-bg-2 {
    background-color: #FFFFFF;
}
.section-bg-3 {
    background-color: #FFFFFF;
}
iframe {
    border: 0px;
}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text p,
.white-text-separate {
    color: #000;
}
.bgimage-property {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax {
    background-attachment: scroll;
}
.ls {
    letter-spacing: 1px;
}
.distab {
    display: table;
}

.faq-heading.distab-cell-middle {
	font-size: 23px;
}

.distab-cell-middle {
    display: table-cell;
    vertical-align: middle;
		/* color: #e50000; */
}
.distab-cell-top {
    display: table-cell;
    vertical-align: top;
}
.distab-cell {
    display: table-cell;
}
.underline-bottom {
    margin: 0 0 40px 0;
}
.link {
    color: #e50000;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.link-top {
    margin-top: 10px;
}
.link-icon-left {
    padding-left: 5px;
}
.image-grow {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.image-grow:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.bgimage-head {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}
.bgimage-head-bottom {
    margin-bottom: 20px;
}

.gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#262626+25,171717+100 */
  background: #262626; /* Old browsers */
  background: -moz-linear-gradient(top, #262626 25%, #171717 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #262626 25%,#171717 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #262626 25%,#171717 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#171717',GradientType=0 ); /* IE6-9 */
}

#richiediContatto {
  position: absolute;
  /* top: -10px;
  left: 0; */
  width: 10px;
	height: 10px;
	z-index: 9999;
}
/*========================================== NAVIGATION START ===========================================*/

.menu-underline::before {
    background-color: #7E8083;
    border-radius: 3px;
    content: "";
    height: 50px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease 0s, opacity 0.33s ease 0s;
}
.menu-underline:hover::before {
    opacity: 1;
    transform: translateY(0px);
}
.menu-fs,
.menu-fs li {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
}
.menu-bg {
	background: #FFFFFF;
}

.navbar {
  height: 95px;
  margin-bottom: 0;
}

.navbar p {
  font-size: 15px;
  padding: 15px 20px;
	text-align: center;
	color: #fff;
}

ul.navbar-nav {
  margin-top: 10px;
}

.navbar-default {
  border: none;
  border-bottom: 1px solid #CCC;
}

.navbar-default .navbar-nav > li > a {
    color: #666666 !important;
    background-color: transparent !important;
    margin: 0 0;
    padding: 15px 15px 15px 15px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #e50000 !important;
    background-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #e50000 !important;
}
.navigation-tb {
  /* margin: 10px 0; */
}
.nav > li {
    display: table;
}
.navbar-right {
    margin-right: 0;
}
.site-brand{
  display: block;
  margin-top:7%;
}
/*========================================== NAVIGATION END ===========================================*/


/*========================================== VISORE INTRO ===========================================*/
.visore-intro {
  position: relative;
  /* margin-top: 80px; */
}

.visore-intro .header-head1,
.visore-intro .header-head2 {
	color: #FFF;
	text-shadow: 0 0 2px rgba(0,0,0,.2);
}

.visore-intro .header-text-bottom {
	color: #333;
}

/* .visore .container {
  position: relative;
  z-index: 2;
}
.visore:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #161618;
  opacity: 0.7;
  z-index: 1;
} */

/*========================================== HEADER-FORM START ===========================================*/

.header-form-heading-top {
    /* padding-top: 100px; */
    padding-top: 50px;
}
.note-text {
    color: #fff !important;
    font-size: 13px;
}
.header-form-text {
    padding: 5px 0 20px 0;
}
.note-text {
    padding: 10px 0 15px 0;
}
/*=========== HEADER-FORM-ONE-BGIMAGE =================*/

.header-form-bgimage-1 {
	position: relative;
  background-image: url("../../images/v60-full-width-gallery-module-04.jpg");
}

.bg-opacity:before {
	display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}
/*=========== HEADER-FORM-TWO-BGIMAGE =================*/

.header-form-bgimage-2 {
	background: #FFFFFF;
  
}
/*=========== HEADER-FORM-THREE-BGIMAGE =================*/

.header-form-bgimage-3 {
    background-image: url("../../images/1500x650x3.jpg");
}
/*=========== HEADER-FORM-WITH-IMAGE-BGIMAGE-ONE =================*/

.header-form-image-bgimage-1 {
    background-image: url("../../images/1500x700x1.jpg");
}
/*=========== HEADER-FORM-WITH-IMAGE-BGIMAGE-TWO =================*/

.header-form-image-bgimage-2 {
    background-image: url("../../images/1500x700x2.jpg");
}
/*=========== HEADER-FORM-ONLY-BGIMAGE-ONE =================*/

.header-form-only-bgimage-1 {
    background-image: url("../../images/1500x650x10.jpg");
}
/*=========== HEADER-FORM-ONLY-BGIMAGE-TWO =================*/

.header-form-only-bgimage-2 {
    background-image: url("../../images/1500x650x11.jpg");
}
.header-section-space-form-1 {
    padding: 80px 0 80px 0;
}
.header-section-space-form-single {
    padding: 120px 0 120px 0;
}
.header-space-image-form {
    padding: 95px 0 0 0;
}
.header-space-form-only {
    padding: 80px 0 80px 0;
}
.header-contact-form select,
.header-contact-form input {
	font-size:16px;
	font-weight:400;
	color: #fff;
	height: 40px;
	background: #333;
	border: 0;
	margin: 3px 0 10px 0;
	letter-spacing:1px;
	opacity: 1;
	-moz-appearance: none;	
    /* Firefox */

	-webkit-appearance: none;
	/* Safari and Chrome */
}

.header-contact-form .btn-generic {
	width: 90%;
	margin: 20px auto 30px;
	border: none;
}
.form-control {
  height: 40px;
  font-size: 16px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset !important;
	border-radius:0;
}
textarea {
	width: 100%;
	height: 80px;
	font-size:16px;
	font-weight:400;
	color: #000;
	padding: 10px;
	background: #333;
	resize: none;
	border: 1px solid #8e8e8e;
}

.header-contact-form select,
.header-contact-form input {
    border-bottom: 1px solid #8e8e8e;
}
.form-bottom-1 {
    margin-bottom: 20px;
}
.phoneno-bottom {
    margin-bottom: 15px;
}
.form-text {
  height: 40px;
}
.form-div input.error,
.form-div-1 textarea.error {
    border-color: #ff0000 !important;
}

.form-div .form-check-input,
.form-div-1 .form-check-input {
  float: left;
  display: inline-block;
  height: 30px;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  margin-right: 10px;
}

.form-div .form-radio-input,
.form-div-1 .form-radio-input {
  /* float: left; */
  display: inline-block;
  height: 20px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
	margin-right: 10px;
}

.form-div p,
.form-div-1 p {
  font-size: 16px;
  line-height: 20px;
}

.contact-div label {
	color: #333;
	font-size: 12px;
	font-weight: 600;
}

.contact-div label.label {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding-left: 0;
}

.errorClass {
    border: 1px solid #ff0000 !important;
}
.form-success,
.form-failure {
    font-size: 16px;
    font-weight: 600;
}
.form-success {
    color: #50cd88;
}
.form-failure {
    color: #ff0000;
}
.form-error-top {
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact-type {
	display: block;
	margin: 10px 0;
	min-height: 50px;
}

.switch-btn {
	cursor: default;
	background: #CCC;
	padding: 10px;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
.switch-btn:hover {
	color: #e50000;
}

.selected-btn {
	background: #e50000;
	color: #FFF;
}
.selected-btn:hover {
	color: #FFF;
}

.header-contact-form::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

		color: #7e8083;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 1;
}
.header-contact-form::-moz-placeholder {
    /* Firefox 19+ */

    color: #7E8083;
	  font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 1;
}
.header-contact-form:-ms-input-placeholder {
    /* IE 10+ */

    color: #7E8083;
		font-size: 16px;
    font-weight: 300;
		letter-spacing: 1px;
		opacity: 1;
}
.header-contact-form:-moz-placeholder {
    /* Firefox 18- */

    color: #7E8083;
		font-size: 16px;
    font-weight: 300;
		letter-spacing: 1px;
		opacity: 1;
}
.header-contact-bg {
		background: #444444;
}
.header-contact-bg-pad {
	/* text-align: center; */
  padding: 0 20px 0 20px;
  background-color:#444444;
}
.header-form-heading-bg {
	background: #666;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.header-form-heading-bg h4 {
	color:#444444;
}

/* .header-form-heading-bg h4 {
  font-size: 30px;
} */

.form-control:focus {
    border-color: #e50000;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(102, 175, 233, 0);
    outline: 0 none;
}
.header-form-text-bottom {
    padding-bottom: 20px;
}
.form-div {
    position: relative;
	color:#fff;
}
.form-div i {
    color: #7e8083;
    font-size: 16px;
    right: 20px;
    position: absolute;
		top: 40px;
		z-index: 2;
}
.form-div .fa-phone {
    font-size: 20px;
}
.form-div img {
    right: 20px;
    position: absolute;
    top: 15px;
}

/*========================================== HEADER-FORM END ===========================================*/

/*========================================== HEADER-DEFAULT START ===========================================*/
.header-bgimage {
	position: relative;
	background-image: url("../../images/visual.jpg");
	background-position: center;
}
.header-bgimage:before {
	display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1.4;
}

.header-section-space {
   padding: 200px 0 200px 0;
}

.header-section-space-top {
	min-height: 700px;
	padding: 50px 0;
}

.header-head1 {
	font-size: 50px;
	line-height: 60px;
	color: #161618;
}
.header-head1-bottom {
  margin-bottom: 20px;
}
.header-head2 {
	font-size: 30px;
	line-height: 30px;
	color: #161618;
}
.header-head2-bottom {
		margin-bottom: 20px;
}
.header-text-bottom {
	color: #161618;
	margin-bottom: 30px;
}

.header-btn {
	border: 1px solid #FFF;
	color: #ffffff; !important;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 20px 10px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: 300ms ease-in;
	margin-top: 5%;
	background-color:#e50000;
}
.header-btn2 {
	border: 1px solid #FFF;
	color: #f3f3f3;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 20px 10px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: 300ms ease-in;
	margin-top: 0% important!;
	background-color:#e50000;
}




.header-btn:hover {
    color: #161618;
    background-color: #FFF;
}

.header-btn-black {
    color: #7E8083;
    border: 1px solid #7E8083;
    transition: 300ms ease-in;
}
.header-btn-black:hover {
    color: #f3f3f3;
    background-color: #7E8083;
    border: 1px solid transparent;
}
.submit-btn {
    background-color: #e50000 !important;
    border: 0 !important;
    color: #f3f3f3 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    transition: 300ms ease-in !important;
    width: 100%;
}


/*========================================== HEADER-DEFAULT END ===========================================*/
/*========================================== HEADER-SLIDER START ===========================================*/
/*=========== HEADER-SLIDER-BGIMAGE =================*/



.header-slider-bgimage1 {
    background-image: url("../../images/nuovaclassea2.jpg");
}

.header-slider-bgimage2 {
    background-image: url("../../images/GLAfriday.jpeg");
}

.header-slider-bgimage3 {
    background-image: url("../../images/classeb.jpg");
}

.header-slider-bgimage4 {
    background-image: url("../../images/volvoxc40.jpg");
}

.header-slider-bgimage5 {
    background-image: url("../../images/v414.png");
}

.header-slider-bgimage6 {
    background-image: url("../../images/v415.png");
}







.header-section-slider-space {
    padding: 50px 0 50px 0;
}
.header-section-slider-height {
    height: 250px;
    overflow: hidden;
}
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.inner {
    margin-left: auto;
    margin-right: auto;
}
/*========================================== HEADER-SLIDER END ===========================================*/
/*========================================== HEADER VIDEO START ===========================================*/

.video-bgimage {
    background-image: url("../../images/1500x650x8.jpg");
}
.pattern-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}
.video-section .buttonBar {
    display: none;
}
.player {
    font-size: 1px;
}
/*========================================== HEADER VIDEO END ===========================================*/
/*========================================== OUR SERVICES START ===========================================*/

.services-icon {
    float: left;
}
.services-pad {
    padding-left: 84px;
}
.services-bottom {
    padding-bottom: 30px;
}
/*========================================== OUR SERVICES END ===========================================*/
/*========================================== OUR AWESOME SERVICES START ===========================================*/

.services-row-space {
    padding-bottom: 30px;
}
.services-row-space:last-child {
    padding-bottom: 0;
}
/*========================================== OUR AWESOME SERVICES END ===========================================*/
/*========================================== COUNTER START ===========================================*/

.counter-num {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 10px;
}
.counter-sub {
		font-size: 14px;
		letter-spacing: 5px;
    font-weight: 400;
    line-height: 22px;
}
.counter-bgimage {
  position: relative;
  background-image: url("../../images/DJI_0560.jpg");
  background-position: middle;
}

.counter-bgimage .row {
  position: relative;
  z-index: 2;
}

.counter-bgimage:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  z-index: 1;
}


.counter-section-space {
  min-height: 400px;
  padding: 120px 0 120px 0;
}
/*========================================== COUNTER END ===========================================*/
/*========================================== WHAT WE DO START ===========================================*/

.list-bottom {
    margin-bottom: 25px;
}
.list-bottom:last-child {
    margin-bottom: 0;
}
.list-top {
    margin-top: 20px;
}
.what-left-pad {
    padding-left: 15px;
}
.what-list {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}
/*========================================== WHAT WE DO END ===========================================*/
/*========================================== GALLERY START ===========================================*/

.gallery-image-lr {
    padding: 0 5px 0 5px;
}
.gallery-fa {
    color: #f3f3f3;
    font-size: 30px;
}
.gallery-fa-pad-left {
    padding-left: 10px;
}
.ekko-lightbox-nav-overlay a {
    color: #f3f3f3;
}
.gallery-row-bottom {
    padding-bottom: 10px;
}
.overlay ul {
    list-style: none;
}
/*========================================== GALLERY END ===========================================*/
/*========================================== MARKET ANALYSIS START ===========================================*/

.analysis-row-space .row {
    padding-bottom: 40px;
}
.analysis-row-space .row:last-child {
    padding-bottom: 0;
}
/*========================================== MARKET ANALYSIS END ===========================================*/
/*========================================== OUR TEAM START ===========================================*/

.teambg-author {
    color: #e50000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.teambg-design {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}
/*========================================== OUR TEAM END ===========================================*/
/*========================================== FREQUENTLY ASKED QUESTIONS START ===========================================*/

.down-arrow {
    margin-top: -8px;
    text-align: center;
}
.down-arrow:before {
    display: block;
    content: '\f078';
    color: #e50000;
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    transition: .2s;
}
.down-arrow-left {
    padding-left: 20px;
}
.faq-title.active .down-arrow:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-bg {
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 15px;
}
.faq-bg-width {
    width: 100%;
}
.faq-answer-pad {
    padding: 15px;
}
.faq-row-bottom {
    padding-bottom: 30px;
}
.faq-row-bottom:last-child {
    padding-bottom: 0;
}
.faq-answer-bg {
		background-color: #FFF;
		border: 1px solid #CCC;
}
/*========================================== FREQUENTLY ASKED QUESTIONS END ===========================================*/
/*========================================== BUILDER START =========================================*/

.builder-content-height {
    height: 428px;
    overflow: hidden;
}
.builder-content-pad {
    padding: 0 30px 0 30px;
}
.builder-bgimage-pad {
    padding: 80px 0 80px 0;
}
.builder-bgimage {
    background-image: url("../../images/DJI_0560.jpg");
}
.builder-bgimage-height {
    width: 50%;
    height: 588px;
    position: absolute;
    left: 0;
}
.why-content-pad {
    padding-left: 20px;
}
.why-row-bottom {
    padding-bottom: 30px;
}
/*========================================== BUILDER END ===========================================*/
/*========================================== PRICE TABLE START ===========================================*/

.price-bgcolor-1 {
    background-color: #ffffff;
}
.price-bgcolor-2 {
    background-color: #e50000;
}

.price-bgcolor-2 .price-body-pad p {
    color: #FFF;
}

.price-head-pad {
    padding: 40px 10px 20px 10px;
    color: #161618;
}
.price-body-pad {
    padding: 20px 10px 40px 10px;
}
.price-body-pad p {
    color: #161618;
}
.pricig-uline {
    background-color: #e50000;
    height: 1px;
    width: 40%;
    transition: width 2s;
    -ms-transition: width 2s;
    -webkit-transition: width 2s;
}
.pricig-uline-white {
    background-color: #f3f3f3;
}
.pricig-br:hover .pricig-uline {
    width: 100%;
}
.price-tag {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    padding-bottom: 10px;
}
.dollor,
.month {
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
}
.dollor {
    vertical-align: middle;
}
.price-list-bottom p {
    margin-bottom: 10px;
}
.price-list-bottom:last-child {
    margin-bottom: 0;
}
.price-pos-rel {
    position: relative;
}
.price-pos-abs {
    position: absolute;
    right: 0;
    top: 0;
}
/*========================================== PRICE TABLE END ===========================================*/
/*========================================== LATEST BLOG START ===========================================*/

.blog-row-bottom {
    padding-bottom: 40px;
}
.blog-row-bottom:last-child {
    padding-bottom: 0;
}
.blog-link-top .link-top {
    margin-top: 20px;
}
.blog-heading-top {
    padding-top: 55px;
}
/*========================================== LATEST BLOG END ===========================================*/
/*========================================== TWO-COLUMN-SECTION START =========================================*/
.two-column-bgimage-1 {
    background-image: url("../../images/nuovaclassea2.jpg");
}
.two-column-bgimage-2 {
	background-image: url("../../images/GLAfriday.jpeg");
}
.two-column-bgimage-3 {
    background-image: url("../../images/classeb.jpg");
}

.two-column-content-height {
    height: 250px;
    overflow: hidden;
}
.two-column-bgimage-1-height,
.two-column-bgimage-3-height {
    width: 50%;
    height: 410px;
    position: absolute;
    left: 0;
}
.two-column-bgimage-2-height {
    width: 50%;
    height: 410px;
    position: absolute;
    right: 0;
}
.two-column-bgimage-pad-1 {
    padding: 80px 0 80px 0;
}
.content-pad-1 {
    padding: 0 30px 0 30px;
}

/*========================================== TWO-COLUMN-SECTION END ===========================================*/
/*========================================== EMAIL SUBSCRIPTION START ===========================================*/

.subscription-bgimage {
    background-image: url("../../images/DJI_0560.jpg");
}
.subscription-section-space {
    padding: 100px 0 100px 0;
}
.email-success,
.email-failure {
    color: #f3f3f3;
    font-size: 16px;
    font-weight: 600;
}
.indicator-top {
    padding-top: 15px;
}
.email-text-bottom {
    margin-bottom: 30px;
}
.errorClass {
    border: 1px solid #ff0000 !important;
}
/*========================================== EMAIL SUBSCRIPTION END ===========================================*/
/*========================================== TESTIMONIAL START ===========================================*/

.quote-bottom {
    margin-bottom: 20px;
}
.testimonial-author-pad {
    padding-left: 20px;
}
.testimonial-author {
    font-size: 16px;
    font-weight: 600;
}
.testimonial-text {
    font-style: italic;
}
/*========================================== TESTIMONIAL END ===========================================*/

/*========================================== MODAL ===========================================*/
.modal-content {
  background: #FFF;

}

.modal-header {
  padding-left: 25px;
  padding-right: 25px;
}

.modal-body {
  padding: 40px 25px;
}
.modal-title{color:#000!important;}
.modal-body p {color:#000!important;}

/*========================================== MODAL END ===========================================*/
/*========================================== FOOTER-MAP START ===========================================*/

.footer-row-space {
    margin-bottom: 20px;
}
.follow-heading-bottom {
    margin-bottom: 15px;
}
.map {
    width: 100%;
    height: 400px;
}
/*========================================== FOOTER-MAP END ===========================================*/
/*========================================== FOOTER START ===========================================*/

.footer-bg {
    background-color: #333;
}
.footer-section-space {
    padding: 80px 0 40px 0;
}
.posts-bottom {
    margin-bottom: 25px;
}
.posts-bottom:last-child {
    margin-bottom: 0;
}
.posts-heading-bottom {
    margin-bottom: 20px;
}
.footer-list-bk li {
    list-style: none;
    display: block;
}
.footer-list-bottom li {
    padding-bottom: 15px;
}
.footer-list-bottom li:last-child {
    padding-bottom: 0;
}
.footer-dot-right {
    padding-right: 10px;
}
.footer-contact-left {
    padding-left: 15px;
}
.footer-contact-bottom {
    margin-bottom: 25px;
}
.footer-br {
    border-bottom: 1px solid #555555;
    margin-top: 40px;
}
.footer-br-bottom {
    margin-bottom: 40px;
}
.footer-icon li {
    list-style: none;
    display: inline-block;
}
.footer-left-pad li {
    padding-left: 15px;
}
.footer-left-pad li:first-child {
    padding-left: 0;
}
/*========================================== FOOTER END ===========================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .res-width-full {
        width: 100%;
    }
    .blog-heading-top {
        padding-top: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .res-image-bottom {
        padding-bottom: 20px;
    }
    .common-res-bottom {
        padding-bottom: 40px;
    }
    .header-form-heading-top {
        padding-top: 0;
    }
    .res-header-heading-bottom {
        padding-bottom: 40px;
    }
    .res-services-bottom {
        padding-bottom: 30px;
    }
    .res-text-center p,
    .res-text-center h3,
    .res-text-center-single,
    .res-services-center p,
    .res-services-center h3 {
        text-align: center;
    }
    .res-image-center {
        margin: 0 auto;
    }
    .res-clear {
        clear: left;
    }
    .builder-bgimage-height {
        width: 100%;
        position: relative;
    }
    .builder-content-height {
        height: auto;
    }
    .builder-bgimage-pad {
        padding: 40px 0 80px 0;
    }
    .builder-content-pad {
        padding: 0 15px 0 15px;
    }
    .two-column-bgimage-1-height,
    .two-column-bgimage-2-height {
        width: 100%;
        position: relative;
    }
    .two-column-bgimage-pad-1 {
        padding: 20px 0 80px 0;
    }
    .two-column-content-height {
        height: auto;
    }
    .content-pad-1 {
        padding: 0 15px 0 15px;
    }
    .blog-heading-top {
        padding-top: 0;
    }
    .res-submit-tb {
        padding: 20px 15px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
		body {
			padding-top: 80px;
		}

    .navbar-toggle {
        margin-right: 0;
        border-radius: 0;
    }
    .navbar-right {
        padding-top: 10px;
    }
    .res-image-bottom-1 {
        padding-bottom: 20px;
    }
    .common-res-bottom-1,
    .counter-res-bottom {
        padding-bottom: 40px;
    }
    .faq-res-bottom {
        padding-bottom: 30px;
    }
    .res-header-heading-bottom {
        padding-bottom: 40px;
    }
    .header-form-heading-top {
        padding-top: 0;
    }
    .res-submit-tb {
        padding: 20px 15px;
    }
    .services-res-bottom {
        padding-bottom: 30px;
    }
    .res-text-center-1 p,
    .res-text-center-1 h3,
    .res-text-center-1 h2,
    .res-text-center-single-1,
    .res-text-center-single,
    .res-services-center p,
    .res-services-center h3 {
        text-align: center;
    }
    .res-gallery-row-bottom {
        padding-bottom: 10px;
    }
    .price-fixed {
        margin: 0 auto;
        width: 400px !important;
    }
    .price-res-bottom {
        margin-bottom: 40px;
    }
    .builder-bgimage-height {
        width: 100%;
        position: relative;
    }
    .builder-content-height {
        height: auto;
    }
    .builder-bgimage-pad {
        padding: 40px 0 80px 0;
    }
    .builder-content-pad {
        padding: 0 15px 0 15px;
    }
    .two-column-bgimage-1-height,
    .two-column-bgimage-2-height {
        width: 100%;
        position: relative;
    }
    .two-column-bgimage-pad-1 {
        padding: 20px 0 80px 0;
    }
    .two-column-content-height {
        height: auto;
    }
    .content-pad-1 {
        padding: 0 15px 0 15px;
    }
    .blog-heading-top {
        padding-top: 0;
    }
    .blog-link-top .link-top {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 639px) {
    .common-full {
        width: 100% !important;
    }
    .res-footer-links-bottom {
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 479px) {
    .navbar {
      height: 80px;
    }

    .logo {
      width: 100%;
    }

    .price-fixed {
        width: 100% !important;
    }
    .header-section-slider-height {
        height: 250px;
        overflow: hidden;
    }

	h1 {
    font-size: 26px;
    line-height: 32px;
	}
	h2 {
		font-size: 20px;
		line-height: 28px;
	}
	h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.header-head1 {
    font-size: 30px;
    line-height: 40px;
	}

	.bgimage-head {
    font-size: 24px;
    line-height: 32px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 359px) {
    .common-full-1 {
        width: 100% !important;
    }
    .counter-res-bottom-1,
    .team-res-bottom {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 650px){
.logo-stemma {width:150px;}}

select#modelli.form-control.form-text2{-webkit-appearance:menulist!important;  }