/*
Theme Name: Madison
Theme URI: http://www.quemalabs.com
Description: A Photography WordPress Theme.
Version: 1.1.0
Author: Quema Labs
Author URI: http://www.quemalabs.com
License: GNU General Public License
License URI: License.txt
Tags: two-columns, right-sidebar, featured-images, translation-ready, custom-header, custom-background, threaded-comments, custom-menu, responsive-layout
*/
/*
==========================================
Theme Styles
========================================== 
*/
html {
  font-size: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
}
#wrap {
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  padding-left: 0;
}
/* 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;
  }
}
.fade-in {
  opacity: 0;
  -webkit-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;
}
#wrap.fade-in {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
/*
img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
-webkit-transition:all .6s ease-in-out;
-moz-transition:all .6s ease-in-out;
-o-transition:all .6s ease-in-out;
transition:all .6s ease-in-out;
}
img.grayscale:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
*/
/*
==========================================
Header
========================================== 
*/
#header {
  margin-bottom: 2.14285714285714em;
  position: relative;
}
.sub_header {
  background-color: #4c4c4c;
  color: #999999;
  font-size: 0.84615384615385em;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.logo_container {
  margin: 1.9em 0;
  text-align: center;
}
.logo_container .ql_logo {
  font-size: 2.57142857142857em;
  color: #000000;
  font-weight: bold;
}
.logo_container .ql_logo:hover {
  text-decoration: none;
}
.logo_container .logo_desc {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
/*-----------------------------*/
/*
Nav Button
---------------------------------------*/
.ql_nav_btn {
  color: #000000;
  font-size: 2.5em;
  position: absolute;
  left: 0.42857142857143em;
  top: 1.28571428571429em;
  outline: 0!important;
}
.ql_nav_btn:hover {
  color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ql_nav_btn:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/*
Nav Sidebar
---------------------------------------*/
.nav_sidebar {
  position: fixed;
  top: 0;
  left: -21.42857143em;
  width: 17.85714285714286em;
  background-color: #000000;
  z-index: 10;
  height: 100%;
  padding-top: 2.85714285714286em;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav_sidebar.open {
  left: 0;
}
/* 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: #000000;
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  outline: 0!important;
}
.ql_nav_close:hover {
  background-color: #ffffff;
  color: #000000;
}
/*
Nav Menu
---------------------------------------*/
.navbar .dropdown-toggle b {
  color: #a7a7a7;
  height: 15px;
}
.navbar-inner {
  background: transparent;
}
.jqueryslidemenu ul#nav {
  position: relative;
  z-index: 11;
}
/*Top level list items*/
.jqueryslidemenu > ul > li {
  text-indent: 40px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0;
}
/*Top level menu link items style*/
.jqueryslidemenu > ul > li > a {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  font-size: 1em;
  padding: 10px 25px!important;
  text-transform: uppercase;
  display: block;
  vertical-align: middle;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  outline: 0;
}
.jqueryslidemenu > ul > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.jqueryslidemenu .current_page_item > a,
.jqueryslidemenu .current_page_parent > a {
  background-color: #ffffff;
  color: #000000;
}
.jqueryslidemenu .current_page_item > a:hover,
.jqueryslidemenu .current_page_parent > a:hover {
  background-color: #ffffff;
  color: #000000;
}
/* When the menu is open*/
.navbar .nav .open > .dropdown-toggle {
  background: transparent!important;
}
.in .jqueryslidemenu > ul li:hover > a {
  background: #f8f8f8;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none!important;
}
.nav .open > a:focus {
  color: #000000;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
  padding: 0!important;
  left: 0;
  border-radius: 0;
  width: 100%;
  position: relative;
  border: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
  border-bottom: 1px solid #f2f2f2;
}
.in .jqueryslidemenu ul li ul li {
  border-bottom: none;
}
/* Sub level menu links style */
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul.children,
.jqueryslidemenu ul li ul.sub-menu {
  display: none;
}
.jqueryslidemenu ul li.open > ul.children,
.jqueryslidemenu ul li.open ul.sub-menu {
  display: block;
}
.jqueryslidemenu ul li ul li a {
  height: 30px;
  line-height: 30px;
  padding: 0px 15px!important;
  font-size: 0.84615384615385em;
  font-weight: bold;
}
.jqueryslidemenu ul li ul li a:hover {
  /*sub menus hover style*/
}
/*For 3rd level in Bootstrap*/
.dropdown-menu .sub-menu,
.dropdown-menu .children {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
  list-style: none;
}
.dropdown-menu li {
  position: relative;
}
.dropdown-menu li:hover .sub-menu,
.dropdown-menu li:hover .children {
  visibility: visible;
  display: block;
  left: 85%;
}
/* Select Navigation */
.tinynav {
  display: none;
  height: 2.2em;
  font-size: 1em;
  margin: 0 auto 1.2em auto;
}
/*
End Nav Menu
---------------------------------------*/
/*
Header Text
---------------------------------------*/
#header_bottom {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 20px;
  text-align: center;
}
#header_bottom p {
  font-size: 0.84615384615385em;
}
/*
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;
  transition: all 200ms ease-in-out;
  font-size: 0;
  color: #ffffff;
  -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: #ffffff;
  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;
}
/*
==========================================
Container
========================================== 
*/
#container {
  position: relative;
}
/*
==========================================
Supersized
========================================== 
*/
.supersized_container {
  position: relative;
}
.page-template-gallery-fullscreen-php .page_title_wrap {
  display: none;
}
.page-template-gallery-fullscreen-php .logo_container {
  display: none;
}
#supersized li {
  position: absolute;
}
#controls {
  position: absolute;
  right: 1.53846153846154em;
  top: 1.53846153846154em;
  text-align: center;
}
#controls ul {
  list-style: none;
  margin: 0;
  position: relative;
  bottom: 0;
}
#controls ul li {
  margin-bottom: 1.15384615384615em;
}
.ss_button {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  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: 1em;
  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: #ffffff;
  text-decoration: none;
}
.ss_button > i {
  display: none;
  margin: 0 auto;
  line-height: inherit;
}
.ss_button > i:first-child {
  display: block;
}
.ss_button.ql_toggle > i {
  display: block;
}
.ss_button.ql_toggle > i:first-child {
  display: none;
}
a#ss_prevslide_button:hover,
a#ss_prevslide_button:focus,
a#ss_nextslide_button:hover,
a#ss_nextslide_button:focus {
  color: #ffffff !important;
  text-decoration: none;
}
#slide-list {
  padding: 9px 0;
  float: right;
  position: absolute;
  left: 20px;
  top: 10px;
  margin-left: 0!important;
}
#slide-list ol {
  position: relative;
  bottom: 0;
}
#slide-list li {
  list-style: none;
  width: 12px;
  height: 12px;
  float: left;
  margin: 0 0 0 8px;
}
#slide-list li a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  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: 1em;
  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: 8px!important;
  height: 8px!important;
  border-width: 1px;
  text-indent: -9999px;
}
#slide-list li.current-slide a,
ul#slide-list li.current-slide a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#slide-list li a:hover {
  cursor: pointer;
}
/* Thumbnail Tray
	----------------------------*/
#ss_thumb_tray {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 5%;
  background: rgba(0, 0, 0, 0.5);
  height: 120px;
  width: 90%;
  overflow: hidden;
  text-align: center;
  -moz-box-shadow: 0px 0px 4px #000000 inset, 0px 0px 1px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 0px 4px #000000 inset, 0px 0px 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 4px #000000 inset, 0px 0px 1px rgba(255, 255, 255, 0.3);
  border: 1px solid #000;
  margin-bottom: -3px;
}
#thumb-back,
#thumb-forward {
  position: absolute;
  z-index: 5;
  bottom: 42px;
  height: 100%;
  width: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  top: 0;
}
#thumb-back i,
#thumb-forward i {
  top: 45%;
  position: relative;
}
#thumb-back {
  left: 0;
}
#thumb-forward {
  right: 0;
}
#thumb-back:hover,
#thumb-forward:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
#thumb-back:hover {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#thumb-forward:hover {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
ul#thumb-list {
  display: inline-block;
  list-style: none;
  position: relative;
  left: 0px;
  padding: 0 0px;
  margin-top: 10px;
  margin-left: 0;
}
ul#thumb-list li {
  background: #111;
  list-style: none;
  display: inline;
  width: 130px;
  height: 90px;
  overflow: hidden;
  float: left;
  margin: 0 5px;
  position: relative;
  border: 1px solid #000;
  -moz-box-shadow: 0px 1px 3px #000;
  -webkit-box-shadow: 0px 1px 3px #000;
  box-shadow: 0px 1px 3px #000;
}
ul#thumb-list li img {
  width: 150px;
  height: auto;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
ul#thumb-list li.current-thumb img,
ul#thumb-list li:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
ul#thumb-list li:hover {
  cursor: pointer;
}
.slide_caption {
  z-index: 1;
  position: absolute;
  bottom: 70px;
  right: 7.69230769230769em;
  padding: 20px;
  text-align: right;
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.4);
}
.slide_caption h2 {
  color: #ffffff;
  font-size: 2.53846153846154em;
  font-weight: bold;
}
.slide_caption p {
  font-size: 1.15384615384615em;
}
/*
==========================================
Video Background
========================================== 
*/
#video_bck {
  height: 100%;
  left: 0;
  margin: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 0;
}
#video_wrapper {
  height: 100%;
  width: 100%!important;
  overflow: hidden;
}
/*
==========================================
Flex Slider
========================================== 
*/
.home_page_slider {
  margin-bottom: 4.61538461538462em;
}
.home_page_slider .flex-direction-nav {
  bottom: 80px;
}
.flex-control-nav {
  top: 20px;
  bottom: inherit;
  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: 38px;
  border-radius: 20px;
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  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: 1em;
  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;
  bottom: 0;
}
.flex-direction-nav li {
  margin-bottom: 1.15384615384615em;
}
.flex-direction-nav li a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  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: 1em;
  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: #ffffff;
}
.flex-caption {
  position: absolute;
  bottom: 1.42857142857143em;
  left: 1.42857142857143em;
  padding: 7px 12px;
  background-color: #ffffff;
}
/*Flex Carousel
--------------------------------*/
.flex_carousel {
  margin-top: 1em;
}
.flex_carousel ul li {
  cursor: pointer;
  margin-right: 1em;
  opacity: 70;
  filter: alpha(opacity=7000);
}
.flex_carousel .flex-active-slide {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.flex_carousel ul li:hover {
  opacity: 100;
  filter: alpha(opacity=10000);
}
/*
==========================================
Royal Slider
========================================== 
*/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #fff;
  color: #FFF;
}
/*Left arrow*/
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  position: relative;
  background-image: none;
  width: 2.28571428571429em;
  height: 2.28571428571429em;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f053";
  position: absolute;
  left: 34%;
  top: 21%;
  color: #ffffff;
  font-size: 1em;
}
/*Right Arrow */
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  position: relative;
  background-image: none;
  width: 2.28571428571429em;
  height: 2.28571428571429em;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f054";
  position: absolute;
  left: 34%;
  top: 21%;
  color: #ffffff;
  font-size: 1em;
}
/*Fullscreen Icon */
.rsDefault .rsFullscreenIcn {
  position: relative;
  background-image: none;
  width: 2.28571428571429em;
  height: 2.28571428571429em;
  right: 5.14285714285714em;
}
.rsDefault .rsFullscreenIcn:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f065";
  position: absolute;
  left: 31%;
  top: 21%;
  color: #ffffff;
  font-size: 1em;
}
/*Play button */
.rsDefault .rsPlayBtnIcon {
  position: relative;
  background-image: none;
  width: 4.57142857142857em;
  height: 4.57142857142857em;
}
.rsDefault .rsPlayBtnIcon:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f04b";
  position: absolute;
  left: 34%;
  top: 50%;
  color: #ffffff;
  font-size: 2em;
}
/*Preloader */
.rsDefault .rsPreloader {
  background-image: none;
  position: relative;
}
.rsDefault .rsPreloader:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f013";
  position: absolute;
  left: 5px;
  top: 0;
  color: #000000;
  font-size: 1em;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/*
==========================================
Home Page
========================================== 
*/
/* Flexslider
--------------------------------*/
.slider_wrap {
  margin-bottom: 1.53846153846154em;
}
#home_flexslider .flex-direction-nav {
  display: none;
}
#home_flexslider h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.46875em;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  font-size: 20px;
  color: #ffffff;
}
#home_flexslider h2 time {
  font-size: 0.6em;
}
.flex_thumbnails {
  margin-top: 1em;
}
.flex_thumbnails ul li {
  cursor: pointer;
  margin-right: 1em;
  opacity: 70;
  filter: alpha(opacity=7000);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.flex_thumbnails .flex-active {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.flex_thumbnails ul li:hover {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.home-page-template .flex-container {
  margin-bottom: 0.38461538461538em;
}
.home-page-template .flex_thumbnails {
  margin-top: 0;
}
.home-page-template .flex_thumbnails ul li {
  float: none!important;
  margin-bottom: 1.46153846153846em;
  margin-right: 0!important;
}
/*Date 										*/
/*------------------------------------------*/
.date_slider {
  position: absolute;
  top: 5%;
  right: 0;
  font-weight: bold;
  display: block;
  background-color: #000000;
  padding: 0.58823529411765em;
  color: #ffffff;
}
/*
==========================================
Content
========================================== 
*/
/*
Banner Call to Action
---------------------------------------*/
.banner_cta > div {
  background-color: #f7f6f6;
  padding: 2.5em 2em;
  position: relative;
}
.banner_cta > div .span2 {
  text-align: center;
}
.banner_cta > div a.btn {
  padding: 1em 1.8em;
  margin-top: 0.9em;
  text-align: center;
  font-size: 1.23076923076923em;
}
/*
Read More Button
---------------------------------------*/
.read-more i {
  font-size: 0.84615384615385em;
  margin-left: 0.18181818181818em;
  text-decoration: none;
}
.read-more:hover i:before {
  text-decoration: none;
}
/*
Tagline
---------------------------------------*/
.ql_tagline {
  text-align: center;
  position: absolute;
  bottom: -130px;
  display: block;
  width: 100%;
  color: #ffffff;
  padding: 2.30769230769231em 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.ql_tagline h2 {
  margin-bottom: 0.6em;
  color: #ffffff !important;
}
/*
Latest Blog
---------------------------------------*/
.ql_latest_blog .ql_lblog_item img {
  width: 100%;
}
.ql_latest_blog .ql_lblog_text {
  padding: 1.53846153846154em;
}
.ql_latest_blog .ql_lblog_text h4 a {
  color: inherit;
}
/*
Latest Work
---------------------------------------*/
.ql_latest_work .ql_lw_item img {
  width: 100%;
}
.ql_latest_work .ql_lw_item a.ql_info_footer {
  display: block;
  color: inherit;
  text-align: center;
  cursor: pointer;
  position: relative;
  text-shadow: none;
}
.ql_latest_work .ql_lw_item a.ql_info_footer:hover {
  background-color: #000000;
  color: #ffffff;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
}
/*
==========================================
Footer
========================================== 
*/
/*
Footer (with Widgets)
------------------------
*/
#footer .widget {
  margin-top: 2.5em;
  border-top: 1px dashed #000000;
}
#footer h4 {
  position: relative;
  margin-bottom: 0.83333333333333em;
  margin-top: 0.83333333333333em;
  text-transform: uppercase;
}
#footer p,
#footer ul,
#footer ol {
  font-size: 0.85714285714286em;
}
#footer a:hover {
  text-decoration: underline;
  color: #000000 !important;
}
#footer ul,
footer ol {
  list-style: none;
  margin-left: 0;
}
#footer ul li,
footer ol li {
  border-bottom: #999999 1px dotted;
  padding: 0.45714285714286em 0;
}
#footer ul li > a,
footer ol li > a {
  display: block;
  padding: 2px 0;
  color: #000000;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
#footer ul li > a:hover,
footer ol li > a:hover {
  display: block;
  padding: 2px 0;
  color: #333333;
  margin-left: 1em;
}
#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 {
  position: relative;
}
#footer .hasChildren i {
  position: absolute;
  right: 5px;
  top: 11px;
  font-size: 1.16666666666667em;
}
/*-----------Archive Widget-----------------*/
.widget_archive li a {
  color: inherit!important;
}
/*-----------Categories Widget-----------------*/
#footer .cat-item a {
  display: inline-block;
}
#footer .cat-item a:hover {
  display: inline-block;
}
/*-----------Recent & Popular Posts Widget-----------------*/
.widget_recent_posts ul li,
.widget_popular_posts ul li {
  margin-bottom: 0.6em;
  min-height: 55px;
}
.widget_recent_posts ul li .recent-post-img,
.widget_popular_posts ul li .recent-post-img {
  position: relative;
  float: left;
  margin-right: 10px;
}
.widget_recent_posts ul li .recent-post-img a,
.widget_popular_posts ul li .recent-post-img a {
  display: block;
}
.widget_recent_posts ul li .recent-post-img span,
.widget_popular_posts ul li .recent-post-img span {
  box-shadow: 0 0px 1px rgba(255, 255, 255, 0.7) inset;
  -moz-box-shadow: 0 0px 1px rgba(255, 255, 255, 0.7) inset;
  -webkit-box-shadow: 0 0px 1px rgba(255, 255, 255, 0.7) inset;
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  top: 1px;
  left: 1px;
}
.widget_recent_posts ul li h6,
.widget_popular_posts ul li h6 {
  font-weight: bold;
  font-size: 0.91666666666667em;
  line-height: 1.2em;
  margin-top: 0;
}
.widget_recent_posts ul li h6 a,
.widget_popular_posts ul li h6 a {
  color: #000000;
}
.widget_recent_posts ul li h6 a:hover,
.widget_popular_posts ul li h6 a:hover {
  text-decoration: none;
  color: #d7d7d7;
}
.widget_recent_posts ul li time,
.widget_popular_posts ul li time {
  font-size: 0.95652173913043em;
  color: #999999;
}
/*-----------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 ul li {
  background-position: 0 center;
  padding-left: 27px!important;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  border-width: 0!important;
  margin-bottom: 1.66666666666667em;
}
footer .twitter_widget ul li i {
  position: absolute;
  color: #000000;
  left: 0;
  top: 20%;
  font-size: 1.45454545454545em;
}
footer .twitter_widget ul li a {
  display: inline!important;
  -webkit-transition: none;
  transition: none;
}
footer .twitter_widget .twitter li a:hover {
  margin-left: 0!important;
}
/*-----------Contact Info Widget-----------------*/
.contact_info .contact_info li {
  padding-left: 27px!important;
  position: relative;
}
.contact_info .contact_info li i {
  position: absolute;
  color: #000000;
  left: 0;
  top: 25%;
  font-size: 1.16666666666667em;
}
/*-----------Social Widget-----------------*/
footer .social a {
  margin: 7px 7px 7px 0;
}
/*Quick Contact													*/
/*--------------------------------------------------------------*/
footer .quick_contact .form {
  position: relative;
}
footer .quick_contact .form input {
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer .quick_contact .form input:focus {
  background: #ffffff;
}
footer .quick_contact .form input#quick_name {
  margin-top: 0;
}
footer .quick_contact .form .error {
  border-bottom: #F00 2px solid;
}
footer .quick_contact .form textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer .quick_contact .form textarea:focus {
  background: #ffffff;
}
footer .quick_contact .form .send {
  font-size: 0.84615384615385em;
  float: right;
  margin-top: 0.8em;
}
.has-feedback .form-control-feedback {
  top: 0;
}
.form-control-feedback {
  display: none!important;
}
.has-error .form-control-feedback {
  display: block!important;
}
footer .mesage {
  color: #fff;
  text-shadow: 0 1px 0 #000000;
}
/*
==========================================
Sub Footer
========================================== 
*/
.sub_footer {
  margin: 2.14285714285714em 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.sub_footer p {
  margin-bottom: 0;
  font-size: 0.78571428571429em;
  margin-top: 10px;
}
/*
Social Nav
---------------------------------------*/
.nav_social {
  float: left;
  position: relative;
  margin-bottom: 0;
  margin-right: 0;
}
.nav_social li {
  width: 35px;
  height: 30px;
  margin: 0;
  float: left;
  position: relative;
}
.nav_social li a {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #999999;
  display: block;
  width: 35px;
  height: 30px;
  padding: 0!important;
  position: relative;
  z-index: 5;
  left: 1px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.nav_social li a:hover {
  color: #ffffff;
}
.nav_social li.n_facebook a:hover {
  background-color: #3B5998;
}
.nav_social li.n_twitter a:hover {
  background-color: #33CCFF;
}
.nav_social li.n_dribbble a:hover {
  background-color: #C5376D;
}
.nav_social li.n_instagram a:hover {
  background-color: #427097;
}
.nav_social li.n_flickr a:hover {
  background-color: #FF0084;
}
.nav_social li.n_youtube a:hover {
  background-color: #C1302A;
}
.nav_social li.n_vimeo a:hover {
  background-color: #1AB7EA;
}
.nav_social li.n_foursquare a:hover {
  background-color: #1DAFEC;
}
.nav_social li.n_skype a:hover {
  background-color: #00AFF0;
}
.nav_social li.n_google-plus a:hover {
  background-color: #D5402B;
}
.nav_social li.n_tumblr a:hover {
  background-color: #343B4A;
}
.nav_social li.n_linkedin a:hover {
  background-color: #0073B2;
}
.nav_social li.n_pinterest a:hover {
  background-color: #CB2027;
}
.nav_social li.n_rss a:hover {
  background-color: #FF6600;
}
/*
==========================================
Blog & Pages
========================================== 
*/
/*Breadcrumbs								*/
/*------------------------------------------*/
#breadcrumbs {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: left;
  font-size: 0.78571428571429em;
  color: #999999;
}
#breadcrumbs a {
  color: #999999;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs a i {
  font-size: 1.27272727272727em;
}
/*Post										*/
/*------------------------------------------*/
.blog article {
  margin-bottom: 5em;
}
.archive article {
  margin-bottom: 5em;
}
.single article {
  margin-bottom: 2.30769230769231em;
  padding-bottom: 0;
}
.post_content {
  border: 1px solid #eeeeee;
  border-top: none;
  padding: 1.42857142857143em;
}
.entry {
  position: relative;
}
/*Page Title 								*/
/*------------------------------------------*/
.page_title_wrap {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999999;
  margin-bottom: 3.57142857142857em;
  position: relative;
}
.page_title {
  margin-top: 0;
  font-size: 2.42857142857143em;
}
/*Post Title 								*/
/*------------------------------------------*/
.post_title_wrap {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 10px 15px;
  max-width: 90%;
}
.post_title_wrap .post_title {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0;
}
.post_title_wrap .post_title a {
  color: inherit;
  text-align: left;
}
/*Post Icon		 							*/
/*------------------------------------------*/
/*Image Post								*/
/*------------------------------------------*/
.post_image {
  overflow: hidden;
  position: relative;
}
.post_image a {
  display: block;
  text-align: center;
}
.post_image a img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.post_image:hover .post_date,
.post_image:hover .post_title_wrap {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/*Metadata 									*/
/*------------------------------------------*/
.metadata {
  margin: 0 0 0.6em 0 ;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-top: none;
  padding: 1.42857142857143em;
}
.metadata ul {
  margin: 0;
}
.metadata ul li {
  list-style: none;
  font-size: 0.85714285714286em;
  font-weight: bold;
  margin: 0;
  margin-right: 15px;
  float: left;
  position: relative;
  color: #bfbfbf;
}
.metadata ul li strong {
  color: #333333;
  font-style: normal;
}
.metadata ul li i {
  margin-right: 0.35714285714286em;
  font-size: 1.16666666666667em;
  vertical-align: middle;
  text-align: center;
  color: #bfbfbf;
}
.metadata ul li a {
  text-decoration: none;
  color: #bfbfbf;
}
.metadata ul li a:hover {
  text-decoration: underline;
}
.metadata ul li.meta_comments {
  float: right;
}
.metadata hr {
  margin: 0;
}
/* Post Date 								*/
/*------------------------------------------*/
.post_date {
  position: absolute;
  right: 0;
  top: 0.71428571428571em;
  padding: 0.42857142857143em 0.71428571428571em;
}
/*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: #000000;
  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: #000000;
  text-decoration: none;
  background-color: #ffffff;
  text-indent: 0;
}
ul.fancy_tags li a:active {
  position: relative;
  top: 1px;
}
/*Pagination															*/
/*----------------------------------------------------------------------*/
.pagination li {
  display: inline;
}
.pagination li:first-child > a,
.pagination li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-left: 0;
}
.pagination li:last-child > a,
.pagination li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination li > a,
.pagination li > span {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
.pagination li .current {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.pagination li a:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  cursor: pointer;
}
/*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;
}
/*
==========================================
Music Player
========================================== 
*/
#jquery_jplayer_1 {
  display: none;
}
.music_player {
  padding-left: 0!important;
  padding-right: 0!important;
}
.music_player .ql_player {
  padding: 14px 1.15384615384615em 1.15384615384615em;
  text-align: center;
  position: relative;
}
.music_player .ql_player_wrap {
  position: relative;
}
.music_player .ql_player a {
  color: #ffffff;
  padding: 5px;
  margin: 0.38461538461538em 0.7em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  outline: none;
}
.music_player .ql_player a:hover {
  opacity: 80;
  filter: alpha(opacity=8000);
}
.music_player .ql_player a:active {
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.music_player .ql_player a.ql_play,
.music_player .ql_player a.ql_pause {
  font-size: 1.84615384615385em;
}
.music_player .ql_player a.ql_forward {
  top: -8px;
  right: 28%;
  position: absolute;
}
.music_player .ql_player a.ql_backward {
  top: -8px;
  left: 28%;
  position: absolute;
}
.music_player .jp-progress {
  margin: 3px 0 5px 0;
}
.music_player .jp-seek-bar {
  height: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}
.music_player .jp-play-bar {
  height: 3px;
  background-color: #ffffff;
}
.music_player .jp-time-holder {
  font-size: 0.76923076923077em;
}
.music_player .jp-time-holder .jp-duration {
  float: right;
  color: rgba(0, 0, 0, 0.7);
}
.music_player .jp-time-holder .jp-current-time {
  float: left;
  color: #ffffff;
}
.music_player .jp-time-holder .jp-duration {
  float: right;
}
.jp-playlist {
  display: none;
}
.player_list {
  font-size: 1em;
  font-weight: bold;
}
.player_list li {
  border-color: #999999 !important;
}
.player_list li.active {
  background-color: #999999;
}
.player_list li a {
  outline: none;
}
.player_list li a i {
  display: inline-block;
  font-size: 1.07692307692308em;
  color: #999999;
  margin: 0 0.71428571428571em;
  width: 15px!important;
  text-align: center;
}
.player_list li a i.icon-play {
  display: none;
}
.player_list li.active a i.icon-music {
  display: none;
}
.player_list li.active a i.icon-play {
  display: inline-block;
}
/*
==========================================
Sidebar
========================================== 
*/
#sidebar {
  position: relative;
}
.left #sidebar {
  float: left;
}
/*
Widgets
--------------------------------
*/
#sidebar .widget {
  margin-bottom: 3.125em;
  padding-bottom: 3.125em;
  position: relative;
}
#sidebar #sidebar_mid div.bt {
  height: 1px;
}
#sidebar .widget h4 {
  position: relative;
  padding-bottom: 0.35714285714286em;
  margin-bottom: 0.8em;
  text-transform: uppercase;
}
#sidebar .widget ul,
#sidebar .widget ol {
  margin-left: 0px;
  margin-bottom: 0;
  font-size: 0.84615384615385em;
}
#sidebar .widget .pagenav,
#sidebar .widget .linkcat {
  list-style: none;
}
#sidebar .widget ul li {
  list-style: none;
  border-bottom: #999999 1px dotted;
}
#sidebar .widget ul li:first-child {
  border-top: none;
}
#sidebar .widget ul li > a {
  color: inherit;
  padding: 0.63636363636364em 0;
  display: block;
}
#sidebar .widget ul li > a:hover {
  color: #000000;
  text-decoration: none;
}
#sidebar .widget > ul li > a {
  color: inherit;
  padding: 0.63636363636364em 0;
  display: block;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-weight: bold;
}
#sidebar .widget > ul li > a:hover {
  color: #ffffff;
  background-color: #000000;
  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;
  right: 5px;
  top: 11px;
  font-size: 1.16666666666667em;
}
/*
Twitter Widget
--------------------------------
*/
#sidebar .twitter_widget ul li {
  margin-bottom: 20px;
  min-height: 20px;
  padding: 5px 0px 5px  28px;
  border: none;
  position: relative;
}
#sidebar .twitter_widget ul li i {
  position: absolute;
  color: #000000;
  left: 0;
  top: 20%;
  font-size: 1.63636363636364em;
}
#sidebar .twitter_widget ul li:last-child {
  margin-bottom: 0px;
}
#sidebar .twitter_widget ul li a {
  display: inline;
  background: none!important;
  padding: 0!important;
}
/*
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: #999999;
  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: #000000;
  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: #000000;
  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: #000000;
  display: inline-block;
  padding: 3px 6px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 3px;
  outline: none;
}
#sidebar .widget_tag ul li a:hover {
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  text-indent: 0;
}
#sidebar .widget_tag ul li a:active {
  position: relative;
  top: 1px;
}
/*
Subscribe & Twitter Buttons Widget
--------------------------------
*/
#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: 8px;
}
#sidebar .rss_tw_btn a.twitter_btn {
  background: url(images/twitter_btn.png) no-repeat;
  display: block;
  width: 122px;
  height: 32px;
  float: left;
  text-indent: -999em;
}
#sidebar .rss_tw_btn a:hover {
  opacity: 0.9;
}
.rss_tw_btn a.suscribe_btn {
  background: url(images/suscribe_btn.png) no-repeat;
  display: block;
  width: 122px;
  height: 32px;
  float: left;
  margin-right: 10%;
  text-indent: -999em;
}
.rss_tw_btn a.twitter_btn {
  background: url(images/twitter_btn.png) no-repeat;
  display: block;
  width: 122px;
  height: 32px;
  float: left;
}
.rss_tw_btn a:hover {
  opacity: 0.9;
}
/*
Search Widget
--------------------------------
*/
.widget_search {
  position: relative;
}
.widget_search #s {
  background-color: #eeeeee;
  border-color: transparent;
  width: 100%;
  display: block;
  padding: 0 40px 0 10px;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget_search #s:focus {
  border-color: #bfbfbf;
  -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: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 1em;
  color: #555555;
}
/*
Calendar Widget
--------------------------------
*/
/*http://johnsardine.com/download/dl-html-css/pretty-little-calendar-css3/*/
#wp-calendar {
  color: #666;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
#wp-calendar a {
  color: #467b89;
}
#wp-calendar caption {
  background: #383838;
  color: #e0e0e0;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #000000;
  -webkit-box-shadow: inset 0 1px 0 #484848, 0 -1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 0 #484848, 0 -1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 #484848, 0 -1px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #373737;
  z-index: -99;
}
#wp-calendar thead th {
  font-size: 8px;
  padding: 5px 0;
  color: #666;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #bbbbbb;
  background: #f7f7f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f1f1f1));
  background: -moz-linear-gradient(top, #f7f7f7, #f1f1f1);
}
#wp-calendar tbody td {
  color: #666;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 8px;
  text-align: center;
  font-weight: bold;
  border: 1px solid;
  border-color: #fff #bbbbbb #bbbbbb #fff;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dedede));
  background: -moz-linear-gradient(top, #ededed, #dedede);
}
#wp-calendar tbody td.pad {
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ececec));
  background: -moz-linear-gradient(top, #f5f5f5, #ececec);
}
#wp-calendar tfoot {
  color: #e0e0e0;
  font-size: 12px;
  text-align: center;
}
#wp-calendar tfoot tr {
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ececec));
  background: -moz-linear-gradient(top, #f5f5f5, #ececec);
}
#wp-calendar tfoot td {
  padding: 10px 10px;
}
#wp-calendar tfoot a {
  color: #666;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#wp-calendar tfoot td#prev {
  text-align: left;
}
#wp-calendar tfoot td#next {
  text-align: right;
}
#wp-calendar #today {
  color: #fff;
  border: 1px solid #467b89;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  background: #6eafbf;
  background: -moz-radial-gradient(50% 50% 0deg, ellipse cover, #6eafbf, #569eb1);
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 20, from(#6eafbf), to(#569eb1));
}
/*
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: #000000 #000000 transparent;
}
.widget_post_tabs .nav-tabs > .active > a:hover {
  font-weight: bold;
  background: none;
  border: 1px solid #000000;
}
.widget_post_tabs .tab-content {
  padding: 0.625em;
  border: 1px solid #000000;
  -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;
}
.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;
}
/*
==========================================
Comments
========================================== 
*/
/*===========================================================================*/
/*Comments																	 */
/*===========================================================================*/
.commentlist {
  margin-left: 0;
  margin-top: 2.30769230769231em;
}
#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;
  background: #e7e7e7;
  /* for non-css3 browsers */
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 3px;
}
#comments .comment-author div.inner-gravatar div {
  width: 80px;
  height: 80px;
  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: #333333;
  font-weight: normal;
}
#comments .comment-author .comment-meta a {
  color: #aeaeae;
  font-size: 11px;
}
.bypostauthor .comment-entry {
  border-color: #000000;
}
ol.commentlist li .comment-entry {
  margin: 0;
  border-width: 1px;
  border-style: solid;
  position: relative;
  border-radius: 3px;
  border-color: #eeeeee;
}
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: #999999;
  font-size: 11px;
  text-align: center;
  margin: 10px 0;
  line-height: 20px;
}
.comment-reply-link:hover {
  text-decoration: underline;
}
#comments ul.children {
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
}
/*===========================================================================*/
/*Comments	Form															 */
/*===========================================================================*/
#respond h4 {
  margin-bottom: 1em;
}
#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: #999999;
  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: #999999;
  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 {
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: border-radius-base;
  font-size: 0.85714285714286em;
  font-weight: bold;
  -webkit-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;
  transition: background-color 100ms linear;
  position: relative;
  overflow: hidden;
  width: auto;
  padding-left: 12px!important;
}
#respond #submit-respond:hover {
  background-color: #000000;
  color: #ffffff;
}
/*
==========================================
Portfolio
========================================== 
*/
.page-template-page-portfolio-php .page_title {
  display: none;
}
.portfolio_item {
  width: 446px;
  height: 218px;
  float: left;
  height: auto;
  margin: 5px;
  overflow: hidden;
}
.layout_square {
  width: 218px;
  height: 218px;
}
.layout_portrait1 {
  width: 218px;
  height: 446px;
}
.portfolio_item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.portfolio_item img {
  width: 100%;
  margin: 0;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.portfolio_item:hover img {
  -webkit-transform: scale(1.2) rotate(5deg);
  -ms-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}
.portfolio_item .ql_hover {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
.portfolio_item:hover .ql_hover {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.portfolio_item .ql_hover .title_wrap {
  position: absolute;
  bottom: 10px;
  left: -250%;
  color: #000000;
  background-color: #ffffff;
  margin-bottom: 0;
  margin-right: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.portfolio_item:hover .ql_hover .title_wrap {
  left: 10px;
}
.portfolio_item .ql_hover .title_wrap h2 {
  display: block;
  color: #000000;
  padding: 8px 12px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
}
.portfolio_item .ql_hover .ql_info_footer {
  position: absolute;
  top: 0.90909090909091em;
  right: -110%;
  color: #000000;
  background-color: #ffffff;
  text-shadow: none;
  font-size: 0.78571428571429em;
  padding: 0.36363636363636em 0.72727272727273em;
  outline: 0;
  margin-bottom: 0!important;
  line-height: 1.81818181818182em;
  -webkit-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;
}
/*
Load more button
------------------------
*/
.load_wrap {
  text-align: center;
  margin: 1.42857142857143em 0;
}
/*
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: 1.42857142857143em;
  margin-top: 0.38461538461538em;
  margin-left: 0.35714285714286em;
}
.filter_list .filter_title {
  color: #333333;
  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: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
  float: left;
  padding: 0;
}
.filter_list ul li {
  margin-bottom: 0;
  float: left;
  margin-right: 1.15384615384615em;
  border: 1px solid transparent;
}
.filter_list ul li a {
  color: #a7a7a7;
  font-size: 0.84615384615385em;
  outline: 0;
  padding: 5px 10px;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.filter_list ul li a:hover {
  color: #000000;
  text-decoration: none;
}
.filter_list ul li a:focus {
  text-decoration: none;
}
.filter_list ul li.active {
  border: 1px solid #000000;
  border-radius: 2px;
}
.filter_list ul li.active a {
  color: #000000;
}
.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);
}
/*
==========================================
Single Portfolio
========================================== 
*/
.single-portfolio .post {
  padding: 0 15px;
}
.portfolio_sidebar {
  padding: 0 1.42857142857143em 1.42857142857143em 1.42857142857143em;
}
.portfolio_sidebar .page_title {
  text-transform: uppercase;
  font-size: 2em;
  margin-top: 0;
}
.single-portfolio article {
  margin-bottom: 0;
}
.portfolioItem_sidebar {
  margin-top: 1.53846153846154em;
  border-top-width: 1px;
  border-top-style: dashed;
  padding-top: 1.42857142857143em;
}
.portfolioItem_sidebar .custom_cats {
  list-style: none;
  margin: 0;
  padding: 0;
}
.portfolioItem_sidebar .custom_cats li {
  font-size: 0.85714285714286em;
  margin-bottom: 0.76923076923077em;
  margin-right: 0.76923076923077em;
  color: #999999;
  float: left;
}
.portfolioItem_sidebar .custom_cats li a {
  color: inherit;
}
.portfolioItem_sidebar .custom_cats li i {
  font-size: 1.16666666666667em;
  margin-right: 0.35714285714286em;
}
.portfolio_slider {
  padding-right: 0;
}
.portfolio_slider .royalSlider {
  width: 100%;
}
.portfolio_slider .royalSlider img {
  width: 100%;
  height: auto;
}
.portfolio_slider .portfolio_image_desc {
  background: #ffffff;
  bottom: 20px;
  color: #000000;
  font-size: 12px;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  right: 20px;
}
.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%;
}
.single_portfolio_row {
  margin-right: 0;
}
.single-portfolio .footer_wrap {
  display: none;
}
/*
==========================================
Content
========================================== 
*/
/*Shop
=====================================================*/
.woocommerce-ordering {
  margin-right: 33px!important;
}
.woocommerce-ordering select {
  height: 25px;
  line-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;
  border: 1px solid #eeeeee;
}
@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 a img,
.woocommerce-page ul.products li.product a img {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
.woocommerce .products .product .product_desc,
.woocommerce-page .products .product .product_desc {
  padding: 1.42857142857143em;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  font-size: 1.14285714285714em!important;
  padding: 0!important;
}
.woocommerce .products .product .add_to_wrap,
.woocommerce-page .products .product .add_to_wrap {
  border-top: 1px solid #eeeeee;
  padding: 1.42857142857143em;
}
.woocommerce .products .product .add_to_wrap .price,
.woocommerce-page .products .product .add_to_wrap .price {
  float: left;
  margin-bottom: 0;
}
.woocommerce .products .product .add_to_wrap .add_to_cart_button,
.woocommerce-page .products .product .add_to_wrap .add_to_cart_button {
  float: right;
}
/*Image
----------------*/
.product_img {
  position: relative;
  overflow: hidden;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0!important;
  padding: 4px!important;
  right: 0.71428571428571em;
  top: 0.71428571428571em;
  line-height: 1em;
  height: 20px!important;
  min-height: 20px!important;
  max-height: 20px!important;
}
/*Rating
----------------*/
.woocommerce ul.products li.product .product_img .rating_wrap,
.woocommerce-page ul.products li.product .product_img .rating_wrap {
  background-color: #ffffff;
  position: absolute;
  bottom: 0.71428571428571em;
  left: -100% !important;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.woocommerce ul.products li.product .product_img:hover .rating_wrap,
.woocommerce-page ul.products li.product .product_img:hover .rating_wrap {
  left: 0!important;
}
.woocommerce ul.products li.product .product_img .star-rating,
.woocommerce-page ul.products li.product .product_img .star-rating {
  margin: 5px 7px;
  height: 20px!important;
  font-size: 14px!important;
  color: #000000 !important;
  position: relative!important;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  color: #000000 !important;
}
.star-rating span {
  color: #000000 !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 {
  background-color: transparent!important;
  border: 1px solid #000000 !important;
  border-radius: border-radius-base !important;
  font-size: 0.85714285714286em!important;
  font-weight: bold!important;
  -webkit-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;
  transition: background-color 100ms linear;
  position: relative!important;
  overflow: hidden!important;
  text-shadow: none!important;
  color: #000000 !important;
  padding: 8px 10px;
}
.woocommerce ul.products li.product a.button:hover,
.woocommerce-page ul.products li.product a.button:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.woocommerce ul.products li.product a.button:active,
.woocommerce-page ul.products li.product a.button:active {
  text-decoration: none;
}
/*Added to cart
----------------*/
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  background-color: transparent!important;
  border: 1px solid #000000 !important;
  border-radius: border-radius-base !important;
  font-size: 0.85714285714286em!important;
  font-weight: bold!important;
  -webkit-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;
  transition: background-color 100ms linear;
  position: relative!important;
  overflow: hidden!important;
  text-shadow: none!important;
  color: #000000 !important;
  padding: 8px 10px;
  margin-top: 1.25em;
}
.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: #ffffff;
  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-color: #000000;
}
.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-color: #ffffff;
  color: #000000;
  border-color: #000000;
  cursor: pointer;
}
.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-color: #000000;
  color: #ffffff;
  border-color: #ffffff;
  cursor: pointer;
}
.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 {
  background-color: #000000 !important;
  border: 1px solid transparen!important;
  border-radius: border-radius-base !important;
  font-size: 0.85714285714286em!important;
  font-weight: bold!important;
  -webkit-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;
  transition: background-color 100ms linear;
  position: relative!important;
  overflow: hidden!important;
  text-shadow: none!important;
  color: #ffffff !important;
}
.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: #000000 !important;
  background-color: #ffffff !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;
}
.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Single Add to cart button*/
.woocommerce #content div.product form.cart .button,
.woocommerce div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
  background-color: transparent!important;
  border: 1px solid #000000 !important;
  border-radius: border-radius-base !important;
  font-size: 0.85714285714286em!important;
  font-weight: bold!important;
  -webkit-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;
  transition: background-color 100ms linear;
  position: relative!important;
  overflow: hidden!important;
  text-shadow: none!important;
  color: #000000 !important;
  padding: 8px 10px;
}
.woocommerce #content div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce-page #content div.product form.cart .button:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
/*Product counter */
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
  height: 32px;
}
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
  background-image: none;
  text-shadow: none;
  height: 16px;
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input {
  width: auto;
}
/*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: transparent!important;
  border-color: #eeeeee;
  box-shadow: none!important;
  border-radius: 0!important;
  margin: 0;
}
.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;
  text-shadow: none!important;
  border: none!important;
  line-height: 17px!important;
  outline: 0!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 {
  color: #000000;
}
.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 #ffffff;
}
/*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;
}
.woocommerce #content table.cart input,
.woocommerce table.cart input,
.woocommerce-page #content table.cart input,
.woocommerce-page table.cart input {
  width: auto;
}
.shipping_calculator h2 {
  font-size: 1.42857142857143em;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}
.shipping_calculator h2 a {
  display: block;
  padding: 8px 12px;
  outline: 0;
}
.shipping_calculator h2 a:hover {
  text-decoration: none;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-size: 16px;
}
/*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;
}
.woocommerce form .form-row .input-checkbox,
.woocommerce-page form .form-row .input-checkbox {
  display: inline!important;
  height: 1em;
  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 #eeeeee;
}
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
  padding: 10px;
  margin-bottom: 10px!important;
  background-color: #eeeeee;
}
.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;
}
.woocommerce #payment ul.payment_methods li label,
.woocommerce-page #payment ul.payment_methods li label {
  font-size: 1em!important;
}
.woocommerce #payment ul.payment_methods li .input-radio,
.woocommerce-page #payment ul.payment_methods li .input-radio {
  width: auto!important;
  height: 1em;
  margin-top: 8px!important;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: auto!important;
}
.chzn-container .chzn-results {
  color: #3D3C3C;
}
/* =Tables
	-------------------------------------------------------------- */
table.shop_attributes {
  border-top: 1px dotted rgba(0, 0, 0, 0.2) !important;
}
table.shop_attributes th {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2) !important;
}
table.shop_attributes td {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2) !important;
}
table.shop_attributes .alt td,
table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025) !important;
}
table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
}
table.shop_table tfoot td,
table.shop_table tfoot th {
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  width: 75%;
}
/*Cart Widget
=====================================================*/
#ql_woo_cart {
  position: fixed;
  top: 0;
  right: -21.42857143em;
  width: 17.85714285714286em;
  background-color: #000000;
  z-index: 10;
  height: 100%;
  padding: 0 1.42857142857143em 1.42857142857143em 1.42857142857143em;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
#ql_woo_cart.open {
  right: 0;
}
.ql_woo_cart_button {
  color: #000000;
  font-size: 2em;
  position: absolute;
  right: 0.5em;
  top: 1.71428571428571em;
  outline: 0!important;
  display: none;
}
.cart_show {
  display: block;
}
#ql_woo_cart .ql_woo_cart_qty {
  position: absolute;
  top: -9px;
  left: -45px;
  width: 17px;
  height: 17px;
  color: #ffffff;
  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;
  color: #ffffff;
  margin-top: 10px;
}
/* Close button */
.ql_woo_cart_close {
  position: absolute;
  left: -2.22222222em;
  top: 0;
  width: 2.22222222222222em;
  height: 2.22222222222222em;
  display: block;
  line-height: 2.22222222222222em;
  text-align: center;
  font-size: 18px;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  outline: 0!important;
}
.ql_woo_cart_close:hover {
  background-color: #ffffff;
  color: #000000;
}
#ql_woo_cart ul.cart_list li a {
  color: #ffffff !important;
}
#ql_woo_cart .widget_shopping_cart_content .total {
  color: #ffffff !important;
}
#ql_woo_cart .widget_shopping_cart_content a.button {
  background-color: #ffffff !important;
  border: 1px solid transparen!important;
  border-radius: border-radius-base !important;
  font-size: 0.85714285714286em!important;
  font-weight: bold!important;
  -webkit-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;
  transition: background-color 100ms linear;
  position: relative!important;
  overflow: hidden!important;
  text-shadow: none!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000000 !important;
}
#ql_woo_cart .widget_shopping_cart_content a.button:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  text-decoration: none;
}
.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 {
  background-color: transparent!important;
  background-image: none!important;
  border: 1px solid #000000 !important;
  border-radius: border-radius-base !important;
  font-size: 0.85714285714286em!important;
  font-weight: bold!important;
  -webkit-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;
  transition: background-color 100ms linear;
  position: relative!important;
  overflow: hidden!important;
  text-shadow: none!important;
  color: #000000 !important;
}
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
/*List Widget
=====================================================*/
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
  background-color: transparent!important;
  color: inherit!important;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  font-size: 1.14285714285714em;
}
/*Filter Widget
=====================================================*/
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background: #000000;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  background: #ffffff;
  border-color: #000000;
  top: -0.21428571em;
}
/*Global
=====================================================*/
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  background: transparent!important;
  border-color: #999999;
  text-shadow: none!important;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
  line-height: 0;
}
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 .post_content,
.sticky .metadata {
  border-color: #000000;
}
.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;
}
/*
==========================================
Global Styles
========================================== 
*/
.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;
  transition: all 900ms ease-in-out;
  text-align: center;
}
.preloader i {
  font-size: 28px;
  position: absolute;
  left: 50%;
  top: 300px;
}
.code {
  white-space: pre-wrap;
}
/* 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 #000000;
  border-radius: border-radius-base;
  font-size: 0.85714285714286em;
  font-weight: bold;
  -webkit-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;
  transition: background-color 100ms linear;
  position: relative;
  overflow: hidden;
  color: #000000;
}
.btn-ql:hover {
  background-color: #000000;
  color: #ffffff;
}
/* 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;
  animation: btn_in 300ms ease-in-out;
}
.btn-ql > span {
  -webkit-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;
  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;
  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);
  transform: translate(0, 1px);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.more-link {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: border-radius-base;
  font-size: 0.85714285714286em;
  font-weight: bold;
  -webkit-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;
  transition: background-color 100ms linear;
  position: relative;
  overflow: hidden;
  color: #000000;
}
/*Call To Action Button													*/
/*----------------------------------------------------------------------*/
.btn-cta {
  background-color: #000000 !important;
  background-image: none;
  color: #ffffff;
  -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: #ffffff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 90;
  filter: alpha(opacity=9000);
}
/*More Link 															*/
/*----------------------------------------------------------------------*/
.simple_btn {
  background-color: #000000;
  border-radius: 2px;
  color: #ffffff;
  -webkit-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: #000000;
  background-color: #ffffff;
  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.15384615em solid #ffffff;
}
/*Before & After														*/
/*----------------------------------------------------------------------*/
.ql_beforeafter img {
  max-width: none!important;
}
/* Section Title														*/
/*----------------------------------------------------------------------*/
.ql_title {
  border-bottom: 1px solid #999999;
  position: relative;
  padding-bottom: 5px;
}
.ql_title:before {
  content: " ";
  position: absolute;
  bottom: -2px;
  background-color: #000000;
  height: 3px;
  width: 50px;
  display: block;
  left: 0;
}
/* Section Title														*/
/*----------------------------------------------------------------------*/
.ql_line {
  border-bottom: 1px solid #000000;
  position: relative;
  margin: 1.53846153846154em 0;
  width: 6.15384615384615em;
  height: 1px;
  display: block;
}
.section_title {
  margin-bottom: 1.53846153846154em;
}
/* QL Navigation Tabs													*/
/*----------------------------------------------------------------------*/
.ql_nav_tabs {
  border: none!important;
}
.ql_nav_tabs li {
  margin-bottom: 0;
}
.ql_nav_tabs li.active a {
  background-color: #000000;
  color: #ffffff;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
}
.ql_nav_tabs li.active a:hover {
  background-color: #000000;
  color: #ffffff;
}
.ql_nav_tabs li a {
  font-size: 0.84615384615385em;
  font-weight: bold;
  padding: 7px;
  border: none!important;
  background-color: #999999;
  border-radius: 0!important;
  position: relative;
  padding-left: 35px;
  padding-right: 5.45454545454545em;
  outline: 0;
  margin-bottom: 0!important;
  color: #999999;
}
.ql_nav_tabs li a i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  vertical-align: middle;
  padding-top: 10px;
  font-size: 1.27272727272727em;
  width: 30px;
  text-align: center;
}
.ql_nav_tabs li.active a i {
  background-color: rgba(0, 0, 0, 0.1);
}
.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4,
.tab-content h5 {
  margin-top: 0;
}
/* Testimonials															*/
/*----------------------------------------------------------------------*/
.ql_testimonial_text {
  background-color: #999999;
  padding: 1.53846153846154em;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
.ql_testimonial {
  position: relative;
}
.ql_testimonial .flex-direction-nav {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  position: absolute;
  top: 5px;
  right: -25px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ql_testimonial:hover .flex-direction-nav {
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  opacity: 100;
  filter: alpha(opacity=10000);
}
.ql_testimonial .flex-direction-nav li {
  margin-bottom: 0;
}
.ql_testimonial .flex-direction-nav li a {
  background: #999999;
  border: none;
  color: #999999;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  outline: 0;
  float: none;
  top: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 0!important;
  font-size: 1.07692307692308em;
}
.ql_testimonial .flex-direction-nav li a:hover {
  color: #333333;
  background: #8c8c8c;
}
.ql_testimonial .flex-control-nav {
  display: none;
}
/*Hero Colors Classes													*/
/*----------------------------------------------------------------------*/
.hero_bck {
  background-color: #000000;
}
.hero_border {
  border-color: #000000;
}
.hero_color {
  color: #000000;
}
.contrast_bck {
  background-color: #ffffff;
}
.contrast_color {
  color: #ffffff;
}
/* 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(255, 255, 255, 0.7);
  position: absolute;
  -webkit-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 500ms linear;
  transition: all 500ms linear;
  color: #000000;
  font-size: 3em;
  position: absolute;
  padding: 13px 16px;
  top: 45%;
  left: 45%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ql_thumbnail_hover:hover > span > i {
  opacity: 100;
  filter: alpha(opacity=10000);
}
/* 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: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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: #999999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
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;
}
/*
// LARGE DESKTOP & UP
// ------------------
*/
@media (min-width: 1200px) {
  /*
	Audio Player
	========================================== 
	*/
  .AudioPlayerV1 {
    width: 670px!important;
  }
  .APV1_container {
    width: 473px!important;
  }
  /*
	Video Player
	========================================== 
	*/
  .format-video #post_video {
    height: 376px;
  }
}
/*
// LPortrait tablet to landscape and desktop
// ------------------
*/
@media (min-width: 979px) and (max-width: 1199px) {
  /*
	Audio Player
	========================================== 
	*/
  .AudioPlayerV1 {
    width: 540px!important;
  }
  .APV1_container {
    width: 343px!important;
  }
  /*
	Video Player
	========================================== 
	*/
  .format-video #post_video {
    height: 303px;
  }
  /*Comments Form---------------------------------------------------*/
  #respond .input-wrap {
    width: 47%;
  }
  /*Home page slider ---------------------*/
  .home-page-template .flex_thumbnails ul li {
    margin-bottom: 0.76923076923077em;
  }
}
@media (min-width: 768px) and (max-width: 978px) {
  .filter_list > ul > li {
    float: left;
    margin-right: 1.53846153846154em;
  }
  /*
	Content
	========================================== 
	*/
  /*Date size and post content ---------------------*/
  .date_wrap {
    width: 12%!important;
  }
  .metadata ul li {
    float: left;
  }
  .ql_lblog_item,
  .ql_lw_item {
    width: 47%!important;
    margin-left: 2%!important;
    display: inline-block !important;
    margin-bottom: 1.53846153846154em;
    vertical-align: top;
    float: none!important;
  }
  /*Comments Form---------------------------------------------------*/
  #respond .input-wrap {
    width: 46%;
  }
  /*
	Video Player
	========================================== 
	*/
  .format-video #post_video {
    height: 232px;
  }
}
/*
// Landscape phone to portrait tablet
// ------------------
*/
@media (min-width: 481px) and (max-width: 767px) {
  .filter_list > ul > li {
    float: left;
    margin-right: 1.53846153846154em;
  }
  /*
	Content
	--------------------------------
	*/
  .metadata ul li {
    float: left;
  }
  .ql_lblog_item,
  .ql_lw_item {
    width: 46%!important;
    margin-left: 2%!important;
    display: inline-block !important;
    margin-bottom: 1.53846153846154em;
    vertical-align: top;
  }
  /*Comments Form---------------------------------------------------*/
  #respond .input-wrap {
    width: 46%;
  }
  /*
	Sidebar
	--------------------------------
	*/
  #sidebar .widget {
    margin-left: 0em;
  }
  /*
	Video Player
	========================================== 
	*/
  .format-video #post_video {
    height: 370px;
  }
}
/*
// Landscape phones and down
// ------------------
*/
@media (max-width: 480px) {
  .nav_sidebar {
    overflow: scroll;
  }
  .filter_list > ul > li {
    float: left;
    margin-right: 1.53846153846154em;
  }
  /*Comments Form---------------------------------------------------*/
  #respond .input-wrap {
    width: 100%;
  }
  /*
	Footer
	--------------------------------
	*/
  .footer_wrap {
    padding: 0 1.25em;
  }
  .sub_footer_wrap {
    padding: 1em;
  }
  /*
	Sidebar
	--------------------------------
	*/
  #sidebar .widget {
    margin-left: 0em;
  }
  /*
	Audio Player
	========================================== 
	*/
  .AudioPlayerV1 {
    width: 359px!important;
  }
  .APV1_container {
    width: 162px!important;
  }
  /*
	Video Player
	========================================== 
	*/
  .format-video #post_video {
    height: 201px;
  }
}
/*
==========================================
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;
  }
}
