﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	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%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    font-family: font-family: 'Open Sans', sans-serif;/* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 

.container-fluid {
	padding: 0px!important;
}

.row {
	margin: 0px!important;
}

	
/*===================== 
	typography 
=======================*/

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	}

	
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
}
		

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
}

	
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
}


h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}


h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}


h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.view-listing-details-link {background-color: #fec91c !important; color: black !important;}
.breadcrumbs__link {font-size: 11px !important;}


.yellow {color: #fec91c;}
.grey {color: #cdcdcd;}
.black {color: #000000;}
.white {color: #ffffff;}

.center {text-align: center;}
.right {text-align: right;}
.bold {font-weight: 800;}
.semi-bold {font-weight: 600;}
.tracking {letter-spacing: 1px;}
.caps {text-transform: uppercase;}
.italic {font-style: italic;}




/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #000; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #FEC91C;
		}  

/*===================== 
	header styles 
=======================*/
.header-yellow-bkgd {
	background-color: #fec91c;
    padding: 10px;
	text-align: center;
}
.search-header-wrap {
	max-width: 1200px;
    display: block;
    margin: auto;
}
.quick-search {
	font-weight: 500;
    color: #000!important;
    letter-spacing: .25px;
	text-transform: none;
}
.quick-search:hover {
	color: #fff!important;
}
.header-wrap {
	max-width: 1200px;
    display: block;
    margin: auto;
	text-align: right;
}
.header-logo {
	max-width: 250px;
    width: 100%;
	margin-top: 25px;
}
.header-phone-wrap {
	margin-right: 15px;
    margin-top: 20px;
    display: inline-table;
    align-content: center;
}
.header-phone {
	display: inline-block;
	margin-left: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #000!important;
}
.header-phone:hover {
	color: #FEC91C!important;
}
.header-email-wrap {
	margin-right: 15px;
    margin-top: 20px;
    display: inline-table;
    align-content: center;
}
.header-email {
	display: inline-block;
	margin-left: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .25px;
    color: #000!important;
}
.header-email:hover {
	color: #FEC91C!important;
}
.header-location-wrap {
	display: inline-table;
    align-content: center;
    margin-right: 15px;
}
.header-location {
	display: inline-block;
	margin-left: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .25px;
    color: #000!important;
}
/*.header-social-wrap {
	display: inline-block;
	margin-right: 15px;
	font-size: 24px;
}*/
.header-fb {
	color: #3b5998!important;
	font-size: 30px;
    vertical-align: middle;
}
.header-fb:hover {
	color: #304778!important;
}
.header-linkedin {
	color: #0073b0!important;
	font-size: 30px;
    vertical-align: middle;
}
.header-linkedin:hover {
	color: #024468!important;
}
.header-search-wrap {
	display: inline-table;
    align-content: center;
    vertical-align: middle;
}
form.search input.search-button {
    float: right;
    background: url("/siteart/search-solid.png") no-repeat center center #fec91c;
    max-width: 40px;
    width: 10% !important;
    border: none!important;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    text-indent: -99999px;
    cursor: pointer;
	padding: 5px 15px 5px 15px;
}
form.search input {
    height: 30px;
    width: 83% !important;
    float: left;
    line-height: 30px;
	font-family: 'Open Sans', sans-serif;
    font-size: 12px !important;
    padding: 0 0 0 15px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px #dfdfdf solid;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    color: #808285;
}


/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	margin-top: 18px;
    border-top: 1px solid #000;
    padding-top: 15px;
	}

nav ul {
	padding:0;
	margin:0;
}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	margin-left: 15px;
}

nav ul li a {
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000!important;
    letter-spacing: .25px;
}	
			
nav ul li a:hover {
	color: #fec91c!important;
}

/* Appearance of the sub-level links */
nav.primary ul li li a { 
	line-height: ;
	color: ;
	text-align:;
	font-size: ;
	font-weight:;
	}
	
nav.primary ul li li a:hover { 
	color: ;
	text-align: ;
	font-size:  ;
	font-weight: ;
	}
	
nav.primary ul li li:hover { 
	}
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding-left: ;
	padding-right: ;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}
/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: #FEC91C;
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	margin-top: 15px;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #fff!important;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #fec91c!important;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}


/*===================== 
	homepage styles 
=======================*/
.slider-bkgd {
	background-image: url("/siteart/concrete_wall_2.png");
	background-repeat: repeat;
    padding: 20px;
    border-top: 5px solid #fec91c;
}
.slider-wrap {
	max-width: 1600px;
	display: block;
	margin: auto;
}


/*-----------slideshow styles-----------*/
.mySlides {
	display:none;
    overflow: hidden;
}
.w3-section, .w3-code {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}

.w3-content {
    max-width: 100%!important;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  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);
}


/*-----------contact form styles-----------*/
.contact-form-text {
	margin-bottom: 0px;
    margin-top: 5px;
    font-weight: 700;
}
.contact_form {
	border: 1px solid #000000;
	border-radius: 0px;
	margin: 3px auto;
	padding: 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	width: 100%;
}
.contact_btn {
    color: #FFFFFF;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
    display: block;
    background-color: #000;
    border: 1px solid #000;
    padding: 5px;
	margin-top: 15px;
}
.contact_btn:hover {
	background-color: transparent;
	color: #000;
}
.contact-container {
	padding: 0px 15px;
}

.home-mail-form {}
.home-mail-form h5 {
    margin: 0px;
}
.home-mail-form h4 {
    margin-top: 0px;
}
.home-mail-link {}
.mail-list-btn {
	color: #000;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
    display: block;
    background-color: #fec91c;
    border: none;
    padding: 5px;
    margin-top: 10px;
}
.mail-list-btn:hover {
	background-color: #000;
	color: #FEC91C;
}
.home-consign-link {
	margin-top: 10px;
}
.consign-link-btn {
	color: #000;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
    display: block;
    background-color: #fec91c;
    border: none;
    padding: 5px;
    margin-top: 10px;
}
.consign-link-btn:hover {
	background-color: #000;
	color: #FEC91C;
}


/*control the Captcha */
.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: center;
	line-height:normal !important;
	margin-top: 15px;
}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0!important;
	margin-top: 10px;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-size:12px;
	line-height:14px;
	font-weight: 600!important;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000; font-size: 12px;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

.CaptchaImage {
    border: 1px solid #333;
    float: left;
}
input#CaptchaAnswer {
    width: 100%;
    margin-top: 10px;
}
.home-consign-link h5 {
    margin-bottom: 0px;
    margin-top: 15px;
}
.home-consign-link h4 {
    margin: 0px;
}
.home-mail-link h5 {
    margin-bottom: 0px;
    margin-top: 15px;
}
.home-mail-link h4 {
    margin: 0px;
}
        

/*-----------about section styles-----------*/
.about-section {
	max-width: 1200px;
	padding: 10px;
	margin: 30px auto;
	display: block;
}
.about-header:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0px auto 20px auto; /* This will center the border. */
    width: 400px; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #fec91c; /* This creates the border. Replace black with whatever color you want. */
}
.about-section h1 {
    font-size: 28px;
}

/*-----------scrolling inventory-----------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*-----------newsletter styles-----------*/
.newsletter-container {
	background-color: #fec91c;
	padding: 30px 15px;
}

	
/*===================== 
	inventory styles 
=======================*/
.inventory-bkgd {
	border-top: 5px solid #fec91c;
    padding: 20px;
}
.inventory-wrap {
	max-width: 1200px;
    display: block;
    margin: auto;
}

/*-----------inventory layout-----------*/
.inv-container {
	font-family: 'Open Sans', sans-serif!important;
	max-width: 1200px;
    display: block;
    margin: auto;
}
.scroll-list.cf {
    padding: 5px 2px;
}


/*-----------splash page-----------*/
.inv_button {
    width: 95%;
    padding: 30px 10px;
    margin: 20px auto;
    border: 2px solid #fec91c;
    background-color: #FFFFFF;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .75px;
    font-weight: 600;
}
.inv_button:hover {
	color: #FEC91C;
}

/*===================== 
	credit app page styles 
=======================*/
.credit-bkgd {
	border-top: 5px solid #fec91c;
    padding: 20px;
	text-align: center;
}
.credit-button {
    color: #FFFFFF;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
    display: block;
    background-color: #000;
    border: 1px solid #000;
    padding: 5px;
	max-width: 500px;
    margin: auto;
}
.credit-button:hover {
	background-color: transparent;
	color: #000;
}


/*===================== 
	about page styles 
=======================*/
.about-bkgd {
	border-top: 5px solid #fec91c;
    padding: 20px;
}
.welcome-header:after {
	content: "";
    display: block;
    margin: 0px 0px 20px 0px;
    width: 50%;
    padding-top: 10px;
    border-bottom: 2px solid #fec91c;
}
.about-padding {
	padding: 5px 0px;
}
.about-container {
	max-width: 1200px;
	display: block;
	margin: auto;
}



/*===================== 
	contact page styles 
=======================*/
.contact_page {
	border: 1px solid #000;
    border-radius: 0px;
    margin: 0px auto;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	width: 100%;
}
.contact_comments {
	width: 100%;
}
.contact_phone {
	width: 49%;
	float: right;
}
.contact_email {
	width: 49%;
	float: left;
}
.contact_name {
	width: 100%;
}
.contact_button {
	color: #FFFFFF;
    width: 100%;
	max-width: 260px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
    display: block;
    background-color: #000;
    border: 1px solid #000;
    padding: 5px;
	margin: auto;
}
.contact_button:hover {
	background-color: transparent;
	color: #000;
}
.contact-form_container {
	max-width: 1200px;
    display: block;
    margin: 20px auto 40px auto;
}
.contact-info_container {
	background-color: #fec91c;
    width: 100%;
    margin: 0px!important;
    padding: 15px;
    text-align: center;
}
.contact-header:after {
	content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0px auto 20px auto; /* This will center the border. */
    width: 225px; /* Change this to whatever width you want. */
    padding-top: 7px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #000; /* This creates the border. Replace black with whatever color you want. */
}
.contact-link {
	color: #000000!important;
	font-weight: 500;
}
.contact-link:hover {
	color: #FFFFFF!important;
	text-decoration: none;
}


.contact-form_container .CaptchaPanel .CaptchaImagePanel .CaptchaImage {
    float: none;
    margin-bottom: 10px;
}
.contact-form_container .CaptchaPanel .CaptchaAnswerPanel input#CaptchaAnswer {
    max-width: 200px;
}
.contact-form_container .contact_button {
	margin-top: 25px;
}

.mail-name-1 {
	width: 49%;
	float: left;
}
.mail-name-2 {
	width: 49%;
	float: right;
}
.mail-email {
	width: 100%;
}

.contact-pg-container {
	background-image: url("/siteart/concrete_wall_2.png");
	background-repeat: repeat;
	padding: 20px;
}
.contact-pg-wrap {
	margin-left: 200px;
}
.contact-info-container {
	background-color: #FEC91C;
	padding: 20px;
}
.contact-info-wrap {
	margin-right: 200px;
}
.contact-pg-p {
	margin: 10px auto 3px auto;
    font-weight: 600;
}
.contact-pg-wrap h1 {
    margin-left: 15px;
}

.contact-pg-wrap .CaptchaPanel .CaptchaImagePanel .CaptchaImage {
	float: none;
	margin-top: 25px;
}
.contact-pg-wrap .CaptchaPanel .CaptchaWhatsThisPanel {
	margin-bottom: 25px;
}
.contact-pg-row {
	background-color: #FEC91C;
	clear: both;
}
.google-wrap {
	margin-top: 15px;
    border-top: 2px solid #000;
    padding-top: 20px;
}
.contact-email {
	color: #000!important;
}
.contact-email:hover {
	color: #fff!important;
}
.contact-phone {
	color: #000000!important;
}
.contact-phone:hover {
	color: #fff!important;
}





/*-----------thank you page styles-----------*/

.thanks-link {
	color: #000000!important;
	font-weight: 600;
	margin-top: 30px;
}
.thanks-link:hover {
	color: #cdcdcd!important;
	text-decoration: none;
}


/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #000;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #fff;
		}

.footertext {
	font-size:11px; 
	color:#000;
	}

.smallfootertext {
	font-size:11px; 
	color:#000;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	}


.footer-list {
	list-style-type: none;
	padding-left: 0px!important;
}
.footer-item {
	color: #FFFFFF!important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .25px;
	font-size: 12px;
}
.footer-item:hover {
	color: #FEC91C!important;
}
.footer-list_item {
	padding-bottom: 3px;
}
.footer-header {
	border-bottom: ;
	padding-bottom: ;
}
.footer-header:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0; /* This will center the border. */
    width: 165px; /* Change this to whatever width you want. */
    padding-top: 3px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #fec91c; /* This creates the border. Replace black with whatever color you want. */
}
.footer-logo {
    padding: 10px 0px;
    max-width: 200px;
	width: 100%;
	display: block;
    float: right;
}
.footer-info {
	text-align: right;
	display: block;
	clear: both;
	padding: 0px;
}
.footer_contact-text {
	display: inline-block;
    margin-right: 5px;
    letter-spacing: .5px;
    margin-bottom: 0px;
}
.footer_contact {
	letter-spacing: .75px;
	display: inline;
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #ffffff!important;
	font-weight: 400;
}
.footer_contact:hover {
	color: #fec91c!important;
}
.footer_fax {
	letter-spacing: .75px;
	display: inline;
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #ffffff!important;
	font-weight: 400;
}
.footer-bkgd {
	background-color: #000;
    color: #fff;
	padding: 20px!important;
}
.footer-wrap {
	max-width: 1200px;
    display: block;
    margin: auto;
}
.copyright-bkdg {
	background-color: #fec91c;
    padding: 10px;
}
.copyright-wrap {
	max-width: 1200px;
    display: block;
    margin: auto;
}
.copyright-link {
	color: #000!important;
}
.copyright-link:hover {
	color: #fff!important;
}
.copyright-text {
	font-size: 11px;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
}
.footer-fb {
	color: #3b5998!important;
	font-size: 30px;
    vertical-align: middle;
}
.footer-fb:hover {
	color: #304778!important;
}
.footer-linkedin {
	color: #0073b0!important;
	font-size: 30px;
    vertical-align: middle;
}
.footer-linkedin:hover {
	color: #024468!important;
}


/*========================= 
	 Responsive styles 
===========================*/
@media only screen and (max-width : 1600px) {
	.contact-info-wrap {margin-right: 0px;}
	.contact-pg-wrap {margin-left: 0px;}
}

@media only screen and (min-width : 1199px) {
	.home-mail-link {display: none;}
}

@media only screen and (max-width : 1199px) {
	.tagline-text {padding: 0px 15px; text-align: left; font-size: 30px!important; margin-bottom: 10px;}
	.home-mail-form {display: none;}
	.home-mail-link {width: 50%; padding: 10px; text-align: center;}
	.home-consign-link {width: 50%; margin: 0px; padding: 10px; text-align: center;}
	
}

@media only screen and (max-width : 1080px) {
	.header-logo {margin-top: 30px;}
}

@media only screen and (max-width : 991px) {
	.mobile-no-pad {padding: 0px;}
	.header-logo {display: block; margin: 15px auto; margin-bottom: 0px;}
	.header-wrap {text-align: center;}
	.header-search-wrap {display: block; max-width: 200px; margin: auto;}
	.footer-logo {display: none;}
	.footer-info {text-align: center; margin-top: 20px; padding: 0px;}
	.footer-header {text-align: center;}
	.footer-header:after {margin: auto;}
	.footer-list_item {text-align: center;}
	
} 

@media only screen and (max-width : 767px) {
	.about-header:after {width: 75%;}
	.about-container {text-align: center;}
	.contact-form_container {text-align: center;}
	.home-mail-link {width: 100%;}
	.home-consign-link {width: 100%;}
	.footer-info {margin-top: 0px;}
	.contact_phone {width: 100%; float: none;}
	.contact_email {width: 100%; float: none;}
	.mail-name-1 {width: 100%; float: none;}
	.mail-name-2 {width: 100%; float: none;}
	.welcome-header:after {margin: auto; margin-bottom: 20px;}
	
}

@media only screen and (max-width : 540px){
	.header-phone-wrap {display: block; margin: 5px auto;}
	.header-email-wrap {display: block; margin: 5px auto;}
	.header-location-wrap {display: block; margin: 5px auto 15px auto;}
	
}

@media only screen and (max-width : 480px) {
 	
	
}

@media only screen and (max-width : 320px) {


}

