﻿
b, u, i, center,
dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}







/* Container
------------------------------------------------------------------------------*/

.container {
	margin: 0 auto;
	padding: 0 10px;
}



#parallax-images > div:first-child { display:none; }



#content-wrapper div:nth-of-type(4) .title-desc-wrapper{
display:none;
}


/* slider
------------------------------------------------------------------------------*/
.container- {
    
}

.squere-1 {
	position: absolute;
	top: 32.6%;
	margin-top: 92px;
	background: url(/assets/images/bg_squere.png);
	left: 50%;
	height: 183px;
	-webkit-transition: top 2s ease;
	-moz-transition: top 2s ease;
	transition: top 2s ease;
	width: 1280px;
	margin-left: -640px;
}

.squere-2 {
	position: absolute;
	top: 77%;
	margin-top: 88px;
	background: url(/assets/images/bg_squere_2.png);
	left: 50%;
	height: 193px;
	-webkit-transition: top 2s ease;
	-moz-transition: top 2s ease;
	transition: top 2s ease;
	width: 915px;
	margin-left: -458px;
}

.squere-1,
.squere-2 {
	opacity: 0;
}

.squere-1.animated,
.squere-2.animated {
	opacity: 1;
}
.squere-1.movd,
.squere-2.movd {
	top: 53% !important;
}

.slider {
	text-align: center;
	position: relative;
	/*height: 975px;*/
	margin-bottom: 42px;
	
	
}
.slider .bx-controls-auto,
.slider .bx-controls-direction {
	display: none;
}
.slider .bx-pager {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
}
.slider .bx-pager-item {
	display: inline-block;
	margin: 0 10px;
}
.slider .bx-pager-item a{
	height: 19px;
	width: 19px;
	display: block;
	background: #5a5656;
	border-radius: 50px;
	border: 2px solid #fff;
	text-indent: -999em;
	text-align: left;
}
.slider .bx-pager-item a.active,
.slider .bx-pager-item a:hover{
	background: #fff;
}
.cb-slideshow { 
    width: 100%;
    height: 100%;
	position: relative;
    z-index: 0; 
}
.cb-slideshow strong {
	font-weight: normal;
}
.cb-slideshow li { 
	height: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
.cb-slideshow li span { 

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
	display: block;
	display:none;
	color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0;
	-webkit-backface-visibility: hidden;
}
.cb-slideshow li > div { 
    z-index: 1000;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.cb-slideshow li > div img {
	margin-bottom: 359px;
	max-width: 100%;
}
.cb-slideshow li > div h3.animated {
	opacity: 1;
}
.cb-slideshow li > div h3 {
	letter-spacing: -1px;
    padding: 0 20px;
	font-size: 46px;
	color: #342f30;
	opacity: 0;
	line-height: 56px;
	position: relative;
	z-index: 99;
	  margin: 0 0 0 0;
	
}
.cb-slideshow li > div h3.small {
	font-size: 44px;
	line-height: 56px;
}
.cb-slideshow li > div h3 strong { 
	color: #e47226;
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(/assets/images/slide_1.jpg)
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(/assets/images/slide_2.jpg);
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(/assets/images/slide_3.jpg);
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(/assets/images/slide_4.jpg);
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(/assets/images/slide_5.jpg);
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(/assets/images/slide_6.jpg);
}

.cb-slideshow .btn-holder {
	position: absolute;
	bottom: 90px;
	right: 0;
	left: 0;
	top: auto;
}
.more-holder {
	z-index: 9999;
	width: 150px;
	position: absolute;
	bottom: 0;
	padding-right: 0;
	top: auto;
	right: 0;
	left: auto;
}
.more-holder a {
	display: block;
	width:83px;
	height:83px;
	background-color: rgba(85,85,85,0.77);
	color:#e8e8e8;
	font-size: 14px;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	text-align: center;
	float: right;
}
.more-holder a i { font-size: 43px;}
.cb-slideshow .btn-holder.animated {
	opacity: 1;
}

.cb-slideshow .slide-btn.animated {
	opacity: 1;
}

.cb-slideshow .slide-btn {
	display: inline-block;
	opacity: 0;
	background: rgba(228, 114, 38, 0.9);
	width: 510px;
	z-index: 99;
	font-size: 21px;
	color: #fff;
	height: 72px;
	line-height: 72px;
	-webkit-transition: color 0.3s ease, background 0.3s ease;
	-moz-transition: color 0.3s ease, background 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease;
}

.cb-slideshow .slide-btn:hover {
	background: #000;
	text-decoration: none;
}

.cb-slideshow .slide-btn.large {
	width: 674px;
}

.cb-slideshow .slide-btn.med {
	width: 550px;
}



@media screen and (max-width: 1440px) {
	.squere-1 { width:1097px;margin-left: -462px;}
	.squere-2 {width: 725px;margin-left: -280px;}
	.cb-slideshow li > div h3  {font-size: 38px;line-height: 46px;}
	.cb-slideshow li > div h3.small {font-size: 34px!important; line-height: 46px!important;}


}	

@media screen and (max-width: 1400px) {


	.cb-slideshow li > div h3 {
		font-size: 35px !important;
		line-height: 50px !important;
	}
	
	.cb-slideshow li,
	.slider {
		/*height: 700px;*/
	}

	

}
@media screen and (max-width: 1268px) {

	
	
}
@media screen and (max-width: 960px) {


}

@media screen and (max-width: 767px) {

	.mobile-only {
		display: block !important;
	}
	
	.cb-slideshow .btn-holder {
		bottom: 0;
	}

	.slider {
		margin-bottom: 30px;
	}
	

	.attorneysclass #sidebar, .attorneyspage #sidebar { display: none;}
	.cb-slideshow .slide-btn {
		width: 100% !important;
		font-size: 15px;
		height: auto;
		line-height: 22px;
		opacity: 1;
		padding: 10px 20px;
	}
	.cb-slideshow .slide-btn.large, .cb-slideshow .slide-btn.med { font-size:10px;}
	.cb-slideshow li,
	.slider {
		height: 240px;
	}
	
	.slider .bx-controls {
		display: none !important;
	}
	
	.slider .bx-viewport {
		overflow: visible !important;
	}
	
	.home-content .entry {
		width: 100%;
	}
	
	.home-content .widget-banner {
		width: 100%;
		margin: 0 0 20px 0;
		padding-top: 20px;
	}

	.cb-slideshow li > div h3, .cb-slideshow li > div h3.small {
		font-size: 18px !important;
		color: #342f30;
		line-height: 20px !important;
		position: relative;
		z-index: 99;
		background: #fff;
		opacity: 0.8;
		height: 50px;
		display: table-cell;
		vertical-align: middle;
	}

	.cb-slideshow li > div .title {
		position: absolute;
		bottom: 42px;
		left: 0;
		top: auto;
		right: 0;
		display: table;
		width: 100%;
	}

	.cb-slideshow li > div {
		position: static;
	}
	
	.squere-1,
	.squere-2 {
		display: none;
	}
	
	.cb-slideshow li > div img {
		margin-bottom: 0;
	}
	


}

@media screen and (max-width: 640px) {
	.features .bio-info { width: 100%}
	.practice-list ul li { height:auto;}
	.entry ul li:after {top:-1px;}
}	

/*for chess pieces on li items and mobile*/
@media screen and (max-width: 480px) {

	.cb-slideshow .btn-holder {
		bottom: 0px;
	}
	.home-page .slider {
		margin-bottom: 5px;
		height: 260px;
	}
show .slide-btn {font-size: 10px;}
	.cb-slideshow li > div h3, .cb-slideshow li > div h3.small {font-size: 13px!important;}


}


@media screen and (max-width: 640px){

  
  .slider{
padding-top:90px;
}

}


@media only screen and (max-width: 479px) {

.slider{
padding-top:90px;
}

}
