@import url("chromestyle.css");
@import url("chromestyle2.css");
@import url("chromestyle3.css");
@import url("chromestyle4.css");
@import url("bootstrap.css");
@import url("bootstrap-theme.css");
@import url("../owl-carousel/owl-carousel/owl.carousel.css");
@import url("../owl-carousel/owl-carousel/owl.theme.css");
@import url("../owl-carousel/owl-carousel/owl.transitions.css");

body {
	background-color: #ffffdd;
	background: linear-gradient(45deg, #ffeedd, #ffffdd);	/*#ffeedd*/
    width: 98%;
}

.body {
	background-color: #000000; 
	width: 100%; 
}

.header {
	width: 100%;	
}

.banner {
	text-align: center;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.bannerName {
    width:100%; 
    margin-left: auto; 
    margin-right: auto;
    background-color: #ffffff;
    box-shadow: 10px 10px 5px #666666;
    text-align: center; 
    font-family:"Avant Garde",Avantgarde,"Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
    font-size: 30pt; 
    font-style: italic;
}

.bannerDesc {
    color: #9593C8; 
    background-color: #2E2E82; 
    font-family:"Avant Garde",Avantgarde,"Century Gothic", CenturyGothic, AppleGothic,sans-serif;
}

.logo {
	box-shadow: 10px 10px 5px #666666;	
	width: 10%;
}

.footer {
	text-align: center;
}

.carousel {
	width: 50%;	
	margin-left: auto;
	margin-right: auto;	
}

.carousel {
	
}

h1 {color: #000000; font-size: 30pt; font-weight: bold; font-style: italic; font-family: serif; text-align: center;}

h2 {color: #000000; font-size: 20pt; text-align: center;}
h3 {color: #000000; font-size: 16pt; text-align: center;}
h4 {color: #000000; font-size: 20pt; }
h5 {color: #FF0000; font-size: 20pt; text-align: center;}
h6 {color: #FF0000; font-size: 20pt; }

ul.normal {font-size: 14pt;}

p.normal {font-size: 14pt;}
p.testimonial {font-size: 14pt; }
p.testimonialsig {font-size: 14pt; font-style: italic; }
p.copyright {font-size: 12pt; text-align: center; }

a:link 		{ color: #000099; font-weight: bold; font-style: italic; }
a:visited	{ color: #ff0000;}
a:active	{ color: #000099;}
a:hover 	{ color: #000099;}

.customerInfoRow {
    font-size: 14pt;
    font-weight: bold;
}

.customerFormButtons {
    text-align: center;
}

.redirectInfo {
    font-size: 16pt;
}

/*--------------------------- Owl Custom Styling ---------------------------------------------*/
#owl-images .item{
	display: block;
	padding: 30px 0px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	
}

.wrapper-with-margin{
	margin:0px 50px;
}
/*.owl-theme .owl-controls .owl-buttons div {
	padding: 5px 9px;
}

.owl-theme .owl-buttons i{
	margin-top: 2px;
}*/

//To move navigation buttons outside use these settings:

.owl-theme .owl-controls{
	margin-top: 55px;
	text-align: center;
}

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
   	padding: 3px 10px;
   	font-size: 12px;
   	-webkit-border-radius: 30px;
   	-moz-border-radius: 30px;
   	border-radius: 30px;
   	background: #869791;
   	filter: Alpha(Opacity=50);/*IE7 fix*/
   	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
   	opacity: 1;
   	text-decoration: none;
}


.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
	left: -45px;
	top: 40%; 
}

.owl-theme .owl-controls .owl-buttons .owl-next{
	right: -45px;
	top: 40%;
}

.portfolioPics {
    /*max-height: 372px;*/
    max-height: 368px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}