@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color:#2F2F2F;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
}

a img {border: none; }

a, img {
    border:none;
    outline:none
}
a img {
    border: 0;
}


.oneColLiqCtrHdr #container #mainContent #mainContentcontent div h1 {
	
	font-size:23px;
	font-family:"Arial Black", Gadget, sans-serif;
	
}

.oneColLiqCtrHdr #container #mainContent #mainContentcontent div h2 {
	
	font-size:23px;
	font-family:"Arial Black", Gadget, sans-serif;
	
}




a:link {
	color:#E83A37;
	text-decoration:none;
	
}

a:visited  {
	color:#E83A37;
}

a:hover, a:active,  a:focus {
	color:#999;
}


#header-right {
	float: right;
	padding-right:20px;
	padding-bottom: 20px;
	padding-top:20px;
	font-size:10px;
}
#header-right img {
	padding-right: 5px;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
	clear:both;
}


nav {
	height: 40px;
	width: 100%;
	background: #E83A37;
	font-size: 10pt;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #999;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #000;
	display: inline-block;
	width: 80px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #000;
	background: #E83A37;
}

nav a:link {
	color:#FFF;
	text-decoration:none;
	
}

nav a:visited  {
	color:#FFF;
}

nav a:hover,  a:focus {
	color:#FFF;
}


nav li a {
	border-right: 1px solid #999;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #ccc;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 800px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #999;
		border-right: 1px solid #9999;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	.clearfix {
	clear:both;
	
}
	nav {
		border-bottom: 0;
		clear:both;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background: #E83A37;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav {
		clear:both;
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #999;
	}
}





.oneColLiqCtrHdr #container {
	width: 80%;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	-moz-box-shadow: 0px 0px 30px 30px rgba(0,0,0,255);
	-webkit-box-shadow: 0px 0px 30px 30px  rgba(0,0,0,255);
	box-shadow: 0px 0px 30px 30px  rgba(0,0,0,255);
}
.oneColLiqCtrHdr #header {
	background: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; 
	background:#000;
	font-size: 12px;
	clear: both;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	color:#FFF;
}
#mainContentcontent {
	clear: left;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
}

.oneColLiqCtrHdr #container #mainContent #mainContentcontent h1, h2, h3, h4 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}


.template_text {
	padding-right: 15px;
	padding-left: 15px;
}

.homepage_google_maps {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}


.aboutus_image {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

 .text_padding {
	padding-bottom:20px;
	padding-top: 10px;	
 }
 

 

 
 .text_padding a {
	color:#E83A37;	
}
.text_padding a:hover, a:active,  a:focus {
	color: #000;
}

 

.text_padding .text_img {
	float: left;
}
.text_padding .text_img img {
	margin-right: 20px;
	margin-bottom: 20px;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.text_padding .text_wrap {
}

.contact a {
	color:#CD505C;
	
}
.contact a:hover, a:active,  a:focus {
	color: #000;
}

.agents_clear {
	clear: both;
}



#grid {
	display: block;
}

#grid_ie {
	display: none;
}

#footer .mnd_link a:link {
	color:#999;
	text-decoration:none;
	
}

#footer .mnd_link a:visited  {
	color:#999;
}

#footer .mnd_link a:hover, a:active,  a:focus {
	color:#E83A37;
}

 @media screen and (min-width: 481px) and (max-width: 800px) {
  
  #header-right {
	float: left;
	clear:both;
	padding-left:25px;
	padding-top:15px;
	width:150px;
	height:auto;
}

 #header-right img{
	width:150px;
	height:auto;
}
}
	


@media only screen and (max-width: 480px) {
	


#header img {
	
	height: auto;
	width: 200px;
	
}

 #header-right {
	float: left;
	clear:both;
	padding-left:25px;
	padding-top:15px;
	width:150px;
	height:auto;
}


#header-right a img {
	height: auto;
	width: 200px;
}

.oneColLiqCtrHdr #container #mainContent #mainContentcontent h1 {
	font-size: 20px;
}

.oneColLiqCtrHdr #container #mainContent #mainContentcontent h2 {
	font-size: 18px;
}

.aboutus_image {
	display:none;
	
}
.aboutus_text {
	padding-left: 0px;
}

}

/*--slider starts--*/
#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 520px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}
  
 

/*--slider ends--*/




/*  GRID OF Four   ============================================================================= */

#grid {
	clear:both;
	
}

.grid_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.grid_1_of_4:first-child { 
	margin-left: 0; 
} 
.images_1_of_4 {
	width: 23.8%;
}
.images_1_of_4  img{
	max-width:100%;
	display:block;
}
.images_1_of_4  h3{
	color:#6C0;
	margin-top:0.4em;
	margin-bottom:0.2em;
	font-size:1.2em;
	font-weight : normal;
	letter-spacing: -1px;
}
.images_1_of_4  p {
	font-size:0.8125em;
	padding:0.3em 0;
	color: #333;
	line-height: 1.6em;
}

.view-back {
text-shadow: 0 0px 0px #000;	
}







/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	.wrap{
		width:95%;
	}
	.grid_1_of_4{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_4 {
		width:94%;
	}
	
	.contact_address {
	clear:both;
	padding-top:20px;
	
}

	
	
	
}


@media only screen and (max-width: 750px) {
	

.links_right_column {
clear:both;	
}
	
	
	
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.images_1_of_4 {
		width:92%;
	}
	
	
	
}
.oneColLiqCtrHdr #container .clear {
	padding: 10px;
}
.grid {
	padding-left: 20px;
}
.searchimages {
}

@media only screen and (max-width: 480px) {
	.quform-wrapper {
		margin:0px;
	
}

.quform-inner{
	padding-left:0px;

	
	
	
}
}
