/*
Theme Name: Tography Lite
Theme URI: http://www.quemalabs.com/theme/tography-lite/
Description: A beautiful and minimalistic photography WordPress theme. The perfect choice for photographers who want a simple and attractive site. If you want more features you should check the full version in http://www.quemalabs.com/theme/tography/
Version: 1.0.14
Author: Quema Labs
Author URI: http://www.quemalabs.com/
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
Tags: featured-images, two-columns, threaded-comments, custom-menu, right-sidebar, sticky-post, translation-ready, photography, portfolio
Text Domain: tography-lite
*/
/*
----------------------------------------------------------------
TABLE OF CONTENTS
----------------------------------------------------------------
1. Header
2. Blog & Pages
3. Comments
4. Sidebar
5. Footer
6. Portfolio
7. Pace
8. WordPress Default
9. External Plugins
10. Global Styles
11. Responsive Styles
LESS Variables and Mixins
----------------------------------------------------------------
*/
/*
==========================================
1. Header
========================================== 
*/
#header {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
#header .container {
  position: relative;
}
.sub_header {
  background-color: #4c4c4c;
  color: #777777;
  font-size: 0.84615384615385em;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.logo_container {
  text-align: center;
  margin: 50px 0;
  margin: 7vh 0;
}
.page-template-page-portfolio-horizontal .logo_container {
  margin: 35px 0;
  margin: 5vh 0;
}
.logo_container .ql_logo {
  font-size: 46px;
  font-size: 2.875rem;
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.logo_container .ql_logo:hover {
  text-decoration: none;
}
.logo_container .logo_desc {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  color: #777777;
  margin: 0;
}
.logo_container .logo_desc_wrap {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
}
#header:hover .logo_desc_wrap,
#header:hover .ql_nav_btn {
  opacity: 1;
}
.touch #header .logo_desc_wrap,
.touch #header .ql_nav_btn,
.blog #header .logo_desc_wrap,
.blog #header .ql_nav_btn {
  opacity: 1;
}
/*-----------------------------*/
/*
Nav Button
---------------------------------------*/
.ql_nav_btn {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: transparent;
  border: none;
  color: #aaaaaa;
  font-size: 28px;
  font-size: 1.75rem;
  position: absolute;
  left: 20px;
  top: 5rem;
  top: 9vh;
  outline: 0!important;
  width: 40px;
  height: 40px;
  border-radius: 2px;
}
.ql_nav_btn i {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 40px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.ql_nav_btn i.fa-arrow-left,
.ql_nav_btn.open i.fa-navicon {
  opacity: 0;
}
.ql_nav_btn.open i.fa-arrow-left {
  opacity: 1;
}
.ql_nav_btn:hover {
  color: #fff;
  background-color: #444444;
}
.ql_nav_btn:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.nav_sidebar_wrap {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
/*
Nav Sidebar
---------------------------------------*/
.nav_sidebar {
  position: fixed;
  top: 0;
  left: -19.6875em;
  width: 17.1875em;
  background-color: #363636;
  z-index: 10;
  height: 100%;
  -webkit-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #777777;
}
.nav_sidebar a {
  color: #777777;
}
.nav_sidebar a:hover {
  color: #fff;
}
.nav_sidebar .table-wrap {
  display: table;
  height: 100%;
  width: 100%;
}
.nav_sidebar .table-top,
.nav_sidebar .table-center,
.nav_sidebar .table-bottom {
  display: table-row;
  width: 100%;
}
.nav_sidebar .table-top {
  vertical-align: top;
}
.nav_sidebar .table-center {
  vertical-align: middle;
}
.nav_sidebar .table-bottom {
  vertical-align: bottom;
}
.nav_sidebar.open {
  left: 0;
}
.nav_sidebar #jqueryslidemenu ul.nav {
  margin-right: 0;
}
.nav_sidebar #jqueryslidemenu ul.nav > li {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: translate(40px, 0) !important;
  -ms-transform: translate(40px, 0) !important;
  -o-transform: translate(40px, 0) !important;
  transform: translate(40px, 0) !important;
  margin-left: 0;
  opacity: 0;
}
.nav_sidebar.open #jqueryslidemenu ul.nav > li {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.nav_sidebar.open #jqueryslidemenu ul.nav > li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.nav_sidebar.open #jqueryslidemenu ul.nav > li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.nav_sidebar.open #jqueryslidemenu ul.nav > li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.nav_sidebar.open #jqueryslidemenu ul.nav > li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.nav_sidebar.open #jqueryslidemenu ul.nav > li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.nav_sidebar.open #jqueryslidemenu ul.nav > li:nth-child(6) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.nav_sidebar.open #jqueryslidemenu ul.nav > li:nth-child(7) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}
.nav_sidebar.open #jqueryslidemenu ul.nav > li:nth-child(8) {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
.nav_sidebar.open #jqueryslidemenu ul.nav > li:nth-child(9) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.nav_sidebar.open #jqueryslidemenu ul.nav > li:nth-child(10) {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.nav_sidebar.open #jqueryslidemenu ul.nav > li:nth-child(11) {
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}
.nav_sidebar.open #jqueryslidemenu ul.nav > li:nth-child(12) {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.nav_sidebar.open #jqueryslidemenu ul.nav > li:nth-child(13) {
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.nav_sidebar.open #jqueryslidemenu ul.nav > li:nth-child(14) {
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}
.nav_sidebar.open #jqueryslidemenu ul.nav > li:nth-child(15) {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.nav_sidebar #jqueryslidemenu ul.nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
/* Close button */
.ql_nav_close {
  position: absolute;
  right: -2.22222222em;
  top: 0;
  width: 2.22222222222222em;
  height: 2.22222222222222em;
  display: block;
  line-height: 2.22222222222222em;
  text-align: center;
  font-size: 18px;
  background-color: #444444;
  color: #fff;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  outline: 0!important;
  border-radius: 0 2px 2px 0;
}
.ql_nav_close:hover {
  background-color: #444444;
  color: #fff;
}
/*
Sub Nav Sidebar
---------------------------------------*/
.sub_nav_header {
  padding: 1.875rem;
  text-align: left;
  font-size: 11px;
  font-size: 0.6875rem;
  max-width: 275px;
}
.sub_nav_header .widget_text ul,
.sub_nav_header .widget_text ul ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
}
.sub_nav_header .widget_text ul li {
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #919191;
}
.sub_nav_header .widget_text ul li i {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 8px;
}
#header_bottom {
  padding: 1.875rem;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
}
/*
Nav Menu
---------------------------------------*/
#ql_main-navigation.in {
  overflow: visible;
}
#jqueryslidemenu {
  margin: 30px 0;
  margin: 2.14285714285714rem 0;
}
#jqueryslidemenu ul.nav {
  margin-right: 30px;
  margin-right: 2.14285714285714rem;
}
/*Top level list items*/
#jqueryslidemenu ul.nav > li {
  margin-left: 0.625em;
}
.no-js #jqueryslidemenu ul.nav > li {
  line-height: 16px;
}
/*Top level menu link items style*/
#jqueryslidemenu ul.nav > li > a {
  text-decoration: none;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #fff;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  background-color: transparent;
}
#jqueryslidemenu ul.nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#jqueryslidemenu ul.nav > li > a:active {
  background-color: transparent!important;
}
/* Active item ----------*/
#jqueryslidemenu .current_page_item > a,
#jqueryslidemenu .current-menu-parent > a {
  background-color: rgba(255, 255, 255, 0.05);
}
/*1st sub level menu*/
#jqueryslidemenu ul.nav > li > ul,
#jqueryslidemenu ul.nav > li > ul > li > ul {
  left: 0;
  float: none;
  top: 0;
  position: relative;
  background-color: transparent;
  margin-left: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#jqueryslidemenu ul.nav > li > ul > li a {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0.5em 1.42857142857143em;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
}
#jqueryslidemenu ul.nav > li > ul > li a:focus,
#jqueryslidemenu ul.nav > li > ul > li a:active {
  background-color: transparent;
}
#jqueryslidemenu ul.nav > li > ul > li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
/* Multi level dropdown -------*/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  left: 0;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  color: inherit;
  display: block;
  content: "\f0da";
  float: right;
  width: 0;
  height: 0;
  margin-top: 0px;
  margin-right: -10px;
  font-size: 14px;
  font-size: 1rem;
  font-family: FontAwesome;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/* Mobile Nav icon (Hamburguer) -----------*/
#jqueryslidemenu .navbar-toggle .icon-bar {
  background-color: #444444;
}
/* Dropdown arrow ------------*/
.navbar .dropdown-toggle b {
  color: #777777;
  height: 15px;
  margin-top: 6px;
  margin-left: 3px;
}
/* Select Navigation */
.tinynav {
  display: none;
  height: 2.2em;
  font-size: 1em;
  margin: 0 auto 1.2em auto;
}
/*
End Nav Menu
---------------------------------------*/
/*
Search
---------------------------------------*/
.ql_search_btn {
  float: right;
  position: relative;
}
.ql_search_btn #searchform {
  margin: 0;
}
.ql_search_btn .input-search {
  border-radius: 0;
  height: 50px;
  width: 50px;
  margin-bottom: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ql_search_btn:hover .input-search {
  width: 200px;
  font-size: 1em;
  padding-right: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ql_search_btn i {
  position: absolute;
  top: 17px;
  right: 19px;
  font-size: 14px;
  color: #fff;
  opacity: 70;
  filter: alpha(opacity=7000);
}
.ql_search_btn #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  font-size: 0;
  border: none;
}
/*
=================================================================
Sidebar Nav Widgets
=================================================================
*/
.nav_sidebar .widget > ul {
  list-style: none;
  padding: 0;
}
.nav_sidebar .widget > ul li a {
  padding: 4px 0;
  display: inline-block;
}
.nav_sidebar .widget select {
  max-width: 100%;
}
.nav_sidebar .widget {
  margin-bottom: 35px;
}
.nav_sidebar .widget h4 {
  color: #fff;
}
.nav_sidebar #wp-calendar tbody td {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}
.nav_sidebar #wp-calendar caption {
  color: #c3c3c3;
}
.nav_sidebar #wp-calendar #today {
  color: #fff;
}
.nav_sidebar .comment-author-link,
.nav_sidebar .recentcomments a,
.widget_rss a {
  color: #fff;
}
.nav_sidebar .widget_search #s {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.8);
}
.nav_sidebar .widget_search i {
  font-size: 14px;
  font-size: 0.875rem;
}
/*
=================================================================
WPML
=================================================================
*/
#lang_sel {
  position: absolute;
  top: 15px;
  right: 0;
}
/*
==========================================
2. Blog & Pages
========================================== 
*/
/*Container									*/
/*------------------------------------------*/
#container {
  position: relative;
  opacity: 0;
}
.no-js #container {
  opacity: 1;
}
#content {
  position: relative;
}
/*Breadcrumbs								*/
/*------------------------------------------*/
#breadcrumbs {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: left;
}
#breadcrumbs a {
  font-size: 0.76923076923077em;
  color: #fff;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs span {
  font-size: 0.76923076923077em;
}
/*Page Title 								*/
/*------------------------------------------*/
.page_title_wrap {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #eeeeee;
  margin-bottom: 3.57142857142857em;
}
.page_title {
  margin-top: 0;
  position: relative;
  padding-right: 50px;
}
.page_title i {
  margin-right: 10px;
  color: #c3c3c3;
  position: absolute;
  top: 5px;
  right: 0;
}
/*Post Title 								*/
/*------------------------------------------*/
.post_title {
  margin-bottom: 0.88235294117647em;
  margin-top: 0;
  border-top: 3px solid #555555;
  padding-top: 20px;
  width: 95%;
}
.single .post_title {
  width: 100%;
}
.post_title a {
  color: inherit;
  text-align: left;
}
/*Post										*/
/*------------------------------------------*/
.blog article,
.archive article {
  margin-bottom: 180px;
}
.single article {
  margin-bottom: 2.30769230769231em;
  padding-bottom: 0;
}
.post_content_wrap {
  position: relative;
}
.post_content {
  position: relative;
  border-top: none;
}
.blog .entry,
.archive .entry {
  position: relative;
  text-align: justify;
  border-top: 3px solid #c3c3c3;
  padding-top: 20px;
}
.blog .entry p {
  margin: 0;
}
.more-link {
  margin-top: 0.9375em;
  text-indent: -12px;
  -webkit-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
}
.more-link:hover {
  text-indent: 0;
}
/*Image Post								*/
/*------------------------------------------*/
.post-image {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.875em;
}
.post-image a {
  display: block;
  text-align: center;
}
.post-image a img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 3px;
  height: auto;
}
.post-image:hover .post_date,
.post-image:hover .post_title_wrap {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
/*Metadata 									*/
/*------------------------------------------*/
.metadata {
  margin: 1.25em 0;
  overflow: hidden;
  border-right: none;
  border-left: none;
  border-top: none;
  padding: 0;
}
.single .metadata {
  margin: 1.25em 0;
}
.metadata ul {
  margin: 0;
  padding: 0;
}
.metadata ul li {
  list-style: none;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 15px 10px 0;
  float: left;
  position: relative;
  color: #afafaf;
}
.metadata ul li strong {
  color: #555555;
  font-style: normal;
}
.metadata ul li i {
  margin-right: 0.35714285714286em;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
  text-align: center;
  color: #afafaf;
}
.metadata ul li a {
  text-decoration: none;
  color: #afafaf;
}
.metadata ul li a:hover {
  text-decoration: underline;
}
.metadata hr {
  margin: 0;
}
/* Meta Blocks (Date and omments)			*/
/*------------------------------------------*/
.meta_blocks {
  width: 9%;
  position: absolute;
  top: 0;
}
.meta_date {
  left: 0;
}
.meta_comments {
  right: 0;
}
.meta_blocks div {
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  padding: 5px;
}
.meta_icon {
  line-height: 57px;
}
.meta_blocks div i {
  font-size: 28px;
  font-size: 1.75rem;
}
.sub_icon {
  background-color: #eeeeee;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
.meta_comments .sub_icon {
  line-height: 50px;
}
.meta_date span {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
}
/*Pagination															*/
/*----------------------------------------------------------------------*/
.pagination_wrap {
  text-align: center;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination a,
.pagination span {
  background-color: #fff;
  border: 2px solid #eeeeee;
  color: #777777;
  float: left;
  line-height: 1.42857;
  margin-left: -2px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
}
.pagination .current {
  background-color: #eeeeee;
  color: #444444;
  border-color: #eeeeee;
}
.pagination a:hover {
  background-color: #eeeeee;
  color: #444444;
  border-color: #eeeeee;
  cursor: pointer;
}
/*Fancy Tags for posts													*/
/*----------------------------------------------------------------------*/
ul.fancy_tags {
  margin-top: 15px;
  clear: both;
  margin-left: 0;
}
ul.fancy_tags li {
  display: inline-block;
  margin: 0 0.90909090909091em 0.90909090909091em 0;
  float: left;
  border: none;
}
ul.fancy_tags li a {
  background-color: #444444;
  display: inline-block;
  padding: 3px 6px;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 3px;
  outline: none;
  text-decoration: none;
  font-size: 0.84615384615385em;
  line-height: 1.54545454545455em;
}
ul.fancy_tags li a:hover {
  color: #444444;
  text-decoration: none;
  background-color: #FFFFFF;
  text-indent: 0;
}
ul.fancy_tags li a:active {
  position: relative;
  top: 1px;
}
/* Tags 																*/
/*----------------------------------------------------------------------*/
.tags {
  margin-top: 20px;
}
.tags a {
  border: 2px solid #eeeeee;
  border-radius: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 3px 8px;
  color: #b6b6b6;
  margin-right: 10px;
  font-weight: bold;
}
.tags a:hover {
  text-decoration: none;
  color: #777777;
  border: 2px solid #c3c3c3;
}
/*Edit Button															*/
/*----------------------------------------------------------------------*/
a.post-edit-link {
  background: url(images/edit_entry_btn.png) no-repeat;
  height: 22px;
  width: 100px;
  display: block;
  text-indent: 28px;
  color: #8a8989;
  text-shadow: 0 1px 0 #fdfdfd;
  margin-top: 10px;
}
a.post-edit-link:hover {
  color: #656565;
  text-decoration: none;
}
/*
==========================================
Post Quote
========================================== 
*/
.post_icon i.quote-icon {
  line-height: 1.2em;
  font-size: 3.23076923076923em;
}
.post-quote .quote_content blockquote p {
  font-size: 1.61538em;
  line-height: 1.25em;
}
/*
==========================================
Post Image
========================================== 
*/
.post-image .flex-container {
  margin-bottom: 0;
}
/*
==========================================
About
========================================== 
*/
.author-cover {
  position: relative;
  margin: 0;
}
.author-cover.no-cover {
  height: 100px;
}
.author-image_wrap {
  position: absolute;
  bottom: -4.28571429em;
  left: 0;
  right: 0;
}
.author-image {
  border-radius: 8.57142857142857em;
  width: 8.57142857142857em;
  height: 8.57142857142857em;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  border: 3px solid #fff;
  margin: 0 auto;
  -webkit-transition: all 1s ease 1000ms;
  -o-transition: all 1s ease 1000ms;
  transition: all 1s ease 1000ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.pace-done .author-image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.author-content {
  padding: 3.88888888888889em 20px 20px 20px;
  background-color: #f7f7f7;
  text-align: center;
  margin-bottom: 30px;
}
.tag-template .author-content {
  padding: 20px;
}
.author-meta {
  list-style: none;
  padding-top: 0.71428571428571em;
  padding-left: 0;
}
.author-meta li {
  display: inline-block;
  margin-right: 1.42857142857143em;
}
.author-meta li i {
  margin-right: 0.71428571428571em;
}
.author-post-list article .post_title {
  font-size: 32px;
}
/*
==========================================
3. Comments
========================================== 
*/
/*===========================================================================*/
/*Comments																	 */
/*===========================================================================*/
#comments {
  margin-bottom: 70px;
}
#comments h3 {
  margin-top: 0;
}
.commentlist {
  margin-left: 0;
  margin-top: 2.30769230769231em;
  padding: 0;
}
#comments ol.commentlist li {
  list-style: none;
  margin-bottom: 50px;
}
#comments .comment {
  margin-bottom: 40px;
}
#comments .comment-author {
  text-align: center;
}
#comments .comment-author div.inner-gravatar {
  border: #fff 1px solid;
  text-shadow: 0 1px 0 #fff;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 3px;
}
#comments .comment-author div.inner-gravatar div {
  width: 60px;
  height: 60px;
  z-index: 10;
  position: absolute;
  border-radius: 3px;
}
#comments .comment-author img {
  z-index: 5;
}
#comments .comment-author cite {
  font-weight: bold;
  margin-top: 4px;
  font-size: 0.92307692307692em;
  display: block;
}
#comments .comment-author cite,
#comments .comment-author cite a {
  color: #555555;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
}
#comments .comment-author .comment-meta a {
  color: #aeaeae;
  font-size: 11px;
}
ol.commentlist li .comment-entry {
  margin: 0;
  border-width: 2px;
  border-style: solid;
  position: relative;
  border-radius: 3px;
  border-color: #eeeeee;
}
ol.commentlist .bypostauthor .comment-entry {
  border-color: #555555;
}
ol.commentlist li .comment-entry div.inner-comment {
  padding: 1.42857142857143em;
}
ol.commentlist li .comment-entry div.inner-comment p {
  margin-bottom: 0;
}
.ie8 ol.commentlist li .comment-entry,
.ie7 ol.commentlist li .comment-entry {
  float: right;
  border: #cacaca 1px solid;
  margin: 0;
  background-color: #f3f3f3;
  /* for non-css3 browsers */
  position: relative;
}
ol.commentlist .comment-entry span.arrow_comment {
  /*background:url(images/comment_arrow.png) no-repeat;*/
  display: block;
  position: absolute;
  width: 31px;
  height: 28px;
  top: 17px;
  left: -22px;
}
.ie7 ol.commentlist .comment-entry span.arrow_comment,
.ie8 ol.commentlist .comment-entry span.arrow_comment {
  background: none;
}
.comment-meta {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 11px;
  color: #c3c3c3;
}
.comment-meta a {
  font-size: 11px;
  color: #c3c3c3;
}
.comment-meta a:hover {
  text-decoration: underline;
}
.reply {
  float: right;
  clear: right;
}
.comment-reply-link {
  width: 54px;
  height: 23px;
  display: block;
  color: #777777;
  font-size: 11px;
  text-align: center;
  margin: 10px 0;
  line-height: 20px;
}
.comment-reply-link:hover {
  text-decoration: underline;
}
#comments ul.children {
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
}
/*===========================================================================*/
/*Comments	Form															 */
/*===========================================================================*/
#respond {
  margin-bottom: 70px;
}
#respond h3 {
  margin-top: 0;
}
#respond .input-wrap {
  margin: 0px 15px 10px 0;
  float: left;
  width: 31%;
}
#respond .input-wrap.textarea {
  float: none;
  width: 97%;
}
#respond .controls-wrap {
  position: relative;
}
#respond input {
  padding-left: 2.30769230769231em;
  width: 100%;
}
#respond input:focus {
  border-color: #777777;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#respond .input label {
  margin-bottom: 5px;
  display: block;
}
#respond textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 1.42857142857143em;
}
#respond textarea:focus {
  border-color: #777777;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#respond .controls-wrap i {
  position: absolute;
  left: 0.71428571428571em;
  top: 0.71428571428571em;
  color: #c4c4c4;
}
#respond .form-actions {
  background-color: transparent;
  border: none;
  padding: 0;
}
#respond #submit-respond {
  outline: none;
  width: auto;
  padding-left: 12px;
}
#respond #submit-respond:hover {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  background-color: #555555;
  border-color: #555555;
  color: #fff;
}
/*
==========================================
4. Sidebar
========================================== 
*/
#sidebar {
  position: relative;
}
/*
Widgets
--------------------------------
*/
#sidebar .widget {
  margin-bottom: 3.125em;
  margin-left: 10px;
  position: relative;
}
#sidebar.col-md-pull-9 .widget {
  margin-right: 10px;
  margin-left: 0;
}
#sidebar .widget h4 {
  position: relative;
  margin-bottom: 0.8em;
  text-transform: uppercase;
}
#sidebar .widget ul,
#sidebar .widget ol {
  margin-left: 0px;
  margin-bottom: 0;
  font-size: 0.84615384615385em;
  padding-left: 0;
}
#sidebar .widget .pagenav,
#sidebar .widget .linkcat {
  list-style: none;
}
#sidebar .widget ul li {
  list-style: none;
  border-bottom: #eeeeee 1px solid;
}
#sidebar .widget ul li:first-child {
  border-top: none;
}
#sidebar .widget ul li > a {
  color: inherit;
  padding: 0.63636363636364em 0;
  display: block;
  font-weight: bold;
}
#sidebar .widget ul li > a:hover {
  color: #444444;
}
#sidebar .widget > ul li > a {
  color: inherit;
  padding: 0.63636363636364em 0;
  display: block;
  font-weight: bold;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#sidebar .widget > ul li > a:hover {
  background-color: #eeeeee;
  text-indent: 15px;
  text-decoration: none;
}
#sidebar .widget ul li ul {
  margin-left: 30px;
  margin-bottom: 0;
  margin-top: 0!important;
}
#sidebar .widget ul li ul {
  font-size: inherit;
}
#sidebar .widget ul li ul li:last-child {
  border-bottom: none;
}
#sidebar .widget ul li ul,
#sidebar .widget ul li ul li ul {
  display: none;
}
#sidebar .hasChildren {
  position: relative;
}
#sidebar .hasChildren i {
  position: absolute;
  top: 12px;
  right: 5px;
  font-size: 1.16666666666667em;
}
/*
Ad Widget
--------------------------------
*/
#sidebar .ad_125 h4 {
  margin-bottom: 17px;
}
#sidebar .ad_125 a {
  margin: 4px;
  display: inline-block;
}
#sidebar .ad_125 a:hover img {
  opacity: 0.8;
}
/*
Recent Comments Widget
--------------------------------
*/
#sidebar .widget_recent_comments ul#recentcomments {
  margin-top: 17px;
}
#sidebar .widget_recent_comments ul li {
  padding-left: 28px;
  margin-bottom: 10px;
  border: none;
  color: #777777;
  position: relative;
}
#sidebar .widget_recent_comments ul li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  color: #444444;
  font-size: 14px;
}
#sidebar .widget_recent_comments ul li a {
  display: inline;
  background: none;
  padding: 0;
}
#sidebar .widget_recent_comments ul li a:hover {
  color: #444444;
  background: none;
}
/*
Tag Widget
--------------------------------
*/
#sidebar .widget_tag ul.wp-tag-cloud {
  margin-top: 20px;
}
#sidebar .widget_tag ul li {
  display: inline-block;
  margin: 0 0.90909090909091em 0.90909090909091em 0;
  float: left;
  border: none;
}
#sidebar .widget_tag ul li a {
  background-color: #c3c3c3;
  display: inline-block;
  padding: 3px 6px;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 3px;
  outline: none;
  font-size: 13px !important;
  font-size: 0.8125rem !important;
}
#sidebar .widget_tag ul li a:hover {
  color: #777777;
  text-decoration: none;
  background-color: #FFFFFF;
  text-indent: 0;
}
#sidebar .widget_tag ul li a:active {
  position: relative;
  top: 1px;
}
/*
Post Tabs Widget
--------------------------------
*/
.widget_post_tabs ul li {
  border-bottom: none!important;
  outline: none;
}
.widget_post_tabs ul li > a {
  padding: 8px 12px!important;
  outline: none;
}
.widget_post_tabs .nav-tabs {
  border-bottom: none;
}
.widget_post_tabs .nav-tabs > li > a:hover {
  background: none;
  border: none;
  font-weight: bold;
}
.widget_post_tabs .nav-tabs > .active > a {
  font-weight: bold;
  background: none;
  border-color: #c3c3c3 #c3c3c3 transparent;
}
.widget_post_tabs .nav-tabs > .active > a:hover {
  font-weight: bold;
  background: none;
  border: 1px solid #c3c3c3;
}
.widget_post_tabs .tab-content {
  padding: 0.625em;
  border: 1px solid #c3c3c3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget_post_tabs .tab-content ul li,
.widget_popular_posts ul li {
  margin-bottom: 0.6em;
  min-height: 5.45454545454545em;
}
.widget_post_tabs .tab-content ul li .recent-post-img,
.widget_popular_posts ul li .recent-post-img {
  position: relative;
  float: left;
  margin-right: 10px;
}
.widget_post_tabs .tab-content ul li .recent-post-img a,
.widget_popular_posts ul li .recent-post-img a {
  display: block;
  padding: 0!important;
}
.widget_post_tabs .tab-content ul li h6,
.widget_popular_posts ul li h6 {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 0;
}
.widget_post_tabs .tab-content ul li h6 a,
.widget_popular_posts ul li h6 a {
  color: inherit;
  padding: 0;
}
.widget_post_tabs .tab-content ul li h6 a:hover,
.widget_popular_posts ul li h6 a:hover {
  text-decoration: none;
}
.widget_post_tabs .tab-content ul li time,
.widget_popular_posts ul li time {
  font-size: 0.95652173913043em;
  color: #909090;
}
/*------------------------------------------------------------
 Defaul Widgets
-------------------------------------------------------------- */
/* Archive List Widget
-------------------------------------- */
.widget_archive ul li a {
  display: inline-block !important;
}
.widget_archive ul li a:hover {
  background-color: transparent!important;
}
.widget select {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 100%;
}
/* Calendar Widget
-------------------------------------- */
.widget_calendar {
  float: left;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}
#wp-calendar tbody td:hover {
  background: #fff;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
#wp-calendar #today {
  font-weight: bold;
  color: #222;
}
/* Categories Widget
-------------------------------------- */
.widget_categories ul li a {
  display: inline-block !important;
}
.widget_categories ul li a:hover {
  background-color: transparent!important;
}
/* Recent Comments Widget
-------------------------------------- */
.widget_recent_comments ul li {
  margin-bottom: 15px;
}
.comment-author-link {
  border-bottom: 1px dotted #eeeeee;
}
/* Recent Entries Widget
-------------------------------------- */
.widget_recent_entries ul li {
  margin-bottom: 15px;
}
.widget_recent_entries ul li a:hover {
  text-indent: 0!important;
  background-color: transparent!important;
  text-decoration: underline!important;
}
/* RSS Widget
-------------------------------------- */
.widget_rss ul li {
  margin-bottom: 15px;
}
.widget_rss .rsswidget {
  font-weight: bold;
}
.widget_rss .rssSummary {
  font-size: 12px;
  font-size: 0.75rem;
}
/* Search Widget
-------------------------------------- */
.widget_search {
  position: relative;
}
.widget_search #s {
  width: 100%;
  display: block;
  padding-right: 32px;
}
.widget_search #s:focus {
  border-color: #777777;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget_search #searchsubmit {
  background: none;
  border: none;
  width: 17px;
  height: 17px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  right: 15px;
  top: 7px;
  cursor: pointer;
  line-height: 0;
  box-shadow: none;
}
.widget_search i {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 15px;
  top: 12px;
  cursor: pointer;
  font-size: 1em;
  color: #777777;
}
.widget_search #searchform {
  position: relative;
}
/* Tag Cloud Widget
-------------------------------------- */
.widget_tag_cloud a {
  padding: 2px;
}
/* Nav Menu Widget
-------------------------------------- */
.widget_nav_menu .menu-navigation-container > ul {
  padding: 0;
  list-style: none;
}
.widget_nav_menu .menu-navigation-container > ul > li > a {
  font-weight: bold;
  padding: 5px 0;
  display: inline-block;
}
.widget_nav_menu .menu-navigation-container .sub-menu {
  padding-left: 20px;
}
/*
==========================================
5. Footer
========================================== 
*/
/*
Footer
------------------------
*/
#footer {
  border-top: 1px solid #eeeeee;
  margin-top: 40px;
}
#footer p {
  padding: 15px 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #b6b6b6;
  margin: 0;
}
#footer a {
  color: #c3c3c3;
}
#footer a:hover {
  text-decoration: underline;
  color: #444444 !important;
}
#footer ul,
footer ol {
  list-style: none;
  margin-left: 0;
}
/*
==========================================
Social Nav
========================================== 
*/
.nav_social {
  position: relative;
  text-align: center;
  float: right;
}
.nav_social li {
  text-align: center;
  position: relative;
  float: left;
}
.nav_social li a {
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #777777;
  -webkit-transition: background 200ms;
  -o-transition: background 200ms;
  transition: background 200ms;
  text-decoration: none;
  text-align: center;
}
.nav_social li a:hover {
  color: #fff;
}
.nav_social .screen-reader-text {
  display: none;
}
.nav_social li a::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  line-height: 1em;
  width: 18px;
  height: 18px;
  color: #fff;
  color: inherit;
  text-decoration: none!important;
}
.nav_social li a:hover::before {
  color: #fff;
  -webkit-animation: social_icons_anim 500ms ease;
  -o-animation: social_icons_anim 500ms ease;
  animation: social_icons_anim 500ms ease;
}
@-webkit-keyframes social_icons_anim {
  0% {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes social_icons_anim {
  0% {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes social_icons_anim {
  0% {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes social_icons_anim {
  0% {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.nav_social li a[href*="facebook.com"]::before {
  content: "\f09a";
}
.nav_social li a[href*="facebook.com"]:hover {
  background-color: #3B5998;
}
.nav_social li a[href*="twitter.com"]::before {
  content: "\f099";
}
.nav_social li a[href*="twitter.com"]:hover {
  background-color: #33CCFF;
}
.nav_social li a[href*="dribbble.com"]::before {
  content: "\f17d";
}
.nav_social li a[href*="dribbble.com"]:hover {
  background-color: #C5376D;
}
.nav_social li a[href*="instagram.com"]::before {
  content: "\f16d";
}
.nav_social li a[href*="instagram.com"]:hover {
  background-color: #427097;
}
.nav_social li a[href*="flickr.com"]::before {
  content: "\f16e";
}
.nav_social li a[href*="flickr.com"]:hover {
  background-color: #FF0084;
}
.nav_social li a[href*="youtube.com"]::before {
  content: "\f167";
}
.nav_social li a[href*="youtube.com"]:hover {
  background-color: #C1302A;
}
.nav_social li a[href*="github.com"]::before {
  content: "\f09b";
}
.nav_social li a[href*="github.com"]:hover {
  background-color: #2f2f2f;
}
.nav_social li a[href*="vimeo.com"]::before {
  content: "\f194";
}
.nav_social li a[href*="vimeo.com"]:hover {
  background-color: #1AB7EA;
}
.nav_social li a[href*="foursquare.com"]::before {
  content: "\f180";
}
.nav_social li a[href*="foursquare.com"]:hover {
  background-color: #1DAFEC;
}
.nav_social li a[href*="skype.com"]::before {
  content: "\f17e";
}
.nav_social li a[href*="skype.com"]:hover {
  background-color: #00AFF0;
}
.nav_social li a[href*="plus.google.com"]::before {
  content: "\f0d5";
}
.nav_social li a[href*="plus.google.com"]:hover {
  background-color: #D5402B;
}
.nav_social li a[href*="tumblr.com"]::before {
  content: "\f173";
}
.nav_social li a[href*="tumblr.com"]:hover {
  background-color: #343B4A;
}
.nav_social li a[href*="linkedin.com"]::before {
  content: "\f0e1";
}
.nav_social li a[href*="linkedin.com"]:hover {
  background-color: #0073B2;
}
.nav_social li a[href*="pinterest.com"]::before {
  content: "\f231";
}
.nav_social li a[href*="pinterest.com"]:hover {
  background-color: #CB2027;
}
.nav_social li a[href*="/feed/"]::before {
  content: "\f09e";
}
.nav_social li a[href*="/feed/"]:hover {
  background-color: #FF6600;
}
.nav_social li a[href*="wordpress.com"]::before {
  content: "\f19a";
}
.nav_social li a[href*="wordpress.com"]:hover {
  background-color: #21759b;
}
.nav_social li a[href*="wordpress.org"]::before {
  content: "\f19a";
}
.nav_social li a[href*="wordpress.org"]:hover {
  background-color: #21759b;
}
/*
==========================================
6. Portfolio
========================================== 
*/
.portfolio .page_title {
  display: none;
}
#portfolio_container {
  position: relative;
  margin-bottom: 2.5em;
}
.portfolio_item {
  width: 564px;
  height: 277px;
  float: left;
  margin: 0px;
  border-radius: 3px;
}
.layout_square {
  width: 277px;
  height: 277px;
}
.layout_portrait1 {
  width: 277px;
  height: 564px;
}
.portfolio_item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.no-js .portfolio_item a {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fade-in .portfolio_item a {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.portfolio_item:nth-child(1) a {
  -webkit-transition-delay: 580ms;
  transition-delay: 580ms;
}
.portfolio_item:nth-child(2) a {
  -webkit-transition-delay: 760ms;
  transition-delay: 760ms;
}
.portfolio_item:nth-child(3) a {
  -webkit-transition-delay: 940ms;
  transition-delay: 940ms;
}
.portfolio_item:nth-child(4) a {
  -webkit-transition-delay: 1120ms;
  transition-delay: 1120ms;
}
.portfolio_item:nth-child(5) a {
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.portfolio_item:nth-child(6) a {
  -webkit-transition-delay: 1480ms;
  transition-delay: 1480ms;
}
.portfolio_item:nth-child(7) a {
  -webkit-transition-delay: 1660ms;
  transition-delay: 1660ms;
}
.portfolio_item:nth-child(8) a {
  -webkit-transition-delay: 1840ms;
  transition-delay: 1840ms;
}
.portfolio_item:nth-child(9) a {
  -webkit-transition-delay: 2020ms;
  transition-delay: 2020ms;
}
.portfolio_item:nth-child(10) a {
  -webkit-transition-delay: 2200ms;
  transition-delay: 2200ms;
}
.portfolio_item:nth-child(11) a {
  -webkit-transition-delay: 2380ms;
  transition-delay: 2380ms;
}
.portfolio_item:nth-child(12) a {
  -webkit-transition-delay: 2560ms;
  transition-delay: 2560ms;
}
.portfolio_item:nth-child(13) a {
  -webkit-transition-delay: 2740ms;
  transition-delay: 2740ms;
}
.portfolio_item:nth-child(14) a {
  -webkit-transition-delay: 2920ms;
  transition-delay: 2920ms;
}
.portfolio_item:nth-child(15) a {
  -webkit-transition-delay: 3100ms;
  transition-delay: 3100ms;
}
.portfolio_item:nth-child(16) a {
  -webkit-transition-delay: 3280ms;
  transition-delay: 3280ms;
}
.portfolio_item:nth-child(17) a {
  -webkit-transition-delay: 3460ms;
  transition-delay: 3460ms;
}
.portfolio_item:nth-child(18) a {
  -webkit-transition-delay: 3640ms;
  transition-delay: 3640ms;
}
.portfolio_item:nth-child(19) a {
  -webkit-transition-delay: 3820ms;
  transition-delay: 3820ms;
}
.portfolio_item:nth-child(20) a {
  -webkit-transition-delay: 4000ms;
  transition-delay: 4000ms;
}
.portfolio_item:nth-child(21) a {
  -webkit-transition-delay: 4180ms;
  transition-delay: 4180ms;
}
.portfolio_item:nth-child(22) a {
  -webkit-transition-delay: 4360ms;
  transition-delay: 4360ms;
}
.portfolio_item:nth-child(23) a {
  -webkit-transition-delay: 4540ms;
  transition-delay: 4540ms;
}
.portfolio_item:nth-child(24) a {
  -webkit-transition-delay: 4720ms;
  transition-delay: 4720ms;
}
.portfolio_item:nth-child(25) a {
  -webkit-transition-delay: 4900ms;
  transition-delay: 4900ms;
}
.portfolio_item:nth-child(26) a {
  -webkit-transition-delay: 5080ms;
  transition-delay: 5080ms;
}
.portfolio_item:nth-child(27) a {
  -webkit-transition-delay: 5260ms;
  transition-delay: 5260ms;
}
.portfolio_item:nth-child(28) a {
  -webkit-transition-delay: 5440ms;
  transition-delay: 5440ms;
}
.portfolio_item:nth-child(29) a {
  -webkit-transition-delay: 5620ms;
  transition-delay: 5620ms;
}
.portfolio_item:nth-child(30) a {
  -webkit-transition-delay: 5800ms;
  transition-delay: 5800ms;
}
.portfolio_item:nth-child(31) a {
  -webkit-transition-delay: 5980ms;
  transition-delay: 5980ms;
}
.portfolio_item:nth-child(32) a {
  -webkit-transition-delay: 6160ms;
  transition-delay: 6160ms;
}
.portfolio_item:nth-child(33) a {
  -webkit-transition-delay: 6340ms;
  transition-delay: 6340ms;
}
.portfolio_item:nth-child(34) a {
  -webkit-transition-delay: 6520ms;
  transition-delay: 6520ms;
}
.portfolio_item:nth-child(35) a {
  -webkit-transition-delay: 6700ms;
  transition-delay: 6700ms;
}
.portfolio_item:nth-child(36) a {
  -webkit-transition-delay: 6880ms;
  transition-delay: 6880ms;
}
.portfolio_item:nth-child(37) a {
  -webkit-transition-delay: 7060ms;
  transition-delay: 7060ms;
}
.portfolio_item:nth-child(38) a {
  -webkit-transition-delay: 7240ms;
  transition-delay: 7240ms;
}
.portfolio_item:nth-child(39) a {
  -webkit-transition-delay: 7420ms;
  transition-delay: 7420ms;
}
.portfolio_item:nth-child(40) a {
  -webkit-transition-delay: 7600ms;
  transition-delay: 7600ms;
}
.portfolio_item img {
  width: 100%;
  margin: 0;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.portfolio_item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.portfolio_item .ql_border_hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  border-radius: 3px;
}
.portfolio_item:hover .ql_border_hover {
  opacity: 1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.portfolio_item .ql_hover {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 10px;
  height: auto;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.portfolio_item:hover .ql_hover {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.portfolio_item .ql_hover h2 {
  color: #fff;
  padding: 10px 24px;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  position: relative;
  z-index: 3;
}
.portfolio_item .ql_hover .ql_info_footer {
  color: #444444;
  text-shadow: none;
  font-size: 0.78571428571429em;
  padding: 0.36363636363636em 12px;
  padding-top: 0;
  outline: 0;
  margin-bottom: 0!important;
  line-height: 1.81818181818182em;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.portfolio_item:hover .ql_hover .ql_info_footer {
  right: 0;
}
.portfolio_item .ql_hover .ql_info_footer i {
  font-size: 1.27272727272727em;
  margin-right: 0.35714285714286em;
  margin-top: 2px;
}
/*
Portfolio Thirds
------------------------
*/
#portfolio_thirds_container .portfolio_item {
  width: 366px;
  border-radius: 3px;
  height: auto;
  overflow-y: hidden;
}
/*
Scrollbar
------------------------
*/
.scrollbar {
  background: none repeat scroll 0 0 #CCCCCC;
  height: 2px;
  line-height: 0;
  margin: 0 0 1em;
}
.scrollbar .handle {
  background: none repeat scroll 0 0 #292A33;
  cursor: pointer;
  height: 100%;
  width: 100px;
}
.scrollbar .handle .mousearea {
  height: 20px;
  left: 0;
  position: absolute;
  top: -9px;
  width: 100%;
}
/*
Filter
---------------------------------------*/
.filter_list {
  margin-right: 3.84615384615385em;
  float: left;
  margin-bottom: 0.625em;
  margin-top: 0;
  margin-left: 0.35714285714286em;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.no-touch #container:hover .filter_list {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.touch .filter_list {
  opacity: 1!important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.filter_list .filter_title {
  color: #555555;
  font-size: 1em;
  margin-bottom: 0;
  display: inline-block;
  float: left;
  margin-right: 1.53846153846154em;
  font-size: 0.92307692307692em;
}
.filter_list ul {
  list-style: none;
  color: #fff;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  float: left;
}
.filter_list ul li {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 1.25em;
  margin-bottom: 0.625em;
  border: 1px solid transparent;
}
.filter_list ul li a {
  color: #b6b6b6;
  font-size: 14px;
  font-size: 0.875rem;
  outline: 0;
  padding: 5px 10px;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.filter_list ul li a:hover {
  color: #444444;
  text-decoration: none;
}
.filter_list ul li a:focus {
  text-decoration: none;
}
.filter_list ul li.active {
  border: 1px solid #444444;
  border-radius: 2px;
}
.filter_list ul li.active a {
  color: #444444;
}
.filter_list ul li i {
  font-size: 1.15384615384615em;
  margin-right: 0.38461538461538em;
  opacity: 50;
  filter: alpha(opacity=5000);
  display: none;
}
.filter_list ul li.active i,
.filter_list ul li:hover i {
  opacity: 100;
  filter: alpha(opacity=10000);
}
/*
Portfolio Thumbnails
------------------------
*/
.portfolio_thumbnails {
  width: 27px;
  margin-bottom: 50px;
  position: absolute;
  top: 0;
  right: -57px;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-out 300ms;
  -o-transition: opacity 200ms ease-out 300ms;
  transition: opacity 200ms ease-out 300ms;
}
.portfolio_thumbnails .p_thumbnails_content {
  width: 27px;
  display: block;
}
.no-touch #container:hover .portfolio_thumbnails {
  opacity: 1;
}
.touch .portfolio_thumbnails {
  opacity: 1!important;
}
.portfolio_thumbnails .portfolio_thumbnail {
  background-color: #e6e6e6;
  width: 7px!important;
  height: 6px!important;
  float: left;
  display: block;
  margin: 0;
  border-radius: 1px;
}
.portfolio_thumbnails .portfolio_thumbnail.hover {
  background-color: #bfbfbf;
}
.portfolio_thumbnails .layout_square {
  width: 7px!important;
  height: 7px!important;
}
.portfolio_thumbnails .layout_portrait1 {
  height: 17px!important;
  width: 7px!important;
}
.p_thumbnails_content.affix {
  top: 20px;
  position: fixed!important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
/*
==========================================
Single Portfolio
========================================== 
*/
.ql_single-portfolio_content .post-title {
  font-size: 48px;
  font-size: 3rem;
  margin-top: 0;
}
.back_portfolio_btn {
  margin-top: 50px;
}
.back_portfolio_btn a {
  color: #b6b6b6;
}
.back_portfolio_btn a i {
  margin-left: 0;
  margin-right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.single_portfolio_slider .owl-stage {
  width: 99999px!important;
}
.single_portfolio_slider .item {
  width: 44vw;
  clear: both;
}
.single_portfolio_slider .item-video {
  width: 44vw;
  height: 29.35vw;
}
.single_portfolio_slider .portrait {
  height: 29.35vw;
}
.single_portfolio_slider .portrait img {
  width: auto;
  height: 100%;
}
.ql_single-portfolio_images .ql_caption {
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #777777;
}
.ql_single-portfolio_images .ql_wrap_img {
  position: relative;
  overflow: hidden;
  height: inherit;
}
.ql_single-portfolio_images .ql_img_info a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.7;
}
.ql_single-portfolio_images .ql_img_info a:hover {
  opacity: 1;
}
.ql_single-portfolio_images .ql_img_info a i {
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 23px;
}
.ql_single-portfolio_images .ql_img_meta {
  text-align: left;
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 45px;
  left: 0;
}
.ql_single-portfolio_images .ql_img_meta li {
  display: block;
  margin-right: 15px;
  margin-bottom: 0px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  height: 40px;
  position: relative;
  padding-left: 50px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
}
.ql_single-portfolio_images .ql_img_meta.open li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ql_single-portfolio_images .ql_img_meta li:nth-child(1) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.ql_single-portfolio_images .ql_img_meta li:nth-child(2) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.ql_single-portfolio_images .ql_img_meta li:nth-child(3) {
  -webkit-transition-delay: 66.66666667ms;
  transition-delay: 66.66666667ms;
}
.ql_single-portfolio_images .ql_img_meta li:nth-child(4) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.ql_single-portfolio_images .ql_img_meta li:nth-child(5) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}
.ql_single-portfolio_images .ql_img_meta li:nth-child(6) {
  -webkit-transition-delay: 33.33333333ms;
  transition-delay: 33.33333333ms;
}
.ql_single-portfolio_images .ql_img_meta li i {
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 9px;
  left: 15px;
}
.ql_single-portfolio_images .ql_img_meta li i.ql-icon-iso {
  font-size: 32px;
  font-size: 2rem;
  top: 3px;
  left: 10px;
}
.ql_single-portfolio_images .ql_img_meta li i.ql-icon-camera {
  font-size: 18px;
  font-size: 1.125rem;
  top: 11px;
}
.single_portfolio_slider .rsSlide {
  opacity: 0.2;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.single_portfolio_slider .rsSlide:last-child {
  opacity: 1!important;
}
.ql_categories {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.ql_categories li {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0.83333333333333em 0.41666666666667em;
  color: #b6b6b6;
  display: inline-block;
}
.ql_categories li a {
  color: inherit;
  border: 2px solid #eeeeee;
  border-radius: 14px;
  padding: 3px 8px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.ql_categories li a:hover {
  text-decoration: none;
  background-color: #eeeeee;
  border-color: transparent;
  color: #777777;
}
.ql_categories li i {
  font-size: 1.16666666666667em;
  margin-right: 0.35714285714286em;
}
.portfolio_slider .royalSlider {
  width: 100%;
}
.portfolio_slider .royalSlider img {
  width: 100%;
  height: auto;
}
.portfolio_slider .royalSlider .rsBullets {
  display: none;
}
.single-portfolio-template .sub_footer_wrap > div {
  width: 100%!important;
}
.single-portfolio-template #footer {
  display: none;
}
.portfolio_video {
  width: 100%;
}
.ql_single-portfolio_content .gallery {
  display: none;
}
/*
Single Portfolio 2
========================================== 
*/
.ql_single-portfolio_content {
  width: 100%;
  margin: 0 0 20px 0;
  float: none;
  position: relative;
  text-align: right;
}
.ql_single-portfolio_content.affix {
  position: fixed;
  width: 360px;
  top: 20px;
}
.ql_single-portfolio_images .item {
  margin-bottom: 40px;
}
/*
==========================================
7. Pace (Loading animation)
========================================== 
*/
/* Animation at loading page */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pace-running #wrap > div,
.pace-running #wrap #ql_main-navigation,
.pace-running .logo_desc_wrap {
  opacity: 0;
}
#wrap.fade-in > div,
#wrap.fade-in #ql_main-navigation {
  -webkit-animation: fadeIn ease-in 1;
  -o-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #444444;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 3px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #444444;
  border-left-color: #444444;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
==========================================
8. WordPress Default
========================================== 
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky .post-inside {
  border: 3px solid #777777;
}
.sticky.has-post-thumbnail .post-inside {
  border-top: 0;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery {
  margin-bottom: 1.6em;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.gallery-item img {
  border: 5px solid #eeeeee;
}
.password_p {
  margin-bottom: 40px;
}
.password_p input {
  background: #272727;
  border: none;
  width: 210px;
  height: 30px;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  color: #858585;
}
.password_p input:focus {
  background: #333333;
}
.password_p input[type="submit"] {
  display: inline-block;
  color: #7a7a7a;
  text-shadow: 0 1px 0 #000;
  margin-top: 0px;
  font-size: 13px;
  line-height: 20px;
  background: #3b3a3a;
  padding: 5px 7px;
  width: 70px;
}
.sticky {
  border: 5px solid #c3c3c3;
  padding: 30px;
}
/*------------------------------------------------------------
 Defaul Widgets
-------------------------------------------------------------- */
/* Archive List Widget
-------------------------------------- */
.widget_archive ul li a {
  display: inline-block !important;
}
.widget_archive ul li a:hover {
  background-color: transparent!important;
}
.widget select {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 100%;
}
/* Calendar Widget
-------------------------------------- */
.widget_calendar {
  float: left;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}
#wp-calendar tbody td:hover {
  background: #fff;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
#wp-calendar #today {
  font-weight: bold;
  color: #222;
}
/* Categories Widget
-------------------------------------- */
.widget_categories ul li a {
  display: inline-block !important;
}
.widget_categories ul li a:hover {
  background-color: transparent!important;
}
/* Recent Comments Widget
-------------------------------------- */
.widget_recent_comments ul li {
  margin-bottom: 15px;
}
.comment-author-link {
  border-bottom: 1px dotted #eeeeee;
}
/* Recent Entries Widget
-------------------------------------- */
.widget_recent_entries ul li a:hover {
  text-indent: 0!important;
  background-color: transparent!important;
  text-decoration: underline!important;
}
/* RSS Widget
-------------------------------------- */
.widget_rss ul li {
  margin-bottom: 15px;
}
.widget_rss .rsswidget {
  font-weight: bold;
}
.widget_rss .rssSummary {
  font-size: 12px;
  font-size: 0.75rem;
}
/* Search Widget
-------------------------------------- */
.widget_search {
  position: relative;
}
.widget_search #s {
  width: 100%;
  display: block;
  padding-right: 32px;
}
.widget_search #s:focus {
  border-color: #777777;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget_search #searchsubmit {
  background: none;
  border: none;
  width: 17px;
  height: 17px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  right: 15px;
  top: 7px;
  cursor: pointer;
  line-height: 0;
  box-shadow: none;
}
.widget_search i {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 15px;
  top: 12px;
  cursor: pointer;
  font-size: 1em;
  color: #777777;
}
.widget_search #searchform {
  position: relative;
}
/* Tag Cloud Widget
-------------------------------------- */
.widget_tag_cloud a {
  padding: 2px;
}
/* Nav Menu Widget
-------------------------------------- */
.widget_nav_menu .menu-navigation-container > ul {
  padding: 0;
  list-style: none;
}
.widget_nav_menu .menu-navigation-container > ul > li > a {
  font-weight: bold;
  padding: 5px 0;
  display: inline-block;
}
.widget_nav_menu .menu-navigation-container .sub-menu {
  padding-left: 20px;
}
/* Search Form
-------------------------------------- */
.search-form {
  position: relative;
}
.search-form label {
  display: block;
  position: relative;
}
.search-form label .screen-reader-text {
  display: none;
}
.search-form .search-field {
  width: 100%;
  position: relative;
  font-weight: normal;
}
.widget_search .search-field:focus {
  border-color: #777777;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget_search .search-submit {
  background: none;
  border: none;
  width: 36px;
  height: 36px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  line-height: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.search-form label::before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "";
  position: absolute;
  right: 15px;
  top: 9px;
  color: #c3c3c3;
  font-size: 14px;
  z-index: 1;
}
.widget_search i {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  font-size: 1em;
  color: #c3c3c3;
}
/*Post Navigation                                                       */
/*----------------------------------------------------------------------*/
.post-navigation,
.page-links {
  margin: 40px 0;
}
.post-navigation:before,
.page-links:before,
.post-navigation:after,
.page-links:after {
  content: " ";
  display: table;
}
.post-navigation:after,
.page-links:after {
  clear: both;
}
.post-navigation .screen-reader-text {
  display: none;
}
.post-navigation a {
  background-color: #fff;
  border: 2px solid #eeeeee;
  color: #777777;
  float: left;
  line-height: 1.42857em;
  padding: 10px 16px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  outline: 0;
}
.post-navigation .nav-next a {
  float: right;
}
.post-navigation a:hover {
  background-color: #eeeeee;
  border: 2px solid #eeeeee;
  color: #555555;
}
.post-navigation a:active {
  top: 1px;
}
.post-navigation .nav-previous a {
  padding-left: 36px;
}
.post-navigation .nav-next a {
  padding-right: 36px;
}
.post-navigation a::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  color: #c3c3c3;
  font-size: 14px;
  line-height: 1em;
  width: 14px;
  height: 14px;
}
.post-navigation .nav-previous a::before {
  content: "\f053";
  left: 16px;
}
.post-navigation .nav-next a::before {
  content: "\f054";
  right: 16px;
}
.post-navigation a:hover::before {
  color: #777777;
}
/*Page Links                                                       */
/*----------------------------------------------------------------------*/
.page-links {
  margin: 40px 0;
}
.page-links:before,
.page-links:after {
  content: " ";
  display: table;
}
.page-links:after {
  clear: both;
}
.page-links span {
  background-color: #fff;
  border: 2px solid #777777;
  color: #555555;
  float: left;
  line-height: 1.42857;
  padding: 10px 16px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  outline: 0;
  margin: 0 5px;
}
.page-links a span {
  color: #777777;
  border: 2px solid #eeeeee;
}
/*
==========================================
9. External Plugins
========================================== 
*/
/*
// Contact Form 7
// ------------------
*/
.wpcf7 p {
  margin-bottom: 25px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  width: 50%;
}
.wpcf7 select {
  font-size: 14px;
  font-size: 0.875rem;
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  display: inline-block;
  width: auto;
  height: 20px;
  margin-right: 5px;
  margin-top: 0;
}
.wpcf7-list-item {
  display: block;
  margin-bottom: 5px;
  line-height: 20px;
}
.wpcf7 textarea {
  width: 80%;
}
.wpcf7 input[type="submit"] {
  width: auto;
  border-color: #555555;
  -webkit-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
  padding: 6px 15px;
}
.wpcf7 input[type="submit"]:hover {
  background-color: #555555;
  color: #fff;
}
.wpcf7 input[disabled="disabled"] {
  opacity: 0.3;
}
.wpcf7-quiz {
  margin-bottom: 0;
}
.wpcf7-not-valid {
  border-color: red;
}
/*
==========================================
10. Global Styles
========================================== 
*/
html {
  font-size: 1em;
  overflow-x: hidden;
  height: 100%;
}
html.menu_open body {
  padding-left: 275px;
}
body {
  background-color: #FFFFFF;
  -webkit-transition: padding 250ms ease-in;
  -o-transition: padding 250ms ease-in;
  transition: padding 250ms ease-in;
  height: 100%;
}
#wrap {
  position: relative;
}
img,
iframe {
  max-width: 100%;
  height: auto;
}
.box_b {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  /*padding: 5px;*/
  margin-bottom: 0.6em;
  border: 4px solid #fff!important;
}
.cool_divider {
  background: url(images/line_divider.png) bottom repeat-x;
  padding-bottom: 3px;
  border: none;
  margin: 2em 0;
}
.in_shadow {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3) inset;
}
.preloader {
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 30;
  top: 0;
  left: 0;
  -webkit-transition: all 900ms ease-in-out;
  -o-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
  text-align: center;
  color: #c3c3c3 !important;
}
.preloader i {
  font-size: 28px;
  position: absolute;
  left: 50%;
  top: 300px;
}
/* Custom button
-------------------------------------------------- */
/* Override base .btn styles */
/* Apply text and background changes to three key states: default, hover, and active (click). */
.btn-ql,
.btn-ql:hover,
.btn-ql:active {
  background-color: transparent;
  border: 2px solid transparent;
  color: #777777;
  border-radius: border-radius-base;
  font-size: 0.85714285714286em;
  font-weight: bold;
  -webkit-transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  -o-transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  position: relative;
  overflow: hidden;
  outline: none;
}
.btn-ql:hover {
  border: 2px solid #eeeeee;
}
/* Apply the custom-colored gradients */
/* Note: you'll need to include all the appropriate gradients for various browsers and standards. */
.btn-ql > i {
  font-size: 1.16666666666667em;
  position: absolute;
  left: 44%;
  top: -2em;
  -webkit-animation: btn_in 300ms ease-in-out;
  -o-animation: btn_in 300ms ease-in-out;
  animation: btn_in 300ms ease-in-out;
}
.btn-ql > span {
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
/*For special occacions */
.btn-ql > b.ql_sec_icon {
  font-size: 1.16666666666667em;
  font-weight: normal;
  position: absolute;
  left: 43%;
  top: 0.57142857142857em;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-ql.ql_show_sec > b.ql_sec_icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-ql.ql_show_sec > span,
.btn-ql.ql_show_sec > i {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Set the hover state */
/* An easy hover state is just to move the gradient up a small amount. Add other embellishments as you see fit. */
.btn-ql:hover > span {
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-ql:hover > i {
  top: 0.5625em;
  -webkit-animation: btn_out 300ms ease-in-out;
  -o-animation: btn_out 300ms ease-in-out;
  animation: btn_out 300ms ease-in-out;
}
/*
Show the icon
*/
@-webkit-keyframes btn_out {
  0% {
    top: -2em;
  }
  100% {
    top: 0.71428571428571em;
  }
}
@-moz-keyframes btn_out {
  0% {
    top: -2em;
  }
  100% {
    top: 0.71428571428571em;
  }
}
@-o-keyframes btn_out {
  0% {
    top: -2em;
  }
  100% {
    top: 0.71428571428571em;
  }
}
@keyframes btn_out {
  0% {
    top: -2em;
  }
  100% {
    top: 0.71428571428571em;
  }
}
/*
Hide the icon
*/
@-webkit-keyframes btn_in {
  0% {
    top: 0.71428571428571em;
  }
  100% {
    top: 4em;
  }
}
@-moz-keyframes btn_in {
  0% {
    top: 0.71428571428571em;
  }
  100% {
    top: 4em;
  }
}
@-o-keyframes btn_in {
  0% {
    top: 0.71428571428571em;
  }
  100% {
    top: 4em;
  }
}
@keyframes btn_in {
  0% {
    top: 0.71428571428571em;
  }
  100% {
    top: 4em;
  }
}
.btn-ql:active {
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Custom button
-------------------------------------------------- */
/* Override base .btn styles */
/* Apply text and background changes to three key states: default, hover, and active (click). */
.btn-ql2,
.btn-ql2:hover,
.btn-ql2:active {
  background-color: transparent;
  border: 2px solid #eeeeee;
  color: #777777;
  border-radius: border-radius-base;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  -webkit-transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  -o-transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  position: relative;
  overflow: hidden;
  outline: none;
}
.btn-ql2:hover {
  border: 2px solid #444444;
  background-color: #444444;
  color: #fff;
}
/* Apply the custom-colored gradients */
/* Note: you'll need to include all the appropriate gradients for various browsers and standards. */
.btn-ql2 > i {
  margin-left: 4px;
}
/*Call To Action Button													*/
/*----------------------------------------------------------------------*/
.btn-cta {
  background-color: #444444 !important;
  background-image: none;
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3) inset;
  border: none;
  border-radius: 2px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
.btn-cta:hover {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 90;
  filter: alpha(opacity=9000);
}
/*Before & After														*/
/*----------------------------------------------------------------------*/
.ql_beforeafter img {
  max-width: none!important;
}
/* Section Title														*/
/*----------------------------------------------------------------------*/
.ql_title {
  border-bottom: 1px solid #777777;
  position: relative;
  padding-bottom: 5px;
}
.ql_title:before {
  content: " ";
  position: absolute;
  bottom: -2px;
  background-color: #444444;
  height: 3px;
  width: 50px;
  display: block;
  left: 0;
}
/* Section Title														*/
/*----------------------------------------------------------------------*/
.ql_line {
  border-bottom: 1px solid #eeeeee;
  border-top: none;
  position: relative;
  margin: 20px 0;
  margin: 1.42857142857143rem 0;
  width: 6.15384615384615em;
  height: 1px;
  display: block;
  clear: both;
}
.ql_line_wrap {
  position: relative;
  height: 3px;
  display: block;
  margin: 30px 0 0 0;
  margin: 2.14285714285714rem 0 0 0;
}
.ql_line_full {
  border-bottom: 1px solid #eeeeee;
  border-top: none;
  position: absolute;
  left: -15px;
  right: -15px;
  bottom: 0;
  margin: 0;
  height: 1px;
  display: block;
  clear: both;
}
.section_title {
  margin-bottom: 1.53846153846154em;
}
/* Scroll to Top Button													*/
/*----------------------------------------------------------------------*/
.ql_scroll_top i {
  margin-left: 10px;
}
/*Hero Colors Classes													*/
/*----------------------------------------------------------------------*/
.hero_bck {
  background-color: #444444;
}
.hero_border {
  border-color: #444444;
}
.hero_color {
  color: #444444;
}
.hero_bck2 {
  background-color: #363636;
}
.hero_border2 {
  border-color: #363636;
}
.hero_color2 {
  color: #363636;
}
.contrast_bck {
  background-color: #fff;
}
/* Hover effect for thumbnails											*/
/*----------------------------------------------------------------------*/
.ql_thumbnail_hover {
  position: relative;
  display: block;
  text-align: center;
}
.ql_thumbnail_hover > span {
  display: block;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 1px;
}
.ql_thumbnail_hover:hover > span {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.ql_thumbnail_hover > span > i {
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #555555;
  font-size: 3em;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-top: -1.5em;
  margin-left: -1.5em;
  line-height: 3em;
  width: 3em;
  height: 3em;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  display: block;
}
.ql_thumbnail_hover:hover > span > i {
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* Scrollbars webkit													*/
/*----------------------------------------------------------------------*/
.hr-small {
  border-top: 1px solid #eeeeee;
  height: 1px;
  margin: 0.625em auto;
  width: 100px;
  display: block;
}
.hr-small:before,
.hr-small:after {
  content: " ";
  display: table;
}
.hr-small:after {
  clear: both;
}
.nav_sidebar .hr-small {
  border-color: #777777;
  margin: 1.875em auto;
}
.ql_single-portfolio_content .hr-small {
  margin: 0.9375em 0;
  display: inline-block;
  border-top: 3px solid #444444;
}
/* Font size using REMs													*/
/*----------------------------------------------------------------------*/
.ql_brand {
  display: inline-block;
  color: #c3c3c3;
}
.ql_brand a {
  color: #c3c3c3;
}
/* Background Check														*/
/*----------------------------------------------------------------------*/
.background--light {
  color: black!important;
  border-color: black!important;
}
.background--dark {
  color: white!important;
  border-color: white!important;
}
.background--complex {
  color: gray!important;
  border-color: gray!important;
}
.navbar-toggle.background--light .icon-bar,
.background--light .marka i {
  background-color: black!important;
}
.navbar-toggle.background--dark .icon-bar,
.background--dark .marka i {
  background-color: white!important;
}
.navbar-toggle.background--complex .icon-bar,
.background--complex .marka i {
  background-color: gray!important;
}
/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
/* Inputs																*/
/*----------------------------------------------------------------------*/
input,
textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 2px solid #eeeeee;
  border-radius: 2px;
  margin-bottom: 0.71428571428571em;
}
input:focus,
textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #777777;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777777;
}
input[disabled],
textarea[disabled],
input[readonly],
textarea[readonly],
fieldset[disabled] input,
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textareainput,
textareatextarea {
  height: auto;
}
textarea {
  min-height: 100px;
}
/*
==========================================
11. Responsive Styles
========================================== 
*/
/*
	// Extra Small Breakpoint
	// ------------------
	*/
@media (max-width: 767px) {
  html,
  body {
    height: 100%!important;
  }
  html.menu_open body {
    padding-left: 0;
  }
  /*
	Header
	--------------------------------
	*/
  .logo_container {
    margin: 10px 0!important;
    text-align: center;
  }
  .ql_header2 .logo_container,
  .ql_header2 .logo_container .logo_desc {
    text-align: center;
  }
  .logo_move {
    -webkit-transform: translate(0, 0) scale(1) !important;
    -ms-transform: translate(0, 0) scale(1) !important;
    -o-transform: translate(0, 0) scale(1) !important;
    transform: translate(0, 0) scale(1) !important;
  }
  .ql_nav_btn {
    top: 65px;
  }
  /*
	WPML
	--------------------------------
	*/
  #lang_sel {
    position: absolute;
    top: 0;
    right: 0;
  }
  /*
	Content
	--------------------------------
	*/
  .post_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .metadata {
    display: block;
  }
  .metadata ul li {
    float: left;
  }
  .meta_blocks {
    display: none;
  }
  .post-categories {
    padding-left: 0;
  }
  /*Comments Form---------------------------------------------------*/
  #respond .input-wrap {
    width: 46%;
  }
  /*
	Sidebar
	--------------------------------
	*/
  #sidebar .widget {
    margin-left: 0em;
  }
  /*
	Portfolio
	========================================== 
	*/
  .portfolio_item {
    width: 100%!important;
    height: auto!important;
  }
  .filter_list > ul > li {
    margin-right: 5px;
  }
  .filter_list ul li a {
    font-size: 12px;
    font-size: 0.75rem;
  }
  /*
	Single Portfolio
	========================================== 
	*/
  .ql_single-portfolio_content {
    float: none;
    width: 100%;
    text-align: left;
    margin: 10px 0;
  }
  .ql_single-portfolio_content .post-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .single_portfolio_slider {
    padding: 0 20px;
  }
  .single_portfolio_slider .owl-item {
    float: none;
    display: block;
    text-align: center;
    max-width: 100%;
    margin: 20px 0!important;
  }
  .single_portfolio_slider .item-video {
    width: 100%;
    height: 200px;
  }
  .single_portfolio_slider .owl-video-frame,
  .single_portfolio_slider iframe {
    height: 100%!important;
  }
  .single_portfolio_slider .item {
    max-width: 100%;
    width: 100%;
    height: auto!important;
  }
  .single_portfolio_slider .item img {
    max-width: 100%;
    width: auto;
    height: auto!important;
  }
  .single_portfolio_slider .owl-stage {
    width: 100%!important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .ql_img_info {
    display: none;
  }
  /*
	Single Portfolio 2
	========================================== 
	*/
  .single-portfolio2 .ql_single-portfolio_content {
    text-align: left;
  }
  .single-portfolio2 .ql_single-portfolio_content.affix {
    position: relative;
    width: 100%;
    top: 0px;
  }
  .single-portfolio2 .ql_single-portfolio_images .item {
    margin-bottom: 15px;
  }
  .single-portfolio2 .ql_single-portfolio_images .ql_caption {
    font-size: 12px;
    font-size: 0.75rem;
  }
  /*Comments Form---------------------------------------------------*/
  #respond .input-wrap {
    width: 100%;
  }
  /*
	Footer
	--------------------------------
	*/
  .footer_wrap {
    padding: 0 1.25em;
  }
  .sub_footer_wrap {
    padding: 1em;
  }
  #footer .pull-right {
    width: 100%;
  }
  /*
	Sidebar
	--------------------------------
	*/
  #sidebar .widget {
    margin-left: 0em;
  }
}
/*
	// Small Breakpoint
	// ------------------
	*/
@media (min-width: 768px) and (max-width: 991px) {
  html,
  body {
    height: 100%!important;
  }
  html.menu_open body {
    padding-left: 0;
  }
  /*
	Header
	--------------------------------
	*/
  .logo_container {
    margin: 10px 0!important;
    text-align: center;
  }
  .ql_header2 .logo_container,
  .ql_header2 .logo_container .logo_desc {
    text-align: center;
  }
  /*
	Content
	========================================== 
	*/
  .metadata ul li {
    float: left;
  }
  /*
	Portfolio
	========================================== 
	*/
  #portfolio_container .portfolio_item {
    width: 476px;
    height: 233px;
  }
  #portfolio_container .layout_square {
    width: 233px;
    height: 233px;
  }
  #portfolio_container .layout_portrait1 {
    width: 233px;
    height: 476px;
  }
  #portfolio_thirds_container .portfolio_item {
    width: 226px;
  }
  /*
	Single Portfolio
	========================================== 
	*/
  .ql_single-portfolio_content {
    float: none;
    width: 100%;
    text-align: left;
    margin: 10px 0;
  }
  .single_portfolio_slider {
    padding: 0 20px;
  }
  .single_portfolio_slider .owl-item {
    float: none;
    display: block;
    text-align: center;
    max-width: 100%;
    margin: 20px 0!important;
  }
  .single_portfolio_slider .item {
    max-width: 100%;
    width: 100%;
    height: auto!important;
  }
  .single_portfolio_slider .item-video {
    width: 100%;
    height: 400px;
  }
  .single_portfolio_slider .owl-video-frame,
  .single_portfolio_slider iframe {
    height: 100%!important;
  }
  .single_portfolio_slider .item img {
    max-width: 100%;
    width: auto;
    height: auto!important;
  }
  .single_portfolio_slider .owl-stage {
    width: 100%!important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  /*
	Single Portfolio 2
	========================================== 
	*/
  .single-portfolio2 .ql_single-portfolio_content {
    text-align: left;
  }
  .single-portfolio2 .ql_single-portfolio_content.affix {
    position: relative;
    width: 100%;
    top: 0px;
  }
  /*Comments Form---------------------------------------------------*/
  #respond .input-wrap {
    width: 46%;
  }
}
/*
	// Medium Breakpoint
	// ------------------
	*/
@media (min-width: 992px) and (max-width: 1199px) {
  html,
  body {
    height: 100%!important;
  }
  /*
	Header
	--------------------------------
	*/
  .logo_container {
    margin: 30px 0!important;
  }
  .ql_nav_btn {
    top: 45px;
  }
  .meta_blocks div {
    height: 56px;
  }
  .meta_icon {
    line-height: 53px;
  }
  .meta_blocks div i {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .sub_icon {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .meta_comments .sub_icon {
    line-height: 50px;
  }
  .meta_date span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  /*
	Portfolio
	========================================== 
	*/
  #portfolio_container .portfolio_item {
    width: 464px;
    height: 227px;
  }
  #portfolio_container .layout_square {
    width: 227px;
    height: 227px;
  }
  #portfolio_container .layout_portrait1 {
    width: 227px;
    height: 464px;
  }
  #portfolio_thirds_container .portfolio_item {
    width: 300px;
  }
  /*
	Portfolio Horizontal
	========================================== 
	*/
  #portfolio_horizontal_container {
    height: 100%!important;
  }
  /*
	Single Portfolio
	========================================== 
	*/
  .ql_single-portfolio_content {
    float: none;
    width: 100%;
    text-align: left;
    margin: 10px 0;
  }
  .ql_single-portfolio_content .post-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .single_portfolio_slider {
    padding: 0 20px;
  }
  .single_portfolio_slider .owl-item {
    float: none;
    display: block;
    text-align: center;
    max-width: 100%;
    margin: 20px 0!important;
  }
  .single_portfolio_slider .item-video {
    width: 100%;
    height: 646px;
  }
  .single_portfolio_slider .owl-video-frame,
  .single_portfolio_slider iframe {
    height: 100%!important;
  }
  .single_portfolio_slider .item {
    max-width: 100%;
    width: 100%;
    height: auto!important;
  }
  .single_portfolio_slider .item img {
    max-width: 100%;
    width: auto;
    height: auto!important;
  }
  .single_portfolio_slider .owl-stage {
    width: 100%!important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .ql_img_info {
    display: none;
  }
  /*
	Single Portfolio 2
	========================================== 
	*/
  .single-portfolio2 .ql_single-portfolio_content.affix {
    width: 293px;
  }
  /*Comments Form---------------------------------------------------*/
  #respond .input-wrap {
    width: 47%;
  }
}
/*
	// Extra Larga Breakpoint
	// ------------------
	*/
/*
==========================================
LESS Variables and Mixins
========================================== 
*/
