@charset "UTF-8";
/*------------------------------------------------------------
1 Self Clearing
2 Global
3 Structure
4 Alignment
5 Forms - Inputs - Buttons
	5.1 Forms - Inputs
	5.2 Buttons
6 Top-Header
	6.1 Company Info
	6.2 Top Menu
	6.3 Top Search
	6.4 Social Links
7 Header
	7.1 Branding
	7.2 Navigation
8 Page-Title
	8.1 Crumbs
9 Content
	9.1 Author Bio Section
	9.2 Content Style
10 Comments
11 Page Items
	11.1 Column
	11.2 Line
	11.3 Heading
	11.4 Heading-Small
	11.5 Heading-Wide
	11.6 Heading-Parallax
	11.7 Image
	11.8 Image-Parallax
	11.9 Service-Column
	11.10 Mini-Service-Column
	11.11 Block Banner
	11.12 Block Banner-Alt
	11.13 Block Feature
	11.14 Video Embed
	11.15 Post
	11.16 Blog List
	11.17 Project
	11.18 Portfolio Filter
	11.19 Portfolio List
	11.20 Member
	11.21 Progress Circle
	11.22 Countdown
	11.23 Toggle
	11.24 FAQs
	11.25 Brands-Parallax
	11.26 Map
	11.27 Full-Map
	11.28 Mailchimp
	11.29 Job List
	11.30 Testimonial-Full
	11.31 Info
	11.32 Image-Text
	11.33 Text-Banner
	11.34 Call To Action
	11.35 Progress Circle
12 Portfolio
	12.1 Project Single
13 Pagination
14 Sidebar
	14.1 Search Widget
	14.2 Custom Menu Widget
	14.3 Pages Widget
	14.4 Category Widget
	14.5 RSS Widget
	14.6 Tag Cloud Widget
	14.7 Calendar Widget
	14.8 Twitter Widget
	14.9 Flickr & Dribbble
	14.10 Recent Posts Widget
	14.11 Recent Projects Widget
	14.12 Video Widget
	14.14 Info Widget
	14.15 Jobs Widget
15 Footer
	15.1 Search Widget
	15.2 Custom Menu Widget
	15.3 Pages Widget
	15.4 Category Widget
	15.5 RSS Widget
	15.6 Tag Cloud Widget
	15.7 Calendar Widget
	15.8 Twitter Widget
	15.9 Recent Posts Widget
	15.10 Recent Projects Widget
	15.11 Video Widget
	15.12 Info Widget
	15.13 Jobs Widget
	15.14 Footer Bottom
16 Shortcodes
	16.1 Skills
	16.2 Lists
	16.3 Price Table
	16.4 Dropcaps
17 Jobs
18 Image Attachment
19 Back to Top
20 Plugins
	20.1 Flexslider
	20.2 Isotope
	20.3 RevSlider
21 Animations
22 Preloader
	22.1 Spinner 1
	22.2 Spinner 2
	22.3 Spinner 3
	22.4 Spinner 4
	22.5 Spinner 5
	22.6 Spinner 6
	22.7 Spinner 7
	22.8 Spinner 8
23 Media Queries

-------------------------------------------------------------- */
/* 1 Self Clearing
-------------------------------------------------------------- */
#branding .lm-col-12:after,
#sidebar:after,
#content .entry-content:after,
#content .entry-video:after,
.section-portfolio-items:after,
#content .lol-price-table:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

*:first-child + html #branding .lm-col-12,
*:first-child + html #sidebar,
*:first-child + html #content .entry-content,
*:first-child + html #content .entry-video,
*:first-child + html .section-portfolio-items,
*:first-child + html #content .lol-price-table {
  min-height: 1px;
}

/* 2 Global
-------------------------------------------------------------- */
html {
  overflow-x: hidden;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #353d4d;
  line-height: 20px;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: #fff;
}

.screen-reader-text,
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

iframe {
  width: 100%;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.touch a,
.touch #content a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* 3 Structure
-------------------------------------------------------------- */
#wrap {
  background-color: #fff;
}

#wrap.boxed {
  -moz-box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2);
}

#page {
  background-color: #fff;
}

#main {
  background-color: #fff;
}

.sidebar-left .cont.lm-col-9,
.sidebar-left .side.lm-col-3 {
  float: none;
}

#content {
  padding: 50px 0;
  position: relative;
}

#content.no-margin-top {
  padding-top: 0;
}

#content.no-margin-bottom {
  padding-bottom: 0;
}

#sidebar {
  padding: 50px 0;
  position: relative;
  border-top: 1px solid #b9bcc0;
}

/* 4 Alignment
-------------------------------------------------------------- */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

/* 5 Forms - Inputs - Buttons
-------------------------------------------------------------- */
/* 5.1 Forms - Inputs
-------------------------------- */
form {
  margin: 0;
}

.searchbox label {
  display: none;
}

input,
textarea,
select {
  -webkit-appearance: none;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

.input-text,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  padding: 9px 22px;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #b9bcc0;
  background-color: #fafafa;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-text:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8f97;
  background-color: #fafafa;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

label {
  margin-bottom: 15px;
  display: block;
  font-size: 11px;
  color: #8a8f97;
  text-transform: uppercase;
}

select {
  padding: 9px 22px;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #b9bcc0;
  background-color: #fafafa;
  padding-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right;
}

select:focus {
  outline: none;
  border: 1px solid #8a8f97;
  background-color: #fafafa;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.firefox select {
  background-image: none;
}

::-webkit-input-placeholder {
  font-size: 10px;
  font-style: italic;
  color: #8a8f97;
}

:-moz-placeholder {
  font-size: 10px;
  font-style: italic;
  color: #8a8f97;
}

::-moz-placeholder {
  font-size: 10px;
  font-style: italic;
  color: #8a8f97;
}

:-ms-input-placeholder {
  font-size: 10px;
  font-style: italic;
  color: #8a8f97;
}

/* 5.2 Buttons
-------------------------------- */
button,
input[type="submit"],
.lol-button,
#content .lol-button {
  padding: 11px 32px;
  font-size: 11px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #617c96;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  color: #617c96;
  background-color: transparent;
}

button:hover,
input[type="submit"]:hover,
.lol-button:hover,
#content .lol-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #617c96;
}

.touch button,
.touch input[type="submit"],
.touch .lol-button,
.touch #content .lol-button {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

button.big,
input[type="submit"].big,
#content .lol-button.big,
.lol-button.big {
  padding: 15px 40px;
  font-size: 12px;
}

button.small,
input[type="submit"].small,
#content .lol-button.small,
.lol-button.small {
  padding: 5px 17px;
  font-size: 10px;
}

#content .btn1 {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #e74c3c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  color: #e74c3c;
  background-color: transparent;
}

#content .btn1:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e74c3c;
}

#content .btn2 {
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  color: #fff;
  border: none;
  background-color: #617c96;
}

#content .btn2:hover {
  color: #fff;
  text-decoration: none;
  border: none;
  background-color: #e74c3c;
}

#content .btn3 {
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  color: #fff;
  border: none;
  background-color: #e74c3c;
}

#content .btn3:hover {
  color: #fff;
  text-decoration: none;
  border: none;
  background-color: #617c96;
}

#content .light-btn {
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  color: #fff !important;
  border: none !important;
  background-color: #cdcdcd;
}

#content .light-btn:hover {
  color: #fff !important;
  text-decoration: none;
  border: none !important;
  background-color: #333 !important;
}

/* 6 Top-Header
-------------------------------------------------------------- */
#top-header {
  padding-top: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #1a1d1f;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
}

#top-header a {
  color: #1a1d1f;
}

#top-header .lm-col-12 {
  overflow: hidden;
}

#top-header .block {
  display: inline-block;
}

/* 6.1 Company Info
-------------------------------- */
#top-header .company-info {
  margin-bottom: 5px;
}

#top-header .company-info .info {
  margin: 0 7px;
  display: inline-block;
}

#top-header .company-info .icon {
  margin-right: 5px;
}

/* 6.2 Top Menu
-------------------------------- */
#top-header .top-header-menu {
  display: none;
}

/* 6.3 Top Search
-------------------------------- */
#top-header .header-search {
  display: none;
}

/* 6.4 Social Links
-------------------------------- */
#top-header .social-links {
  margin: 0 0 5px 0;
  display: inline-block;
  list-style: none;
}

#top-header .social-links li {
  display: inline-block;
}

#top-header .social-links a {
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/social_header.png) -4px -4px no-repeat;
}

#top-header .social-links .lol-behance {
  background-position: -4px -4px;
}

#top-header .social-links .lol-delicious {
  background-position: -28px -4px;
}

#top-header .social-links .lol-deviantart {
  background-position: -52px -4px;
}

#top-header .social-links .lol-digg {
  background-position: -76px -4px;
}

#top-header .social-links .lol-dribbble {
  background-position: -100px -4px;
}

#top-header .social-links .lol-facebook {
  background-position: -124px -4px;
}

#top-header .social-links .lol-flickr {
  background-position: -148px -4px;
}

#top-header .social-links .lol-forrst {
  background-position: -172px -4px;
}

#top-header .social-links .lol-foursquare {
  background-position: -196px -4px;
}

#top-header .social-links .lol-github {
  background-position: -220px -4px;
}

#top-header .social-links .lol-google {
  background-position: -244px -4px;
}

#top-header .social-links .lol-instagram {
  background-position: -268px -4px;
}

#top-header .social-links .lol-linkedin {
  background-position: -292px -4px;
}

#top-header .social-links .lol-myspace {
  background-position: -316px -4px;
}

#top-header .social-links .lol-orkut {
  background-position: -340px -4px;
}

#top-header .social-links .lol-pinterest {
  background-position: -364px -4px;
}

#top-header .social-links .lol-rss {
  background-position: -388px -4px;
}

#top-header .social-links .lol-soundcloud {
  background-position: -412px -4px;
}

#top-header .social-links .lol-stackoverflow {
  background-position: -436px -4px;
}

#top-header .social-links .lol-stumbleupon {
  background-position: -460px -4px;
}

#top-header .social-links .lol-tumblr {
  background-position: -484px -4px;
}

#top-header .social-links .lol-twitter {
  background-position: -508px -4px;
}

#top-header .social-links .lol-vimeo {
  background-position: -532px -4px;
}

#top-header .social-links .lol-vine {
  background-position: -556px -4px;
}

#top-header .social-links .lol-youtube {
  background-position: -580px -4px;
}

#top-header .social-links .lol-vk {
  background-position: -604px -4px;
}

#top-header .social-links li {
  margin-right: 10px;
  display: inline-block;
}

#top-header .social-links a {
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/social_header.png) -4px -4px no-repeat;
}

/* 7 Header
-------------------------------------------------------------- */
/* 7.1 Branding
-------------------------------- */
#branding {
  position: relative;
  text-align: center;
  background-color: #1a1d1f;
}

#logo {
  margin: 10px 0;
  position: relative;
  z-index: 99;
}

#logo a {
  max-height: 65px;
  display: inline-block;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#logo a:hover {
  text-decoration: none;
}

#logo a img {
  max-height: 65px;
  display: inline-block;
  vertical-align: middle;
}

#logo a #retina-logo {
  display: none;
}

#site-title {
  margin: 0;
  padding: 25px 0;
  font-family: "Montserrat";
  font-size: 20px;
  color: #fff;
}

/* 7.2 Navigation
-------------------------------- */
#nav-menu {
  display: none;
  font-family: "Montserrat";
  font-weight: 700;
}

#mobile-nav-menu {
  padding-bottom: 25px;
  position: relative;
  display: inline-block;
  text-align: left;
}

#mobile-nav-menu .mobile-nav-menu-inner {
  visibility: hidden;
  opacity: 0;
}

#mobile-nav-menu select {
  width: 190px;
}

.mobile-select {
  padding: 7px 15px;
  width: 190px;
  font-size: 10px;
  font-weight: 700;
  color: #1a1d1f;
  text-transform: uppercase;
  background: #fff url(../images/mobile_menu_icon.png) 95% 12px no-repeat;
}

/* 8 Page-Title
-------------------------------------------------------------- */
#page-title-wrap {
  padding: 10px 0 15px;
  border-bottom: 1px solid #b9bcc0;
}

#page-title-wrap .page-title h1,
#page-title-wrap .page-title h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #262f3a;
  display: inline-block;
  text-transform: uppercase;
}

#page-title-wrap .page-title h1 span,
#page-title-wrap .page-title h3 span {
  color: #617c96;
}

/* 8.1 Crumbs
-------------------------------- */
.crumbs {
  margin-top: 5px;
  font-size: 11px;
  line-height: 15px;
  text-transform: capitalize;
  color: #353d4d;
}

.crumbs a {
  color: #353d4d;
}

.crumbs a:hover {
  color: #617c96;
  text-decoration: none;
}

.crumbs span {
  margin-right: 5px;
  color: #8a8f97;
}

/* 9 Content
-------------------------------------------------------------- */
#content .post,
.search #content .type-page {
  margin-bottom: 60px;
  padding-bottom: 10px;
}

.search #content .type-page .entry-header {
  margin-bottom: 30px;
}

#content .post:after,
.search #content .type-page:after {
  position: absolute;
  display: block;
  content: "";
  margin-top: 10px;
  height: 1px;
  width: 100%;
  background-color: #b9bcc0;
}

.search .type-page .meta-wrap.comments {
  display: none;
}

#content .post-wrap {
  position: relative;
}

#content .post.single {
  margin-bottom: 100px;
}

#content .entry-thumbnail,
#content .entry-gallery,
#content .entry-video,
#content .entry-audio,
#content .entry-image {
  margin-bottom: 30px;
  text-align: center;
}

#content .entry-gallery img {
  margin-left: auto;
  margin-right: auto;
}

#content .type-post .entry-header {
  margin-bottom: 30px;
}

#content .entry-header h1,
#content .entry-header h3 {
  margin-bottom: 10px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #262f3a;
  text-transform: uppercase;
}

#content .entry-header a {
  color: #262f3a;
}

#content .entry-header a:hover {
  color: #617c96;
  text-decoration: none;
}

#content .entry-header .post-meta {
  font-size: 11px;
  font-weight: 700;
  color: #262f3a;
  text-transform: uppercase;
}

#content .entry-header .post-meta .meta-wrap {
  margin-right: 15px;
}

#content .entry-header .post-meta .meta-wrap .fa {
  margin-right: 5px;
}

#content .entry-content,
#content .entry-summary {
  margin-bottom: 20px;
}

#content .entry-content a,
#content .entry-summary a {
  color: #617c96;
}

#content .footer-meta {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#content .footer-meta .meta-tags-wrap {
  font-size: 11px;
  font-weight: 700;
  color: #8a8f97;
  text-transform: uppercase;
}

#content .footer-meta .meta-tags-wrap a {
  color: #262f3a;
}

#content .footer-meta .meta-tags-wrap a:hover {
  color: #617c96;
  text-decoration: none;
}

#content .footer-meta .social-meta {
  margin: 15px 0 0;
  list-style: none;
}

#content .footer-meta .social-meta li {
  margin-right: 10px;
  display: inline-block;
}

#content .footer-meta .social-meta a {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  line-height: 33px;
  border: 1px solid #b9bcc0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #8a8f97 !important;
}

#content .footer-meta .social-meta a:hover {
  color: #617c96 !important;
  text-decoration: none;
  border: 1px solid #617c96;
}

#content .entry-content .more-link {
  padding: 11px 32px;
  font-size: 11px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #617c96;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  color: #617c96;
  background-color: transparent;
}

#content .entry-content .more-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #617c96;
}

#content .sticky .post-wrap:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: -31px;
  width: 0;
  height: 0;
  z-index: 2;
  border-bottom: 50px solid #262f3a;
  border-left: 50px solid transparent;
}

#content .post-password-required label {
  display: none;
}

#content .post-password-required input[type="submit"] {
  margin-top: 20px;
}

#content .pagelink {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

#content .pagelink a {
  margin-left: 5px;
  padding: 5px 13px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #b9bcc0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #8a8f97;
}

#content .pagelink a:hover {
  color: #617c96;
  text-decoration: none;
  border: 1px solid #617c96;
}

#content .format-quote .entry-content {
  margin-bottom: 40px;
  padding: 80px 35px 30px;
  text-align: center;
  line-height: 20px;
  background-color: #262f3a;
}

#content .format-quote .entry-content p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#content .format-quote blockquote {
  font-style: normal;
  color: #fff;
}

#content .format-quote blockquote:before {
  position: static;
  top: 0;
}

#content .format-quote .quote-caption {
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #617c96;
}

#content .format-quote .quote-caption a {
  color: #617c96;
}

#content .format-chat cite {
  margin-top: 0;
  color: #617c96;
  text-transform: uppercase;
}

#content .format-status .entry-avatar {
  margin-bottom: 20px;
}

#content .format-status .entry-avatar img {
  margin: 0 auto;
}

#content .format-status .entry-status {
  margin-bottom: 20px;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #262f3a;
}

#content .format-status .entry-status h3 {
  margin-bottom: 10px;
  font-size: 11px;
  color: #617c96;
  text-transform: uppercase;
}

#content .format-status .entry-status p {
  margin-bottom: 0;
  font-size: 12px;
}

#content .lol-love-wrap,
#content .page-row .lol-love-wrap {
  font-size: 11px;
  font-weight: 600;
  display: block;
}

#content .lol-love-wrap a,
#content .page-row .lol-love-wrap a {
  color: #8a8f97;
}

#content .lol-love-wrap a:hover, #content .lol-love-wrap a.loved,
#content .page-row .lol-love-wrap a:hover,
#content .page-row .lol-love-wrap a.loved {
  color: #617c96;
  text-decoration: none;
}

#content .lol-love-wrap a .fa,
#content .page-row .lol-love-wrap a .fa {
  margin-right: 5px;
}

#content .map-canvas.small {
  height: 150px;
}

#content .map-canvas.normal {
  height: 300px;
}

#content .map-canvas.big {
  height: 500px;
}

#content .map-canvas img {
  max-width: none;
}

#content .map-canvas label {
  width: auto;
  display: inline;
}

#content img.wp-smiley {
  display: inline;
}

#content .divider,
.divider,
.widget-header {
  margin-bottom: 45px;
}

#content .divider:after,
.divider:after,
.widget-header:after {
  margin-top: -10px;
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background-color: #b9bcc0;
}

#content .divider h2,
#content .divider h3,
.divider h2,
.divider h3,
.widget-header h2,
.widget-header h3 {
  font-family: "Montserrat";
  padding-right: 10px;
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  color: #8a8f97;
  text-transform: uppercase;
  background-color: #fff;
}

.page .entry-thumbnail {
  margin-top: 50px;
}

.page #content .entry-thumbnail {
  margin-top: 0;
  margin-bottom: 60px;
}

/* 9.1 Author Bio Section
-------------------------------- */
#content .about-author {
  margin-bottom: 50px;
  padding: 70px 30px 30px;
  position: relative;
  color: #fff;
  text-align: center;
  background-color: #262f3a;
}

#content .about-author .bio-title {
  margin-bottom: 10px;
}

#content .about-author .bio-title h4 {
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
}

#content .about-author .bio-title span {
  font-size: 11px;
  font-weight: 600;
  color: #617c96;
  text-transform: uppercase;
}

#content .about-author p {
  margin-bottom: 0;
  font-size: 12px;
}

#content .about-author .bio-avatar {
  margin-left: -50px;
  position: absolute;
  top: -50px;
  left: 50%;
}

#content .about-author .bio-avatar img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/* 9.2 Content Style
-------------------------------- */
#content p,
.widget p {
  margin: 0 0 20px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Montserrat";
  line-height: 20px;
}

#content h1 {
  font-size: 20px;
}

#content h2 {
  font-size: 18px;
}

#content h3 {
  font-size: 16px;
}

#content h4 {
  font-size: 15px;
}

#content h5 {
  font-size: 14px;
}

#content h6 {
  font-size: 14px;
}

#content blockquote {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 12px;
  font-style: italic;
  border: none;
}

#content blockquote:before {
  position: absolute;
  top: 20px;
  content: "”";
  font-family: "Georgia", sans-serif;
  font-style: normal;
  font-size: 80px;
  color: #617c96;
}

#content blockquote p {
  padding-left: 45px;
  font-size: 12px;
}

#content blockquote cite {
  margin-top: 0;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  text-transform: uppercase;
}

#content cite {
  margin-top: 10px;
  font-size: 12px;
  font-style: normal;
  display: inline-block;
}

#content table {
  margin-bottom: 20px;
  width: 100%;
  font-size: 12px;
}

#content table caption,
#content table th,
#content table td {
  text-align: left;
}

#content table td {
  padding: 10px 0;
}

#content table tr {
  border-bottom: 1px solid #ededed;
}

#content table th {
  padding: 10px 0;
  font-family: "Montserrat";
  text-transform: uppercase;
}

#content dl {
  margin-left: 20px;
}

#content dl img {
  max-width: 750px;
}

#content .format-chat dl {
  margin-left: 0;
}

#content .gallery dl {
  margin-left: 0;
}

#content dd {
  margin-bottom: 13px;
}

#content dl dd.wp-caption-dd {
  margin-left: 0;
  max-width: 750px;
}

#content ul {
  margin-left: 20px;
  margin-bottom: 20px;
  list-style: square;
}

#content ul ul,
#content ul ol {
  margin-bottom: 0;
}

#content ol {
  margin-left: 20px;
  margin-bottom: 20px;
  list-style-type: decimal;
}

#content ol ol,
#content ol ul {
  margin-bottom: 0;
}

#content ol ol {
  list-style-type: upper-alpha;
}

#content ol ol ol {
  list-style-type: lower-roman;
}

#content code,
#content kbd,
#content samp,
#content var {
  color: #444;
  font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  border: 1px solid #b9bcc0;
  background-color: #f1f1f1;
}

#content address {
  margin-bottom: 20px;
  font-style: italic;
}

#content pre {
  margin-bottom: 20px;
  padding: 20px;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  text-decoration: none;
  overflow: auto;
  border: 1px solid #b9bcc0;
  background-color: #f1f1f1;
}

#content big {
  font-size: 16px;
}

#content sup,
#content sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

#content sup {
  bottom: 1ex;
}

#content sub {
  top: .5ex;
}

#content label abbr[title],
#content .required {
  color: red;
  border: none;
}

#content img.alignleft {
  margin: 10px 30px 20px 0;
  display: block;
  float: left;
}

#content .gallery-icon img {
  border: none !important;
}

#content img.alignright {
  margin: 10px 0 30px 20px;
  display: block;
  float: right;
}

#content img.aligncenter {
  margin: 20px auto;
}

#content .wp-caption.alignright {
  margin-left: 20px;
}

#content .wp-caption.alignleft {
  margin-right: 20px;
}

#content .wp-caption-text,
#content .gallery-caption,
#content .wp-caption-dd {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 11px;
  color: #fff;
  background-color: #262f3a;
}

#content .gallery-caption {
  margin-left: auto !important;
  margin-right: auto;
  max-width: 80%;
}

#content .gallery-icon img {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}

/* 10 Comments
-------------------------------------------------------------- */
#comments .comment-content a {
  color: #617c96;
}

#comments label {
  display: none;
}

#comments .commentlist {
  margin: 0 0 70px;
  list-style-type: none;
}

#comments .commentlist .comment article {
  margin-bottom: 30px;
  position: relative;
  font-size: 12px;
  overflow: hidden;
}

#comments .commentlist .comment-meta,
#comments .commentlist .comment-meta a {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #262f3a;
  text-transform: uppercase;
}

#comments .commentlist .comment-meta a,
#comments .commentlist .comment-meta span {
  margin-right: 15px;
}

#comments .commentlist .comment-meta a a,
#comments .commentlist .comment-meta span a {
  margin-right: 0;
}

#comments .commentlist .comment-meta a:hover {
  color: #617c96;
  text-decoration: none;
}

#comments .commentlist .comment-author {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}

#comments .commentlist .comment-author img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

#comments .commentlist .comment-wrap {
  margin-left: 80px;
  border-bottom: 1px solid #ededed;
}

#comments .commentlist .children {
  margin-left: 40px;
}

#comments .bypostauthor {
  border: none;
}

#comments .comment-awaiting-moderation {
  font-size: 11px;
  text-transform: uppercase;
  color: #617c96;
}

#comments .nocomments,
#comments .nopassword,
#comments .comment-logged-in,
#comments .cancel-comment-reply {
  font-size: 12px;
  font-weight: 700;
  color: #262f3a;
  text-transform: uppercase;
  display: inline-block;
}

#comments .nocomments a,
#comments .nopassword a,
#comments .comment-logged-in a,
#comments .cancel-comment-reply a {
  color: #262f3a;
}

#comments .nocomments a:hover,
#comments .nopassword a:hover,
#comments .comment-logged-in a:hover,
#comments .cancel-comment-reply a:hover {
  color: #617c96;
  text-decoration: none;
}

#comments .cancel-comment-reply a {
  margin-bottom: 20px;
  display: block;
}

#comments .pingback {
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #262f3a;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
}

#comments .pingback a {
  margin-right: 10px;
  font-weight: 400;
  color: #617c96;
  text-transform: none;
}

#comments .comment-input input[type="text"] {
  width: 100%;
}

#comments .comment-input input[type="text"],
#comments textarea {
  font-size: 12px;
}

#comments #comment-nav {
  margin-bottom: 40px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

#comments #comment-nav a {
  margin-right: 5px;
  padding: 5px 13px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #b9bcc0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #8a8f97;
}

#comments #comment-nav a:hover {
  color: #617c96;
  text-decoration: none;
  border: 1px solid #617c96;
}

#respond .comment-must-logged {
  font-size: 12px;
  font-weight: 700;
  color: #262f3a;
  text-transform: uppercase;
  display: inline-block;
}

#respond .comment-must-logged a {
  color: #262f3a;
}

#respond .comment-must-logged a:hover {
  color: #617c96;
  text-decoration: none;
}

/* 11 Page Items
-------------------------------------------------------------- */
#content .page-row {
  margin-bottom: 0;
}

#content .page-row a {
  color: #617c96;
}

#content .parallax-yes {
  background-attachment: fixed;
  background-repeat: repeat;
}

#content .full-img {
  margin-bottom: 50px;
  background-size: cover;
}

#content .full-img.margin-no {
  margin-bottom: 0;
}

.touch #content .parallax-yes {
  background-attachment: scroll !important;
  background-position: center top !important;
  background-size: cover !important;
}

/* 11.1 Column
-------------------------------- */
#content .lol-item-column {
  margin-bottom: 50px;
}

/* 11.2 Line
-------------------------------- */
#content .lol-item-line {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  display: block;
  background: #b9bcc0;
}

/* 11.3 Heading
-------------------------------- */
#content .lol-item-heading {
  margin-bottom: 50px;
  text-align: center;
  overflow: hidden;
}

#content .lol-item-heading h2 {
  margin-bottom: 0;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #262f3a;
  text-transform: uppercase;
}

#content .lol-item-heading p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  font-style: italic;
  color: #8a8f97;
  line-height: 22px;
}

/* 11.4 Heading-Small
-------------------------------- */
#content .lol-item-heading-small {
  margin-bottom: 50px;
  text-align: center;
  overflow: hidden;
}

#content .lol-item-heading-small h2 {
  margin-bottom: 0;
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #262f3a;
  text-transform: uppercase;
}

#content .lol-item-heading-small p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
  font-style: italic;
  color: #8a8f97;
  line-height: 20px;
}

/* 11.5 Heading-Wide
-------------------------------- */
#content .lol-item-heading-wide {
  padding: 20px 0;
  position: relative;
  text-align: center;
}

#content .lol-item-heading-wide:after {
  content: "";
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #dfdfdf;
}

#content .lol-item-heading-wide h2 {
  margin-bottom: 0;
  font-family: "Montserrat";
  font-size: 16px;
  color: #2d2d2d;
  text-transform: uppercase;
}

/* 11.6 Heading-Parallax
-------------------------------- */
#content .lol-item-heading-parallax {
  padding: 120px 0;
  text-align: center;
}

#content .lol-item-heading-parallax h2 {
  margin-bottom: 20px;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}

#content .lol-item-heading-parallax p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

#content .lol-item-heading-parallax.dark h2,
#content .lol-item-heading-parallax.dark p {
  color: #2d2d2d;
}

#content .lol-item-heading-parallax.light h2,
#content .lol-item-heading-parallax.light p {
  color: #fff;
}

/* 11.7 Image
-------------------------------- */
#content .lol-item-image {
  margin-bottom: 50px;
}

#content .lol-item-image img {
  display: inline-block;
}

#content .lol-item-image.lol-center {
  text-align: center;
}

#content .lol-item-image.lol-left {
  text-align: left;
}

#content .lol-item-image.lol-right {
  text-align: right;
}

/* 11.8 Image-Parallax
-------------------------------- */
#content .lol-item-image-parallax {
  min-height: 300px;
}

/* 11.9 Service-Column
-------------------------------- */
#content .lol-item-service-column {
  margin-bottom: 50px;
  text-align: center;
}

#content .lol-item-service-column h3 {
  margin-bottom: 10px;
  font-size: 12px;
  color: #262f3a;
  text-transform: uppercase;
}

#content .lol-item-service-column h3 a {
  color: #262f3a;
}

#content .lol-item-service-column h3 a:hover {
  color: #617c96;
  text-decoration: none;
}

#content .lol-item-service-column p {
  margin-bottom: 0;
  font-size: 12px;
}

#content .lol-item-service-column .service-icon {
  margin-bottom: 24px;
  width: 60px;
  height: 60px;
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #fff;
  line-height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #617c96;
}

#content .lol-item-service-column .service-icon:after {
  content: "";
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #617c96;
}

/* 11.10 Mini-Service-Column
-------------------------------- */
#content .lol-item-mini-service-column {
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

#content .lol-item-mini-service-column.no-margin {
  margin-bottom: 50px;
}

#content .lol-item-mini-service-column h3 {
  margin-bottom: 5px;
  font-size: 12px;
  color: #262f3a;
  text-transform: uppercase;
}

#content .lol-item-mini-service-column .mini-service-icon {
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #617c96;
}

#content .lol-item-mini-service-column p {
  margin-bottom: 5px;
  font-size: 12px;
}

#content .lol-item-mini-service-column .more {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  color: #8a8f97;
}

#content .lol-item-mini-service-column .more .fa {
  margin-left: 5px;
}

#content .lol-item-mini-service-column .more:hover {
  color: #617c96;
  text-decoration: none;
}

/* 11.11 Block Banner
-------------------------------- */
#content .lol-item-block-banner {
  padding: 60px 0;
  text-align: center;
  overflow: hidden;
}

#content .lol-item-block-banner img {
  margin: 0 auto 50px;
}

#content .lol-item-block-banner h3 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

#content .lol-item-block-banner h3 span {
  color: #617c96;
}

#content .lol-item-block-banner .block-banner-content {
  font-weight: 300;
}

#content .lol-item-block-banner .lol-button-block {
  margin-top: 40px;
  padding: 11px 32px;
  font-size: 11px;
}

#content .lol-item-block-banner ul.lol-list:last-child {
  margin-bottom: 0;
}

#content .lol-item-block-banner.light h3,
#content .lol-item-block-banner.light .block-banner-content {
  color: #fff;
}

#content .lol-item-block-banner.light .lol-button-block {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
}

#content .lol-item-block-banner.light .lol-button-block:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid #617c96;
  background-color: #617c96;
}

#content .lol-item-block-banner.light ul.lol-list .fa-check {
  color: #fff;
}

#content .lol-item-block-banner.dark h3,
#content .lol-item-block-banner.dark .block-banner-content {
  color: #2d2d2d;
}

#content .lol-item-block-banner.dark .lol-button-block {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #2d2d2d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  color: #2d2d2d;
  background-color: transparent;
}

#content .lol-item-block-banner.dark .lol-button-block:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid #617c96;
  background-color: #617c96;
}

#content .lol-item-block-banner.dark ul.lol-list .fa-check {
  color: #2d2d2d;
}

/* 11.12 Block Banner-Alt
-------------------------------- */
#content .lol-item-block-banner-alt {
  padding: 60px 0;
  text-align: center;
  overflow: hidden;
}

#content .lol-item-block-banner-alt h3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

#content .lol-item-block-banner-alt h3 span {
  color: #617c96;
}

#content .lol-item-block-banner-alt .block-banner-content {
  margin-top: 20px;
  font-weight: 300;
}

#content .lol-item-block-banner-alt.light h3,
#content .lol-item-block-banner-alt.light .block-banner-content {
  color: #fff;
}

#content .lol-item-block-banner-alt.light ul.lol-list .fa-check {
  color: #fff;
}

#content .lol-item-block-banner-alt.dark h3,
#content .lol-item-block-banner-alt.dark .block-banner-content {
  color: #2d2d2d;
}

#content .lol-item-block-banner-alt.dark ul.lol-list .fa-check {
  color: #2d2d2d;
}

/* 11.13 Block Feature
-------------------------------- */
#content .lol-item-block-feature {
  margin-bottom: 50px;
  text-align: center;
}

#content .lol-item-block-feature img {
  margin: 0 auto 30px;
  width: 100px;
  height: 100px;
}

#content .lol-item-block-feature h3 {
  margin-bottom: 10px;
  font-size: 12px;
  color: #262f3a;
  text-transform: uppercase;
}

#content .lol-item-block-feature p {
  margin-bottom: 0;
  font-size: 12px;
}

/* 11.14 Video Embed
-------------------------------- */
#content .lol-item-embed-video {
  margin-bottom: 50px;
}

/* 11.15 Post
-------------------------------- */
#content .post-item {
  margin-bottom: 50px;
  overflow: hidden;
}

#content .post-item .post-mask {
  position: relative;
  overflow: hidden;
  display: block;
}

#content .post-item .post-mask:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  z-index: 2;
  background-color: #262f3a;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#content .post-item .post-mask .post-link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: 9;
  background-color: #617c96;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#content .post-item .post-mask span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  color: #fff;
  opacity: 0;
  text-transform: uppercase;
  z-index: 9;
  -webkit-transform: translate(-50%, -250%);
  -moz-transform: translate(-50%, -250%);
  -ms-transform: translate(-50%, -250%);
  -o-transform: translate(-50%, -250%);
  transform: translate(-50%, -250%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#content .post-item .post-mask:hover:after {
  opacity: 1;
}

#content .post-item .post-mask:hover .post-link {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

#content .post-item .post-mask:hover span {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#content .post-item .post-meta {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-right: 50px;
  position: relative;
}

#content .post-item .post-meta h3 {
  margin-bottom: 0;
  font-family: "Montserrat";
  font-size: 12px;
  text-transform: uppercase;
}

#content .post-item .post-meta h3 a {
  color: #262f3a;
}

#content .post-item .post-meta h3 a:hover {
  color: #617c96;
  text-decoration: none;
}

#content .post-item p {
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
}

.lt-ie9 #content .post-item .post-mask span {
  display: none;
}

/* 11.16 Blog List
-------------------------------- */
#content .lol-item-blog-list {
  margin-bottom: 50px;
}

#content .lol-item-blog-list .entry-post {
  margin-bottom: 20px;
  overflow: hidden;
}

#content .lol-item-blog-list .entry-post:last-child {
  margin-bottom: 0;
}

#content .lol-item-blog-list .entry-thumbnail {
  margin-right: 15px;
  margin-bottom: 0;
  float: left;
  width: 65px;
  height: 65px;
}

#content .lol-item-blog-list .entry-thumbnail.no-thumb {
  background-color: #262f3a;
}

#content .lol-item-blog-list .entry-meta {
  padding-left: 80px;
}

#content .lol-item-blog-list .entry-meta .entry-categories {
  font-size: 11px;
  font-weight: 700;
  color: #617c96;
  text-transform: uppercase;
}

#content .lol-item-blog-list .entry-meta .entry-categories a {
  margin-right: 10px;
  display: inline-block;
  color: #617c96;
}

#content .lol-item-blog-list .entry-meta .entry-categories a:hover {
  color: #262f3a;
  text-decoration: none;
}

#content .lol-item-blog-list .entry-meta .entry-title a {
  font-family: "Montserrat";
  font-size: 11px;
  color: #262f3a;
  text-transform: uppercase;
}

#content .lol-item-blog-list .entry-meta .entry-title a:hover {
  color: #617c96;
  text-decoration: none;
}

#content .lol-item-blog-list .entry-meta .entry-date {
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  display: block;
  color: #8a8f97;
}

/* 11.17 Project
-------------------------------- */
#content .lol-page-item .portfolio-item {
  margin-bottom: 50px;
}

/* 11.18 Portfolio Filter
-------------------------------- */
#content .full-portfolio-wrap {
  margin-bottom: 50px;
  overflow: hidden;
}

#content .full-portfolio-wrap .portfolio-item {
  margin-bottom: 0;
}

#content .full-portfolio-wrap .portfolio-item .portfolio-title {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  color: #fff;
  opacity: 0;
  font-family: "Montserrat";
  text-align: center;
  text-transform: uppercase;
  z-index: 9;
  -webkit-transform: translate(-50%, -250%);
  -moz-transform: translate(-50%, -250%);
  -ms-transform: translate(-50%, -250%);
  -o-transform: translate(-50%, -250%);
  transform: translate(-50%, -250%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#content .full-portfolio-wrap .portfolio-item .portfolio-title div {
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: 300;
}

#content .full-portfolio-wrap .portfolio-mask:hover .portfolio-title {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#content .margin-no .full-portfolio-wrap {
  margin-bottom: 0;
}

.lt-ie9 #content .full-portfolio-wrap .portfolio-item .portfolio-title {
  display: none;
}

/* 11.19 Portfolio List
-------------------------------- */
#content .lol-item-portfolio-list {
  margin-bottom: 50px;
}

#content .lol-item-portfolio-list .entry-project {
  margin-bottom: 20px;
  overflow: hidden;
}

#content .lol-item-portfolio-list .entry-project:last-child {
  margin-bottom: 0;
}

#content .lol-item-portfolio-list .entry-thumbnail {
  margin-right: 15px;
  margin-bottom: 0;
  float: left;
  width: 65px;
  height: 65px;
}

#content .lol-item-portfolio-list .entry-thumbnail.no-thumb {
  background-color: #262f3a;
}

#content .lol-item-portfolio-list .entry-meta {
  padding-left: 80px;
}

#content .lol-item-portfolio-list .entry-meta .entry-categories {
  font-size: 11px;
  font-weight: 700;
  color: #262f3a;
  text-transform: uppercase;
}

#content .lol-item-portfolio-list .entry-meta .entry-categories a {
  margin-right: 10px;
  display: inline-block;
  color: #262f3a;
}

#content .lol-item-portfolio-list .entry-meta .entry-categories a:hover {
  color: #617c96;
  text-decoration: none;
}

#content .lol-item-portfolio-list .entry-meta .entry-title a {
  font-family: "Montserrat";
  font-size: 11px;
  color: #617c96;
  text-transform: uppercase;
}

#content .lol-item-portfolio-list .entry-meta .entry-title a:hover {
  color: #262f3a;
  text-decoration: none;
}

/* 11.20 Member
-------------------------------- */
#content .lol-item-member {
  margin-bottom: 50px;
  text-align: center;
}

#content .lol-item-member .meta-member {
  padding: 20px;
  font-size: 12px;
  color: #fff;
  background-color: #262f3a;
}

#content .lol-item-member .meta-member .member-name h3 {
  margin-bottom: 0;
  font-family: "Montserrat";
  font-size: 13px;
  text-transform: uppercase;
}

#content .lol-item-member .meta-member .member-name span {
  font-size: 12px;
  font-weight: 600;
  color: #617c96;
  text-transform: uppercase;
}

#content .lol-item-member .meta-member p {
  margin: 15px 0 20px;
  font-weight: 300;
}

#content .lol-item-member .meta-member .member-links {
  margin: 0;
  list-style: none;
}

#content .lol-item-member .meta-member .member-links li {
  display: inline-block;
}

#content .lol-item-member .meta-member .member-links li a {
  margin: 0 5px 5px;
  width: 25px;
  height: 25px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #fff;
}

#content .lol-item-member .meta-member .member-links li a:hover {
  color: #fff;
  border: 1px solid #617c96;
  background-color: #617c96;
}

/* 11.21 Progress Circle
-------------------------------- */
#content .progress-circle {
  margin-bottom: 50px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

#content .progress-circle .easyPieChart {
  position: relative;
  text-align: center;
}

#content .progress-circle .easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
  display: inline;
}

#content .progress-circle .chart {
  margin-bottom: 15px;
  width: 120px;
  height: 120px;
  display: inline-block;
  text-align: center;
  line-height: 120px;
}

#content .progress-circle .chart span {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  color: #262f3a;
}

/* 11.22 Countdown
-------------------------------- */
#content #countdown {
  padding: 60px 0;
  text-align: center;
}

#content #countdown h3 {
  margin-bottom: 40px;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}

#content #countdown .count {
  margin-bottom: 30px;
  display: block;
}

#content #countdown .count .count-value {
  width: 100px;
  height: 60px;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 24px;
  line-height: 58px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #fff;
}

#content #countdown .count .count-label {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

#content #countdown .count-wrap:last-child .count:last-child {
  margin-bottom: 0;
}

#content #countdown.dark {
  color: #2d2d2d;
}

#content #countdown.dark h3 {
  color: #2d2d2d;
}

#content #countdown.dark .count .count-value {
  border: 1px solid #2d2d2d;
}

#content #countdown.light {
  color: #fff;
}

#content #countdown.light h3 {
  color: #fff;
}

#content #countdown.light .count .count-value {
  border: 1px solid #fff;
}

#content #countdown #count-end {
  display: none;
  margin-bottom: 40px;
  font-family: "Montserrat";
  font-size: 40px;
  line-height: 42px;
  text-transform: uppercase;
}

/* 11.23 Toggle
-------------------------------- */
#content .lol-toggle {
  margin-bottom: 50px;
}

#content .lol-toggle .lol-toggle-header {
  margin-bottom: -1px;
  padding: 10px 30px 10px 0;
  position: relative;
  font-family: "Montserrat";
  font-size: 12px;
  color: #262f3a;
  cursor: pointer;
  text-transform: uppercase;
  border-top: 1px solid #b9bcc0;
  border-bottom: 1px solid #b9bcc0;
}

#content .lol-toggle .lol-icon-toggle {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 5px;
}

#content .lol-toggle .lol-toggle-content {
  padding-top: 20px;
  font-size: 12px;
}

/* 11.24 FAQs
-------------------------------- */
#content .faqs-filter {
  margin-bottom: 30px;
  text-align: center;
}

#content .faqs-filter .faqs-categories {
  display: none;
}

#content .lol-faq-wrap {
  margin-bottom: 50px;
}

#content .lol-faq-wrap .lol-faq-header {
  margin-bottom: -1px;
  padding: 10px 30px 10px 0;
  position: relative;
  font-family: "Montserrat";
  font-size: 12px;
  color: #262f3a;
  text-transform: uppercase;
  cursor: pointer;
  border-top: 1px solid #b9bcc0;
  border-bottom: 1px solid #b9bcc0;
}

#content .lol-faq-wrap .lol-icon-faq {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 5px;
}

#content .lol-faq-wrap .lol-faq-content {
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 12px;
}

#content .faq-description {
  margin-bottom: 30px;
  font-size: 12px;
}

#content #lol-faq-topics {
  margin-bottom: 30px;
}

#content #lol-faq-topics li a {
  font-size: 12px;
  color: #617c96;
}

#content #lol-faq-topics li a:hover {
  color: #262f3a;
  text-decoration: none;
}

#content .lol-faq-entry {
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
}

#content .lol-faq-entry:last-child {
  margin-bottom: 50px;
}

#content .lol-faq-topic-title {
  margin-bottom: 10px;
  font-family: "Montserrat";
  font-size: 12px;
  color: #262f3a;
  text-transform: uppercase;
}

#content .lol-faq-topic-content {
  margin-bottom: 10px;
  font-size: 12px;
}

#content .back-faqs {
  margin-bottom: 10px;
  display: block;
  font-size: 11px;
  color: #617c96;
}

#content .back-faqs:hover {
  color: #262f3a;
  text-decoration: none;
}

/* 11.25 Brands-Parallax
-------------------------------- */
#content .lol-item-brands-parallax {
  padding: 60px 0;
  overflow: hidden;
}

#content .lol-item-brands-parallax > div {
  margin-bottom: 30px;
  padding: 0 10px;
  width: 50%;
  float: left;
}

#content .lol-item-brands-parallax > div img {
  margin: 0 auto;
  display: block;
}

/* 11.26 Map
-------------------------------- */
#content .map-canvas-wrapper {
  margin-bottom: 50px;
}

/* 11.27 Full-Map
-------------------------------- */
#content .map-canvas-wrapper.full-map .map-canvas.small {
  height: 300px;
}

#content .map-canvas-wrapper.full-map .map-canvas.normal {
  height: 450px;
}

#content .map-canvas-wrapper.full-map .map-canvas.big {
  height: 600px;
}

#content .margin-no .map-canvas-wrapper {
  margin-bottom: 0;
}

/* 11.28 Mailchimp
-------------------------------- */
#content .newsletter-block {
  margin-bottom: 50px;
  padding: 20px 0;
  border-top: 1px solid #b9bcc0;
  border-bottom: 1px solid #b9bcc0;
}

#content .newsletter-block .newsletter-title {
  margin-bottom: 30px;
  text-align: center;
}

#content .newsletter-block .newsletter-title h3 {
  margin-bottom: 0;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 24px;
  color: #262f3a;
  text-transform: uppercase;
}

#content .newsletter-block .mc_form label {
  display: none;
}

#content .newsletter-block .mc_form input[type="email"] {
  margin-bottom: 30px;
  width: 100%;
}

#content .newsletter-block .mc_form .btn-newsletter-wrap {
  text-align: center;
}

#content .newsletter-block .mc_form .btn-newsletter-wrap .btn-newsletter {
  position: relative;
  display: inline-block;
  text-align: center;
}

#content .newsletter-block .mc_form .btn-newsletter-wrap .btn-newsletter .fa-envelope {
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 32px;
  color: #fff;
}

#content .newsletter-block .mc_form .btn-newsletter-wrap .btn-newsletter input[type="submit"] {
  padding: 10px 32px 10px 62px;
  font-size: 11px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  color: #fff;
  border: none;
  background-color: #262f3a;
}

#content .newsletter-block .mc_form .btn-newsletter-wrap .btn-newsletter input[type="submit"]:hover {
  color: #fff;
  text-decoration: none;
  border: none;
  background-color: #617c96;
}

/* 11.29 Job List
-------------------------------- */
#content .job-list {
  margin-bottom: 50px;
}

#content .job-list .entry-job {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
}

#content .job-list h4 {
  margin-bottom: 0;
  font-size: 12px;
  font-family: "Montserrat";
  text-transform: uppercase;
}

#content .job-list h4 a {
  color: #262f3a;
}

#content .job-list h4 a:hover {
  color: #617c96;
  text-decoration: none;
}

#content .job-list .meta-job-wrap {
  float: left;
  width: 75%;
}

#content .job-list .meta-job {
  font-size: 11px;
  font-style: italic;
}

#content .job-list .meta-job-location {
  width: 25%;
  display: inline-block;
  text-align: right;
  float: right;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  color: #8a8f97;
}

/* 11.30 Testimonial-Full
-------------------------------- */
#content .lol-item-testimonial-full {
  padding: 60px 0;
  text-align: center;
  overflow: hidden;
}

#content .lol-item-testimonial-full h3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  text-transform: uppercase;
}

#content .lol-item-testimonial-full h3 span {
  color: #617c96;
}

#content .lol-item-testimonial-full h3:after {
  margin-top: 50px;
  content: "”";
  display: block;
  font-family: "Georgia", sans-serif;
  font-style: normal;
  font-size: 80px;
  color: #617c96;
}

#content .lol-item-testimonial-full blockquote {
  margin: 0 0 10px;
  padding: 0;
  position: static;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  border: none;
}

#content .lol-item-testimonial-full blockquote:before {
  content: none;
}

#content .lol-item-testimonial-full .flexslider.flex-testimonial {
  margin: 0;
}

#content .lol-item-testimonial-full .flexslider.flex-testimonial .flex-direction-nav {
  margin-top: 25px;
  display: inline-block;
}

#content .lol-item-testimonial-full .flexslider.flex-testimonial .flex-direction-nav li {
  display: inline-block;
}

#content .lol-item-testimonial-full .flexslider.flex-testimonial .flex-direction-nav a {
  margin: 0 8px;
  width: 40px;
  height: 40px;
  position: static;
  display: block;
  opacity: 1;
  text-indent: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: transparent;
}

#content .lol-item-testimonial-full .flexslider.flex-testimonial .flex-direction-nav a.flex-prev {
  text-align: center;
}

#content .lol-item-testimonial-full .flexslider.flex-testimonial .flex-direction-nav a.flex-prev:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f104";
  font-size: 14px;
  line-height: 38px;
}

#content .lol-item-testimonial-full .flexslider.flex-testimonial .flex-direction-nav a.flex-next {
  text-align: center;
}

#content .lol-item-testimonial-full .flexslider.flex-testimonial .flex-direction-nav a.flex-next:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 14px;
  line-height: 38px;
}

#content .lol-item-testimonial-full .testimonial-meta {
  font-size: 14px;
  font-style: italic;
}

#content .lol-item-testimonial-full .testimonial-meta cite {
  font-size: 14px;
  font-style: italic;
  color: #617c96;
}

#content .lol-item-testimonial-full .testimonial-meta .sep {
  margin: 0 5px;
  color: #617c96;
}

#content .lol-item-testimonial-full.light {
  color: #fff;
}

#content .lol-item-testimonial-full.light h3 {
  color: #fff;
}

#content .lol-item-testimonial-full.light .flexslider.flex-testimonial .flex-direction-nav a {
  border: 1px solid #fff;
}

#content .lol-item-testimonial-full.light .flexslider.flex-testimonial .flex-direction-nav a.flex-prev:before {
  color: #fff;
}

#content .lol-item-testimonial-full.light .flexslider.flex-testimonial .flex-direction-nav a.flex-next:before {
  color: #fff;
}

#content .lol-item-testimonial-full.light .flexslider.flex-testimonial .flex-direction-nav a:hover {
  border-color: #617c96;
  background-color: #617c96;
  text-decoration: none;
}

#content .lol-item-testimonial-full.dark {
  color: #2d2d2d;
}

#content .lol-item-testimonial-full.dark h3 {
  color: #2d2d2d;
}

#content .lol-item-testimonial-full.dark .flexslider.flex-testimonial .flex-direction-nav a {
  border: 1px solid #2d2d2d;
}

#content .lol-item-testimonial-full.dark .flexslider.flex-testimonial .flex-direction-nav a.flex-prev:before {
  color: #2d2d2d;
}

#content .lol-item-testimonial-full.dark .flexslider.flex-testimonial .flex-direction-nav a.flex-prev:hover:before {
  color: #fff;
}

#content .lol-item-testimonial-full.dark .flexslider.flex-testimonial .flex-direction-nav a.flex-next:before {
  color: #2d2d2d;
}

#content .lol-item-testimonial-full.dark .flexslider.flex-testimonial .flex-direction-nav a.flex-next:hover:before {
  color: #fff;
}

#content .lol-item-testimonial-full.dark .flexslider.flex-testimonial .flex-direction-nav a:hover {
  border-color: #617c96;
  background-color: #617c96;
  text-decoration: none;
}

/* 11.31 Info
-------------------------------- */
#content .lol-item-info {
  margin-bottom: 50px;
  padding: 30px 20px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #b9bcc0;
}

#content .lol-item-info .contact-information {
  position: relative;
}

#content .lol-item-info .contact-information:after {
  margin-top: 20px;
  content: "";
  width: 50%;
  margin-left: 25%;
  height: 1px;
  display: block;
  background-color: #b9bcc0;
}

#content .lol-item-info .vcard {
  font-weight: 700;
  color: #262f3a;
}

#content .lol-item-info .vcard a {
  color: #262f3a;
}

#content .lol-item-info .vcard a:hover {
  color: #617c96;
}

#content .lol-item-info .vcard .fa {
  margin-right: 10px;
  color: #617c96;
}

/* 11.32 Image-Text
-------------------------------- */
#content .lol-item-image-text {
  margin-bottom: 50px;
}

#content .lol-item-image-text .image-mask {
  display: block;
  position: relative;
  overflow: hidden;
}

#content .lol-item-image-text .image-mask:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 50%;
  display: block;
  opacity: 1;
  z-index: 2;
  background-color: #262f3a;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#content .lol-item-image-text .image-mask h3 {
  padding: 40px 0;
  width: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  color: #fff;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  z-index: 9;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #262f3a;
}

#content .lol-item-image-text .image-mask:hover:after {
  opacity: 1;
  top: 0;
  bottom: 0;
}

.lt-ie9 #content .lol-item-image-text .image-mask:after,
.no-csstransforms #content .lol-item-image-text .image-mask:after {
  content: none;
}

.lt-ie9 #content .lol-item-image-text .image-mask h3,
.no-csstransforms #content .lol-item-image-text .image-mask h3 {
  display: none;
}

/* 11.33 Text-Banner
-------------------------------- */
#content .lol-item-text-banner-wrap {
  margin-bottom: 50px;
  border: 2px solid #262f3a;
}

#content .lol-item-text-banner-wrap a,
#content .lol-item-text-banner-wrap a:hover {
  display: block;
  color: #262f3a !important;
  text-decoration: none;
}

#content .lol-item-text-banner-wrap .lol-item-text-banner {
  margin: 2px;
  padding: 30px;
  text-align: center;
  border: 1px solid #b9bcc0;
}

#content .lol-item-text-banner-wrap .lol-item-text-banner h3 {
  margin-bottom: 0;
  font-family: "Montserrat";
  font-size: 26px;
  line-height: 40px;
}

#content .lol-item-text-banner-wrap .lol-item-text-banner p {
  margin: 5px 0 0;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
}

/* 11.34 Call To Action
-------------------------------- */
#content .lol-item-call-to-action {
  padding: 20px 0;
  text-align: center;
}

#content .lol-item-call-to-action h3 {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

#content .lol-item-call-to-action h3 span {
  color: #617c96;
}

#content .lol-item-call-to-action .lol-button-block {
  margin-top: 20px;
  padding: 11px 32px;
  font-size: 11px;
}

#content .lol-item-call-to-action.light h3 {
  color: #fff;
}

#content .lol-item-call-to-action.light .lol-button-block {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
}

#content .lol-item-call-to-action.light .lol-button-block:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid #617c96;
  background-color: #617c96;
}

#content .lol-item-call-to-action.dark h3 {
  color: #2d2d2d;
}

#content .lol-item-call-to-action.dark .lol-button-block {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #2d2d2d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  color: #2d2d2d;
  background-color: transparent;
}

#content .lol-item-call-to-action.dark .lol-button-block:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid #617c96;
  background-color: #617c96;
}

/* 11.35 Progress Number
-------------------------------- */
#content .progress-number {
  margin-bottom: 50px;
  text-align: center;
}

#content .progress-number .progress-icon {
  margin-bottom: 10px;
  display: block;
  font-size: 30px;
  color: #617c96;
}

#content .progress-number .timer,
#content .progress-number .nojs-timer {
  font-family: "Montserrat";
  font-size: 60px;
  line-height: 70px;
  color: #262f3a;
}

#content .progress-number p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  color: #8a8f97;
  text-transform: uppercase;
}

.js #content .progress-number .nojs-timer {
  display: none;
}

/* 12 Portfolio
-------------------------------------------------------------- */
#content .portfolio-filter {
  margin-bottom: 30px;
  text-align: center;
}

#content .portfolio-filter .filter-description {
  margin-bottom: 30px;
  display: block;
  font-weight: 700;
  font-style: italic;
  color: #8a8f97;
}

#content .portfolio-filter .portfolio-categories {
  display: none;
}

#content .section-portfolio-items {
  margin: 30px 0;
}

#content .portfolio-item {
  margin-bottom: 50px;
  overflow: hidden;
}

#content .portfolio-item .portfolio-mask {
  position: relative;
  overflow: hidden;
  display: block;
}

#content .portfolio-item .portfolio-mask:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  z-index: 2;
  background-color: #262f3a;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#content .portfolio-item .portfolio-mask .portfolio-link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: 9;
  background-color: #617c96;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#content .portfolio-item .portfolio-mask span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  color: #fff;
  opacity: 0;
  text-transform: uppercase;
  z-index: 9;
  -webkit-transform: translate(-50%, -250%);
  -moz-transform: translate(-50%, -250%);
  -ms-transform: translate(-50%, -250%);
  -o-transform: translate(-50%, -250%);
  transform: translate(-50%, -250%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#content .portfolio-item .portfolio-mask:hover:after {
  opacity: 1;
}

#content .portfolio-item .portfolio-mask:hover .portfolio-link {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

#content .portfolio-item .portfolio-mask:hover span {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#content .portfolio-item .portfolio-meta {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-right: 50px;
  position: relative;
}

#content .portfolio-item .portfolio-meta .project-categories {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

#content .portfolio-item .portfolio-meta .project-categories a {
  margin-right: 10px;
  color: #262f3a;
}

#content .portfolio-item .portfolio-meta .project-categories a:hover {
  color: #617c96;
  text-decoration: none;
}

#content .portfolio-item .portfolio-meta h3 {
  margin-bottom: 0;
  font-family: "Montserrat";
  font-size: 12px;
  text-transform: uppercase;
}

#content .portfolio-item .portfolio-meta h3 a {
  color: #617c96;
}

#content .portfolio-item .portfolio-meta h3 a:hover {
  color: #262f3a;
  text-decoration: none;
}

#content .portfolio-item .portfolio-meta .lol-love-wrap {
  position: absolute;
  top: 0;
  right: 0;
}

#content .portfolio-item p {
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
}

.lt-ie9 #content .portfolio-item .portfolio-mask span {
  display: none;
}

.template-portfolio #content .page-row:last-child {
  margin-bottom: 70px;
}

/* 12.1 Project Single
-------------------------------- */
.single-lolfmk-portfolio #content .projects-navigation-wrap {
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}

.single-lolfmk-portfolio #content .projects-navigation-wrap .projects-navigation {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
}

.single-lolfmk-portfolio #content .projects-navigation-wrap .projects-navigation a {
  margin: 0 2px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  line-height: 33px;
  border: 1px solid #b9bcc0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #8a8f97 !important;
}

.single-lolfmk-portfolio #content .projects-navigation-wrap .projects-navigation a:hover {
  color: #617c96 !important;
  text-decoration: none;
  border: 1px solid #617c96;
}

.single-lolfmk-portfolio #content .projects-navigation-wrap .projects-links .lol-love-wrap {
  height: 35px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  line-height: 33px;
  border: 1px solid #b9bcc0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.single-lolfmk-portfolio #content .projects-navigation-wrap .projects-links .lol-love-wrap a {
  padding: 0 10px;
  display: block;
}

.single-lolfmk-portfolio #content .projects-navigation-wrap .projects-links .social-meta {
  margin: 0;
  list-style: none;
  display: inline-block;
}

.single-lolfmk-portfolio #content .projects-navigation-wrap .projects-links .social-meta li {
  margin-right: 0;
  display: inline-block;
}

.single-lolfmk-portfolio #content .projects-navigation-wrap .projects-links .social-meta a {
  margin-left: 4px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  line-height: 33px;
  border: 1px solid #b9bcc0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #8a8f97 !important;
}

.single-lolfmk-portfolio #content .projects-navigation-wrap .projects-links .social-meta a:hover {
  color: #617c96 !important;
  text-decoration: none;
  border: 1px solid #617c96;
}

.single-lolfmk-portfolio #content .entry-thumbnail,
.single-lolfmk-portfolio #content .entry-gallery,
.single-lolfmk-portfolio #content .entry-video {
  margin-bottom: 40px;
}

.single-lolfmk-portfolio #content .entry-header {
  margin-bottom: 20px;
}

.single-lolfmk-portfolio #content .project-description {
  margin-bottom: 30px;
  font-size: 12px;
}

.single-lolfmk-portfolio #content .project-details {
  margin-top: 40px;
}

.single-lolfmk-portfolio #content .project-details a {
  color: #617c96;
}

.single-lolfmk-portfolio #content .project-details > div {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ededed;
}

.single-lolfmk-portfolio #content .project-details span {
  margin-right: 10px;
}

.single-lolfmk-portfolio #content .project-details .project-categories a {
  font-size: 11px;
  text-transform: uppercase;
}

/* 13 Pagination
-------------------------------------------------------------- */
#content .pagination {
  margin: 0;
}

#content .pagination a,
#content .pagination .current {
  margin-right: 5px;
  padding: 5px 13px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #b9bcc0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #8a8f97;
}

#content .pagination a:hover,
#content .pagination .current:hover {
  color: #617c96;
  text-decoration: none;
  border: 1px solid #617c96;
}

#content .pagination .current {
  color: #617c96;
  border: 1px solid #617c96;
}

/* 14 Sidebar
-------------------------------------------------------------- */
#sidebar {
  font-size: 12px;
}

#sidebar input[type="text"],
#sidebar select {
  width: 100%;
}

#sidebar ul {
  margin: 0;
  list-style: none;
}

#sidebar .widget {
  margin-bottom: 50px;
}

#sidebar .widget li {
  padding: 8px 0;
  border-bottom: 1px solid #ededed;
}

#sidebar .widget ul li:first-child {
  padding-top: 0;
}

#sidebar .widget a {
  color: #617c96;
}

#sidebar .widget a:hover {
  color: #262f3a;
  text-decoration: none;
}

#sidebar .lol-love-wrap {
  font-size: 11px;
  font-weight: 600;
  display: block;
}

#sidebar .lol-love-wrap a {
  color: #8a8f97;
}

#sidebar .lol-love-wrap a:hover, #sidebar .lol-love-wrap a.loved {
  color: #617c96;
  text-decoration: none;
}

#sidebar .lol-love-wrap a .fa {
  margin-right: 5px;
}

/* 14.1 Search Widget
-------------------------------- */
#sidebar .searchbox {
  position: relative;
}

#sidebar .searchbox input[type="text"] {
  padding-right: 40px;
}

#sidebar .fa-search {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  font-size: 12px;
}

/* 14.2 Custom Menu Widget
-------------------------------- */
#sidebar .widget_nav_menu li {
  padding: 0;
  border-bottom: none;
}

#sidebar .widget_nav_menu a {
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #ededed;
}

#sidebar .widget_nav_menu ul li:first-child a {
  padding-top: 0;
}

#sidebar .widget_nav_menu ul.sub-menu {
  margin-left: 20px;
}

#sidebar .widget_nav_menu ul.sub-menu li a {
  padding-top: 8px;
}

/* 14.3 Pages Widget
-------------------------------- */
#sidebar .widget_pages li {
  padding: 0;
  border-bottom: none;
}

#sidebar .widget_pages a {
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #ededed;
}

#sidebar .widget_pages ul li:first-child a {
  padding-top: 0;
}

#sidebar .widget_pages ul.children {
  margin-left: 20px;
}

#sidebar .widget_pages ul.children li a {
  padding-top: 8px;
}

/* 14.4 Category Widget
-------------------------------- */
#sidebar .widget_categories li {
  padding: 0;
  border-bottom: none;
}

#sidebar .widget_categories a {
  padding: 8px 0;
  display: inline-block;
}

#sidebar .widget_categories ul li:first-child a {
  padding-top: 0;
}

#sidebar .widget_categories ul.children {
  margin-left: 20px;
}

#sidebar .widget_categories ul.children li a {
  padding-top: 8px;
}

/* 14.5 RSS Widget
-------------------------------- */
.widget_rss .rsswidget img {
  display: none;
}

#sidebar .widget_rss .widget-title a {
  color: #8a8f97;
}

#sidebar .widget_rss li {
  margin-bottom: 10px;
}

#sidebar .widget_rss li .rsswidget {
  margin-bottom: 5px;
  display: block;
}

#sidebar .widget_rss li .rss-date {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  display: block;
  color: #8a8f97;
}

#sidebar .widget_rss li cite {
  margin-top: 10px;
  display: block;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

/* 14.6 Tag Cloud Widget
-------------------------------- */
#sidebar .widget_tag_cloud a {
  margin: 0 5px 5px 0;
  padding: 5px 13px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #b9bcc0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #8a8f97 !important;
}

#sidebar .widget_tag_cloud a:hover {
  color: #617c96 !important;
  text-decoration: none;
  border: 1px solid #617c96;
}

/* 14.7 Calendar Widget
-------------------------------- */
#sidebar .widget_calendar table {
  width: 100%;
  font-size: 12px;
}

#sidebar .widget_calendar table caption {
  padding: 10px 0;
  border: 1px solid #ededed;
}

#sidebar .widget_calendar table thead {
  border: 1px solid #ededed;
  border-top: none;
}

#sidebar .widget_calendar table thead tr th {
  padding: 5px 0;
}

#sidebar .widget_calendar table tbody tr td {
  padding: 5px 0;
  text-align: center;
  border: 1px solid #ededed;
}

#sidebar .widget_calendar table tfoot tr td {
  padding: 5px 0;
  text-align: center;
  border: 1px solid #ededed;
}

/* 14.8 Twitter Widget
-------------------------------- */
#sidebar .lol_widget_twitter p {
  margin-bottom: 0;
}

#sidebar .lol_widget_twitter .timestamp {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  border-bottom: 1px solid #ededed;
}

#sidebar .lol_widget_twitter .timestamp a {
  color: #8a8f97;
}

#sidebar .lol_widget_twitter .timestamp a:hover {
  color: #617c96;
}

/* 14.9 Flickr & Dribbble
-------------------------------- */
.lol_widget_flickr .flickr-widget,
.lol_widget_dribbble .dribbble-widget,
.lol_widget_flickr_footer .footer-flickr-widget,
.lol_widget_dribbble_footer .footer-dribbble-widget {
  overflow: hidden;
}

.lol_widget_flickr img,
.lol_widget_dribbble img,
.lol_widget_flickr_footer img,
.lol_widget_dribbble_footer img {
  width: 65px;
  height: auto;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
}

.lol_widget_flickr img,
.lol_widget_flickr_footer img {
  height: 65px;
}

/* 14.10 Recent Posts Widget
-------------------------------- */
#sidebar .lol-posts-widget .entry-post {
  margin-bottom: 20px;
  overflow: hidden;
}

#sidebar .lol-posts-widget .entry-thumbnail {
  margin-top: 0;
  margin-right: 15px;
  padding: 0;
  float: left;
  width: 65px;
  height: 65px;
  border: none;
}

#sidebar .lol-posts-widget .entry-thumbnail.no-thumb {
  background-color: #262f3a;
}

#sidebar .lol-posts-widget .entry-meta {
  padding-left: 80px;
}

#sidebar .lol-posts-widget .entry-meta .entry-categories {
  font-size: 11px;
  font-weight: 700;
  color: #617c96;
  text-transform: uppercase;
}

#sidebar .lol-posts-widget .entry-meta .entry-categories a {
  margin-right: 10px;
  display: inline-block;
}

#sidebar .lol-posts-widget .entry-meta .entry-title a {
  font-family: "Montserrat";
  font-size: 11px;
  color: #262f3a;
  text-transform: uppercase;
}

#sidebar .lol-posts-widget .entry-meta .entry-title a:hover {
  color: #617c96;
}

#sidebar .lol-posts-widget .entry-meta .entry-date {
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  display: block;
  color: #8a8f97;
}

#sidebar .widget_recent_entries .post-date {
  display: block;
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  color: #8a8f97;
}

/* 14.11 Recent Projects Widget
-------------------------------- */
#sidebar .lol-projects-widget .entry-project {
  margin-bottom: 20px;
  overflow: hidden;
}

#sidebar .lol-projects-widget .entry-thumbnail {
  margin-top: 0;
  margin-right: 15px;
  padding: 0;
  float: left;
  width: 65px;
  height: 65px;
  border: none;
}

#sidebar .lol-projects-widget .entry-thumbnail.no-thumb {
  background-color: #262f3a;
}

#sidebar .lol-projects-widget .entry-meta {
  padding-left: 80px;
}

#sidebar .lol-projects-widget .entry-meta .entry-categories {
  font-size: 11px;
  font-weight: 700;
  color: #617c96;
  text-transform: uppercase;
}

#sidebar .lol-projects-widget .entry-meta .entry-categories a {
  margin-right: 10px;
  display: inline-block;
}

#sidebar .lol-projects-widget .entry-meta .entry-title a {
  font-family: "Montserrat";
  font-size: 11px;
  color: #262f3a;
  text-transform: uppercase;
}

#sidebar .lol-projects-widget .entry-meta .entry-title a:hover {
  color: #617c96;
}

/* 14.12 Video Widget
-------------------------------- */
#sidebar .video-widget iframe {
  max-width: 100%;
}

/* 14.14 Info Widget
-------------------------------- */
#sidebar .info_widget {
  padding: 30px 20px;
  font-size: 12px;
  border: 1px solid #b9bcc0;
}

#sidebar .info_widget .contact-information {
  position: relative;
}

#sidebar .info_widget .contact-information:after {
  margin-top: 20px;
  content: "";
  width: 50%;
  height: 1px;
  display: block;
  background-color: #b9bcc0;
}

#sidebar .info_widget .vcard {
  font-weight: 700;
  color: #262f3a;
}

#sidebar .info_widget .vcard a {
  color: #262f3a;
}

#sidebar .info_widget .vcard a:hover {
  color: #617c96;
}

#sidebar .info_widget .vcard .fa {
  margin-right: 10px;
  color: #617c96;
}

/* 14.15 Jobs Widget
-------------------------------- */
#sidebar .lol-jobs-widget .entry-job {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ededed;
}

#sidebar .lol-jobs-widget .entry-job span {
  margin-left: 10px;
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  color: #8a8f97;
}

/* 15 Footer
-------------------------------------------------------------- */
#footer {
  position: relative;
  font-size: 12px;
}

#footer input[type="text"],
#footer select {
  width: 100%;
}

#footer .footer-widgets {
  padding: 70px 0 10px;
  border-top: 1px solid #b9bcc0;
}

#footer ul {
  margin: 0;
  list-style: none;
}

#footer .widget {
  margin-bottom: 50px;
}

#footer .widget li {
  padding: 8px 0;
  border-bottom: 1px solid #dcdcdc;
}

#footer .widget ul li:first-child {
  padding-top: 0;
}

#footer .widget a {
  color: #262f3a;
}

#footer .widget a:hover {
  color: #617c96;
  text-decoration: none;
}

#footer .widget .widget-header {
  margin-bottom: 45px;
}

#footer .widget .widget-header:after {
  margin-top: -10px;
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background-color: #1a1d1f;
}

#footer .widget .widget-header h2,
#footer .widget .widget-header h3 {
  font-family: "Montserrat";
  padding-right: 10px;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #262f3a;
  text-transform: uppercase;
  background-color: #fff;
}

#footer .lol-love-wrap {
  font-size: 11px;
  font-weight: 600;
  display: block;
}

#footer .lol-love-wrap a {
  color: #8a8f97;
}

#footer .lol-love-wrap a:hover, #footer .lol-love-wrap a.loved {
  color: #617c96;
  text-decoration: none;
}

#footer .lol-love-wrap a .fa {
  margin-right: 5px;
}

#footer.dark {
  background-color: #1a1d1f;
  color: #8a8f97;
}

#footer.dark .footer-widgets {
  border-top: none;
}

#footer.dark input[type="text"],
#footer.dark input[type="password"],
#footer.dark input[type="datetime"],
#footer.dark input[type="datetime-local"],
#footer.dark input[type="date"],
#footer.dark input[type="month"],
#footer.dark input[type="time"],
#footer.dark input[type="week"],
#footer.dark input[type="number"],
#footer.dark input[type="email"],
#footer.dark input[type="url"],
#footer.dark input[type="search"],
#footer.dark input[type="tel"],
#footer.dark input[type="color"],
#footer.dark textarea {
  padding: 9px 22px;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #55575b;
  background-color: #2f3034;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #8a8f97;
}

#footer.dark input[type="text"]:focus,
#footer.dark input[type="password"]:focus,
#footer.dark input[type="datetime"]:focus,
#footer.dark input[type="datetime-local"]:focus,
#footer.dark input[type="date"]:focus,
#footer.dark input[type="month"]:focus,
#footer.dark input[type="time"]:focus,
#footer.dark input[type="week"]:focus,
#footer.dark input[type="number"]:focus,
#footer.dark input[type="email"]:focus,
#footer.dark input[type="url"]:focus,
#footer.dark input[type="search"]:focus,
#footer.dark input[type="tel"]:focus,
#footer.dark input[type="color"]:focus,
#footer.dark textarea:focus {
  outline: none;
  border: 1px solid #666;
  background-color: #2f3034;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#footer.dark .widget-header {
  margin-bottom: 45px;
}

#footer.dark .widget-header:after {
  margin-top: -10px;
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background-color: #595c61;
}

#footer.dark .widget-header h2,
#footer.dark .widget-header h3 {
  font-family: "Montserrat";
  padding-right: 10px;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #1a1d1f;
}

#footer.dark .widget li {
  border-bottom: 1px solid #2f3034;
}

#footer.dark .widget a {
  color: #8a8f97;
}

#footer.dark .widget a:hover {
  color: #ededed;
}

#footer.dark .lol-love-wrap a {
  color: #8a8f97;
}

#footer.dark .lol-love-wrap a:hover, #footer.dark .lol-love-wrap a.loved {
  color: #ededed;
}

/* 15.1 Search Widget
-------------------------------- */
#footer .searchbox {
  position: relative;
}

#footer .searchbox input[type="text"] {
  padding-right: 40px;
}

#footer .fa-search {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  font-size: 12px;
}

/* 15.2 Custom Menu Widget
-------------------------------- */
#footer .widget_nav_menu li {
  padding: 0;
  border-bottom: none;
}

#footer .widget_nav_menu a {
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #dcdcdc;
}

#footer .widget_nav_menu ul li:first-child a {
  padding-top: 0;
}

#footer .widget_nav_menu ul.sub-menu {
  margin-left: 20px;
}

#footer .widget_nav_menu ul.sub-menu li a {
  padding-top: 8px;
}

#footer.dark .widget_nav_menu li {
  border-bottom: none;
}

#footer.dark .widget_nav_menu a {
  border-bottom: 1px solid #2f3034;
}

/* 15.3 Pages Widget
-------------------------------- */
#footer .widget_pages li {
  padding: 0;
  border-bottom: none;
}

#footer .widget_pages a {
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #dcdcdc;
}

#footer .widget_pages ul li:first-child a {
  padding-top: 0;
}

#footer .widget_pages ul.children {
  margin-left: 20px;
}

#footer .widget_pages ul.children li a {
  padding-top: 8px;
}

#footer.dark .widget_pages li {
  border-bottom: none;
}

#footer.dark .widget_pages a {
  border-bottom: 1px solid #2f3034;
}

/* 15.4 Category Widget
-------------------------------- */
#footer .widget_categories li {
  padding: 0;
  border-bottom: none;
}

#footer .widget_categories a {
  padding: 8px 0;
  display: inline-block;
}

#footer .widget_categories ul li:first-child a {
  padding-top: 0;
}

#footer .widget_categories ul.children {
  margin-left: 20px;
}

#footer .widget_categories ul.children li a {
  padding-top: 8px;
}

#footer.dark .widget_categories li {
  border-bottom: none;
}

/* 15.5 RSS Widget
-------------------------------- */
#footer .widget_rss .widget-title a {
  color: #262f3a;
}

#footer .widget_rss li {
  margin-bottom: 10px;
}

#footer .widget_rss li .rsswidget {
  margin-bottom: 5px;
  display: block;
}

#footer .widget_rss li .rss-date {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  display: block;
  color: #8a8f97;
}

#footer .widget_rss li cite {
  margin-top: 10px;
  display: block;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

#footer.dark .widget_rss .widget-title a {
  color: #fff;
}

#footer.dark .widget_rss li .rss-date {
  color: #55575b;
}

/* 15.6 Tag Cloud Widget
-------------------------------- */
#footer .widget_tag_cloud a {
  margin: 0 5px 5px 0;
  padding: 5px 13px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #b9bcc0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #8a8f97 !important;
}

#footer .widget_tag_cloud a:hover {
  color: #617c96 !important;
  text-decoration: none;
  border: 1px solid #617c96;
}

#footer.dark .widget_tag_cloud a {
  margin: 0 5px 5px 0;
  padding: 5px 13px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #2f3034;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #8a8f97;
}

#footer.dark .widget_tag_cloud a:hover {
  color: #fff !important;
  text-decoration: none;
  border: 1px solid #595c61 !important;
}

/* 15.7 Calendar Widget
-------------------------------- */
#footer .widget_calendar table {
  width: 100%;
  font-size: 12px;
}

#footer .widget_calendar table caption {
  padding: 10px 0;
  border: 1px solid #dcdcdc;
}

#footer .widget_calendar table thead {
  border: 1px solid #dcdcdc;
  border-top: none;
}

#footer .widget_calendar table thead tr th {
  padding: 5px 0;
}

#footer .widget_calendar table tbody tr td {
  padding: 5px 0;
  text-align: center;
  border: 1px solid #dcdcdc;
}

#footer .widget_calendar table tfoot tr td {
  padding: 5px 0;
  text-align: center;
  border: 1px solid #dcdcdc;
}

#footer.dark .widget_calendar table caption {
  border: 1px solid #2f3034;
}

#footer.dark .widget_calendar table thead {
  border: 1px solid #2f3034;
  border-top: none;
}

#footer.dark .widget_calendar table tbody tr td {
  border: 1px solid #2f3034;
}

#footer.dark .widget_calendar table tfoot tr td {
  border: 1px solid #2f3034;
}

/* 15.8 Twitter Widget
-------------------------------- */
#footer .lol_widget_twitter p {
  margin-bottom: 0;
}

#footer .lol_widget_twitter .timestamp {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  border-bottom: 1px solid #dcdcdc;
}

#footer .lol_widget_twitter .timestamp a {
  color: #8a8f97;
}

#footer .lol_widget_twitter .timestamp a:hover {
  color: #617c96;
}

#footer.dark .lol_widget_twitter .timestamp {
  border-bottom: 1px solid #2f3034;
}

#footer.dark .lol_widget_twitter .timestamp a {
  color: #55575b;
}

#footer.dark .lol_widget_twitter .timestamp a:hover {
  color: #ededed;
}

/* 15.9 Recent Posts Widget
-------------------------------- */
#footer .lol-posts-widget .entry-post {
  margin-bottom: 20px;
  overflow: hidden;
}

#footer .lol-posts-widget .entry-thumbnail {
  margin-top: 0;
  margin-right: 15px;
  padding: 0;
  float: left;
  width: 65px;
  height: 65px;
  border: none;
}

#footer .lol-posts-widget .entry-thumbnail.no-thumb {
  background-color: #262f3a;
}

#footer .lol-posts-widget .entry-meta {
  padding-left: 80px;
}

#footer .lol-posts-widget .entry-meta .entry-categories {
  font-size: 11px;
  font-weight: 700;
  color: #617c96;
  text-transform: uppercase;
}

#footer .lol-posts-widget .entry-meta .entry-categories a {
  margin-right: 10px;
  display: inline-block;
}

#footer .lol-posts-widget .entry-meta .entry-title a {
  font-family: "Montserrat";
  font-size: 11px;
  color: #262f3a;
  text-transform: uppercase;
}

#footer .lol-posts-widget .entry-meta .entry-title a:hover {
  color: #617c96;
}

#footer .lol-posts-widget .entry-meta .entry-date {
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  display: block;
  color: #8a8f97;
}

#footer.dark .lol-posts-widget .entry-meta .entry-categories a {
  color: #8a8f97;
}

#footer.dark .lol-posts-widget .entry-meta .entry-categories a:hover {
  color: #ededed;
}

#footer.dark .lol-posts-widget .entry-meta .entry-title a {
  color: #ededed;
}

#footer.dark .lol-posts-widget .entry-meta .entry-title a:hover {
  color: #fff;
}

#footer.dark .lol-posts-widget .entry-meta .entry-date {
  color: #55575b;
}

#footer .widget_recent_entries .post-date {
  display: block;
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  color: #8a8f97;
}

#footer.dark .widget_recent_entries .post-date {
  color: #55575b;
}

/* 15.10 Recent Projects Widget
-------------------------------- */
#footer .lol-projects-widget .entry-project {
  margin-bottom: 20px;
  overflow: hidden;
}

#footer .lol-projects-widget .entry-thumbnail {
  margin-top: 0;
  margin-right: 15px;
  padding: 0;
  float: left;
  width: 65px;
  height: 65px;
  border: none;
}

#footer .lol-projects-widget .entry-thumbnail.no-thumb {
  background-color: #262f3a;
}

#footer .lol-projects-widget .entry-meta {
  padding-left: 80px;
}

#footer .lol-projects-widget .entry-meta .entry-categories {
  font-size: 11px;
  font-weight: 700;
  color: #617c96;
  text-transform: uppercase;
}

#footer .lol-projects-widget .entry-meta .entry-categories a {
  margin-right: 10px;
  display: inline-block;
}

#footer .lol-projects-widget .entry-meta .entry-title a {
  font-family: "Montserrat";
  font-size: 11px;
  color: #262f3a;
  text-transform: uppercase;
}

#footer .lol-projects-widget .entry-meta .entry-title a:hover {
  color: #617c96;
}

#footer.dark .lol-projects-widget .entry-meta .entry-categories a {
  color: #8a8f97;
}

#footer.dark .lol-projects-widget .entry-meta .entry-categories a:hover {
  color: #ededed;
}

#footer.dark .lol-projects-widget .entry-meta .entry-title a {
  color: #ededed;
}

#footer.dark .lol-projects-widget .entry-meta .entry-title a:hover {
  color: #fff;
}

/* 15.11 Video Widget
-------------------------------- */
#footer .video-widget iframe {
  max-width: 100%;
}

/* 15.12 Info Widget
-------------------------------- */
#footer .info_widget {
  padding: 30px 20px;
  font-size: 12px;
  border: 1px solid #b9bcc0;
}

#footer .info_widget .contact-information {
  position: relative;
}

#footer .info_widget .contact-information:after {
  margin-top: 20px;
  content: "";
  width: 50%;
  height: 1px;
  display: block;
  background-color: #b9bcc0;
}

#footer .info_widget .vcard {
  font-weight: 700;
  color: #262f3a;
}

#footer .info_widget .vcard a {
  color: #262f3a;
}

#footer .info_widget .vcard a:hover {
  color: #617c96;
}

#footer .info_widget .vcard .fa {
  margin-right: 10px;
  color: #262f3a;
}

#footer.dark .info_widget {
  border: 1px solid #595c61;
}

#footer.dark .info_widget .contact-information:after {
  background-color: #595c61;
}

#footer.dark .info_widget .vcard {
  color: #8a8f97;
}

#footer.dark .info_widget .vcard a {
  color: #8a8f97;
}

#footer.dark .info_widget .vcard a:hover {
  color: #ededed;
}

#footer.dark .info_widget .vcard .fa {
  color: #55575b;
}

/* 15.13 Jobs Widget
-------------------------------- */
#footer .lol-jobs-widget .entry-job {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dcdcdc;
}

#footer .lol-jobs-widget .entry-job span {
  margin-left: 10px;
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  color: #8a8f97;
}

#footer.dark .entry-job {
  border-bottom: 1px dotted #2f3034;
}

#footer.dark .entry-job span {
  color: #55575b;
}

/* 15.14 Footer Bottom
-------------------------------- */
#footer-bottom {
  font-size: 11px;
  text-align: center;
  overflow: hidden;
}

#footer-bottom .footer-bottom-inner {
  padding: 20px 0 15px;
  border-top: 1px solid #b9bcc0;
}

#footer-bottom a {
  color: #353d4d;
}

#footer-bottom a:hover {
  color: #617c96;
  text-decoration: none;
}

#footer-bottom .footer-bottom-copy {
  margin-bottom: 20px;
  font-weight: 700;
}

#footer-bottom .social-links {
  display: inline-block;
}

#footer-bottom .social-links li {
  margin: 0 0 5px 5px;
  display: inline-block;
}

#footer-bottom .social-links li a {
  width: 38px;
  height: 38px;
  display: inline-block;
  text-indent: -9999px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #262f3a;
  background: #262f3a url(../images/social_icons.png) 0 0 no-repeat;
}

#footer-bottom .social-links .lol-behance {
  background-position: 0 0;
}

#footer-bottom .social-links .lol-behance:hover {
  border: 1px solid #1769FF !important;
  background-color: #1769FF;
}

#footer-bottom .social-links .lol-delicious {
  background-position: -36px 0;
}

#footer-bottom .social-links .lol-delicious:hover {
  border: 1px solid #3274D1 !important;
  background-color: #3274D1;
}

#footer-bottom .social-links .lol-deviantart {
  background-position: -72px 0;
}

#footer-bottom .social-links .lol-deviantart:hover {
  border: 1px solid #4B5D50 !important;
  background-color: #4B5D50;
}

#footer-bottom .social-links .lol-digg {
  background-position: -108px 0;
}

#footer-bottom .social-links .lol-digg:hover {
  border: 1px solid #14589E !important;
  background-color: #14589E;
}

#footer-bottom .social-links .lol-dribbble {
  background-position: -144px 0;
}

#footer-bottom .social-links .lol-dribbble:hover {
  border: 1px solid #EA4C89 !important;
  background-color: #EA4C89;
}

#footer-bottom .social-links .lol-facebook {
  background-position: -180px 0;
}

#footer-bottom .social-links .lol-facebook:hover {
  border: 1px solid #3B5998 !important;
  background-color: #3B5998;
}

#footer-bottom .social-links .lol-flickr {
  background-position: -216px 0;
}

#footer-bottom .social-links .lol-flickr:hover {
  border: 1px solid #0063DB !important;
  background-color: #0063DB;
}

#footer-bottom .social-links .lol-forrst {
  background-position: -252px 0;
}

#footer-bottom .social-links .lol-forrst:hover {
  border: 1px solid #5B9A68 !important;
  background-color: #5B9A68;
}

#footer-bottom .social-links .lol-foursquare {
  background-position: -288px 0;
}

#footer-bottom .social-links .lol-foursquare:hover {
  border: 1px solid #2398C9 !important;
  background-color: #2398C9;
}

#footer-bottom .social-links .lol-github {
  background-position: -324px 0;
}

#footer-bottom .social-links .lol-github:hover {
  border: 1px solid #4183C4 !important;
  background-color: #4183C4;
}

#footer-bottom .social-links .lol-google {
  background-position: -360px 0;
}

#footer-bottom .social-links .lol-google:hover {
  border: 1px solid #D14836 !important;
  background-color: #D14836;
}

#footer-bottom .social-links .lol-instagram {
  background-position: -396px 0;
}

#footer-bottom .social-links .lol-instagram:hover {
  border: 1px solid #3F729B !important;
  background-color: #3F729B;
}

#footer-bottom .social-links .lol-linkedin {
  background-position: -432px 0;
}

#footer-bottom .social-links .lol-linkedin:hover {
  border: 1px solid #007FB1 !important;
  background-color: #007FB1;
}

#footer-bottom .social-links .lol-myspace {
  background-position: -468px 0;
}

#footer-bottom .social-links .lol-myspace:hover {
  border: 1px solid #008DDE !important;
  background-color: #008DDE;
}

#footer-bottom .social-links .lol-orkut {
  background-position: -504px 0;
}

#footer-bottom .social-links .lol-orkut:hover {
  border: 1px solid #ED2590 !important;
  background-color: #ED2590;
}

#footer-bottom .social-links .lol-pinterest {
  background-position: -540px 0;
}

#footer-bottom .social-links .lol-pinterest:hover {
  border: 1px solid #CB2027 !important;
  background-color: #CB2027;
}

#footer-bottom .social-links .lol-rss {
  background-position: -576px 0;
}

#footer-bottom .social-links .lol-rss:hover {
  border: 1px solid #FF8300 !important;
  background-color: #FF8300;
}

#footer-bottom .social-links .lol-soundcloud {
  background-position: -612px 0;
}

#footer-bottom .social-links .lol-soundcloud:hover {
  border: 1px solid #FF6600 !important;
  background-color: #FF6600;
}

#footer-bottom .social-links .lol-stackoverflow {
  background-position: -648px 0;
}

#footer-bottom .social-links .lol-stackoverflow:hover {
  border: 1px solid #F47920 !important;
  background-color: #F47920;
}

#footer-bottom .social-links .lol-stumbleupon {
  background-position: -684px 0;
}

#footer-bottom .social-links .lol-stumbleupon:hover {
  border: 1px solid #EB4924 !important;
  background-color: #EB4924;
}

#footer-bottom .social-links .lol-tumblr {
  background-position: -720px 0;
}

#footer-bottom .social-links .lol-tumblr:hover {
  border: 1px solid #2C4762 !important;
  background-color: #2C4762;
}

#footer-bottom .social-links .lol-twitter {
  background-position: -756px 0;
}

#footer-bottom .social-links .lol-twitter:hover {
  border: 1px solid #00ACED !important;
  background-color: #00ACED;
}

#footer-bottom .social-links .lol-vimeo {
  background-position: -792px 0;
}

#footer-bottom .social-links .lol-vimeo:hover {
  border: 1px solid #44BBFF !important;
  background-color: #44BBFF;
}

#footer-bottom .social-links .lol-vine {
  background-position: -828px 0;
}

#footer-bottom .social-links .lol-vine:hover {
  border: 1px solid #00A47A !important;
  background-color: #00A47A;
}

#footer-bottom .social-links .lol-youtube {
  background-position: -864px 0;
}

#footer-bottom .social-links .lol-youtube:hover {
  border: 1px solid #CD332D !important;
  background-color: #CD332D;
}

#footer-bottom .social-links .lol-vk {
  background-position: -900px 0;
}

#footer-bottom .social-links .lol-vk:hover {
  border: 1px solid #4E729A !important;
  background-color: #4E729A;
}

#footer-bottom.dark {
  color: #55575b;
  background-color: #151718;
}

#footer-bottom.dark .footer-bottom-inner {
  border-top: none;
}

#footer-bottom.dark a {
  color: #55575b;
}

#footer-bottom.dark a:hover {
  color: #ededed;
  text-decoration: none;
}

#footer-bottom.dark .social-links {
  display: inline-block;
}

#footer-bottom.dark .social-links li {
  display: inline-block;
}

#footer-bottom.dark .social-links li a {
  opacity: 0.5;
  border: 1px solid #595c61;
  background-color: transparent;
}

#footer-bottom.dark .social-links li a:hover {
  opacity: 1;
  border: 1px solid #fff;
}

/* 16 Shortcodes
-------------------------------------------------------------- */
/* 16.1 Skills
-------------------------------- */
#content .lol-skill {
  margin-bottom: 12px;
  position: relative;
  display: block;
  height: 15px;
  font-size: 13px;
  line-height: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #dfdfdf;
}

#content .lol-skill .lol-bar {
  width: 0;
  display: block;
  height: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #617c96;
}

#content .lol-skill-name {
  margin-bottom: 8px;
  display: block;
  font-family: "Montserrat";
  font-weight: 400;
  color: #262f3a;
}

#content .lol-item-column .lol-skill:last-child {
  margin-bottom: 0;
}

/* 16.2 Lists
-------------------------------- */
#content ul.lol-list {
  margin-left: 0;
  list-style-type: none;
}

#content ul.lol-list li {
  margin-bottom: 5px;
}

#content ul.lol-list li:last-child {
  margin-bottom: 0;
}

#content ul.lol-list .fa-check {
  margin-right: 10px;
  font-size: 18px;
  color: #39b54a;
}

/* 16.3 Price Table
-------------------------------- */
#content .price-item {
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #dadee3;
}

#content .price-item .price-name {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #617c96;
  border-bottom: 1px solid #dadee3;
  text-transform: uppercase;
}

#content .price-item .price-description {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #dadee3;
}

#content .price-item .price-cost {
  position: relative;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 50px;
  line-height: 40px;
  color: #262f3a;
}

#content .price-item .price-cost .price-currency {
  position: absolute;
  top: -12px;
  left: -15px;
  font-size: 18px;
  color: #353d4d;
}

#content .price-item .price-plan {
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  color: #8a8f97;
}

#content .price-item ul {
  margin: 0;
  padding: 20px 0;
  font-size: 12px;
  list-style-type: none;
  background-color: #fff;
}

#content .price-item ul li {
  padding: 12px 20px;
}

#content .price-item ul li:nth-child(even) {
  background-color: #f8f8f8;
}

#content .price-item .price-btn {
  padding: 10px 20px;
  border-top: 1px solid #dadee3;
}

#content .price-item .price-btn .lol-button {
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  color: #fff;
  border: none;
  background-color: #262f3a;
}

#content .price-item .price-btn .lol-button:hover {
  color: #fff;
  text-decoration: none;
  border: none;
  background-color: #617c96;
}

#content .price-item.popular-yes .price-name {
  color: #fff;
  background-color: #617c96;
}

#content .price-item.popular-yes .price-btn .lol-button {
  background-color: #617c96;
}

#content .price-item.popular-yes .price-btn .lol-button:hover {
  background-color: #262f3a;
}

#content .lol-item-column .price-item:last-child {
  margin-bottom: 0;
}

/* 16.4 Dropcaps
-------------------------------- */
#content .lol-dropcap {
  padding: 7px 7px 7px 0;
  display: inline-block;
  float: left;
  font-size: 50px;
}

/* 17 Jobs
-------------------------------------------------------------- */
#content .lolfmk-job .map-canvas-wrapper {
  margin-bottom: 30px;
}

#content .lolfmk-job .entry-header {
  margin-bottom: 30px;
}

#content .lolfmk-job .job-meta,
#content .lolfmk-job .job-form-description {
  margin-bottom: 40px;
  font-size: 12px;
}

#content .lolfmk-job .footer-meta {
  margin-bottom: 20px;
}

#content .lolfmk-job .job-form-description span,
#content .lolfmk-job .job-form label span,
#content .lolfmk-job .wpcf7 label span {
  color: red;
}

/* 18 Image Attachment
-------------------------------------------------------------- */
.single-attachment #content #image-navigation {
  margin-bottom: 30px;
  text-align: center;
}

.single-attachment #content #image-navigation a {
  margin: 0 2px;
  padding: 5px 13px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #b9bcc0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #8a8f97 !important;
}

.single-attachment #content #image-navigation a:hover {
  color: #617c96 !important;
  text-decoration: none;
  border: 1px solid #617c96;
}

.single-attachment #content .entry-attachment img {
  margin: 0 auto;
}

.single-attachment #content .entry-caption {
  margin-top: 50px;
  font-size: 11px;
  font-style: italic;
}

.single-attachment #content .attachment-description {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #b9bcc0;
  font-size: 12px;
}

/* 19 Back to Top
-------------------------------------------------------------- */
#back-top {
  bottom: 20px;
  right: 20px;
  position: fixed;
  z-index: 9999;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #1a1d1f;
}

#back-top:hover {
  background-color: #617c96;
  text-decoration: none;
}

/* 20 Plugins
-------------------------------------------------------------- */
.isotope-item img {
  width: 100%;
}

/* 20.1 Flexslider
-------------------------------- */
.flex-container a:active, .flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.no-js .slides > li:first-child {
  display: block;
}

#content .flexslider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  position: relative;
}

.flexslider ul li {
  line-height: auto;
}

.flexslider .flex-direction-nav a {
  margin-top: -15px;
  width: 29px;
  height: 31px;
  position: absolute;
  top: 50%;
  display: inline-block;
  text-indent: -9999px;
  opacity: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #262f3a url(../images/arrows.png) 0 7px no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 9;
}

.flexslider .flex-direction-nav .flex-prev {
  left: 10px;
}

.flexslider .flex-direction-nav .flex-next {
  right: 10px;
  background-position: -29px 7px;
}

.flexslider:hover .flex-direction-nav a {
  opacity: 0.5;
}

.flexslider:hover .flex-direction-nav a:hover {
  opacity: 1;
}

.touch .flexslider .flex-direction-nav {
  display: none;
}

.preloader {
  position: absolute;
  margin-top: -8px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 9999;
  background: url(../images/ajax-loader.gif) no-repeat center center;
}

/* 20.2 Isotope
-------------------------------- */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* 20.3 RevSlider
-------------------------------- */
.page-slider {
  position: relative;
}

.page-slider .link-slider {
  padding: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  font-family: 'Montserrat';
  text-align: right;
  z-index: 99;
  background-color: #1f1f1f;
  background: rgba(26, 29, 31, 0.5);
}

.page-slider .link-slider a {
  position: relative;
  padding-right: 30px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
}

.page-slider .link-slider a:hover {
  text-decoration: none;
}

.page-slider .link-slider .fa {
  margin-top: -8px;
  position: absolute;
  font-size: 16px;
  top: 50%;
  right: 0;
}

/* 21 Animations
-------------------------------------------------------------- */
.js #wrap img,
.js .service-icon,
.js .mini-service-icon,
.js .lol-item-heading h2,
.js .lol-item-heading p,
.js .lol-item-heading-small h2,
.js .lol-item-heading-small p,
.js .lol-item-heading-parallax h2,
.js .lol-item-heading-parallax p,
.js .lol-item-block-banner .block-banner-content {
  opacity: 0;
}

.js #wrap #logo img,
.js #wrap #payment img,
.js.no-csstransitions #wrap img,
.js.no-csstransitions .service-icon,
.js.no-csstransitions .mini-service-icon,
.js .widget_shopping_cart .entry-product-thumb #wrap img,
.js.no-csstransitions .lol-item-heading h2,
.js.no-csstransitions .lol-item-heading p,
.js.no-csstransitions .lol-item-heading-small h2,
.js.no-csstransitions .lol-item-heading-small p,
.js.no-csstransitions .lol-item-heading-parallax h2,
.js.no-csstransitions .lol-item-heading-parallax p,
.js.no-csstransitions .lol-item-block-banner .block-banner-content,
.js.no-csstransforms #wrap img,
.js.no-csstransforms .service-icon,
.js.no-csstransforms .mini-service-icon,
.js.no-csstransforms .lol-item-heading h2,
.js.no-csstransforms .lol-item-heading p,
.js.no-csstransforms .lol-item-heading-small h2,
.js.no-csstransforms .lol-item-heading-small p,
.js.no-csstransforms .lol-item-heading-parallax h2,
.js.no-csstransforms .lol-item-heading-parallax p,
.js.no-csstransforms .lol-item-block-banner .block-banner-content {
  opacity: 1;
}

.js #wrap .done,
.map-canvas-wrapper,
.entry-video,
.entry-audio,
.dribbble-widget,
.dribbble-dribbble-widget,
.flickr-widget,
.footer-dribbble-widget,
.touch.lol-animations-touch-no #wrap,
.lol-animations-no #wrap {
  opacity: 1 !important;
}

.js #wrap .done img,
.map-canvas-wrapper img,
.entry-video img,
.entry-audio img,
.dribbble-widget img,
.dribbble-dribbble-widget img,
.flickr-widget img,
.footer-dribbble-widget img,
.touch.lol-animations-touch-no #wrap img,
.lol-animations-no #wrap img {
  opacity: 1 !important;
}

.js.no-firefox #wrap img.img-done {
  opacity: 1 !important;
}

.touch.lol-animations-touch-no .service-icon,
.touch.lol-animations-touch-no .mini-service-icon,
.touch.lol-animations-touch-no .lol-item-heading h2,
.touch.lol-animations-touch-no .lol-item-heading p,
.touch.lol-animations-touch-no .lol-item-heading-small h2,
.touch.lol-animations-touch-no .lol-item-heading-small p,
.touch.lol-animations-touch-no .lol-item-heading-parallax h2,
.touch.lol-animations-touch-no .lol-item-heading-parallax p,
.touch.lol-animations-touch-no .lol-item-block-banner .block-banner-content,
.lol-animations-no .service-icon,
.lol-animations-no .mini-service-icon,
.lol-animations-no .lol-item-heading h2,
.lol-animations-no .lol-item-heading p,
.lol-animations-no .lol-item-heading-small h2,
.lol-animations-no .lol-item-heading-small p,
.lol-animations-no .lol-item-heading-parallax h2,
.lol-animations-no .lol-item-heading-parallax p,
.lol-animations-no .lol-item-block-banner .block-banner-content {
  opacity: 1 !important;
}

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

.animated.hinge {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

/* 22 Preloader
-------------------------------------------------------------- */
.js #splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999999;
  background-color: #262f3a;
}

.js #bgsplash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999;
  background-color: #262f3a;
  opacity: 1;
  -webkit-transition: 0.6s 0.2s ease;
  -moz-transition: 0.6s 0.2s ease;
  -ms-transition: 0.6s 0.2s ease;
  -o-transition: 0.6s 0.2s ease;
  transition: 0.6s 0.2s ease;
}

.js #bgsplash.loaded {
  z-index: -1;
  opacity: 0;
}

.spinner {
  opacity: 0;
  z-index: 999999999;
}

/* 22.1 Spinner 1
-------------------------------- */
.spinner-wrap {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.spinner1 {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #fff;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* 22.2 Spinner 2
-------------------------------- */
.spinner2 {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* 22.3 Spinner 3
-------------------------------- */
.spinner3 {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -25px;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner3 > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner3 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner3 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner3 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner3 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* 22.4 Spinner 4
-------------------------------- */
.spinner4 {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
}

.cube1, .cube2 {
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/* 22.5 Spinner 5
-------------------------------- */
.spinner5 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

/* 22.6 Spinner 6
-------------------------------- */
.spinner6 {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-animation: rotate_X 2.0s infinite linear;
  animation: rotate_X 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: bounce_x 2.0s infinite ease-in-out;
  animation: bounce_x 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes rotate_X {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate_X {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce_x {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce_x {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* 22.7 Spinner 7
-------------------------------- */
.spinner7 {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -35px;
  width: 70px;
  text-align: center;
}

.spinner7 > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner7 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner7 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* 22.8 Spinner 8
-------------------------------- */
.spinner8 {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay_x 1.2s infinite ease-in-out;
  animation: bouncedelay_x 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner8 .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 {
  top: 0;
  left: 0;
}

.circle2 {
  top: 0;
  right: 0;
}

.circle3 {
  right: 0;
  bottom: 0;
}

.circle4 {
  left: 0;
  bottom: 0;
}

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay_x {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay_x {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* 23 Media Queries
-------------------------------------------------------------- */
@media (min-width: 420px) {
  #content .footer-meta.social {
    height: 35px;
  }
  #content .footer-meta .meta-tags-wrap {
    padding-right: 150px;
    float: left;
    line-height: 35px;
  }
  #content .footer-meta .social-meta {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
  #content .footer-meta .social-meta li {
    margin-right: 0;
    margin-left: 10px;
  }
  #content .lol-item-block-feature {
    min-height: 100px;
    position: relative;
    text-align: left;
  }
  #content .lol-item-block-feature img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #content .lol-item-block-feature h3,
  #content .lol-item-block-feature p {
    margin-left: 130px;
  }
  #content #countdown .count-wrap {
    display: inline-block;
  }
  #content #countdown .count-wrap .count {
    margin-left: 20px;
    margin-right: 20px;
  }
  #content .full-portfolio-wrap .portfolio-item {
    width: 50%;
    float: left;
  }
  .single-lolfmk-portfolio #content .projects-navigation-wrap {
    text-align: left;
  }
  .single-lolfmk-portfolio #content .projects-navigation-wrap .projects-navigation {
    padding-bottom: 0;
    margin-bottom: 0;
    float: left;
    border-bottom: none;
  }
  .single-lolfmk-portfolio #content .projects-navigation-wrap .projects-navigation a {
    margin: 0 4px 0 0;
  }
  .single-lolfmk-portfolio #content .projects-navigation-wrap .projects-links {
    float: right;
  }
  .single-lolfmk-portfolio #content .project-details {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  #content {
    padding: 75px 0;
  }
  #sidebar {
    padding: 75px 0;
    border-top: none;
  }
  .sidebar-left .cont.lm-col-9 {
    float: right;
  }
  .sidebar-left .side.lm-col-3 {
    float: left;
  }
  .blog #content,
  .single-post #content,
  .single-lolfmk-job #content,
  .search #content,
  .archive #content,
  .sidebar-right #content {
    padding-right: 30px;
    border-right: 1px solid #b9bcc0;
  }
  .blog #sidebar:before,
  .single-post #sidebar:before,
  .single-lolfmk-job #sidebar:before,
  .search #sidebar:before,
  .archive #sidebar:before,
  .sidebar-right #sidebar:before {
    position: absolute;
    display: block;
    content: "";
    height: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    left: -31px;
    background-color: #b9bcc0;
  }
  .archive.tax-portfolio-categories #content,
  .archive.post-type-archive-lolfmk-portfolio #content {
    padding-right: 0;
    border-right: none;
  }
  .archive.tax-portfolio-categories #sidebar:before,
  .archive.post-type-archive-lolfmk-portfolio #sidebar:before {
    content: none;
  }
  .sidebar-left #content {
    padding-left: 30px;
    border-left: 1px solid #b9bcc0;
  }
  .sidebar-left .side.lm-col-3:after {
    position: absolute;
    display: block;
    content: "";
    height: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    right: -16px;
    background-color: #b9bcc0;
  }
  .safari .sidebar-left .side.lm-col-3:after {
    right: -17px;
  }
  .input-text,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  select {
    width: 50%;
  }
  #top-header {
    padding: 5px 0;
  }
  #top-header .company-info {
    float: left;
    margin-bottom: 0;
  }
  #top-header .company-info .info {
    margin: 0 15px 0 0;
  }
  #top-header .top-header-nav {
    float: right;
  }
  #top-header .top-header-nav .top-header-menu,
  #top-header .top-header-nav .header-search {
    display: inline-block;
  }
  #top-header .top-header-menu li {
    margin-right: 0 !important;
    display: inline-block;
    text-transform: uppercase;
  }
  #top-header .top-header-menu li:after {
    padding: 0 5px;
    content: "/";
  }
  #top-header .top-header-menu li:last-child:after {
    padding: 0;
    content: "";
  }
  #top-header .header-search {
    display: inline-block;
    height: 20px;
    position: relative;
  }
  #top-header .header-search .icon-search {
    position: absolute;
    right: 0;
    width: 25px;
    height: 20px;
    z-index: 2;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #1a1d1f;
  }
  #top-header .header-search .fa-search {
    color: #fff;
  }
  #top-header .header-search form .fa-search {
    display: none;
  }
  #top-header .header-search .searchbox {
    display: inline-block;
    line-height: 10px;
    height: 20px;
    position: relative;
  }
  #top-header .header-search input[type="text"] {
    margin-left: 15px;
    padding: 2px 30px 2px 15px;
    width: 150px;
    font-size: 10px;
    line-height: 10px;
    border: 1px solid #1a1d1f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
  }
  #top-header .social-links {
    margin: 0;
    margin-right: 20px;
  }
  #top-header .social-links li {
    margin-right: 10px;
  }
  #branding {
    text-align: left;
    height: 65px;
  }
  #logo {
    margin: 0;
    padding: 0;
    float: left;
    height: 65px;
  }
  #logo a,
  #logo img {
    max-height: 100%;
  }
  #site-title {
    padding: 0;
    line-height: 65px;
  }
  #mobile-nav-menu {
    top: -9999px;
  }
  #nav-menu {
    margin-right: 4px;
    display: inline-block;
    float: right;
    font-size: 11px;
    line-height: 49px;
    text-transform: uppercase;
  }
  .sf-menu ul {
    padding: 10px 0;
    width: 250px;
    display: none;
    position: absolute;
    left: 0;
    z-index: 999;
    background: #fff;
    -moz-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .sf-menu ul li {
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sf-menu li {
    margin-right: -4px;
    display: inline-block;
    position: relative;
  }
  .sf-menu a {
    margin: 8px 0;
    padding: 0 20px;
    position: relative;
    display: block;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sf-menu li.current_page_item > a,
  .sf-menu li.current_page_parent > a,
  .sf-menu li.current-menu-parent > a,
  .sf-menu li.current-menu-ancestor > a,
  .sf-menu li.sfHover > a,
  .sf-menu a:hover {
    color: #1a1d1f;
    text-decoration: none;
    background-color: #fff;
  }
  .sf-menu .sub-menu li.current_page_item > a,
  .sf-menu .sub-menu li.current_page_parent > a {
    color: #353d4d;
  }
  .sf-menu .sub-menu li.current_page_item > a:hover,
  .sf-menu .sub-menu li.current_page_parent > a:hover {
    color: #1a1d1f;
  }
  .sf-menu ul a {
    padding: 0;
    margin: 0;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    color: #353d4d;
    text-transform: none;
  }
  .sf-menu ul li a {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dotted #d7d7d7;
  }
  .sf-menu ul li a:hover {
    text-decoration: underline;
  }
  .sf-menu ul li {
    padding: 0 20px;
    width: 100%;
  }
  .sf-menu ul li:last-child > a {
    border-bottom: none;
  }
  .sf-menu ul ul {
    left: 252px;
    top: -10px;
    display: none;
  }
  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block;
  }
  .sf-menu li.megamenu {
    position: static;
  }
  .sf-menu .megamenu .megamenu_wrap {
    padding: 10px 0;
    position: absolute;
    left: 15px;
    width: 940px;
    display: none;
    z-index: 999;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .sf-menu .megamenu ul {
    padding: 0;
    width: 100%;
    display: block;
    position: static;
    z-index: 99;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sf-menu .megamenu ul li {
    padding: 0;
  }
  .sf-menu .megamenu ul ul {
    position: static;
  }
  .sf-menu .megamenu li {
    margin-right: 0;
  }
  .sf-menu .megamenu:hover > .megamenu_wrap,
  .sf-menu .megamenu.sfHover > .megamenu_wrap {
    display: block;
  }
  .sf-menu .megamenu_wrap > ul {
    padding: 0 10px;
    overflow: hidden;
  }
  .sf-menu .megamenu_wrap > ul > li,
  .sf-menu .megamenu_wrap > ul > li > a {
    padding: 10px 0;
    font-family: "Montserrat";
    font-size: 11px;
    font-weight: 700;
    color: #1a1d1f !important;
    text-transform: uppercase;
    border-bottom: none;
  }
  .sf-menu .megamenu_wrap > ul > li > span {
    margin-bottom: 15px;
    padding: 10px 0;
    line-height: 20px;
    display: block;
    border-bottom: 3px solid #1a1d1f;
  }
  .sf-menu .megamenu_wrap > ul > li {
    padding: 0 15px;
    float: left;
  }
  .sf-menu .megamenu_wrap > ul > li > a {
    margin-bottom: 15px;
    border-bottom: 3px solid #1a1d1f;
  }
  .sf-menu .megamenu_wrap > ul > li > a:hover {
    color: #8a8f97 !important;
  }
  .sf-menu .megamenu_wrap.column-items1 > ul > li {
    width: 100%;
  }
  .sf-menu .megamenu_wrap.column-items2 > ul > li {
    width: 50%;
  }
  .sf-menu .megamenu_wrap.column-items3 > ul > li {
    width: 33.33333333333333%;
  }
  .sf-menu .megamenu_wrap.column-items4 > ul > li {
    width: 25%;
  }
  .sf-menu .megamenu_wrap.column-items5 > ul > li {
    width: 20%;
  }
  .sf-menu .megamenu_wrap.column-items6 > ul > li {
    width: 16.666666666666664%;
  }
  .lt-ie9 .sf-menu ul {
    border: 1px solid #ccc;
    border-top: none;
  }
  .lt-ie9 .sf-menu .megamenu .megamenu_wrap {
    border: 1px solid #ccc;
    border-top: none;
  }
  .lt-ie9 .sf-menu .megamenu ul {
    border: none;
  }
  .boxed .sf-menu .megamenu .megamenu_wrap {
    width: 860px;
  }
  .lol-sticky-header-yes.lol-top-header-no #header-wrap,
  .lol-sticky-header-yes.fixed-yes #header-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
  }
  .lol-sticky-header-yes.fixed-yes #header-wrap {
    top: -30px;
  }
  .lol-sticky-header-yes.fixed-yes body.admin-bar #header-wrap {
    top: 2px;
  }
  .lol-sticky-header-yes.lol-top-header-no body.admin-bar #header-wrap {
    top: 32px;
  }
  .lol-sticky-header-yes.lol-top-header-no .boxed #header-wrap,
  .lol-sticky-header-yes.fixed-yes .boxed #header-wrap {
    width: 970px;
  }
  .lol-sticky-header-yes.lol-top-header-no #wrap {
    padding-top: 65px;
  }
  .lol-sticky-header-yes.lol-top-header-yes.fixed-yes #wrap {
    padding-top: 95px;
  }
  .page .entry-thumbnail {
    margin-top: 75px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b9bcc0;
  }
  .page #content .entry-thumbnail {
    margin-top: 0;
  }
  #page-title-wrap {
    padding: 0;
  }
  #page-title-wrap .page-title h1,
  #page-title-wrap .page-title h3 {
    line-height: 56px;
  }
  .crumbs {
    margin-top: -28px;
    position: absolute;
    right: 15px;
    top: 50%;
    line-height: 56px;
  }
  #content .sticky .post-wrap:after {
    right: -31px;
  }
  #content .format-status .entry-avatar {
    margin-bottom: 0;
    position: absolute;
  }
  #content .format-status .entry-avatar img {
    margin: 0;
  }
  #content .format-status .entry-status {
    margin-left: 80px;
  }
  #comments input[type="text"] {
    width: 100%;
  }
  .lol_widget_dribbble img,
  .lol_widget_flickr img,
  .lol_widget_dribbble_footer img,
  .lol_widget_flickr_footer img {
    margin: 4px 4px 0 0;
    width: 50px;
    height: auto;
    float: left;
  }
  .lol_widget_flickr img,
  .lol_widget_flickr_footer img {
    height: 50px;
  }
  .boxed .lol_widget_dribbble img,
  .boxed .lol_widget_flickr img,
  .boxed .lol_widget_dribbble_footer img,
  .boxed .lol_widget_flickr_footer img {
    width: 45px;
  }
  .boxed .lol_widget_flickr img,
  .boxed .lol_widget_flickr_footer img {
    height: 45px;
  }
  .lol_widget_dribbble .dribbble-item-1 img,
  .lol_widget_dribbble .dribbble-item-2 img,
  .lol_widget_dribbble .dribbble-item-3 img,
  .lol_widget_dribbble .dribbble-item-4 img,
  .lol_widget_flickr .flickr-item-1 img,
  .lol_widget_flickr .flickr-item-2 img,
  .lol_widget_flickr .flickr-item-3 img,
  .lol_widget_flickr .flickr-item-4 img,
  .lol_widget_dribbble_footer .dribbble-item-1 img,
  .lol_widget_dribbble_footer .dribbble-item-2 img,
  .lol_widget_dribbble_footer .dribbble-item-3 img,
  .lol_widget_dribbble_footer .dribbble-item-4 img,
  .lol_widget_flickr_footer .flickr-item-1 img,
  .lol_widget_flickr_footer .flickr-item-2 img,
  .lol_widget_flickr_footer .flickr-item-3 img,
  .lol_widget_flickr_footer .flickr-item-4 img {
    margin-top: 0;
  }
  .lol_widget_dribbble .dribbble-item-4 img,
  .lol_widget_dribbble .dribbble-item-8 img,
  .lol_widget_dribbble .dribbble-item-12 img,
  .lol_widget_flickr .flickr-item-4 img,
  .lol_widget_flickr .flickr-item-8 img,
  .lol_widget_flickr .flickr-item-12 img,
  .lol_widget_dribbble_footer .dribbble-item-4 img,
  .lol_widget_dribbble_footer .dribbble-item-8 img,
  .lol_widget_dribbble_footer .dribbble-item-12 img,
  .lol_widget_flickr_footer .flickr-item-4 img,
  .lol_widget_flickr_footer .flickr-item-8 img,
  .lol_widget_flickr_footer .flickr-item-12 img {
    margin-right: 0;
  }
  #content .portfolio-item {
    margin-bottom: 30px;
  }
  #content .portfolio-filter .portfolio-select {
    display: none;
  }
  #content .portfolio-filter .portfolio-categories {
    display: block;
  }
  #content .portfolio-categories {
    display: block;
  }
  #content .portfolio-tabs {
    margin: 0;
    list-style-type: none;
  }
  #content .portfolio-tabs li {
    display: inline-block;
  }
  #content .portfolio-tabs li a {
    margin: 0 10px 10px 0;
    padding: 5px 17px;
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #617c96;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: 700;
    color: #617c96;
    background-color: transparent;
  }
  #content .portfolio-tabs li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #617c96;
  }
  #content .portfolio-tabs li.active a {
    color: #fff;
    text-decoration: none;
    background-color: #617c96;
  }
  .boxed .three-columns #content .section-portfolio-items {
    margin-right: -1px;
  }
  #content .page-row {
    margin-bottom: 70px;
  }
  #content .page-row.margin-no, #content .page-row:last-child {
    margin-bottom: 0;
  }
  #content .lol-item-column,
  #content .lol-item-line,
  #content .lol-item-heading,
  #content .lol-item-heading-small,
  #content .lol-item-heading-parallax,
  #content .lol-item-image,
  #content .lol-item-service-column,
  #content .lol-item-mini-service-column,
  #content .lol-item-block-feature,
  #content .post-item,
  #content .lol-item-blog-list,
  #content .lol-page-item .portfolio-item,
  #content .lol-page-item .row:last-child .portfolio-item,
  #content .lol-item-portfolio-list,
  #content .lol-item-member,
  #content .progress-circle,
  #content .lol-toggle,
  #content .lol-faq-wrap,
  #content .lol-faq-entry:last-child,
  #content .newsletter-block,
  #content .lol-item-info,
  #content .lol-item-image-text,
  #content .lol-item-text-banner-wrap,
  #content .lol-item-column .price-item:last-child,
  #content .lol-item-embed-video,
  #content .map-canvas-wrapper,
  #content .full-portfolio-wrap,
  #content .progress-number {
    margin-bottom: 0;
  }
  #content .lol-item-heading h2,
  #content .lol-item-heading p,
  #content .lol-item-heading-small h2,
  #content .lol-item-heading-small p,
  #content .lol-item-heading-parallax h2,
  #content .lol-item-heading-parallax p {
    width: 80%;
    display: inline-block;
  }
  #content .lol-item-heading-parallax.dark h2:after {
    margin-top: 20px;
    content: "";
    display: block;
    height: 11px;
    width: 100%;
    background: transparent url(../images/line_dark.png) no-repeat center center;
  }
  #content .lol-item-heading-parallax.light h2:after {
    margin-top: 20px;
    content: "";
    display: block;
    height: 11px;
    width: 100%;
    background: transparent url(../images/line.png) no-repeat center center;
  }
  #content .lol-item-mini-service-column {
    text-align: left;
  }
  #content .lol-item-mini-service-column.no-margin {
    margin-bottom: -30px;
  }
  #content .lol-item-mini-service-column .mini-service-icon {
    margin-top: 5px;
    position: absolute;
    margin-bottom: 0;
  }
  #content .lol-item-mini-service-column h3,
  #content .lol-item-mini-service-column p,
  #content .lol-item-mini-service-column .more {
    margin-left: 60px;
  }
  #content .lol-item-block-banner {
    text-align: left;
  }
  #content .lol-item-block-banner img {
    margin: 0;
  }
  #content #countdown .count-wrap {
    display: inline;
  }
  #content #countdown .count-wrap .count {
    margin: 0 20px;
    display: inline-block;
  }
  #content #countdown.dark h3:after {
    margin-top: 20px;
    content: "";
    display: block;
    height: 11px;
    width: 100%;
    background: transparent url(../images/line_dark.png) no-repeat center center;
  }
  #content #countdown.light h3:after {
    margin-top: 20px;
    content: "";
    display: block;
    height: 11px;
    width: 100%;
    background: transparent url(../images/line.png) no-repeat center center;
  }
  #content .faqs-filter .faqs-select {
    display: none;
  }
  #content .faqs-filter .faqs-categories {
    display: block;
  }
  #content .faqs-categories {
    display: block;
  }
  #content .faqs-tabs {
    margin: 0;
    list-style-type: none;
  }
  #content .faqs-tabs li {
    display: inline-block;
  }
  #content .faqs-tabs li a {
    margin: 0 10px 10px 0;
    padding: 5px 17px;
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #617c96;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: 700;
    color: #617c96;
    background-color: transparent;
  }
  #content .faqs-tabs li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #617c96;
  }
  #content .faqs-tabs li.active a {
    color: #fff;
    text-decoration: none;
    background-color: #617c96;
  }
  #content .newsletter-block .newsletter-title {
    margin-bottom: 0;
    text-align: center;
  }
  #content .newsletter-block .newsletter-title h3 {
    line-height: 40px;
  }
  #content .newsletter-block .mc_form input[type="email"] {
    margin-bottom: 0;
  }
  #content .lol-item-image-text .image-mask h3 {
    padding: 20px 0;
  }
  #content .columns1 .price-item {
    width: 100%;
  }
  #content .columns2 .price-item {
    width: 50%;
    float: left;
  }
  #content .columns3 .price-item {
    width: 33.33333333333333%;
    float: left;
  }
  #content .columns4 .price-item {
    width: 25%;
    float: left;
  }
  #content .columns5 .price-item {
    width: 20%;
    float: left;
  }
  #content .price-item.popular-yes {
    margin: -30px 0 0 -1px;
    position: relative;
    z-index: 2;
    border: 1px solid #dadee3;
  }
  #content .price-item.popular-yes .price-name {
    padding: 30px 20px;
  }
  #content .price-item.popular-yes .price-btn {
    padding: 25px 20px;
  }
  #content .price-item {
    border: 1px solid #dadee3;
    border-left: none;
  }
  #content .lol-price-table .price-item:first-child {
    border-left: 1px solid #dadee3;
  }
  #content .lol-item-call-to-action h3 {
    margin: 0 20px;
    display: inline-block;
    line-height: 44px;
  }
  #content .lol-item-call-to-action .lol-button-block {
    margin: 0 20px;
    display: inline-block;
  }
  #content .lol-item-testimonial-full .flexslider.flex-testimonial {
    margin: 0 auto;
    width: 50%;
  }
  #content .full-portfolio-wrap {
    overflow: hidden;
  }
  #content .full-portfolio-wrap .portfolio-item {
    width: 25%;
    float: left;
  }
  #content .lol-item-brands-parallax > div {
    margin-bottom: 0;
    padding: 0 20px;
  }
  #content .lol-item-brands-parallax.cols-2 > div {
    width: 50% !important;
  }
  #content .lol-item-brands-parallax.cols-3 > div {
    width: 33.33333% !important;
  }
  #content .lol-item-brands-parallax.cols-4 > div {
    width: 25% !important;
  }
  #content .lol-item-brands-parallax.cols-5 > div {
    width: 20% !important;
  }
  #content .lol-item-brands-parallax.cols-6 > div {
    width: 16.66667% !important;
  }
  #footer-bottom {
    text-align: left;
  }
  #footer-bottom .footer-bottom-copy {
    margin-bottom: 0;
    line-height: 38px;
  }
  #footer-bottom .social-links {
    float: right;
  }
}

@media (min-width: 1200px) {
  .sf-menu .megamenu .megamenu_wrap {
    width: 1140px;
  }
  .boxed .sf-menu .megamenu .megamenu_wrap {
    width: 1060px;
  }
  .lol-sticky-header-yes.lol-top-header-no .boxed #header-wrap,
  .lol-sticky-header-yes.fixed-yes .boxed #header-wrap {
    width: 1170px;
  }
  .lol_widget_dribbble img,
  .lol_widget_flickr img,
  .lol_widget_dribbble_footer img,
  .lol_widget_flickr_footer img {
    width: 62px;
  }
  .lol_widget_flickr img,
  .lol_widget_flickr_footer img {
    height: 62px;
  }
  .boxed .lol_widget_dribbble img,
  .boxed .lol_widget_flickr img,
  .boxed .lol_widget_dribbble_footer img,
  .boxed .lol_widget_flickr_footer img {
    width: 57px;
  }
  .boxed .lol_widget_flickr img,
  .boxed .lol_widget_flickr_footer img {
    height: 57px;
  }
  .boxed .three-columns #content .section-portfolio-items {
    margin-right: 0;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .mobile-select {
    background-size: 17px 10px;
    background-image: url(../images/mobile_menu_icon@2x.png);
  }
  select {
    background-size: 37px 16px;
    background-image: url(../images/select@2x.png);
  }
  .preloader {
    background-size: 16px 16px;
    background-image: url(../images/ajax-loader@2x.gif);
  }
  .flexslider .flex-direction-nav a {
    background-size: 58px 17px;
    background-image: url(../images/arrows@2x.png);
  }
  #footer-bottom .social-links li a {
    background-size: 936px 36px;
    background-image: url(../images/social_icons@2x.png);
  }
  #top-header .social-links li a {
    background-size: 624px 24px;
    background-image: url(../images/social_header@2x.png);
  }
  #content .lol-item-heading-parallax.dark h2:after {
    background-size: 244px 11px;
    background-image: url(../images/line_dark@2x.png);
  }
  #content .lol-item-heading-parallax.light h2:after {
    background-size: 244px 11px;
    background-image: url(../images/line@2x.png);
  }
  #content #countdown.dark h3:after {
    background-size: 244px 11px;
    background-image: url(../images/line_dark@2x.png);
  }
  #content #countdown.light h3:after {
    background-size: 244px 11px;
    background-image: url(../images/line@2x.png);
  }
}
