/***** BEGIN RESET *****/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/*a:link {text-decoration:none; color: #152599 !important;}
a:hover{text-decoration:none; color: #555555;}
*/

/***** color *****/
/*

15269b

*/
/***** END RESET *****/

@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,900';
@import 'https://fonts.googleapis.com/css?family=Raleway:200,300,400,400i,700';

strong {
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
}

/***** FRAMEWORK *****/

body {
	width:100%;
    font-family: 'Roboto', sans-serif;
}

.container-large {
	max-width:1140px;
	width:100%;	
	margin:0 auto;
	padding:10px;
}
	.container-large a{
		color: #152599
	}
	.container-large a:hover {
		text-decoration:none;
		 color: #555555;
	}

.container-medium {
	max-width:1020px;
	width:100%;	
	margin:0 auto;
	padding:10px;
}

.center-content {
	text-align:center;	
}

h1, .h1 {
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	color:#333333;
}

h2, .h2 {
	font-family: 'Roboto', sans-serif;
	font-size:28px;
	color:#2433de;
	margin: 0;
}

h4, .h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    color: #333333;
    text-transform: uppercase;
	margin: 0;
	font-weight: 400;
}

h3, .h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    color: #152599;
    font-weight: 600;
	margin: 0;
}

h5, .h5 {
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#333333;
	line-height:27px;
}

h6, .h6 {
	font-family: 'Roboto', sans-serif;
	font-size:32px;
	color:#333333;
	line-height:48px;
}

h7, .h7 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #333333;
    line-height: 28px;
}


h8, .h8 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #34419d;
    line-height: 27px;
    font-weight: bold;
    margin: 2% 0 0;
}


p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #555555;
    line-height: 28px;
    padding: 2% 0 0;
}


strong{
	font-weight:600;	
}

.divider{
	width:100%;
	border-top:solid 2px #15269b;
	margin-bottom:2%;
}

.map {
    margin: 0 0 2%;
    position: relative;
    /*bottom: 50px;*/
}



.twothird {
	width:65%;
	margin-right: 4%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.onethird {
	width:30%;
	margin-right: 4%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.test-wrap{
	width:100%;
	background-image: url(../siteart/testimonies_BG.jpg);
	height: 259px;
}


.container-large {
    max-width: 1231px;
    width: 100%;
    margin: 30px auto;
    padding: 10px;
}

.halfpage {
    width: 68%;
    margin: 2% 0 5%;
    float: left;
    position: relative;
}

#manu-left {
    float: left;
    display: inline-block;
    width: 15%;
    padding-top: 2%;
}

#manu-right {
    float: right;
    display: inline-block;
    width: 15%;
    padding: 3% 2%;
}

.manus{
    background: #fff;
    padding: 35px 0;
    text-align: center;
}

.manus img{
	margin: 15px;
	text-align: center;
}


.testimonials {
    width: 98%;
    margin: 2% 0;
    float: left;
    position: relative;
}


.right {
	margin-right: 0 !important;
}

.title{
	margin:0 0 15px;
	overflow:hidden;
	display:table;
	height:20px;
	position: relative;
	top:100px;
}

/***--------Scrolling Inventory--------****/

.scrolling{
    width:100%;
    height:92px;
}

/*---------------------*/


/* ============== 
Quick Search
================*/

#header-quick-search-wrap{ 
	position:relative;
	float: right;
}

#header-quick-search-wrap form{
	position:relative;
	display:block;
}

#header-quick-search-wrap form input {
    width: 180px;
    background: none;
    border: 2px #aaa solid;
    color: #555;
    height: 25px;
    position: relative;
    font-size: 12px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	padding-left: 23px;
}
#header-quick-search-wrap form .button {
    cursor: pointer;
    position: absolute;
    color: #fff;
    background: none;
    border: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    z-index: 9999;
	padding: 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


#header-quick-search-wrap form input.value {
	display:none;
}

#header-quick-search-wrap form .button:hover{
	color:#ccc;
}

#header-quick-search-wrap {
    float: right;
    margin: .5em 0 0;
}
.search-button {
    width: 30px;
    position: relative;
    top: -37px;
    cursor: pointer;
    z-index: 12399994;
    color: #aaa;
    background: none;
    border: none;
}

/***** HEADER *****/

header {
	width:100%;	
}

header.smaller {
	position:fixed;
	top:0;
	box-shadow:0 -1px 10px #000000;
	z-index:9999999;
	background-color:#fff;
}


/***** SLIDESHOW STYLES *****/


.cycle-slideshow{
	width: 100%;
	height: auto;
}

.cycle-slideshow img{
	width: 100%;
	height: auto;
}

#slide-shadow {
    margin-bottom: 25px;
    width: 100%;
    max-width: 1330px;
}
#slide-shadow img {
    width: 100%;
}


/*===================== 
	inv iframes 
=======================*/


#inv iframe{
	overflow: auto;
	height:100%;
}

#inv{
	margin: 100px auto 0 auto;
	width:100%;
}


/***** FORM STYLES *****/

#form{
	margin-bottom: 50px;

}

#form-title{
	padding-top: 15px;
}


.form-container {
	font-weight:400;
    max-width: 1020px;
	margin: 0 auto;
	padding: 0 15px;
}


#form input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #999999;
    margin: 0 0 5px;
    border-radius: 5px;
    box-sizing: border-box;
}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #999999;
	margin: 5px 0 15px;
	height: 90px;
	border-radius: 5px;
	box-sizing: border-box;
}

 
#form input.send-button,
#form input.send-button:focus {
	display: block;
    width:100%; 
	height: auto; 
    background:#16259a;
    color: #fff;
	font-size: 20px;
    line-height: 23px;
	padding: 10px 0;
	margin: 10px 0;
	font-family: 'Roboto', sans-serif;
	font-weight:semi-bold;
	border-radius: 5px;
	border:solid 1px #16259a;


}
#form input.send-button:hover {
	background: #fff;
	color:#16259a;
	border:solid 1px #16259a;
}


 
/*CAPCHA*/

.CaptchaPanel {
    margin: 0 auto !important;
    padding: 0 0 0 0 !important;
    line-height: normal !important;
    float: left;
    text-align: center !important;
    width: 100%;
}


.CaptchaPanel input{
	width: 200px !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:14px;
	line-height:14px;
	color:#999;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 5px 0 0px 0 !important;
    font-size: 14px;
}

.CaptchaWhatsThisPanel a {color:#999; font-weight:light;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none; font-weight:bold; color:#999;} 

/*===================== 
	youtube iframes 
=======================*/


.youtube iframe{
	overflow: auto;
	width:100%;
	margin: 50px auto 100px auto;

}

.youtube{
	width:100%;
}



/***** FOOTER STYLES *****/

.fremont-footer { position: relative; width: 100%; padding: 3% 5%; box-sizing: border-box; text-align: center; }
.foot-logo img { width: min(200px, 70vw); height: auto; object-fit: contain; object-position: center; }

/***** RESPONSIVE STYLES *****/

@media only screen and (max-width: 1169px) {

.map {
    margin: 0 0 2%;
    position: relative;
    /*bottom: 33px;*/
}

}

@media only screen and (max-width: 1016px) {

#manu-left {
    float: none;
    width: 48%;
    padding-top: 0;
    text-align: center;
}

#manu-right {
    float: none;
    width: 50%;
    padding: 0;
    text-align: center;
}

.halfpage{
    width: 98%;
    text-align: center;
    margin: 9% 0 0;
}

.title {
    margin: 0 0 15px;
    overflow: hidden;
    display: table;
    height: 20px;
    position: relative;
    top: 60px;
	left: 15px;
}

p {
    padding: 1% 0 0;
}


.container-large {
    max-width: 1231px;
    width: 94%;
    margin: 30px 4%;
    padding: 10px;
}




}
@media only screen and (min-width:768px) and (max-width: 878px) {

	
h1.slide1number {
    font-size: 24px !important;
    position: relative !important;
    top: 115px !important;
    width: 58% !important;
	white-space:normal;
}



.slide4backgroundimg {
    max-width: 350px !important;
    margin: 0 auto !important;
}


}
@media only screen and (min-width:300px) and (max-width: 802px) {

.test-wrap {
    width: 100%;
    background-image: url(../siteart/bg_test.jpg);
    height: 259px;
    margin: 5% 0 0;
}

.title {
    margin: 0 0 5px;
    overflow: hidden;
    display: table;
    height: 20px;
    position: relative;
    top: 28px;
    left: 15px;
}

.map {
    margin: 0 0 2%;
    position: relative;
    /*bottom: 22px;*/
}



}
@media only screen and (min-width: 768px) {
	
.logo {
	max-width:240px;
	width:22%;
	float:left;	
}

.logo img {
	width:100%;
}


}


@media only screen and (max-width: 767px) {
	
.logo {
	width:100%;
	text-align:center;	
	padding-bottom:10px;
}

.logo img {
	max-width:240px;
	width:100%;
}	

	
.halfpage {
	width:98%;	
}		
	
.testimonials {
	width:98%;	
}		
	
header.smaller {
	position:relative;
	top:0;
	box-shadow:0 -1px 10px #000000;
	z-index:9999999;
	background-color:#fff;
}	
	
	
	
.slide1img {
	max-width:570px;
	width:47%;
	position:absolute !important;
	margin:5px 5px 0 0  !important;
}
	

.twothird {
	width:100%;	
}

.onethird {
	width:100%;	
}

footer {
    width: 100%;
    padding: 5% 5% 2%;
}

#header-quick-search-wrap {
    float: none;
    margin: .5em 0 0;
    text-align: center;
}


.search-button {
    width: 30px;
    position: relative;
    top: -37px;
    cursor: pointer;
    z-index: 12399994;
    color: #aaa;
    background: none;
    border: none;
    right: 75px;
}



}

@media only screen and (max-width: 515px) {
	
.title {
	width:100%;	
}


.title h4 {
	white-space:normal;
	float:left;
	width:100%;
	margin-bottom:0px !important;
}

.title .title-sep-container {
	float:left;
	
}	

.container-large {
    max-width: 1231px;
    width: 94%;
    margin: 30px 4%;
    padding: 10px;
}

	
}

@media only screen and (max-width: 430px) {
	
.breadcrumbs {
    float: left;
    position: absolute;
    margin-top: 8px;
}

.title {
    margin: 0 0 0;
    overflow: hidden;
    display: table;
    height: 20px;
    position: relative;
    top: 28px;
    left: 30px;
}

.cd-testimonials p {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    line-height: normal;
    font-size: 13px;
    color: #747474;
    margin-bottom: 0px;
}

.cd-testimonials-wrapper {
    margin: 20px auto 0 auto;
    padding: 0;
    float: right;
}

.container-large {
    max-width: 1231px;
    width: 94%;
    margin: 30px 4%;
    padding: 10px;
}



}


@media only screen and (min-width:544px) and (max-width: 767px) {

	
h1.slide1number {
    font-size: 18px !important;
    position: relative !important;
    top: 20% !important;
    width: 58% !important;
	white-space:normal;
}

h1.slide2text {
	font-size:24px !important;
}


.slide4backgroundimg {
    max-width: 300px !important;
    margin: 0 auto !important;
}

}
@media only screen and (max-width: 745px) {
	
.map {
    margin: 2% 0 2%;
    position: relative;
    /*bottom: 0;*/
}


@media only screen and (min-width:400px) and (max-width: 543px) {
	
	
h1.slide1number {
    font-size: 14px !important;
    position: relative !important;
    top: 20% !important;
    width: 100% !important;
    white-space: normal;
}

h1.slide2text {
	font-size:18px !important;
}

h1.slide4text {
	font-size:16px !important;
}

.slide4backgroundimg {
    max-width: 250px !important;
    margin: 0 auto !important;
}

.container-large {
    max-width: 1231px;
    width: 94%;
    margin: 30px 4%;
    padding: 10px;
}



}

@media only screen and (min-width:321px) and (max-width: 399px) {	
	
h1.slide1number {
    font-size: 13px !important;
    position: relative !important;
    top: 9% !important;
    width: 100% !important;
    white-space: normal;
}

h1.slide2text {
	font-size:16px !important;
}

h1.slide4text {
	font-size:16px !important;
}

.slide4backgroundimg {
    max-width: 150px !important;
    margin: 0 auto !important;
}

.test-wrap {
    width: 100%;
	max-width:399px;
}

.cd-testimonials-wrapper {
    margin: 58px auto 0 auto;
    padding: 0 25px;
    float: right;
}




}

@media only screen and (max-width: 320px) {
	
.slider-pro {
		display:none;	
}

.test-wrap {
    width: 96%;
}

.cd-testimonials-wrapper {
    margin: 58px auto 0 auto;
    padding: 0 25px;
    float: right;
}
	
}












