@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:    mrlaw
Version:    1.1
Last change:    12.10.2015
Primary use:    Attorney & Lawyer Business Template

@Author: ThemeMascot
-------------------------------------------------------------------*/
/*
This file contains the styling for the actual theme. Please don't modify this file. If you really need anything to change then open "style.css" file and place your custom css codes at that file.
*/

@import "font-awesome.min.css";
@import "pe-icon-7-stroke.css";
@import "elegant-icons.css";
@import "common-style.css";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,700,600,800);

/*------------------------------------------------------------------
[Table of contents]

  * 1.0 -> Basic Structure
  	* 1.1 -> Typography
  	* 1.2 -> Buttons
  	* 1.3 -> Common CSS
  	* 1.4 -> Theme color skins
  * 2.0 -> Typed animation
  * 3.0 -> Elements
  	* 3.1 -> Header top
  	* 3.2 -> nav sidebar
  	* 3.3 -> Top Search Bar
  	* 3.4 -> Home
  	* 3.5 -> Accordion
  	* 3.6 -> Client Logos
  	* 3.7 -> Funfact
  	* 3.8 -> Flickr
  	* 3.9 -> Icon Box
  	* 3.10 -> lightbox
  	* 3.11 -> Pricing Tables
  	* 3.12 -> Tabs
  	* 3.13 -> Team
  	* 3.14 -> Testimonials
  	* 3.15 -> Twitter
  	* 3.16 -> Call-to-action
  	* 3.17 -> Blog
  	* 3.18 -> Sidebar Widget
  	* 3.19 -> Progress Bars
  	* 3.20 -> Social Icons
  	* 3.21 -> Practice Area
  	* 3.22 -> Gallery
  	* 3.23 -> Attorney
	* 3.24 -> Services
	* 3.25 -> Contact
	* 3.26 -> Map
	* 3.27 -> Countdown Timer
	* 3.28 -> instagram feed
  * 4.0 -> Slider
  	* 4.1 -> owl carousel
  	* 4.2 -> Owl fullwidth carousel
	* 4.3 -> MaxImage Slider
  * 5.0 -> Footer
* ===============================================
*/


/*------------------------------------------------------------------
[Color codes]

Background:	#fff (white)
Content:	#888 (light black)
Header h1-h6:	#333 (black)
Footer:		#222 (dark black)

a (standard):	#333 (black)
a (visited):	#666 (light black)
a (active):  	#666 (light black)

[Theme color]

a (visited):	#f55e45 (red)
a (active):  	#f55e45 (red)
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Typography]

Body:               13px/1.6 'Open Sans', sans-serif;
Headers:            'Open Sans', sans-serif;
Section Title:      22px/1.5 'Open Sans', sans-serif;
h1:                 38px/1.1 'Open Sans', sans-serif;
h2:                 32px/1.2 'Open Sans', sans-serif;
h3:                 24px/1.6 'Open Sans', sans-serif;
h4:                 20px/1.6 'Open Sans', sans-serif;
h5:                 16px/1.6 'Open Sans', sans-serif;
h6:                 14px/1.6 'Open Sans', sans-serif;
p:                  13px/1.8 'Open Sans', sans-serif;

-------------------------------------------------------------------*/

/*
 * 1.0 -> Basic Structure
 * -----------------------------------------------
*/
::selection {
	background: none repeat scroll 0 0 #393939;
	color: #fff;
}
::-moz-selection {
	background:none repeat scroll 0 0 #393939;
	color:#fff;
}

/*
 * 1.1 -> Typography 
 * -----------------------------------------------
*/
body {
	font-family: 'Open Sans', sans-serif;
	color: #888;
	font-size: 13px;
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6,p {
	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	color: #333;
	font-weight: 600;
}

/* Headings */
h1 {
	font-size: 38px;
	line-height: 1.1;
	margin-bottom: 10px;
}
h2 {
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 10px;
}
h3 {
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 10px;
}
h4 {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 10px;
}
h5 {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
}
h6 {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 5px;
}
p {
	color: #000;
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 5px;
}
a {
	color: #333;
	text-decoration: none;
}
a:focus,
a:hover,
a:active {
	color: #666;
	text-decoration: none;
	outline: none;
}
ul.list.angle-double-right li:before {
	content: "\f101";
	font-family: fontawesome;
}
ul.list.angle-right li:before {
	content: "\f105";
	font-family: fontawesome;
}
ul.list.check-circle li:before {
	content: "\f058";
	font-size:  24px;
	font-family: fontawesome;
	vertical-align: middle;
}
/*
 * 1.2 -> Buttons 
 * -----------------------------------------------
*/
.btn:hover,
.btn:focus,
.btn.focus {
	color: #666;
}
.btn:active,
.btn.active {
	box-shadow: none;
}
button.btn {
	color: #111;
}
button.btn:hover,
button.btn:focus,
button.btn.focus {
	color: #666;
}
/* button default */
.btn-default {
	background: none;
	/*border: 1px solid #111;*/
}
.btn-default:hover {
	background-color: transparent;
	border: 1px solid #666;
	color: rgba(34,34,34,0.8);
}
.btn-default,
.btn-colored {
	border-radius: 0;
	font-size: 13px;
	font-weight: 400;
	margin-right: 2px;
	margin-top: 15px;
	padding: 10px 15px;
}
/* button colored */
.btn-colored,
button.btn-colored {
	background-color: #393939;
	color: #fff;
}
.btn-colored:hover {
	background-color: rgba(34,34,34,0.8);
	color: #fff;
}
.btn-colored:hover,
button.btn-colored,
button.btn-colored:hover,
button.btn-colored:focus,
button.btn-colored.focus {
	color: #fff;
}
.btn-default:active,
.btn-default:focus {
	background-color: transparent;
}
/* button white */
.btn-colored.btn-white {
	background: #fff!important;
	color: #333!important;
}
.btn-colored.btn-white:hover {
	background: #666!important;
	color: #fff!important;
}
.btn-default.btn-white {
	border: 1px solid #fff!important;
	color: #fff!important;
}
.btn-default.btn-white:hover {
	border: 1px solid #393939!important;
}
/* button brown */
.btn-colored.btn-theme-colored {
	color: #fff!important;
}
.btn-colored.btn-theme-colored:hover {
	color: #fff !important;
}
.btn-default.btn-theme-colored:hover {
	border: 1px solid #e1b479!important;
}
/* button rounded */
.btn.btn-rounded {
	border-radius: 20px;
}
.btn-default.btn-rounded {
	border-radius: 20px;
}
.btn-colored.btn-rounded {
	border-radius: 20px;
}
/* button different sizes */
.btn-lg {
	font-size: 16px;
	padding: 10px 16px;
}
.btn-xs {
	font-size: 10px;
	padding: 5px 8px;
}
.btn-sm {
	font-size: 12px;
	padding: 8px 12px;
}
.btn-block {
  display: block;
  width: 100%;
}
/*
 * 1.3 -> Common CSS
 * -----------------------------------------------
*/
p.text-large {
	font-size: 18px;
	line-height: 29px;
	max-width: 100%;
}
/* custom font family */
.font-raleway {
	font-family: 'Raleway', sans-serif;
}
.font-opensans {
	font-family: 'Open Sans', sans-serif;
}
.font-Playfair {
	font-family: 'Playfair Display', serif;
}
/* fonts */
.font-examples > div {
	color: #111;
	font-size: 14px;
	margin-bottom: 10px;
}
.font-examples > div:nth-child(4n+5) {
	clear: left;
}
.font-examples > div > i {
	border: 1px solid #ddd;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	text-align: center;
	width: 30px;
}
.font-examples > div > .muted,
.font-examples > div > .text-muted {
	color: #888;
	font-size: 14px;
}
.font-icon-detail {
	display: flex;
	margin-bottom: 10px;
	position: relative;
}
.font-icon-detail span {
	border: 1px solid #ddd;
	color: #111;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-right: 8px;
	text-align: center;
	width: 30px;
}
.font-icon-name {
	border: medium none;
	margin: 0;
	padding: 0;
	position: absolute;
}
/* blockquote */
blockquote {
  color: #333;
  margin: 20px 0;
  padding: 5px 20px 10px;
}
/*MaxWidth*/
.maxwidth600 {
  max-width: 600px;
}
/* breadcrumb */
.breadcrumb {
	background-color: transparent;
	padding-left: 0;
	text-align: left;
}
.breadcrumb > li + li::before {
 	content: "\f22d";
	font-family: fontawesome;
	font-size: 9px;
}
.breadcrumb li.active {
	color: #111;
}
.breadcrumb.white li.active {
	color: #fff;
}
.breadcrumb.white li a {
	color: #999;
}
@media only screen and (min-width : 768px) {
	.breadcrumb.text-right {
		text-align: right !important;
	}
}
/*heading style*/
.heading-border {
	border-bottom: 1px solid #ddd;
	margin: 30px 0;
	padding: 20px 0;
}
.lead {
	color: #111;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	line-height: inherit;
	padding: 10px 0 10px;
	position: relative;
}
.lead:after {
	background-color: rgba(0,0,0,0.1);
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 80px;
}
.line-bottom {
	display:  block;
	position: relative;
}
.line-bottom:after {
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 50px;
}
.small-line {
	position: relative;
}
.small-line:after {
	border: 1px solid #ddd;
	bottom: -10px;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 50px;
}
table.no-border td {
	border: none!important;
}
a.btn i.fa.fa-long-arrow-right {
	animation-direction: normal;
	animation-duration: 0.8s;
	animation-fill-mode: none;
	animation-iteration-count: infinite;
	animation-name: fadeIn;
	animation-play-state: running;
	animation-timing-function: ease;
}
/* Text-decoration */
.text-underline {
  text-decoration: underline;
}
/* Remove display-inline issue */
[class^="hvr-"], [class*=" hvr-"] {
  display: block !important;
}
/* curve bg */
.curve-bg:after {
	background: none repeat scroll 0 0 #fff;
	content: "";
	height: 240%;
	left: -44%;
	opacity: 0.85;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(-11deg);
	-moz-transform: rotate(-11deg);
	-ms-transform: rotate(-11deg);
	-o-transform: rotate(-11deg);
	transform: rotate(-11deg);
	width: 100%;
}
.curve-bg-half:after {
	background: none repeat scroll 0 0 #fff;
	content: "";
	height: 240%;
	left: -50%;
	opacity: 0.85;
	position: absolute;
	top: 0;
	width: 100%;
}
/*Custom Border*/
.border-left {
	border-left: 1px solid #dbdbdb;
}
.border-right {
	border-right: 1px solid #dbdbdb;
}
.border-bottom-gray {
	border-bottom: 1px solid #ddd;
}
.inner-header .title {
	text-transform: uppercase;
}
.text-center {
	text-align: center !important;
}
.vertical-middle {
	vertical-align: middle;
}
.title-icon {
	margin: 0 auto;
	max-width: 160px;
	position: relative;
}
.title-icon::before {
	content: "";
	height: 2px;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 30px;
}
.title-icon::after {
	content: "";
	height: 2px;
	left: 24px;
	position: absolute;
	top: 10px;
	width: 30px;
}
/*Flat Icon*/
.title-icon [class^="flaticon-"]::after, 
.title-icon [class^="flaticon-"]::before {
	font-size: 48px;
	margin-left: 10px;
}
textblock {
	background: #333;
	color: #fff;
}
/*Drop Caps*/
.drop-caps p:first-child:first-letter {
	color: #111;
	display: block;
	float: left;
	font-size: 72px;
	line-height: 80px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 4px;
}
.drop-caps.border p:first-child:first-letter {
	border: 1px solid;
	padding: 17px 13px;
}
/*Text Highlight*/
.text-highlight {
	background: none repeat scroll 0 0 #111;
	border-radius: 4px;
	color: #fff;
	padding: 0 5px 3px;
}
.text-highlight.light {
	background: #888;
}
.border-bottom {
	border-bottom: 1px solid #efefef;
}
/* pull center */
.pull-center {
	text-align: center !important;
}
/* bg img box */
.bg-img-box {
	position: relative;
}
.bg-img-box .caption {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	position: absolute;
	top: 0;
}
.bg-img-box .caption .title {
	font-size: 30px;
	line-height: 39px;
}
.bg-img-box .caption p {
	max-width: 280px;
}
/* Fc Calender */
.fc-day-number {
	color: #333;
}
.fc-day-number.fc-other-month {
	opacity: 0.4;
}
/*
 * 1.4 -> Theme color skins
 * -----------------------------------------------
*/
a.bg-theme-colored,
button.bg-theme-colored {
	color: #fff;
}
/* Different color skins */
.bg-blue {
	background-color: rgba(1,162,208,1) !important;
}
.bg-deep-blue {
	background-color: rgba(1, 140, 255, 1) !important;
}
.bg-pink {
	background-color: rgba(235,110,142,1) !important;
}
a.bg-theme-colored,
button.bg-theme-colored {
	color: #fff;
}
.bg-yellow {
  background: rgba(255,187,34,1) !important;
}
.bg-green {
  background: rgba(16,196,92,1) !important;
}
.bg-white-transparent {
	background-color: rgba(255,255,255,0.1) !important;
}
.bg-dark-transparent {
	background-color: rgba(0,0,0,0.5) !important;
}
.bg-blue-transparent {
	background-color: rgba(1,162,208,0.7) !important;
}
.bg-pink-transparent {
	background-color: rgba(235,110,142,0.7) !important;
}
.bg-theme-colored-transparent {
	background-color: rgba(60,171,111,0.7) !important;
}
.bg-yellow-transparent {
	background-color: rgba(255,187,34,0.7) !important;
}
.layer-overlay.overlay-blue::before {
	background-color: rgba(1,162,208,0.9);
}
.layer-overlay.overlay-blue-light::before {
	background-color: rgba(1,162,208,0.45);
}
.layer-overlay.overlay-pink::before {
	background-color: rgba(235,110,142,0.9);
}
.layer-overlay.overlay-pink-light::before {
	background-color: rgba(235,110,142,0.45);
}
.layer-overlay.overlay-brown::before {
	background-color: rgba(60,171,111,0.9);
}
.layer-overlay.overlay-brown-light::before {
	background-color: rgba(60,171,111,0.45);
}
.layer-overlay.overlay-yellow::before {
	background-color: rgba(255,187,34,0.9);
}
.layer-overlay.overlay-yellow-light::before {
	background-color: rgba(255,187,34,0.45);
}
.layer-overlay.overlay-green::before {
	background-color: rgba(16,196,92,0.9);
}
.layer-overlay.overlay-green-light::before {
	background-color: rgba(16,196,92,0.45);
}
/*  
 * 2.0 -> Typed animation
 * -----------------------------------------------
*/
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
/*  
 * 3.0 -> Elements
 * -----------------------------------------------
*/

/*
 * 3.1 -> Header top
 * -----------------------------------------------
*/
.header-top {
	padding: 8px 0;
}
.header-top .header-widget .social-icons a i:hover {
	background: none;
}
.header-top .header-widget .list-border li {
	border-right: 1px solid rgba(0, 0, 0, 0.06);
    padding: 5px 15px;	
}
.header-top .header-widget .list-border li:last-child {
	border-right: 0;
}
@media only screen and (max-width : 767px) {
	.header-top .header-widget .contact-info {
		margin-bottom: 20px
	}
	.header-top .header-widget .contact-info > li {
		display: block;
		text-align: center;
	}
}
.menuzord-brand img {
	max-height: 38px;
}
/*
 * 3.2 -> nav sidebar
 * -----------------------------------------------
*/
.nav-sidebar li {
	background: #f1f1f1;
	padding-bottom: 0 !important;
}
.nav-sidebar li a {
  border-radius: 0;
}
.nav-pills > li > a:hover, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #888;
  color: #fff;
}
/*
 * 3.3 -> Top Search Bar
 * -----------------------------------------------
*/
.search-form-wrapper {
	position: relative;
}
.search-form-wrapper.toggle {
	display: none;
}
.search-form-wrapper.toggle.active {
	display: block;
}

.search-form-wrapper form {
	padding: 10px;
	position: relative;
}
.search-form-wrapper form label {
	margin: 0px;
	position: absolute;
	right: 11px;
	top: 11px;
}
.search-form-wrapper form label:before {
	color: #555;
	cursor: pointer;
	content: "\f002";
	font-family: fontawesome;
	font-size: 20px;
	position: absolute;
	right: 13px;
	top: 6px;
}
.search-form-wrapper form input[type="text"] {
	background-color: #ffffff;
	border: 1px solid #cecece;
	color: #555;
	height: 46px;
	padding: 8px 17px;
	width: 100%;
}
.search-form-wrapper form input[type="submit"] {
	background-color: #ffffff;
	border-left: 1px solid #cdcdcd;
	border: none;
	height: 44px;
	width: 50px;
	text-indent: -999px;
}
/* form absolute */
.search-form-wrapper.form-absolute form {
	background-color: #333;
	position: absolute;
	right: 0px;
	top: 12px;
  	width: 370px;
	z-index: 99;
}
/* form absolute */
.search-form-wrapper.round form input[type="text"] {
	border-radius: 30px;
	border-width: 4px;
}
.search-form-wrapper.round form input[type="submit"] {
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-top: 10px;
}
.search-form-wrapper.round form label::before {
	color: #cdcdcd;
}
/*
 * 3.4 -> Home
 * -----------------------------------------------
*/
#home {
	overflow: hidden;
}
#home.revslider-fullscreen {
	min-height: auto;
}
.display-table {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.display-table-cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
/* setion-bottom-absolute-div */
.setion-bottom-absolute-div {
  background: rgba(250, 250, 250, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
/* home revolution slider for minimal layouts */
.minimal-revslider-wrapper {
	left: 0!important;
	width: 100%!important;
}
.minimal-revslider-wrapper .tp-leftarrow {
	left: 0!important;
}
.minimal-revslider-wrapper .tp-rightarrow {
	right: 0!important;
}
/*
 * 3.5 -> Accordion
 * -----------------------------------------------
*/
.panel-group .panel {
	box-shadow: none;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	border: none;
	position: relative;
}
.panel-group .panel-title {
	font-size: 13px;
}
.panel-group .panel-title:hover a, .panel-group .panel-title:focus a {
	color: #333;
}
.panel-group .panel-title a {
	background: rgba(238,238,238,0.7);
    display: block;
    font-size: 14px;
    padding: 10px 15px 10px 48px;
    white-space: normal;
}
.panel-group .panel-title a.active {
	background: #f1f1f1 none repeat scroll 0 0 !important;
	border-bottom: 1px solid #ddd !important;
	color: #111;
}
.panel-group .panel-title a::after {
    color: #717171;
	content: "\f067";
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    padding: 10px 14px;
    position: absolute;
    top: 0;
}
.panel-title a.active::after {
	color: #fff;
	content: "\f068";
}
.panel-group .panel-title a.active .open-sub:after {
	display: none;
}
.panel-group .panel-title .open-sub {
	display: block;
	position: relative;
}
.panel-group .panel-title .open-sub:before, .panel-group .panel-title .open-sub:after {
	content: "";
	display: block;
	position: absolute;
}
.panel-group .panel-title .open-sub:before {
	height: 1px;
	top: 50%;
	margin-top: -.5px;
	left: 50%;
}
.panel-group .panel-title .open-sub:after {
	width: 1px;
	left: 50%;
	margin-left: -.5px;
	top: 50%;
}
.panel-group .panel-content {
	background: #f1f1f1 none repeat scroll 0 0;
	padding: 10px 20px 20px;
}
.panel-group .panel-content>:last-child {
	margin-bottom: 0;
}
/* Toggle */
.panel-group.toggle .panel-heading {
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.panel-group.toggle .panel-heading + .panel-collapse > .panel-body, .panel-group.toggle .panel-heading + .panel-collapse > .list-group {
	border-top: none;
}
.panel-group.toggle .panel-body {
	padding: 10px 0 5px 25px;
}
.panel-group.accordion.style2 .panel-title a, .panel-group.toggle.style2 .panel-title a {
	background: none;
	border: none;
}
/*
 * 3.6 -> Client Logos
 * -----------------------------------------------
*/
.clients-logo .item {
	border-color: transparent;
	box-shadow: 0 0 0 10px rgba(255,255,255,1);
	margin-bottom: 30px;
	padding: 15px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.clients-logo img {
	max-height: 90px;
	width: auto !important;
	display: inline;
	opacity: 0.6;
}
.clients-logo img:hover {
	opacity: 1;
}
.clients-logo.style2 .item {
	box-shadow: none;
}
.clients-logo.style2 .item img {
	max-height: 120px;
}
.clients-logo.carousel {
	text-align: center;
}
.clients-logo.carousel .item {
	box-shadow: none;
	margin: 0 10px;
}
.client-img {
	border: 1px solid #f7f7f7;
	opacity: 0.6;
	text-align: center;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.client-img:hover {
	opacity: 1;
}
.client-img img {
	max-height: 90px;
}
/*
 * 3.7 -> Funfact
 * -----------------------------------------------
*/
.funfact.border {
	border: 1px solid #ddd;
}
.funfact.no-border {
	border: 0;
}
.funfact i {
	font-size: 45px;
}
.funfact h2 {
	position: relative;
}
.funfact h2:after {
	bottom: 0;
}
.funfact span {
	color: #999;
	font-size: 18px;
}
.funfact.style-1 i,
.funfact.style-1 h4 {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.funfact.style-1:hover i{
	font-size: 40px !important;
	opacity: 0.3;	
}
.funfact.style-1:hover h4 {
	color: rgba(0,0,0,1) !important;
}
/*
 * 3.8 -> Flickr
 * -----------------------------------------------
*/
#flickr-feed img {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 60px;
  margin: 0 5px 5px 0;
  padding: 0;
  width: 70px;
}
/*
 * 3.9 -> Icon Box
 * -----------------------------------------------
*/
.icon-box {
	margin-bottom: 60px;
}
.icon-box.dark {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	padding: 30px 15px 20px 30px;
}
.icon-box.dark i {
	color: #fff;
	font-size: 38px;
	padding-top: 5px;
}
.icon-box.dark .heading {
	padding-bottom: 5px;
}
.icon-box.dark p {
	color: #999;
	font-size: 13px;
}
.icon-box .icon {
	display: inline-block;
	text-align: center;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}
.icon-box i {
	display: inline-block;
	font-size: 48px;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}
.icon-box i[class*="pe-7s-"] {
	vertical-align: text-bottom;
}
.icon-box.left {
	text-align: left;
}
.icon-box.left a {
	margin-right: 30px;
	padding: 0;
}
/* icon rounded */
.icon-box .icon-rounded i {
	background-color: #eee;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 20px;
}
/* icon rounded-bordered */
.icon-box.icon-rounded-bordered i {
	background-color: transparent;
	color: #fff;
	border-radius: 50%;
	padding: 20px;
}
/* icon-box box-style1 */
.icon-box.box-style1 {
	border: 2px solid #eee;
}
.icon-box.box-style1 .icon-wrapper{
	background: #f9f9f9;
	position: relative;
}
.icon-box.box-style1 .icon-wrapper:after{
	border-style: solid;
	border-width: 20px 110px 0 110px;
	border-color: #f9f9f9 transparent transparent transparent;
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
}
/* icon-box box-border */
.icon-box.box-border {
	border: 1px solid #eee;
}
/*
 * 3.10 -> lightbox
 * -----------------------------------------------
*/
.lightbox .lb-dataContainer {
	left: 0;
	position: absolute;
	right: 0;
	top: -45px;
}
/*
 * 3.11 -> Pricing Tables
 * -----------------------------------------------
*/
.pricing-table {
	margin-bottom: 30px;
	position: relative;
}
.pricing-table.featured {
	border: 1px solid #111;
}
.pricing-table .table-price {
	color: #111;
	font-size: 45px;
}

.pricing-table .table-type {
	display: inline;
}
.pricing-table .table-price span {
	font-size: 13px;
	vertical-align: middle;
}
.pricing-table .table-list {
	list-style: outside none none;
	padding: 10px 0 10px 20px;
	background: #F8F8F8;
}
.pricing-table .table-list li {
	border-bottom: 0;
	font-size: 12px;
	padding: 10px 0;
}
.pricing-table .btn-signup {
	margin-right: 0;
	width: 100%;
}
.pricing-table .table-list li i {
  	margin-right: 8px;
}
.pricing-table .package-type {
}
.pricing-table .package-type span {
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
}
.pricing-table .package-type span::after {
  background: #2d915b;
  content: "";
  height: 20px;
  left: -20px;
  position: absolute;
  top: 11px;
  width: 20px;
}
/*
 * 3.12 -> Tabs
 * -----------------------------------------------
*/
.tab-content {
	padding: 15px;
	border: 1px solid #eee;
}
.nav-tabs {
	border: none;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #555;
	padding: 12px 20px;
	margin-right: 0;
}
.nav-tabs > li > a .fa {
	margin-right: 10px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #111;
	background-color: #f8f8f8;
	border-radiun: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #333;
	background-color: transparent;
	border-radiun: 0;
}
.nav-tabs > li > a i {
	font-size: 32px;
	margin-right: 20px;
	vertical-align: middle;
}
/* tab-slider */
.tab-slider .tab-content {
	padding: 0;
	border: 0;
}
.tab-slider .nav-pills > div {
	background-color: #fff;
	float: left;
	margin-bottom: 15px;
	transition: all 0.3s ease-out 0s;
}
.tab-slider .nav.nav-pills a {
	display: block;
	padding: 40px 30px;
	background: #F6F6F6;
}
.tab-slider .nav.nav-pills a:hover i,.tab-slider .nav.nav-pills a:hover h6,
.tab-slider .nav.nav-pills a.active h6,.tab-slider .nav.nav-pills a.active i  {
	color: #FFF;
}
.tab-slider .nav.nav-pills i{
	color: #d1d1d1;
}
/* horizontal-tab */
.horizontal-tab .nav-tabs > li {
	text-align: center;
}
.horizontal-tab .nav-tabs > li > a i {
	display: block;
	font-size: 48px;
	margin-right: 0;
	margin-bottom: 10px;
	vertical-align: middle;
}
/* horizontal-tab-centered */
.horizontal-tab-centered .nav.nav-pills {
	display: inline-block;
}
.horizontal-tab-centered .nav-pills > li > a {
	background: rgba(240, 240, 240, 0.4);
	color: #aaa;
	font-size: 12px;
	padding: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.horizontal-tab-centered.icon-tabs li i {
	display: block;
	color: #aaa;
	font-size: 36px;
	margin-bottom: 10px;
}
.horizontal-tab-centered .nav-pills > li > a:hover, 
.horizontal-tab-centered .nav-pills > li.active > a, 
.horizontal-tab-centered .nav-pills > li.active > a:hover, 
.horizontal-tab-centered .nav-pills > li.active > a:focus {
	background: rgba(240, 240, 240, 0.8);
	color: #111;
}
/* horizontal-tab Fullwide */
.horizontal-tab.fullwide .nav-tabs > li {
	width: 20%;
}
/* vertical nav-tabs */
.vertical-tab {
}
.vertical-tab .tab-content {
	padding: 5px 5px 20px 20px;
	border: none;
}
.vertical-tab .nav-tabs > li {
	float: none;
	margin-bottom: 0;
}
.vertical-tab .nav-tabs > li > a {
	background: none;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	font-size: 14px;
	padding: 30px 0 30px 15px;
}
.vertical-tab.small-padding .nav-tabs > li > a {
	padding: 20px 0 20px 15px;
}
.vertical-tab.small-padding .nav-tabs > li > a i {
	font-size: 24px;
}
.vertical-tab .nav-tabs > li:first-child > a {
	border-top: 1px solid #ddd!important;
}
.vertical-tab .nav-tabs > li.active > a, .vertical-tab .nav-tabs > li.active > a:hover, .vertical-tab .nav-tabs > li.active > a:focus {
	background: none;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #ddd;
}

@media only screen and (max-width : 767px) {
.vertical-tab .tab-content {
	padding: 20px 5px;
}
.nav-tabs > li > a {
	border-radius: 0;
	border-bottom: none;
	border-left: 2px solid #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-bottom: none;
	border-left: 2px solid #ddd;
}
}
.custom-nav-tabs {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: medium 0px medium medium;
    margin-right: 53px;
}
.custom-nav-tabs > li {
    float: none;
    margin: 0 0 1px;
}
.custom-nav-tabs > li > a {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 59px;
    margin: 0;
    outline: medium none;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.custom-nav-tabs > li.active > a, .custom-nav-tabs > li.active > a:hover, .custom-nav-tabs > li.active > a:focus, .custom-nav-tabs > li > a:hover, .custom-nav-tabs > li > a:focus {
    border: medium none;
    color: #000;
    padding: 0;
}
/*
 * 3.13 -> Team
 * -----------------------------------------------
*/
.team-member-details {
    padding: 0 5px 25px 12px;
    position: relative;
}
.team-member-details {
    float: right;
    width: 50%;
}
.team-member-image {
    float: left;
    width: 50%;
}
.team-member.style2 .team-member-image {
    width: auto;
}
.team-member.style2 .team-member-details {
    width: 60%;
}
.triangle {
    background: none repeat scroll 0 0 #fff;
    height: 15px;
    left: -7px;
    position: absolute;
    top: 20%;
    transform: rotate(137deg);
    width: 15px;
}
.team-member .overlay .social li:hover a i {
    color: #cf9f4e;
    transition: all 0.5s ease-in 0s;
}
.member-info {
  background: #eee none repeat scroll 0 0;
  padding: 20px;
}
.contact-area i {
  padding-right: 10px;
}
/*
 * 3.14 -> Testimonials
 * -----------------------------------------------
*/
.testimonial .item {
	border: 1px solid #ddd;
	padding: 15px;
	position: relative;
	overflow: hidden;
}
.testimonial .item::after {
  display: inline-block;
  height: 150px;
  left: -45px;
  position: absolute;
  top: -45px;
  transform: rotate(45deg);
  width: 60px;
}
.testimonial .item::before {
  content: "\f10e";
  color: #fff;
  display: inline-block;
  font-family: fontawesome;
  font-size: 16px;
  font-style: normal;
  left: 10px;
  position: absolute;
  text-align: center;
  top: 5px;
  z-index: 9999;
}
.testimonial .item .thumb {
	max-width: 55px;
}
/* Testimonial-Carousel */
.testimonial-carousel {
	text-align: center;
}
.testimonial-carousel .quote, .testimonial-carousel .thumb {
	margin-bottom: 40px;
}
.testimonial-carousel .quote i {
	background: #555;
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
	height: 60px;
	line-height: 1;
	padding: 20px 0 0;
	text-align: center;
	width: 60px;
}
.testimonial-carousel .author {
	margin-top: 30px;
	text-transform: uppercase;
}
.testimonial-carousel.owl-theme .owl-controls {
	margin-top: 30px;
}
.testimonial-carousel.fullwidth .content p {
	font-size: 15px;
	font-style: italic;
	color: #fff;
}
.testimonial-carousel.fullwidth .content p::after {
  content: "\f10e";
  font-family: fontawesome;
  font-size: 100px;
  left: 42%;
  opacity: 0.1;
  position: absolute;
}
.testimonial-carousel.bullet-white .owl-dots span {
	background: #fff !important;
}
.testimonial-carousel .owl-item img {
	display: inline-block;
	width: auto;
	max-width: 90px;
}
.testimonial-carousel.boxed .quote, .testimonial-carousel.boxed .thumb {
	margin-bottom: 20px;
}
.testimonial-carousel.boxed .owl-item img {
	display: inline-block;
	width: auto;
	max-width: 65px;
}
.testimonial-carousel.boxed .content::after {
  bottom: 12px;
  content: "\f10e";
  font-family: fontawesome;
  font-size: 55px;
  opacity: 0.2;
  position: absolute;
  right: 10px;
}
.testimonial-carousel.boxed .owl-controls {
    margin-top: 0;	
}
.testimonial-carousel.boxed .owl-dots {
  text-align: left;
}
.testimonial-carousel.boxed.owl-theme .owl-dots .owl-dot.active span,
.testimonial-carousel.boxed.owl-theme .owl-dots .owl-dot:hover span {
	opacity: 1;
}
/*
 * 3.15 -> Twitter
 * -----------------------------------------------
*/
.twitter-feed.twitter-carousel {
	color: #111;
	font-size: 16px;
}
.twitter-feed.twitter-carousel a {
	color: #111;
}
.twitter-feed .date {
	font-size: 12px;
}
.twitter-feed.twitter-white, .twitter-feed.twitter-white a {
	color: #fff;
}
/*
 * 3.16 -> Call-to-action
 * -----------------------------------------------
*/
.call-to-action {
	text-align: left;
}
.call-to-action .icon {
	float: left;
	margin-right: 20px;
}
.call-to-action .icon i {
	font-size: 72px;
}
/*
 * 3.17 -> Blog
 * -----------------------------------------------
*/
.blog-posts .post {
	position: relative;
}
.post .entry-title {
	padding-top: 14px;
	text-transform: uppercase;
}
.post .entry-date.boxed {
	background: #aaa;
	color: #fff;
	display: inline-block;
	float: left;
	margin-left: 0;
	margin-right: 10px;
	padding: 10px 20px;
	text-align: center;
}
.post .entry-date.boxed .day {
	display: block;
	font-size: 36px;
}
.post .entry-date.boxed .month {
	font-size: 16px;
}
.post .post .post-thumb {
	overflow: hidden;
	position: relative;
}
.post .entry-content .post-date, .post .entry-content .post-visited {
	color: #a1a1a1;
	font-size: 13px;
}
.post .entry-content .post-date {
  background: #222 none repeat scroll 0 0;
  display: inline-block;
  left: 0;
  padding: 0px 14px;
  top: 0;
}
.post .entry-meta {
  margin: 10px 0;
  top: 30px;
}
.post .entry-meta li {
  border-bottom: 1px solid #ddd;
}
.post .entry-meta li i {
  color: #fff;
  font-size: 15px;
  padding: 10px;
}
.post .entry-meta span i {
	margin-right: 5px;
}
.post .entry-meta span {
	font-size: 12px;
	margin-right: 15px;
}
.like-comment li i {
  font-size: 20px;
  margin-right: 3px;
  vertical-align: middle;
}
.like-comment.style2 li i {
  font-size: 16px;
}
.blog-posts.style2 .owl-controls .owl-nav > div {
	top: 95%;
}
.blog-posts.style2 .owl-controls .owl-nav .owl-prev {
	left: 0px;
}
.blog-posts.style2 .owl-controls .owl-nav .owl-next {
	display: inline-table;
	left: 50px;
}
.blog-posts.style2 .owl-controls {
	top: -55px;
	right: 85px;
	margin: 0;
	position: absolute;
}
.blog-posts.style2 .owl-controls .owl-nav .owl-prev i, .blog-posts.style2 .owl-controls .owl-nav .owl-next i {
	color: #fff;
	font-size: 35px;
}
.blog-posts.style2 .entry-meta {
	left: 2px;
	margin: 10px 0;
	position: absolute;
	top: 30px;
}
.cs-carousel-container {
    border: 1px solid rgb(220, 220, 220);
    box-shadow: -4px 4px 0 rgb(220, 220, 220);
    padding: 7px;
    position: relative;
}
.post-thumb::before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s linear 0s;
    width: 100%;
    z-index: 9;
}
.cs-carousel-post-icon {
    border-radius: 100%;
    bottom: -41px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    height: 82px;
    left: 0;
    line-height: 42px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 82px;
    z-index: 10;
}
.cs-carousel-container .post-thumb .cs-carousel-details {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto !important;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10;
}
.cs-carousel-container .cs-carousel-details .cs-zoom-images, .cs-carousel-container .cs-carousel-details .cs-read-more {
    clear: none;
    display: inline-block;
    float: none;
    margin: 0 5px;
    position: relative;
}
.cs-carousel-container .cs-carousel-details .cs-zoom-images a {
    transform: translateX(-100px);
}
.cs-carousel-container .cs-carousel-details a i {
    transition: all 0.3s linear 0s;
}
.cs-carousel-container .cs-carousel-details .cs-zoom-images, .cs-carousel-container .cs-carousel-details .cs-read-more {
    clear: none;
    display: inline-block;
    float: none;
    margin: 0 5px;
    position: relative;
}
.cs-read-more {
    bottom: -60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.post-meta span {
    font-size: 13px;
}
.post-thumb:hover::before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}
.cs-carousel-post-icon i {
    color: #fff;
}
/* Blog Single */
.single-post article .entry-title {
	font-family: "Open Sans", sans-serif;
	padding: 15px 0 0;
	text-transform: capitalize;
}
.single-post .entry-content {
	border: none;
}
.single-post article {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.single-post .author-details {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 20px 0;
	padding: 20px 0;
}
.single-post .post-share ul {
	margin-bottom: 15px;
}
.single-post .post-share ul li {
	display: inline-block;
	margin-right: 5px;
}
.single-post .post-share ul li a {
	background: none repeat scroll 0 0 #eee;
	border: 1px solid #eee;
	border-radius: 0;
}
.single-post .post-share ul li a i {
	color: #555;
}
.single-post .post-share ul li a:hover i {
	color: #111;
}
.single-post .media-heading {
	margin-bottom: 5px;
	margin-top: 0;
}
.single-post .comments-title {
	margin-bottom: 15px;
}
.single-post .comment-list {
	padding-left: 0;
}
.single-post .comment-list .comment-author {
	margin-top: 30px;
}
.single-post .comment-list h6 {
	font-family: helvetica;
}
.single-post .comment-list li {
	list-style: none;
}
.single-post .comment-list .comment-heading {
	font-size: 13px;
}
.single-post .comment-list .comment-date {
	font-size: 13px;
}
.reply-box .form-group input {
	border-radius: 0;
	height: 45px;
	margin-bottom: 30px;
}
.single-post .reply-box h4 {
	margin-bottom: 15px;
}
.single-post .reply-box .form-group input {
	border-radius: 0;
	height: 45px;
	margin-bottom: 28px;
}
.single-post .reply-box .form-group textarea {
	border-radius: 0;
}
.single-post .reply-box #comment-form button.btn {
	margin-right: 0;
}
/* Blog Sidebar */
.sidebar .search-form .search-input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: initial;
  box-shadow: none;
  height: 45px;
  padding: 10px;
}
.sidebar .search-form .search-button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 45px;
}
#flickr-feed img {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 60px;
  margin: 0 5px 5px 0;
  padding: 0;
  width: 70px;
}
.twitter-widget .twitter-feed li {
	font-size: 13px;
	margin-bottom: 20px;
	padding-left: 45px;
}
.twitter-widget .twitter-feed li.item {
	position: relative;
}
.twitter-widget .twitter-feed li::after {
	content: "\f099";
	font-size: 24px;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 0;
}
/* footer & sidebar widgets */
.sidebar .sidebar-widget,
.footer .footer-widget {
	margin-bottom: 30px;
}
.sidebar .sidebar-widget .widget-title,
.footer .footer-widget .widget-title {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-bottom: 30px;	
}
.sidebar .sidebar-widget .line-bottom,
.footer .footer-widget .line-bottom {
	position: relative;
}
.sidebar .sidebar-widget .line-bottom:after,
.footer .footer-widget .line-bottom:after {
	bottom: -10px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 50px;
}
.sidebar .sidebar-widget .widget-title {
	border-bottom: 1px solid #ddd;
}
.sidebar .sidebar-widget ul li,
.sidebar .sidebar-widget .post,
.footer .footer-widget ul li,
.footer .footer-widget .post {
	border-bottom: 1px dashed #333;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sidebar .sidebar-widget ul li,
.sidebar .sidebar-widget .post {
	border-bottom: 1px dashed #d8d8d8;
}
.footer-contact-form .form-control {
	background-color: #252525;
	color: #aaa;
	border: 1px solid #333;
}
/* sidebar tag */
.sidebar-widget .tags a {
	border: 1px solid #e4e4e4;
	display: inline-block;
	font-size: 13px;
	margin: 5px 4px 5px -2px;
	padding: 5px 10px;
}
.sidebar-widget .tags a:hover {
	color: #fff;
}
.footer-widget .tags li {
	border: none !important;
}
.footer-widget .tags a {
	background: #555555;
	font-size: 11px;
	color: #FFF;
	padding: 5px 10px;
}
.footer-widget .tags a:hover {
	background: #333;
}
.blog-pull-right {
	float: right;
}
.post .post-date p {
	font-size: 14px;
	color: #a1a1a1;
}
.post .post-date a {
	font-size: 14px;
	color: #a1a1a1;
}
.post .post-date a:hover {
	color: #333;
}
.media-post .post-thumb {
	float: left;
	margin: 0 10px 10px 0;
}
.media-post .post-right {
	overflow: hidden;
}
.media-post .post-title a {
	font-size: 13px;
	letter-spacing: 1px;
}
@media only screen and (max-width : 767px) {
.blog-pull-right {
	float: none;
}
}
/*
 * 3.18 -> Sidebar Widget
 * -----------------------------------------------
*/
.sidebar-widget .text-widget.brochures > li{
	background: #eee none repeat scroll 0 0;
	margin-bottom: 10px;
	padding: 10px;
}
.sidebar-widget .text-widget.brochures i {
    color: #666;
    font-size: 16px;
    margin-right: 10px;
}
.sidebar-widget .text-widget.address > li {
	font-size: 13px;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.sidebar-widget .text-widget.address li i {
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
/*
 * 3.19 -> Progress Bars
 * -----------------------------------------------
*/
.progress-item {
	margin-top: 20px;
}
.progress-item .progress {
	background-color: #f9f9f9;
	box-shadow: 0 0 1px rgba(0,0,0,0.4) inset;
	border-radius: 0;
	height: 10px;
	margin-bottom: 15px;
	overflow: visible;
}
.progress-item .progress-bar {
	font-size: 11px;
	padding-left: 10px;
	position: relative;
	text-align: left;
	width: 0;
	line-height: 18px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.progress-item .progress-bar .percent {
	background: none repeat scroll 0 0 #555;
	border-radius: 8px 0 0;
	padding: 3px 5px;
	position: absolute;
	right: 0;
	top: -30px;
}
.progress-item.style2 .progress {
	height: 25px;
}
.progress-item.style2 .progress-bar .percent {
	background: none;
	color: #555;
	font-size: 14px;
}
.progress-item.progress-white .progress {
	padding: 2px;
}
/*
 * 3.20 -> Social Icons
 * -----------------------------------------------
*/
.social-icons.icon-theme-colored a i:hover {
	background: #393939;
}
.social-icons.icon-theme-colored a i {
	color: #fff;
}
/*
 * 3.21 -> Practice Area
 * -----------------------------------------------
*/
.practice-area {
	overflow: hidden;
	position: relative;
}
.practice-name {
	background: rgba(0, 8, 12, 0.75) none repeat scroll 0 0;
	opacity: 0;
	padding: 0 15px;
	position: absolute;
	right: -210px;
	text-align: left;
	top: 0;
}
.practice-name a,
.practice-name h6 {
	color: #fff;
}
.practice-area:hover .practice-name {
	opacity: 1;
	right: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.icon-box.box-style1.practice-style3:hover i {
	color: #fff;
}
.icon-box.box-style1.practice-style3:hover i,
.icon-box.box-style1.practice-style3:hover .icon-wrapper,
.icon-box.box-style1.practice-style3:hover .icon-wrapper::after {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
/*
 * 3.22 -> Gallery
 * -----------------------------------------------
*/
.megafolio-container, .megafolio-container-splash {
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.filter_wrapper {
	background: none;
	max-width: none!important;
	text-align: center;
}
.filter_wrapper .filter {
	border: 1px solid transparent;
	color: #555;
	display: inline-block;
	float: none;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin-right: 5px;
	outline: medium none;
	padding: 5px 15px;
}
.filter_wrapper .filter.active {
	border-color: #111;
	color: #111;
}
.megafolio-container .mega-hoverlink, .megafolio-container .mega-hoverview {
	background: none;
	border: 0;
	height: auto;
	padding: 5px 8px;
	width: auto;
}
.megafolio-container .mega-hoverlink i, .megafolio-container .mega-hoverview i {
	color: #fff;
	font-size: 22px;
}
.gallerycaption-bottom {
	font-weight: 400;
}
.mega-hover.alone .mega-hoverlink {
	margin-right: -16px !important;
}
/* Portfolio isotop */
.masonry-filters {
	margin-bottom: 40px;
	text-align: center;
}
.masonry-filters li a {
	border: 1px solid transparent;
	color: #555;
	display: inline-block;
	float: none;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin-right: 5px;
	outline: medium none;
	padding: 5px 15px;
}
.masonry-filters li a.active, .masonry-filters li a:hover {
	border-color: #111;
	color: #111;
}
.masonry-items {
	width: 120%;
}
.masonry-items .masonry-item {
	float: left;
	margin-bottom: 30px;
	padding: 0 10px;
	overflow: hidden;
	width: 24.98%;
}
/*
 * 3.23 -> Attorney
 * -----------------------------------------------
*/
/* attorney-carousel */
.attorney-carousel .author {
  margin-top: 15px;
  text-transform: uppercase;
}
.attorney-carousel .content {
}
.attorney-carousel .content p {
	color: #666;
}
.attorney-carousel .contact-area li a {
	font-size: 12px;
}
.attorney-carousel .contact-area li i {
	font-size: 14px;
}
.attorney-carousel .content .contact-area i {
	margin-right: 10px;
}
.attorney-carousel .owl-controls .owl-nav > div {
	top: 95%;
}
.attorney-carousel .owl-controls .owl-nav .owl-prev {
	left: 0px;
}
.attorney-carousel .owl-controls .owl-nav .owl-next {
  display: inline-table;
  left: 35px;
}
.attorney-carousel .owl-controls {
  top: -35px;
  left: 0;
  margin: 0;
  position: absolute;
}
.attorney-carousel .owl-controls .owl-nav .owl-prev i, .attorney-carousel .owl-controls .owl-nav .owl-next i {
	color: #fff;
	font-size: 30px;
	vertical-align: middle;
}
/* Attorney Details */
.attorney-address li {
	background: #f9f9f9;
    margin-bottom: 15px;
    padding: 15px 20px;
}
.attorney-address li i {
    font-size: 15px;
    vertical-align: middle;
}
.attorney-address .media-body p {
  font-size: 12px;
  margin-bottom: 0;
}
.attorney-address .media-body p span {
	font-size: 16px;
    color: #555;
    margin-right: 5px;
    padding-bottom: 15px;
}

.box-outlined  {
	outline: 7px solid rgba(255, 255, 255, 0.5);
    outline-offset: 7px;
}
/*
 * 3.24 -> Services
 * -----------------------------------------------
*/
.rotated-service-box  {
	position: relative;
}
.rotated-service-box .icon {
	background-color: #222;
	display: inline-block;
	height: 90px;
	left: 0;
    margin: 0 auto;
    padding: 30px;    
	position: absolute;
	right: 0;
	top: -45px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	transform: rotate(45deg);
	width: 90px;
}
.rotated-service-box .icon i {
	color: #fff;
	font-size: 32px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.rotated-service-box .heading  {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
/*
 * 3.25 -> Contact
 * -----------------------------------------------
*/
.contact-wrapper {
	padding: 50px 50px 50px 100px;
}
#contact-form .form-group {
	margin-bottom: 30px;
}
.contact-form .form-control {
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	height: 48px;
}
#contact-form .form-control2 {
	background-color: rgba(0,0,0,0.8);
	color: #ccc;
}
.contact-form textarea.form-control {
	height: 110px;
	resize: none;
}
#contact-form .form-group button {
	margin-top: 0;
}
#contact-form .form-control:focus, #contact-form .form-control:active {
	box-shadow: none;
	color: #333;
}
textarea {
	resize: none;
}
.single-post .reply-box .btn-colored {
	margin-right: 0;
}
.blog-posts.single-post .tagline {
	border-top: 1px solid #ddd;
}
/*
 * 3.26 -> Map
 * -----------------------------------------------
*/
#google_map {
	width: 100%;
	height: 400px;
	position: relative;
	display: none;
	z-index: 200;
	opacity: .8;
}
.toggle-map {
	background: rgba(0,0,0,0.7);
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	padding: 30px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 200;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.toggle-map:hover {
	color: #fff;
}
.toggle-map span:after {
	content: "\f107";
	font-family: fontawesome;
	margin-left: 10px;
}
.toggle-map.open span:after {
	content: "\f106";
}
.map-canvas {
	height: 400px;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
.map-canvas.big {
	height: 720px;
}
.map-canvas.map-hidden {
	height: 0;
}
.map-canvas.map-visible {
}
.btn-show-map {
	color: #111;
	font-size: 18px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 45%;
}
.btn-show-map i {
	font-size: 48px;
}
/*
 * 3.27 -> Countdown Timer
 * -----------------------------------------------
*/
.countdown-timer li {
	color: #959595;
	display: inline-block;
	padding: 30px 20px;
	background-color: #f1f1f1;
	margin-right: 15px;
	font-size: 40px;
	text-align: center;
	min-width: 120px;
	min-height: 120px;
}
.countdown-timer li span {
	color: #bbb;
    display: block;
    font-size: 15px;
    margin-top: 5px;
}
.countdown-timer.timer-box {
	padding: 20px;
	padding-top: 40px;
	text-align: center;
}
.countdown-timer.timer-box li {
	color: #fff;
	background-color: rgba(0,0,0,0.05);
	margin-bottom: 15px;
}
.countdown-timer.timer-deep-bg li {
	background-color: rgba(0,0,0,0.5);
}
.countdown-timer.timer-box li span {
	color: #eee;
}
@media only screen and (max-width : 767px) {
	.timer-responsive li {
		margin-top: 30px;
		font-size: 20px;
		min-width: 60px;
		min-height: 60px;
		padding: 20px 10px;
	}
	.countdown-timer li span {
	    font-size: 12px;
	}
 }


/*
 * 3.28 -> instagram feed
 * -----------------------------------------------
*/
.instagram-feed figure .link-out {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(0,0,0,0.45);
    color: #f7f7f7;
    line-height: 1;
    padding: 10px;
    font-weight: 300;
    opacity: 0;
}
.instagram-feed figure:hover .link-out {
    opacity: 1
}
.instagram-feed figure .link-out:hover {
    background: rgba(0,0,0,0.7);
    color: #f7f7f7;
}
/*
 * 4.0 -> Slider
 * -----------------------------------------------
*/

/*
 * 4.1 -> owl carousel
 * -----------------------------------------------
*/
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	margin-top: 30px;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width:18px;
	height: 10px;
	margin: 5px 7px;
	opacity: 0.25;
	background: #222;
	display: block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 30px;
	border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #111;
	opacity: 1;
}
.owl-controls {
	margin: 0;
}
.owl-controls .owl-nav > div {
	background: none repeat scroll 0 0 rgba(0,0,0,0.5);
	border-radius: 0;
	color: #fff;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40%;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 6;
}
.featured-gallery.style2 {
    float: right;
	width: 92%;	
}
.featured-gallery.style2 .owl-controls {
	bottom: 58px;
	left: -80px;
	margin: 0;
	position: absolute;
}
.featured-gallery.style2 .owl-controls .owl-nav > div {
	top: 95%;
}
.featured-gallery.style2 .owl-controls .owl-nav .owl-prev {
	left: 0px;
}
.featured-gallery.style2 .owl-controls .owl-nav .owl-next {
  display: inline-table;
  left: 40px;
}
.featured-gallery.style2 .owl-controls .owl-nav .owl-prev i, .featured-gallery.style2 .owl-controls .owl-nav .owl-next i {
	color: #fff;
	font-size: 35px;
}
@media only screen and (max-width : 991px) {
	.featured-gallery.style2 {
	    float: none;
    	margin-top: 58px;	    
		width: 100%;	
	}
	.featured-gallery.style2 .owl-controls {
		bottom: auto;
		left: auto;
		top: -45px;
	}
}
.owl-controls .owl-nav .owl-prev {
	left: -30px;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-prev {
	left: 0px;
}
.owl-controls .owl-nav .owl-next {
	right: -30px;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
	right: 0px;
}
.owl-controls .owl-nav .owl-prev i, .owl-controls .owl-nav .owl-next i {
	color: #fff;
	font-size: 40px;
}
.image-carousel .owl-controls .owl-nav > div {
	opacity: 0;
}
.image-carousel:hover .owl-controls .owl-nav > div {
	opacity: 1;
}
/*
 * 4.2 -> Owl fullwidth carousel 
 * -----------------------------------------------
*/

.fullwidth-carousel .owl-controls .owl-nav > div {
	top: 45%;
	padding: 15px;
}
.fullwidth-carousel .carousel-item {
	min-height: 720px;
	width: 100%;
}
.fullwidth-carousel .owl-controls .owl-nav .owl-prev i, .fullwidth-carousel .owl-controls .owl-nav .owl-next i {
	font-size: 50px;
}
.fullwidth-carousel.blog-fullwidth-carousel .carousel-item {
	height: 600px;
	min-height: auto;
	width: 100%;
}
.fullwidth-carousel.blog-fullwidth-carousel .owl-controls .owl-nav > div {
	background: none;
}
/*
 * 4.3 -> MaxImage Slider
 * -----------------------------------------------
*/
.maximage-slider .fullscreen-controls .img-prev,
.maximage-slider .fullscreen-controls .img-next {
  background: rgba(0, 0, 0, 0.3);
}
/*
 * 5.0 -> Footer
 * -----------------------------------------------
*/
.footer {
	background: #fafafa;
	padding: 40px 0;
}
.footer a {
	color: #888;
}
.footer a:focus,
.footer a:hover,
.footer a:active {
	color: #666;
}
/* Horizontal Contact Widget */
.horizontal-contact-widget {
  border-top: 1px dashed #555;
}
.horizontal-contact-widget .each-widget::before {
  content: "\f111";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  right: 0;
  top: -42px;
}
/* footer-white */
.footer.footer-white .footer-widget ul li,
.footer.footer-white .footer-widget .post {
	border-bottom-color: #ddd;
}
.footer.footer-white .footer-widget .tags a,
.footer.footer-white .footer-widget .widget-title {	
	border-color: #ddd;
}
.footer.footer-white .footer-contact-form .form-control {
	background-color: rgba(240, 240, 240, 0.8);
	color: #aaa;
	border-color: #ddd;
}
.footer.footer-white .footer-contact-form .btn {
	border-color: #ddd;
}
.footer.footer-white .footer-contact-form .btn:hover {
	background: transparent;
}
.footer.footer-white .horizontal-contact-widget {
	border-top: 1px dashed #ddd;
}
.footer.footer-white .footer-widget .tags a {
	border: 1px solid #ddd;
	background: transparent;
	color: #888;
}
