﻿@charset "utf-8";
/* CSS Document */

html, body{
	margin:0px;
	padding:0px;
    font-family:Tahoma, Geneva, sans-serif;
}
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
a{
	
	font-size:12px;
	color:#09F;
	text-decoration:none;
}
img{
    display:block;
    max-width:100%;
   margin:auto;
}
a:hover{

	color:#F90;
	
}

a.bredcrome{
	color:#FFF;
	
	font-size:16px;
	font-weight:bold;
}

a.bredcrome:hover{
	color:#FFF;
	
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

/*----------------------------------------  TOP          ----------------------------*/

#header{
	width:100%;	
	height:134px;	
}

#header_part1{
	height:6px;
	background-color:#ffe700;
}

#header_part2{
	background:url(../images/header_bg.png) repeat-x;
	height:134px;
}

#header_part2_content{
    width:100%;
	max-width:1024px;
	height:134px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0xp;
}

#logo{
	margin-left:14px;
	padding-top:10px;
	float:left;
    position:relative;
    z-index:999;

}

#navigation{
	float:right;
width:70%;
	height:130px;	
}

#icons{
	height:60px;
	float:right;
	text-align:right;
	padding-right:2%;
	padding-top:5px;
}

#links{
    margin-top:40px;
	height:48px;
	width:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:5%;
}

#banner{
	width:100%;
	max-width:1024px;
	margin:0px auto;
    position:relative		
}

#contact_details{
	width:100%;
	padding:10px;	
}

#google_route_map{
	width:100%;
	padding:5px;
	text-align:right;
}

#map_canvas{
	width:800px;
	height:400px;
	background-color:#CCC;
	border:1px solid #666;
	margin:0px auto;
}

#clear_both{
	clear:both;
}

#admin_options{
	margin-top:15px;
	width:98%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	padding-top:30px;
	padding-left:10px;
	text-align:center;
}
#add_newrecord{
	display:none;
}
#newsfeed{
	display:none;
}
#content{
	width:100%;
	max-width:1024px;	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#F7F7F0;
    position:relative;	
}
#content_title{
	background-color:#f14c72;
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	padding:8px 18px;
	margin-top:10px;
    line-height:100%;
}
.col6{
    display:inline-block;
    width:49%;
    padding:8px;
}

#content_runtext{
	width:100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	margin-top:0px;
	padding:15px;
	line-height:20px;
	text-align:left;
}

#content_runtext_left{
	width:50%;
	float:left;
	text-align:justify;
    padding-right:8px;
}

#content_runtext_right{
	width:50%;
	float:right;
	padding-left:8px;	
}
#home_content_right_top{
	width:100%;
	 overflow:hidden;
	padding-top:10px;
	background-color:#fffacf;
}
#home_content_right_top .right{
	text-align:right;
	float:left;
	width:48%;
    line-height:24px;
	font-weight:bold;
}
#home_content_right_bottom{
	width:100%;
	height:250px;
	margin-top:2%;		
	background-color:#EEE;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	overflow:hidden;
}
#home_content_right_top .left{
	text-align:left;
	float:right;
	width:49%;
     line-height:24px;
   
}

#footer{
	width:100%;
	max-width:1024px;
	overflow:hidden;
	background-color:#1E1E1E;
	position:relative;
    margin:auto
}

#footer_content{
	width:100%;
	max-width:1024px;
	
	margin:0px auto;
}

#footer_left{
	width:50%;

	margin:0px auto;
	color:#FFF;
	font-size:14px;
	padding-top:18px;
	padding-left:15px;
	float:left;
}

#footer_right{
	width:50%;

	margin:0px auto;
	color:#FFF;
	font-size:14px;
	padding-top:18px;
	padding-right:15px;
	float:right;
	text-align:right;
}

.border{
	border:1px #999 solid;
}

.sideborder{
	border-bottom:1px #999 solid;
	border-left:1px #999 solid;
}

.rightborder{
	border-right:1px #999 solid;
	border-left:1px #999 solid;
	border-bottom:1px #999 solid;
	border-top:1px #999 solid;
}

.topborder{
	border-bottom:1px #999 solid;
	border-left:1px #999 solid;
	border-top:1px #999 solid;
}

.demograph_table_left{
	padding-right:10px;
	color:#333;
}

.demograph_table_right{
	padding-left:10px;
	color:#09C;
}

#demograph_content_runtext{
	width:98%;	
	font-size:14px;
	color:#333;
	margin-top:0px;
	padding:15px;
	line-height:20px;
	text-align:left;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.thank-visit{
width:100%;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_tabs{
    position:absolute;
    bottom:20px;
    z-index:999;
}
.rslides_tabs li{
    display:inline-block;


}
    .rslides_tabs li a {
        display:block;
        width:14px;
        height:14px;
        background-color:#fff;
        color:#fff;
        cursor:pointer;
        margin-right:3px;
        border-radius:50%;
    }
  .rslides_tabs li.rslides_here a {
    background-color:#F90;
    color:#F90;
}
  .row{
      margin-left:-15px;
      margin-right:-15px;
  }
  .row:after{
      content:"";
      display:block;
      height:1px;
      clear:both;
  }
  .ws50{
      display:block;
      float:left;
      width:50%;
  }
  .text-center{
      text-align:center !important
  }
  .center-block{
      display:block;
      margin:auto;
      clear:both
  }
  .menu{
      display:none;
      float:right;
      margin-right:40px;
  }
  .close-menu{
      display:none;
      float:right;
      width:40px;
      height:46px;
        position: absolute;
        top: 0;
    z-index: 999;
    text-align: center;
    font-size: 32px;
    right: 0;
    background: #f7ff7c;
    line-height: 46px;
    cursor:pointer;
  }.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


  .sf-menu {
	float: right;
	margin-bottom: 1em;
}
     .sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	 /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em .5em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #333333;
}

.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	padding-bottom:5px;
	padding-left:1px;
	padding-right:1px;
}
.sf-menu ul li {
	background: #999999;
	padding:0px;
}
.sf-menu ul ul li {
	background: #999999;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #f14c72;
	color:#FFF;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;	
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

  @media (max-width:1020px){
      #content_runtext_left,#content_runtext_right,#footer_right,#footer_left{
          width:100%;
          float:none;
      }.rslides_tabs{
           bottom:0;
       }
       #footer_right,#footer_left{
           text-align:center;
           float:none;
       }
      .rslides_tabs li a {
        display:block;
        width:12px;
        height:12px;
        background-color:#fff;
        color:#fff;
        cursor:pointer;
        margin-right:6px;
        border-radius:50%;
    }
    .close-menu {
        display: inline-block;
    }
      .modal-content{
          width:80% !important;
      }
      
      .rmenu{
          position:fixed;
          top:0;
          width:100%;
          height:100%;
          overflow:hidden;
          right:-100%;
          background-color:#FFF;
          z-index:99999;
                 -webkit-transition: all 400ms  ease-in-out;
  -moz-transition: all 400ms  ease-in-out;
  -o-transition: all 400ms  ease-in-out;
  transition: all 400ms  ease-in-out;
      }
       .rmenu.active{
          right:0;
                    -webkit-transition: all 400ms  ease-in-out;
  -moz-transition: all 400ms  ease-in-out;
  -o-transition: all 400ms  ease-in-out;
  transition: all 400ms  ease-in-out;

      }
      .sf-menu{
          position:absolute;
          left:0;
          right:0;
          width:100%;
          top:0;
          height:100%;
          overflow:auto;
   
      }
     
       .sf-menu>li{
           width:100%;
           padding:0px !important;
       }
       .sf-menu>li a{
           display:block;
           padding:14px 18px;
           font-size:14px !important;
           border-bottom:1px solid #CCC;
           width:100%;
       }
        .sf-menu ul{
            display:block !important;
            position:relative !important;
            top:inherit !important;
                width:100% !important;
                box-shadow:none !important;
        }
        .sf-menu ul li a{
            background-color:#fff !important;
            padding-left:30px !important;
        }
       .menu{
           display:block;
       }
       #navigation{
           width:50%;
       }
  }