﻿@import url("https://use.typekit.net/ruw2knt.css");

/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
    overflow-x: hidden!important;
    background:#F3F3F3
	}

body {
	font-family: 'Museo', sans-serif; 
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;}
	
.clear {clear: both;}

	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {}
	h2 {}
	h3 {font-size:30px}
	h4 {font-size:19px;}
	h5 {font-size:18px}
	h6 {font-size:15px}

p {margin: 0;}

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background:#F3F3F3;
  box-shadow: inset 0 0 10px #AAAAAA;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background:#D3D3D3;
  border-radius: 10px;
  box-shadow:0 0 5px #B1B1B1 inset;
}


/*===================== 
	header styles 
=======================*/

.hibid-one{
    float:left;
    width:49.95%;
    text-align:center;
    padding:70px 0px;
    background-color:#FFE300;
    transition:.3s ease;
}

.hibid-two{
    float:right;
    width:50%;
    text-align:center;
    padding:70px 0px;
    background-color:#FFE300;
    transition:.3s ease;
}


.hibid-section a{
    color:#4d4d4d;
    text-decoration:none;
    font-size:30px;
}

.hibid-one:hover{
    background:#FFDF26;
}

.hibid-two:hover{
    background:#FFDF26;
}

.hibid-button{
	line-height: 45px;
	height: 45px;
    text-align:center;
	width: 70%;
	cursor: pointer;
}

.header-wrap {
    background:#053CEC;
    padding-bottom:320px
	}

.main-header-wrap{background: #053CEC;padding-bottom:30px}

.intro-text{
    margin:155px 5% 0px 5%;
    text-align:left;
	}

.intro-text span{
    float:left;
}

.intro-text h1{
    color:#F3F3F3;
    font-family: 'Museo', sans-serif;
    font-weight:900;
    transition:.3s ease;
    font-size:80px;
    line-height:80px;
    /*animation: fadein 2.5s;
    -moz-animation: fadein 2.5s; 
    -webkit-animation: fadein 2.5s;
    -o-animation: fadein 2.5s*/
}

.intro-text h2{
    color:#F9494C;
    font-family: 'Museo', sans-serif;
    font-weight:900;
    transition:.3s ease;
    font-size:60px;
    line-height:80px;
}


@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { 
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { 
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


.header-col{float:left}

.first {width:15%}

.third {width:15%;text-align:right}

.second {width:70%}

.default-header{width:95%;margin:0 auto}

.main-logo-wrap{
    z-index:5;
    text-align:center;
    margin-left:30px;
    padding-top:20px;
}

.second-logo-wrap{
    margin-top:20px;
}

.logo-wrap{
    margin-top:20px;
}

.second-logo-wrap img{
    width:200px
}

.logo-wrap img{
    width:200px
}



.default-button{
	line-height: 45px;
	height: 45px;
    text-align:center;
	width: 350px;
    margin-top:20px;
	cursor: pointer;
}

.default-btn-wrapper { 
	float: right;
    text-align:right;
    margin-right:30px;
    margin-top:-110px;
}

.default-btn-wrapper img{ 
	margin-bottom:10px;
}

.button-inv{
	background:#F3F3F3;
    box-shadow:0 0 25px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    border-radius:550px;
    color:#4D4D4D;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
    font-size:25px;
}
.button-inv a{
	color:#4D4D4D;
    font-weight:100;
	text-decoration: none;
	display: block;
}

.button-inv span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}

.button-inv::before{
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
    border-radius:550px;
	background-color:#295BFA;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}
.button-inv:hover::before{
	opacity: 1;
	width: 101%;
}

.button-inv:hover{
    color:#f3f3f3!important;
}



/* icon section */

.icon-section{
    margin:70px auto 100px auto;
    width:90%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.icon-col{
    float:left;
    width:31%;
    margin:0px 1%;
    display:block;
    overflow:auto;
    padding-bottom:80px;
    background:#F3F3F3;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow:0 0 15px rgba(0,0,0,0.1);
    text-align:center;
}

.icon-col img {
    box-shadow:0 0 25px rgba(0,0,0,0.1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin:40px 0px;
    width: 23vw;
}

.icon-col h1 {
    font-family: 'Museo', sans-serif;
    color:#4D4D4D;
    font-weight:700;
    transition:.3s ease
}

.icon-col p {
    font-family:'Museo', sans-serif;
    color:#053CEC;
    line-height:70px;
    font-size:20px;
    font-weight:700
}

.icon-btn-wrapper{
    width:100%;
    margin-top:-170px
}

.hibid-section{
    background:#FFE300;
    display:block;
    overflow:auto;
    padding-bottom:60px
}

.icon-button{
	line-height: 85px;
	height: 85px;
    text-align:center;
	width: 80%;
	cursor: pointer;
}

.button-icon{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	background:#053CEC;
    border-radius:550px;
    color:#f3f3f3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;	
    margin-top:13%
}
.button-icon a{
	color: #4D4D4D;
	text-decoration: none;
	display: block;
}
.button-icon span{
	z-index: 2;	
    font-size:45px;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button-icon::before{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
    border-radius:550px;
	background-color:#295BFA;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}
.button-icon:hover::before{
	opacity: 1;
	width: 100%;
}

.button-icon:hover{
    color:#f3f3f3!important;
}

.btn-hidden{display:none}

.hidden-btn-wrapper{
    width:100%;
    margin-top:-200px
}

.spacer{margin-top:200px}

.hidden-button{
	line-height: 45px;
	height: 45px;
    text-align:center;
	width: 50%;
	cursor: pointer;
}

.button-hidden{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	background:#FFE300;
    border-radius:550px;
    color:#262626;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;	
    margin-top:35px
}
.button-hidden a{
	color: #4D4D4D;
	text-decoration: none;
	display: block;
}
.button-hidden span{
	z-index: 2;	
    font-size:25px;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button-hidden::before{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
    border-radius:550px;
	background-color:#FFEC5F;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}
.button-hidden:hover::before{
	opacity: 1;
	width: 100%;
}

.button-hidden:hover{
    color:#262626!important;
}


@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-moz-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-o-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.aone {
    animation-duration: 1.3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-delay:.5s
}

.atwo {
    animation-duration: 1.3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-delay:.7s
}

.athree {
    animation-duration: 1.3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-delay:.9s
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}


/*===================== 
	nav styles 
=======================*/


#menu-button{display: none;}
#main-menu-button{display: none;}

nav.mobile {display:none;}

.navigation {
    margin-top:0px;
    text-align:center
}

.navigation-two {
    margin-top:40px;
    text-align:center
} 

.contact-icon i{
	color:#F3F3F3;
    transition:.3s ease
	}

.contact-icon i:hover{
	color:#FFE300
	}

.contact-icon{margin:0px 25px}

nav.primary ul li a .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 10px 15px;
	}

nav.primary {
	padding:0;
	display:block;
	background:transparent;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0px;
			list-style-type:none; 
			}
			nav.primary ul li a {
				color:#F3F3F3;
				font-size:24px;
				text-decoration:none;
				padding:35px 20px 10px 20px;
				display:block;
				margin:0 10px;
                font-family:'Museo', sans-serif;
				text-align:center;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				}	

			nav.primary ul li a:hover {
				color:#FFE300
				}	


			/* Appearance of the sub-level links */
			nav.primary ul.list {
				background: rgba(247,45,49,0.7);
                backdrop-filter: blur(10px);
                border: 1px solid #EC3033;
                border-radius: 4px;
                width:640px;
                height:55px;
                padding:0px 20px
			}

			nav.primary ul #parts-list {
				background: rgba(247,45,49,0.7);
                backdrop-filter: blur(10px);
                border: 1px solid #EC3033;
                border-radius: 4px;
                width:360px!important;
                height:55px;
                padding:0px 20px
			}

			nav.primary ul.list li {
				display:inline-block;
				list-style-type:none;
			}
			nav.primary ul li li a { 
				font-size:15px;
                display:block;
				padding:20px 15px 15px 15px;
				color:#F3F3F3 !important;
				text-align:center;
                transition:.3s ease
			}

			nav.primary ul li li a:hover { 
				color:#3E1010!important
			}

nav.primary ul li li a:after {
  height: 0px;
  left: 0%;
  background:transparent;
  transition: none;
  width: 0;
}
			
nav.primary ul li li a:hover:after {
   width: 0%; }
	


/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block; 
    z-index: 100;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
}


/* main primary (not default) */

.animatedFadeInDown {
    opacity: 0
}

.fadeInDown {
    opacity: 0;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
}


@keyframes fadeInDown {
    from {
        transform: translate3d(0,-10px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    from {
        transform: translate3d(0,-10px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-moz-keyframes fadeInDown {
    from {
        transform: translate3d(0,-10px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-o-keyframes fadeInDown {
    from {
        transform: translate3d(0,-10px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.main-contact-icon i{
	color:#4D4D4D;
    transition:.3s ease
	}

.main-contact-icon i:hover{
	color:#053CEC
	}

.main-contact-icon{margin:0px 25px}

.main-logo-wrap{
    width:400px;
    padding-bottom:10px;
    box-shadow:0 0 15px rgba(0,0,0,0.3);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background:#053CEC;
    position:relative;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.main-navigation {
    margin-top:0px;
    width:100%;
    position:absolute;
    text-align:right
}

nav.main-primary ul li a .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 10px 15px;
	}

nav.main-primary {
	padding:0;
	display:block;
	width:100%;
	position:relative;
	background:#E4E4E4;
    float:right;
    padding-right:30px;
	}
	nav.main-primary ul {
		margin:0; 
		padding:0;
		}
		nav.main-primary ul li {
			display:inline-block;
			margin:0 -2px;
			list-style-type:none; 
			}
			nav.main-primary ul li a {
				color:#4D4D4D;
				font-size:25px;
				text-decoration:none;
				padding:35px 20px 35px 20px;
				display:block;
				margin:0 10px;
                position:relative;
                font-family:'Museo', sans-serif;
				text-align:center;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				}	

			nav.main-primary ul li a:hover {
				color:#053CEC
				}	


			/* Appearance of the sub-level links */
			nav.main-primary ul.list {
				background: rgba(247,45,49,0.7);
                backdrop-filter: blur(10px);
                border: 1px solid #EC3033;
                border-radius: 4px;
                width:640px;
                height:55px;
                padding:0px 20px
			}

			nav.main-primary ul #parts-list {
				background: rgba(247,45,49,0.7);
                backdrop-filter: blur(10px);
                border: 1px solid #EC3033;
                border-radius: 4px;
                width:360px!important;
                height:55px;
                padding:0px 20px
			}

			nav.main-primary ul.list li {
				display:inline-block;
				list-style-type:none;
			}
			nav.main-primary ul li li a { 
				font-size:15px;
                display:block;
				padding:20px 15px 15px 15px;
				color:#F3F3F3 !important;
				text-align:center;
                transition:.3s ease
			}

			nav.main-primary ul li li a:hover { 
				color:#3E1010!important
			}

nav.main-primary ul li li a:after {
  height: 0px;
  left: 0%;
  background:transparent;
  transition: none;
  width: 0;
}
			
nav.main-primary ul li li a:hover:after {
   width: 0%; }
	


/* This controls the main-primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.main-primary ul ul {
    display: none;
    position: absolute; 
}
nav.main-primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.main-primary ul li:hover > ul {  
    display: block; 
    z-index: 100;
}
nav.main-primary ul ul li {
    float: none; 
    position: relative;
}



/*===================== 
	default styles 
=======================*/


/* steps section */

.step-col{
    float:left;
    width:27%;
    margin:0px 3%;
    background:#F3F3F3;
    text-align:center;
}

.step-section{
    display:block;
    overflow:auto;
    margin:70px 0px 90px 0px;
    background:#F3F3F3
}

.step-col h2{
    line-height:80px;
    font-family: 'Museo', sans-serif;
    color:#053CEC;
    font-weight:900;
    font-size:50px;
}

.step-col p{
    color:#4D4D4D;
    font-size:35px;
    line-height:60px}

.number-circle{
    background:#FFE300;
    color:#053CEC;
    text-align:center;
    width: 40px;
    font-size:20px;
    height: 40px;
    font-weight:600;
    line-height: 40px;
    border-radius: 50%;
}

/* info section */

.info-section{
    display:block;
    overflow:auto;
    padding:50px 30px 40px 30px;
    background:#ECECEC;
}

.info-head{
    width:630px;
    margin:0 auto
}

.info-head img{
    float:left;
    width:200px
}

.info-name{
    float:right;
    margin-top:80px
}

.info-name h2{
    line-height:50px;
    font-family: 'Museo', sans-serif;
    color:#4D4D4D;
    font-weight:900;
    font-size:55px;
}

.info-name p{
    color:#4D4D4D;
    font-size:35px
}

.info1{
    float:left;
    width:48%;
    margin:0 auto;
    color:#4D4D4D;
}

.info2{
    float:right;
    width:48%;
    margin:0 auto;
    color:#4D4D4D;
}



/* quote section */

.quote-section{
    display:block;
    overflow:auto;
    padding:110px 50px 130px 50px;
    background:#053CEC;
}

.quote-section h1{
    font-family: 'Museo', sans-serif;
    color:#F3F3F3;
    font-weight:900;
    font-size:65px;
}

.brands-section{
    background:#F3F3F3;
    margin-top:90px;
    width:700px;
    border-radius:200px;
    box-shadow:0 0 15px rgba(0,0,0,0.2);
}

.brands-section img{
    margin: 20px 25px
}


/*===================== 
	about 
=======================*/

.indent{margin-left:4%}

.icon-container{
    width:20%;
    float:left;
}

.icon-container h4{
    line-height:40px;
    font-family: 'Museo', sans-serif;
    color:#4d4d4d;
    font-weight:500;
    font-size:20px;
    transition:.3s ease
}

.icon-border{
    box-shadow:0 0 25px rgba(0,0,0,0.07);
    -moz-border-radius: 200px;
    background:#f3f3f3;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    width: 7vw;
    height: 7vw;
    display: flex;
    margin-bottom:30px;
    justify-content: center;
    align-items: center;  
}

.about-icon{
    margin:0 auto
}

.icon-border img{
    width:45%;
    display:inline-block
}

.bottom-about{
    background:#ECECEC;
    padding:65px 85px;
}

.top-about{
    background:#FFE300;
    padding:65px;
}

.content-title{
    background:#FFE300;
    padding:65px;
}

.content-title h1{
    font-size:60px!important;
    line-height:50px!important
}

.main-section-about{
    display:block;
    overflow:auto;
    background:#F3F3F3
}

.top-about h1{
    line-height:50px;
    font-size:60px;
    font-family: 'Museo', sans-serif;
    color:#053CEC;
    font-weight:900;
}

.top-about h5{
     line-height:40px;
    font-family: 'Museo', sans-serif;
    color:#ECD42F;
    font-weight:500;
    font-size:30px
}

.top-about p{
    line-height:30px;
    color:#4D4D4D;
    font-size:17px;
}

.about-info h5{
    line-height:40px;
    font-family: 'Museo', sans-serif;
    color:#053cec;
    font-weight:800;
    font-size:45px;
    letter-spacing:3px;
    margin-left:5px;
}

.about-info{
    margin:65px 70px;
    display:block;
    overflow:auto;
    background:#F3F3F3
}


.about-info p{
    color:#4D4D4D;
    font-size:35px;
    line-height:60px
}

.about-info span{
    line-height:60px;
    color:#F9494C!important;
    font-size:50px;
    font-weight:700;
    font-style: italic;
}

.about-section-two{
    margin-top:70px;
    padding-top:70px;
    border-top:1px solid #ddd
}

.about-contact{
    padding:90px 30px 130px 30px;
    background:#053CEC;
    margin-top:40px
}

.about-contact h4{
    line-height: 40px;
    font-family: 'Museo', sans-serif;
    color: #f3f3f3;
    font-weight: 500;
    font-size: 45px;
}

.image-part-section{
    margin:50px 85px;
}

.parts-column{
    float:left;
    width:16.5%
}

.parts-column img{
  border-radius:10px;
  box-shadow:0 0 15px rgba(0,0,0,0.1);
  width:96%;
  transition:.3s ease;
  cursor: pointer;
  margin-bottom:2%
}

.parts-column img:hover{
  transform: scale(1.02);
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:rgba(0,0,0,0.83)
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color:transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  transition:.3s ease
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}
.mySlides img{
  border-radius:8px
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


/*===================== 
  real estate / faq
=======================*/

.estate-info h3{
    line-height:40px;
    font-family: 'Museo', sans-serif;
    color:#4D4D4D;
    font-weight:800;
    font-size:45px;
}


.main-section-faq{
    margin:65px 85px;
    display:block;
    overflow:auto;
    background:#F3F3F3
}

.top-faq h1{
    line-height:60px;
    font-size:50px;
    font-family: 'Museo', sans-serif;
    color:#053CEC;
    font-weight:900;
}

.faq-section{
    margin:30px 0px;
}

.faq-info h5{
    line-height:40px;
    font-family: 'Museo', sans-serif;
    color:#053cec;
    font-weight:800;
    font-size:40px;
    letter-spacing:1px;
    margin-left:5px;
}

hr{border-top: 1px solid #DDDDDD;}

.faq-info p{
    color:#4D4D4D;
    font-size:35px;
    line-height:60px
}

.faq-sub{
   color:#4D4D4D;
    font-size:35px;
    font-weight:800!important;
    line-height:60px 
}

.faq-info h4{
    line-height:40px;
    font-family: 'Museo', sans-serif;
    color:#4D4D4D;
    font-weight:500;
    font-size:40px;
}

.faq-btn-wrapper{
    margin-top:50px;
}

.faq-button{
	line-height: 65px;
	height: 65px;
    text-align:center;
	width: 400px;
    font-size:40px;
	cursor: pointer;
}

.button-faq{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	background:#F3F3F3;
    border-radius:550px;
    color:#4D4D4D;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;	
}
.button-faq a{
	color: #4D4D4D;
	text-decoration: none;
	display: block;
}
.button-faq span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
    font-size:35px
}
.button-faq::before{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
    border-radius:550px;
	background-color:#295BFA;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}
.button-faq:hover::before{
	opacity: 1;
	width: 100%;
}

.button-faq:hover{
    color:#f3f3f3!important;
}


/*===================== 
	contact
=======================*/

.main-section-contact{
    margin:65px 85px;
    display:block;
    overflow:auto;
    background:#F3F3F3
}

.top-contact h1{
    line-height:60px;
    font-size:50px;
    font-family: 'Museo', sans-serif;
    color:#053CEC;
    font-weight:900;
}

.contact-section{
    overflow-x:hidden
}

.contact-info{
    color:#4D4D4D
}

.contact-info h5{
    line-height:40px;
    font-family: 'Museo', sans-serif!important;
    color:#053cec;
    font-weight:800;
    font-size:45px;
    letter-spacing:3px;
    margin-left:5px;
}


.contact-info p{
    font-size:35px;
    line-height:60px
}

.phone-links-contact{
    color:#4D4D4D;
    text-decoration:none;
    transition:.2s ease;
}

.phone-links-contact:hover{
    color:#053CEC
}


.default-map-contact{
    float:right;
    width:70%;
    margin-right:30px;
    height:100%;
}

.map-iframe-contact{
    border-radius:7px;
    margin:25px 0px 20px 10px; 
    box-shadow:0 0 10px rgba(0,0,0,0.1);
    height:300px;
}

/* contact form */

.form{
    border-top:1px solid #E0E0E0;
    margin:50px auto 30px auto;
    padding-top:40px;
    color:#5A5A5A;
    overflow-x:hidden!important
}

.form h5{
    line-height:40px;
    font-family: 'Museo', sans-serif;
    color:#053cec;
    font-weight:800;
    font-size:45px;
    letter-spacing:3px;
    margin-left:5px;
}

.form p{
    font-size:35px;
    line-height:60px
}

.formcontainer {
	width: 100%;
}

input {
	padding: 8px;
	border: 1px solid #ddd;
	color: #5A5A5A;
    background-color:#F0F0F0;
	font-size: 25px;
	box-sizing: border-box;
	border-radius: 2px;
	margin-bottom: 10px;
    margin-right:10px;
    font-family: 'Museo', sans-serif; 
}

textarea {
	width: 100%;
	padding: 8px;
	color: #000;
    border: 1px solid #ddd;
    background-color:#F0F0F0;
	font-size: 25px;
	box-sizing: border-box;
	border-radius: 2px;
	height: 100px;
	margin-bottom: 5px;
    font-family: 'Museo', sans-serif; 
}

textarea_comment {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 25px;
	box-sizing: border-box;
	border-radius: 0px;
	height: 100px;
	margin-bottom: 5px;
    font-family: 'Museo', sans-serif; 
}

select {
	width: 100%;
	padding: 8px;
	border: 0px solid #ddd;
	color: #000;
	font-size: 25px;
	box-sizing: border-box;
	border-radius: 0px;
	margin-bottom: 25px;
}

input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus,
textarea:focus,
select:focus {
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 25px;
	box-sizing: border-box;
	border-radius: 0px;
	outline-style: none;
}

input.button,
input.button:focus {
    background:#053CEC!important;
    border-color:#053CEC!important;
    padding:10px 30px;
    color:#F3F3F3;
    box-shadow:0 0 25px rgba(0,0,0,0.1);
    text-decoration:none;
    font-size:25px;
    transition:.2s ease;
    border-radius:200px;
    width:200px;
    border:0px;
    cursor: pointer;
    margin-top:25px;
    margin-bottom:30px;
}

input.button:hover {
    box-shadow:0 0 15px rgba(0,0,0,0.1);
    border-color:#295BFA!important;
    background:#295BFA!important;
}

/* captcha */


.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: center;
	line-height:normal !important;
}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:20px;
	line-height:34px;
	font-family: 'Museo', sans-serif;
}

.CaptchaAnswerPanel {
	margin:10px auto;
    width:100%!important;
	padding:2px 0px 2px 0px !important;
}


.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 5px 0;
	padding:8px 0 8px 0 !important;
	font-family: 'Museo', sans-serif;
}
.CaptchaWhatsThisPanel a {color:#5A5A5A;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}


/*===================== 
	furniture store 
=======================*/


.desc{
    padding:90px 30px 100px 30px;
    background:#053CEC;
    margin-top:40px
}


.desc p{
    color:#f3f3f3;
    font-size:40px;
    font-family: 'Museo', sans-serif;
}


.main-section-store{
    margin:0px 85px;
    display:block;
    overflow:auto;
    background:#F3F3F3
}

.top-store h1{
    line-height:60px;
    font-size:50px;
    font-family: 'Museo', sans-serif;
    color:#053CEC;
    font-weight:900;
}

.store-section{
    margin:60px 0px;
}

.store-info h5{
    line-height:40px;
    font-family: 'Museo', sans-serif;
    color:#4d4d4d;
    font-weight:800;
    font-size:45px;
}

.store-info img{
    max-width:700px;
    width:100%;
    margin-top:-10px;
    margin-bottom:50px
}

hr{border-top: 1px solid #DDDDDD;}

.store-info p{
    line-height:30px;
    color:#4D4D4D;
    font-size:17px;
}

.store-info h4{
    line-height:40px;
    font-family: 'Museo', sans-serif;
    color:#4D4D4D;
    font-weight:500;
    font-size:30px;
}


.store-btn-wrapper{
    margin-top:50px;
    margin-bottom:10px
}

.store-button{
	line-height: 65px;
	height: 65px;
    text-align:center;
	width: 450px;
    font-size:40px;
	cursor: pointer;
}

.button-store{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	background:#053CEC;
    border-radius:550px;
    color:#f3f3f3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;	
}
.button-store a{
	color: #4D4D4D;
	text-decoration: none;
	display: block;
}
.button-store span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button-store::before{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
    border-radius:550px;
	background-color:#295BFA;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}
.button-store:hover::before{
	opacity: 1;
	width: 100%;
}

.button-store:hover{
    color:#f3f3f3!important;
}


/*===================== 
	schedule
=======================*/

.sched-info h5{
    line-height:40px;
    font-family: 'Museo', sans-serif;
    color:#ECD42F;
    font-weight:800;
    font-size:45px;
    letter-spacing:3px;
    margin-left:5px;
    text-shadow: -2px -2px 0 #053CEC, 2px -2px 0 #053CEC, -2px 2px 0 #053CEC, 2px 2px 0 #053CEC;
}

.sched-info p{
    color:#4D4D4D;
    font-size:35px;
    line-height:60px
}

.sched-info h4{
    line-height:40px;
    font-family: 'Museo', sans-serif;
    color:#4D4D4D;
    font-weight:bold;
    font-size:40px;
}

.no-check{
    color:#f3f3f3;
    font-size:48px;
    font-family: 'Museo', sans-serif;
    font-weight:bold
}


/*===================== 
	bid online
=======================*/

.bid-btn-wrapper{
    margin-top:50px;
    margin-bottom:10px
}

.bid-button{
	line-height: 65px;
	height: 65px;
    text-align:center;
	width: 450px;
    font-size:40px;
	cursor: pointer;
}

.button-bid{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	background:#053CEC;
    border-radius:550px;
    color:#f3f3f3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;	
}
.button-bid a{
	color: #4D4D4D;
	text-decoration: none;
	display: block;
}
.button-bid span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button-bid::before{
    box-shadow:0 0 15px rgba(0,0,0,0.1);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
    border-radius:550px;
	background-color:#295BFA;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}
.button-bid:hover::before{
	opacity: 1;
	width: 100%;
}

.button-bid:hover{
    color:#f3f3f3!important;
}

/*===================== 
	footer
=======================*/

.footer-wrap{
    background:#FFE300;
    padding:40px 0px 60px 0px;
}

.footer-social a{
    color:#F3F3F3;
    font-size:20px;
    line-height:40px;
}

.footer-social div{
    height:40px;
    width:40px;
    margin:20px;
    display:inline-block;
    line-height:20px;
    background:#053CEC;
    border-radius:50%;
    transition:.3s ease;
    cursor: pointer
}

.footer-social div:hover{
    background:#295BFA;
}

.footer-links{
    margin:20px 0px 40px 0px;
}

.footer-links a{
    color:#4D4D4D;
    text-decoration:none;
    margin:25px;
    transition:.3s ease;
    font-size:25px
}

.footer-links a:hover{
    color:#AE9400
}

.copyright{
  color:#AE9400;
  font-size:20px;
  margin-bottom:10px
}

.truck-paper{
    color:#AE9400;
    text-decoration:none;
    transition:.4s ease
}

a.truck-paper:hover{
    color:#4D4D4D;
}

.disclaimer{
  color:#5F5F5F;
}


/*========================== 
	  responsive 
============================*/


@media screen and (max-width: 1900px)  {
    
nav.primary ul li a {
    font-size:21px;
    padding:35px 10px 10px 10px;
}	
}	




@media screen and (max-width: 1850px)  {
 
.header-wrap {
    padding-bottom:230px
}
    
.icon-container h4{
    font-size:17px;
}
    
.icon-col h1 {
    font-size:25px
}   
    
.intro-text{
    margin:145px 4% 0px 4%;
    text-align:left
	}
    
.intro-text h1{
    font-size:70px;
    line-height:70px;
}  
    
.intro-text h2{
    font-size:50px;
    line-height:45px;
}   
    
.icon-section{
    margin:60px auto 60px auto;
    width:95%;
}  
    
.default-btn-wrapper img{ 
	margin-bottom:0px;
    width:100px;
}   
    
.default-button{
	line-height: 40px;
	height: 40px;
    text-align:center;
	width: 330px;
    margin-top:20px;
	cursor: pointer;
}

.default-btn-wrapper { 
    margin-right:10px;
    margin-top:-85px;
}
}


@media screen and (max-width: 1550px)  {
    
.navigation-two {
    margin-top:25px;
    text-align:center
} 
    
.btn-hidden{display:block}
   
.btn1{display:none}    
/* mobile nav */	
    
nav.primary ul{display:none;}
    
nav.main-primary ul{display:none;}
    
#menu-button{ 
    width: 90%;
    display: block;
    font-size: 30px;
    position: relative;
    line-height:40px; 
    z-index: 400;
    float:left;
    margin-top:40px
}
    
#menu-button a{
    color:#f3f3f3;
    padding:8px 10px;
    text-decoration: none;
    font-weight:normal;
    transition:.3s ease;
}
    
#main-menu-button{ 
    width: 100%;
    display: block;
    font-size: 30px;
    position: relative;
    line-height:40px; 
    z-index: 400;
    float:left;
    margin-top:20px
}
    
#main-menu-button a{
    color:#878787;
    padding:8px 10px;
    text-decoration: none;
    font-weight:normal;
    transition:.3s ease;
    margin-left:30px;
}
    
#main-menu-button a img{
    margin-bottom:29px;
    margin-top:20px;
}
    
nav.mobile {
    display:block;
    position: fixed;
    top: 20px;
    left: -350px;
    width:300px;
    border-top-right-radius:30px;
    border-bottom-right-radius:30px;
    height: 95%;
    background-color:#053CEC;
    z-index: 500;
    box-shadow:0 0 25px rgba(0,0,0,0.3);
    overflow:hidden;
}

nav.mobile .social-media {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size:16px;
    word-spacing:13px;
    padding:0 0 0 5px;
    color: #ccc !important;
}

nav.mobile .mobile_top {
    position: relative;
    display:block;
    padding: 0;
    margin:15px 0 10px 0;
    color: #f3f3f3;
    font-size: 18px;
    font-weight: 400;
}

/* menu 'x' button */
    
nav.mobile .menu-toggle {
    position: absolute;
    padding: 3px 8px 3px;
    font-family: Arial, sans-serif;
    font-size:25px;
    font-weight: thin;
    line-height: 1;
    color: #f3f3f3;
    text-decoration: none;
    top:0;
    right:20px;
	}
    

/* menu list */
    
nav.mobile ul {
    list-style: none;
    font-weight: 300;
    padding-left:0px !important;
}
    
nav.mobile ul li {
    position:relative;
    border-bottom:1px solid #295BFA
}

nav.mobile ul li a {
    display: block;
    position:relative;
    font-size:18px;
    color:#f3f3f3;
    font-weight:400;
    text-decoration: none;
    font-family:'Museo', sans-serif;
     padding: 13px 10px 13px 20px!important;
}
    
nav.mobile span{
    position: absolute;
    display: block;
    z-index:12;
    width:100%;
    height:100%;
    
}


nav.mobile ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
	background-color: #295BFA;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
			
nav.mobile ul li a:hover::before {
   opacity: 1;
	width: 110%;
    color:#878787;
}
nav.mobile ul li .fa-chevron-down {
    color:#878787;
    font-size:10px;
    margin-top:-5px
}
    
.list{
    margin-top:0px!important;
    border-top:1px solid #262626;
    background-color:#262626
}
    
nav.mobile .list li {
    position:relative;
    border-bottom:1px solid #2F2F2F
}
    
nav.mobile .list li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color:#2F2F2F;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
			
nav.mobile .list li a:hover::before {
   opacity: 1;
	width: 100%;
    color:#878787;
}   
    
 .intro-text{
    margin:50px auto;
    text-align:center
}   
  
.intro-text span{
    float:none;
}    
    
.intro-text h1{
    font-size:80px;
    line-height:80px;
}
    
.intro-text h2{
    font-size:60px;
    line-height:60px;
}

 .header-wrap {
    padding-bottom:80px
}
        
    
.default-button{
	line-height: 45px;
	height: 45px;
    text-align:center;
	width: 350px;
    margin:0 auto;
	cursor: pointer;
} 
    
.default-button span{
	font-size:24px
}

.default-btn-wrapper img{ 
	margin-bottom:20px;
    margin-top:40px
}
    
.default-btn-wrapper { 
	float: none;
    text-align:center;
    margin:0 auto
}    
       
        
}   

  
@media screen and (max-width: 1450px)  {
 
.first {width:20%}

.third {width:20%;text-align:right}

.second {width:60%}    

.icon-col p {
    line-height:60px;
} 
    
.icon-section{
    margin-top:50px;
}

.icon-col{
    float:none;
    width:95%;
    margin:25px auto;
    padding-bottom:0px;
}
    
.icon-btn-wrapper{
    margin:0px;
}
    
.icon-button{
	line-height: 70px;
	height: 70px;
    text-align:center;
	width: 80%;
	cursor: pointer;
}

.button-icon{margin-top:16%}

.button-icon span{font-size:30px}
    
.contact-icon{margin:0px 20px}
.main-contact-icon{margin:0px 20px}  

.main-section-faq{margin:55px 65px}
.main-section-contact{margin:25px 65px}
.main-section-store{margin:55px 65px}
    
.bottom-about{padding:55px 65px}

    
.top-faq h1{font-size:45px;}

.faq-section{
    margin:40px 0px;
}
    
.estate-info h3{
    font-size:30px;
}

.faq-info h5{
    line-height:35px;
    font-size:30px;
}

.faq-info p{
    line-height:35px;
    font-size:30px;
}

.faq-info h4{
    line-height:35px;
    font-size:30px;
}
       
.sched-info h5{
    line-height:35px;
    font-size:30px;
}

.sched-info p{
    line-height:35px;
    font-size:30px;
}

.sched-info h4{
    line-height:35px;
    font-size:32px;
}
  
.step-col h2{
    line-height:70px;
    font-size:33px;
}

.step-col p{
    line-height:35px;
    font-size:30px
} 

.info-name h2{
    line-height:40px;
    font-size:35px;
}
    
    
.info-name{
    margin-top:55px
}

.info-name p{
    color:#4D4D4D;
    font-size:20px
}  
    
.info2 p{
    font-size:20px
}
    
.info1 p{
    font-size:20px
}
   
.info-head{
    width:450px;
}
    
.info-section{
    padding:40px 10% 30px 10%;
}    
    
.image-part-section{
    margin-top:30px;
    margin-bottom:30px
}
    

.image-part-section{
    margin:50px 30px;
}    
    
.info-head img{
    width:150px
}

.top-about h5{
    line-height:5px;
    font-size:30px;
}

.top-about p{
    line-height:35px;
    font-size:30px;
}
    
.about-info h5{
    line-height:35px;
    font-size:30px;
}

.about-info p{
    line-height:35px;
    font-size:30px;
}  
    
.about-info{
    margin:45px 30px;
    display:block;
    overflow:auto;
    background:#F3F3F3
}

    
.about-contact h4{
    line-height:40px;
    font-size:35px;
}
      
.top-store h1{font-size:45px;}

.store-section{
    margin:40px 0px;
}

.store-info p{
    line-height:35px;
    font-size:30px;
}

.store-info h4{
    line-height:35px;
    font-size:30px;
}

.top-contact h1{font-size:45px;}
    
.contact-info h5{
    line-height:35px;
    font-size:30px;
}

.contact-info p{
    line-height:45px;
    font-size:30px;
}

.contact-info h4{
    line-height:35px;
    font-size:27px;
}
    
.form h5{
    line-height:35px;
    font-size:30px;
}

.form p{
    font-size:30px;
}

    
}

@media screen and (max-width: 1350px)  {
    
.logo-wrap{
    margin-top:20px;
}

.second-logo-wrap img{
    width:150px
}

.logo-wrap img{
    width:150px
}
.icon-col h1 {
    font-size:23px
}  
    
.icon-container{
    width:33%;
    float:left;
    margin-bottom:50px
}  
    
.icon-border{
    width: 10vw;
    height: 10vw;
}
    
    
.about-icon{
    margin-bottom:-30px
}
 
.contact-button{
	line-height: 40px;
	height: 45px;
    text-align:center;
	width: 200px;
	cursor: pointer;
}  
    
.contact-info{
    float:none;
    width:100%;
    margin:40px 0px;
    color:#4D4D4D
}

.default-map-contact{
    float:none;
    width:93%;
}

.map-iframe-contact{
    margin:25px 0px 20px 10px; 
    height:200px;
}

}


@media screen and (max-width: 1200px)  { 
  
 
.first {width:30%}

.third {width:30%;text-align:right}

.second {width:40%}    
       
    
.top-faq h1{font-size:37px;line-height:50px}

.faq-section{
    margin:40px 0px;
}
    
.estate-info h3{
    font-size:22px;
}

.about-info span{
    font-size:40px;
}    
    
.faq-info h5{
    line-height:35px;
    font-size:30px;
    text-shadow: -1px -1px 0 #053CEC, 1px -1px 0 #053CEC, -1px 1px 0 #053CEC, 1px 1px 0 #053CEC;
}

.faq-info p{
    line-height:30px;
    font-size:24px;
}

.faq-info h4{
    line-height:27px;
    font-size:22px;
}    
    
.sched-info h5{
    line-height:35px;
    font-size:30px;
    text-shadow: -1px -1px 0 #053CEC, 1px -1px 0 #053CEC, -1px 1px 0 #053CEC, 1px 1px 0 #053CEC;
}

.sched-info p{
    line-height:30px;
    font-size:24px;
}

.sched-info h4{
    line-height:27px;
    font-size:25px;
}    
    
.faq-button{
	line-height: 50px;
	height: 50px;
	width: 300px;
}
    
.button-faq span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
    font-size:30px
}       
    
.button-bid span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
    font-size:30px
}   
    
    
.bid-button{
	line-height: 50px!important;
	height: 50px!important;
	width: 350px;
}
   
    
.button-store span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
    font-size:30px
}   
    
    
.store-button{
	line-height: 50px!important;
	height: 50px!important;
	width: 300px!important;
}
    
    
    
.step-col h2{
    line-height:50px;
    font-size:30px;
}

.step-col p{
    line-height:30px;
    font-size:24px;
}
    
.info-name h2{
    line-height:35px;
    font-size:30px;
}

.info-name p{
    color:#4D4D4D;
    font-size:18px
}  
    
.info2 p{
    font-size:17px
}
    
.info1 p{
    font-size:17px
}
   
.info-head{
    width:380px;
}   
    
.info-head img{
    width:130px
}

.number-circle{
    background:#FFE300;
    color:#B9B9B9;
    text-align:center;
    width: 30px;
    font-size:16px;
    height: 30px;
    font-weight:600;
    line-height: 30px;
    border-radius: 50%;
}
    
.about-contact{
    padding:50px 20px 50px 20px;
}

    
.top-about h1{font-size:45px;line-height:50px}

.about-info h5{
    line-height:35px;
    font-size:30px;
    text-shadow: -1px -1px 0 #053CEC, 1px -1px 0 #053CEC, -1px 1px 0 #053CEC, 1px 1px 0 #053CEC;
}

.about-info p{
    line-height:30px;
    font-size:24px;
}
    
.top-about h5{
    line-height:35px;
    font-size:30px;
     text-shadow: -1px -1px 0 #053CEC, 1px -1px 0 #053CEC, -1px 1px 0 #053CEC, 1px 1px 0 #053CEC;
}

.top-about p{
    line-height:30px;
    font-size:24px;
}


.about-contact h4{
    line-height:35px;
    font-size:30px;
}    
      
    
.top-store h1{font-size:37px;line-height:50px}

.store-section{
    margin:40px 0px;
}

.store-info h5{
    line-height:40px;
    font-size:35px;
}

.store-info p{
    line-height:30px;
    font-size:24px;
}

.store-info h4{
    line-height:27px;
    font-size:30px;
}    
    

.top-contact h1{font-size:37px;line-height:50px}


.contact-info h5{
    line-height:35px;
    font-size:30px;
     text-shadow: -1px -1px 0 #053CEC, 1px -1px 0 #053CEC, -1px 1px 0 #053CEC, 1px 1px 0 #053CEC;
}

.contact-info p{
    line-height:30px;
    font-size:24px;
}

.contact-info h4{
    line-height:27px;
    font-size:22px;
}   
    
.default-map-contact{
    margin-top:-20px
}
    
.contact-info{
    margin:40px 0px 0px 0px;
}
    
.form h5{
    line-height:35px;
    font-size:30px;
     text-shadow: -1px -1px 0 #053CEC, 1px -1px 0 #053CEC, -1px 1px 0 #053CEC, 1px 1px 0 #053CEC;
}

.form p{
    font-size:24px;
}
    
.content-title h1{
    line-height:70px!important
}      
    
}


@media screen and (max-width: 1100px)  {
 
.desc{
    padding:80px 30px 90px 30px;
    background:#053CEC;
    margin-top:20px
}


.desc p{
    color:#f3f3f3;
    font-size:30px;
    font-family: 'Museo', sans-serif;
}
    
.no-check{
    color:#f3f3f3;
    font-size:35px;
    font-family: 'Museo', sans-serif;
}    
       
.intro-text h1{
    font-size:60px;
    line-height:75px;
}    

.intro-text h2{
    font-size:45px;
    line-height:45px;
}    
    
.intro-text{
    margin-left:30px;
    margin-right:30px
}    
    
.step-col{
    float:none;
    width:90%;
    margin:30px 0px;
}

.step-section{
    display:block;
    overflow:auto;
    margin:50px 0px 70px 0px;
    background:#F3F3F3
}    
    
.info-head img{
    float:none
}

.info-head{text-align:center;width:100%}    
    
.info-name{
    float:none;
    margin-top:-10px;
    margin-bottom:50px
}

.info1, .info2{float:none;width:100%;}
    
.info1{margin-bottom:15px}
    
.info-section{
    padding:30px 50px 20px 50px;
}    
   
.quote-section{
    padding:80px 50px 90px 50px;
}

.quote-section h1{
    font-size:40px;
}

.brands-section{
    margin-top:60px;
    width:550px;
}

.brands-section img{
    margin: 10px 20px;
    width:80px
}

.hibid-one{
    float:none;
    width:100%;
    border-bottom:1px solid #F5D100;
    text-align:center;
    padding:70px 0px;
    background-color:#FFE300;
    transition:.3s ease;
}

.hibid-two{
    float:none;
    width:100%;
    text-align:center;
    padding:70px 0px;
    background-color:#FFE300;
    transition:.3s ease;
}    
    
.icon-col img {
    margin:40px 0px 20px 0px;
    width: 33vw;
}

.icon-button{
    text-align:center;
	width: 90%;
    margin-top:100px;
	cursor: pointer;
    float:none
}
    
.button-icon span{font-size:25px;line-height:75px}
    

.footer-links a{
    margin:10px;
    font-size:20px
}       

}


@media screen and (max-width: 1000px)  {  

 .parts-column {
  float: left;
  width: 50%;
} 
    
 .default-button{
	line-height: 40px;
	height: 40px;
	width: 340px;
} 

.icon-col img {
    margin:40px 0px 20px 0px;
    width: 40vw;
}  
    
    
.content-title{
    background:#FFE300;
    padding:35px;
}

.content-title h1{
    font-size:30px!important;
    line-height:40px!important
}  
    
.top-about h1{
    line-height:40px;
    font-size:30px;
}
    
.top-about{
    padding:35px;
}

    
}


@media screen and (max-width: 900px)  {
    
.hidden-button{
	line-height: 45px;
	height: 45px;
    text-align:center;
	width: 80%;
	cursor: pointer;
}
    
    
.intro-text h1{
    font-size:50px;
    line-height:40px;
} 
    
.intro-text h2{
    font-size:35px;
    line-height:40px;
}    
    
.icon-container{
    width:50%;
    float:left;
    margin-bottom:30px
}  
    
.icon-border{
    width: 15vw;
    height: 15vw;
}
    
.footer-social a{
    font-size:15px;
    line-height:30px;
}

.about-info span{
    font-size:30px;
    line-height:45px;
}    
        
    
.footer-social div{
    height:30px;
    width:30px;
    margin:10px;
    line-height:10px;
}

.footer-links{
    margin:20px 0px 30px 0px;
}

.footer-links a{
    margin:10px;
    font-size:15px
}   

.disclaimer{
    font-size:13px
}
    
.copyright{
    color:#AE9400;
    font-size:13px
}
    
.icon-btn-wrapper{
    float:none;
    width:100%;
    margin-top:-20px
}

.hibid-section{
    background:#FFE300;
    display:block;
    overflow:auto;
    padding-bottom:100px
}

}


@media screen and (max-width: 750px)  {  

.desc{
    padding:60px 30px 70px 30px;
    background:#053CEC;
    margin-top:20px
}

.no-check{
    color:#f3f3f3;
    font-size:22px;
    font-family: 'Museo', sans-serif;    
}

.desc p{
    color:#f3f3f3;
    font-size:20px;
    font-family: 'Museo', sans-serif;
}    
    
.hibid-section a{
    font-size:20px;
}
   
.quote-section{
    padding:60px 30px 70px 30px;
}

.quote-section h1{
    font-size:30px;
}

.brands-section{
    margin-top:40px;
    width:350px;
}

.brands-section img{
    margin: 5px 10px;
    width:50px
}    
    
    
.icon-col img {
    margin:30px 0px 20px 0px;
    width: 65vw;
}  
    
.info-section{
    padding:25px 30px 15px 30px;
} 
    
.second-logo-wrap img{
    width:100px
}

.logo-wrap img{
    width:100px
}  
    
#menu-button{ 
    width: 90%;
    display: block;
    font-size: 20px;
    position: relative;
    line-height:40px; 
    z-index: 400;
    float:left;
    margin-top:40px
}
    
.navigation-two {
    margin-top:0px;
    text-align:center
} 
        
}


@media screen and (max-width: 590px)  {  
   
.button-hidden span{
	z-index: 2;	
    font-size:17px;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}      
    
.main-logo-wrap img{width:200px;}
    
.main-logo-wrap{width:250px;margin-left:15px}

 .navigation {margin-right:10px} 
    
#main-menu-button a img{
    margin-bottom:22px;
    margin-top:12px;
    margin-right:-20px
}
    
.footer-links a{
    margin:7px;
    font-size:13px
}   

.copyright{font-size:12px}
    
.disclaimer{font-size:12px}
    
.main-section-faq{margin:45px 35px}
.main-section-contact{margin:25px 35px}
.main-section-store{margin:45px 35px 100px 35px}
    
.bottom-about{padding:45px 35px}
 
.image-part-section{
    margin-top:10px;
    margin-bottom:10px
} 
    
.icon-container h4 {
    line-height: 20px;
    font-size: 15px;
}
    
.icon-container{
    width:50%;
    float:left;
    margin-bottom:20px
}
    
    
.about-icon{margin-top:-20px!important}      
}

@media screen and (max-width: 470px)  {
  
    
.intro-text h1{
    font-size:35px;
    line-height:40px;
} 
    
.intro-text h2{
    font-size:25px;
    line-height:20px;
}    
    
.about-icon{margin:-20px!important}    
    
.icon-container{
    width:50%;
    float:left;
    margin-bottom:30px
}  
    
.icon-border{
    width: 20vw;
    height: 20vw;
}
    
.icon-container h4 {
    line-height: 0px;
    font-size: 12px;
}
}
    
@media screen and (max-width: 450px)  {
    
.button-hidden span{
	z-index: 2;	
    font-size:14px;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}    
    
.button-icon span{font-size:20px;line-height:70px}    
.button-bid span{font-size:20px;}
.button-store span{font-size:20px;}
    
    
.store-button{
	line-height: 50px!important;
	height: 50px!important;
	width: 250px!important;
}
    
    
.bid-button{
	line-height: 50px!important;
	height: 50px!important;
	width: 250px!important;
}
    
    
.quote-section h1{
    font-size:18px;
}

.brands-section{
    margin-top:40px;
    width:280px;
}

.brands-section img{
    margin: 5px 10px;
    width:40px
}      
    
.main-section-store{margin:45px 35px}

.top-faq h1{font-size:20px;line-height:30px}

.faq-section{
    margin:30px 0px;
}

.faq-info h5{
    line-height:22px;
    font-size:19px;
}

.faq-info p{
    line-height:22px;
    font-size:17px;
}

.faq-info h4{
    line-height:22px;
    font-size:16px;
} 
    
    
.sched-info h5{
    line-height:22px;
    font-size:19px;
}

.sched-info p{
   line-height:22px;
    font-size:17px;
}

.sched-info h4{
   line-height:22px;
    font-size:18px;
}    
        
    
.top-store h1{font-size:20px;line-height:30px}

.store-section{
    margin:30px 0px;
}

.store-info h5{
    line-height:22px;
    font-size:19px;
}

.store-info p{
    line-height:22px;
    font-size:17px;
}
    
.about-info p{
    line-height:22px;
    font-size:17px;
}


.store-info h4{
    line-height:22px;
    font-size:16px;
}     
    
.top-contact h1{font-size:20px;line-height:30px}

.estate-info h3{
    font-size:16px;
}

.contact-info h5{
    line-height:22px;
    font-size:19px;
}

.about-info h5{
    line-height:22px;
    font-size:19px;
}    
    
.contact-info p{
    line-height:22px;
    font-size:17px;
}

.contact-info h4{
    line-height:22px;
    font-size:16px;
} 
    
.form h5{
    line-height:22px;
    font-size:19px;
}

.form p{
    line-height:22px;
    font-size:17px;
}

    
.faq-btn-wrapper{margin-top:30px}
    
.faq-button{
	line-height: 40px;
	height: 40px;
	width: 180px;
    font-size:13px;
}
    
.button-faq span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
    font-size:20px
}   
    
.default-button{
	line-height: 40px;
	height: 40px;
	width: 260px;
}
          
.button-inv span {
    font-size:14px
}    

.main-logo-wrap img{width:150px;}
    
.main-logo-wrap{width:200px;}
    
#main-menu-button a img{
    margin-bottom:19px;
    margin-top:9px;
    margin-right:-20px
}
    
.footer-links{
    margin:10px 0px 20px 0px;
}

.footer-links a{
    margin:5px;
    font-size:11px
}   

.copyright{font-size:11px}
.disclaimer{font-size:11px}
    
.footer-wrap{padding:20px 0px 40px 0px;}
    
}
   
