/*
Theme Name: Zeus
Theme URI: http://www.quemalabs.com
Description: A Premium WordPress Theme.
Version: 3.4.1
Author: Quema Labs
Author URI: http://www.quemalabs.com
License: GNU General Public License
License URI: License.txt
Tags: colors, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, custom-menu
*/
/*
==========================================
Theme Styles
========================================== 
*/
html {
  font-size: 0.875em;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
}
body {
  background: #111111;
}
/*
==========================================
Header
========================================== 
*/
#header {
  position: relative;
  z-index: 3;
}
#header h1 {
  text-align: center;
  margin-top: 20px;
}
#header h1 a {
  text-align: center;
  color: #fff;
  font-size: 30px;
}
#header h1 a img {
  margin: 0 auto;
}
#header_bottom {
  height: 50px;
  position: absolute;
  bottom: -50px;
  z-index: 3;
  width: 100%;
  left: 0;
  right: 0;
}
.logo_container {
  padding: 30px 0;
  padding: 2.14285714285714rem 0;
  text-align: center;
}
.logo_container .ql_logo {
  font-size: 2.14285714285714rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  font-size: 2.14285714rem;
}
.logo_container .ql_logo:hover {
  text-decoration: none;
}
.logo_container .logo_desc {
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #bfbfbf;
  font-size: 12px;
  font-size: 0.85714285714286rem;
  text-align: center;
}
/*-----------------------------*/
/*Hide Button
-----------------------------------*/
#hide_btn {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  position: absolute;
  bottom: -110px;
  left: 39%;
  z-index: 3;
  text-align: center;
  outline: none;
}
#hide_btn:hover {
  opacity: 0.8;
}
#hide_btn i {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.14285714rem;
  text-shadow: 0px 0px 13px #000000;
}
/*
Nav Menu
---------------------------------------*/
.jqueryslidemenu {
  z-index: 50;
  margin-bottom: 20px;
}
.jqueryslidemenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 50;
}
/*Top level list items*/
.jqueryslidemenu ul li {
  position: relative;
  display: block;
  margin-top: 1px;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a {
  background: url(images/nav_bck.png) no-repeat bottom center;
  display: block;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
  font-size: 16px;
  padding: 0 20px 0 20px;
  z-index: 51;
  text-align: center;
  text-transform: uppercase;
}
.jqueryslidemenu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.03);
}
* html .jqueryslidemenu ul li a {
  /*IE6 hack to get sub menu links to behave correctly*/
  display: inline-block;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
  position: absolute;
  left: 100%!important;
  top: 0!important;
  display: block;
  visibility: hidden;
  background: #1a1a1a;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 50;
  min-height: 0;
  width: 100%!important;
  /*width of sub menus*/
  padding: 0.71428571428571em;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
  background-image: none;
  display: list-item;
  float: none;
  z-index: 51;
  margin: 0;
  height: 30px;
  width: 100%!important;
  /*width of sub menus*/
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
  top: 0;
  z-index: 52;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
  background: none;
  width: 240px!important;
  /*width of sub menus*/
  margin: 0;
  border-top-width: 0;
  /*border-bottom:#e0e0e0 1px solid;*/
  /*text-shadow:0 1px 0 #fff;*/
  z-index: 52;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-align: left;
}
.jqueryslidemenu ul li ul li a:hover {
  /*sub menus hover style*/
  background: none!important;
  opacity: 0.8;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
  position: absolute;
  top: 12px;
  right: 7px;
}
.rightarrowclass {
  position: absolute;
  top: 6px;
  right: 5px;
}
/* Select Navigation */
.tinynav {
  display: none;
  height: 2.2em;
  font-size: 1em;
  margin: 0 auto 1.2em auto;
}
/*
End Nav Menu
---------------------------------------*/
/*
Search
---------------------------------------*/
.ql_search_btn {
  float: right;
  position: relative;
}
.ql_search_btn #searchform {
  margin: 0;
}
.ql_search_btn .input-search {
  border-radius: 0;
  height: 50px;
  width: 50px;
  margin-bottom: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 0;
  color: #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;
}
#video_bck iframe {
  height: 98%!important;
  width: 100%!important;
}
.full_pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/*Home Widget
-----------------------------------*/
#home_widget {
  position: fixed;
  z-index: 2;
  right: -290px;
  top: 39%;
  width: 250px;
  padding: 20px;
}
#home_widget_btn {
  font-size: 14px;
  font-size: 1rem;
  line-height: 70px;
  color: #ffffff;
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  z-index: 2;
  left: -110px;
  top: 30%;
  cursor: pointer;
  text-align: center;
  outline: none;
}
#home_widget_btn i {
  font-size: 16px;
  font-size: 1.14285714rem;
  text-shadow: 0px 0px 13px #000000;
}
#home_widget_btn i.fa-chevron-right {
  display: none;
}
#home_widget_btn.btn_open i.fa-chevron-left {
  display: none;
}
#home_widget_btn.btn_open i.fa-chevron-right {
  display: inline-block;
}
a#home_widget_btn:hover {
  opacity: 0.9;
}
/*Video Background
-----------------------------------*/
#video_bck {
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
#video_wrapper {
  /*height: 100%!important;*/
  width: 100%!important;
}
/*
==========================================
Sidebar
========================================== 
*/
#sidebar {
  display: inline;
  position: relative;
  padding-right: 5px;
}
.left #sidebar {
  float: left;
}
#sidebar .widget {
  margin-bottom: 40px;
  position: relative;
}
.left #sidebar .widget {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 25px;
}
#sidebar #sidebar_mid div.bt {
  height: 1px;
}
#sidebar .widget h4 {
  font-weight: normal;
  color: #fff;
  font-size: 19px;
}
#sidebar .widget ul,
#sidebar .widget ol {
  margin-left: 0px;
  overflow: hidden;
  margin-bottom: 0;
}
#sidebar .widget .pagenav,
#sidebar .widget .linkcat {
  list-style: none;
}
#sidebar .widget ul li {
  list-style: none;
  border-bottom: #494949 1px solid;
}
#sidebar .widget ul li ul li:last-child {
  border-bottom: none;
}
#sidebar .widget ul li a {
  padding: 7px 7px 7px 18px;
  display: block;
  position: relative;
}
#sidebar .widget ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
#sidebar .widget ul li > a:before {
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  vertical-align: baseline;
  content: "\f054";
  left: 0;
  top: 31%;
  font-size: 1em;
  color: #7D7D7C;
}
#sidebar .widget ul li ul {
  margin-left: 30px;
  margin-bottom: 0;
  margin-top: 0!important;
}
#sidebar .widget ul li ul,
#sidebar .widget ul li ul li ul {
  display: none;
}
#sidebar .hasChildren i {
  float: right;
  margin-top: 3px;
  font-size: 1.16666666666667em;
}
/*
Twitter Widget
--------------------------------
*/
#sidebar .twitter_widget ul li {
  background: url(images/twitter_side_icon.png) no-repeat 0 center;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 5px 0px 5px  28px;
  border: none;
}
#sidebar .twitter_widget ul li:last-child {
  margin-bottom: 0px;
}
#sidebar .twitter_widget ul li a {
  display: inline;
  background: none!important;
  padding: 0!important;
}
#sidebar .ad_125 {
  width: 265px;
}
#sidebar .ad_125 h4 {
  margin-bottom: 17px;
}
#sidebar .ad_125 a {
  margin: 3px 3px;
  display: inline-block;
}
#sidebar .ad_125 a:hover img {
  opacity: 0.8;
}
/*
Recent Comments Widget
--------------------------------
*/
#sidebar .widget_recent_comments ul#recentcomments {
  margin-top: 17px;
}
#sidebar .widget_recent_comments ul li {
  padding-left: 28px;
  margin-bottom: 10px;
  border: none;
  color: #777777;
  position: relative;
}
#sidebar .widget_recent_comments ul li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  color: #7D7D7C;
  font-size: 1.16666666666667em;
}
#sidebar .widget_recent_comments ul li i {
  position: absolute;
  color: #000000;
  left: 0;
  top: 20%;
  font-size: 1.45454545454545em;
}
#sidebar .widget_recent_comments ul li a {
  display: inline;
  background: none;
  padding: 0;
}
#sidebar .widget_recent_comments ul li a:before {
  display: none!important;
}
#sidebar .widget_recent_comments ul li a:hover {
  color: #000000;
  background: none;
}
#sidebar .widget_tag ul.wp-tag-cloud {
  margin-top: 20px;
}
#sidebar .widget_tag ul li {
  background: url(images/tag_bck.png) left -30px no-repeat;
  height: 24px;
  padding-left: 22px;
  display: inline-block;
  margin: 0 5px 5px 0;
  float: left;
  border: none;
}
#sidebar .widget_tag ul li a:before {
  display: none;
}
#sidebar .widget_tag ul li a {
  background: url(images/tag_bck.png) right 0 no-repeat;
  height: 24px;
  display: inline-block;
  padding: 0 10px 0 5px;
  line-height: 22px;
  color: #afafaf;
  text-shadow: 0 1px 0 #171717;
  font-size: 12px!important;
}
#sidebar .widget_tag ul li a:hover {
  color: #d8d8d8;
  text-decoration: none;
}
#sidebar .widget_tag ul li a:active {
  color: #000;
  text-shadow: 0 1px 0 #4f4f4f;
}
#sidebar .rss_tw_btn a.suscribe_btn {
  background: url(images/suscribe_btn.png) no-repeat;
  display: block;
  width: 122px;
  height: 32px;
  float: left;
  margin-right: 30px;
}
#sidebar .rss_tw_btn a.twitter_btn {
  background: url(images/twitter_btn.png) no-repeat;
  display: block;
  width: 122px;
  height: 32px;
  float: left;
}
#sidebar .rss_tw_btn a:hover {
  opacity: 0.9;
}
#sidebar .widget_search {
  position: relative;
  height: 32px;
}
#sidebar #searchform {
  position: relative;
}
#sidebar #s {
  background: #3D3C3C;
  border: none;
  width: 100%;
  height: 30px;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  color: #858585;
  position: absolute;
  font-size: 1em;
}
#sidebar #s:focus {
  background: #333333;
  box-shadow: none;
}
#sidebar #searchsubmit {
  background: #3d3c3c;
  border: none;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  right: 0px;
  cursor: pointer;
  line-height: 0;
  position: absolute;
}
.widget_search i {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 4px;
  top: 8px;
  cursor: pointer;
  font-size: 1.16666666666667em;
  color: #777777;
  z-index: 1;
}
.rss_tw_btn a.suscribe_btn {
  background: url(images/suscribe_btn.png) no-repeat;
  display: block;
  width: 122px;
  height: 32px;
  float: left;
  margin-right: 30px;
}
.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;
}
/*===========================================================================*/
/*Single Post																 */
/*===========================================================================*/
.share-widget {
  background-color: #f5f6ef;
  border: #d5d8c4 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px ;
  margin: 30px 0;
}
.share-widget h5 {
  color: #5b5b5b;
  float: left;
  font-size: 17px;
  font-weight: bold;
  margin: 22px 15px 15px;
}
.share-widget ul {
  float: right;
  margin: 15px 10px 10px;
}
.share-widget ul li {
  display: inline;
  list-style: none outside none;
  margin: 5px 10px;
}
.widget_about_author {
  margin-bottom: 30px;
}
.widget_about_author .author_box {
  background-color: #f8f7f7;
  border: #c5c5c5 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px ;
  margin: 0;
  padding: 25px;
}
.widget_about_author .author_box h5 a {
  font-size: 16px;
}
.widget_about_author .author_img {
  float: left;
  margin-right: 15px;
}
.widget_about_author .author_img img {
  background: #fff;
  padding: 4px;
  border: #c5c5c5 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px ;
}
.widget_about_author .author_info {
  display: inline;
  width: 470px;
  margin-left: 20px;
}
.related-post-widget .related_post {
  width: 171px;
  float: left;
  display: inline;
  margin-right: 50px;
}
.related-post-widget .post_last {
  margin-right: 0px;
}
.related-post-widget .related_post a {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.related-post-widget .related_post a span {
  position: absolute;
  display: block;
  background: url(images/related_post_frame.png) no-repeat;
  height: 129px;
  width: 171px;
}
.related-post-widget .related_post a img {
  position: relative;
  top: 6px;
  left: 6px;
}
.related-post-widget .related_post a:hover img {
  opacity: 0.8;
}
.related-post-widget .related_post h6 a {
  font-size: 13px;
  font-weight: normal;
}
/*
==========================================
Footer
========================================== 
*/
#footer {
  margin-top: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}
footer h4 {
  color: #fff;
  text-shadow: 0 1px 0 #000;
}
footer ul,
footer ol {
  list-style: none;
  margin-left: 0;
}
footer ul li,
footer ol li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
footer ul li a,
footer ol li a {
  display: block;
  padding: 5px 0;
  color: #e0e0e0;
}
footer ul li a:hover,
footer ol li a:hover {
  color: #C4C4C4;
}
footer .widget ul li:first-child {
  border-top: none;
}
footer .widget ul li ul li:last-child {
  border: none;
}
footer .widget ul li ul {
  margin-left: 30px;
  margin-bottom: 0;
  margin-top: 0!important;
}
footer .widget ul li ul,
#sidebar .widget ul li ul li ul {
  display: none;
}
footer .hasChildren span {
  float: right;
  background: url(images/sidebar_menu_arrow.png) no-repeat !important;
  width: 7px!important;
  height: 7px!important;
  margin-top: 5px;
}
footer ul li,
footer ol li,
footer p {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
footer a {
  color: #e0e0e0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
footer a:hover {
  color: #C4C4C4;
}
/*-----------Category Widget-----------------*/
.cat-item a {
  display: inline-block;
}
/*-----------Recent Posts Widget-----------------*/
footer .widget_recent_posts ul li {
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  padding-bottom: 5px;
}
footer .widget_recent_posts ul li .recent-post-img {
  position: relative;
  float: left;
  margin-right: 10px;
}
footer .widget_recent_posts ul li .recent-post-img a {
  display: block;
}
footer .widget_recent_posts ul li .recent-post-img span {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  top: 6px;
  left: 1px;
}
footer .widget_recent_posts ul li .recent-post-img img {
  border: #000 1px solid;
}
footer .widget_recent_posts ul li h6 {
  font-size: 11px!important;
  font-weight: normal;
  line-height: 12px;
}
footer .widget_recent_posts ul li h6 a {
  font-size: 11px!important;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
footer .widget_recent_posts ul li h6 a:hover {
  text-decoration: none;
  color: #d7d7d7;
}
footer .widget_recent_posts ul li time {
  font-size: 11px;
  color: #e0e0e0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
footer .widget_popular_posts ul li {
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  padding-bottom: 5px;
}
footer .widget_popular_posts ul li .recent-post-img {
  position: relative;
  float: left;
  margin-right: 10px;
  height: 50px;
  margin-top: 5px;
}
footer .widget_popular_posts ul li .recent-post-img a {
  display: block;
  height: 50px;
}
footer .widget_popular_posts ul li .recent-post-img span {
  background: url(images/img_recent_post_frame.png) no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  top: 6px;
  left: 1px;
}
footer .widget_popular_posts ul li .recent-post-img img {
  border: #000 1px solid;
}
footer .widget_popular_posts ul li h6 {
  font-size: 11px!important;
  font-weight: normal;
  line-height: 12px;
}
footer .widget_popular_posts ul li h6 a {
  font-size: 11px!important;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
footer .widget_popular_posts ul li h6 a:hover {
  text-decoration: none;
  color: #d7d7d7;
}
footer .widget_popular_posts ul li time {
  font-size: 11px;
  color: #e0e0e0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
/*-----------Testimonials Widget-----------------*/
footer .widget_testimonials ul li {
  display: block;
}
footer .widget_testimonials ul li cite {
  color: #919090;
  background: url(images/cite_testimonial.png) no-repeat;
  background-position: 0 1px;
  padding-left: 25px;
  margin-top: 0.6em;
  display: block;
}
footer .widget_testimonials ul li cite a {
  color: #919090;
}
footer .widget_testimonials .testimonials_nav {
  float: right;
  position: relative;
}
footer .widget_testimonials .testimonials_nav a {
  background: url(images/footer_icons.png) no-repeat;
  width: 21px;
  height: 21px;
  display: block;
  text-indent: -9999px;
  float: left;
  margin-left: 10px;
}
footer .widget_testimonials .testimonials_nav a.prev {
  background-position: 0 -33px;
}
footer .widget_testimonials .testimonials_nav a.next {
  background-position: 0 -64px;
}
/*-----------Twitter Widget-----------------*/
footer .twitter_widget .twitter li {
  background: url(images/footer_twitter_icon.png) no-repeat;
  background-position: 0 center;
  padding-left: 27px;
}
/*-----------Contact Info Widget-----------------*/
.contact_info .contact_info li {
  padding: 4px 0 4px 25px;
}
.contact_info .contact_info li.address {
  background: url(images/address_icon.png) no-repeat 0 center;
}
.contact_info .contact_info li.phone {
  background: url(images/phone_icon.png) no-repeat 0 center;
}
.contact_info .contact_info li.email {
  background: url(images/email_icon.png) no-repeat 0 center;
}
/*-----------Social Widget-----------------*/
footer .social a {
  margin: 7px 7px 7px 0;
}
/*Quick Contact													*/
/*--------------------------------------------------------------*/
footer .quick_contact .form {
  position: relative;
}
footer .quick_contact .form input {
  width: 90%;
  height: 30px;
  border: none;
  outline: none;
  line-height: 30px;
  padding: 0 10px;
  margin: 5px 0;
  font-size: 12px;
  background: #272727;
  color: #858585;
}
footer .quick_contact .form input:focus {
  background: #333333;
}
footer .quick_contact .form input#quick_name {
  margin-top: 0;
}
footer .quick_contact .form .error {
  border-bottom: #F00 2px solid;
}
footer .quick_contact .form span {
  top: 5px;
  position: absolute;
  left: 15px;
  color: #898888;
}
footer .quick_contact .form span.email-span {
  top: 45px;
}
footer .quick_contact .form textarea {
  height: 91px;
  width: 90%;
  border: none;
  outline: none;
  padding: 10px;
  margin: 5px 0;
  font-size: 12px;
  overflow: auto;
  background: #272727;
  color: #858585;
}
footer .quick_contact .form textarea:focus {
  background: #333333;
}
footer .quick_contact .form input.send {
  background: none repeat scroll 0 0 #3D3C3C;
  box-shadow: none;
  color: #858585;
  cursor: pointer;
  display: block;
  float: right;
  height: 24px;
  margin: 0;
  width: 72px;
}
footer .name-error,
footer .email-error,
footer .comments-error {
  display: none;
  position: absolute;
  left: 175px;
}
footer .name-error {
  top: 5px;
}
footer .email-error {
  top: 45px;
}
footer .comments-error {
  top: 94px;
}
footer .mesage {
  color: #fff;
  text-shadow: 0 1px 0 #000000;
}
#sub_footer {
  background: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.6);
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}
#sub_footer a#up_btn {
  background: url(images/up_btn.png) no-repeat;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -23px;
  left: 48%;
}
#sub_footer p {
  font-size: 11px;
  text-shadow: 0 1px 0 #fff;
  padding: 15px 20px;
  margin-bottom: 0;
}
/*
==========================================
Bottom Footer
========================================== 
*/
#b_footer {
  background: url(images/b_footer_bck.png) repeat;
  width: 100%;
  height: 2.5em;
  line-height: 2.5em;
  position: fixed;
  bottom: 0;
  z-index: 99;
}
#b_footer p {
  line-height: 3.18181818181818em;
  height: 3.18181818181818em;
  bottom: 0;
  margin: 0;
  margin-left: 10px;
  font-size: 11px;
  color: #4f4f4f;
  float: left;
}
#b_footer p span {
  display: inline-block;
}
#b_footer a#bf_facebook {
  background: url(images/bf_social.png) 0px -22px no-repeat;
  display: inline-block;
  width: 54px;
  height: 30px;
  float: left;
  margin-left: 10px;
}
#b_footer a#bf_facebook:hover {
  background-position: 0 8px;
}
#b_footer a#bf_twitter {
  background: url(images/bf_social.png) -117px -22px no-repeat;
  display: inline-block;
  width: 62px;
  height: 30px;
  float: left;
  margin-left: 10px;
}
#b_footer a#bf_twitter:hover {
  background-position: -117px 8px;
}
#b_footer a#bf_youtube {
  background: url(images/bf_social.png) -65px -22px no-repeat;
  display: inline-block;
  width: 43px;
  height: 30px;
  float: left;
  margin-left: 10px;
}
#b_footer a#bf_youtube:hover {
  background-position: -65px 8px;
}
/*
Social Nav
---------------------------------------*/
.nav_social {
  float: left;
  position: static;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 15px;
}
.nav_social li {
  width: 35px;
  height: 35px;
  margin: 0 6px 6px 0;
  float: left;
  position: static;
}
.no-js .nav_social li {
  opacity: 1;
}
.nav_social li a {
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  font-size: 1.14285714rem;
  font-weight: normal;
  color: #777777;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0!important;
  position: static;
  z-index: 5;
  left: 1px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms 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: #1CAFEC;
}
.nav_social li.n_skype a:hover {
  background-color: #00AFF0;
}
.nav_social li.n_google a:hover {
  background-color: #DD4B39;
}
.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;
}
/*
Slider Navigation
---------------------------------------*/
#navigation {
  width: 160px;
  height: 2.5em;
  line-height: 2.5em;
  bottom: 0;
  margin: 0 auto;
  position: absolute;
  left: 47%;
}
.page-template-home-page-php #navigation {
  z-index: 0;
}
#navigation a {
  width: 2.14285714285714em;
  height: 2.5em;
  line-height: 2.5em;
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  font-size: 14px;
  font-size: 1rem;
}
#navigation a i {
  color: #ffffff;
  font-size: 14px;
  font-size: 1rem;
}
#navigation a i.fa-play {
  display: none;
}
#navigation a.pause i.fa-pause {
  display: none;
}
#navigation a.pause i.fa-play {
  display: inline-block;
}
#jquery_jplayer_1 {
  width: 0;
  height: 0;
  display: none;
}
#jp_interface_1 {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  bottom: 0;
  margin: 0;
  position: absolute;
  right: 0;
  display: none;
}
#jp_interface_1 a {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 1rem;
}
#jp_interface_1 a i {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.28571429rem;
}
/*
==========================================
Blog & Pages
========================================== 
*/
#main {
  position: relative;
  z-index: 2;
  top: 0px;
  padding-top: 20px;
  left: 3%;
}
#content {
  position: relative;
  padding-left: 5px;
}
#content.col-md-12 {
  padding-left: 15px;
}
#content .post {
  margin-bottom: 40px;
  border-bottom: #2f2e2c 1px solid;
  padding-bottom: 10px;
}
#content .post_title,
#content .post_title a {
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.71428571rem;
}
#content .post_img {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}
#content .post_img img {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><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>#greyscale");
}
#content .post_img:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
#content a.post_img span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#content a.post_img span img {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
}
/*
#content a.post_img:hover span{
	position:absolute;
	display:block;
	width:440px;
	height:200px;
	top:0;
	left:0;
}
*/
/*Meta data for Posts													*/
/*----------------------------------------------------------------------*/
.img_post {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
#content .img_post img {
  max-width: 100%;
  height: auto;
}
.img_post .meta_date {
  font-size: 11px;
  color: #a3a2a2;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px 8px;
}
.img_post .meta_date i {
  font-size: 14px;
  font-size: 1rem;
  margin-right: 10px;
}
.img_post .meta_date time {
  display: inline-block;
  font-size: 10px;
  color: #a3a2a2;
}
.img_post .meta_date span {
  height: 20px!important;
  width: 15px!important;
  display: block!important;
  margin: 0 7px;
  left: 0;
  float: left;
}
.img_post .meta_comments {
  font-size: 11px;
  color: #a3a2a2;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 8px;
}
.img_post .meta_comments i {
  font-size: 14px;
  font-size: 1rem;
  margin-left: 10px;
}
.img_post .meta_comments a {
  display: inline-block;
  font-size: 10px;
  color: #a3a2a2;
}
#content .metadata {
  margin: 5px 0 10px 0px;
  height: 34px;
  max-height: 34px;
  overflow: hidden;
  border-bottom: #494949 1px solid;
}
#content .metadata ul {
  margin: 0;
}
#content .metadata ul li {
  background: url(images/metadata_icons.png) no-repeat;
  list-style: none;
  float: left;
  padding-left: 22px;
  color: #8f8f8f;
  font-size: 11px;
  height: 17px;
  margin: 8px 0;
  line-height: 17px;
}
#content .metadata ul li.date {
  background-position: 0 0;
}
#content .metadata ul li.author {
  background-position: -150px 0;
  margin-left: 15px;
}
#content .metadata ul li.category {
  background-position: -270px 0;
  margin-left: 15px;
}
#content .metadata ul li.comments {
  background-position: -485px 0;
  float: right;
  margin-right: 8px;
}
/*Read More Btn															*/
/*----------------------------------------------------------------------*/
a.more-link {
  display: inline-block;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  margin-top: 10px;
  line-height: 20px;
  background: #212121;
  padding: 5px 7px;
  overflow: hidden;
  position: relative;
  width: 25px;
  height: 25px;
  left: 47%;
}
a.more-link:hover {
  color: #d8d8d8;
  text-decoration: none;
}
a.more-link:active {
  color: #000;
  text-decoration: none;
  text-shadow: 0 1px 0 #393939;
}
a.more-link b {
  position: absolute;
  left: -78px;
}
a.more-link i {
  text-align: center;
  font-size: 14px;
  font-size: 1rem;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 4px;
  top: 8px;
}
/*Fancy Tags for posts													*/
/*----------------------------------------------------------------------*/
ul.fancy_tags {
  margin-top: 15px;
  margin-left: 0;
}
ul.fancy_tags li {
  background: url(images/tag_bck.png) left -30px no-repeat;
  height: 24px;
  padding-left: 22px;
  display: inline-block;
  margin: 0 5px 5px 0;
  float: left;
}
ul.fancy_tags li a {
  background: url(images/tag_bck.png) right 0 no-repeat;
  height: 24px;
  display: inline-block;
  padding: 0 10px 0 5px;
  line-height: 22px;
  color: #afafaf;
  text-shadow: 0 1px 0 #171717;
  font-size: 12px!important;
}
ul.fancy_tags li a:hover {
  color: #d8d8d8;
  text-decoration: none;
}
/*
==========================================
Supersized
========================================== 
*/
.supersized_container {
  position: relative;
}
#supersized li {
  position: absolute;
}
#supersized img {
  max-width: none;
}
#controls {
  position: absolute;
  right: 1.53846153846154em;
  bottom: 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: 36px;
  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: 1.07692307692308em;
  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;
}
#slide-list {
  padding: 9px 0;
  float: right;
  position: absolute;
  left: 20px;
  bottom: 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: 36px;
  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: 1.07692307692308em;
  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;
}
#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;
}
/* Ken Burns Effect for Background Image								*/
/*----------------------------------------------------------------------*/
#supersized.ql_kenburns li img {
  -webkit-animation: kenburns 12s linear infinite alternate;
  -o-animation: kenburns 12s linear infinite alternate;
  animation: kenburns 12s linear infinite alternate;
}
@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes kenburns {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-o-keyframes kenburns {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
#supersized.ql_kenburns li:nth-child(1) img {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
#supersized.ql_kenburns li:nth-child(2) img {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
#supersized.ql_kenburns li:nth-child(3) img {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
#supersized.ql_kenburns li:nth-child(4) img {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
#supersized.ql_kenburns li:nth-child(5) img {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
#supersized.ql_kenburns li:nth-child(6) img {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
#supersized.ql_kenburns li:nth-child(7) img {
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
#supersized.ql_kenburns li:nth-child(8) img {
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
#supersized.ql_kenburns li:nth-child(9) img {
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
#supersized.ql_kenburns li:nth-child(10) img {
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
#supersized.ql_kenburns li:nth-child(11) img {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
#supersized.ql_kenburns li:nth-child(12) img {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
#supersized.ql_kenburns li:nth-child(13) img {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
#supersized.ql_kenburns li:nth-child(14) img {
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
#supersized.ql_kenburns li:nth-child(15) img {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
/*
==========================================
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: 60px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 3px;
}
#comments .comment-author div.inner-gravatar div {
  width: 60px;
  height: 60px;
  z-index: 10;
  position: absolute;
  border-radius: 3px;
}
#comments .comment-author img {
  z-index: 5;
}
#comments .comment-author cite {
  font-weight: bold;
  margin-top: 4px;
  font-size: 0.92307692307692em;
  display: block;
}
#comments .comment-author cite,
#comments .comment-author cite a {
  color: #ffffff;
  font-weight: normal;
}
#comments .comment-author .comment-meta a {
  color: #aeaeae;
  font-size: 11px;
}
ol.commentlist li .comment-entry {
  margin: 0;
  position: relative;
  border-radius: 3px;
  background-color: #333333;
}
ol.commentlist .bypostauthor .comment-entry {
  border-color: #000000;
}
ol.commentlist li .comment-entry div.inner-comment {
  padding: 1.42857142857143em;
}
ol.commentlist li .comment-entry div.inner-comment p {
  margin-bottom: 0;
}
.ie8 ol.commentlist li .comment-entry,
.ie7 ol.commentlist li .comment-entry {
  float: right;
  border: #cacaca 1px solid;
  margin: 0;
  background-color: #f3f3f3;
  /* for non-css3 browsers */
  position: relative;
}
ol.commentlist .comment-entry span.arrow_comment {
  /*background:url(images/comment_arrow.png) no-repeat;*/
  display: block;
  position: absolute;
  width: 31px;
  height: 28px;
  top: 17px;
  left: -22px;
}
.ie7 ol.commentlist .comment-entry span.arrow_comment,
.ie8 ol.commentlist .comment-entry span.arrow_comment {
  background: none;
}
.comment-meta {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 11px;
  color: #c3c3c3;
}
.comment-meta a {
  font-size: 11px;
  color: #c3c3c3;
}
.comment-meta a:hover {
  text-decoration: underline;
}
.reply {
  float: right;
  clear: right;
}
.comment-reply-link {
  width: 54px;
  height: 23px;
  display: block;
  color: #777777;
  font-size: 11px;
  text-align: center;
  margin: 10px 0;
  line-height: 20px;
}
.comment-reply-link:hover {
  text-decoration: underline;
}
#comments ul.children {
  margin-left: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
}
/*===========================================================================*/
/*Comments	Form															 */
/*===========================================================================*/
#respond h4 {
  margin-bottom: 1em;
}
#respond .input-wrap {
  margin: 0px 15px 10px 0;
  display: inline-block;
  width: 46%;
}
#respond .input-wrap.textarea {
  float: none;
  width: 97%;
}
#respond .controls-wrap {
  position: relative;
}
#respond input {
  padding-left: 2.30769230769231em;
  width: 100%;
  background-color: #333333;
  border: 1px solid transparent;
  color: #ffffff;
}
#respond input:focus {
  border-color: #777777;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#respond .input label {
  margin-bottom: 5px;
  display: block;
}
#respond textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 1.42857142857143em;
  background-color: #333333;
  border: 1px solid transparent;
  color: #ffffff;
}
#respond textarea:focus {
  border-color: #777777;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#respond .controls-wrap i {
  position: absolute;
  left: 0.71428571428571em;
  top: 0.71428571428571em;
  color: #c4c4c4;
}
#respond .form-actions {
  background-color: transparent;
  border: none;
  padding: 0;
}
#respond #submit-respond {
  outline: none;
  width: auto;
  padding-left: 12px;
  background-color: #333333;
  border-radius: 0;
  font-size: 0.85714285714286em;
  font-weight: bold;
  -webkit-transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  -o-transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  -webkit-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  position: relative;
  overflow: hidden;
}
#respond #submit-respond:hover {
  background-color: #000000;
  color: #ffffff;
}
/*
==========================================
Portfolio
========================================== 
*/
.page-template-portfolio-3columns-php header,
.page-template-portfolio-2columns-php header,
.page-template-portfolio-4columns-php header,
.page-template-portfolio-1column-php header {
  margin-bottom: 0;
}
.portfolio_page h2 {
  margin-bottom: 25px;
}
ul.source {
  margin-bottom: 15px;
  height: 21px;
  margin-left: 0;
}
ul.source li {
  display: inline;
  margin-right: 15px;
  height: 21px;
  position: relative;
  float: left;
  margin-bottom: 15px;
}
ul.source li a {
  background: #3b3a3a;
  height: 21px;
  padding: 0px 7px;
  font-size: 11px;
  display: block;
  line-height: 20px;
  color: #7a7a7a;
  text-shadow: 0 1px 0 #000;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
ul.source li a:hover {
  color: #d8d8d8;
  text-decoration: none;
}
ul.source li.active a {
  color: #000;
  text-decoration: none;
  text-shadow: 0 1px 0 #4f4f4f;
}
ul.portfolio_items {
  display: block;
  letter-spacing: -4px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  word-spacing: -4px;
}
ul.portfolio_items h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
}
ul.portfolio_items li {
  list-style: none;
  display: inline-block;
  letter-spacing: normal;
  padding: 0;
  position: relative;
  vertical-align: top;
  word-spacing: normal;
}
ul.portfolio_items li .portfolio_img_wrap {
  position: relative;
}
ul.portfolio_items li a.portfolio_img {
  position: relative;
  clear: both;
  z-index: 1;
}
ul.portfolio_items li a.portfolio_img img {
  max-width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><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>#greyscale");
}
ul.portfolio_items li a.portfolio_img:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
ul.portfolio_items .portfolio_icon {
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 0;
  width: 30px;
  z-index: 2;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.portfolio_img:hover .portfolio_icon {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.shadow_portfolio {
  float: left;
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
#content .portfolio_items a.more-link {
  padding: 2px 7px;
}
/*
#content .portfolio_items a.more-link:hover{
	color:#656565;
	text-decoration:none;
}
*/
.twitter_btn_single {
  height: 24px;
  float: right;
}
#content .portfolio_items .portfolio_info p {
  color: #AAAAAA;
}
ul.portfolio_items {
  display: block;
  letter-spacing: -4px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  word-spacing: -4px;
}
ul.portfolio_items li {
  list-style: none;
  display: inline-block;
  letter-spacing: normal;
  padding: 0;
  position: relative;
  vertical-align: top;
  word-spacing: normal;
  float: none!important;
}
ul.portfolio_items li .portfolio_img_wrap {
  position: relative;
}
ul.portfolio_items li a.portfolio_img {
  position: relative;
  clear: both;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
}
ul.portfolio_items li .portfolio_img span {
  position: absolute;
  display: none;
  z-index: 10;
  top: 0px;
  left: 0px;
}
ul.portfolio_items li a.portfolio_img img {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
/*
#content .portfolio_items a.more-link:hover{
	color:#656565;
	text-decoration:none;
}
*/
#content .portfolio_items .portfolio_info p {
  color: #AAAAAA;
}
/*1 Column-------------------------------------------------------*/
ul.portfolio1 li {
  margin-bottom: 50px;
  width: 100%;
}
ul.portfolio1 li a.portfolio_img img {
  max-width: 818px;
}
/*2 Columns-------------------------------------------------------*/
ul.portfolio2 li {
  margin-bottom: 30px;
  width: 47%;
  margin-right: 3%;
}
ul.portfolio2 li a.portfolio_img img {
  max-width: 384px;
}
ul.portfolio2 .portfolio_info h2 {
  font-size: 23px;
  font-size: 1.64285714rem;
}
/*3 Columns-------------------------------------------------------*/
ul.portfolio3 li {
  margin-bottom: 30px;
  width: 31%;
  margin-right: 2%;
}
ul.portfolio3 li a.portfolio_img img {
  max-width: 253px;
}
ul.portfolio3 .portfolio_info h2 {
  font-size: 20px;
  font-size: 1.42857143rem;
}
/*4 Columns-------------------------------------------------------*/
ul.portfolio4 li {
  margin-bottom: 20px;
  width: 22%;
  margin-right: 3%;
}
ul.portfolio4 li a.portfolio_img img {
  max-width: 180px;
}
ul.portfolio4 .portfolio_info h2 {
  font-size: 18px;
  font-size: 1.28571429rem;
}
ul.portfolio4 a.more-link {
  left: 39%;
}
.portfolio_multiple_images {
  margin: 10px 0;
}
.portfolio_multiple_images .owl-item > div {
  margin-right: 10px;
}
/*===========================================================================*/
/*Fullscreen Gallery														*/
/*===========================================================================*/
.page-template-gallery-fullscreen-php #main {
  display: none;
}
/*
==========================================
Galleria
========================================== 
*/
.galleria-lightbox-title,
.galleria-lightbox-counter {
  text-shadow: none;
}
/*
==========================================
Rotating
========================================== 
*/
#rotating_wrap {
  background: #000;
  position: absolute;
  width: 100%;
  left: 0;
  top: 12%;
  z-index: 0;
  padding-top: 30px;
}
/*
==========================================
ImageFlow
========================================== 
*/
#imageflow_wrap {
  width: 100%;
  left: 0;
  float: left;
  z-index: 0;
  position: absolute;
}
#imageflow_pre {
  position: relative;
}
/*
==========================================
WordPress Default
========================================== 
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
  border-top: 3px solid #777777;
  border-bottom: 3px solid #777777 !important;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.password_p {
  margin-bottom: 40px;
}
.password_p input {
  background: #272727;
  border: none;
  width: 210px;
  height: 30px;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  color: #858585;
}
.password_p input:focus {
  background: #333333;
}
.password_p input[type="submit"] {
  display: inline-block;
  color: #7a7a7a;
  text-shadow: 0 1px 0 #000;
  margin-top: 0px;
  font-size: 13px;
  line-height: 20px;
  background: #3b3a3a;
  padding: 5px 7px;
  width: 70px;
}
/*
==========================================
Global Styles
========================================== 
*/
img {
  max-width: 100%;
}
.box_b {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  /*padding: 5px;*/
  margin-bottom: 0.6em;
  border: 4px solid #fff!important;
}
.cool_divider {
  background: url(images/line_divider.png) bottom repeat-x;
  padding-bottom: 3px;
  border: none;
  margin: 2em 0;
}
.in_shadow {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3) inset;
}
.preloader {
  background: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 30;
  top: 0;
  left: 0;
  -webkit-transition: all 900ms ease-in-out;
  -o-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
  text-align: center;
}
.preloader i {
  font-size: 28px;
  position: absolute;
  left: 50%;
  top: 300px;
}
.background_1 {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}
.background_2 {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}
/* Triangle Menus														*/
/*----------------------------------------------------------------------*/
.css-triangle-left {
  top: 0;
  left: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid rgba(0, 0, 0, 0.7);
  border-right: 111px solid transparent;
}
.css-triangle-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid rgba(0, 0, 0, 0.7);
  border-left: 111px solid transparent;
}
/* 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: #333333;
  border-radius: 0;
  font-size: 0.85714285714286em;
  font-weight: bold;
  -webkit-transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  -o-transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  -webkit-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  position: relative;
  overflow: hidden;
}
.btn-ql:hover {
  background-color: #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;
  -o-animation: btn_in 300ms ease-in-out;
  animation: btn_in 300ms ease-in-out;
}
.btn-ql > span {
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
/*For special occacions */
.btn-ql > b.ql_sec_icon {
  font-size: 1.16666666666667em;
  font-weight: normal;
  position: absolute;
  left: 43%;
  top: 0.57142857142857em;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-ql.ql_show_sec > b.ql_sec_icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-ql.ql_show_sec > span,
.btn-ql.ql_show_sec > i {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Set the hover state */
/* An easy hover state is just to move the gradient up a small amount. Add other embellishments as you see fit. */
.btn-ql:hover > span {
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-ql:hover > i {
  top: 0.71428571428571em;
  -webkit-animation: btn_out 300ms ease-in-out;
  -o-animation: btn_out 300ms ease-in-out;
  animation: btn_out 300ms ease-in-out;
}
/*
Show the icon
*/
@-webkit-keyframes btn_out {
  0% {
    top: -2em;
  }
  100% {
    top: 0.71428571428571em;
  }
}
@-moz-keyframes btn_out {
  0% {
    top: -2em;
  }
  100% {
    top: 0.71428571428571em;
  }
}
@-o-keyframes btn_out {
  0% {
    top: -2em;
  }
  100% {
    top: 0.71428571428571em;
  }
}
@keyframes btn_out {
  0% {
    top: -2em;
  }
  100% {
    top: 0.71428571428571em;
  }
}
/*
Hide the icon
*/
@-webkit-keyframes btn_in {
  0% {
    top: 0.71428571428571em;
  }
  100% {
    top: 4em;
  }
}
@-moz-keyframes btn_in {
  0% {
    top: 0.71428571428571em;
  }
  100% {
    top: 4em;
  }
}
@-o-keyframes btn_in {
  0% {
    top: 0.71428571428571em;
  }
  100% {
    top: 4em;
  }
}
@keyframes btn_in {
  0% {
    top: 0.71428571428571em;
  }
  100% {
    top: 4em;
  }
}
.btn-ql:active {
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*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;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-weight: bold;
  padding: 8px 15px;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
}
.simple_btn:hover {
  color: #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 #777777;
  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 #eeeeee;
  border-top: none;
  position: relative;
  margin: 20px 0;
  margin: 1.42857142857143rem 0;
  width: 6.15384615384615em;
  height: 1px;
  display: block;
  clear: both;
}
.ql_line_wrap {
  position: relative;
  height: 3px;
  display: block;
  margin: 30px 0 0 0;
  margin: 2.14285714285714rem 0 0 0;
}
.ql_line_full {
  border-bottom: 1px solid #eeeeee;
  border-top: none;
  position: absolute;
  left: -15px;
  right: -15px;
  bottom: 0;
  margin: 0;
  height: 1px;
  display: block;
  clear: both;
}
.section_title {
  margin-bottom: 1.53846153846154em;
}
/* 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: #777777;
  border-radius: 0!important;
  position: relative;
  padding-left: 35px;
  padding-right: 5.45454545454545em;
  outline: 0;
  margin-bottom: 0!important;
  color: #777777;
}
.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: #777777;
  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;
  -o-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);
  -o-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: #777777;
  border: none;
  color: #777777;
  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: #6a6a6a;
}
.ql_testimonial .flex-control-nav {
  display: none;
}
/*Pagination															*/
/*----------------------------------------------------------------------*/
.pagination_wrap {
  text-align: center;
}
.pagination {
  font-size: 12px;
  font-size: 0.85714286rem;
}
.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: #222222;
  color: #777777;
  float: left;
  line-height: 2.08333333333333em;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
.pagination li .current {
  background-color: #333333;
  color: #ffffff;
}
.pagination li a:hover {
  background-color: #333333;
  color: #ffffff;
  cursor: pointer;
}
/*Edit Button															*/
/*----------------------------------------------------------------------*/
a.post-edit-link {
  display: inline-block;
  color: #7a7a7a;
  text-shadow: 0 1px 0 #000;
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  background: #3b3a3a;
  padding: 2px 7px;
}
a.post-edit-link:hover {
  color: #d8d8d8;
  text-decoration: none;
}
a.post-edit-link:active {
  color: #000;
  text-decoration: none;
  text-shadow: 0 1px 0 #4f4f4f;
}
/*Hero Colors Classes													*/
/*----------------------------------------------------------------------*/
.hero_bck {
  background-color: #000000;
}
.hero_border {
  border-color: #000000;
}
.hero_color {
  color: #000000;
}
.contrast_bck {
  background-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;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ql_thumbnail_hover:hover > span {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.ql_thumbnail_hover > span > i {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #000000;
  font-size: 3em;
  position: relative;
  padding: 13px 16px;
  top: 45%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ql_thumbnail_hover:hover > span > i {
  opacity: 100;
  filter: alpha(opacity=10000);
}
/* Scrollbars webkit													*/
/*----------------------------------------------------------------------*/
/*
::-webkit-scrollbar {
    width: 11px;
}
::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb {
    border: 2px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    width: 4px;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}
*/
/* Font size using REMs													*/
/*----------------------------------------------------------------------*/
.ql_brand {
  margin-left: 10px;
}
/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
/* Inputs																*/
/*----------------------------------------------------------------------*/
input,
textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #eeeeee;
  vertical-align: middle;
  background-color: #333333;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-bottom: 0.71428571428571em;
}
input:focus,
textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #777777;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777777;
}
input[disabled],
textarea[disabled],
input[readonly],
textarea[readonly],
fieldset[disabled] input,
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #222222;
}
textareainput,
textareatextarea {
  height: auto;
}
textarea {
  min-height: 100px;
}
/*
==========================================
Responsive Styles
========================================== 
*/
/*
	// Extra Small Breakpoint
	// ------------------
	*/
@media (max-width: 767px) {
  /*
	Header
	========================================== 
	*/
  .filter_list > ul > li {
    float: left;
    margin-right: 1.53846153846154em;
  }
  .jqueryslidemen.nav li ul {
    position: relative!important;
  }
  #ql_navbar_collapse {
    overflow: visible!important;
  }
  .tinynav {
    display: block;
    color: #000000;
  }
  #hide_btn {
    left: 90%;
  }
  /*
	Content
	--------------------------------
	*/
  #main {
    left: 0;
  }
  .metadata ul li {
    float: left;
  }
  /*Comments Form---------------------------------------------------*/
  #respond .input-wrap {
    width: 46%;
  }
  /*
	Sidebar
	--------------------------------
	*/
  /*
	Portfolio
	========================================== 
	*/
  ul.portfolio_items li {
    width: 100%;
  }
  ul.portfolio_items li a.portfolio_img img {
    max-width: 100%!important;
  }
  /*
	Video Player
	========================================== 
	*/
  .format-video #post_video {
    height: 370px;
  }
  .filter_list > ul > li {
    float: left;
    margin-right: 1.53846153846154em;
  }
  /*Comments Form---------------------------------------------------*/
  #respond .input-wrap {
    width: 100%;
  }
  /*
	Footer
	--------------------------------
	*/
  /*
	Sidebar
	--------------------------------
	*/
  /*
	Audio Player
	========================================== 
	*/
  .AudioPlayerV1 {
    width: 359px!important;
  }
  .APV1_container {
    width: 162px!important;
  }
  /*
	Video Player
	========================================== 
	*/
  .format-video #post_video {
    height: 201px;
  }
}
/*
	// Small Breakpoint
	// ------------------
	*/
@media (min-width: 768px) and (max-width: 991px) {
  .tinynav {
    display: block;
    color: #000000;
  }
  #main {
    left: 0;
  }
  #jqueryslidemenu .nav > li {
    float: left;
    margin-right: 1.78571428571429em;
  }
  #jqueryslidemenu .nav > li > ul {
    position: absolute;
    z-index: 15;
  }
  #hide_btn {
    left: 93%;
  }
  .filter_list > ul > li {
    float: left;
    margin-right: 1.53846153846154em;
  }
  /*
	Content
	========================================== 
	*/
  .metadata ul li {
    float: left;
  }
  /*Comments Form---------------------------------------------------*/
  #respond .input-wrap {
    width: 46%;
  }
  /*
	Portfolio
	========================================== 
	*/
  ul.portfolio_items li {
    width: 47%;
  }
  ul.portfolio_items li a.portfolio_img img {
    max-width: 100%!important;
  }
  /*
	Video Player
	========================================== 
	*/
  .format-video #post_video {
    height: 232px;
  }
}
/*
	// Medium Breakpoint
	// ------------------
	*/
@media (min-width: 992px) and (max-width: 1199px) {
  #header {
    width: 19%;
  }
  .css-triangle-left {
    border-top: 35px solid rgba(0, 0, 0, 0.7);
    border-right: 92px solid transparent;
  }
  .css-triangle-right {
    border-top: 35px solid rgba(0, 0, 0, 0.7);
    border-left: 92px solid transparent;
  }
  /*
	Audio Player
	========================================== 
	*/
  .AudioPlayerV1 {
    width: 540px!important;
  }
  .APV1_container {
    width: 343px!important;
  }
  /*Comments Form---------------------------------------------------*/
  #respond .input-wrap {
    width: 47%;
  }
}
/*
	// Larga Breakpoint
	// ------------------
	*/
@media (min-width: 1200px) {
  #header {
    width: 19%;
  }
  /*
	Audio Player
	========================================== 
	*/
  .AudioPlayerV1 {
    width: 670px!important;
  }
  .APV1_container {
    width: 473px!important;
  }
  /*
	Video Player
	========================================== 
	*/
  .format-video #post_video {
    height: 376px;
  }
}
/*
==========================================
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;
  }
}
