@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:    mrlaw
Version:    1.0
Last change:    11.12.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 url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic);

/*------------------------------------------------------------------
[Table of contents]

  * 1.0 -> Basic Structure
 	* 1.1 -> Typography
 	* 1.2 -> List
 	* 1.3 -> Social Icons
 	* 1.4 -> Blockquote
 	* 1.5 -> Drop Caps
 	* 1.6 -> Text Highlight
 	* 1.7 -> Pagination
 	* 1.8 -> Buttons
 	* 1.9 -> Common CSS
 	* 1.10 -> Section Common Css
	* 1.11 -> Divider Common Css
	* 1.12 -> parallax
	* 1.13 -> Background Image
	* 1.14 -> Solid Color Background
	* 1.15 -> Pattern Background
	* 1.16 -> Different color skins
	* 1.17 -> Background Video
	* 1.18 -> Owl Carousel
	* 1.19 -> Owl fullwidth carousel
	* 1.20 -> lightbox
	* 1.21 -> Top Search Bar
	* 1.22 -> Minimal layout
    * 1.23 -> Multi Row Clearfix
    * 1.24 -> Image Absolute Positioning
  * 2.0 -> Preloader
  * 3.0 -> Elements
 	* 3.1  -> Accordion
 	* 3.2  -> Funfact
	* 3.3  -> Icon Box
	* 3.4  -> Progress Bars
	* 3.5  -> Pricing Tables
	* 3.6 -> Tabs
	* 3.7 -> Team Members
	* 3.8 -> Testimonials
	* 3.9 -> Testimonial-Carousel
	* 3.10 -> Form
	* 3.11 -> Twitter
	* 3.12 -> Call-to-action
	* 3.13 -> hover effect
	* 3.14 -> bg img box
  * 4.0 -> Nav
    * 4.1 -> Nav top
	* 4.2 -> Navbar
	* 4.3 -> nav sidebar
  * 5.0 -> Section: Home
  * 6.0 -> Section: Welcome
  * 7.0 -> Section: Megafolio Pro Gallery
	* 7.1 -> Section: Portfolio isotop
  * 8.0 -> Divider: Client Logos
  * 9.0 -> Section: Blog Posts
  * 10.0 -> Section: Blog Single
  * 11.0 -> Blog Sidebar
  * 12.0 -> Section: Contact
  * 13.0 -> Map
  * 14.0 -> Section: Footer
  * 15.0 -> Scroll-To-Top
  * 16.0 -> Revolution Slider
  * 17.0 -> Page: Attorney Details
  * 18.0 -> Page: Services
* ===============================================
*/


/*------------------------------------------------------------------
[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)
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Typography]

Body:               13px/20px 'Open Sans', sans-serif;
Headers:            'Open Sans', sans-serif;
Section Title:      38px/52px 'Open Sans', sans-serif;
h1:                 38px/46px 'Open Sans', sans-serif;
h2:                 32px/42px 'Open Sans', sans-serif;
h3:                 24px/39px 'Open Sans', sans-serif;
h4:                 20px/32px 'Open Sans', sans-serif;
h5:                 16px/26px 'Open Sans', sans-serif;
h6:                 14px/23px 'Open Sans', sans-serif;
p:                  13px/24px '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 
 * -----------------------------------------------
*/
html {
	font-size: 100%;
}
html,
html a {
	-webkit-font-smoothing: antialiased;
}
html, body {
    max-width: 100%;
	overflow-x: hidden;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #888;
	font-size: 15px;
	line-height: 20px;
}
h1,h2,h3,h4,h5,h6,p {
	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	color: #333;
}

/* Headings */
h1 {
	font-size: 38px;
	font-weight: 600;
	line-height: 46px;
	margin-bottom: 10px;
}
h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 10px;
}
h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 39px;
	margin-bottom: 10px;
}
h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 10px;
}
h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 10px;
}
h6 {
	font-size: 14px;
	font-weight: 600;
	line-height: 23px;
	margin-bottom: 5px;
}
p {
	color: #959595;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 5px;
}
a {
	color: #333;
	text-decoration: none;
}
a:focus,
a:hover,
a:active {
	color: #666;
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%;
}
textblock {
	background: #333;
	color: #fff;
}
/*
 * 1.2 -> List 
 * -----------------------------------------------
*/
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list {
	list-style: outside none none;
	margin-top: 13px;
	padding-left: 0;
}
ul.list > li {
	margin: 10px 0;
}
ul.list li:before {
	border: none;
	content: "\f00c";
	color: #aaa;
	display: inline-block;
	font-family: fontawesome;
	font-size: 12px;
	margin-right: 10px;
	padding: 0;
}
ul.list.angle-double-right li:before {
	color: #F55E45;
	content: "\f101";
	font-family: fontawesome;
}
ul.list.angle-right li:before {
	color: #F55E45;
	content: "\f105";
	font-family: fontawesome;
}
ul.list.check-circle li:before {
	color: #F55E45;
	content: "\f058";
	font-size:  24px;
	font-family: fontawesome;
	vertical-align: middle;
}
ul.list li:hover:before {
	background: none;
	border-color: transparent;
}
ul.list li a {
	text-decoration: none;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
/* personal info list */
.list-info li {
	clear: both;
	position: relative;
}
.list-info li label {
	display: inline-block;
	font-weight: bold;
	padding: 5px 0 0;
}
.list-info li span {
	left: 110px;
	padding: 5px 0;
	position: absolute;
}
.list-features {
  -moz-column-count: 3;
}
.list-dashed > article,
.list-dashed > div,
.list-dashed > li {
	border-bottom: 1px dashed #ddd !important;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.list-dashed.dark-dash > article,
.list-dashed.dark-dash > div,
.list-dashed.dark-dash > li {
	border-bottom: 1px dashed #333 !important;
}
/*
 * 1.3 -> Social Icons 
 * -----------------------------------------------
*/
.social-icons {
	list-style: outside none none;
	margin: 30px 0;
	padding: 0;
}
.social-icons > li {
	display: inline-block;
}
.social-icons > li:first-child {
	padding-left: 0;
}
.social-icons a {
	background: #eee;
	border-radius: 50%;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	margin-right: 2px;
	text-align: center;
	width: 40px;
}
.social-icons.small a {
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.social-icons.medium a {
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
.social-icons.large a {
	font-size: 32px;
	height: 60px;
	line-height: 60px;
	width: 60px;
}
.social-icons.extra-large a {
	font-size: 60px;
	height: 120px;
	line-height: 120px;
	width: 120px;
}
.social-icons a,
.social-icons a i {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.social-icons a:hover {
	background: #393939;
}
.social-icons a:hover i {
	color: #fff;
}
/* social-icons square */
.social-icons.square a {
	border-radius: 0;
}
/* social-icons flat */
.social-icons.flat a {
	background: none;
	height: auto;
	width: auto;
	margin-right: 15px;
}
.social-icons.flat a:hover i {
	color: #111;
}
.social-icons.flat.medium a {
	height: 40px;
	width: 40px;
}
/* social icons colored */
.social-icons.icon-brown a {
	background: #F55E45;
}
.social-icons.icon-brown a:hover {
	background: #393939;
}
.social-icons.icon-brown a i {
	color: #fff;
}
/* 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;
}
/*
 * 1.4 -> Blockquote 
 * -----------------------------------------------
*/
blockquote {
  border-left: 3px solid #F55E45;
  color: #333;
  margin: 20px 0;
  padding: 5px 20px 10px;
}
blockquote.style2 {
	background: none repeat scroll 0 0 #eee;
	color: #333;
	padding: 5px 20px 10px;
}
/*
 * 1.5 -> 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;
}
/*
 * 1.6 -> 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;
}
/*
 * 1.7 -> Pagination 
 * -----------------------------------------------
*/
.pagination li a {
	margin-right: 10px;
	color: #333333;
}
.pagination li.active a {
	background: none repeat scroll 0 0 #FC6E51;
	border: 1px solid #FC6E51;
	color: #fff;
}
/* pagination square-light */
.pagination.square-light li a {
	margin-right: 10px;
	color: #333333;
}
.pagination.square-light li.active a {
	background: none repeat scroll 0 0 #eee;
	border: 1px solid #eee;
	color: #333;
}
/* pagination flat */
.pagination.flat li a {
	border: 1px solid transparent;
	margin-right: 10px;
	color: #333333;
}
.pagination.flat li.active a {
	background: none repeat scroll 0 0 #333;
	border: 1px solid #333;
	color: #fff;
}
/*
 * 1.8 -> 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-red {
	background: #F55E45!important;
	color: #fff!important;
}
.btn-colored.btn-red:hover {
	background: #e3664d !important;
	color: #fff !important;
}
.btn-default.btn-red {
	border: 1px solid #F55E45!important;
	color: #F55E45!important;
}
.btn-default.btn-red: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;
}
/*
 * 1.9 -> Common CSS 
 * -----------------------------------------------
*/
.responsive-pull-left {
	float: left;
}
.responsive-pull-right {
	float: left;
}
@media only screen and (max-width : 767px) {
	.responsive-pull-left {
		float: none;
		display: block;
	}
	.responsive-pull-right {
		float: none;
		display: block;
	}
}
.img-fullwidth {
	width: 100%;
}
.no-bg {
	background: none!important;
}
.text-uppercase {
	text-transform: uppercase;
}
.inline-block {
	display: inline-block;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.lineheight-20 {
	line-height: 20px;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.ml-5 {
	margin-left: 5px !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.pb-5 {
	padding-bottom: 5px !important;
}
.pl-5 {
	padding-left: 5px !important;
}
.pr-5 {
	padding-right: 5px !important;
}
.pt-5 {
	padding-top: 5px !important;
}
/* text colors */
.text-white {
	color: #fff !important;
}
.text-white-light {
	color: #ddd !important;
}
.text-gray {
	color: #959595 !important;
}
.text-red {
	color: #F55E45 !important;
}
.text-red {
	color: #F55E45 !important;
}
.text-black {
	color: #333 !important;
}
.text-black-light {
	color: #888 !important;
}
.heading-border {
	border-bottom: 1px solid #ddd;
	margin: 30px 0;
	padding: 20px 0;
}
/* Font Weight */
.font-weight-100 {
	font-weight: 100 !important;
}
.font-weight-200 {
	font-weight: 200 !important;
}
.font-weight-300 {
	font-weight: 300 !important;
}
.font-weight-400 {
	font-weight: 400 !important;
}
.font-weight-500 {
	font-weight: 500 !important;
}
.font-weight-600 {
	font-weight: 600 !important;
}
.font-weight-700 {
	font-weight: 700 !important;
}
.font-weight-800 {
	font-weight: 800 !important;
}
/* Text-decoration */
.text-underline {
  text-decoration: underline;
}
/* Remove display-inline issue */
[class^="hvr-"], [class*=" hvr-"] {
  display: block !important;
}
/* custom margin */
.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%;
}
.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 {
	border: 1px solid #F55E45;
	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;
}
.fluid-video-wrapper {
	padding: 0;
	position: relative;
	width: 100%;
}
iframe {
	border: none;
	width: 100%;
}
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;
}
/* custom font family */
.font-raleway {
	font-family:'Open Sans', sans-serif;
	font-weight: 100;
}
.font-opensans {
	font-family: 'Open Sans', sans-serif;
}
/* custom font size */
.font-9 {
	font-size: 9px !important;
}
.font-10 {
	font-size: 10px !important;
}
.font-11 {
	font-size: 11px !important;
}
.font-12 {
	font-size: 12px !important;
}
.font-13 {
	font-size: 13px !important;
}
.font-14 {
	font-size: 14px !important;
}
.font-15 {
	font-size: 15px !important;
}
.font-16 {
	font-size: 16px !important;
}
.font-17 {
	font-size: 17px !important;
}
.font-18 {
	font-size: 18px !important;
}
.font-20 {
	font-size: 20px !important;
}
.font-22 {
	font-size: 22px !important;
}
.font-24 {
	font-size: 24px !important;
}
.font-28 {
	font-size: 28px !important;
}
.font-30 {
	font-size: 30px !important;
}
.font-36 {
	font-size: 36px !important;
}
.font-48 {
	font-size: 48px !important;
}
.font-64 {
	font-size: 64px !important;
}
.font-72 {
	font-size: 72px !important;
	line-height: 1.1;
}
.font-100 {
	font-size: 100px !important;
	line-height: 1.1;
}
.font-150 {
	font-size: 150px !important;
	line-height: 1.1;
}
.font-200 {
	font-size: 200px !important;
	line-height: 1.1;
}
/* letter-space */
.letter-space-0 {
	letter-spacing: 0px;
}
.letter-space-1 {
	letter-spacing: 1px;
}
.letter-space-2 {
	letter-spacing: 2px;
}
/* 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;
}
/* no border */
.no-border {
	border: none !important;
}
.border-1px {
	border: 1px solid #eee;
}
.border-2px {
	border: 2px solid #eee;
}
.border-3px {
	border: 3px solid #eee;
}
.border-left {
	border-left: 1px solid #eee;
}
.border-brown {
	border-color: #F55E45;
}
.border-bottom {
	border-bottom: 1px solid #efefef;
}
/* pull center */
.pull-center {
	text-align: center !important;
}
/*
 * 1.10 -> Section Common Css 
 * -----------------------------------------------
*/
section {
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.inner-header .title {
	text-transform: uppercase;
}
section > .container, section > .container-fluid {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-title {
	margin-bottom: 60px;
}
.section-title.title-border {
	border-left: 4px solid #F55E45;
	margin-bottom: 50px;
	padding-left: 30px;
}
.section-title.title-border.title-right {
    border-left: 0;
    padding-left: 0;
    border-right: 4px solid #F55E45;
    padding-right: 30px;
    text-align: right;
}
.small-title {
	position: relative;
}
.small-title i {
  font-size: 36px;
  color: #F55E45;
  margin-top: 7px;
  padding-top: 0px;
}
.small-title .title {
  margin-left: 15px;
}
.small-title .title::after {
  background: #F55E45 none repeat scroll 0 0;
  bottom: -6px;
  content: "";
  height: 1px;
  left: 50px;
  position: absolute;
  width: 55px;
}
.page-header {
	padding-bottom: 0;
}

/* Section : Title*/
.section-title.icon-bg p {
	font-size: 17px;
	line-height:26px;
	/*font-style: italic;*/
	margin-bottom: 0;
}

.section-title.icon-bg .page-title i {
	font-size: 42px;
	line-height: 1.3;
	position: absolute;
	opacity: 0.15;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.section-title.icon-bg .page-title {
	font-size: 38px;
	line-height: 52px;
}
/*
 * 1.11 -> Divider Common Css 
 * -----------------------------------------------
*/
.divider, .parallax {
	background-image: url(../images/bg/bg1.jpg); /* default image */
	background-repeat: repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.divider .container {
	padding-top: 60px;
	padding-bottom: 60px;
}
.divider .container.small-padding {
	padding-top: 30px;
	padding-bottom: 30px;
}
.divider .container.extra-padding {
	padding-top: 180px;
	padding-bottom: 180px;
}

.layer-overlay {
	position: relative;
}
.layer-overlay::before {
	background: rgba(15, 18, 20, 0.65) none repeat scroll 0 0;
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.layer-overlay.overlay-light::before {
	background-color: rgba(2, 6, 8, 0.4);
}
.layer-overlay.overlay-dark::before {
	background-color: rgba(2, 6, 8, 0.85);
}
.layer-overlay.overlay-dark-deep::before {
	background-color: rgba(2, 6, 8, 0.90);
}
.layer-overlay.overlay-dark-light::before {
	background-color: rgba(2, 6, 8, 0.80);
}
.layer-overlay.overlay-white::before {
	background-color: rgba(255,255,255,0.90);
}
.layer-overlay.overlay-white-deep::before {
	background-color: rgba(255,255,255,0.92);
}
.layer-overlay.overlay-white-light::before {
	background-color: rgba(255,255,255,0.85);
}
.layer-overlay.layer-pattern::before {
	background-image: url(../images/pattern1.png);
	background-color: rgba(2, 6, 8, 0.6);
}
.layer-overlay.layer-pattern2::before {
	background-image: url(../images/pattern2.png);
	background-color: rgba(0,5,8,0.8);
}
.layer-overlay.layer-pattern3::before {
	background-image: url(../images/pattern3.png);
	background-color: rgba(0,5,8,0.8);
}

.layer-overlay.maximage-layer-overlay::before {
	z-index: 1;
}
/*
 * 1.12 -> parallax
 * -----------------------------------------------
*/
.parallax {
	background-attachment: fixed;
}
/*
 * 1.13 -> Background Image 
 * -----------------------------------------------
*/
.bg1 {
	background-image: url(../images/bg/bg1.jpg);
}
.bg-img-fixed {
	background-attachment: fixed;
}
.bg-img-cover {
	background-size: cover;
}
.bg-img-center-bottom {
	background-position: center bottom;
}
.bg-img-center {
	background-position: center center;
}
.bg-img-left-bottom {
	background-repeat: no-repeat;
	background-position: left bottom;
}
/**
 * 1.14 -> Solid Color Background
 * -----------------------------------------------
 */
.bg-solid-color {
	background-color: #f7f7f7 !important;
	background-image: none !important;
}
.bg-white {
	background-color: #fff !important;
}
.bg-off-white {
	background-color: #fffef4 !important;
}
.bg-white-gray {
	background-color: #f1f1f1 !important;
}
.bg-white-light-gray {
	background-color: #f8f8f8 !important;
}
.bg-gray {
	background-color: #393939 !important;
}
.bg-light-gray {
	background-color: #e8e8e8;
}
.bg-black {
	background-color: #111 !important;
}
.bg-dark {
	background-color: #222 !important;
}
.bg-dark-light {
	background-color: #555 !important;
}
/**
 * 1.15 -> Pattern Background
 * -----------------------------------------------
 */
.bg-pattern, .bg-pattern.pattern1 {
	background: url(../images/pattern/pattern1.png)!important;
}
.bg-pattern.pattern2 {
	background: url(../images/pattern/pattern2.png)!important;
}
.bg-pattern.pattern3 {
	background: url(../images/pattern/pattern3.png)!important;
}
.bg-pattern.pattern4 {
	background: url(../images/pattern/pattern4.png)!important;
}
.bg-pattern.pattern5 {
	background: url(../images/pattern/pattern5.png)!important;
}
.bg-pattern.pattern6 {
	background: url(../images/pattern/pattern6.png)!important;
}
.bg-pattern .layer-overlay {
	background: none;
}
/*
 * 1.16 -> 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;
}
.bg-red {
	background-color: #F55E45 !important;
}
a.bg-red,
button.bg-red {
	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-red-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);
}
/**
 * 1.17 -> Background Video
 * -----------------------------------------------
 */
.bg-video {
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: -1;
}
.bg-video .video {
	height: 100%;
	left: 0;
	margin: 0!important;
	position: relative;
	top: 0;
	width: 100%;
}
.bg-video .video .mbYTP_wrapper {
	z-index: -1!important;
}
/*
 * 1.18 -> 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 {
	background: #F55E45 none repeat scroll 0 0;
	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;
}
/*
 * 1.19 -> 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;
}
/*
 * 1.20 -> lightbox 
 * -----------------------------------------------
*/
.lightbox .lb-dataContainer {
	left: 0;
	position: absolute;
	right: 0;
	top: -45px;
}

/*
 * 1.21 -> 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;
}
/*
 * 1.22 -> Minimal layout
 * -----------------------------------------------
*/
.minimal-layout {
}
.minimal-layout .container {
	max-width: 1040px;
	padding-left: 50px;
	padding-right: 50px;
}
.minimal-layout .header, .minimal-layout .main-content, .minimal-layout .footer {
	background: none repeat scroll 0 0 #fff;
	margin: 0 auto;
	max-width: 1040px;
}
.minimal-layout .header {
	margin-bottom: 15px;
}
.minimal-layout .header .navbar-default {
	background-color: #fff;
	border-color: #fff;
	padding: 0;
}
.minimal-layout .header .navbar-default .navbar-nav > li > a {
	padding: 30px 5px;
}
.minimal-layout .header .navbar-default .navbar-collapse {
	background-color: #fff;
	border-color: #fff;
	margin-right: 30px;
}
.minimal-layout .header #header-logo {
	margin: 0;
	padding-top: 27px;
}

@media only screen and (max-width : 991px) {
.minimal-layout .header .navbar-default .navbar-nav > li > a {
	padding: 10px;
}
.minimal-layout {
	padding-top: 0;
}
.minimal-layout .navbar-header {
	padding: 15px 0;
}
.minimal-layout .header .navbar-default .navbar-collapse {
	margin-right: 15px;
}
.minimal-layout .navbar-collapse .navbar-nav li a .caret {
	margin-right: 0;
}
}
/*
 * 1.23 -> Multi Row Clearfix
 * -----------------------------------------------
*/
.multi-row-clearfix .col-xs-6:nth-child(2n + 3) {
	clear: left;
}
.multi-row-clearfix .col-xs-4:nth-child(3n + 4) {
	clear: left;
}
.multi-row-clearfix .col-xs-3:nth-child(4n + 5) {
	clear: left;
}
.multi-row-clearfix .col-xs-2:nth-child(6n + 7) {
	clear: left;
}
.multi-row-clearfix .col-xs-1:nth-child(12n + 13) {
	clear: left;
}

@media (min-width: 768px) {
/* reset previous grid */
.multi-row-clearfix .col-xs-6:nth-child(2n + 3) {
	clear: none;
}
.multi-row-clearfix .col-xs-4:nth-child(3n + 4) {
	clear: none;
}
.multi-row-clearfix .col-xs-3:nth-child(4n + 5) {
	clear: none;
}
.multi-row-clearfix .col-xs-2:nth-child(6n + 7) {
	clear: none;
}
.multi-row-clearfix .col-xs-1:nth-child(12n + 13) {
	clear: none;
}
/* clear first in row for small columns */
.multi-row-clearfix .col-sm-6:nth-child(2n + 3) {
	clear: left;
}
.multi-row-clearfix .col-sm-4:nth-child(3n + 4) {
	clear: left;
}
.multi-row-clearfix .col-sm-3:nth-child(4n + 5) {
	clear: left;
}
.multi-row-clearfix .col-sm-2:nth-child(6n + 7) {
	clear: left;
}
.multi-row-clearfix .col-sm-1:nth-child(12n + 13) {
	clear: left;
}
}

@media (min-width: 992px) {
/* reset previous grid */
.multi-row-clearfix .col-sm-6:nth-child(2n + 3) {
	clear: none;
}
.multi-row-clearfix .col-sm-4:nth-child(3n + 4) {
	clear: none;
}
.multi-row-clearfix .col-sm-3:nth-child(4n + 5) {
	clear: none;
}
.multi-row-clearfix .col-sm-2:nth-child(6n + 7) {
	clear: none;
}
.multi-row-clearfix .col-sm-1:nth-child(12n + 13) {
	clear: none;
}
/* clear first in row for medium columns */
.multi-row-clearfix .col-md-6:nth-child(2n + 3) {
	clear: left;
}
.multi-row-clearfix .col-md-4:nth-child(3n + 4) {
	clear: left;
}
.multi-row-clearfix .col-md-3:nth-child(4n + 5) {
	clear: left;
}
.multi-row-clearfix .col-md-2:nth-child(6n + 7) {
	clear: left;
}
.multi-row-clearfix .col-md-1:nth-child(12n + 13) {
	clear: left;
}
}

@media (min-width: 1200px) {
/* reset previous grid */
.multi-row-clearfix .col-md-6:nth-child(2n + 3) {
	clear: none;
}
.multi-row-clearfix .col-md-4:nth-child(3n + 4) {
	clear: none;
}
.multi-row-clearfix .col-md-3:nth-child(4n + 5) {
	clear: none;
}
.multi-row-clearfix .col-md-2:nth-child(6n + 7) {
	clear: none;
}
.multi-row-clearfix .col-md-1:nth-child(12n + 13) {
	clear: none;
}
/* clear first in row for large columns */
.multi-row-clearfix .col-lg-6:nth-child(2n + 3) {
	clear: left;
}
.multi-row-clearfix .col-lg-4:nth-child(3n + 4) {
	clear: left;
}
.multi-row-clearfix .col-lg-3:nth-child(4n + 5) {
	clear: left;
}
.multi-row-clearfix .col-lg-2:nth-child(6n + 7) {
	clear: left;
}
.multi-row-clearfix .col-lg-1:nth-child(12n + 13) {
	clear: left;
}
}

/*
 * 1.24 -> Image Absolute Positioning
 * -----------------------------------------------
*/
.overflow-visible {
	overflow: visible !important;
}
.box-absolute {
	position: absolute;
}
.img-absolute-parent {
	position: relative;
}
.img-absolute-parent img.img-absolute {
	position: absolute;
}
.img-absolute-parent img.img-pos-left {
	left: 0;
}
.img-absolute-parent img.img-pos-top {
	top: 0;
}
.img-absolute-parent img.img-pos-bottom {
	bottom: 0;
}
.img-absolute-parent img.img-pos-right {
	right: 0;
}
.img-absolute-parent img.img-pos-center {
	left: 0;
	right: 0;
	margin: 0 auto;
}
/*
 * 2.0 -> Preloader
 * -----------------------------------------------
*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  	background-color: #fff;
    z-index: 9999;
}
#spinner {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
  	width: 40px;
  	height: 40px;
}

.cssload-triangles {
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	height: 81px;
	width: 90px;
	position: absolute;
	left: 50%;
}

.cssload-tri {
	position: absolute;
	animation: cssload-pulse 862.5ms ease-in infinite;
		-o-animation: cssload-pulse 862.5ms ease-in infinite;
		-ms-animation: cssload-pulse 862.5ms ease-in infinite;
		-webkit-animation: cssload-pulse 862.5ms ease-in infinite;
		-moz-animation: cssload-pulse 862.5ms ease-in infinite;
	border-top: 27px solid rgb(252,110,81);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0px;
}
.cssload-tri.cssload-invert {
	border-top: 0px;
	border-bottom: 27px solid rgb(252,110,81);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
.cssload-tri:nth-child(1) {
	left: 30px;
}
.cssload-tri:nth-child(2) {
	left: 15px;
	top: 27px;
	animation-delay: -143.75ms;
		-o-animation-delay: -143.75ms;
		-ms-animation-delay: -143.75ms;
		-webkit-animation-delay: -143.75ms;
		-moz-animation-delay: -143.75ms;
}
.cssload-tri:nth-child(3) {
	left: 30px;
	top: 27px;
}
.cssload-tri:nth-child(4) {
	left: 45px;
	top: 27px;
	animation-delay: -718.75ms;
		-o-animation-delay: -718.75ms;
		-ms-animation-delay: -718.75ms;
		-webkit-animation-delay: -718.75ms;
		-moz-animation-delay: -718.75ms;
}
.cssload-tri:nth-child(5) {
	top: 54px;
	animation-delay: -287.5ms;
		-o-animation-delay: -287.5ms;
		-ms-animation-delay: -287.5ms;
		-webkit-animation-delay: -287.5ms;
		-moz-animation-delay: -287.5ms;
}
.cssload-tri:nth-child(6) {
	top: 54px;
	left: 15px;
	animation-delay: -287.5ms;
		-o-animation-delay: -287.5ms;
		-ms-animation-delay: -287.5ms;
		-webkit-animation-delay: -287.5ms;
		-moz-animation-delay: -287.5ms;
}
.cssload-tri:nth-child(7) {
	top: 54px;
	left: 30px;
	animation-delay: -431.25ms;
		-o-animation-delay: -431.25ms;
		-ms-animation-delay: -431.25ms;
		-webkit-animation-delay: -431.25ms;
		-moz-animation-delay: -431.25ms;
}
.cssload-tri:nth-child(8) {
	top: 54px;
	left: 45px;
	animation-delay: -575ms;
		-o-animation-delay: -575ms;
		-ms-animation-delay: -575ms;
		-webkit-animation-delay: -575ms;
		-moz-animation-delay: -575ms;
}
.cssload-tri:nth-child(9) {
	top: 54px;
	left: 60px;
	animation-delay: -575ms;
		-o-animation-delay: -575ms;
		-ms-animation-delay: -575ms;
		-webkit-animation-delay: -575ms;
		-moz-animation-delay: -575ms;
}


@keyframes cssload-pulse {
	0% {
		opacity: 1;
	}
	16.666% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes cssload-pulse {
	0% {
		opacity: 1;
	}
	16.666% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-ms-keyframes cssload-pulse {
	0% {
		opacity: 1;
	}
	16.666% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes cssload-pulse {
	0% {
		opacity: 1;
	}
	16.666% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes cssload-pulse {
	0% {
		opacity: 1;
	}
	16.666% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/*  
 * 3.0 -> Elements
 * -----------------------------------------------
*/

/* 3.1  -> 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";
    background: #F55E45;
}
.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.2  -> 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.3  -> 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;
	border: 1px solid #F55E45;
	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.4  -> 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 {
	background: #F55E45;
	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.5  -> 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 {
	color: #F55E45;
  	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.6 -> 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,.tab-slider .nav.nav-pills a.active {
	background: #F55E45;
}

.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-centered .nav-pills > li > a:hover i, 
.horizontal-tab-centered .nav-pills > li.active > a i, 
.horizontal-tab-centered .nav-pills > li.active > a:hover i, 
.horizontal-tab-centered .nav-pills > li.active > a:focus i {
	color: #F55E45; 
}
/* 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;
}
.custom-nav-tabs > li > a:hover {
	background: #F55E45;
}

/*
 * 3.9 -> 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;
	transition: all 0.2s ease-in-out 0s;
}
/* practice-style3 */
.icon-box.box-style1.practice-style3 i {
	color: #F55E45;
}
.icon-box.box-style1.practice-style3:hover i {
	color: #fff;
}
.icon-box.box-style1.practice-style3:hover .icon-wrapper {
	background-color: #F55E45;
}
.icon-box.box-style1.practice-style3:hover .icon-wrapper::after {
  border-color: #F55E45 transparent transparent;
}
.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.7 -> Team Members
 * -----------------------------------------------
*/
.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;
  border-top: 3px outset #F55E45;
  padding: 20px;
}
.contact-area i {
  padding-right: 10px;
}
/*
 * 3.8 -> Testimonials
 * -----------------------------------------------
*/
.testimonial .item {
	border: 1px solid #ddd;
	padding: 15px;
	position: relative;
	overflow: hidden;
}
.testimonial .item::after {
  background: #F55E45 none repeat scroll 0 0;
  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;
}
/*
 * 3.9 -> 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;
  color: #F55E45;
  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 {
	background: #f55e45;
	opacity: 1;
}
/* 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 {
	color: #F55E45;
	margin-right: 10px;
}
.attorney-carousel .owl-controls .owl-nav > div {
	background: #F55E45 none repeat scroll 0 0;
	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;
}
/*
 * 3.10 -> Form
 * -----------------------------------------------
*/
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	font-size: 14px;
}
.form-control {
	border-radius: 0;
	box-shadow: none;
	height: 45px;
}
label {
	font-weight: normal;
}
.form-control:focus, form input[type="text"]:focus, form input[type="email"]:focus, form input[type="number"]:focus, form input[type="url"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="password"]:focus, form input[type="date"]:focus, form input[type="color"]:focus, form select:focus, form textarea:focus {
	color: #111;
	border-color: rgba(0,0,0, .5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0, .2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0, .2);
	box-shadow: 0 0 3px rgba(0,0,0, .2);
	outline: none;
}
.contact-form-transparent .form-control {
	background: transparent;
}
.contact-form-transparent textarea.form-control,
.contact-form-white textarea.form-control {
  height: 150px;
}
.contact-form-white .form-control {
	background: #fff;
}
.contact-form-transparent.contact-form-line .form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
}
 .contact-form-transparent.contact-form-line textarea.form-control {
 	height: 70px;
 }
/*
 * 3.11 -> 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.12 -> 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.13 -> hover effect
 * -----------------------------------------------
*/
.box-hover-effect {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.box-hover-effect img {
	position: relative;
	display: block;
	max-height: 100%;
	max-width: 100%;
	opacity: 1;
}
.box-hover-effect .overlay {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-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;
}
.box-hover-effect:hover .overlay {
	background: rgba(0,0,0,0.85);
}
.box-hover-effect:hover .overlay.white {
	background: rgba(255,255,255,0.75);
}
.box-hover-effect:hover .overlay.black {
	background: rgba(0,0,0,0.85);
}
.box-hover-effect .overlay::before, .box-hover-effect .overlay::after {
	pointer-events: none;
}
.box-hover-effect .overlay, .box-hover-effect .overlay > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box-hover-effect .overlay .details,
.box-hover-effect .overlay .details {
	-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;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.box-hover-effect .overlay > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.box-hover-effect .overlay .title {
	-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;
}
.box-hover-effect .overlay .para {
	-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;
}
.box-hover-effect .overlay .entry-meta {
	bottom: 10px;
	font-size: 70%;
	opacity: 0;
	position: absolute;
	width: 89%;
	-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;
}
.box-hover-effect:hover .overlay .entry-meta {
	opacity: 1;
}
.box-hover-effect .overlay .entry-meta.top {
	top: 10px;
}
.box-hover-effect .overlay .entry-meta i {
	color: #fff;
}
.box-hover-effect .overlay .entry-meta i {
	color: #fff;
}
.box-hover-effect .overlay .icons {
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
	-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;
}
.box-hover-effect:hover .overlay .icons {
	opacity: 1;
}
.box-hover-effect:hover .overlay .icons i {
	color: #fff;
}
.box-hover-effect:hover .overlay .icons.twin i {
	padding: 10px;
}
.box-hover-effect:hover .overlay .icons.bordered i {
	border: 1px solid #fff;
}
.box-hover-effect:hover .overlay .icons.bordered i.text-black {
	border-color: #000;
}
.box-hover-effect.effect11 .icon-next {
	-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;
}
.shadow-overlay {
	background-image: url("../images/shadow-overlay.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	bottom: 0;
	color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}



/* Individual effects */

/*---------------*/
/***** effect1 *****/
/*---------------*/
.box-hover-effect.effect1 .overlay {
	position: relative;
}
.box-hover-effect.effect1 .thumb {
	position: relative;
}
.box-hover-effect.effect1 .thumb:after {
  background-color: rgba(255,255,255,0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  width: 0;
}
.box-hover-effect.effect1 .thumb:before {
  background-color: rgba(255,255,255,0.15);
  left: 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  width: 0;
  z-index: 1;
}
.box-hover-effect.effect1:hover .thumb:before,
.box-hover-effect.effect1:hover .thumb:after {
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}

/*---------------*/
/***** icon-over *****/
/*---------------*/
.box-hover-effect.icon-over:hover .overlay {
	background: rgba(0,0,0,0.2);
}
.box-hover-effect.icon-over .overlay .icons {
	opacity: 1;
}

/*---------------*/
/***** effect2 *****/
/*---------------*/
.box-hover-effect.effect2 .thumb {
	position: relative;
	overflow: hidden;
}
.box-hover-effect.effect2 .overlay .para {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin:  0 auto;
	padding: 20px;
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.box-hover-effect.effect2:hover .para {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** effect3 *****/
/*---------------*/
.box-hover-effect.effect3 .thumb {
	position: relative;
	overflow: hidden;
}
.box-hover-effect.effect3 .overlay .details {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin:  0 auto;
	padding: 20px;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}
.box-hover-effect.effect3:hover .details {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

/*---------------*/
/***** effect4 *****/
/*---------------*/
.box-hover-effect.effect4 .thumb {
	position: relative;
	overflow: hidden;
}
.box-hover-effect.effect4 .overlay .overlay-details {
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}
.box-hover-effect.effect4:hover .overlay-details {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.box-hover-effect.effect4:hover .details {
	opacity: 0;
}
.box-hover-effect.effect4:hover img {
	-webkit-transform:scale(2);
	transform:scale(2);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


/*---------------*/
/***** effect15 *****/
/*---------------*/
.box-hover-effect.effect15 .thumb {
	position: relative;
}
.box-hover-effect.effect15 .thumb:before {
	background-color: rgba(255,255,255,0.5);
	left: -150%;
	content: "";
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;

	-webkit-transform: rotate(-70deg);
	-moz-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	-o-transform: rotate(-70deg);
	transform: rotate(-70deg);
	width: 100%;
	z-index: 1;
}
.box-hover-effect.effect15:hover .thumb:before {
	left: -40%;
	opacity: 1;
}

/*---------------*/
/***** effect11 *****/
/*---------------*/
.box-hover-effect.effect11 img {
	max-width: none;
	width: 100%;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box-hover-effect.effect11:hover img {
	-webkit-transform:scale(1);
	transform:scale(1);
}
.box-hover-effect.effect11 .overlay {
	text-align: left;
}
.box-hover-effect.effect11 .title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.box-hover-effect.effect11:hover .title {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
.box-hover-effect.effect11 .para {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	-webkit-transform: translate3d(0, -60px, 0);
	transform: translate3d(0, -60px, 0);
}
.box-hover-effect.effect11:hover .para {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.box-hover-effect.effect11 .icon-next {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}
.box-hover-effect.effect11:hover .icon-next {
	opacity: 1;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
/*---------------*/
/***** effect12 *****/
/*---------------*/

.box-hover-effect.effect12 img {
	max-width: none;
	width: 100%;
}
.box-hover-effect.effect12 .overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
}
.box-hover-effect.effect12:hover .overlay {
	background: rgba(0,0,0,0.5);
}
.box-hover-effect.effect12:hover .overlay .overlay.white {
	background: rgba(255,255,255,0.5);
}
.box-hover-effect.effect12 .overlay.white::before {
}
.box-hover-effect.effect12 .title {
	font-size: 20px;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	-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;
}
.box-hover-effect.effect12 .overlay::before, .box-hover-effect.effect12 .para {
	-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;
}
.box-hover-effect.effect12 .para {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
}
.box-hover-effect.effect12:hover .title {
	color: #fff;
}
.box-hover-effect.effect12:hover .overlay::before, .box-hover-effect.effect12:hover .para {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*---------------*/
/***** Sarah *****/
/*---------------*/


.box-hover-effect.effect13 {
	background: #42b078;
}
.box-hover-effect.effect13 img {
	max-width: none;
	-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;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.box-hover-effect.effect13 img {
	max-width: none;
	-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;
}
.box-hover-effect.effect13:hover img {
	opacity: 0.4;
}
.box-hover-effect.effect13 .overlay {
	text-align: left;
}
.box-hover-effect.effect13 .title {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}
.box-hover-effect.effect13 .title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	-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;
}
.box-hover-effect.effect13 .title.text-black::after {
	background: #888;
}
.box-hover-effect.effect13:hover .title::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.box-hover-effect.effect13 .para {
	padding: 1em 0;
	opacity: 0;
	-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;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.box-hover-effect.effect13:hover .para {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*-----------------*/
/***** effect14 *****/
/*-----------------*/

.box-hover-effect.effect14:hover {
	background: #111;
}
.box-hover-effect.effect14 img, .box-hover-effect.effect14 .title {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.box-hover-effect.effect14 img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.box-hover-effect.effect14 .title, .box-hover-effect.effect14 .para {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
}
.box-hover-effect.effect14 .para {
	text-transform: none;
	font-size: 90%;
	line-height: 1.1;
	text-align: left;
	opacity: 0;
	-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;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}
.box-hover-effect.effect14:hover img {
	-webkit-transform: translate3d(0, -80px, 0);
	transform: translate3d(0, -80px, 0);
}
.box-hover-effect.effect14:hover .title {
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
}
.box-hover-effect.effect14:hover .para {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*
 * 3.14 -> 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;
}
.bg-img-box .caption p {
	max-width: 280px;
}
/*
 * 4.1 -> Nav top
 * -----------------------------------------------
*/
.header-top {
	padding: 8px 0;
}
.header-top .header-widget .social-icons a: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;
	}
}
/*
 * 4.2 -> Navbar
 * -----------------------------------------------
*/
.header-nav {
	position: relative;
}
.header-nav .header-nav-absolute-wrapper {
	width: 100%;
}
.header-nav .header-nav-wrapper .menuzord {
	padding: 0;
}
/* menuzord */
.menuzord-menu > li > a {
	color: #444;
	font-size: 13px;
	font-weight: 400;
}
.menuzord .menuzord-menu > li.active > a i, 
.menuzord .menuzord-menu > li:hover > a i, 
.menuzord .menuzord-menu ul.dropdown li:hover > a i {
	color: #fff;
}
/* megamenu-row */
.menuzord-menu > li > .megamenu .megamenu-row li {
    border: 0 none;
    clear: both;
    font-size: 12px;
    position: relative;
    width: 100%;
}
.menuzord-menu > li > .megamenu .megamenu-row li a {
	display: block;
	color: #555;
	padding: 8px 10px;
	-webkit-transition: padding .2s linear;
	-moz-transition: padding .2s linear;
	-o-transition: padding .2s linear;
	transition: padding .2s linear;
}
.menuzord-menu > li > .megamenu .megamenu-row li.active > a, 
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a {
	background: #F55E45 none repeat scroll 0 0;
	color: #fff;
    padding-left: 15px;
}
.menuzord-menu > li > .megamenu .megamenu-row li a i {
	color: #444;
}
.menuzord-menu > li > .megamenu .megamenu-row li.active a i,
.menuzord-menu > li > .megamenu .megamenu-row li:hover a i {
	color: #fff;
}
/* scrolltofixed */
.header-nav .header-nav-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed {
	border-bottom: 1px solid #eee;
}
.header-nav .header-nav-absolute-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed .menuzord  {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}
.header .inner-sticky-wrapper {
	height: 80px;
}
@media only screen and (min-width : 992px) {
	.header-nav .header-nav-absolute-wrapper {
	    bottom: -36px;
	    left: 0;
	    margin: 0 auto;
	    position: absolute;
	    right: 0;
	    z-index: 1111;
	}
	.header-nav .header-nav-absolute-wrapper.navbar-scrolltofixed.scroll-to-fixed-fixed {
	    bottom: auto;
	}
}
/*
 * 4.3 -> nav sidebar
 * -----------------------------------------------
*/
.nav-sidebar li {
	background: #f1f1f1;
}
.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;
}
/*
 * 5.0 -> Section: Home
 * -----------------------------------------------
*/
#home {
	overflow: hidden;
}
#home.revslider-fullscreen {
	min-height: auto;
}
.box-table {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.box-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;
}
/*
 * 6.0 -> Section: Welcome
 * -----------------------------------------------
*/
p.text-large {
	font-size: 18px;
	line-height: 29px;
	max-width: 100%;
}
/*
 * 7.0 -> Section: Megafolio Pro 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;
}
/*
 * 7.1 -> Section: 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%;
}
/*
 * 8.0 -> Divider: 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;
}
/*
 * 9.0 -> Section: Blog Posts
 * -----------------------------------------------
*/
.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 {
  background: #F55E45 none repeat scroll 0 0;
  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 {
  color: #F55E45;
  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 {
	background: #F55E45 none repeat scroll 0 0;
	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 {
  background: #F55E45 none repeat scroll 0 0;
  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;
}
/*
 * 10.0 -> Section: 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;
}
/*
 * 11.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";
	color: #F55E45;
	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 {
	border: 1px solid #F55E45;
	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: 7px;
	padding-bottom: 7px;
}
.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 {
	background: #F55E45;
	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;
}
.footer .footer-widget ul li a:hover,
.footer .footer-widget ul li a:hover i,
.footer .footer-widget  a.post-title:hover {
	color: #f55e45 !important;
}
.footer .social-icons li a:hover {
	background: #f55e45;
}
.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;
}
}
/*
 * 11.0 -> Page Sidebar
 * -----------------------------------------------
*/
.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 {
  color: #F55E45;
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
/*
 * 12.0 -> Section: 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;
}
/*
 * 13.0 -> 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;
}
/*
 * 14.0 -> Section: 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 {
  color: #F55E45;
  content: "";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  right: 0;
  top: -42px;
}
/*
 * 15.0 -> Scroll-To-Top
 * -----------------------------------------------
*/
.scrollToTop {
	background: rgba(0, 0, 0, 0.1);
	bottom: 15px;
	display: none;
	height: 50px;
	padding: 2px;
	position: fixed;
	right: 15px;
	text-align: center;
	text-decoration: none;
	width: 50px;
	z-index: 99999;
}
.scrollToTop i {
	color: #fff;
	font-size: 42px;
}
.scrollToTop:hover {
	background: rgba(0, 0, 0, 0.6);
	text-decoration: none;
}
/**
 * 16.0 -> Revolution Slider
 * -----------------------------------------------
 */
.tp-bullets.preview4 .bullet {
	background: #6e6867!important;
}
/*
 * 17.0 -> Page: Attorney Details
 * -----------------------------------------------
*/
.attorney-address li {
	background: #f9f9f9;
    border-left: 1px solid #F55E45;
    margin-bottom: 15px;
    padding: 15px 20px;
}
.attorney-address li i {
    color: #F55E45;
    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;
}

/*
 * 18.0 -> Page: Services
 * -----------------------------------------------
*/
.icon-box.services-style1  {
	position: relative;
}
.icon-box.services-style1 a {
	background-color: #222;
	display: inline-block;
	height: 90px;
	left: 0;
	line-height: 70px;
    margin: 0 auto;
	position: absolute;
	right: 0;
	top: -45px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	transform: rotate(45deg);
	width: 90px;
}
.icon-box.services-style1 a::before {
	color: #fff;
	content: "\e0fe";
	font-family: "ElegantIcons";
	font-size: 32px;
	position: absolute;
	-webkit-transform: translate(-50%, 15%) rotate(-45deg);
	-ms-transform: translate(-50%, 15%) rotate(-45deg);
	-o-transform: translate(-50%, 15%) rotate(-45deg);
	transform: translate(-50%, 15%) rotate(-45deg);
}
.icon-box.services-style1 a.service-icon_genius::before {
	content: "\e00a";
}
.icon-box.services-style1 a.service-icon_pencil::before {
	content: "\6c";
}
.icon-box.services-style1 a.service-icon_question::before {
	content: "\74";
}
.icon-box.services-style1 .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;
}
.icon-box.services-style1:hover .heading  {
	color: #F55E45;
}