/*
Theme Name: Fenix
Theme URI: http://www.eneaa.com
Description: A Premium WordPress Theme.
Version: 1.2.0
Author: Nico Andrade
Author URI: http://themeforest.net/user/eneaa
License: GNU General Public License
License URI: License.txt
Tags: fullscreen, black, two-columns, fixed-width, custom-header, custom-background, threaded-comments, custom-menu
*/
/*
==========================================
Theme Styles
========================================== 
*/
#wrap {
  position: relative;
  z-index: 2;
}
#header {
  padding: 10px 20px 10px 0;
  margin-bottom: 25px;
  position: fixed;
  z-index: 3;
  top: 5%;
  text-align: center;
}
#header h1 {
  background: url("images/bck_black.png") repeat;
  height: 200px;
  width: 200px;
  margin-bottom: 0;
  left: 15px;
  position: relative;
  /*line-height: 200px;*/
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: table-cell;
  vertical-align: middle;
}
#header h1 a {
  color: #fff;
  text-shadow: 0 0px 5px #000;
  font-size: inherit;
  font-weight: bold;
}
#header h1 a img {
  margin-top: 7px;
}
#home_widget {
  position: fixed;
  z-index: 100;
  right: -290px;
  top: 39%;
  width: 250px;
  background: url("images/bck_black.png") repeat;
  padding: 20px;
}
#home_widget_btn {
  background: url(images/controls_bck.png) no-repeat;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  z-index: 100;
  left: -34px;
  top: 30%;
  cursor: pointer;
}
#home_widget_btn:before {
  content: " ";
  background: url(images/home_widget_btn.png) 3px -12px no-repeat;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}
#home_widget_btn.btn_open:before {
  background-position: 3px -83px;
}
a#home_widget_btn:hover {
  opacity: 0.9;
}
#video_bck {
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
#video_wrapper {
  height: 100%!important;
  width: 100%!important;
}
.slide_caption {
  background: url("images/bck_black.png") repeat;
  width: 500px;
  position: fixed;
  bottom: 70px;
  right: 70px;
  padding: 20px;
  text-align: right;
}
.slide_caption h2 {
  font-size: 33px;
  font-weight: bold;
}
.slide_caption p {
  font-size: 15px;
}
/*
==========================================
Bottom Footer
========================================== 
*/
#controls {
  top: 0;
  width: 34px;
  height: 100%;
  position: fixed;
  right: 0;
  z-index: 99;
  padding-top: 0px;
}
.left_buttons {
  float: left;
}
.right_buttons {
  bottom: 0;
  position: absolute;
}
#controls p {
  line-height: 31px;
  height: 30px;
  bottom: 0;
  margin: 0;
  margin-left: 10px;
  position: absolute;
  left: 0;
  font-size: 11px;
  color: #4f4f4f;
}
#b_footer p span {
  float: left;
}
ul.control_btns {
  list-style: none;
  margin: 0;
}
ul.control_btns li {
  /*background: url(@main_bck) repeat;*/
  background: url(images/controls_bck.png) no-repeat;
  float: left;
  height: 35px;
  width: 35px;
  margin: 0;
  overflow: hidden;
  margin-top: 10px;
}
.right_buttons ul.control_btns li:last-child {
  margin-bottom: 0;
}
.left_buttons ul.control_btns li:first-child {
  margin-top: 0;
}
#controls a {
  background: url(images/controls.png) no-repeat;
  float: left;
  width: 35px;
  height: 32px;
  display: block;
  margin: 0;
  opacity: 0.8;
}
#controls a:hover {
  opacity: 1;
}
#controls #play-button {
  background-position: center -103px;
}
#controls #play-button:active {
  background-position: center -102px;
}
#controls #play-button.pause {
  background-position: center -127px;
}
#controls #play-button.pause:active {
  background-position: center -126px;
}
#controls #jp-play_pause {
  background-position: center -61px;
}
#controls #jp-play_pause:active {
  background-position: center -61px;
}
#controls #jp-play_pause.pause {
  background-position: center -82px;
}
#controls #jp-play_pause.pause:active {
  background-position: center -82px;
}
#controls #tray-button {
  background-position: center -37px;
}
#controls #tray-buttone:active {
  background-position: center -36px;
}
#controls #hide-button {
  background-position: center -13px;
}
#controls #hide-button:active {
  background-position: center -13px;
}
#controls #hide-button.pause {
  background-position: center 11px;
}
#controls #hide-button.pause:active {
  background-position: center 10px;
}
ul#slide-list {
  padding: 13px 0;
  float: left;
  position: fixed;
  right: 50px;
  top: 0;
  margin-left: 0;
}
ul#slide-list li {
  list-style: none;
  width: 14px;
  height: 14px;
  float: left;
  margin: 0 8px 0 0;
}
ul#slide-list li.current-slide a,
ul#slide-list li.current-slide a:hover {
  background-position: 0 0px;
}
ul#slide-list li a {
  display: block;
  width: 12px;
  height: 12px;
  background: url('images/slides_dots.png') no-repeat 0 -24px;
  text-indent: -9999px;
}
ul#slide-list li a:hover {
  background-position: 0 -12px;
  cursor: pointer;
}
/* Thumbnail Tray
	----------------------------*/
#thumb-tray {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 5%;
  background: url(images/black-Linen.png);
  height: 120px;
  width: 90%;
  overflow: hidden;
  text-align: center;
  -moz-box-shadow: 0px 0px 4px #000 inset, 0px 0px 1px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 0px 4px #000 inset, 0px 0px 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 4px #000 inset, 0px 0px 1px rgba(255, 255, 255, 0.3);
  border: 1px solid #000;
  margin-bottom: -3px;
  display: none;
}
#thumb-back,
#thumb-forward {
  position: absolute;
  z-index: 5;
  bottom: 42px;
  height: 108px;
  width: 40px;
}
#thumb-back {
  left: 0;
  background: url('images/thumb-back.png') no-repeat center center;
}
#thumb-forward {
  right: 0;
  background: url('images/thumb-forward.png') no-repeat center center;
}
#thumb-back:hover,
#thumb-forward:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}
#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 span {
  display: block;
  width: 130px;
  height: 90px;
  background: url(images/thumb_overlay.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
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;
}
#jquery_jplayer_1 {
  width: 0;
  height: 0;
  display: none;
}
#jp_interface_1 a {
  display: none;
}
.full_pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#supersized {
  margin-left: 0;
}
.page-template-gallery-fullscreen-php #main {
  display: none;
}
/*
==========================================
Footer
========================================== 
*/
#footer {
  padding: 20px;
  margin-top: 0px;
  overflow: hidden;
  border-top: 4px solid #FECC00;
  background: url("images/bck_black.png") repeat;
}
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;
}
.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;
  color: #a5a4a4;
  margin: 5px 0;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  background: #1a1a1a;
  /* for non-css3 browsers */
  background: rgba(0, 0, 0, 0.8);
  /* for webkit browsers */
}
footer .quick_contact .form input:focus {
  background: #3e3e3e;
  /* for non-css3 browsers */
}
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: 7px;
  position: absolute;
  left: 15px;
  color: #898888;
}
footer .quick_contact .form span.email-span {
  top: 47px;
}
footer .quick_contact .form textarea {
  height: 91px;
  width: 90%;
  border: none;
  outline: none;
  padding: 10px;
  margin: 5px 0;
  color: #a5a4a4;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  background: #1a1a1a;
  /* for non-css3 browsers */
  background: rgba(0, 0, 0, 0.8);
  /* for webkit browsers */
}
footer .quick_contact .form textarea:focus {
  background: #3e3e3e;
  /* for non-css3 browsers */
}
footer .quick_contact .form input.send {
  background: #3d3c3c;
  color: #858585;
  height: 20px;
  width: 70px;
  cursor: pointer;
  display: block;
  float: right;
  margin: 5px 0;
  box-shadow: none;
}
footer .name-error,
footer .email-error,
footer .comments-error {
  display: none;
  position: absolute;
  left: 175px;
}
footer .name-error {
  top: 13px;
}
footer .email-error {
  top: 47px;
}
footer .comments-error {
  top: 89px;
}
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;
}
/*
==========================================
Blog & Pages
========================================== 
*/
#container {
  margin-top: 40px;
}
#main {
  position: relative;
  z-index: 2;
  top: 0px;
}
#main_top {
  width: 942px;
  height: 4px;
  background: url(images/main_top.png) no-repeat;
  z-index: 2;
  position: relative;
  top: -4px;
}
#main #reflect {
  top: -3px;
  height: 34px;
}
#content {
  position: relative;
  /*background: url(@main_bck) repeat;*/
  /*padding: 20px;*/
  width: 740px;
}
#content.grid_6 {
  padding: 0;
  width: 460px;
}
#content .post {
  margin-bottom: 20px;
  background: url("images/bck_black.png") repeat;
  padding: 20px;
  border-top: 4px solid #FECC00;
}
.single #content .post {
  border-top: none;
}
#content .post_title,
#content .post_title a {
  color: #fff;
  font-weight: normal;
  font-size: 24px;
}
#content h3.post_title,
#content h3.post_title a {
  color: #fff;
  font-weight: normal;
  font-size: 24px;
}
/*Page Title Info							*/
/*------------------------------------------*/
#page_info_t {
  border-top: 4px solid #FECC00;
  padding-bottom: 15px;
  margin-bottom: 20px;
  /*
	border-bottom: 1px solid #000;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255, 0.2); 
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255, 0.2); 
	box-shadow: 0px 1px 0px rgba(255,255,255, 0.2); 
	*/
  background: url("images/bck_black.png") repeat;
  padding: 20px;
}
.single #page_info_t {
  padding-bottom: 15px;
  margin-bottom: 0px;
  border-bottom: 1px solid #000;
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  background: url("images/bck_black.png") repeat;
  padding: 20px;
}
#page_info_t h2 {
  margin-bottom: 5px;
  font-weight: bold;
}
#breadcrumbs {
  float: right;
  font-size: 10px;
}
#breadcrumbs a {
  font-size: 10px;
  color: #c6c6c6;
}
#breadcrumbs a:hover {
  text-decoration: none;
  color: #fff;
}
#breadcrumbs span {
  font-size: 10px;
  color: #c6c6c6;
}
/*Post Title Info							*/
/*------------------------------------------*/
.post_info_t {
  position: relative;
  margin-bottom: 15px;
  min-height: 55px;
}
.post_info_t h3 {
  margin-bottom: 5px;
  width: 90%;
}
.post_info_t h3 a {
  color: inherit;
  line-height: 26px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.post_info_t h3 a:hover {
  color: #FECC00!important;
  text-shadow: none;
}
.post_meta {
  font-size: 10px;
  width: 525px;
  color: #a4a4a4;
}
.post_meta a {
  color: #cdcdcd;
}
.post_meta a:hover {
  color: #fff;
}
time.date_t {
  width: 9%;
  display: block;
  word-wrap: break-word;
  text-align: center;
  top: 0;
  right: 0;
  position: absolute;
  padding-left: 4px;
  border-left: 1px solid #000;
  -moz-box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.1);
}
.date_t span {
  width: 40px;
  display: block;
}
.date_t .month_t {
  font-size: 13px;
}
.date_t .day_t {
  font-size: 20px;
  font-weight: bold;
}
.date_t .year_t {
  font-size: 10px;
}
/*Image Post								*/
/*------------------------------------------*/
.img_post {
  margin-bottom: 5px;
}
.img_post a {
  display: block;
}
.img_post a img {
  margin: 0px auto;
}
.single-portfolio .img_post a img {
  margin: 0px auto;
}
#content .img_post > img {
  -webkit-box-shadow: 0px 1px 3px #000;
  -moz-box-shadow: 0px 1px 3px #000;
  box-shadow: 0px 1px 3px #000;
}
#content .post_img {
  position: relative;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0px 1px 3px #000;
  -moz-box-shadow: 0px 1px 3px #000;
  box-shadow: 0px 1px 3px #000;
  overflow: hidden;
}
#content .post_img img {
  margin-bottom: -5px;
}
#content a.post_img span.post_img_arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#content a.post_img:hover span.post_img_arrow {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
#content a.post_img span.post_img_arrow i {
  background: url(images/post_img_arrow.png) no-repeat center center;
  width: 54px;
  height: 73px;
  position: absolute;
  top: 40%;
  left: 45%;
}
#content a.post_img span.post_img_arrow img {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
}
/*Meta data for Posts													*/
/*----------------------------------------------------------------------*/
#content .metadata {
  margin: 5px 0 10px 0px;
  height: 34px;
  max-height: 34px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
}
#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: 12px;
  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: 0px;
}
#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: #000;
  text-shadow: none;
  margin-top: 10px;
  font-size: 11px;
  line-height: 20px;
  background: #FECC00;
  padding: 2px 20px 2px 7px;
  overflow: hidden;
  position: relative;
  font-weight: normal;
  height: 20px;
  left: 0px;
}
a.more-link:hover {
  opacity: 0.9;
  text-decoration: none;
}
a.more-link b {
  position: absolute;
  left: -70px;
}
a.more-link span {
  background: url(images/read_more_arrow.png) no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
  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: #858585;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  font-size: 12px!important;
}
ul.fancy_tags li a:hover {
  color: #4a4a4a;
  text-decoration: none;
}
/*Pagination															*/
/*----------------------------------------------------------------------*/
.pagination {
  background: url("images/bck_black.png") repeat;
  padding: 20px;
  margin-bottom: 20px;
  border-top: 4px solid #FECC00;
}
.pagination span.current {
  background: #FECC00;
  display: block;
  float: left;
  text-align: center;
  margin-right: 15px;
  color: #000;
  text-decoration: none;
  text-shadow: none;
  padding: 2px 7px;
}
.pagination a {
  display: block;
  color: #7a7a7a;
  text-shadow: 0 1px 0 #000;
  float: left;
  text-align: center;
  margin-right: 15px;
  background: #212121;
  padding: 2px 7px;
}
/*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;
}
/*
==========================================
Sidebar
========================================== 
*/
#sidebar {
  display: inline;
  position: relative;
  padding: 0px;
}
.left #sidebar {
  float: left;
}
#sidebar .widget {
  margin-bottom: 20px;
  position: relative;
  background: url("images/bck_black.png") repeat;
  padding: 20px;
  border-top: 4px solid #FECC00;
}
.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 {
  padding-bottom: 1px;
}
#sidebar .widget ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.ie7 #sidebar .widget ul li {
  border-bottom: 1px solid #cacaca;
}
#sidebar .widget ul li ul li:last-child {
  border-bottom: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sidebar .widget ul li a {
  background: url(images/page_list_icon.png) 0 no-repeat;
  padding: 7px 7px 7px 20px;
  display: block;
}
#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 span {
  float: right;
  background: url(images/sidebar_menu_arrow.png) no-repeat !important;
  width: 7px!important;
  height: 7px!important;
  margin-top: 5px;
}
#sidebar .twitter_widget ul li {
  background: url(images/twitter_side_icon.png) no-repeat 0 center;
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 20px;
  padding: 5px 0px 5px  28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
}
#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;
}
#sidebar .widget_recent_comments ul#recentcomments {
  margin-top: 17px;
}
#sidebar .widget_recent_comments ul li {
  background: url(images/comment_side_icon.png) 0 center no-repeat;
  padding-left: 28px;
  margin-bottom: 10px;
  border: none;
  color: #676767;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
}
#sidebar .widget_recent_comments ul li a {
  display: inline;
  background: none;
  padding: 0;
}
#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;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: 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 {
  width: 90%;
  height: 30px;
  border: none;
  outline: none;
  line-height: 30px;
  padding: 0 10px;
  color: #a5a4a4;
  margin: 0;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.1);
  background: #1a1a1a;
  /* for non-css3 browsers */
  background: rgba(0, 0, 0, 0.8);
  /* for webkit browsers */
  position: absolute;
}
#sidebar #searchsubmit {
  background: url(images/search_btn.png) center no-repeat;
  border: none;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  right: 7px;
  cursor: pointer;
  line-height: 0;
  position: absolute;
  opacity: 0.7;
}
#sidebar #searchsubmit:hover {
  opacity: 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: #363636;
  margin: 30px 0;
}
.share-widget h5 {
  color: #fff;
  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: #363636;
  margin: 0;
  padding: 15px;
}
.widget_about_author .author_box h5 a {
  font-size: 15px;
  color: #fff;
}
.widget_about_author .author_img {
  float: left;
  margin-right: 15px;
}
.widget_about_author .author_img img {
  /*padding: 5px;*/
  margin-bottom: 0.6em;
}
.widget_about_author .author_info {
  display: inline;
  width: 435px;
  margin-left: 10px;
  float: left;
}
.related-post-widget .related_post {
  width: 171px;
  float: left;
  display: inline;
  margin-right: 38px;
}
.related-post-widget .post_last {
  margin-right: 0px;
}
.related-post-widget .related_post a {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.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;
  /*padding: 5px;*/
  margin-bottom: 0;
}
.related-post-widget .related_post a:hover img {
  opacity: 0.8;
}
.related-post-widget .related_post h6 a {
  font-size: 13px;
  font-weight: normal;
}
/*===========================================================================*/
/*Comments																	 */
/*===========================================================================*/
#comments {
  background: url("images/bck_black.png") repeat;
  padding: 20px;
  margin-bottom: 20px;
  border-top: 4px solid #FECC00;
}
ol.commentlist {
  margin-left: 0;
}
#comments ol.commentlist li {
  list-style: none;
  margin-bottom: 50px;
}
#comments .comment {
  margin-bottom: 40px;
}
#comments .comment-author {
  width: 90px;
}
#comments .comment-author div.inner-gravatar {
  border: #000 1px solid;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  background: #e7e7e7;
  /* for non-css3 browsers */
  position: relative;
  width: 80px;
  height: 80px;
}
#comments .comment-author div.inner-gravatar div {
  width: 80px;
  height: 80px;
  z-index: 10;
  position: absolute;
}
#comments .comment-author img {
  z-index: 5;
}
#comments .comment-author cite {
  font-weight: bold;
}
#comments .comment-author cite,
#comments .comment-author cite a {
  color: #757575;
  font-style: normal;
}
#comments .comment-author .comment-meta a {
  color: #aeaeae;
  font-size: 10px;
}
ol.commentlist li .comment-entry {
  float: right;
  width: 76%;
  /*border:#c5c5c5 1px solid;*/
  margin: 0;
  background: #363636;
  /* for non-css3 browsers */
  position: relative;
}
ol.commentlist li .comment-entry div.inner-comment {
  padding: 15px;
  color: #AFAFAF;
}
.ie8 ol.commentlist li .comment-entry,
.ie7 ol.commentlist li .comment-entry {
  float: right;
  width: 75%;
  border: #cacaca 1px solid;
  margin: 0;
  background-color: #f3f3f3;
  /* for non-css3 browsers */
  position: relative;
}
ol.commentlist li ul .comment-entry {
  width: 74%;
}
ol.commentlist li ul li ul .comment-entry {
  width: 72%;
}
ol.commentlist li ul li ul li ul .comment-entry {
  width: 71%;
}
ol.commentlist li ul li ul li ul li ul .comment-entry {
  width: 68%;
}
ol.commentlist .comment-entry span.arrow_comment {
  background: url(images/comment_arrow.png) no-repeat;
  display: block;
  position: absolute;
  width: 31px;
  height: 28px;
  top: 17px;
  left: -22px;
}
.ie7 ol.commentlist .comment-entry span.arrow_comment,
.ie8 ol.commentlist .comment-entry span.arrow_comment {
  background: none;
}
.comment-meta {
  float: left;
  margin-left: 25px;
  margin-top: 5px;
  font-size: 11px;
  color: #c3c3c3;
}
.comment-meta a {
  font-size: 11px;
  color: #c3c3c3;
}
.comment-meta a:hover {
  text-decoration: underline;
}
.reply {
  float: right;
  clear: right;
}
.comment-reply-link {
  width: 54px;
  height: 23px;
  display: block;
  color: #7e7e7e;
  font-size: 11px;
  text-align: center;
  margin: 10px 0;
  line-height: 20px;
}
#comments ul.children {
  margin-left: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
}
/*-----------Comment Form-----------------*/
#respond {
  background: url("images/bck_black.png") repeat;
  padding: 20px;
  margin-bottom: 20px;
  border-top: 4px solid #FECC00;
}
#respond .input {
  margin: 10px 15px 10px 0;
  width: 180px;
  float: left;
}
#respond .input div {
  width: 185px;
}
#respond input {
  width: 165px;
  height: 30px;
  padding: 0 10px;
  background: #272727;
  color: #858585;
  border: none;
  outline: none;
}
#respond input:focus {
  outline: none;
  background: #333333;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
}
#respond .input label {
  color: #8c8b8b;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}
#respond textarea {
  height: 180px;
  border: none;
  padding: 10px;
  overflow: auto;
  background: #272727;
  color: #858585;
  width: 400px;
  resize: none;
}
#respond textarea:focus {
  outline: none;
  background: #333333;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
}
#respond .textarea {
  width: 595px;
}
#respond .textarea div {
  width: 595px;
  height: 200px;
}
#respond #submit-respond {
  background: #3d3c3c;
  width: 130px;
  height: 32px;
  color: #858585;
  cursor: pointer;
  display: block;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#respond #submit-respond:hover {
  color: #d8d8d8;
  text-decoration: none;
}
#respond #submit-respond:active {
  color: #000;
  text-decoration: none;
  text-shadow: 0 1px 0 #4f4f4f;
}
/*===========================================================================*/
/*Portfolio																	 */
/*===========================================================================*/
.sort-btn {
  padding: 20px 20px 20px 20px;
  background: url("images/bck_black.png") repeat;
  border-top: 4px solid #FECC00;
}
.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: 0px;
  height: 21px;
  margin-left: 0;
}
ul.source li {
  display: inline;
  margin-right: 15px;
  height: 21px;
  position: relative;
  float: left;
}
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;
  background: #FECC00;
  text-shadow: none;
}
ul.portfolio_items {
  display: block;
  letter-spacing: -4px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  word-spacing: -4px;
  background: url("images/bck_black.png") repeat;
  padding: 20px;
  margin-bottom: 20px;
}
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 span a {
  display: block;
}
ul.portfolio_items li a.portfolio_img span a img {
  margin-bottom: -5px;
}
.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;
}
/*1 Column-------------------------------------------------------*/
ul.portfolio1 li {
  margin-bottom: 30px;
}
ul.portfolio1 li .portfolio_img span {
  position: absolute;
  width: 700px;
  height: 350px;
  display: none;
  z-index: 10;
  top: 0px;
  left: 0px;
}
ul.portfolio1 li a.portfolio_img img {
  position: relative;
}
ul.portfolio1 li a.portfolio_img {
  float: left;
  width: 700px;
  height: 350px;
}
ul.portfolio1 li .portfolio_img_wrap {
  float: left;
  width: 700px;
  height: 350px;
}
ul.portfolio1 .portfolio_info a.more-link {
  margin-top: 0!important;
  left: 0px!important;
}
ul.portfolio1 .portfolio_info {
  float: left;
  margin-left: 0px;
  margin-top: 24px;
}
/*2 Columns-------------------------------------------------------*/
ul.portfolio2 li {
  margin-bottom: 30px;
  /*float:left;	*/
  width: 320px;
  margin-right: 30px;
}
ul.portfolio2 li .portfolio_img span {
  position: absolute;
  width: 320px;
  height: 240px;
  display: none;
  z-index: 10;
  top: 0px;
  left: 0px;
}
ul.portfolio2 li a.portfolio_img img {
  position: relative;
}
ul.portfolio2 li a.portfolio_img {
  float: left;
  width: 320px;
  height: 240px;
}
ul.portfolio2 li .portfolio_img_wrap {
  float: left;
  width: 320px;
  height: 240px;
  margin-bottom: 10px;
}
ul.portfolio2 .portfolio_info a.more-link {
  margin-top: 0!important;
  left: 0px!important;
}
ul.portfolio2 .portfolio_info {
  float: left;
  width: 320px;
}
/*3 Columns-------------------------------------------------------*/
ul.portfolio3 li {
  margin-bottom: 30px;
  /*float:left;	*/
  width: 210px;
  margin-right: 20px;
}
ul.portfolio3 li .portfolio_img span {
  position: absolute;
  width: 210px;
  height: 160px;
  display: none;
  z-index: 10;
  top: 0px;
  left: 0px;
}
ul.portfolio3 li a.portfolio_img img {
  position: relative;
}
ul.portfolio3 li a.portfolio_img {
  float: left;
  width: 210px;
  height: 160px;
}
ul.portfolio3 li .portfolio_img_wrap {
  float: left;
  width: 210px;
  height: 160px;
  margin-bottom: 5px;
}
ul.portfolio3 .portfolio_info {
  float: left;
  width: 210px;
}
ul.portfolio3 .portfolio_info h3 {
  font-size: 15px;
}
ul.portfolio3 .portfolio_info a.more-link {
  margin-top: 0!important;
  left: 0px!important;
}
ul.portfolio3 .portfolio_img span.zoom {
  bottom: -2px;
}
/*4 Columns-------------------------------------------------------*/
ul.portfolio4 li {
  margin-bottom: 20px;
  /*float:left;	*/
  width: 165px;
  margin-right: 10px;
}
ul.portfolio4 li .portfolio_img span {
  position: absolute;
  width: 165px;
  height: 120px;
  display: none;
  z-index: 10;
  top: 0px;
  left: 0px;
}
ul.portfolio4 li a.portfolio_img img {
  position: relative;
}
ul.portfolio4 li a.portfolio_img {
  float: left;
  width: 165px;
  height: 120px;
}
ul.portfolio4 li .portfolio_img_wrap {
  float: left;
  width: 165px;
  height: 120px;
}
ul.portfolio4 .portfolio_info {
  float: left;
  width: 165px;
}
ul.portfolio4 .portfolio_info h3 {
  font-size: 13px;
}
ul.portfolio4 .portfolio_info a.more-link {
  margin-top: 0!important;
  left: 0px!important;
}
ul.portfolio4 .portfolio_img span.zoom {
  bottom: -2px;
}
#s_portfolio_wrap {
  padding: 20px;
  background: url("images/bck_black.png") repeat;
  margin-bottom: 20px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 920px !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}
.wp-caption-text {
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.home .sticky {
  background: #f2f7fc;
  border-top: 4px solid #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
/*
.ie8 #supersized-loader, .ie7 #supersized-loader{
	display:none;
	
}
*/
.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;
}
/*
==========================================
Galleria
========================================== 
*/
.galleria-lightbox-title,
.galleria-lightbox-counter {
  text-shadow: none;
}
/*
==========================================
Social Btns
========================================== 
*/
.social_btns_e {
  height: 24px;
  margin: 10px 0;
}
.twitter_btn_single,
.fbk_btn_single,
.google_btn_single {
  height: 24px;
  float: left;
  width: 150px;
  position: relative;
  text-align: left;
}
.google_btn_single div {
  width: 70px!important;
}
.single-portfolio .fbk_btn_single {
  clear: left;
  margin-bottom: 10px;
}
.single-portfolio .twitter_btn_single {
  clear: left;
  margin-bottom: 10px;
}
.single-portfolio .google_btn_single {
  clear: left;
  margin-bottom: 10px;
}
/*
==========================================
Global Styles
========================================== 
*/
.background_1 {
  background: url(images/black_bck.png) repeat;
}
.background_2 {
  background: url(images/black_bck2.png) repeat;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
@media screen and (max-device-width: 480px) {
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
@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;
  }
}
