/*@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,600,700");*/
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  position:relative;
/*  min-height: 100%;*/
}

/*body {
  font: 14px/1 'Open Sans', sans-serif;
  color: #555;
  background: #eee;
}
*/

/*
body {
	margin:0 0 300px;
}
*/
h1 {
  /*padding: 50px 0;*/
  font-weight: 400;
  text-align: center;
}

p {
  margin: 0 0 20px;
  line-height: 1.5;
}

.boxtext{
	padding:20px;
	margin:20px;
/*	min-height:100%;*/
}

textarea { overflow: auto; vertical-align: top; resize: vertical; width:90%; }

main {
  min-width: 320px;
  /*max-width: 800px;*/
  padding: 15px;
  /*margin-top:80px;*/
  /*margin: 0 auto;*/
  background: #fff;
}

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px 10px;
  font-weight: 400;
  text-align: center;
  font-size:12px;
  border: 1px solid transparent;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before {
  content: '\f129';
}

label[for*='2']:before {
  content: '\f155';
}

label[for*='3']:before {
  content: '\f090';
}

label[for*='4']:before {
  content: '\f069';
}

label[for*='5']:before {
  content: '\f0e0';
}

label[for*='6']:before {
  content: '\f0e7';
}

label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
  font-size:12px;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6  {
  display: block;
}

@media screen and (max-width: 1000px) {
  .navbar-brand{
    font-size:15px;
  }
}

@media screen and (max-width:768px) {
	.photobox1{
		display:none;
	}
	.mainbox1 {
		width:100%;
	}
}

@media screen and (max-width: 650px) {
  label {
    font-size: 0;
  }

  label:before {
    margin: 0;
    font-size: 18px;
  }
    
    .boxtext{
        padding:0;
        margin:0;
    }
}
@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
  .col-sm-3{
    float:none;
  }
}
table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table tr {
    border: 1px solid #ddd;
    padding: 5px;
  }

  table th, table td {
    padding: 10px;
    text-align: center;
  }

  table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

  @media screen and (max-width: 600px) {

    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }

  /* boxes for inner pages */

  .navimage{float:left;}

  .thisoldbox{
    margin-bottom: 30px;
    background-color: transparent;
    padding: 70px 0 0 0;
    /*font-size: 21px;*/
    font-weight: 200;
    /* line-height: 2.1428571435; */
    /*background-color: #eeeeee;*/
  }

  .thisoldbox2{
    background-color: transparent;
    padding: 100px 0 0 0;
    /*font-size: 21px;*/
    font-weight: 200;
    /* line-height: 2.1428571435; */
    /*background-color: #eeeeee;
    min-height:600px;*/
  }

  .orangeis{
    color:#FF8C00;
    /*font-weight:bold;*/
  }

.property-information{
  margin-top:-7px;
}
.property-info-location{
  font-size:16px;
  font-style:italic;
  font-weight:bold;
}

.property-info-price{
  font-size:16px;
  float:right;
}

body h2.title-bg {
    border-bottom: 1px solid #c5c5c5;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    background: #6fbfec url(images/title-bg.png) bottom left repeat-x;
    padding: 16px 20px 13px 20px;
    line-height: 1;
    margin: 0px 0px 15px 0px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-bottom-left-radius: 30x;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.11);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.11);
}
#featured-slider, .content-boxed, h2.title-bg, .secondary-slider, #map-contact, #map-listing {
    border-left: 1px solid #c4c4c4;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c5c5c5;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
h2 {
    font-size: 15px;
    margin-bottom: 10px;
}

/* end */

.footer {
   	width:100%;
	height:155px;
	position:absolute;
	bottom:0;
	left:0;
}


.featured-image img, .portfolio-image img, .agent-thumb img, .property-listing-thumb img {-webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15); -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15); box-shadow: 0px 1px 3px rgba(0,0,0,0.15); }
.featured-image img:hover, .portfolio-image img:hover, .agent-thumb a img:hover, .property-listing-thumb a img:hover {  -moz-box-shadow: 1px 1px 4px rgba(0,0,0,.55); -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.55); box-shadow:  1px 1px 4px rgba(0,0,0,.55);}


  .agent-thumb {float:left; width:20%; margin-right:3.8%;}
  .agent-details {float:left; width:100%;  padding-top:10px; }
  .agent-details h5, .agent-details h6 {margin-bottom:5px;}
  ul.fancy-list { padding:0px; list-style:none; margin-top:5px;}
  ul.fancy-list li {padding:7px 0px 7px 0px; margin:0px; border-bottom:1px dotted #d7d7d7;  line-height:1.2;}
  ul.fancy-list li:first-child {border-top:1px dotted #d7d7d7;}
  ul.fancy-list {color:#888888;}
  ul.fancy-list span {color:#000; font-weight:bold;}
  .agent-social {float:right; width:36%;  text-align:right;}
  .agent-social .button {margin-bottom:5px;}
  .agent-social .social-icons a {
  	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
  	font-size:14px;
  	line-height:35px;
  	padding:8px 8px 7px 8px;
  	color:#fff ;
  	opacity:0.8;
  	background:#979797;
  	background-image: -webkit-linear-gradient(top, #979797, #c7c7c7);
    	background-image: -moz-linear-gradient(top, #979797, #c7c7c7);
     	background-image: -ms-linear-gradient(top, #979797, #c7c7c7);
     	background-image: -o-linear-gradient(top, #979797, #c7c7c7);
  	margin-right:4px;
  	-webkit-border-radius: 35px;
  	-moz-border-radius: 35px;
  	border-radius: 35px;
  	 -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.45); -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.45); box-shadow:  1px 1px 1px rgba(0,0,0,0.45);
  }
  .agent-social .social-icons a:hover {
  	 -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.85); -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.85); box-shadow:  1px 1px 3px rgba(0,0,0,0.85);

  }

  .agent-bio {margin-top:16px;}

  #contact-wrapper input.submit, #reply input.submit {padding:0px 22px;}

  a.button {
  	font-weight:bold; text-decoration:none; text-transform:uppercase; line-height:1; cursor: pointer; display:inline-block;
  	font-size:14px;
  	background-position:bottom left;
  	background-repeat:repeat-x;
  	background-image:url(images/submit-hover.png);
  	position:relative;
  	padding:9px 22px;
  	color:#fff;
  	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
  	-moz-box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.35);
  	-webkit-box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.35);
  	box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.35);
  	border:0px transparent;
  	-webkit-transition-duration: 150ms;
  	-moz-transition-duration: 150ms;
  	-o-transition-duration: 150ms;
  	webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
  }
  @-moz-document url-prefix() {
    	body #search-container input.submit {
  		height:31px !important;
  	}
  	#search-container label.assistive-text {
  		height:29px !important;
  	}
  }

  /* -- Button Background -#ff8c68 -- */
  input.submit, input.submit-advanced, .button {background-color:#ff8c68;}

  body #search-container input.submit:hover, input.submit-advanced:hover, a.button:hover, #contact-wrapper input.submit:hover, #reply input.submit:hover {background-position:top left;}

  /* -- Header Top Bar - #697884-- */
  .header-top, #child-pages li a.button {background-color:#697884; }

  /* -- Header Main Background + Highlight Color - #6fbfec-- */
  header, a.secondary-button, .notification-listing {background-color:#6fbfec;}

  .additional-features-headline {border-bottom:1px dotted #ccc; margin-bottom:-2px; padding-bottom:5px; margin-top:15px;}
  ul.additional-features {margin-bottom:5px;}
  ul.additional-features li {display:inline-block;width:44%; padding:7px 0px 7px 14px; margin-right:5px; background:url(images/sidebar-list.png) 0px 11px no-repeat; line-height:1.2;}

.alignright {float:right; margin:0 0 10px 10px;}
/*.alignleft {float:left; margin:0px 10px 10px 0px;}*/
.alignleft {float:left; margin:10px;}
.aligncenter {text-align:center;  margin:0px auto 10px auto; display:block; }

#box-container{padding:0}.box{list-style-type:none;float:left;width:48%}
.box:nth-child(2n+1){clear:both;margin-left:0}.box:nth-child(2n+0){margin-right:0}
.box a{display:block;width:100%;height:auto}
.box img{
  width:130px;
  height:100px;
   border:1px solid #fff;
}
.boxbigger img{
  width:260px;
/*  height:100%;*/
  clear:both;
}
.boxbiggest img{
  width:100%;
  clear:both;
}
.smallertext, smallertext.h2{
	font-size:18px;
	text-shadow:#aaa 2px 2px;
	}
	
.redtext{
	color:#F00;
	float:right;
	/*margin-top:12px;*/
	text-shadow:#aaa 2px 2px;}
	
.requiredtext{
	color:#F00;
}

.button-padding{
	padding-top:75px;
}

.redtextcenter{
	color:#F00;
	text-align:center;
}

.indentol {padding-left:2em;}

.darkbackground{
	background-color:#aaa;
}

.greyborder{
	border:1px solid #aaa;
	padding-left:10px;
}

.imagebox img{
	width:100%;
}

.content-boxed {
  padding:0px 20px 10px 20px;
  /*min-height:500px;*/
}
.content-boxed h2.title-bg span {
  float:right;
  display:inline-block;
  border-left:1px solid #c4c4c4;
  border-top:1px solid #cccccc;
  border-right:1px solid #c4c4c4;
  border-bottom:1px solid #c5c5c5;
  background:#fff;
  -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15); -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15); box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
.lt-ie8 h2.title-bg span {display:none;}

@media screen and (min-width: 768px) {
.thisoldbox {
    padding-top: 48px;
    padding-bottom: 48px;}
.photobox2{display:none;}
}

@media screen and (min-width: 320px;{
.phone-width{display:none;}
}

#main {padding:24px 0px 28px 0px;
  padding: 30px;
  margin-bottom: 30px;
  /*font-size: 14px;*/
  font-weight: 200;
  /* line-height: 2.1428571435; */
  color: inherit;
  background-color: #eeeeee;}
