@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?46683937');
  src: url('../fonts/fontello.eot?46683937#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?46683937') format('woff2'),
       url('../fonts/fontello.woff?46683937') format('woff'),
       url('../fonts/fontello.ttf?46683937') format('truetype'),
       url('../fonts/fontello.svg?46683937#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }
/*
Theme Name: Agents - Real Estate Responsive Landing Page Template  
Version: 1.0
Author: Conquerors Market
Author URI: http://themeforest.net/user/conquerorsmarket
 
*/
/******************  Table of Contents  *****************************/
/*

1. GLOBAL STYLES
2. HEADER
3. YOUR GOAL
5. TESTIMONIALS
6. VIDEO DEMO
7. FEATURES
8. REQUEST A FREE CONSULTATION
9. FOOTER
10.CUSTOM MEDIA QUERIES

If you having trouble in editing css. please send a mail to conquerorsmarket@gmail.com
I will really help you

*/

/*========== 1. GLOBAL STYLES ==============*/


body {
	font-family: 'Roboto', sans-serif;
	background: #FFF;
	font-weight: 300;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	position:relative;
}
strong, b {
	font-weight: 600;
}
h1 {
	color: #ffffff;
    font-size: 55px;
    font-weight: bold;
    line-height: 50px;
    margin: 250px 0 0;
}
h2 {
	font-size: 36px;
    font-weight: lighter;
    line-height: 43px;
    margin: 0;
}
h1 + h2{ color:#ececec }
h3 {
	color: #242424;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
    text-align: center;
}
h4 {
	font-size: 25px;
	margin: 10px 0;
}
h5 {
	color: #586067;
	font-size: 21px;
	font-weight: 700;
	margin: 6px 0 15px;
}
h6 {
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
	color: #384047;
}
a {
	color: #575757;
}
a:hover, a:focus {
	color:#5B5B5B;
}
label {
    font-weight: normal;
	font-size: 16px;
}
p {
font-size: 14px;
color:#9b9b9b;
}
p.testo-grande {
font-size: 22px;
}
.thankyou .linea-modulo h3 {
	font-size: 25px;
}
.thankyou .linea-modulo p {
	text-align:center;
}
.thankyou .linea-modulo h1 {
	margin-top:50px;
}
.thankyou .linea-modulo  {
	padding: 0 0 80px;
}
.text-align-center{
	text-align:center;
}
/*Vertical Rythm*/
.testata-logo{
width:100%;
}
.row{margin:0px;}
.list .col-lg-6{padding:0px;}
.thankyou .testata-logo{
position:relative;
border:none;
}
.has-margin-top {
	margin-top: 30px;
}
.has-margin-top-lg {
	margin-top: 40px;
}
.has-margin-bottom {
	margin-bottom: 30px;
}
.has-margin-bottom-sm {
	margin-bottom: 20px;
}
.has-margin-vertical {
	margin: 20px 0 30px;
}
.has-margin-bottom {
	margin-bottom: 40px;
}
.container {
	max-width: 1200px !important;
	width: 100%;
}
.logo  img {
	margin:55px 0 0;
}
.logo-testata-testo{
	text-align:right;
	color:#ffffff;
	margin:70px 0 0;
}
.logo-testata-testo img{
	margin:0 0 0 10px;
}
.testo-testata{
	font-size:20px;
	font-weight:bold;
	margin:53px 0 0;
}
/* not rquired */
.column {
    width: 0;
    margin: 0 auto;
}
.margin-top-140{
	margin-top:130px;
}
.linea-modulo{
	background-image:url("../images/slider.jpg");
	background-size: cover;
	background-color:#3f304f;
}
@media all and (min-width: 1600px) {
.linea-modulo {
    background-color: #3f304f;
    background-image: url("../images/slider.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
}
.form{
	background:#fff;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
padding-top:20px;
padding-bottom:20px;
}
.form p span{
	color:#fff;
	background:#92786B;
	font-weight:bold;
	padding: 0 12px;
	font-size:20px;
}
.linea-modulo-thankyou{
	background: #fff url("../images/slide-thankyou.jpg") no-repeat scroll center center;
}
/* Initial Subtle Animation*/

.masthead .container {
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}

.loading * {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-ms-animation: none !important;
	-o-animation: none !important;
}
 @keyframes fadein {
 from {
 opacity:0;
 -webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
transform: translateY(-30px);
}
to {
 opacity:1;
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 transform: translateY(0);
}
}
@-moz-keyframes fadein { /* Firefox */
 from {
 opacity:0;
 -webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
transform: translateY(-30px);
}
to {
 opacity:1;
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 transform: translateY(0);
}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
 from {
 opacity:0;
 -webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
transform: translateY(-30px);
}
to {
 opacity:1;
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 transform: translateY(0);
}
}
@-o-keyframes fadein { /* Opera */
 from {
 opacity:0;
 -webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
transform: translateY(-30px);
}
to {
 opacity:1;
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 transform: translateY(0);
}
}
/*animation ends*/
/*=========== Hedder Part CSS===========*/
.top_hedder {
}
.main_titile {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 0;
    margin-top: 27px;
    text-align: center;
    text-transform: uppercase;
}
.sub_title {
	color: #fff;
	font-size: 35px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 0;
	text-align: center;
}
#underline {
	line-height: 0;
	margin-right: 30px;
	text-align: right;
}
#arrow {
	position: absolute;
	right: 0px;
}
/* Get Form */

.form .col-lg-1, .form .col-lg-10, .form .col-lg-11, .form .col-lg-12, .form .col-lg-2, .form .col-lg-3, .form .col-lg-4, .form .col-lg-5, .form .col-lg-6, .form .col-lg-7, .form .col-lg-8, .form .col-lg-9, .form .col-md-1, .form .col-md-10, .form .col-md-11, .form .col-md-12, .form .col-md-2, .form .col-md-3, .form .col-md-4, .form .col-md-5, .form .col-md-6, .form .col-md-7, .form .col-md-8, .form .col-md-9, .form .col-sm-1,.form .col-sm-10, .form .col-sm-11, .form .col-sm-12, .form .col-sm-2,.form .col-sm-3,.form .col-sm-4,.form .col-sm-5,.form .col-sm-6,.form .col-sm-7,.form .col-sm-8,.form .col-sm-9,.form .col-xs-1,.form .col-xs-10,.form .col-xs-11,.form .col-xs-12,.form .col-xs-2,.form .col-xs-3,.form .col-xs-4,.form .col-xs-5,.form .col-xs-6,.form .col-xs-7,.form .col-xs-8,.form .col-xs-9 {
	    padding-left: 5px;
    padding-right: 5px;
}
.form-group {
    margin-bottom: 20px;
}
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
    height: 38px;
    padding: 10px;
    width: 95%;
	color:#6B6B6B;
}
input[type="checkbox"] {
	width: 25px;
	display:inline-block;
	vertical-align:middle;
	background:transparent;
}
.privacy-block .label{
	display:inline-block;
	vertical-align:middle;
	color:#575757;
	font-size:12px;
	font-weight:normal;
	padding:0px;
}
#testoprivacy{
	padding:10px 20px;
	background:#fff;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
input[type="submit"], .bottone {
	border: 0 none;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin-top: 5px;
	padding: 10px 35px;
	width: 100%;
	white-space: normal;
	 line-height: 90px;
	 text-transform:uppercase;
	 text-align:center;
	background:#F87332;
}
input[type="submit"]{
	line-height: 23px;
    padding: 10px 60px;
    width: auto;
	font-size:23px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f78748+0,d05909+100 */
background: #f78748; /* Old browsers */
background: -moz-linear-gradient(top,  #f78748 0%, #d05909 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f78748 0%,#d05909 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f78748 0%,#d05909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78748', endColorstr='#d05909',GradientType=0 ); /* IE6-9 */
}
.error-form{
	border:2px solid #DD2525 !important;
}
input[type="submit"]:hover {
background: #6b4c36;
}
.bottone:hover {
	color:#fff;
	text-decoration:none;
	background:#E85E1E;
}
.submit {
	background: #74BD51 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	height: 52px;
	margin-top: 10px;
	padding: 5px;
	width: 100%;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
}
.submit a, .submit a:hover {
	color: #fff;
	text-decoration: none
}
.messaggio{
	padding:60px 0;
	background:#F8F7F5;
}
.messaggio h3{
	font-size:35px;
	font-weight: 200;
	margin: 5px 0 50px;
}
.messaggio h3:after {
    background: #202020 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 300px;
}
.messaggio .col-lg-6 p {
    text-align:center;
	color:#000;
	padding: 0 0 20px;
	font-size:20px;
}
.perche {
	background:#fff;
	padding:80px 0;	
}
.lnr{
	display:inline-block;
	color:#FF7534;
	font-size:32px;
}
.lnr-graduation-hat {
	font-size:40px;
}
.perche .col-lg-4{
	padding:20px 70px;
}
.perche h3{
	font-size: 59px;
    font-weight: lighter;
	margin-bottom: 20px;
	color: #242424;
}
.perche h5{
	color: #b36946;
    font-size: 17px;
    font-weight: 600;
    padding-left: 20px;
	display: inline-block;
}
.perche span:after{
	background: #202020 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
	margin-bottom: 20px;
    width: 150px;
}
.perche p{
color:#222222;
text-align:center;
line-height:27px;
font-size: 15px;
}
.gola {
	text-align:center;
	padding:80px 0;
	background:#F8F7F5;
}
.gola h3{
	font-size: 59px;
    font-weight: lighter;
	margin-bottom: 40px;
}
.gola img{
	margin-bottom: 40px;
}
.gola p{
	font-size:20px;
	color:#252525;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 383px;
    left: 50%;
    display: block;
    background: #F8F7F5;
	border:1px solid #fff;
	padding: 3px 10px;
	cursor:pointer;	
}
/* Get Form */
/* Placeholder */
::-moz-placeholder {
color:#575757 !important;
font-size:15px;
opacity:1;
}
::-webkit-input-placeholder {
color:#575757 !important;
font-size:15px;
opacity:1;
}
:-o-input-placeholder {
color:#575757 !important;
font-size:15px;
opacity:1;
}
:-ms-input-placeholder {
color:#575757 !important;
font-size:15px;
opacity:1;
}
/* Placeholder */

#underline > img {
	margin: -15px 0px 20px 0;
	position: relative;
}
.form > img {
	padding: 20px 0 13px;
}
#form-errors, #form-success {font-weight:bold;font-size:13px;}
#form-errors{color:#AF3A36;}
#form-success{color:#65BB65;}

/*=========== Hedder Part CSS===========*/
.features {
    padding: 80px 0;
    text-align: left;
	background:#3f304f;
}
/*.step-features .step-feature {
    height: 95px;
}*/
.step-features .step-feature p {
    font-size: 19px;
    /*height: 95px;*/
    margin: 0 0 0 125px;
    padding: 20px 0px;
    text-align: left;
	color:#000000;
	text-transform:uppercase;
}
.step-features .step-feature div span {
    font-weight: 600;
    font-size: 140px;
    color: #3f304f;
    line-height: 95px;
    padding-left: 15px;
}
.step-features .step-feature div > * {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.step-features .step-feature div > p {
    padding-left: 20px;margin: 0 !important;
}
.step-features .step-feature.primo{ padding-left: 0px !important; }
.step-features .step-feature.terzo{ padding-right: 0px !important; }
.step-features .step-feature div {
    display: block;
    margin: 0;
    padding: 0 20px;
}
.step-features .step-feature.primo div {
    background: #909090;
}
.step-features .step-feature.secondo div {
    background: #bbbbbb;
}
.step-features .step-feature.terzo div {
    background: #eeeeee;
}
/*.step-features .step-feature.primo p {
    background:#6C4C35;
}
.step-features .step-feature.primo {
    background: #ECDED5 url("../images/numero1.jpg") no-repeat scroll left center;
}
.step-features .step-feature.secondo p {
    background:#AE6135;
}
.step-features .step-feature.secondo {
    background: #ECDED5 url("../images/numero2.jpg") no-repeat scroll left center;
}
.step-features .step-feature.terzo p {
    background:#F67A34;
}
.step-features .step-feature.terzo {
    background: #ECDED5 url("../images/numero3.jpg") no-repeat scroll left center;
}*/
.images img {width:100%;}
.features h3{
	margin-bottom:60px;
}
.features ul {
	padding-left:26px;
}
.features li.durata {
    background: rgba(0, 0, 0, 0) url("../images/durata.jpg") no-repeat scroll left top;
}
.features li.qualifica {
    background: rgba(0, 0, 0, 0) url("../images/qualifica.jpg") no-repeat scroll left top;
}
.features li.sedi {
    background: rgba(0, 0, 0, 0) url("../images/sedi.jpg") no-repeat scroll left top;
}
.features li {
    margin: 0 0 10px;
    padding-left: 85px;
	list-style:none;
}
.features li h4{
    font-size: 19px;
    font-weight:bold;
	margin:5px 0;
}
.features li p{
    font-size: 18px;
    text-align:left;
}
hr {
  color: #E60587;
  border-top:1px solid #E60587;
  margin:0 30px;
}
.separator{
	padding:60px 0 70px;
}
.video iframe {
	-webkit-box-shadow: 0px 0px 22px 1px rgba(127,126,126,1);
-moz-box-shadow: 0px 0px 22px 1px rgba(127,126,126,1);
box-shadow: 0px 0px 22px 1px rgba(127,126,126,1);
}


/*============TESTIMONIALS CSS=================*/
.testmonials {
	background: #000000;
	padding: 40px 0
}
.testmonials .section-hed-sub {
	color:#fff;
	font-size:23px;
}
.testmonials p {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	line-height: 35px;
}
.test_img h5 {
	color: #4e5560;
	margin: 20px 0 5px;
}
.test_img small {
	font-size: 16px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
.test_img {
	text-align: center;
}
/*============TESTIMONIALS CSS=================*/


/*============VIDEO DEMO================*/
.video_demo {
	padding: 40px 0;
	text-align:center;
}
.video_demo p{
	color:#000;
	text-align:justify;
}
.video_demo img{
	text-align:center;
	margin:20px 0;
}
iframe {
	border: 0 none;
}
/*============VIDEO DEMO================*/


/*============FEATURES================*/

.feature {
	padding: 40px 0
}
/*============FEATURES================*/

/*============REQUEST A FREE CONSULTATION================*/
.request {
	background: #f5d76e;
	padding: 40px 0
}
.request h4 {
	font-weight: bold;
	font-size: 33px;
	color: #222222;
}
.request small {
	font-size: 22px;
	color: #676767;
	font-weight: 400;
}
/*============REQUEST A FREE CONSULTATION================*/
.list img{width:100%;}
.list .lista-punti{width:650px;}
.list .lista-punti ul{padding:40px 0 0 40px;}
.list .lista-punti li{padding:20px 0 20px 0px;float:left;list-style:none;font-size:20px;}
.list .lista-punti li .spunta img{width:auto;max-width:100%;margin:10px 0 0 0;}
.list .lista-punti li .spunta {text-align:center;vertical-align:middle;}
.list p img{width:auto; text-align:right; padding:20px 52px 0 0;}
.list p { text-align:right;}
.modulo-richiesta .freccetta-modulo{    background: rgba(0, 0, 0, 0) url("../images/freccetta-form.png") no-repeat scroll right top;
    height: 159px;
    position: absolute;
    right: -78px;
    top: 115px;
    width: 63px;}
.modulo-richiesta {position:relative;}
/*============FOOTER================*/
.footer-logo  {
	background: rgba(0, 0, 0, 0) url("../images/mappa.jpg") no-repeat scroll center center / cover ;
	padding:80px 0;
}
.footer-logo p {
	text-align:left;
	font-size:15px;
	margin:0px 0 20px 0;
	color:#838383;
}
.footer-logo .logo-footer {
	text-align:right;
}
.footer-logo .logo-footer img {
	max-width:100%;
}
.footer-logo .container {
	padding: 60px 0;
background: #6C4935;
}
.footer-logo .container p{
color:#fff;
font-size:14px;
}
.footer-logo .container .row {
	padding: 0px 60px;
}

.da-nascondere{display:none;}

.text-align-left{
	text-align:left;
}
/*============FOOTER================*/

 /*Media Queries for smaller devices*/ 
 
 /*============Theam Color================*/
 .blue{ background:#1ba1e2;}
 .yellow{ background:#66e199 ;}
 /*============FOOTER================*/


@media (max-width: 1100px) {
.perche .col-lg-4 {
    padding: 20px 40px;
}
.step-features .step-feature p {
    font-size: 15px;
}
}

@media (max-width: 1000px) {
.step-features .step-feature p {
    font-size: 17px;
	display:block;
}
.scrollup {
    bottom: 470px;
}
h1 {
    font-size: 50px;
}
.footer-logo .logo-footer, .footer-logo p  {
    text-align:center;
}
.perche p {
    min-height: 85px;
}
}
@media (max-width: 890px) {
h1 {
    font-size: 40px;
    line-height: 36px;
	margin: 300px 0 0;
}
h2 {
    font-size: 26px;
    line-height: 31px;
}
.step-features .step-feature p {
    font-size: 14px;
}
.step-features .step-feature p{
	padding: 27px 0;
}
p.testo-grande {
    font-size: 18px;
}
p.testo-medio {
    font-size: 14px;
}
input[type="submit"], .bottone {
    font-size: 15px;
}
.logo img {
    width: 100%;
}
}

@media all and (max-width:767px) {
.linea-modulo {
    background-size: contain;
	background-repeat:no-repeat;
}
.margin-top-140{
	margin-top:0px;
}
.logo img {
    margin: 9px 0 0;
	width:inherit;
}
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
    width: 100%;
}
.logo-testata-testo {
    margin: 55px 0 0;
    text-align: center;
}
.logo {
    text-align:center;
}

.hidden-mobile{
	display:none;
}
.da-nascondere{
	display:block;
}
h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
    text-align: center;
}
h1 {
    font-size: 35px;
    line-height: 35px;
    margin: 30px 0 0;
    text-align: center;
}
.row-eq-height {
	display:block;
}
.perche h5 {
    margin: 6px auto;
}
.step-features .step-feature p {
	display:inline-block;
}
.step-features .step-feature{
	padding-left: 0px;
    padding-right: 0px;
}
.perche div {
    text-align:center;
}
.perche p {
    min-height: inherit;
}
}
@media all and (max-width:460px) {
	.logo img {
    width: 100%;
}
.scrollup {
    bottom: 520px;
}
.perche h3 {
    font-size: 40px;
}
.gola h3 {
    font-size: 40px;
}
.privacy-block .label {
white-space: normal;
display:inline;
}
.step-features .step-feature{ width:100%; float:none; display:block;     margin: 9px 0; padding:0 } 
input[type="submit"], .bottone {
    display: block;
    line-height: 35px;
}
.messaggio h3:after {
    width: 80%;
}
.messaggio h3 {
    font-size:25px;
}
.perche h5 {
    font-size: 16px;
    padding-left: 5px;
}
h1{
	font-size: 27px;
}
h2 {
    font-size: 24px;
}
#testoprivacy{
	width:300px !important;
}
}