.wrapper{
	width:100%; 
	float:left; 		
}

.wrappershort{
	max-width:1000px;
	padding:20px;
	overflow-y:auto;
	margin:20px auto;
	border:1px solid #CCC; 
	box-shadow:0px 10px 10px #ccc;
	border-radius:5px;
}

.homewrap{
	width:100%; 
	float:left; 	
	}
	
.homewrapshort{
	max-width:1050px;
	margin:20px auto;	
}


.temp a{
	text-decoration:none;
	color:	#555555;
	}
	
.temp a:hover{
	text-decoration:none;
	color:	#bfa980;
	}
	
.resImage img {
    width: 100%;
}

.fixed-bg {
    background-image: url(../../_images/lawyer-background.jpg);
	width:100%;
	min-height:400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.row:after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;

}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 200px) {
    /* For mobile: */
    .col-mo-1 {width: 8.33%;}
    .col-mo-2 {width: 16.66%;}
    .col-mo-3 {width: 25%;}
    .col-mo-4 {width: 33.33%;}
    .col-mo-5 {width: 41.66%;}
    .col-mo-6 {width: 50%;}
    .col-mo-7 {width: 58.33%;}
    .col-mo-8 {width: 66.66%;}
    .col-mo-9 {width: 75%;}
    .col-m0-10 {width: 83.33%;}
    .col-mo-11 {width: 91.66%;}
    .col-mo-12 {width: 100%;}
	
	.resImage img {
    width: 100%;
	height: auto;
	}
}


@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
	
	.resImage img {
    width: 100%;
	height: auto;
	}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	
	
	.col-13{width:20%;}
	.col-14{width:80%;}
	.col-15{width:42%;}
	.col-16{width:22.5%;}
	
	.resImage img {
    width: 100%;
	height: auto;
	}
}

/* iframe */

.iframe {
  margin-bottom: 45px;
  border: 3px solid #131C28;
  overflow: hidden;
  background: #fff;
  border:none;
}

.iframe iframe {
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
  
}

.iframe-header {
  display: none;
}

.js .iframe-header {
  display: block;
}

.iframe-content {
  /* ipad iframe hack */
  height: 400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.iframe-header a {
  font-size: 15px;
  color: white;
  background: #3B4658;
  display: block;
  padding: 15px;
  text-align: center;
  border-bottom: 3px solid #131C28;
}

.iframe-header a:hover,
.iframe-header a:focus {
  background: #6A798E;
}

.iframe-full-screen .iframe-header {
  display: block;
  position: absolute;
  height: 50px;
  width: 100%;
}

.iframe-full-screen .iframe-content {
  position: absolute;
  top: 50px;
  bottom: 0;
  width: 100%;
  height: auto;
}

.iframe-full-screen .iframe-header a {
  padding: 0;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 3px solid #131C28;
}

.iframe-full-screen body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iframe-full-screen .iframe.iframe-active{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  border: none;
}

.iframe-full-screen .iframe iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  border: none;
}


@media all and (max-height: 400px){
  .iframe {
    height: 300px;
  }
}

.button1 {
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
	border:1px solid #ccc;
	padding:10px;
	}
	
	.button1:hover {
    color: #999;
    border:1px solid #999;
	text-decoration: none;
}

.button2 {
    color: #FFF;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
	border:1px solid #FFF;
	padding:10px;
	}
	
	.button2:hover {
    color: #000;
	text-decoration: none;
	background:#FFF;
}

.button3 {
    color: #FFF;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
	border:1px outset  #bfa980;
	padding:10px;
	background:#bfa980;
	}
	
	.button3:hover {
	text-decoration: none;
	background:#bfa980;
	opacity: 0.8;
    filter: Alpha(opacity=80); /* IE8 and earlier */
}