html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width:100% !important;
	height:auto;
}

body {
	margin:0;
	padding:0;	
	color:#333;
	letter-spacing:.06em;
	overflow-x:hidden;
	-webkit-text-size-adjust: none;
	background-color:#fdfbea !important;
}

img {
	max-width:100%;
	height:auto;
}

a {
	text-decoration:none;
	color:#1a4b8a;
	transition: all .3s ease-in-out;
}

a:hover  {
	color:#333;
}

p,td,li,.container {
	color:#363636;
	padding:0px;
	margin:5px 0px;
	font-size:16px;
}

.chk { color: green; background: #e6ffea; font-weight: bold; padding: 5px; }

.bullets { 
  padding-left: 20px;
  list-style-type: disc;
}

#main {
	position:relative;
	width:100%;	
}

.top-holder {
	position:absolute;
	width:100%;
	top:0px;
	z-index:3;
	transition: all 300ms ease;
}

.top-bar {
	float:left;
	display:block;
	width:100%;
	/*background-color:#1a4b8a;*/
	background-color:#203c48;
	transition: all 300ms ease;	
}

.top-bar.sticky {
	display:none;
}

.top-holder.sticky {
	position:fixed;
	z-index:10;
}

.top-bar p {
	font-size:13px !important;
	color:#fff;
	font-weight:300;
	display:inline-block;
	margin-right:8px;
}

.top-bar span {
	font-size:18px;
	font-weight:700;
	color:#fff;
}

.top-section {
	float:left;
	display:block;
	width:100%;
	min-height:75px;
	transition: all 300ms ease;
}

.top-section.sticky {
	position:fixed;
	border-bottom: solid 1px #ccc;
	min-height:58px;
	background: #fff;
}

.logo-holder {
	float:left;
	display:block;
	width:300px;
	margin-top:5px;
	transition: all 300ms ease;
}

.logo-holder.sticky {
	width:245px;
	margin-top:1px;
}

.menu-holder {
	float:right !important;
	display:block;
	width:70%;
	margin-top:20px;
	transition: all 300ms ease;
}

.menu-holder.sticky {
	margin-top:10px;
}

.slider-text-holder {
	position:absolute;
	width:100%;
	bottom:0px;
        background-color: rgba(255,255,255,.5);
	padding:10px 0px;
	z-index:2;
}

.slider-text-holder h1 {
   font-family: 'Libre Baskerville', serif;
   font-size:38px;
   color:#115889;
}

.blue-text-holder {
	float:left;
	display:block;
	width:100%;
	/*background-color:#0a2952;*/	
	padding:40px 0px;
}

.blue-text-holder h2 {
   font-family: 'Libre Baskerville', serif;
   font-size:34px;
   color:#333;
}

.blue-text-holder p {
   font-size:16px;
   color:#333;
   line-height:24px;
}

.boxes-holder {
	float:left;
	display:block;
	width:100%;
	background:#f8f8f8 url(../images/boxes-bg.jpg) top center no-repeat;
	padding:30px 0px;
}

.boxes-holder h2 {
   font-size:30px;
   color:#505253;
   font-weight:600;
   font-family:'Libre Baskerville', serif;
}

.c-preview {
  background: #0f5f6e;
  background: -moz-linear-gradient(-45deg, #000000 0%, #000000 15%, #1e539e 50%, #0a2952 99%, #2359a0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 15%, #1e539e 50%, #0a2952 95%, #2359a0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0f5f6e 0%, #0f5f6e 15%, #438f9f 50%, #0a353e 95%, #1b4a54 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 400% 400%;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
  height: 220px;
  max-width: 100vw;
  max-height: 100vh;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: .5s all;
  padding: 2px 0px;
  border-top: solid 3px #203c48;
  border-bottom: solid 3px #203c48;
  margin-bottom:20px;
}
.c-preview__img {
  position: absolute;
  left: 0;
  top: 0;
  background: #0f5f6e;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .1;
  mix-blend-mode: screen;
}
.c-preview__title {
  position: relative;
  z-index: 5;
  font-size:17px;
  color:#fff;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:normal;
  text-align:center;
}
.c-preview:hover {
  background-position: 100% 100%;
}
/*
#imgbox1:hover {
  background:url(../images/box-01.jpg) center center no-repeat; background-size:cover; background-position: 100% 100%;
  opacity: 0.5;
  background-color: #000;
}
*/

.c-preview:hover__title {
  text-shadow: 0 0 20px black;
}

.real-estate-section {
	float:left;
	display:block;
	width:100%;
	/*background-color:#0a2952;*/	
}

.real-estate-section-left {
	float:left;
	display:block;
	width:50%;
	padding: 30px;
}

.real-estate-section-left-01 {
	float:left;
	display:block;
	width:50%;
	padding: 20px 80px;
}

.real-estate-section-left p {
	color:#333;
	font-size:16px;
}

.real-estate-section-left-01 li {
	color:#333;
	font-size:16px;
	line-height:28px;
	list-style:none;
}

.real-estate-section-left-01 li:before {
  content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em; /* same as padding-left set on li */
  width: 1em; /* same as padding-left set on li */
  color:#333;
  font-size:15px;
}

.real-estate-section-right {
	float:left;
	display:block;
	width:50%;
	background-size:cover;
	min-height:380px;
	position:relative;
	margin:15px 0px;
}

.real-estate-section-right-01 {
	float:left;
	display:block;
	width:50%;
	background:url(../images/practice-areas-text.jpg) top right no-repeat;
	background-size:cover;
	margin:15px 0px;
	height:350px;
	position:relative;
}

.real-estate-section-right h3 {
	position:absolute;
	width:100%;
	margin-top:16%;
	color:#fff;
	font-weight:600;
    font-size:30px;
	text-align:center;
	font-family:'Libre Baskerville', serif;
}

.real-estate-section-right-01 h3 {
	position:absolute;
	width:100%;
	margin-top:160px;
	color:#fff;
	font-weight:600;
    font-size:30px;
	text-align:center;
	font-family:'Libre Baskerville', serif;
}


.promo {
	float:left;
	display:block;
	width:100%;
	min-height:450px;
	background:#fff url(../images/hand-shake.jpg) top left no-repeat;
	position:relative;
}

.hollow-box {
	position: absolute;
	width:380px;
	height:380px;
	border: solid 7px rgba(106,106,106,.3);
	top:7%;
	right:10%;
	z-index:1;
}

.hollow-box-text {
	position: absolute;
	width:500px;
	padding:30px;
	background-color: rgba(10,41,82,.8);
	top:21%;
	right:22%;
	z-index:2;
	font-family: 'Libre Baskerville', serif;
    font-size:34px;
    color:#fff;
}

.contact-section {
	float:left;
	display:block;
	width:100%;
	padding: 30px 0px;
	background:url(../images/contact-bg.jpg) center center no-repeat;
	background-size:cover;
}

.real-estate-section h2 {
	color:#000;
	font-weight:600;
	text-transform:uppercase;
    font-size:19px;
	margin-bottom:10px;
}

.contact-section h2 {
	color:#fff;
	font-weight:600;
    font-size:32px;
	margin-bottom:10px;
	font-family:'Libre Baskerville', serif;
}

/*-- Form --*/
input[type=text] {
    width: 90%;
    padding: 8px 20px;
    margin: 1% 5%;
	border: none !important;
	background:rgba(255,255,255,.9);
	color:#333;
	font-size:14px;
	outline:none;
	transition: all .3s ease-in-out;
}
textarea {
	display:block;
    padding: 8px 20px;
    margin: 2% 1.5%;
	border: none !important;
	background:rgba(255,255,255,.9);
	color:#333;
	font-size:14px !important;
	outline:none;
	width: 97%;
	transition: all .3s ease-in-out;
}

input:focus, textarea:focus {
    background:rgba(255,255,255,1);
}

.contact-map {
	float:left;
	display:block;
	width:100%;
	height:296px;
	background:url(../images/map.jpg) center center no-repeat;
}

.footer {
	float:left;
	display:block;
	width:100%;
	/*background-color:#5f7d87;*/
	padding-top:30px;
}

.footer p {
    font-size:16px;
	color:#333;
}

.footer span {
    font-size:10px;
	color:#333;
	letter-spacing:normal;
	line-height:normal;
}

.footer h3 {
	color:#333;
	font-weight:600;
    font-size:20px;
	margin-bottom:20px;
	font-family:'Libre Baskerville', serif;
}

.footer-menu ul {
	list-style:none;
}

.footer-menu li a {
	float:left;
	display:block;
	width:90%;
    font-size:16px;
	text-decoration:none;
	color:#333;
	margin-bottom:9px;
}

.footer-menu li a:hover {
	text-decoration:none;
	color:#203c48;
	margin-left:5px;
}

.container h1 {font-size: 20pt; font-weight: bold; margin-bottom: 20px; font-family:'Libre Baskerville', serif;}

.page-banner {
	float:left;
	display:block;
	width:100%;
	height:250px;
	padding-top:150px;
	background:url(../images/page-banner-bg.jpg) top center no-repeat;	
}	

.page-banner h1 {
    font-size:30px;
	color:#fff;
	text-shadow: 0px 3px 5px #333;
	font-weight:600;
	font-family:'Libre Baskerville', serif;
}


.page-section {
	float:left;
	display:block;
	width:100%;
	padding:30px 0px;
}

.page-section h2 {
   font-size:30px;
   color:#505253;
   font-weight:600;
   font-family:'Libre Baskerville', serif;
}

.page-section h3 {
   font-size:20px;
   color:#203c48;
   font-weight:600;
   font-family:'Libre Baskerville', serif;
}

.mobile-menu-holder, .mobile-buttons {display:none !important;}

.rca {
    position:absolute; 
	width:140px; 
	right:30px; 
	bottom: 0; 
	z-index:3;
}


/*================================================== 
     Slideshow
 ================================================== */

.slide-holder {
	float:left;
	display:block;
	width:100%;
	z-index:1;
}

#main-slide .item img{
	width: 100%;
}

.mobile-slider {display:none !important;}

#main-slide .separator{
	width: 230px;
	height:6px;
	float:left;
	display:block;
	margin-bottom:20px;
	background-color:#97999a;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .carousel-indicators {
	bottom: 0px;
	width:100%;
	text-align:center;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #b4b4b4 !important;
	margin: 1px !important;
	display:inline-block;
	float:none;
	cursor:pointer;
	border-radius:50%;
}

.carousel-indicators li.active{
	background:#09aed7;
	border: 2px solid #09aed7 !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	height:60px;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
	border-radius: 50px;	
}

#main-slide .carousel-control .fa-angle-left{
	left: 15px;
}

#main-slide .carousel-control .fa-angle-right{
	right: 15px;
}

#main-slide .carousel-control i{
	background: rgba(255,255,255,.6);
	color: #23439c;
	line-height: 32px;
	font-size: 24px;
	padding: 10px 22px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


#main-slide .slider-content  {
     position:absolute;
	 width:90%;
	 margin-left:5%;
	 margin-right:5%;
	 z-index:1;
	 top:35%;
}

#main-slide .slider-content h1, #main-slide .slider-content h2{
	font-size: 48px;
    color: #fff;
	line-height:normal;
	text-align:left;
	font-weight:900;
	padding-bottom:20px;
}

#main-slide .slider-content h3{
	font-size: 26px;
    color: #fff;
	font-style:italic;
	font-family:Georgia, serif;
	font-weight:normal;
	line-height:normal;
	text-align:left;	
}

.move {
   transition: all .3s ease-in-out;
}

.move:hover{
   margin-top:-8px;   
}


/*-- Animation --*/
.carousel .item.active .animated1 {
	
}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 200ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: fadeInDown 1s ease-in 1000ms both;
	animation: fadeInDown 1s ease-in 1000ms both;
}
