@charset "utf-8";
/* CSS Document */

body.chinese {
   font-family: '宋体',宋体b8b体,Microsoft YaHei, Arial, sans-serif
}

.container-inside h1 { padding-left:15px;}


input, select, textarea {
	/*max-width: 280px;*/
}
.fix-element-padding {
	padding-top: 6px;
}


.form-control {
    display:initial !important;
	display:inline !important;
}

input[type="radio"]{
  margin: 0 5px 0 10px;
}
.container-inside{
	padding:0 20px 20px 20px;
	min-height:300px;
}

.container-form{
	padding:20px 20px 20px 20px;
	min-height:300px;
}

.text-right{
	text-align: right;
}

.text-white{
	color:#FFF;
}
body {
  padding-top: 0;
  font-family: 'PT Sans', sans-serif !important;
  font-size:16px;
}
.wrapper-inside{
	padding:0 0 0 0;
	background:#eee;
}
.wrapper-inside .container{
	background:#fff;
}

.wrapper-form{
	 padding:20px 0 20px 0;
	background:#eee;
}
.wrapper-form .container{
	background:#fff;
}

.view-info a{color:#fff;}

.top-menu{ background:#83b185; color:#fff; overflow:hidden; width:100%; padding:0; margin:0}

.top{ background:#83b185; color:#fff; overflow:hidden; width:100%; padding:0;}
.top a{ color:#fff;}
.top .top-phone{ padding:0; }
.top .top-canadian{ }
.top .btn-primary{ background:#16134b !important; border-radius:0; margin:0 0 0 20px; border:0; padding:10px 30px;}
.top .btn-primary.logged{margin:0;}

.top .btn-primary:hover{ background:#36336b !important;}
.top .divider{ overflow:hidden; display:block; border-left:1px #ccc solid; padding:10px 10px; float:left;}
.top .dividerR{border-right:1px #ccc solid;}

.header-title{
	display:initial; 
	padding:40px;
}

.header-title h3{ 
	font-size:40px;	
	color: #666;
	font-family:'Comic Sans MS', cursive;
}

.logo{ overflow:hidden; display:initial; margin:10px 0 10px 0}
.header-image .caption{
	color:#fff;
	text-align:center;
	background:rgba(22,19,75,0.9);
	padding:5px 10px 20px 10px;	
}
.header-image .caption h3{
	font-size:30px;
}

  
.home-feature { padding:20px 0 40px 0}
.home-feature img{ padding:20px 0 0 0}
.home-feature h4 { font-size:24px; }

.wrapper-testimonials{ background:#666; color:#fff;}
.testimonial{ font-size:20px; font-style:italic; padding:10px 10px; text-align:center}
.testimonial_img{ margin:auto; text-align:center !important; }

.footer{
	background:#d3d7c0;
	padding:20px 0; 
	font-size:13px;
}
.footer a{
	/*color:#fff;*/
}
.footer ul{
	margin:0; padding:0; list-style:none; 
}
.footer ul li{
	margin:0; padding:0;
}
.footer ul li a{
	/*color:#fff;*/
}


/* #4cc2c4*/
.menubar {
	 background:#83b185; color:#fff; overflow:hidden; width:100%; padding:0; margin:0;
	 font-weight:30px;
}



.menubar ul{
	margin:0; padding:0; list-style:none;
}
.menubar ul li{
	margin:0; padding:0;
}
.menubar ul li a{
	color:#fff;
}

.copyright{
	background:#83b185;
	color:#fff;
	padding:10px 0;
	font-size:13px;
}

.copyright ul{
	margin:0; padding:0; list-style:none;
}
.copyright ul li{
	margin:0; padding:20px 0;
}
.copyright ul li a{
	color:#fff;
}
.footer-box{ margin:10px}


/*==========  Mobile First Method  ==========*/
    @media only screen and (max-width : 1082px) {
	  .navbar-right {
		  float: none !important;
	  }
	  
    }
    @media only screen and (max-width : 479px) {
		.top{ display:none}
       
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
       
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		
    }
    
    @media only screen and (max-width: 767px) {   
              
    }

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	 header h2.phone-number {
   		 margin-top: 20px;
 	 }
   
    .copyright ul li{
        margin:0; padding:0 0 0 20px; float:left;
    }
    .copyright ul{
        float:right
    }
    .navbar-brand{ display:none}
		
	#map_canvas{
        height: 350px
    }	
    
    .navbar-nav > li > .dropdown-toggle > .caret {
        display: none;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {\
    header h2.phone-number {
    margin-top: 00px;
  }

    .header-image{
        position:relative;
    }
    .header-image .caption{
        position: absolute;
        top:26vh;
        padding:5px 10px 20px 10px;
        overflow:hidden;
        left: 22%;
        right: 22%;
        
    }

    .footer-box{ margin:10px}

    
    #map_canvas{
        height: 400px
    }        
    
    .listing-filters {
        padding: 20px 0 15px;
    }

    .listing-filters .pagination {
        margin: 0;
    }
    
    .listings li{ width:32%;}
	.homeListing li{ width:32%;}
	.listing-image {
		min-height: 268px;
	}
}

    /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    #map_canvas{
        height: 480px
    }
}

	
<!---->
.rounded {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.shadow {
  -webkit-box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.45);
}

.mapbox {
  padding: 10px;
}

.feature {
  background: #83b185;
  padding: 10px;
}
/* line 6, scss/_home.scss */
.feature h4 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #fff;
}
/* line 12, scss/_home.scss */
.feature p {
  color: #fff;
  line-spacing: 1.4;
  text-align: center;
  font-size:16px;
}



a.phone-btn {
  background: #83b185;
  border: 2px solid #83b185;
  padding: 0px 10px;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.5s all;
  display: inline-block;
  margin-top: 5px;
}
color: #00658a;
a.phone-btn:hover {
  background: transparent;
  color: #666;
  text-decoration: none;
}

.header-address {
  color: #666;
  text-align: center;
  margin-top: 10px;
}

.header-phone {
  color: #666;
  margin-top: 5px;
  text-align: center;
  line-height: 1.5;
  font-size:25px;	
}

 .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	
a.custom-button {
  background: #83b185;
  border: 2px solid #83b185;
  padding: 0px 10px;
  color: #fff;
  font-size: 20px;
  font-weight:bolder;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.5s all;
  display: inline-block;
  margin: 5px;
}

/* Big Button */
.btn-big {
	border: none;
	display:-moz-inline-stack;
	display:inline-block;
	background: #fff;
	padding: 18px 50px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	margin: 0;
	font-size: 1.5em;
	/*font-weight: 600;*/
	font-family: 'Century Gothic W01 Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 30px #e5edee;
	-moz-box-shadow: 0px 0px 30px #e5edee;
	box-shadow: 0px 0px 30px #e5edee;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

.btn-big:hover {
	-webkit-box-shadow: 0px 0px 30px #dee9eb;
	-moz-box-shadow: 0px 0px 30px #dee9eb;
	box-shadow: 0px 0px 30px #dee9eb;
}

/* Alternate Blue Standard Button */
.btn-blue, input.btn-blue, button.btn-blue, a.btn-blue {
	border: none;
	color: #fff;
	font-weight: bold;
	display:-moz-inline-stack;
	display:inline-block;
	background: #009933;
	padding: 7px 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 0 10px;
	/*font-weight: 600;*/
	font-family: 'PT Sans', sans-serif !important;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

.btn-blue:hover, input.btn-blue:hover, button.btn-blue:hover, a.btn-blue:hover {
	color: #fff;
	text-decoration: none;
}

