@charset "UTF-8";

html {
}

body {
}


/* Header */

#contact_us-card-10 {
	background: url(../images/blk_tile_floral.jpg) repeat;
}

#contact_us-card-10 .card-content {
	width: 90%;
	max-width: 900px;	
}

#logo {
	width: 100%;	
	margin: 0px auto;
	padding: 60px 0px;
}


/* Main content */

#contact_us-card-20 {
	background: url(../images/blu_tile_floral.jpg) repeat;
}

#contact_us-card-20 .card-content {
	width: 90%;
	max-width: 900px;
}

#contact_us-card-30 {
	background: url(../images/blk_tile_floral.jpg) repeat;
}

#contact_us-card-30 .card-content {
	width: 90%;
	max-width: 900px;
}

#contact_us-card-40 {
	background: url(../images/blu_tile_floral.jpg) repeat;
}

#contact_us-card-40 .card-content {
	width: 90%;
	max-width: 900px;
}

#contact_us-card-50 {
	background: url(../images/blk_tile_floral.jpg) repeat;
}

#contact_us-card-50 .card-content {
	width: 90%;
	max-width: 900px;
}

#contact_us-card-60 {
	background: url(../images/blu_tile_floral.jpg) repeat;
}

#contact_us-card-60 .card-content {
	width: 90%;
	max-width: 900px;
}
#sectiontextorange {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 200;
	font-size: 20px;
	color: #FF8B00;
	letter-spacing: 0px;
	/*height: 10px;
	background:url(../images/subtitle.png) no-repeat;
	background-size: auto 10px;
	width: 320px;	
	text-indent: -9999px;*/
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#sectiontextwhite {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0px;
	/*height: 10px;
	background:url(../images/subtitle.png) no-repeat;
	background-size: auto 10px;
	width: 320px;	
	text-indent: -9999px;*/
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.contactslidesl {
 position:relative; 
 height:125px; 
 width:100x; 
 float:center;   
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px; 
border-radius: 30px 0px 0px 0px;
-moz-border-radius: 30px 0px 30px 0px;
-webkit-border-radius: 30px 0px 30px 0px;
border: 13px solid RoyalBlue;
	}

.contactslidesl > * {
position:absolute; left:0; top:0; right:0; bottom:0; display:block; 
	}
.contactslidesr {
 position:relative; 
 height:125px; 
 width:100x; 
 float:center;   
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px; 
border-radius: 0px 0px 30px 00px;
-moz-border-radius: 0px 30px 0px 30px;
-webkit-border-radius: 0px 30px 0px 30px;
border: 13px solid RoyalBlue;
	}

.contactslidesr > * {
	position: absolute;
	left: 1px;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	}
	
@media only screen and (max-width: 960px) {

 /*PUT CODE FOR TABLETS HERE*/
 	
}



@media only screen and (max-width: 400px) {
	
/*PUT CODE FOR PHONES HERE */

}
