/*
Theme Name: Black Label
Theme URI: http://www.quemalabs.com/theme/black-label/
Description: A Premium Fullscreen WordPress Theme.
Version: 3.2.0
Author: Quema Labs
Author URI: http://www.quemalabs.com
License: GNU General Public License
License URI: License.txt
Tags:  black, two-columns, responsive-layout, custom-header, custom-background, threaded-comments, custom-menu
*/
/*
==========================================
Theme Styles
========================================== 
*/
html {
  font-size: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #181818;
  color: #fff;
}
.container {
  max-width: 960px;
}
#wrap {
  position: relative;
  z-index: 2;
}
/*
==========================================
Header
========================================== 
*/
#header {
  background: url(images/black_bck.png) repeat;
  padding: 10px 20px;
  margin-bottom: 2%;
  position: relative;
  z-index: 3;
  min-height: 0!important;
}
#header .logo_container {
  float: left;
  margin-bottom: 0;
  margin-top: 3px;
}
#header .logo_container a {
  color: #fff;
  font-size: 24px;
}
.ql_style_light #header .logo_container a {
  color: #000;
}
/*-----------Language Switcher-----------------*/
#ql_language_switcher {
  float: right;
}
#ql_language_switcher ul {
  list-style: none;
}
#ql_language_switcher ul li {
  list-style: none;
  float: left;
  margin-right: 10px;
}
.jqueryslidemenu {
  z-index: 50;
  /*background:url(../images/nav_bck.png) repeat-x;*/
  height: 44px;
}
.jqueryslidemenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 50;
  float: right;
}
/*Top level list items*/
.jqueryslidemenu ul li {
  /*background:url(../images/nav_lines.png) no-repeat right top ;*/
  position: relative;
  display: inline;
  float: left;
  height: 40px;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a {
  display: block;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
  font-size: 16px;
  height: 41px;
  padding: 0 15px 0 15px;
  z-index: 51;
  background: transparent;
}
.ql_style_light .jqueryslidemenu ul li a {
  color: #000;
}
.jqueryslidemenu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
* html .jqueryslidemenu ul li a {
  /*IE6 hack to get sub menu links to behave correctly*/
  display: inline-block;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
  position: absolute;
  left: 0;
  display: block;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  overflow: visible!important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 50;
  min-height: 0;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
  background-image: none;
  display: list-item;
  float: none;
  z-index: 51;
  margin: 0;
  height: 30px;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
  top: 0;
  z-index: 52;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
  width: 220px;
  /*width of sub menus*/
  margin: 0;
  border-top-width: 0;
  /*border-bottom:#e0e0e0 1px solid;*/
  /*text-shadow:0 1px 0 #fff;*/
  z-index: 52;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
}
.jqueryslidemenu ul li ul li a:hover {
  /*sub menus hover style*/
  background: rgba(255, 255, 255, 0.1);
}
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
  position: absolute;
  top: 12px;
  right: 7px;
}
.rightarrowclass {
  position: absolute;
  top: 6px;
  right: 5px;
}
/*
==========================================
Home
========================================== 
*/
#home_widget {
  position: fixed;
  z-index: 2;
  right: -250px;
  top: 35%;
  width: 250px;
  background: url(images/black_bck2.png) repeat;
  padding: 20px;
}
#home_widget .widget {
  margin-bottom: 20px;
}
#home_widget_btn {
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 1.16666666666667em;
  width: 30px;
  height: 60px;
  display: block;
  position: absolute;
  z-index: 2;
  left: -30px;
  top: 30%;
  cursor: pointer;
  outline: none;
}
#home_widget_btn.btn_open {
  background-position: 0 -70px;
}
a#home_widget_btn:hover {
  opacity: 0.9;
}
#video_bck {
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
#video_bck iframe {
  width: 100%!important;
  height: 100%!important;
}
#video_wrapper {
  height: 100%!important;
  width: 100%!important;
}
#navigation {
  height: 40px;
  position: fixed;
  bottom: 0;
  right: 0px;
  margin: 0;
  z-index: 3;
}
.page-template-home-page-php #navigation {
  z-index: 0;
}
#navigation a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  outline: none;
  float: left;
  -webkit-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
#navigation a:hover {
  opacity: 0.8;
}
#navigation a:active {
  position: relative;
  top: 1px;
}
#navigation a i {
  line-height: 40px;
  font-size: 14px;
}
#navigation a > i {
  display: none;
  margin: 0 auto;
}
#navigation a > i:first-child {
  display: block;
}
#navigation a.pause > i {
  display: block;
}
#navigation a.pause > i:first-child {
  display: none;
}
#navigation #prevslide {
  background-position: 17px -22px;
}
#navigation #prevslide:active {
  background-position: 17px -21px;
}
#navigation #nextslide {
  background-position: -63px -22px;
}
#navigation #nextslide:active {
  background-position: -63px -21px;
}
#navigation #pauseplay {
  background-position: -23px -22px;
}
#navigation #pauseplay:active {
  background-position: -23px -21px;
}
#navigation #pauseplay.pause {
  background-position: -23px 8px;
}
#navigation #pauseplay.pause:active {
  background-position: -23px 9px;
}
#jquery_jplayer_1 {
  width: 0;
  height: 0;
  display: none;
}
#jp_interface_1 {
  width: 40px;
  height: 35px;
  position: fixed;
  bottom: 0;
  left: 0px;
  margin: 0;
  z-index: 3;
  display: none;
}
#jp_interface_1 a {
  text-align: center;
  float: left;
  width: 40px;
  height: 35px;
  display: block;
  line-height: 35px;
  color: #fff;
  font-size: 1.66666666666667em;
}
#jp_interface_1 a.jp-play {
  background-position: 12px -24px;
}
#jp_interface_1 a.jp-pause {
  background-position: 12px 6px;
}
.slide_caption {
  z-index: 2;
  position: absolute;
  bottom: 70px;
  right: 7.69230769230769em;
  padding: 20px;
  text-align: right;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 40%;
}
.slide_caption h2 {
  color: #fff;
  font-size: 2.53846153846154em;
  font-weight: bold;
}
.slide_caption p {
  font-size: 1.07692307692308em;
}
/* Ken Burns Effect
========================================== */
#supersized.kb_enable li a {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#supersized.kb_enable li.ken_burn img {
  -webkit-animation: ql_move 22s ease infinite alternate;
  -o-animation: ql_move 22s ease infinite alternate;
  animation: ql_move 22s ease infinite alternate;
  position: absolute!important;
}
#supersized.kb_enable li.kb_origin_a img {
  transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  /* IE 9 */
  -webkit-transform-origin: 0% 100%;
  /* Chrome, Safari, Opera */
}
#supersized.kb_enable li.kb_origin_b img {
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  /* IE 9 */
  -webkit-transform-origin: 100% 0%;
  /* Chrome, Safari, Opera */
}
#supersized.kb_enable li.kb_origin_c img {
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  /* IE 9 */
  -webkit-transform-origin: 0% 0%;
  /* Chrome, Safari, Opera */
}
#supersized.kb_enable li.kb_origin_d img {
  transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  /* IE 9 */
  -webkit-transform-origin: 100% 100%;
  /* Chrome, Safari, Opera */
}
#supersized.kb_enable li.kb_origin_e img {
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  /* IE 9 */
  -webkit-transform-origin: 50% 50%;
  /* Chrome, Safari, Opera */
}
@-webkit-keyframes ql_move {
  0% {
    transform: scale(100%);
    -ms-transform: scale(100%);
    /* IE 9 */
    -webkit-transform: scale(100%);
    /* Safari and Chrome */
    -o-transform: scale(100%);
    /* Opera */
    -moz-transform: scale(100%);
    /* Firefox */
  }
  100% {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    /* IE 9 */
    -webkit-transform: scale(1.3);
    /* Safari and Chrome */
    -o-transform: scale(1.3);
    /* Opera */
    -moz-transform: scale(1.3);
    /* Firefox */
  }
}
@-moz-keyframes ql_move {
  0% {
    transform: scale(100%);
    -ms-transform: scale(100%);
    /* IE 9 */
    -webkit-transform: scale(100%);
    /* Safari and Chrome */
    -o-transform: scale(100%);
    /* Opera */
    -moz-transform: scale(100%);
    /* Firefox */
  }
  100% {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    /* IE 9 */
    -webkit-transform: scale(1.3);
    /* Safari and Chrome */
    -o-transform: scale(1.3);
    /* Opera */
    -moz-transform: scale(1.3);
    /* Firefox */
  }
}
@-o-keyframes ql_move {
  0% {
    transform: scale(100%);
    -ms-transform: scale(100%);
    /* IE 9 */
    -webkit-transform: scale(100%);
    /* Safari and Chrome */
    -o-transform: scale(100%);
    /* Opera */
    -moz-transform: scale(100%);
    /* Firefox */
  }
  100% {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    /* IE 9 */
    -webkit-transform: scale(1.3);
    /* Safari and Chrome */
    -o-transform: scale(1.3);
    /* Opera */
    -moz-transform: scale(1.3);
    /* Firefox */
  }
}
@keyframes ql_move {
  0% {
    transform: scale(100%);
    -ms-transform: scale(100%);
    /* IE 9 */
    -webkit-transform: scale(100%);
    /* Safari and Chrome */
    -o-transform: scale(100%);
    /* Opera */
    -moz-transform: scale(100%);
    /* Firefox */
  }
  100% {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    /* IE 9 */
    -webkit-transform: scale(1.3);
    /* Safari and Chrome */
    -o-transform: scale(1.3);
    /* Opera */
    -moz-transform: scale(1.3);
    /* Firefox */
  }
}
/*
==========================================
Social Nav
========================================== 
*/
.nav_social,
.menu-social-container {
  position: relative;
  text-align: center;
  list-style: none;
}
.menu-social-container ul {
  list-style: none;
}
.nav_social li,
.menu-social-container li {
  text-align: center;
  position: relative;
  display: inline-block;
  border: none;
}
.nav_social li a,
.menu-social-container li a {
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #bfbfbf;
  -webkit-transition: background 200ms;
  -o-transition: background 200ms;
  transition: background 200ms;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  text-decoration: none!important;
}
.nav_social li a:hover,
.menu-social-container li a:hover {
  color: #fff;
}
.nav_social .screen-reader-text,
.menu-social-container .screen-reader-text {
  display: none;
}
.nav_social li a::before,
.menu-social-container 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,
.menu-social-container 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,
.menu-social-container li a[href*="facebook.com"]::before {
  content: "\f09a";
}
.nav_social li a[href*="facebook.com"]:hover,
.menu-social-container li a[href*="facebook.com"]:hover {
  background-color: #3B5998;
}
.nav_social li a[href*="twitter.com"]::before,
.menu-social-container li a[href*="twitter.com"]::before {
  content: "\f099";
}
.nav_social li a[href*="twitter.com"]:hover,
.menu-social-container li a[href*="twitter.com"]:hover {
  background-color: #33CCFF;
}
.nav_social li a[href*="dribbble.com"]::before,
.menu-social-container li a[href*="dribbble.com"]::before {
  content: "\f17d";
}
.nav_social li a[href*="dribbble.com"]:hover,
.menu-social-container li a[href*="dribbble.com"]:hover {
  background-color: #C5376D;
}
.nav_social li a[href*="instagram.com"]::before,
.menu-social-container li a[href*="instagram.com"]::before {
  content: "\f16d";
}
.nav_social li a[href*="instagram.com"]:hover,
.menu-social-container li a[href*="instagram.com"]:hover {
  background-color: #427097;
}
.nav_social li a[href*="flickr.com"]::before,
.menu-social-container li a[href*="flickr.com"]::before {
  content: "\f16e";
}
.nav_social li a[href*="flickr.com"]:hover,
.menu-social-container li a[href*="flickr.com"]:hover {
  background-color: #FF0084;
}
.nav_social li a[href*="youtube.com"]::before,
.menu-social-container li a[href*="youtube.com"]::before {
  content: "\f167";
}
.nav_social li a[href*="youtube.com"]:hover,
.menu-social-container li a[href*="youtube.com"]:hover {
  background-color: #C1302A;
}
.nav_social li a[href*="github.com"]::before,
.menu-social-container li a[href*="github.com"]::before {
  content: "\f09b";
}
.nav_social li a[href*="github.com"]:hover,
.menu-social-container li a[href*="github.com"]:hover {
  background-color: #2f2f2f;
}
.nav_social li a[href*="vimeo.com"]::before,
.menu-social-container li a[href*="vimeo.com"]::before {
  content: "\f194";
}
.nav_social li a[href*="vimeo.com"]:hover,
.menu-social-container li a[href*="vimeo.com"]:hover {
  background-color: #1AB7EA;
}
.nav_social li a[href*="foursquare.com"]::before,
.menu-social-container li a[href*="foursquare.com"]::before {
  content: "\f180";
}
.nav_social li a[href*="foursquare.com"]:hover,
.menu-social-container li a[href*="foursquare.com"]:hover {
  background-color: #1DAFEC;
}
.nav_social li a[href*="skype.com"]::before,
.menu-social-container li a[href*="skype.com"]::before {
  content: "\f17e";
}
.nav_social li a[href*="skype.com"]:hover,
.menu-social-container li a[href*="skype.com"]:hover {
  background-color: #00AFF0;
}
.nav_social li a[href*="plus.google.com"]::before,
.menu-social-container li a[href*="plus.google.com"]::before {
  content: "\f0d5";
}
.nav_social li a[href*="plus.google.com"]:hover,
.menu-social-container li a[href*="plus.google.com"]:hover {
  background-color: #D5402B;
}
.nav_social li a[href*="tumblr.com"]::before,
.menu-social-container li a[href*="tumblr.com"]::before {
  content: "\f173";
}
.nav_social li a[href*="tumblr.com"]:hover,
.menu-social-container li a[href*="tumblr.com"]:hover {
  background-color: #343B4A;
}
.nav_social li a[href*="linkedin.com"]::before,
.menu-social-container li a[href*="linkedin.com"]::before {
  content: "\f0e1";
}
.nav_social li a[href*="linkedin.com"]:hover,
.menu-social-container li a[href*="linkedin.com"]:hover {
  background-color: #0073B2;
}
.nav_social li a[href*="pinterest.com"]::before,
.menu-social-container li a[href*="pinterest.com"]::before {
  content: "\f231";
}
.nav_social li a[href*="pinterest.com"]:hover,
.menu-social-container li a[href*="pinterest.com"]:hover {
  background-color: #CB2027;
}
.nav_social li a[href*="/feed/"]::before,
.menu-social-container li a[href*="/feed/"]::before {
  content: "\f09e";
}
.nav_social li a[href*="/feed/"]:hover,
.menu-social-container li a[href*="/feed/"]:hover {
  background-color: #FF6600;
}
.nav_social li a[href*="wordpress.com"]::before,
.menu-social-container li a[href*="wordpress.com"]::before {
  content: "\f19a";
}
.nav_social li a[href*="wordpress.com"]:hover,
.menu-social-container li a[href*="wordpress.com"]:hover {
  background-color: #21759b;
}
.nav_social li a[href*="wordpress.org"]::before,
.menu-social-container li a[href*="wordpress.org"]::before {
  content: "\f19a";
}
.nav_social li a[href*="wordpress.org"]:hover,
.menu-social-container li a[href*="wordpress.org"]:hover {
  background-color: #21759b;
}
/*
==========================================
Footer
========================================== 
*/
#footer {
  padding: 20px;
  margin-top: 2%;
  overflow: hidden;
}
footer h4 {
  color: #fff;
  font-size: 20px;
}
.ql_style_light footer h4 {
  color: #000;
}
footer .widget {
  margin-bottom: 2.5em;
}
footer ul,
footer ol {
  list-style: none;
  margin-left: 0;
}
footer ul li,
footer ol li {
  border-bottom: 1px solid #494949;
  padding: 0.33333333333333em 0;
  /*
	margin-bottom:5px;
	padding-bottom:5px;
	*/
}
footer ul li a,
footer ol li a {
  display: block;
  padding: 5px 0;
  color: #e0e0e0;
}
footer ul li a:hover,
footer ol li a:hover {
  color: #C4C4C4;
}
footer .widget ul li:first-child {
  border-top: none;
}
footer .widget ul li ul li:last-child {
  border: none;
}
footer .widget ul li ul {
  margin-left: 30px;
  margin-bottom: 0;
  margin-top: 0!important;
}
footer .widget ul li ul,
#sidebar .widget ul li ul li ul {
  display: none;
}
footer .hasChildren i {
  float: right;
  margin-top: 5px;
  font-size: 1.16666666666667em;
}
footer ul li,
footer ol li,
footer p {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
footer a {
  color: #e0e0e0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
footer a:hover {
  color: #C4C4C4;
}
/*-----------Recent Posts Widget-----------------*/
footer .widget_recent_posts ul li {
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  padding-bottom: 5px;
}
footer .widget_recent_posts ul li .recent-post-img {
  position: relative;
  float: left;
  margin-right: 10px;
}
footer .widget_recent_posts ul li .recent-post-img a {
  display: block;
}
footer .widget_recent_posts ul li .recent-post-img span {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  top: 6px;
  left: 1px;
}
footer .widget_recent_posts ul li .recent-post-img img {
  border: #000 1px solid;
}
footer .widget_recent_posts ul li h6 {
  font-size: 11px!important;
  font-weight: normal;
  line-height: 12px;
}
footer .widget_recent_posts ul li h6 a {
  font-size: 11px!important;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
footer .widget_recent_posts ul li h6 a:hover {
  text-decoration: none;
  color: #d7d7d7;
}
footer .widget_recent_posts ul li time {
  font-size: 11px;
  color: #e0e0e0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
footer .widget_popular_posts ul li {
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  padding-bottom: 5px;
}
footer .widget_popular_posts ul li .recent-post-img {
  position: relative;
  float: left;
  margin-right: 10px;
  height: 50px;
  margin-top: 5px;
}
footer .widget_popular_posts ul li .recent-post-img a {
  display: block;
  height: 50px;
}
footer .widget_popular_posts ul li .recent-post-img span {
  background: url(images/img_recent_post_frame.png) no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  top: 6px;
  left: 1px;
}
footer .widget_popular_posts ul li .recent-post-img img {
  border: #000 1px solid;
}
footer .widget_popular_posts ul li h6 {
  font-size: 11px!important;
  font-weight: normal;
  line-height: 12px;
}
footer .widget_popular_posts ul li h6 a {
  font-size: 11px!important;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
footer .widget_popular_posts ul li h6 a:hover {
  text-decoration: none;
  color: #d7d7d7;
}
footer .widget_popular_posts ul li time {
  font-size: 11px;
  color: #e0e0e0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
/*-----------Testimonials Widget-----------------*/
footer .widget_testimonials ul li {
  display: block;
}
footer .widget_testimonials ul li cite {
  color: #919090;
  background: url(images/cite_testimonial.png) no-repeat;
  background-position: 0 1px;
  padding-left: 25px;
  margin-top: 0.6em;
  display: block;
}
footer .widget_testimonials ul li cite a {
  color: #919090;
}
footer .widget_testimonials .testimonials_nav {
  float: right;
  position: relative;
}
footer .widget_testimonials .testimonials_nav a {
  background: url(images/footer_icons.png) no-repeat;
  width: 21px;
  height: 21px;
  display: block;
  text-indent: -9999px;
  float: left;
  margin-left: 10px;
}
footer .widget_testimonials .testimonials_nav a.prev {
  background-position: 0 -33px;
}
footer .widget_testimonials .testimonials_nav a.next {
  background-position: 0 -64px;
}
/*-----------Twitter Widget-----------------*/
footer .twitter_widget .twitter li {
  background: url(images/footer_twitter_icon.png) no-repeat;
  background-position: 0 center;
  padding-left: 27px;
}
/*-----------Contact Info Widget-----------------*/
.widget_contact_info .contact_info li {
  padding-left: 27px!important;
  position: relative;
}
.widget_contact_info .contact_info li i {
  position: absolute;
  color: #fff;
  left: 0;
  top: 20%;
  font-size: 1.16666666666667em;
}
/*-----------Social Widget-----------------*/
footer .social a {
  margin: 7px 7px 7px 0;
}
/*Quick Contact													*/
/*--------------------------------------------------------------*/
footer .widget_quick_contact .form {
  position: relative;
}
footer .widget_quick_contact .form input {
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  line-height: 30px;
  padding: 0 10px;
  margin: 5px 0;
  font-size: 12px;
  background: #272727;
  color: #858585;
}
footer .widget_quick_contact .form input:focus {
  background: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer .widget_quick_contact .form input#quick_name {
  margin-top: 0;
}
footer .widget_quick_contact .form .error {
  border-bottom: #F00 2px solid;
}
footer .widget_quick_contact .form span {
  top: 6px;
  position: absolute;
  left: 15px;
  color: #898888;
  width: auto;
}
footer .widget_quick_contact .form span.email-span {
  top: 45px;
}
footer .widget_quick_contact .form textarea {
  height: 91px;
  width: 100%;
  border: none;
  outline: none;
  padding: 10px;
  margin: 5px 0;
  font-size: 12px;
  overflow: auto;
  background: #272727;
  color: #858585;
}
footer .widget_quick_contact .form textarea:focus {
  background: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer .widget_quick_contact .form input.send {
  background: #3d3c3c;
  color: #858585;
  height: 24px;
  width: 72px;
  cursor: pointer;
  display: block;
  float: right;
  margin: 0;
  box-shadow: none;
}
footer .name-error,
footer .email-error,
footer .comments-error {
  display: none;
  position: absolute;
  left: 175px;
}
footer .name-error {
  top: 7px;
}
footer .email-error {
  top: 47px;
}
footer .comments-error {
  top: 89px;
}
footer .mesage {
  color: #fff;
  text-shadow: 0 1px 0 #000000;
}
#sub-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}
#sub-footer p {
  font-size: 11px;
  color: #777777;
  margin-bottom: 0;
}
#sub-footer p a {
  color: #777777;
}
#sub-footer p a:hover {
  color: #fff;
}
/*
==========================================
Blog & Pages
========================================== 
*/
#main {
  position: relative;
  z-index: 2;
  top: 0px;
}
#main_btn {
  background: url(images/main_btn.png) no-repeat;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 1.16666666666667em;
  width: 30px;
  height: 60px;
  display: block;
  position: absolute;
  z-index: 2;
  left: -30px;
  top: 0;
  cursor: pointer;
}
.layout_left #main_btn {
  right: -30px !important;
  left: auto;
}
#main_btn.btn_open {
  background-position: 0 -70px;
}
a#main_btn:hover {
  opacity: 0.9;
}
#content {
  position: relative;
  padding: 20px;
}
.layout_left #content.span8 {
  float: right;
}
#content .post {
  margin-bottom: 80px;
}
#content .post_title,
#content .post_title a {
  color: #fff;
  font-weight: normal;
  font-size: 26px;
}
#content h3.post_title,
#content h3.post_title a {
  color: #fff;
  font-weight: normal;
  font-size: 26px;
}
#content h4.post_title,
#content h4.post_title a {
  color: #fff;
  font-weight: normal;
  font-size: 20px;
}
.ql_style_light #content h3.post_title,
.ql_style_light #content h3.post_title a,
.ql_style_light #content h4.post_title,
#content h4.post_title a {
  color: #000;
}
#content .post_img {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  max-width: 100%;
  text-align: center;
}
/*
Post Image
*/
.post_img img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
/*Meta data for Posts													*/
/*----------------------------------------------------------------------*/
#content .metadata {
  margin: 5px 0 10px 0px;
  height: 34px;
  max-height: 34px;
  border-bottom: #494949 1px solid;
}
#content .metadata ul {
  margin: 0;
}
#content .metadata ul li {
  list-style: none;
  float: left;
  color: #8f8f8f;
  font-size: 0.91666666666667em;
  height: 17px;
  margin: 8px 0;
  line-height: 17px;
}
#content .metadata ul li a {
  font-size: inherit;
}
#content .metadata ul li i {
  font-size: 1.27272727272727em;
  margin-right: 0.35714285714286em;
}
#content .metadata ul li.date {
  background-position: 0 0;
}
#content .metadata ul li.author {
  background-position: -150px 0;
  margin-left: 15px;
}
#content .metadata ul li.category {
  background-position: -270px 0;
  margin-left: 15px;
}
#content .metadata ul li.comments {
  background-position: -485px 0;
  float: right;
  margin-right: 8px;
}
/*Read More Btn															*/
/*----------------------------------------------------------------------*/
a.more-link {
  display: inline-block;
  color: #7a7a7a;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  background: #3b3a3a;
  padding: 6px 9px;
}
a.more-link:hover {
  color: #d8d8d8;
  text-decoration: none;
}
a.more-link:active {
  color: #000;
  text-decoration: none;
  text-shadow: 0 1px 0 #4f4f4f;
}
/*Fancy Tags for posts													*/
/*----------------------------------------------------------------------*/
ul.fancy_tags {
  margin-top: 15px;
  margin-left: 0;
}
ul.fancy_tags li {
  background: url(images/tag_bck.png) left -30px no-repeat;
  height: 24px;
  padding-left: 22px;
  display: inline-block;
  margin: 0 5px 5px 0;
  float: left;
}
ul.fancy_tags li a {
  background: url(images/tag_bck.png) right 0 no-repeat;
  height: 24px;
  display: inline-block;
  padding: 0 10px 0 5px;
  line-height: 22px;
  color: #afafaf;
  text-shadow: 0 1px 0 #171717;
  font-size: 12px!important;
}
ul.fancy_tags li a:hover {
  color: #d8d8d8;
  text-decoration: none;
}
/*Pagination															*/
/*----------------------------------------------------------------------*/
.pagination ul {
  list-style: none;
}
.pagination ul li {
  display: inline-block;
}
.pagination span.current {
  background: #3b3a3a;
  display: block;
  float: left;
  text-align: center;
  margin-right: 15px;
  color: #000;
  text-decoration: none;
  text-shadow: 0 1px 0 #4f4f4f;
  padding: 4px 10px;
  border-width: 0;
}
.pagination a {
  display: block;
  color: #7a7a7a;
  text-shadow: 0 1px 0 #000;
  float: left;
  text-align: center;
  margin-right: 15px;
  background: #3b3a3a;
  padding: 4px 10px;
  border-width: 0;
}
/*Edit Button															*/
/*----------------------------------------------------------------------*/
a.post-edit-link {
  display: inline-block;
  color: #7a7a7a;
  text-shadow: 0 1px 0 #000;
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  background: #3b3a3a;
  padding: 2px 7px;
}
a.post-edit-link:hover {
  color: #d8d8d8;
  text-decoration: none;
}
a.post-edit-link:active {
  color: #000;
  text-decoration: none;
  text-shadow: 0 1px 0 #4f4f4f;
}
.page-template-gallery-fullscreen-php #main {
  display: none;
}
.flex-caption {
  position: absolute;
  bottom: 1.53846153846154em;
  left: 1.53846153846154em;
  padding: 1.53846153846154em;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 1.15384615384615em;
}
/*
==========================================
Sidebar
========================================== 
*/
#sidebar {
  position: relative;
  padding: 20px;
  margin-left: 20px;
  width: 31.2%;
}
#sidebar .widget {
  margin-bottom: 40px;
  position: relative;
}
.left #sidebar .widget {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 25px;
}
#sidebar #sidebar_mid div.bt {
  height: 1px;
}
#sidebar .widget h4 {
  font-weight: normal;
  color: #fff;
  font-size: 19px;
}
.ql_style_light #sidebar .widget h4 {
  color: #000;
}
#sidebar .widget ul,
#sidebar .widget ol {
  margin-left: 0px;
  overflow: hidden;
  margin-bottom: 0;
}
#sidebar .widget .pagenav,
#sidebar .widget .linkcat {
  list-style: none;
}
#sidebar .widget ul li {
  list-style: none;
  border-bottom: #494949 1px solid;
}
#sidebar .widget ul li ul li:last-child {
  border-bottom: none;
}
#sidebar .widget ul li a {
  padding: 7px 7px 7px 18px;
  display: block;
  position: relative;
}
#sidebar .widget ul li a:hover {
  color: #fff;
}
.ql_style_light #sidebar .widget ul li a:hover {
  color: #000;
}
#sidebar .widget ul li > a:before {
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  vertical-align: baseline;
  content: "\f054";
  left: 0;
  top: 31%;
  font-size: 1em;
  color: #7D7D7C;
}
#sidebar .widget ul li ul {
  margin-left: 30px;
  margin-bottom: 0;
  margin-top: 0!important;
}
#sidebar .widget ul li ul,
#sidebar .widget ul li ul li ul {
  display: none;
}
#sidebar .hasChildren i {
  float: right;
  margin-top: 3px;
  font-size: 1.16666666666667em;
}
/*
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: 20%;
  color: #7D7D7C;
  font-size: 1.16666666666667em;
}
#sidebar .widget_recent_comments ul li i {
  position: absolute;
  color: #fff;
  left: 0;
  top: 20%;
  font-size: 1.45454545454545em;
}
#sidebar .widget_recent_comments ul li a {
  display: inline;
  background: none;
  padding: 0;
}
#sidebar .widget_recent_comments ul li a:before {
  display: none!important;
}
#sidebar .widget_recent_comments ul li a:hover {
  color: #fff;
  background: none;
}
#sidebar .widget_widget_tag ul.wp-tag-cloud {
  margin-top: 20px;
}
#sidebar .widget_widget_tag ul li {
  background: url(images/tag_bck.png) left -30px no-repeat;
  height: 24px;
  padding-left: 22px;
  display: inline-block;
  margin: 0 5px 5px 0;
  float: left;
  border: none;
}
#sidebar .widget_widget_tag ul li a:before {
  display: none;
}
#sidebar .widget_widget_tag ul li a {
  background: url(images/tag_bck.png) right 0 no-repeat;
  height: 24px;
  display: inline-block;
  padding: 0 10px 0 5px;
  line-height: 22px;
  color: #afafaf;
  text-shadow: 0 1px 0 #171717;
  font-size: 12px!important;
}
#sidebar .widget_widget_tag ul li a:hover {
  color: #d8d8d8;
  text-decoration: none;
}
#sidebar .widget_widget_tag ul li a:active {
  color: #000;
  text-shadow: 0 1px 0 #4f4f4f;
}
#sidebar .rss_tw_btn a.suscribe_btn {
  background: url(images/suscribe_btn.png) no-repeat;
  display: block;
  width: 122px;
  height: 32px;
  float: left;
  margin-right: 30px;
}
#sidebar .rss_tw_btn a.twitter_btn {
  background: url(images/twitter_btn.png) no-repeat;
  display: block;
  width: 122px;
  height: 32px;
  float: left;
}
#sidebar .rss_tw_btn a:hover {
  opacity: 0.9;
}
#sidebar .widget_search {
  position: relative;
  height: 32px;
}
#sidebar #searchform {
  position: relative;
}
#sidebar #s {
  background: #3D3C3C;
  border: none;
  width: 100%;
  height: 30px;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  color: #858585;
  position: absolute;
  font-size: 1em;
}
#sidebar #s:focus {
  background: #333333;
  box-shadow: none;
}
#sidebar #searchsubmit {
  background: #3d3c3c;
  border: none;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  right: 0px;
  cursor: pointer;
  line-height: 0;
  position: absolute;
}
.widget_search i {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 4px;
  top: 8px;
  cursor: pointer;
  font-size: 1.16666666666667em;
  color: #777777;
  z-index: 1;
}
/*===========================================================================*/
/*Single Post																 */
/*===========================================================================*/
.share-widget {
  background-color: #f5f6ef;
  border: #d5d8c4 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px ;
  margin: 30px 0;
}
.share-widget h5 {
  color: #5b5b5b;
  float: left;
  font-size: 17px;
  font-weight: bold;
  margin: 22px 15px 15px;
}
.share-widget ul {
  float: right;
  margin: 15px 10px 10px;
}
.share-widget ul li {
  display: inline;
  list-style: none outside none;
  margin: 5px 10px;
}
.widget_about_author {
  margin-bottom: 30px;
}
.widget_about_author .author_box {
  background-color: #f8f7f7;
  border: #c5c5c5 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px ;
  margin: 0;
  padding: 25px;
}
.widget_about_author .author_box h5 a {
  font-size: 16px;
}
.widget_about_author .author_img {
  float: left;
  margin-right: 15px;
}
.widget_about_author .author_img img {
  background: #fff;
  padding: 4px;
  border: #c5c5c5 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px ;
}
.widget_about_author .author_info {
  display: inline;
  width: 470px;
  margin-left: 20px;
}
.related-post-widget .related_post {
  width: 171px;
  float: left;
  display: inline;
  margin-right: 50px;
}
.related-post-widget .post_last {
  margin-right: 0px;
}
.related-post-widget .related_post a {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.related-post-widget .related_post a span {
  position: absolute;
  display: block;
  background: url(images/related_post_frame.png) no-repeat;
  height: 129px;
  width: 171px;
}
.related-post-widget .related_post a img {
  position: relative;
  top: 6px;
  left: 6px;
}
.related-post-widget .related_post a:hover img {
  opacity: 0.8;
}
.related-post-widget .related_post h6 a {
  font-size: 13px;
  font-weight: normal;
}
/*
==========================================
Comments
========================================== 
*/
#comments ol.commentlist li {
  list-style: none;
  margin-bottom: 50px;
}
#comments .comment {
  margin-bottom: 40px;
}
#comments .comment-author {
  width: 90px;
}
#comments .comment-author div.inner-gravatar {
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  background: #e7e7e7;
  /* for non-css3 browsers */
  position: relative;
  width: 80px;
  height: 80px;
}
#comments .comment-author div.inner-gravatar div {
  width: 80px;
  height: 80px;
  z-index: 10;
  position: absolute;
}
#comments .comment-author img {
  z-index: 5;
}
#comments .comment-author cite {
  font-weight: bold;
}
#comments .comment-author cite,
#comments .comment-author cite a {
  color: #757575;
  font-style: normal;
}
#comments .comment-author .comment-meta a {
  color: #aeaeae;
  font-size: 10px;
}
ol.commentlist li .comment-entry {
  float: right;
  width: 100%;
  /*border:#c5c5c5 1px solid;*/
  margin: 0;
  background: #363636;
  /* for non-css3 browsers */
  position: relative;
}
ol.commentlist li .comment-entry div.inner-comment {
  padding: 15px;
  color: #AFAFAF;
}
.ie8 ol.commentlist li .comment-entry,
.ie7 ol.commentlist li .comment-entry {
  float: right;
  width: 75%;
  border: #cacaca 1px solid;
  margin: 0;
  background-color: #f3f3f3;
  /* for non-css3 browsers */
  position: relative;
}
ol.commentlist li ul .comment-entry {
  width: 425px;
}
ol.commentlist li ul li ul .comment-entry {
  width: 400px;
}
ol.commentlist li ul li ul li ul .comment-entry {
  width: 375px;
}
ol.commentlist li ul li ul li ul li ul .comment-entry {
  width: 350px;
}
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: 25px;
  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: #7e7e7e;
  font-size: 11px;
  text-align: center;
  margin: 10px 0;
  line-height: 20px;
}
#comments ul.children {
  margin-left: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
}
/*-----------Comment Form-----------------*/
#respond {
  margin: 30px 0;
}
#respond .input {
  margin: 10px 15px 10px 0;
  width: 180px;
  float: left;
}
#respond .input div {
  width: 185px;
}
#respond input {
  width: 165px;
  height: 30px;
  padding: 0 10px;
  background: #272727;
  color: #858585;
  border: none;
  outline: none;
  font-size: 12px;
}
#respond input:focus {
  outline: none;
  background: #333333;
}
#respond .input label {
  color: #8c8b8b;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}
#respond textarea {
  height: 180px;
  border: none;
  padding: 10px;
  overflow: auto;
  background: #272727;
  color: #858585;
  width: 100%;
  resize: none;
  font-size: 12px;
  line-height: 18px;
}
#respond textarea:focus {
  outline: none;
  background: #333333;
}
#respond .textarea {
  width: 100%;
}
#respond .textarea div {
  width: 100%;
  height: 200px;
}
#respond #submit-respond {
  background: #3d3c3c;
  width: 130px;
  height: 32px;
  color: #858585;
  cursor: pointer;
  display: block;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#respond #submit-respond:hover {
  color: #d8d8d8;
  text-decoration: none;
}
#respond #submit-respond:active {
  color: #000;
  text-decoration: none;
  text-shadow: 0 1px 0 #4f4f4f;
}
/*
==========================================
Portfolio
========================================== 
*/
.page-template-portfolio-3columns-php header,
.page-template-portfolio-2columns-php header,
.page-template-portfolio-4columns-php header,
.page-template-portfolio-1column-php header {
  margin-bottom: 0;
}
.portfolio_page h2 {
  margin-bottom: 25px;
}
.ql_filter {
  margin-bottom: 15px;
  height: 21px;
  margin-left: 0;
}
.ql_filter li {
  display: inline;
  margin-right: 15px;
  height: 21px;
  position: relative;
  float: left;
}
.ql_filter li a {
  background: #3b3a3a;
  height: 21px;
  padding: 0px 7px;
  font-size: 11px;
  display: block;
  line-height: 20px;
  color: #7a7a7a;
  text-shadow: 0 1px 0 #000;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.ql_filter li a:hover {
  color: #d8d8d8;
  text-decoration: none;
}
.ql_filter li.active a {
  color: #000;
  text-decoration: none;
  text-shadow: 0 1px 0 #4f4f4f;
}
.portfolio_items {
  display: block;
  letter-spacing: -4px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  word-spacing: -4px;
}
.portfolio_items h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
}
.portfolio_items .portfolio_item {
  list-style: none;
  display: inline-block;
  letter-spacing: normal;
  padding: 0;
  position: relative;
  vertical-align: top;
  word-spacing: normal;
}
.portfolio_items .portfolio_item .portfolio_img_wrap {
  position: relative;
}
.portfolio_items .portfolio_item a.portfolio_img {
  position: relative;
  clear: both;
  z-index: 1;
}
.portfolio_items .portfolio_icon {
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 0;
  width: 30px;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.portfolio_img:hover .portfolio_icon {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.shadow_portfolio {
  float: left;
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
#content .portfolio_items a.more-link {
  padding: 2px 7px;
}
/*
#content .portfolio_items a.more-link:hover{
	color:#656565;
	text-decoration:none;
}
*/
.twitter_btn_single {
  height: 24px;
  float: right;
}
#content .portfolio_items .portfolio_info p {
  color: #AAAAAA;
}
.portfolio_items {
  display: block;
  letter-spacing: -4px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  word-spacing: -4px;
}
.portfolio_items .portfolio_item {
  list-style: none;
  display: inline-block;
  letter-spacing: normal;
  padding: 0;
  position: relative;
  vertical-align: top;
  word-spacing: normal;
  float: none!important;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.portfolio_items .portfolio_item .portfolio_img_wrap {
  position: relative;
}
.portfolio_items .portfolio_item a.portfolio_img {
  position: relative;
  clear: both;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}
.portfolio_items .portfolio_item .portfolio_img span {
  position: absolute;
  display: none;
  z-index: 10;
  top: 0px;
  left: 0px;
}
.portfolio_items .portfolio_item a.portfolio_img img {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  height: auto;
  -webkit-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  transition: all 1.8s ease;
}
.portfolio_items .portfolio_item a.portfolio_img:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/*
#content .portfolio_items a.more-link:hover{
	color:#656565;
	text-decoration:none;
}
*/
#content .portfolio_items .portfolio_info p {
  color: #AAAAAA;
}
/*1 Column-------------------------------------------------------*/
.portfolio1 .portfolio_item {
  margin-bottom: 50px;
  width: 100%;
}
/*2 Columns-------------------------------------------------------*/
.portfolio2 .portfolio_item {
  margin-bottom: 30px;
  width: 423px;
  margin-right: 3%;
}
/*3 Columns-------------------------------------------------------*/
.portfolio3 .portfolio_item {
  margin-bottom: 30px;
  width: 279px;
  margin-right: 2%;
}
/*4 Columns-------------------------------------------------------*/
.portfolio4 .portfolio_item {
  margin-bottom: 20px;
  width: 198px;
  margin-right: 3%;
}
.portfolio4 .portfolio_item h3 {
  font-size: 18px;
  line-height: 22px;
}
/*Portfolio Masonry-------------------------------------------------------*/
.portfolio-masonry .portfolio_item {
  width: 454px;
  height: 222px;
  float: left;
  margin: 0;
  overflow: hidden;
}
.portfolio-masonry .layout_square {
  width: 222px;
  height: 222px;
}
.portfolio-masonry .layout_portrait1 {
  width: 222px;
  height: 454px;
}
.portfolio-masonry .portfolio_item a.portfolio_img {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.portfolio-masonry .portfolio_img_wrap {
  width: 100%;
  height: 100%;
}
.portfolio-masonry .portfolio_item .portfolio_title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  margin-bottom: 0;
}
.portfolio-masonry .portfolio_item:hover .portfolio_title {
  opacity: 1;
}
.portfolio-masonry .portfolio_item .portfolio_icon {
  top: 0;
  right: 0;
  bottom: auto;
}
.portfolio_multiple_images {
  margin: 10px 0;
}
.portfolio_multiple_images .owl-item > div {
  margin-right: 10px;
}
/*
==========================================
Galleries Captions
========================================== 
*/
.page-template-gallery-fullscreen-php #main {
  display: none;
}
.page-template-gallery-fullscreen-php .slide_caption {
  z-index: 1;
  position: absolute;
  bottom: 70px;
  right: 7.69230769230769em;
  padding: 20px;
  text-align: right;
  color: #fff ;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
}
.page-template-gallery-fullscreen-php .slide_caption h2 {
  color: #fff;
  font-size: 2.53846153846154em;
  font-weight: bold;
}
.page-template-gallery-fullscreen-php .slide_caption p {
  font-size: 1.15384615384615em;
  margin-bottom: 0;
  color: #fff;
}
/*
==========================================
Flexslider
========================================== 
*/
.ss_button {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 20px;
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  border: #fff 2px solid;
  border: rgba(255, 255, 255, 0.7) 2px solid;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  font-size: 1.23076923076923em;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  outline: 0!important;
}
.ss_button:hover {
  background-color: #000000;
  border: #ffffff 2px solid;
  color: #fff;
  text-decoration: none;
}
.ss_button > i {
  display: none;
  margin: 0 auto;
}
.ss_button > i:first-child {
  display: block;
}
.ss_button.ql_toggle > i {
  display: block;
}
.ss_button.ql_toggle > i:first-child {
  display: none;
}
.flexslider .slides img {
  height: auto;
}
.flexslider .slides li.ql_portrait {
  text-align: center;
}
.flexslider .slides li.ql_portrait img {
  width: 60%;
  margin: 0 auto;
}
.flexslider .slides li.ql_resize {
  text-align: center;
}
.flexslider .slides li.ql_resize img {
  width: 60%;
  margin: 0 auto;
}
.flex-control-nav {
  top: inherit;
  bottom: 20px;
  right: 20px;
  width: auto;
}
.flex-control-nav li {
  width: 14px;
  height: 14px;
  float: left;
  margin: 0 0 0 8px;
}
.flex-control-nav li a {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 20px;
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  border: #fff 2px solid;
  border: rgba(255, 255, 255, 0.7) 2px solid;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  font-size: 1.23076923076923em;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  outline: 0!important;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  width: 10px;
  height: 10px;
  border-width: 1px;
  left: 0;
  right: 0;
}
.flex-control-nav li a.flex-active,
.flex-control-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.flex-direction-nav {
  position: absolute;
  right: 1.53846153846154em;
  top: 20px;
}
.flex-direction-nav li {
  margin-bottom: 1.15384615384615em;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 40;
  filter: alpha(opacity=4000);
}
.flexslider:hover .flex-direction-nav li {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.flex-direction-nav li a {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 20px;
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  border: #fff 2px solid;
  border: rgba(255, 255, 255, 0.7) 2px solid;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  font-size: 1.23076923076923em;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  outline: 0!important;
}
.flex-direction-nav li a:hover {
  background-color: #000000;
  border: #ffffff 2px solid;
  color: #fff;
}
/* Resize Button
--------------------------------*/
.flexslider .flex-direction-nav li a.flex-resize {
  display: none;
}
.single-portfolio .flexslider .flex-direction-nav li a.flex-resize {
  display: block;
}
/*Flex Carousel
--------------------------------*/
.flex_carousel {
  position: relative;
  margin-top: 1em;
}
.flex_carousel ul li {
  cursor: pointer;
  margin-right: 1em;
  opacity: 80;
  filter: alpha(opacity=8000);
  display: inline-block;
}
.flex_carousel ul li:hover {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.flex_carousel .flex-direction-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
}
.flex_carousel .flex-direction-nav .flex-prev {
  position: absolute;
  left: 15px;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.flex_carousel .flex-direction-nav .flex-next {
  position: absolute;
  right: 15px;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.flex_carousel:hover .flex-direction-nav .flex-prev {
  opacity: 1;
}
.flex_carousel:hover .flex-direction-nav .flex-next {
  opacity: 1;
}
/*
==========================================
Supersized
========================================== 
*/
#supersized {
  margin-left: 0;
}
/*
==========================================
Tinynav
========================================== 
*/
.tinynav {
  float: right;
  font-size: 1em;
  display: none;
  height: 24px;
  color: #000;
  margin-top: 6px;
}
/*
==========================================
Woocommerce
========================================== 
*/
/*Shop
=====================================================*/
.woocommerce-ordering select {
  height: 25px;
  font-size: 11px;
}
/*Product
----------------*/
.woocommerce .products .product,
.woocommerce-page .products .product {
  width: 29%!important;
  display: inline-block !important;
  float: none!important;
  letter-spacing: normal;
  vertical-align: top;
  word-spacing: normal;
}
@media (min-width: 768px) and (max-width: 978px) {
  .woocommerce .products .product,
  .woocommerce-page .products .product {
    width: 45%!important;
  }
}
@media (max-width: 480px) {
  .woocommerce .products .product,
  .woocommerce-page .products .product {
    width: 45%!important;
  }
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 3.8%!important;
}
.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
  background: #3b3a3a;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  color: #fff;
  font-size: 20px!important;
}
/*Image
----------------*/
.product_img {
  position: relative;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  border-radius: 0;
  margin: 0!important;
  padding: 2px!important;
}
/*Rating
----------------*/
.woocommerce ul.products li.product .product_img .star-rating,
.woocommerce-page ul.products li.product .product_img .star-rating {
  height: 20px!important;
  font-size: 14px!important;
  color: #fff!important;
  margin: 0 auto!important;
  position: absolute!important;
  bottom: 0;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0!important;
  left: 30%!important;
}
.woocommerce ul.products li.product .product_img:hover .star-rating,
.woocommerce-page ul.products li.product .product_img:hover .star-rating {
  opacity: 1!important;
}
.star-rating span {
  color: #AAAAAA!important;
}
.rating {
  display: none;
}
/*Price
----------------*/
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  font-size: 20px!important;
}
/*Add to cart
----------------*/
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button {
  display: inline-block;
  color: #7a7a7a;
  text-shadow: 0 1px 0 #000;
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  background: #3b3a3a;
  padding: 5px 7px;
  border: none;
  box-shadow: none;
  font-weight: normal;
}
.woocommerce ul.products li.product a.button:hover,
.woocommerce-page ul.products li.product a.button:hover {
  color: #d8d8d8;
  text-decoration: none;
}
.woocommerce ul.products li.product a.button:active,
.woocommerce-page ul.products li.product a.button:active {
  color: #000;
  text-decoration: none;
  text-shadow: 0 1px 0 #4f4f4f;
}
/*Added to cart
----------------*/
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  display: inline-block;
  color: #7a7a7a!important;
  text-shadow: 0 1px 0 #000!important;
  margin-top: 5px!important;
  font-size: 13px!important;
  line-height: 20px!important;
  background: #3b3a3a!important;
  padding: 5px 7px!important;
  border: none!important;
  box-shadow: none!important;
  font-weight: normal!important;
}
.woocommerce a.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce #content input.button.added:before,
.woocommerce-page #content input.button.added:before {
  color: #fff;
  background: transparent!important;
  content: "\f046" !important;
  display: block;
  font-family: FontAwesome;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  height: 16px;
  left: 110%;
  line-height: normal;
  position: absolute;
  vertical-align: baseline;
  width: 16px;
}
/*Pagination
----------------*/
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul {
  border: none!important;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li {
  background: #3B3A3A!important;
  border: none!important;
  margin-right: 10px!important;
  font-weight: bold!important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li span {
  padding: 8px 12px!important;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
  background: #3B3A3A!important;
  border: none!important;
  color: #000000!important;
  text-shadow: 0 1px 0 #4F4F4F;
}
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt {
  display: inline-block;
  color: #7a7a7a!important;
  text-shadow: 0 1px 0 #000!important;
  margin-top: 0px!important;
  font-size: 13px!important;
  line-height: 20px!important;
  background: #3b3a3a!important;
  padding: 5px 7px!important;
  border: none!important;
  box-shadow: none!important;
  font-weight: normal!important;
  width: auto;
}
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover {
  color: #d8d8d8!important;
  text-decoration: none;
}
/*Single Product
=====================================================*/
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price {
  font-size: 1.5em!important;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
  margin-bottom: 0!important;
}
/*Tabs
----------------*/
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 20px!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  background: #3B3A3A!important;
  border: none!important;
  box-shadow: none!important;
  border-radius: 0!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
  background: transparent!important;
  color: #B8B8B8 !important;
  text-shadow: none!important;
  border: none!important;
  line-height: 17px!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  background: #5F5F5F!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
  border: none!important;
  box-shadow: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
  border: none!important;
  box-shadow: none!important;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border-bottom: 1px solid #fff;
  background-color: transparent;
}
/*Related Products
---------------------*/
.related.products {
  margin-top: 60px;
}
/*Cart
=====================================================*/
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  float: right;
}
.cart-collaterals .product_img .ql_up_span,
.cart-collaterals .product_img i,
.cart-collaterals .product_img .star-rating {
  display: none!important;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  height: 25px;
  font-size: 11px;
}
/*Checkout
=====================================================*/
.woocommerce .checkout #shiptobilling label,
.woocommerce-page .checkout #shiptobilling label {
  font-size: 1em!important;
}
.woocommerce .checkout #shiptobilling label,
.woocommerce-page .checkout #shiptobilling label {
  padding-left: 0!important;
}
#ship-to-different-address {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}
#ship-to-different-address-checkbox {
  position: absolute;
  top: 4px;
  left: 0;
  width: auto;
}
/*Payments
---------------------*/
.woocommerce #payment,
.woocommerce-page #payment {
  background: transparent!important;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  border: 1px solid #fff;
}
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
  background: #5F5F5F;
  padding: 10px;
  margin-bottom: 10px!important;
}
.woocommerce #payment ul.payment_methods li:last-child,
.woocommerce-page #payment ul.payment_methods li:last-child {
  margin-bottom: 0!important;
}
.woocommerce #payment ul.payment_methods li input,
.woocommerce-page #payment ul.payment_methods li input {
  float: left;
  margin-top: 3px!important;
  width: auto;
}
.woocommerce #payment ul.payment_methods li label,
.woocommerce-page #payment ul.payment_methods li label {
  font-size: 1em!important;
}
.chzn-container .chzn-results {
  color: #3D3C3C;
}
/* =Tables
	-------------------------------------------------------------- */
table.shop_attributes {
  border-top: 1px dotted rgba(255, 255, 255, 0.2) !important;
}
table.shop_attributes th {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2) !important;
}
table.shop_attributes td {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2) !important;
}
table.shop_attributes .alt td,
table.shop_attributes .alt th {
  background: rgba(255, 255, 255, 0.025) !important;
}
table.shop_table {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
table.shop_table td {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}
table.shop_table tfoot td,
table.shop_table tfoot th {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}
/*Cart Widget
=====================================================*/
#ql_woo_cart {
  position: fixed;
  right: -215px;
  top: 15px;
  padding: 15px;
  z-index: 5;
}
#ql_woo_cart .ql_woo_cart_button {
  position: absolute;
  top: 0;
  left: -35px;
  width: 35px;
  height: 35px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
}
#ql_woo_cart .ql_woo_cart_qty {
  position: absolute;
  top: -9px;
  left: -45px;
  width: 17px;
  height: 17px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 17px;
  font-size: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 17px;
  color: #7a7a7a;
}
#ql_woo_cart .widget_shopping_cart .widgettitle {
  font-size: 20px;
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
  display: inline-block;
  color: #7a7a7a!important;
  text-shadow: 0 1px 0 #000!important;
  margin-top: 0px!important;
  font-size: 13px!important;
  line-height: 20px!important;
  background: #3b3a3a!important;
  padding: 5px 7px!important;
  border: none!important;
  box-shadow: none!important;
  font-weight: normal!important;
}
/*Global
=====================================================*/
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  background: transparent!important;
  border: 1px solid #fff;
  border-top: none!important;
  text-shadow: none!important;
  color: #fff!important;
}
div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_arrow_next {
  width: 20px!important;
  height: 20px!important;
}
.woocommerce select,
.woocommerce-page select {
  height: 25px!important;
  font-size: 11px!important;
}
/*
==========================================
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 {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff !important;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.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;
}
.screen-reader-text {
  display: none;
}
.bypostauthor .inner-comment {
  border: 1px solid #777777;
}
/*
==========================================
Global Styles
========================================== 
*/
.background_1 {
  background: rgba(0, 0, 0, 0.8);
}
.background_2 {
  background: rgba(0, 0, 0, 0.9);
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}
.video_frame iframe {
  max-width: 100%;
}
img {
  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: #000;
  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;
}
.preloader i {
  font-size: 28px;
  position: absolute;
  left: 50%;
  top: 300px;
}
.galleria-errors {
  display: none!important;
}
/* 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: 1px solid #fff;
  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: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  position: relative;
  overflow: hidden;
}
.btn-ql:hover {
  background-color: #fff;
  color: #000;
}
/* 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.71428571428571em;
  -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;
}
/*More Link 															*/
/*----------------------------------------------------------------------*/
.simple_btn {
  background-color: #fff;
  border-radius: 2px;
  color: #000;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-weight: bold;
  padding: 8px 15px;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
}
.simple_btn:hover {
  color: #fff;
  background-color: #fff;
  text-decoration: none;
  text-shadow: none;
}
.simple_btn i {
  margin-left: 0.45454545454545em;
  font-weight: normal;
}
.triangle-up {
  width: 0;
  height: 0;
  border-left: 1.15384615384615em solid transparent;
  border-right: 1.15384615384615em solid transparent;
  border-bottom: 1.15384615384615em solid #fff;
}
/*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: #fff;
  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;
}
/* Ken Burns Effect for Background Image								*/
/*----------------------------------------------------------------------*/
.ql_parallax_kb .upb_row_bg {
  -webkit-animation: kenburns 10s ease infinite alternate;
  -o-animation: kenburns 10s ease infinite alternate;
  animation: kenburns 10s ease infinite alternate;
}
@-webkit-keyframes kenburns {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 105%;
  }
}
@-moz-keyframes kenburns {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 105%;
  }
}
@-o-keyframes kenburns {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 105%;
  }
}
@keyframes kenburns {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 105%;
  }
}
/*Hero Colors Classes													*/
/*----------------------------------------------------------------------*/
.hero_bck {
  background-color: #fff;
}
.hero_border {
  border-color: #fff;
}
.hero_color {
  color: #fff;
}
.contrast_bck {
  background-color: #000;
}
/* Make Space between sections											*/
/*----------------------------------------------------------------------*/
.clear_space {
  margin: 2.30769230769231em 0;
}
/* 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(0, 0, 0, 0.7);
  position: absolute;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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: #fff;
  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);
}
/* Default for Tables													*/
/*----------------------------------------------------------------------*/
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table .table {
  background-color: #fff;
}
/* Font size using REMs													*/
/*----------------------------------------------------------------------*/
.ql_up_hover {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.ql_up_hover img {
  margin-bottom: 0!important;
}
.ql_up_hover > .ql_up_span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: -110%;
  left: 0;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ql_up_hover:hover > .ql_up_span {
  bottom: 0;
}
.ql_up_hover i {
  color: #fff;
  position: absolute;
  top: 45%;
  left: 46%;
  font-size: 1.61538461538462em;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.ql_up_hover:hover i {
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* Inputs																*/
/*----------------------------------------------------------------------*/
input,
textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  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: #999;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
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;
}
.password_p {
  margin-bottom: 40px;
}
.password_p label {
  margin-bottom: 0;
}
.password_p input {
  background: #272727;
  border: none;
  width: 210px;
  height: 30px;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  color: #858585;
  margin-bottom: 0;
}
.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;
  margin-bottom: 0;
  vertical-align: bottom;
}
/*
==========================================
Responsive Styles
========================================== 
*/
/*
	// Extra Small Breakpoint
	// ------------------
	*/
@media (max-width: 767px) {
  #header .navbar {
    display: none;
  }
  #header .logo_container {
    float: none;
    display: block;
    text-align: center;
  }
  .tinynav {
    display: block;
    float: none;
    margin: 10px auto;
  }
  #nav {
    display: none;
  }
  #content {
    margin-left: 20px;
    margin-right: 20px;
  }
  #sidebar {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    width: 88%;
  }
  .portfolio_post {
    border-right: none;
    padding-right: 0;
  }
  /*2 Columns-------------------------------------------------------*/
  ul.portfolio2 li,
  ul.portfolio3 li,
  ul.portfolio4 li {
    width: 100%;
    margin-right: 0;
  }
  .portfolio_items .portfolio_item {
    width: 100%;
  }
  .ql_filter {
    margin-bottom: 20px;
  }
  .ql_filter li {
    margin-bottom: 10px;
    display: inline-block;
    float: none;
  }
  #portfolio_container {
    margin-top: 50px;
  }
  .flex-direction-nav,
  .flex-control-nav {
    display: none;
  }
  .map-frame {
    width: 100%;
  }
}
/*
	// Small Breakpoint
	// ------------------
	*/
@media (min-width: 768px) and (max-width: 991px) {
  #header .navbar {
    display: none;
  }
  .tinynav {
    display: block;
  }
  #nav {
    display: none;
  }
  #sidebar {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  /*2 Columns-------------------------------------------------------*/
  ul.portfolio2 li,
  ul.portfolio3 li,
  ul.portfolio4 li {
    width: 100%;
    margin-right: 0;
  }
}
/*
	// Medium Breakpoint
	// ------------------
	*/
@media (min-width: 992px) and (max-width: 1199px) {
  /*2 Columns-------------------------------------------------------*/
  ul.portfolio2 li {
    margin-bottom: 30px;
    width: 321px;
    margin-right: 3%;
  }
  /*3 Columns-------------------------------------------------------*/
  ul.portfolio3 li {
    margin-bottom: 30px;
    width: 212px;
    margin-right: 2%;
  }
  /*4 Columns-------------------------------------------------------*/
  ul.portfolio4 li {
    margin-bottom: 20px;
    width: 150px;
    margin-right: 3%;
  }
}
/*
	// Extra Larga Breakpoint
	// ------------------
	*/
/*
==========================================
LESS Variables and Mixins
========================================== 
*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
