/*
Theme Name: Brian Zeiger
Theme URI: http://www.attorneyrankings.org/
Author: Brian Zeiger
Author URI: http://www.attorneyrankings.org/
Description: Brian Zieger Theme
Version: 2.1
License: Personal
Tags: attorney, brian, brian zeiger
*/

/*=====================================================
Global
=====================================================*/

.p0 {
	padding: 0 !important;
}
.p0l {
	padding-left: 0 !important;
}
.p0r {
	padding-right: 0 !important;
}
/*html, body, .page-sidebar, .bz_page {height: 100%;}*/

a:link {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*=====================================================
Section 1 Slider
=====================================================*/
.section-1 {
}
.section-1 .slider-text {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	margin-top: 50px;
}
.section-1 .slider-text h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
}
.section-1 .slider-text h1 span {
	color: #000;
}
.top-t {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
}
.top-t {
	color: #000;
}
.section-1 .slider-text h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
}
.section-1 .slider-text h2 span {
	color: #000;
}
.section-1 .slider-text h4 {
	color: #d0edf7;
	font-weight: 400;
	font-size: 30px;
}
.section-1 .btn-git {
	background-color: #b84c42;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 400;
	margin: 24px 0 0 0;
	padding: 4px 111px;
	text-decoration: none;
}
.section-1 .top-phone {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 31px;
	font-weight: 700;
}
.section-1 .top-social {
}
.section-1 .top-social ul {
	list-style: none;
}
.section-1 .top-social ul li {
	display: inline-block;
}
.section-1 .top-social ul li a {
	background-color: #224142;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #40bbd3;
	display: table-cell;
	font-size: 12px;
	height: 22px;
	padding: 2px 0 0 0;
	text-align: center;
	vertical-align: middle;
	width: 22px;
}
.section-1 .top-social ul li a:hover {
	background-color: #fff;
}
/*=====================================================
Section 2 Navigation
=====================================================*/
.section-2 {
	background-color: #5d5d5e;
	padding: 40px 0 40px 0;
	line-height: normal;
}
.section-2 a.menu-btn {
	outline: none;
}
.section-2 .bz-nav-modal {
}
.section-2 .bz-nav-modal .modal-dialog {
	border-radius: 0px;
}
.section-2 .bz-nav-modal .modal-dialog .modal-content {
	background-color: rgba(66,189,212, 0.8);
	border-radius: 0px;
}
.section-2 .bz-nav-modal .modal-dialog .modal-content .modal-body {
	padding: 50px 0 70px 0;
}
.section-2 .bz-nav-modal button.close {
	background-color: rgba(52,173,196, 0.1);
	opacity: 0.7;
	padding: 25px 30px 25px 30px;
	position: relative;
	z-index: 999;
}
.section-2 .bz-nav-modal button.close:hover {
	opacity: 0.9;
}
.section-2 .bz-nav-modal button.close span {
	color: #fff;
	text-shadow: none;
	font-weight: 100;
	font-family: 'Quicksand', sans-serif;
	font-size: 40px !important;
}
.section-2 .bz-nav-modal .modal-body .navigation {
}
.section-2 .bz-nav-modal .modal-body .navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.section-2 .bz-nav-modal .modal-body .navigation ul li {
	display: inline-block;
	margin: 10px 0;
	width: 100%;
}
.section-2 .bz-nav-modal .modal-body .navigation ul li a {
	background-color: transparent;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.section-2 .bz-nav-modal .modal-body .navigation ul li a:hover {
	color: #eee;
}
.section-2 .bz-nav-modal .modal-body .navigation ul.dropdown-menu {
	background-color: transparent;
	border: 1px solid #fff;
	box-shadow: none;
	position: relative;
	width: 100%;
	border-left: 0px;
	border-right: 0px;
	background-color: rgba(0,0,0, 0.1);
	border-radius: 0px;
}
.section-2 .bz-nav-modal .modal-body .navigation ul.dropdown-menu li a {
	background-color: transparent;
	font-size: 14px;
	line-height: 14px;
	padding: 0px;
	width: 100%;
	margin: 0 auto;
	font-weight: normal;
}
.section-2 .bz-nav-modal .modal-header {
	border-bottom: 0px !important;
}
.section-2.stick {
	position: fixed;
	top: 0;
	z-index: 9999;
}
.section-2 .navbar-collapse {
	display: block;
}
/*=====================================================
Section 3 Form
=====================================================*/
.section-3 {
	padding-bottom: 60px;
	padding-top: 60px;
}
.section-3 h2 {
	color: #42bdd4;
	font-family: 'Montserrat', sans-serif;
	font-size: 46px;
	font-weight: 700;
	margin-top: 0;
}
.section-3 p {
	color: #5d5d5e;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.section-3 h5 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
}
.section-3 h5 span {
	color: #42bdd4;
}
.section-3 .wpcf7 {
	margin: 0;
	width: 400px;
	float: right;
}
.section-3 .home-contact-form {
	background-image: url('images/contact-bg.png');
	background-repeat: no-repeat;
	float: left;
	padding: 40px 40px 80px 40px;
	text-align: center;
	width: 100%;
}
.section-3 .home-contact-form h2 {
	border-bottom:0px;
	color: #fff;
	display:block !important;
	font-size: 45px;
}
.section-3 .home-contact-form p {
	color: #5d5d5e;
	font-size: 15px;
}
.section-3 .home-contact-form input {
	border: 0px;
	float: left;
	margin: 8px 0;
	padding: 10px;
	width: 100%;
}
.section-3 .home-contact-form textarea {
	border: 0px;
	float: left;
	height: 100px;
	margin-top: 5px;
	padding: 10px;
	width: 100%;
}
.section-3 .home-contact-form .wpcf7-captchac {
	background-color: #fff;
	float: left;
	height: auto;
	margin: 10px 0 0 0;
	float: left;
}
.section-3 .home-contact-form .wpcf7-captchar {
	border-left: 1px solid #ccc;
	float: left;
	margin: 16px 0 0 0;
	padding: 9px;
	float: left;
}
.section-3 .home-contact-form .input-group-btn span {
	width: 80px;
	margin-right: 0;
	margin-top: 16px;
	height: 39px;
	padding-top: 0;
	border-radius: 0;
}
.section-3 .home-contact-form input[type="submit"] {
	background-color: #b84c42;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 28px;
	margin: 16px 0 0 0;
	padding: 10px 0;
	text-transform: uppercase;
}
/*=====================================================
Section 4 Boxes
=====================================================*/
.section-4 {
}
.section-4 .practice-area {
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: center;
	min-height: auto;
	margin-bottom: 1px;
	overflow: hidden;
	height: 320px;
}
.section-4 .practice-area:nth-of-type(even) {
	background-color: #f8f8f8;
}
.section-4 .practice-area:nth-of-type(odd) {
	background-color: #fdfcfc;
}
.section-4 .pa1 {
/*background-color:#f8f8f8;*/
}
.section-4 .pa2 {
/*background-color:#fdfcfc;*/
}
.section-4 .practice-area a {
	text-decoration: none;
}
.section-4 .practice-area a:hover {
	text-decoration: none;
}
.section-4 .practice-area:hover {
	background-color: #a7443b !important;
}
.section-4 .practice-area:hover a h3, .section-4 .practice-area:hover a p {
	color: #fff;
}
.section-4 .practice-area h3 {
	color: #5d5d5e;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin: 5px auto 10px auto;
	min-height: 48px;
}
.section-4 .practice-area p {
	color: #9f9f9f;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	word-wrap: break-word;
}
.section-4 .practice-area .pa-image {
	min-height: 115px;
}
.section-4 .thumbnail {
	background: none;
	border: 0;
}
/*=====================================================
Section 5 Two Boxes
=====================================================*/
.section-5 {
}
.section-5 .law {
	padding: 40px 40px 200px 130px;
	/*min-height:850px;*/
	min-height: 800px;
}
.section-5 .law-left {
	background-color: #3dabbf;
}
.section-5 .law-right {
	background-color: #45c0d6;
}
.section-5 .law img {
	float: left;
}
.section-5 .law h2 {
	color: #fff;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 51px;
	font-weight: 700;
	margin: 8px 0 0 10px;
	text-transform: uppercase
}
.section-5 .law ul {
	padding-left: 0px;
}
.section-5 .law ul li {
	display: inline-block;
	margin: 10px 0;
	background-image: url('images/bullet-arrow.png');
	background-repeat: no-repeat;
	padding-left: 41px;
	background-position: left center;
}
.section-5 .law ul li h5 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 400;
}

.section-5 .law ul li h5 a {
	color:#fff;
	text-decoration:none;
}

.section-5 .law ul li:hover h5 a {
	color:#000;
}

.section-5 .law ul li h6 {
	color: #dbe6e8;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.section-5 .law ul li h6 a {
	color: #dbe6e8;
	text-decoration:none;
}
/*=====================================================
Section 6 Testimonials
=====================================================*/
.section-6 {
	background-image: url('http://attorneytestdrive.org/brian_zeiger/wp-content/uploads/2015/10/light.jpg');
	padding-bottom: 110px;
	padding-top: 60px;
}
.section-6 .testimonials {
	background-color: rgba(255,255,255, 0.5);
	margin: 0 auto;
	padding: 30px;
	width: 620px;
}
.section-6 .testimonials {
}
.section-6 .testimonials li {
	outline: none;
}
.section-6 .testimonials li h3 {
	color: #43b8cf;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
.section-6 .testimonials li p {
	color: #74828f;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	margin: 10px 0 0 0;
}
.section-6 .testimonials li a {
	background-color: #b84c42;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	margin: 15px 0 0 0;
	padding: 10px 26px;
	text-decoration: none;
	text-transform: uppercase;
}
.slick-prev, .slick-next {
	background-color: #b84c42;
	border: 0px;
	color: transparent;
	height: 54px;
	overflow: hidden;
	outline: none;
	position: absolute;
	width: 54px;
	z-index: 99;
}
.slick-next {
	background-color: #b84c42 !important;
	right: 0px;
	bottom: -54px;
}
.slick-prev {
	background-color: #a6443b !important;
	right: 54px;
	bottom: -54px;
}
.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 40px;
	line-height: 1;
	color: #fff;
	opacity: 1;
	padding: 0px 14px;
	top: -2px;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
	content: "‹";
}
[dir="rtl"] .slick-prev:before {
	content: "›";
}
[dir="rtl"] .slick-next {
	left: -10px;
	top: 70px;
	right: auto;
}
.slick-next:before {
	content: "›";
}
[dir="rtl"] .slick-next:before {
	content: "‹";
}
/*=====================================================
Section 7 Posts Section
=====================================================*/
.section-7 {
}
.section-7 .home-post {
	background-color: #43b8cf;
	display: inline-block;
	float: left;
	width: 100%;
	max-height: 550px;
	overflow: hidden;
}
.section-7 .home-post img {
	width: 100%;
	height: auto;
}
.section-7 .home-post .post-details {
	padding: 40px;
}
.section-7 .home-post .post-details h2 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 49px;
	font-weight: 100;
	margin-top: 0;
}
.section-7 .home-post .post-details h6 {
	color: #5d5d5e;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.section-7 .home-post .post-details p {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	line-height: 26px;
}
.section-7 .home-post .post-details .readmore {
	background-color: transparent;
	border: 3px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 100;
	margin: 10px 0 0 0;
	padding: 10px 64px;
	text-decoration: none;
	text-transform: uppercase;
}
.section-7 .home-post .post-details .readmore:hover {
	background-color: #fff;
	color: #43b8cf;
}
/*=====================================================
Section 8 Footer
=====================================================*/
.section-8 {
	background-color: #5d5d5e;
	padding-top: 60px;
	padding-bottom: 40px;
}
.section-8 .widget {
}
.section-8 .widget-1 .contact-details {
	color: #cfd9e2;
	padding: 20px 0 0 0;
color:#fff;
}
.section-8 .widget-1 .contact-details span {
	float: left;
	font-size: 16px;
	width: 100%;
color:#fff;
}
.section-8 .widget-1 .contact-details span i {
	float: left;
	font-size: 16px;
	margin: 10px 0;
color:#fff;
}
.section-8 .widget-1 .contact-details span h6 {
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin: 10px 0 10px 10px;
color:#fff;
}
.section-8 .widget-1 .contact-details span h6 a {
	color: #cfd9e2;
	text-decoration: none;
color:#fff;
}
.section-8 .widget-2 {
	border-left: 2px solid #8f9fae;
	border-right: 2px solid #8f9fae;
	padding-bottom: 75px;
	padding-top: 60px;
	text-align: center;
}
.section-8 .widget-2 h2 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: 700;
	margin: 0;
}
.section-8 .widget-2 h3 {
	color: #43b8cf;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
.section-8 .widget-3 {
}
.section-8 .widget-3 .business-hours {
	display: inline-block;
	padding: 15px 0 0 25%;
}
.section-8 .widget-3 .business-hours h3 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	list-style: none;
	margin: 0;
}
.section-8 .widget-3 .business-hours ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.section-8 .widget-3 .business-hours ul li {
	color: #ced9e2;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.section-8 .widget-3 .business-hours ul li span {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
}
/*=====================================================
Section 9 Social Icons
=====================================================*/
.section-9 {
	background-color: #5d5d5e;
}
.dark-blue {
	background-color: #3aa1b5;
}
.light-blue {
	background-color: #43b8cf;
}
.section-9 .footer-social {
	width: 240px;
	margin: auto;
}
.section-9 .footer-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.section-9 .footer-social ul li {
	display: table-cell;
}
.section-9 .footer-social ul li a {
	display: table-cell;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	width: 80px;
	border: 1px solid transparent;
}
.section-9 .footer-social ul li a:hover {
	background-color: transparent;
	border-left: 1px solid #3db8d1;
	border-top: 1px solid #3db8d1;
	border-right: 1px solid #3db8d1;
}
.section-9 .footer-social ul li a i {
	color: #fff;
	font-size: 36px;
}
/*=====================================================
Section 10 Copyright
=====================================================*/
.section-10 {
	background-color: #3db8d1;
	padding-bottom: 19px;
	padding-top: 19px;
}
.section-10 p {
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	margin: 0;
}
/*=====================================================
Single Post
=====================================================*/
.bz_single .single-post-content {
	padding: 40px 0;
}
.bz_single .single-post-content h1 {
	color: #43b8cf;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.bz_single .single-post-content .date {
	color: #666;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
}
.bz_single .single-post-content .post-content {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	line-height: 24px;
	margin: 10px 0 0 0;
}
.bz_single .single-sidebar {
	padding: 40px 0;
}
.bz_single .single-sidebar .widget {
	margin: 0 0 20px 0;
}
.bz_single .single-sidebar h2 {
	border-bottom: 3px solid #333;
	color: #333;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 100;
	margin: 20px 0 10px 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	width: 100%;
}
.bz_single .single-sidebar ul {
	margin: 0;	padding: 0;    list-style-position: inside;
}
.bz_single .single-sidebar ul li {
    list-style:none;
}
.bz_single .single-sidebar ul > li {
    border-bottom:1px solid #ccc;
}
.bz_single .single-sidebar ul.children > li {
    border-bottom:1px none #ccc;
}
.bz_single .single-sidebar ul li a {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;	    display: block;    text-transform: capitalize;    padding: 3px 0;
}
.bz_single .single-sidebar ul ul {
    margin-left:20px;
}
.bz_single .single-sidebar ul ul li a {
    font-size:12px;
}
.bz_single_sidebar {
	background-color: #d8d5d5;
}
/*=====================================================
Page
=====================================================*/
.page-section-1 {
}
.single-page-content {
	padding: 40px 0;
	margin-left: 20px;
}
.single-page-content h1 {
	color: #43b8cf;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.single-page-content .date {
	color: #666;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
}
.single-page-content .page-content {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	line-height: 24px;
	margin: 10px 0 0 0;
}
.section-5 {
	position: relative;
}
.canvac-bd {
	position: absolute;
	z-index: 10;
	bottom: 40px;
	left: 50% !important;
	margin-left: -306px !important;
}
.single-page-sidebar {
	padding: 40px 0;
	margin-left: 130px;
}
.single-page-sidebar .widget {
	margin: 0 0 20px 0;
}
.single-page-sidebar h2 {
	border-bottom: 3px solid #B84C42;
	color: #B84C42;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 100;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	width: 100%;
}
.single-page-sidebar ul {
	margin: 0;
	padding:0;
}
.single-page-sidebar ul li {
    list-style:none;
}
.single-page-sidebar ul > li {
    border-bottom:1px solid #555;
    padding:5px 0;
}
.single-page-sidebar ul.sub-menu > li {
    border-bottom:1px none #555;
    padding:2px 0;
}
.single-page-sidebar ul ul {
    margin-left:20px;
    margin-bottom:5px;
}
.single-page-sidebar ul ul li a {
    font-size:12px;
}
.single-page-sidebar ul li a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
}
.page-sidebar {
	background-color: #eee;
}
.page-form-section {
	background-image: url(http://attorneytestdrive.org/brian_zeiger/wp-content/uploads/2015/10/blue-form.jpg);
	padding-top: 80px;
	padding-bottom: 80px;
	background-position: top center;
}
.page-form-section h1 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.page-form-section h4 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 40px 0;
	text-transform: uppercase;
}
.page-form-section .page-form {
	display: inline-block;
	width: 100%;
}
.page-form-section .page-form .home-contact-form h2, .page-form-section .page-form .home-contact-form p.details {
	display: none;
}
.page-form-section .page-form input {
	background-color: transparent;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 15px 0;
	padding: 15px;
	outline: none;
	text-transform: uppercase;
	width: 100%;
}
 .page-form-section .page-form input::-webkit-input-placeholder {
 color: #fff;
 font-family: 'Montserrat', sans-serif;
}
 .page-form-section .page-form input:-moz-placeholder {
 color: #fff;
 font-family: 'Montserrat', sans-serif;
}
 .page-form-section .page-form input::-moz-placeholder {
 color: #fff;
 font-family: 'Montserrat', sans-serif;
}
 .page-form-section .page-form input:-ms-input-placeholder {
 color: #fff;
 font-family: 'Montserrat', sans-serif;
}
.page-form-section .page-form textarea {
	background-color: transparent;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	height: 120px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 15px;
	outline: none;
	width: 100%;
}
 .page-form-section .page-form textarea::-webkit-input-placeholder {
 color: #fff;
 font-family: 'Montserrat', sans-serif;
}
 .page-form-section .page-form textarea:-moz-placeholder {
 color: #fff;
 font-family: 'Montserrat', sans-serif;
}
 .page-form-section .page-form textarea::-moz-placeholder {
 color: #fff;
 font-family: 'Montserrat', sans-serif;
}
 .page-form-section .page-form textarea:-ms-input-placeholder {
 color: #fff;
 font-family: 'Montserrat', sans-serif;
}
.page-form-section .page-form input[type="submit"] {
	background: #b84c42;
	border: 1px solid #b84c42;
	color: #fff;
	display: block;
	/*float:right;*/
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px 40px;
	width: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page-form-section .page-form input[type="submit"]:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #43BDD4;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.cm-contact-us p {
	margin: 0;
}
.cm-map {
	margin-top: -10px;
}
/*
.page-form-section .page-form img.wpcf7-captchac {
	background-color:#fff;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	float:left;
	height:auto;
	padding:14px 9px 12px 9px;
	width:auto;
}

.page-form-section .page-form input.wpcf7-captchar {
	background-color:transparent;
	border:1px solid #fff;
	border-left:1px solid #ccc;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	color:#fff;
	float:left;
	padding:14px;
	width:83%;
}
*/

.wpcf7-validation-errors {
	border: 0px !important;
}
/*=====================================================
Sidebar Contact Form
=====================================================*/
.sidebar-form .home-contact-form {
	background-image: url('images/contact-bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	padding: 40px 40px 75px 40px;
	text-align: center;
	width: 100%;
}
.sidebar-form .home-contact-form h2 {
	color: #fff;
	font-size: 38px;
}
.sidebar-form .home-contact-form p {
	color: #5d5d5e;
	font-size: 15px;
}
.sidebar-form .home-contact-form input {
	border: 0px;
	float: left;
	margin: 8px 0;
	padding: 10px;
	width: 100%;
}
.sidebar-form .home-contact-form textarea {
	border: 0px;
	float: left;
	height: 100px;
	margin-top: 5px;
	padding: 10px;
	width: 100%;
}
.sidebar-form .home-contact-form .wpcf7-captchac {
	background-color: #fff;
	float: left;
	height: auto;
	margin: 16px 0 0 0;
	padding: 5px;
	width: 30%;
}
.sidebar-form .home-contact-form .wpcf7-captchar {
	border-left: 1px solid #ccc;
	float: left;
	margin: 16px 0 0 0;
	padding: 9px 9px 10px 9px;
	width: 70%;
}
.sidebar-form .home-contact-form input[type="submit"] {
	background-color: #b84c42;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 28px;
	margin: 16px 0 0 0;
	padding: 10px 0;
	text-transform: uppercase;
}
.section-7 .home-post {
	width: 100%;
}
.section-1 {
	position: relative;
}
.cm-banner-caption {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	clear: both;
	padding-top: 30px;
}
.cm-banner {
	width: 100%;
}
.bz_page {
	/*background-image: url("http://attorneytestdrive.org/brian_zeiger/wp-content/uploads/2015/10/subtle.png");*/
	background-color:#5d5d5e;
}
.bz_page .bz_page_content {
    background: url("http://attorneytestdrive.org/brian_zeiger/wp-content/uploads/2015/10/subtle.png");
    margin-bottom:-1px;
}
.bz_single {
    background-color: #d8d5d5;
}
.bz_single .bz_single_post_content {
    background: url("http://attorneytestdrive.org/brian_zeiger/wp-content/uploads/2015/10/subtle.png");
    margin-bottom:-1px;
}
.page-template-template-blog .bz_page {
	/*background-image: url("http://attorneytestdrive.org/brian_zeiger/wp-content/uploads/2015/10/subtle.png");*/
	background-color:#d8d5d5;
}
.page-template-template-blog .bz_page .bz_page_content {
    background: url("http://attorneytestdrive.org/brian_zeiger/wp-content/uploads/2015/10/subtle.png");
    margin-bottom:-1px;
}
body {
	background: url("http://attorneytestdrive.org/brian_zeiger/wp-content/uploads/2015/10/subtle.png");
}
.section-banner {
	background: #fff;
	padding: 10px 0;

	width: 100%;
	float: left;
	clear: both;
}
.practice-bar {
	width: 100%;
	min-height: 80px;
	background: #5d5d5f;
	color: #3ba5b5;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.practice-bar:hover {
	background-color:#333;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.practice-bar h3 {
	font-size: 26px;
	color: #3ba5b5;
	padding-top: 7px;
	font-weight: 700;
}
.practice-bar h3 a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
}
.practice-bar h3 a:hover {
	opacity: 0.9;
}
.practice-bar h3 span {
	background: url('images/practice-arrow.png') no-repeat left center;
	padding-left: 40px;
}
.page-form-section .page-form img.wpcf7-captchac {
	padding: 0;
}
.input-group-btn {
	padding: 0 !important;
}
.input-group-btn span {
	background: #fff;
	width: 100px;
	float: left;
	margin-top: -24px;
	height: 52px;
	padding-top: 15px;
	text-align: center;
	margin-right: -1px;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
.page-form-section .page-form input.wpcf7-captchar {
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
#canvas {
	width: 600px !important;
}
#menu-sidebar-menu .panel-default>.panel-heading {
	color: #393838;
	background: transparent;	background:rgba(0, 0, 0, 0);
	border-color: #000;    padding: 0px;
	border-radius: 0;
	border-bottom: 1px solid #000;	border:0;
	text-transform: uppercase;
}
#menu-sidebar-menu .panel-default>.panel-heading a {
	color: #000;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif !important;
	display:block;
	padding:3px 0;
	list-style:
	disc inside none;
	display: list-item;
}
#menu-sidebar-menu .panel-group .panel {
	border: 0;
}
#menu-sidebar-menu .panel {
	margin-top: 0px !important;
}
#menu-sidebar-menu .single-page-sidebar h2 {
	color: #5d5d5e;
	border: 0;
	display: none !important;
}
.single-page-sidebar h2 {
	display: none !important;
}
.page-sidebar {
	height: auto !important;
	background: #5d5d5e !important;
}
.cm-practice-5, .cm-practice-6, .cm-practice-7, .cm-practice-8, .cm-practice-9, .cm-practice-10, .cm-practice-11, .cm-practice-12, .cm-practice-13, .cm-practice-14, .cm-practice-15, .cm-practice-16, .cm-practice-17, .cm-practice-18, .cm-practice-19, .cm-practice-20 {
}
.col-md-4 {
	/*background: #d8d5d5!important;*/
	height: 100%;
}
.section-1 .slider-text h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
}
.section-1 .slider-text h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
}

.top-t {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
}
.section-1 .slider-text h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
}
.section-1 .slider-text h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
}
.cm-contact-us {
	padding: 5px 50px 5px 5px;
}
.cm-contact-us .list-group-item {
	background-color:transparent;
	background-color:rgba(0,0,0,0);
	border: 0;
	border-top: 1px solid #cfd0d2;
	border-radius: 0;
	padding-left: 0;
}
.list-group-item:first-child {
	border: 0;
}
.list-group-item:last-child {
	border-bottom: 1px solid #cfd0d2 !important;
}
.list-group-item:first-child, .list-group-item:last-child {
	border-radius: 0 !important;
}
.text-success {
	color: #43b8cf !important;
}
.btn-success {
	color: #fff;
	background-color: #43b8cf !important;
	border-color: #43b8cf !important;
}
.cm-contact-us .btn {
	border-radius: 0;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}
.cm-contact-us .btn:link {
	color:#fff !important;
}
.cm-contact-data .bg-grey {
	background: #f5f6f8;
}
.cm-contact-data iframe {
	width:100%;
}
.cm-contact-data .col-sm-6 {
	padding: 0;
}
.cm-contact-us a {
	color: #000;
}
.cm-contact-us i {
	color:#000;
	border-radius: 0;
}
.m-nav .menu-btn, .m-nav .cm-phone {
	float: right;
}
.m-nav .cm-phone {
	font-size: 34px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin-right: 30px;
	color: #6ec5d8;
	margin-top: -10px;
}
/* comment 
@media (max-width: 1152px){
.section-1 .slider-text h1 {
    font-size: 45px!important;
}}*/

#menu-sidebar-menu .panel {
	background: #d8d5d5;
}
.panel-default {
	border: none!important;
}
}
/* comment 
media (max-width: 1200px){
.page-id-6 .section-1 .slider-text h1 {
    color: #fff;
    font-size: 45pt!important;
    font-weight: 700;
    text-transform: uppercase;
}
}

@media (min-width: 992px)
.col-md-6 {
    width: 55%!important;
}*/}
.list-group-item {
	background-color: none!important;
}
/*=====================================================
Blog Page Posts
=====================================================*/
.blog-page-posts {
	margin: 50px 0 50px 0;
}
.single-blog-post {
	min-height: 185px;

	background: #fff;
	margin-bottom: 30px !important;
	width: 100%;
	float: left;
	clear: both;
	border-right: 5px solid #3db8d1;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.single-blog-post:hover {
	color: #fff;
	border-right: 5px solid #3aa1b5;
	background: #3db8d1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.single-blog-post:hover a.readmore {
	background-color: #fff !important;
	color: #3db8d1 !important;
}
.single-blog-post .post-image {
	background-color: transparent !important;
}
.single-blog-post .post-image:hover .post-content {
}
.single-blog-post .post-image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	text-align: center;
	margin: auto;
	margin-left: 0;
}
.single-blog-post .post-content {
	padding-top: 0px;
	padding-bottom: 20px;
}
.single-blog-post .post-content h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	padding-top: 10px;
}
.single-blog-post .post-content p {
	font-family: 'Montserrat', sans-serif;
	word-break:break-word;
	margin: 0;
	min-height: 50px;
}
.post-content p {
	word-break:break-word;
}
.single-blog-post .post-content a.readmore {
	background-color: #3db8d1;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 20px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.single-blog-post .post-content a.readmore:hover {
	background-color: #3aa1b5 !important;
	color: #fff !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
nav.blog-pagination {
}
nav.blog-pagination li .current {
	background-color: #3db8d1;
	color: #fff;
}

.page-template-template-blog .bz_page .bz_page_content,
.archive .bz_page .bz_page_content {
	padding-left:50px;
}


/*=============================================
Internal Page Scroll Button
=============================================*/
#banner-scroll {
	font-size: 18px;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	width: 120px;
	height: 55px;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 10%;
	margin: 0 0 0 -60px;
	bottom: 60px;
	text-transform: lowercase;
	cursor: pointer;
	z-index: 999;
	letter-spacing: 1px;
}
 @-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -moz-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -moz-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
 @-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
 @keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-30px);
 -ms-transform: translateY(-30px);
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -moz-transform: translateY(-15px);
 -ms-transform: translateY(-15px);
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
.BottomSide.single-page-sidebar #menu-sidebar-menu .panel {
	width: 31%;
	float: left;
	box-sizing: border-box;
	margin: 0 1%;
}
.BottomSide.single-page-sidebar {
	background: #5d5d5e;
	padding: 20px 0 60px 0;
	margin-left: 0px;
}
.BottomSide.single-page-sidebar #menu-sidebar-menu .panel-default>.panel-heading {
	padding: 0;
}
.BottomSide.single-page-sidebar #menu-sidebar-menu .panel-default>.panel-heading a {
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 10px;
}
.BottomSide.single-page-sidebar #menu-sidebar-menu .panel-default>.panel-heading a:hover {
	color: #3db8d1;
}
.m-nav img {
	width: 135px;
	height: auto;
}
/*==========================================================
Post Comments
==========================================================*/

.single-post-comments {
	float: left;
	margin: 20px 0 0 0;
	width: 100%;
}
.single-post-comments .comment-list {
	list-style: none;
	padding: 0;
}
.single-post-comments .comment-list li {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 20px;
}
.comment-list .reply {
}
.comment-list .reply a {
	background-color: #43b8cf;
	color: #fff !important;
	display: inline-block;
	padding: 5px 20px;
	text-transform: uppercase;
}
.comment-list .reply a:visited {
	color:#fff !important;
	text-decoration:none;
}
.comment-list .reply a:hover {
	color:#fff !important;
	background-color:#b84c42;
	text-decoration:none;
}
.comment-list .reply a:link {
	color:#fff !important;
	text-decoration:none;
}
.comment-list .alt {
}
.comment-list .odd {
	background-color: #e0e0e0;
}
.comment-list .even {
	background-color: #eee;
}
.comment-list .thread-alt {
}
.comment-list .thread-odd {
}
.comment-list .thread-even {
}
.comment-list li ol.children {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.comment-list li ol.children .alt {
}
.comment-list li ol.children .odd {
	background-color: #fff;
}
.comment-list li ol.children .even {
	background-color: #eee;
}
.comment-list .vcard {
}
.comment-list .vcard cite.fn {
}
.comment-list .vcard span.says {
}
.comment-list .vcard img.photo {
}
.comment-list .vcard img.avatar {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.comment-list .vcard cite.fn a.url {
}
.comment-list .comment-meta {
}
.comment-list .comment-meta a {
}
.comment-list .comment-metadata {
	float: right;
}
.comment-list .comment-metadata a {
	color: #000
}
.comment-list .comment-awaiting-moderation {
	color: #43b8cf;
	display: inline-block;
	font-style: italic;
	margin-top: 10px;
	width: 100%;
}
.comment-list .parent {
}
.comment-list .comment {
}
.comment-list .children {
}
.comment-list .pingback {
}
.comment-list .bypostauthor {
}
.comment-list .comment-author {
	float: left;
}
.comment-list .comment-author-admin {
}
.comment-list .comment-content {
	display: inline-block;
	width: 100%;
}
.comment-list {
}
.comment-list li {
}
.comment-list li p {
	margin: 10px 0;
}
.comment-list li ul {
}
.comment-list li ul.children li {
}
.comment-list li ul.children li.alt {
}
.comment-list li ul.children li.byuser {
}
.comment-list li ul.children li.comment {
}
.comment-list li ul.children li.bypostauthor {
}
.comment-list li ul.children li.comment-author-admin {
}
#cancel-comment-reply {
}
#cancel-comment-reply a {
}
.comment-reply-title {
}
.comment-form {
	background-color: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 20px auto;
	padding: 20px;
	width: 100%;
}
.comment-form label {
	font-weight: normal;
	vertical-align: top;
	width: 100px;
}
.comment-form input[type="submit"] {
	background-color: #43b8cf;
	border: 0px;
	color: #fff !important;
	display: inline-block;
	padding: 5px 20px;
	text-transform: uppercase;
	display: inline-block;
	width: auto;
}
.comment-form input[type="submit"]:hover {
	background-color: #1fc2e2;
	color: #fff !important;
}
.comment-form input {
	border: 0px;
	padding: 5px 10px;
	outline: none;
	width: 100%;
}
.comment-form textarea {
	border: 0px;
	outline: none;
	padding: 10px;
	width: 100%;
}

/*=================================================
Bouncing Text
=================================================*/

#banner-scroll {
	font-size:14px;
	color:#FFF;
	font-family: 'Montserrat', sans-serif;
	width:120px;
	height:45px;
	background:url(images/scroll-down.png) bottom center no-repeat;
	background-size:40%;
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:20px;
	text-transform:lowercase;
	cursor:pointer;
	z-index:999;	
	letter-spacing:1px;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


/*==========================================================
Get in Touch Button for Practice Area Template
==========================================================*/

.get-in-touch-btn {
	display:inline-block;
	margin:40px 0 0 0;
}

.get-in-touch-btn a {
	background-color: #b84c42;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 400;
    padding: 4px 111px;
    text-decoration: none;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.get-in-touch-btn a:hover {
	background-color: #933830;
	color:#fff;
	text-decoration:none;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

}


/*==========================================================
Post Sidebar
==========================================================*/

.bz_single .Bootstrap_Collapse_Menu h2 {
	
}

.rpwe-block a.comment-count {
	color:#b84c42 !important;
	font-size:12px !important;
}

/*==========================================================
Contact Page
==========================================================*/

.contact-page {

}

.contact-page .wpcf7 {
}

.contact-page .single-page-content {
	padding:0px 0 40px 0;
	margin-left:0px;
}

.contact-page .contact-map {
	margin:40px 0 0 0;
}

/*==========================================================
Archive
==========================================================*/

.archive .page-header h1 {
	font-family: 'Montserrat', sans-serif;
}

.archive-pagination h2 {
	display:none;
}.rpwe-time{	color:#777 !important;}


.panel-default>.panel-heading {
    color: #fff!important;

    background-color: #5d5d5e!important;
    border-color: #eee!important;
}

#menu-sidebar-menu .panel-default>.panel-heading a {color:#fff; border-bottom: 1px solid #404143;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(64, 65, 67);
margin-bottom:10px;}

#menu-sidebar-menu .panel {top-border:1px; border-bottom: 1px solid #404143;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(64, 65, 67);
}

.single-post-content a:link, .single-post-content a{color:#b84c42!important;}
.page-content a:link, .page-content a {color:#b84c42!important;}
.page-content a:visited { color:#44a1b3!important;}
.single-post-content a:visited { color:#44a1b3!important;}
.page-content a:hover {color:#b84c42!important;}

.alignleft {
float: right;
}

.page-id-433 .page-form-section {
	display:none;
}


/*===========================================
Modal Style
===========================================*/

.modal.modal-wide{
	overflow: hidden;
}
.modal.modal-wide .modal-dialog {

}
.modal-wide .modal-body {
	
}

@-webkit-keyframes ezCustTrans {
	0% {
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform:  perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
		-moz-transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
		-ms-transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
		transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
		opacity: 0;
	}
    68% {
		-webkit-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
		-moz-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
		-ms-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
		transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
		opacity: 0.8;                
    }
	100% {
		-webkit-transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
		-moz-transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
		-ms-transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
		transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
		opacity: 1;
	}
}
@keyframes ezCustTrans {
	0% {
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
		-moz-transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
		-ms-transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
		transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
		opacity: 0;
	}
	68% {
		-webkit-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
		-moz-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
		-ms-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
		transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
		opacity: 0.8;                
    }
    100% {
		-webkit-transform: rotateY(0deg) rotateX(0deg) translateZ(0px);
		-moz-transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
		-ms-transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
		transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
		opacity: 1;
	}
}
.ezCustTrans {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-name: ezCustTrans;
	animation-name: ezCustTrans;
}          

.alignright {float:right; padding-left:15px;}
.alignleft {float:left; padding-right:15px;}


.panel-heading a {
    color: #fff!important;
   
}

.page-id-364 .section-1 .slider-text h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.maxp img {max-width:640px; height:auto;}

.section-3 h1 {
    color: #42bdd4;
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    font-weight: 700;
    margin-top: 0;
}


.broken_link, a.broken_link {
    text-decoration: none!important;
}

.section-8 .widget-1 .contact-details span {
    float: none!important;
    font-size: 16px;
    width: 100%;
    color: #fff;
}